:root{
  --bg:#0b1220;
  --card:#0f1a33;
  --text:#e8eefc;
  --muted:#a9b7da;
  --line:rgba(255,255,255,.10);
  --accent:#4da3ff;
  --accent2:#89c2ff;
  --white:#ffffff;
}

*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  margin:0;
  font-family: system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  background: radial-gradient(1200px 600px at 20% -10%, rgba(77,163,255,.22), transparent 60%),
              radial-gradient(900px 500px at 85% 0%, rgba(137,194,255,.16), transparent 55%),
              var(--bg);
  color:var(--text);
  line-height:1.55;
}

a{ color:inherit; text-decoration:none; }
.container{ width:min(1100px, 92%); margin:0 auto; }

.site-header{
  position:sticky; top:0; z-index:10;
  background: rgba(11,18,32,.75);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--line);
}

.header-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
  gap:16px;
}

.logo{ display:flex; align-items:center; gap:10px; }
.logo-mark{
  display:inline-grid; place-items:center;
  width:36px; height:36px;
  border-radius:10px;
  background: linear-gradient(135deg, rgba(77,163,255,.9), rgba(137,194,255,.7));
  color:#071024;
  font-weight:800;
}
.logo-text{ font-weight:700; letter-spacing:.2px; }

.nav{ display:flex; gap:18px; flex-wrap:wrap; }
.nav-link{
  padding:8px 10px;
  border-radius:10px;
  color:var(--muted);
}
.nav-link:hover{ background:rgba(255,255,255,.06); color:var(--text); }
.nav-link.active{ color:var(--text); background:rgba(255,255,255,.08); }

.hero{
  padding:56px 0 34px;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:24px;
  align-items:start;
}
.eyebrow{
  color:var(--muted);
  margin:0 0 10px;
  font-weight:600;
  letter-spacing:.3px;
}
h1{
  margin:0 0 14px;
  font-size: clamp(30px, 4vw, 44px);
  line-height:1.1;
}
.lead{
  margin:0 0 18px;
  font-size: 1.1rem;
  color: rgba(232,238,252,.92);
}
.small-note{
  margin-top:12px;
  font-size:.92rem;
  color:var(--muted);
}

.hero-card{
  border:1px solid var(--line);
  background: linear-gradient(180deg, rgba(15,26,51,.92), rgba(15,26,51,.68));
  border-radius:18px;
  padding:18px;
}

.section{ padding:46px 0; }
.section.alt{
  background: rgba(255,255,255,.03);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.section-head{
  margin-bottom:16px;
}
h2{
  margin:0 0 8px;
  font-size: clamp(22px, 2.2vw, 28px);
}
h3{ margin:0 0 10px; font-size:1.1rem; }
.muted{ color:var(--muted); }
.center{ display:flex; justify-content:center; margin-top:18px; }

.card{
  border:1px solid var(--line);
  background: rgba(15,26,51,.72);
  border-radius:18px;
  padding:18px;
}

.grid-2{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:16px;
}

.cta{
  padding:34px 0 52px;
}
.cta-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  border:1px solid var(--line);
  background: linear-gradient(135deg, rgba(77,163,255,.12), rgba(15,26,51,.75));
  border-radius:18px;
  padding:18px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:11px 14px;
  border-radius:12px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.06);
  color:var(--text);
  font-weight:650;
  gap:10px;
}
.btn:hover{ background: rgba(255,255,255,.10); }
.btn.primary{
  background: linear-gradient(135deg, rgba(77,163,255,.95), rgba(137,194,255,.85));
  color:#061022;
  border-color: rgba(255,255,255,.0);
}
.btn.ghost{ background: rgba(255,255,255,.04); }
.btn.full{ width:100%; }

.cta-row{ display:flex; gap:10px; flex-wrap:wrap; }

.checklist{
  margin:0;
  padding-left:18px;
}
.checklist li{ margin:8px 0; }

.bullets{
  margin:0;
  padding-left:18px;
}
.bullets li{ margin:8px 0; }

.contact-mini{
  display:grid;
  gap:12px;
  margin:12px 0 14px;
}
.label{ color:var(--muted); font-size:.9rem; }
.value{ font-weight:650; }

.page-hero{
  padding:42px 0 16px;
}
.note{
  margin-top:16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}

.form{ display:grid; gap:12px; margin-top:8px; }
label{ display:grid; gap:6px; color:rgba(232,238,252,.92); font-weight:600; }
input, textarea{
  width:100%;
  padding:11px 12px;
  border-radius:12px;
  border:1px solid var(--line);
  background: rgba(11,18,32,.55);
  color:var(--text);
  outline:none;
}
input:focus, textarea:focus{ border-color: rgba(77,163,255,.7); box-shadow: 0 0 0 4px rgba(77,163,255,.14); }

.site-footer{
  border-top:1px solid var(--line);
  padding:18px 0;
  margin-top:30px;
  background: rgba(11,18,32,.65);
}
.footer-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}
.footer-brand{ font-weight:750; margin-bottom:2px; }

@media (max-width: 860px){
  .hero-grid{ grid-template-columns: 1fr; }
  .grid-2{ grid-template-columns: 1fr; }
  .cta-inner{ flex-direction:column; align-items:flex-start; }
}
