
:root{
  --navy:#071b2b;
  --navy2:#0c2437;
  --text:#102030;
  --muted:#66788a;
  --line:#dfe7ee;
  --surface:#ffffff;
  --surface2:#f5f8fb;
  --teal:#0f8a83;
  --blue:#2b6cf6;
  --purple:#7b2be2;
  --green:#16a35b;
  --orange:#ff7a12;
  --red:#dd2b2b;
  --shadow:0 24px 70px rgba(9,31,49,.13);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  background:#f8fbfd;
  font-family:Inter,system-ui,sans-serif;
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
button,input,textarea{font:inherit}
.page-glow{position:fixed;z-index:-1;filter:blur(90px);opacity:.18;border-radius:999px}
.glow-1{width:420px;height:420px;background:#19b9b2;top:-120px;left:-120px}
.glow-2{width:460px;height:460px;background:#7b2be2;right:-180px;top:240px}
.site-header{
  width:min(1180px,calc(100% - 32px));
  margin:16px auto 0;
  padding:14px 16px;
  display:flex;align-items:center;gap:28px;
  background:rgba(255,255,255,.86);
  backdrop-filter:blur(16px);
  border:1px solid rgba(255,255,255,.65);
  border-radius:18px;
  box-shadow:0 12px 38px rgba(18,41,62,.08);
  position:sticky;top:12px;z-index:50
}
.brand{display:flex;align-items:center;gap:10px;min-width:max-content}
.brand-mark{
  width:38px;height:38px;border-radius:12px;
  display:grid;place-items:center;
  color:white;font-weight:800;
  background:linear-gradient(135deg,var(--teal),#16c4ba);
  box-shadow:0 8px 18px rgba(15,138,131,.28)
}
.brand strong{display:block;font-family:Manrope,sans-serif;font-size:15px}
.brand span{display:block;font-size:10px;color:var(--muted);margin-top:1px}
.main-nav{display:flex;align-items:center;gap:24px;margin-left:auto}
.main-nav a{font-size:13px;color:#365064;font-weight:600}
.main-nav a:hover{color:var(--teal)}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  border-radius:12px;padding:13px 18px;border:1px solid transparent;
  font-weight:700;font-size:14px;cursor:pointer;transition:.2s
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{
  background:linear-gradient(135deg,var(--teal),#14a8a0);
  color:#fff;box-shadow:0 10px 24px rgba(15,138,131,.24)
}
.btn-secondary{background:#fff;border-color:#d8e2ea;color:#243b4d}
.header-cta{padding:11px 15px}
.menu-toggle{display:none;margin-left:auto;border:0;background:none;font-size:24px}

.hero{
  width:min(1180px,calc(100% - 32px));
  margin:76px auto 32px;
  min-height:680px;
  display:grid;grid-template-columns:.9fr 1.2fr;gap:54px;align-items:center
}
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  text-transform:uppercase;letter-spacing:.13em;
  color:var(--teal);font-weight:800;font-size:11px
}
.eyebrow:before{
  content:"";width:26px;height:3px;border-radius:4px;background:currentColor
}
.hero h1,.section-heading h2,.report-copy h2,.cta-section h2{
  font-family:Manrope,sans-serif;letter-spacing:-.04em
}
.hero h1{font-size:clamp(44px,5vw,68px);line-height:1.03;margin:18px 0 18px}
.hero-copy>p{font-size:18px;line-height:1.7;color:#587084;max-width:590px}
.hero-actions{display:flex;gap:12px;margin-top:28px}
.trust-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}
.trust-row span{
  font-size:11px;font-weight:700;color:#456175;
  padding:8px 10px;background:#fff;border:1px solid #dfe8ef;border-radius:999px
}
.hero-panel{
  border-radius:30px;padding:10px;background:#0b1f30;box-shadow:0 30px 90px rgba(8,28,46,.28);
  transform:perspective(1200px) rotateY(-3deg) rotateX(1deg)
}
.window-top{
  height:42px;display:flex;align-items:center;gap:14px;color:#d7e2eb;font-size:11px;padding:0 12px
}
.window-top>span:nth-of-type(1){margin-right:auto}
.dots{display:flex;gap:5px}.dots i{width:7px;height:7px;border-radius:50%;background:#dce5ec66}
.status-dot{color:#92f5d0}
.dashboard-shell{background:#f7fafc;border-radius:21px;display:grid;grid-template-columns:58px 1fr;overflow:hidden;min-height:500px}
.mini-sidebar{background:#0b2031;padding:14px 9px;display:flex;flex-direction:column;align-items:center;gap:12px}
.side-logo,.side-item{
  width:35px;height:35px;border-radius:10px;display:grid;place-items:center;color:#a9bfd0;font-weight:800
}
.side-logo{background:#0f8a83;color:white;margin-bottom:12px}
.side-item.active{background:#17384f;color:white}
.dash-main{padding:22px}
.dash-heading{display:flex;align-items:center;justify-content:space-between}
.dash-heading small{color:#7a8e9f}.dash-heading h3{margin:4px 0 0;font-family:Manrope;font-size:20px}
.ghost-btn{border:1px solid #d7e2ea;background:#fff;border-radius:10px;padding:10px 12px;font-size:11px;font-weight:700}
.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:20px 0}
.metric{background:#fff;border:1px solid #e1e8ee;border-radius:14px;padding:14px;min-width:0}
.metric span,.metric em{display:block;color:#71889a;font-size:9px;font-style:normal}
.metric strong{display:block;font-size:21px;margin:8px 0 5px}
.metric em{color:#0f8a83;font-weight:700}
.dash-columns{display:grid;grid-template-columns:1.4fr .8fr;gap:12px}
.dash-card{background:white;border:1px solid #e1e8ee;border-radius:15px;padding:14px}
.card-title-row{display:flex;justify-content:space-between;align-items:center}
.card-title-row h4{margin:0;font-size:12px}.card-title-row span{font-size:9px;color:#7e92a1}
.pipeline{margin-top:16px}.pipeline div{display:grid;grid-template-columns:62px 1fr 25px;align-items:center;gap:8px;margin:14px 0;font-size:9px}
.pipeline b{height:7px;background:linear-gradient(90deg,var(--teal),#1dc1b7);border-radius:999px}
.pipeline strong{font-size:9px}
.capacity-list{margin-top:10px}.capacity-list div{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid #edf2f5;font-size:9px}

.section{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:96px 0}
.section-heading{max-width:760px;margin-bottom:40px}
.section-heading h2,.report-copy h2,.cta-section h2{font-size:clamp(34px,4vw,48px);line-height:1.1;margin:12px 0 14px}
.section-heading p,.report-copy p,.cta-section p{color:#63798b;line-height:1.7;font-size:16px}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.feature-card{
  background:white;border:1px solid #dde6ec;border-radius:18px;padding:24px;min-height:220px;
  box-shadow:0 12px 34px rgba(12,40,61,.04);position:relative;overflow:hidden
}
.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:var(--accent)}
.feature-card h3{font-family:Manrope;margin:18px 0 10px;font-size:18px}
.feature-card p{color:#657c8f;line-height:1.65;font-size:14px}
.feature-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:color-mix(in srgb,var(--accent) 13%, white);color:var(--accent);font-weight:800;font-size:12px}
.teal{--accent:var(--teal)}.blue{--accent:var(--blue)}.purple{--accent:var(--purple)}.green{--accent:var(--green)}.orange{--accent:var(--orange)}.red{--accent:var(--red)}

.section-dark{
  width:100%;max-width:none;background:linear-gradient(145deg,#071b2b,#0c2a3d);padding:100px max(16px,calc((100vw - 1180px)/2));
  color:#fff
}
.section-heading.light p{color:#a8bdca}.section-heading.light .eyebrow{color:#62d6cf}
.timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.timeline-step{
  background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.10);
  border-radius:18px;padding:22px;display:flex;gap:16px;min-height:160px
}
.timeline-step>span{
  min-width:42px;height:42px;border-radius:14px;background:#0f8a83;display:grid;place-items:center;font-weight:800;font-size:12px
}
.timeline-step h3{margin:2px 0 8px;font-size:17px}.timeline-step p{margin:0;color:#a8bdca;font-size:13px;line-height:1.6}

.tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px}
.tab{
  border:1px solid #dce6ed;background:#fff;padding:12px 16px;border-radius:12px;font-weight:700;color:#526b7d;cursor:pointer
}
.tab.active{background:#0d2639;color:white;border-color:#0d2639}
.role-panel{
  display:none;background:white;border:1px solid #dfe7ed;border-radius:24px;padding:38px;grid-template-columns:1fr .7fr;gap:44px;align-items:center;box-shadow:var(--shadow)
}
.role-panel.active{display:grid}
.role-badge{display:inline-flex;border-radius:999px;background:#eaf8f6;color:#0f8a83;padding:8px 12px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.role-copy h3{font-family:Manrope;font-size:33px;line-height:1.15;margin:16px 0}
.role-copy ul{padding:0;list-style:none;margin:22px 0 0}
.role-copy li{padding:12px 0 12px 30px;border-bottom:1px solid #edf2f5;position:relative;color:#4f687a;font-size:14px}
.role-copy li:before{content:"✓";position:absolute;left:0;color:#0f8a83;font-weight:900}
.phone-mock{
  width:280px;margin:auto;border:9px solid #0b1e2f;border-radius:34px;background:#f5f8fb;overflow:hidden;box-shadow:0 24px 55px rgba(7,31,49,.18)
}
.phone-header{padding:28px 18px 22px;color:#fff;font-family:Manrope;font-size:18px;font-weight:800}
.blue-bg{background:var(--blue)}.teal-bg{background:var(--teal)}.purple-bg{background:var(--purple)}
.phone-body{padding:14px}
.phone-body button{width:100%;display:flex;justify-content:space-between;border:0;background:#fff;margin:10px 0;padding:14px;border-radius:11px;text-align:left;font-size:11px;color:#344f63}

.report-section{padding-top:48px}
.report-card{background:linear-gradient(135deg,#ecf8f7,#f5f1ff);border-radius:30px;padding:54px;display:grid;grid-template-columns:.8fr 1.2fr;gap:42px;align-items:center}
.mini-points{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}
.mini-points span{font-size:11px;padding:8px 10px;border:1px solid #d7e5e5;background:#fff;border-radius:999px;font-weight:700;color:#496274}
.report-ui{background:#fff;border:1px solid #dbe6eb;border-radius:18px;box-shadow:0 26px 60px rgba(18,54,74,.12);overflow:hidden}
.report-toolbar{padding:16px 18px;background:#0d2639;color:white;display:flex;justify-content:space-between;font-size:11px}
.report-layout{display:grid;grid-template-columns:150px 1fr;min-height:330px}
.report-layout aside{padding:12px;background:#f4f7f9;border-right:1px solid #e4ebef}
.report-layout aside button{width:100%;border:0;background:transparent;text-align:left;padding:11px;border-radius:8px;font-size:10px;color:#536d7f}
.report-layout aside button.active{background:#e8f6f4;color:#0f8a83;font-weight:800}
.report-form{padding:20px}.report-form label{display:block;font-size:10px;font-weight:800;color:#395569;margin-bottom:15px}
.report-form input,.report-form textarea{width:100%;margin-top:7px;border:1px solid #dce6eb;border-radius:9px;padding:12px;background:#fbfcfd;color:#425d70;font-size:10px}
.report-form textarea{height:110px;resize:none}
.report-actions{display:flex;justify-content:flex-end;gap:8px}.report-actions .btn{font-size:10px;padding:10px 12px}

.security-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.security-grid article{background:#fff;border:1px solid #dfe8ee;border-radius:18px;padding:24px}
.security-grid span{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#eaf7f6;color:#0f8a83;font-size:10px;font-weight:900}
.security-grid h3{font-family:Manrope;font-size:18px;margin:18px 0 9px}.security-grid p{color:#667d8e;font-size:13px;line-height:1.65}

.architecture-section{width:100%;max-width:none;background:#071b2b;color:white;padding:100px max(16px,calc((100vw - 1180px)/2))}
.architecture-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:12px;align-items:stretch}
.arch-node{background:#0d2a3e;border:1px solid rgba(255,255,255,.10);border-radius:18px;padding:22px}
.arch-node.public{background:linear-gradient(145deg,#0f8a83,#0c716d)}
.arch-node span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#9fb5c4}
.arch-node.public span{color:#d7fffb}
.arch-node h3{font-family:Manrope;font-size:19px;margin:12px 0 8px}.arch-node p{color:#abc0cd;font-size:12px;line-height:1.55}
.arch-node.public p{color:#e3fffc}.arch-arrow{display:grid;place-items:center;color:#6b8da4;font-size:22px}
.architecture-note{margin-top:18px;border:1px solid rgba(255,255,255,.1);background:#0b2638;border-radius:14px;padding:16px 18px;display:flex;gap:12px;flex-wrap:wrap}
.architecture-note span{color:#a7becd;font-size:13px}

.roadmap-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.roadmap-card{background:#fff;border:1px solid #dfe7ed;border-radius:22px;padding:30px}
.roadmap-card.accent{background:linear-gradient(145deg,#f0f8ff,#f7f3ff)}
.phase{display:inline-flex;background:#eaf7f6;color:#0f8a83;padding:7px 10px;border-radius:999px;font-size:10px;text-transform:uppercase;font-weight:900;letter-spacing:.1em}
.roadmap-card h3{font-family:Manrope;font-size:25px;margin:14px 0}
.roadmap-card ul{padding-left:18px;color:#5e7587;line-height:1.9;font-size:14px}

.cta-section{
  width:min(1180px,calc(100% - 32px));margin:20px auto 70px;
  background:linear-gradient(135deg,#0e8c85,#124e61);border-radius:30px;color:#fff;
  padding:54px;display:flex;align-items:center;justify-content:space-between;gap:40px
}
.cta-section .eyebrow{color:#c5fffa}.cta-section p{color:#d7f4f1;max-width:720px}.cta-section h2{max-width:850px}
.btn-light{background:#fff;color:#0c4050;min-width:max-content}

footer{
  width:min(1180px,calc(100% - 32px));margin:0 auto;padding:30px 0 45px;border-top:1px solid #dce5eb;
  display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;color:#6a7e8d;font-size:12px
}
.footer-brand{display:flex;align-items:center;gap:9px}.brand-mark.small{width:32px;height:32px;border-radius:10px}.footer-brand strong{display:block;color:#20384a}.footer-brand span{font-size:10px}
.footer-links{display:flex;gap:18px}.footer-copy{text-align:right}

@media(max-width:980px){
  .main-nav,.header-cta{display:none}.menu-toggle{display:block}
  .main-nav.open{
    display:flex;position:absolute;left:16px;right:16px;top:70px;flex-direction:column;align-items:stretch;
    padding:14px;background:#fff;border:1px solid #dce5eb;border-radius:14px;box-shadow:var(--shadow)
  }
  .hero{grid-template-columns:1fr;margin-top:56px}
  .hero-panel{transform:none}
  .feature-grid,.timeline,.security-grid{grid-template-columns:repeat(2,1fr)}
  .report-card{grid-template-columns:1fr}.architecture-flow{grid-template-columns:1fr}
  .arch-arrow{transform:rotate(90deg);height:20px}
  .metric-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .hero{gap:30px}.hero h1{font-size:42px}
  .section{padding:72px 0}
  .feature-grid,.timeline,.security-grid,.roadmap-grid{grid-template-columns:1fr}
  .role-panel.active{grid-template-columns:1fr;padding:24px}.phone-mock{width:100%;max-width:300px}
  .report-card{padding:26px}.report-layout{grid-template-columns:1fr}.report-layout aside{display:flex;overflow:auto;border-right:0;border-bottom:1px solid #e4ebef}.report-layout aside button{min-width:130px}
  .cta-section{padding:34px;display:block}.cta-section .btn{margin-top:18px}
  .dashboard-shell{grid-template-columns:46px 1fr}.dash-main{padding:14px}.metric-grid{grid-template-columns:1fr 1fr}.dash-columns{grid-template-columns:1fr}
  footer{grid-template-columns:1fr;text-align:left}.footer-copy{text-align:left}
}
