@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap');

:root{
  --bg:#070a10;
  --bg-soft:#0a0f17;
  --card:#0d131d;
  --card-2:#101823;
  --line:rgba(133,160,190,.14);
  --line-strong:rgba(133,160,190,.24);
  --text:#edf4fb;
  --muted:#8d9bae;
  --muted-2:#68778b;
  --pink:#ff2f84;
  --pink-soft:#ff6da5;
  --cyan:#19d7ff;
  --cyan-soft:#78e8ff;
  --green:#5de2b3;
  --radius:18px;
  --shadow:0 24px 80px rgba(0,0,0,.38);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:
    radial-gradient(circle at 12% 8%,rgba(255,47,132,.07),transparent 30%),
    radial-gradient(circle at 88% 10%,rgba(25,215,255,.06),transparent 30%),
    var(--bg);
  color:var(--text);
  font-family:Inter,system-ui,sans-serif;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
img{max-width:100%}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.section{padding:112px 0;position:relative}
.grid-overlay{
  position:fixed;inset:0;z-index:-4;pointer-events:none;opacity:.18;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:46px 46px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.85),transparent 72%);
}
.ambient{position:fixed;z-index:-3;filter:blur(80px);opacity:.34;border-radius:50%;pointer-events:none}
.ambient-one{width:340px;height:340px;background:rgba(255,40,125,.15);left:-120px;top:120px}
.ambient-two{width:380px;height:380px;background:rgba(0,213,255,.10);right:-130px;top:360px}

.site-header{
  position:fixed;top:0;left:0;right:0;z-index:50;
  border-bottom:1px solid transparent;
  transition:.25s ease;
}
.site-header.scrolled{
  background:rgba(7,10,16,.78);
  backdrop-filter:blur(18px);
  border-color:var(--line);
}
.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:11px;min-width:max-content}
.brand-mark{
  display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(255,47,132,.34);
  border-radius:10px;background:
    linear-gradient(135deg,rgba(255,47,132,.18),rgba(25,215,255,.10));
  font-family:"Space Grotesk",sans-serif;font-size:18px;font-weight:800;color:white;
  box-shadow:0 0 24px rgba(255,47,132,.08);
}
.brand-copy{display:flex;flex-direction:column;gap:2px}
.brand-copy b{font-family:"Space Grotesk",sans-serif;letter-spacing:.04em;font-size:17px}
.brand-copy b span{color:var(--pink-soft)}
.brand-copy small{font-size:8px;color:var(--muted-2);letter-spacing:.18em;font-weight:700}

