/* EVA Master - landing page. Kierunek: EVA Master Warsztat. */

.eva {
	--bg: #0B0B0C;
	--surface: #141415;
	--surface-alt: #1C1C1D;
	--ink: #F4F3F1;
	--muted: #9B9995;
	--line: #2A2A2B;
	--accent: #FF6B00;
	--accent-deep: #C24E00;

	--font-display: 'Barlow Condensed', 'Arial Narrow', sans-serif;
	--font-body: 'Barlow', system-ui, sans-serif;

	--s-xs: 6px;
	--s-sm: 12px;
	--s-md: 20px;
	--s-lg: 36px;
	--s-xl: 64px;
	--s-xxl: 104px;

	--r-sm: 6px;
	--r-md: 14px;
	--r-lg: 24px;
	--r-pill: 999px;

	--wrap: 1200px;
	--gutter: 20px;
}

/* Neutralizacja domyslek przegladarki bez podbijania specyficznosci. */
:where(.eva) *,
:where(.eva) *::before,
:where(.eva) *::after { box-sizing: border-box; }

:where(.eva) h1, :where(.eva) h2, :where(.eva) h3,
:where(.eva) p, :where(.eva) ul, :where(.eva) ol,
:where(.eva) dl, :where(.eva) dd, :where(.eva) figure,
:where(.eva) blockquote { margin: 0; padding: 0; }

:where(.eva) ul, :where(.eva) ol { list-style: none; }
:where(.eva) img, :where(.eva) video { max-width: 100%; display: block; }
:where(.eva) a { color: inherit; text-decoration: none; }
:where(.eva) button { font: inherit; color: inherit; }

html { scroll-behavior: smooth; }

.eva {
	background: var(--bg);
	color: var(--ink);
	font-family: var(--font-body);
	font-size: 17px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	margin: 0;
	scroll-behavior: smooth;
}

.eva ::selection { background: var(--accent); color: #0B0B0C; }

.eva :focus-visible {
	outline: 2px solid var(--accent);
	outline-offset: 3px;
	border-radius: var(--r-sm);
}

.eva-skip {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 200;
	background: var(--accent);
	color: #0B0B0C;
	padding: 10px 18px;
	font-weight: 700;
}
.eva-skip:focus { left: 12px; top: 12px; }

.wrap {
	width: 100%;
	max-width: var(--wrap);
	margin-inline: auto;
	padding-inline: var(--gutter);
}

/* Typografia */
.eva h1, .eva h2, .eva h3 {
	font-family: var(--font-display);
	font-weight: 800;
	text-transform: uppercase;
	line-height: 0.98;
	letter-spacing: -0.005em;
}

.eva em { font-style: normal; color: var(--accent); }

.eyebrow {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	color: var(--accent);
	margin-bottom: 10px;
}

/* Przyciski */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	padding: 15px 30px;
	border-radius: var(--r-pill);
	border: 1px solid transparent;
	cursor: pointer;
	transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
	white-space: nowrap;
}

.btn--primary { background: var(--accent); color: #0B0B0C; }
.btn--primary:hover { background: #FF7D1F; }
.btn--primary:active { background: var(--accent-deep); transform: translateY(1px); }

.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--muted); background: rgba(244,243,241,.04); }
.btn--ghost:active { transform: translateY(1px); }

.btn--sm { padding: 10px 20px; font-size: 15px; }

/* Hero */
.hero {
	position: relative;
	min-height: min(94svh, 860px);
	display: flex;
	align-items: center;
	padding: 120px 0 var(--s-xl);
	isolation: isolate;
}

.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 60%; }

.hero::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(100deg, rgba(11,11,12,.95) 0%, rgba(11,11,12,.82) 42%, rgba(11,11,12,.25) 72%, rgba(11,11,12,.55) 100%),
		linear-gradient(to top, var(--bg) 2%, transparent 34%);
}

.hero__inner { position: relative; display: flex; align-items: center; gap: var(--s-xl); }
.hero__col { max-width: 620px; }

