:root{
  --bg: #0b1220;
  --text:#eaf0ff;
  --muted:#b7c2e1;
  --line: rgba(255,255,255,.10);
  --accent:#7c5cff;
  --accent2:#22c55e;
  --shadow: 0 20px 60px rgba(0,0,0,.35);
  --radius: 18px;
  --max: 1100px;
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background:
    radial-gradient(1200px 800px at 15% 10%, rgba(124,92,255,.30), transparent 55%),
    radial-gradient(900px 700px at 90% 20%, rgba(34,197,94,.20), transparent 50%),
    linear-gradient(180deg, var(--bg), #070b14 60%);
  line-height:1.55;
}

/* Consistent left alignment */
.card, .hero-copy, .hero-card, .section, .section.alt { text-align: left; }

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

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

.site-header{
  position: sticky;
  top:0;
  z-index: 50;
  backdrop-filter: blur(10px);
  background: rgba(7,11,20,.55);
  border-bottom: 1px solid var(--line);
}

.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 14px 0;
}

.brand{
  display:flex;
  gap:10px;
  align-items:center;
  font-weight:800;
  letter-spacing:.2px;
}
.logo{
  width:34px; height:34px;
  border-radius: 12px;
  display:grid; place-items:center;
  background: rgba(124,92,255,.22);
  border: 1px solid rgba(124,92,255,.35);
}

.menu{
  display:flex;
  gap:18px;
  align-items:center;
  font-weight:650;
  color: var(--muted);
}
.menu a{ padding:8px 10px; border-radius: 12px; }
.menu a:hover{ background: rgba(255,255,255,.06); color: var(--text); }

.hero{
  padding: 70px 0 28px;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.25fr .9fr;
  gap: 22px;
  align-items: stretch;
}

.kicker{
  display:inline-block;
  font-weight:800;
  color: rgba(255,255,255,.90);
  background: rgba(255,255,255,.06);
  border: 1px solid var(--line);
  padding: 8px 12px;
  border-radius: 999px;
  margin: 0 0 14px;
}

h1{
  font-size: clamp(34px, 4vw, 54px);
  line-height:1.05;
  margin: 0 0 14px;
  letter-spacing: -.6px;
}

.lead{
  font-size: 18px;
  color: var(--muted);
  max-width: 62ch;
  margin: 0 0 20px;
}

.cta-row{ display:flex; gap:12px; flex-wrap:wrap; margin: 10px 0 16px; }

.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid rgba(124,92,255,.45);
  background: linear-gradient(180deg, rgba(124,92,255,.95), rgba(124,92,255,.70));
  color: white;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(124,92,255,.25);
}
.button:hover{ transform: translateY(-1px); }
.button:active{ transform: translateY(0px); }

.button.ghost{
  background: rgba(255,255,255,.06);
  border: 1px solid var(--line);
  box-shadow: none;
  color: var(--text);
}
.button.small{ padding: 10px 12px; font-weight: 900; }
.button.full{ width:100%; }

.trust{
  display:flex; gap:14px; flex-wrap:wrap;
  margin: 14px 0 0;
  padding:0;
  list-style:none;
  color: rgba(255,255,255,.85);
}
.trust li{
  background: rgba(255,255,255,.06);
  border: 1px solid var(--line);
  padding: 8px 10px;
  border-radius: 999px;
}

.section{ padding: 62px 0; }
.section.alt{
  background: linear-gradient(180deg, rgba(255,255,255,.03), transparent 70%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

/* Fix the “staggered” heading alignment by stacking the section title + text */
.section-head{
  display:flex;
  flex-direction: column;
  align-items:flex-start;
  justify-content:flex-start;
  gap:10px;
  margin-bottom: 22px;
  text-align:left;
  max-width: 70ch;
}
.section-head h2{
  margin:0;
  font-size: 28px;
  letter-spacing: -.2px;
}

.muted{ color: var(--muted); }
.tiny{ font-size: 13px; }

.grid{
  display:grid;
  gap: 16px;
  align-items: stretch;
}

.cards{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mini{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px;
  margin-top: 16px;
}

.card{
  background: rgba(255,255,255,.04);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: var(--shadow);
}

.hero-card .card{
  height:100%;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
}

.info{
  display:grid;
  gap: 12px;
  margin-top: 14px;
}
.label{ color: var(--muted); font-size: 13px; }
.value{ font-weight: 900; }
.divider{
  height:1px;
  background: var(--line);
  margin: 16px 0;
}

.bullets{
  margin: 12px 0 0;
  padding-left: 18px;
  color: rgba(255,255,255,.88);
}
.bullets li{ margin: 6px 0; }

.steps{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
  align-items: stretch;
}
.step-num{
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display:grid;
  place-items:center;
  background: rgba(34,197,94,.14);
  border: 1px solid rgba(34,197,94,.28);
  color: rgba(255,255,255,.9);
  font-weight: 900;
  margin-bottom: 10px;
}

.form{
  padding: 18px;
}
.form-grid{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
label span{ display:block; font-weight: 900; margin-bottom: 8px; }
input, textarea{
  width:100%;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(0,0,0,.18);
  color: var(--text);
  outline: none;
}
input::placeholder, textarea::placeholder{ color: rgba(183,194,225,.75); }
input:focus, textarea:focus{
  border-color: rgba(124,92,255,.55);
  box-shadow: 0 0 0 4px rgba(124,92,255,.18);
}
.full{ grid-column: 1 / -1; }
.form-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.thanks{
  margin-top: 16px;
  border: 1px solid rgba(34,197,94,.30);
  background: linear-gradient(180deg, rgba(34,197,94,.10), rgba(255,255,255,.04));
}

.footer{
  border-top: 1px solid var(--line);
  padding: 30px 0;
  background: rgba(0,0,0,.10);
}
.footer-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
}

@media (max-width: 920px){
  .hero-grid{ grid-template-columns: 1fr; }
  .cards, .steps{ grid-template-columns: 1fr; }
  .menu{ display:none; }
  .mini{ grid-template-columns: 1fr; }
  .form-grid{ grid-template-columns: 1fr; }
}
