/* ligaride.pl v3 — „Blue Race”: granat + niebieski z logo (#075CFD) łamany limonką, czerwienią, bielą i czernią.
   Szeroka czcionka wyświetleniowa Unbounded (kapitaliki jak T100), Inter na tekst, JetBrains Mono na dane.
   Motywy: kafle ze ściętym rogiem (clip-path), pochylone plansze jak w logo (skewX), gradienty, banery. */

:root {
  --navy: #040b1c;
  --navy-2: #0a1530;
  --navy-3: #111f3f;
  --blue: #025ffe;
  --blue-deep: #0033b8;
  --blue-light: #4d8bff;
  --blue-glow: rgba(2, 95, 254, .45);
  --lime: #cef714;
  --lime-dark: #a8cc00;
  --red: #fd2f5a;
  --red-deep: #c4123a;
  --white: #ffffff;
  --text: #f4f7ff;
  --text-2: #c3cce0;
  --muted: #8b97b4;
  --line: rgba(255, 255, 255, .09);
  --line-2: rgba(255, 255, 255, .18);
  --glass: rgba(255, 255, 255, .045);
  --glass-2: rgba(255, 255, 255, .08);
  --ink: #050a18;
  --grad-blue: linear-gradient(135deg, #2f7dff 0%, #025ffe 45%, #0033b8 100%);
  --grad-red: linear-gradient(135deg, #ff5c7c 0%, #fd2f5a 45%, #b8103a 100%);
  --grad-lime: linear-gradient(135deg, #e6ff5a 0%, #cef714 50%, #a8cc00 100%);
  --grad-navy: linear-gradient(180deg, #0a1530 0%, #040b1c 100%);
  --font-display: "Unbounded", "Archivo Black", Impact, sans-serif;
  --font-sans: "Inter", -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-mono: "JetBrains Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --container: 1360px;
  --gutter: clamp(20px, 4.5vw, 56px);
  --cut: 22px;
  --r: 14px;
  --ease: cubic-bezier(.22, .61, .36, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --nav-h: 76px;
  --shadow-blue: 0 30px 80px -30px var(--blue-glow);
  --shadow: 0 30px 70px -30px rgba(0, 0, 0, .8);
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--navy); color: var(--text); font-family: var(--font-sans); font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
h1, h2, h3, h4 { margin: 0; font-family: var(--font-display); font-weight: 800; letter-spacing: -.01em; line-height: 1.04; text-transform: uppercase; text-wrap: balance; }
p { margin: 0; }
.serif, em.serif { font-family: inherit; font-style: normal; color: var(--lime); }
::selection { background: var(--lime); color: var(--ink); }
:focus-visible { outline: 2px solid var(--lime); outline-offset: 3px; border-radius: 4px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .001s !important; transition-duration: .001s !important; } }

.container { width: min(100% - 2 * var(--gutter), var(--container)); margin-inline: auto; }
.section { padding-block: clamp(80px, 10vw, 140px); position: relative; }
.section--tight { padding-block: clamp(56px, 7vw, 96px); }
.section--alt { background: var(--navy-2); }
.cut { clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%); }
.cut-tl { clip-path: polygon(var(--cut) 0, 100% 0, 100% 100%, 0 100%, 0 var(--cut)); }
.stripes { background-image: repeating-linear-gradient(-45deg, transparent 0 14px, rgba(255, 255, 255, .06) 14px 16px); }

/* ---------- typografia ---------- */
.eyebrow { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-mono); font-size: 12px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--text-2); margin-bottom: 22px; }
.eyebrow::before { content: ""; width: 26px; height: 10px; background: var(--lime); transform: skewX(-18deg); }
.eyebrow--blue::before { background: var(--blue); }
.eyebrow--red::before { background: var(--red); }
.h-display { font-size: clamp(30px, 4.6vw, 66px); font-weight: 900; }
.h-section { font-size: clamp(26px, 3.5vw, 50px); }
.h-sub { font-size: clamp(20px, 2.2vw, 30px); }
.lead { font-size: clamp(17px, 1.35vw, 20px); line-height: 1.6; color: var(--text-2); max-width: 62ch; }
.muted { color: var(--muted); }
.mono { font-family: var(--font-mono); }
.small { font-size: 14px; }
.section-head { display: grid; gap: 18px; margin-bottom: clamp(40px, 5vw, 64px); max-width: 980px; }
.section-head--row { max-width: none; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 24px; }
@media (max-width: 760px) { .section-head--row { grid-template-columns: 1fr; } }

/* ---------- przyciski ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 26px; font-family: var(--font-display); font-weight: 700; font-size: 13px; letter-spacing: .02em; text-transform: uppercase; line-height: 1; border: 1px solid transparent; white-space: nowrap; position: relative; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%); transition: transform .25s var(--ease-out), background .2s, border-color .2s, color .2s, filter .2s; }
.btn:hover { transform: translateY(-2px); filter: brightness(1.06); }
.btn:active { transform: translateY(0) scale(.99); }
.btn--primary { background: var(--lime); color: var(--ink); }
.btn--lime { background: var(--lime); color: var(--ink); }
.btn--blue { background: var(--grad-blue); color: #fff; }
.btn--red { background: var(--grad-red); color: #fff; }
.btn--ghost { background: rgba(255, 255, 255, .07); border-color: var(--line-2); color: var(--text); backdrop-filter: blur(10px); }
.btn--ghost:hover { background: rgba(255, 255, 255, .14); border-color: rgba(255, 255, 255, .4); }
.btn--white { background: #fff; color: var(--ink); }
.btn--dark-ghost { background: rgba(255, 255, 255, .08); border-color: var(--line-2); color: var(--text); }
.btn--dark-ghost:hover { background: rgba(255, 255, 255, .14); }
.btn--sm { min-height: 44px; padding: 0 18px; font-size: 11.5px; }
.btn--lg { min-height: 62px; padding: 0 32px; font-size: 14px; }
.btn svg { width: 18px; height: 18px; flex: none; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

/* ---------- pasek postępu + nav ---------- */
.progress { position: fixed; top: 0; left: 0; height: 3px; width: 100%; z-index: 60; transform-origin: 0 50%; transform: scaleX(0); background: linear-gradient(90deg, var(--blue), var(--lime)); pointer-events: none; }
.nav { position: fixed; inset: 0 0 auto 0; z-index: 50; height: var(--nav-h); display: flex; align-items: center; transition: transform .35s var(--ease-out), background .3s, border-color .3s; border-bottom: 1px solid transparent; }
.nav.is-scrolled { background: rgba(5, 10, 24, .78); backdrop-filter: blur(18px) saturate(160%); -webkit-backdrop-filter: blur(18px) saturate(160%); border-color: var(--line); }
.nav.is-hidden { transform: translateY(-100%); }
.nav.is-open { transform: none; background: var(--navy); }
.nav__inner { display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-display); font-weight: 800; font-size: 15px; letter-spacing: .02em; text-transform: uppercase; }
.brand img { width: 36px; height: 34px; object-fit: contain; }
.brand__logo { width: auto !important; height: 40px !important; }
.brand span { color: var(--lime); }
.nav__links { display: flex; gap: 2px; margin-left: 8px; }
.nav__links a { padding: 10px 13px; font-size: 13.5px; font-weight: 600; color: var(--text-2); border-bottom: 2px solid transparent; transition: color .15s, border-color .15s; }
.nav__links a:hover, .nav__links a.is-active { color: #fff; border-color: var(--lime); }
.nav__cta { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.nav__burger { display: none; width: 44px; height: 44px; border: 1px solid var(--line-2); align-items: center; justify-content: center; background: rgba(255, 255, 255, .06); }
.nav__burger span { display: block; width: 18px; height: 2px; background: #fff; position: relative; transition: transform .2s, background .2s; }
.nav__burger span::before, .nav__burger span::after { content: ""; position: absolute; left: 0; width: 18px; height: 2px; background: #fff; transition: transform .2s, top .2s; }
.nav__burger span::before { top: -6px; } .nav__burger span::after { top: 6px; }
.nav.is-open .nav__burger span { background: transparent; }
.nav.is-open .nav__burger span::before { top: 0; transform: rotate(45deg); }
.nav.is-open .nav__burger span::after { top: 0; transform: rotate(-45deg); }
.nav__mobile { display: none; }
@media (max-width: 1080px) {
  .nav__links, .nav__cta .btn--ghost { display: none; }
  .nav__burger { display: inline-flex; }
  .nav__mobile { position: fixed; top: var(--nav-h); left: 0; right: 0; bottom: 0; z-index: 49; background: var(--navy); padding: 24px var(--gutter) 40px; flex-direction: column; gap: 2px; opacity: 0; transform: translateY(-8px); pointer-events: none; transition: opacity .2s, transform .25s var(--ease-out); overflow: auto; }
  .nav.is-open + .nav__mobile { display: flex; opacity: 1; transform: none; pointer-events: auto; }
  .nav__mobile a { font-family: var(--font-display); font-size: 22px; font-weight: 700; text-transform: uppercase; padding: 16px 0; border-bottom: 1px solid var(--line); }
  .nav__mobile .btn { margin-top: 22px; align-self: flex-start; }
}

/* ---------- hero ---------- */
.hero { position: relative; padding-top: calc(var(--nav-h) + clamp(40px, 7vw, 88px)); padding-bottom: clamp(56px, 7vw, 110px); overflow: hidden; isolation: isolate; background: var(--grad-navy); }
.hero__glow { position: absolute; left: 40%; top: -10%; width: 80vw; max-width: 1100px; aspect-ratio: 1; border-radius: 50%; z-index: -2; pointer-events: none; background: radial-gradient(closest-side, rgba(7, 92, 253, .55), rgba(7, 92, 253, .15) 45%, transparent 72%); filter: blur(30px); animation: glow 14s ease-in-out infinite alternate; }
.hero__glow--lime { left: -25%; top: 40%; width: 50vw; max-width: 700px; background: radial-gradient(closest-side, rgba(202, 246, 3, .22), transparent 70%); animation-delay: -6s; }
@keyframes glow { from { transform: translate(0, 0) scale(1); } to { transform: translate(-5%, 6%) scale(1.08); } }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
@media (max-width: 1000px) { .hero__grid { grid-template-columns: 1fr; } }
.hero__title { max-width: 16ch; }
.hero__lead { margin-top: 28px; }
.hero__cta { margin-top: 34px; }
.hero__cta .btn { min-width: 0; padding-inline: 22px; }
@media (max-width: 480px) { .hero__cta .btn { flex: 1 1 calc(50% - 6px); } }
.hero__proof { margin-top: 40px; display: flex; flex-wrap: wrap; gap: 10px 26px; font-size: 14px; color: var(--text-2); }
.hero__proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero__proof svg { width: 16px; height: 16px; color: var(--lime); }
.store-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.store-btn { display: inline-flex; align-items: center; gap: 10px; min-height: 54px; padding: 0 18px 0 14px; border: 1px solid var(--line-2); background: rgba(255, 255, 255, .06); clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%); transition: border-color .2s, transform .25s var(--ease-out), background .2s; }
.store-btn:hover { border-color: rgba(255, 255, 255, .5); transform: translateY(-2px); background: rgba(255, 255, 255, .12); }
.store-btn svg { width: 22px; height: 22px; }
.store-btn small { display: block; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); line-height: 1; margin-bottom: 3px; }
.store-btn b { display: block; font-size: 13px; font-weight: 700; line-height: 1; }

/* makieta na pochylonej niebieskiej planszy (jak logo) */
.mock { position: relative; perspective: 1600px; margin-inline: auto; width: 100%; max-width: 720px; padding: 56px 24px 72px; }
.mock__slab { position: absolute; inset: 8% -4% 6% 6%; background: var(--grad-blue); transform: skewX(-6deg); z-index: -1; box-shadow: var(--shadow-blue); }
.mock__slab::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 12px; background: var(--lime); }
.mock__slab::before { content: ""; position: absolute; inset: 0; background-image: repeating-linear-gradient(-45deg, transparent 0 18px, rgba(255, 255, 255, .06) 18px 20px); }
.mock__laptop { position: relative; border-radius: 18px; background: linear-gradient(180deg, #2b2f33, #0f1216); padding: 12px 12px 22px; box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, .14); transform-style: preserve-3d; transform: rotateX(var(--rx, 6deg)) rotateY(var(--ry, -8deg)); transition: transform .6s var(--ease-out); }
.mock__screen { border-radius: 10px; overflow: hidden; background: #000; aspect-ratio: 2 / 1; position: relative; }
.mock__screen img, .mock__screen video { width: 100%; height: 100%; object-fit: cover; display: block; }
.mock__screen::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(255, 255, 255, .12) 0%, transparent 35%, transparent 70%, rgba(255, 255, 255, .05) 100%); pointer-events: none; }
.mock__base { position: absolute; left: 6%; right: 6%; bottom: -12px; height: 12px; border-radius: 0 0 14px 14px; background: linear-gradient(180deg, #23272b, #0f1214); }
.mock__phone { position: absolute; right: -2%; bottom: 10%; width: 44%; border-radius: 22px; background: #0f1216; padding: 8px; box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, .14); transform: translateZ(60px) rotate(-4deg); transition: transform .6s var(--ease-out); z-index: 2; }
.mock__phone .mock__screen { border-radius: 16px; }
.mock__chip { position: absolute; z-index: 3; display: inline-flex; align-items: center; gap: 10px; padding: 10px 14px; font-family: var(--font-mono); font-size: 12px; color: var(--text-2); background: rgba(5, 10, 24, .85); border: 1px solid var(--line-2); backdrop-filter: blur(10px); clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%); transform: translateZ(90px); animation: float 6s ease-in-out infinite; }
.mock__chip b { font-size: 16px; color: #fff; font-weight: 600; }
.mock__chip i { width: 8px; height: 8px; background: var(--lime); font-style: normal; transform: skewX(-18deg); }
.mock__chip--a { left: 0; top: 10%; }
.mock__chip--b { left: 5%; bottom: 4%; animation-delay: -2s; }
.mock__chip--b i { background: var(--red); }
.mock__chip--c { right: 2%; top: 0; animation-delay: -4s; }
.mock__chip--c i { background: var(--blue-light); }
@keyframes float { 0%, 100% { translate: 0 0; } 50% { translate: 0 -8px; } }
@media (max-width: 1000px) { .mock { max-width: 600px; margin-top: 8px; } }
@media (max-width: 560px) { .mock__chip--c { display: none; } .mock__chip { font-size: 11px; } .mock { padding: 40px 12px 56px; } }

/* ---------- 4 paski z logo ---------- */
.stripes4 { display: flex; gap: 8px; margin-bottom: 22px; }
.stripes4 i { display: block; width: 54px; height: 12px; transform: skewX(-28deg); }
.stripes4 i:nth-child(1) { background: var(--blue); } .stripes4 i:nth-child(2) { background: var(--lime); } .stripes4 i:nth-child(3) { background: #fff; } .stripes4 i:nth-child(4) { background: var(--red); }

/* ---------- ticker (limonkowy pas) ---------- */
.ticker { overflow: hidden; padding: 18px 0; background: var(--lime); color: var(--ink); transform: skewY(-1.2deg); margin-block: 10px 24px; position: relative; z-index: 3; }
.ticker__track { display: flex; width: max-content; animation: ticker 70s linear infinite; }
.ticker:hover .ticker__track { animation-play-state: paused; }
.ticker__item { display: inline-flex; align-items: center; gap: 22px; padding-right: 22px; font-family: var(--font-display); font-size: 12.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; transform: skewY(1.2deg); }
.ticker__item::after { content: ""; width: 8px; height: 8px; background: var(--ink); transform: skewX(-18deg); }
@keyframes ticker { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker__track { animation: none; flex-wrap: wrap; width: auto; } .ticker__copy { display: none; } }

/* ---------- kafle „Dla kogo” (cztery kolory) ---------- */
.aud { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 1100px) { .aud { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .aud { grid-template-columns: 1fr; } }
.aud__card { position: relative; padding: 30px 26px 28px; display: flex; flex-direction: column; gap: 14px; min-height: 340px; overflow: hidden; clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%); background: var(--glass); border: 1px solid var(--line); transition: transform .35s var(--ease-out), filter .3s; }
.aud__card:hover { transform: translateY(-6px); filter: brightness(1.06); }
.aud__card--blue { background: var(--grad-blue); border-color: transparent; }
.aud__card--lime { background: var(--grad-lime); color: var(--ink); border-color: transparent; }
.aud__card--red { background: var(--grad-red); border-color: transparent; }
.aud__card--white { background: #fff; color: var(--ink); border-color: transparent; }
.aud__card::after { content: ""; position: absolute; inset: 0; background-image: repeating-linear-gradient(-45deg, transparent 0 18px, rgba(255, 255, 255, .05) 18px 20px); pointer-events: none; }
.aud__card--lime::after, .aud__card--white::after { background-image: repeating-linear-gradient(-45deg, transparent 0 18px, rgba(0, 0, 0, .04) 18px 20px); }
.aud__k { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase; opacity: .85; }
.aud__t { font-size: 20px; line-height: 1.12; }
.aud__d { font-size: 15px; line-height: 1.55; opacity: .92; }
.aud__list { margin: 4px 0 0; padding: 0; list-style: none; display: grid; gap: 8px; font-size: 14px; opacity: .95; }
.aud__list li { display: flex; gap: 10px; align-items: flex-start; }
.aud__list li::before { content: ""; flex: none; width: 8px; height: 8px; margin-top: 7px; background: currentColor; transform: skewX(-18deg); opacity: .8; }
.aud__icon { width: 46px; height: 46px; display: grid; place-items: center; background: rgba(255, 255, 255, .16); clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%); }
.aud__card--lime .aud__icon, .aud__card--white .aud__icon { background: rgba(5, 10, 24, .1); }
.aud__icon svg { width: 24px; height: 24px; }

/* ---------- arkusz ---------- */
.sheet { background: var(--navy-2); color: var(--text); position: relative; z-index: 2; overflow: hidden; }
.sheet--both { margin-inline: clamp(0px, 2vw, 24px); clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%); }
.sheet--blue { background: var(--grad-blue); }
.sheet--blue .eyebrow, .sheet--blue .lead, .sheet--blue .muted { color: rgba(255, 255, 255, .85); }
.sheet--blue .eyebrow::before { background: var(--lime); }
.sheet__glow { position: absolute; width: 60vw; max-width: 900px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(closest-side, rgba(7, 92, 253, .35), transparent 70%); filter: blur(30px); pointer-events: none; }
.video-frame { position: relative; overflow: hidden; border: 1px solid var(--line-2); background: #000; box-shadow: var(--shadow-blue); aspect-ratio: 16 / 9; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%); }
.video-frame::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 6px; background: var(--lime); z-index: 2; }
.video-frame video { width: 100%; height: 100%; object-fit: cover; }
.video-frame__hud { position: absolute; left: 24px; bottom: 22px; display: flex; gap: 10px; flex-wrap: wrap; }
.hud-chip { padding: 9px 12px; background: rgba(5, 10, 24, .75); border: 1px solid var(--line-2); backdrop-filter: blur(8px); font-family: var(--font-mono); font-size: 12px; color: var(--text-2); clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%); }
.hud-chip b { color: var(--lime); font-weight: 600; margin-right: 6px; font-size: 14px; }
.video-frame__cap { position: absolute; right: 22px; top: 18px; font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255, 255, 255, .75); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: clamp(36px, 5vw, 56px); }
@media (max-width: 900px) { .stats { grid-template-columns: repeat(2, 1fr); } }
.stat { padding: 24px 26px; border: 1px solid var(--line); background: var(--glass); clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%); }
.stat--blue { background: var(--grad-blue); border-color: transparent; }
.stat--lime { background: var(--grad-lime); color: var(--ink); border-color: transparent; }
.stat--red { background: var(--grad-red); border-color: transparent; }
.stat__n { font-family: var(--font-display); font-size: clamp(32px, 3.4vw, 48px); font-weight: 800; line-height: 1; font-variant-numeric: tabular-nums; }
.stat__n small { font-size: .42em; letter-spacing: 0; margin-left: 4px; opacity: .85; }
.stat__l { margin-top: 10px; font-size: 13.5px; line-height: 1.5; opacity: .9; }
.stat--lime .stat__l { color: var(--ink); }

/* ---------- historia sticky ---------- */
.story { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: clamp(32px, 6vw, 96px); align-items: start; }
@media (max-width: 900px) { .story { grid-template-columns: 1fr; } }
.story__steps { display: grid; gap: clamp(40px, 6vw, 88px); padding-block: 80px; }
.story__step { padding-left: 28px; border-left: 3px solid var(--line); transition: border-color .4s, opacity .4s; opacity: .4; }
.story__step.is-active { border-color: var(--lime); opacity: 1; }
.story__num { font-family: var(--font-mono); font-size: 12px; letter-spacing: .16em; color: var(--lime); margin-bottom: 12px; }
.story__t { font-size: clamp(18px, 1.8vw, 24px); }
.story__d { margin-top: 12px; color: var(--text-2); font-size: 16px; line-height: 1.6; max-width: 46ch; }
.story__media { position: sticky; top: calc(var(--nav-h) + 24px); aspect-ratio: 4 / 3; overflow: hidden; background: var(--navy-3); box-shadow: var(--shadow-blue); clip-path: polygon(0 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%); }
.story__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.06); transition: opacity .7s var(--ease), transform 1.2s var(--ease-out); }
.story__media img.is-active { opacity: 1; transform: scale(1); }
.story__cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 22px 18px; background: linear-gradient(180deg, transparent, rgba(5, 10, 24, .85)); color: #fff; font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; opacity: 0; transition: opacity .5s; }
.story__cap.is-active { opacity: 1; }
.story__cap b { color: var(--lime); }
@media (max-width: 900px) { .story__media { position: relative; top: auto; aspect-ratio: 16 / 10; order: -1; } .story__steps { padding-block: 0; gap: 32px; } .story__step { opacity: 1; } }