.hero__badge {
	display: inline-block;
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	color: var(--accent);
	border: 1px solid rgba(255,107,0,.4);
	border-radius: var(--r-pill);
	padding: 6px 16px;
	margin-bottom: var(--s-md);
}

.hero__title {
	font-size: clamp(52px, 8.4vw, 108px);
	margin-bottom: var(--s-md);
}
.hero__title em { display: block; }

.hero__lead {
	font-size: 18px;
	color: #D7D5D1;
	max-width: 56ch;
	margin-bottom: var(--s-lg);
}

.hero__cta { display: flex; flex-wrap: wrap; gap: var(--s-sm); margin-bottom: var(--s-xl); }

.hero__stats { display: flex; flex-wrap: wrap; gap: var(--s-lg); }
.hero__stats li { display: flex; flex-direction: column; }
.hero__stats b {
	font-family: var(--font-display);
	font-weight: 800;
	font-size: 34px;
	line-height: 1;
	color: var(--accent);
}
.hero__stats span {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--muted);
	margin-top: 4px;
}

.hero__seal { flex: 0 0 auto; margin-left: auto; }
.hero__seal img { width: clamp(150px, 17vw, 240px); height: auto; border-radius: 50%; }

/* Pasek pod hero */
.strip { background: var(--accent); color: #0B0B0C; }
.strip__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: var(--s-lg);
	padding-block: 13px;
}
.strip__item {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

/* Sekcje */
.sec { padding-block: var(--s-xxl); }
.sec--why { background: var(--bg); }
.sec--process { background: var(--surface); }
.sec--config { background: var(--bg); }
.sec--gallery { background: var(--surface); }
.sec--faq { background: var(--surface); }
.sec--contact { background: var(--bg); padding-bottom: var(--s-xl); }

.sec__head { max-width: 720px; margin-bottom: var(--s-xl); }
.sec__title { font-size: clamp(36px, 5vw, 62px); }
.sec__lead { color: var(--muted); font-size: 17px; max-width: 62ch; margin-top: var(--s-md); }

/* Filmy */
.films {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: var(--s-lg);
	align-items: start;
}
.film--2 { transform: translateY(38px); }

.film__media {
	position: relative;
	aspect-ratio: 9 / 16;
	border-radius: var(--r-md);
	overflow: hidden;
	background: var(--surface-alt);
	margin-bottom: var(--s-md);
}
.film__video { width: 100%; height: 100%; object-fit: cover; }

.film__title { font-size: 27px; margin-bottom: 8px; }
.film__text { color: var(--muted); font-size: 16px; }

/* Panel temperatury */
.temp {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: var(--s-xl);
	align-items: center;
	margin-top: calc(var(--s-xxl) + 38px);
	padding-top: var(--s-xl);
	border-top: 1px solid var(--line);
}
.temp__value {
	font-family: var(--font-display);
	font-weight: 800;
	font-size: clamp(58px, 9vw, 128px);
	line-height: 0.9;
	color: var(--accent);
	letter-spacing: -0.02em;
}
.temp__unit { font-size: 0.42em; color: var(--ink); margin-left: 0.1em; }
.temp__title { font-size: 30px; margin-bottom: 10px; max-width: 22ch; }
.temp__body p { color: var(--muted); max-width: 58ch; }

/* Kroki */
.steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: var(--s-lg);
	counter-reset: step;
}
.step { position: relative; padding-top: var(--s-lg); border-top: 1px solid var(--line); }
.step::after {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 44px;
	height: 2px;
	background: var(--accent);
}
.step__num {
	display: block;
	font-family: var(--font-display);
	font-weight: 800;
	font-size: 15px;
	color: var(--accent);
	letter-spacing: 0.1em;
	margin-bottom: var(--s-sm);
}
.step__title { font-size: 25px; margin-bottom: 8px; }
.step__text { color: var(--muted); font-size: 16px; }

/* Konfigurator */
.cfg {
	display: grid;
	grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
	gap: var(--s-xl);
	align-items: start;
}
.cfg__aside { position: sticky; top: 92px; }

