:root {
  --bg: #07110f;
  --bg-soft: #0d1b18;
  --card: #10231f;
  --card-2: #122b25;
  --text: #f4fbf7;
  --muted: #aabbb4;
  --line: rgba(255,255,255,.12);
  --accent: #b4ff63;
  --accent-2: #d6ff9f;
  --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;
  background:
    radial-gradient(circle at top left, rgba(180,255,99,.16), transparent 34rem),
    radial-gradient(circle at 90% 10%, rgba(255,255,255,.08), transparent 28rem),
    var(--bg);
  color: var(--text);
}
a { color: inherit; text-decoration: none; }
p { color: var(--muted); line-height: 1.7; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(820px, calc(100% - 40px)); }
.center { text-align: center; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
  background: rgba(7, 17, 15, .78);
  border-bottom: 1px solid var(--line);
}
.nav { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.02em; }
.logo-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: #07110f; background: var(--accent); font-size: 14px; }
.nav-links { display: flex; gap: 26px; color: var(--muted); font-size: 14px; }
.nav-links a:hover, .site-footer a:hover { color: var(--accent); }
.nav-cta { border: 1px solid var(--line); padding: 10px 16px; border-radius: 999px; color: var(--accent); font-weight: 700; font-size: 14px; }
.section { padding: 96px 0; }
.hero { padding-top: 112px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; }
.eyebrow, .kicker { color: var(--accent); font-weight: 800; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; }
h1, h2, h3 { margin: 0; letter-spacing: -.05em; }
h1 { font-size: clamp(48px, 7vw, 82px); line-height: .94; max-width: 820px; }
h2 { font-size: clamp(34px, 4vw, 56px); line-height: 1; }
h3 { font-size: 24px; line-height: 1.15; }
.lead { font-size: 20px; max-width: 720px; margin: 26px 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 36px 0; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 22px; border-radius: 999px; font-weight: 800; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.primary { background: var(--accent); color: #07110f; }
.secondary { border: 1px solid var(--line); color: var(--text); background: rgba(255,255,255,.04); }
.full { width: 100%; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background: rgba(255,255,255,.03); }
.trust-row div { padding: 20px; border-right: 1px solid var(--line); }
.trust-row div:last-child { border-right: 0; }
.trust-row strong { display: block; font-size: 28px; color: var(--accent); }
.trust-row span { display: block; color: var(--muted); font-size: 13px; margin-top: 6px; }
.hero-card, .service-card, .price-card, .community-card, .quote-card, .metrics-panel { border: 1px solid var(--line); border-radius: 32px; background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025)); box-shadow: var(--shadow); }
.hero-card { padding: 30px; }
.card-label { color: var(--accent); font-weight: 800; margin-bottom: 22px; }
.story-steps { display: grid; gap: 18px; padding: 0; margin: 0; list-style: none; }
.story-steps li { display: grid; grid-template-columns: 46px 1fr; gap: 16px; padding: 18px; border-radius: 22px; background: rgba(255,255,255,.05); }
.story-steps span { color: var(--accent); font-weight: 800; }
.story-steps p { margin: 6px 0 0; font-size: 14px; }
.narrative-band { background: rgba(255,255,255,.035); border-block: 1px solid var(--line); }
.section-heading { max-width: 720px; margin-bottom: 34px; }
.section-heading.center { margin-left: auto; margin-right: auto; }
.cards.three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { padding: 30px; min-height: 260px; }
.proof-section { background: var(--bg-soft); }
.proof-grid, .community-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; }
.metrics-panel { padding: 14px; }
.metric { padding: 24px; border-bottom: 1px solid var(--line); }
.metric:last-child { border-bottom: 0; }
.metric strong { display: block; color: var(--accent); font-size: 44px; line-height: 1; margin-bottom: 10px; }
.metric span { color: var(--muted); line-height: 1.6; }
.community-card { padding: 36px; }
ul { color: var(--muted); line-height: 1.8; padding-left: 20px; }
.quote-card { padding: 44px; font-size: 34px; font-weight: 800; letter-spacing: -.04em; line-height: 1.05; color: var(--text); }
.quote-card p { color: var(--text); }
.pricing-section { background: rgba(255,255,255,.03); border-block: 1px solid var(--line); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.price-card { padding: 28px; display: flex; flex-direction: column; }
.price-card.featured { border-color: rgba(180,255,99,.55); transform: translateY(-10px); }
.pill { align-self: flex-start; border-radius: 999px; padding: 8px 12px; background: rgba(180,255,99,.14); color: var(--accent); font-size: 12px; font-weight: 800; margin-bottom: 18px; }
.pill.muted { color: var(--muted); background: rgba(255,255,255,.06); }
.price { font-size: 44px; color: var(--text); font-weight: 800; margin: 22px 0 8px; letter-spacing: -.04em; }
.price span { font-size: 16px; color: var(--muted); font-weight: 600; }
.price-card ul { flex: 1; }
.final-cta { padding-bottom: 112px; }
.site-footer { border-top: 1px solid var(--line); padding: 36px 0; background: #050b0a; }
.footer-grid { display: flex; justify-content: space-between; gap: 28px; align-items: center; }
.footer-grid p { margin: 10px 0 0; font-size: 14px; }
@media (max-width: 900px) {
  .nav-links { display: none; }
  .hero-grid, .proof-grid, .community-grid, .cards.three, .pricing-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .trust-row { grid-template-columns: 1fr; }
  .trust-row div { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-row div:last-child { border-bottom: 0; }
  .section { padding: 72px 0; }
  .footer-grid { display: block; }
}
@media (max-width: 560px) {
  .container, .narrow { width: min(100% - 24px, 1120px); }
  .nav { height: 66px; }
  .nav-cta { display: none; }
  .hero { padding-top: 80px; }
  h1 { font-size: 44px; }
  .lead { font-size: 17px; }
  .button { width: 100%; }
}
