/* Landing sprzedażowy (one-page) — warstwa na tenant/site.css.
   Kolory biorą się z tokenów palety ustawionych w :root przez layout, więc
   landing zmienia skórę razem z resztą witryny tenanta. */

.lp-body { background: var(--bg); color: var(--ink); font-family: var(--lp-b-font, var(--font-body)); }
/* Osie stylu (LandingStyle) przykrywają typografię z tenant/site.css tylko na
   landingu — reszta szablonów zostaje przy Sora + Hanken Grotesk. */
.lp-body h1, .lp-body h2, .lp-body h3, .lp-brand, .lp-btn { font-family: var(--lp-h-font, var(--font-display)); }

.lp-wrap { width: min(var(--lp-max, 1120px), calc(100% - 40px)); margin-inline: auto; }
.lp-narrow { width: min(760px, calc(100% - 40px)); }

/* ── Pasek postępu czytania ───────────────────────────────────────────── */
.lp-progress { position: fixed; inset: 0 0 auto 0; height: 3px; z-index: 60; background: transparent; }
.lp-progress span { display: block; height: 100%; width: 0; background: var(--cta); transition: width .1s linear; }

/* ── Nagłówek ─────────────────────────────────────────────────────────── */
.lp-hdr { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--surface) 92%, transparent);
    backdrop-filter: blur(8px); border-bottom: 1px solid color-mix(in srgb, var(--ink) 10%, transparent); }
.lp-hdr__row { display: flex; align-items: center; gap: 16px; min-height: 60px; }
.lp-brand { font-weight: 800; font-size: 1rem; letter-spacing: -.01em; white-space: nowrap; }
.lp-nav { display: flex; gap: 4px; margin-inline: auto; overflow-x: auto; scrollbar-width: none; }
.lp-nav::-webkit-scrollbar { display: none; }
.lp-nav a { flex: 0 0 auto; padding: 6px 12px; border-radius: 999px; font-size: .85rem; font-weight: 600;
    color: var(--muted); text-decoration: none; }
.lp-nav a:hover { color: var(--ink); }
.lp-nav a[aria-current="true"] { color: var(--ink); background: var(--primary-soft); }
.lp-hdr__cta { display: flex; align-items: center; gap: 8px; margin-left: auto; }

/* ── Przyciski ────────────────────────────────────────────────────────── */
.lp-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 11px 20px; border-radius: var(--lp-r-sm, 10px); font-weight: 700; font-size: .95rem;
    text-decoration: none; border: 1px solid transparent; cursor: pointer; line-height: 1.2;
    white-space: nowrap; }
/* Ikony w przyciskach nie niosą własnych wymiarów (x-tenant.icon rysuje samo
   <svg viewBox>), więc bez tego rozpychają się do rozmiaru kontenera. */