.perks { display: grid; gap: var(--s-md); }
.perk { padding-left: var(--s-md); border-left: 2px solid var(--line); transition: border-color .2s ease; }
.perk:hover { border-color: var(--accent); }
.perk__title {
	font-size: 19px;
	letter-spacing: 0.04em;
	margin-bottom: 3px;
}
.perk__text { color: var(--muted); font-size: 15px; line-height: 1.5; }

.cfg__help {
	margin-top: var(--s-lg);
	padding: var(--s-md);
	border: 1px solid var(--line);
	border-radius: var(--r-md);
	background: var(--surface);
}
.cfg__help p { font-size: 14px; color: var(--muted); }
.cfg__phone {
	display: block;
	font-family: var(--font-display);
	font-weight: 800;
	font-size: 29px;
	color: var(--accent);
	margin: 2px 0 4px;
}
.cfg__hours { font-size: 13px; }

.cfg__form {
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--r-lg);
	padding: var(--s-lg);
}

/* Forminator: sprowadzenie formularza do palety strony.
   Wtyczka generuje CSS z selektorem po ID, wiec potrzebne sa wymuszenia. */
.cfg__form .forminator-ui,
.cfg__form .forminator-ui * { font-family: var(--font-body) !important; }

.cfg__form .forminator-label,
.cfg__form .forminator-ui .forminator-label {
	color: var(--ink) !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	text-transform: uppercase !important;
	letter-spacing: 0.06em !important;
}

.cfg__form .forminator-input,
.cfg__form .forminator-textarea,
.cfg__form select.forminator-select2,
.cfg__form .forminator-ui input[type="text"],
.cfg__form .forminator-ui input[type="email"],
.cfg__form .forminator-ui input[type="tel"],
.cfg__form .forminator-ui input[type="number"],
.cfg__form .forminator-ui textarea,
.cfg__form .forminator-ui select {
	background-color: var(--surface-alt) !important;
	border: 1px solid var(--line) !important;
	border-radius: var(--r-sm) !important;
	color: var(--ink) !important;
	font-size: 16px !important;
	min-height: 48px !important;
}

