:root{
  --bg:#F0F2F5;--ink:#0A0F1E;--ink-2:#1A2440;--ink-3:#4A5568;--ink-4:#8895AA;
  --white:#FFFFFF;--surface:#E8ECF2;--surface-2:#D0D8E4;
  --gold:#C9A227;--gold-bg:#FBF4DE;--navy:#0D2B52;--navy-bg:#E4EDF7;
  --green:#0B6E4F;--green-bg:#DCF5EC;--red:#C0392B;--red-bg:#FDECEA;
  --cyan:#0BBCD4;--cyan-bg:#E3FAFE;--accent:#0066FF;--accent-2:#00C6FF;
  --r:14px;--r-lg:22px;--dark-bg:#050C1A;
  --dark-surface:rgba(255,255,255,0.04);--dark-border:rgba(255,255,255,0.08);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-tap-highlight-color:transparent}
body{font-family:'IBM Plex Sans',sans-serif;background:var(--bg);color:var(--ink);overflow-x:hidden;font-size:14px;line-height:1.5}
.nav{display:flex;}
.nav-logo{display:flex;align-items:center;gap:9px}
.nav-mark{width:28px;height:28px;background:var(--ink);border-radius:7px;display:flex;align-items:center;justify-content:center}
.nav-mark svg{width:13px;height:13px;stroke:white;fill:none;stroke-width:1.8}
.nav-name{font-size:13px;font-weight:600;letter-spacing:-0.2px;color:var(--ink)}
.nav-name span{color:var(--ink-3);font-weight:400}
.partner-badge{display:flex;align-items:center;gap:7px;font-size:11px;color:var(--ink-4)}
.partner-box{height:26px;padding:0 11px;min-width:88px;background:var(--surface);border:1.5px dashed var(--surface-2);border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--ink-4)}
section{padding:80px 22px 64px;min-height:100dvh;display:flex;flex-direction:column;justify-content:center}
.cover{background:var(--ink);min-height:100dvh;padding:0;position:relative;overflow:hidden}
.cover-img-area{width:100%;height:52dvh;min-height:260px;background:#1E1E1C;overflow:hidden;display:flex;align-items:center;justify-content:center;border-bottom:1px dashed #3A3A36}
.cover-img-area img{width:100%;height:100%;object-fit:cover}
.cover-img-ph{display:flex;flex-direction:column;align-items:center;gap:10px}
.cover-img-ph svg{width:26px;height:26px;stroke:#555550;fill:none;stroke-width:1.5}
.cover-img-ph p{font-size:10px;color:#555550;font-weight:600;letter-spacing:1px;text-transform:uppercase}
.cover-body{padding:36px 22px 56px}
.cover-ey{font-size:10px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--gold);display:flex;align-items:center;gap:10px;margin-bottom:20px}
.cover-ey::before{content:'';width:20px;height:1px;background:var(--gold);opacity:0.6}
.cover h1{font-family:'Syne',sans-serif;font-size:clamp(38px,11vw,62px);line-height:1.05;letter-spacing:-0.8px;color:white;margin-bottom:18px}
.cover h1 em{font-style:italic;color:var(--gold)}
.cover-sub{font-size:14px;color:rgba(255,255,255,0.45);line-height:1.75;max-width:360px;margin-bottom:40px}
.kpi-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:rgba(255,255,255,0.07);border-radius:14px;overflow:hidden}
.kpi{background:rgba(255,255,255,0.04);padding:18px 16px}
.kpi-n{font-family:'Instrument Serif',serif;font-size:32px;color:white;line-height:1;margin-bottom:4px}
.kpi-n sup{font-size:17px;color:var(--gold);font-family:'DM Sans',sans-serif;font-weight:600}
.kpi-l{font-size:10px;color:rgba(255,255,255,0.32);font-weight:500;line-height:1.4}
.eyebrow{font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--ink-4);display:flex;align-items:center;gap:8px;margin-bottom:12px}
.eyebrow::before{content:'';width:16px;height:1px;background:var(--surface-2)}
.stitle{font-family:'Syne',sans-serif;font-size:clamp(30px,9vw,46px);line-height:1.08;letter-spacing:-0.4px;color:var(--ink);margin-bottom:12px}
.stitle em{font-style:italic;color:var(--ink-3)}
.slead{font-size:13px;color:var(--ink-3);line-height:1.7;margin-bottom:28px;max-width:400px}
#problem{background:var(--bg)}
.pain-list{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}
.pain-card{background:var(--white);border:1px solid var(--surface-2);border-radius:var(--r);padding:16px 18px;display:flex;gap:13px;align-items:flex-start}
.pain-ic{width:36px;height:36px;flex-shrink:0;background:var(--red-bg);border-radius:10px;display:flex;align-items:center;justify-content:center}
.pain-ic svg{width:16px;height:16px;stroke:var(--red);fill:none;stroke-width:1.5}
.pain-card h4{font-size:13px;font-weight:600;margin-bottom:3px}
.pain-card p{font-size:12px;color:var(--ink-3);line-height:1.5}
#flow{background:var(--surface)}
.flow-list{display:flex;flex-direction:column;position:relative;margin-bottom:24px}
.flow-list::before{content:'';position:absolute;left:17px;top:30px;bottom:30px;width:1px;background:var(--surface-2)}
.flow-item{display:flex;gap:15px;padding:13px 0}
.flow-dot{width:34px;height:34px;flex-shrink:0;z-index:1;border-radius:50%;border:1px solid var(--surface-2);background:var(--white);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--ink-3)}
.flow-item.hi .flow-dot{background:var(--ink);color:white;border-color:var(--ink)}
.flow-body{padding-top:6px}
.flow-body h4{font-size:13px;font-weight:600;margin-bottom:3px}
.flow-body p{font-size:12px;color:var(--ink-3);line-height:1.5}
.flow-chip{display:inline-flex;align-items:center;gap:5px;margin-top:7px;font-size:10px;font-weight:600;color:var(--navy);background:var(--navy-bg);padding:3px 9px;border-radius:100px}
.flow-chip svg{width:10px;height:10px;stroke:currentColor;fill:none;stroke-width:1.5}
.wa-bubble{background:var(--white);border:1px solid var(--surface-2);border-radius:12px 12px 12px 2px;padding:10px 13px;margin-top:8px;max-width:280px}
.wa-bubble p{font-size:12px;color:var(--ink-2);line-height:1.6}
.wa-bubble a{display:block;margin-top:4px;font-size:12px;font-weight:600;color:#128C7E}
.token-pill{display:inline-flex;align-items:center;gap:6px;margin-top:8px;background:var(--ink);color:white;font-size:10px;font-family:monospace;padding:5px 10px;border-radius:6px}
.token-pill svg{width:10px;height:10px;stroke:rgba(255,255,255,0.5);fill:none;stroke-width:1.5}
#stack{background:var(--white)}
.stack-layers{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}
.slayer{border-radius:var(--r);overflow:hidden;border:1px solid var(--surface-2)}
.slayer-head{padding:11px 15px;font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;display:flex;justify-content:space-between;align-items:center}
.slayer-head .sub{font-weight:400;font-size:10px;opacity:0.45;text-transform:none;letter-spacing:0}
.sh-g{background:#141412;color:white}.sh-a{background:#1B3352;color:white}.sh-b{background:#2A5C42;color:white}.sh-i{background:#5C3A28;color:white}
.slayer-body{background:var(--surface);padding:12px 13px;display:flex;flex-wrap:wrap;gap:7px}
.ttag{display:flex;align-items:center;gap:6px;background:var(--white);border:1px solid var(--surface-2);border-radius:8px;padding:6px 11px;font-size:12px;font-weight:500;color:var(--ink-2)}
.ttag svg{width:12px;height:12px;fill:none;stroke:var(--ink-3);stroke-width:1.5}
.dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}
.d-r{background:#61DAFB}.d-w{background:#25D366}.d-p{background:#E67E22}.d-pb{background:#9B9BBA}.d-v{background:#2980B9}.d-c{background:#1ABC9C}
.srv-wrap{background:var(--ink);border-radius:var(--r-lg);padding:22px 18px;margin-top:20px}
.srv-ey{font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:rgba(255,255,255,0.28);margin-bottom:18px}
.srv-row{display:flex;gap:10px;margin-bottom:10px}
.srv-box{flex:1;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.08);border-radius:12px;padding:14px 12px}
.srv-box svg{width:17px;height:17px;stroke:rgba(255,255,255,0.38);fill:none;stroke-width:1.5;margin-bottom:8px;display:block}
.srv-box h5{font-size:12px;font-weight:600;color:white;margin-bottom:4px}
.srv-box p{font-size:10px;color:rgba(255,255,255,0.35);line-height:1.5}
.srv-tag{margin-top:8px;font-size:9px;font-weight:700;letter-spacing:0.8px;text-transform:uppercase;color:var(--gold)}
.srv-sep{display:flex;align-items:center;gap:10px;margin:4px 0;color:rgba(255,255,255,0.15);font-size:9px;font-weight:600;letter-spacing:1px;text-transform:uppercase}
.srv-sep::before,.srv-sep::after{content:'';flex:1;height:1px;background:rgba(255,255,255,0.07)}
#screens{background:var(--surface)}
.stabs{display:flex;gap:6px;overflow-x:auto;padding-bottom:4px;margin-bottom:24px;scrollbar-width:none}
.stabs::-webkit-scrollbar{display:none}
.stab{flex-shrink:0;padding:7px 15px;border-radius:100px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;border:1px solid var(--surface-2);background:var(--white);color:var(--ink-3);transition:all 0.18s}
.stab.on{background:var(--ink);color:white;border-color:var(--ink)}
.spanel{display:none}.spanel.on{display:block}
.phone-wrap{display:flex;justify-content:center;margin-bottom:20px}
.phone{width:252px;border-radius:38px;border:2px solid var(--surface-2);overflow:hidden;background:white;box-shadow:0 20px 60px rgba(0,0,0,0.08)}
.phone-notch{width:76px;height:22px;background:var(--ink);border-radius:0 0 16px 16px;margin:0 auto}
.phone-screen{width:100%;aspect-ratio:390/780;overflow:hidden;position:relative;background:var(--surface)}
.ph-ph{width:100%;height:100%;background:var(--surface);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;border:2px dashed var(--surface-2)}
.ph-ph svg{width:26px;height:26px;stroke:var(--ink-4);fill:none;stroke-width:1.5}
.ph-ph p{font-size:11px;color:var(--ink-4);font-weight:600;text-align:center;line-height:1.5}
.screen-info{background:var(--white);border:1px solid var(--surface-2);border-radius:var(--r);padding:18px}
.screen-info h4{font-size:14px;font-weight:600;margin-bottom:6px}
.screen-info p{font-size:12px;color:var(--ink-3);line-height:1.65;margin-bottom:14px}
.feat-list{display:flex;flex-direction:column;gap:7px;margin-bottom:14px}
.feat{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--ink-2)}
.feat svg{width:13px;height:13px;stroke:var(--green);fill:none;stroke-width:2;flex-shrink:0}
.demo-link{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--navy);text-decoration:none;padding-top:14px;border-top:1px solid var(--surface-2)}
.demo-link svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:1.8}
#dashboards{background:var(--bg)}
.dash-grid{display:flex;flex-direction:column;gap:14px;margin-bottom:24px}
.dash-card{background:var(--white);border:1px solid var(--surface-2);border-radius:var(--r-lg);overflow:hidden}
.dash-head{padding:15px 18px 13px;border-bottom:1px solid var(--surface-2);display:flex;align-items:center;justify-content:space-between}
.dash-head-l{display:flex;align-items:center;gap:10px}
.dash-ic{width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.dash-ic svg{width:16px;height:16px;fill:none;stroke-width:1.5}
.di-r{background:var(--navy-bg)}.di-r svg{stroke:var(--navy)}
.di-k{background:#FFF3E0}.di-k svg{stroke:#D84315}
.di-m{background:var(--green-bg)}.di-m svg{stroke:var(--green)}
.dash-head-l h4{font-size:13px;font-weight:600}
.dash-head-l p{font-size:11px;color:var(--ink-3)}
.dbadge{font-size:10px;font-weight:700;padding:3px 9px;border-radius:100px}
.db-r{background:var(--navy-bg);color:var(--navy)}.db-k{background:#FFF3E0;color:#D84315}.db-m{background:var(--green-bg);color:var(--green)}
.dash-body{padding:15px 18px 18px}
.dfeats{display:flex;flex-direction:column;gap:10px}
.dfeat{display:flex;gap:10px;align-items:flex-start}
.dfeat-ic{width:28px;height:28px;background:var(--surface);border-radius:8px;flex-shrink:0;display:flex;align-items:center;justify-content:center}
.dfeat-ic svg{width:13px;height:13px;fill:none;stroke:var(--ink-3);stroke-width:1.5}
.dfeat h5{font-size:12px;font-weight:600;margin-bottom:2px}
.dfeat p{font-size:11px;color:var(--ink-3);line-height:1.5}
.dash-media{margin:13px 0 0;border-radius:var(--r);min-height:150px;background:var(--surface);border:2px dashed var(--surface-2);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}
.dash-media svg{width:24px;height:24px;stroke:var(--ink-4);fill:none;stroke-width:1.5}
.dash-media p{font-size:11px;font-weight:600;color:var(--ink-4)}
.dash-media span{font-size:10px;color:var(--ink-4);opacity:0.7}
.dash-demo-link{display:inline-flex;align-items:center;gap:6px;margin-top:13px;font-size:12px;font-weight:600;color:var(--navy);text-decoration:none}
.dash-demo-link svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:1.8}
#security{background:var(--surface)}
.sec-grid{display:flex;flex-direction:column;gap:10px;margin-bottom:28px}
.sec-card{background:var(--white);border:1px solid var(--surface-2);border-radius:var(--r);padding:16px 18px;display:flex;gap:13px}
.sec-ic{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.sec-ic svg{width:16px;height:16px;fill:none;stroke-width:1.5}
.si-g{background:var(--green-bg)}.si-g svg{stroke:var(--green)}
.si-n{background:var(--navy-bg)}.si-n svg{stroke:var(--navy)}
.si-o{background:var(--gold-bg)}.si-o svg{stroke:var(--gold)}
.sec-card h4{font-size:13px;font-weight:600;margin-bottom:3px}
.sec-card p{font-size:12px;color:var(--ink-3);line-height:1.5}
#pricing{background:var(--white)}
.ptable{border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--surface-2);margin-bottom:18px}
.pt-head{display:grid;grid-template-columns:1.3fr 1fr 1fr;background:var(--ink)}
.ptc-h{padding:12px 14px;font-size:10px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:rgba(255,255,255,0.45);border-right:1px solid rgba(255,255,255,0.07)}
.ptc-h:last-child{border-right:none}
.pt-row{display:grid;grid-template-columns:1.3fr 1fr 1fr;border-top:1px solid var(--surface-2)}
.pt-row:nth-child(even){background:var(--surface)}
.ptc{padding:12px 14px;font-size:12px;border-right:1px solid var(--surface-2)}
.ptc:last-child{border-right:none}
.ptc.l{color:var(--ink-2);font-weight:500}.ptc.v{color:var(--ink);font-weight:700}
.ptc sub{display:block;font-size:10px;font-weight:400;color:var(--ink-3);margin-top:1px}
.pilot{background:var(--gold-bg);border:1px solid #DFC07A;border-radius:var(--r);padding:16px 18px}
.pilot h4{font-size:13px;font-weight:700;color:#7A5000;margin-bottom:6px;display:flex;align-items:center;gap:7px}
.pilot h4 svg{width:14px;height:14px;stroke:var(--gold);fill:none;stroke-width:1.5}
.pilot p{font-size:12px;color:#8C6210;line-height:1.65}
#partnership{background:var(--surface)}
.who-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:18px}
.who-box{background:var(--white);border:1px solid var(--surface-2);border-radius:var(--r);padding:18px 14px}
.who-box h4{font-size:10px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--ink-4);margin-bottom:12px}
.who-item{display:flex;align-items:flex-start;gap:7px;font-size:12px;color:var(--ink-2);margin-bottom:8px;line-height:1.4}
.who-item svg{width:12px;height:12px;fill:none;stroke-width:2;flex-shrink:0;margin-top:2px}
.wi-n svg{stroke:var(--navy)}.wi-g svg{stroke:var(--green)}
.rev-visual{background:var(--ink);border-radius:var(--r-lg);padding:22px 18px;margin-bottom:14px}
.rev-ey{font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:rgba(255,255,255,0.28);margin-bottom:18px}
.rev-type{font-size:10px;font-weight:700;letter-spacing:0.8px;text-transform:uppercase;color:rgba(255,255,255,0.3);margin-bottom:10px}
.split-row{display:flex;align-items:center;gap:12px;margin-bottom:10px}
.split-row:last-child{margin-bottom:0}
.split-lbl{font-size:12px;color:rgba(255,255,255,0.5);width:92px;flex-shrink:0}
.split-bg{flex:1;height:7px;background:rgba(255,255,255,0.07);border-radius:100px;overflow:hidden}
.split-bar{height:100%;border-radius:100px}
.sb-ms{background:#4A7FB5}.sb-bx{background:var(--gold)}
.split-pct{font-size:13px;font-weight:700;color:white;width:30px;text-align:right}
#next{background:var(--ink);padding-bottom:80px}
#next .eyebrow{color:rgba(255,255,255,0.25)}
#next .eyebrow::before{background:rgba(255,255,255,0.12)}
#next .stitle{color:white}
#next .stitle em{color:var(--gold)}
#next .slead{color:rgba(255,255,255,0.4)}
.roadmap{display:flex;flex-direction:column;gap:10px;margin-bottom:32px}
.rm-item{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.06);border-radius:var(--r);padding:16px 18px;display:flex;gap:13px}
.rm-n{font-family:'Orbitron',serif;font-size:28px;color:rgba(255,255,255,0.1);line-height:1;flex-shrink:0;width:26px}
.rm-body h4{font-size:13px;font-weight:600;color:white;margin-bottom:3px}
.rm-body p{font-size:11px;color:rgba(255,255,255,0.38);line-height:1.5}
.rm-t{display:inline-block;margin-top:5px;font-size:10px;font-weight:700;letter-spacing:0.8px;text-transform:uppercase;color:var(--gold)}
.cta-box{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.07);border-radius:24px;padding:28px 20px;text-align:center}
.cta-box h3{font-family:'Instrument Serif',serif;font-size:28px;color:white;margin-bottom:8px}
.cta-box p{font-size:13px;color:rgba(255,255,255,0.38);line-height:1.65;margin-bottom:24px}
.cta-logos{display:flex;align-items:center;justify-content:center;gap:10px}
.cta-b{padding:10px 20px;background:rgba(255,255,255,0.07);border:1px solid rgba(255,255,255,0.1);border-radius:10px;font-size:13px;font-weight:700;color:white}
.cta-p{color:rgba(255,255,255,0.15);font-size:18px}
.cta-ms{width:130px;height:40px;background:rgba(255,255,255,0.04);border:1.5px dashed rgba(255,255,255,0.15);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:rgba(255,255,255,0.25)}
.pill{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;padding:5px 12px;border-radius:100px}
.pill svg{width:11px;height:11px;fill:none;stroke-width:2.5}
.pill-g{background:var(--green-bg);color:var(--green)}.pill-g svg{stroke:var(--green)}
.fu{opacity:0;transform:translateY(16px);transition:opacity 0.5s ease,transform 0.5s ease}
.fu.vis{opacity:1;transform:none}
.fu:nth-child(2){transition-delay:.07s}.fu:nth-child(3){transition-delay:.14s}
.fu:nth-child(4){transition-delay:.21s}.fu:nth-child(5){transition-delay:.28s}

/* ═══════════════════════════════════════════
   MICROSYSTEMS — COMPLETE DESIGN SYSTEM
   ═══════════════════════════════════════════ */

/* --- Base --- */
body{background:linear-gradient(160deg,#EEF1F6 0%,#E8EDF4 100%);color:var(--ink)}

/* --- Dark sections --- */
.cover,.srv-wrap,.rev-visual,#next{background:var(--dark-bg)}

/* --- Hero cover glow effects --- */
.cover{position:relative;isolation:isolate;overflow:hidden}
.cover::before{
  content:"";position:absolute;width:500px;height:500px;
  top:-100px;right:-120px;border-radius:999px;
  background:radial-gradient(circle,rgba(0,198,255,0.18) 0%,transparent 70%);
  filter:blur(60px);pointer-events:none;z-index:0;
}
.cover::after{
  content:"";position:absolute;width:400px;height:400px;
  bottom:-60px;left:-80px;border-radius:999px;
  background:radial-gradient(circle,rgba(201,162,39,0.15) 0%,transparent 70%);
  filter:blur(60px);pointer-events:none;z-index:0;
}
.cover-body,.cover-img-area{position:relative;z-index:1}

/* Grid noise overlay on cover */
.cover::before{animation:pulseglow 8s ease-in-out infinite alternate}
@keyframes pulseglow{from{opacity:.8}to{opacity:1.2}}

/* --- TYPOGRAPHY — Headlines use Syne (tech/modern) --- */
.cover h1,
.stitle,
.cta-box h3,
.rm-body h4,
.screen-info h4,
.dash-head-l h4,
.sec-card h4,
.pain-card h4,
.flow-body h4,
.clean-card h4,
.who-box h4,
.dfeat h5,
.srv-box h5{
  font-family:'Syne',sans-serif !important;
  letter-spacing:-0.5px;
  font-weight:700;
}

/* Eyebrow labels — Rajdhani (sharp, techy, all-caps) */
.eyebrow,.cover-ey,.srv-ey,.rev-ey,.rev-type,.rm-t,.ptc-h,.slayer-head,.srv-tag,.dbadge,.nav-chip,.brand-copy strong{
  font-family:'Rajdhani',sans-serif !important;
  letter-spacing:1.5px;
  font-weight:600;
}

/* KPI numbers — Syne bold */
.kpi-n,.rm-n{
  font-family:'Syne',sans-serif !important;
  font-weight:800;
}

/* Monospace tokens */
.token-pill{font-family:'JetBrains Mono',monospace}

/* Cover headline sizing */
.cover h1{
  font-size:clamp(40px,11vw,68px);
  line-height:1.01;
  max-width:12ch;
  letter-spacing:-1.5px;
}
.cover h1 em,.stitle em,#next .stitle em,.cta-box h3 em{
  font-style:normal;
  color:var(--gold);
}

/* --- NAV --- */
.nav{
  position:relative;
  width:100%;
  background:#050C1A;
  border-bottom:1px solid rgba(0,198,255,0.15);
  box-shadow:0 2px 24px rgba(0,0,0,0.4);
}
.nav-shell{
  max-width:1160px;
  margin:0 auto;
  padding:12px 16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.brand{
  display:flex;align-items:center;gap:10px;
  text-decoration:none;flex-shrink:0;min-width:0;
}
.brand-logo{height:34px;width:auto;display:block;flex-shrink:0}
.brand-copy{display:flex;flex-direction:column;line-height:1.2;min-width:0}
.brand-copy strong{
  font-family:'Rajdhani',sans-serif;
  font-size:14px;color:#fff;
  letter-spacing:2px;text-transform:uppercase;white-space:nowrap;
}
.brand-copy span{
  font-size:10px;color:rgba(0,198,255,0.6);
  letter-spacing:0.3px;white-space:nowrap;
}
.nav-actions{
  display:flex;align-items:center;gap:6px;
  flex-shrink:0;
}
.nav-chip{
  display:inline-flex;align-items:center;justify-content:center;
  height:30px;padding:0 11px;border-radius:6px;
  border:1px solid rgba(255,255,255,0.1);
  background:rgba(255,255,255,0.05);
  color:rgba(255,255,255,0.65);
  text-decoration:none;font-size:11px;font-weight:600;
  white-space:nowrap;transition:all 0.2s ease;
}
.nav-chip:hover{background:rgba(255,255,255,0.12);color:#fff}
.nav-chip--solid{background:rgba(255,255,255,0.08);border-color:rgba(255,255,255,0.15);color:#fff}
.nav-chip--demo{
  background:linear-gradient(135deg,#0066FF,#00C6FF);
  border:none;color:#fff;
  box-shadow:0 3px 12px rgba(0,102,255,0.45);
  font-size:11px;font-weight:700;padding:0 14px;height:32px;
  animation:demopulse 3s ease-in-out infinite;
}
@keyframes demopulse{
  0%,100%{box-shadow:0 3px 12px rgba(0,102,255,0.45)}
  50%{box-shadow:0 3px 12px rgba(0,102,255,0.45),0 0 0 4px rgba(0,198,255,0.12)}
}
/* Mobile: hide text nav links, keep only Demo button */
@media(max-width:520px){
  .brand-copy span{display:none}
  .nav-chip:not(.nav-chip--demo){display:none}
  .nav-chip--demo{font-size:12px;padding:0 16px;height:34px}
}

/* --- Cover eyebrow --- */
.cover-ey{color:var(--cyan);letter-spacing:2px}
.cover-sub{color:rgba(255,255,255,0.55);max-width:560px;font-size:15px;line-height:1.7}

/* --- KPI grid in cover --- */
.kpi-grid{gap:10px;background:transparent}
.kpi{
  border:1px solid rgba(0,198,255,0.12);
  border-radius:16px;
  background:rgba(255,255,255,0.04);
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.04),0 0 20px rgba(0,102,255,0.05);
  position:relative;overflow:hidden;
}
.kpi::before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(135deg,rgba(0,198,255,0.04) 0%,transparent 60%);
  pointer-events:none;
}
.kpi-n{color:white;font-size:36px}
.kpi-n sup{color:var(--cyan);font-family:'IBM Plex Sans',sans-serif;font-weight:600;font-size:18px}
.kpi-l{color:rgba(255,255,255,0.4)}

/* --- Sections --- */
section{padding:56px 22px 56px;min-height:100dvh;display:flex;flex-direction:column;justify-content:center}

/* --- Cards elevation --- */
.pain-card,.screen-info,.dash-card,.sec-card,.who-box,.pilot,.slayer,.dash-media,.phone,.cta-box{
  box-shadow:0 4px 20px rgba(10,15,30,0.07),0 1px 3px rgba(10,15,30,0.04);
}
.pain-card,.screen-info,.dash-card,.sec-card,.who-box,.pilot,.slayer,.dash-media{
  border-color:#D4DCE8;
}

/* --- Eyebrow line --- */
.eyebrow{
  font-size:11px;color:var(--cyan);
  letter-spacing:2.5px;text-transform:uppercase;
  display:flex;align-items:center;gap:10px;margin-bottom:14px;
}
.eyebrow::before{content:'';width:20px;height:2px;background:var(--cyan);border-radius:2px;opacity:0.6}

/* --- Section titles --- */
.stitle{
  font-family:'Syne',sans-serif;
  font-size:clamp(30px,8vw,48px);
  line-height:1.05;
  letter-spacing:-1px;
  color:var(--ink);
  margin-bottom:14px;
}
.slead{font-size:14px;color:var(--ink-3);line-height:1.75;margin-bottom:28px;max-width:440px}

/* --- Pain cards --- */
.pain-ic{background:var(--red-bg);border-radius:10px}
.pain-ic svg{stroke:var(--red)}

/* --- Flow --- */
#flow{background:var(--surface)}
.flow-dot{background:var(--white);border-color:var(--surface-2)}
.flow-item.hi .flow-dot{
  background:linear-gradient(135deg,#0066FF,#00C6FF);
  color:white;border:none;
  box-shadow:0 4px 12px rgba(0,102,255,0.3);
}
.flow-chip{background:#E4EDF7;color:#0D2B52}
.flow-chip svg{stroke:#0D2B52}

/* --- Tech stack layers --- */
.slayer{border-radius:var(--r);overflow:hidden;border:1px solid #D4DCE8}
.sh-g{background:linear-gradient(135deg,#050C1A 0%,#0A1628 100%);color:white}
.sh-a{background:linear-gradient(135deg,#0D2B52 0%,#1A3D6E 100%);color:white}
.sh-b{background:linear-gradient(135deg,#0B3D2E 0%,#0F5040 100%);color:white}
.sh-i{background:linear-gradient(135deg,#3D1A0B 0%,#5C2810 100%);color:white}
.ttag{
  gap:8px;padding:8px 12px;border-radius:10px;
  min-height:40px;background:var(--white);
  border:1px solid #D4DCE8;
  box-shadow:0 2px 8px rgba(10,15,30,0.05);
  transition:all 0.2s ease;
}
.ttag:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(10,15,30,0.1);border-color:rgba(0,102,255,0.2)}
.tech-logo{width:18px;height:18px;display:block;object-fit:contain;flex-shrink:0}
.tech-fallback{width:18px;height:18px;border-radius:5px;display:grid;place-items:center;flex-shrink:0;font-size:8px;font-weight:800;line-height:1;background:var(--surface);color:var(--ink-3)}
.tech-fallback.cyan{background:#E3FAFE;color:#0B6E7A}
.tech-fallback.gold{background:#FBF4DE;color:#8A6900}

/* Srv wrap dark box */
.srv-wrap{border-radius:var(--r-lg);border:1px solid rgba(0,198,255,0.12);padding:22px 18px;margin-top:20px}
.srv-ey{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,0.3);margin-bottom:18px}
.srv-box{flex:1;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);border-radius:12px;padding:14px 12px}
.srv-box:hover{border-color:rgba(0,198,255,0.2);background:rgba(0,198,255,0.04)}
.srv-box svg{width:17px;height:17px;stroke:rgba(0,198,255,0.5);fill:none;stroke-width:1.5;margin-bottom:8px;display:block}
.srv-box h5{font-size:13px;color:white;margin-bottom:4px}
.srv-box p{font-size:10px;color:rgba(255,255,255,0.35);line-height:1.5}
.srv-tag{margin-top:8px;font-size:9px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--cyan)}
.srv-sep{display:flex;align-items:center;gap:10px;margin:6px 0;color:rgba(0,198,255,0.35);font-size:9px;font-weight:700;letter-spacing:2px;text-transform:uppercase}
.srv-sep::before,.srv-sep::after{content:'';flex:1;height:1px;background:rgba(0,198,255,0.12)}

/* --- Screens section --- */
#screens{background:var(--surface)}
.stabs{display:flex;gap:6px;overflow-x:auto;padding-bottom:4px;margin-bottom:24px;scrollbar-width:none}
.stab{flex-shrink:0;padding:8px 16px;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;border:1px solid var(--surface-2);background:var(--white);color:var(--ink-3);transition:all 0.18s;font-family:'IBM Plex Sans',sans-serif}
.stab.on{background:linear-gradient(135deg,#050C1A 0%,#0A1E3D 100%);color:white;border-color:transparent;box-shadow:0 4px 14px rgba(0,0,0,0.2)}
.stab:hover:not(.on){background:var(--surface);transform:translateY(-1px)}

/* Phone frame */
.phone{background:#fff;border-color:#CDD5E0;box-shadow:0 20px 60px rgba(10,15,30,0.12)}
.phone-screen{background:linear-gradient(180deg,#F0F4F8 0%,#E8EDF4 100%)}

/* Demo links — more prominent */
.demo-link,.dash-demo-link{
  color:var(--accent);font-weight:600;
  display:inline-flex;align-items:center;gap:7px;
  padding:10px 16px;
  background:linear-gradient(135deg,rgba(0,102,255,0.07),rgba(0,198,255,0.07));
  border:1px solid rgba(0,102,255,0.15);
  border-radius:8px;
  text-decoration:none;font-size:12px;
  transition:all 0.2s ease;
  margin-top:14px;
}
.demo-link:hover,.dash-demo-link:hover{
  background:linear-gradient(135deg,rgba(0,102,255,0.12),rgba(0,198,255,0.12));
  border-color:rgba(0,102,255,0.3);
  transform:translateY(-1px);
  box-shadow:0 4px 14px rgba(0,102,255,0.15);
}
.demo-link svg,.dash-demo-link svg{stroke:var(--accent)}

/* --- Dashboards --- */
#dashboards{background:var(--bg)}
.dash-ic.di-r{background:var(--navy-bg)}.dash-ic.di-r svg{stroke:var(--navy)}
.dash-ic.di-k{background:#FFF3E0}.dash-ic.di-k svg{stroke:#D84315}
.dash-ic.di-m{background:var(--green-bg)}.dash-ic.di-m svg{stroke:var(--green)}
.dbadge{font-size:10px;font-weight:700;padding:4px 10px;border-radius:6px;letter-spacing:0.8px}
.db-r{background:var(--navy-bg);color:var(--navy)}
.db-k{background:#FFF3E0;color:#D84315}
.db-m{background:var(--green-bg);color:var(--green)}

/* --- Security --- */
#security{background:var(--surface)}
.sec-ic.si-g{background:var(--green-bg)}.sec-ic.si-g svg{stroke:var(--green)}
.sec-ic.si-n{background:var(--navy-bg)}.sec-ic.si-n svg{stroke:var(--navy)}
.sec-ic.si-o{background:var(--gold-bg)}.sec-ic.si-o svg{stroke:var(--gold)}

/* --- Pricing table (scope table — financial numbers removed elsewhere) --- */
#pricing{background:var(--white)}
.pt-head{background:var(--ink)}
.ptc-h{color:rgba(255,255,255,0.5)}
.pt-row:nth-child(even){background:var(--surface)}
.ptc.l{color:var(--ink-2);font-weight:500}
.ptc.v{color:var(--ink);font-weight:700}
.pilot{background:var(--gold-bg);border:1px solid #DFC07A}
.pilot h4{color:#7A5000}
.pilot p{color:#8C6210}

/* --- Partnership section --- */
#partnership{background:var(--surface)}
.rev-visual{border:1px solid rgba(0,198,255,0.12)}
.clean-grid{display:grid;grid-template-columns:1fr;gap:12px}
.clean-card{background:#fff;border:1px solid var(--surface-2);border-radius:16px;padding:18px 16px}
.clean-card h4{font-size:15px;margin-bottom:6px;color:var(--ink)}
.clean-card p{font-size:12px;color:var(--ink-3);line-height:1.65}

/* --- Next steps section --- */
#next .eyebrow{color:rgba(0,198,255,0.6)}
#next .eyebrow::before{background:var(--cyan)}
#next .stitle{color:white}
#next .stitle em{color:var(--gold)}
#next .slead{color:rgba(255,255,255,0.45)}
.rm-item{background:rgba(255,255,255,0.04);border:1px solid rgba(0,198,255,0.08);border-radius:var(--r);padding:16px 18px;display:flex;gap:13px}
.rm-item:hover{border-color:rgba(0,198,255,0.2);background:rgba(0,198,255,0.04)}
.rm-n{font-family:'Syne',sans-serif;font-size:28px;color:rgba(0,198,255,0.15);line-height:1;flex-shrink:0;width:26px}
.rm-body h4{color:white}
.rm-body p{color:rgba(255,255,255,0.4)}
.rm-t{color:var(--cyan)}

/* --- CTA box --- */
.cta-box{
  background:linear-gradient(135deg,rgba(0,102,255,0.08),rgba(0,198,255,0.05));
  border:1px solid rgba(0,198,255,0.15);
  border-radius:24px;padding:36px 24px;text-align:center;
}
.cta-box h3{font-family:'Syne',sans-serif;font-size:32px;color:white;margin-bottom:8px}
.cta-box h3 em{color:var(--gold)}
.cta-box p{font-size:14px;color:rgba(255,255,255,0.4);line-height:1.65;margin-bottom:28px}
.cta-logos{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}

/* Live demo CTA button */
.live-demo-cta{
  display:inline-flex;align-items:center;gap:10px;
  padding:14px 32px;
  background:linear-gradient(135deg,#0066FF,#00C6FF);
  border:none;border-radius:10px;color:#fff;
  font-family:'Rajdhani',sans-serif;font-size:15px;font-weight:700;
  letter-spacing:1.5px;text-transform:uppercase;
  text-decoration:none;cursor:pointer;
  box-shadow:0 8px 32px rgba(0,102,255,0.4);
  transition:all 0.3s ease;
  animation:ctapulse 3s ease-in-out infinite;
}
.live-demo-cta:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 48px rgba(0,102,255,0.5);
}
@keyframes ctapulse{
  0%,100%{box-shadow:0 8px 32px rgba(0,102,255,0.4)}
  50%{box-shadow:0 8px 32px rgba(0,102,255,0.4),0 0 0 6px rgba(0,198,255,0.12)}
}
.live-demo-cta svg{width:16px;height:16px;stroke:white;fill:none;stroke-width:2}

/* Pill */
.pill{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;padding:6px 14px;border-radius:100px}
.pill svg{width:11px;height:11px;fill:none;stroke-width:2.5}
.pill-g{background:var(--cyan-bg);color:#0B6E7A}.pill-g svg{stroke:#0B6E7A}

/* Microsystems badge */
.microsystems-badge{
  display:inline-flex;align-items:center;gap:8px;padding:8px 16px;
  border-radius:999px;background:rgba(255,255,255,0.06);
  border:1px solid rgba(0,198,255,0.15);
  font-size:12px;color:rgba(255,255,255,0.7);
  font-family:'Rajdhani',sans-serif;letter-spacing:1px;
}
.microsystems-badge img{height:20px;width:auto}

/* --- Animations --- */
.fu{opacity:0;transform:translateY(18px);transition:opacity 0.55s ease,transform 0.55s ease}
.fu.vis{opacity:1;transform:none}
.fu:nth-child(2){transition-delay:.08s}.fu:nth-child(3){transition-delay:.16s}
.fu:nth-child(4){transition-delay:.24s}.fu:nth-child(5){transition-delay:.32s}

@media(min-width:768px){
  section{padding:80px 40px 80px;max-width:980px;margin:0 auto}
  .cover{max-width:none}
  .cover-body{max-width:980px;margin:0 auto;padding:40px 40px 64px}
  .clean-grid{grid-template-columns:1fr 1fr}
}