:root{
  --bg:#0b1220;
  --text:#e8eefc;
  --muted:#aab6d6;
  --stroke:rgba(255,255,255,.08);
  --accent:#6ee7ff;
  --accent2:#a78bfa;
  --shadow: 0 20px 60px rgba(0,0,0,.35);
  --radius: 18px;
  --radius2: 24px;
  --max: 1100px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: radial-gradient(1200px 700px at 20% -10%, rgba(110,231,255,.20), transparent 55%),
              radial-gradient(900px 600px at 90% 10%, rgba(167,139,250,.18), transparent 60%),
              var(--bg);
  color:var(--text);
  line-height:1.5;
}

a{color:inherit;text-decoration:none}
a:hover{opacity:.92;text-decoration:underline}

.container{max-width:var(--max);margin:0 auto;padding:0 20px}

.site-header{
  position:sticky;top:0;z-index:20;
  backdrop-filter:saturate(140%) blur(10px);
  background:rgba(11,18,32,.65);
  border-bottom:1px solid var(--stroke);
}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0}
.brand{display:flex;align-items:center;gap:12px}
.brand-mark{
  width:44px;height:44px;border-radius:14px;
  display:grid;place-items:center;
  font-weight:800;letter-spacing:.5px;
  background:linear-gradient(135deg, rgba(110,231,255,.28), rgba(167,139,250,.22));
  border:1px solid var(--stroke);
}
.brand-text{display:flex;flex-direction:column;gap:2px}
.brand-name{font-weight:700}
.brand-sub{font-size:12px;color:var(--muted)}

.nav{display:flex;align-items:center;gap:18px}
.nav a{color:var(--muted);font-weight:600;font-size:14px}
.nav a:hover{color:var(--text);text-decoration:none}
.mobile-cta{display:none}

.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:12px 16px;border-radius:14px;
  border:1px solid var(--stroke);
  background:linear-gradient(135deg, rgba(110,231,255,.22), rgba(167,139,250,.18));
  color:var(--text);
  font-weight:700;
  box-shadow: 0 8px 30px rgba(0,0,0,.22);
  text-decoration:none !important;
}
.btn:hover{transform:translateY(-1px)}
.btn:active{transform:translateY(0)}
.btn-small{padding:10px 12px;border-radius:12px;font-size:14px}
.btn-ghost{background:transparent;box-shadow:none}
.btn-block{width:100%}

.hero{padding:64px 0 30px}
.hero-grid{display:grid;grid-template-columns: 1.2fr .8fr;gap:22px;align-items:start}
.kicker{color:var(--muted);font-weight:700;letter-spacing:.3px;margin:0 0 12px}
h1{font-size:44px;line-height:1.05;margin:0 0 14px}
.accent{background:linear-gradient(90deg,var(--accent),var(--accent2));-webkit-background-clip:text;background-clip:text;color:transparent}
.lead{color:var(--muted);font-size:17px;max-width:54ch;margin:0 0 18px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:18px}

.hero-card{
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border:1px solid var(--stroke);
  border-radius:var(--radius2);
  padding:18px;
  box-shadow:var(--shadow);
}
.hero-card h3{margin:0 0 10px}
.checklist{margin:0;padding:0 0 0 18px;color:var(--muted)}
.checklist li{margin:10px 0}
.card-actions{display:grid;gap:10px;margin-top:14px}

.trust-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}
.trust-item{
  background:rgba(255,255,255,.04);
  border:1px solid var(--stroke);
  border-radius:14px;
  padding:10px 12px;
}
.trust-title{font-size:11px;color:var(--muted);font-weight:700;letter-spacing:.4px;text-transform:uppercase}
.trust-text{font-weight:700;font-size:13px}

.section{padding:56px 0}
.section-alt{background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0));border-top:1px solid var(--stroke);border-bottom:1px solid var(--stroke)}
.section-head{margin-bottom:18px}
.section-head h2{margin:0 0 8px;font-size:30px}
.section-head p{margin:0;color:var(--muted)}

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

.card{
  background:rgba(255,255,255,.04);
  border:1px solid var(--stroke);
  border-radius:var(--radius);
  padding:16px;
}
.card h3{margin:0 0 8px}
.card p{margin:0;color:var(--muted)}

.steps{display:grid;gap:12px}
.step{
  display:flex;gap:12px;align-items:flex-start;
  background:rgba(255,255,255,.04);
  border:1px solid var(--stroke);
  border-radius:var(--radius);
  padding:16px;
}
.step-num{
  width:34px;height:34px;border-radius:12px;
  display:grid;place-items:center;font-weight:800;
  background:rgba(110,231,255,.14);
  border:1px solid var(--stroke);
}
.step h3{margin:0 0 6px}
.step p{margin:0;color:var(--muted)}

.callout{
  margin-top:14px;
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  background:linear-gradient(135deg, rgba(110,231,255,.14), rgba(167,139,250,.12));
  border:1px solid var(--stroke);
  border-radius:var(--radius2);
  padding:16px;
}
.callout p{color:var(--muted);margin:8px 0 0;max-width:70ch}

.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.price-card{
  position:relative;
  background:rgba(255,255,255,.04);
  border:1px solid var(--stroke);
  border-radius:var(--radius2);
  padding:18px;
}
.price-card.featured{
  background:linear-gradient(180deg, rgba(110,231,255,.10), rgba(255,255,255,.04));
  box-shadow:var(--shadow);
}
.badge{
  position:absolute;top:14px;right:14px;
  font-size:11px;font-weight:800;letter-spacing:.4px;text-transform:uppercase;
  color:var(--text);
  padding:6px 10px;border-radius:999px;
  border:1px solid var(--stroke);
  background:rgba(0,0,0,.18);
}
.price-top h3{margin:0}
.price-sub{margin:4px 0 0;color:var(--muted);font-weight:600}
.price{display:flex;align-items:baseline;gap:10px;margin:14px 0 10px}
.price-num{font-size:42px;font-weight:900}
.price-unit{color:var(--muted);font-weight:700}
.bullets{margin:0 0 14px;padding:0 0 0 18px;color:var(--muted)}
.bullets li{margin:10px 0}

.fineprint{margin:14px 0 0;color:var(--muted);font-size:13px}

.contact-grid{display:grid;grid-template-columns: .9fr 1.1fr;gap:14px;align-items:start}
.form label{display:flex;flex-direction:column;gap:8px;color:var(--muted);font-weight:700;font-size:13px}
input,textarea{
  width:100%;
  background:rgba(0,0,0,.18);
  border:1px solid var(--stroke);
  border-radius:14px;
  padding:12px 12px;
  color:var(--text);
  font-family:inherit;
  outline:none;
}
input:focus,textarea:focus{border-color:rgba(110,231,255,.55)}
.row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.small{font-size:12px}
.muted{color:var(--muted)}

.footer{
  border-top:1px solid var(--stroke);
  padding:22px 0 40px;
  background:rgba(0,0,0,.12);
}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}
.footer-brand{font-weight:900}
.footer-links{display:flex;gap:14px}
.footer-links a{color:var(--muted);font-weight:700}
.footer-links a:hover{color:var(--text);text-decoration:none}

@media (max-width: 940px){
  .hero-grid{grid-template-columns:1fr;gap:14px}
  h1{font-size:38px}
  .pricing-grid{grid-template-columns:1fr}
  .grid-3{grid-template-columns:1fr}
  .grid-2{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
  .nav{display:none}
  .mobile-cta{display:inline-flex}
}
