:root{
  --bg:#000;
  --bg2:#03101b;
  --panel:#06131f;
  --panel2:#081a29;
  --line:#0b83d8;
  --cyan:#20c4ff;
  --blue:#0b8dff;
  --blue2:#006fff;
  --text:#f5f8fb;
  --muted:#b9c8d7;
  --muted2:#7891aa;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#000;color:var(--text)}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
.site-header{
  position:sticky;top:0;z-index:50;
  display:grid;grid-template-columns:1fr auto 1fr;align-items:center;
  gap:24px;padding:12px 26px;background:rgba(0,0,0,.96);
  border-bottom:1px solid #0b77b8;backdrop-filter:blur(14px)
}
.brand-wrap{min-width:250px}
.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:.02em}
.brand-shield{
  width:42px;height:42px;border:2px solid var(--cyan);border-radius:12px 12px 16px 16px;
  display:grid;place-items:center;color:var(--cyan);box-shadow:inset 0 0 18px #0270bb55,0 0 14px #0270bb33
}
.brand-text{font-size:28px}.brand-text span,.footer-brand span,.parent-brand strong span{color:var(--blue)}
.brand-sub{font-size:9px;color:#9fdcff;margin-left:56px;margin-top:-6px}
.main-nav{display:flex;gap:24px;align-items:end;font-size:13px;color:#d4e0eb}
.main-nav a{padding:18px 0 12px;border-bottom:2px solid transparent}.main-nav a:hover,.main-nav a.active{color:#fff;border-color:var(--cyan)}
.parent-brand{justify-self:end;display:flex;align-items:center;gap:11px}.parent-brand>span{font-size:12px;color:#aac3d5}
.parent-brand strong{font-size:22px;letter-spacing:.06em}
.cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;border-radius:8px;background:linear-gradient(#169fff,#0075ee);font-weight:800;box-shadow:0 0 22px #007bff55;border:1px solid #1eb3ff}
.cta-small{padding:10px 15px;font-size:12px}.cta.secondary{background:#06111b;border:1px solid #1468a3;box-shadow:none}
.play{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#0a4781;font-size:10px}
.hero{min-height:620px;display:grid;grid-template-columns:1.05fr 1.35fr .95fr;gap:24px;align-items:center;padding:34px 26px 20px;position:relative;overflow:hidden;background:
radial-gradient(circle at 52% 45%,#063050 0,transparent 32%),linear-gradient(180deg,#000 0,#02070d 100%)}
.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(0,138,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(0,138,255,.04) 1px,transparent 1px);background-size:38px 38px;mask-image:linear-gradient(90deg,transparent,black,transparent)}
.hero>*{position:relative;z-index:1}
.eyebrow{font-size:13px;color:var(--cyan);font-weight:800;letter-spacing:.05em}.eyebrow b{margin:0 7px;color:#3c91c6}
h1{font-size:clamp(48px,5.6vw,82px);line-height:.98;letter-spacing:-.045em;margin:12px 0 22px}h1 span{color:var(--blue)}
.hero-copy{font-size:18px;line-height:1.55;color:#c6d6e2;max-width:610px}.hero-actions{display:flex;gap:14px;margin-top:30px}
.hero-center{height:520px;display:flex;align-items:center;justify-content:center;position:relative}
.doc-stream{position:absolute;left:0;width:56%;height:54%;display:block;perspective:700px}
.doc-stream span{
  position:absolute;width:58px;height:76px;border:1px solid #1b4565;background:
  linear-gradient(#e8eef4 0 10%,#8db7d1 10% 13%,#ebf0f4 13% 40%,#9fc6da 40% 44%,#e4ebf1 44%);
  opacity:.55;transform:translate(calc((var(--i) % 6)*45px),calc((var(--i) / 6)*55px - 80px)) rotate(calc((var(--i) % 5)*4deg - 8deg)) scale(calc(.45 + (var(--i) % 4)*.13));
  box-shadow:0 0 20px #008ee844
}
.vault{position:absolute;right:6%;width:320px;height:210px;filter:drop-shadow(0 0 28px #009cff66)}
.ring{position:absolute;border-radius:50%;border:14px double #2578a6;background:radial-gradient(circle,#0c4165 0 20%,#061421 21% 42%,#0b5c85 43% 49%,#03111b 50%);box-shadow:inset 0 0 30px #0b8edb,0 0 20px #0b8edb}
.r1{width:190px;height:190px;left:0;top:10px}.r2{width:165px;height:165px;left:125px;top:24px}.r3{width:118px;height:118px;left:238px;top:48px}
.core{position:absolute;width:80px;height:80px;border-radius:50%;left:55px;top:65px;background:radial-gradient(circle,#6be8ff 0 6%,#0d75ad 8% 30%,#03101a 34%);box-shadow:0 0 25px #16b8ff}
.vault:after{content:"";position:absolute;left:90px;top:93px;width:210px;height:24px;border-top:3px solid #20b4ff;border-bottom:3px solid #0c5b89;transform:skewX(-14deg);box-shadow:0 0 14px #1bb5ff}
.vault-caption{position:absolute;bottom:28px;color:#0aa5ff;font-size:19px;font-weight:800;text-align:center;border-top:1px solid #1b638e;padding-top:4px}
.extension-shell{align-self:center;background:#07131e;border:1px solid #254a64;border-radius:8px;padding:10px;box-shadow:0 20px 60px #000c}
.extension-windowbar{display:flex;align-items:center;gap:8px;color:#c7d4df;font-size:12px;margin-bottom:8px}.mini-g{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#08345b;color:#57d8ff}.window-controls{margin-left:auto}
.extension-head{display:flex;justify-content:space-between;padding:11px;border:1px solid #20394d;border-radius:7px}.extension-head strong{display:block}.extension-head small{color:#9bb0c1}.extension-head button,.ext-title button{background:#07121d;border:1px solid #176091;color:white;border-radius:8px;padding:7px 12px}.ready-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#22e66a}
.ext-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:3px;margin:10px 0}.ext-tabs button{background:transparent;color:#d6e2ec;border:0;padding:9px 3px;font-size:10px}.ext-tabs .active{background:#0b3d5d;border:1px solid #0d74ae;border-radius:7px}
.ext-card{border:1px solid #20394d;border-radius:8px;padding:10px;margin-bottom:9px;background:#06111a}.ext-label{color:#15b7ff;font-size:9px;font-weight:800}.ext-title{display:flex;justify-content:space-between;align-items:center;margin:3px 0 8px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:8px}.two-col label{font-size:9px;color:#94a9b9}.two-col input{width:100%;background:#06101a;border:1px solid #1d3345;color:white;border-radius:6px;padding:7px;margin-top:3px}.ext-card small{display:block;color:#8ca1b2;margin-top:7px}.check{font-size:10px;color:#bdd0df}.capture-button{width:100%;padding:12px;background:#0c8dff;border:0;border-radius:6px;color:white;font-weight:800}.ext-actions{display:grid;grid-template-columns:1fr 1.2fr auto;gap:7px;margin-top:8px}.ext-actions button{background:#06121c;border:1px solid #1e394c;color:white;border-radius:6px;padding:9px}
.section-pad{padding:24px 26px}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;border-bottom:1px solid #12354b}
.feature-card{background:linear-gradient(145deg,#06131f,#02090f);border:1px solid #0879bc;border-radius:8px;padding:22px;min-height:290px}.feature-icon{width:58px;height:58px;border:1px solid #0a9cf7;border-radius:10px;display:grid;place-items:center;font-size:34px;color:#4dbdff;background:#041427}.feature-card h2{font-size:25px;margin:10px 0 5px}.feature-card>p{color:#c0d0dc;margin-top:0}.feature-card ul{list-style:none;padding:0;margin:18px 0}.feature-card li{color:#d0deea;margin:11px 0}.feature-card li:before{content:"✓";color:#0caeff;font-weight:900;margin-right:10px}.feature-card a{display:inline-block;border:1px solid #0b8fdf;border-radius:8px;padding:10px 16px;font-weight:700;background:#03111d}
.flow{background:linear-gradient(#06131d,#02090f);border-bottom:1px solid #14374f}.section-heading h2{font-size:29px;margin:0}.section-heading p{color:#bfd0dd;margin-top:4px}.flow-row{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr auto 1fr auto 1fr;align-items:start;gap:12px;margin-top:25px}.flow-row>i{font-size:34px;color:#13aefc;font-style:normal;margin-top:27px}.flow-step{text-align:center}.flow-step>span{margin:auto;display:grid;place-items:center;width:64px;height:64px;border:1px solid #0c8fd8;border-radius:50%;color:#81d6ff;font-size:30px;background:#04203b}.flow-step h3{margin:9px 0 5px}.flow-step p{font-size:12px;line-height:1.4;color:#c0d1dd;max-width:160px;margin:auto}
.ecosystem{display:grid;grid-template-columns:1.2fr 1fr;gap:50px;background:radial-gradient(circle at 80% 130%,#0d5ca0,transparent 32%),#01070c;border-bottom:1px solid #0e82c5}.ecosystem h2{font-size:28px;margin-bottom:4px}.ecosystem-copy>p{color:#bdceda;max-width:620px}.ecosystem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:22px}.ecosystem-grid>div{border:1px solid #0a5d91;border-radius:7px;padding:16px;text-align:center;background:#06131e}.ecosystem-grid span{display:grid;place-items:center;width:42px;height:42px;margin:auto auto 8px;border-radius:10px;background:#09355b;color:#67ccff;font-size:24px}.ecosystem-grid strong,.ecosystem-grid small{display:block}.ecosystem-grid small{color:#a9bdcc;margin-top:4px}.max-icon{font-weight:900}
blockquote{margin:0;border:1px solid #0b8edc;border-radius:8px;padding:20px 28px;align-self:center;background:rgba(5,18,29,.85);position:relative}.quote-mark{font-size:70px;color:#0a8cff;line-height:.7}.quote-mark+ p{font-size:23px;line-height:1.45;margin:0 0 18px 40px}.quote-mark~footer{margin-left:40px;color:#c4d5e1}
.get-started{display:flex;justify-content:space-between;align-items:center;background:#020a10;border-bottom:1px solid #0b659c}.get-started h2{font-size:34px;margin:0 0 8px}.get-started p{color:#b8cad7;max-width:700px}.get-actions{display:flex;flex-direction:column;align-items:end;gap:8px}.get-actions span{font-size:11px;color:#7593aa}
.site-footer{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:30px;padding:20px 26px;background:#000}.footer-brand{font-size:26px;font-weight:900}.site-footer small{color:#a7bac7}.site-footer nav{display:flex;gap:18px;font-size:12px}.footer-cta{justify-self:end;display:flex;flex-direction:column;align-items:end;gap:7px}
@media(max-width:1100px){
  .site-header{grid-template-columns:1fr 1fr}.main-nav{display:none}.parent-brand{justify-self:end}
  .hero{grid-template-columns:1fr 1fr}.hero-center{grid-column:1/-1;grid-row:2;height:360px}.extension-shell{max-width:440px;justify-self:end}.hero-left{align-self:start}
  .feature-grid{grid-template-columns:1fr}.flow-row{grid-template-columns:repeat(3,1fr)}.flow-row>i{display:none}.ecosystem{grid-template-columns:1fr}.site-footer{grid-template-columns:1fr}.site-footer nav,.footer-cta{justify-self:start}
}
@media(max-width:720px){
  .site-header{grid-template-columns:1fr}.parent-brand{display:none}.hero{grid-template-columns:1fr;padding:28px 18px}.hero-center{grid-column:auto;grid-row:auto;height:300px}.extension-shell{justify-self:stretch}.feature-grid,.flow,.ecosystem,.get-started{padding-left:18px;padding-right:18px}.flow-row{grid-template-columns:1fr 1fr}.ecosystem-grid{grid-template-columns:1fr 1fr}.get-started{flex-direction:column;align-items:flex-start}.get-actions{align-items:flex-start}.site-footer{padding:20px 18px}.site-footer nav{flex-wrap:wrap}
}