.cfg__form .forminator-ui input::placeholder,
.cfg__form .forminator-ui textarea::placeholder { color: #8A8885 !important; }

.cfg__form .forminator-ui input:focus,
.cfg__form .forminator-ui textarea:focus,
.cfg__form .forminator-ui select:focus {
	border-color: var(--accent) !important;
	box-shadow: 0 0 0 3px rgba(255,107,0,.2) !important;
	outline: none !important;
}

.cfg__form .forminator-button,
.cfg__form .forminator-ui .forminator-button,
.cfg__form .forminator-button-submit,
.cfg__form .forminator-button-paginate-forward,
.cfg__form .forminator-button-paginate-back {
	background: var(--accent) !important;
	border: 1px solid transparent !important;
	color: #0B0B0C !important;
	font-family: var(--font-display) !important;
	font-weight: 700 !important;
	font-size: 17px !important;
	text-transform: uppercase !important;
	letter-spacing: 0.08em !important;
	border-radius: var(--r-pill) !important;
	padding: 14px 30px !important;
	min-height: 50px !important;
}
.cfg__form .forminator-button:hover { background: #FF7D1F !important; }

.cfg__form .forminator-button-paginate-back {
	background: transparent !important;
	color: var(--ink) !important;
	border-color: var(--line) !important;
}

/* Pasek krokow */
.cfg__form .forminator-progress-bar,
.cfg__form .forminator-pagination-steps { color: var(--muted) !important; }
.cfg__form .forminator-progress-bar span,
.cfg__form .forminator-progress { background-color: var(--accent) !important; }
.cfg__form .forminator-step-label { color: var(--muted) !important; }
.cfg__form .forminator-step.forminator-step-active .forminator-step-label,
.cfg__form .forminator-step-active .forminator-step-label { color: var(--accent) !important; }
.cfg__form .forminator-step-dot,
.cfg__form .forminator-step .forminator-step-dot { background-color: var(--line) !important; }
.cfg__form .forminator-step-active .forminator-step-dot,
.cfg__form .forminator-step-complete .forminator-step-dot { background-color: var(--accent) !important; }
.cfg__form .forminator-step-line,
.cfg__form .forminator-steps-line { background-color: var(--line) !important; }

/* Radia obrazkowe: probki kolorow i tekstur w formularzu */
.cfg__form .forminator-radio,
.cfg__form .forminator-checkbox { color: var(--ink) !important; }
.cfg__form .forminator-radio-image,
.cfg__form .forminator-checkbox-image {
	border-radius: var(--r-sm) !important;
	border: 2px solid transparent !important;
	transition: border-color .15s ease, transform .15s ease !important;
}
.cfg__form .forminator-radio:hover .forminator-radio-image,
.cfg__form .forminator-checkbox:hover .forminator-checkbox-image { transform: translateY(-2px); }
.cfg__form input:checked + .forminator-radio-image,
.cfg__form input:checked + .forminator-checkbox-image,
.cfg__form .forminator-radio input:checked ~ .forminator-radio-image { border-color: var(--accent) !important; }

.cfg__form .forminator-error-message,
.cfg__form .forminator-response-message.forminator-error { color: #FF8A5C !important; }
.cfg__form .forminator-response-message.forminator-success {
	background: rgba(255,107,0,.1) !important;
	border-left: 3px solid var(--accent) !important;
	color: var(--ink) !important;
}

/* Galeria */
.gal { margin-top: var(--s-lg); }
.gal__item { break-inside: avoid; margin-bottom: 16px; }
.gal__item img {
	width: 100%;
	height: auto;
	border-radius: var(--r-md);
	transition: transform .4s ease;
}
.gal__item:hover img { transform: scale(1.02); }
.gal__dots { display: none; }

@media (min-width: 861px) {
	.gal {
		columns: 4;
		column-gap: 16px;
		padding-inline: var(--gutter);
		max-width: calc(var(--wrap) + 200px);
		margin-inline: auto;
	}
}

/* FAQ */
.faq { max-width: 880px; border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--s-md);
	padding: var(--s-md) 0;
	cursor: pointer;
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	list-style: none;
	transition: color .15s ease;
}
.faq__q::-webkit-details-marker { display: none; }
.faq__q::after {
	content: '+';
	flex: 0 0 auto;
	font-size: 26px;
	line-height: 1;
	color: var(--accent);
	transition: transform .2s ease;
}
.faq__item[open] .faq__q::after { transform: rotate(45deg); }
.faq__item[open] .faq__q { color: var(--accent); }
.faq__q:hover { color: var(--accent); }
.faq__a { padding-bottom: var(--s-md); color: var(--muted); max-width: 68ch; }

/* Kontakt */
.contact {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: var(--s-xl);
	align-items: center;
}
.contact .sec__title { font-size: clamp(34px, 4.4vw, 56px); }

.cinfo { margin: var(--s-lg) 0; border-top: 1px solid var(--line); }
.cinfo__row {
	display: grid;
	grid-template-columns: 130px 1fr;
	gap: var(--s-md);
	padding: 13px 0;
	border-bottom: 1px solid var(--line);
}
.cinfo dt {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: var(--muted);
	padding-top: 3px;
}
.cinfo dd { font-size: 17px; }
.cinfo a { border-bottom: 1px solid var(--line); transition: color .15s ease, border-color .15s ease; }
.cinfo a:hover { color: var(--accent); border-color: var(--accent); }

.map { position: relative; aspect-ratio: 4 / 3; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); }
.map iframe { width: 100%; height: 100%; border: 0; display: block; }
.map__load {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: var(--surface);
	border: 0;
	cursor: pointer;
	padding: var(--s-lg);
	text-align: center;
}
.map__pin {
	width: 16px;
	height: 16px;
	border-radius: 50% 50% 50% 0;
	background: var(--accent);
	transform: rotate(-45deg);
}
.map__addr { font-size: 16px; color: var(--ink); }
.map__cta {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--accent);
}