.nav{display:flex;align-items:center;gap:27px}
.nav a{font-size:13px;color:#a4b1c2;font-weight:600;transition:.18s}
.nav a:hover{color:white}
.nav-actions{display:flex;align-items:center;gap:8px}
.nav-toggle{
  display:none;width:40px;height:40px;border:1px solid var(--line);border-radius:10px;
  background:rgba(255,255,255,.02);color:white;cursor:pointer
}

.btn{
  display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;
  border-radius:10px;border:1px solid transparent;font-size:13px;font-weight:700;
  transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
  background:linear-gradient(135deg,var(--pink),#b73cff 70%,#744fff);
  color:white;box-shadow:0 12px 30px rgba(255,47,132,.16)
}
.btn-primary:hover{box-shadow:0 16px 38px rgba(255,47,132,.23)}
.btn-ghost{border-color:var(--line-strong);background:rgba(255,255,255,.02);color:#c7d2df}
.btn-ghost:hover{border-color:rgba(25,215,255,.36);background:rgba(25,215,255,.04);color:white}
.btn-small{min-height:38px;padding:0 13px;font-size:11px}
.btn-large{min-height:50px;padding:0 20px}

.hero{padding-top:165px;min-height:820px;display:flex;align-items:center}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:74px}
.eyebrow{
  display:inline-flex;align-items:center;gap:9px;margin-bottom:22px;
  color:#9eacbf;font-size:10px;letter-spacing:.14em;font-weight:800
}
.status-dot{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 16px rgba(93,226,179,.9)}
.hero h1,.section-head h2,.stack-copy h2,.about-card h2,.contact-copy h2{
  font-family:"Space Grotesk",sans-serif;margin:0;letter-spacing:-.035em
}
.hero h1{font-size:clamp(46px,6vw,76px);line-height:.98;max-width:760px}
.gradient-text{
  background:linear-gradient(90deg,var(--pink-soft),#d65fff 42%,var(--cyan-soft));
  -webkit-background-clip:text;background-clip:text;color:transparent
}
.hero-text{max-width:650px;margin:26px 0 0;color:#9eacbf;font-size:17px;line-height:1.8}
.hero-actions{display:flex;gap:10px;margin-top:32px}
.hero-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:48px;max-width:650px}
.hero-meta>div{padding-left:14px;border-left:1px solid var(--line-strong)}
.hero-meta strong{display:block;font-family:"Space Grotesk";font-size:13px;color:#e9f2fb}
.hero-meta span{display:block;margin-top:4px;color:var(--muted-2);font-size:11px}

.console-shell{
  border:1px solid rgba(120,150,184,.20);border-radius:20px;overflow:hidden;
  background:linear-gradient(145deg,rgba(15,22,33,.94),rgba(7,11,17,.97));
  box-shadow:0 38px 120px rgba(0,0,0,.50),0 0 80px rgba(255,47,132,.045);
  transform:perspective(1000px) rotateY(-4deg) rotateX(1.2deg)
}
.console-topbar{
  height:52px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;
  padding:0 16px;border-bottom:1px solid var(--line);color:#708096;font-size:10px
}
.console-dots{display:flex;gap:6px}.console-dots i{width:7px;height:7px;border-radius:50%;background:#26313e}.console-dots i:first-child{background:#ff527e}.console-dots i:nth-child(2){background:#ffb649}.console-dots i:nth-child(3){background:#4edcb1}
.console-live{justify-self:end;color:#9fabbc;font-size:9px;font-weight:800;letter-spacing:.08em}
.console-live span{display:inline-block;width:6px;height:6px;margin-right:5px;border-radius:50%;background:var(--green)}
.console-body{padding:28px}
.console-brand{display:flex;align-items:center;gap:15px;padding:18px;border:1px solid var(--line);border-radius:13px;background:rgba(255,255,255,.015)}
.brand-orbit{
  width:46px;height:46px;border-radius:50%;border:1px solid rgba(25,215,255,.33);
  box-shadow:inset 0 0 20px rgba(25,215,255,.05),0 0 20px rgba(25,215,255,.05);
  position:relative
}
.brand-orbit:before,.brand-orbit:after{content:"";position:absolute;border-radius:50%;inset:8px;border:1px solid rgba(255,47,132,.35)}
.brand-orbit:after{inset:16px;background:linear-gradient(135deg,var(--pink),var(--cyan));border:0}
.console-brand small{display:block;color:var(--muted-2);font-size:9px;letter-spacing:.14em}
.console-brand b{display:block;margin-top:3px;font-family:"Space Grotesk";font-size:20px;letter-spacing:.05em}
.code-lines{margin:24px 0;padding:14px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.code-lines>div{display:grid;grid-template-columns:30px 1fr;gap:10px;padding:8px 0;font-size:12px}
.code-lines span{color:#465367}.code-lines code{color:#a9b5c4}.code-lines em{color:#ff77ae;font-style:normal}.code-lines strong{color:#70e6c1;font-weight:600}
.console-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.console-stats div{padding:12px;border:1px solid var(--line);border-radius:9px;background:rgba(255,255,255,.012)}
.console-stats span{display:block;color:#637185;font-size:8px;letter-spacing:.12em}
.console-stats b{display:block;margin-top:5px;color:#b6c7d8;font-size:10px}

.logo-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(255,255,255,.008)}
.strip-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:14px;overflow:hidden}
.strip-inner span{white-space:nowrap;color:#536176;font-size:9px;letter-spacing:.16em;font-weight:800}.strip-inner i{width:3px;height:3px;border-radius:50%;background:var(--pink)}

.section-head{display:grid;grid-template-columns:1fr .75fr;gap:50px;align-items:end;margin-bottom:42px}
.kicker{display:block;margin-bottom:13px;color:var(--pink-soft);font-size:9px;letter-spacing:.16em;font-weight:900}
.section-head h2,.stack-copy h2,.about-card h2,.contact-copy h2{font-size:clamp(34px,4vw,52px);line-height:1.05}
.section-head p{margin:0;color:#8f9db0;line-height:1.75;font-size:14px}

.product-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:14px}
.product-card,.service-card,.about-card,.principles{
  position:relative;border:1px solid var(--line);border-radius:var(--radius);
  background:linear-gradient(145deg,rgba(15,22,33,.78),rgba(9,13,20,.9));
  overflow:hidden
}
.product-card{padding:24px;min-height:400px;display:flex;flex-direction:column}
.product-card.featured{border-color:rgba(255,47,132,.22)}
.product-glow{position:absolute;width:180px;height:180px;right:-60px;top:-70px;background:rgba(255,47,132,.11);filter:blur(45px);border-radius:50%}
.product-top{display:flex;justify-content:space-between;align-items:center}
.product-index{color:#4f5f74;font-size:10px;font-weight:800}
.product-status{display:flex;align-items:center;gap:5px;color:#6f7e92;font-size:8px;font-weight:900;letter-spacing:.08em}.product-status i{width:5px;height:5px;border-radius:50%;background:var(--green)}
.product-status.planned i{background:#ffbd62}
.product-icon{
  display:grid;place-items:center;width:58px;height:58px;margin:50px 0 22px;
  border:1px solid rgba(255,47,132,.30);border-radius:14px;background:rgba(255,47,132,.07);
  color:#ff83b4;font-family:"Space Grotesk";font-weight:800;box-shadow:0 0 30px rgba(255,47,132,.05)
}
.product-icon.alt{border-color:rgba(184,75,255,.28);background:rgba(151,59,255,.07);color:#d39cff}
.product-icon.cyan{border-color:rgba(25,215,255,.28);background:rgba(25,215,255,.06);color:#7cecff}
.product-card h3,.service-card h3{margin:0;font-family:"Space Grotesk";font-size:21px}
.product-card p{color:#8e9caf;line-height:1.7;font-size:13px;flex:1}
.tags{display:flex;flex-wrap:wrap;gap:6px;margin:15px 0 20px}.tags span{padding:5px 7px;border:1px solid var(--line);border-radius:6px;color:#78879b;font-size:9px;font-weight:700}
.text-link{display:flex;align-items:center;justify-content:space-between;padding-top:16px;border-top:1px solid var(--line);color:#b8c5d5;font-size:11px;font-weight:700}.text-link span{color:var(--pink-soft)}

.services-section{background:linear-gradient(to bottom,transparent,rgba(255,255,255,.009),transparent)}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.service-card{padding:22px;min-height:290px}
.service-no{position:absolute;right:18px;top:17px;color:#425065;font-size:9px}
.service-symbol{display:grid;place-items:center;width:44px;height:44px;margin:8px 0 30px;border:1px solid var(--line-strong);border-radius:11px;background:rgba(255,255,255,.02);color:#b7c7d9;font-family:"Space Grotesk";font-weight:700}
.service-card p{color:#8896a9;line-height:1.65;font-size:12px}
.service-card ul{display:flex;gap:6px;flex-wrap:wrap;padding:0;margin:24px 0 0;list-style:none}.service-card li{padding:5px 7px;border-radius:6px;background:rgba(255,255,255,.025);color:#637287;font-size:9px}

.stack-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center}
.stack-copy p{color:#8d9bae;line-height:1.8;font-size:14px}
.stack-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:30px}.stack-stats div{padding:14px;border-left:1px solid var(--line-strong)}.stack-stats b{display:block;font-family:"Space Grotesk";font-size:17px;color:#d7e2ee}.stack-stats span{display:block;margin-top:4px;color:#657489;font-size:9px}
.stack-terminal{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#090e15;box-shadow:var(--shadow)}
.terminal-head{height:46px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);color:#66768a;font-size:9px;letter-spacing:.08em}.terminal-head div{display:flex;gap:5px}.terminal-head i{width:6px;height:6px;border-radius:50%;background:#283443}
.terminal-code{padding:24px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;line-height:1.9}.terminal-code p{margin:0;color:#75849a}.terminal-code span{color:#75daf0}.terminal-code b{color:#ff78ad;font-weight:500}

.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.about-card,.principles{padding:34px}
.about-card p{color:#8e9caf;line-height:1.8;font-size:14px}
.principles{display:flex;flex-direction:column;justify-content:center}
.principles>div{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:22px 0;border-bottom:1px solid var(--line)}.principles>div:last-child{border-bottom:0}
.principles>div>span{color:#ff6ca6;font-family:"Space Grotesk";font-size:11px}.principles b{display:block;font-family:"Space Grotesk";font-size:15px}.principles p{margin:6px 0 0;color:#7f8da1;font-size:12px;line-height:1.55}

.contact-card{
  display:flex;align-items:center;justify-content:space-between;gap:44px;padding:46px;
  border:1px solid rgba(255,47,132,.20);border-radius:22px;
  background:
    radial-gradient(circle at 0 100%,rgba(255,47,132,.08),transparent 35%),
    radial-gradient(circle at 100% 0,rgba(25,215,255,.06),transparent 35%),
    linear-gradient(145deg,#0d131c,#090d14)
}
.contact-copy p{color:#8e9caf;line-height:1.7;max-width:620px}
.contact-actions{display:flex;flex-direction:column;gap:9px;min-width:250px}

.site-footer{padding:70px 0 25px;border-top:1px solid var(--line);background:#06090e}
.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px}.footer-brand{display:inline-flex}.footer-grid>div>p{max-width:420px;color:#66758a;font-size:11px;line-height:1.7}
.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:40px}.footer-links>div{display:flex;flex-direction:column;gap:10px}.footer-links b{margin-bottom:4px;color:#a9b7c8;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.footer-links a{color:#69788c;font-size:11px}.footer-links a:hover{color:white}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:28px;margin-top:42px;border-top:1px solid var(--line);color:#4f5e72;font-size:9px;letter-spacing:.05em}

.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}

.legal-page{min-height:100vh;padding:140px 0 80px}.legal-shell{max-width:850px}.legal-shell h1{font-family:"Space Grotesk";font-size:48px}.legal-shell h2{margin-top:42px;font-family:"Space Grotesk";font-size:22px}.legal-shell p,.legal-shell li{color:#9aa8ba;line-height:1.8;font-size:14px}.legal-note{padding:14px 16px;border:1px solid rgba(255,190,70,.18);border-radius:9px;background:rgba(255,190,70,.035);color:#bea873!important}

@media(max-width:980px){
  .nav{position:absolute;top:82px;left:20px;right:20px;display:none;flex-direction:column;align-items:stretch;padding:16px;border:1px solid var(--line);border-radius:13px;background:rgba(8,12,18,.97);backdrop-filter:blur(14px)}
  .nav.open{display:flex}.nav-toggle{display:block}.nav-actions .btn-ghost{display:none}
  .hero{min-height:auto}.hero-grid,.stack-grid,.about-grid{grid-template-columns:1fr}.hero-grid{gap:60px}.console-shell{transform:none}
  .product-grid{grid-template-columns:1fr 1fr}.product-card.featured{grid-column:1/-1}
  .service-grid{grid-template-columns:1fr 1fr}.section-head{grid-template-columns:1fr}.contact-card{align-items:flex-start;flex-direction:column}.contact-actions{width:100%;min-width:0}
}
@media(max-width:640px){
  .container{width:min(100% - 28px,1180px)}.section{padding:78px 0}.nav-wrap{height:72px}.nav{top:72px}
  .nav-actions .btn-primary{display:none}.hero{padding-top:128px}.hero h1{font-size:43px}.hero-text{font-size:15px}
  .hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.hero-meta{grid-template-columns:1fr}
  .strip-inner{justify-content:flex-start;overflow:auto}.section-head{margin-bottom:28px}.section-head h2,.stack-copy h2,.about-card h2,.contact-copy h2{font-size:34px}
  .product-grid,.service-grid{grid-template-columns:1fr}.product-card.featured{grid-column:auto}.product-card{min-height:350px}
  .stack-stats{grid-template-columns:1fr}.about-card,.principles{padding:24px}.contact-card{padding:28px 22px}
  .footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.console-body{padding:18px}.console-stats{grid-template-columns:1fr}
}
