@font-face{font-family:"Manrope";font-style:normal;font-display:swap;font-weight:400;src:url("/fonts/manrope/manrope-cyrillic-400-normal.woff2") format("woff2");unicode-range:U+400-4FF,U+301,U+2116}
@font-face{font-family:"Manrope";font-style:normal;font-display:swap;font-weight:400;src:url("/fonts/manrope/manrope-latin-400-normal.woff2") format("woff2");unicode-range:U+0-FF,U+2000-206F,U+20AC,U+2122}
@font-face{font-family:"Manrope";font-style:normal;font-display:swap;font-weight:500;src:url("/fonts/manrope/manrope-cyrillic-500-normal.woff2") format("woff2");unicode-range:U+400-4FF,U+301,U+2116}
@font-face{font-family:"Manrope";font-style:normal;font-display:swap;font-weight:500;src:url("/fonts/manrope/manrope-latin-500-normal.woff2") format("woff2");unicode-range:U+0-FF,U+2000-206F,U+20AC,U+2122}
@font-face{font-family:"Manrope";font-style:normal;font-display:swap;font-weight:600;src:url("/fonts/manrope/manrope-cyrillic-600-normal.woff2") format("woff2");unicode-range:U+400-4FF,U+301,U+2116}
@font-face{font-family:"Manrope";font-style:normal;font-display:swap;font-weight:600;src:url("/fonts/manrope/manrope-latin-600-normal.woff2") format("woff2");unicode-range:U+0-FF,U+2000-206F,U+20AC,U+2122}
@font-face{font-family:"Manrope";font-style:normal;font-display:swap;font-weight:800;src:url("/fonts/manrope/manrope-cyrillic-800-normal.woff2") format("woff2");unicode-range:U+400-4FF,U+301,U+2116}
@font-face{font-family:"Manrope";font-style:normal;font-display:swap;font-weight:800;src:url("/fonts/manrope/manrope-latin-800-normal.woff2") format("woff2");unicode-range:U+0-FF,U+2000-206F,U+20AC,U+2122}
@font-face{font-family:"Unbounded";font-style:normal;font-display:swap;font-weight:600;src:url("/fonts/unbounded/unbounded-cyrillic-600-normal.woff2") format("woff2");unicode-range:U+400-4FF,U+301,U+2116}
@font-face{font-family:"Unbounded";font-style:normal;font-display:swap;font-weight:600;src:url("/fonts/unbounded/unbounded-latin-600-normal.woff2") format("woff2");unicode-range:U+0-FF,U+2000-206F,U+20AC,U+2122}
@font-face{font-family:"Unbounded";font-style:normal;font-display:swap;font-weight:700;src:url("/fonts/unbounded/unbounded-cyrillic-700-normal.woff2") format("woff2");unicode-range:U+400-4FF,U+301,U+2116}
@font-face{font-family:"Unbounded";font-style:normal;font-display:swap;font-weight:700;src:url("/fonts/unbounded/unbounded-latin-700-normal.woff2") format("woff2");unicode-range:U+0-FF,U+2000-206F,U+20AC,U+2122}

:root{
  --landing-bg:#080907;
  --landing-panel:#0f100e;
  --landing-panel-2:#151613;
  --landing-ink:#f5f4ef;
  --landing-muted:#a5a69f;
  --landing-faint:#6e7069;
  --landing-line:rgba(245,244,239,.14);
  --landing-line-strong:rgba(245,244,239,.28);
  --landing-acid:#c8ff46;
  --landing-acid-ink:#11130d;
  --landing-header:76px;
  --landing-radius:22px;
}

*{box-sizing:border-box}
html{min-width:320px;background:var(--landing-bg);scroll-behavior:auto;scroll-snap-type:none;scroll-padding-top:0;overscroll-behavior-y:none}
body.landing-v2{min-width:320px;margin:0;overflow-x:clip;overscroll-behavior-y:none;background:var(--landing-bg);color:var(--landing-ink);font-family:"Manrope",Arial,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.landing-v2 *{scrollbar-width:thin;scrollbar-color:rgba(200,255,70,.5) rgba(255,255,255,.05)}
body.landing-v2 *::-webkit-scrollbar{width:8px;height:8px}
body.landing-v2 *::-webkit-scrollbar-track{background:rgba(255,255,255,.04)}
body.landing-v2 *::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:rgba(200,255,70,.54);background-clip:padding-box}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
button{color:inherit}
img{display:block;max-width:100%}
p,h1,h2,h3,figure{margin:0}