/* ---------- trasy ---------- */
.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chip { padding: 10px 16px; border: 1px solid var(--line-2); background: rgba(255, 255, 255, .05); font-family: var(--font-display); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: var(--text-2); clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%); transition: background .15s, color .15s, border-color .15s; }
.chip:hover { border-color: #fff; color: #fff; }
.chip.is-active { background: var(--lime); border-color: var(--lime); color: var(--ink); }
.routes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 1040px) { .routes { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .routes { grid-template-columns: 1fr; } }
.route { position: relative; display: flex; flex-direction: column; background: var(--navy-2); border: 1px solid var(--line); overflow: hidden; clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%); transition: transform .4s var(--ease-out), border-color .3s, box-shadow .4s; }
.route:hover { transform: translateY(-6px); border-color: var(--blue-light); box-shadow: var(--shadow-blue); }
.route.is-hidden { display: none; }
.route__media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--navy-3); }
.route__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease-out); }
.route:hover .route__media img { transform: scale(1.06); }
.route__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5, 10, 24, .15) 0%, transparent 40%, transparent 70%, rgba(10, 20, 40, .9) 100%); }
.route__media--pattern { background: var(--grad-blue); }
.route__media--soon { background: var(--grad-navy); display: grid; place-items: center; }
.route__media--soon::before { content: ""; position: absolute; inset: 0; background-image: repeating-linear-gradient(-45deg, transparent 0 18px, rgba(255, 255, 255, .04) 18px 20px); }
.route__media--soon span { font-family: var(--font-display); font-weight: 900; font-size: clamp(88px, 9vw, 128px); line-height: 1; color: var(--lime); text-shadow: 0 0 60px rgba(206, 247, 20, .35); position: relative; z-index: 1; }
.route__name--riddle { font-size: 15px; font-weight: 700; letter-spacing: 0; text-transform: none; font-family: var(--font-sans); color: var(--text); }
.route--soon .route__badges { justify-content: flex-end; }
.route__media--pattern::before { content: "Świat Ligi"; position: absolute; inset: 0; display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; font-size: 26px; text-transform: uppercase; color: var(--lime); z-index: 1; }
.route__badges { position: absolute; top: 14px; left: 14px; right: 14px; display: flex; justify-content: space-between; gap: 8px; z-index: 2; }
.badge { display: inline-flex; align-items: center; gap: 6px; padding: 7px 11px; font-family: var(--font-mono); font-size: 10.5px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; background: rgba(5, 10, 24, .75); backdrop-filter: blur(8px); border: 1px solid var(--line-2); color: var(--text-2); max-width: 70%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 0 100%); }
.badge--live { background: var(--lime); border-color: var(--lime); color: var(--ink); }
.badge--live::before { content: ""; width: 6px; height: 6px; background: var(--ink); transform: skewX(-18deg); }
.badge--soon { background: var(--red); border-color: var(--red); color: #fff; }
.route__body { padding: 20px 22px 24px; display: grid; gap: 12px; margin-top: -30px; position: relative; z-index: 2; }
.route__name { font-size: 16px; line-height: 1.15; }
.route__event { font-size: 13.5px; color: var(--muted); line-height: 1.5; }
.route__stats { display: flex; gap: 18px; font-family: var(--font-mono); font-size: 13px; color: var(--muted); font-variant-numeric: tabular-nums; }
.route__stats b { color: #fff; font-weight: 600; }
.route__stats i { font-style: normal; color: var(--lime); }
.route__profile { height: 60px; width: 100%; display: block; }
.route__profile .line { fill: none; stroke: var(--lime); stroke-width: 1.8; vector-effect: non-scaling-stroke; }
.route__note { font-size: 13.5px; color: var(--text-2); line-height: 1.55; }
.routes__foot { margin-top: 24px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-family: var(--font-mono); font-size: 12px; color: var(--muted); }
.routes__foot .dot { display: inline-block; width: 8px; height: 8px; background: var(--lime); margin-right: 8px; transform: skewX(-18deg); }

/* ---------- bento ---------- */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: minmax(220px, auto); gap: 16px; }
.bento__item { position: relative; background: var(--glass); border: 1px solid var(--line); padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; gap: 10px; overflow: hidden; isolation: isolate; clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%); transition: transform .4s var(--ease-out), filter .3s; }
.bento__item:hover { transform: translateY(-5px); filter: brightness(1.08); }
.bento__item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .9s var(--ease-out); }
.bento__item:hover img { transform: scale(1.05); }
.bento__item--img { min-height: 300px; border-color: transparent; }
.bento__item--img::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(5, 10, 24, .05) 0%, rgba(5, 10, 24, .35) 45%, rgba(5, 10, 24, .92) 100%); }
.bento__item--blue { background: var(--grad-blue); border-color: transparent; }
.bento__item--lime { background: var(--grad-lime); color: var(--ink); border-color: transparent; }
.bento__item--red { background: var(--grad-red); border-color: transparent; }
.bento__item--white { background: #fff; color: var(--ink); border-color: transparent; }
.bento__k { font-family: var(--font-mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--lime); }
.bento__item--lime .bento__k, .bento__item--white .bento__k { color: var(--blue); }
.bento__item--blue .bento__k, .bento__item--red .bento__k { color: #fff; opacity: .85; }
.bento__t { font-size: 19px; line-height: 1.12; }
.bento__d { font-size: 14.5px; line-height: 1.55; max-width: 40ch; opacity: .9; }
.bento__icon { width: 44px; height: 44px; display: grid; place-items: center; background: rgba(255, 255, 255, .12); margin-bottom: auto; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%); }
.bento__item--white .bento__icon, .bento__item--lime .bento__icon { background: rgba(5, 10, 24, .1); }
.bento__icon svg { width: 22px; height: 22px; }
.bento__stat { font-family: var(--font-display); font-size: clamp(30px, 3.2vw, 46px); font-weight: 900; line-height: 1; margin-bottom: auto; text-transform: uppercase; }
.bento__stat small { font-size: .4em; letter-spacing: 0; margin-left: 4px; opacity: .8; }
.span-2 { grid-column: span 2; } .span-3 { grid-column: span 3; } .span-4 { grid-column: span 4; }
@media (max-width: 1040px) { .bento { grid-template-columns: repeat(2, 1fr); } .span-2, .span-3, .span-4 { grid-column: span 2; } }
@media (max-width: 600px) { .bento { grid-template-columns: 1fr; } .span-2, .span-3, .span-4 { grid-column: span 1; } }
.mini-features { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 10px; }
.mini-features span { padding: 10px 14px; background: var(--glass); border: 1px solid var(--line); font-size: 13.5px; color: var(--text-2); clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%); }
.mini-features span b { color: var(--lime); font-weight: 700; margin-right: 6px; font-family: var(--font-mono); font-size: 12px; letter-spacing: .06em; }

