
@font-face{font-family:'Mont';src:url(/landing/asset-0.ttf) format('truetype');font-weight:100 900;font-display:swap;}
@font-face{font-family:'Marker';src:url(/landing/asset-1.ttf) format('truetype');font-display:swap;}

:root{
  --bg-base:#0A0510; --glass:rgba(255,255,255,.05);
  --border:rgba(255,255,255,.08); --border-2:rgba(255,255,255,.14);
  --fg:#EDEDEF; --fg-muted:#9096A1;
  --violet:#7C3AED; --violet-br:#A855F7; --violet-glow:rgba(124,58,237,.35);
  --lime:#C6F432; --lime-glow:rgba(198,244,50,.30); --on-lime:#0A0510;
  --lime-line:rgba(198,244,50,.42);
  --ring:#C6F432;
  --r-card:16px; --r-lg:24px; --r-pill:999px;
  --ease:cubic-bezier(.16,1,.3,1);
  --font:'Mont',system-ui,sans-serif;
  --sp:clamp(72px,9vw,124px);
}
*{box-sizing:border-box;}
/* THE FONT BELONGS ON body, NOT ON .page.
   It was only on .page — but .fab (the floating CTA) is a SIBLING of .page,
   directly under body, so it inherited nothing and fell back to the browser
   default: the floating button rendered in Times New Roman while the entire
   site was Montserrat. Anything else ever placed outside .page (a modal, a
   toast, a cookie bar) would have had the same bug.
   Setting it on body means every element inherits it by default and the
   mistake cannot recur. */
body{font-family:var(--font);background:var(--bg-base);color:var(--fg);margin:0;}
.page{background:var(--bg-base);color:var(--fg);font-family:var(--font);font-size:16px;line-height:1.55;
  overflow-x:hidden;position:relative;isolation:isolate;font-weight:400;}
.wrap{max-width:1080px;margin:0 auto;padding:0 22px;position:relative;z-index:1;}

.blob{position:absolute;border-radius:50%;filter:blur(110px);background:var(--violet-glow);pointer-events:none;z-index:0;}
.b1{width:660px;height:660px;top:-200px;left:50%;margin-left:-330px;opacity:.5;animation:d1 24s ease-in-out infinite;}
.b2{width:520px;height:520px;bottom:200px;left:-220px;opacity:.28;background:var(--lime-glow);animation:d2 30s ease-in-out infinite;}
@keyframes d1{0%,100%{transform:translate(0,0);}50%{transform:translate(-50px,40px);}}
@keyframes d2{0%,100%{transform:translate(0,0);}50%{transform:translate(60px,-30px);}}

.js .rv{opacity:0;transform:translateY(24px);transition:opacity .6s var(--ease),transform .6s var(--ease);}
.js .rv.in{opacity:1;transform:none;}
.js .rv[data-d="1"]{transition-delay:.08s;} .js .rv[data-d="2"]{transition-delay:.16s;} .js .rv[data-d="3"]{transition-delay:.24s;}

/* ---- nav + logo ---- */
.nav{position:sticky;top:0;z-index:50;background:rgba(10,5,16,.8);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);}
.nav-in{max-width:1080px;margin:0 auto;padding:10px 18px;display:flex;align-items:center;gap:18px;}
.logo{display:flex;align-items:center;gap:9px;text-decoration:none;flex:0 0 auto;}
.logo img{width:38px;height:38px;flex:0 0 auto;display:block;filter:drop-shadow(0 0 8px var(--lime-glow));}
.logo .name{font-weight:800;letter-spacing:-.03em;font-size:17px;white-space:nowrap;color:var(--fg);}
.nav-links{display:flex;gap:22px;margin-left:auto;font-size:14px;color:var(--fg-muted);font-weight:500;}
.nav-links a{color:inherit;text-decoration:none;transition:color .2s var(--ease);}
.nav-links a:hover{color:var(--fg);}
.nav-cta{display:flex;gap:8px;margin-left:auto;align-items:center;}

.btn{font-family:var(--font);font-weight:700;font-size:14px;border-radius:var(--r-pill);padding:11px 20px;
  border:1px solid var(--border-2);background:transparent;color:var(--fg);cursor:pointer;text-decoration:none;
  display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap;min-height:44px;
  transition:transform .2s var(--ease),box-shadow .2s var(--ease),background .2s var(--ease);}
