/* landing-v2 — design "Kosztorys", wariant jasny: biel + grafit + głęboka zieleń.
   Dotyczy wyłącznie landingów kampanijnych (flaga v2 w gen-uslugi.js). */

@font-face { font-family: 'Archivo'; font-style: normal; font-weight: 100 900; font-stretch: 62% 125%; font-display: swap; src: url(/fonts/Archivo-var-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'; font-style: normal; font-weight: 100 900; font-stretch: 62% 125%; font-display: swap; src: url(/fonts/Archivo-var-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: 'Instrument Sans'; font-style: normal; font-weight: 400 600; font-stretch: 100%; font-display: swap; src: url(/fonts/InstrumentSans-400-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: 'Instrument Sans'; font-style: normal; font-weight: 400 600; font-stretch: 100%; font-display: swap; src: url(/fonts/InstrumentSans-400-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; }
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
    --bg: #FFFFFF; --tint: #F7F5F2; --tint-2: #F0EDE8;
    --line: #E6E3DD; --line-soft: #F0EDE8;
    --ink: #201F1C; --ink-2: #5E5B54;
    --acc: #B4531D; --acc-deep: #8C3E12; --acc-soft: #C96228;
    --disp: 'Archivo', 'Segoe UI', system-ui, sans-serif;
    --body: 'Instrument Sans', 'Segoe UI', system-ui, sans-serif;
    /* aliasy dla banera cookies (consent.js) */
    --bg-dark: #FFFFFF; --text: var(--ink); --text-soft: var(--ink-2);
    --text-muted: var(--ink-2); --orange-h: var(--acc-soft);
}

html { scroll-behavior: smooth; }
body.lp { background: var(--bg); color: var(--ink); font-family: var(--body); font-size: 1.0625rem; line-height: 1.7; overflow-x: hidden; }
::selection { background: var(--acc); color: #fff; }
a { color: var(--acc); }
a:focus-visible, button:focus-visible { outline: 2px solid var(--acc-soft); outline-offset: 3px; }
img { max-width: 100%; }

.skip-link { position: absolute; top: -100px; left: 1rem; z-index: 300; background: var(--acc); color: #fff; padding: 0.6rem 1.2rem; text-decoration: none; font-weight: 600; }
.skip-link:focus { top: 1rem; }

h1, h2, h3 { font-family: var(--disp); font-stretch: 116%; letter-spacing: -0.015em; line-height: 1.12; font-weight: 640; color: var(--ink); }

/* ── nagłówek ─────────────────────────────────────────── */
.lp-top { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.lp-top-in { max-width: 1180px; margin: 0 auto; display: flex; align-items: center; gap: 1.6rem; padding: 0.95rem 2rem; }
.lp-logo { font-family: var(--disp); font-stretch: 120%; font-weight: 700; font-size: 1.22rem; letter-spacing: 0.01em; color: var(--ink); text-decoration: none; line-height: 1; }
.lp-logo span { color: var(--acc); }
.lp-top nav { margin-left: auto; }
.lp-top nav ul { list-style: none; display: flex; align-items: center; gap: 1.6rem; }
.lp-top nav a { color: var(--ink-2); text-decoration: none; font-size: 0.92rem; }
.lp-top nav a:hover { color: var(--ink); }
.lp-top-tel { color: var(--acc); text-decoration: none; font-weight: 600; font-size: 0.95rem; white-space: nowrap; }
.lp-top-tel:hover { color: var(--acc-deep); }

/* ── hero ─────────────────────────────────────────────── */
.lp-hero { background: var(--bg); border-bottom: 1px solid var(--line); }
.lp-hero-wrap { max-width: 1180px; margin: 0 auto; padding: 3.6rem 2rem 4.2rem; }
.lp-hero.has-img .lp-hero-wrap { display: grid; grid-template-columns: 1.05fr 0.85fr; gap: 3.5rem; align-items: center; }
.lp-hero-in > * { max-width: 40rem; }
.lp-hero-fig { margin: 0; background: var(--tint); border: 1px solid var(--line); padding: 0.55rem; align-self: stretch; display: flex; overflow: hidden; }
.lp-hero-fig img { display: block; width: 100%; height: 100%; min-height: 320px; max-height: 560px; object-fit: cover; object-position: 62% 45%; filter: saturate(0.82); }
.lp-crumb { list-style: none; display: flex; flex-wrap: wrap; gap: 0.55rem; font-size: 0.8rem; margin-bottom: 2.4rem; }
.lp-crumb li + li::before { content: '/'; color: var(--line); margin-right: 0.55rem; }
.lp-crumb a { color: var(--ink-2); text-decoration: none; }
.lp-crumb a:hover { color: var(--ink); }
.lp-crumb [aria-current] { color: var(--ink-2); }
.lp-eyebrow { color: var(--acc); font-size: 0.9rem; font-weight: 600; margin-bottom: 1.1rem; }
.lp-hero h1 { font-size: clamp(2.15rem, 5.2vw, 3.4rem); margin-bottom: 1.3rem; }
.lp-lead { color: var(--ink-2); font-size: clamp(1.02rem, 1.6vw, 1.15rem); line-height: 1.65; margin-bottom: 2.1rem; }
.lp-price-line { font-family: var(--disp); font-stretch: 116%; font-weight: 640; font-size: clamp(1.25rem, 2.6vw, 1.7rem); color: var(--acc); margin: -0.8rem 0 2.1rem; }
.lp-price-line small { display: block; font-family: var(--body); font-stretch: 100%; font-weight: 400; font-size: 0.85rem; letter-spacing: 0; color: var(--ink-2); margin-top: 0.3rem; }
.lp-cta { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-bottom: 1.8rem; }
.lp-btn { display: inline-block; background: var(--acc); color: #fff; text-decoration: none; font-weight: 600; font-size: 0.98rem; padding: 0.95rem 2rem; border: 1px solid var(--acc); transition: background 0.2s, border-color 0.2s; }
.lp-btn:hover { background: var(--acc-deep); border-color: var(--acc-deep); }
.lp-btn-line { display: inline-block; background: transparent; color: var(--ink); text-decoration: none; font-weight: 600; font-size: 0.98rem; padding: 0.95rem 1.8rem; border: 1px solid var(--line); transition: border-color 0.2s, color 0.2s; }
.lp-btn-line:hover { border-color: var(--acc); color: var(--acc); }
.lp-trust { color: var(--ink-2); font-size: 0.85rem; }

/* ── sekcje treści ────────────────────────────────────── */
.lp-paper { background: var(--bg); }
.lp-sec { max-width: 1180px; margin: 0 auto; padding: 4rem 2rem 0.6rem; }
.lp-sec:last-of-type { padding-bottom: 4rem; }
.lp-sec h2 { font-size: clamp(1.5rem, 3vw, 2.05rem); margin-bottom: 0.6rem; }
.lp-sec-sub { color: var(--ink-2); font-size: 0.9rem; margin-bottom: 1.8rem; }
.lp-prose { max-width: 46rem; color: var(--ink); }
.lp-prose + .lp-prose { margin-top: 1rem; }
.lp-fine { font-size: 0.78rem; color: var(--ink-2); opacity: 0.9; line-height: 1.6; max-width: 46rem; margin-top: 1.4rem; }
.lp-mid-cta { margin: 2.2rem 0 0.4rem; }

/* ── kosztorys (sygnatura) ────────────────────────────── */
.lp-sheet { background: var(--bg); border: 1px solid var(--line); box-shadow: 0 1px 0 rgba(28,33,29,0.04), 0 24px 44px -34px rgba(28,33,29,0.28); margin: 1.6rem 0 1.9rem; }
.lp-sheet-head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding: 1.15rem 1.8rem; border-bottom: 1px solid var(--line); background: var(--tint); }
.lp-sheet-head b { font-family: var(--disp); font-stretch: 116%; font-weight: 640; font-size: 1rem; color: var(--ink); }
.lp-sheet-head span { font-size: 0.8rem; color: var(--ink-2); }

.lp-pkgs { display: grid; grid-template-columns: 1fr 1fr; }
.lp-pkg { position: relative; padding: 1.9rem 1.8rem 2rem; }
.lp-pkg + .lp-pkg { border-left: 1px dashed var(--line); }
.lp-pkg.feat { background: var(--tint); }
.lp-pkg h3 { font-size: 1.02rem; color: var(--ink-2); font-weight: 600; margin-bottom: 0.9rem; }
.lp-pkg-price { display: block; font-family: var(--disp); font-stretch: 118%; font-weight: 660; font-size: clamp(1.7rem, 3vw, 2.15rem); letter-spacing: -0.02em; color: var(--ink); line-height: 1; }
.lp-pkg-unit { display: block; font-size: 0.82rem; color: var(--ink-2); margin: 0.5rem 0 1.3rem; }
.lp-pkg ul { list-style: none; }
.lp-pkg li { padding: 0.6rem 0; border-top: 1px solid var(--line-soft); font-size: 0.92rem; color: var(--ink-2); line-height: 1.55; }
.lp-pkg li:first-child { border-top: 1px solid var(--line); }
.lp-pkg .lp-btn { margin-top: 1.4rem; }

.lp-stamp { position: absolute; top: -1.5rem; right: 1.3rem; width: 7.4rem; height: 7.4rem; border: 2px solid var(--acc); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: var(--acc); transform: rotate(-8deg); font-family: var(--disp); font-stretch: 112%; font-weight: 650; font-size: 0.58rem; letter-spacing: 0.09em; text-transform: uppercase; line-height: 1.5; padding: 0.7rem; background: #fff; pointer-events: none; }
.lp-stamp::after { content: ''; position: absolute; inset: 4px; border: 1px solid var(--acc); border-radius: 50%; opacity: 0.5; }

/* kotwica cenowa w arkuszu (strony bez pakietów) */
.lp-anchor { padding: 1.6rem 1.8rem 1.8rem; }
.lp-anchor b { display: block; font-family: var(--disp); font-stretch: 118%; font-weight: 660; font-size: clamp(1.8rem, 3.2vw, 2.3rem); letter-spacing: -0.02em; color: var(--ink); line-height: 1.05; }
.lp-anchor span { display: block; margin-top: 0.5rem; font-size: 0.88rem; color: var(--ink-2); }

/* pozycje cennika z kropkowanym wypełnieniem */
.lp-leaders { list-style: none; padding: 0.4rem 1.8rem 1.4rem; }
.lp-leaders li { display: flex; align-items: baseline; gap: 0.15rem; padding: 0.72rem 0; font-size: 0.95rem; }
.lp-leaders li + li { border-top: 1px solid var(--line-soft); }
.lp-leaders .t { color: var(--ink); }
.lp-leaders .dots { flex: 1; min-width: 2rem; border-bottom: 2px dotted var(--line); transform: translateY(-0.28em); margin: 0 0.45rem; }
.lp-leaders .v { font-family: var(--disp); font-stretch: 112%; font-weight: 630; font-size: 0.98rem; letter-spacing: -0.01em; color: var(--acc); text-align: right; white-space: nowrap; }
.lp-leaders .v.wrap { white-space: normal; max-width: 14rem; }

/* fakty (co zmienia cenę) */
.lp-facts { list-style: none; margin: 1.1rem 0 1.4rem; display: grid; gap: 0.5rem; max-width: 46rem; }
.lp-facts li { padding-left: 1.4rem; position: relative; font-size: 0.93rem; color: var(--ink-2); line-height: 1.6; }
.lp-facts li::before { content: ''; position: absolute; left: 0; top: 0.62em; width: 0.5rem; height: 1px; background: var(--acc); }

/* tabela porównania z rynkiem */
.lp-cmp-h { font-family: var(--disp); font-stretch: 116%; font-weight: 640; font-size: 1.2rem; color: var(--ink); margin: 2.6rem 0 0.4rem; }
.lp-cmp-wrap { overflow-x: auto; margin: 1.1rem 0 0.3rem; }
.lp-cmp { width: 100%; border-collapse: collapse; font-size: 0.93rem; min-width: 36rem; background: var(--bg); border: 1px solid var(--line); }
.lp-cmp th, .lp-cmp td { text-align: left; padding: 0.75rem 1.1rem; border-bottom: 1px solid var(--line-soft); line-height: 1.5; vertical-align: top; }
.lp-cmp thead th { font-family: var(--body); font-size: 0.78rem; color: var(--ink-2); font-weight: 600; border-bottom: 1px solid var(--line); background: var(--tint); }
.lp-cmp tbody th { font-weight: 600; color: var(--ink); white-space: nowrap; }
.lp-cmp td { color: var(--ink-2); }
.lp-cmp tr.me { background: var(--tint); }
.lp-cmp tr.me th, .lp-cmp tr.me td { color: var(--acc); font-weight: 600; border-top: 1px solid var(--acc); border-bottom: 1px solid var(--acc); }

/* ── kalkulator (markup wspólny z calc.js) ────────────── */
.calc { background: var(--bg); border: 1px solid var(--line); box-shadow: 0 1px 0 rgba(28,33,29,0.04), 0 24px 44px -34px rgba(28,33,29,0.22); padding: 1.9rem 1.8rem; max-width: 46rem; margin-top: 1.4rem; }
.calc-field { margin-bottom: 1.4rem; }
.calc-field > label { display: block; font-size: 0.8rem; font-weight: 600; color: var(--ink-2); margin-bottom: 0.5rem; }
.calc-slider { display: flex; align-items: center; gap: 1rem; }
.calc-slider input[type="range"] { flex: 1; accent-color: var(--acc); cursor: pointer; min-height: 1.4rem; }
.calc-slider output { font-family: var(--disp); font-stretch: 110%; font-weight: 600; font-size: 0.95rem; color: var(--ink); min-width: 6rem; text-align: right; white-space: nowrap; }
.calc select { background: #fff; border: 1px solid var(--line); color: var(--ink); font-family: var(--body); font-size: 0.95rem; padding: 0.55rem 0.8rem; width: 100%; max-width: 340px; cursor: pointer; }
.calc select:focus { outline: none; border-color: var(--acc); }
.calc-checkset { border: 0; margin: 0 0 1.4rem; }
.calc-checkset legend { font-size: 0.8rem; font-weight: 600; color: var(--ink-2); margin-bottom: 0.6rem; }
.calc-checks { list-style: none; display: flex; flex-direction: column; gap: 0.55rem; }
.calc-checks label { display: flex; align-items: center; gap: 0.6rem; font-size: 0.92rem; color: var(--ink); cursor: pointer; }
.calc-checks input[type="checkbox"] { accent-color: var(--acc); width: 1.05rem; height: 1.05rem; flex-shrink: 0; cursor: pointer; }
.calc-results { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 1rem; border-top: 1px solid var(--line); padding-top: 1.3rem; }
.calc-results b { display: block; font-family: var(--disp); font-stretch: 116%; font-weight: 650; font-size: 1.5rem; letter-spacing: -0.015em; color: var(--acc); line-height: 1.2; white-space: nowrap; }
.calc-results span { display: block; margin-top: 0.3rem; font-size: 0.79rem; color: var(--ink-2); line-height: 1.5; }
.calc .fine, p.fine { font-size: 0.78rem; color: var(--ink-2); opacity: 0.9; line-height: 1.6; margin-top: 1.3rem; }

/* ── promo kalkulatora (strona główna) ────────────────── */
.lp-calc-promo { display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: var(--tint); border: 1px solid var(--line); border-left: 4px solid var(--acc); padding: 1.7rem 1.9rem; }
.lp-calc-promo h2 { font-size: 1.4rem; margin-bottom: 0.4rem; }
.lp-calc-promo p { font-size: 0.95rem; color: var(--ink-2); line-height: 1.6; max-width: 40rem; }
.lp-calc-promo .lp-btn { flex-shrink: 0; white-space: nowrap; }
@media (max-width: 680px) { .lp-calc-promo { flex-direction: column; align-items: flex-start; gap: 1.2rem; } }

/* ── kalkulator-kosztorys (cena / warsztat) ───────────── */
.calc [hidden] { display: none !important; }
#kalkulator, #wynik, #cennik, #faq, #kontakt-form { scroll-margin-top: 84px; }
.calc.calc-sheet { display: grid; grid-template-columns: minmax(0, 1fr) 21.5rem; grid-template-areas: 'form sum' 'fine sum'; column-gap: 2.6rem; align-items: start; background: none; border: 0; box-shadow: none; padding: 0; max-width: none; }
.calc-form { grid-area: form; background: var(--bg); border: 1px solid var(--line); box-shadow: 0 1px 0 rgba(28,33,29,0.04), 0 24px 44px -34px rgba(28,33,29,0.22); padding: 0.3rem 1.7rem 1.4rem; min-width: 0; }
.calc-sheet .fine { grid-area: fine; }
.calc-group { border: 0; margin: 0; padding: 1.35rem 0 0.55rem; min-width: 0; }
.calc-group + .calc-group { border-top: 1px solid var(--line); }
.calc-g-h { font-family: var(--disp); font-stretch: 116%; font-size: 0.71rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--acc-deep); padding: 0; margin-bottom: 0.9rem; }
.calc-field { position: relative; }
.calc-sheet .calc-field > label { font-size: 0.93rem; font-weight: 600; color: var(--ink); }
.calc-part { display: block; font-size: 0.78rem; font-style: normal; color: var(--acc-deep); margin-top: 0.15rem; line-height: 1.5; }
.calc-field > .calc-part { margin-top: 0.45rem; }
.calc-sheet .calc-checks { gap: 0; margin: 0 0 0.4rem; padding: 0; }
.calc-sheet .calc-checks li { position: relative; border-top: 1px solid var(--line-soft); transition: background .12s; }
.calc-sheet .calc-checks li:first-child { border-top: 0; }
.calc-sheet .calc-checks li:hover { background: var(--tint-2); }
.calc-sheet .calc-checks li:has(input:checked) { background: var(--tint); box-shadow: inset 3px 0 0 var(--acc); }
.calc-sheet .calc-checks label { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; column-gap: 0.8rem; padding: 0.66rem 0.6rem 0.66rem 0.45rem; font-size: 0.93rem; }
.calc-sheet .calc-checks input[type="checkbox"] { margin: 0; }
.calc-opt { font-weight: 500; min-width: 0; }
.calc-sheet .calc-checks .calc-part { margin: 0; text-align: right; line-height: 1.25; }
.calc-sheet .calc-checks .calc-part b { display: block; font-family: var(--disp); font-stretch: 112%; font-weight: 640; font-size: 0.93rem; letter-spacing: -0.01em; color: var(--acc-deep); white-space: nowrap; font-variant-numeric: tabular-nums; }
.calc-sheet .calc-checks .calc-part small { display: block; font-size: 0.66rem; color: var(--ink-2); line-height: 1.3; }
.calc-sheet .calc-checks .calc-part small + b { margin-top: 0.3rem; }
.calc-sheet .calc-checks .calc-save b { color: #2E6B4A; }
.calc-sum { grid-area: sum; position: sticky; top: 84px; background: var(--bg); border: 1px solid var(--line); box-shadow: 0 1px 0 rgba(28,33,29,0.04), 0 24px 44px -34px rgba(28,33,29,0.28); }
.calc-sum-head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding: 0.95rem 1.25rem; border-bottom: 1px solid var(--line); background: var(--tint); }
.calc-sum-head b { font-family: var(--disp); font-stretch: 116%; font-weight: 640; font-size: 0.97rem; color: var(--ink); }
.calc-sum-head span { font-size: 0.72rem; color: var(--ink-2); white-space: nowrap; }
.calc-sum-rows { list-style: none; padding: 0.35rem 1.25rem 0.8rem; margin: 0; }
.calc-sum-rows li { display: flex; align-items: baseline; gap: 0.15rem; padding: 0.7rem 0 0.6rem; }
.calc-sum-rows li + li { border-top: 1px solid var(--line-soft); }
.calc-sum-rows .t { font-size: 0.88rem; color: var(--ink); }
.calc-sum-rows .t small { display: block; font-size: 0.68rem; color: var(--ink-2); margin-top: 0.1rem; }
.calc-sum-rows .dots { flex: 1; min-width: 1.5rem; border-bottom: 2px dotted var(--line); transform: translateY(-0.3em); margin: 0 0.4rem; }
.calc-sum-rows b { font-family: var(--disp); font-stretch: 112%; font-weight: 640; font-size: 1.02rem; letter-spacing: -0.01em; color: var(--ink); white-space: nowrap; font-variant-numeric: tabular-nums; }
.calc-razem { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin: 0 1.25rem; padding: 1.05rem 0 1.1rem; border-top: 2px solid var(--ink); }
.calc-razem span { font-family: var(--disp); font-stretch: 116%; font-size: 0.71rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-2); }
.calc-razem b { font-family: var(--disp); font-stretch: 118%; font-weight: 680; font-size: clamp(1.65rem, 2.4vw, 2rem); letter-spacing: -0.02em; color: var(--acc); line-height: 1; white-space: nowrap; font-variant-numeric: tabular-nums; }
.calc-sum-cta { display: flex; flex-direction: column; align-items: stretch; gap: 0.55rem; padding: 0 1.25rem 0.9rem; }
.calc-sum-cta .lp-btn { display: block; text-align: center; }
.calc-sum-tel { display: block; text-align: center; font-size: 0.85rem; font-weight: 600; color: var(--acc); text-decoration: none; }
.calc-sum-tel:hover { text-decoration: underline; }
.calc-sum-note { margin: 0; padding: 0 1.25rem 1.05rem; font-size: 0.71rem; color: var(--ink-2); line-height: 1.55; }
@media (max-width: 900px) {
    .calc.calc-sheet { display: block; }
    .calc-sum { position: static; margin-top: 1.4rem; }
    .calc-form { padding: 0.15rem 1.1rem 1.15rem; }
    .calc-sheet .calc-checks label { grid-template-columns: auto minmax(0, 1fr); }
    .calc-sheet .calc-checks .calc-part { grid-column: 2; text-align: left; margin-top: 0.1rem; }
    .calc-sheet .calc-checks .calc-part b { display: inline; margin-right: 0.35rem; }
    .calc-sheet .calc-checks .calc-part small { display: inline; margin-right: 0.7rem; }
}
.tip { display: inline-flex; align-items: center; justify-content: center; width: 1.05rem; height: 1.05rem; padding: 0; flex-shrink: 0; border: 1px solid var(--acc); border-radius: 50%; background: #fff; color: var(--acc); font-family: var(--body); font-size: 0.68rem; font-weight: 700; font-style: normal; line-height: 1; vertical-align: -0.15em; margin-left: 0.25rem; cursor: help; user-select: none; }
.tip:hover { background: var(--acc); color: #fff; }
.tip::after { content: attr(data-tip); position: absolute; left: 0; right: 0; bottom: calc(100% + 8px); max-width: 340px; background: var(--ink); color: #fff; font-size: 0.79rem; font-weight: 400; line-height: 1.55; padding: 0.6rem 0.8rem; border-radius: 6px; opacity: 0; visibility: hidden; transform: translateY(4px); transition: opacity .15s, transform .15s, visibility .15s; z-index: 60; pointer-events: none; }
.tip:hover::after { opacity: 1; visibility: visible; transform: none; }
@media (prefers-reduced-motion: reduce) { .calc-sheet .calc-checks li, .tip::after { transition: none; } }

/* ── sekcja z fotografią ──────────────────────────────── */
.lp-split { display: grid; grid-template-columns: 1.05fr 0.85fr; gap: 3rem; align-items: start; }
.lp-split figure { background: var(--tint); border: 1px solid var(--line); padding: 0.55rem; margin-top: 0.4rem; }
.lp-split img { display: block; width: 100%; height: 100%; max-height: 460px; object-fit: cover; filter: saturate(0.85); }

/* ── lista korzyści ───────────────────────────────────── */
.lp-benefits { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 0 3rem; max-width: 62rem; }
.lp-benefits li { padding: 1.05rem 0; border-top: 1px solid var(--line); }
.lp-benefits b { display: block; color: var(--ink); font-weight: 600; margin-bottom: 0.25rem; }
.lp-benefits p { font-size: 0.93rem; color: var(--ink-2); line-height: 1.6; }

/* ── FAQ ──────────────────────────────────────────────── */
.lp-faq { max-width: 46rem; }
.lp-faq details { border-top: 1px solid var(--line); }
.lp-faq details:last-child { border-bottom: 1px solid var(--line); }
.lp-faq summary { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding: 1.05rem 0; font-weight: 600; color: var(--ink); cursor: pointer; list-style: none; }
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary::after { content: '+'; font-family: var(--disp); font-weight: 500; font-size: 1.25rem; color: var(--acc); line-height: 1; transition: transform 0.25s; flex-shrink: 0; }
.lp-faq details[open] summary::after { transform: rotate(45deg); }
.lp-faq details p { padding: 0 0 1.2rem; color: var(--ink-2); font-size: 0.95rem; max-width: 42rem; }

/* ── notka z przykładem ───────────────────────────────── */
.lp-note { max-width: 1180px; margin: 2.2rem auto 0; padding: 0 2rem; font-size: 0.92rem; color: var(--ink-2); }
.lp-note a { color: var(--acc); font-weight: 600; }

/* ── hub usług ────────────────────────────────────────── */
.lp-hub-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.1rem; max-width: 1180px; margin: 0 auto; padding: 2.6rem 2rem 4rem; }
.lp-hub-card { display: block; background: var(--bg); border: 1px solid var(--line); padding: 1.5rem 1.4rem 1.6rem; text-decoration: none; transition: border-color 0.2s; }
.lp-hub-card:hover { border-color: var(--acc); }
.lp-hub-card h2 { font-size: 1.08rem; color: var(--ink); margin-bottom: 0.45rem; }
.lp-hub-card p { font-size: 0.9rem; color: var(--ink-2); line-height: 1.6; }
.lp-hub-card .more { display: inline-block; margin-top: 0.9rem; font-size: 0.85rem; font-weight: 600; color: var(--acc); }

/* ── strona artykułowa (polityka prywatności) ─────────── */
.lp-article { max-width: 46rem; }
.lp-article .lp-updated { color: var(--ink-2); font-size: 0.85rem; margin-bottom: 2.2rem; }
.lp-article h2 { font-size: 1.15rem; margin: 2.1rem 0 0.5rem; }
.lp-article p, .lp-article li { font-size: 0.95rem; color: var(--ink-2); line-height: 1.75; }
.lp-article strong { color: var(--ink); font-weight: 600; }
.lp-article ul { padding-left: 1.25rem; margin: 0.5rem 0; }
.lp-article li { margin-bottom: 0.35rem; }
.lp-article .lp-cmp { min-width: 30rem; }

/* ── realizacje (strona główna) ───────────────────────── */
.lp-cases { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.1rem; margin-top: 1.6rem; }
.lp-case { background: var(--bg); border: 1px solid var(--line); padding: 1.5rem 1.4rem 1.6rem; }
.lp-case-tag { font-size: 0.78rem; font-weight: 600; color: var(--acc); margin-bottom: 0.6rem; }
.lp-case h3 { font-size: 1.05rem; margin-bottom: 0.5rem; }
.lp-case p { font-size: 0.92rem; color: var(--ink-2); line-height: 1.6; }
.lp-case a { display: inline-block; margin-top: 0.8rem; font-size: 0.9rem; font-weight: 600; color: var(--acc); }
.lp-cases-note { margin-top: -1.4rem; margin-bottom: 1.6rem; font-size: 0.75rem; color: var(--ink-2); }

/* ── zobacz też ───────────────────────────────────────── */
.lp-rel { display: flex; flex-wrap: wrap; gap: 0.7rem; }
.lp-rel a { display: inline-block; border: 1px solid var(--line); background: var(--bg); color: var(--ink); text-decoration: none; font-size: 0.9rem; padding: 0.55rem 1.1rem; transition: border-color 0.2s, color 0.2s; }
.lp-rel a:hover { border-color: var(--acc); color: var(--acc); }

/* ── kontakt ──────────────────────────────────────────── */
.lp-contact { background: var(--tint); border-top: 1px solid var(--line); margin-top: 4rem; }
.lp-contact-in { max-width: 680px; margin: 0 auto; padding: 4rem 2rem 4.4rem; text-align: center; }
.lp-contact h2 { font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: 0.5rem; }
.lp-contact-in > p { color: var(--ink-2); margin-bottom: 2rem; }
.cform { display: grid; gap: 1.1rem; text-align: left; max-width: 560px; margin: 0 auto 1.4rem; }
.cform label { display: block; font-size: 0.82rem; font-weight: 600; color: var(--ink-2); margin-bottom: 0.4rem; }
.cform input, .cform textarea { width: 100%; background: #fff; border: 1px solid var(--line); color: var(--ink); font-family: var(--body); font-size: 1rem; padding: 0.75rem 0.9rem; }
.cform textarea { min-height: 8.5rem; resize: vertical; }
.cform input:focus, .cform textarea:focus { outline: none; border-color: var(--acc); }
.cform button { border: none; cursor: pointer; font-family: var(--body); justify-self: start; }
.cform button:disabled { opacity: 0.55; cursor: default; }
.cform-hp { position: absolute; left: -9999px; top: -9999px; height: 0; overflow: hidden; }
.cform [aria-invalid="true"] { border-color: #C24438; }
.cform p.cform-err { font-size: 0.82rem; color: #B23A2E; margin: 0.4rem 0 0; }
.cform p.cform-err[hidden] { display: none; }
p.cform-status { max-width: 560px; margin: 0 auto 1.4rem; text-align: left; font-size: 0.95rem; color: var(--ink-2); }
p.cform-status:empty { display: none; }
p.cform-status.ok, p.cform-status.err { padding: 1rem 1.3rem; font-weight: 600; }
p.cform-status.ok { background: rgba(46,107,74,0.08); border: 1px solid rgba(46,107,74,0.4); color: var(--acc); }
p.cform-status.err { background: rgba(178,58,46,0.07); border: 1px solid rgba(178,58,46,0.35); color: #B23A2E; }
.lp-contact-alt { font-size: 0.9rem; color: var(--ink-2); }
.lp-contact-alt a { color: var(--acc); text-decoration: none; }
.lp-contact-alt a:hover { text-decoration: underline; }

/* ── stopka ───────────────────────────────────────────── */
.lp-foot { background: var(--tint); border-top: 1px solid var(--line); color: var(--ink-2); }
.lp-foot-in { max-width: 1180px; margin: 0 auto; padding: 3rem 2rem 2.4rem; }
.lp-foot-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-bottom: 2rem; }
.lp-foot-h { font-size: 0.82rem; font-weight: 600; color: var(--ink); margin-bottom: 0.7rem; }
.lp-foot ul { list-style: none; display: grid; gap: 0.35rem; }
.lp-foot a { color: var(--ink-2); text-decoration: none; font-size: 0.88rem; }
.lp-foot a:hover { color: var(--acc); }
.lp-foot li { font-size: 0.88rem; }
.lp-cities { border-top: 1px solid var(--line); padding: 1rem 0 1.2rem; margin-bottom: 0.4rem; }
.lp-cities summary { cursor: pointer; list-style: none; display: inline-flex; align-items: baseline; gap: 0.5rem; font-size: 0.85rem; font-weight: 600; color: var(--ink-2); }
.lp-cities summary::-webkit-details-marker { display: none; }
.lp-cities summary::after { content: '+'; font-family: var(--disp); font-size: 1.05rem; color: var(--acc); line-height: 1; transition: transform 0.25s; }
.lp-cities[open] summary::after { transform: rotate(45deg); }
.lp-cities summary:hover { color: var(--ink); }
.lp-cities p { margin-top: 0.7rem; font-size: 0.82rem; color: var(--ink-2); line-height: 1.7; max-width: 64rem; }
.lp-foot-base { border-top: 1px solid var(--line); padding-top: 1.4rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: 0.8rem; }

/* ── sticky pasek mobilny ─────────────────────────────── */
.mcta { display: none; }

/* baner cookies — kolory pod jasną paletę */
#cookie-banner { border-top: 1px solid var(--line) !important; box-shadow: 0 -6px 24px rgba(28,33,29,0.08) !important; }
#cookie-banner #cb-accept { background: var(--acc); border-color: var(--acc); color: #fff; }
#cookie-banner #cb-accept:hover { background: var(--acc-deep); border-color: var(--acc-deep); }
#cookie-banner #cb-deny { border-color: var(--line); color: var(--ink-2); }
#cookie-banner #cb-deny:hover { color: var(--ink); border-color: var(--acc); }
#cookie-banner a { color: var(--acc) !important; }

/* ── animacje ─────────────────────────────────────────── */
body.js .rv { opacity: 0; transform: translateY(16px); transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1); }
body.js .rv.rv-in { opacity: 1; transform: none; }
body.lp-in .lp-hero-in > * { animation: lpRise 0.7s cubic-bezier(0.2, 0.7, 0.2, 1) both; }
body.lp-in .lp-hero-in > *:nth-child(2) { animation-delay: 0.07s; }
body.lp-in .lp-hero-in > *:nth-child(3) { animation-delay: 0.14s; }
body.lp-in .lp-hero-in > *:nth-child(4) { animation-delay: 0.21s; }
body.lp-in .lp-hero-in > *:nth-child(5) { animation-delay: 0.28s; }
body.lp-in .lp-hero-in > *:nth-child(6) { animation-delay: 0.35s; }
body.lp-in .lp-hero-fig img { animation: lpSettle 1.5s cubic-bezier(0.2, 0.6, 0.25, 1) both; }
body.lp-in .lp-hero-fig { animation: lpFade 0.9s ease both; }
.rv.rv-in .lp-stamp { animation: lpStamp 0.4s 0.4s cubic-bezier(0.2, 0.8, 0.3, 1.15) both; }
@keyframes lpRise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes lpFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes lpSettle { from { transform: scale(1.045); } to { transform: scale(1); } }
@keyframes lpStamp { from { opacity: 0; transform: rotate(-2deg) scale(1.25); } to { opacity: 1; transform: rotate(-8deg) scale(1); } }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    body.js .rv, body.lp-in .lp-hero-in > *, body.lp-in .lp-hero-fig, body.lp-in .lp-hero-fig img, .rv.rv-in .lp-stamp { animation: none; transition: none; opacity: 1; transform: none; }
    .lp-faq summary::after { transition: none; }
}

/* ── responsywność ────────────────────────────────────── */
@media (max-width: 900px) {
    .lp-hero.has-img .lp-hero-wrap { grid-template-columns: 1fr; gap: 2rem; }
    .lp-hero-fig img { max-height: 340px; }
    .lp-split { grid-template-columns: 1fr; gap: 1.8rem; }
    .lp-pkgs { grid-template-columns: 1fr; }
    .lp-pkg + .lp-pkg { border-left: none; border-top: 1px dashed var(--line); }
    .lp-stamp { top: 1.1rem; right: 1.1rem; width: 6.4rem; height: 6.4rem; font-size: 0.52rem; }
    .lp-foot-cols { grid-template-columns: 1fr; gap: 1.6rem; }
}
@media (max-width: 640px) {
    .lp-top-in { padding: 0.8rem 1.25rem; gap: 1rem; }
    .lp-top nav ul { gap: 1rem; }
    .hide-m { display: none; }
    .lp-hero-wrap { padding: 2.6rem 1.25rem 3rem; }
    .lp-crumb { margin-bottom: 1.8rem; }
    .lp-sec { padding: 3rem 1.25rem 0.4rem; }
    .lp-sheet-head, .lp-leaders { padding-left: 1.15rem; padding-right: 1.15rem; }
    .lp-pkg { padding: 1.5rem 1.15rem 1.7rem; }
    .lp-cta { flex-direction: column; }
    .lp-btn, .lp-btn-line { text-align: center; }
    .lp-contact-in { padding: 3.2rem 1.25rem 3.6rem; }
    .lp-foot-base { flex-direction: column; align-items: flex-start; }
    .mcta { display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 900; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -4px 18px rgba(28,33,29,0.12); }
    .mcta a { flex: 1; text-align: center; padding: 0.95rem 0.5rem; font-size: 0.92rem; font-weight: 600; text-decoration: none; }
    .mcta-call { color: var(--ink); background: transparent; }
    .mcta-form { color: #fff; background: var(--acc); }
    .mcta-form:active, .mcta-call:active { opacity: 0.85; }
    body.lp { padding-bottom: 3.2rem; }
}