/* ---------- porównanie ---------- */
.compare { overflow-x: auto; border: 1px solid var(--line); background: var(--navy-2); clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%); }
.compare table { width: 100%; border-collapse: collapse; min-width: 720px; }
.compare th, .compare td { padding: 20px 24px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; font-size: 15px; }
.compare tr:last-child td { border-bottom: 0; }
.compare thead th { font-family: var(--font-display); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); font-weight: 700; background: rgba(255, 255, 255, .04); }
.compare th.hi, .compare td.hi { background: rgba(7, 92, 253, .22); }
.compare thead th.hi { color: var(--lime); background: var(--blue); }
.compare td:first-child { font-weight: 600; color: #fff; width: 22%; }
.compare td { color: var(--text-2); line-height: 1.5; }
.compare .yes { display: inline-flex; align-items: flex-start; gap: 10px; color: #fff; font-weight: 500; }
.compare .yes::before { content: ""; flex: none; width: 20px; height: 20px; margin-top: 1px; background: var(--lime) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23050a18' d='M9.2 16.6 4.8 12.2l1.4-1.4 3 3 8.6-8.6 1.4 1.4z'/%3E%3C/svg%3E") center/14px no-repeat; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%); }
.compare .no { color: var(--muted); }

/* ---------- fizyka (niebieski baner) ---------- */
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 96px); align-items: center; }
.split--rev { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); }
@media (max-width: 900px) { .split, .split--rev { grid-template-columns: 1fr; } }
.code { white-space: pre-wrap; font-family: var(--font-mono); font-size: clamp(13px, 1.2vw, 15.5px); line-height: 1.75; background: rgba(5, 10, 24, .55); border: 1px solid rgba(255, 255, 255, .2); padding: 26px 28px; color: var(--text-2); overflow-x: auto; backdrop-filter: blur(10px); clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%); }
.code b { color: var(--lime); font-weight: 600; }
.code .c { color: rgba(255, 255, 255, .45); }
.list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.list li { display: grid; grid-template-columns: 24px 1fr; gap: 12px; color: var(--text-2); font-size: 15.5px; line-height: 1.55; }
.list li::before { content: ""; width: 12px; height: 12px; margin-top: 7px; background: var(--lime); transform: skewX(-18deg); }
.list li b { color: #fff; font-weight: 700; }
.sheet--blue .list li { color: rgba(255, 255, 255, .88); }

/* ---------- sprzęt ---------- */
.gear { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 960px) { .gear { grid-template-columns: 1fr; } }
.gear__col { padding: 28px; background: var(--glass); border: 1px solid var(--line); clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%); }
.gear__col--blue { border-top: 4px solid var(--blue); } .gear__col--lime { border-top: 4px solid var(--lime); } .gear__col--red { border-top: 4px solid var(--red); }
.gear__h { display: flex; align-items: center; gap: 12px; font-family: var(--font-display); font-size: 15px; font-weight: 700; text-transform: uppercase; margin-bottom: 10px; }
.gear__h svg { width: 26px; height: 26px; color: var(--lime); }
.gear__p { color: var(--text-2); font-size: 14.5px; line-height: 1.55; margin-bottom: 16px; }
.tags { display: flex; flex-wrap: wrap; gap: 7px; }
.tags span { padding: 7px 11px; background: rgba(255, 255, 255, .06); border: 1px solid var(--line); font-family: var(--font-mono); font-size: 12px; color: var(--text-2); }
.tags span.hi { background: rgba(7, 92, 253, .3); border-color: var(--blue-light); color: #fff; }
.callout { margin-top: 16px; padding: 22px 26px; border: 1px solid rgba(255, 45, 85, .45); background: rgba(255, 45, 85, .08); display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%); }
.callout__k { font-family: var(--font-display); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--red); padding-top: 4px; white-space: nowrap; font-weight: 800; }
.callout p { color: var(--text-2); font-size: 15px; line-height: 1.55; }
.callout p b { color: #fff; }
@media (max-width: 640px) { .callout { grid-template-columns: 1fr; } }
.platforms { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 10px 26px; font-family: var(--font-mono); font-size: 13px; color: var(--text-2); }
.platforms span::before { content: "■ "; color: var(--blue-light); }

/* ---------- galeria ---------- */
.gallery__track { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 8px 0 16px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.gallery__track::-webkit-scrollbar { display: none; }
.shot { flex: 0 0 min(80vw, 900px); scroll-snap-align: start; overflow: hidden; border: 1px solid var(--line); background: var(--navy-2); position: relative; cursor: zoom-in; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%); }
.shot img { width: 100%; aspect-ratio: 2 / 1; object-fit: cover; }
.shot__cap { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 14px 20px; }
.shot__cap b { font-family: var(--font-display); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.shot__cap span { font-family: var(--font-mono); font-size: 11px; letter-spacing: .12em; color: var(--muted); text-transform: uppercase; }
.gallery__nav { display: flex; gap: 8px; }
.icon-btn { width: 48px; height: 48px; border: 1px solid var(--line-2); background: rgba(255, 255, 255, .06); display: inline-flex; align-items: center; justify-content: center; transition: background .15s, border-color .15s, transform .2s; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%); }
.icon-btn:hover { border-color: #fff; background: rgba(255, 255, 255, .14); transform: translateY(-2px); }
.icon-btn svg { width: 18px; height: 18px; }
.lightbox { border: 0; padding: 0; background: transparent; max-width: min(96vw, 1600px); width: 96vw; }
.lightbox::backdrop { background: rgba(5, 10, 24, .9); backdrop-filter: blur(10px); }
.lightbox img { width: 100%; border: 1px solid var(--line-2); }
.lightbox__close { position: fixed; top: 18px; right: 18px; width: 46px; height: 46px; background: rgba(255, 255, 255, .15); color: #fff; font-size: 22px; line-height: 1; }
.lightbox__cap { text-align: center; color: #fff; font-size: 14px; margin-top: 12px; }

/* ---------- pobierz (cztery kafle, cztery kolory) ---------- */
.dl { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 1040px) { .dl { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .dl { grid-template-columns: 1fr; } }
.dl__card { display: flex; flex-direction: column; gap: 14px; padding: 28px; border: 1px solid var(--line); background: var(--glass); position: relative; clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%); transition: transform .35s var(--ease-out), filter .3s; }
.dl__card:hover { transform: translateY(-5px); filter: brightness(1.06); }
.dl__card.is-primary, .dl__card--blue { background: var(--grad-blue); border-color: transparent; color: #fff; }
.dl__card--white { background: #fff; color: var(--ink); border-color: transparent; }
.dl__card--lime { background: var(--grad-lime); color: var(--ink); border-color: transparent; }
.dl__card--ink { background: #000; border-color: var(--line-2); }
.dl__icon { width: 46px; height: 46px; display: grid; place-items: center; background: rgba(255, 255, 255, .14); clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%); }
.dl__card--white .dl__icon, .dl__card--lime .dl__icon { background: rgba(5, 10, 24, .1); }
.dl__icon svg { width: 24px; height: 24px; }
.dl__os { font-family: var(--font-display); font-size: 18px; font-weight: 800; text-transform: uppercase; line-height: 1; }
.dl__meta { font-family: var(--font-mono); font-size: 12px; line-height: 1.7; opacity: .8; }
.dl__meta b { font-weight: 600; opacity: 1; }
.dl__card .btn { margin-top: auto; }
.dl__flag { position: absolute; top: 18px; right: 18px; }

/* ---------- sezon / baner ---------- */
.band { position: relative; }
.band__bg { position: absolute; inset: 0; z-index: 0; }
.band__bg img { width: 100%; height: 100%; object-fit: cover; opacity: .5; }
.band__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(196, 18, 58, .92) 0%, rgba(7, 92, 253, .85) 55%, rgba(5, 10, 24, .6) 100%); mix-blend-mode: multiply; }
.band__bg::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 10, 24, .7), transparent 60%); z-index: 1; }
.band > .container { position: relative; z-index: 1; }
.season__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 44px; }
@media (max-width: 760px) { .season__grid { grid-template-columns: 1fr; } }
.stage { padding: 24px 26px; border: 1px solid rgba(255, 255, 255, .25); background: rgba(5, 10, 24, .45); backdrop-filter: blur(8px); clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%); }
.stage__k { font-family: var(--font-mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--lime); }
.stage__t { font-family: var(--font-display); font-size: 20px; font-weight: 800; text-transform: uppercase; margin-top: 8px; color: #fff; }
.stage__d { color: rgba(255, 255, 255, .8); font-size: 13.5px; margin-top: 6px; font-family: var(--font-mono); }

/* ---------- figury ---------- */
.figure { position: relative; overflow: hidden; background: var(--navy-3); box-shadow: var(--shadow-blue); clip-path: polygon(0 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%); }
.figure img { width: 100%; height: 100%; object-fit: cover; }
.figure__cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 22px 18px; background: linear-gradient(180deg, transparent, rgba(5, 10, 24, .85)); font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; color: #fff; }
.figure__cap b { color: var(--lime); font-weight: 600; }
.figure--tall { aspect-ratio: 4 / 3; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 10px; max-width: 920px; }
.faq details { border: 1px solid var(--line); background: var(--glass); overflow: hidden; transition: border-color .2s; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%); }
.faq details[open] { border-color: var(--blue-light); }
.faq summary { list-style: none; cursor: pointer; padding: 20px 24px; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-weight: 600; font-size: 16.5px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; flex: none; width: 32px; height: 32px; background: rgba(255, 255, 255, .08); display: grid; place-items: center; font-family: var(--font-mono); color: #fff; transition: transform .25s var(--ease-out), background .2s; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%); }
.faq details[open] summary::after { transform: rotate(45deg); background: var(--lime); color: var(--ink); }
.faq__a { padding: 0 24px 22px; color: var(--text-2); font-size: 15.5px; line-height: 1.65; max-width: 70ch; }
.faq__a a { color: var(--lime); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- CTA ---------- */
.cta-final { background: var(--grad-blue); color: #fff; text-align: center; padding-block: clamp(80px, 12vw, 150px); position: relative; overflow: hidden; }
.cta-final::before { content: ""; position: absolute; inset: 0; background-image: repeating-linear-gradient(-45deg, transparent 0 40px, rgba(255, 255, 255, .05) 40px 42px); pointer-events: none; }
.cta-final::after { content: ""; position: absolute; left: -10%; right: -10%; bottom: -60px; height: 120px; background: var(--lime); transform: skewY(-2deg); }
.cta-final .h-section { max-width: 22ch; margin-inline: auto; position: relative; }
.cta-final .btn-row { justify-content: center; margin-top: 36px; position: relative; }
.cta-final .eyebrow { color: rgba(255, 255, 255, .85); }
.cta-final .btn--ghost { background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .45); }

/* ---------- stopka ---------- */
.footer { border-top: 1px solid var(--line); padding: 72px 0 36px; background: var(--navy); }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; }
@media (max-width: 900px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer__grid { grid-template-columns: 1fr; } }
.footer__brand img { height: 56px; width: auto; }
.footer__brand p { margin-top: 18px; color: var(--muted); font-size: 14px; max-width: 36ch; line-height: 1.6; }
.footer h4 { font-family: var(--font-mono); font-size: 11px; letter-spacing: .16em; color: var(--lime); font-weight: 500; margin-bottom: 14px; text-transform: uppercase; }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.footer li a { color: var(--text-2); font-size: 15px; transition: color .15s; }
.footer li a:hover { color: #fff; }
.footer__bottom { margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 24px; font-family: var(--font-mono); font-size: 12px; color: var(--muted); }

/* ---------- strona pobierania ---------- */
.page-hero { padding-top: calc(var(--nav-h) + clamp(48px, 8vw, 96px)); padding-bottom: clamp(36px, 5vw, 64px); position: relative; overflow: hidden; background: var(--grad-navy); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: step; }
@media (max-width: 1040px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }
.step { padding: 28px; border: 1px solid var(--line); background: var(--glass); clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%); }
.step::before { counter-increment: step; content: "0" counter(step); font-family: var(--font-display); font-size: 12px; letter-spacing: .06em; color: var(--lime); display: block; margin-bottom: 14px; font-weight: 800; }
.step b { display: block; font-family: var(--font-display); font-size: 14px; font-weight: 700; text-transform: uppercase; margin-bottom: 8px; }
.step p { color: var(--text-2); font-size: 14.5px; line-height: 1.55; }
.note { padding: 22px 26px; border: 1px solid var(--line); border-left: 4px solid var(--lime); background: var(--glass); color: var(--text-2); font-size: 15px; line-height: 1.6; }
.note b { color: #fff; }
.prose { max-width: 72ch; color: var(--text-2); display: grid; gap: 14px; font-size: 16px; line-height: 1.65; }
.prose b { color: #fff; }
.prose ol, .prose ul { margin: 0; padding-left: 22px; display: grid; gap: 8px; }
.prose a { color: var(--lime); text-decoration: underline; text-underline-offset: 3px; }
.kbd { font-family: var(--font-mono); font-size: .9em; padding: 2px 7px; border: 1px solid var(--line-2); background: rgba(255, 255, 255, .08); color: #fff; }

/* ---------- animacje wejścia ---------- */
.js .reveal { opacity: 0; transform: translateY(26px); filter: blur(8px); transition: opacity .8s var(--ease-out), transform .9s var(--ease-out), filter .8s var(--ease-out); }
.js .reveal.is-in { opacity: 1; transform: none; filter: blur(0); }
.reveal[data-delay="1"] { transition-delay: .08s; } .reveal[data-delay="2"] { transition-delay: .16s; } .reveal[data-delay="3"] { transition-delay: .24s; } .reveal[data-delay="4"] { transition-delay: .32s; }
.js .reveal-img { opacity: 0; transform: translateX(-24px); transition: opacity .9s var(--ease-out), transform 1s var(--ease-out); }
.js .reveal-img.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js .reveal, .js .reveal-img { opacity: 1; transform: none; filter: none; transition: none; } }
.tilt { transform-style: preserve-3d; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* drobiazgi mobilne */
@media (max-width: 640px) { .video-frame__hud { display: none; } .hide-sm { display: none; } .hero__proof { gap: 8px 18px; } }

/* tryb QA (?qa=1) */
.qa .reveal, .qa .reveal-img { opacity: 1 !important; transform: none !important; filter: none !important; }
.qa .story__media { position: relative; top: auto; }
.qa .story__step { opacity: 1; }

/* ---- SEO v6: linki do stron tras, breadcrumbs, duży profil, artykuł ---- */
.route__name a { color: inherit; text-decoration: none; }
.route__name a:hover { color: var(--lime); }
.route__more { font-family: var(--font-mono); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--lime); text-decoration: none; margin-top: 2px; }
.route__more:hover { text-decoration: underline; }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-family: var(--font-mono); font-size: 12px; color: var(--muted); margin-bottom: 22px; }
.crumbs a { color: var(--text-2); text-decoration: none; } .crumbs a:hover { color: var(--lime); } .crumbs span[aria-current] { color: #fff; }
.profile-big { display: block; width: 100%; height: clamp(120px, 22vw, 220px); background: var(--navy-2); border: 1px solid var(--line); }
.profile-big .line { fill: none; stroke: var(--lime); stroke-width: 2; vector-effect: non-scaling-stroke; }
.profile-big .grid { stroke: rgba(255,255,255,.08); stroke-width: 1; vector-effect: non-scaling-stroke; }
.profile-meta { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-family: var(--font-mono); font-size: 12px; color: var(--muted); margin-top: 10px; }
.article { max-width: 780px; } .article h2 { margin-top: 44px; } .article h3 { margin-top: 28px; font-size: 18px; }
.article p, .article li { font-size: 16.5px; line-height: 1.7; color: var(--text-2); } .article ul, .article ol { padding-left: 22px; margin-top: 12px; } .article li + li { margin-top: 6px; } .article a { color: var(--lime); }
.article table { width: 100%; border-collapse: collapse; margin-top: 18px; font-size: 15px; } .article th, .article td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--line); vertical-align: top; } .article th { color: #fff; font-family: var(--font-mono); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.stats--route { grid-template-columns: repeat(4, 1fr); } @media (max-width: 800px) { .stats--route { grid-template-columns: repeat(2, 1fr); } }