.lp-btn svg, .lp-person__meta svg { width: 1.05em; height: 1.05em; flex: 0 0 auto; }
.lp-btn--primary { background: var(--cta); color: var(--on-cta, #fff); }
.lp-btn--primary:hover { background: var(--cta-hover); color: var(--on-cta, #fff); }
.lp-btn--ghost { background: transparent; color: inherit; border-color: color-mix(in srgb, currentColor 28%, transparent); }
.lp-btn--ghost:hover { border-color: currentColor; }
.lp-btn--lg { padding: 14px 26px; font-size: 1.02rem; }
.lp-btn--block { width: 100%; }

/* ── Sekcje i rytm tła ────────────────────────────────────────────────── */
.lp { padding: var(--lp-sp, clamp(48px, 7vw, 88px)) 0; scroll-margin-top: 68px; }
.lp--tight { padding: calc(var(--lp-sp, 64px) * .45) 0; }
.lp--light { background: var(--surface); }
.lp--soft { background: var(--bg); }
.lp--accent { background: var(--primary-soft); }
.lp--dark { background: var(--footer); color: #fff; }
.lp--dark .lp-lead, .lp--dark .lp-muted { color: color-mix(in srgb, #fff 74%, transparent); }
/* Jasne palety mają ciemny --ink, a site.css koloruje nim nagłówki — w ciemnej
   sekcji dawało to granat na granacie. Nagłówki dziedziczą biel sekcji. */
.lp--dark h1, .lp--dark h2, .lp--dark h3, .lp--dark h4 { color: #fff; }
.lp--dark .lp-card { background: color-mix(in srgb, #fff 8%, transparent); border-color: color-mix(in srgb, #fff 16%, transparent); }

.lp-eyebrow { display: inline-block; font-size: .78rem; font-weight: 800; letter-spacing: .08em;
    text-transform: uppercase; color: var(--eyebrow); margin-bottom: 12px; }
.lp h2 { font-size: clamp(1.5rem, 3.2vw, 2.15rem); line-height: 1.18; letter-spacing: -.02em; margin: 0 0 12px; }
.lp h3 { font-size: 1.05rem; margin: 0 0 6px; }
.lp-lead { font-size: 1.05rem; line-height: 1.6; color: var(--muted); max-width: 62ch; margin: 0 0 8px; }
.lp-muted { color: var(--muted); font-size: .85rem; }
.lp-head { margin-bottom: 32px; }

/* ── Hero ─────────────────────────────────────────────────────────────── */
.lp-hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(24px, 4vw, 56px); align-items: center; }
/* Hero bez grafiki nie może trzymać pustej drugiej kolumny — obietnica łamałaby
   się wtedy w połowie zdania na szerokim ekranie. */
.lp-hero--solo { grid-template-columns: minmax(0, 780px); }
.lp-hero h1 { font-size: clamp(1.9rem, 4.6vw, 3.1rem); line-height: 1.08; letter-spacing: -.03em; margin: 0 0 16px; }
.lp-hero__proof { list-style: none; padding: 0; margin: 20px 0 26px; display: grid; gap: 10px; }
.lp-hero__proof li { display: flex; gap: 10px; align-items: flex-start; font-weight: 600; }
.lp-hero__proof svg { flex: 0 0 auto; margin-top: 3px; color: var(--cta); }
.lp-hero__actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.lp-hero__media img { width: 100%; height: auto; border-radius: 16px; display: block; }

/* ── Karty, siatki, liczby ────────────────────────────────────────────── */
.lp-grid { display: grid; gap: var(--lp-gap, 16px); grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.lp-grid--2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.lp-card { background: var(--surface); border: 1px solid color-mix(in srgb, var(--ink) 10%, transparent);
    border-radius: var(--lp-r, 14px); padding: var(--lp-card, 22px); }
.lp-card h3 { margin-bottom: 8px; }
.lp-card p { margin: 0; color: var(--muted); line-height: 1.55; }

.lp-stats { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.lp-stat__value { font-size: clamp(1.7rem, 3.4vw, 2.4rem); font-weight: 800; letter-spacing: -.02em; line-height: 1; }
.lp-stat__label { font-weight: 600; margin-top: 6px; }
.lp-stat__note { color: var(--muted); font-size: .85rem; margin-top: 2px; }

/* ── Zakładki odbiorców ───────────────────────────────────────────────── */
.lp-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
.lp-tabs button { padding: 9px 18px; border-radius: 999px; font-weight: 700; font-size: .9rem;
    border: 1px solid color-mix(in srgb, var(--ink) 16%, transparent); background: transparent;
    color: var(--muted); cursor: pointer; }
.lp-tabs button[aria-selected="true"] { background: var(--cta); border-color: var(--cta); color: var(--on-cta, #fff); }
.lp-tab[hidden] { display: none; }

/* ── Tabela parametrów ────────────────────────────────────────────────── */
.lp-table-wrap { overflow-x: auto; }
.lp-table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.lp-table th, .lp-table td { text-align: left; padding: 13px 14px;
    border-bottom: 1px solid color-mix(in srgb, var(--ink) 10%, transparent); }
.lp-table th { width: 40%; font-weight: 700; }
.lp-table td span { display: block; color: var(--muted); font-size: .82rem; }

/* ── Galeria ──────────────────────────────────────────────────────────── */
.lp-gallery { display: grid; gap: 12px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.lp-gallery figure { margin: 0; }
.lp-gallery img { width: 100%; height: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 12px; display: block; }
.lp-gallery figcaption { font-size: .82rem; color: var(--muted); margin-top: 6px; }

/* ── Harmonogram ──────────────────────────────────────────────────────── */
.lp-steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 18px; }
.lp-steps li { display: grid; grid-template-columns: 130px 1fr; gap: 18px; align-items: start;
    padding-bottom: 18px; border-bottom: 1px solid color-mix(in srgb, var(--ink) 10%, transparent); }
.lp-steps li:last-child { border-bottom: 0; padding-bottom: 0; }
.lp-steps b { color: var(--eyebrow); }

/* ── FAQ ──────────────────────────────────────────────────────────────── */
.lp-faq details { border-bottom: 1px solid color-mix(in srgb, var(--ink) 10%, transparent); }
.lp-faq summary { cursor: pointer; padding: 16px 0; font-weight: 700; list-style: none;
    display: flex; justify-content: space-between; gap: 16px; }
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary::after { content: "+"; font-weight: 400; font-size: 1.3rem; line-height: 1; color: var(--muted); }
.lp-faq details[open] summary::after { content: "−"; }
.lp-faq .lp-faq__a { padding: 0 0 18px; color: var(--muted); line-height: 1.6; max-width: 70ch; }

/* ── Formularz ────────────────────────────────────────────────────────── */
.lp-form { display: grid; gap: 14px; max-width: 560px; }
.lp-form label { display: grid; gap: 6px; font-size: .88rem; font-weight: 600; }
.lp-form input, .lp-form textarea, .lp-form select {
    width: 100%; padding: 12px 14px; border-radius: 10px; font: inherit; color: var(--ink);
    background: var(--surface); border: 1px solid color-mix(in srgb, var(--ink) 18%, transparent); }
.lp-form input:focus, .lp-form textarea:focus { outline: 2px solid var(--cta); outline-offset: 1px; }
.lp-form textarea { min-height: 110px; resize: vertical; }
.lp-form__note { font-size: .8rem; color: var(--muted); line-height: 1.5; }
.lp-form__step[hidden] { display: none; }
.lp-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.lp-alert { padding: 12px 14px; border-radius: 10px; background: var(--primary-soft); font-size: .9rem; }

/* ── Osoba kontaktowa ─────────────────────────────────────────────────── */
.lp-person { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.lp-person img { width: 84px; height: 84px; border-radius: 50%; object-fit: cover; }
.lp-person__meta { display: grid; gap: 4px; }

/* ── Logotypy i opinie ────────────────────────────────────────────────── */
.lp-logos { display: flex; flex-wrap: wrap; gap: 26px; align-items: center; margin-bottom: 28px; }
.lp-logos img { max-height: 38px; width: auto; opacity: .75; }
.lp-quote { margin: 0; padding: 22px; border-radius: 14px; background: var(--surface);
    border: 1px solid color-mix(in srgb, var(--ink) 10%, transparent); }
.lp-quote p { margin: 0 0 12px; font-size: 1.02rem; line-height: 1.55; }
.lp-quote figcaption { font-size: .85rem; color: var(--muted); }

/* ── Lepki pasek akcji ────────────────────────────────────────────────── */
.lp-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 55; display: flex; gap: 10px;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); background: var(--surface);
    border-top: 1px solid color-mix(in srgb, var(--ink) 12%, transparent); }
.lp-bar .lp-btn { flex: 1; }
.lp-bar[hidden] { display: none; }

/* ── Stopka ───────────────────────────────────────────────────────────── */
.lp-ft { background: var(--footer); color: color-mix(in srgb, #fff 78%, transparent); padding: 28px 0; font-size: .85rem; }
.lp-ft__row { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.lp-ft strong { color: #fff; display: block; margin-bottom: 4px; }
.lp-ft span { display: block; }
.lp-ft__links { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.lp-ft__links a { color: inherit; }

/* ── Mobile ───────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
    .lp-hero { grid-template-columns: 1fr; }
    .lp-hero__media { order: -1; }
    .lp-nav { display: none; }
    .lp-hdr__phone { display: none; }
    .lp-steps li { grid-template-columns: 1fr; gap: 4px; }
    /* Pasek akcji zasłania dół strony, więc treść potrzebuje miejsca pod spodem. */
    body.lp-body { padding-bottom: 72px; }
}

@media (prefers-reduced-motion: reduce) {
    .lp-progress span { transition: none; }
}

/* ══ Osie stylu i biblioteka bloków (sources/landing) ═══════════════════════
   Kroje: deklaracje dla wszystkich par z LandingStyle. Przeglądarka pobiera
   tylko ten plik woff2, do którego sięga wybrana para — reszta zostaje
   deklaracją bez ruchu sieciowego. Layout preloaduje wyłącznie wybraną parę. */
@font-face{font-family:'Archivo';font-style:normal;font-weight:400 800;font-display:optional;src:url('/tenant/fonts/archivo-normal-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Archivo';font-style:normal;font-weight:400 800;font-display:optional;src:url('/tenant/fonts/archivo-normal-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Manrope';font-style:normal;font-weight:400 800;font-display:optional;src:url('/tenant/fonts/manrope-normal-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Manrope';font-style:normal;font-weight:400 800;font-display:optional;src:url('/tenant/fonts/manrope-normal-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Fraunces';font-style:normal;font-weight:400 600;font-display:optional;src:url('/tenant/fonts/fraunces-normal-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Fraunces';font-style:normal;font-weight:400 600;font-display:optional;src:url('/tenant/fonts/fraunces-normal-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Karla';font-style:normal;font-weight:400 800;font-display:optional;src:url('/tenant/fonts/karla-normal-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Karla';font-style:normal;font-weight:400 800;font-display:optional;src:url('/tenant/fonts/karla-normal-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Inter';font-style:normal;font-weight:400 700;font-display:optional;src:url('/tenant/fonts/inter-normal-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Inter';font-style:normal;font-weight:400 700;font-display:optional;src:url('/tenant/fonts/inter-normal-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Sora';font-style:normal;font-weight:400 800;font-display:optional;src:url('/tenant/fonts/sora-normal-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Sora';font-style:normal;font-weight:400 800;font-display:optional;src:url('/tenant/fonts/sora-normal-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Hanken Grotesk';font-style:normal;font-weight:400 800;font-display:optional;src:url('/tenant/fonts/hanken-grotesk-normal-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Hanken Grotesk';font-style:normal;font-weight:400 800;font-display:optional;src:url('/tenant/fonts/hanken-grotesk-normal-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Archivo Fallback';src:local('Arial');font-weight:100 599;size-adjust:98.62%;ascent-override:89.03%;descent-override:21.29%;line-gap-override:0%;}
@font-face{font-family:'Archivo Fallback';src:local('Arial Bold');font-weight:600 900;size-adjust:103.17%;ascent-override:85.10%;descent-override:20.35%;line-gap-override:0%;}
@font-face{font-family:'Manrope Fallback';src:local('Arial');font-weight:100 900;size-adjust:105.5%;ascent-override:99.4%;descent-override:27.2%;line-gap-override:0%;}
@font-face{font-family:'Sora Fallback';src:local('Arial');font-weight:100 900;size-adjust:108.5%;ascent-override:90.5%;descent-override:24.2%;line-gap-override:0%;}
@font-face{font-family:'Hanken Grotesk Fallback';src:local('Arial');font-weight:100 900;size-adjust:101.9%;ascent-override:96.3%;descent-override:25.4%;line-gap-override:0%;}

/* ── Ciemny wariant palety ─────────────────────────────────────────────────
   Paleta niesie ciemne tokeny, więc większość układu działa bez zmian. Poprawki
   dotyczą miejsc, w których jasny wariant zakładał biel: obramowania liczone z
   `--ink` są tu jasne, więc zbijamy je, a sekcja „ciemna" musi się odciąć od
   i tak ciemnego tła. */
.lp-body--dark .lp-card,
.lp-body--dark .lp-quote { background: color-mix(in srgb, var(--surface) 82%, var(--bg)); }
.lp-body--dark .lp--dark { background: var(--footer); }
.lp-body--dark .lp--accent { background: color-mix(in srgb, var(--primary-soft) 82%, var(--bg)); }
.lp-body--dark .lp-hdr { background: color-mix(in srgb, var(--bg) 88%, transparent); }
.lp-body--dark .lp-form input,
.lp-body--dark .lp-form textarea,
.lp-body--dark .lp-form select { background: color-mix(in srgb, var(--surface) 70%, var(--bg)); }
.lp-body--dark .lp-ft { color: color-mix(in srgb, var(--ink) 74%, transparent); }

/* ── Pasek ogłoszeniowy (nad nagłówkiem) ──────────────────────────────────── */
.lp-announce { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: center;
    padding: 10px 18px; background: var(--footer); color: #fff; font-size: .88rem; font-weight: 600; text-align: center; }
.lp-announce__badge { background: var(--hi); color: var(--footer); padding: 3px 10px; border-radius: 999px;
    font-size: .72rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.lp-announce a { background: var(--cta); color: var(--on-cta, #fff); padding: 7px 14px;
    border-radius: var(--lp-r-sm, 8px); font-weight: 700; text-decoration: none; white-space: nowrap; }

/* ── Okna (wyjście, wideo) ────────────────────────────────────────────────── */
.lp-modal { border: 0; padding: clamp(22px, 4vw, 34px); border-radius: var(--lp-r, 16px);
    background: var(--surface); color: var(--ink); max-width: min(560px, calc(100vw - 32px)); }
.lp-modal::backdrop { background: rgba(6, 10, 14, .62); }
.lp-modal h2 { margin: 0 0 10px; font-size: clamp(1.3rem, 3vw, 1.8rem); }
.lp-modal .lp-btn { margin-top: 8px; }
.lp-modal__x { display: flex; justify-content: flex-end; margin: -8px -8px 0 0; }
.lp-modal__x button { border: 0; background: transparent; color: var(--muted); font-size: 1.5rem; line-height: 1; padding: 4px 8px; }
.lp-modal--video { max-width: min(960px, calc(100vw - 32px)); padding: 12px; }
.lp-video__frame { aspect-ratio: 16/9; }
.lp-video__frame iframe, .lp-video__frame video { width: 100%; height: 100%; border: 0; border-radius: var(--lp-r-sm, 8px); }

/* ── Elementy wspólne bloków ──────────────────────────────────────────────── */
.lp-ticks { list-style: none; padding: 0; margin: 16px 0 0; display: grid; gap: 9px; }
.lp-ticks li { display: flex; gap: 9px; align-items: flex-start; line-height: 1.5; }
.lp-ticks svg { width: 1.05em; height: 1.05em; flex: 0 0 auto; margin-top: .22em; color: var(--cta); }
.lp-ticks--minus li { color: var(--muted); }
.lp-ticks--minus li::before { content: "—"; flex: 0 0 auto; color: var(--muted); }
.lp-link { display: inline-block; margin-top: 14px; font-weight: 700; color: var(--cta); text-decoration: none; }
.lp-link:hover { text-decoration: underline; }
.lp-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.lp-rating { display: flex; gap: 2px; margin-bottom: 10px; color: var(--star); }
.lp-rating svg { width: 1rem; height: 1rem; fill: currentColor; }

/* ── Pasek zaufania ───────────────────────────────────────────────────────── */
.lp-logos__title { text-align: center; color: var(--muted); font-size: .85rem; font-weight: 600;
    letter-spacing: .06em; text-transform: uppercase; margin: 0 0 18px; }
.lp-logos { justify-content: center; margin-bottom: 0; }
.lp-logos__name { font-weight: 700; color: var(--muted); font-size: 1.05rem; }

/* ── Filary ───────────────────────────────────────────────────────────────── */
.lp-pillar__tag { display: block; font-size: .72rem; font-weight: 800; letter-spacing: .08em;
    text-transform: uppercase; color: var(--eyebrow); margin-bottom: 10px; }

/* ── Funkcje naprzemienne ─────────────────────────────────────────────────── */
.lp-feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 52px);
    align-items: center; padding: clamp(20px, 3vw, 34px) 0; }
.lp-feature__title { font-size: clamp(1.25rem, 2.4vw, 1.7rem); line-height: 1.2; margin: 6px 0 12px; }
.lp-feature__media img { width: 100%; height: auto; border-radius: var(--lp-r, 16px); display: block; }
.lp-feature--flip .lp-feature__media { order: -1; }
.lp-body--no-alt .lp-feature--flip .lp-feature__media { order: 0; }

/* ── Kroki ────────────────────────────────────────────────────────────────── */
.lp-flow { list-style: none; padding: 0; margin: 0; display: grid; gap: var(--lp-gap, 18px);
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); counter-reset: lp-flow; }
.lp-flow li { padding-top: 14px; border-top: 2px solid color-mix(in srgb, var(--ink) 12%, transparent); }
.lp-flow__no { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%;
    background: var(--cta); color: var(--on-cta, #fff); font-weight: 800; margin-bottom: 12px; }
.lp-flow h3 { margin-bottom: 6px; }
.lp-flow p { margin: 0; color: var(--muted); line-height: 1.55; }

/* ── Przed i po ───────────────────────────────────────────────────────────── */
.lp-ba { display: grid; gap: var(--lp-gap, 16px); grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.lp-ba__label { display: inline-block; font-size: .72rem; font-weight: 800; letter-spacing: .1em;
    text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.lp-ba__side--after { border-color: var(--cta); }
.lp-ba__side--after .lp-ba__label { color: var(--cta); }
.lp-ba__side .lp-stat__value { margin-top: 20px; }

/* ── Opinie ───────────────────────────────────────────────────────────────── */
.lp-quote figcaption { display: flex; gap: 12px; align-items: center; }
.lp-quote figcaption strong { display: block; color: var(--ink); }
.lp-quote__avatar { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }

/* ── Tabela porównawcza ───────────────────────────────────────────────────── */
.lp-compare td { text-align: center; }
.lp-compare th:first-child, .lp-compare tbody th { text-align: left; }
.lp-compare__own { background: var(--primary-soft); font-weight: 700; }
.lp-compare--yes { color: var(--cta); font-weight: 800; }
.lp-compare--no { color: var(--muted); }

/* ── Cennik ───────────────────────────────────────────────────────────────── */
.lp-plans { display: grid; gap: var(--lp-gap, 16px); grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); align-items: start; }
.lp-plan { position: relative; display: flex; flex-direction: column; }
.lp-plan--featured { border-color: var(--cta); box-shadow: 0 18px 40px -28px color-mix(in srgb, var(--cta) 70%, transparent); }
.lp-plan__badge { position: absolute; top: -11px; left: 50%; transform: translateX(-50%);
    background: var(--cta); color: var(--on-cta, #fff); font-size: .68rem; font-weight: 800;
    letter-spacing: .06em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; white-space: nowrap; }
.lp-plan__price { margin: 16px 0; display: flex; align-items: baseline; gap: 6px; }
.lp-plan__price strong { font-size: clamp(1.6rem, 3vw, 2.2rem); letter-spacing: -.02em; }

/* ── Zestawienie wartości ─────────────────────────────────────────────────── */
.lp-stack { display: grid; gap: var(--lp-gap, 16px); grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); align-items: start; }
.lp-stack__list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.lp-stack__list li { display: flex; justify-content: space-between; gap: 16px; padding-bottom: 12px;
    border-bottom: 1px solid color-mix(in srgb, var(--ink) 10%, transparent); }
.lp-stack__total { border-bottom: 0; font-weight: 800; padding-top: 4px; }
.lp-offer { text-align: center; border-color: var(--cta); }
.lp-offer__badge { display: inline-block; background: var(--hi); color: var(--footer); font-size: .7rem;
    font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; }
.lp-offer__price { font-size: clamp(2.4rem, 6vw, 3.6rem); font-weight: 800; letter-spacing: -.03em; margin: 12px 0 0; line-height: 1; }
.lp-offer__was { color: var(--muted); text-decoration: line-through; margin: 6px 0 0; }
.lp-offer .lp-ticks { text-align: left; }
.lp-countdown { margin: 14px 0 0; font-size: .85rem; color: var(--muted); }
.lp-countdown b { font-variant-numeric: tabular-nums; color: var(--ink); }

/* ── Gwarancje ────────────────────────────────────────────────────────────── */
.lp-guarantee__icon { width: 26px; height: 26px; color: var(--cta); margin-bottom: 12px; display: block; }
.lp-badges { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 24px; }
.lp-badge { display: inline-flex; align-items: center; gap: 6px; font-size: .78rem; font-weight: 700;
    color: var(--muted); border: 1px solid color-mix(in srgb, var(--ink) 14%, transparent);
    padding: 6px 12px; border-radius: 999px; }
.lp-badge svg { width: .95em; height: .95em; color: var(--star); fill: currentColor; }

/* ── Baza wiedzy ──────────────────────────────────────────────────────────── */
.lp-article img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: var(--lp-r-sm, 10px); margin-bottom: 12px; }
.lp-article h3 { margin: 6px 0 0; }
.lp-article a { color: inherit; text-decoration: none; }
.lp-article a:hover { color: var(--cta); }

/* ── Kalkulator ───────────────────────────────────────────────────────────── */
.lp-calc { display: grid; gap: var(--lp-gap, 16px); grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); align-items: start; }
.lp-calc__row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; font-weight: 700; }
.lp-calc__row output { font-variant-numeric: tabular-nums; color: var(--cta); }
.lp-calc input[type="range"] { width: 100%; margin: 14px 0 4px; accent-color: var(--cta); }
.lp-calc__extra { display: flex; gap: 10px; align-items: flex-start; margin-top: 16px; font-weight: 600; }
.lp-calc__extra input { accent-color: var(--cta); margin-top: .25em; }
.lp-calc__result { text-align: center; border-color: var(--cta); }
.lp-calc__value { font-size: clamp(2rem, 5vw, 2.9rem); font-weight: 800; letter-spacing: -.03em;
    margin: 6px 0; font-variant-numeric: tabular-nums; }

/* ── Quiz ─────────────────────────────────────────────────────────────────── */
.lp-quiz { display: grid; gap: var(--lp-gap, 16px); grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); align-items: start; }
.lp-quiz__options { display: grid; gap: 12px; }
.lp-quiz__option { text-align: left; cursor: pointer; font: inherit; color: inherit; display: grid; gap: 4px; }
.lp-quiz__option span { color: var(--muted); font-size: .9rem; line-height: 1.5; }
.lp-quiz__option[aria-pressed="true"] { border-color: var(--cta); box-shadow: inset 0 0 0 1px var(--cta); }
.lp-quiz__result[hidden] { display: none; }

/* ── Studium przypadku ────────────────────────────────────────────────────── */
.lp-case img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: var(--lp-r-sm, 10px); margin-bottom: 16px; }
.lp-case__value { font-size: clamp(2rem, 5vw, 2.8rem); font-weight: 800; letter-spacing: -.03em;
    line-height: 1; color: var(--cta); }
.lp-case h3 { margin-top: 8px; }

/* ── Wideo ────────────────────────────────────────────────────────────────── */
.lp-video__poster { position: relative; display: block; width: 100%; padding: 0; border: 0; cursor: pointer;
    background: var(--primary-soft); border-radius: var(--lp-r, 16px); overflow: hidden; }
.lp-video__poster img { width: 100%; height: auto; display: block; }
.lp-video__play { position: absolute; inset: auto auto 18px 18px; display: inline-flex; align-items: center; gap: 10px;
    background: var(--cta); color: var(--on-cta, #fff); font-weight: 700; padding: 12px 20px; border-radius: 999px; }
.lp-video__triangle { width: 0; height: 0; border-left: 11px solid currentColor;
    border-top: 7px solid transparent; border-bottom: 7px solid transparent; }
.lp-video__poster:not(:has(img)) { aspect-ratio: 16/9; }
.lp-video__poster:not(:has(img)) .lp-video__play { inset: 50% auto auto 50%; transform: translate(-50%, -50%); }

/* ── Co się stanie po kliknięciu ──────────────────────────────────────────── */
.lp-after__title { font-size: clamp(1.2rem, 2.6vw, 1.6rem); margin-bottom: 16px; }
.lp-after { margin: 0 0 14px; padding-left: 1.2em; display: grid; gap: 8px; line-height: 1.55; }
.lp-after li::marker { font-weight: 800; color: var(--cta); }

/* ── Rezerwacja terminu ───────────────────────────────────────────────────── */
.lp-slots { display: grid; gap: 10px; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); margin-bottom: 16px; }
.lp-slot { display: grid; gap: 2px; padding: 14px 12px; text-align: center; cursor: pointer; font: inherit;
    background: var(--surface); color: inherit; border: 1px solid color-mix(in srgb, var(--ink) 16%, transparent);
    border-radius: var(--lp-r-sm, 10px); }
.lp-slot span { font-size: .82rem; color: var(--muted); }
.lp-slot b { font-size: 1.05rem; }
.lp-slot[aria-pressed="true"] { border-color: var(--cta); box-shadow: inset 0 0 0 1px var(--cta); }
.lp-booking .lp-btn { margin-bottom: 10px; }

/* ── List od założyciela ──────────────────────────────────────────────────── */
.lp-letter { margin: 0; }
.lp-letter blockquote { margin: 0; font-size: clamp(1.05rem, 2.2vw, 1.35rem); line-height: 1.6; }
.lp-letter figcaption { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; margin-top: 22px; }
.lp-letter figcaption img { width: 62px; height: 62px; border-radius: 50%; object-fit: cover; }
.lp-letter figcaption strong { display: block; }
.lp-letter__sign { width: auto !important; height: 46px !important; border-radius: 0 !important; margin-left: auto; opacity: .85; }

/* ── Lead magnet ──────────────────────────────────────────────────────────── */
.lp-magnet { display: grid; gap: clamp(20px, 4vw, 44px); grid-template-columns: 260px 1fr; align-items: center; }
.lp-magnet__cover img { width: 100%; height: auto; border-radius: var(--lp-r, 14px);
    box-shadow: 0 24px 50px -30px rgba(6, 10, 14, .55); }
.lp-magnet h2 { margin-bottom: 10px; }
.lp-form--inline { display: flex; flex-wrap: wrap; gap: 10px; max-width: 560px; align-items: center; }
.lp-form--inline input { flex: 1 1 220px; width: auto; }

/* ── Mapa ─────────────────────────────────────────────────────────────────── */
.lp-map { display: grid; gap: var(--lp-gap, 16px); grid-template-columns: 1.4fr 1fr; align-items: start; }
.lp-map__frame { border-radius: var(--lp-r, 14px); overflow: hidden; }
.lp-map__facts { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.lp-map__facts li { display: flex; gap: 10px; align-items: flex-start; line-height: 1.5; }
.lp-map__facts svg { width: 1.1em; height: 1.1em; flex: 0 0 auto; margin-top: .2em; color: var(--cta); }

/* ── CTA dwustopniowe ─────────────────────────────────────────────────────── */
.lp-reveal summary { display: inline-flex; list-style: none; }
.lp-reveal summary::-webkit-details-marker { display: none; }
.lp-reveal[open] summary { display: none; }
.lp-reveal__body { margin-top: 20px; }
.lp-reveal__body h3 { margin-bottom: 14px; font-size: 1.15rem; }

/* ── Hero: układ z ustawień stylu ─────────────────────────────────────────── */
.lp-body.lp-hero--center .lp-hero { grid-template-columns: minmax(0, 820px); justify-items: center; text-align: center; margin-inline: auto; }
.lp-body.lp-hero--center .lp-hero__proof { justify-items: center; }
.lp-body.lp-hero--center .lp-hero__actions { justify-content: center; }
.lp-body.lp-hero--center .lp-hero__media { grid-row: 2; width: 100%; }

@media (max-width: 900px) {
    .lp-feature { grid-template-columns: 1fr; }
    .lp-feature__media, .lp-feature--flip .lp-feature__media { order: -1; }
    .lp-magnet, .lp-map { grid-template-columns: 1fr; }
    .lp-magnet__cover { max-width: 220px; }
    .lp-announce { font-size: .8rem; padding: 8px 14px; }
}

/* ══ Domknięcie audytu biblioteki ══════════════════════════════════════════
   Bloki i elementy dołożone po przejrzeniu przykładowych landingów oraz
   researchu CRO ze `sources/landing`. */

/* ── Hero: plakietka na grafice i pasek oceny ─────────────────────────────── */
.lp-hero__media { position: relative; }
.lp-hero__badge { position: absolute; left: 14px; bottom: -18px; background: var(--surface);
    border: 1px solid color-mix(in srgb, var(--ink) 12%, transparent); border-radius: var(--lp-r-sm, 10px);
    padding: 10px 16px; box-shadow: 0 18px 40px -28px rgba(6, 10, 14, .7); }
.lp-hero__badge span { display: block; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.lp-hero__badge b { font-size: 1.2rem; letter-spacing: -.02em; }
.lp-hero__rating { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 22px;
    padding-top: 18px; border-top: 1px solid color-mix(in srgb, var(--ink) 10%, transparent); }
.lp-hero__rating .lp-rating { margin: 0; }

/* ── Pilność: licznik i limit miejsc ─────────────────────────────────────── */
.lp-urgency__top { display: flex; flex-wrap: wrap; gap: 20px; align-items: flex-start; justify-content: space-between; }
.lp-urgency__top .lp-head { margin-bottom: 24px; flex: 1 1 320px; }
.lp-urgency__clock { display: grid; gap: 6px; justify-items: center; text-align: center; min-width: 210px; }
.lp-urgency__clock b { font-size: 1.6rem; font-variant-numeric: tabular-nums; letter-spacing: -.02em; }
.lp-badge--spots { border-color: var(--cta); color: var(--cta); }

/* ── Pasek przewijanych haseł ────────────────────────────────────────────── */
.lp--strip { padding: 0; }
.lp-marquee { overflow: hidden; padding: 14px 0; border-block: 1px solid color-mix(in srgb, var(--ink) 10%, transparent); }
.lp-marquee__track { display: flex; width: max-content; animation: lp-marquee 26s linear infinite; }
.lp-marquee__group { display: flex; gap: 26px; align-items: center; padding-right: 26px; white-space: nowrap;
    font-weight: 700; letter-spacing: .06em; text-transform: uppercase; font-size: .9rem; }
.lp-marquee__dot { color: var(--cta); }
@keyframes lp-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
    /* Bez animacji pasek zamienia się w zwykłą, zawijaną listę haseł. */
    .lp-marquee__track { animation: none; width: 100%; flex-wrap: wrap; }
    .lp-marquee__group { white-space: normal; flex-wrap: wrap; }
    .lp-marquee__group[aria-hidden="true"] { display: none; }
}

/* ── Spis treści ─────────────────────────────────────────────────────────── */
.lp-toc__title { font-size: clamp(1.1rem, 2.2vw, 1.4rem); margin-bottom: 16px; }
.lp-toc { display: grid; gap: 12px; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.lp-toc__item { display: grid; gap: 4px; text-decoration: none; color: inherit; }
.lp-toc__item strong { color: var(--cta); }
.lp-toc__item span { font-size: .85rem; color: var(--muted); }
.lp-toc__item:hover { border-color: var(--cta); }

/* ── Formularz: kolumna punktów, kroki, podziękowanie ────────────────────── */
.lp-formwrap--split { display: grid; gap: clamp(24px, 4vw, 48px); grid-template-columns: 1fr 1fr; align-items: start; }
.lp-formwrap--split .lp-ticks { margin-top: 0; }
.lp-progress-bar { height: 4px; border-radius: 99px; background: color-mix(in srgb, var(--ink) 12%, transparent); overflow: hidden; }
.lp-progress-bar span { display: block; height: 100%; width: 33%; background: var(--cta); transition: width .25s ease; }
.lp-choices { border: 0; padding: 0; margin: 0; display: grid; gap: 10px; }
.lp-choices legend { font-weight: 700; margin-bottom: 6px; padding: 0; }
.lp-choices label { display: flex; gap: 10px; align-items: center; padding: 14px 16px; cursor: pointer;
    border: 1px solid color-mix(in srgb, var(--ink) 16%, transparent); border-radius: var(--lp-r-sm, 10px);
    background: var(--surface); font-weight: 600; }
.lp-choices label:has(input:checked) { border-color: var(--cta); box-shadow: inset 0 0 0 1px var(--cta); }
.lp-choices input { accent-color: var(--cta); }
.lp-thanks h3 { font-size: 1.3rem; margin-bottom: 8px; }
.lp-thanks .lp-after { margin-top: 16px; }

/* ── CTA dwustopniowe w oknie ────────────────────────────────────────────── */
.lp-reveal--modal[open] .lp-reveal__body { position: fixed; inset: 0; z-index: 80; display: grid; place-content: center;
    justify-items: stretch; padding: 24px; background: rgba(6, 10, 14, .62); margin: 0; }
.lp-reveal--modal[open] .lp-reveal__body > * { width: min(460px, calc(100vw - 48px)); }
.lp-reveal--modal[open] .lp-reveal__body::before { content: ""; position: fixed; inset: 0; z-index: -1; }
.lp-reveal--modal[open] .lp-reveal__body h3,
.lp-reveal--modal[open] .lp-reveal__body form { background: var(--surface); padding: 22px;
    border-radius: var(--lp-r, 14px); margin: 0; }
.lp-reveal--modal[open] .lp-reveal__body h3 { padding-bottom: 0; border-radius: var(--lp-r, 14px) var(--lp-r, 14px) 0 0; }
.lp-reveal--modal[open] .lp-reveal__body h3 + form { border-radius: 0 0 var(--lp-r, 14px) var(--lp-r, 14px); }
.lp-reveal__x { position: fixed; top: 18px; right: 18px; z-index: 1; width: 40px; height: 40px; border: 0;
    border-radius: 50%; background: var(--surface); color: var(--ink); font-size: 1.4rem; line-height: 1; cursor: pointer; }
.lp-reveal:not(.lp-reveal--modal) .lp-reveal__x { display: none; }

/* ── Lepki pasek z ceną ──────────────────────────────────────────────────── */
.lp-bar__info { display: grid; gap: 2px; line-height: 1.25; min-width: 0; }
.lp-bar__info strong { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lp-bar__info .lp-muted { font-size: .78rem; }
.lp-bar__price { display: flex; align-items: baseline; gap: 8px; margin-left: auto; }
.lp-bar__price s { color: var(--muted); font-size: .85rem; }
.lp-bar__price b { font-size: 1.35rem; letter-spacing: -.02em; }
.lp-bar .lp-btn { flex: 0 0 auto; }
.lp-modal__no { border: 0; background: transparent; color: var(--muted); text-decoration: underline;
    text-underline-offset: 4px; font: inherit; cursor: pointer; margin-top: 12px; }

/* ── Okno (popup) z ofertą ──────────────────────────────────────────────── */
.lp-popup { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; padding: 24px; }
.lp-popup[hidden] { display: none; }
.lp-popup__backdrop { position: absolute; inset: 0; background: rgba(6, 10, 14, .62); }
.lp-popup__box { position: relative; width: min(480px, calc(100vw - 48px)); background: var(--surface);
    border-radius: var(--lp-r, 14px); padding: 30px 26px 26px; text-align: center;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .28); }
.lp-popup__box h3 { font-size: 1.3rem; margin-bottom: 8px; }
.lp-popup__box p { color: var(--muted); margin-bottom: 18px; }
.lp-popup__x { position: absolute; top: 10px; right: 10px; width: 36px; height: 36px; border: 0;
    border-radius: 50%; background: transparent; color: var(--muted); font-size: 1.3rem; line-height: 1; cursor: pointer; }
.lp-popup__x:hover { background: color-mix(in srgb, var(--ink) 8%, transparent); }
/* Podgląd w edytorze wizualnym: zwykły blok zamiast nakładki. */
.lp-popup--editor { position: static; display: block; padding: 32px 24px; }
.lp-popup--editor .lp-popup__backdrop { display: none; }
.lp-popup--editor .lp-popup__box { margin-inline: auto; }

/* ── Kalkulator ROI ──────────────────────────────────────────────────────── */
.lp-calc__fixed { display: flex; justify-content: space-between; gap: 16px; margin-top: 16px;
    padding-top: 14px; border-top: 1px solid color-mix(in srgb, var(--ink) 10%, transparent); }
.lp-calc__result .lp-stack__list { text-align: left; margin-bottom: 18px; }

@media (max-width: 900px) {
    .lp-formwrap--split { grid-template-columns: 1fr; }
    .lp-bar__info { display: none; }
    .lp-hero__badge { position: static; margin-top: 12px; }
}

/* ── Hero okładkowy: zdjęcie w tle całej sekcji, tekst dołem ─────────────── */
.lp--cover { position: relative; overflow: hidden; }
.lp-hero__cover { position: absolute; inset: 0; }
.lp-hero__cover img, .lp-hero__cover picture img { width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }
.lp-hero__cover::after { content: ''; position: absolute; inset: 0;
    background: linear-gradient(100deg,
        color-mix(in srgb, var(--footer) 96%, transparent) 0%,
        color-mix(in srgb, var(--footer) 86%, transparent) 34%,
        color-mix(in srgb, var(--footer) 35%, transparent) 66%,
        color-mix(in srgb, var(--footer) 12%, transparent) 100%); }
.lp--cover .lp-hero { position: relative; z-index: 1; min-height: min(82vh, 860px);
    align-content: end; padding-block: clamp(90px, 13vh, 170px) clamp(30px, 5vh, 60px); }
.lp--cover .lp-eyebrow { display: inline-flex; background: var(--cta); color: var(--on-cta);
    padding: 8px 14px; border-radius: 999px; letter-spacing: .22em; }
.lp--cover .lp-hero__proof { border-top: 1px solid color-mix(in srgb, #fff 26%, transparent); padding-top: 22px; margin-top: 34px; }
.lp-hero__note { font-size: .84rem; max-width: 64ch; margin-top: 14px; }

/* ── Pasek wyróżników: wariant nieruchomy z ikonami ──────────────────────── */
.lp-marquee--static { overflow: visible; padding: 22px clamp(16px, 4vw, 32px); border-block: 0; }
.lp-marquee--static .lp-marquee__group { max-width: var(--lp-max); margin-inline: auto;
    flex-wrap: wrap; justify-content: center; gap: 16px clamp(22px, 4.5vw, 52px); white-space: normal; }
.lp-marquee__item { display: inline-flex; align-items: center; gap: 11px; font-weight: 700; font-family: var(--lp-h-font, inherit); }
.lp-marquee__item svg { width: 23px; height: 23px; color: var(--cta); flex: 0 0 auto; }

/* ── Tabele parametrów: zdjęcie przewodnie, dwie kolumny, przypis ────────── */
.lp-specs__photo img { width: 100%; height: auto; aspect-ratio: 21/9; object-fit: cover;
    border-radius: var(--lp-r); display: block; margin-bottom: clamp(26px, 4vw, 44px); }
.lp-specs-grid { display: grid; gap: clamp(28px, 4vw, 60px); grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); align-items: start; }
.lp-specs__title { font-size: 1.28rem; margin: 0 0 10px; }
.lp-specs__note { margin: 20px 0 0; font-size: .9rem; line-height: 1.6; color: var(--muted);
    background: color-mix(in srgb, var(--ink) 5%, transparent); padding: 15px 17px; border-radius: var(--lp-r-sm); }

/* ── Galeria: mozaika, podpis na zdjęciu, przycisk powiększenia ──────────── */
.lp-gallery--masonry { display: block; columns: 3 300px; column-gap: 14px; }
.lp-gallery--masonry figure { break-inside: avoid; margin: 0 0 14px; position: relative; border-radius: var(--lp-r); overflow: hidden; }
.lp-gallery--masonry img { aspect-ratio: auto; border-radius: 0; }
.lp-gallery--masonry figcaption { position: absolute; left: 0; right: 0; bottom: 0; margin: 0;
    padding: 26px 15px 11px; font-size: .84rem; font-weight: 600; color: #fff;
    background: linear-gradient(to top, color-mix(in srgb, var(--footer) 82%, transparent), transparent); pointer-events: none; }
.lp-gallery__zoom { display: block; width: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; }
.lp-gallery__zoom img { transition: transform .5s ease; }
.lp-gallery__zoom:hover img { transform: scale(1.04); }
@media (prefers-reduced-motion: reduce) { .lp-gallery__zoom img { transition: none; } .lp-gallery__zoom:hover img { transform: none; } }

/* ── Lightbox galerii ────────────────────────────────────────────────────── */
.lp-lightbox { position: fixed; inset: 0; z-index: 120; display: flex; flex-direction: column;
    padding: clamp(12px, 2vw, 28px); background: color-mix(in srgb, var(--footer) 95%, #000); }
.lp-lightbox__top { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.lp-lightbox__counter { margin: 0; font-size: .85rem; color: color-mix(in srgb, #fff 66%, transparent); }
.lp-lightbox__stage { flex: 1; min-height: 0; display: flex; align-items: center; justify-content: center; gap: clamp(8px, 2vw, 20px); margin: 12px 0; }
.lp-lightbox__stage img { max-width: 100%; max-height: 100%; object-fit: contain; border-radius: var(--lp-r-sm); }
.lp-lightbox__caption { margin: 0; text-align: center; font-size: .95rem; font-weight: 600; color: #fff; }
.lp-lightbox button { border: 0; cursor: pointer; color: #fff; background: color-mix(in srgb, #fff 12%, transparent); }
.lp-lightbox button:hover { background: var(--cta); color: var(--on-cta); }
.lp-lightbox__close { border-radius: var(--lp-r-sm); padding: 12px 16px; font: inherit; font-weight: 700; min-height: 48px; }
.lp-lightbox__nav { flex: 0 0 auto; width: 52px; height: 52px; border-radius: 50%; font-size: 22px; line-height: 1; }

/* ── Kontakt ze zdjęciem zamiast mapy ────────────────────────────────────── */
.lp-contact--split { display: grid; gap: clamp(28px, 4.5vw, 64px); grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); align-items: center; }
.lp-contact__media img { width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--lp-r); display: block; }

/* ── Logo marki i stopka kolumnowa ───────────────────────────────────────── */
.lp-brand--logo img { display: block; height: 42px; width: auto; object-fit: contain; background: #fff; border-radius: 6px; }
.lp-ft__logo { display: inline-block; padding: 7px 11px; border-radius: 8px; background: #fff; margin-bottom: 14px; }
.lp-ft__logo img { display: block; height: 52px; width: auto; object-fit: contain; }
.lp-ft__cols { display: grid; gap: clamp(26px, 4vw, 56px); grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    padding-top: clamp(40px, 5vw, 60px); padding-bottom: clamp(28px, 4vw, 44px); }
.lp-ft__cols > div { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }
.lp-ft__cols a { color: color-mix(in srgb, #fff 74%, transparent); text-decoration: none; }
.lp-ft__cols a:hover { color: #fff; }
.lp-ft__title { margin: 0 0 6px; font-size: .78rem; letter-spacing: .18em; text-transform: uppercase;
    color: color-mix(in srgb, #fff 80%, transparent); }
.lp-ft__cols + .lp-ft__row { border-top: 1px solid color-mix(in srgb, #fff 18%, transparent);
    margin-top: 6px; padding-top: 20px; }

/* ── Hero okładkowy: wymiary 1:1 z wzorca (sekcja bez własnego paddingu, całą
      wysokość trzyma .lp-hero — inaczej rytm sekcji dublował się z min-height) */
.lp.lp--cover { padding: 0; }
.lp--cover .lp-hero { min-height: min(90vh, 880px); padding-block: clamp(96px, 14vh, 180px) clamp(40px, 6vh, 64px); }
.lp--cover .lp-hero h1 { font-size: clamp(2.25rem, 6.4vw, 4.5rem); line-height: 1.03; max-width: 16ch; }
.lp--cover .lp-lead { font-size: clamp(1.06rem, 1.5vw, 1.3rem); line-height: 1.55; max-width: 56ch; }
.lp--cover .lp-hero__proof { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 14px 34px; max-width: 860px; }

/* ── Marka w nagłówku: grafika + dwuwierszowy tekst ──────────────────────── */
.lp-brand--logo { display: inline-flex; align-items: center; gap: 12px; }
.lp-brand__col { display: flex; flex-direction: column; line-height: 1.15; }
.lp-brand__col strong { font-size: .95rem; letter-spacing: .12em; }
.lp-brand__col em { font-style: normal; font-size: .68rem; font-weight: 700; letter-spacing: .22em; color: var(--cta); }

/* ── Formularz dwukolumnowy z białą kartą ────────────────────────────────── */
.lp-form-split { display: grid; gap: clamp(32px, 5vw, 72px); grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); align-items: start; }
.lp-form-split .lp-head { margin-bottom: 20px; }
.lp-form-contacts { list-style: none; margin: 26px 0 0; padding: 0; display: flex; flex-direction: column; gap: 13px; }
.lp-form-contacts a, .lp-form-contacts > li > span { display: inline-flex; align-items: center; gap: 12px;
    font-family: var(--lp-h-font, inherit); font-weight: 700; font-size: 1.12rem; color: inherit; text-decoration: none; }
.lp-form-contacts svg { width: 21px; height: 21px; color: var(--cta); flex: 0 0 auto; }
.lp-form-contacts a:hover { color: var(--cta); }
.lp-form-card { background: #fff; color: var(--ink); border-radius: calc(var(--lp-r, 10px) + 6px); padding: clamp(22px, 3vw, 38px); }
/* Karta jest jasna także w ciemnej sekcji — nadpisania .lp--dark wracają tu do
   kolorów bazowej palety. */
.lp--dark .lp-form-card { color: var(--ink); }
.lp--dark .lp-form-card h1, .lp--dark .lp-form-card h2, .lp--dark .lp-form-card h3, .lp--dark .lp-form-card h4 { color: var(--ink); }
.lp--dark .lp-form-card .lp-lead, .lp--dark .lp-form-card .lp-muted, .lp--dark .lp-form-card .lp-form__note { color: var(--muted); }
.lp-form-card .lp-card { border: 0; padding: 0; background: none; }
.lp-form label.lp-consent { display: flex; gap: 12px; align-items: flex-start; font-size: .93rem; line-height: 1.5; font-weight: 500; }
.lp-consent input { width: 21px; height: 21px; margin-top: 2px; accent-color: var(--cta); flex: 0 0 auto; }
.lp-req { color: var(--cta); }
