:root{
  --bg:#080b14;
  --panel:#0e1324;
  --border:rgba(255,255,255,.10);
  --text:#eaf0ff;
  --muted:#9fb0d2;
  --accent:#7aa2ff;
  --accent2:#77f0c3;
  --shadow: 0 24px 60px rgba(0,0,0,.45);
  --r: 18px;
  --max: 1120px;
  --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:var(--font);
  color:var(--text);
  background:
    radial-gradient(1200px 600px at 15% 10%, rgba(122,162,255,.18), transparent 55%),
    radial-gradient(900px 560px at 85% 0%, rgba(119,240,195,.12), transparent 55%),
    var(--bg);
  overflow-x:hidden;
}

a{color:inherit; text-decoration:none}
.container{max-width:var(--max); margin:0 auto; padding:0 20px}

.skip{
  position:absolute; left:-999px; top:8px;
  padding:10px 12px; border-radius:12px;
  background:var(--panel); border:1px solid var(--border);
}
.skip:focus{left:12px; z-index:999}

.header{
  position:sticky; top:0; z-index:40;
  background:rgba(8,11,20,.65);
  backdrop-filter: blur(12px);
  border-bottom:1px solid rgba(255,255,255,.06);
  transition: box-shadow .25s ease, background .25s ease;
}
.header.is-raised{box-shadow: 0 10px 40px rgba(0,0,0,.35); background:rgba(8,11,20,.80)}
.header__inner{height:74px; display:flex; align-items:center; justify-content:space-between; gap:14px}

.brand{display:flex; align-items:baseline; gap:10px; font-weight:750; letter-spacing:.2px}
.brand__mark{
  width:14px; height:14px; border-radius:5px;
  background:linear-gradient(135deg, var(--accent), var(--accent2));
  box-shadow: 0 0 0 4px rgba(122,162,255,.10), 0 18px 30px rgba(122,162,255,.18);
}
.brand__name{font-size:16px}
.brand__tag{
  font-size:12px; color:var(--muted);
  border:1px solid rgba(255,255,255,.10);
  padding:4px 8px; border-radius:999px
}

.nav{display:flex; align-items:center; gap:18px}
.nav a{color:rgba(234,240,255,.92)}
.nav a:hover{color:var(--text)}

.burger{
  display:none;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.03);
  border-radius:12px;
  padding:10px;
  cursor:pointer;
}
.burger span{display:block; width:22px; height:2px; background:rgba(234,240,255,.92); margin:5px 0}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px;
  border-radius:14px;
  border:1px solid rgba(122,162,255,.45);
  background:rgba(122,162,255,.14);
  font-weight:750;
  transition: transform .15s ease, background .2s ease, border-color .2s ease;
}
.btn:hover{background:rgba(122,162,255,.22); transform: translateY(-1px)}
.btn--ghost{background:transparent; border:1px solid rgba(255,255,255,.12)}
.btn--ghost:hover{background:rgba(255,255,255,.06); transform: translateY(-1px)}
.btn--full{width:100%}
.btn--sm{padding:10px 12px; border-radius:12px}

.hero{position:relative; padding:56px 0 24px}
.hero__grid{
  position:relative;
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:20px;
  align-items:start;
}

.bg{position:absolute; inset:0; pointer-events:none}
.gridlines{
  position:absolute; inset:-60px;
  background-image:
    linear-gradient(to right, rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: radial-gradient(circle at 25% 20%, rgba(0,0,0,1), rgba(0,0,0,0) 65%);
  opacity:.45;
}
.orbs .orb{position:absolute; filter: blur(28px); opacity:.8; transform: translateZ(0)}
.orb--a{width:260px; height:260px; background:rgba(122,162,255,.22); left:6%; top:10%; border-radius:50%}
.orb--b{width:320px; height:320px; background:rgba(119,240,195,.16); left:70%; top:-30px; border-radius:40%}
.orb--c{width:220px; height:220px; background:rgba(200,130,255,.12); left:45%; top:55%; border-radius:50%}

.pill{
  display:inline-flex; align-items:center; gap:10px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
  padding:8px 12px;
  border-radius:999px;
  color:var(--muted);
}
.dot{
  width:8px; height:8px; border-radius:99px;
  background:linear-gradient(135deg, var(--accent), var(--accent2));
  box-shadow: 0 0 0 6px rgba(122,162,255,.12);
}

h1{
  margin:14px 0 10px;
  font-size:46px;
  line-height:1.05;
  letter-spacing:-.5px;
}
.grad{
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.lead{margin:0 0 18px; color:var(--muted); font-size:18px; line-height:1.55}
.cta{display:flex; gap:12px; flex-wrap:wrap}

.trustbar{display:flex; gap:14px; flex-wrap:wrap; margin-top:18px}
.trustbar__item{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
  border-radius:16px;
  padding:12px;
  min-width:190px;
}
.kpi{font-size:28px; font-weight:850; letter-spacing:-.4px}
.muted{color:var(--muted)}
.badges{display:flex; gap:10px; flex-wrap:wrap; margin-top:14px}
.badge{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.02);
  border-radius:999px;
  padding:8px 10px;
  color:var(--muted);
}

.hero__panel{
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.10);
  border-radius:var(--r);
  box-shadow:var(--shadow);
  padding:18px;
  position:sticky;
  top:94px;
}
.panel__top h2{margin:0 0 6px; font-size:18px}
.panel__cards{display:grid; gap:12px; margin-top:14px}
.mini{
  display:flex; gap:12px;
  padding:12px; border-radius:16px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(0,0,0,.14)
}
.mini__icon{
  width:36px; height:36px;
  display:grid; place-items:center;
  border-radius:12px;
  background:rgba(122,162,255,.12);
  border:1px solid rgba(122,162,255,.22)
}
.mini h3{margin:0 0 4px; font-size:15px}
.mini p{margin:0; color:var(--muted); font-size:13px; line-height:1.45}
.panel__foot{margin-top:12px}

