/*
 * Landing konwersyjny — jedyny arkusz na tym szablonie.
 * style.css jest wypięty (szablon nie renderuje header.php ani footer.php),
 * więc tutaj siedzi też reset. Zero !important — nie ma z czym kolidować.
 */

/* ------------------------------------------------------------------ reset */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	font-size: 17px;
	line-height: 1.6;
	color: #4A5352;
	background: #FFFFFF;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}
img, svg, video { max-width: 100%; display: block; }
a { color: inherit; }
button { font: inherit; }
h1, h2, h3, h4, p, figure, ul, ol, blockquote { margin: 0; }
ul, ol { padding: 0; list-style: none; }

/* Ikony z fn_lp_icon() rysowane są kreską i dziedziczą kolor.
   Gwiazdki i trójkąt play mają fill — dlatego wyjątki. */
#fn-lp .lp-btn svg,
#fn-lp .lp-top-call svg,
#fn-lp .lp-badge svg,
#fn-lp .lp-card-ico svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}
#fn-lp .lp-badge svg { stroke: var(--acc); stroke-width: 2.2; }

/* ----------------------------------------------------------------- tokeny */
#fn-lp {
	--ink:        #0A1512;
	--body:       #4A5352;
	--muted:      rgba(10, 21, 18, .5);
	--line:       rgba(10, 21, 18, .08);
	--card:       #FFFFFF;
	--bg:         #FFFFFF;
	--bg-alt:     #F7F5F0;
	--dark:       #051F1D;

	--gold:       #B8925A;
	--gold-lift:  #D4BC8A;
	--gold-soft:  rgba(184, 146, 90, .08);
	--gold-edge:  rgba(184, 146, 90, .2);

	/* Oba landingi mówią złotem — jak reszta serwisu. Morska zieleń zostaje
	   tylko w poświacie tła, tam gdzie motyw też jej używa. */
	--acc:        var(--gold);
	--acc-deep:   var(--gold);
	--acc-soft:   var(--gold-soft);
	--acc-edge:   var(--gold-edge);
	/* Strona główna nigdy nie kładzie złotego przycisku na jasnej sekcji: złoto
	   jest na ciemnym (hero, stopka), a na jasnym CTA jest atramentowe z białym
	   tekstem (fn-feat, fn-faq, fn-loc). Landing trzyma tę samą zasadę —
	   sekcje ciemne przestawiają te tokeny niżej. */
	--cta:        #0A1512;
	--cta-ink:    #FFFFFF;
	--cta-sweep:  #B8925A;

	/* Przycisk drugorzędny żyje i na jasnej, i na ciemnej sekcji — sekcje ciemne
	   przestawiają te cztery tokeny zamiast dublować selektory. */
	--ghost-ink:        #0A1512;
	--ghost-edge:       rgba(10, 21, 18, .15);
	--ghost-hover-bg:   #F7F5F0;
	--ghost-hover-edge: #0A1512;

	--pad:        clamp(1.25rem, 3vw, 2.5rem);
	--maxw:       1320px;
	--ease:       cubic-bezier(.22, 1, .36, 1);

	background: var(--bg);
	color: var(--body);
}
/**
 * Sekcje na ciemnym tle przestawiają tokeny, zamiast dublować selektory.
 * Reguły bazowe są pod #fn-lp (1,0,1) — nadpisanie koloru klasą sekcji nigdy by
 * nie weszło. Zmienne dziedziczą, więc omijają starcie specyficzności.
 * Tła podajemy tu literałem: --ink jest w tym bloku już biały.
 */
.lp-hero, .lp-close, .lp-band {
	--ink:      #FFFFFF;
	--body:     rgba(255, 255, 255, .7);
	--muted:    rgba(255, 255, 255, .55);
	--line:     rgba(255, 255, 255, .08);
	--acc:      var(--gold-lift);
	--acc-deep: var(--gold-lift);
	--acc-soft: rgba(184, 146, 90, .12);
	--acc-edge: rgba(184, 146, 90, .3);
	--ghost-ink:        #FFFFFF;
	--ghost-edge:       rgba(255, 255, 255, .18);
	--ghost-hover-bg:   rgba(255, 255, 255, .08);
	--ghost-hover-edge: rgba(255, 255, 255, .5);
	--cta:       #B8925A;
	--cta-ink:   #0A1512;
	--cta-sweep: #FFFFFF;
	/* color dziedziczy się jako wartość wyliczona — samo przestawienie --body
	   nie przemalowałoby tekstu, który nie ma własnej reguły koloru. */
	color: var(--body);
}

/* ------------------------------------------------------------- typografia */
#fn-lp h1, #fn-lp h2, #fn-lp h3 {
	color: var(--ink);
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: -.03em;
}
#fn-lp h1 { font-size: clamp(2.25rem, 5.5vw, 4rem); line-height: 1.02; letter-spacing: -.04em; }
#fn-lp h2 { font-size: clamp(1.875rem, 4vw, 2.75rem); }
#fn-lp h3 { font-size: 18px; line-height: 1.3; letter-spacing: -.02em; }
/* Złoty italic w nagłówku to sygnatura serwisu — ten sam zabieg co .fn-accent. */
#fn-lp h1 em, #fn-lp h2 em {
	font-style: italic;
	font-weight: 400;
	color: var(--acc);
}
#fn-lp p { margin: 0 0 1em; }
#fn-lp p:last-child { margin-bottom: 0; }
#fn-lp strong { font-weight: 500; color: var(--ink); }

