/* =========================================================
   TOKENY - Solid Coat: motyw "warstwy ochronne / linia dachu"
   ========================================================= */
:root {
  --charcoal: #1c1f21;
  --charcoal-2: #262a2d;
  --rust: #b5502f;
  --rust-dark: #93401f;
  --steel: #8a9199;
  --stone: #e9e7e2;
  --stone-line: #d3cfc5;
  --ink: #1c1f21;
  --ink-soft: #5c6167;
  --white: #ffffff;
  --ok: #3c7a5c;

  --font-display: 'Oswald', 'Arial Narrow', sans-serif;
  --font-body: 'Inter', -apple-system, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font-body); color: var(--ink); background: var(--stone); line-height: 1.55; }
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--font-display); text-transform: uppercase; letter-spacing: .01em; margin: 0 0 .4em; font-weight: 600; }
p { margin: 0 0 1em; }
.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

.skip-link { position: absolute; left: -999px; top: 0; background: var(--rust); color: #fff; padding: 10px 16px; z-index: 999; }
.skip-link:focus { left: 12px; top: 12px; }

/* ===================== NAGŁÓWEK ===================== */
.site-header { background: var(--charcoal); color: #fff; position: sticky; top: 0; z-index: 50; }
.site-header .container { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.logo { font-family: var(--font-display); font-weight: 600; font-size: 1.35rem; text-transform: uppercase; letter-spacing: .04em; display: flex; align-items: center; }
.logo-img { height: 30px; width: auto; display: block; }
.nav-links { display: flex; gap: 30px; list-style: none; margin: 0; padding: 0; font-size: .95rem; }
.nav-links a { text-decoration: none; color: #c9cdd1; }
.nav-links a:hover { color: #fff; }
.nav-cta { background: var(--rust); color: #fff; padding: 11px 20px; text-decoration: none; font-weight: 600; font-size: .92rem; }

/* Rozwijane menu "Usługi" */
.nav-dropdown { position: relative; }
.nav-dropdown-toggle {
  background: none; border: none; color: inherit; font: inherit; cursor: pointer;
  display: flex; align-items: center; gap: 4px; padding: 0; opacity: .85;
}
.nav-dropdown-toggle:hover { opacity: 1; color: var(--rust); }
.nav-dropdown .strzalka { font-size: .7rem; transition: transform .15s; }
.nav-dropdown.open .strzalka { transform: rotate(180deg); }
.nav-dropdown-menu {
  list-style: none; margin: 0; padding: 8px 0; position: absolute; top: calc(100% + 14px); left: -16px;
  background: var(--charcoal); border: 1px solid #33383c; border-top: 2px solid var(--rust);
  min-width: 220px; display: none; z-index: 70; box-shadow: 0 10px 24px rgba(0,0,0,.35);
}
.nav-dropdown.open .nav-dropdown-menu { display: block; }
.nav-dropdown-menu li a {
  display: block; padding: 10px 18px; text-decoration: none; color: #d7dfe8; font-size: .92rem;
}
.nav-dropdown-menu li a:hover { background: var(--charcoal-2); color: var(--rust); }
.nav-cta:hover { background: var(--rust-dark); }
.nav-toggle { display: none; background: none; border: 0; color: #fff; font-size: 1.6rem; }

/* ===================== HERO - LINIA DACHU ===================== */
.hero {
  background: var(--charcoal);
  color: #fff;
  position: relative;
  padding: 90px 0 140px;
  clip-path: polygon(0 0, 100% 0, 100% 82%, 0 100%);
  margin-bottom: -60px;
}
.hero .container { position: relative; z-index: 2; max-width: 760px; }
.hero-tag { font-family: var(--font-display); text-transform: uppercase; letter-spacing: .1em; font-size: .85rem; color: var(--rust); margin-bottom: 18px; }
.hero h1 { font-size: clamp(2.3rem, 5vw, 3.8rem); color: #fff; line-height: 1.08; }
.hero p.lead { font-size: 1.15rem; color: #cfd3d7; max-width: 520px; margin-top: 18px; }
.hero-actions { display: flex; gap: 16px; margin-top: 34px; flex-wrap: wrap; }
.btn { display: inline-block; padding: 15px 28px; font-weight: 600; text-decoration: none; font-size: .98rem; cursor: pointer; border: 2px solid transparent; font-family: var(--font-body); }
.btn-primary { background: var(--rust); color: #fff; }
.btn-primary:hover { background: var(--rust-dark); }
.btn-ghost { border-color: #565b60; color: #fff; background: transparent; }
.btn-whatsapp { background: transparent; color: #fff; border-color: #565b60; }
.btn-whatsapp:hover { border-color: #25D366; color: #25D366; }
.btn-whatsapp img { height: 18px; width: 18px; vertical-align: -3px; margin-right: 4px; }
.btn-ghost:hover { border-color: #fff; }

/* ===================== SEKCJE ===================== */
section { padding: 90px 0; position: relative; z-index: 3; }
.section-head { max-width: 620px; margin-bottom: 46px; }
.section-head .eyebrow { font-family: var(--font-display); text-transform: uppercase; font-size: .82rem; letter-spacing: .08em; color: var(--rust); margin-bottom: 8px; }
.section-head h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); }
.section-head p { color: var(--ink-soft); font-size: 1.03rem; }

/* ===================== KALKULATOR - "WZORNIK MATERIAŁÓW" ===================== */
.calc-wrap { background: var(--charcoal-2); color: #fff; padding: 70px 0; }
.calc-wrap .section-head p { color: #b8bdc2; }
.calc-wrap-top { padding-top: 44px; }
.calc-h1 { color: #fff; font-size: clamp(1.9rem, 4.4vw, 3rem); line-height: 1.08; }

/* ===================== HERO (nagłówek, zdjęcie, cena) ===================== */
/* ===================== KONTROLA JAKOŚCI (strona główna) ===================== */
.kontrola-jakosci-sekcja { background: var(--charcoal); padding: 70px 0; }
.kontrola-jakosci-sekcja .eyebrow { color: var(--rust); }
.kontrola-jakosci-sekcja h2 { color: #fff; }
.kontrola-jakosci-sekcja .section-head p { color: #c9cdd1; }
.kontrola-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; margin-top: 20px; }
.kontrola-karta { background: var(--charcoal-2); padding: 28px 24px; text-align: center; }
.kontrola-ikona { font-size: 2.2rem; margin-bottom: 14px; }
.kontrola-karta h3 { color: #fff; font-size: 1.1rem; margin-bottom: 10px; }
.kontrola-karta p { color: #a9aeb3; font-size: .92rem; line-height: 1.6; margin: 0; }

.hero-v2 { background: var(--charcoal); color: #fff; padding: 56px 0 60px; text-align: center; }
.hero-v2-photo {
  background-image:
    linear-gradient(180deg, rgba(28,31,33,.72) 0%, rgba(28,31,33,.8) 45%, var(--charcoal) 92%),
    url('images/hero/hero-baner-dach.jpg');
  background-size: cover;
  background-position: 65% center;
  padding-top: 90px;
}
.hero-v2 h1 { color: #fff; font-size: clamp(1.9rem, 5vw, 2.9rem); line-height: 1.15; max-width: 760px; margin: 0 auto .3em; text-shadow: 0 2px 12px rgba(0,0,0,.4); }
.hero-v2 .rust-text { color: var(--rust); }
.hero-podtytul { color: #fff; font-size: clamp(1.1rem, 2.6vw, 1.5rem); font-weight: 700; margin: 0 auto .6em; text-shadow: 0 2px 12px rgba(0,0,0,.4); }
.hero-lead { color: #c9cdd1; font-size: 1.05rem; max-width: 560px; margin: 0 auto 18px; }

.hero-opinie {
  display: inline-flex; align-items: center; gap: 8px; flex-wrap: wrap; justify-content: center;
  text-decoration: none; margin-bottom: 26px; padding: 8px 16px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
}
.hero-opinie-google { font-family: Arial, sans-serif; font-size: 1rem; font-weight: 700; }
.hero-opinie-google .g-blue { color: #4285F4; }
.hero-opinie-google .g-red { color: #EA4335; }
.hero-opinie-google .g-yellow { color: #FBBC05; }
.hero-opinie-google .g-green { color: #34A853; }
.hero-opinie-gwiazdki { color: #f5a623; font-size: .95rem; letter-spacing: 1px; }
.hero-opinie-tekst { color: #d7dfe8; font-size: .85rem; font-weight: 600; }
.hero-opinie:hover { background: rgba(255,255,255,.1); }

.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 40px; }

.hero-photo {
  max-width: 720px; margin: 0 auto 32px; border: 3px solid var(--charcoal-2);
  border-radius: 12px; overflow: hidden;
}
.hero-photo img { width: 100%; display: block; }

.hero-price {
  max-width: 480px; margin: 0 auto; background: var(--charcoal-2);
  border: 2px dashed var(--rust); padding: 28px 30px;
}
.hero-price-value { font-family: var(--font-display); font-size: 1.5rem; color: #fff; margin-bottom: 8px; }
.hero-price-value strong { color: var(--rust); font-size: 1.8rem; }
.hero-price-note { color: #a8aeb4; font-size: .88rem; margin-bottom: 12px; }
.hero-price-tech { color: #8a9199; font-size: .8rem; margin-bottom: 20px; padding-top: 10px; border-top: 1px solid #3a3f43; }
.hero-price .btn { width: 100%; }

@media (max-width: 600px) {
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  /* Na stronie głównej mobile pokazujemy tylko 3 pierwsze realizacje, reszta dopiero po "Zobacz więcej" */
  #realizacje .galeria-grid .galeria-kafelek:nth-child(n+4) { display: none; }
}
.calc-sheet { background: var(--white); color: var(--ink); }
.calc-sheet-head { background: var(--charcoal); color: #fff; padding: 22px 30px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.calc-sheet-head .title { font-family: var(--font-display); text-transform: uppercase; letter-spacing: .05em; font-size: .9rem; }
.calc-body { padding: 36px; }
.calc-step-label { font-family: var(--font-display); font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; color: var(--rust); margin-bottom: 14px; display: block; }

/* Karty materiałów - jak fizyczne próbki */
.material-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; margin-bottom: 34px; }
.material-card {
  border: 2px solid var(--stone-line); padding: 18px; cursor: pointer; position: relative;
  box-shadow: 0 3px 0 var(--stone-line);
}
.material-card input { position: absolute; opacity: 0; }
.material-card .nazwa { font-weight: 700; font-size: 1rem; margin-bottom: 4px; }
.material-card .cena { font-size: .85rem; color: var(--ink-soft); }
.material-card:has(input:checked) { border-color: var(--rust); box-shadow: 0 3px 0 var(--rust); background: #fdf4f1; }

/* Wzornik SVG w karcie materiału - zmienia kolor przez zmienne CSS ustawiane w JS */
.wzor-podglad { width: 100%; aspect-ratio: 16/10; overflow: hidden; margin-bottom: 10px; border: 1px solid var(--stone-line); position: relative; background: #fff; }
.wzor-podglad-inne { display: flex; align-items: center; justify-content: center; font-size: 2.2rem; background: var(--stone); }
.wzor-podglad svg { width: 100%; height: 100%; display: block; }
.wzor-podglad img { width: 100%; height: 100%; object-fit: contain; display: block; }
.wzor-podglad::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,0.9) 48%, transparent 62%);
  opacity: var(--w-polysk, 0.15);
}
.material-card { --w-base: #8a9199; --w-cien: #5c6167; --w-cien2: #454a4f; --w-jasny: #b8bcc2; --w-polysk: 0.15; }

/* ===================== PRZEŁĄCZNIK TRYBÓW ===================== */
.mode-toggle { display: flex; gap: 10px; margin-bottom: 30px; flex-wrap: wrap; }
.mode-btn {
  flex: 1; min-width: 200px; padding: 14px 18px; border: 2px solid var(--stone-line); background: var(--white);
  font-family: var(--font-body); font-weight: 600; font-size: .92rem; cursor: pointer; color: var(--ink-soft);
}
.mode-btn.active { border-color: var(--rust); background: #fdf4f1; color: var(--rust-dark); }
.fachowa-ocena-info { color: var(--ink-soft); margin-bottom: 24px; font-size: .95rem; }

/* Warianty (np. profile trapezu) */
.wariant-wrap { margin-bottom: 34px; }
.wariant-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 12px; }
.wariant-card { border: 2px solid var(--stone-line); padding: 14px; cursor: pointer; text-align: center; box-shadow: 0 3px 0 var(--stone-line); position: relative; }
.wariant-card input { position: absolute; opacity: 0; }
.wariant-card .nazwa { font-weight: 700; }
.wariant-card .cena { font-size: .85rem; color: var(--ink-soft); }
.wariant-card:has(input:checked) { border-color: var(--rust); box-shadow: 0 3px 0 var(--rust); background: #fdf4f1; }

.zapytaj-inny-kolor { font-size: .85rem; color: var(--ink-soft); margin-top: -20px; margin-bottom: 34px; }
.zapytaj-inny-kolor a { color: var(--rust-dark); font-weight: 600; text-decoration: none; }
.zapytaj-inny-kolor a:hover { text-decoration: underline; }

/* ===================== KREATOR KROK-PO-KROKU ===================== */
.social-proof { font-size: .85rem; color: var(--ink-soft); margin: 0 0 24px; display: flex; align-items: center; gap: 6px; }
.progress-bar { height: 4px; background: var(--stone-line); margin-bottom: 32px; }
.progress-bar-fill { height: 100%; background: var(--rust); width: 25%; transition: width .3s ease; }
.wizard-step[hidden] { display: none !important; }
.wizard-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 10px; }
.wizard-nav .wizard-next, .wizard-nav .btn-submit { margin-left: auto; }
.btn-ghost-dark { background: transparent; border: 2px solid var(--stone-line); color: var(--ink-soft); }
.btn-ghost-dark:hover { border-color: var(--ink); color: var(--ink); }

/* ===================== LICZNIKI I ODZNAKI ZAUFANIA ===================== */
.stats-section { background: var(--charcoal); color: #fff; padding: 64px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-bottom: 48px; }
.stat-item { text-align: center; border-top: 3px solid var(--rust); padding-top: 20px; }
.stat-value {
  font-family: var(--font-display); font-size: clamp(1.8rem, 4.6vw, 2.9rem); font-weight: 600;
  color: #fff; line-height: 1.1; font-variant-numeric: tabular-nums;
}
.stat-label { color: #a8aeb4; font-size: .88rem; margin-top: 6px; }

.trust-badges { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.trust-badge {
  display: flex; gap: 14px; align-items: flex-start;
  background: var(--charcoal-2); padding: 22px 24px; border-left: 3px solid var(--rust);
}
.trust-badge-mark {
  color: var(--rust); font-weight: 700; font-size: 1.15rem; line-height: 1.3; flex-shrink: 0;
}
.trust-badge strong { display: block; color: #fff; font-size: .98rem; margin-bottom: 4px; }
.trust-badge p { color: #a8aeb4; font-size: .87rem; margin: 0; }

@media (max-width: 760px) {
  .stats-grid { grid-template-columns: 1fr; gap: 24px; }
  .trust-badges { grid-template-columns: 1fr; }
}

/* ===================== MINI FAQ (przed stopką) ===================== */
.faq-mini { background: var(--stone); padding: 64px 0; }
.faq-lista { max-width: 720px; margin: 0 auto 24px; }
.faq-item { border-bottom: 1px solid var(--stone-line); }
.faq-pytanie {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  padding: 18px 4px; font-family: var(--font-body); font-weight: 700; font-size: .98rem; color: var(--ink);
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.faq-plus { color: var(--rust); font-size: 1.3rem; font-weight: 400; transition: transform .2s; flex-shrink: 0; }
.faq-item.open .faq-plus { transform: rotate(45deg); }
.faq-odpowiedz { max-height: 0; overflow: hidden; transition: max-height .25s ease; }
.faq-odpowiedz p { color: var(--ink-soft); font-size: .92rem; padding: 0 4px 18px; margin: 0; }
.faq-link-wiecej {
  display: block; text-align: center; max-width: 720px; margin: 0 auto; color: var(--rust-dark);
  font-weight: 700; text-decoration: none; font-size: .95rem;
}
.faq-link-wiecej:hover { text-decoration: underline; }

/* ===================== OPINIE GOOGLE ===================== */
.stopka-opinie {
  display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap;
  text-align: center; padding: 16px 20px; background: var(--charcoal-2);
  border: 1px solid #33383c; text-decoration: none;
}
.stopka-opinie:hover { border-color: var(--rust); }
.stopka-opinie-gwiazdki { color: #f5a623; font-size: 1.1rem; letter-spacing: 2px; }
.stopka-opinie-tekst { color: #d7dfe8; font-size: .9rem; font-weight: 600; }
.stopka-opinie:hover .stopka-opinie-tekst { color: var(--rust); }
.opinie-section { background: var(--stone); padding: 56px 0; text-align: center; }
.opinie-box { max-width: 420px; margin: 0 auto; }
.opinie-google-logo { font-family: Arial, sans-serif; font-size: 1.3rem; font-weight: 700; margin-bottom: 10px; }
.opinie-google-logo .g-blue { color: #4285F4; }
.opinie-google-logo .g-red { color: #EA4335; }
.opinie-google-logo .g-yellow { color: #FBBC05; }
.opinie-google-logo .g-green { color: #34A853; }
.opinie-gwiazdki { color: #f5a623; font-size: 1.8rem; letter-spacing: 4px; margin-bottom: 6px; }
.opinie-ocena { font-family: var(--font-display); font-size: 1.8rem; font-weight: 600; color: var(--ink); }
.opinie-tekst { color: var(--ink-soft); font-size: .92rem; margin-bottom: 20px; }
.opinie-box .btn-ghost-dark { display: inline-block; border-color: var(--ink); color: var(--ink); }
.opinie-box .btn-ghost-dark:hover { background: var(--ink); color: #fff; }

/* ===================== GALERIA REALIZACJI ===================== */
.galeria-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 18px; margin-bottom: 30px; }
.galeria-kafelek {
  aspect-ratio: 4/3; border-radius: 14px; overflow: hidden; cursor: pointer;
  box-shadow: 0 3px 10px rgba(0,0,0,.12);
}
.galeria-kafelek img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s ease; }
.galeria-kafelek:hover img { transform: scale(1.08); }
.galeria-wiecej {
  display: block; text-align: center; color: var(--rust-dark); font-weight: 700;
  text-decoration: none; font-size: .98rem;
}
.galeria-wiecej:hover { text-decoration: underline; }

.galeria-grid-pelna { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 20px; }

/* ===================== BANER COOKIE (pełnoekranowy overlay) ===================== */
.cookie-overlay {
  position: fixed; inset: 0; z-index: 400; background: rgba(10,11,12,.82);
  display: flex; align-items: center; justify-content: center; padding: 20px;
}
.cookie-overlay[hidden] { display: none; }
.cookie-box {
  background: #fff; max-width: 380px; width: 100%; padding: 22px 24px;
  border-top: 4px solid var(--rust); text-align: center;
  box-shadow: 0 20px 50px rgba(0,0,0,.4);
}
.cookie-box h3 { font-size: 1.05rem; margin: 0 0 8px; }
.cookie-tekst { font-size: .82rem; color: var(--ink-soft); margin-bottom: 16px; line-height: 1.5; }
.cookie-tekst a { color: var(--rust-dark); font-weight: 600; }
.cookie-link-niezbedne {
  background: none; border: none; color: var(--ink-soft); font-size: .8rem;
  text-decoration: underline; cursor: pointer; padding: 4px;
}
.cookie-link-niezbedne:hover { color: var(--ink); }

/* ===================== LIGHTBOX ===================== */
.lightbox-overlay {
  position: fixed; inset: 0; z-index: 300; background: rgba(10,11,12,.95);
  display: flex; align-items: center; justify-content: center; padding: 40px;
}
.lightbox-overlay[hidden] { display: none; }
.lightbox-overlay img { max-width: 100%; max-height: 88vh; object-fit: contain; box-shadow: 0 10px 40px rgba(0,0,0,.5); }
.lightbox-close {
  position: absolute; top: 18px; right: 22px; background: none; border: none;
  color: #fff; font-size: 2.2rem; line-height: 1; cursor: pointer; z-index: 2;
}
.lightbox-strzalka {
  position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.1);
  border: none; color: #fff; font-size: 2.4rem; width: 54px; height: 54px; border-radius: 50%;
  cursor: pointer; line-height: 1; display: flex; align-items: center; justify-content: center;
}
.lightbox-strzalka:hover { background: rgba(255,255,255,.22); }
.lightbox-prev { left: 16px; }
.lightbox-next { right: 16px; }
@media (max-width: 600px) {
  .lightbox-strzalka { width: 42px; height: 42px; font-size: 1.8rem; }
  .lightbox-overlay { padding: 16px; }
}

/* ===================== OBSZAR DZIAŁANIA (lista miast) ===================== */
.wojewodztwo-blok { margin-bottom: 44px; }
.wojewodztwo-tytul { font-size: 1.25rem; border-bottom: 2px solid var(--rust); padding-bottom: 10px; margin-bottom: 18px; }
.miasta-siatka { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 10px; }
.miasto-link {
  display: block; padding: 12px 16px; background: var(--stone); color: var(--ink);
  text-decoration: none; font-weight: 600; font-size: .92rem; border-left: 3px solid var(--rust);
}
.miasto-link:hover { background: #fdf4f1; color: var(--rust-dark); }
.miasto-bez-linku { border-left-color: var(--stone-line); cursor: default; }
.miasto-bez-linku:hover { background: var(--stone); color: var(--ink); }

/* ===================== OFERTA (arkusz w stylu A4) ===================== */
.oferta-arkusz {
  background: #fff; padding: 40px 36px; box-shadow: 0 4px 24px rgba(0,0,0,.08);
  border-top: 5px solid var(--rust);
}
@media (max-width: 600px) { .oferta-arkusz { padding: 28px 20px; } }

.oferta-naglowek {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding-bottom: 20px; margin-bottom: 24px; border-bottom: 2px solid var(--stone-line);
}
.oferta-logo { height: 34px; width: auto; }
.oferta-naglowek-info { text-align: right; font-size: .82rem; color: var(--ink-soft); line-height: 1.5; }

.oferta-sekcja { margin-bottom: 30px; }
.oferta-sekcja-tytul {
  font-size: .78rem; text-transform: uppercase; letter-spacing: .06em;
  color: var(--rust-dark); font-weight: 700; margin-bottom: 12px;
}

.oferta-pomiar { background: var(--stone); padding: 18px 22px; }
.oferta-pomiar-wiersz {
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  padding: 8px 0; border-bottom: 1px solid var(--stone-line); font-size: .92rem;
}
.oferta-pomiar-wiersz:last-child { border-bottom: none; }
.oferta-pomiar-wiersz span { color: var(--ink-soft); }
.oferta-pomiar-wynik { border-top: 2px solid var(--rust); margin-top: 4px; padding-top: 12px; }
.oferta-pomiar-wynik strong { color: var(--rust-dark); font-size: 1.05rem; }

.oferta-produkt { display: flex; gap: 18px; align-items: flex-start; flex-wrap: wrap; }
.oferta-produkt-zdjecie { width: 120px; height: 120px; object-fit: cover; flex-shrink: 0; border: 1px solid var(--stone-line); }
.oferta-produkt-info { flex: 1; min-width: 200px; }
.oferta-produkt-nazwa { font-size: 1.1rem; font-weight: 700; }
.oferta-produkt-rodzaj { color: var(--rust-dark); font-size: .9rem; font-weight: 600; margin-bottom: 6px; }
.oferta-produkt-opis { color: var(--ink-soft); font-size: .92rem; margin: 0; line-height: 1.6; }

.oferta-etapy { display: flex; flex-direction: column; gap: 0; }
.oferta-etap {
  display: flex; align-items: center; gap: 14px; padding: 12px 0;
  border-bottom: 1px solid var(--stone-line); font-weight: 600; font-size: .95rem;
}
.oferta-etap:last-child { border-bottom: none; }
.oferta-etap-numer {
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  width: 30px; height: 30px; border-radius: 50%; background: var(--rust); color: #fff;
  font-weight: 800; font-size: .88rem;
}
.oferta-kontrola-jakosci {
  margin: 16px 0 0; font-size: .85rem; color: var(--ink-soft); font-style: italic;
  border-left: 2px solid var(--stone-line); padding-left: 12px;
}

.oferta-gwarancja { background: var(--stone); padding: 22px 24px; }
.oferta-gwarancja-okres { font-size: 1.6rem; font-weight: 800; color: var(--rust-dark); margin-bottom: 14px; }
.oferta-gwarancja-kolumny { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 500px) { .oferta-gwarancja-kolumny { grid-template-columns: 1fr; } }
.oferta-gwarancja-kolumny strong { display: block; margin-bottom: 6px; font-size: .88rem; }
.oferta-gwarancja-kolumny ul { margin: 0; padding-left: 18px; font-size: .86rem; color: var(--ink-soft); line-height: 1.6; }

.oferta-cena-box { text-align: center; padding: 24px; background: var(--charcoal); color: #fff; margin-bottom: 30px; }

.oferta-warianty-zakladki { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 10px; }
.oferta-wariant-zakladka {
  flex: 1; min-width: 100px; text-align: center; padding: 12px 10px; border: 2px solid var(--stone-line);
  text-decoration: none; color: var(--ink); font-weight: 700; font-size: .9rem;
}
.oferta-wariant-zakladka span { display: block; font-size: .8rem; font-weight: 600; color: var(--ink-soft); margin-top: 2px; }
.oferta-wariant-zakladka.aktywna { border-color: var(--rust); background: #fdf4f1; color: var(--rust-dark); }
.oferta-wariant-zakladka.aktywna span { color: var(--rust-dark); }
.oferta-warianty-podpowiedz { font-size: .85rem; color: var(--ink-soft); margin-bottom: 24px; }

.oferta-tel-link {
  display: inline-block; font-size: 1.15rem; font-weight: 800; color: var(--rust-dark);
  text-decoration: none; margin-top: 6px;
}
.oferta-tel-link:hover { text-decoration: underline; }

.oferta-link-drobny {
  background: none; border: none; color: var(--ink-soft); font-size: .85rem;
  text-decoration: underline; cursor: pointer; padding: 4px;
}
.oferta-link-drobny:hover { color: var(--rust-dark); }

.oferta-jakosc { text-align: center; padding: 4px 0 22px; }
.oferta-jakosc p { font-size: .85rem; color: var(--ink-soft); line-height: 1.6; max-width: 480px; margin: 0 auto 12px; }
.oferta-jakosc-znaczniki { display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: .78rem; color: var(--rust-dark); font-weight: 600; }

.oferta-zaufanie { border-top: 2px solid var(--stone-line); padding-top: 26px; margin-top: 6px; }
.oferta-zaufanie-wiersz { display: flex; justify-content: space-around; text-align: center; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }
.oferta-zaufanie-wiersz strong { display: block; font-size: 1.3rem; color: var(--rust-dark); }
.oferta-zaufanie-wiersz span { display: block; font-size: .78rem; color: var(--ink-soft); }
.oferta-zaufanie-opinie {
  display: block; text-align: center; text-decoration: none; color: var(--ink);
  font-size: .92rem; font-weight: 600; background: var(--stone); padding: 12px; border: 1px solid var(--stone-line);
}
.oferta-zaufanie-opinie:hover { border-color: var(--rust); }

/* ===================== ZDJĘCIE W SEKCJI KONTROLI JAKOŚCI (strona główna) ===================== */
.kontrola-jakosci-zdjecie {
  max-width: 480px; margin: 0 auto 36px; border-radius: 16px; box-shadow: 0 8px 24px rgba(0,0,0,.1);
  background: var(--stone);
}
.kontrola-jakosci-zdjecie img { width: 100%; height: auto; display: block; margin: 0 auto; }
@media (min-width: 760px) {
  .kontrola-jakosci-zdjecie { max-width: 640px; aspect-ratio: 16/9; overflow: hidden; }
  .kontrola-jakosci-zdjecie img { height: 100%; object-fit: cover; }
}

/* ===================== REALIZACJE LOKALNE (podstrony miast) ===================== */
.realizacje-lokalne { padding: 50px 0 20px; }
.realizacje-lokalne-siatka { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.realizacje-lokalne-karta { background: #fff; border: 1px solid var(--stone-line); overflow: hidden; }
.realizacje-lokalne-karta img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }
.realizacje-lokalne-karta p { padding: 10px 14px; font-size: .85rem; color: var(--ink-soft); margin: 0; }

.opinie-link-sekcja { padding: 10px 0 40px; text-align: center; }
.opinie-link-karta {
  display: inline-block; padding: 14px 28px; background: var(--stone); border: 1px solid var(--stone-line);
  text-decoration: none; color: var(--ink); font-weight: 700; font-size: .95rem;
}
.opinie-link-karta:hover { border-color: var(--rust); color: var(--rust-dark); }

/* ===================== POWIĄZANE STRONY (linkowanie wewnętrzne SEO) ===================== */
.powiazane-strony { padding: 40px 0; background: var(--stone); text-align: center; }
.powiazane-siostrzana { font-size: 1rem; margin-bottom: 24px; }
.powiazane-siostrzana a { color: var(--rust-dark); font-weight: 700; margin-left: 6px; }
.powiazane-tytul { font-size: .85rem; text-transform: uppercase; letter-spacing: .05em; color: var(--ink-soft); margin-bottom: 12px; }
.powiazane-linki { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.powiazane-linki a {
  padding: 8px 16px; background: #fff; border: 1px solid var(--stone-line); color: var(--ink);
  text-decoration: none; font-size: .88rem; font-weight: 600;
}
.powiazane-linki a:hover { border-color: var(--rust); color: var(--rust-dark); }

/* ===================== SUWAK PRZED/PO ===================== */
.przed-po-sekcja { padding: 60px 0; background: var(--stone); }
.przed-po-widget {
  position: relative; max-width: 800px; margin: 0 auto; aspect-ratio: 4/3;
  overflow: hidden; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,.18);
  cursor: ew-resize; user-select: none; touch-action: pan-y;
}
.przed-po-obraz { width: 100%; height: 100%; object-fit: cover; display: block; user-select: none; -webkit-user-drag: none; }
.przed-po-warstwa-po { position: absolute; top: 0; left: 0; }
.przed-po-warstwa-przed-wrap {
  position: absolute; top: 0; left: 0; height: 100%; width: 50%; overflow: hidden;
}
.przed-po-warstwa-przed-wrap .przed-po-obraz {
  position: absolute; top: 0; left: 0; width: var(--przed-po-szerokosc, 800px); max-width: none; height: 100%;
}
.przed-po-uchwyt {
  position: absolute; top: 0; bottom: 0; left: 50%; width: 4px; background: #fff;
  transform: translateX(-50%); box-shadow: 0 0 8px rgba(0,0,0,.4); pointer-events: none;
}
.przed-po-uchwyt-kolko {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 46px; height: 46px; border-radius: 50%; background: #fff; color: var(--rust-dark);
  display: flex; align-items: center; justify-content: center; font-size: 1.2rem; font-weight: 700;
  box-shadow: 0 3px 10px rgba(0,0,0,.3);
}
.przed-po-etykieta {
  position: absolute; top: 16px; padding: 5px 14px; font-size: .78rem; font-weight: 700;
  letter-spacing: .04em; color: #fff; background: rgba(28,31,33,.65); border-radius: 3px; z-index: 5;
}
.przed-po-etykieta-przed { left: 16px; }
.przed-po-etykieta-po { right: 16px; }

/* ===================== PODSTRONY USŁUG ===================== */
.usluga-hero { background: var(--charcoal); color: #fff; padding: 70px 0 60px; text-align: center; }

.podstrona-dzialamy { color: #d7dfe8; font-size: .95rem; margin-top: 24px; }
.podstrona-staty {
  display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; margin-top: 20px;
  padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15);
}
.podstrona-staty strong { display: block; font-size: 1.5rem; color: var(--rust); }
.podstrona-staty span { display: block; font-size: .8rem; color: #a8b0b8; }
.usluga-hero .eyebrow { justify-content: center; }
.usluga-hero h1 { color: #fff; font-size: clamp(2rem, 4.6vw, 3.1rem); max-width: 720px; margin: 0 auto .5em; }
.usluga-hero p.lead { color: #c9cdd1; font-size: 1.08rem; max-width: 580px; margin: 0 auto 30px; }

.usluga-proces { padding: 70px 0; }
.proces-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 22px; }
.proces-krok { background: var(--white); border-top: 3px solid var(--rust); padding: 26px 24px; position: relative; }
.proces-krok .numer { font-family: var(--font-display); font-size: 2rem; color: var(--rust); opacity: .35; margin-bottom: 8px; }
.proces-krok h3 { font-size: 1.08rem; margin-bottom: 8px; }
.proces-krok p { color: var(--ink-soft); font-size: .92rem; margin: 0; }

.usluga-cechy { background: var(--charcoal-2); color: #fff; padding: 60px 0; }
.usluga-cechy-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; }
.usluga-cecha { border-left: 3px solid var(--rust); padding: 4px 0 4px 18px; }
.usluga-cecha strong { display: block; font-size: 1rem; margin-bottom: 4px; }
.usluga-cecha span { color: #a8aeb4; font-size: .88rem; }

.usluga-cta { padding: 60px 0; text-align: center; }
.usluga-cta h2 { font-size: 1.6rem; margin-bottom: 10px; }
.usluga-cta p { color: var(--ink-soft); margin-bottom: 26px; }

/* ===================== MODAL: SZYBKA WYCENA ===================== */
.modal-overlay {
  position: fixed; inset: 0; z-index: 200; background: rgba(28,31,33,.7);
  display: flex; align-items: center; justify-content: center; padding: 20px;
}
.modal-overlay[hidden] { display: none; }
.modal-box {
  background: #fff; max-width: 420px; width: 100%; padding: 32px 28px;
  position: relative; border-top: 4px solid var(--rust);
}
.modal-close {
  position: absolute; top: 12px; right: 14px; background: none; border: none;
  font-size: 1.6rem; line-height: 1; color: var(--ink-soft); cursor: pointer; padding: 4px 8px;
}
.modal-close:hover { color: var(--ink); }
.modal-box h3 { font-size: 1.4rem; margin: 4px 0 10px; }
.modal-lead { color: var(--ink-soft); font-size: .92rem; margin-bottom: 22px; }

/* ===================== STICKY PASEK KONTAKTOWY ===================== */
.sticky-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 80;
  background: var(--charcoal); border-top: 2px solid var(--rust);
  display: flex; gap: 10px; padding: 10px 16px;
  box-shadow: 0 -4px 16px rgba(0,0,0,.25);
}
.sticky-btn { flex: 1; text-align: center; padding: 13px 14px; font-weight: 700; font-size: .92rem; text-decoration: none; border-radius: 2px; }
.sticky-btn-call { background: transparent; border: 2px solid #565b60; color: #fff; }
.sticky-btn-primary { background: var(--rust); color: #fff; }
.sticky-btn-primary:hover { background: var(--rust-dark); }
body { padding-bottom: 66px; }

/* Zwinięta wersja paska - mała słuchawka, pokazywana zamiast całego paska
   gdy klient jest już w środku kalkulatora (żeby nie mylić z przyciskiem "Dalej") */
.sticky-call-mini {
  position: fixed; bottom: 16px; right: 16px; z-index: 80;
  width: 54px; height: 54px; border-radius: 50%; background: var(--rust);
  color: #fff; align-items: center; justify-content: center;
  font-size: 1.4rem; text-decoration: none; box-shadow: 0 4px 14px rgba(0,0,0,.35);
  display: none;
}
.sticky-call-mini.widoczny { display: flex; }
@media (max-width: 600px) {
  .sticky-bar.zwiniety { display: none; }
  body.pasek-zwiniety { padding-bottom: 0; }
}
@media (min-width: 601px) {
  .sticky-call-mini { display: none !important; }
}

/* Wybór wykończenia (matowy/półmat/półpołysk/połysk) */
.finish-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 12px; margin-bottom: 34px; }
.finish-card { border: 2px solid var(--stone-line); padding: 14px; cursor: pointer; text-align: center; box-shadow: 0 3px 0 var(--stone-line); position: relative; }
.finish-card input { position: absolute; opacity: 0; }
.finish-card .nazwa { font-weight: 700; font-size: .92rem; }
.finish-card .swatch-polysk {
  width: 100%; height: 28px; margin-bottom: 8px; background: var(--charcoal); position: relative; overflow: hidden;
}
.finish-card .swatch-polysk::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,0.9) 48%, transparent 62%);
}
.finish-card:has(input:checked) { border-color: var(--rust); box-shadow: 0 3px 0 var(--rust); background: #fdf4f1; }
.color-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); gap: 14px; margin-bottom: 34px; }
.color-swatch { text-align: center; cursor: pointer; }
.color-swatch input { position: absolute; opacity: 0; }
.color-swatch .chip {
  width: 100%; aspect-ratio: 1; border: 3px solid transparent; box-shadow: 0 4px 8px rgba(0,0,0,.18);
  margin-bottom: 8px; transition: transform .15s, box-shadow .15s;
}
.color-swatch:has(input:checked) .chip {
  border-color: #fff;
  box-shadow: 0 0 0 3px var(--rust), 0 6px 14px rgba(0,0,0,.3);
  transform: scale(1.08);
}
.color-swatch .nazwa { font-size: .78rem; color: var(--ink-soft); }
.color-swatch:has(input:checked) .nazwa { color: var(--rust-dark); font-weight: 700; }

.chip-inny {
  display: flex; align-items: center; justify-content: center;
  background: var(--stone); border: 2px dashed var(--stone-line) !important;
  font-family: var(--font-display); font-size: 1.3rem; color: var(--ink-soft);
}
.color-swatch-inny:has(input:checked) .chip-inny { border-style: solid !important; border-color: #fff !important; color: var(--rust-dark); }

.kolor-inny-wrap { margin-top: -10px; margin-bottom: 24px; max-width: 260px; }
.kolor-inny-wrap label { display: block; font-size: .85rem; font-weight: 600; margin-bottom: 6px; }
.kolor-inny-wrap input { width: 100%; padding: 12px 14px; border: 2px solid var(--rust); font-size: .95rem; }

.metraz-row { display: flex; align-items: center; gap: 14px; margin-bottom: 34px; }
.metraz-row input[type="number"] { width: 130px; padding: 13px 14px; border: 2px solid var(--stone-line); font-size: 1.1rem; }
.metraz-row span { color: var(--ink-soft); }

.metraz-toggle { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
.metraz-toggle-opt {
  border: 2px solid var(--stone-line); padding: 14px 16px; cursor: pointer; font-weight: 600; font-size: .95rem;
  display: flex; align-items: center; gap: 10px;
}
.metraz-toggle-opt:has(input:checked) { border-color: var(--rust); background: #fdf4f1; color: var(--rust-dark); }
.satelitarny-info {
  background: var(--stone); border-left: 3px solid var(--rust); padding: 14px 18px;
  font-size: .9rem; color: var(--ink-soft); margin-bottom: 34px;
}

.calc-total { background: var(--stone); border: 2px dashed var(--rust); padding: 22px 26px; display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; flex-wrap: wrap; gap: 10px; }
.calc-total-zachecajacy { text-align: center; font-size: .9rem; color: var(--rust-dark); font-weight: 600; margin-bottom: 24px; }
.calc-total .label { font-family: var(--font-display); text-transform: uppercase; font-size: .82rem; letter-spacing: .06em; color: var(--ink-soft); }
.calc-total .value { font-size: 1.8rem; font-weight: 700; color: var(--rust-dark); }
.calc-total small { display: block; color: var(--ink-soft); font-size: .78rem; font-weight: 400; margin-top: 4px; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 20px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: .85rem; font-weight: 600; }
.field input, .field textarea { padding: 13px 14px; border: 2px solid var(--stone-line); font-family: var(--font-body); font-size: .98rem; }
.field input:focus, .field textarea:focus { outline: 3px solid #f3d9cd; border-color: var(--rust); }
.field.full { grid-column: 1 / -1; }

/* Autouzupełnianie miejscowości */
.autocomplete-wrap { position: relative; }
.autocomplete-list {
  position: absolute; top: 100%; left: 0; right: 0; z-index: 40;
  background: #fff; border: 2px solid var(--rust); border-top: none;
  list-style: none; margin: 0; padding: 0; max-height: 220px; overflow-y: auto;
  box-shadow: 0 8px 16px rgba(0,0,0,.12);
}
.autocomplete-list li { padding: 11px 14px; cursor: pointer; font-size: .95rem; border-bottom: 1px solid var(--stone-line); }
.autocomplete-list li:last-child { border-bottom: none; }
.autocomplete-list li:hover, .autocomplete-list li.aktywny { background: #fdf4f1; color: var(--rust-dark); }
.autocomplete-list li mark { background: none; color: var(--rust-dark); font-weight: 700; }

.form-msg { padding: 14px 16px; margin-bottom: 16px; font-size: .92rem; display: none; }
.form-msg.ok { background: #e2f0e8; color: var(--ok); display: block; }
.form-msg.err { background: #fbe4de; color: #a13a1f; display: block; }

.pole-blad {
  border-color: #b5502f !important;
  background: #fdf0ed !important;
  box-shadow: 0 0 0 3px rgba(181, 80, 47, .15);
  animation: potrzasniecie .35s;
}
@keyframes potrzasniecie {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  75% { transform: translateX(5px); }
}

/* ===================== KAFELKI USŁUG / ZALET ===================== */
.zalety-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.zaleta-card { background: var(--white); border-left: 4px solid var(--rust); padding: 28px 24px; }
.zaleta-card h3 { font-size: 1.1rem; margin-bottom: 8px; }
.zaleta-card p { color: var(--ink-soft); font-size: .93rem; margin: 0; }

/* ===================== GALERIA REALIZACJI ===================== */
.realizacje-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.realizacja-card { margin: 0; background: var(--white); border: 1px solid var(--stone-line); border-radius: 12px; overflow: hidden; }
.realizacja-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.realizacja-card figcaption { padding: 14px 18px; font-size: .9rem; color: var(--ink-soft); font-weight: 600; }

/* ===================== MAPA ===================== */
.mapa-wrap { border: 1px solid var(--stone-line); filter: grayscale(20%) contrast(1.05); }

/* ===================== STOPKA ===================== */
.obszar-dzialania-card {
  background: var(--charcoal-2); border-left: 4px solid var(--rust); padding: 28px 30px;
  max-width: 640px;
}
.obszar-dzialania-card h3 { color: #fff; font-size: 1.05rem; margin-bottom: 8px; }
.obszar-dzialania-card p { color: #c9cdd1; font-size: .95rem; margin: 0; }

.footer { background: var(--charcoal); color: #c9cdd1; padding: 60px 0 28px; font-size: .92rem; }
.footer .container { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
.footer h4 { color: #fff; font-size: 1rem; margin-bottom: 14px; font-family: var(--font-display); text-transform: uppercase; }
.footer a { text-decoration: none; color: #c9cdd1; }
.footer a:hover { color: var(--rust); }
.footer-bottom { border-top: 1px solid #33383c; margin-top: 40px; padding-top: 20px; font-size: .8rem; color: #7d8388; }

@media (max-width: 860px) {
  .nav-links, .nav-cta { display: none; }
  .nav-links.active {
    display: flex; flex-direction: column; gap: 0; position: absolute;
    top: 72px; left: 0; right: 0; background: var(--charcoal); padding: 8px 24px 16px;
    border-bottom: 2px solid var(--rust); z-index: 60;
  }
  .nav-links.active li { padding: 0; border-bottom: 1px solid #33383c; }
  .nav-links.active li:last-child { border-bottom: none; }
  .nav-links.active li > a {
    display: block; width: 100%; padding: 14px 8px; color: #d7dfe8;
    -webkit-tap-highlight-color: transparent; transition: background-color .1s;
  }
  .nav-links.active li > a:active,
  .nav-links.active li > a:focus {
    background: var(--rust); color: #fff;
  }
  .nav-dropdown-toggle {
    color: #fff; font-size: .95rem; width: 100%; justify-content: space-between;
    padding: 14px 8px; -webkit-tap-highlight-color: transparent;
  }
  .nav-dropdown-toggle:active { background: var(--rust); color: #fff; }
  .nav-dropdown-menu {
    position: static; display: block !important; background: var(--charcoal-2); border: none;
    box-shadow: none; margin-top: 0; padding: 0;
  }
  .nav-dropdown-menu li { border-bottom: 1px solid #2a2e30 !important; }
  .nav-dropdown-menu li:last-child { border-bottom: none !important; }
  .nav-dropdown-menu li a {
    display: block; padding: 12px 20px; font-size: .88rem;
    -webkit-tap-highlight-color: transparent;
  }
  .nav-dropdown-menu li a:active { background: var(--rust); color: #fff; }
  .nav-toggle { display: block; }
  .zalety-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer .container { grid-template-columns: 1fr; }
  .calc-body { padding: 24px; }
  .hero { clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%); padding-bottom: 100px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
