@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/lato-400-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/lato-400-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/lato-700-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/lato-700-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --paper: #f8fafc;
  --paper-warm: #f1f7fe;
  --ink: #0f172a;
  --muted: #64748b;
  --green: #2563eb;
  --green-dark: #1d4ed8;
  --lime: #06b6d4;
  --lime-soft: #e0f2fe;
  --coral: #7c3aed;
  --violet: #7c3aed;
  --blue: #06b6d4;
  --line: rgba(15, 23, 42, 0.12);
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(15, 23, 42, 0.11);
  --shell: 1180px;
  --radius: 28px;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Lato", system-ui, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body.is-locked { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
p, h1, h2, h3 { margin-top: 0; }
::selection { background: var(--lime); color: var(--ink); }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
[hidden] { display: none !important; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.section { position: relative; padding: 128px 0; }
.skip-link {
  position: fixed; z-index: 1000; left: 20px; top: -80px; padding: 12px 16px;
  border-radius: 10px; background: var(--ink); color: white; transition: top 0.2s;
}
.skip-link:focus { top: 20px; }
.reading-progress { position: fixed; z-index: 600; inset: 0 0 auto; height: 3px; pointer-events: none; }
.reading-progress span { display: block; width: 100%; height: 100%; background: var(--lime); transform: scaleX(0); transform-origin: left; }
.cursor-glow {
  position: fixed; z-index: 0; width: 420px; height: 420px; left: 0; top: 0;
  border-radius: 50%; background: rgba(223, 255, 114, 0.13); filter: blur(30px);
  transform: translate3d(-50%, -50%, 0); pointer-events: none; opacity: 0; transition: opacity 0.4s;
}
.cursor-glow.active { opacity: 1; }

.site-header {
  position: fixed; z-index: 500; inset: 0 0 auto; height: 82px; transition: background 0.3s, border-color 0.3s, height 0.3s;
}
.site-header.scrolled {
  height: 70px; border-bottom: 1px solid var(--line);
  background: rgba(248, 247, 241, 0.86); backdrop-filter: blur(18px) saturate(1.4);
}
.nav-shell { height: 100%; display: flex; align-items: center; gap: 40px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand-symbol { position: relative; width: 31px; height: 31px; display: block; }
.brand-symbol i {
  position: absolute; width: 21px; height: 27px; border: 5px solid var(--green); border-radius: 50%; transform: rotate(45deg);
}
.brand-symbol i:first-child { left: 1px; top: 0; }
.brand-symbol i:last-child { right: 1px; bottom: 0; border-color: var(--coral); }
.brand-name { font: 700 22px/1 "Inter", sans-serif; letter-spacing: -0.045em; }
.brand-name > span { color: var(--green); }
.desktop-nav { display: flex; align-items: center; gap: 31px; margin-left: auto; }
.desktop-nav a { position: relative; color: var(--muted); font-size: 13px; font-weight: 600; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 -7px; height: 2px; background: var(--green); transform: scaleX(0); transform-origin: right; transition: transform 0.25s; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { margin-left: 11px; }
.menu-toggle { display: none; }
.mobile-nav { display: none; }

.button {
  position: relative; min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 0 24px; overflow: hidden; border: 1px solid var(--green); border-radius: 14px;
  background: var(--green); color: #fff; cursor: pointer; font-weight: 700; transition: 0.25s ease;
}
.button::before {
  content: ""; position: absolute; inset: -60% -30%; background: linear-gradient(105deg, transparent 35%, rgba(255,255,255,.24) 50%, transparent 65%);
  transform: translateX(-90%) rotate(8deg); animation: button-shine 5.5s ease-in-out infinite;
}
.button:hover { background: var(--green-dark); border-color: var(--green-dark); transform: translateY(-2px); box-shadow: 0 12px 25px rgba(23,98,75,.2); }
.button:hover::before, .button:focus::before { animation-play-state: paused; }
.button > * { position: relative; }
.button small { padding: 4px 7px; border-radius: 6px; background: rgba(255,255,255,.15); font-size: 9px; font-weight: 600; }
.button-small { min-height: 42px; padding: 0 17px; border-radius: 11px; font-size: 12px; }
.button-large { min-height: 66px; padding-inline: 30px; border-radius: 17px; }
.button-light { border-color: var(--lime); background: var(--lime); color: var(--ink); }
.button-light:hover { border-color: #edffac; background: #edffac; color: var(--ink); box-shadow: 0 12px 27px rgba(0,0,0,.15); }
@keyframes button-shine { 0%, 65% { transform: translateX(-90%) rotate(8deg); } 85%, 100% { transform: translateX(90%) rotate(8deg); } }

.hero {
  position: relative; z-index: 1; min-height: 820px; display: flex; align-items: center; padding: 150px 0 112px; overflow: hidden;
  background:
    radial-gradient(circle at 85% 20%, rgba(168,149,255,.23), transparent 30%),
    radial-gradient(circle at 10% 80%, rgba(132,215,239,.18), transparent 27%),
    var(--paper);
}
.hero::after { content: ""; position: absolute; inset: auto -10% -250px; height: 390px; border-radius: 50%; border: 1px solid rgba(23,98,75,.12); pointer-events: none; }
.hero-noise {
  position: absolute; inset: 0; opacity: .2; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.1'/%3E%3C/svg%3E");
}
.hero-grid { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 55px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-tag { color: var(--green); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 25px; }
.eyebrow i { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 6px rgba(255,118,95,.13); }
.hero h1 { max-width: 600px; margin-bottom: 27px; font: 700 clamp(58px, 6.2vw, 91px)/.92 "Inter", sans-serif; letter-spacing: -.075em; }
.marker-word { position: relative; display: inline-block; color: var(--green); }
.marker-word::after { content: ""; position: absolute; z-index: -1; left: -2%; right: -5%; bottom: 3%; height: 22%; background: var(--lime); border-radius: 50%; transform: rotate(-1.5deg); }
.hero-lead { max-width: 540px; margin-bottom: 31px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.promise-list { display: flex; gap: 21px; margin: 27px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 10px; }
.promise-list li { display: flex; align-items: center; gap: 5px; }
.promise-list span { color: var(--green); font-weight: 700; }

.hero-playground { position: relative; min-height: 590px; isolation: isolate; }
.playground-hint { position: absolute; right: 1%; top: 5%; display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 10px; }
.playground-hint span { color: var(--coral); font-size: 18px; transform: rotate(22deg); }
.connector-map { position: absolute; z-index: -1; inset: 0; width: 100%; height: 100%; overflow: visible; }
.connector-map path { fill: none; stroke: rgba(23,98,75,.31); stroke-width: 1.4; stroke-dasharray: 4 7; animation: dash-flow 11s linear infinite; }
@keyframes dash-flow { to { stroke-dashoffset: -110; } }
.orbit { position: absolute; z-index: -2; border: 1px solid rgba(23,98,75,.13); border-radius: 50%; }
.orbit::before, .orbit::after { content: ""; position: absolute; border-radius: 50%; }
.orbit-one { width: 425px; height: 425px; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.orbit-one::before { width: 9px; height: 9px; left: 30px; top: 92px; background: var(--coral); box-shadow: 0 0 0 5px rgba(255,118,95,.12); }
.orbit-one::after { width: 7px; height: 7px; right: 37px; bottom: 75px; background: var(--green); }
.orbit-two { width: 530px; height: 530px; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(24deg); border-style: dashed; }
.idea-chip {
  position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 11px 15px;
  border: 1px solid rgba(23,36,30,.13); border-radius: 13px; background: rgba(255,254,249,.88);
  box-shadow: 0 13px 30px rgba(20,49,39,.08); backdrop-filter: blur(8px); font-size: 11px; font-weight: 700;
  transition: transform .25s ease;
}
.idea-chip i { width: 9px; height: 9px; border-radius: 50%; background: var(--violet); }
.chip-one { left: 1%; top: 25%; transform: rotate(-5deg); }
.chip-two { right: 1%; top: 19%; transform: rotate(4deg); }
.chip-two i { background: var(--blue); }
.chip-three { right: 0; bottom: 19%; transform: rotate(-3deg); }
.chip-three i { background: var(--lime); border: 1px solid var(--green); }
.chip-four { left: 2%; bottom: 18%; transform: rotate(5deg); }
.chip-four i { background: var(--coral); }
.spinka-core {
  position: absolute; z-index: 4; left: 50%; top: 48%; width: 210px; height: 210px; display: flex; flex-direction: column;
  align-items: center; justify-content: center; border: 1px solid rgba(23,98,75,.18); border-radius: 44% 56% 49% 51%;
  background: rgba(255,254,249,.9); box-shadow: var(--shadow); transform: translate(-50%,-50%) rotate(-3deg); backdrop-filter: blur(10px);
  animation: core-float 7s ease-in-out infinite;
}
@keyframes core-float { 0%,100% { transform: translate(-50%,-50%) rotate(-3deg); } 50% { transform: translate(-50%,-54%) rotate(-1deg); } }
.core-symbol { position: relative; width: 61px; height: 58px; margin-bottom: 12px; }
.core-symbol i { position: absolute; width: 39px; height: 51px; border: 8px solid var(--green); border-radius: 50%; transform: rotate(45deg); }
.core-symbol i:first-child { left: 0; top: 0; }
.core-symbol i:last-child { right: 0; bottom: 0; border-color: var(--coral); }
.spinka-core strong { font: 700 22px/1 "Inter", sans-serif; letter-spacing: -.04em; }
.spinka-core small { margin-top: 5px; color: var(--muted); font-size: 9px; }
.click-card {
  position: absolute; z-index: 5; left: 50%; bottom: 2%; min-width: 235px; display: flex; align-items: center; gap: 13px;
  padding: 13px 16px; border: 1px solid rgba(23,98,75,.15); border-radius: 15px; background: var(--white);
  box-shadow: 0 16px 45px rgba(23,59,47,.13); transform: translateX(-50%) rotate(1deg);
}
.click-pulse { position: relative; width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); }
.click-pulse::before { content: ""; position: absolute; inset: 0; border: 1px solid var(--green); border-radius: 50%; animation: click-ring 2.2s ease-out infinite; }
.click-pulse i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
@keyframes click-ring { 0% { transform: scale(.8); opacity: .8; } 80%,100% { transform: scale(1.8); opacity: 0; } }
.click-card p { display: flex; flex-direction: column; margin: 0; }
.click-card small { color: var(--muted); font-size: 8px; }
.click-card strong { font-size: 11px; }
.scroll-cue { position: absolute; left: 50%; bottom: 23px; display: flex; align-items: center; gap: 9px; color: var(--muted); transform: translateX(-50%); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.scroll-cue i { color: var(--green); font-size: 17px; font-style: normal; animation: scroll-bob 1.7s ease-in-out infinite; }
@keyframes scroll-bob { 50% { transform: translateY(5px); } }

.ticker { position: relative; z-index: 2; overflow: hidden; border-block: 1px solid var(--ink); background: var(--lime); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 35px; padding: 17px 0; animation: ticker 24s linear infinite; }
.ticker span { font: 700 13px/1 "Inter", sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.ticker i { color: var(--green); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.question-section { overflow: hidden; }
.question-grid { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 100px; }
.question-copy h2, .section-heading h2 { margin-bottom: 22px; font: 700 clamp(42px,5vw,66px)/1.02 "Inter", sans-serif; letter-spacing: -.06em; }
.question-copy h2 span { position: relative; color: var(--coral); }
.question-copy h2 span::after { content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 3px; border-radius: 50%; background: var(--coral); transform: rotate(-2deg); }
.question-copy > p:last-child { max-width: 490px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.section-tag { margin-bottom: 18px; }
.question-blob { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.blob-one { width: 360px; height: 360px; left: -260px; top: 20%; border: 70px solid rgba(132,215,239,.14); }
.blob-two { width: 210px; height: 210px; right: -120px; bottom: 7%; background: rgba(168,149,255,.1); }
.quick-question { padding: 35px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 25px 80px rgba(20,49,39,.08); }
.quick-label { margin-bottom: 22px; color: var(--ink); font-size: 12px; font-weight: 700; }
.quick-label span { color: var(--muted); font-weight: 400; }
.choice-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
.choice-cloud button {
  min-height: 47px; padding: 0 18px; border: 1px solid var(--line); border-radius: 24px; background: var(--paper);
  color: var(--ink); cursor: pointer; font-size: 12px; font-weight: 600; transition: .2s;
}
.choice-cloud button:hover { border-color: var(--green); transform: translateY(-2px); }
.choice-cloud button.active { border-color: var(--green); background: var(--green); color: white; }
.choice-reply { min-height: 74px; display: flex; align-items: center; gap: 13px; margin-top: 23px; padding: 14px; border-radius: 15px; background: var(--paper-warm); transition: .3s; }
.choice-reply.answered { background: var(--lime-soft); }
.reply-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 12px; background: var(--white); color: var(--green); font: 700 15px/1 "Inter",sans-serif; }
.choice-reply p { display: flex; flex-direction: column; margin: 0; }
.choice-reply strong { font-size: 12px; }
.choice-reply small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.reply-cta { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; padding: 13px 15px; border-radius: 12px; background: var(--ink); color: white; font-size: 11px; font-weight: 700; animation: reply-in .35s ease both; }
.reply-cta span { color: var(--lime); font-size: 9px; }
@keyframes reply-in { from { opacity: 0; transform: translateY(-6px); } }

.video-section { padding-top: 150px; overflow: hidden; background: var(--paper-warm); }
.section-heading { max-width: 760px; margin: 0 auto 60px; text-align: center; }
.section-heading > p:last-child { color: var(--muted); }
.underline-word { position: relative; color: var(--green); }
.underline-word::after { content: ""; position: absolute; left: -2%; right: -4%; bottom: -7px; height: 9px; border-bottom: 3px solid var(--coral); border-radius: 50%; transform: rotate(-2deg); }
.video-wrap { position: relative; max-width: 970px; margin: auto; padding: 0 42px 45px; }
.video-window { overflow: hidden; border: 1px solid rgba(23,36,30,.2); border-radius: 22px; background: var(--white); box-shadow: 0 32px 90px rgba(20,49,39,.18); transform-style: preserve-3d; transition: transform .2s ease-out; }
.video-toolbar { height: 54px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 18px; border-bottom: 1px solid var(--line); }
.window-controls { display: flex; gap: 6px; }
.window-controls i { width: 8px; height: 8px; border-radius: 50%; background: #ff8a78; }
.window-controls i:nth-child(2) { background: #ffd669; }
.window-controls i:nth-child(3) { background: #8edba3; }
.video-address { display: flex; align-items: center; gap: 7px; padding: 7px 20px; border-radius: 20px; background: var(--paper); color: var(--muted); font-size: 9px; }
.video-address i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.toolbar-action { justify-self: end; color: var(--muted); }
.video-poster {
  position: relative; width: 100%; aspect-ratio: 16/9; display: block; overflow: hidden; padding: 0; border: 0; cursor: pointer; text-align: left;
  background:
    radial-gradient(circle at 77% 28%, rgba(223,255,114,.7), transparent 27%),
    radial-gradient(circle at 22% 90%, rgba(132,215,239,.37), transparent 27%),
    linear-gradient(135deg, #174f3e, #102d25);
  color: white;
}
.video-poster::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 50px 50px; }
.poster-stamp { position: absolute; left: 34px; top: 30px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.3); border-radius: 20px; font-size: 8px; letter-spacing: .13em; }
.poster-copy { position: absolute; z-index: 2; left: 8%; top: 50%; display: flex; flex-direction: column; transform: translateY(-50%); }
.poster-copy small { margin-bottom: 13px; color: var(--lime); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.poster-copy strong { max-width: 510px; font: 700 clamp(28px,4vw,50px)/1.05 "Inter",sans-serif; letter-spacing: -.05em; }
.poster-rings { position: absolute; z-index: 1; right: 8%; top: 50%; width: 230px; height: 230px; transform: translateY(-50%); }
.poster-rings i { position: absolute; width: 145px; height: 190px; border: 23px solid var(--lime); border-radius: 50%; transform: rotate(45deg); }
.poster-rings i:first-child { left: 0; top: 0; }
.poster-rings i:nth-child(2) { right: 0; bottom: 0; border-color: var(--coral); }
.poster-rings b { position: absolute; z-index: 3; left: 50%; top: 50%; padding: 9px 13px; border-radius: 50%; background: white; color: var(--ink); transform: translate(-50%,-50%) rotate(-8deg); font: 700 12px/1 "Inter",sans-serif; }
.play-button { position: absolute; z-index: 4; left: 50%; top: 50%; width: 83px; height: 83px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(255,255,255,.2); transform: translate(-50%,-50%); backdrop-filter: blur(12px); transition: .3s; }
.play-button::before { content: ""; position: absolute; inset: -9px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; animation: play-ring 2.6s ease-out infinite; }
.play-button i { width: 55px; height: 55px; display: grid; place-items: center; border-radius: 50%; background: white; color: var(--green); font-size: 15px; font-style: normal; padding-left: 3px; }
.video-poster:hover .play-button { transform: translate(-50%,-50%) scale(1.08); }
@keyframes play-ring { 80%,100% { transform: scale(1.3); opacity: 0; } }
.poster-note { position: absolute; left: 34px; bottom: 26px; display: flex; gap: 8px; align-items: center; font-size: 9px; opacity: .8; }
.poster-note i { color: var(--lime); font-style: normal; font-size: 16px; }
.video-float { position: absolute; z-index: 3; display: flex; align-items: center; gap: 11px; padding: 12px 15px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); box-shadow: 0 16px 38px rgba(20,49,39,.13); }
.video-float p { display: flex; flex-direction: column; margin: 0; }
.video-float strong { font-size: 10px; }
.video-float small { color: var(--muted); font-size: 8px; }
.float-caption { left: 0; bottom: 5px; transform: rotate(-2deg); }
.float-caption > span { width: 31px; height: 27px; display: grid; place-items: center; border-radius: 8px; background: var(--ink); color: white; font-size: 8px; font-weight: 700; }
.float-time { right: 0; top: 22%; transform: rotate(2deg); }
.float-time > i { width: 9px; height: 9px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(255,118,95,.13); }
.after-video-nudge { max-width: 770px; display: flex; align-items: center; gap: 20px; margin: 37px auto 0; padding: 18px 22px; border-top: 1px solid var(--line); }
.nudge-arrow { color: var(--coral); font-size: 27px; transform: rotate(7deg); }
.after-video-nudge p { flex: 1; margin: 0; color: var(--muted); font-size: 11px; }
.after-video-nudge p strong { color: var(--ink); }
.after-video-nudge a { color: var(--green); font-size: 11px; font-weight: 700; }

.influence-section { overflow: hidden; background: var(--green); color: white; }
.influence-section::before { content: ""; position: absolute; width: 570px; height: 570px; left: -280px; top: -300px; border: 100px solid rgba(223,255,114,.08); border-radius: 50%; }
.influence-section::after { content: ""; position: absolute; width: 450px; height: 450px; right: -250px; bottom: -260px; border: 1px dashed rgba(255,255,255,.2); border-radius: 50%; }
.influence-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .83fr 1.17fr; align-items: center; gap: 110px; }
.section-tag.light { color: var(--lime); }
.influence-copy h2 { margin-bottom: 26px; font: 700 clamp(50px,6vw,78px)/.95 "Inter",sans-serif; letter-spacing: -.065em; }
.influence-copy h2 span { color: var(--lime); }
.influence-copy > p:not(.section-tag) { max-width: 440px; margin-bottom: 31px; color: rgba(255,255,255,.68); }
.influence-steps { position: relative; margin: 0; padding: 0; list-style: none; }
.influence-steps::before { content: ""; position: absolute; left: 27px; top: 65px; bottom: 65px; border-left: 1px dashed rgba(255,255,255,.25); }
.influence-steps li { position: relative; display: grid; grid-template-columns: 56px 1fr auto; align-items: center; gap: 20px; min-height: 145px; padding: 25px; border-bottom: 1px solid rgba(255,255,255,.16); }
.influence-steps li:first-child { border-top: 1px solid rgba(255,255,255,.16); }
.step-number { position: relative; z-index: 1; width: 56px; height: 56px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: var(--green); color: var(--lime); font: 700 11px/1 "Inter",sans-serif; }
.influence-steps li > div { display: flex; flex-direction: column; }
.influence-steps li small { margin-bottom: 3px; color: var(--lime); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.influence-steps li strong { font: 600 20px/1.2 "Inter",sans-serif; letter-spacing: -.035em; }
.influence-steps li p { margin: 6px 0 0; color: rgba(255,255,255,.55); font-size: 10px; }
.influence-steps li > i { color: rgba(255,255,255,.38); font-size: 24px; font-style: normal; }

.trust-section { overflow: hidden; background: var(--paper-warm); }
.trust-heading { max-width: 780px; margin-bottom: 54px; }
.trust-heading h2 { margin-bottom: 20px; font: 700 clamp(42px,5.5vw,68px)/1 "Inter",sans-serif; letter-spacing: -.06em; }
.trust-heading h2 span { color: var(--green); }
.trust-heading > p:last-child { max-width: 640px; color: var(--muted); font-size: 15px; }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.trust-card { min-height: 230px; padding: 28px; border: 1px solid var(--line); border-radius: 21px; background: var(--white); }
.trust-card > span { width: 37px; height: 37px; display: grid; place-items: center; margin-bottom: 34px; border-radius: 11px; background: var(--lime-soft); color: var(--green); font: 700 9px/1 "Inter",sans-serif; }
.trust-card h3 { margin-bottom: 10px; font: 700 19px/1.15 "Inter",sans-serif; letter-spacing: -.035em; }
.trust-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.team-strip { display: grid; grid-template-columns: 280px 1fr; align-items: center; gap: 55px; margin-top: 18px; padding: 38px; border-radius: 21px; background: var(--ink); color: white; }
.team-orbit { display: flex; align-items: center; justify-content: center; min-height: 105px; }
.team-orbit i { width: 43px; height: 43px; display: grid; place-items: center; margin-left: -9px; border: 3px solid var(--ink); border-radius: 50%; background: var(--lime); color: var(--ink); font-style: normal; font-size: 10px; font-weight: 700; }
.team-orbit i:nth-child(2n) { background: var(--coral); }
.team-orbit i:nth-child(3n) { background: var(--blue); }
.team-orbit i:nth-child(4n) { background: var(--violet); }
.team-strip .section-tag { margin-bottom: 10px; color: var(--lime); }
.team-strip h3 { margin-bottom: 9px; font: 600 25px/1.2 "Inter",sans-serif; letter-spacing: -.04em; }
.team-strip > div:last-child > p:last-child { margin: 0; color: rgba(255,255,255,.56); font-size: 11px; }

.survey-gateway { min-height: 760px; display: grid; place-items: center; overflow: hidden; text-align: center; }
.gateway-content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; }
.gateway-knot { position: relative; width: 76px; height: 68px; margin-bottom: 31px; }
.gateway-knot i { position: absolute; width: 47px; height: 60px; border: 9px solid var(--green); border-radius: 50%; transform: rotate(45deg); }
.gateway-knot i:first-child { left: 0; top: 0; }
.gateway-knot i:nth-child(2) { right: 0; bottom: 0; border-color: var(--coral); }
.gateway-knot b { position: absolute; z-index: 2; left: 50%; top: 50%; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); transform: translate(-50%,-50%); font-size: 15px; }
.gateway-content h2 { margin-bottom: 24px; font: 700 clamp(50px,7vw,85px)/.94 "Inter",sans-serif; letter-spacing: -.07em; }
.gateway-content h2 span { color: var(--green); }
.gateway-content > p:not(.section-tag) { max-width: 650px; margin-bottom: 32px; color: var(--muted); font-size: 16px; }
.gateway-note { margin-top: 17px; color: var(--muted); font-size: 9px; }
.gateway-note i { margin-right: 5px; color: var(--coral); font-style: normal; }
.gateway-orbit { position: absolute; border-radius: 50%; pointer-events: none; }
.gateway-orbit-one { width: 750px; height: 750px; border: 1px solid rgba(23,98,75,.1); }
.gateway-orbit-one::before { content: ""; position: absolute; width: 12px; height: 12px; left: 70px; top: 140px; border-radius: 50%; background: var(--violet); box-shadow: 0 0 0 8px rgba(168,149,255,.12); }
.gateway-orbit-two { width: 1020px; height: 1020px; border: 1px dashed rgba(23,98,75,.11); transform: rotate(15deg); }
.gateway-orbit-two::after { content: ""; position: absolute; width: 10px; height: 10px; right: 94px; bottom: 190px; border-radius: 50%; background: var(--blue); }

.newsletter-section { padding-top: 20px; }
.newsletter-card { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; overflow: hidden; padding: 62px; border-radius: var(--radius); background: var(--paper-warm); }
.newsletter-card::after { content: ""; position: absolute; width: 220px; height: 220px; right: -100px; top: -110px; border: 45px solid rgba(168,149,255,.15); border-radius: 50%; }
.newsletter-copy { position: relative; z-index: 1; }
.newsletter-copy h2 { margin-bottom: 19px; font: 700 clamp(34px,4vw,49px)/1.06 "Inter",sans-serif; letter-spacing: -.055em; }
.newsletter-copy h2 span { color: var(--coral); }
.newsletter-copy > p:last-child { max-width: 500px; margin: 0; color: var(--muted); font-size: 13px; }
.newsletter-form { position: relative; z-index: 2; padding: 25px; border: 1px solid var(--line); border-radius: 19px; background: var(--white); box-shadow: 0 18px 50px rgba(20,49,39,.08); }
.newsletter-form > label:first-child { display: block; margin-bottom: 8px; color: var(--ink); font-size: 10px; font-weight: 700; }
.email-row { display: flex; gap: 8px; }
.email-row input { min-width: 0; flex: 1; height: 54px; padding: 0 16px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); color: var(--ink); outline: none; }
.email-row input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(23,98,75,.08); }
.email-row .button { min-height: 54px; white-space: nowrap; }
.consent-row { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; margin-top: 13px; cursor: pointer; }
.consent-row input { position: absolute; opacity: 0; pointer-events: none; }
.consent-row > span { width: 18px; height: 18px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 5px; background: var(--paper); transition: .2s; }
.consent-row > span i { opacity: 0; color: white; font-size: 10px; font-style: normal; }
.consent-row input:checked + span { border-color: var(--green); background: var(--green); }
.consent-row input:checked + span i { opacity: 1; }
.consent-row input:focus-visible + span { outline: 3px solid var(--coral); outline-offset: 3px; }
.consent-row small { color: var(--muted); font-size: 8px; line-height: 1.5; }
.form-status { min-height: 18px; margin: 9px 0 0; color: var(--green); font-size: 9px; font-weight: 600; }
.form-status.error { color: #b23828; }

.sticky-survey {
  position: fixed; z-index: 450; right: 18px; bottom: 18px; display: flex; align-items: center; gap: 18px;
  padding: 7px 7px 7px 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px;
  background: rgba(23,36,30,.94); box-shadow: 0 17px 45px rgba(0,0,0,.22); color: white; backdrop-filter: blur(15px);
  opacity: 0; visibility: hidden; transform: translateY(20px); transition: .35s;
}
.sticky-survey.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.sticky-survey > span { display: flex; align-items: center; gap: 7px; font-size: 10px; }
.sticky-survey > span i { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); animation: sticky-pulse 2s infinite; }
@keyframes sticky-pulse { 50% { box-shadow: 0 0 0 6px rgba(255,118,95,.1); } }
.sticky-survey a { display: flex; align-items: center; gap: 7px; padding: 10px 13px; border-radius: 10px; background: var(--lime); color: var(--ink); font-size: 10px; font-weight: 700; }
.sticky-survey b { color: var(--green); }

.footer { padding: 85px 0 30px; background: var(--ink); color: white; }
.footer-main { display: grid; grid-template-columns: 1.3fr 1fr .8fr; gap: 70px; align-items: start; padding-bottom: 60px; }
.brand-light .brand-symbol i { border-color: var(--lime); }
.brand-light .brand-symbol i:last-child { border-color: var(--coral); }
.brand-light .brand-name > span { color: var(--lime); }
.footer-main > div:first-child p { margin: 18px 0 0; color: rgba(255,255,255,.5); font-size: 11px; }
.footer-main nav { display: grid; gap: 11px; }
.footer-main nav a, .footer-contact a { width: fit-content; color: rgba(255,255,255,.65); font-size: 11px; }
.footer-main nav a:hover, .footer-contact a:hover { color: var(--lime); }
.footer-contact { display: flex; flex-direction: column; gap: 10px; }
.footer-contact span { color: var(--lime); font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font-size: 9px; }
.footer-bottom > div { display: flex; gap: 25px; }
.footer-bottom i { color: var(--lime); font-style: normal; }

dialog { max-width: none; max-height: none; margin: 0; padding: 0; border: 0; background: transparent; color: inherit; }
dialog::backdrop { background: rgba(7,18,14,.75); backdrop-filter: blur(10px); }
.dialog-backdrop { position: fixed; inset: 0; }
.dialog-close {
  position: absolute; z-index: 5; right: 15px; top: 15px; width: 42px; height: 42px; display: grid; place-items: center;
  padding: 0; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: rgba(255,255,255,.1); color: white;
  cursor: pointer; font: 400 25px/1 sans-serif; transition: .2s;
}
.dialog-close:hover { transform: rotate(8deg); background: var(--coral); }
.video-dialog-card { position: fixed; z-index: 2; inset: 50% auto auto 50%; width: min(calc(100% - 48px), 1120px); transform: translate(-50%,-50%); }
.video-embed { position: relative; aspect-ratio: 16/9; overflow: hidden; border-radius: 22px; background: var(--green-dark); box-shadow: 0 35px 100px rgba(0,0,0,.35); }
.video-embed iframe { width: 100%; height: 100%; border: 0; }
.embed-placeholder { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 45px; color: white; text-align: center; background: radial-gradient(circle at 70% 20%, rgba(223,255,114,.15), transparent 30%); }
.embed-symbol { position: relative; width: 54px; height: 50px; margin-bottom: 18px; }
.embed-symbol i { position: absolute; width: 34px; height: 44px; border: 7px solid var(--lime); border-radius: 50%; transform: rotate(45deg); }
.embed-symbol i:last-child { right: 0; bottom: 0; border-color: var(--coral); }
.embed-placeholder h2 { margin-bottom: 15px; font: 700 clamp(31px,5vw,52px)/1 "Inter",sans-serif; letter-spacing: -.06em; }
.embed-placeholder > p:not(.section-tag) { max-width: 560px; margin-bottom: 24px; color: rgba(255,255,255,.65); font-size: 12px; }
.embed-placeholder code { color: var(--lime); }

.survey-dialog-card { position: relative; }
.survey-card { position: fixed; z-index: 2; inset: 50% auto auto 50%; width: min(calc(100% - 28px), 1050px); max-height: min(760px, calc(100dvh - 28px)); overflow: auto; border-radius: 24px; background: var(--white); box-shadow: 0 35px 120px rgba(0,0,0,.35); transform: translate(-50%,-50%); }
.survey-close { border-color: var(--line); background: var(--paper); color: var(--ink); }
.survey-layout { min-height: 650px; display: grid; grid-template-columns: 310px 1fr; }
.survey-side { position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 35px; overflow: hidden; background: var(--green); color: white; }
.survey-side::after { content: ""; position: absolute; width: 320px; height: 320px; left: -170px; bottom: -180px; border: 60px solid rgba(223,255,114,.08); border-radius: 50%; }
.survey-side > div { position: relative; z-index: 1; }
.survey-side > div small { color: var(--lime); font-size: 8px; font-weight: 700; letter-spacing: .14em; }
.survey-side > div p { margin: 15px 0 0; font: 600 25px/1.25 "Inter",sans-serif; letter-spacing: -.04em; }
.survey-side-note { position: relative; z-index: 1; display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.55); font-size: 8px; }
.survey-side-note i { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: rgba(223,255,114,.15); color: var(--lime); font-style: normal; }
.survey-main { padding: 55px 70px 35px; }
.survey-progress-wrap { display: flex; align-items: center; gap: 14px; margin-bottom: 45px; }
.survey-progress-wrap > span { flex: 0 0 auto; color: var(--muted); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.survey-progress { flex: 1; height: 4px; overflow: hidden; border-radius: 4px; background: var(--paper-warm); }
.survey-progress i { display: block; width: 20%; height: 100%; border-radius: inherit; background: var(--coral); transition: width .35s; }
.question-number { margin-bottom: 8px; color: var(--coral); font: 700 10px/1 "Inter",sans-serif; }
.survey-step { min-height: 415px; animation: step-in .32s ease both; }
@keyframes step-in { from { opacity: 0; transform: translateX(12px); } }
.survey-step fieldset { margin: 0; padding: 0; border: 0; }
.survey-step legend, .text-question strong { max-width: 610px; padding: 0; font: 700 30px/1.15 "Inter",sans-serif; letter-spacing: -.045em; }
.question-help, .text-question span { display: block; margin: 10px 0 22px; color: var(--muted); font-size: 11px; }
.survey-options { display: grid; gap: 8px; }
.survey-options label { cursor: pointer; }
.survey-options input { position: absolute; opacity: 0; pointer-events: none; }
.survey-options label > span { min-height: 49px; display: flex; align-items: center; gap: 13px; padding: 8px 13px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); color: var(--ink); font-size: 11px; font-weight: 600; transition: .2s; }
.survey-options label > span i { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 8px; background: var(--white); color: var(--muted); font-size: 9px; font-style: normal; }
.survey-options label:hover > span { border-color: var(--green); transform: translateX(3px); }
.survey-options input:checked + span { border-color: var(--green); background: var(--lime-soft); }
.survey-options input:checked + span i { background: var(--green); color: white; }
.survey-options input:focus-visible + span { outline: 3px solid var(--coral); outline-offset: 2px; }
.text-question { display: block; }
.text-question strong { display: block; }
.survey-step textarea, .survey-email { width: 100%; padding: 16px; border: 1px solid var(--line); border-radius: 13px; background: var(--paper); color: var(--ink); outline: none; resize: vertical; }
.survey-step textarea { min-height: 155px; }
.survey-step textarea:focus, .survey-email:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(23,98,75,.08); }
.optional-head > span { display: inline-block; margin-bottom: 12px; padding: 5px 9px; border-radius: 20px; background: var(--lime-soft); color: var(--green); font-size: 8px; font-weight: 700; text-transform: uppercase; }
.optional-head h2 { margin-bottom: 10px; font: 700 29px/1.15 "Inter",sans-serif; letter-spacing: -.045em; }
.optional-head p { margin-bottom: 19px; color: var(--muted); font-size: 11px; }
.survey-email-label { display: block; margin-bottom: 7px; font-size: 9px; font-weight: 700; }
.survey-email { height: 53px; }
.survey-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 12px; }
.survey-contact-grid label { display: block; }
.survey-contact-grid label > span { display: flex; justify-content: space-between; margin-bottom: 6px; font-size: 9px; font-weight: 700; }
.survey-contact-grid label > span i { color: var(--muted); font-size: 8px; font-style: normal; font-weight: 400; }
.survey-contact-grid .contact-full { grid-column: 1 / -1; }
.survey-consent { margin-top: 12px; }
.skip-email { margin-top: 10px; color: var(--muted); font-size: 8px; }
.survey-error { min-height: 18px; margin: 0; color: #b23828; font-size: 9px; font-weight: 600; }
.survey-actions { display: flex; align-items: center; justify-content: flex-end; gap: 12px; }
.back-button { min-height: 48px; padding: 0 12px; border: 0; background: transparent; color: var(--muted); cursor: pointer; font-size: 11px; font-weight: 600; }
.back-button:hover { color: var(--ink); }
.next-button, .submit-button { min-height: 48px; min-width: 122px; }
.survey-success { min-height: 650px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 50px; text-align: center; }
.success-knot { position: relative; width: 77px; height: 70px; margin-bottom: 27px; }
.success-knot i { position: absolute; width: 48px; height: 62px; border: 9px solid var(--green); border-radius: 50%; transform: rotate(45deg); }
.success-knot i:nth-child(2) { right: 0; bottom: 0; border-color: var(--coral); }
.success-knot b { position: absolute; z-index: 2; left: 50%; top: 50%; width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); transform: translate(-50%,-50%); }
.survey-success h2 { margin-bottom: 18px; font: 700 clamp(42px,6vw,70px)/.95 "Inter",sans-serif; letter-spacing: -.065em; }
.survey-success > p:not(.section-tag) { max-width: 590px; margin-bottom: 25px; color: var(--muted); font-size: 12px; }
.survey-success code { color: var(--green); }
.toast { position: fixed; z-index: 900; left: 50%; bottom: 24px; max-width: calc(100% - 32px); padding: 12px 17px; border-radius: 12px; background: var(--ink); color: white; box-shadow: var(--shadow); transform: translate(-50%,20px); opacity: 0; visibility: hidden; transition: .3s; font-size: 11px; }
.toast.visible { opacity: 1; visibility: visible; transform: translate(-50%,0); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .62s ease, transform .62s ease; transition-delay: var(--delay,0ms); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1040px) {
  .hero-grid { grid-template-columns: .93fr 1.07fr; gap: 20px; }
  .hero h1 { font-size: clamp(55px,8vw,76px); }
  .hero-playground { transform: scale(.9); transform-origin: center; }
  .question-grid { gap: 55px; }
  .poster-rings { opacity: .65; }
  .influence-grid { gap: 60px; }
  .newsletter-card { gap: 45px; padding: 48px; }
}

@media (max-width: 860px) {
  .section { padding: 100px 0; }
  .desktop-nav { display: none; }
  .header-cta { margin-left: auto; }
  .hero { min-height: auto; padding: 145px 0 90px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 690px; margin: 0 auto; text-align: center; }
  .eyebrow, .hero-actions, .promise-list { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-playground { width: min(100%,650px); margin: -20px auto 0; transform: scale(.92); }
  .scroll-cue { display: none; }
  .question-grid, .influence-grid, .newsletter-card { grid-template-columns: 1fr; }
  .question-grid { gap: 45px; }
  .question-copy { max-width: 660px; }
  .quick-question { max-width: 700px; }
  .video-wrap { padding-inline: 24px; }
  .poster-copy strong { max-width: 400px; }
  .poster-rings { width: 190px; height: 190px; right: 5%; }
  .poster-rings i { width: 120px; height: 157px; border-width: 18px; }
  .influence-copy { max-width: 600px; }
  .newsletter-card { gap: 36px; }
  .newsletter-form { max-width: 650px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-card:last-child { grid-column: 1 / -1; }
  .team-strip { grid-template-columns: 220px 1fr; gap: 35px; }
  .survey-layout { grid-template-columns: 230px 1fr; }
  .survey-side { padding: 28px; }
  .survey-main { padding: 50px 40px 30px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-contact { grid-column: 2; }
}

@media (max-width: 680px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .site-header, .site-header.scrolled { height: 68px; }
  .header-cta { display: none; }
  .menu-toggle { width: 44px; height: 44px; display: grid; place-content: center; gap: 6px; margin-left: auto; padding: 0; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.7); cursor: pointer; }
  .menu-toggle span { width: 19px; height: 1.5px; background: var(--ink); transition: .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.75px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.75px) rotate(-45deg); }
  .mobile-nav { position: fixed; z-index: 490; inset: 68px 10px auto; display: flex; flex-direction: column; gap: 3px; padding: 13px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s; }
  .mobile-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .mobile-nav > a:not(.button) { padding: 13px; border-radius: 10px; color: var(--muted); font-size: 13px; font-weight: 600; }
  .mobile-nav > a:not(.button):hover { background: var(--paper); color: var(--ink); }
  .mobile-nav .button { margin-top: 5px; }
  .hero { padding-top: 118px; }
  .hero h1 { font-size: clamp(49px,15vw,68px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .promise-list { flex-wrap: wrap; gap: 8px 15px; }
  .hero-playground { min-height: 480px; margin-top: -10px; transform: scale(1); }
  .playground-hint { display: none; }
  .orbit-one { width: 320px; height: 320px; }
  .orbit-two { width: 420px; height: 420px; }
  .spinka-core { width: 170px; height: 170px; }
  .idea-chip { padding: 9px 12px; }
  .chip-one { left: 0; top: 23%; }
  .chip-two { right: 0; top: 17%; }
  .chip-three { right: 0; bottom: 20%; }
  .chip-four { left: 0; bottom: 21%; }
  .click-card { bottom: 1%; }
  .ticker-track { padding-block: 14px; }
  .section { padding: 82px 0; }
  .question-copy h2, .section-heading h2 { font-size: clamp(38px,11vw,50px); }
  .quick-question { padding: 24px; }
  .choice-cloud button { min-height: 44px; padding-inline: 14px; }
  .video-section { padding-top: 95px; }
  .section-heading { margin-bottom: 38px; }
  .video-wrap { padding: 0 0 52px; }
  .video-toolbar { height: 44px; padding-inline: 12px; }
  .video-address { padding-inline: 12px; }
  .video-poster { aspect-ratio: 4/3; }
  .poster-stamp { left: 18px; top: 18px; }
  .poster-copy { left: 7%; right: 7%; top: 38%; text-align: center; align-items: center; }
  .poster-copy strong { font-size: clamp(26px,8vw,38px); }
  .poster-rings { right: 50%; top: 60%; width: 160px; height: 160px; opacity: .27; transform: translate(50%,-50%); }
  .poster-rings i { width: 100px; height: 132px; border-width: 15px; }
  .play-button { top: 73%; width: 68px; height: 68px; }
  .play-button i { width: 46px; height: 46px; }
  .poster-note { display: none; }
  .float-time { display: none; }
  .float-caption { left: 10px; bottom: 5px; }
  .after-video-nudge { align-items: flex-start; padding-inline: 5px; }
  .after-video-nudge a { flex: 0 0 auto; }
  .influence-grid { gap: 48px; }
  .influence-copy h2 { font-size: clamp(48px,14vw,68px); }
  .influence-steps li { grid-template-columns: 46px 1fr; gap: 14px; padding: 22px 5px; }
  .step-number { width: 46px; height: 46px; }
  .influence-steps::before { left: 23px; }
  .influence-steps li > i { display: none; }
  .influence-steps li strong { font-size: 17px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-card:last-child { grid-column: auto; }
  .trust-card { min-height: 205px; }
  .team-strip { grid-template-columns: 1fr; gap: 20px; padding: 28px 22px; }
  .team-orbit { justify-content: flex-start; min-height: auto; padding-left: 8px; }
  .team-strip h3 { font-size: 21px; }
  .survey-gateway { min-height: 680px; }
  .gateway-content h2 { font-size: clamp(48px,14vw,67px); }
  .gateway-orbit-one { width: 570px; height: 570px; }
  .gateway-orbit-two { width: 760px; height: 760px; }
  .gateway-content .button { width: 100%; }
  .newsletter-section { padding-top: 0; }
  .newsletter-card { width: 100%; padding: 52px 24px; border-radius: 0; }
  .newsletter-copy h2 { font-size: clamp(33px,10vw,43px); }
  .email-row { flex-direction: column; }
  .email-row .button { width: 100%; }
  .sticky-survey { left: 12px; right: 12px; bottom: calc(10px + env(safe-area-inset-bottom)); justify-content: space-between; }
  .footer-main { grid-template-columns: 1fr; gap: 35px; }
  .footer-contact { grid-column: auto; }
  .footer-bottom, .footer-bottom > div { flex-direction: column; align-items: flex-start; gap: 9px; }
  .video-dialog-card { width: calc(100% - 20px); }
  .video-embed { aspect-ratio: 4/5; }
  .embed-placeholder { padding: 35px 20px; }
  .survey-card { inset: auto 0 0; width: 100%; max-height: calc(100dvh - 8px); border-radius: 22px 22px 0 0; transform: none; }
  .survey-layout { display: block; min-height: 0; }
  .survey-side { display: none; }
  .survey-main { padding: 60px 22px 22px; }
  .survey-progress-wrap { margin-bottom: 30px; }
  .survey-step { min-height: 435px; }
  .survey-step legend, .text-question strong { font-size: 25px; }
  .survey-options label > span { min-height: 52px; }
  .survey-contact-grid { grid-template-columns: 1fr; }
  .survey-contact-grid .contact-full { grid-column: auto; }
  .survey-actions { position: sticky; bottom: -22px; margin: 0 -22px; padding: 12px 22px calc(12px + env(safe-area-inset-bottom)); background: rgba(255,254,249,.94); backdrop-filter: blur(12px); }
  .survey-success { min-height: 620px; padding: 60px 24px calc(60px + env(safe-area-inset-bottom)); }
}

@media (max-width: 390px) {
  .brand-name { font-size: 20px; }
  .hero-playground { min-height: 440px; }
  .idea-chip { font-size: 9px; }
  .chip-one { top: 21%; }
  .chip-two { top: 15%; }
  .spinka-core { width: 150px; height: 150px; }
  .core-symbol { transform: scale(.85); margin-bottom: 7px; }
  .click-card { min-width: 215px; }
  .quick-question { padding: 20px; }
  .after-video-nudge { display: grid; grid-template-columns: auto 1fr; }
  .after-video-nudge a { grid-column: 2; }
  .newsletter-form { padding: 19px; }
  .sticky-survey > span strong { display: none; }
}

@media (hover: none), (pointer: coarse) {
  .cursor-glow { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .cursor-glow { display: none; }
}

/* Brandboard: CONNECT / SPINANIE */
.reading-progress span { background: linear-gradient(90deg, #2563eb, #06b6d4); }
.cursor-glow { width: 480px; height: 480px; background: rgba(37, 99, 235, .075); filter: blur(55px); }
.site-header.scrolled { background: rgba(248, 250, 252, .86); }
.brand { gap: 11px; }
.brand-symbol { width: 42px; height: 31px; }
.brand-symbol i { width: 27px; height: 17px; border: 5px solid #2563eb; border-radius: 999px; transform: rotate(-43deg); }
.brand-symbol i:first-child { left: 1px; top: 3px; }
.brand-symbol i:last-child { right: 1px; bottom: 3px; border-color: #06b6d4; }
.brand-copy { display: flex; flex-direction: column; }
.brand-name { color: #2563eb; font: 700 19px/1 "Inter", sans-serif; letter-spacing: -.025em; }
.brand-name > span { margin-left: 2px; color: #0f172a; letter-spacing: .09em; }
.brand-copy > small { margin-top: 3px; color: #64748b; font: 700 6px/1 "Inter", sans-serif; letter-spacing: .22em; text-transform: uppercase; }
.brand-light .brand-name { color: #38bdf8; }
.brand-light .brand-name > span { color: #fff; }
.brand-light .brand-copy > small { color: rgba(255,255,255,.5); }
.brand-light .brand-symbol i { border-color: #60a5fa; }
.brand-light .brand-symbol i:last-child { border-color: #22d3ee; }
.desktop-nav a { font-family: "Inter", sans-serif; font-size: 12px; }

.button { border-color: #2563eb; background: linear-gradient(135deg, #2563eb, #1d4ed8); box-shadow: 0 10px 25px rgba(37,99,235,.18); font-family: "Inter", sans-serif; }
.button:hover { border-color: #1d4ed8; background: linear-gradient(135deg, #1d4ed8, #1e40af); box-shadow: 0 15px 32px rgba(37,99,235,.25); }
.button-light { border-color: #fff; background: #fff; color: #1d4ed8; }
.button-light:hover { border-color: #e0f2fe; background: #e0f2fe; color: #1d4ed8; }

.hero { min-height: 790px; padding: 112px 0 65px; background: radial-gradient(circle at 85% 12%, rgba(124,58,237,.08), transparent 28%), radial-gradient(circle at 11% 85%, rgba(6,182,212,.08), transparent 25%), #f8fafc; }
.hero::after, .hero-noise { display: none; }
.hero-grid { grid-template-columns: .88fr 1.12fr; gap: 30px; padding: 57px 52px 45px; border: 1px solid rgba(37,99,235,.11); border-radius: 30px; background: rgba(255,255,255,.92); box-shadow: 0 28px 80px rgba(15,23,42,.09); }
.eyebrow, .section-tag { color: #2563eb; font-family: "Inter", sans-serif; }
.eyebrow i { background: #06b6d4; box-shadow: 0 0 0 6px rgba(6,182,212,.12); }
.hero h1 { max-width: 510px; margin-bottom: 23px; font-size: clamp(49px,5vw,71px); line-height: .99; letter-spacing: -.055em; }
.marker-word { background: linear-gradient(100deg, #2563eb 5%, #06b6d4 90%); background-clip: text; color: transparent; }
.marker-word::after { display: none; }
.hero-lead { max-width: 510px; margin-bottom: 27px; color: #64748b; font-size: 15px; line-height: 1.62; }
.hero-lead strong { display: block; margin-bottom: 5px; color: #2563eb; font-family: "Inter", sans-serif; font-size: 14px; }
.hero-actions { gap: 12px; }
.promise-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 31px; }
.promise-list li { align-items: flex-start; gap: 8px; min-width: 0; }
.promise-list li > span { width: 29px; height: 29px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; background: #eaf2ff; color: #2563eb; }
.promise-list p { display: flex; flex-direction: column; margin: 0; }
.promise-list strong { color: #0f172a; font: 700 9px/1.2 "Inter",sans-serif; }
.promise-list small { margin-top: 3px; color: #64748b; font-size: 7px; line-height: 1.25; }
.scroll-cue { bottom: 17px; color: #64748b; }
.scroll-cue i { color: #2563eb; }

.hero-dashboard { position: relative; width: min(100%,720px); min-height: 565px; margin: 0; padding: 62px 26px 48px; isolation: isolate; perspective: 1400px; }
.playground-hint { right: 2%; top: 2%; color: #64748b; }
.playground-hint span { color: #2563eb; }
.dashboard-orbits { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; fill: none; stroke: rgba(37,99,235,.24); stroke-width: 1; stroke-dasharray: 6 8; animation: dashboard-orbit 18s linear infinite; }
.finance-dashboard { position: relative; z-index: 2; display: grid; grid-template-columns: 54px minmax(0,1fr); overflow: hidden; border: 1px solid rgba(148,163,184,.28); border-radius: 22px; background: rgba(255,255,255,.96); box-shadow: 0 30px 70px rgba(15,23,42,.14); backdrop-filter: blur(16px); transform: rotateY(-2.5deg) rotateX(1deg); animation: app-float 8s ease-in-out infinite; transition: transform .45s, box-shadow .45s; }
.finance-dashboard:hover { animation-play-state: paused; transform: rotateY(0) translateY(-5px); box-shadow: 0 38px 85px rgba(37,99,235,.17); }
.dashboard-sidebar { display: flex; flex-direction: column; align-items: center; gap: 25px; padding: 16px 8px; border-right: 1px solid #e2e8f0; background: #f8fbff; }
.dashboard-mark { position: relative; width: 28px; height: 22px; }
.dashboard-mark i { position: absolute; width: 18px; height: 11px; border: 3px solid #2563eb; border-radius: 99px; transform: rotate(-43deg); }
.dashboard-mark i:last-child { right: 0; bottom: 0; border-color: #06b6d4; }
.dashboard-sidebar nav { display: grid; gap: 9px; }
.dashboard-sidebar button { width: 34px; height: 34px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 10px; background: transparent; color: #94a3b8; cursor: default; }
.dashboard-sidebar button.is-active { background: #eaf2ff; color: #2563eb; }
.dashboard-sidebar button span { font-size: 12px; }
.dashboard-content { min-width: 0; padding: 19px; }
.dashboard-header, .metric-card header, .dashboard-module header { display: flex; align-items: center; justify-content: space-between; }
.dashboard-header small { color: #94a3b8; font-size: 7px; }
.dashboard-header h2 { margin: 2px 0 0; color: #0f172a; font: 700 17px/1 "Inter",sans-serif; letter-spacing: -.025em; }
.sync-status { display: inline-flex; align-items: center; gap: 6px; color: #64748b; font-size: 7px; }
.sync-status i { width: 6px; height: 6px; border-radius: 50%; background: #06b6d4; box-shadow: 0 0 0 4px rgba(6,182,212,.12); }
.dashboard-summary { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-top: 15px; }
.metric-card, .dashboard-module { min-width: 0; border: 1px solid #e2e8f0; border-radius: 14px; background: #fff; box-shadow: 0 7px 22px rgba(15,23,42,.04); transition: transform .25s,border-color .25s; }
.metric-card { padding: 13px 13px 5px; }
.metric-card:hover, .dashboard-module:hover { border-color: rgba(37,99,235,.35); transform: translateY(-3px); }
.metric-card header span, .dashboard-module header span { color: #475569; font: 700 7px/1 "Inter",sans-serif; }
.metric-card header b { color: #059669; font-size: 7px; }
.metric-card > strong { display: block; margin-top: 9px; color: #0f172a; font: 700 clamp(15px,1.7vw,20px)/1 "Inter",sans-serif; letter-spacing: -.03em; }
.metric-card > small { color: #94a3b8; font-size: 6px; }
.sparkline { width: 100%; height: 53px; margin-top: 5px; overflow: visible; }
.metric-balance .area { fill: url(#balance-area); }
.sparkline .line, .sparkline .forecast-line { fill: none; stroke: #2563eb; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; stroke-dasharray: 360; animation: draw-chart 1.8s ease both; }
.sparkline .forecast-line { stroke: #06b6d4; }
.sparkline circle { fill: #06b6d4; }
.dashboard-modules { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin-top: 8px; }
.dashboard-module { padding: 11px; }
.dashboard-module > strong { display: block; margin-top: 11px; color: #0f172a; font: 700 14px/1 "Inter",sans-serif; letter-spacing: -.025em; }
.dashboard-module p { min-height: 24px; margin: 4px 0 0; color: #64748b; font-size: 6px; line-height: 1.35; }
.module-link { display: inline-block; margin-top: 8px; color: #2563eb; font-size: 6px; font-weight: 700; }
.module-dot { width: 6px; height: 6px; border-radius: 50%; }
.module-dot.cyan { background: #06b6d4; }
.module-dot.violet { background: #7c3aed; }
.module-dot.amber { background: #f59e0b; }
.attention-module { background: linear-gradient(145deg,#fff,#faf5ff); }
.floating-icon { position: absolute; z-index: 3; width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(37,99,235,.14); border-radius: 16px; background: rgba(255,255,255,.96); color: #2563eb; box-shadow: 0 15px 35px rgba(37,99,235,.13); animation: dashboard-float 5s ease-in-out infinite; }
.floating-icon svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.icon-doc { top: 12px; left: 49%; animation-delay: -.8s; }
.icon-team { top: 30%; right: 0; animation-delay: -2.1s; }
.icon-bank { right: 16%; bottom: 0; animation-delay: -3.3s; }
.icon-chart { left: 0; bottom: 12%; animation-delay: -1.5s; }
@keyframes draw-chart { from { stroke-dashoffset: 360; } }
@keyframes dashboard-orbit { to { stroke-dashoffset: -140; } }
@keyframes dashboard-float { 50% { translate: 0 -7px; } }
@keyframes app-float { 50% { translate: 0 -5px; } }

.benefit-bar { position: relative; z-index: 3; padding: 24px 0; border-block: 1px solid #e2e8f0; background: #fff; }
.benefit-row { display: grid; grid-template-columns: 1.1fr repeat(4,1fr); align-items: center; gap: 23px; }
.benefit-row > strong { font: 700 12px/1 "Inter",sans-serif; }
.benefit-row > div { display: flex; align-items: center; gap: 9px; }
.benefit-row > div > span { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid #bfdbfe; border-radius: 50%; color: #2563eb; font-size: 16px; }
.benefit-row p { display: flex; flex-direction: column; margin: 0; }
.benefit-row b { color: #0f172a; font: 700 8px/1.2 "Inter",sans-serif; }
.benefit-row small { margin-top: 3px; color: #64748b; font-size: 7px; }

.question-section { background: #fff; }
.question-blob { opacity: .45; }
.question-copy h2 span { color: #2563eb; }
.quick-question { border-color: #e2e8f0; box-shadow: 0 22px 65px rgba(15,23,42,.07); }
.choice-cloud button.active { border-color: #2563eb; background: #2563eb; }
.choice-reply.answered { background: #e0f2fe; }
.reply-cta { background: linear-gradient(135deg,#2563eb,#1d4ed8); }
.reply-cta span { color: #bae6fd; }

.video-section { background: #f1f7fe; }
.video-window { border-color: #dbeafe; box-shadow: 0 30px 80px rgba(37,99,235,.13); }
.video-poster { color: #0f172a; background: radial-gradient(circle at 78% 25%,rgba(6,182,212,.24),transparent 27%), radial-gradient(circle at 20% 90%,rgba(124,58,237,.12),transparent 30%), linear-gradient(135deg,#eff6ff,#fff); }
.video-poster::before { opacity: .35; background-image: linear-gradient(rgba(37,99,235,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.08) 1px,transparent 1px); }
.poster-stamp { border-color: #bfdbfe; color: #2563eb; }
.poster-copy small { color: #2563eb; }
.poster-rings i { border-color: #2563eb; }
.poster-rings i:nth-child(2) { border-color: #06b6d4; }
.poster-rings b { background: #0f172a; color: #fff; }
.play-button { border-color: rgba(37,99,235,.35); background: rgba(255,255,255,.62); }
.play-button::before { border-color: rgba(37,99,235,.2); }
.play-button i { background: #2563eb; color: #fff; }
.poster-note i { color: #2563eb; }

.influence-section { background: linear-gradient(135deg,#2563eb,#1e3a8a); }
.influence-section::before { border-color: rgba(6,182,212,.1); }
.influence-copy h2 span, .section-tag.light, .influence-steps li small { color: #67e8f9; }
.step-number { background: #1d4ed8; color: #67e8f9; }
.trust-section { background: #f8fafc; }
.trust-card { border-color: #e2e8f0; box-shadow: 0 10px 30px rgba(15,23,42,.035); }
.trust-card > span { background: #e0f2fe; color: #2563eb; }
.team-strip { background: #0f172a; }
.team-strip .section-tag { color: #67e8f9; }
.team-orbit i { border-color: #0f172a; background: #60a5fa; color: #0f172a; }
.team-orbit i:nth-child(2n) { background: #22d3ee; }
.team-orbit i:nth-child(3n) { background: #a78bfa; }
.team-orbit i:nth-child(4n) { background: #bfdbfe; }
.gateway-content h2 span { background: linear-gradient(100deg,#2563eb,#06b6d4); background-clip: text; color: transparent; }
.gateway-knot i, .success-knot i { border-color: #2563eb; }
.gateway-knot i:nth-child(2), .success-knot i:nth-child(2) { border-color: #06b6d4; }
.gateway-knot b, .success-knot b { background: #e0f2fe; color: #2563eb; }
.newsletter-card { background: linear-gradient(135deg,#eff6ff,#f8fafc); }
.newsletter-copy h2 span { color: #2563eb; }
.sticky-survey { background: rgba(15,23,42,.95); }
.sticky-survey > span i { background: #06b6d4; }
.sticky-survey a { background: #2563eb; color: #fff; }
.sticky-survey b { color: #bae6fd; }
.footer { background: #0f172a; }
.survey-side { background: linear-gradient(160deg,#2563eb,#1e3a8a); }
.survey-side > div small { color: #67e8f9; }
.survey-progress i { background: linear-gradient(90deg,#2563eb,#06b6d4); }
.question-number { color: #2563eb; }
.survey-options input:checked + span { border-color: #2563eb; background: #eff6ff; }
.survey-options input:checked + span i { background: #2563eb; }

@media (max-width: 1040px) {
  .hero-grid { grid-template-columns: 1fr; padding: 50px 36px; }
  .hero-copy { max-width: 720px; margin-inline: auto; text-align: center; }
  .hero h1 { max-width: 680px; margin-inline: auto; }
  .hero-lead { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .promise-list { max-width: 600px; margin-inline: auto; margin-top: 30px; text-align: left; }
  .hero-playground { width: min(100%,760px); margin: 15px auto 0; transform: none; }
}

@media (max-width: 760px) {
  .hero { padding-top: 92px; }
  .hero-grid { padding: 42px 22px 35px; border-radius: 24px; }
  .hero h1 { font-size: clamp(43px,13vw,61px); }
  .hero-lead { font-size: 14px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .promise-list { grid-template-columns: 1fr; max-width: 310px; gap: 12px; }
  .promise-list small { font-size: 8px; }
  .hero-dashboard { min-height: 510px; padding: 45px 0 25px; }
  .finance-dashboard { grid-template-columns: 1fr; transform: none; animation: app-float 8s ease-in-out infinite; }
  .dashboard-sidebar { flex-direction: row; justify-content: space-between; gap: 10px; padding: 9px 12px; border-right: 0; border-bottom: 1px solid #e2e8f0; }
  .dashboard-sidebar nav { display: flex; }
  .dashboard-sidebar nav button:nth-child(n+3) { display: none; }
  .dashboard-content { padding: 13px; }
  .dashboard-summary { gap: 7px; }
  .metric-card { padding: 10px 9px 3px; }
  .metric-card > strong { font-size: 13px; }
  .sparkline { height: 44px; }
  .dashboard-module { padding: 9px; }
  .dashboard-module > strong { font-size: 12px; }
  .dashboard-modules .dashboard-module:last-child { display: none; }
  .dashboard-modules { grid-template-columns: 1fr 1fr; }
  .floating-icon { width: 42px; height: 42px; border-radius: 13px; }
  .floating-icon svg { width: 19px; }
  .icon-team, .icon-chart { display: none; }
  .icon-doc { left: 46%; top: 0; }
  .icon-bank { right: 5%; bottom: 0; }
  .playground-hint { display: none; }
  .benefit-row { grid-template-columns: 1fr 1fr; gap: 20px 13px; }
  .benefit-row > strong { grid-column: 1 / -1; text-align: center; }
  .benefit-row > div > span { width: 30px; height: 30px; }
}

@media (max-width: 410px) {
  .hero-grid { width: calc(100% - 20px); padding-inline: 16px; }
  .brand-copy > small { display: none; }
  .dashboard-summary { grid-template-columns: 1fr; }
  .metric-card:nth-child(2) { display: none; }
  .hero-dashboard { min-height: 450px; }
}

/* Uproszczenia po przeglądzie treści i interakcji */
.button::before {
  content: none;
  display: none;
  animation: none;
}

.desktop-nav a,
.desktop-nav button {
  position: relative;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.desktop-nav a::after,
.desktop-nav button::after {
  content: "";
  position: absolute;
  inset: auto 0 -7px;
  height: 2px;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s;
}

.desktop-nav a:hover::after,
.desktop-nav button:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.hero-grid {
  width: min(calc(100% - 48px), 1320px);
  grid-template-columns: .86fr 1.14fr;
}

.eyebrow {
  gap: 0;
}

.hero h1 {
  max-width: 550px;
  font-size: clamp(40px, 3.9vw, 55px);
  line-height: 1.02;
  letter-spacing: -.052em;
}

.marker-word {
  display: inline;
  -webkit-background-clip: text;
}

.hero-lead {
  max-width: 525px;
}

.hero-video-panel {
  min-width: 0;
  align-self: center;
  margin: 0;
}

.hero-video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, .18);
  border-radius: 22px;
  background: #0f172a;
  box-shadow: 0 28px 65px rgba(15, 23, 42, .18);
}

.hero-video-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.hero-video-placeholder {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  border: 0;
  background:
    radial-gradient(circle at 83% 18%, rgba(6, 182, 212, .34), transparent 28%),
    radial-gradient(circle at 16% 90%, rgba(124, 58, 237, .24), transparent 34%),
    linear-gradient(135deg, #10214a, #0f172a 70%);
  color: #fff;
  cursor: pointer;
  text-align: left;
}

.hero-video-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .24;
  background-image:
    linear-gradient(rgba(255, 255, 255, .11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .11) 1px, transparent 1px);
  background-size: 42px 42px;
}

.hero-video-copy {
  position: absolute;
  z-index: 1;
  left: 8%;
  top: 13%;
  display: flex;
  flex-direction: column;
}

.hero-video-copy small {
  color: #67e8f9;
  font: 700 9px/1 "Inter", sans-serif;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.hero-video-copy strong {
  margin-top: 11px;
  font: 700 clamp(25px, 3vw, 39px)/1.05 "Inter", sans-serif;
  letter-spacing: -.05em;
}

.hero-video-play {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 57%;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  padding-left: 4px;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 50%;
  background: linear-gradient(135deg, #2563eb, #06b6d4);
  box-shadow: 0 16px 35px rgba(0, 0, 0, .28);
  transform: translate(-50%, -50%);
  font-size: 20px;
}

.hero-video-controls {
  position: absolute;
  z-index: 1;
  left: 6%;
  right: 6%;
  bottom: 7%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-video-controls i {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
}

.hero-video-controls b {
  height: 3px;
  flex: 1;
  overflow: hidden;
  border-radius: 3px;
  background: rgba(255, 255, 255, .25);
}

.hero-video-controls b::before {
  content: "";
  display: block;
  width: 18%;
  height: 100%;
  background: #38bdf8;
}

.hero-video-controls em {
  color: rgba(255, 255, 255, .66);
  font: 700 8px/1 "Inter", sans-serif;
  font-style: normal;
}

.hero-video-panel figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 3px 0;
  color: #64748b;
  font-size: 9px;
}

.hero-video-panel figcaption strong {
  color: #0f172a;
  font-family: "Inter", sans-serif;
}

.influence-steps li {
  grid-template-columns: 56px 1fr;
}

.trust-card {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
}

.trust-card h3 {
  margin-bottom: 16px;
  font-size: 24px;
}

.trust-card p {
  font-size: 13px;
  line-height: 1.7;
}

.team-strip {
  grid-template-columns: .72fr 1.55fr;
  align-items: stretch;
  gap: 36px;
  margin-top: 24px;
  padding: 42px;
}

.team-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.team-heading > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
  line-height: 1.6;
}

.team-members {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.team-member {
  min-width: 0;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 17px;
  background: rgba(255, 255, 255, .065);
  color: #fff;
  cursor: pointer;
  text-align: left;
  transition: transform .22s, border-color .22s, background .22s;
}

.team-member:hover {
  border-color: rgba(103, 232, 249, .55);
  background: rgba(255, 255, 255, .1);
  transform: translateY(-4px);
}

.team-member > span {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  margin-bottom: auto;
  border-radius: 14px;
  background: linear-gradient(135deg, #60a5fa, #22d3ee);
  color: #0f172a;
  font: 800 11px/1 "Inter", sans-serif;
}

.team-member strong {
  margin-top: 30px;
  font: 700 13px/1.25 "Inter", sans-serif;
}

.team-member small {
  margin-top: 7px;
  color: rgba(255, 255, 255, .55);
  font-size: 8px;
  line-height: 1.4;
}

.survey-gateway {
  min-height: 680px;
  background: linear-gradient(180deg, #fff, #f5f9ff);
}

.sticky-survey {
  gap: 0;
  padding: 8px;
  border-radius: 18px;
}

.sticky-survey a {
  min-height: 54px;
  justify-content: center;
  padding: 0 22px;
  border-radius: 12px;
  font: 700 12px/1 "Inter", sans-serif;
}

.mobile-nav > button {
  width: 100%;
  padding: 13px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
}

.mobile-nav > button:hover {
  background: var(--paper);
  color: var(--ink);
}

.footer-main nav button {
  width: fit-content;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .65);
  cursor: pointer;
  font-size: 11px;
}

.footer-main nav button:hover {
  color: var(--lime);
}

.team-dialog-card {
  position: fixed;
  z-index: 2;
  inset: 50% auto auto 50%;
  width: min(calc(100% - 32px), 540px);
  padding: 48px;
  border: 1px solid rgba(37, 99, 235, .13);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 35px 100px rgba(15, 23, 42, .28);
  transform: translate(-50%, -50%);
}

.team-dialog-close {
  border-color: #e2e8f0;
  background: #f8fafc;
  color: #0f172a;
}

.team-dialog-avatar {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 21px;
  background: linear-gradient(135deg, #2563eb, #06b6d4);
  color: #fff;
  font: 800 16px/1 "Inter", sans-serif;
  box-shadow: 0 13px 30px rgba(37, 99, 235, .22);
}

.team-dialog-card .section-tag {
  margin-bottom: 10px;
}

.team-dialog-card h2 {
  margin-bottom: 10px;
  font: 700 clamp(31px, 6vw, 44px)/1.04 "Inter", sans-serif;
  letter-spacing: -.05em;
}

.team-dialog-card > strong {
  display: block;
  color: #2563eb;
  font-size: 13px;
}

.team-dialog-card > p:last-child {
  margin: 22px 0 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 1040px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero h1 { max-width: 760px; }
  .hero-lead { max-width: 650px; }
  .hero-video-panel { width: min(100%, 860px); margin: 24px auto 0; }
  .team-strip { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .hero-grid { width: min(calc(100% - 32px), 1320px); }
  .hero h1 { font-size: clamp(37px, 10.8vw, 52px); }
  .hero-video-frame { border-radius: 17px; }
  .hero-video-copy { left: 7%; top: 12%; }
  .hero-video-copy small { font-size: 7px; }
  .hero-video-copy strong { margin-top: 8px; font-size: clamp(22px, 7.5vw, 31px); }
  .hero-video-play { top: 58%; width: 58px; height: 58px; font-size: 15px; }
  .hero-video-panel figcaption { align-items: flex-start; flex-direction: column; gap: 3px; }
  .team-members { grid-template-columns: 1fr; }
  .team-member { min-height: 142px; }
  .trust-card { min-height: 230px; padding: 32px; }
  .sticky-survey a { width: 100%; min-height: 56px; font-size: 13px; }
  .team-dialog-card { padding: 38px 27px 34px; }
}

@media (max-width: 410px) {
  .hero-grid { width: calc(100% - 20px); }
}

/* Consent, privacy and legal UI */
body.cookie-banner-visible .sticky-survey {
  display: none;
}

.cookie-banner {
  position: fixed;
  z-index: 1000;
  left: 50%;
  bottom: max(16px, env(safe-area-inset-bottom));
  width: min(calc(100% - 32px), 1120px);
  max-height: calc(100dvh - 32px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .8fr);
  align-items: center;
  gap: 28px;
  overflow: auto;
  overscroll-behavior: contain;
  padding: 22px;
  border: 1px solid rgba(37, 99, 235, .16);
  border-radius: 20px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 24px 80px rgba(15, 23, 42, .2);
  color: #0f172a;
  transform: translateX(-50%);
  backdrop-filter: blur(18px);
}

.cookie-banner-copy,
.cookie-copy {
  min-width: 0;
}

.cookie-banner-copy h2,
.cookie-copy h2 {
  margin: 0 0 7px;
  font: 700 18px/1.2 "Inter", sans-serif;
  letter-spacing: -.025em;
}

.cookie-banner-copy p,
.cookie-copy p {
  max-width: 650px;
  margin: 0;
  color: #64748b;
  font-size: 12px;
  line-height: 1.6;
}

.cookie-banner-copy a,
.cookie-copy a,
.cookie-banner-copy > button {
  display: inline;
  margin: 8px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #2563eb;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.cookie-banner-actions,
.cookie-actions,
.cookie-dialog-actions,
.privacy-dialog-actions {
  min-width: 0;
  display: flex;
  align-items: stretch;
  gap: 9px;
}

.cookie-banner-actions > *,
.cookie-actions > *,
.cookie-dialog-actions > *,
.privacy-dialog-actions > * {
  min-width: 0;
  min-height: 48px;
  flex: 1 1 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 12px;
  cursor: pointer;
  font: 700 11px/1.25 "Inter", sans-serif;
  text-align: center;
  white-space: normal;
}

.cookie-banner-actions button:not(.button),
.cookie-actions button:not(.button),
.cookie-dialog-actions button:not(.button),
.privacy-dialog-actions button:not(.button),
.cookie-button-secondary {
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #1e3a8a;
  box-shadow: none;
}

.cookie-banner-actions button:not(.button):hover,
.cookie-actions button:not(.button):hover,
.cookie-dialog-actions button:not(.button):hover,
.privacy-dialog-actions button:not(.button):hover,
.cookie-button-secondary:hover {
  border-color: #2563eb;
  background: #eff6ff;
  color: #1d4ed8;
}

.cookie-dialog,
.privacy-dialog {
  width: 100%;
  height: 100%;
}

.cookie-dialog::backdrop,
.privacy-dialog::backdrop {
  background: rgba(15, 23, 42, .72);
  backdrop-filter: blur(8px);
}

.cookie-dialog-card,
.privacy-dialog-card {
  position: fixed;
  z-index: 2;
  inset: 50% auto auto 50%;
  width: min(calc(100% - 32px), 720px);
  max-height: calc(100dvh - 32px);
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  padding: 42px;
  border: 1px solid rgba(37, 99, 235, .14);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 35px 110px rgba(15, 23, 42, .3);
  color: #0f172a;
  transform: translate(-50%, -50%);
}

.privacy-dialog-card {
  width: min(calc(100% - 32px), 860px);
}

.cookie-dialog-card .dialog-close,
.privacy-dialog-card .dialog-close {
  border-color: #e2e8f0;
  background: #f8fafc;
  color: #0f172a;
}

.cookie-dialog-card .dialog-close:hover,
.privacy-dialog-card .dialog-close:hover {
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
}

.cookie-dialog-card > h2,
.privacy-dialog-card > h2,
.privacy-heading h2 {
  max-width: calc(100% - 52px);
  margin: 0 0 10px;
  font: 700 clamp(27px, 5vw, 38px)/1.08 "Inter", sans-serif;
  letter-spacing: -.045em;
}

.cookie-dialog-card > p:not(.section-tag),
.privacy-dialog-card > p:not(.section-tag) {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.65;
}

.cookie-dialog-card > .section-tag {
  margin-bottom: 10px;
  color: #2563eb;
}

.cookie-settings {
  margin: 28px 0;
  border-block: 1px solid #e2e8f0;
}

.cookie-setting {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 19px 0;
  cursor: pointer;
}

.cookie-setting + .cookie-setting {
  border-top: 1px solid #e2e8f0;
}

.cookie-setting.is-required,
.cookie-setting.is-disabled {
  cursor: default;
}

.cookie-setting.is-disabled {
  opacity: .67;
}

.cookie-setting > div,
.cookie-setting > span:first-child,
.cookie-setting-copy {
  min-width: 0;
}

.cookie-setting strong {
  display: block;
  margin-bottom: 5px;
  font: 700 13px/1.3 "Inter", sans-serif;
}

.cookie-setting p,
.cookie-setting small {
  display: block;
  margin: 0;
  color: #64748b;
  font-size: 11px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.cookie-toggle {
  position: relative;
  width: 52px;
  height: 30px;
  flex: 0 0 auto;
  display: block;
  overflow: hidden;
  padding: 0;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  background: #e2e8f0;
  color: transparent;
  cursor: pointer;
  font-size: 0;
  transition: border-color .2s, background .2s;
}

.cookie-toggle::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 7px rgba(15, 23, 42, .2);
  transition: transform .2s;
}

.cookie-toggle[aria-checked="true"],
.cookie-toggle.is-active,
.cookie-toggle:has(input:checked) {
  border-color: #2563eb;
  background: #2563eb;
}

.cookie-toggle[aria-checked="true"]::after,
.cookie-toggle.is-active::after,
.cookie-toggle:has(input:checked)::after {
  transform: translateX(22px);
}

.cookie-toggle[aria-disabled="true"],
.cookie-toggle:disabled {
  cursor: not-allowed;
  opacity: .72;
}

.cookie-toggle input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.cookie-toggle:has(input:focus-visible) {
  outline: 3px solid #93c5fd;
  outline-offset: 3px;
}

.cookie-policy-link {
  margin: 0;
  color: #64748b;
  font-size: 11px;
  line-height: 1.55;
}

.cookie-policy-link button,
.privacy-content button {
  display: inline;
  padding: 0;
  border: 0;
  background: transparent;
  color: #2563eb;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  text-align: left;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.cookie-dialog-actions {
  margin-top: 24px;
}

.privacy-heading .section-tag {
  margin-bottom: 10px;
}

.privacy-draft-note {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: flex-start;
  gap: 9px;
  margin: 20px 0 24px;
  padding: 13px 15px;
  border: 1px solid #fde68a;
  border-radius: 12px;
  background: #fffbeb;
  color: #854d0e;
  font-size: 11px;
  line-height: 1.5;
}

.privacy-draft-note::before {
  content: "i";
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  grid-column: 1;
  grid-row: 1 / span 2;
  border-radius: 50%;
  background: #fef3c7;
  font: 800 11px/1 "Inter", sans-serif;
}

.privacy-draft-note > strong {
  grid-column: 2;
  font: 700 11px/1.4 "Inter", sans-serif;
}

.privacy-draft-note > p {
  grid-column: 2;
  margin: -4px 0 0;
}

.privacy-content {
  overflow-wrap: anywhere;
}

.privacy-content h3 {
  margin: 28px 0 8px;
  color: #0f172a;
  font: 700 16px/1.3 "Inter", sans-serif;
  letter-spacing: -.015em;
}

.privacy-content p,
.privacy-content li {
  color: #475569;
  font-size: 12px;
  line-height: 1.7;
}

.privacy-content p {
  margin: 0 0 12px;
}

.privacy-content ul,
.privacy-content ol {
  margin: 10px 0 18px;
  padding-left: 21px;
}

.privacy-content a {
  color: #2563eb;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.privacy-content code {
  padding: 2px 5px;
  border-radius: 5px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: .92em;
}

.privacy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 0;
  padding: 0;
  border: 0;
  color: #64748b;
  font-size: 10px;
  line-height: 1.5;
}

.privacy-meta strong {
  color: #334155;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px 22px;
}

.footer-legal a,
.footer-legal button {
  width: fit-content;
  padding: 2px 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .62);
  cursor: pointer;
  font: inherit;
  text-align: left;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: color .2s, text-decoration-color .2s;
}

.footer-legal a:hover,
.footer-legal button:hover {
  color: #67e8f9;
  text-decoration-color: currentColor;
}

.site-credit strong {
  color: #fff;
  font-weight: 700;
}

.site-credit span {
  margin-left: 3px;
  color: #67e8f9;
}

.survey-privacy-note {
  margin: 14px 0 0;
  color: #64748b;
  font-size: 10px;
  line-height: 1.55;
}

.survey-privacy-note button {
  display: inline;
  padding: 0;
  border: 0;
  background: transparent;
  color: #2563eb;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.text-question strong > i {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  margin-left: 7px;
  padding: 4px 9px;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  background: #eff6ff;
  color: #2563eb;
  vertical-align: .18em;
  font: 700 8px/1 "Inter", sans-serif;
  font-style: normal;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.cookie-banner :is(a, button):focus-visible,
.cookie-dialog-card :is(a, button, input):focus-visible,
.privacy-dialog-card :is(a, button):focus-visible,
.footer-legal :is(a, button):focus-visible,
.survey-privacy-note button:focus-visible {
  outline: 3px solid #93c5fd;
  outline-offset: 3px;
}

.cookie-dialog-card input:focus-visible {
  outline: 0;
}

@media (max-width: 840px) {
  .cookie-banner {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 620px) {
  .cookie-banner {
    bottom: max(8px, env(safe-area-inset-bottom));
    width: calc(100% - 16px);
    max-height: calc(100dvh - 16px);
    padding: 18px;
    border-radius: 16px;
  }

  .cookie-banner-actions,
  .cookie-actions,
  .cookie-dialog-actions,
  .privacy-dialog-actions {
    flex-direction: column;
  }

  .cookie-banner-actions > *,
  .cookie-actions > *,
  .cookie-dialog-actions > *,
  .privacy-dialog-actions > * {
    width: 100%;
    flex-basis: auto;
  }

  .cookie-dialog-card,
  .privacy-dialog-card {
    inset: auto 0 0;
    width: 100%;
    max-height: calc(100dvh - 8px);
    padding: 58px 22px calc(24px + env(safe-area-inset-bottom));
    border-radius: 22px 22px 0 0;
    transform: none;
  }

  .cookie-setting {
    gap: 13px;
  }

  .privacy-content h3 {
    margin-top: 24px;
  }

  .privacy-meta,
  .footer-legal {
    align-items: flex-start;
    flex-direction: column;
  }

  .text-question strong > i {
    margin: 8px 0 0;
    vertical-align: middle;
  }
}

@media (max-width: 340px) {
  .cookie-banner {
    padding: 15px;
  }

  .cookie-banner-copy h2,
  .cookie-copy h2 {
    font-size: 16px;
  }

  .cookie-dialog-card,
  .privacy-dialog-card {
    padding-inline: 17px;
  }

  .cookie-dialog-card > h2,
  .privacy-dialog-card > h2 {
    font-size: 25px;
  }

  .cookie-setting {
    gap: 10px;
  }
}

@media (max-height: 560px) {
  .cookie-banner {
    align-items: start;
  }

  .cookie-dialog-card,
  .privacy-dialog-card {
    max-height: calc(100dvh - 8px);
  }
}

/* Logo i subtelny ruch kursora — aktualizacja 21.08.2026 */
.brand-logo {
  width: 180px;
  height: auto;
  flex: 0 0 auto;
}

.footer .brand-light {
  width: fit-content;
  padding: 9px 12px;
  border-radius: 13px;
  background: #fff;
}

.footer .brand-logo {
  width: 170px;
}

.cursor-glow {
  z-index: 4;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(37, 99, 235, .18);
  background: radial-gradient(circle, rgba(6, 182, 212, .14), rgba(37, 99, 235, .065) 36%, transparent 70%);
  filter: blur(1px);
  mix-blend-mode: multiply;
}

.cursor-glow::before,
.cursor-glow::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.cursor-glow::before {
  inset: 21px;
  border: 1px dashed rgba(37, 99, 235, .19);
  animation: cursor-orbit 12s linear infinite;
}

.cursor-glow::after {
  top: 21px;
  left: 50%;
  width: 6px;
  height: 6px;
  background: #06b6d4;
  box-shadow: 0 0 0 7px rgba(6, 182, 212, .1);
  transform: translateX(-50%);
}

.cursor-glow.active {
  opacity: .72;
}

.benefit-row b {
  font-size: 10px;
}

.benefit-row small {
  font-size: 8px;
  line-height: 1.25;
}

@keyframes cursor-orbit {
  to { transform: rotate(360deg); }
}

@media (max-width: 680px) {
  .brand-logo { width: 156px; }
}