/* Stopka */
.foot { border-top: 1px solid var(--line); padding-block: var(--s-lg); }
.foot__inner { display: flex; flex-wrap: wrap; gap: var(--s-md); justify-content: space-between; align-items: center; }
.foot__brand {
	font-family: var(--font-display);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 15px;
}
.foot__meta { font-size: 14px; color: var(--muted); }
.foot__meta a:hover { color: var(--accent); }
.foot__by { font-size: 14px; color: var(--muted); }
.foot__by a {
	color: var(--ink);
	border-bottom: 1px solid var(--line);
	transition: color .15s ease, border-color .15s ease;
}
.foot__by a:hover { color: var(--accent); border-color: var(--accent); }

/* Galeria: przycisk powiekszenia */
.gal__open {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: none;
	cursor: zoom-in;
	position: relative;
	border-radius: var(--r-md);
	overflow: hidden;
}
.gal__zoom {
	position: absolute;
	inset: 0;
	background: rgba(11,11,12,.42);
	opacity: 0;
	transition: opacity .25s ease;
}
.gal__zoom::before,
.gal__zoom::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background: var(--ink);
	transform: translate(-50%, -50%);
}
.gal__zoom::before { width: 22px; height: 2px; }
.gal__zoom::after { width: 2px; height: 22px; }
.gal__open:hover .gal__zoom,
.gal__open:focus-visible .gal__zoom { opacity: 1; }

/* Podglad zdjecia */
.lb {
	position: fixed;
	inset: 0;
	z-index: 120;
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) 64px;
	align-items: center;
	gap: var(--s-sm);
	padding: var(--s-lg);
	background: rgba(9,9,10,.95);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	opacity: 0;
	transition: opacity .22s ease;
}
.lb[hidden] { display: none; }
.lb.is-open { opacity: 1; }

.lb__stage {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	min-height: 0;
}
.lb__img {
	max-width: 100%;
	max-height: calc(100svh - 150px);
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: var(--r-md);
	user-select: none;
	-webkit-user-drag: none;
}