.btn:hover{background:rgba(255,255,255,.07);}
.btn:active{transform:scale(.97);}
.btn:focus-visible{outline:2px solid var(--ring);outline-offset:3px;}
.btn-lime{background:var(--lime);color:var(--on-lime);border-color:transparent;animation:breathe 3.2s ease-in-out infinite;}
.btn-lime:hover{background:#D4FF3F;animation:none;box-shadow:0 0 64px rgba(198,244,50,.55);}
@keyframes breathe{0%,100%{box-shadow:0 0 22px rgba(198,244,50,.22);}50%{box-shadow:0 0 52px rgba(198,244,50,.5);}}
.btn-lg{padding:17px 30px;font-size:16px;min-height:56px;}
.btn-full{width:100%;}

.marker{font-family:'Marker',cursive;line-height:1.25;}

.divider{margin:var(--sp) 0 0;line-height:0;opacity:.8;}
.divider svg{width:100%;height:24px;display:block;overflow:visible;}
.divider path{fill:none;stroke:var(--lime);stroke-width:3;stroke-linecap:round;stroke-linejoin:round;
  filter:drop-shadow(0 0 8px var(--lime-glow));}
.divider.v path{stroke:var(--violet-br);filter:drop-shadow(0 0 8px var(--violet-glow));}
.js .divider .dash{stroke-dasharray:2200;stroke-dashoffset:2200;}
.js .divider.in .dash{animation:draw 1.6s var(--ease) forwards;}
@keyframes draw{to{stroke-dashoffset:0;}}

/* ---- hero ---- */
.hero{padding:clamp(40px,5.5vw,76px) 0 0;text-align:center;}
.hero-copy{max-width:19ch;margin:0 auto;}
h1{font-size:clamp(38px,6vw,68px);font-weight:800;letter-spacing:-.038em;line-height:1.0;margin:0 0 20px;text-wrap:balance;}
h1 .hl{color:var(--lime);}
.sub{color:var(--fg-muted);font-size:clamp(16px,1.8vw,19px);max-width:52ch;margin:0 auto 34px;}
.h-video{max-width:840px;margin:0 auto;}
.hero-btns{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:30px;}
.hero-micro{margin-top:16px;font-size:13px;color:var(--fg-muted);}
.hero-micro b{color:var(--fg);font-weight:700;}

/* NO VIDEO? RENDER NOTHING. (D-009)
   Shipped empty, this box was 840x473 on a 1440 desktop — 53% of the screen —
   an empty purple gradient with a play button that did nothing but log to the
   console. On mobile it's only ~211px tall so it read as a design panel; on
   desktop it was obviously a hole. That's why it looked fine on a phone.
   Attribute selector, not JS: a dead box must not appear even for the instant
   before a script runs, and must not appear at all if the script never does.
   The moment the backend sets data-video-src, both rules stop matching. */
.vid[data-video-src=""]{display:none;}
.h-video:has(.vid[data-video-src=""]){display:none;}
/* ...and the button that offers to play it. "Watch the demo" pointing at an
   empty slot is a promise we can't keep, and once the box above is hidden it
   scrolls to a display:none element — a CTA that does literally nothing.
   data-video-src stays the ONE source of truth: two flags to keep in sync
   would eventually disagree, and the disagreement would ship. */
.page:has(.vid[data-video-src=""]) .hero-btns a[href="#hero-video"]{display:none;}
.vid{position:relative;aspect-ratio:16/9;border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--border-2);
  background:radial-gradient(ellipse at 62% 38%,rgba(168,85,247,.5),transparent 66%),linear-gradient(165deg,#1c1134,#0b0516);
  box-shadow:0 0 100px var(--violet-glow),0 22px 50px rgba(0,0,0,.6);display:grid;place-items:center;cursor:pointer;
  transition:transform .3s var(--ease),box-shadow .3s var(--ease);}
.vid:hover{transform:scale(1.008);box-shadow:0 0 130px var(--violet-glow),0 22px 50px rgba(0,0,0,.6);}
.vid:focus-visible{outline:2px solid var(--ring);outline-offset:3px;}
.vid video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.play{width:74px;height:74px;border-radius:50%;background:var(--lime);display:grid;place-items:center;
  box-shadow:0 0 48px var(--lime-glow);position:relative;z-index:2;animation:breathe 3.2s ease-in-out infinite;}
.play svg{width:26px;height:26px;margin-left:4px;fill:var(--on-lime);}
.vid-cap{position:absolute;left:14px;bottom:12px;z-index:2;font-size:11.5px;font-weight:600;color:var(--fg-muted);}

/* ---- build box ---- */
.build{margin-top:clamp(40px,5vw,64px);}
.build-head{display:flex;align-items:center;gap:10px;justify-content:center;margin-bottom:16px;}
.build-tag{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;padding:6px 13px;
  border-radius:var(--r-pill);background:rgba(124,58,237,.3);border:1px solid rgba(168,85,247,.45);color:#EDE0FF;}
.device{border-radius:var(--r-lg);border:1px solid var(--border-2);background:linear-gradient(165deg,#1c1134,#0b0516);
  box-shadow:0 0 100px var(--violet-glow),0 22px 50px rgba(0,0,0,.6);overflow:hidden;max-width:660px;margin:0 auto;text-align:left;}
.dv-bar{display:flex;align-items:center;gap:6px;padding:11px 13px;border-bottom:1px solid var(--border);background:rgba(0,0,0,.3);}
.dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.16);}
.dv-url{margin-left:8px;flex:1;height:20px;border-radius:var(--r-pill);background:rgba(255,255,255,.05);
  border:1px solid var(--border);display:flex;align-items:center;padding:0 10px;font-size:9.5px;color:var(--fg-muted);}
.dv-main{padding:14px;}
.mini{border-radius:9px;overflow:hidden;border:1px solid var(--border);background:#0d0619;position:relative;}
.mini-nav{display:flex;align-items:center;gap:4px;padding:7px 9px;border-bottom:1px solid var(--border);}
.mini-logo{width:15px;height:5px;border-radius:2px;background:var(--lime);}
.mini-ln{width:12px;height:3px;border-radius:2px;background:rgba(255,255,255,.15);}
.mini-cta{margin-left:auto;width:24px;height:8px;border-radius:var(--r-pill);background:var(--lime);}
.mini-hero{padding:14px 11px;display:grid;grid-template-columns:1fr .8fr;gap:10px;align-items:center;
  background:radial-gradient(ellipse at 78% 40%,rgba(168,85,247,.45),transparent 62%);}
.ln{height:4px;border-radius:2px;background:rgba(255,255,255,.22);margin-bottom:6px;transform-origin:left;}
.w1{width:88%;height:7px;background:rgba(255,255,255,.55);}
.w2{width:62%;height:7px;background:var(--lime);}
.w3{width:76%;} .w4{width:50%;}
.mini-btn{width:38px;height:10px;border-radius:var(--r-pill);background:var(--lime);margin-top:8px;transform-origin:left;}
.mini-img{height:56px;border-radius:6px;background:linear-gradient(140deg,var(--violet-br),var(--violet));border:1px solid rgba(255,255,255,.12);}
.mini-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:0 11px 12px;}
.mc{height:22px;border-radius:4px;background:rgba(255,255,255,.05);border:1px solid var(--border);}
.anim .ln,.anim .mini-btn{animation:grow 7s var(--ease) infinite;}
.anim .w1{animation-delay:.3s;} .anim .w2{animation-delay:.5s;} .anim .w3{animation-delay:.7s;}
.anim .w4{animation-delay:.9s;} .anim .mini-btn{animation-delay:1.1s;}
@keyframes grow{0%{transform:scaleX(0);opacity:0;}6%,88%{transform:scaleX(1);opacity:1;}96%,100%{transform:scaleX(0);opacity:0;}}
.anim .mini-img{animation:pop 7s var(--ease) infinite;animation-delay:1.3s;}
.anim .mc{animation:pop 7s var(--ease) infinite;}
.anim .mc:nth-child(1){animation-delay:1.5s;} .anim .mc:nth-child(2){animation-delay:1.65s;} .anim .mc:nth-child(3){animation-delay:1.8s;}
@keyframes pop{0%{transform:scale(.85);opacity:0;}8%,88%{transform:scale(1);opacity:1;}96%,100%{transform:scale(.85);opacity:0;}}
.scan{position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,transparent,rgba(198,244,50,.14),transparent);height:38%;}
.anim .scan{animation:scan 7s ease-in-out infinite;}
@keyframes scan{0%{transform:translateY(-110%);opacity:0;}4%{opacity:1;}30%{transform:translateY(300%);opacity:0;}100%{opacity:0;}}
.pipe{display:flex;gap:7px;margin-top:12px;flex-wrap:wrap;justify-content:center;}
.pc{font-size:10px;font-weight:600;padding:6px 11px;border-radius:var(--r-pill);
  background:rgba(255,255,255,.05);border:1px solid var(--border);color:var(--fg-muted);}