.lp-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .24em;
	text-transform: uppercase;
	color: var(--acc);
}
.lp-eyebrow::before {
	content: "";
	display: inline-block;
	flex: none;
	width: 36px;
	height: 1px;
	background: var(--acc);
}
.lp-head--mid .lp-eyebrow::after {
	content: "";
	display: inline-block;
	flex: none;
	width: 36px;
	height: 1px;
	background: var(--acc);
}
.lp-lead { font-size: clamp(1rem, 1.2vw, 1.0625rem); line-height: 1.65; color: var(--body); }

/* ------------------------------------------------------------------ układ */
.lp-wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad); }
/* Na 390 px podwójny padding dawał 135 px między sekcjami — czytało się jak
   przerwa w treści, a nie jak zmiana tematu. */
.lp-sec { padding: clamp(4rem, 8vh, 6rem) 0; }
@media (max-width: 640px) { .lp-sec { padding: 2.75rem 0; } }
.lp-sec--tight { padding: clamp(2.5rem, 5vh, 3.5rem) 0; }
.lp-sec--alt { position: relative; background: var(--bg-alt); }
.lp-sec--alt::before {
	content: "";
	position: absolute; inset: 0;
	background:
		radial-gradient(ellipse 70% 50% at 15% 20%, rgba(184, 146, 90, .05) 0%, transparent 55%),
		radial-gradient(ellipse 60% 60% at 85% 80%, rgba(20, 133, 126, .04) 0%, transparent 55%);
	pointer-events: none;
}
.lp-sec--alt > .lp-wrap { position: relative; z-index: 1; }

.lp-head { max-width: 720px; margin-bottom: clamp(2.5rem, 5vh, 3.5rem); }
.lp-head .lp-eyebrow { margin-bottom: 1.5rem; }
.lp-head h2 { margin-bottom: 1rem; }
.lp-head .lp-lead { max-width: 580px; }
.lp-head--mid { margin-left: auto; margin-right: auto; text-align: center; }
.lp-head--mid .lp-lead { margin-left: auto; margin-right: auto; }

/* Kreska nad nagłówkiem sekcji — ta sama miara co kreska w eyebrow. */
.lp-rule {
	width: 36px; height: 1px;
	background: var(--acc);
	margin: 0 0 1.5rem;
}
.lp-head--mid .lp-rule { margin-left: auto; margin-right: auto; }

/* --------------------------------------------------------------- przyciski */
/**
 * Jeden język przycisku z całym serwisem (.fn-*-btn-primary / -ghost):
 * kant, wersaliki 14/500, biel wjeżdżająca z lewej zamiast podnoszenia.
 */
.lp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .625rem;
	min-height: 56px;
	padding: 1.05rem 1.75rem;
	border: 1px solid transparent;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .04em;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	/* Etykiety w partialach to gołe węzły tekstowe, nie <span> jak w motywie.
	   Własny kontekst układania + ujemny z-index kładzie wjeżdżającą biel nad
	   tłem przycisku, ale pod tekstem — bez przepisywania markupu. */
	isolation: isolate;
	transition: border-color 350ms ease, background-color 300ms ease, color 300ms ease;
}
.lp-btn svg { width: 14px; height: 14px; flex: none; }
.lp-btn:focus-visible { outline: 2px solid var(--acc); outline-offset: 3px; }