.lb__nav {
	width: 56px;
	height: 56px;
	border: 1px solid var(--line);
	border-radius: 50%;
	background: rgba(20,20,21,.9);
	cursor: pointer;
	position: relative;
	justify-self: center;
	transition: border-color .15s ease, background-color .15s ease;
}
.lb__nav:hover { border-color: var(--accent); background: var(--accent); }
.lb__nav::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 13px;
	height: 13px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
}
.lb__nav:hover::before { color: #0B0B0C; }
.lb__nav--next::before { transform: translate(-62%, -50%) rotate(45deg); }
.lb__nav--prev::before { transform: translate(-38%, -50%) rotate(-135deg); }

.lb__close {
	position: absolute;
	top: 16px;
	right: 18px;
	width: 48px;
	height: 48px;
	border: 1px solid var(--line);
	border-radius: 50%;
	background: rgba(20,20,21,.9);
	color: var(--ink);
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	transition: border-color .15s ease, color .15s ease;
}
.lb__close:hover { border-color: var(--accent); color: var(--accent); }

.lb__count {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0.12em;
	color: var(--muted);
}
.lb__now { color: var(--accent); }

.eva.lb-open { overflow: hidden; }

/* Pasek akcji na dole, pojawia sie po minieciu hero */
.mobar {
	position: fixed;
	left: 50%;
	bottom: 18px;
	z-index: 95;
	display: flex;
	gap: 8px;
	padding: 8px;
	border: 1px solid var(--line);
	border-radius: var(--r-pill);
	background: rgba(11,11,12,.88);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
	transform: translate(-50%, 140%);
	opacity: 0;
	pointer-events: none;
	transition: transform .32s cubic-bezier(.2,.7,.3,1), opacity .32s ease;
}
.mobar.is-visible { transform: translate(-50%, 0); opacity: 1; pointer-events: auto; }

.mobar a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding-inline: 26px;
	border-radius: var(--r-pill);
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	white-space: nowrap;
	transition: background-color .15s ease, border-color .15s ease;
}
.mobar__call { border: 1px solid var(--line); color: var(--ink); }
.mobar__call:hover { border-color: var(--muted); }
.mobar__order { background: var(--accent); color: #0B0B0C; }
.mobar__order:hover { background: #FF7D1F; }

/* Odslanianie przy przewijaniu. Bez JS wszystko jest widoczne. */
.js .reveal { opacity: 0; transform: translateY(18px); }
.js .reveal.is-in {
	opacity: 1;
	transform: none;
	transition: opacity .6s ease, transform .6s cubic-bezier(.2,.7,.3,1);
}

/* ---- Tablety ---- */
@media (max-width: 1040px) {
	.eva { --s-xxl: 76px; --s-xl: 48px; }

	.hero { padding-top: 96px; }
	.hero__inner { flex-direction: column; align-items: flex-start; gap: var(--s-lg); }
	.hero__seal { margin-left: 0; order: -1; }
	.hero__seal img { width: 116px; }


	.films { grid-template-columns: repeat(2, 1fr); }
	.film--2 { transform: none; }
	.film--3 { grid-column: 1 / -1; display: grid; grid-template-columns: 220px 1fr; gap: var(--s-lg); align-items: center; }
	.film--3 .film__media { margin-bottom: 0; }

	.temp { grid-template-columns: 1fr; gap: var(--s-lg); margin-top: var(--s-xxl); }

	.steps { grid-template-columns: repeat(2, 1fr); }

	.cfg { grid-template-columns: 1fr; }
	.cfg__aside { position: static; }
	.perks { grid-template-columns: repeat(2, 1fr); }

	.contact { grid-template-columns: 1fr; }
}

/* ---- Telefony ---- */
@media (max-width: 860px) {
	.eva { font-size: 16px; --s-xxl: 62px; }

	.hero { min-height: auto; padding: 88px 0 var(--s-lg); }
	.hero__title { font-size: clamp(42px, 12vw, 62px); }
	.hero__lead { font-size: 16px; }
	.hero__cta { margin-bottom: var(--s-lg); }
	.hero__cta .btn { flex: 1 1 100%; }
	.hero__stats { gap: var(--s-md) var(--s-lg); }
	.hero__stats b { font-size: 27px; }

	.strip__inner { gap: var(--s-md); justify-content: flex-start; }
	.strip__item { font-size: 13px; }

	.sec__head { margin-bottom: var(--s-lg); }

	.films { grid-template-columns: 1fr; gap: var(--s-xl); }
	.film--3 { grid-template-columns: 1fr; gap: 0; }
	.film--3 .film__media { margin-bottom: var(--s-md); }
	.film__media { max-width: 330px; }

	.steps { grid-template-columns: 1fr; gap: var(--s-md); }
	.perks { grid-template-columns: 1fr; }

	.cfg__form { padding: var(--s-md); border-radius: var(--r-md); }

	/* Galeria jako karuzela z przeciaganiem */
	.gal {
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: 78%;
		gap: 12px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		padding-inline: var(--gutter);
		scroll-padding-inline: var(--gutter);
	}
	.gal::-webkit-scrollbar { display: none; }
	.gal__item { scroll-snap-align: center; margin-bottom: 0; }
	.gal__item img { aspect-ratio: 3 / 4; object-fit: cover; }

	.gal__dots {
		display: flex;
		justify-content: center;
		gap: 7px;
		margin-top: var(--s-md);
		flex-wrap: wrap;
		padding-inline: var(--gutter);
	}
	.gal__dot {
		width: 7px;
		height: 7px;
		border-radius: 50%;
		border: 0;
		padding: 0;
		background: var(--line);
		cursor: pointer;
		transition: background-color .2s ease, width .2s ease;
	}
	.gal__dot.is-active { background: var(--accent); width: 20px; border-radius: var(--r-pill); }


	.faq__q { font-size: 19px; }
	.cinfo__row { grid-template-columns: 1fr; gap: 2px; }

	.map { aspect-ratio: 1; }

	.foot { padding-bottom: 96px; }
	.foot__inner { flex-direction: column; align-items: flex-start; }

	/* Pasek akcji: pelna szerokosc na telefonie */
	.mobar {
		left: var(--gutter);
		right: var(--gutter);
		bottom: calc(12px + env(safe-area-inset-bottom));
		width: auto;
		transform: translate(0, 160%);
	}
	.mobar.is-visible { transform: translate(0, 0); }
	.mobar a { flex: 1; padding-inline: 12px; font-size: 15px; }

	.lb { grid-template-columns: 1fr; padding: var(--s-md); }
	.lb__nav { position: absolute; bottom: 26px; z-index: 2; width: 50px; height: 50px; }
	.lb__nav--prev { left: 22px; }
	.lb__nav--next { right: 22px; }
	.lb__img { max-height: calc(100svh - 190px); }
	.lb__count { bottom: 42px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.js .reveal { opacity: 1; transform: none; }
	.eva *, .eva *::before, .eva *::after {
		animation-duration: .01ms !important;
		transition-duration: .01ms !important;
	}
}


/* Nagłówek serwisu jest teraz także na landingu. */
.eva .hero { padding-top: var(--s-xl); }
.eva [id] { scroll-margin-top: 110px; }
.eva .mobar { bottom: 18px; }

/* Telefon: nagłówek serwisu jest przyklejony, więc hero nie może pod niego wchodzić,
   a dolny pasek akcji musi omijać pasek systemowy. */
@media (max-width: 860px) {
	.eva .hero { padding-top: var(--s-lg); }
	.eva [id] { scroll-margin-top: 118px; }
	.eva .gal { scroll-padding-inline: var(--gutter); }
	.eva .foot { padding-bottom: 104px; }
	.eva .btn { min-height: 48px; }
	.eva .faq__q { min-height: 52px; }
	.eva .lb__nav { width: 48px; height: 48px; }
}

.eva .foot__links { margin-top: 4px; }
.eva .foot__links a { color: var(--muted); font-size: 14px; border-bottom: 1px solid var(--line); }
.eva .foot__links a:hover { color: var(--accent); border-color: var(--accent); }

/* ---------- Dane rejestrowe na stronie glownej ----------
   Wymagane przy weryfikacji operatora platnosci: pelna nazwa firmy,
   NIP oraz komplet danych kontaktowych, widoczne bez logowania. */
.eva .sec--company { padding-block: var(--s-xl); border-top: 1px solid var(--line); }

.eva .company {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	gap: var(--s-lg);
	margin-top: var(--s-lg);
}
.eva .company__col { display: grid; gap: 4px; align-content: start; min-width: 0; }
.eva .company__k {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .12em;
	color: var(--muted);
}
.eva .company__v { margin: 0; font-size: 16px; line-height: 1.5; color: var(--ink); }
.eva .company__v a { color: var(--accent); overflow-wrap: anywhere; }
.eva .company__v a:hover { color: var(--accent-hover); }
.eva .company__note { margin: 0; font-size: 13px; color: var(--muted); line-height: 1.45; }

.eva .company__docs {
	display: flex;
	flex-wrap: wrap;
	gap: var(--s-md);
	margin: var(--s-lg) 0 0;
	padding-top: var(--s-md);
	border-top: 1px solid var(--line);
}
.eva .company__docs a {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: var(--accent);
	border-bottom: 1px solid transparent;
}
.eva .company__docs a:hover { border-bottom-color: var(--accent); }

@media (max-width: 860px) {
	.eva .sec--company { padding-block: var(--s-lg); }
	.eva .company { grid-template-columns: 1fr 1fr; gap: var(--s-md); }
	.eva .company__v { font-size: 15px; }
	.eva .company__docs { gap: 10px; }
	.eva .company__docs a { font-size: 12px; }
}
@media (max-width: 480px) {
	.eva .company { grid-template-columns: 1fr; }
}
