:root{
  --bg:#070B12;
  --bg2:#0B1220;
  --ink:#E9EEFB;
  --muted:#AAB5D6;
  --line:rgba(255,255,255,.12);
  --soft:rgba(255,255,255,.06);

  --a1:#7C5CFF;
  --a2:#22D3EE;
  --a3:#34D399;
  --danger:#F87171;

  --shadow: 0 20px 60px rgba(0,0,0,.45);
  --radius: 18px;
  --radius2: 26px;

  --max: 1120px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color:var(--ink);
  background:
    radial-gradient(1200px 900px at 12% 10%, rgba(124,92,255,.24), transparent 55%),
    radial-gradient(900px 700px at 85% 18%, rgba(34,211,238,.18), transparent 55%),
    radial-gradient(1000px 700px at 70% 90%, rgba(52,211,153,.12), transparent 55%),
    linear-gradient(180deg, var(--bg), var(--bg2));
  line-height:1.5;
}

a{color:inherit; text-decoration:none}
a:hover{opacity:.92}
p{margin:0 0 14px}
ul{margin:0; padding-left:18px}
li{margin:6px 0}

.wrap{
  width:min(var(--max), calc(100% - 40px));
  margin:0 auto;
}

.skip{
  position:absolute; left:-999px; top:auto;
  width:1px;height:1px; overflow:hidden;
}
.skip:focus{
  left:18px; top:18px; width:auto;height:auto;
  background:#0F172A;
  border:1px solid var(--line);
  padding:10px 12px;
  border-radius:12px;
  z-index:9999;
}

.sr{position:absolute; left:-9999px}

.topbar{
  position:sticky;
  top:0;
  z-index:50;
  backdrop-filter: blur(14px);
  background: rgba(8,12,20,.55);
  border-bottom:1px solid var(--line);
}
.topbar__inner{
  display:flex; align-items:center; justify-content:space-between;
  gap:18px; padding:14px 0;
}

.brand{display:flex; align-items:center; gap:12px}
.brand__mark{
  width:34px;height:34px; border-radius:12px;
  background:
    radial-gradient(14px 14px at 30% 30%, rgba(255,255,255,.42), transparent 60%),
    linear-gradient(135deg, rgba(124,92,255,.95), rgba(34,211,238,.85), rgba(52,211,153,.85));
  box-shadow: 0 12px 30px rgba(124,92,255,.25);
}
.brand__text{font-size:16px; letter-spacing:.2px}
.tm{opacity:.75; font-size:.9em}

.nav{
  display:flex; align-items:center; gap:16px;
}
.nav a{
  font-size:14px; color:var(--muted);
  padding:8px 10px; border-radius:12px;
}
.nav a:hover{
  background:var(--soft); color:var(--ink);
}
.pill{
  background: linear-gradient(135deg, rgba(124,92,255,.95), rgba(34,211,238,.85));
  color:#081019 !important;
  font-weight:800;
}

.navbtn{
  display:none;
  border:1px solid var(--line);
  background: rgba(10,16,28,.45);
  border-radius:14px;
  padding:10px 12px;
  cursor:pointer;
}
.navbtn__bar{
  display:block;
  width:18px;height:2px;
  background: rgba(233,238,251,.9);
  margin:4px 0;
  border-radius:2px;
}

.hero{
  position:relative;
  padding:64px 0 36px;
}
.hero__grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:26px;
  align-items:stretch;
}

.eyebrow{
  display:inline-flex;
  gap:10px;
  align-items:center;
  font-size:12px;
  letter-spacing:.35px;
  text-transform:uppercase;
  color:rgba(233,238,251,.75);
  background: rgba(255,255,255,.06);
  border: 1px solid var(--line);
  padding:8px 12px;
  border-radius:999px;
}

.h1{
  margin:14px 0 10px;
  font-size:52px;
  line-height:1.05;
  letter-spacing:-.8px;
}
.lead{
  font-size:18px;
  color: rgba(233,238,251,.86);
  max-width: 62ch;
}
.micro{
  font-size:12.5px;
  color: rgba(233,238,251,.62);
  margin-top:12px;
}

.cta{
  display:flex;
  gap:12px;
  margin:18px 0 14px;
  flex-wrap:wrap;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-radius: 999px;
  padding:12px 16px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.06);
  color: var(--ink);
  cursor:pointer;
  transition: transform .12s ease, background .12s ease, border-color .12s ease;
  font-size:14px;
}
.btn:hover{transform: translateY(-1px); background: rgba(255,255,255,.09)}
.btn--primary{
  background: linear-gradient(135deg, rgba(124,92,255,.95), rgba(34,211,238,.85), rgba(52,211,153,.8));
  color:#081019;
  border-color: rgba(255,255,255,.18);
  font-weight:900;
}
.btn--ghost{
  background: rgba(10,16,28,.35);
}
.btn--small{
  padding:10px 14px;
  font-size:13px;
}

.trustrow{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:10px;
}
.chip{
  font-size:12.5px;
  color: rgba(233,238,251,.78);
  border: 1px solid var(--line);
  background: rgba(255,255,255,.05);
  padding:8px 10px;
  border-radius: 999px;
}