.skip-link{position:fixed;z-index:1000;left:18px;top:12px;transform:translateY(-140%);padding:11px 16px;border-radius:9px;background:var(--landing-acid);color:var(--landing-acid-ink);font-weight:800;transition:transform .18s ease}
.skip-link:focus{transform:translateY(0)}

.landing-header{position:fixed;z-index:100;top:0;left:0;width:100%;height:var(--landing-header);padding-block:0;padding-inline:max(clamp(24px,4vw,64px),calc((100vw - 1440px)/2 + 64px));display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:36px;border:0;background:var(--landing-bg);box-shadow:none;backdrop-filter:none;transform:translateY(0)}
.landing-header.is-scrolled{background:var(--landing-bg)}
.landing-header.is-hidden{pointer-events:auto;transform:translateY(0)}
.brand{display:inline-flex;align-items:center;gap:10px;width:max-content}
.brand>img{width:34px;height:34px;object-fit:contain}
.brand>span{display:flex;align-items:center;gap:6px;font-family:"Unbounded",sans-serif;font-size:11px;font-weight:700;line-height:1;letter-spacing:-.035em}
.brand em{padding:6px 7px 5px;border-radius:6px;background:var(--landing-acid);color:var(--landing-acid-ink);font-size:8px;font-style:normal;letter-spacing:-.02em}
.landing-header .brand>img{width:52px;height:52px}
.landing-header .brand>span{gap:8px;font-size:13px}
.landing-header .brand b{font-size:20px}
.landing-header .brand em{padding:7px 8px 6px;font-size:9px}
.landing-header nav{justify-self:center;display:flex;align-items:center;gap:clamp(18px,2.3vw,34px);color:rgba(245,244,239,.68);font-size:12px;font-weight:600}
.landing-header nav a{position:relative;padding:8px 0;transition:color .18s ease}
.landing-header nav a::after{content:"";position:absolute;left:0;right:0;bottom:3px;height:1px;background:var(--landing-acid);transform:scaleX(0);transform-origin:left;transition:transform .2s ease}
.landing-header nav a:hover,.landing-header nav a:focus-visible,.landing-header nav a.is-active{color:var(--landing-ink)}
.landing-header nav a:hover::after,.landing-header nav a:focus-visible::after,.landing-header nav a.is-active::after{transform:scaleX(1)}
.landing-header-actions{justify-self:end;display:flex;align-items:center;gap:10px}
.language-picker{position:relative;flex:none}
.language-picker__trigger{width:46px;height:36px;padding:0;border:1px solid var(--landing-line);border-radius:10px;background:#0d0e0c;color:var(--landing-acid);font-size:10px;font-weight:800;letter-spacing:.055em;cursor:pointer;transition:border-color .18s ease,background-color .18s ease,color .18s ease}
.language-picker__trigger:hover,.language-picker__trigger:focus-visible,.language-picker.is-open .language-picker__trigger{border-color:rgba(200,255,70,.56);background:#12140f}
.language-picker__menu{position:absolute;z-index:4;top:calc(100% + 8px);left:50%;width:58px;padding:5px;display:grid;gap:2px;border:1px solid var(--landing-line);border-radius:11px;background:#11120f;box-shadow:0 14px 34px rgba(0,0,0,.36);opacity:0;visibility:hidden;transform:translate(-50%,-6px);transform-origin:top;pointer-events:none;transition:opacity .18s ease,transform .2s cubic-bezier(.22,1,.36,1),visibility 0s linear .2s}
.language-picker.is-open .language-picker__menu{opacity:1;visibility:visible;transform:translate(-50%,0);pointer-events:auto;transition-delay:0s}
.language-picker__menu button{height:31px;padding:0;border:0;border-radius:7px;background:transparent;color:var(--landing-ink);font-size:9px;font-weight:800;letter-spacing:.05em;cursor:pointer;transition:background-color .16s ease,color .16s ease}
.language-picker__menu button:hover,.language-picker__menu button:focus-visible{background:rgba(255,255,255,.08);color:#fff}
.language-picker__menu button[aria-checked="true"]{background:rgba(200,255,70,.1);color:#fff}
.header-login{min-height:38px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--landing-acid);border-radius:10px;background:var(--landing-acid);color:var(--landing-acid-ink);font-size:12px;font-weight:800;transition:filter .18s ease,transform .18s ease,background-color .18s ease,color .18s ease}
.header-login:hover,.header-login:focus-visible{border-color:var(--landing-acid);background:var(--landing-acid);color:var(--landing-acid-ink);filter:brightness(.96)}
.header-login:active{border-color:var(--landing-acid);background:var(--landing-acid);color:var(--landing-acid-ink);opacity:1;transform:translateY(1px) scale(.97)}
@media(max-width:800px){.header-login,.header-login:link,.header-login:visited,.header-login:hover,.header-login:focus,.header-login:active{color:var(--landing-acid-ink)!important;-webkit-text-fill-color:var(--landing-acid-ink)!important;opacity:1!important;-webkit-tap-highlight-color:transparent}}

.landing-scene{position:relative;width:100%;height:100dvh;min-height:680px;overflow:hidden;border:0;background:var(--landing-bg);scroll-snap-align:none;scroll-snap-stop:normal}
.scene-shell{position:relative;z-index:2;width:min(1440px,100%);height:100%;margin:0 auto;padding:calc(var(--landing-header) + clamp(30px,5vh,64px)) clamp(36px,6vw,92px) clamp(36px,5vh,64px)}
.scene-heading{max-width:1040px}
.scene-heading h2,.scene-copy h2,.example-copy h2{font-family:"Unbounded",sans-serif;font-size:clamp(36px,4.25vw,68px);font-weight:700;line-height:1.02;letter-spacing:-.055em;text-wrap:balance}
.scene-heading>p:last-child,.scene-copy>p:last-of-type,.example-copy>p:last-child{margin-top:26px;max-width:640px;color:var(--landing-muted);font-size:clamp(16px,1.35vw,20px);line-height:1.65}
.eyebrow{margin-bottom:22px;color:var(--landing-acid);font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}

.button{min-height:52px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:10px;font-size:13px;font-weight:800;transition:transform .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease}
.button:hover{transform:translateY(-2px)}
.button:active{transform:translateY(1px) scale(.985)}
.button--acid{background:var(--landing-acid);color:var(--landing-acid-ink)}
.button--acid:hover,.button--acid:focus-visible{background:#d5ff70}
.button--light{background:#f7f7f4;color:#080907}
.button--light:hover,.button--light:focus-visible{background:#efffd0;border-color:rgba(200,255,70,.72)}
.button--ghost{border-color:var(--landing-line-strong);background:rgba(8,9,7,.46);color:var(--landing-ink)}
.button--ghost:hover,.button--ghost:focus-visible{border-color:rgba(200,255,70,.7);color:var(--landing-acid)}

.hero-scene{background:#050605}
.hero-scene::after{content:none;display:none}
.hero-layout{display:flex;align-items:center}
.hero-copy{position:relative;z-index:3;width:min(650px,49vw);padding-top:20px}
.hero-copy h1{display:grid;row-gap:clamp(5px,.55vw,9px);font-family:"Unbounded",sans-serif;font-size:clamp(48px,5vw,78px);font-weight:700;line-height:.98;letter-spacing:-.065em;text-transform:uppercase}
.hero-copy h1>span{display:block;white-space:nowrap}
.hero-copy h1 .hero-line--split{display:flex;align-items:baseline;gap:.22em}
.hero-copy h1 .hero-accent{color:var(--landing-acid)}
.hero-copy p{max-width:570px;margin-top:28px;color:#c4c5bf;font-size:clamp(18px,1.55vw,23px);line-height:1.55;text-wrap:balance}
.hero-actions{margin-top:34px;display:flex;gap:14px;flex-wrap:wrap}
.hero-art{position:absolute;z-index:1;inset:var(--landing-header) 0 0;pointer-events:none}
.hero-art::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#050605 0%,rgba(5,6,5,.98) 27%,rgba(5,6,5,.2) 55%,rgba(5,6,5,0) 76%)}
.hero-art img{width:100%;height:100%;object-fit:contain;object-position:right bottom}
.scroll-cue{position:absolute;z-index:4;left:clamp(36px,6vw,92px);bottom:26px;display:flex;align-items:center;gap:10px;color:rgba(245,244,239,.52);font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}
.scroll-cue i{color:var(--landing-acid);font-size:18px}

.process-layout{display:grid;grid-template-rows:auto 1fr auto;align-items:center}
.process-layout .scene-heading{align-self:end;max-width:940px;padding-bottom:5vh}
.process-track{position:relative;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:start;gap:0}
.process-track::before{content:"";position:absolute;left:8%;right:8%;top:38px;height:1px;background:rgba(255,255,255,.18)}
.process-step{position:relative;z-index:1;min-width:0;padding:0 14px;border:0;background:transparent;text-align:center;cursor:pointer}
.process-step i{width:76px;height:76px;margin:0 auto 20px;display:grid;place-items:center;border:1px solid var(--landing-line-strong);border-radius:50%;background:var(--landing-bg);color:var(--landing-faint);font-size:30px;transition:color .2s ease,border-color .2s ease,background-color .2s ease,transform .2s ease}
.process-step b{display:block;font-family:"Unbounded",sans-serif;font-size:clamp(10px,1vw,14px);font-weight:600;line-height:1.35;letter-spacing:-.035em}
.process-step:hover i,.process-step:focus-visible i,.process-step.is-active i{border-color:var(--landing-acid);background:var(--landing-acid);color:var(--landing-acid-ink);transform:scale(1.06)}.process-step:active i{transform:scale(.94)}
.process-detail{align-self:start;max-width:720px;margin:5vh auto 0;color:var(--landing-muted);font-size:18px;line-height:1.7;text-align:center;text-wrap:balance}

.split-layout{display:grid;grid-template-columns:minmax(340px,.78fr) minmax(0,1.55fr);align-items:center;gap:clamp(42px,6vw,100px)}
.scene-copy{max-width:540px}
.network-summary{margin-top:34px;padding-top:26px;display:grid;gap:10px;border-top:1px solid var(--landing-line);color:var(--landing-muted);font-size:13px}
.network-summary span{display:flex;align-items:center;gap:9px}
.network-summary i{color:var(--landing-acid);font-size:18px}
.workspace-title>span{display:block}
.workspace-title__accent{color:var(--landing-acid)}
.product-window,.strategy-window{position:relative;width:100%;max-height:72svh;overflow:hidden;border:1px solid var(--landing-line-strong);border-radius:var(--landing-radius);background:var(--landing-panel);box-shadow:0 36px 90px rgba(0,0,0,.34)}
.product-window img{width:100%;height:auto;max-height:72svh;object-fit:contain;background:#eff0e7}

.example-scene{background:#050605}
.example-media{position:absolute;inset:0;overflow:hidden}
.example-media::after{content:"";position:absolute;inset:0;background:rgba(5,6,5,.28)}
.example-media img{width:100%;height:100%;object-fit:cover;object-position:center}
.example-layout{display:grid;grid-template-rows:1fr auto;align-items:center}
.example-copy{align-self:center;max-width:720px;padding:34px;border-left:3px solid var(--landing-acid);background:rgba(5,6,5,.84);backdrop-filter:blur(10px)}
.example-copy p:last-child{color:#c5c7c0}
.episode-line{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.3);background:rgba(5,6,5,.78);backdrop-filter:blur(10px)}
.episode-line article{min-width:0;padding:24px 28px}
.episode-line article+article{border-left:1px solid rgba(255,255,255,.18)}
.episode-line span{display:block;color:var(--landing-acid);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.episode-line b{display:block;margin-top:8px;font-family:"Unbounded",sans-serif;font-size:17px;letter-spacing:-.035em}
.episode-line p{margin-top:8px;color:var(--landing-muted);font-size:13px;line-height:1.55}

.split-layout--strategy{grid-template-columns:minmax(430px,.78fr) minmax(0,1.5fr);gap:clamp(48px,5vw,76px)}
.split-layout--strategy .scene-copy h2{font-size:clamp(38px,3.5vw,52px)}
.strategy-window{max-height:75svh}
.strategy-window img{width:100%;height:auto;max-height:75svh;object-fit:contain}
.strategy-title__accent{color:var(--landing-acid)}
.text-action{margin-top:34px;display:inline-flex;align-items:center;gap:10px;color:var(--landing-acid);font-size:13px;font-weight:800}
.text-action i{font-size:18px;transition:transform .18s ease}
.text-action:hover i{transform:translate(3px,-3px)}

.platforms-layout{display:grid;grid-template-rows:auto 1fr auto;align-items:center}
.platforms-layout .scene-heading{align-self:end;max-width:1080px;padding-bottom:4vh}
.platforms-title>span{display:block}
.platforms-title__accent{color:var(--landing-acid)}
.platform-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;border-top:1px solid var(--landing-line-strong);border-bottom:1px solid var(--landing-line-strong)}
.platform-card{min-width:0;padding:clamp(28px,4vw,54px);display:grid;grid-template-columns:auto 1fr;align-items:center;gap:22px;position:relative}
.platform-card+article{border-left:1px solid var(--landing-line-strong)}
.platform-card>i{font-size:clamp(40px,4vw,62px);color:var(--landing-faint)}
.platform-card.is-live>i{color:var(--landing-acid)}
.platform-card h3{font-family:"Unbounded",sans-serif;font-size:clamp(20px,2vw,30px);letter-spacing:-.045em}
.platform-card p{margin-top:6px;color:var(--landing-muted);font-size:13px}
.platform-card>span{grid-column:2;margin-top:10px;color:var(--landing-faint);font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.platform-card.is-live>span{color:var(--landing-acid)}
.platform-note{align-self:start;max-width:900px;margin:4vh auto 0;color:var(--landing-muted);font-size:16px;line-height:1.65;text-align:center;text-wrap:balance}

.pricing-scene{display:grid;grid-template-rows:1fr auto}
.pricing-layout{display:grid;grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr);grid-template-rows:1fr auto;align-items:center;gap:36px clamp(42px,7vw,110px);padding-bottom:100px}
.pricing-layout .scene-heading{max-width:560px}
.pricing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.price-card{min-width:0;min-height:360px;padding:32px;display:flex;flex-direction:column;border:1px solid var(--landing-line-strong);border-radius:var(--landing-radius);background:var(--landing-panel)}
.price-card--primary{border-color:rgba(200,255,70,.54)}
.price-card--primary header span,.price-card--primary header strong{color:var(--landing-acid)}
.pricing-title>span,.workspace-title>span{display:block}
.pricing-title>span+span,.workspace-title>span+span{margin-top:.16em}
.pricing-title__accent{color:var(--landing-acid)}
.price-card header{display:grid;gap:12px}
.price-card header span{color:var(--landing-muted);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.price-card--primary header span{color:var(--landing-acid)}
.price-card header strong{font-family:"Unbounded",sans-serif;font-size:clamp(34px,3vw,50px);line-height:1;letter-spacing:-.06em}
.price-card header strong .price-currency{font-family:Arial,"Helvetica Neue",system-ui,sans-serif;font-size:.9em;font-weight:700;letter-spacing:-.02em}
.price-card p{margin:28px 0;color:var(--landing-muted);font-size:14px;line-height:1.65}
.price-card .button{width:100%;margin-top:auto}
.billing-note{grid-column:1/-1;justify-self:end;margin:0;color:var(--landing-faint);font-size:11px}
.billing-note a{text-decoration:underline;text-underline-offset:3px}
.landing-footer{position:absolute;z-index:4;left:0;right:0;bottom:0;min-height:76px;padding:0 clamp(36px,6vw,92px);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;border-top:1px solid var(--landing-line);background:#070806}
.landing-footer .brand>img{width:28px;height:28px}
.landing-footer nav{justify-self:center;display:flex;gap:24px;color:var(--landing-muted);font-size:11px}
.landing-footer>span{color:var(--landing-faint);font-size:10px}

.cookie-notice{position:fixed;z-index:200;left:20px;bottom:20px;max-width:430px;padding:14px 14px 14px 18px;display:flex;align-items:center;gap:16px;border:1px solid var(--landing-line-strong);border-radius:14px;background:#121310;box-shadow:0 18px 55px rgba(0,0,0,.42);opacity:0;visibility:hidden;transform:translateY(14px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}
.cookie-notice.show{opacity:1;visibility:visible;transform:none}
.cookie-notice p{color:var(--landing-muted);font-size:11px;line-height:1.45}
.cookie-notice a{color:var(--landing-ink);text-decoration:underline}
.cookie-notice button{flex:none;min-height:34px;padding:0 12px;border:0;border-radius:8px;background:var(--landing-acid);color:var(--landing-acid-ink);font-size:11px;font-weight:800;cursor:pointer}

:focus-visible{outline:2px solid var(--landing-acid);outline-offset:4px}

@media(max-width:1100px){
  .landing-header nav{gap:16px;font-size:11px}
  .hero-copy{width:min(590px,55vw)}
  .split-layout{grid-template-columns:minmax(290px,.72fr) minmax(0,1.28fr);gap:42px}
  .split-layout--strategy{grid-template-columns:minmax(360px,.82fr) minmax(0,1.18fr);gap:36px}
  .scene-heading h2,.scene-copy h2,.example-copy h2{font-size:clamp(34px,4.4vw,54px)}
  .platform-card{padding:30px 24px}
  .pricing-layout{gap:34px}
}

@media(max-width:800px){
  :root{--landing-header:66px;--landing-mobile-vh:100svh}
  html{scroll-snap-type:y mandatory;scroll-behavior:auto;overscroll-behavior-y:none;scroll-padding:0}
  body.landing-v2{overscroll-behavior-y:none;touch-action:pan-y pinch-zoom}
  .landing-header{padding:0 16px;grid-template-columns:1fr auto;gap:14px}
  .landing-header nav{display:none}
  .landing-header .brand>img{width:48px;height:48px}
  .landing-header .brand>span{gap:7px;font-size:11.5px}
  .landing-header .brand b{font-size:17.5px}
  .landing-header .brand em{padding:6px 7px 5px;font-size:8px}
  .landing-header-actions{gap:7px}
  .language-picker__trigger{width:40px;height:34px;border-radius:9px;font-size:9px}
  .language-picker__menu{top:calc(100% + 6px);width:54px}
  .header-login{min-height:36px;padding-inline:13px;font-size:11px}

  .landing-scene{height:100svh;min-height:100svh;max-height:100svh;overflow:hidden;scroll-snap-align:start;scroll-snap-stop:always}
  .landing-scene::before{content:"";position:absolute;z-index:0;inset:-12vh 0;background:inherit;pointer-events:none}
  .scene-shell{height:100%;min-height:0;padding:calc(var(--landing-header) + 18px) 20px 22px;display:grid;align-content:center;justify-items:center;gap:22px}
  .scene-heading,.scene-copy,.example-copy{width:100%;max-width:680px;text-align:center}
  .scene-heading h2,.scene-copy h2,.example-copy h2{font-size:clamp(28px,8.2vw,40px);line-height:1.04;text-align:center}
  .scene-heading>p:last-child,.scene-copy>p:last-of-type,.example-copy>p:last-child{max-width:560px;margin:12px auto 0;font-size:13px;line-height:1.46;text-align:center}
  .eyebrow{margin-bottom:9px;font-size:11px;line-height:1.25;text-align:center}
  .strategy-scene .eyebrow{display:none}

  .hero-layout{align-content:center;justify-items:center;padding-top:var(--landing-header);padding-bottom:24px}
  .hero-copy{width:100%;max-width:620px;padding:0;text-align:center}
  .hero-copy h1{font-size:clamp(36px,10.8vw,52px);line-height:1.01}
  .hero-copy h1>span{white-space:normal}
  .hero-copy h1 .hero-line--nowrap{white-space:nowrap}
  .hero-copy p{max-width:520px;margin:18px auto 0;font-size:15px;line-height:1.5}
  .hero-actions{width:min(100%,520px);margin:24px auto 0;display:grid;grid-template-columns:1fr;gap:9px}
  .button{min-height:48px;width:100%}
  .hero-art,.scroll-cue{display:none}

  .process-layout{grid-template-rows:auto auto auto;align-content:center;gap:22px;padding-top:calc(var(--landing-header) + 14px);padding-bottom:22px}
  .process-layout .scene-heading{align-self:auto;padding:0}
  .process-track{width:min(100%,560px);margin:0 auto;padding:0;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-template-rows:auto auto;align-self:auto;gap:14px 10px;overflow:visible;scroll-snap-type:none}
  .process-track::before{display:none}
  .process-step{grid-column:span 2;min-width:0;padding:0;display:grid;justify-items:center;align-content:center;gap:0}
  .process-step:nth-child(4){grid-column:2/4}
  .process-step:nth-child(5){grid-column:4/6}
  .process-step i{width:68px;height:68px;margin-bottom:9px;font-size:26px;border-radius:20px}
  .process-step b{font-size:10px;line-height:1.25;text-align:center;overflow-wrap:normal}
  .process-detail{align-self:auto;width:min(100%,560px);max-width:560px;min-height:98px;margin:0 auto;padding:12px 14px 0;border-top:1px solid var(--landing-line);font-size:14px;line-height:1.44;text-align:center}

  .split-layout,.split-layout--strategy{grid-template-columns:1fr;grid-template-rows:auto auto;align-content:center;justify-items:center;gap:22px}
  .workspace-scene .scene-shell,.strategy-scene .scene-shell{padding-top:calc(var(--landing-header) + 14px);padding-bottom:20px}
  .scene-copy>p:last-of-type{margin-top:11px;font-size:14px}
  .network-summary{width:min(100%,520px);margin:12px auto 0;padding-top:10px;gap:5px;font-size:10px;text-align:left}
  .product-window{align-self:auto;width:min(100%,640px);max-height:none;border-radius:14px}
  .product-window img{display:block;width:100%;height:auto;max-height:none;object-fit:contain}
  .strategy-window{align-self:auto;width:min(100%,650px);max-height:45vh;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}
  .strategy-window img{width:100%;height:min(45vh,430px);max-height:45vh;object-fit:contain;background:transparent;border-radius:0}
  .text-action{margin-top:12px;font-size:11px}

  .example-scene{height:100svh;min-height:100svh;overflow:hidden;contain:paint}
  .example-layout{grid-template-rows:auto auto;align-content:center;justify-items:center;gap:22px;padding-top:calc(var(--landing-header) + 14px);padding-bottom:20px}
  .example-media{inset:0;width:100%;height:100%;overflow:hidden}
  .example-media::after{background:rgba(5,6,5,.52)}
  .example-media img{width:100%;height:100%;min-width:100%;min-height:100%;object-fit:cover;object-position:center}
  .example-copy{align-self:auto;max-width:620px;padding:15px 16px;border-left-width:2px}
  .example-copy>p:last-child{margin-top:10px;font-size:14px}
  .episode-line{align-self:auto;width:min(100%,620px);grid-template-columns:1fr;max-height:none;overflow:visible}
  .episode-line article{min-height:0;padding:9px 14px;text-align:center}
  .episode-line article+article{border-left:0;border-top:1px solid rgba(255,255,255,.14)}
  .episode-line span{font-size:7px}
  .episode-line b{margin-top:3px;font-size:12px}
  .episode-line p{margin-top:2px;font-size:11.5px;line-height:1.35}

  .platforms-layout{grid-template-rows:auto auto auto;align-content:center;justify-items:center;gap:22px;padding-top:calc(var(--landing-header) + 14px);padding-bottom:20px}
  .platforms-layout .scene-heading{align-self:auto;padding:0}
  .platform-grid{align-self:auto;width:min(100%,620px);grid-template-columns:1fr;border-color:var(--landing-line)}
  .platform-card{min-height:0;padding:12px 10px;grid-template-columns:40px 1fr auto;gap:10px;text-align:left}
  .platform-card+article{border-left:0;border-top:1px solid var(--landing-line)}
  .platform-card>i{font-size:31px}
  .platform-card h3{font-size:15px}
  .platform-card p{margin-top:3px;font-size:12.5px;line-height:1.35}
  .platform-card>span{grid-column:3;grid-row:1;align-self:center;margin:0;text-align:right;font-size:7px}
  .platform-note{align-self:auto;max-width:580px;margin:0 auto;font-size:14px;line-height:1.45;text-align:center}

  .pricing-scene{height:auto;min-height:0;display:block;overflow:visible;scroll-snap-align:none;scroll-snap-stop:normal}
  .pricing-layout{height:100svh;min-height:100svh;max-height:100svh;padding:calc(var(--landing-header) + 14px) 20px 20px;grid-template-columns:1fr;grid-template-rows:auto auto auto;align-content:center;justify-items:center;gap:12px;scroll-snap-align:start;scroll-snap-stop:always}
  .pricing-layout .scene-heading{max-width:620px}
  .pricing-grid{align-self:auto;width:min(100%,580px);grid-template-columns:1fr;gap:12px}
  .price-card{min-height:0;padding:16px 17px;border-radius:18px}
  .price-card header{grid-template-columns:1fr auto;align-items:center;gap:10px}
  .price-card header span{font-size:11px;line-height:1.2}
  .price-card header strong{font-size:27px;white-space:nowrap}
  .price-card p{margin:10px 0 13px;font-size:14px;line-height:1.45}
  .price-card .button{min-height:42px;padding-inline:12px;font-size:12px}
  .billing-note{align-self:auto;justify-self:center;margin:0;text-align:center;font-size:10.5px;line-height:1.4}
  .landing-footer{position:relative;left:auto;right:auto;bottom:auto;width:100%;height:100svh;min-height:100svh;max-height:100svh;padding:24px 18px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:18px;border-top:1px solid var(--landing-line);background:#070806;text-align:center;scroll-snap-align:start;scroll-snap-stop:always}
  .landing-footer nav{justify-self:auto;display:flex;justify-content:center;gap:12px 16px;flex-wrap:wrap;font-size:9px}
  .landing-footer>span{font-size:9px}
  .cookie-notice{left:12px;right:12px;bottom:12px;max-width:none}
}

@media(max-width:560px){
  .scene-shell{padding-inline:16px}
  .hero-copy h1{font-size:clamp(34px,10.6vw,47px)}
  .hero-copy p{font-size:14px}
  .process-track{gap:12px 8px}
  .process-step i{width:62px;height:62px;font-size:23px}
  .process-step b{font-size:9.5px}
  .pricing-layout{padding-inline:16px}
}

@media(max-width:390px), (max-height:700px) and (max-width:800px){
  .scene-shell{padding-top:calc(var(--landing-header) + 10px);padding-bottom:12px;gap:10px}
  .scene-heading h2,.scene-copy h2,.example-copy h2{font-size:clamp(24px,7.4vw,32px)}
  .scene-heading>p:last-child{margin-top:8px;font-size:11px}
  .scene-copy>p:last-of-type,.example-copy>p:last-child{margin-top:8px;font-size:14px}
  .eyebrow{margin-bottom:7px;font-size:11px}
  .process-layout{gap:10px;padding-top:calc(var(--landing-header) + 8px)}
  .process-track{gap:8px}
  .process-step i{width:50px;height:50px;margin-bottom:5px;font-size:19px;border-radius:14px}
  .process-step b{font-size:7.8px}
  .process-detail{padding-top:8px;font-size:14px}
  .product-window{height:auto;max-height:none}
  .product-window img{height:auto;max-height:none}
  .strategy-window,.strategy-window img{height:39vh;max-height:39vh}
  .example-layout,.platforms-layout,.workspace-scene .scene-shell,.strategy-scene .scene-shell{padding-top:calc(var(--landing-header) + 8px);padding-bottom:10px}
  .example-copy{padding:10px 12px}
  .episode-line article{padding:6px 10px}
  .platform-card{padding-block:7px}
  .pricing-layout{padding-top:calc(var(--landing-header) + 8px);padding-bottom:12px;gap:8px}
  .price-card{padding:14px 15px}
  .price-card header strong{font-size:25px}
  .price-card p{margin:8px 0 10px;font-size:14px;line-height:1.4}
}

@media(max-height:760px) and (min-width:801px){
  :root{--landing-header:64px}
  .scene-shell{padding-top:calc(var(--landing-header) + 22px);padding-bottom:28px}
  .scene-heading h2,.scene-copy h2,.example-copy h2{font-size:clamp(32px,3.55vw,52px)}
  .hero-copy h1{font-size:clamp(44px,4.55vw,68px)}
  .hero-copy p{margin-top:20px;font-size:18px}
  .hero-actions{margin-top:24px}
  .process-layout .scene-heading{padding-bottom:2vh}
  .process-detail{margin-top:3vh;font-size:16px}
  .product-window,.product-window img,.strategy-window,.strategy-window img{max-height:68svh}
  .episode-line article{padding-block:18px}
  .platforms-layout .scene-heading{padding-bottom:2vh}
  .platform-note{margin-top:2vh}
  .price-card{min-height:300px;padding:26px}
}

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

@media(max-width:800px){
  .header-login:active,.header-login:focus-visible{color:var(--landing-acid-ink)!important;-webkit-text-fill-color:var(--landing-acid-ink)!important}
  .header-login{-webkit-tap-highlight-color:transparent}
}