.anim .pc{animation:chip 7s linear infinite;}
.anim .pc:nth-child(1){animation-delay:.3s;} .anim .pc:nth-child(2){animation-delay:1s;}
.anim .pc:nth-child(3){animation-delay:1.7s;} .anim .pc:nth-child(4){animation-delay:2.4s;}
@keyframes chip{0%,3%{background:rgba(255,255,255,.05);color:var(--fg-muted);}
  6%,88%{background:var(--lime);color:var(--on-lime);}92%,100%{background:rgba(255,255,255,.05);color:var(--fg-muted);}}

/* ---- floating mobile CTA ---- */
.fab{position:fixed;left:14px;right:14px;bottom:0;z-index:60;display:none;
  padding-bottom:max(14px,env(safe-area-inset-bottom));
  transform:translateY(150%);transition:transform .45s var(--ease);pointer-events:none;}
.fab.show{transform:translateY(0);pointer-events:auto;}
.fab-in{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:56px;
  padding:12px 22px;border-radius:var(--r-pill);background:var(--lime);color:var(--on-lime);
  font-weight:800;font-size:16px;letter-spacing:-.01em;text-decoration:none;animation:fabglow 3.2s ease-in-out infinite;}
.fab-in:active{transform:scale(.98);}
.fab-in:focus-visible{outline:2px solid #fff;outline-offset:3px;}
.fab-sub{font-weight:600;font-size:12.5px;opacity:.72;}
@keyframes fabglow{
  0%,100%{box-shadow:0 0 20px rgba(198,244,50,.3),0 8px 26px rgba(0,0,0,.45);}
  50%    {box-shadow:0 0 54px rgba(198,244,50,.62),0 8px 26px rgba(0,0,0,.45);}
}
@media (max-width:900px){ .fab{display:block;} }

/* ---- sections ---- */
.sec{padding:var(--sp) 0 0;}
.eyebrow{display:inline-block;font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;
  padding:7px 14px;border-radius:var(--r-pill);background:rgba(124,58,237,.26);border:1px solid rgba(168,85,247,.4);
  color:#EDE0FF;backdrop-filter:blur(20px);}
.sec-head{text-align:center;max-width:660px;margin:0 auto;}
h2{font-size:clamp(28px,3.8vw,44px);font-weight:800;letter-spacing:-.03em;margin:18px 0 10px;text-wrap:balance;}
h2 .hl{color:var(--lime);}
.scribble{position:relative;display:inline-block;}
.scribble svg{position:absolute;left:-3%;bottom:-10px;width:106%;height:11px;overflow:visible;}
.sec-sub{color:var(--fg-muted);margin:0;font-size:15.5px;}

/* ---- pricing: TWO plans ---- */
.price-row{display:grid;grid-template-columns:1.15fr 1fr;gap:16px;margin-top:46px;align-items:stretch;}
.pcard{border-radius:var(--r-lg);border:1px solid var(--lime-line);padding:30px 28px;display:flex;flex-direction:column;
  background:linear-gradient(170deg,rgba(198,244,50,.07),rgba(124,58,237,.16) 42%,rgba(12,6,24,.92) 80%);
  box-shadow:0 0 34px rgba(198,244,50,.09);
  transition:transform .3s var(--ease),box-shadow .3s var(--ease),border-color .3s var(--ease);}
.pcard:hover{transform:translateY(-6px);border-color:var(--lime);box-shadow:0 0 62px rgba(198,244,50,.24);}
.pcard.main{background:linear-gradient(170deg,rgba(198,244,50,.14),rgba(124,58,237,.2) 42%,rgba(12,6,24,.92) 80%);
  box-shadow:0 0 50px rgba(198,244,50,.16);}
.p-for{font-family:'Marker',cursive;font-size:15px;line-height:1.2;color:var(--lime);text-align:right;
  transform:rotate(-4deg);transform-origin:right center;margin:0 0 14px auto;width:fit-content;max-width:80%;
  pointer-events:none;min-height:18px;}
.p-name{font-weight:700;font-size:16px;color:var(--fg-muted);}
.p-cost{font-weight:900;font-size:clamp(40px,5vw,54px);letter-spacing:-.045em;margin:6px 0 2px;line-height:1;}
.p-cost sup{font-size:.46em;font-weight:700;vertical-align:super;margin-right:2px;}
.p-per{font-size:12.5px;color:var(--fg-muted);font-weight:500;}
.p-line{height:1px;background:var(--border);margin:20px 0;}
.p-list{list-style:none;padding:0;margin:0 0 24px;display:flex;flex-direction:column;gap:11px;flex:1;}
.p-list li{font-size:13.5px;color:var(--fg-muted);display:flex;gap:9px;align-items:flex-start;line-height:1.45;}
.p-list li b{color:var(--fg);font-weight:700;}
.tick{color:var(--lime);font-weight:900;flex:0 0 auto;}
.p-note{text-align:center;color:var(--fg-muted);font-size:12.5px;margin-top:22px;}

/* ---- trust ---- */
.trust{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:44px;}
.tk{padding:22px 20px;border-radius:var(--r-card);border:1px solid var(--border);background:rgba(255,255,255,.025);}
.tk-t{font-weight:700;font-size:14px;color:var(--lime);margin-bottom:6px;}
.tk-d{font-size:12.5px;color:var(--fg-muted);line-height:1.5;}
.stack{margin-top:26px;display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.slot{padding:22px 20px;border-radius:var(--r-card);border:1px solid var(--border);background:rgba(255,255,255,.02);text-align:center;}
.slot-t{font-size:13px;font-weight:700;color:var(--fg);margin-bottom:3px;}
.slot-s{font-size:12px;color:var(--fg-muted);margin-bottom:14px;}
.chips{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;}
.chip{font-weight:700;font-size:12.5px;padding:7px 13px;border-radius:var(--r-pill);
  background:rgba(255,255,255,.06);border:1px solid var(--border-2);color:var(--fg);}

/* ---- faq ---- */
.faq{margin-top:40px;max-width:760px;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;gap:10px;}
.fq{border:1px solid var(--border);border-radius:var(--r-card);background:rgba(255,255,255,.025);overflow:hidden;}
.fq summary{padding:18px 22px;font-weight:700;font-size:14.5px;cursor:pointer;list-style:none;
  display:flex;justify-content:space-between;gap:14px;align-items:center;min-height:44px;}
.fq summary::-webkit-details-marker{display:none;}
.fq summary:focus-visible{outline:2px solid var(--ring);outline-offset:-2px;}
.fq summary:hover{background:rgba(255,255,255,.03);}
.fq .pm{color:var(--lime);font-weight:900;font-size:19px;flex:0 0 auto;transition:transform .25s var(--ease);}
.fq[open] .pm{transform:rotate(45deg);}
.fq-a{padding:0 22px 20px;font-size:13.5px;color:var(--fg-muted);line-height:1.65;}

/* ---- close ---- */
.close{margin:var(--sp) 0 0;padding:clamp(48px,6vw,68px) clamp(20px,3vw,34px);border-radius:var(--r-lg);
  border:1px solid rgba(198,244,50,.22);
  background:radial-gradient(ellipse 80% 130% at 50% 120%,rgba(198,244,50,.3),transparent 60%),#0c0618;
  display:grid;grid-template-columns:1fr auto 1fr;gap:20px;align-items:center;}
.close-mid{text-align:center;}
.mk-l{transform:rotate(-8deg);justify-self:start;font-size:clamp(15px,1.5vw,19px);color:var(--fg);}
.mk-r{transform:rotate(7deg);justify-self:end;text-align:right;font-size:clamp(15px,1.5vw,19px);color:var(--lime);}
.foot{padding:44px 0 60px;text-align:center;color:var(--fg-muted);font-size:12px;}
.banner{background:rgba(198,244,50,.08);border-bottom:1px solid rgba(198,244,50,.22);color:var(--lime);
  font-size:12px;padding:9px 20px;text-align:center;position:relative;z-index:60;font-weight:500;}

@media (max-width:1040px){ .trust{grid-template-columns:repeat(2,1fr);} }
@media (max-width:900px){
  .nav-links{display:none;}
  .price-row{grid-template-columns:1fr;}
  .close{grid-template-columns:1fr;text-align:center;}
  .mk-l,.mk-r{justify-self:center;text-align:center;}
  .mk-r{display:none;}
  .divider svg{height:18px;}
  .stack{grid-template-columns:1fr;}
  .foot{padding-bottom:104px;}
}
@media (max-width:600px){
  .trust{grid-template-columns:1fr;}
  .nav-in{gap:8px;padding:10px 14px;}
  .logo img{width:34px;height:34px;}
  .logo .name{font-size:15px;}
  .nav-cta .btn{padding:9px 13px;font-size:13px;}
  .btn{padding:11px 16px;font-size:13.5px;}
  .hero-btns .btn{flex:1;}
  .close{padding:40px 18px;}
  .mk-l{display:none;}
  .divider svg{height:15px;}
  .play{width:60px;height:60px;}
  .hero-copy{max-width:100%;}
  .pcard{padding:26px 22px;}
}
@media (max-width:400px){
  .nav-cta .btn.ghost{display:none;}   /* keep the logo whole; Login lives in the footer nav */
}
/* ────────────────── DESKTOP ONLY (>=901px) ──────────────────
   Everything above is the base (this page is desktop-first with max-width
   overrides), so a min-width block is the only way to change desktop without
   touching the phone. Both fixes below are desktop-specific bugs. */
@media (min-width:901px){

  /* THE SIX-LINE HEADLINE.
     .hero-copy{max-width:19ch} resolves `ch` against the element's OWN
     font-size — and .hero-copy has none, so it inherits the 16px body text.
     The author meant "19 characters of the 68px headline" (~850px); it
     computed to ~190px, which is why "Launch / your / dream / website / in 30
     / minutes." got a line each. On a phone the box is roughly screen-width
     anyway, so the bug never showed there.
     Fix: constrain the h1 itself, where the 68px font actually lives, so `ch`
     finally means what it says. ~22 characters => two balanced lines. */
  .hero-copy{max-width:none;}
  .hero-copy h1{max-width:22ch;margin-left:auto;margin-right:auto;}

  /* THE CANYONS BETWEEN SECTIONS.
     --sp clamped to 124px here, and it is used for BOTH .divider's margin-top
     and the following .sec's padding-top — so the gaps stacked to ~250px of
     empty page between the device mockup and the squiggle. Halving the token
     fixes every stacked pair at once rather than patching each seam. */
  :root{--sp:clamp(64px,4.6vw,80px);}
  .hero{padding-top:clamp(32px,3.4vw,52px);}
}

@media (prefers-reduced-motion:reduce){
  *{animation:none !important;transition:none !important;}
  .js .rv{opacity:1 !important;transform:none !important;}
  .js .divider .dash{stroke-dashoffset:0 !important;}
}


/* --- site footer (added) --- */

.site-foot{border-top:1px solid rgba(255,255,255,.08);margin-top:24px;padding:52px 22px 76px;position:relative;z-index:3;background:#08040d}
.sf-in{max-width:1120px;margin:0 auto}
.sf-top{display:flex;flex-wrap:wrap;gap:36px;justify-content:space-between;align-items:flex-start;margin-bottom:30px}
.sf-brand{display:flex;flex-direction:column;gap:10px;max-width:340px}
.sf-brand-row{display:flex;align-items:center;gap:10px}
.sf-brand-row img{border-radius:10px}
.sf-brand-row span{font-weight:800;font-size:18px;letter-spacing:-.02em}
.sf-tag{color:#9096a1;font-size:13.5px;line-height:1.65;margin:0}
.sf-links{display:flex;flex-wrap:wrap;gap:12px 22px;align-items:center;max-width:520px}
.sf-links a{color:#c9cdd4;text-decoration:none;font-size:14px;font-weight:600;opacity:.85;transition:color .15s,opacity .15s}
.sf-links a:hover{opacity:1;color:#c6f432}
.sf-legal{border-top:1px solid rgba(255,255,255,.06);padding-top:22px}
.sf-legal p{color:#6b7280;font-size:12.5px;line-height:1.7;margin:2px 0}
.sf-legal strong{color:#9096a1}
@media(max-width:640px){.site-foot{padding:40px 20px 96px}.sf-top{gap:26px}}