.section{padding:60px 0}
.section--alt{
  background:rgba(255,255,255,.02);
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.section__head{display:flex; align-items:flex-end; justify-content:space-between; gap:16px; flex-wrap:wrap}
.section__head h2{margin:0; font-size:28px}
.section__head p{margin:0; max-width:720px}

.cards{
  margin-top:18px;
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:14px;
}
.card{
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.10);
  border-radius:var(--r);
  box-shadow:var(--shadow);
  padding:18px;
  position:relative;
  overflow:hidden;
}
.card::before{
  content:"";
  position:absolute; inset:-2px;
  background:
    radial-gradient(500px 160px at 10% 10%, rgba(122,162,255,.18), transparent 55%),
    radial-gradient(420px 140px at 80% 0%, rgba(119,240,195,.12), transparent 55%);
  opacity:.7;
  pointer-events:none;
}
.card > *{position:relative}
.card__top h3{margin:0 0 8px; font-size:18px}
.card__top p{margin:0 0 12px}
.list{margin:0; padding-left:18px; color:var(--muted); line-height:1.65}
.card__foot{margin-top:14px}
.card--featured{
  border-color: rgba(122,162,255,.35);
  box-shadow: 0 24px 70px rgba(122,162,255,.14), var(--shadow);
}
.ribbon{
  position:absolute;
  top:14px; right:-46px;
  background:linear-gradient(135deg, var(--accent), var(--accent2));
  color:#06101a;
  padding:8px 60px;
  font-weight:900;
  transform: rotate(18deg);
  border-radius:999px;
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
}

.steps{
  margin-top:18px;
  display:grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap:12px;
}
.step{
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  padding:14px;
}
.step__n{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  color:var(--muted);
  margin-bottom:10px;
}
.step h3{margin:0 0 6px; font-size:16px}
.step p{margin:0; color:var(--muted); font-size:13px; line-height:1.5}

.matrix{
  margin-top:18px;
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:14px;
}
.tile{
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  padding:16px;
}
.tile h3{margin:0 0 6px; font-size:16px}
.tile p{margin:0 0 12px; color:var(--muted); line-height:1.55}
.chips{display:flex; gap:8px; flex-wrap:wrap}
.chips span{
  font-size:12px;
  color:var(--muted);
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.02);
  border-radius:999px;
  padding:6px 10px;
}

.contact__grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:16px;
  align-items:start;
}
.contact__cards{display:grid; gap:10px; margin-top:14px}
.contactCard{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.02);
  border-radius:16px;
  padding:12px;
}
.contactCard__k{color:var(--muted); font-size:12px}
.contactCard__v{font-weight:750}

.form{display:grid; gap:10px}
.form h3{margin:0}
label{display:grid; gap:6px; color:var(--muted); font-size:14px}
input, textarea{
  width:100%;
  padding:12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.16);
  color:var(--text);
  outline:none;
}
input:focus, textarea:focus{border-color: rgba(122,162,255,.55)}
.status{min-height:18px; margin:6px 0 0; color:var(--muted)}
.fine{font-size:12px}
code{font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace}

.footer{padding:26px 0}
.footer__inner{
  border-top:1px solid rgba(255,255,255,.08);
  padding-top:18px;
  display:flex; justify-content:space-between; gap:14px; flex-wrap:wrap;
}
.brand--foot .brand__tag{display:none}
.footer__right{display:flex; gap:14px; flex-wrap:wrap}
.link{color:var(--muted)}
.link:hover{color:var(--text)}

.modal{
  border:0; padding:0;
  max-width:820px; width:calc(100% - 24px);
  border-radius:16px;
  background:transparent;
}
.modal::backdrop{background:rgba(0,0,0,.6)}
.modal__content{
  background:rgba(14,19,36,.98);
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  box-shadow:var(--shadow);
  padding:18px;
  position:relative;
}
.modal__close{
  position:absolute; right:10px; top:10px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  color:var(--text);
  border-radius:12px;
  padding:8px 10px;
  cursor:pointer;
}
.modal__body{color:var(--muted); line-height:1.65}

.reveal{
  opacity:0;
  transform: translateY(14px);
  transition: opacity .65s ease, transform .65s ease;
  will-change: opacity, transform;
}
.reveal.is-in{opacity:1; transform:none}

@media (max-width: 980px){
  h1{font-size:38px}
  .hero__grid{grid-template-columns:1fr}
  .hero__panel{position:relative; top:auto}
  .cards{grid-template-columns:1fr}
  .matrix{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr}
  .contact__grid{grid-template-columns:1fr}
  .nav{display:none}
  .burger{display:block}
  .nav.nav--open{
    display:flex;
    position:absolute;
    top:74px; left:20px; right:20px;
    flex-direction:column;
    background:rgba(14,19,36,.96);
    border:1px solid rgba(255,255,255,.12);
    border-radius:16px;
    padding:14px;
  }
}
