:root {
  --bg: #07111f;
  --bg-soft: #0d1b2f;
  --card: rgba(255,255,255,.08);
  --card-strong: rgba(255,255,255,.12);
  --text: #f5f8ff;
  --muted: #aab7ca;
  --line: rgba(255,255,255,.14);
  --blue: #4ea7ff;
  --cyan: #61f4de;
  --green: #8dffb1;
  --shadow: 0 24px 80px rgba(0,0,0,.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 10%, rgba(78,167,255,.22), transparent 30%),
    radial-gradient(circle at 85% 18%, rgba(97,244,222,.16), transparent 26%),
    linear-gradient(180deg, #07111f 0%, #091426 52%, #050b14 100%);
  min-height: 100vh;
}

a { color: inherit; text-decoration: none; }

.nav {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.02em; }
.brand-mark {
  width: 38px; height: 38px; border-radius: 12px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: #03101c;
  font-size: 14px;
  box-shadow: 0 14px 36px rgba(78,167,255,.28);
}

.nav nav { display: flex; align-items: center; gap: 22px; color: var(--muted); font-size: 14px; }
.nav nav a:hover { color: var(--text); }
.nav-cta { color: var(--text) !important; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.06); }

main { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }

.hero {
  min-height: 74vh;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  align-items: center;
  gap: 52px;
  padding: 64px 0 56px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--cyan);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  font-weight: 800;
}

h1, h2, h3, p { margin-top: 0; }
h1 {
  font-size: clamp(44px, 7vw, 82px);
  line-height: .94;
  letter-spacing: -.07em;
  margin-bottom: 24px;
}
h2 {
  font-size: clamp(30px, 4.4vw, 54px);
  line-height: 1;
  letter-spacing: -.055em;
  margin-bottom: 20px;
}
h3 { font-size: 18px; margin-bottom: 12px; }
.subhead { color: var(--muted); font-size: clamp(18px, 2.3vw, 23px); line-height: 1.45; max-width: 680px; }
.microcopy { color: var(--muted); font-size: 14px; margin: 14px 0 0; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 0 20px; border-radius: 999px;
  font-weight: 750; transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.primary { background: linear-gradient(135deg, var(--blue), var(--cyan)); color: #03101c; }
.secondary { border: 1px solid var(--line); color: var(--text); background: rgba(255,255,255,.06); }

.hero-card {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.06));
  border-radius: 30px;
  padding: 28px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.hero-card:before {
  content: ""; position: absolute; inset: -2px; pointer-events: none;
  background: radial-gradient(circle at 20% 0%, rgba(97,244,222,.20), transparent 35%);
}
.card-topline { color: var(--muted); font-weight: 700; margin-bottom: 18px; }
.metric { display: flex; justify-content: space-between; align-items: end; border-bottom: 1px solid var(--line); padding: 18px 0; gap: 16px; }
.metric span { color: var(--muted); }
.metric strong { font-size: 36px; letter-spacing: -.06em; }
.checklist { margin-top: 22px; color: var(--muted); }
ul { margin: 0; padding-left: 20px; }
li { margin: 9px 0; }

.logos-strip {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  overflow: hidden; border-radius: 18px; border: 1px solid var(--line);
  background: var(--line); margin-bottom: 44px;
}
.logos-strip span { background: rgba(255,255,255,.055); color: var(--muted); padding: 18px; text-align: center; font-weight: 700; }

.section { padding: 86px 0; border-top: 1px solid var(--line); }
.two-col { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; }
.grid-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.grid-list > div, .steps > div, .pricing-card {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.055);
  border-radius: 24px;
  padding: 24px;
}
.grid-list li, .steps p, .pricing p, .honesty p { color: var(--muted); line-height: 1.55; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 30px; }
.steps span { color: var(--green); font-weight: 800; display: inline-block; margin-bottom: 22px; }

.pricing { display: grid; grid-template-columns: 1fr .9fr; gap: 42px; align-items: start; }
.pricing > div:first-child p { color: var(--muted); font-size: 18px; line-height: 1.55; }
.price-row { display: flex; justify-content: space-between; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.price-row span { color: var(--muted); }
.price-row strong { font-size: 28px; letter-spacing: -.04em; }
.pricing-card hr { border: 0; border-top: 1px solid var(--line); margin: 18px 0; }
.definition { margin: 0; }

.honesty { max-width: 760px; }
.honesty p { font-size: 20px; }

.cta-section {
  margin: 40px 0 70px;
  padding: 58px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(78,167,255,.18), rgba(97,244,222,.10));
  box-shadow: var(--shadow);
}
.cta-section h2 { max-width: 820px; margin-left: auto; margin-right: auto; }

footer {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 30px 0 46px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 880px) {
  .nav { align-items: flex-start; }
  .nav nav { display: none; }
  .hero, .two-col, .pricing { grid-template-columns: 1fr; }
  .hero { padding-top: 36px; min-height: auto; }
  .steps, .logos-strip, .grid-list { grid-template-columns: 1fr; }
  .cta-section { padding: 34px 20px; }
  footer { flex-direction: column; }
}