.minirow{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:10px;
  margin-top:14px;
  max-width: 560px;
}
.stat{
  border:1px solid var(--line);
  background: rgba(255,255,255,.05);
  border-radius: 16px;
  padding:10px 12px;
}
.stat__k{
  font-size:12px;
  color: rgba(233,238,251,.62);
}
.stat__v{
  font-weight:900;
  letter-spacing:.2px;
  margin-top:2px;
}

.hero__card{
  border-radius: var(--radius2);
  border:1px solid var(--line);
  background:
    radial-gradient(500px 240px at 20% 10%, rgba(124,92,255,.22), transparent 70%),
    radial-gradient(420px 260px at 90% 30%, rgba(34,211,238,.16), transparent 70%),
    rgba(10,16,28,.35);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.cardglass{
  padding:18px 18px 16px;
  height:100%;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.cardglass__top{
  display:flex;
  align-items:center;
  gap:8px;
}
.dot{width:10px;height:10px;border-radius:50%}
.dot--g{background:rgba(52,211,153,.9)}
.dot--y{background:rgba(251,191,36,.9)}
.dot--r{background:rgba(248,113,113,.9)}
.label{
  margin-left:auto;
  font-size:12px;
  color: rgba(233,238,251,.7);
  letter-spacing:.2px;
}

.stack{display:grid; gap:10px}
.step{
  display:flex;
  gap:10px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.05);
  border-radius: 16px;
  padding:12px;
}
.step__num{
  width:28px; height:28px;
  border-radius:10px;
  display:flex; align-items:center; justify-content:center;
  background: rgba(34,211,238,.14);
  border:1px solid rgba(34,211,238,.35);
  font-weight:900;
  color: rgba(233,238,251,.9);
}
.step__title{font-weight:900; letter-spacing:.2px}
.step__text{
  margin-top:2px;
  color: rgba(233,238,251,.72);
  font-size:13px;
}

.cardglass__cta{display:flex; gap:10px; flex-wrap:wrap}
.badge{display:flex; gap:8px; flex-wrap:wrap; margin-top:6px}
.badge__pill{
  font-size:12px;
  color: rgba(233,238,251,.72);
  border:1px solid rgba(255,255,255,.12);
  background: rgba(10,16,28,.25);
  padding:6px 10px;
  border-radius: 999px;
}

.hero__fade{
  position:absolute;
  left:0; right:0; bottom:-1px;
  height:70px;
  background: linear-gradient(180deg, transparent, rgba(7,11,18,.92));
  pointer-events:none;
}

.section{
  padding:54px 0;
  border-top:1px solid rgba(255,255,255,.06);
}
.section--alt{
  background: rgba(255,255,255,.03);
}
.section__head{margin-bottom:22px}
.h2{
  margin:0 0 8px;
  font-size:30px;
  letter-spacing:-.4px;
}
.sub{
  margin:0;
  color: rgba(233,238,251,.74);
  max-width: 78ch;
}

.grid3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.grid2{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:14px;
}

.tile, .panel{
  border:1px solid var(--line);
  background: rgba(10,16,28,.35);
  border-radius: var(--radius);
  padding:16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.22);
}
.tile--soft{
  background:
    radial-gradient(420px 220px at 20% 10%, rgba(124,92,255,.14), transparent 70%),
    rgba(10,16,28,.30);
}
.panel--resource{
  background:
    radial-gradient(520px 260px at 15% 10%, rgba(34,211,238,.14), transparent 70%),
    rgba(10,16,28,.30);
}

.h3{
  margin:0 0 8px;
  font-size:18px;
  letter-spacing:-.2px;
}

.bullets{
  margin-top:10px;
  color: rgba(233,238,251,.72);
  font-size:13.5px;
}

.panel__tag{
  display:inline-flex;
  font-size:12px;
  letter-spacing:.25px;
  color: rgba(233,238,251,.78);
  border:1px solid var(--line);
  background: rgba(255,255,255,.05);
  padding:6px 10px;
  border-radius: 999px;
  margin-bottom:10px;
}
.panel__tag--accent{
  background: rgba(34,211,238,.12);
  border-color: rgba(34,211,238,.35);
}

.meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  color: rgba(233,238,251,.70);
  font-size:12.5px;
  margin:12px 0 6px;
}
.link{
  display:inline-flex;
  margin-top:6px;
  color: rgba(34,211,238,.92);
  font-weight:900;
}

.split{
  margin-top:16px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:14px;
}
.check li{
  list-style:none;
  margin-left:-18px;
  padding-left:22px;
  position:relative;
}
.check li::before{
  content:"";
  position:absolute;
  left:0; top:9px;
  width:10px;height:10px;
  border-radius:4px;
  background: rgba(52,211,153,.85);
}
.xlist li{
  list-style:none;
  margin-left:-18px;
  padding-left:22px;
  position:relative;
  color: rgba(233,238,251,.72);
}
.xlist li::before{
  content:"";
  position:absolute;
  left:0; top:9px;
  width:10px;height:10px;
  border-radius:4px;
  background: rgba(248,113,113,.85);
}