.lp-btn--call {
	background: var(--cta);
	color: var(--cta-ink);
	border-color: var(--cta);
}
.lp-btn--call::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--cta-sweep);
	transform: translateX(-101%);
	transition: transform 400ms var(--ease);
	z-index: -1;
}
.lp-btn--call:hover::before { transform: translateX(0); }
.lp-btn--call:hover { border-color: var(--cta-sweep); color: #0A1512; }
.lp-btn--call svg { transition: transform 300ms ease; }
.lp-btn--call:hover svg { transform: translateX(4px); }

.lp-btn--book,
.lp-btn--ghost {
	background: transparent;
	color: var(--ghost-ink);
	border-color: var(--ghost-edge);
}
.lp-btn--book:hover,
.lp-btn--ghost:hover {
	background: var(--ghost-hover-bg);
	border-color: var(--ghost-hover-edge);
}
.lp-btn--book svg,
.lp-btn--ghost svg { color: var(--acc); }

.lp-btn--wide { width: 100%; }

/* Markup trzyma Booksy przed telefonem, a konwersją landingu jest telefon —
   dlatego oś jest odwrócona: złoty CTA stoi pierwszy w obu układach. */
.lp-ctas { display: flex; flex-direction: column-reverse; gap: 12px; }
.lp-ctas .lp-btn { width: 100%; }
.lp-ctas--mid { margin-top: 26px; }
@media (min-width: 480px) {
	.lp-ctas { flex-direction: row-reverse; flex-wrap: wrap; justify-content: flex-end; }
	.lp-ctas .lp-btn { width: auto; }
	.lp-ctas--mid { justify-content: center; }
}

/* Pas domykający sekcję — bez niego od hero do cennika nie ma gdzie kliknąć.
   Ciemne tło jest też jedynym akcentem między hero a cennikiem: dziewięć
   jasnych sekcji z rzędu czyta się jak jeden ciąg akapitów. */
.lp-band {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 14px 24px;
	margin-top: clamp(2rem, 4vh, 2.75rem);
	padding: clamp(1.25rem, 2.5vw, 1.625rem) clamp(1.25rem, 3vw, 1.75rem);
	background: var(--dark);
}
#fn-lp .lp-band-t { margin: 0; font-size: 15.5px; line-height: 1.5; color: rgba(255, 255, 255, .82); }

@media (max-width: 640px) {
	.lp-band { flex-direction: column; align-items: stretch; text-align: center; }
	/* Węższy padding niż w hero: pas ma własne marginesy, więc przy 1.75rem
	   etykieta z ceną łamała się na dwie linie. */
	.lp-band .lp-btn { width: 100%; padding-left: 1rem; padding-right: 1rem; }
}

/* ---------------------------------------------------------------- topbar */
/* Bez nawigacji — landing nie wyprowadza płatnego ruchu. Wygląd jak #fn-head. */
/* Kotwice muszą omijać przyklejony pasek - bez tego skok do #fn-kontakt chowa
   nagłówek sekcji pod nim. Dotyczy logo w pasku i wariantu CTA po godzinach. */
#fn-lp [id] { scroll-margin-top: 84px; }

.lp-top {
	position: sticky;
	top: 0;
	z-index: 60;
	min-height: 68px;
	display: flex;
	align-items: center;
	background: rgba(5, 31, 29, .92);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.lp-top .lp-wrap { display: flex; align-items: center; justify-content: space-between; gap: 14px; }

/* Lockup dwuwierszowy — ten sam co .fn-brand w nagłówku serwisu. */
.lp-brand { display: inline-flex; flex-direction: column; line-height: 1; text-decoration: none; min-width: 0; }
.lp-brand b {
	font-size: clamp(1.125rem, 1.5vw, 1.375rem);
	font-weight: 600;
	letter-spacing: -.02em;
	color: #FFFFFF;
	white-space: nowrap;
}
.lp-brand span {
	margin-top: 6px;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: #D4BC8A;
	white-space: nowrap;
}

.lp-top-call {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: .85rem 1.5rem;
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
	color: #0A1512;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .02em;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	isolation: isolate;
	transition: color 300ms ease, border-color 300ms ease;
}
/* Złoto wjeżdża od dołu — jak .fn-cta-head. Ujemny z-index kładzie je nad tłem
   przycisku, ale pod gołym tekstem etykiety. */
.lp-top-call::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #B8925A;
	transform: translateY(100%);
	transition: transform 400ms ease;
	z-index: -1;
}
.lp-top-call:hover::before { transform: translateY(0); }
.lp-top-call:hover { border-color: #B8925A; }
.lp-top-call svg { width: 15px; height: 15px; }
.lp-top-call span { display: none; }

/* ------------------------------------------------------------------ hero */
.lp-hero { position: relative; overflow: hidden; background: #051F1D; isolation: isolate; }
.lp-hero-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.lp-hero-bg img, .lp-hero-bg video {
	width: 100%; height: 100%;
	object-fit: cover;
	will-change: transform;
}
.lp-hero-bg::after {
	content: "";
	position: absolute; inset: 0;
	/* Oba kadry są jasne — słabszy przyciem gubił kontrast H1.
	   Na wierzchu poświata złoto-morska: ta sama, co w hero podstrony usługi. */
	background:
		radial-gradient(ellipse 60% 50% at 30% 30%, rgba(184, 146, 90, .14) 0%, transparent 55%),
		radial-gradient(ellipse 70% 60% at 80% 70%, rgba(20, 133, 126, .18) 0%, transparent 55%),
		radial-gradient(ellipse 40% 30% at 50% 100%, rgba(5, 31, 29, .6) 0%, transparent 60%),
		linear-gradient(180deg, rgba(5, 31, 29, .74) 0%, rgba(5, 31, 29, .6) 38%, rgba(5, 31, 29, .88) 80%, #051F1D 100%),
		radial-gradient(130% 90% at 15% 25%, rgba(5, 31, 29, .26) 0%, rgba(5, 31, 29, .62) 100%);
}
.lp-hero-in {
	position: relative;
	z-index: 1;
	padding: clamp(3rem, 8vh, 5rem) 0 clamp(2.5rem, 6vh, 4rem);
	color: rgba(255, 255, 255, .78);
}
.lp-hero .lp-eyebrow { margin-bottom: 1.5rem; }
.lp-hero h1 { margin-bottom: 1.25rem; max-width: 16ch; text-wrap: balance; text-shadow: 0 2px 12px rgba(0, 0, 0, .3); }
/* Odstępy w hero idą pod #fn-lp — `#fn-lp p { margin: 0 0 1em }` z resetu ma
   wyższą specyficzność i bez tego zjada marginesy ustawione klasą. */
#fn-lp .lp-hero-lead {
	font-size: clamp(1rem, 1.4vw, 1.125rem);
	line-height: 1.65;
	color: rgba(255, 255, 255, .78);
	max-width: 52ch;
	margin: 0 0 2rem;
}
/* Ramka wartości pod CTA: cena bez tego, co za nią stoi, jest samą barierą.
   Bliżej przycisków niż gwiazdek — tłumaczy kwotę z CTA, nie stoi obok. */
#fn-lp .lp-hero-val {
	margin: 16px 0 0;
	max-width: 46ch;
	font-size: 14.5px;
	line-height: 1.55;
	color: rgba(255, 255, 255, .66);
}
#fn-lp .lp-hero-stars {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 26px 0 0;
	font-size: 14px;
	color: rgba(255, 255, 255, .78);
}
.lp-hero-stars b { color: #FFFFFF; font-weight: 500; }
.lp-stars { display: inline-flex; gap: 2px; }
.lp-stars svg { width: 15px; height: 15px; fill: #B8925A; }

/* ------------------------------------------------------------ pas zaufania */
/* Siatka na kreskach włosowych — ten sam zabieg co .fn-wh-stats w hero usługi. */
.lp-trust { position: relative; background: #051F1D; padding: 0 0 clamp(2rem, 5vh, 3rem); }
.lp-trust::before {
	content: "";
	position: absolute; inset: 0;
	background:
		radial-gradient(ellipse 60% 50% at 15% 20%, rgba(184, 146, 90, .10) 0%, transparent 60%),
		radial-gradient(ellipse 70% 50% at 85% 80%, rgba(20, 133, 126, .16) 0%, transparent 60%);
	pointer-events: none;
}
.lp-trust .lp-wrap { position: relative; z-index: 1; }
.lp-trust-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1px;
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .08);
}
.lp-trust-i {
	background: rgba(5, 31, 29, .7);
	padding: clamp(1.25rem, 3vw, 1.75rem) 1rem;
	text-align: center;
}
.lp-trust-n {
	display: block;
	font-size: clamp(1.75rem, 4vw, 2.25rem);
	font-weight: 500;
	line-height: 1;
	color: #FFFFFF;
	letter-spacing: -.03em;
	font-variant-numeric: tabular-nums;
}
.lp-trust-n i { font-style: normal; color: #D4BC8A; }
.lp-trust-l {
	display: block;
	margin-top: 10px;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: .18em;
	text-transform: uppercase;
	line-height: 1.4;
	color: rgba(255, 255, 255, .55);
}

/* --------------------------------------------------------------- sygnały */
/* Siatka włosowych kresek zamiast osobno obramowanych kart — jak .fn-usp-grid. */
.lp-cards {
	display: grid;
	gap: 1px;
	background: var(--line);
	border: 1px solid var(--line);
}
.lp-card {
	position: relative;
	background: var(--card);
	border: 0;
	padding: clamp(1.75rem, 3vw, 2.5rem) clamp(1.5rem, 2.5vw, 2rem);
	overflow: hidden;
	transition: background 400ms ease;
}
/* Złota kreska wjeżdża od lewej — sygnatura kart w całym serwisie. */
.lp-card::before {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 2px;
	background: var(--acc);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 500ms var(--ease);
}
.lp-card:hover { background: var(--bg-alt); }
.lp-card:hover::before { transform: scaleX(1); }
.lp-card h3 { margin-bottom: 8px; padding-left: 34px; }
.lp-card p { font-size: 15.5px; color: var(--body); }
.lp-card-ico {
	position: absolute;
	top: clamp(1.75rem, 3vw, 2.5rem); left: clamp(1.5rem, 2.5vw, 2rem);
	width: 24px; height: 24px;
	color: var(--acc);
}
.lp-card-ico svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

.lp-note {
	margin-top: 1.5rem;
	padding: 0.875rem 1rem;
	border-left: 2px solid #B8925A;
	background: rgba(184, 146, 90, .05);
	font-size: 12.5px;
	line-height: 1.55;
	color: #1F2A27;
}

/* ----------------------------------------------------------------- wideo */
.lp-video-box {
	position: relative;
	max-width: 400px;
	margin: 0 auto;
	overflow: hidden;
	background: #051F1D;
	aspect-ratio: 9 / 16;
}
.lp-video-box video { width: 100%; height: 100%; object-fit: cover; }
.lp-video-poster {
	position: absolute; inset: 0;
	width: 100%; height: 100%;
	padding: 0; border: 0;
	background: none;
	cursor: pointer;
	display: block;
}
.lp-video-poster img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
/* Napisy są wypalone w kadrze na 61–72% wysokości — przyciemniamy górę, nie dół. */
.lp-video-poster::after {
	content: "";
	position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(5, 31, 29, .34) 0%, rgba(5, 31, 29, .1) 46%, rgba(5, 31, 29, .2) 100%);
}
/* 36% wysokości: nad pasem napisów, przycisk ich nie zasłania. */
.lp-play {
	position: absolute;
	left: 50%; top: 36%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 76px; height: 76px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .94);
	display: grid;
	place-items: center;
	box-shadow: 0 10px 32px -8px rgba(0, 0, 0, .5);
	transition: transform .25s var(--ease), background-color .2s;
}
.lp-video-poster:hover .lp-play { transform: translate(-50%, -50%) scale(1.07); background: #FFFFFF; }
.lp-play svg { width: 26px; height: 26px; fill: var(--ink); margin-left: 4px; }
.lp-play::before {
	content: "";
	position: absolute; inset: -10px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, .5);
	animation: lp-pulse 2.6s var(--ease) infinite;
}
@keyframes lp-pulse {
	0%   { transform: scale(.9); opacity: .9; }
	70%  { transform: scale(1.35); opacity: 0; }
	100% { transform: scale(1.35); opacity: 0; }
}
.lp-video-cap {
	position: absolute;
	left: 0; right: 0; bottom: 0;
	z-index: 1;
	padding: 44px 20px 18px;
	font-size: 14px;
	color: rgba(255, 255, 255, .9);
	background: linear-gradient(180deg, transparent, rgba(5, 31, 29, .8));
	pointer-events: none;
}
.lp-video-box.is-playing .lp-video-poster,
.lp-video-box.is-playing .lp-video-cap { display: none; }

/* Podpisy rysowane wewnątrz SVG — tam, gdzie sens jest w położeniu, nie w
   legendzie. Rozmiar w px, bo font-size dziedziczony do <text> skalowałby się
   razem z viewBox. */
.lp-svg-lab {
	font-size: 12.5px;
	font-weight: 500;
	letter-spacing: .01em;
	fill: var(--body);
}

/* -------------------------------------------------- rozjazd A: porównanie */
.lp-cmp { display: grid; gap: 26px; }
.lp-arch { width: 100%; max-width: 420px; margin: 0 auto; }
.lp-arch svg { width: 100%; height: auto; overflow: visible; }
.lp-arch .lp-draw {
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.lp-table {
	border: 1px solid var(--line);
	overflow: hidden;
	background: var(--card);
}
.lp-tr {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-top: 1px solid var(--line);
}
.lp-tr:first-child { border-top: 0; }
.lp-tr-lab {
	grid-column: 1 / -1;
	padding: 13px 16px 5px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--muted);
}
.lp-td { padding: 4px 16px 15px; font-size: 15px; }
.lp-td--a { color: var(--muted); }
.lp-td--b { color: var(--ink); font-weight: 500; background: var(--acc-soft); }
.lp-thead {
	display: grid;
	grid-template-columns: 1fr 1fr;
	background: var(--ink);
}
.lp-th {
	padding: 13px 16px;
	font-size: 13px;
	font-weight: 500;
	color: rgba(255, 255, 255, .6);
}
.lp-th--b { color: #FFFFFF; }
.lp-th--b::before {
	content: "";
	display: inline-block;
	width: 7px; height: 7px;
	margin-right: 8px;
	border-radius: 50%;
	background: var(--acc);
	vertical-align: middle;
}

/* --------------------------------------------------- rozjazd B: wypór wody */
.lp-buoy { display: grid; gap: 26px; }
.lp-buoy-fig { max-width: 420px; margin: 0 auto; width: 100%; }
.lp-buoy-fig svg { width: 100%; height: auto; overflow: visible; }
.lp-buoy-fig .lp-draw { fill: none; stroke-linecap: round; }
.lp-buoy-list { display: grid; gap: 12px; }
.lp-buoy-i {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 14px;
	align-items: start;
	padding: 18px;
	background: var(--card);
	border: 1px solid var(--line);
}
.lp-buoy-n {
	width: 42px; height: 42px;
	display: grid; place-items: center;
	border-radius: 50%;
	background: var(--acc-soft);
	color: var(--acc-deep);
	font-size: 15px;
	font-weight: 500;
}
.lp-buoy-i h3 { margin-bottom: 6px; }
.lp-buoy-i p { font-size: 15.5px; }

/* ----------------------------------------------------------------- kroki */
.lp-steps { position: relative; display: grid; gap: 0; }
.lp-step {
	position: relative;
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 18px;
	padding: 0 0 30px;
}
.lp-step:last-child { padding-bottom: 0; }
.lp-step-mark { position: relative; }
.lp-step-dot {
	width: 44px; height: 44px;
	display: grid; place-items: center;
	border-radius: 50%;
	background: var(--card);
	border: 1px solid var(--acc);
	color: var(--acc-deep);
	font-size: 15px;
	font-weight: 500;
	position: relative;
	z-index: 1;
}
.lp-sec--ink .lp-step-dot { background: var(--ink); }
.lp-step-line {
	position: absolute;
	/* Ujemny bottom przechodzi przez padding kroku — inaczej linia kończyłaby się
	   na wysokości tekstu i kropki wyglądałyby na niepołączone. */
	left: 50%; top: 44px; bottom: -24px;
	width: 1px;
	margin-left: -.5px;
	background: linear-gradient(180deg, var(--acc), color-mix(in srgb, var(--acc) 45%, transparent));
	transform-origin: top;
}
.lp-step:last-child .lp-step-line { display: none; }
.lp-step-body { padding-top: 5px; }
.lp-step-time {
	display: inline-block;
	margin-bottom: 8px;
	padding: 4px 10px;
	border: 1px solid var(--acc-edge);
	background: var(--acc-soft);
	color: var(--acc-deep);
	font-size: 9.5px;
	font-weight: 500;
	letter-spacing: .18em;
	text-transform: uppercase;
}
.lp-step h3 { margin-bottom: 6px; }
.lp-step p { font-size: 15.5px; }

/* ------------------------------------------------------------ kto prowadzi */
/* Ta sama siatka na kreskach włosowych co .lp-cards — 2-3 osoby czytają się
   jak jeden blok, a nie jak trzy osobne sekcje. */
.lp-team {
	display: grid;
	gap: 1px;
	background: var(--line);
	border: 1px solid var(--line);
}
.lp-team-i {
	position: relative;
	display: grid;
	/* Na 390 px zostaje ~186 px kolumny tekstu, czyli ~26 znaków w linii —
	   stąd limit bio na ~110 znaków. Miniatura poniżej ~96 px przestaje
	   pokazywać twarz, a po to ta sekcja istnieje. */
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
	background: var(--card);
	padding: 18px;
	overflow: hidden;
	transition: background 400ms ease;
}
.lp-team-i::before {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 2px;
	background: var(--acc);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 500ms var(--ease);
}
.lp-team-i:hover { background: var(--bg-alt); }
.lp-team-i:hover::before { transform: scaleX(1); }
.lp-team-ph { position: relative; margin: 0; background: var(--bg-alt); }
/* Źródłem są poziome kadry 1600×1067 z tej samej sesji co reszta zdjęć zespołu.
   Przy boksie 3:4 cover przycina wyłącznie w poziomie, sylwetki stoją w osi. */
.lp-team-ph img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	object-position: center;
}
.lp-team-ph::after {
	content: "";
	position: absolute;
	left: 0; right: 0; bottom: 0;
	height: 2px;
	background: var(--acc);
}
#fn-lp .lp-team-i h3 { font-size: 16.5px; margin-bottom: 3px; text-wrap: balance; }
.lp-team-role {
	display: block;
	margin-bottom: 8px;
	font-size: 12.5px;
	font-weight: 500;
	color: var(--acc-deep);
}
#fn-lp .lp-team-i p { margin: 0; font-size: 14.5px; line-height: 1.5; }
#fn-lp .lp-team + .lp-badges { margin-top: 24px; }
.lp-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.lp-badge {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 6px 12px;
	border: 1px solid var(--acc-edge);
	background: var(--acc-soft);
	font-size: 9.5px;
	font-weight: 500;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--ink);
}
.lp-badge svg { width: 14px; height: 14px; fill: none; stroke: var(--acc); stroke-width: 2; }

