/* ============================================================
   Rydeum v5 — "proof over promises" dark landing
   Structure templated from nexqloudsealed.com. Rydeum blues,
   green = proven, amber = the human sign-off.
   ============================================================ */
:root{
  --bg:#0a0a0f; --bg-2:#101017;
  --ink:#f4f5fb; --muted:#aab2c6; --faint:#848ca2;
  --line:rgba(255,255,255,.07); --line-2:rgba(255,255,255,.12);
  --card:rgba(255,255,255,.028); --card-2:rgba(255,255,255,.05);
  --blue:#4f7cff; --sky:#5b8cff; --cyan:#6fd3ff; --deep:#3b5cff;
  --iris:#2E8FFF; --iris-2:#57C7FF; --magenta:#2E8FFF;
  --ok:#2fe6a8; --ok-dim:rgba(47,230,168,.16); --gold:#2fe6a8; --danger:#ff5a63; --danger-dim:rgba(255,90,99,.15);
  --warn:#d9a15a; --warn-dim:rgba(217,161,90,.13);
  --grad:linear-gradient(120deg,#4f7cff 0%, #2E8FFF 52%, #4FD6FF 100%);
  --maxw:1200px;
}
*,*::before,*::after{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{font-family:'Lexend',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif; background:var(--bg); color:var(--ink); line-height:1.55; -webkit-font-smoothing:antialiased; overflow-x:hidden;
  background-image:radial-gradient(1250px 760px at 12% -6%, rgba(80,170,255,.22), transparent 62%), radial-gradient(1150px 760px at 92% 4%, rgba(110,150,255,.17), transparent 64%), radial-gradient(1100px 900px at 50% 118%, rgba(90,210,255,.13), transparent 62%);
  background-attachment:fixed; background-repeat:no-repeat;}
a{color:inherit; text-decoration:none;}
.wrap{max-width:var(--maxw); margin:0 auto; padding:0 40px; position:relative; z-index:1;}
@media(max-width:640px){ .wrap{padding:0 22px;} }
.mono{font-family:'IBM Plex Mono',ui-monospace,'SF Mono',Menlo,monospace;}
.grad-t{background:var(--grad); background-size:220% 100%; -webkit-background-clip:text; background-clip:text; color:transparent;}
.sec{padding:clamp(72px,10vw,128px) 0; position:relative;}
.sec + .sec{border-top:1px solid var(--line);}
:focus-visible{outline:2px solid var(--cyan); outline-offset:3px; border-radius:5px;}

/* header */
.hdr{position:sticky; top:0; z-index:60; background:rgba(255,255,255,.06); -webkit-backdrop-filter:blur(28px) saturate(180%); backdrop-filter:blur(28px) saturate(180%); border-bottom:1px solid rgba(255,255,255,.12); box-shadow:inset 0 1px 0 rgba(255,255,255,.14);}
.hd{display:flex; align-items:center; gap:22px; height:66px;}
.brand{display:inline-flex; align-items:center; gap:10px; line-height:1;}
.brand-mark{height:32px; width:auto; display:block; flex:none;}
.brand-wm{display:inline-flex; align-items:center; color:#fff; font-weight:600; font-size:20px; letter-spacing:-.025em; line-height:1;}
@media(max-width:560px){ .brand-mark{height:28px;} .brand-wm{font-size:18px;} }
.hd .brand{margin-left:0;}
.ftr .brand-mark{height:34px;} .ftr .brand-wm{font-size:21px;}
.nav{display:flex; align-items:center; gap:20px; margin-left:8px;}
.nav a.lnk{font-size:13.5px; color:var(--muted); transition:color .15s ease;}
.nav a.lnk:hover{color:var(--ink);}
.grow{flex:1;}
/* five longer nav labels: tighten before collapsing to the mobile drawer */
@media(max-width:1180px){ .nav{gap:15px;} .nav a.lnk{font-size:12.8px;} }
@media(max-width:1060px){ .nav{gap:12px;} .nav a.lnk{font-size:12.2px;} .hdr .btn--sm{padding:8px 12px;} }
@media(max-width:960px){ .nav a.lnk{display:none;} }
/* mobile nav */
.navtoggle{display:none; width:42px; height:42px; border:1px solid var(--line-2); border-radius:11px; background:var(--card-2); cursor:pointer; flex-direction:column; align-items:center; justify-content:center; gap:5px; margin-left:12px;}
.navtoggle span{display:block; width:18px; height:2px; background:var(--ink); border-radius:2px; transition:transform .25s ease, opacity .2s ease;}
.navtoggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.navtoggle[aria-expanded="true"] span:nth-child(2){opacity:0;}
.navtoggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}
.mobnav{position:fixed; top:66px; left:0; right:0; z-index:55; display:none; flex-direction:column; padding:16px 22px 24px;
  background:rgba(11,13,20,.97); -webkit-backdrop-filter:blur(22px); backdrop-filter:blur(22px); border-bottom:1px solid var(--line-2);
  box-shadow:0 30px 60px -30px rgba(0,0,0,.7); transform:translateY(-10px); opacity:0; transition:transform .25s ease, opacity .25s ease;}
.mobnav.open{display:flex; transform:none; opacity:1;}
.mobnav a.lnk{font-size:16px; color:var(--muted); padding:14px 4px; border-bottom:1px solid var(--line);}
.mobnav a.lnk:hover{color:var(--ink);}
.mobnav .btn{margin-top:18px; justify-content:center;}
@media(max-width:960px){ .navtoggle{display:flex;} }
@media(max-width:560px){ .hdr .btn--sm{display:none;} }

/* buttons */
.btn{position:relative; display:inline-flex; align-items:center; gap:8px; border:1px solid transparent; cursor:pointer; font-family:inherit; font-weight:600; font-size:14px; padding:10px 20px; border-radius:8px; transition:transform .14s ease, box-shadow .22s ease, background .2s ease, border-color .18s ease, filter .18s ease;}
.btn svg{transition:transform .2s ease;} .btn:hover svg{transform:translateX(2px);}
/* primary — matches the docs.nexqloud.io "Get Started" button: 135deg indigo->blue, thin white border, soft colored glow */
.btn--p{color:#fff; border:1px solid transparent;
  background:linear-gradient(135deg,#4a58cf 0%, #2e84d0 100%) padding-box,
    linear-gradient(135deg, rgba(150,175,255,.95), rgba(111,211,255,.85)) border-box;
  box-shadow:0 10px 30px -6px rgba(79,124,255,.55), 0 0 22px 1px rgba(46,143,255,.34);}
.btn--p:hover{transform:translateY(-1px); filter:brightness(1.06); box-shadow:0 14px 40px -6px rgba(79,124,255,.62), 0 0 30px 3px rgba(46,143,255,.5);}
.btn--p:active{transform:translateY(0); filter:brightness(.98); box-shadow:0 8px 20px -4px rgba(79,124,255,.5), 0 0 16px 1px rgba(46,143,255,.34);}
.btn--g{color:#eaf0ff; border:1px solid rgba(255,255,255,.16); background:rgba(255,255,255,.05);}
.btn--g:hover{transform:translateY(-1px); border-color:rgba(255,255,255,.28); color:#fff; background:rgba(255,255,255,.1);}
.btn--sm{padding:8px 15px; font-size:13px;}
/* typewriter swap (hero + section headings) */
.twwrap{white-space:nowrap;}
.twcaret{display:inline-block; width:2px; height:.95em; background:var(--blue); margin-left:3px; vertical-align:-1px; animation:twblink 1s steps(1) infinite;}
@keyframes twblink{50%{opacity:0;}}

/* type */
.eyebrow{display:inline-flex; align-items:center; gap:9px; font:500 13px/1 'IBM Plex Mono',monospace; letter-spacing:.1em; text-transform:uppercase; color:#dbe7fb; background:var(--card); border:1px solid var(--line-2); padding:9px 16px; border-radius:999px;}
.eyebrow .d{width:6px; height:6px; border-radius:50%; background:var(--ok); box-shadow:0 0 10px var(--ok);}
.kick{font:600 13px/1 'IBM Plex Mono',monospace; letter-spacing:.12em; text-transform:uppercase; color:var(--iris-2);}
h1{font-size:clamp(38px,5.6vw,68px); line-height:1.02; font-weight:600; letter-spacing:-.03em; margin-top:22px; max-width:17ch;}
h2{font-size:clamp(29px,3.9vw,46px); line-height:1.08; font-weight:600; letter-spacing:-.02em; margin-top:14px; max-width:20ch;}
.sub{font-size:clamp(19px,2.2vw,23px); color:var(--muted); max-width:50ch; margin-top:24px; line-height:1.5; font-weight:400;}
.sub b{color:#dbe6ff; font-weight:600;}
.lead{color:var(--muted); font-size:20px; max-width:56ch; margin-top:18px; line-height:1.55; font-weight:400;}
.lead b{color:#e6eeff; font-weight:600;}
.micro{font:400 12.5px/1.5 'IBM Plex Mono',monospace; color:var(--faint); margin-top:20px; letter-spacing:.02em;}
.shead{max-width:62ch;}

/* hero */
.hero{padding-top:70px; padding-bottom:56px;}
.hero__g{display:grid; grid-template-columns:1.05fr .95fr; gap:44px; align-items:center;}
@media(max-width:980px){ .hero__g{grid-template-columns:1fr; gap:30px;} }
.cta-row{display:flex; gap:12px; margin-top:30px; flex-wrap:wrap;}

/* stat readout (Why now) */
.readout{margin-top:44px; border:1px solid var(--line); border-radius:16px; background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01)); overflow:hidden;}
.readout__h{display:flex; align-items:center; gap:9px; padding:13px 18px; border-bottom:1px solid var(--line); font:500 11px/1 'IBM Plex Mono',monospace; letter-spacing:.12em; text-transform:uppercase; color:var(--muted);}
.readout__h .dot{width:7px; height:7px; border-radius:50%; background:var(--gold); box-shadow:0 0 10px var(--gold); animation:pulse 1.8s infinite;}
@keyframes pulse{0%,100%{opacity:1;}50%{opacity:.4;}}
.readout__g{display:grid; grid-template-columns:repeat(3,1fr);}
@media(max-width:700px){ .readout__g{grid-template-columns:1fr;} }
.ro{padding:26px 22px; border-right:1px solid var(--line);}
.ro:last-child{border-right:none;}
.ro .n{font-size:38px; font-weight:700; letter-spacing:-.03em; line-height:1;}
.ro .t{color:var(--muted); font-size:15px; margin-top:10px; line-height:1.45; font-weight:400;}
.ro .src{font:400 10.5px/1 'IBM Plex Mono',monospace; color:var(--faint); text-transform:uppercase; letter-spacing:.08em; margin-top:9px;}

/* card grids */
.g3{display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:56px;}
.g4{display:grid; grid-template-columns:repeat(2,1fr); gap:22px; margin-top:56px;}
@media(max-width:900px){ .g3{grid-template-columns:1fr;} .g4{grid-template-columns:1fr;} }
.card{background:var(--card); border:1px solid var(--line); border-radius:20px; padding:34px; transition:transform .2s ease, border-color .2s ease, background .2s ease;}
/* stakes risk cards */
.scard{position:relative; display:flex; flex-direction:column; padding:26px 26px 24px; border-radius:18px; overflow:hidden;
  background:linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.014)), rgba(17,18,26,.5);
  border:1px solid rgba(255,255,255,.08); box-shadow:0 24px 56px -30px rgba(0,0,0,.6), inset 0 1px 0 rgba(255,255,255,.08);
  -webkit-backdrop-filter:blur(20px); backdrop-filter:blur(20px); transition:transform .2s ease, border-color .2s ease;}
.scard:hover{transform:translateY(-3px); border-color:rgba(255,255,255,.16);}
.scard::before{content:""; position:absolute; top:0; left:0; right:0; height:3px; background:linear-gradient(90deg,#ff5a63,#ff9e5a);}
.scard__top{display:flex; align-items:center; gap:12px; margin-bottom:18px; padding-top:6px;}
.scard__ic{width:46px; height:46px; border-radius:13px; display:grid; place-items:center; color:#ff8f7a; flex:none;
  background:linear-gradient(150deg, rgba(255,90,99,.22), rgba(255,120,80,.06)); border:1px solid rgba(255,90,99,.3); box-shadow:inset 0 1px 0 rgba(255,255,255,.12);}
.scard__ic svg{width:24px; height:24px;}
.scard__risk{font:600 11px/1 'IBM Plex Mono',monospace; letter-spacing:.14em; text-transform:uppercase; color:#ffb4a2;}
.scard h3{font-size:19px; font-weight:600; letter-spacing:-.3px; color:#fff; margin-bottom:9px;}
.scard p{color:#c8cddd; font-size:15px; line-height:1.55; font-weight:400; flex:1; margin:0;}
.scard__out{margin-top:20px; align-self:flex-start; display:inline-flex; align-items:center; gap:8px; padding:8px 13px; border-radius:9px;
  font:600 12.5px/1.1 'IBM Plex Mono',monospace; color:#ffc9b8; background:rgba(255,90,99,.12); border:1px solid rgba(255,90,99,.28);}
.scard__out svg{width:14px; height:14px; stroke:#ff8f6a; fill:none; stroke-width:2.3; stroke-linecap:round; stroke-linejoin:round;}
.card:hover{transform:translateY(-4px); border-color:var(--line-2); background:var(--card-2);}
.card .tag{font:500 11px/1 'IBM Plex Mono',monospace; letter-spacing:.1em; text-transform:uppercase; color:var(--cyan);}
.card h3{font-size:19px; font-weight:600; letter-spacing:-.3px; margin:12px 0 8px;}
.card p{color:var(--muted); font-size:16.5px; line-height:1.55; font-weight:400;}

/* posture callout */
.posture{margin-top:26px; border:1px solid rgba(46,143,255,.32); border-radius:18px; padding:30px 32px; background:linear-gradient(120deg, rgba(46,143,255,.13), rgba(23,165,236,.05));}
.posture .k{font:600 13px/1 'IBM Plex Mono',monospace; letter-spacing:.12em; text-transform:uppercase; color:var(--iris-2); margin-bottom:10px;}
.posture h3{font-size:22px; font-weight:600; letter-spacing:-.4px; margin-bottom:8px;}
.posture p{color:var(--muted); font-size:15.5px; font-weight:400; max-width:70ch;}

/* before / after diagram */
.split2{display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-top:44px;}
@media(max-width:820px){ .split2{grid-template-columns:1fr;} }
.panel{border:1px solid var(--line); border-radius:18px; padding:28px; position:relative; overflow:hidden;}
.panel--bad{background:linear-gradient(180deg, rgba(255,90,99,.06), rgba(255,255,255,.01)); border-color:rgba(255,90,99,.2);}
.panel--good{background:linear-gradient(180deg, rgba(45,212,191,.07), rgba(23,165,236,.04)); border-color:rgba(45,212,191,.24);}
.panel .lbl{font:500 11px/1 'IBM Plex Mono',monospace; letter-spacing:.14em; text-transform:uppercase; margin-bottom:16px;}
.panel--bad .lbl{color:#ff6b73;} .panel--good .lbl{color:var(--ok);}
.panel h3{font-size:20px; font-weight:600; letter-spacing:-.4px; margin-bottom:16px;}
.flowrow{display:flex; flex-direction:column; gap:9px;}
.node{display:flex; align-items:center; gap:12px; padding:13px 15px; border:1px solid var(--line); border-radius:11px; background:rgba(255,255,255,.02); font-size:14px;}
.node .ni{width:26px; height:26px; border-radius:7px; flex:none; display:grid; place-items:center; font:600 12px/1 'IBM Plex Mono',monospace;}
.panel--bad .node .ni{background:rgba(255,90,99,.14); color:#ff6b73;}
.panel--good .node .ni{background:var(--ok-dim); color:var(--ok);}
.node .nt{font-weight:500;} .node .nd{color:var(--faint); font:400 11.5px/1.3 'IBM Plex Mono',monospace; margin-top:1px;}
.node--fail{border-color:rgba(255,90,99,.34); background:rgba(255,90,99,.06);}
.node--seal{border-color:rgba(45,212,191,.34); background:rgba(45,212,191,.06);}

/* proof ledger (What you get) */
.ledger{border:1px solid var(--line); border-radius:20px; overflow:hidden; margin-top:44px; background:linear-gradient(180deg, rgba(255,255,255,.028), rgba(255,255,255,.008));}
.ledger__h{display:flex; align-items:center; justify-content:space-between; gap:12px; padding:15px 22px; border-bottom:1px solid var(--line); font:500 11px/1 'IBM Plex Mono',monospace; letter-spacing:.1em; text-transform:uppercase; color:var(--muted);}
.ledger__h .v{display:inline-flex; align-items:center; gap:8px; color:var(--ok);}
.ledger__h .v .d{width:7px; height:7px; border-radius:50%; background:var(--ok); box-shadow:0 0 10px var(--ok);}
.ledger__g{display:grid; grid-template-columns:1fr 1fr;}
@media(max-width:820px){ .ledger__g{grid-template-columns:1fr;} }
.proof{padding:30px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); position:relative;}
.proof:nth-child(2n){border-right:none;}
.proof .no{font:600 12px/1 'IBM Plex Mono',monospace; color:var(--cyan); letter-spacing:.1em;}
.proof .qq{font:500 11px/1 'IBM Plex Mono',monospace; letter-spacing:.1em; text-transform:uppercase; color:var(--faint); margin:14px 0 4px;}
.proof h3{font-size:20px; font-weight:600; letter-spacing:-.4px; margin-bottom:10px; color:#fff;}
.proof p{color:var(--muted); font-size:14.5px; line-height:1.56; font-weight:400;}
.proof .show{display:inline-flex; align-items:flex-start; gap:9px; margin-top:16px; padding-top:14px; border-top:1px dashed var(--line); font-size:13px; color:#cfeede;}
.proof .show svg{width:16px; height:16px; flex:none; margin-top:2px; fill:none; stroke:var(--ok); stroke-width:2.4; stroke-linecap:round; stroke-linejoin:round;}
.ledger__f{padding:13px 22px; font:400 11px/1 'IBM Plex Mono',monospace; color:var(--faint); letter-spacing:.06em; display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap;}

/* numbered steps */
.steps{display:grid; grid-template-columns:repeat(5,1fr); gap:14px; margin-top:44px;}
@media(max-width:900px){ .steps{grid-template-columns:1fr 1fr;} }
@media(max-width:560px){ .steps{grid-template-columns:1fr;} }
.step{border:1px solid var(--line); border-radius:16px; padding:22px; background:var(--card);}
.step .no{font:600 12px/1 'IBM Plex Mono',monospace; color:var(--cyan);}
.step h4{font-size:16px; font-weight:600; margin:12px 0 6px; letter-spacing:-.3px;}
.step p{color:var(--muted); font-size:13px; line-height:1.5; font-weight:400;}

/* industries */
.ind{display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-top:44px;}
@media(max-width:820px){ .ind{grid-template-columns:1fr;} }
.indc{border:1px solid var(--line); border-radius:18px; padding:28px; background:var(--card); transition:transform .2s ease, border-color .2s ease;}
.indc:hover{transform:translateY(-4px); border-color:var(--line-2);}
.indc .h{display:flex; align-items:center; gap:10px; margin-bottom:10px;}
.indc h3{font-size:19px; font-weight:600; letter-spacing:-.3px;}
.indc .flag{font:500 10px/1 'IBM Plex Mono',monospace; letter-spacing:.1em; text-transform:uppercase; color:#05131f; background:var(--gold); padding:4px 8px; border-radius:6px;}
.indc p{color:var(--muted); font-size:16px; line-height:1.55; font-weight:400;}
.indc .with{margin-top:12px; color:#dbe6ff; font-size:14.5px; line-height:1.56; font-weight:400;}
.indc .with b{color:var(--cyan); font-weight:600;}

/* why numbered */
.why{display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:44px;}
@media(max-width:820px){ .why{grid-template-columns:1fr;} }
.whyc{border:1px solid var(--line); border-radius:16px; padding:26px; background:var(--card);}
.whyc .no{font:600 12px/1 'IBM Plex Mono',monospace; color:var(--cyan);}
.whyc h3{font-size:18px; font-weight:600; margin:12px 0 8px; letter-spacing:-.3px;}
.whyc p{color:var(--muted); font-size:16px; line-height:1.55; font-weight:400;}
.whyc p em{color:#dbe6ff; font-style:normal; font-weight:600;}

/* big stat band */
.bigstats{display:grid; grid-template-columns:repeat(3,1fr); gap:0; border:1px solid var(--line); border-radius:20px; overflow:hidden; margin-top:44px; background:linear-gradient(120deg, rgba(23,165,236,.06), rgba(46,207,224,.03));}
@media(max-width:700px){ .bigstats{grid-template-columns:1fr;} }
.bs{padding:38px 26px; text-align:center; border-right:1px solid var(--line);}
.bs:last-child{border-right:none;}
.bs .n{font-size:clamp(40px,5vw,58px); font-weight:700; letter-spacing:-.03em; line-height:1;}
.bs .t{color:var(--muted); font-size:14px; margin-top:10px; font-weight:400;}

/* engagements */
.eng{display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:44px;}
@media(max-width:880px){ .eng{grid-template-columns:1fr;} }
.emod{position:relative; border:1px solid var(--line); border-radius:18px; padding:28px; background:var(--card); display:flex; flex-direction:column;}
.emod--feat{border-color:rgba(45,212,191,.3); background:linear-gradient(180deg, rgba(45,212,191,.06), rgba(255,255,255,.01));}
.emod .b{position:absolute; top:-11px; left:28px; font:500 10px/1 'IBM Plex Mono',monospace; letter-spacing:.1em; text-transform:uppercase; color:#05131f; background:var(--ok); padding:6px 11px; border-radius:999px;}
.emod h3{font-size:20px; font-weight:600; letter-spacing:-.3px;}
.emod .s{font:500 11px/1 'IBM Plex Mono',monospace; letter-spacing:.08em; text-transform:uppercase; color:var(--faint); margin:5px 0 14px;}
.emod > p{color:var(--muted); font-size:15.5px; line-height:1.56; font-weight:400; flex:1;}
.emod ul{list-style:none; margin:16px 0 20px; display:flex; flex-direction:column; gap:9px;}
.emod li{display:flex; gap:10px; align-items:flex-start; font-size:14px; color:#dbe6ff;}
.emod li svg{width:16px; height:16px; flex:none; margin-top:2px; fill:none; stroke:var(--ok); stroke-width:2.4; stroke-linecap:round; stroke-linejoin:round;}

/* final CTA */
.finale{text-align:center;}
.finale h2{max-width:24ch; margin:0 auto;}
.finale .lead{margin:16px auto 0;}
.finale .cta-row{justify-content:center;}
.finale-panel{position:relative; overflow:hidden; border-radius:28px; padding:clamp(48px,7vw,88px) clamp(24px,5vw,60px);
  background:radial-gradient(120% 150% at 50% -12%, rgba(46,143,255,.24), transparent 58%), linear-gradient(180deg, rgba(26,32,58,.72), rgba(12,15,30,.55));
  border:1px solid rgba(255,255,255,.12); box-shadow:0 44px 120px -46px rgba(10,111,208,.5), inset 0 1px 0 rgba(255,255,255,.12);
  -webkit-backdrop-filter:blur(16px); backdrop-filter:blur(16px);}

/* footer */
.ftr{border-top:1px solid var(--line-2); padding:64px 0 40px; background:linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.42));}
.fg{display:grid; grid-template-columns:1.6fr 1fr 1fr 1fr; gap:30px;}
@media(max-width:820px){ .fg{grid-template-columns:1fr 1fr;} }
.fg p{color:var(--muted); font-size:13.5px; line-height:1.6; max-width:34ch; margin-top:12px; font-weight:400;}
.fcol h5{font:500 11px/1 'IBM Plex Mono',monospace; letter-spacing:.12em; text-transform:uppercase; color:var(--faint); margin-bottom:14px;}
.fcol a{display:block; font-size:14px; color:var(--muted); padding:5px 0;} .fcol a:hover{color:var(--ink);}
.fbot{display:flex; flex-wrap:wrap; gap:14px; justify-content:space-between; align-items:center; margin-top:40px; padding-top:22px; border-top:1px solid var(--line); font:400 12px/1.4 'IBM Plex Mono',monospace; color:var(--faint);}
.fbot-legal a{color:var(--faint); margin:0 10px;} .fbot-legal a:hover{color:var(--ink);}
.fcontact{margin-top:14px; font-size:13px; color:var(--muted);} .fcontact a{color:var(--muted);} .fcontact a:hover{color:var(--ink);}
/* centered hero variant (pricing, security) */
.prhero{max-width:900px; margin:0 auto; min-height:360px; display:flex; flex-direction:column; justify-content:center; align-items:center; text-align:center;}
.prhero h1{max-width:22ch; margin-top:14px;}
.prhero .sub{max-width:56ch; margin:18px auto 0;}
.pbadges{display:flex; flex-wrap:wrap; gap:10px 14px; justify-content:center; margin:26px auto 0; max-width:820px;}
.pbadges span{font-family:'IBM Plex Mono',monospace; font-size:12.5px; letter-spacing:.02em; color:var(--muted); border:1px solid var(--line-2); border-radius:999px; padding:7px 14px; white-space:nowrap;}
/* three-up info cards */
.inc-3{display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:44px;}
.ic3{padding:24px; border:1px solid var(--line); border-radius:14px; background:var(--card);}
.ic3 h4{margin:0 0 8px; font-size:1.05rem;}
.ic3 p{margin:0; color:var(--muted); font-size:.94rem; line-height:1.55;}
@media(max-width:880px){ .inc-3{grid-template-columns:1fr;} }

/* footer: a single social icon, nothing else added */
.fsocial{display:inline-flex; align-items:center; justify-content:center; width:36px; height:36px; margin-top:20px; border:1px solid var(--line-2); border-radius:10px; background:var(--card); color:var(--muted); transition:color .18s ease, border-color .18s ease, background .18s ease;}
.fsocial:hover{color:var(--ink); border-color:var(--line-2); background:var(--card-2);}
.fsocial svg{width:17px; height:17px; fill:currentColor;}
@media(max-width:560px){ .fg{grid-template-columns:1fr;} }

/* contact page */
.contact-g{display:grid; grid-template-columns:.85fr 1.15fr; gap:clamp(30px,4vw,56px); align-items:start; margin-top:12px;}
@media(max-width:900px){ .contact-g{grid-template-columns:1fr;} }
.cinfo h3{font-size:1.05rem; margin:0 0 8px;}
.cblock{padding:22px 0; border-bottom:1px solid var(--line);}
.cblock:first-child{padding-top:0;}
.cblock:last-child{border-bottom:none;}
.cblock .clab{font:600 11px/1 'IBM Plex Mono',monospace; letter-spacing:.13em; text-transform:uppercase; color:var(--faint); display:block; margin-bottom:10px;}
.cblock p,.cblock address{margin:0; color:var(--muted); font-size:14.5px; line-height:1.65; font-style:normal;}
.cblock a{color:#cfe0ff;} .cblock a:hover{color:var(--ink);}
.cform-card{padding:clamp(26px,3vw,38px); border:1px solid var(--line-2); border-radius:18px; background:linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.015));}
.cform-card h3{font-size:1.35rem; margin:0 0 6px;}
.cform-card > p{color:var(--muted); font-size:14.5px; margin:0 0 22px;}

/* ============================================================
   GLASSMORPHISM — ambient color orbs + dark liquid glass
   ============================================================ */
.ambient{position:fixed; inset:0; z-index:0; overflow:hidden; pointer-events:none;}
.orb{position:absolute; border-radius:50%; filter:blur(105px); mix-blend-mode:screen; will-change:transform;}
.orb1{width:62vw; height:62vw; left:-16vw; top:-16vw; background:radial-gradient(circle,#2E7BFF 0%,transparent 66%); opacity:.34; animation:drift1 40s ease-in-out infinite alternate;}
.orb2{width:54vw; height:54vw; right:-16vw; top:-4vw; background:radial-gradient(circle,#4FA0FF 0%,transparent 66%); opacity:.27; animation:drift2 48s ease-in-out infinite alternate;}
.orb3{width:52vw; height:52vw; left:20vw; top:40vh; background:radial-gradient(circle,#5AB8FF 0%,transparent 66%); opacity:.22; animation:drift3 36s ease-in-out infinite alternate;}
.orb4{width:44vw; height:44vw; right:2vw; bottom:-14vw; background:radial-gradient(circle,#3A78F0 0%,transparent 70%); opacity:.18; animation:drift4 52s ease-in-out infinite alternate;}
.orb5{width:46vw; height:46vw; left:-8vw; bottom:0; background:radial-gradient(circle,#6FE0FF 0%,transparent 70%); opacity:.18; animation:drift1 44s ease-in-out infinite alternate reverse;}
@keyframes drift1{from{transform:translate(0,0) scale(1);}to{transform:translate(12vw,9vh) scale(1.18);}}
@keyframes drift2{from{transform:translate(0,0) scale(1.05);}to{transform:translate(-11vw,7vh) scale(1);}}
@keyframes drift3{from{transform:translate(0,0) scale(1);}to{transform:translate(9vw,-8vh) scale(1.14);}}
@keyframes drift4{from{transform:translate(0,0) scale(1);}to{transform:translate(-9vw,-7vh) scale(1.22);}}

/* dark liquid glass on every surface */
.card,.indc,.step,.whyc,.readout,.ledger,.emod,.pipe{
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.022)), rgba(19,20,28,.42) !important;
  -webkit-backdrop-filter:blur(30px) saturate(140%); backdrop-filter:blur(30px) saturate(140%);
  border:1px solid rgba(255,255,255,.09);
  box-shadow:0 24px 56px -28px rgba(0,0,0,.7), inset 0 1px 0 rgba(255,255,255,.14);
}
/* keep text crisp on the frosted glass */
.card p,.indc p,.indc .with,.whyc p,.step p,.emod > p,.proof p,.readout .ro .t,.ledger .show,.posture p{color:#c8cddd;}
.card h3,.indc h3,.whyc h3,.step h4,.emod h3,.proof h3{color:#ffffff;}
.emod--feat{ background:linear-gradient(180deg, rgba(45,212,191,.16), rgba(10,16,34,.46)) !important; border-color:rgba(45,212,191,.32) !important; }
.posture,.panel{ -webkit-backdrop-filter:blur(20px) saturate(150%); backdrop-filter:blur(20px) saturate(150%); box-shadow:0 16px 52px -20px rgba(0,0,0,.55), inset 0 1px 0 rgba(255,255,255,.16); }
.bigstats{ -webkit-backdrop-filter:blur(20px) saturate(150%); backdrop-filter:blur(20px) saturate(150%); box-shadow:0 16px 52px -20px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.14); }
.eyebrow,.cbtn,.btn--g,.ic-tile{ -webkit-backdrop-filter:blur(14px) saturate(150%); backdrop-filter:blur(14px) saturate(150%); }
.hdr{ -webkit-backdrop-filter:blur(22px) saturate(170%); backdrop-filter:blur(22px) saturate(170%); }
.card:hover,.indc:hover,.whyc:hover,.emod:hover{ border-color:rgba(255,255,255,.2) !important; box-shadow:0 28px 66px -22px rgba(10,111,208,.6), inset 0 1px 0 rgba(255,255,255,.26) !important; }

@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){
  .card,.indc,.step,.whyc,.readout,.ledger,.emod{ background:rgba(13,19,38,.96) !important; }
  .hdr{ background:rgba(10,10,15,.97); }
}
@media (prefers-reduced-motion:reduce){ .orb{animation:none !important;} }

/* ============================================================
   "How we build" — animated living pipeline
   ============================================================ */
.pipe{margin-top:44px; border-radius:22px; padding:32px 28px 26px; position:relative; overflow:hidden;}
.pl-cap{font:400 12.5px/1 'IBM Plex Mono',monospace; color:var(--muted); letter-spacing:.03em; margin-bottom:22px;}
.pl-cap b{color:var(--cyan); font-weight:600;}
.pl-svg{width:100%; height:auto; display:block; overflow:visible;}
.pl-rail{stroke:rgba(255,255,255,.16); stroke-width:2;}
.pl-flow{stroke:url(#gV5); stroke-width:2.6; stroke-dasharray:10 9; opacity:.9;}
.play .pl-flow{animation:plmarch 1.1s linear infinite;}
@keyframes plmarch{to{stroke-dashoffset:-38;}}
.pl-halo{fill:url(#gV5); opacity:0; transform-box:fill-box; transform-origin:center;}
.play .pl-halo{animation:plhalo 7s ease-in-out infinite; animation-delay:var(--d);}
@keyframes plhalo{0%,3%{opacity:0; transform:scale(.5);}9%{opacity:.6; transform:scale(1);}22%{opacity:.14;}100%{opacity:.14;}}
.pl-ring{fill:rgba(16,24,48,.55); stroke:rgba(255,255,255,.22); stroke-width:1.4;}
.pl-ic{color:var(--iris);}
.play .pl-node .pl-ic{animation:pllit 7s ease-in-out infinite; animation-delay:var(--d);}
@keyframes pllit{0%,7%{color:#7f93b8;}12%{color:#eaffff;}30%,100%{color:var(--iris);}}
.pl-ck{opacity:0; transform-box:fill-box; transform-origin:center; color:#04141f;}
.pl-ck circle{fill:var(--ok);}
.play .pl-ck{animation:plck 7s ease-in-out infinite; animation-delay:var(--d);}
@keyframes plck{0%,6%{opacity:0; transform:scale(.3);}12%{opacity:1; transform:scale(1.25);}18%,95%{opacity:1; transform:scale(1);}100%{opacity:0; transform:scale(.3);}}
.pl-num{fill:var(--faint); font:600 11px/1 'IBM Plex Mono',monospace;}
.pl-packet circle{fill:#eafcff; filter:drop-shadow(0 0 9px var(--cyan));}
.play .pl-packet{animation:plmove 7s cubic-bezier(.45,0,.55,1) infinite;}
@keyframes plmove{0%{transform:translateX(0);opacity:0;}4%{opacity:1;}96%{opacity:1;}100%{transform:translateX(940px);opacity:0;}}
.pl-labels{display:grid; grid-template-columns:repeat(5,1fr); gap:8px; margin-top:8px; text-align:center;}
.pl-lab{opacity:.42; transition:opacity .3s ease;}
.play .pl-lab{animation:pllab 7s ease-in-out infinite; animation-delay:var(--d);}
@keyframes pllab{0%,4%{opacity:.42;}12%{opacity:1;}34%{opacity:.72;}100%{opacity:.42;}}
.pl-lab .pl-t{display:block; font-weight:600; font-size:14.5px; color:#fff;}
.pl-lab .pl-s{display:block; font:400 11px/1.35 'IBM Plex Mono',monospace; color:var(--muted); margin-top:3px;}
.pl-progress{height:6px; border-radius:999px; background:rgba(255,255,255,.1); margin-top:24px; overflow:hidden;}
.pl-fill{height:100%; width:0; background:linear-gradient(90deg,#17a5ec,#2dd4bf); border-radius:999px;}
.play .pl-fill{animation:plfill 7s cubic-bezier(.45,0,.55,1) infinite;}
@keyframes plfill{0%{width:0;}92%,100%{width:100%;}}
.pl-legend{display:flex; justify-content:space-between; margin-top:11px; font:400 11px/1 'IBM Plex Mono',monospace; color:var(--faint); letter-spacing:.05em;}
.pl-signed{color:var(--ok); opacity:.25;}
.play .pl-signed{animation:plsign 7s ease-in-out infinite;}
@keyframes plsign{0%,78%{opacity:.25;}90%,100%{opacity:1;}}
@media(max-width:640px){ .pl-lab .pl-s{display:none;} }
@media (prefers-reduced-motion:reduce){
  .pl-flow,.pl-halo,.pl-ic,.pl-ck,.pl-packet,.pl-lab,.pl-fill,.pl-signed{animation:none !important;}
  .pl-ck,.pl-signed,.pl-lab{opacity:1;} .pl-fill{width:100%;} .pl-packet{opacity:0;} .pl-ic{color:var(--iris);}
}

/* reveal */
.rv{opacity:0; transform:translateY(18px); transition:opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1);}
.rv.in{opacity:1; transform:none;}

/* ============================================================
   Depth layer: bigger type, aurora, icons, textures, carousel
   ============================================================ */
h1{font-size:clamp(38px,4.6vw,60px); line-height:1.05; letter-spacing:-.032em; font-weight:600; max-width:14ch;}
h2{font-size:clamp(30px,3.6vw,50px); line-height:1.1; letter-spacing:-.025em; font-weight:600; max-width:20ch;}
.hkick{display:block; font-size:clamp(16px,1.9vw,20px); font-weight:500; letter-spacing:-.01em; color:var(--muted); margin-top:22px;}
.hero h1{margin-top:7px;}
.grad-t{background:linear-gradient(105deg,#57C7FF 0%,#2E8FFF 45%,#4f8cff 100%); -webkit-background-clip:text; background-clip:text; color:transparent;}
@keyframes gshift{0%,100%{background-position:0 0;}50%{background-position:100% 0;}}
@media (prefers-reduced-motion:reduce){ .grad-t{animation:none;} }

/* aurora backdrop in hero */
.hero{position:relative;}
.hero__g{position:relative; z-index:2;}
.aura{position:absolute; z-index:0; border-radius:50%; filter:blur(72px); pointer-events:none;}
.aura--1{width:460px; height:460px; left:-10%; top:-6%; background:radial-gradient(circle,#0a6fd0,transparent 70%); opacity:.42;}
.aura--2{width:380px; height:380px; right:0; top:16%; background:radial-gradient(circle,#2ecfe0,transparent 70%); opacity:.3;}
.aura--3{width:320px; height:320px; left:44%; top:-12%; background:radial-gradient(circle,#2dd4bf,transparent 70%); opacity:.12;}

/* icon tiles */
/* all icon tiles share ONE colour (blue accent) */
.ic-tile,.ic-tile.ok,.ic-tile.danger,.ic-tile.iris{width:48px; height:48px; border-radius:13px; display:grid; place-items:center; margin-bottom:18px; position:relative; color:var(--iris);
  background:linear-gradient(150deg, rgba(46,143,255,.22), rgba(46,143,255,.06)); border:1px solid var(--line-2); box-shadow:inset 0 1px 0 rgba(255,255,255,.09), 0 8px 22px -12px rgba(46,143,255,.5);}
.ic-tile svg{width:24px; height:24px;}
.ic-sm{width:38px; height:38px; border-radius:10px;} .ic-sm svg{width:20px; height:20px;}

/* card texture + corner glow (like reference) */
.tex{position:relative; overflow:hidden;}
.tex::before{content:""; position:absolute; inset:0; z-index:0; background-image:radial-gradient(rgba(255,255,255,.06) 1px, transparent 1.4px); background-size:16px 16px; -webkit-mask-image:radial-gradient(130% 100% at 100% 0%, #000, transparent 62%); mask-image:radial-gradient(130% 100% at 100% 0%, #000, transparent 62%); opacity:.7; pointer-events:none;}
.tex > *{position:relative; z-index:1;}
.glow::after{content:""; position:absolute; z-index:0; width:200px; height:200px; right:-46px; top:-56px; border-radius:50%; background:radial-gradient(circle, rgba(23,165,236,.26), transparent 68%); pointer-events:none;}
.glow.ok::after{background:radial-gradient(circle, rgba(45,212,191,.24), transparent 68%);}
.glow.danger::after{background:radial-gradient(circle, rgba(255,90,99,.24), transparent 68%);}
.glow.iris::after{background:radial-gradient(circle, rgba(46,143,255,.26), transparent 68%);}
/* Stakes tiles: single white frosted, more opaque, greater blur, darker-white edge */
#stakes .g3 .card{
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03)), rgba(19,20,28,.32) !important;
  -webkit-backdrop-filter:blur(50px) saturate(150%); backdrop-filter:blur(50px) saturate(150%);
  border:1px solid rgba(150,158,182,.48) !important;
  box-shadow:0 24px 56px -26px rgba(0,0,0,.65), inset 0 1px 0 rgba(255,255,255,.28) !important;
}
#stakes .g3 .card h3{color:#fff;} #stakes .g3 .card p{color:#d3d8e8;}
.card, .proof, .indc, .emod, .whyc, .step{--_g:0;}
.card:hover, .indc:hover{box-shadow:0 26px 60px -30px rgba(23,165,236,.6);}

/* ===== coverflow carousel (Who it's for) — modeled on nexqloudsealed.com ===== */
.carousel{margin-top:54px; position:relative; height:486px; perspective:1500px; perspective-origin:50% 46%;}
.carousel-stage{position:absolute; inset:0; transform-style:preserve-3d;}
.indu-card{position:absolute; left:50%; top:24px; width:360px; height:426px; margin-left:-180px;
  border-radius:20px; overflow:hidden; cursor:pointer; backface-visibility:hidden; will-change:transform,opacity;
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.022)), rgba(19,20,28,.55);
  border:1px solid rgba(255,255,255,.09);
  box-shadow:0 30px 70px -30px rgba(0,0,0,.75), inset 0 1px 0 rgba(255,255,255,.12);
  -webkit-backdrop-filter:blur(26px) saturate(140%); backdrop-filter:blur(26px) saturate(140%);
  transition:transform .6s cubic-bezier(.2,.8,.2,1), opacity .55s ease, box-shadow .4s ease, border-color .4s ease;}
.indu-card.active{border-color:rgba(93,140,255,.5); box-shadow:0 44px 92px -30px rgba(10,111,208,.62), inset 0 1px 0 rgba(255,255,255,.22);}
/* viz header: drifting grid + rolling light ray + per-industry dual-color gradient motif (modeled on nexqloudsealed.com) */
.indu-viz{position:relative; height:150px; overflow:hidden; border-bottom:1px solid var(--line); background:#0b1230;}
.indu-viz.v1{background:radial-gradient(120% 120% at 28% 0%, rgba(77,184,255,.24), transparent 58%), #0b1230;}
.indu-viz.v2{background:radial-gradient(120% 120% at 28% 0%, rgba(0,158,255,.24), transparent 58%), #0b1230;}
.indu-viz.v3{background:radial-gradient(120% 120% at 28% 0%, rgba(106,76,255,.26), transparent 58%), #0d1030;}
.indu-viz.v4{background:radial-gradient(120% 120% at 28% 0%, rgba(128,0,255,.24), transparent 58%), #0d0d2e;}
/* drifting grid */
.indu-viz::before{content:""; position:absolute; inset:0; z-index:0;
  background-image:linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size:26px 26px, 26px 26px; animation:gridDrift 8s linear infinite;}
/* light ray rolling down */
.indu-viz::after{content:""; position:absolute; left:0; right:0; top:-50%; height:72px; z-index:1; pointer-events:none;
  background:linear-gradient(transparent, rgba(150,205,255,.18), transparent); animation:scanDown 4.6s linear infinite;}
.indu-viz .motif{position:absolute; inset:0; width:100%; height:100%; z-index:2;}
@keyframes gridDrift{to{background-position:-26px 26px, -26px 26px;}}
@keyframes scanDown{0%{top:-50%;}100%{top:100%;}}
@media (prefers-reduced-motion:reduce){ .indu-viz::before{animation:none;} .indu-viz::after{display:none;} }
.indu-viz .glab{position:absolute; left:16px; bottom:12px; font:500 10px/1 'IBM Plex Mono',monospace; letter-spacing:.16em; text-transform:uppercase; color:var(--faint); z-index:2;}
.indu-viz .ic-badge{position:absolute; right:14px; top:14px; width:40px; height:40px; border-radius:11px; display:grid; place-items:center; color:var(--iris-2); z-index:2;
  background:linear-gradient(150deg, rgba(46,143,255,.28), rgba(46,143,255,.08)); border:1px solid var(--line-2); box-shadow:inset 0 1px 0 rgba(255,255,255,.12);}
.indu-viz .ic-badge svg{width:22px; height:22px;}
/* body */
.indu-body{padding:22px 24px 24px;}
.indu-body .h{display:flex; align-items:center; gap:10px; margin-bottom:12px;}
.indu-body h3{font-size:20px; font-weight:600; letter-spacing:-.3px;}
.indu-body .flag{font:500 10px/1 'IBM Plex Mono',monospace; letter-spacing:.1em; text-transform:uppercase; color:#05131f; background:var(--gold); padding:4px 8px; border-radius:6px;}
.indu-body .pain{color:#c8cddd; font-size:15px; line-height:1.55; font-weight:400;}
.indu-body .gain{margin-top:14px; padding-top:14px; border-top:1px dashed var(--line); color:#dbe6ff; font-size:14px; line-height:1.56; font-weight:400;}
.indu-body .gain b{color:var(--cyan); font-weight:600;}
/* controls */
.carousel-btn{position:absolute; top:50%; transform:translateY(-50%); z-index:60; width:48px; height:48px; border-radius:50%;
  border:1px solid var(--line-2); background:rgba(19,20,28,.6); color:var(--ink); display:grid; place-items:center; cursor:pointer;
  -webkit-backdrop-filter:blur(14px) saturate(150%); backdrop-filter:blur(14px) saturate(150%);
  transition:background .18s ease, border-color .18s ease, transform .15s ease;}
.carousel-btn:hover{background:rgba(255,255,255,.12); border-color:var(--cyan);}
.carousel-btn:active{transform:translateY(-50%) scale(.94);}
.carousel-btn.prev{left:0;} .carousel-btn.next{right:0;}
.carousel-btn svg{width:20px; height:20px;}
.carousel-btn.prev svg{transform:scaleX(-1);}
@media(max-width:560px){ .carousel-btn.prev{left:-8px;} .carousel-btn.next{right:-8px;} }
.carousel-dots{display:flex; gap:8px; justify-content:center; margin-top:28px;}
.carousel-dots .cdot{width:8px; height:8px; border-radius:50%; background:var(--line-2); border:none; cursor:pointer; padding:0; transition:width .25s ease, background .25s ease;}
.carousel-dots .cdot.active{width:26px; border-radius:5px; background:var(--grad);}
@media(max-width:820px){ .carousel{height:520px;} }
@media (prefers-reduced-motion:reduce){ .indu-card{transition:opacity .3s ease;} }

/* ===== lux-3d-panel (hero) ===== */
.seal-stage{position:relative; width:100%; max-width:460px; margin:0 auto; aspect-ratio:1/1.08; perspective:1300px; perspective-origin:50% 38%;}
.seal-scene{position:absolute; inset:0; transform-style:preserve-3d; transition:transform .35s cubic-bezier(.2,.8,.2,1);}
.seal-card{position:absolute; inset:0; transform-style:preserve-3d; transform:rotateX(10deg) rotateY(-15deg); animation:sealFloat 9s ease-in-out infinite; will-change:transform;}
@keyframes sealFloat{0%,100%{transform:rotateX(10deg) rotateY(-15deg) translateY(0);}50%{transform:rotateX(7deg) rotateY(-9deg) translateY(-14px);}}
.seal-glow{position:absolute; inset:6%; border-radius:30px; transform:translateZ(-120px) scale(1.12); background:radial-gradient(60% 60% at 38% 28%, rgba(46,207,224,.5), transparent 70%), radial-gradient(60% 60% at 72% 82%, rgba(10,111,208,.5), transparent 70%); filter:blur(36px); opacity:.9;}
.seal-grid2{position:absolute; inset:2%; transform:translateZ(-60px); border-radius:24px; background-image:linear-gradient(rgba(120,180,255,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(120,180,255,.13) 1px,transparent 1px); background-size:30px 30px; mask-image:radial-gradient(ellipse at 50% 45%, #000 35%, transparent 78%); opacity:.55;}
.seal-receipt{position:absolute; left:8%; right:8%; top:7%; bottom:7%; transform:translateZ(0); border-radius:22px; padding:24px 24px 18px; display:flex; flex-direction:column; overflow:hidden; background:linear-gradient(180deg, rgba(14,26,58,.84), rgba(8,14,34,.9)); border:1px solid rgba(255,255,255,.1); box-shadow:0 34px 80px -26px rgba(0,0,0,.75), inset 0 1px 0 rgba(255,255,255,.1); backdrop-filter:blur(12px); -webkit-backdrop-filter:blur(12px);}
.seal-sheen{position:absolute; top:-30%; left:-70%; width:55%; height:160%; transform:rotate(18deg); background:linear-gradient(90deg, transparent, rgba(255,255,255,.16), transparent); filter:blur(7px); animation:sealSheen 6.5s ease-in-out infinite; pointer-events:none;}
@keyframes sealSheen{0%,16%{left:-70%;}42%,100%{left:140%;}}
.sr2-top{display:flex; align-items:center; justify-content:space-between; padding-bottom:13px; border-bottom:1px solid rgba(255,255,255,.1); position:relative; z-index:2;}
.sr2-title{font:400 .7rem/1 'IBM Plex Mono',monospace; letter-spacing:.16em; text-transform:uppercase; color:#6fd3ff;}
.sr2-live{display:inline-flex; align-items:center; gap:7px;}
.sr2-live i{width:7px; height:7px; border-radius:50%; background:var(--gold); box-shadow:0 0 10px var(--gold); animation:bpulse 1.6s infinite;}
.sr2-id{font:400 .68rem/1 'IBM Plex Mono',monospace; color:#93a6cc;}
@keyframes bpulse{0%,100%{opacity:1; transform:scale(1);}50%{opacity:.5; transform:scale(.8);}}
.vlist{flex:1; display:flex; flex-direction:column; justify-content:center; position:relative; z-index:2;}
.vrow{display:flex; align-items:center; gap:12px; padding:9px 0; opacity:.28; transition:opacity .4s ease;}
.vrow + .vrow{border-top:1px dashed rgba(255,255,255,.06);}
.vrow.on{opacity:1;}
.vcheck{flex:none; width:25px; height:25px; border-radius:50%; display:grid; place-items:center; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1); transition:background .4s ease, box-shadow .4s ease, border-color .4s ease;}
.vcheck svg{width:13px; height:13px;}
.vcheck path{stroke:#fff; stroke-width:3; fill:none; stroke-linecap:round; stroke-linejoin:round; stroke-dasharray:26; stroke-dashoffset:26; transition:stroke-dashoffset .45s ease .05s;}
.vrow.on .vcheck{background:var(--grad); border-color:transparent; box-shadow:0 0 18px -2px rgba(23,165,236,.8); animation:vpop .5s ease;}
.vrow.on .vcheck path{stroke-dashoffset:0;}
@keyframes vpop{0%{transform:scale(.6);}60%{transform:scale(1.18);}100%{transform:scale(1);}}
.vrow .vt{font-weight:600; font-size:.95rem; line-height:1.2; color:#eef4ff;}
.vrow .vd{font:400 .72rem/1.2 'IBM Plex Mono',monospace; color:#93a6cc;}
.sr2-foot{display:flex; align-items:center; gap:11px; padding-top:13px; border-top:1px solid rgba(255,255,255,.1); position:relative; z-index:2;}
.sr2-ring{width:28px; height:28px; flex:none;}
.ring-bg{stroke:rgba(255,255,255,.12);}
.ring-fg{stroke:url(#gV5); stroke-linecap:round; transform:rotate(-90deg); transform-origin:50% 50%; transition:stroke-dashoffset .35s linear;}
.sr2-foot .ftxt{font:400 .68rem/1 'IBM Plex Mono',monospace; color:#93a6cc; letter-spacing:.04em;}
.seal-badge3d{position:absolute; right:0; top:-3%; width:86px; height:86px; transform:translateZ(72px) rotate(-8deg); display:grid; place-items:center;}
.seal-badge3d .holo{position:absolute; inset:0; border-radius:50%; background:conic-gradient(from 0deg,#17a5ec,#6fd3ff,#0a6fd0,#2dd4bf,#6fd3ff,#17a5ec); animation:holoSpin 7s linear infinite; box-shadow:0 14px 44px -8px rgba(23,165,236,.6), inset 0 0 18px rgba(255,255,255,.4);}
.seal-badge3d .holo::after{content:""; position:absolute; inset:5px; border-radius:50%; background:rgba(10,10,15,.94);}
.seal-badge3d .mark{position:relative; z-index:2; text-align:center;}
.seal-badge3d .mark svg{width:25px; height:25px;}
.seal-badge3d .mark .lbl{display:block; font:400 .46rem/1 'IBM Plex Mono',monospace; letter-spacing:.2em; color:#cfe6ff; margin-top:1px;}
@keyframes holoSpin{to{transform:rotate(360deg);}}
@media(max-width:560px){.seal-stage{max-width:360px;} .seal-badge3d{width:74px; height:74px;}}

@media (prefers-reduced-motion:reduce){
  .seal-card,.seal-sheen,.seal-badge3d .holo,.sr2-live i,.vrow,.readout__h .dot{animation:none;}
  .seal-card{transform:rotateX(6deg) rotateY(-10deg);}
  .rv{opacity:1; transform:none; transition:none;}
  .btn,.card,.indc,.emod{transition:none;}
}

/* ============================================================
   HERO — clean two-column: message left, one self-contained editor card right
   ============================================================ */
.hero{padding:clamp(56px,9vh,116px) 0 clamp(52px,8vh,92px) !important; overflow:hidden;}
.hero__g{align-items:stretch; gap:clamp(36px,5vw,72px);}
.hero__copy{display:flex; flex-direction:column; justify-content:center;}
.hero__copy .sub{max-width:40ch;}
.hero__copy .micro{margin-top:24px;}
.hero + .sec{border-top:1px solid var(--line);}

/* one calm, self-contained editor card, gently floating */
.hero-card{position:relative; width:100%; max-width:472px; margin:0 auto; display:flex; flex-direction:column; border-radius:16px; overflow:hidden; background:#080b16;
  border:1px solid rgba(255,255,255,.1); box-shadow:0 44px 96px -44px rgba(0,0,0,.9), inset 0 1px 0 rgba(255,255,255,.06);
  animation:hvFloat 8s ease-in-out infinite; will-change:transform;}
@keyframes hvFloat{0%,100%{transform:translateY(0);}50%{transform:translateY(-8px);}}
.hc-chrome{display:flex; align-items:center; gap:10px; padding:12px 15px; border-bottom:1px solid rgba(255,255,255,.07); background:rgba(255,255,255,.025);}
.hc-chrome .dots{display:inline-flex; gap:6px;} .hc-chrome .dots i{width:8px; height:8px; border-radius:50%; background:rgba(255,255,255,.18);}
.hc-file{font:500 11.5px/1 'IBM Plex Mono',monospace; color:#c2cce6;}
.hc-tag{margin-left:auto; display:inline-flex; align-items:center; gap:7px; font:600 9.5px/1 'IBM Plex Mono',monospace; letter-spacing:.08em; text-transform:uppercase; padding:5px 10px; border-radius:6px; color:#aab2c6; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.16); transition:color .45s ease, background .45s ease, border-color .45s ease;}
.hc-tag .tdot{width:6px; height:6px; border-radius:50%; background:#8a93a8; transition:background .45s ease, box-shadow .45s ease;}
.hero-card.is-signed .hc-tag{color:#cfe0ff; background:rgba(79,124,255,.16); border-color:rgba(79,124,255,.42);}
.hero-card.is-signed .hc-tag .tdot{background:var(--iris-2); box-shadow:0 0 8px var(--iris-2);}
.hc-prompt{display:flex; align-items:center; gap:9px; padding:11px 15px; border-bottom:1px solid rgba(255,255,255,.06); background:rgba(255,255,255,.015); font:400 12px/1.4 'IBM Plex Mono',monospace; color:#aab4d0;}
.hc-prompt .k{font-size:9px; text-transform:uppercase; letter-spacing:.14em; color:#05131f; background:var(--iris-2); padding:3px 7px; border-radius:5px; flex:none;}
.hc-body{position:relative; flex:1; min-height:210px;}
.hc-slide{position:absolute; inset:0; padding:18px 16px; opacity:0; visibility:hidden; transition:opacity .55s ease, visibility .55s ease;}
.hc-slide.on{position:relative; inset:auto; opacity:1; visibility:visible; height:100%;}
.code{font:400 11.5px/1.78 'IBM Plex Mono',monospace; color:#8fa0c4; white-space:pre; margin:0;}
.code .ln{display:block; opacity:0; transform:translateX(-5px); transition:opacity .28s ease, transform .28s ease, color .3s ease;}
.code .ln.on{opacity:1; transform:none;}
.code .k{color:#6fd3ff;} .code .c{color:#5a6072;} .code .f{color:#cbd6ef;} .code .g{color:var(--iris-2);}
.code--ai .ln.bad.on{color:var(--warn);} .code--ai .ln.bad.on .c{color:var(--warn);}
.hc-caret{display:inline-block; width:7px; height:14px; margin-left:2px; vertical-align:-2px; background:var(--iris-2); opacity:0; animation:caretBlink 1s steps(1) infinite;}
.hc-slide.typing .hc-caret{opacity:.9;}
@keyframes caretBlink{50%{opacity:0;}}
/* verdict — INSIDE the card, as its footer */
.hc-foot{position:relative; height:54px; flex:none; border-top:1px solid rgba(255,255,255,.08); background:rgba(255,255,255,.014);}
.hc-verdict{position:absolute; inset:0; display:flex; align-items:center; gap:9px; padding:0 56px 0 16px; font:600 11.5px/1 'IBM Plex Mono',monospace; letter-spacing:.02em; opacity:0; transition:opacity .45s ease;}
.hc-verdict.on{opacity:1;}
.hc-verdict svg{width:15px; height:15px; flex:none; fill:none; stroke-width:2.4; stroke-linecap:round; stroke-linejoin:round;}
.hc-verdict--bad{color:#ff9098;} .hc-verdict--bad svg{stroke:#ff6b73;}
.hc-verdict--good{color:#54e6b0;} .hc-verdict--good svg{stroke:var(--ok);}
/* signed check badge — the "signed off" stamp, restored cleanly inside the footer */
.hc-stamp{position:absolute; right:14px; top:50%; transform:translateY(-50%) scale(.4) rotate(-14deg); width:30px; height:30px; border-radius:50%; display:grid; place-items:center; opacity:0; transition:opacity .45s ease, transform .55s cubic-bezier(.2,1.6,.4,1);
  background:conic-gradient(from 0deg,#4f7cff,#6fd3ff,#2E8FFF,#4FD6FF,#6fd3ff,#4f7cff); box-shadow:0 6px 20px -6px rgba(79,124,255,.7);}
.hc-stamp::after{content:""; position:absolute; inset:3px; border-radius:50%; background:#0a0d17;}
.hc-stamp svg{position:relative; z-index:2; width:14px; height:14px; stroke:#eaffff; stroke-width:3; fill:none; stroke-linecap:round; stroke-linejoin:round;}
.hero-card.is-signed .hc-stamp{opacity:1; transform:translateY(-50%) scale(1) rotate(0);}

/* tech stack — its own quiet band, out of the hero */
.stackband{padding:clamp(40px,6vh,68px) 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line);}
.stackband .st-label{text-align:center; font:600 10.5px/1 'IBM Plex Mono',monospace; letter-spacing:.16em; text-transform:uppercase; color:var(--faint); margin-bottom:22px;}

@media(max-width:980px){
  .hero{padding:clamp(40px,7vh,72px) 0 clamp(40px,6vh,60px) !important;}
  .hero__copy{text-align:center; align-items:center;}
  .hero__copy .sub,.hero__copy .micro{margin-left:auto; margin-right:auto;}
  .hero__copy .cta-row{justify-content:center;}
}
@media(max-width:560px){ .hero-card{max-width:100%;} }
@media (prefers-reduced-motion:reduce){
  .hero-card{animation:none;}
  .hc-slide{transition:none;} .code .ln{opacity:1; transform:none; transition:none;}
  .hc-verdict{transition:none;} .hc-caret{display:none;}
}

/* ===== reworked "What you get" — centered heading, receipt + Q&A accordion side by side ===== */
.shead--center{max-width:720px; margin:0 auto; text-align:center;}
.shead--center h2,.shead--center .lead{margin-left:auto; margin-right:auto;}
.shead--center h2{max-width:none;}
.proofs-g{display:grid; grid-template-columns:1.15fr .85fr; gap:48px; align-items:center; margin-top:44px;}
.acc{border-top:1px solid var(--line); order:1;}

/* ===== Start-a-project modal + form ===== */
.modal{position:fixed; inset:0; z-index:200; display:grid; place-items:center; padding:24px; opacity:0; visibility:hidden; transition:opacity .3s ease, visibility .3s;}
.modal.open{opacity:1; visibility:visible;}
.modal__backdrop{position:absolute; inset:0; background:rgba(4,6,12,.72); -webkit-backdrop-filter:blur(6px); backdrop-filter:blur(6px);}
.modal__card{position:relative; width:100%; max-width:520px; max-height:90vh; overflow:auto; border-radius:20px; padding:38px 36px 34px;
  background:linear-gradient(180deg, rgba(20,26,48,.97), rgba(10,14,30,.98));
  border:1px solid rgba(255,255,255,.12); box-shadow:0 50px 120px -30px rgba(0,0,0,.85), inset 0 1px 0 rgba(255,255,255,.12);
  transform:translateY(16px) scale(.98); transition:transform .3s cubic-bezier(.2,.8,.2,1);}
.modal.open .modal__card{transform:none;}
.modal__x{position:absolute; top:15px; right:15px; width:34px; height:34px; border-radius:50%; border:1px solid var(--line-2); background:var(--card-2); color:var(--muted); font-size:20px; line-height:1; cursor:pointer; display:grid; place-items:center; transition:color .2s, border-color .2s;}
.modal__x:hover{color:var(--ink); border-color:var(--cyan);}
.modal__card h3{font-size:26px; font-weight:600; letter-spacing:-.4px; margin:12px 0 8px;}
.modal__sub{color:var(--muted); font-size:15px; line-height:1.5; font-weight:400; margin-bottom:22px;}
.pform{display:flex; flex-direction:column; gap:15px; position:relative;}
.pform label{display:flex; flex-direction:column; gap:7px; font:500 11px/1 'IBM Plex Mono',monospace; letter-spacing:.08em; text-transform:uppercase; color:var(--muted);}
.pform input,.pform textarea{font-family:'Lexend',sans-serif; font-size:15px; font-weight:400; color:var(--ink); background:rgba(255,255,255,.04); border:1px solid var(--line-2); border-radius:11px; padding:13px 15px; transition:border-color .2s, background .2s; resize:vertical;}
.pform input::placeholder,.pform textarea::placeholder{color:var(--faint);}
.pform input:focus,.pform textarea:focus{outline:none; border-color:var(--cyan); background:rgba(255,255,255,.06);}
.pform__submit{margin-top:6px; justify-content:center;}
.pform__submit[disabled]{opacity:.6; cursor:default;}
.pform__err{color:#ff8a8f; font-size:13.5px; margin:2px 0 0; text-align:center;}
.pform__privacy{color:var(--faint); font-size:12px; line-height:1.5; margin:4px 0 0; text-align:center;} .pform__privacy a{color:var(--muted); text-decoration:underline;} .pform__privacy a:hover{color:var(--ink);}
.pform .hp{position:absolute; left:-9999px; width:1px; height:1px; opacity:0;}
.pform__done{text-align:center; padding:16px 0 6px;}
.pform__check{width:64px; height:64px; margin:0 auto 18px; border-radius:50%; display:grid; place-items:center; background:var(--ok-dim); border:1px solid rgba(45,212,191,.4);}
.pform__check svg{width:30px; height:30px; stroke:var(--ok); fill:none; stroke-width:2.6; stroke-linecap:round; stroke-linejoin:round;}
.pform__done h3{margin-bottom:6px;}
.pform__done p{color:var(--muted); font-size:16px; font-weight:400; margin-bottom:22px;}
@media (prefers-reduced-motion:reduce){ .modal,.modal__card{transition:none;} }
.proofs-card{order:2;}
/* flatten the receipt card here so it sits upright and symmetrical with the accordion (gentle tilt kept on hover) */
.proofs-card .seal-stage{margin:0 auto; max-width:430px;}
.proofs-card .seal-card{transform:none; animation:none;}
.proofs-card .seal-badge3d{transform:rotate(-8deg);}
@media(max-width:940px){ .proofs-g{grid-template-columns:1fr; gap:34px;} .proofs-card{max-width:430px; margin:0 auto;} }
.acc-item{border-bottom:1px solid var(--line);}
.acc-q{width:100%; display:flex; align-items:center; gap:16px; padding:22px 4px; background:none; border:none; cursor:pointer; text-align:left; color:var(--ink); font-family:inherit;}
.acc-q .ic-tile{flex:none; margin-bottom:0; width:42px; height:42px;}
.acc-lead{display:flex; flex-direction:column; gap:4px; min-width:0;}
.acc-cat{font:600 10.5px/1 'IBM Plex Mono',monospace; letter-spacing:.1em; text-transform:uppercase; color:var(--cyan);}
.acc-t{font-size:19px; font-weight:600; letter-spacing:-.3px; color:#fff;}
.acc-arrow{margin-left:auto; flex:none; width:34px; height:34px; border-radius:50%; border:1px solid var(--line-2); display:grid; place-items:center; color:var(--muted); transition:transform .35s cubic-bezier(.3,.7,.2,1), background .2s ease, border-color .2s ease, color .2s ease;}
.acc-arrow svg{width:16px; height:16px; stroke:currentColor; fill:none; stroke-width:2.2; stroke-linecap:round; stroke-linejoin:round;}
.acc-q:hover .acc-arrow{border-color:var(--cyan); color:var(--ink);}
.acc-item.open .acc-arrow{transform:rotate(180deg); background:var(--card-2); border-color:var(--cyan); color:var(--cyan);}
.acc-a{overflow:hidden; max-height:0; transition:max-height .42s cubic-bezier(.3,.7,.2,1);}
.acc-a-in{padding:0 42px 26px 74px;}
.acc-a p{color:#c8cddd; font-size:16px; line-height:1.6; font-weight:400; max-width:66ch;}
.acc-a .show{display:inline-flex; align-items:flex-start; gap:9px; margin-top:14px; padding-top:14px; border-top:1px dashed var(--line); font-size:13.5px; color:#cfeede;}
.acc-a .show svg{width:16px; height:16px; flex:none; margin-top:2px; fill:none; stroke:var(--ok); stroke-width:2.4; stroke-linecap:round; stroke-linejoin:round;}
@media(max-width:640px){ .acc-a-in{padding:0 4px 24px 4px;} .acc-t{font-size:17px;} }
@media (prefers-reduced-motion:reduce){ .acc-a{transition:none;} .acc-arrow{transition:none;} }

/* ===== tech-stack strip — borderless, labeled, gently sliding ===== */
.stack{padding:clamp(56px,8vw,88px) 0; border-top:1px solid var(--line);}
.stack__head{text-align:center; max-width:640px; margin:0 auto 36px;}
.stack__eyebrow{font:600 12px/1 'IBM Plex Mono',monospace; letter-spacing:.14em; text-transform:uppercase; color:var(--iris-2);}
.stack__desc{margin-top:12px; color:var(--muted); font-size:16px; line-height:1.5;}
.marquee{overflow:hidden; -webkit-mask-image:linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image:linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);}
.marquee__track{display:flex; align-items:flex-start; gap:56px; width:max-content; animation:marq 42s linear infinite;}
.marquee:hover .marquee__track{animation-play-state:paused;}
@keyframes marq{from{transform:translateX(0);}to{transform:translateX(-50%);}}
.li{flex:none; display:flex; flex-direction:column; align-items:center; gap:13px; width:78px; opacity:.6; transition:opacity .2s ease;}
.li:hover{opacity:1;}
.li img{height:38px; width:auto; filter:brightness(0) invert(1);}
.li svg{height:38px; width:auto; color:#fff;}
.li .li-name{font-size:12px; font-weight:400; color:var(--muted); white-space:nowrap; letter-spacing:.01em;}
@media(max-width:640px){ .marquee__track{gap:40px;} .li img,.li svg{height:30px;} .li{width:66px;} .li .li-name{font-size:11px;} }
@media (prefers-reduced-motion:reduce){ .marquee__track{animation:none;} }

/* ===== showcase — Qlarity (white monitor frame) centered, phones flanking ===== */
.show-stage{position:relative; max-width:1120px; margin:40px auto 0; display:flex; align-items:center; justify-content:center;}
.show-glow{position:absolute; inset:2% 5% 4%; z-index:0; border-radius:52px; filter:blur(76px);
  background:radial-gradient(46% 56% at 30% 30%, rgba(46,143,255,.30), transparent 70%), radial-gradient(46% 56% at 72% 70%, rgba(128,0,255,.22), transparent 70%);}
.laptop{position:relative; z-index:1; width:min(660px,60%); margin:0 auto;}
.laptop__lid{padding:12px; border-radius:15px 15px 6px 6px; background:linear-gradient(155deg,#ffffff 0%,#eef1f6 55%,#d6dce6 100%);
  box-shadow:0 54px 116px -40px rgba(0,0,0,.6), 0 0 0 1px rgba(255,255,255,.7), inset 0 2px 2px rgba(255,255,255,1);}
.laptop__lid img{display:block; width:100%; aspect-ratio:1586/901; object-fit:cover; object-position:top left; border-radius:6px; background:#e6eaf1;}
.laptop__base{position:relative; height:16px; margin:0 -5.5%; border-radius:0 0 13px 13px; background:linear-gradient(#f6f8fb,#ccd3de);
  box-shadow:0 26px 44px -20px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.55), inset 0 1px 0 rgba(255,255,255,1), inset 0 -2px 4px rgba(70,80,105,.2);}
.laptop__base::before{content:""; position:absolute; top:0; left:50%; transform:translateX(-50%); width:118px; height:8px; border-radius:0 0 9px 9px; background:linear-gradient(#cfd6e0,#b0b9c8);}
.phone{position:absolute; z-index:3; top:50%; width:186px; border-radius:34px; padding:8px; background:linear-gradient(155deg,#ffffff,#dbe1eb);
  box-shadow:0 48px 92px -28px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.7), inset 0 2px 2px rgba(255,255,255,1), inset 0 -2px 5px rgba(70,80,105,.18);}
.phone img{display:block; width:100%; border-radius:27px; aspect-ratio:117/240; object-fit:cover; object-position:top; background:#e6eaf1;}
.phone--l{left:6%; transform:translateY(-50%) rotate(-6deg);}
.phone--r{right:6%; transform:translateY(-50%) rotate(6deg);}
.show-caps{display:grid; grid-template-columns:repeat(3,1fr); gap:28px; margin-top:44px;}
.show-cap{text-align:center;}
.show-cap .t{font:600 11px/1 'IBM Plex Mono',monospace; letter-spacing:.1em; text-transform:uppercase; color:var(--cyan);}
.show-cap h3{font-size:17px; font-weight:600; letter-spacing:-.3px; margin:8px 0 5px;}
.show-cap p{color:var(--muted); font-size:14px; font-weight:400; line-height:1.5; max-width:34ch; margin:0 auto;}
.show-cap .st{margin-top:9px; font:400 11px/1.4 'IBM Plex Mono',monospace; color:var(--faint);}
@media(max-width:860px){
  .show-stage{flex-direction:column; gap:26px; min-height:0;}
  .laptop{width:100%; order:0;}
  .phone{position:static; width:220px;}
  .phone--l,.phone--r{transform:none;}
  .show-caps{grid-template-columns:1fr; gap:28px; margin-top:40px;}
}
@media (prefers-reduced-motion:reduce){ .phone--l,.phone--r{transform:translateY(-50%);} }

/* ============================================================
   HYBRID light band (v12) — Industries + Selected work go light,
   everything else stays dark. One deliberate dark->light->dark.
   ============================================================ */
.band-light{position:relative; border-top:0 !important;}
.band-light::before{content:""; position:absolute; z-index:0; top:0; bottom:0; left:50%; transform:translateX(-50%); width:100vw;
  background:#f5f7fb; border-top:1px solid rgba(20,30,55,.08); border-bottom:none;}
.band-light--last::before{border-top:none; border-bottom:1px solid rgba(20,30,55,.08);}
.band-light > *{position:relative; z-index:1;}
.band-light .kick{color:#1666c2;}
.band-light h2{color:#161a24;}
.band-light .grad-t{background:linear-gradient(105deg,#1666c2 0%,#2E8FFF 55%,#6a4cff 100%) !important;}
.band-light .lead{color:#4d5666;}
/* industry coverflow cards on light */
.band-light .indu-card{background:#ffffff !important; border:1px solid rgba(20,30,55,.14) !important; box-shadow:0 22px 54px -28px rgba(20,30,60,.3) !important; -webkit-backdrop-filter:none !important; backdrop-filter:none !important;}
.band-light .indu-card.active{border-color:rgba(46,143,255,.5) !important; box-shadow:0 28px 64px -26px rgba(21,96,230,.4) !important;}
.band-light .indu-viz{background:radial-gradient(120% 120% at 28% 0%, rgba(46,143,255,.14), transparent 58%), #eef3fb !important; border-bottom:1px solid rgba(20,30,55,.1) !important;}
.band-light .indu-viz::before{background-image:linear-gradient(rgba(20,30,55,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(20,30,55,.06) 1px, transparent 1px) !important;}
.band-light .indu-viz::after{background:linear-gradient(transparent, rgba(46,143,255,.14), transparent) !important;}
.band-light .indu-body h3{color:#161a24;}
.band-light .indu-body .pain{color:#3f4756;}
.band-light .indu-body .gain{color:#2a2f3a; border-top-color:rgba(20,30,55,.1);}
.band-light .indu-body .gain b{color:#1666c2;}
.band-light .carousel-btn{background:rgba(255,255,255,.9); color:#161a24; border-color:rgba(20,30,55,.15);}
.band-light .carousel-btn:hover{background:#fff; border-color:#1666c2;}
.band-light .carousel-dots .cdot{background:rgba(20,30,55,.18);}
.band-light .carousel-dots .cdot.active{background:linear-gradient(120deg,#4f7cff,#2E8FFF,#4FD6FF);}
/* selected work / device showcase on light */
.band-light .show-cap .t{color:#1666c2;}
.band-light .show-cap h3{color:#161a24;}
.band-light .show-cap p, .band-light .show-cap .st{color:#4d5666;}
.band-light .laptop__lid{background:linear-gradient(155deg,#e7ebf2 0%,#cfd6e1 55%,#bcc4d2 100%) !important; box-shadow:0 46px 100px -42px rgba(20,30,60,.42), 0 0 0 1px rgba(20,30,55,.14) !important;}
.band-light .laptop__base{background:linear-gradient(#dde3ec,#b7bfcd) !important;}
.band-light .phone{background:linear-gradient(155deg,#e7ebf2,#c8cfdb) !important; box-shadow:0 44px 88px -34px rgba(20,30,60,.42), 0 0 0 1px rgba(20,30,55,.14) !important;}

/* ============================================================
   Solutions nav dropdown + solution-page components (v32)
   ============================================================ */
.nav .has-drop{position:relative;}
.nav .drop-t{cursor:pointer; display:inline-flex; align-items:center;}
.nav .drop-t .cv{width:11px; height:11px; margin-left:5px; opacity:.7; transition:transform .2s ease; fill:none; stroke:currentColor; stroke-width:2.4; stroke-linecap:round; stroke-linejoin:round;}
.nav .has-drop:hover .drop-t .cv{transform:rotate(180deg);}
.nav .has-drop::after{content:""; position:absolute; top:100%; left:-24px; right:-24px; height:16px;}
.nav .drop-menu{position:absolute; top:calc(100% + 12px); left:-14px; min-width:272px; padding:8px; border-radius:14px; opacity:0; visibility:hidden; transform:translateY(-6px); transition:opacity .18s ease, transform .18s ease, visibility .18s; z-index:70;
  background:rgba(12,15,24,.98); -webkit-backdrop-filter:blur(22px) saturate(160%); backdrop-filter:blur(22px) saturate(160%); border:1px solid var(--line-2); box-shadow:0 30px 60px -28px rgba(0,0,0,.8), inset 0 1px 0 rgba(255,255,255,.08);}
.nav .has-drop:hover .drop-menu{opacity:1; visibility:visible; transform:none;}
.nav .drop-menu a{display:block; padding:11px 12px; border-radius:10px; transition:background .15s ease;}
.nav .drop-menu a:hover{background:var(--card-2);}
.nav .drop-menu a b{display:block; color:var(--ink); font-weight:600; font-size:14px; letter-spacing:-.01em;}
.nav .drop-menu a span{display:block; font-size:12px; color:var(--faint); margin-top:2px; line-height:1.4;}
.mobnav .mob-h{font:600 10.5px/1 'IBM Plex Mono',monospace; letter-spacing:.14em; text-transform:uppercase; color:var(--faint); padding:16px 4px 2px;}

/* solution page hero */
.sol-hero{max-width:860px; margin:0 auto; text-align:center;}
.sol-hero .kick{justify-content:center;}
.sol-hero h1{margin:16px auto 0;}
.sol-hero .sub{margin:20px auto 0;}
.sol-hero .cta-row{justify-content:center;}
.sol-hero .micro{text-align:center;}
.sol-analogy{max-width:680px; margin:26px auto 0; padding:18px 22px; border:1px solid var(--line); border-radius:16px; background:var(--card); color:var(--muted); font-size:15px; line-height:1.6;}
.sol-analogy b{color:#dbe6ff; font-weight:600;}

/* checklist card (pain / outcomes) */
.chkcard{max-width:860px; margin:40px auto 0; border:1px solid var(--line); border-radius:20px; padding:32px; background:linear-gradient(180deg, rgba(255,255,255,.028), rgba(255,255,255,.008));}
.chklist{list-style:none; display:grid; grid-template-columns:1fr 1fr; gap:15px 30px;}
@media(max-width:720px){ .chklist{grid-template-columns:1fr;} }
.chklist li{display:flex; align-items:flex-start; gap:12px; font-size:15px; color:#c8cddd; line-height:1.5;}
.chklist li .ci{flex:none; width:23px; height:23px; border-radius:7px; display:grid; place-items:center; margin-top:1px;}
.chklist.bad li .ci{background:rgba(255,90,99,.14); border:1px solid rgba(255,90,99,.3);}
.chklist.good li .ci{background:var(--ok-dim); border:1px solid rgba(45,212,191,.32);}
.chklist li .ci svg{width:13px; height:13px; fill:none; stroke-width:2.6; stroke-linecap:round; stroke-linejoin:round;}
.chklist.bad li .ci svg{stroke:#ff8f7a;} .chklist.good li .ci svg{stroke:var(--ok);}

/* scope grid */
.scope{display:grid; grid-template-columns:repeat(auto-fit,minmax(232px,1fr)); gap:16px; margin-top:44px;}
.scope-item{border:1px solid var(--line); border-radius:16px; padding:24px; background:var(--card); transition:transform .2s ease, border-color .2s ease;}
.scope-item:hover{transform:translateY(-3px); border-color:var(--line-2);}
.scope-item .st-ic{width:44px; height:44px; border-radius:12px; display:grid; place-items:center; color:var(--iris); margin-bottom:15px; background:linear-gradient(150deg, rgba(46,143,255,.2), rgba(46,143,255,.05)); border:1px solid var(--line-2);}
.scope-item .st-ic svg{width:22px; height:22px; fill:none; stroke:currentColor; stroke-width:2; stroke-linecap:round; stroke-linejoin:round;}
.scope-item h3{font-size:16.5px; font-weight:600; letter-spacing:-.2px; color:#fff; margin-bottom:6px;}
.scope-item p{color:var(--muted); font-size:14px; line-height:1.55;}
.scope-item .tech{display:block; margin-top:9px; font:400 11px/1.4 'IBM Plex Mono',monospace; color:var(--faint);}

/* how it works — 3 up */
.how3{display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:44px;}
@media(max-width:820px){ .how3{grid-template-columns:1fr;} }

/* pricing (reuses .eng/.emod) — price typography */
.emod .for{font:400 13px/1.4 'Lexend',sans-serif; color:var(--faint); margin:0 0 12px;}
.emod .price{font-size:27px; font-weight:700; letter-spacing:-.02em; color:#fff; margin:2px 0 16px;}
.emod .price span{font-size:13px; font-weight:400; color:var(--muted); letter-spacing:0;}
.emod .price--sm{font-size:20px;}

/* ============================================================
   Conversion components (v33): trust bar, risk-reversal badges,
   testimonial, mid-page CTA band, credibility, hero text-link
   ============================================================ */
.cta-row .btn-text{display:inline-flex; align-items:center; gap:6px; color:var(--muted); font-weight:600; font-size:14.5px; padding:11px 8px; transition:color .15s ease;}
.cta-row .btn-text:hover{color:var(--ink);}
.cta-row .btn-text svg{width:15px; height:15px; fill:none; stroke:currentColor; stroke-width:2.2; stroke-linecap:round; stroke-linejoin:round; transition:transform .2s ease;}
.cta-row .btn-text:hover svg{transform:translateX(3px);}
.hero-callink{margin-top:14px; font-size:13.5px; color:var(--faint);}
.hero-callink a{color:var(--muted); text-decoration:underline;} .hero-callink a:hover{color:var(--ink);}

.rr-badges{display:flex; flex-wrap:wrap; gap:9px; justify-content:center; margin-top:22px;}
.rr-badges span{display:inline-flex; align-items:center; gap:7px; white-space:nowrap; font:500 12px/1 'IBM Plex Mono',monospace; color:#cfe0ff; padding:8px 12px; border-radius:999px; background:var(--card); border:1px solid var(--line-2);}
.rr-badges span svg{width:13px; height:13px; fill:none; stroke:var(--ok); stroke-width:2.6; stroke-linecap:round; stroke-linejoin:round;}

.trustbar{border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:rgba(255,255,255,.012);}
.trustbar > .wrap{padding-top:28px; padding-bottom:28px;}
.tb-label{text-align:center; font:600 10.5px/1 'IBM Plex Mono',monospace; letter-spacing:.16em; text-transform:uppercase; color:var(--faint); margin-bottom:18px;}
.tb-logos{display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:11px 12px;}
.tb-chip{padding:8px 15px; border-radius:999px; border:1px solid var(--line); background:var(--card); color:var(--muted); font-size:13.5px; font-weight:500; letter-spacing:-.01em;}

.quotewrap{max-width:820px; margin:0 auto;}
.quote{position:relative; border:1px solid var(--line); border-radius:20px; padding:36px 40px; background:linear-gradient(180deg, rgba(255,255,255,.032), rgba(255,255,255,.008));}
.quote .qm{font:700 60px/0.7 Georgia,serif; color:var(--iris-2); opacity:.5;}
.quote p{font-size:20px; line-height:1.5; color:#e6eeff; font-weight:400; margin:4px 0 22px; letter-spacing:-.01em;}
.quote .qby{display:flex; align-items:center; gap:13px;}
.quote .qav{width:44px; height:44px; border-radius:50%; background:linear-gradient(140deg,#2E8FFF,#4FD6FF); flex:none;}
/* company attribution: rounded-square monogram instead of a person's avatar */
.quote .qav--org{border-radius:11px; display:grid; place-items:center; font:700 12.5px/1 'IBM Plex Mono',monospace; letter-spacing:.05em; color:#05121f;}
.quote .qn{font-weight:600; color:#fff; font-size:14.5px; display:block;}
.quote .qr{color:var(--faint); font:400 12.5px/1.4 'IBM Plex Mono',monospace; display:block; margin-top:2px;}
.ph-tag{display:inline-block; margin-left:8px; font:600 9px/1 'IBM Plex Mono',monospace; letter-spacing:.1em; text-transform:uppercase; color:#0a0a0f; background:var(--gold); padding:3px 6px; border-radius:5px; vertical-align:middle;}

.ctaband{border:1px solid rgba(46,143,255,.32); border-radius:22px; padding:clamp(32px,4.5vw,52px) clamp(24px,4vw,44px); text-align:center; margin-top:20px;
  background:radial-gradient(120% 170% at 50% -20%, rgba(46,143,255,.2), transparent 60%), rgba(19,20,28,.55); -webkit-backdrop-filter:blur(16px); backdrop-filter:blur(16px);}
.ctaband h3{font-size:clamp(22px,3vw,32px); font-weight:600; letter-spacing:-.025em; max-width:22ch; margin:0 auto 10px;}
.ctaband p{color:var(--muted); max-width:54ch; margin:0 auto 22px; font-size:16px;}

.creds{display:flex; align-items:center; gap:24px; flex-wrap:wrap; border:1px solid var(--line); border-radius:20px; padding:30px 34px; background:var(--card); margin-top:44px;}
.creds .cav{width:64px; height:64px; border-radius:16px; flex:none; background:linear-gradient(140deg,#152150,#0c0f2c); border:1px solid var(--line-2); display:grid; place-items:center; color:var(--iris-2);}
.creds .cav svg{width:30px; height:30px; fill:none; stroke:currentColor; stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round;}
.creds .ct{flex:1; min-width:240px;}
.creds .ct h3{font-size:18px; font-weight:600; color:#fff; margin-bottom:6px;}
.creds .ct p{color:var(--muted); font-size:15px; line-height:1.55;}

/* ============================================================
   Solution hero — two column + animated visuals (v33)
   ============================================================ */
.solhero-g{display:grid; grid-template-columns:1.03fr .97fr; gap:clamp(30px,4vw,60px); align-items:stretch; min-height:500px;}
/* the visual matches the text column height: card stretches, its middle region absorbs the extra */
.solhero-viz{display:flex; justify-content:center; align-items:stretch;}
.solhero-viz .scan,.solhero-viz .deploy-card,.solhero-viz .ops-card,.solhero-viz .arch-card{width:100%; max-width:484px; margin:0; height:100%; display:flex; flex-direction:column;}
.solhero-viz .scan-code{flex:1; display:flex; flex-direction:column; justify-content:center;}
.solhero-viz .dc-pipe{flex:1; justify-content:space-between;}
@media(max-width:940px){ .solhero-g{grid-template-columns:1fr; gap:34px; text-align:center; align-items:center; min-height:auto;}
  .solhero-viz{align-items:center;}
  .solhero-viz .scan,.solhero-viz .deploy-card,.solhero-viz .ops-card,.solhero-viz .arch-card{height:auto;} }
.solhero-copy{align-self:center;}
.solhero-copy h1{max-width:15ch; margin-top:16px;}
.solhero-copy .sub{max-width:46ch; margin-top:18px;}
.solhero-copy .cta-row{justify-content:flex-start;}
.solhero-copy .rr-badges{justify-content:flex-start;}
@media(max-width:940px){
  .solhero-copy h1,.solhero-copy .sub{margin-left:auto; margin-right:auto;}
  .solhero-copy .cta-row,.solhero-copy .rr-badges{justify-content:center;}
  .solhero-viz{max-width:460px; margin:6px auto 0;}
}

/* Production Readiness — animated code-scan report card */
.scan{position:relative; width:100%; max-width:484px; margin:0 auto; border-radius:16px; overflow:hidden; background:#080b16;
  border:1px solid rgba(255,255,255,.1); box-shadow:0 44px 96px -44px rgba(0,0,0,.9), inset 0 1px 0 rgba(255,255,255,.06); animation:hvFloat 8s ease-in-out infinite; will-change:transform;}
.scan-top{display:flex; align-items:center; justify-content:space-between; gap:10px; padding:13px 16px; border-bottom:1px solid rgba(255,255,255,.07); background:rgba(255,255,255,.025);}
.scan-title{font:600 12px/1 'IBM Plex Mono',monospace; letter-spacing:.03em; color:#dfe7fb;}
.scan-pill{font:600 9.5px/1 'IBM Plex Mono',monospace; letter-spacing:.08em; text-transform:uppercase; padding:5px 10px; border-radius:6px; color:#cfe0ff; background:rgba(79,124,255,.16); border:1px solid rgba(79,124,255,.4); transition:all .4s ease;}
.scan.done .scan-pill{color:#7fe6c4; background:rgba(47,230,168,.14); border-color:rgba(47,230,168,.42);}
.scan-code{position:relative; padding:14px 16px 16px; overflow:hidden;}
.scan-beam{position:absolute; left:0; right:0; top:0; height:58px; pointer-events:none; opacity:0; z-index:2;
  background:linear-gradient(180deg, transparent, rgba(79,124,255,.14) 55%, rgba(79,124,255,.26)); border-bottom:1px solid rgba(130,175,255,.7); box-shadow:0 0 26px rgba(79,124,255,.45);}
.scan.run .scan-beam{opacity:1; animation:scanBeam 2.7s cubic-bezier(.45,0,.55,1) forwards;}
@keyframes scanBeam{from{transform:translateY(-58px);}to{transform:translateY(250px);}}
.scan-line{position:relative; display:flex; align-items:center; gap:10px; padding:3px 0 3px 11px; margin-left:-11px; border-left:2px solid transparent; transition:background .3s ease, border-color .3s ease;}
.scan-line code{font:400 11.5px/1.72 'IBM Plex Mono',monospace; color:#8fa0c4; white-space:pre;}
.scan-line code .c{color:#5a6072;} .scan-line code .s{color:#e0a86a;} .scan-line code .k{color:#6fd3ff;}
.scan-line .sev{margin-left:auto; flex:none; font:600 9px/1 'IBM Plex Mono',monospace; letter-spacing:.05em; text-transform:uppercase; padding:4px 8px; border-radius:5px; opacity:0; transform:translateX(7px); transition:opacity .3s ease, transform .3s ease;}
.scan-line.on .sev{opacity:1; transform:none;}
.scan-line[data-sev="crit"].on{background:rgba(255,90,99,.07); border-left-color:#ff5a63;}
.scan-line[data-sev="crit"] .sev{color:#ff9098; background:rgba(255,90,99,.14); border:1px solid rgba(255,90,99,.4);}
.scan-line[data-sev="high"].on{background:rgba(255,158,90,.07); border-left-color:#ff9e5a;}
.scan-line[data-sev="high"] .sev{color:#ffc79a; background:rgba(255,158,90,.14); border:1px solid rgba(255,158,90,.4);}
.scan-line[data-sev="med"].on{background:rgba(224,168,106,.06); border-left-color:#e0a86a;}
.scan-line[data-sev="med"] .sev{color:#f0d3ac; background:rgba(224,168,106,.14); border:1px solid rgba(224,168,106,.4);}
.scan-foot{display:flex; align-items:center; justify-content:space-between; gap:10px; padding:12px 16px; border-top:1px solid rgba(255,255,255,.08); background:rgba(255,255,255,.014);}
.scan-verdict{display:flex; align-items:center; gap:8px; font:600 11.5px/1 'IBM Plex Mono',monospace; color:#aab4d0;}
.scan-verdict .sv-dot{width:8px; height:8px; border-radius:50%; background:#8a93a8; transition:background .3s ease, box-shadow .3s ease;}
.scan.done .scan-verdict{color:#cfe0ff;} .scan.done .scan-verdict .sv-dot{background:var(--iris-2); box-shadow:0 0 8px var(--iris-2);}
.scan-tally{font:400 11.5px/1 'IBM Plex Mono',monospace; color:var(--faint);}
.scan-tally b{color:#ff9098; font-weight:700; font-size:13px;}
.scan-cta{display:flex; align-items:center; justify-content:center; gap:9px; padding:0 13px; font:600 12px/1 'IBM Plex Mono',monospace; color:#7fe6c4; background:rgba(47,230,168,.08); border-top:1px solid rgba(47,230,168,0); opacity:0; max-height:0; overflow:hidden; transition:opacity .4s ease, max-height .45s ease, padding .45s ease, border-color .4s ease;}
.scan.done .scan-cta{opacity:1; max-height:58px; padding:14px 13px; border-top-color:rgba(47,230,168,.22);}
.scan-cta svg{width:15px; height:15px; fill:none; stroke:var(--ok); stroke-width:2.6; stroke-linecap:round; stroke-linejoin:round;}
@media (prefers-reduced-motion:reduce){ .scan{animation:none;} .scan.run .scan-beam{animation:none; opacity:0;} }

/* trust-bar logo tiles (brand-tinted lettermarks) */
.tb-logo{display:inline-flex; align-items:center; gap:9px; padding:7px 14px 7px 7px; border-radius:999px; border:1px solid var(--line); background:var(--card); transition:border-color .2s ease, background .2s ease;}
.tb-logo:hover{border-color:var(--line-2); background:var(--card-2);}
.tb-logo .tbi{width:25px; height:25px; border-radius:7px; display:grid; place-items:center; font:800 11px/1 'Lexend',sans-serif; letter-spacing:-.03em; color:var(--c,#cfe0ff); background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.13);}
.tb-logo .tbn{font-size:13.5px; color:var(--muted); font-weight:500; letter-spacing:-.01em;}
/* Software Development — self-drawing system architecture card */
.arch-card{position:relative; width:100%; max-width:484px; margin:0 auto; border-radius:16px; overflow:hidden; background:#080b16;
  border:1px solid var(--line-2); box-shadow:0 30px 80px -30px rgba(0,0,0,.8), 0 0 0 1px rgba(255,255,255,.03) inset;}
.arch-top{display:flex; align-items:center; justify-content:space-between; gap:10px; padding:13px 16px; border-bottom:1px solid rgba(255,255,255,.07); background:rgba(255,255,255,.025);}
.arch-title{font:600 12px/1 'IBM Plex Mono',monospace; letter-spacing:.03em; color:#dfe7fb;}
.arch-pill{position:relative; font:600 9.5px/1 'IBM Plex Mono',monospace; letter-spacing:.08em; text-transform:uppercase; padding:5px 10px; border-radius:6px; color:#cfe0ff; background:rgba(79,124,255,.16); border:1px solid rgba(79,124,255,.4);}
.arch-pill .p2{position:absolute; inset:5px 10px; opacity:0; color:#7fe6c4; animation:archPill 7s ease-in-out .2s forwards;}
.arch-pill .p1{animation:archPillOut 7s ease-in-out .2s forwards;}
@keyframes archPill{0%,72%{opacity:0;}82%,100%{opacity:1;}}
@keyframes archPillOut{0%,72%{opacity:1;}82%,100%{opacity:0;}}
.arch-pill{animation:archPillBg 7s ease-in-out .2s forwards;}
@keyframes archPillBg{0%,72%{background:rgba(79,124,255,.16); border-color:rgba(79,124,255,.4);}82%,100%{background:rgba(47,230,168,.14); border-color:rgba(47,230,168,.42);}}
.arch-body{flex:1; min-height:0; display:flex; align-items:center; justify-content:center; padding:14px 12px;}
.arch-body svg{width:100%; height:100%; display:block;}
/* tier containers */
.arch-grp rect{fill:rgba(255,255,255,.016); stroke:var(--line); stroke-width:1;}
.arch-grp text{font-family:'IBM Plex Mono',monospace; font-size:10px; font-weight:600; fill:var(--faint); letter-spacing:.07em; text-transform:uppercase;}
/* service boxes */
.arch-box rect{fill:rgba(255,255,255,.05); stroke:var(--line-2); stroke-width:1.1;}
.arch-box text{font-family:'IBM Plex Mono',monospace; font-size:11px; fill:#c6d1e7;}
.arch-box.lit rect{fill:rgba(79,124,255,.13); stroke:rgba(79,124,255,.5);}
.arch-box.lit text{fill:#eaf1ff;}
/* database cylinder */
.arch-db path,.arch-db ellipse{fill:rgba(79,124,255,.11); stroke:rgba(79,124,255,.45); stroke-width:1.1;}
.arch-db text{font-family:'IBM Plex Mono',monospace; font-size:11px; fill:#eaf1ff;}
/* staged reveal — delay set per element with --d */
.arch-grp,.arch-box,.arch-db,.arch-arw{opacity:0; animation:archFade .5s ease forwards; animation-delay:var(--d,0s);}
@keyframes archFade{to{opacity:1;}}
/* orthogonal connectors draw themselves */
.arch-line{fill:none; stroke:rgba(120,160,255,.4); stroke-width:1.2; stroke-linecap:round; stroke-linejoin:round;
  stroke-dasharray:700; stroke-dashoffset:700; animation:archDraw .85s ease forwards; animation-delay:var(--d,0s);}
@keyframes archDraw{to{stroke-dashoffset:0;}}
.arch-arw{fill:var(--cyan); stroke:none;}
.arch-foot{display:flex; align-items:center; gap:9px; padding:12px 16px; border-top:1px solid rgba(255,255,255,.07); background:rgba(255,255,255,.02); font:500 11.5px/1 'IBM Plex Mono',monospace; color:var(--muted);}
.arch-dot{width:7px; height:7px; border-radius:50%; flex:none; background:var(--ok); box-shadow:0 0 10px var(--ok); opacity:0; animation:archFade .5s ease 5s forwards;}
.arch-sign{opacity:0; animation:archFade .5s ease 5s forwards;}
@media (prefers-reduced-motion:reduce){
  .arch-grp,.arch-box,.arch-db,.arch-arw,.arch-dot,.arch-sign{opacity:1; animation:none;}
  .arch-line{stroke-dashoffset:0; animation:none;}
  .arch-pill{animation:none; background:rgba(47,230,168,.14); border-color:rgba(47,230,168,.42);}
  .arch-pill .p1{opacity:0; animation:none;} .arch-pill .p2{opacity:1; animation:none;}
}

/* monochrome rolling logo belt — cloud trust bars */
.logobelt{position:relative; overflow:hidden; -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 9%,#000 91%,transparent 100%); mask-image:linear-gradient(90deg,transparent 0,#000 9%,#000 91%,transparent 100%);}
.logobelt-track{display:flex; align-items:center; gap:46px; width:max-content; animation:beltroll 42s linear infinite;}
.logobelt:hover .logobelt-track{animation-play-state:paused;}
@keyframes beltroll{from{transform:translateX(0);} to{transform:translateX(-50%);}}
.logo-mark{display:inline-flex; align-items:center; gap:11px; color:var(--faint); opacity:.7; white-space:nowrap; transition:opacity .2s ease, color .2s ease;}
.logo-mark:hover{opacity:1; color:var(--muted);}
.logo-mark svg{width:22px; height:22px; flex:none;}
.logo-mark span{font-size:14px; font-weight:500; letter-spacing:-.01em;}
@media (prefers-reduced-motion: reduce){ .logobelt-track{animation:none;} }

/* Deploy — animated deployment pipeline card */
.deploy-card{position:relative; width:100%; max-width:484px; margin:0 auto; border-radius:16px; overflow:hidden; background:#080b16;
  border:1px solid rgba(255,255,255,.1); box-shadow:0 44px 96px -44px rgba(0,0,0,.9), inset 0 1px 0 rgba(255,255,255,.06); animation:hvFloat 8s ease-in-out infinite; will-change:transform;}
.dc-top{display:flex; align-items:center; justify-content:space-between; gap:10px; padding:13px 16px; border-bottom:1px solid rgba(255,255,255,.07); background:rgba(255,255,255,.025);}
.dc-title{font:600 12px/1 'IBM Plex Mono',monospace; letter-spacing:.03em; color:#dfe7fb;}
.dc-pill{font:600 9.5px/1 'IBM Plex Mono',monospace; letter-spacing:.08em; text-transform:uppercase; padding:5px 10px; border-radius:6px; color:#cfe0ff; background:rgba(79,124,255,.16); border:1px solid rgba(79,124,255,.4); transition:all .4s ease;}
.deploy-card.done .dc-pill{color:#7fe6c4; background:rgba(47,230,168,.14); border-color:rgba(47,230,168,.42);}
.dc-pipe{position:relative; display:flex; flex-direction:column; gap:16px; padding:26px 22px;}
.dc-track{position:absolute; left:47px; top:51px; bottom:51px; width:3px; border-radius:2px; background:rgba(255,255,255,.1); overflow:hidden; z-index:0;}
.dc-track-fill{position:absolute; left:0; top:0; width:100%; height:0; border-radius:2px; background:linear-gradient(180deg,#4f7cff,#4FD6FF);}
.deploy-card.run .dc-track-fill{animation:dcFillV 2.8s cubic-bezier(.4,0,.4,1) forwards;}
@keyframes dcFillV{to{height:100%;}}
.dc-stage{position:relative; z-index:1; display:flex; align-items:center; gap:16px;}
.dc-ic{position:relative; width:50px; height:50px; border-radius:14px; flex:none; display:grid; place-items:center; color:#7f93b8; background:#0d1224; border:1px solid rgba(255,255,255,.12); transition:color .35s ease, border-color .35s ease, box-shadow .35s ease, background .35s ease;}
.dc-ic svg{width:24px; height:24px; fill:none; stroke:currentColor; stroke-width:1.9; stroke-linecap:round; stroke-linejoin:round;}
.dc-stage.on .dc-ic{color:#eaffff; border-color:rgba(79,124,255,.6); background:linear-gradient(150deg, rgba(79,124,255,.32), rgba(79,124,255,.08)); box-shadow:0 0 22px -4px rgba(79,124,255,.6);}
.dc-txt{flex:1; display:flex; flex-direction:column; gap:3px;}
.dc-lab{font:600 14px/1.1 'Lexend',sans-serif; letter-spacing:-.01em; color:#aab4d0; transition:color .35s ease;}
.dc-stage.on .dc-lab{color:#fff;}
.dc-sub{font:400 11.5px/1.35 'IBM Plex Mono',monospace; color:var(--faint);}
.dc-badge{flex:none; width:24px; height:24px; border-radius:50%; background:var(--ok); display:grid; place-items:center; opacity:0; transform:scale(.4); transition:opacity .3s ease, transform .4s cubic-bezier(.2,1.6,.4,1);}
.dc-stage.on .dc-badge{opacity:1; transform:scale(1);}
.dc-badge svg{width:13px; height:13px; stroke:#04141f; fill:none; stroke-width:3; stroke-linecap:round; stroke-linejoin:round;}
.dc-url{display:flex; align-items:center; gap:10px; margin:8px 16px 0; padding:11px 14px; border-radius:11px; background:rgba(255,255,255,.03); border:1px solid rgba(255,255,255,.1);}
.dc-lock{width:16px; height:16px; color:#7f93b8; flex:none; transition:color .4s ease;}
.dc-lock svg{width:16px; height:16px; fill:none; stroke:currentColor; stroke-width:2; stroke-linecap:round; stroke-linejoin:round;}
.deploy-card.done .dc-lock{color:var(--ok);}
.dc-addr{font:500 13px/1 'IBM Plex Mono',monospace; color:#93a6cc; transition:color .4s ease;}
.deploy-card.done .dc-addr{color:#dfe7fb;}
.dc-live{margin-left:auto; font:600 9px/1 'IBM Plex Mono',monospace; letter-spacing:.1em; text-transform:uppercase; padding:5px 9px; border-radius:5px; color:#7fe6c4; background:rgba(47,230,168,.14); border:1px solid rgba(47,230,168,.4); opacity:0; transform:translateX(6px); transition:opacity .4s ease, transform .4s ease;}
.deploy-card.done .dc-live{opacity:1; transform:none;}
.dc-foot{display:flex; align-items:center; gap:8px; margin:13px 16px 16px; font:400 11px/1 'IBM Plex Mono',monospace; color:var(--faint); opacity:0; transition:opacity .45s ease;}
.deploy-card.done .dc-foot{opacity:1;}
.dc-foot .dc-dot{width:7px; height:7px; border-radius:50%; background:var(--ok); box-shadow:0 0 8px var(--ok);}
@media (prefers-reduced-motion:reduce){ .deploy-card{animation:none;} .deploy-card .dc-fill{width:100%; animation:none;} }

/* Managed Infrastructure — abstract "always-on system" hero visual */
.ops-card{position:relative; overflow:hidden; border-radius:16px; background:#080b16; border:1px solid rgba(255,255,255,.1); box-shadow:0 44px 96px -44px rgba(0,0,0,.9), inset 0 1px 0 rgba(255,255,255,.06); animation:hvFloat 8s ease-in-out infinite; will-change:transform;}
.ops-scene{position:relative; flex:1; min-height:320px; overflow:hidden;}
.ops-blob{position:absolute; border-radius:50%; filter:blur(48px); mix-blend-mode:screen; opacity:.6; pointer-events:none; will-change:transform;}
.ops-b1{width:64%; height:58%; left:5%; top:3%; background:radial-gradient(circle,#2E8FFF,transparent 68%); animation:opsD1 15s ease-in-out infinite alternate;}
.ops-b2{width:60%; height:58%; right:-2%; top:20%; background:radial-gradient(circle,#4FD6FF,transparent 68%); animation:opsD2 18s ease-in-out infinite alternate;}
.ops-b3{width:56%; height:54%; left:18%; bottom:-2%; background:radial-gradient(circle,#4f7cff,transparent 70%); animation:opsD3 21s ease-in-out infinite alternate;}
@keyframes opsD1{to{transform:translate(9%,8%) scale(1.1);}}
@keyframes opsD2{to{transform:translate(-8%,6%) scale(1.06);}}
@keyframes opsD3{to{transform:translate(6%,-7%) scale(1.12);}}
.ops-net{position:absolute; inset:0; width:100%; height:100%;}
.ops-net .nd{filter:drop-shadow(0 0 5px #4FD6FF); animation:opsTwinkle 4s ease-in-out infinite;}
.ops-net .n2{animation-delay:.8s;} .ops-net .n3{animation-delay:1.6s;} .ops-net .n4{animation-delay:2.4s;} .ops-net .n5{animation-delay:3.2s;} .ops-net .n6{animation-delay:2s;}
@keyframes opsTwinkle{0%,100%{opacity:.45;}50%{opacity:1;}}
.ops-corepulse{transform-box:fill-box; transform-origin:center; opacity:0; animation:opsPulse 3.6s ease-out infinite;}
.ops-corepulse.d2{animation-delay:1.8s;}
@keyframes opsPulse{0%{transform:scale(.55); opacity:.7;}80%{opacity:0;}100%{transform:scale(3.6); opacity:0;}}
.ops-status{display:flex; align-items:center; gap:9px; padding:14px 16px; border-top:1px solid rgba(255,255,255,.08); background:rgba(255,255,255,.02); position:relative; z-index:2;}
.ops-dot{width:8px; height:8px; border-radius:50%; flex:none; background:var(--ok); box-shadow:0 0 10px var(--ok); animation:opsBlink 2s infinite;}
@keyframes opsBlink{0%,100%{opacity:1;}50%{opacity:.4;}}
.ops-st-t{font:600 12.5px/1 'IBM Plex Mono',monospace; color:#dfe7fb; letter-spacing:.02em;}
.ops-up{margin-left:auto; font:600 11px/1 'IBM Plex Mono',monospace; color:#7fe6c4; padding:5px 10px; border-radius:6px; background:rgba(47,230,168,.12); border:1px solid rgba(47,230,168,.34);}
@media (prefers-reduced-motion:reduce){ .ops-card{animation:none;} .ops-blob,.ops-net .nd,.ops-dot{animation:none;} .ops-corepulse{display:none;} }

/* Managed — simple running-infrastructure GLOBE (replaces abstract mesh) */
.ops-scene{display:grid; place-items:center; background:radial-gradient(62% 58% at 50% 44%, rgba(46,143,255,.16), transparent 72%);}
.ops-globe{width:82%; max-width:308px; height:auto; display:block;}
.ops-globe .g-out{stroke:rgba(140,205,255,.5); stroke-width:1.4;}
.ops-globe .g-wire{stroke:rgba(120,190,255,.26); stroke-width:1; fill:none;}
.ops-globe .g-node{fill:#3ee0a6; filter:drop-shadow(0 0 6px rgba(62,224,166,.9)); transform-box:fill-box; transform-origin:center;}
.ops-globe .g-node.p1{animation:opsBlink 2.4s ease-in-out infinite;}
.ops-globe .g-node.p2{animation:opsBlink 2.4s ease-in-out .8s infinite;}
.ops-globe .g-node.p3{animation:opsBlink 2.4s ease-in-out 1.6s infinite;}
.ops-globe .ops-orbit{transform-box:fill-box; transform-origin:center; animation:opsSpin 18s linear infinite;}
.ops-globe .sat{fill:#8fe0ff; filter:drop-shadow(0 0 6px #4FD6FF);}
@keyframes opsSpin{to{transform:rotate(360deg);}}
@media (prefers-reduced-motion:reduce){ .ops-globe .ops-orbit{animation:none;} .ops-globe .g-node{animation:none;} }

/* Managed — WebGL failover globe wrap + legend */
.rd-globe-col{display:flex; flex-direction:column; align-items:center; gap:16px; width:100%; padding:8px;}
.rd-globe-wrap{position:relative; width:88%; max-width:300px; aspect-ratio:1/1; margin:0 auto;}
.rd-globe-wrap canvas{width:100%; height:100%; display:block;}
.rd-globe-fallback{display:none; position:absolute; inset:0; border-radius:50%;}
.rd-globe-wrap.no-webgl canvas{display:none;}
.rd-globe-wrap.no-webgl .rd-globe-fallback{display:block; background:radial-gradient(circle at 36% 30%, rgba(79,124,255,.55), rgba(46,143,255,.28) 46%, rgba(8,11,22,.92) 72%); box-shadow:inset 0 0 60px rgba(46,143,255,.3), 0 0 70px rgba(79,124,255,.25); border:1px solid var(--line); animation:opsSpin 26s linear infinite;}
.rd-globe-legend{display:flex; gap:20px; justify-content:center; flex-wrap:wrap; font:500 11px/1 'IBM Plex Mono',monospace; letter-spacing:.03em; color:var(--muted);}
.rd-globe-legend .lg{display:inline-flex; align-items:center; gap:7px;}
.rd-globe-legend i{width:9px; height:9px; border-radius:50%; display:inline-block;}
.rd-globe-legend .lg-up{background:linear-gradient(135deg,#4f7cff,#4FD6FF); box-shadow:0 0 8px rgba(79,124,255,.8);}
.rd-globe-legend .lg-fail{background:#ff5d73; box-shadow:0 0 8px rgba(255,93,115,.85);}

/* Managed — ADVANCED failover globe (ported from Sovereign Covenant), no card */
.globe-col{min-width:0; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:14px; width:100%; height:100%;}
.globe-wrap{position:relative; width:100%; max-width:448px; aspect-ratio:1/1; margin:0 auto;}
.globe-wrap canvas{width:100%; height:100%; display:block;}
.globe-fallback{display:none; position:absolute; inset:0; border-radius:50%;}
.globe-wrap.no-webgl canvas{display:none;}
.globe-wrap.no-webgl .globe-fallback{display:block; background:radial-gradient(circle at 36% 30%, rgba(79,124,255,.55), rgba(46,143,255,.28) 46%, rgba(8,11,22,.92) 72%); box-shadow:inset 0 0 60px rgba(46,143,255,.3), 0 0 70px rgba(79,124,255,.25); border:1px solid var(--line); animation:opsSpin 26s linear infinite;}
.globe-legend{display:flex; gap:18px; justify-content:center; flex-wrap:wrap; font:500 11.5px/1 'IBM Plex Mono',monospace; letter-spacing:.04em; color:var(--faint);}
.globe-legend .lg{display:inline-flex; align-items:center; gap:8px;}
.globe-legend i{width:9px; height:9px; border-radius:50%; display:inline-block;}
.globe-legend .lg-live i{background:linear-gradient(135deg,#4f7cff,#4FD6FF); box-shadow:0 0 10px rgba(79,124,255,.75);}
.globe-legend .lg-incident i{background:#ff5d73; box-shadow:0 0 12px rgba(255,93,115,.85);}
.globe-legend .lg-healed i{background:linear-gradient(135deg,#4FD6FF,#cfeeff); box-shadow:0 0 12px rgba(207,238,255,.8);}
.globe-hud{position:absolute; top:12px; right:14px; display:flex; flex-direction:column; align-items:flex-end; gap:4px; pointer-events:none; font-family:'IBM Plex Mono',monospace; text-align:right; line-height:1.1;}
.globe-hud .hud-label{font-size:9.5px; letter-spacing:.24em; color:var(--faint); text-transform:uppercase; font-weight:600;}
.globe-hud .hud-count{font-size:15px; font-weight:700; color:#eaf2ff;}
.globe-hud .hud-count .down{color:#ffbe6e; transition:color .6s ease;}
.globe-hud .hud-status-row{display:inline-flex; align-items:center; gap:6px; margin-top:2px;}
.globe-hud .hud-dot{width:6px; height:6px; border-radius:50%; background:#34e0a1; box-shadow:0 0 8px rgba(52,224,161,.85); transition:background .5s ease, box-shadow .5s ease;}
.globe-hud .hud-status{font-size:10px; letter-spacing:.18em; color:var(--faint); text-transform:uppercase;}
.globe-hud .hud-status.healing{color:#cfeeff;}
.globe-hud .hud-status.incident{color:#ff5d73; letter-spacing:.20em;}
.globe-hud .hud-status-row:has(.healing) .hud-dot{background:#cfeeff; box-shadow:0 0 10px rgba(207,238,255,.95); animation:hudPulse 1.1s ease-in-out infinite;}
.globe-hud .hud-status-row:has(.incident) .hud-dot{background:#ff5d73; box-shadow:0 0 12px rgba(255,93,115,.95); animation:hudPulse .55s ease-in-out infinite;}
@keyframes hudPulse{0%,100%{opacity:1; transform:scale(1);} 50%{opacity:.5; transform:scale(.8);}}
.globe-tagline{font-family:'Lexend',sans-serif; font-style:italic; font-size:14px; color:var(--faint); text-align:center; margin-top:2px; letter-spacing:.005em; max-width:420px; opacity:.85; transition:opacity .5s ease;}
@media (max-width:880px){ .globe-hud{top:8px; right:10px;} .globe-hud .hud-count{font-size:13px;} }
@media (prefers-reduced-motion:reduce){ .globe-hud .hud-dot{animation:none !important;} .globe-wrap.no-webgl .globe-fallback{animation:none;} }
