/* SAGA Mercedes-Benz — Landing „Słoneczne Oferty" (makieta 2025).
   Motyw jasny: biel + złoto/żółć, serif Cormorant Garamond w nagłówkach.
   Baner hero (assets/img/hero-banner.jpg lub ACF) + nakładka tekstu, karta
   formularza, sekcja „Dlaczego warto?", baner promo, ciemna stopka.
   Hooki JS (.saga-form-card, .saga-submit, .saga-error, [data-state]) bez zmian. */

/* ── Fonty brandowe Mercedes-Benz (self-hosted, woff2 + woff) ── */
@font-face {
	font-family: "MB Corpo A Title";
	src: url("../fonts/mbcorpoatitlecond-regular-webfont.woff2") format("woff2"),
	     url("../fonts/mbcorpoatitlecond-regular-webfont.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "MB Corpo S Text";
	src: url("../fonts/mbcorpostext-light-webfont.woff2") format("woff2"),
	     url("../fonts/mbcorpostext-light-webfont.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "MB Corpo S Text";
	src: url("../fonts/mbcorpostext-regular-webfont.woff2") format("woff2"),
	     url("../fonts/mbcorpostext-regular-webfont.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "MB Corpo S Text";
	src: url("../fonts/mbcorpostext-bold-webfont.woff2") format("woff2"),
	     url("../fonts/mbcorpostext-bold-webfont.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

:root {
	--saga-ink:        #1c1c1a;
	--saga-ink-soft:   #51504c;
	--saga-muted:      #8d8a82;
	--saga-line:       #e6e3db;
	--saga-field-bg:   #ffffff;
	--saga-field-line: #e1ded5;
	--saga-gold:       #e6b21e;
	--saga-amber:      #f3c21c;
	--saga-gold-deep:  #b88a0d;
	--saga-cream:      #f6f1e5;
	--saga-serif:      "MB Corpo A Title", "Cormorant Garamond", Georgia, "Times New Roman", serif;
	--saga-sans:       "MB Corpo S Text", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html, body { margin: 0; padding: 0; background: #ffffff; }
[hidden] { display: none !important; }

.saga-lp-body {
	color: var(--saga-ink);
	background: #ffffff;
	font-family: var(--saga-sans);
	font-synthesis: none; /* MB Corpo A Title ma tylko Regular — bez faux-bold/italic */
}

.saga-lp { display: block; max-width: 1920px; margin-left: auto; margin-right: auto; }

/* ════════════════ HERO ════════════════ */
.saga-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	/* min() z ograniczeniem w vw — baner hero jest ~16:9; licznik z samego vh (bez
	   udziału szerokości) na wąskich/wysokich viewportach (telefon, tablet pionowo)
	   dawał kontener węższy niż obraz, więc object-fit:cover ucinał boki (razem z
	   wtopionym w baner napisem). Powyżej ~900px szer. ten człon nigdy nie jest
	   mniejszy od klasycznego zakresu vh, więc desktop/laptop wygląda bez zmian. */
	min-height: min(clamp(420px, 78vh, 840px), 76vw);
	padding: 0 clamp(20px, 5vw, 40px) 150px;
	/* Bez gradientu do bieli — hero jest przycięty białym zaokrągleniem od dołu
	   (białe tło strony prześwituje w zaokrąglonych rogach). */
	border-radius: 0 0 clamp(30px, 3.6vw, 52px) clamp(30px, 3.6vw, 52px);
}
.saga-hero-media { position: absolute; inset: 0; z-index: -1; }
.saga-hero-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

/* ── Górny pasek z logo ── */
.saga-topbar {
	position: absolute;
	top: 0; left: 0; right: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	padding: clamp(22px, 3.4vw, 34px) clamp(24px, 5vw, 64px);
}
.saga-topbar-logo {
	height: 42px;
	width: auto;
	display: block;
	filter: brightness(0); /* białe SVG → grafit na jasnym hero */
}

/* ── Nakładka tekstu ── */
.saga-hero-inner {
	position: relative;
	z-index: 2;
	max-width: 1180px;
	margin: 0 auto;
	padding: clamp(118px, 17vh, 188px) 0 0;
}
.saga-hero-eyebrow {
	margin: 0 0 18px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 6px;
	text-transform: uppercase;
	color: var(--saga-ink-soft);
}
.saga-hero-title {
	position: relative;
	display: inline-block;
	margin: 0;
	font-family: var(--saga-serif);
	font-weight: 500;
	font-size: clamp(52px, 8vw, 104px);
	line-height: 0.98;
	letter-spacing: -1px;
	color: var(--saga-ink);
}
.saga-hero-title-text { display: inline; }
.saga-hero-sun {
	position: absolute;
	top: 6px;
	right: -78px;
	color: var(--saga-gold);
	pointer-events: none;
}
.saga-hero-badge {
	display: inline-block;
	margin: 28px 0 0;
	padding: 11px 22px;
	background: var(--saga-amber);
	color: #2a2200;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.2px;
	border-radius: 3px;
}
.saga-hero-lead {
	max-width: 430px;
	margin: 26px 0 0;
	color: var(--saga-ink-soft);
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7;
}

/* ════════════════ KARTA FORMULARZA ════════════════ */
.saga-form-section { padding: 0 clamp(20px, 5vw, 40px); }
.saga-form-card {
	position: relative;
	z-index: 4;
	max-width: 1180px;
	margin: -118px auto 0;
	padding: 54px clamp(24px, 5vw, 64px) 44px;
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 40px 120px rgba(40, 33, 10, 0.16), 0 4px 18px rgba(0, 0, 0, 0.05);
}

.saga-form-lead {
	max-width: 520px;
	margin: 0 auto 16px;
	text-align: center;
	color: var(--saga-muted);
	font-size: 13px;
	line-height: 1.6;
}
.saga-form-title {
	margin: 0;
	text-align: center;
	font-family: var(--saga-serif);
	font-weight: 500;
	font-size: clamp(34px, 4vw, 46px);
	letter-spacing: 0.3px;
	color: var(--saga-ink);
}
.saga-form-underline {
	width: 64px;
	height: 3px;
	margin: 16px auto 40px;
	background: var(--saga-gold);
	border-radius: 2px;
}

.saga-form-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px 30px;
}
.saga-form-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px 30px;
	margin-top: 30px;
	align-items: stretch;
}

/* ── Etykiety + pola ── */
.saga-flabel {
	display: block;
	margin: 0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: var(--saga-muted);
}

.saga-form-card input,
.saga-form-card select {
	width: 100%;
	height: 54px;
	margin-top: 11px;
	padding: 0 16px;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 15px;
	color: var(--saga-ink);
	background: var(--saga-field-bg);
	border: 1px solid var(--saga-field-line);
	border-radius: 4px;
	outline: none;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.saga-form-card input::placeholder { color: #b3b0a8; }

.saga-form-card select {
	padding-right: 42px;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	background-image:
		linear-gradient(45deg, transparent 50%, #9a978f 50%),
		linear-gradient(135deg, #9a978f 50%, transparent 50%);
	background-position: calc(100% - 20px) center, calc(100% - 14px) center;
	background-size: 7px 7px, 7px 7px;
	background-repeat: no-repeat;
}
/* szary tekst, gdy zaznaczona pusta opcja (placeholder) */
.saga-form-card select:has(option[value=""]:checked) { color: #b3b0a8; }
.saga-form-card option { color: #1c1c1a; }

.saga-form-card input:focus,
.saga-form-card select:focus {
	border-color: var(--saga-gold);
	box-shadow: 0 0 0 3px rgba(230, 178, 30, 0.18);
}

/* ── Stan błędu walidacji (JS: klasa .is-invalid po nieudanej próbie wysyłki) ── */
.saga-form-card input.is-invalid,
.saga-form-card select.is-invalid { border-color: #c0392b; }
.saga-form-card input.is-invalid:focus,
.saga-form-card select.is-invalid:focus { box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.16); }
.saga-consent.is-invalid,
.saga-consent.is-invalid span { color: #c0392b; }

/* ── Wiersz akcji: Tak/Nie · zgody · przycisk ── */
.saga-tradein { min-width: 0; }
.saga-question {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: var(--saga-muted);
}
.saga-choice { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.saga-choice label { position: relative; margin: 0; }
/* inset:0 (nie width:100% z reguły .saga-form-card input) — bez position:relative na label
   ten input rozciągał się do szerokości całej karty formularza (najbliższy position:relative
   to .saga-form-card), co dawało niewidzialny, ale klikalny/layoutowy blok szerszy niż viewport
   poniżej ~1680px i poziomy scrollbar. */
.saga-choice input {
	position: absolute;
	inset: 0;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	opacity: 0;
	pointer-events: none;
}
.saga-choice span {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 54px;
	border: 1px solid var(--saga-field-line);
	border-radius: 4px;
	background: #ffffff;
	color: var(--saga-ink);
	font-size: 15px;
	cursor: pointer;
	transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}
.saga-choice span:hover { border-color: var(--saga-gold); }
.saga-choice input:checked + span {
	background: var(--saga-ink);
	border-color: var(--saga-ink);
	color: #fff;
	font-weight: 700;
}
.saga-choice input:focus-visible + span { box-shadow: 0 0 0 3px rgba(230, 178, 30, 0.3); }

.saga-consents { display: flex; flex-direction: column; gap: 14px; min-width: 0; }
.saga-consent {
	display: grid;
	grid-template-columns: 20px 1fr;
	gap: 12px;
	align-items: start;
	margin: 0;
	color: var(--saga-ink-soft);
	font-size: 12.5px;
	line-height: 1.55;
	cursor: pointer;
}
.saga-consent input {
	width: 20px;
	height: 20px;
	margin: 1px 0 0;
	accent-color: var(--saga-gold-deep);
	cursor: pointer;
}
.saga-consent p { margin: 0; }
.saga-consent p + p { margin-top: 8px; }
.saga-consent a { color: var(--saga-gold-deep); text-decoration: underline; }

.saga-action { display: flex; flex-direction: column; align-items: stretch; gap: 14px; min-width: 0; }

/* ── Honeypot (poza ekranem) ── */
.saga-hp {
	position: absolute !important;
	left: -9999px !important;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* ── Błąd / nota ──
   .saga-error to jeden zbiorczy komunikat (rola=alert, JS przełącza [hidden]).
   Stoi POD przyciskiem wysyłki, w tej samej kolumnie (patrz landing.php/.saga-action) —
   dokładnie tam, gdzie w danym momencie jest wzrok użytkownika po kliknięciu — a JS
   dodatkowo przewija go w widok (scrollIntoView), więc nie ginie poniżej fałdu na
   niskich viewportach (małe laptopy, mobile). */
.saga-error {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	margin: 0;
	padding: 12px 14px;
	background: #fdecea;
	border: 1px solid #f3b7ae;
	border-radius: 6px;
	color: #b3261e;
	font-size: 13px;
	line-height: 1.5;
}
.saga-error-icon { flex: none; margin-top: 1px; }
.saga-note { margin: 22px 0 0; color: var(--saga-muted); font-size: 12.5px; line-height: 1.6; }

/* ── Przycisk wysyłki ── */
.saga-submit {
	position: relative;
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: none;
	border-radius: 4px;
	background: var(--saga-amber);
	color: #241d00;
	font-family: inherit;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}
.saga-submit:hover {
	transform: translateY(-2px);
	background: #f6c81f;
	box-shadow: 0 16px 36px rgba(230, 178, 30, 0.32);
}
.saga-submit:disabled { opacity: 0.85; cursor: default; transform: none; box-shadow: none; }
.saga-submit-arrow {
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0;
}
/* ── Loader: spinner zajmuje miejsce strzałki na czas wysyłki (fetch do admin-ajax) ── */
.saga-submit-spinner {
	display: none;
	width: 17px;
	height: 17px;
	border: 2px solid rgba(36, 29, 0, 0.28);
	border-top-color: #241d00;
	border-radius: 50%;
}
.saga-submit.is-loading .saga-submit-spinner { display: inline-block; animation: saga-spin 0.7s linear infinite; }
.saga-submit.is-loading .saga-submit-arrow { display: none; }
@keyframes saga-spin { to { transform: rotate(360deg); } }

/* ── Ekran podziękowania ── */
.saga-thanks { padding: 46px 8px 30px; text-align: center; }
.saga-thanks-mark {
	width: 74px;
	height: 74px;
	margin: 0 auto 26px;
	border-radius: 50%;
	background: rgba(230, 178, 30, 0.14);
	border: 1px solid rgba(230, 178, 30, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
}
.saga-thanks-mark span { font-size: 34px; color: var(--saga-gold-deep); line-height: 1; }
.saga-thanks-title {
	margin: 0 0 16px;
	font-family: var(--saga-serif);
	font-weight: 500;
	font-size: 38px;
	color: var(--saga-ink);
}
.saga-thanks-text { max-width: 420px; margin: 0 auto; color: var(--saga-ink-soft); font-size: 15px; line-height: 1.7; }

/* ════════════════ DLACZEGO WARTO? ════════════════ */
.saga-why { padding: clamp(40px, 6vw, 72px) clamp(20px, 5vw, 40px) 0; }
.saga-why-wrap {
	--wp: clamp(30px, 3.4vw, 48px);
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: 1.25fr 1fr;
	background: var(--saga-cream);
	border-radius: 16px;
}
/* Brak obrazka (widok publiczny, puste pole) → tekst na całą szerokość karty. */
.saga-why-wrap.is-textonly { grid-template-columns: 1fr; }
.saga-why-text {
	align-self: center;
	padding: clamp(32px, 4vw, 48px) var(--wp);
}
.saga-why-head {
	margin: 0;
	font-family: var(--saga-sans);
	font-weight: 500;
	font-size: clamp(28px, 3.2vw, 40px);
	letter-spacing: -0.01em;
	color: var(--saga-ink);
}
.saga-why-underline {
	width: 60px;
	height: 3px;
	margin: 16px 0 54px;
	background: var(--saga-gold);
	border-radius: 2px;
}
.saga-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.saga-why-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.saga-why-icon { color: var(--saga-gold); display: flex; line-height: 0; }
.saga-why-icon svg { width: 64px; height: 64px; }
.saga-why-icon img { width: 64px; height: 64px; object-fit: contain; }
.saga-why-item p { margin: 0; color: var(--saga-ink); font-size: 15px; font-weight: 500; line-height: 1.5; }

/* Prawy box wypełnia pełną wysokość karty; obraz dotyka krawędzi (kadr zaokrąglony
   przez overflow:hidden karty), z tonalnym przejściem z tła po lewej. */
.saga-why-media { position: relative; min-width: 0; min-height: clamp(320px, 32vw, 390px); }
.saga-why-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	-webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,0.5) 10%, #000 32%);
	mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,0.5) 10%, #000 32%);
}
.saga-why-ph {
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(135deg, rgba(0,0,0,0.02) 0 14px, rgba(0,0,0,0.005) 14px 28px), #efe9da;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	color: #b09a63;
	text-align: center;
	padding: 24px;
}
.saga-why-ph span { font-size: 12px; letter-spacing: 1px; text-transform: uppercase; line-height: 1.6; }

/* ════════════════ BANER PROMO ════════════════ */
.saga-promo { padding: clamp(40px, 6vw, 64px) clamp(20px, 5vw, 40px); }
.saga-promo-wrap {
	max-width: 1180px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.15fr 2fr;
	gap: clamp(24px, 3vw, 44px);
	align-items: center;
	padding: clamp(26px, 3vw, 40px) clamp(28px, 4vw, 48px);
	background: linear-gradient(100deg, #f7d24a, #eeb40c);
	border-radius: 10px;
	color: #2a2100;
}
.saga-promo-head { display: flex; align-items: center; gap: 18px; }
.saga-promo-sun { flex: none; color: #3a2e00; display: flex; line-height: 0; }
.saga-promo-title {
	margin: 0;
	font-family: var(--saga-serif);
	font-weight: 600;
	font-size: clamp(22px, 2.4vw, 30px);
	line-height: 1.12;
	color: #241c00;
}
.saga-promo-sub { margin: 6px 0 0; font-size: 13.5px; line-height: 1.5; color: #4a3a00; }
.saga-promo-items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.saga-promo-item { display: flex; align-items: flex-start; gap: 13px; }
.saga-promo-icon { flex: none; color: #3a2e00; display: flex; line-height: 0; }
.saga-promo-icon svg { width: 36px; height: 36px; }
.saga-promo-icon img { width: 36px; height: 36px; object-fit: contain; }
.saga-promo-item p { margin: 0; font-size: 13.5px; font-weight: 600; line-height: 1.4; color: #2a2100; }

/* ════════════════ STOPKA ════════════════ */
.saga-footer { background: #0e0e0e; color: #cfcfcf; padding: 30px clamp(24px, 5vw, 48px); }
.saga-footer-wrap {
	max-width: 1180px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
}
.saga-footer-brand { display: flex; align-items: center; gap: 18px; }
.saga-footer-logo { height: 40px; width: auto; display: block; } /* białe SVG — bez filtra */
.saga-footer-sep { width: 1px; height: 34px; background: rgba(255, 255, 255, 0.2); }
.saga-footer-line { font-size: 13px; line-height: 1.5; color: #cfcfcf; }
.saga-footer-social { display: flex; align-items: center; gap: 14px; }
.saga-soc {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.22);
	color: #fff;
	text-decoration: none;
	transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.saga-soc:hover { background: #fff; color: #0e0e0e; border-color: #fff; }
.saga-soc svg { width: 18px; height: 18px; }

/* ════════════════ RWD ════════════════ */
@media (max-width: 980px) {
	.saga-hero-sun { display: none; }
	/* Mniej zarezerwowanej wysokości pod nakładkę tekstu/kartę = kontener hero bliżej
	   proporcji banera (16:9) na tablecie pionowo — mniej przycięcia obrazu w bokach. */
	.saga-hero { padding-bottom: 108px; }
	.saga-hero-inner { padding-top: clamp(92px, 15vh, 150px); }
	.saga-form-card { margin-top: -96px; }
	.saga-form-grid { grid-template-columns: 1fr 1fr; }
	.saga-form-row { grid-template-columns: 1fr; gap: 24px; }
	.saga-why-wrap { grid-template-columns: 1fr; }
	.saga-why-text { align-self: auto; padding: clamp(30px, 7vw, 42px) clamp(24px, 6vw, 32px) 0; }
	.saga-why-media { min-height: 0; aspect-ratio: 16 / 10; margin: 24px clamp(24px, 6vw, 32px) clamp(30px, 7vw, 42px); border-radius: 12px; overflow: hidden; }
	.saga-why-img { -webkit-mask-image: none; mask-image: none; }
	.saga-promo-wrap { grid-template-columns: 1fr; }
}
/* HERO + HEADER + „Dlaczego warto?" — układ mobilny wg makiety (telefon, ≤767). */
@media (max-width: 767px) {
	/* HERO: osobny biały pasek z wyśrodkowanym logo, a pod nim baner jako zaokrąglony
	   kadr z marginesami; obraz w całości (height:auto), żeby ewentualny wtopiony napis
	   nie był przycięty. Hero staje się kolumną flex — nagłówek (w DOM po obrazie)
	   podnosimy przez order. Nakładki tekstu NIE chowamy tu bezwarunkowo: gdy slogany
	   są puste, PHP w ogóle jej nie renderuje; gdy mają treść, układamy ją pod banerem. */
	.saga-hero {
		display: flex;
		flex-direction: column;
		min-height: 0;
		padding: 0;
		overflow: visible;
		isolation: auto;
		border-radius: 0;
	}
	.saga-topbar {
		order: -1;
		position: static;
		justify-content: center;
		padding: 16px 20px;
		background: #fff;
	}
	.saga-topbar-logo { height: 34px; }
	.saga-hero-media {
		position: static;
		z-index: auto;
		margin: 0 clamp(12px, 4vw, 20px);
		border-radius: 18px;
		overflow: hidden;
	}
	.saga-hero-img { height: auto; }        /* pełny baner, naturalne proporcje — bez przycięcia napisu */
	/* Nakładka (jeśli PHP ją wyrenderował, bo slogany mają treść) — pod banerem,
	   wyśrodkowana, bez desktopowego wcięcia górnego. Dolny padding „pochłania" zakład
	   karty formularza (margin-top:-40px), więc plakietka nigdy nie jest przykryta. */
	.saga-hero-inner { padding: 22px clamp(16px, 5vw, 24px) 46px; text-align: center; }
	.saga-hero-eyebrow { margin-bottom: 10px; }
	.saga-hero-title { font-size: clamp(34px, 9vw, 50px); }
	.saga-hero-badge { margin-top: 14px; }
	/* Gdy nakładki nie ma (puste slogany), zakład wchodzi wprost na dół banera. */
	.saga-form-card { margin-top: -40px; padding: 30px 20px 28px; }

	/* „Dlaczego warto?": benefity jeden pod drugim, ale IKONA + SLOGAN W JEDNEJ LINII
	   (obok siebie) i wyrównane DO LEWEJ — rozmiar ikon bez zmian. Zdjęcie pod nimi
	   jako zaokrąglony kadr ~3:2. */
	.saga-why-grid { grid-template-columns: 1fr; gap: 20px; }
	.saga-why-item { flex-direction: row; align-items: center; justify-content: flex-start; text-align: left; gap: 18px; }
	.saga-why-icon { flex: none; }
	.saga-why-underline { margin-bottom: 30px; }
	.saga-why-media { aspect-ratio: 3 / 2; border-radius: 14px; }
}
@media (max-width: 620px) {
	.saga-form-grid { grid-template-columns: 1fr; }
	.saga-why { padding-top: 36px; }
	.saga-promo-items { grid-template-columns: 1fr; }
	.saga-footer-wrap { flex-direction: column; align-items: flex-start; }
}

/* ════════════════ STRONA 404 (ciemny, samodzielny motyw) ════════════════ */
.saga-landing {
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	padding: 72px 32px;
	background: #050505 url("../img/motif-fond.jpg") center top / cover no-repeat;
	color: #fff;
}
.saga-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		radial-gradient(900px 620px at 18% 16%, rgba(255, 255, 255, 0.06), transparent 60%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(5, 5, 5, 0.55));
}
.saga-404 { display: flex; align-items: center; justify-content: center; text-align: center; }
.saga-404-inner { position: relative; z-index: 2; max-width: 560px; }
.saga-404 .saga-logo-img { height: 50px; width: auto; display: block; margin: 0 auto 40px; }
.saga-404 .saga-eyebrow {
	margin: 0 0 22px;
	text-transform: uppercase;
	letter-spacing: 6px;
	font-size: 13px;
	font-weight: 700;
	color: #e3e3e3;
}
.saga-404 .saga-heading {
	margin: 0;
	font-family: var(--saga-serif);
	font-size: clamp(44px, 5vw, 72px);
	line-height: 1.05;
	font-weight: 500;
	color: #fff;
}
.saga-404 .saga-rule { width: 64px; height: 2px; background: #fff; margin: 30px auto 26px; }
.saga-404 .saga-lead { max-width: 520px; margin: 0 auto; color: #cfcfcf; font-size: 17px; line-height: 1.7; }
.saga-btn {
	display: inline-block;
	margin-top: 34px;
	padding: 0 34px;
	height: 60px;
	line-height: 60px;
	background: #fff;
	color: #000;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 3px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.saga-btn:hover { transform: translateY(-2px); box-shadow: 0 20px 50px rgba(255, 255, 255, 0.16); }