/* ---------------------------------------------------------------- opinie */
.lp-rev-top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 18px;
	margin-bottom: 26px;
	padding: 16px 18px;
	background: var(--card);
	border: 1px solid var(--line);
}
.lp-g-logo { height: 20px; width: auto; flex: none; }
.lp-rev-score { display: flex; align-items: center; gap: 9px; font-size: 15px; color: var(--body); }
.lp-rev-score b { font-size: 21px; font-weight: 500; color: var(--ink); letter-spacing: -.02em; }
.lp-rev-src { margin-left: auto; font-size: 13px; color: var(--muted); text-decoration: none; }
.lp-rev-src:hover { color: var(--acc-deep); }

.lp-revs { display: grid; gap: 14px; }
.lp-rev {
	position: relative;
	background: var(--card);
	border: 1px solid var(--line);
	padding: 20px;
}
.lp-rev-q {
	position: absolute;
	top: 12px; right: 16px;
	font-size: 46px;
	line-height: 1;
	color: var(--acc-soft);
	font-weight: 700;
	pointer-events: none;
}
.lp-rev .lp-stars { margin-bottom: 10px; }
.lp-rev p { font-size: 15.5px; color: var(--body); position: relative; }
.lp-rev-who {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 14px;
	padding-top: 13px;
	border-top: 1px solid var(--line);
}
.lp-av {
	width: 34px; height: 34px;
	display: grid; place-items: center;
	border-radius: 50%;
	background: var(--acc-soft);
	color: var(--acc-deep);
	font-size: 14px;
	font-weight: 500;
	flex: none;
}
.lp-rev-who b { font-size: 14.5px; font-weight: 500; color: var(--ink); display: block; }
.lp-rev-who span { font-size: 12.5px; color: var(--muted); }

