/* Stacja Grawitacja - nowa strona (wizualizacja). Tokeny 4 motywow: firmowy / unicorn / spokoj / afterdark.
   Struktura i tresc identyczne, zmieniaja sie tylko tokeny (jak w design systemie aplikacji). */

:root, [data-theme="firmowy"] {
  --bg: #F7F6F2; --bg2: #FFFFFF; --ink: #17181D; --ink2: #5A5C66; --line: #E2E0DA;
  --brand: #14285A; --brand2: #1E3A7C; --on-brand: #FFFFFF;
  --accent: #FF7A2F; --accent2: #FFC845; --on-accent: #28160A;
  --cta: linear-gradient(95deg, #FF7A2F, #FFC845);
  --accent-ink: #C2520F; --accent-ink-dark: #FFC845;
  --hero-bg: #14285A; --hero-ink: #FFFFFF; --hero-sub: rgba(255,255,255,.78);
  --shadow: 0 14px 40px rgba(20,40,90,.12);
  --lane1: #FFF1E6; --lane1-ink: #3A2A1C; --lane2: #2B1F6B; --lane2-ink: #FFFFFF;
  --lane3: #EEF4FF; --lane3-ink: #1C2A4A; --lane4: #FF7A2F; --lane4-ink: #28160A;
}
[data-theme="unicorn"] {
  --bg: #FFF4FB; --bg2: #FFFFFF; --ink: #4A2A66; --ink2: #8A6AA6; --line: #F3DDF0;
  --brand: #7A3E9C; --brand2: #B48CFF; --on-brand: #FFFFFF;
  --accent: #FF4FC3; --accent2: #8F5CFF; --on-accent: #3A1A5C;
  --cta: linear-gradient(95deg, #FF7AD9, #B48CFF);
  --accent-ink: #A8207A; --accent-ink-dark: #FFFFFF;
  --hero-bg: linear-gradient(130deg, #FFE6F7, #EDE4FF 60%, #DDF7FF); --hero-ink: #4A2A66; --hero-sub: #6E4E8C;
  --shadow: 0 14px 40px rgba(180,120,255,.18);
  --lane1: #FFD6EC; --lane1-ink: #5A2A7A; --lane2: #6B3FD1; --lane2-ink: #FFFFFF;
  --lane3: #CFEFFF; --lane3-ink: #1F4F6B; --lane4: #FFE4A3; --lane4-ink: #5A3A00;
}
[data-theme="spokoj"] {
  --bg: #FBFAF7; --bg2: #FFFFFF; --ink: #20242C; --ink2: #6B6E76; --line: #E5E2D9;
  --brand: #20242C; --brand2: #3E6B4F; --on-brand: #FFFFFF;
  --accent: #3E6B4F; --accent2: #D9C9A8; --on-accent: #FFFFFF;
  --cta: #20242C;
  --accent-ink: #2F5A40; --accent-ink-dark: #D9C9A8;
  --hero-bg: #EDEAE2; --hero-ink: #20242C; --hero-sub: #5B5E66;
  --shadow: 0 14px 40px rgba(32,36,44,.08);
  --lane1: #FFFFFF; --lane1-ink: #20242C; --lane2: #20242C; --lane2-ink: #FFFFFF;
  --lane3: #D6E3DA; --lane3-ink: #1E3A2A; --lane4: #3E6B4F; --lane4-ink: #FFFFFF;
}
[data-theme="afterdark"] {
  --bg: #0B0A12; --bg2: #17142A; --ink: #F4F1FF; --ink2: #A79FC4; --line: #2A2542;
  --brand: #17142A; --brand2: #231E3E; --on-brand: #FFFFFF;
  --accent: #52FFD1; --accent2: #FF52C8; --on-accent: #0B0A12;
  --cta: linear-gradient(95deg, #B770FF, #FF52C8);
  --accent-ink: #52FFD1; --accent-ink-dark: #52FFD1;
  --hero-bg: #0B0A12; --hero-ink: #FFFFFF; --hero-sub: #A79FC4;
  --shadow: 0 14px 40px rgba(183,112,255,.22);
  --lane1: #2A1A3E; --lane1-ink: #FFFFFF; --lane2: #4A1F8A; --lane2-ink: #FFFFFF;
  --lane3: #0F2E3D; --lane3-ink: #FFFFFF; --lane4: #3A0F3A; --lane4-ink: #FFFFFF;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: 'Archivo', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased; line-height: 1.5; transition: background .35s ease, color .35s ease; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.mono { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink2); }
h1, h2, h3 { margin: 0; font-weight: 800; letter-spacing: -.02em; line-height: 1.02; }
h1 { font-size: clamp(38px, 7vw, 72px); font-stretch: 112%; }
h2 { font-size: clamp(28px, 4vw, 44px); font-stretch: 110%; }
h3 { font-size: 20px; }
p { margin: 0; }
.sub { color: var(--ink2); font-size: 17px; max-width: 56ch; }
.btn { display: inline-flex; align-items: center; gap: 8px; border: 0; border-radius: 999px; padding: 14px 26px; font: inherit; font-weight: 800; font-size: 15px; cursor: pointer; text-decoration: none; transition: transform .15s ease, box-shadow .2s ease; white-space: nowrap; }
.btn:active { transform: translateY(1px) scale(.98); }
.btn-cta { background: var(--cta); color: var(--on-accent); box-shadow: var(--shadow); }
[data-theme="spokoj"] .btn-cta { color: #FFFFFF; }
.btn-ghost { background: transparent; color: var(--hero-ink); border: 1.5px solid currentColor; }
.btn-line { background: transparent; color: var(--ink); border: 1.5px solid var(--line); }

/* HEADER */
.hdr { position: sticky; top: 0; z-index: 20; background: color-mix(in srgb, var(--bg) 88%, transparent); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.hdr .wrap { height: 66px; display: flex; align-items: center; gap: 14px; }
.logo { font-weight: 800; font-stretch: 120%; text-transform: uppercase; letter-spacing: .02em; font-size: 15px; text-decoration: none; white-space: nowrap; }
.logo b { color: var(--accent-ink); }
.hdr nav { display: none; gap: 22px; margin-left: 18px; font-size: 14px; font-weight: 600; }
.hdr nav a { text-decoration: none; color: var(--ink2); }
.hdr nav a:hover { color: var(--ink); }
.spacer { flex: 1; }
.citychip { display: inline-flex; align-items: center; gap: 6px; border: 1.5px solid var(--line); border-radius: 999px; padding: 7px 12px; font-size: 13px; font-weight: 700; background: var(--bg2); cursor: pointer; }
.themes { display: flex; gap: 6px; align-items: center; }
.themes button { width: 22px; height: 22px; border-radius: 50%; border: 2px solid transparent; cursor: pointer; padding: 0; }
.themes button[aria-pressed="true"] { border-color: var(--ink); transform: scale(1.12); }
.t-firmowy { background: linear-gradient(135deg, #14285A 50%, #FF7A2F 50%); }
.t-unicorn { background: linear-gradient(135deg, #FF7AD9, #B48CFF, #6FE3FF); }
.t-spokoj { background: linear-gradient(135deg, #20242C 50%, #3E6B4F 50%); }
.t-afterdark { background: linear-gradient(135deg, #0B0A12 50%, #52FFD1 50%); }
.hdr .btn { padding: 10px 18px; font-size: 14px; }
/* mobile: naglowek = logo + motywy; miasto i CTA sa w hero (zero poziomego scrolla) */
@media (max-width: 899px) { .hdr .citychip, .hdr .btn, .hdr .chips { display: none; } .logo { font-size: 13px; } .hdr .wrap { height: 58px; } }
@media (min-width: 1024px) { .hdr nav { display: flex; } }
.citybar { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; padding: 14px 0 0; }
.citybar .mono { margin-right: 4px; }

/* HERO (V5 segmentowy) */
.hero { background: var(--hero-bg); color: var(--hero-ink); padding: 40px 0 28px; }
.hero .wrap { display: grid; gap: 26px; }
.hero .eyebrow { color: var(--accent-ink-dark); }
[data-theme="spokoj"] .hero .eyebrow, [data-theme="unicorn"] .hero .eyebrow { color: var(--accent-ink); }
.hero h1 { color: var(--hero-ink); }
.hero .sub { color: var(--hero-sub); }
.hero .ctas { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 6px; }
.lanes { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.lane { position: relative; border-radius: 16px; padding: 14px; min-height: 190px; display: flex; flex-direction: column; gap: 8px; overflow: hidden; text-decoration: none; transition: transform .2s ease; }
.lane:hover { transform: translateY(-2px); }
.lane img { width: 100%; height: 84px; object-fit: cover; border-radius: 10px; }
.lane .t { font-size: 22px; font-weight: 800; letter-spacing: -.02em; line-height: .98; }
.lane .s { font-size: 12px; opacity: .72; }
.lane .bar { margin-top: auto; height: 4px; width: 32px; border-radius: 4px; background: var(--accent); }
.lane-1 { background: var(--lane1); color: var(--lane1-ink); border: 1.5px solid rgba(0,0,0,.06); }
.lane-2 { background: var(--lane2); color: var(--lane2-ink); }
.lane-3 { background: var(--lane3); color: var(--lane3-ink); border: 1.5px solid rgba(0,0,0,.06); }
.lane-4 { background: var(--lane4); color: var(--lane4-ink); border: 1.5px solid rgba(255,255,255,.12); }
@media (min-width: 900px) {
  .hero { padding: 56px 0 44px; }
  .hero .wrap { grid-template-columns: 1.05fr 1fr; align-items: center; gap: 44px; }
  .lane { min-height: 230px; }
  .lane img { height: 110px; }
}

/* SEKCJE */
section.s { padding: 44px 0; }
@media (min-width: 900px) { section.s { padding: 64px 0; } }
.s-head { display: grid; gap: 10px; margin-bottom: 24px; max-width: 62ch; }

/* GEO */
.geo { background: var(--bg2); border: 1.5px solid var(--line); border-radius: 16px; padding: 18px; display: grid; gap: 14px; box-shadow: var(--shadow); }
.geo .row { display: flex; gap: 8px; flex-wrap: wrap; }
.geo input { flex: 1; min-width: 160px; border: 1.5px solid var(--line); border-radius: 999px; padding: 12px 16px; font: inherit; font-size: 15px; background: var(--bg); color: var(--ink); }
.geo input::placeholder { color: var(--ink2); }
.geo input:focus { outline: 2px solid var(--accent); outline-offset: 2px; }
.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chip { border: 1.5px solid var(--line); background: transparent; color: var(--ink); border-radius: 999px; padding: 8px 14px; font: inherit; font-size: 13px; font-weight: 700; cursor: pointer; }
.chip[aria-pressed="true"] { background: var(--brand); color: var(--on-brand); border-color: var(--brand); }
[data-theme="afterdark"] .chip[aria-pressed="true"] { background: var(--accent); color: var(--on-accent); border-color: var(--accent); }
.park { display: grid; gap: 4px; border-top: 1px solid var(--line); padding-top: 14px; }
.park b { font-size: 20px; }
.park .m { font-size: 14px; color: var(--ink2); }
.park .open { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 14px; color: var(--accent-ink); }
.geo-msg { font-size: 13px; color: var(--ink2); }
@media (min-width: 900px) { .geo { grid-template-columns: 1.2fr 1fr; align-items: start; } .geo .park { border-top: 0; border-left: 1px solid var(--line); padding: 0 0 0 22px; } }

/* TRUST */
.trust { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust div { padding: 18px 8px; }
.trust b { display: block; font-size: 30px; font-weight: 800; letter-spacing: -.03em; line-height: 1; }
.trust span { font-size: 13px; color: var(--ink2); }
@media (min-width: 900px) { .trust { grid-template-columns: repeat(4, 1fr); } .trust b { font-size: 40px; } }

/* PROMO RAIL */
.rail { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 20px 16px; margin: 0 -20px; scrollbar-width: none; }
.rail::-webkit-scrollbar { display: none; }
.promo { flex: 0 0 78%; scroll-snap-align: start; border-radius: 16px; padding: 20px; display: grid; gap: 8px; min-height: 160px; }
.promo .n { font-size: 22px; font-weight: 800; letter-spacing: -.02em; line-height: 1.02; }
.promo .d { font-size: 14px; opacity: .85; }
.promo-a { background: var(--brand); color: var(--on-brand); }
.promo-b { background: var(--accent); color: var(--on-accent); }
.promo-c { background: var(--bg2); color: var(--ink); border: 1.5px solid var(--line); }
.promo-d { background: var(--accent2); color: #2A1A05; }
[data-theme="afterdark"] .promo-d { color: #0B0A12; }
.promo-e { background: var(--lane3); color: var(--lane3-ink); }
@media (min-width: 900px) { .promo { flex-basis: 32%; } .rail { scrollbar-width: thin; padding-bottom: 18px; } .rail::-webkit-scrollbar { display: block; height: 6px; } .rail::-webkit-scrollbar-thumb { background: var(--line); border-radius: 999px; } }

/* ATRAKCJE */
.tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.tile { position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 4/3; background: var(--bg2); }
.tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.tile:hover img { transform: scale(1.04); }
.tile .cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 12px 14px; color: #fff; font-weight: 800; font-size: 16px; background: linear-gradient(180deg, transparent, rgba(10,8,20,.72)); }
.tile.big { grid-column: span 2; aspect-ratio: 16/8; }
@media (min-width: 900px) { .tiles { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 1fr; } .tile.big { grid-column: span 2; grid-row: span 2; aspect-ratio: auto; } .tiles.three { grid-template-columns: repeat(3, 1fr); } .tiles.two { grid-template-columns: 1.6fr 1fr; grid-auto-rows: auto; } .tiles.two .tile.big { grid-row: auto; aspect-ratio: 4/3; } .tiles.two .tile { aspect-ratio: auto; } }
.attr-chips { margin-top: 16px; }

/* CENNIK */
.price { background: var(--bg2); border: 1.5px solid var(--line); border-radius: 16px; overflow: hidden; }
.price .g { padding: 18px 20px; }
.price .g + .g { border-top: 1px solid var(--line); }
.price .g h3 { font-size: 13px; text-transform: uppercase; letter-spacing: .1em; color: var(--ink2); margin-bottom: 10px; font-weight: 700; }
.price .r { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 7px 0; font-size: 15px; }
.price .r b { font-size: 20px; font-weight: 800; font-variant-numeric: tabular-nums; color: var(--brand2); }
[data-theme="afterdark"] .price .r b, [data-theme="unicorn"] .price .r b { color: var(--accent-ink); }
.price .r small { color: var(--ink2); font-size: 12px; }
.price .r.multi { display: grid; gap: 8px; }
.price .vals { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; width: 100%; }
.price .vals div { background: var(--bg); border-radius: 10px; padding: 8px 10px; display: grid; gap: 2px; }
.price .vals small { display: block; }
.price .vals b { font-size: 18px; }
@media (min-width: 900px) { .price { display: grid; grid-template-columns: repeat(var(--cols, 3), 1fr); } .price .g + .g { border-top: 0; border-left: 1px solid var(--line); } .price .g:nth-child(n+4) { border-top: 1px solid var(--line); } }

/* PARKI */
.parks { display: grid; gap: 12px; }
.parkcard { position: relative; border-radius: 16px; overflow: hidden; min-height: 200px; display: grid; align-items: end; color: #fff; text-decoration: none; }
.parkcard img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.parkcard .in { position: relative; padding: 16px; background: linear-gradient(180deg, transparent, rgba(10,8,20,.78)); display: grid; gap: 3px; }
.parkcard .in b { font-size: 24px; font-weight: 800; letter-spacing: -.02em; }
.parkcard .in span { font-size: 13px; opacity: .9; }
@media (min-width: 900px) { .parks { grid-template-columns: repeat(4, 1fr); } .parkcard { min-height: 260px; } }

/* OPINIE slot */
.slot { border: 1.5px dashed var(--line); border-radius: 16px; padding: 22px; display: grid; gap: 6px; color: var(--ink2); font-size: 14px; }
.slot b { color: var(--ink); }

/* FOOTER */
footer { background: var(--brand); color: var(--on-brand); padding: 44px 0 30px; margin-top: 30px; }
footer .cols { display: grid; gap: 22px; }
footer h4 { margin: 0 0 8px; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; opacity: .7; }
footer p, footer a { font-size: 14px; line-height: 1.6; opacity: .92; }
footer a { text-decoration: none; }
footer .rules { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.18); }
footer .rules span { font-size: 12px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; padding: 5px 11px; opacity: .9; }
footer .fine { margin-top: 22px; font-size: 12px; opacity: .6; }
@media (min-width: 900px) { footer .cols { grid-template-columns: repeat(5, 1fr); } }

/* CITY PAGE */
.cityhero { position: relative; min-height: 62vh; display: grid; align-items: end; color: #fff; }
.cityhero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cityhero .in { position: relative; padding: 90px 0 28px; background: linear-gradient(180deg, transparent 10%, rgba(10,8,20,.82)); }
.cityhero .pill { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.3); backdrop-filter: blur(8px); border-radius: 999px; padding: 7px 13px; font-size: 13px; font-weight: 700; margin-bottom: 14px; }
.cityhero .pill i { width: 8px; height: 8px; border-radius: 50%; background: #37D67A; }
.info3 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.info3 .addr { grid-column: span 2; }
@media (min-width: 700px) { .info3 { grid-template-columns: 1fr 1fr 1.7fr 1.7fr; } .info3 .addr { grid-column: auto; } }
.info3 div { border: 1.5px solid var(--line); background: var(--bg2); border-radius: 12px; padding: 12px; display: grid; gap: 4px; }
.info3 span { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: var(--ink2); }
.info3 b { font-size: 14px; }
.faq details { border: 1.5px solid var(--line); border-radius: 12px; padding: 0 16px; background: var(--bg2); margin-bottom: 8px; }
.faq summary { cursor: pointer; font-weight: 700; padding: 14px 0; list-style: none; display: flex; justify-content: space-between; }
.faq summary::after { content: '+'; color: var(--ink2); }
.faq details[open] summary::after { content: '-'; }
.faq p { padding: 0 0 14px; color: var(--ink2); font-size: 14px; }
.map { border-radius: 16px; overflow: hidden; border: 1.5px solid var(--line); aspect-ratio: 16/9; }
.map iframe { width: 100%; height: 100%; border: 0; }
.bday { display: grid; gap: 10px; }
.bday div { border: 1.5px solid var(--line); border-radius: 12px; padding: 14px 16px; background: var(--bg2); display: flex; justify-content: space-between; gap: 12px; align-items: baseline; }
.bday b { font-size: 22px; font-weight: 800; color: var(--brand2); white-space: nowrap; }
[data-theme="afterdark"] .bday b, [data-theme="unicorn"] .bday b { color: var(--accent-ink); }
@media (min-width: 900px) { .bday { grid-template-columns: 1fr 1fr; } }

/* REZERWUJ: kafle-cegly */
.btiles { display: grid; grid-template-columns: 1fr; gap: 10px; }
.btile { display: grid; gap: 6px; background: var(--bg2); border: 1.5px solid var(--line); border-radius: 16px; padding: 18px; text-decoration: none; color: var(--ink); min-height: 132px; transition: transform .15s ease, border-color .15s ease; }
.btile:hover { transform: translateY(-2px); border-color: var(--accent); }
.btile .bl { font-size: 21px; font-weight: 800; letter-spacing: -.02em; line-height: 1.05; }
.btile .bd { font-size: 14px; color: var(--ink2); }
.btile .ba { margin-top: auto; font-weight: 800; font-size: 14px; color: var(--accent-ink); }
.btile.k-ticket { background: var(--brand); color: var(--on-brand); border-color: transparent; }
.btile.k-ticket .bd { color: rgba(255,255,255,.75); }
.btile.k-ticket .ba { color: var(--accent2); }
[data-theme="spokoj"] .btile.k-ticket .ba { color: #D9C9A8; }
.btile.k-birthday { background: var(--lane1); color: var(--lane1-ink); border-color: transparent; }
.btile.k-birthday .bd { color: inherit; opacity: .72; }
.btiles.small .btile { min-height: 0; padding: 14px 16px; grid-template-columns: 1fr auto; align-items: center; }
.btiles.small .btile .bl { font-size: 16px; }
.btiles.small .btile .bd { grid-column: 1; font-size: 13px; }
.btiles.small .btile .ba { grid-column: 2; grid-row: 1 / span 2; margin: 0; }
.hero .hero-chip { border-color: rgba(255,255,255,.35); color: var(--hero-ink); }
.hero .hero-chip[aria-pressed="true"] { background: var(--accent); color: var(--on-accent); border-color: var(--accent); }
[data-theme="spokoj"] .hero .hero-chip { border-color: var(--line); }
[data-theme="unicorn"] .hero .hero-chip { border-color: rgba(122,62,156,.3); }
@media (min-width: 700px) { .btiles { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .btiles { grid-template-columns: repeat(3, 1fr); } .btiles.small { grid-template-columns: repeat(3, 1fr); } }

/* tagi atrakcji (lista, nie przyciski) */
.tag { display: inline-block; font-size: 13px; color: var(--ink2); padding: 4px 0; margin-right: 14px; }
.tag::before { content: '·'; margin-right: 6px; color: var(--accent-ink); }
/* sticky CTA na telefonie */
.stickycta { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 30; display: flex; justify-content: center; }
.stickycta .btn { width: 100%; justify-content: center; box-shadow: 0 10px 30px rgba(0,0,0,.25); }
@media (min-width: 900px) { .stickycta { display: none; } }
@media (max-width: 899px) { body { padding-bottom: 76px; } }
.cta-wide { width: 100%; justify-content: center; font-size: 16px; }
@media (min-width: 900px) { .cta-wide { width: auto; min-width: 320px; } }

/* promocje jako przyciski + pop-up */
button.promo { border: 0; font: inherit; text-align: left; cursor: pointer; }
/* kolor tekstu kafla dają klasy .promo-a..e (bug 23.08: color:inherit wygrywał specyficznością i granatowy kafel dostawał ciemny tekst) */
.promo .more { margin-top: auto; font-weight: 800; font-size: 13px; opacity: .85; }
.pdlg { border: 0; border-radius: 16px; padding: 0; max-width: min(92vw, 560px); background: var(--bg2); color: var(--ink); box-shadow: var(--shadow); }
.pdlg::backdrop { background: rgba(8, 10, 20, .55); backdrop-filter: blur(4px); }
.pdlg-in { padding: 26px 26px 24px; display: grid; gap: 14px; position: relative; }
.pdlg-in h3 { font-size: 26px; padding-right: 36px; }
.pdlg-in p { font-size: 15.5px; line-height: 1.65; color: var(--ink2); }
.pdlg-in .btn { justify-self: start; }
.pdlg-x { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; border-radius: 50%; border: 1.5px solid var(--line); background: var(--bg); color: var(--ink); font-size: 22px; line-height: 1; cursor: pointer; }

/* LAYOUTY V1-V4: bloki dodatkowe */
.hero-v1 .v1-media img { width: 100%; aspect-ratio: 16/7; object-fit: cover; border-radius: 16px; }
.mega { display: grid; gap: 10px; }
.mg { display: grid; gap: 4px; border-radius: 16px; padding: 20px; text-decoration: none; min-height: 140px; transition: transform .15s ease; }
.mg:hover { transform: translateY(-2px); }
.mg .k { font-size: 26px; font-weight: 800; letter-spacing: -.02em; }
.mg .v { font-size: 14px; opacity: .8; }
.mg .a { margin-top: auto; font-weight: 800; font-size: 14px; }
.mg-1 { background: var(--cta); color: var(--on-accent); } [data-theme="spokoj"] .mg-1 { color: #fff; }
.mg-2 { background: var(--lane1); color: var(--lane1-ink); border: 1.5px solid rgba(0,0,0,.06); } .mg-2 .a { color: var(--accent-ink); }
.mg-3 { background: var(--brand); color: var(--on-brand); } .mg-3 .a { color: var(--accent-ink-dark); }
@media (min-width: 760px) { .mega { grid-template-columns: repeat(3, 1fr); } }
.band { display: grid; border-radius: 16px; overflow: hidden; background: var(--lane2); color: var(--lane2-ink); }
.band img { width: 100%; height: 220px; object-fit: cover; }
.band-in { padding: 24px; display: grid; gap: 12px; }
.band-in h2 { font-size: clamp(26px, 3.4vw, 38px); }
.band-in p { opacity: .82; font-size: 15.5px; max-width: 48ch; }
.band-in .btn { justify-self: start; }
@media (min-width: 900px) { .band { grid-template-columns: 1fr 1fr; } .band img { height: 100%; min-height: 300px; } .band-in { padding: 40px; align-content: center; } }
.wf { display: grid; gap: 16px; background: var(--lane3); color: var(--lane3-ink); border: 1.5px solid rgba(0,0,0,.06); border-radius: 16px; overflow: hidden; }
.wf img { width: 100%; height: 220px; object-fit: cover; }
.wf-in { padding: 24px; }
.wf-in .sub { color: inherit; opacity: .8; }
@media (min-width: 900px) { .wf { grid-template-columns: 1.1fr 1fr; gap: 0; } .wf img { height: 100%; min-height: 300px; } .wf-in { padding: 40px; align-self: center; } }
.stats { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; margin: 22px 0; }
.stats div { border-top: 2px solid var(--accent); padding-top: 10px; }
.stats b { display: block; font-size: clamp(26px, 4vw, 44px); font-weight: 800; letter-spacing: -.03em; line-height: 1; }
.stats span { font-size: 13px; color: var(--hero-sub); }
.hero-v4 .v4-media { width: 100%; aspect-ratio: 16/7; object-fit: cover; border-radius: 16px; }
.safety { background: var(--lane3); color: var(--lane3-ink); border: 1.5px solid rgba(0,0,0,.06); border-radius: 16px; padding: 26px; display: grid; gap: 20px; }
.safety-head .sub { color: inherit; opacity: .8; }
.safety-grid { display: grid; gap: 14px; }
.safety-grid div { display: grid; gap: 4px; padding-top: 12px; border-top: 1.5px solid rgba(0,0,0,.08); }
.safety-grid b { font-size: 17px; } .safety-grid span { font-size: 14px; opacity: .8; }
@media (min-width: 900px) { .safety { grid-template-columns: 1fr 2fr; padding: 36px; } .safety-grid { grid-template-columns: 1fr 1fr; } }
.products { display: grid; gap: 12px; }
.prod { display: grid; gap: 4px; text-decoration: none; background: var(--bg2); border: 1.5px solid var(--line); border-radius: 16px; overflow: hidden; padding-bottom: 16px; color: var(--ink); transition: transform .15s ease; }
.prod:hover { transform: translateY(-2px); }
.prod img { width: 100%; aspect-ratio: 16/9; object-fit: cover; margin-bottom: 10px; }
.prod .k { font-size: 22px; font-weight: 800; padding: 0 16px; }
.prod .v { font-size: 14px; color: var(--ink2); padding: 0 16px; }
.prod .v b { color: var(--accent-ink); font-size: 18px; }
@media (min-width: 760px) { .products { grid-template-columns: repeat(3, 1fr); } }
.v2hero { min-height: 78vh; }
.v2-ctas { display: flex; gap: 8px; flex-wrap: wrap; margin: 14px 0; }
.v2hero .btn-ghost { color: #fff; }
.geobar { display: flex; justify-content: space-between; align-items: center; gap: 10px; background: rgba(255,255,255,.92); color: #17181D; border-radius: 12px; padding: 10px 14px; font-size: 14px; max-width: 520px; }
.geobar a { font-weight: 800; text-decoration: none; color: #C2520F; }
.v3-top { display: grid; gap: 16px; }
.v3-top img { width: 100%; aspect-ratio: 16/7; object-fit: cover; border-radius: 16px; }
@media (min-width: 900px) { .v3-top { grid-template-columns: 1fr 1fr; align-items: center; } .v3-top img { aspect-ratio: 4/3; } }

/* reveal */
.rv { opacity: 0; transform: translateY(16px); transition: opacity .6s cubic-bezier(.16,1,.3,1), transform .6s cubic-bezier(.16,1,.3,1); }
.rv.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .rv { opacity: 1; transform: none; transition: none; } .tile img, .lane, .btn { transition: none; } html { scroll-behavior: auto; } }