.callout{
  margin-top:16px;
  border:1px solid rgba(34,211,238,.28);
  background: rgba(34,211,238,.08);
  border-radius: var(--radius);
  padding:14px;
  display:grid;
  gap:6px;
}
.callout--edge{
  border-color: rgba(124,92,255,.28);
  background: rgba(124,92,255,.08);
}
.callout__title{font-weight:900; letter-spacing:.2px}
.callout__text{color: rgba(233,238,251,.78)}

.resourcebar{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:10px;
}

.quick{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:10px;
}
.qbtn{
  border:1px solid rgba(255,255,255,.12);
  background: rgba(7,11,18,.55);
  color: rgba(233,238,251,.86);
  padding:10px 12px;
  border-radius: 999px;
  cursor:pointer;
  font-size:13px;
}
.qbtn:hover{background: rgba(255,255,255,.08)}
.qout{
  margin-top:12px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(10,16,28,.25);
  border-radius: 16px;
  padding:12px;
  color: rgba(233,238,251,.78);
  min-height: 48px;
}

.compliance{
  margin-top:16px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(10,16,28,.25);
  border-radius: var(--radius);
  padding:16px;
}
.compliance p{color: rgba(233,238,251,.72)}

.contactgrid{
  display:grid;
  grid-template-columns: .9fr 1.1fr;
  gap:14px;
  align-items:start;
}
.contactcard{
  border:1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(10,16,28,.35);
  padding:16px;
}
.contactcard__title{font-weight:900; margin-bottom:10px}
.contactline{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:10px 0;
  border-bottom:1px solid rgba(255,255,255,.06);
  color: rgba(233,238,251,.78);
}
.contactline span:first-child{color: rgba(233,238,251,.60)}
.note{
  margin-top:12px;
  font-size:12.5px;
  color: rgba(233,238,251,.66);
  border:1px dashed rgba(255,255,255,.18);
  border-radius: 14px;
  padding:10px;
}
.tiny{
  margin-top:10px;
  font-size:12.5px;
  color: rgba(233,238,251,.62);
}

.form{
  border:1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(10,16,28,.35);
  padding:16px;
}
label{
  display:block;
  font-size:13px;
  color: rgba(233,238,251,.76);
  margin-bottom:12px;
}
input, select, textarea{
  width:100%;
  margin-top:8px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(7,11,18,.55);
  color: var(--ink);
  padding:12px;
  outline:none;
}
input:focus, select:focus, textarea:focus{
  border-color: rgba(34,211,238,.45);
  box-shadow: 0 0 0 3px rgba(34,211,238,.12);
}
.row{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
}
.consent{
  display:flex;
  gap:10px;
  align-items:flex-start;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(10,16,28,.25);
  border-radius: 14px;
  padding:10px 12px;
}
.consent input{width:auto; margin-top:2px}

.form__actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:6px;
}
.form__status{
  margin-top:10px;
  font-size:13px;
  color: rgba(233,238,251,.78);
}

.footer{
  border-top:1px solid rgba(255,255,255,.10);
  padding:28px 0;
  background: rgba(6,9,15,.55);
}
.footer__grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr 1fr;
  gap:14px;
  align-items:start;
}
.footer__brand{font-weight:900; letter-spacing:.2px}
.footer__tagline{color: rgba(233,238,251,.72); margin-top:6px}
.footer__links{display:grid; gap:8px; align-content:start}
.footer__links a{color: rgba(233,238,251,.70)}
.footer__small{color: rgba(233,238,251,.60); font-size:12.5px}

.toast{
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  max-width: min(720px, calc(100% - 28px));
  background: rgba(10,16,28,.92);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  padding: 12px 14px;
  color: rgba(233,238,251,.86);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
}
.toast.is-on{
  opacity: 1;
  transform: translateX(-50%) translateY(-2px);
}

.reveal{
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .6s ease, transform .6s ease;
}
.reveal.is-in{
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce){
  .btn, .toast, .reveal{transition:none}
}

@media (max-width: 980px){
  .hero__grid{grid-template-columns: 1fr}
  .h1{font-size:44px}
  .grid3{grid-template-columns: 1fr}
  .grid2{grid-template-columns: 1fr}
  .split{grid-template-columns: 1fr}
  .contactgrid{grid-template-columns: 1fr}
  .footer__grid{grid-template-columns: 1fr}
  .minirow{grid-template-columns: 1fr}
}

@media (max-width: 760px){
  .navbtn{display:inline-flex}
  .nav{
    display:none;
    position:absolute;
    right:16px;
    top:58px;
    flex-direction:column;
    align-items:stretch;
    width:min(320px, calc(100% - 32px));
    border:1px solid var(--line);
    background: rgba(7,11,18,.92);
    border-radius: 16px;
    padding:10px;
    box-shadow: var(--shadow);
  }
  .nav a{padding:10px 12px}
  .nav.is-open{display:flex}
  .row{grid-template-columns: 1fr}
}