.lp-proof {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 26px;
}
#fn-lp .lp-proof-tel {
	margin: 14px 0 0;
	text-align: center;
	font-size: 14px;
	color: var(--muted);
}

/* ---------------------------------------------------------------- cennik */
.lp-price { display: grid; grid-template-columns: minmax(0, 1fr); gap: 14px; }
/**
 * Flex, nie grid: przy długiej nazwie („Turnus z zakwaterowaniem") i długiej
 * wartości („indywidualnie") cena schodzi do własnej linii. Grid 1fr auto
 * rozpychał kartę ponad szerokość ekranu 390 px.
 */
.lp-price-i {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 6px 16px;
	align-items: baseline;
	padding: 20px;
	background: var(--card);
	border: 1px solid var(--line);
}
.lp-price-i--hi {
	border-color: var(--acc);
	background: var(--acc-soft);
}
.lp-price-tag {
	/* Plakietka ma szerokość swojego tekstu, ale musi zostać sama w linii.
	   flex-basis:100% tego nie robi — max-width ściąga bazę z powrotem i tytuł
	   wchodzi obok. Margines 100% dopycha resztę wiersza i wymusza zawinięcie. */
	flex: 0 0 auto;
	align-self: start;
	margin-right: 100%;
	margin-bottom: 4px;
	padding: 4px 10px;
	background: var(--acc-deep);
	color: #FFFFFF;
	font-size: 9.5px;
	font-weight: 500;
	letter-spacing: .18em;
	text-transform: uppercase;
}
.lp-price-i h3 { flex: 1 1 auto; min-width: 0; font-size: 17px; }
/* nowrap, żeby „90 min" nie łamało się między liczbą a jednostką */
.lp-price-dur { font-size: 13px; color: var(--muted); font-weight: 400; white-space: nowrap; }
.lp-price-v {
	/* Zawsze własna linia: inaczej krótsze pozycje ustawiałyby cenę obok tytułu
	   i karty w kolumnie miałyby różny rytm. */
	flex: 0 0 100%;
	font-size: 24px;
	font-weight: 500;
	color: var(--ink);
	letter-spacing: -.025em;
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
}
.lp-price-i--hi .lp-price-v { color: var(--acc-deep); }
.lp-price-was { margin-right: 8px; font-size: 17px; font-weight: 400; color: var(--muted); }
.lp-price-d { flex: 0 0 100%; font-size: 14.5px; color: var(--body); }

/* ------------------------------------------------------------------- FAQ */
.lp-faq { max-width: 760px; }
.lp-q {
	border-bottom: 1px solid var(--line);
}
.lp-q summary {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 0;
	cursor: pointer;
	list-style: none;
	font-size: 16.5px;
	font-weight: 500;
	color: var(--ink);
	min-height: 52px;
}
.lp-q summary::-webkit-details-marker { display: none; }
.lp-q summary::after {
	content: "";
	flex: none;
	width: 11px; height: 11px;
	margin-top: 6px;
	border-right: 2px solid var(--acc);
	border-bottom: 2px solid var(--acc);
	transform: rotate(45deg);
	transition: transform .3s var(--ease);
}
.lp-q[open] summary::after { transform: rotate(-135deg); }
.lp-q-a { padding: 0 0 20px; font-size: 15.5px; color: var(--body); max-width: 60ch; }

/* ------------------------------------------------------------- domknięcie */
.lp-close { position: relative; background: #051F1D; }
.lp-close::before {
	content: "";
	position: absolute; inset: 0;
	background:
		radial-gradient(ellipse 60% 50% at 15% 20%, rgba(184, 146, 90, .10) 0%, transparent 60%),
		radial-gradient(ellipse 70% 50% at 85% 80%, rgba(20, 133, 126, .14) 0%, transparent 60%);
	pointer-events: none;
}
.lp-close .lp-wrap { position: relative; z-index: 1; }
.lp-close-grid { display: grid; gap: 30px; }
.lp-close-phone {
	display: block;
	margin-top: 18px;
	font-size: clamp(24px, 6vw, 32px);
	font-weight: 500;
	letter-spacing: -.03em;
	color: #FFFFFF;
	text-decoration: none;
}
.lp-close-phone:hover { color: var(--acc); }

.lp-places { display: grid; gap: 14px; margin-top: 26px; }
.lp-place {
	padding: 16px 18px;
	border: 1px solid rgba(255, 255, 255, .14);
	background: rgba(255, 255, 255, .04);
}
.lp-place b { display: block; font-size: 15px; color: #FFFFFF; margin-bottom: 3px; }
.lp-place span { font-size: 14px; color: rgba(255, 255, 255, .62); }
.lp-place em { display: block; font-style: normal; font-size: 13px; color: var(--acc); margin-top: 6px; }

/* Jasna karta w ciemnej sekcji — tokeny wracają do wartości bazowych. */
.lp-form-box {
	--ink:   #0A1512;
	--body:  #4A5352;
	--muted: rgba(10, 21, 18, .5);
	--line:  rgba(10, 21, 18, .08);
	--acc:      var(--gold);
	--acc-deep: var(--gold);
	/* Biała karta w ciemnej sekcji — przycisk wraca do wersji na jasne tło. */
	--cta:       #0A1512;
	--cta-ink:   #FFFFFF;
	--cta-sweep: #B8925A;
	background: #FFFFFF;
	padding: 24px 20px;
	color: var(--body);
}
.lp-form-box h3 { font-size: 20px; margin-bottom: 6px; }
.lp-form-box > p { font-size: 15px; margin-bottom: 18px; }

.lp-disclaim {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, .12);
	font-size: 12.5px;
	line-height: 1.55;
	color: rgba(255, 255, 255, .64);
}
.lp-disclaim a { color: rgba(255, 255, 255, .86); text-decoration: underline; }

/* ----------------------------------------------------------- formularz WP */
/* Markup formularza pochodzi z fn_contact_form() i nosi klasy w stylu Elementora
   (zaszłość po starej stronie). Nie przepisujemy go — ubieramy. */
#fn-lp .elementor-form-fields-wrapper { display: grid; gap: 12px; }
#fn-lp .elementor-field-group { display: block; }
#fn-lp .elementor-message {
	padding: 1rem 1.125rem;
	font-size: 13.5px;
	margin-bottom: 16px;
}
#fn-lp .elementor-message-success { background: rgba(74, 222, 128, .08); border-left: 2px solid #4ADE80; color: #0A1512; }
#fn-lp .elementor-message-danger { background: rgba(239, 68, 68, .08); border-left: 2px solid #EF4444; color: #0A1512; }
#fn-lp .e-form__buttons { margin-top: 4px; }
#fn-lp .elementor-button { width: 100%; }

#fn-lp #fn-kf-form { display: grid; gap: 12px; }
#fn-lp #fn-kf-form label { font-size: 13.5px; font-weight: 500; color: var(--ink); display: block; margin-bottom: 5px; }
#fn-lp #fn-kf-form input[type="text"],
#fn-lp #fn-kf-form input[type="tel"],
#fn-lp #fn-kf-form input[type="email"],
#fn-lp #fn-kf-form textarea,
#fn-lp #fn-kf-form select {
	width: 100%;
	min-height: 52px;
	padding: 13px 15px;
	font-family: inherit;
	font-size: 16px; /* iOS nie zoomuje dopiero od 16 px */
	color: var(--ink);
	background: #F7F5F0;
	border: 1px solid var(--line);
	transition: border-color .2s, box-shadow .2s, background-color .2s;
}
#fn-lp #fn-kf-form textarea { min-height: 108px; resize: vertical; line-height: 1.55; }
#fn-lp .fn-kf-more { display: grid; gap: 12px; }
#fn-lp .fn-kf-more summary {
	cursor: pointer;
	font-size: 13.5px;
	color: var(--body);
	padding: 4px 0;
}
#fn-lp #fn-kf-form input:focus,
#fn-lp #fn-kf-form textarea:focus,
#fn-lp #fn-kf-form select:focus {
	outline: none;
	background: #F7F5F0;
	border-color: #B8925A;
	box-shadow: 0 0 0 3px rgba(184, 146, 90, .08);
}
#fn-lp #fn-kf-form button[type="submit"],
#fn-lp #fn-kf-form input[type="submit"] {
	min-height: 56px;
	padding: 1.05rem 1.75rem;
	border: 1px solid var(--cta);
	background: var(--cta);
	color: var(--cta-ink);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .04em;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	isolation: isolate;
	transition: border-color 350ms ease;
}
#fn-lp #fn-kf-form button[type="submit"]::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--cta-sweep);
	transform: translateX(-101%);
	transition: transform 400ms var(--ease);
	z-index: -1;
}
#fn-lp #fn-kf-form button[type="submit"]:hover::before { transform: translateX(0); }
#fn-lp #fn-kf-form button[type="submit"]:hover,
#fn-lp #fn-kf-form input[type="submit"]:hover { border-color: var(--cta-sweep); color: #0A1512; }
#fn-lp .fn-kf-consent,
#fn-lp #fn-kf-form small { font-size: 12.5px; line-height: 1.5; color: var(--muted); }
#fn-lp .fn-kf-hp { position: absolute; left: -9999px; }
#fn-lp .fn-kf-ok {
	padding: 1rem 1.125rem;
	background: rgba(74, 222, 128, .08);
	border-left: 2px solid #4ADE80;
	color: #0A1512;
	font-size: 13.5px;
	margin-bottom: 16px;
}

/* ------------------------------------------------------------- sticky CTA */
.lp-sticky {
	position: fixed;
	left: 0; right: 0; bottom: 0;
	z-index: 70;
	/* Markup trzyma Booksy przed telefonem — odwrócona oś stawia złote CTA
	   pierwsze, tak samo jak w hero i domknięciu. */
	display: flex;
	flex-direction: row-reverse;
	gap: 10px;
	padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
	background: rgba(255, 255, 255, .96);
	backdrop-filter: saturate(1.4) blur(14px);
	border-top: 1px solid var(--line);
	transform: translateY(110%);
	transition: transform .34s var(--ease);
}
.lp-sticky.is-on { transform: translateY(0); }
.lp-sticky .lp-btn { flex: 1; min-height: 52px; font-size: 12px; padding: 12px 10px; }
.lp-sticky .lp-btn--book { flex: 0 1 30%; }
@media (min-width: 900px) { .lp-sticky { display: none; } }
body.lp-has-sticky { padding-bottom: 76px; }
@media (min-width: 900px) { body.lp-has-sticky { padding-bottom: 0; } }

/* ------------------------------------------------------------- odsłanianie */
/* Domyślnie WSZYSTKO widoczne. Klasę .lp-anim dokłada JS — bez JS i przy
   prefers-reduced-motion strona renderuje się w całości. */
.lp-anim .lp-rv {
	opacity: 0;
	transform: translateY(22px);
}
.lp-anim .lp-rv.is-in {
	opacity: 1;
	transform: none;
	transition: opacity .62s var(--ease), transform .62s var(--ease);
	transition-delay: var(--d, 0ms);
}
.lp-anim .lp-draw {
	stroke-dasharray: var(--len, 1000);
	stroke-dashoffset: var(--len, 1000);
}
.lp-anim .is-in .lp-draw,
.lp-anim .lp-draw.is-in {
	stroke-dashoffset: 0;
	transition: stroke-dashoffset 1.5s var(--ease);
	transition-delay: var(--d, 120ms);
}
.lp-anim .lp-step-line { transform: scaleY(0); }
.lp-anim .lp-step.is-in .lp-step-line {
	transform: scaleY(1);
	transition: transform .7s var(--ease) .1s;
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	#fn-lp * { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
	.lp-anim .lp-rv { opacity: 1; transform: none; }
	.lp-anim .lp-draw { stroke-dashoffset: 0; }
	.lp-anim .lp-step-line { transform: none; }
	.lp-play::before { display: none; }
}

/* --------------------------------------------------------------- ≥ 640 px */
@media (min-width: 640px) {
	.lp-top-call span { display: inline; }
	.lp-trust-grid { grid-template-columns: repeat(4, 1fr); }
	.lp-cards { grid-template-columns: repeat(2, 1fr); }
	.lp-buoy-list { grid-template-columns: repeat(3, 1fr); }
	.lp-revs { grid-template-columns: repeat(2, 1fr); }
	.lp-places { grid-template-columns: repeat(2, 1fr); }
	.lp-price-i { padding: 24px; }
	.lp-form-box { padding: 30px; }
}

/* --------------------------------------------------------------- ≥ 900 px */
@media (min-width: 900px) {
	.lp-hero-in { min-height: 620px; display: flex; flex-direction: column; justify-content: center; }
	.lp-hero .lp-wrap { width: 100%; }
	#fn-lp .lp-hero-lead { font-size: 20px; margin-bottom: 2.25rem; }
	#fn-lp .lp-hero-val { margin-top: 18px; }
	.lp-cards { grid-template-columns: repeat(3, 1fr); }
	/* Cztery opinie: dwie kolumny dają pełne 2×2, trzy zostawiały sierotę. */
	.lp-revs { grid-template-columns: repeat(2, 1fr); }
	.lp-cmp { grid-template-columns: 380px 1fr; gap: 46px; align-items: center; }
	.lp-buoy { grid-template-columns: 340px 1fr; gap: 46px; align-items: center; }
	.lp-buoy-list { grid-template-columns: 1fr; }
	/* Media-object w kilku kolumnach składa się dopiero ~1150 px — przy 900 px
	   kolumna tekstu spadała do ~92 px. Dlatego karta idzie w pion.
	   max-width pilnuje, żeby dwie karty nie rozlały się na pół ekranu. */
	.lp-team {
		grid-template-columns: repeat(var(--lp-cols, 3), minmax(0, 1fr));
		max-width: calc(var(--lp-cols, 3) * 420px);
	}
	.lp-team-i { grid-template-columns: minmax(0, 1fr); padding: 26px; }
	.lp-team-ph { max-width: 240px; }
	#fn-lp .lp-team-i h3 { font-size: 18px; }
	#fn-lp .lp-team-i p { font-size: 15px; }
	.lp-close-grid { grid-template-columns: 1fr 440px; gap: 56px; align-items: start; }
	.lp-price { grid-template-columns: repeat(2, 1fr); }
	.lp-video-wrap { display: grid; grid-template-columns: 1fr 400px; gap: 52px; align-items: center; }
	.lp-video-wrap .lp-head { margin-bottom: 0; }
	.lp-step { grid-template-columns: 52px 1fr; gap: 22px; padding-bottom: 38px; }
	.lp-step-dot { width: 52px; height: 52px; font-size: 16px; }
	.lp-step-line { top: 52px; }
	.lp-td { font-size: 15.5px; }
}

/* -------------------------------------------------------------- ≥ 1200 px */
@media (min-width: 1200px) {
	.lp-hero h1 { max-width: 15ch; }
}
