:root {
  --bg: #0a0d0b;
  --panel: rgba(255,255,255,0.06);
  --panel-strong: #111613;
  --text: #ffffff;
  --muted: #c8d0ca;
  --green: #4ade80;
  --green-dark: #1f6b3b;
  --gold: #facc15;
  --border: rgba(255,255,255,0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: var(--bg);
  color: var(--text);
}

a { text-decoration: none; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  background:
    radial-gradient(circle at 0% 0%, rgba(74, 222, 128, 0.18), transparent 30%),
    radial-gradient(circle at 100% 100%, rgba(250, 204, 21, 0.12), transparent 28%),
    linear-gradient(180deg, #0c100d 0%, #090b0a 100%);
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.brand { display: flex; align-items: center; gap: 14px; }
.brand-mark {
  width: 48px; height: 48px; border-radius: 16px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(74,222,128,.16), rgba(250,204,21,.14));
  border: 1px solid rgba(74,222,128,.25);
  font-size: 24px;
}
.brand-title { font-size: 14px; font-weight: 800; letter-spacing: .2em; }
.brand-sub { color: var(--green); font-size: 20px; font-weight: 900; letter-spacing: .12em; }
.nav-btn {
  color: #0b0d0b; background: var(--green); font-weight: 800;
  padding: 14px 20px; border-radius: 18px;
  box-shadow: 0 10px 40px rgba(74, 222, 128, 0.18);
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 50px;
  padding: 70px 0 90px;
}
.eyebrow, .section-eyebrow {
  display: inline-block;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow {
  color: #b9f8cf;
  border: 1px solid rgba(74,222,128,.26);
  background: rgba(74,222,128,.08);
}
.hero-copy h1, .section h2, .contact-box h2, .why-grid h2 {
  margin: 18px 0 0;
  line-height: .97;
  letter-spacing: -.04em;
}
.hero-copy h1 { font-size: clamp(48px, 9vw, 86px); max-width: 760px; }
.hero-text {
  max-width: 640px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.7;
  margin: 24px 0 0;
}
.hero-actions {
  display: flex;
  gap: 16px;
  margin: 34px 0 0;
  flex-wrap: wrap;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  border-radius: 20px;
  font-weight: 800;
  transition: transform .18s ease, opacity .18s ease, background .18s ease;
}
.btn:hover, .nav-btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: var(--green);
  color: #071008;
  box-shadow: 0 12px 40px rgba(74,222,128,.2);
}
.btn-secondary {
  border: 1px solid var(--border);
  color: white;
  background: rgba(255,255,255,.03);
}
.btn-light { background: white; color: #081008; }
.btn-large { padding: 18px 34px; font-size: 18px; }

.benefit-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.benefit-card, .feature-card {
  border: 1px solid var(--border);
  background: rgba(255,255,255,.045);
  border-radius: 22px;
  padding: 18px;
  color: var(--muted);
  line-height: 1.5;
}
.hero-card {
  position: relative;
  z-index: 1;
  padding: 28px;
  border-radius: 34px;
  border: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
  box-shadow: 0 28px 80px rgba(0,0,0,.3);
}
.badge {
  display: inline-flex;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(250,204,21,.12);
  color: #fde68a;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.headline-card, .hero-cta-card {
  margin-top: 18px;
  border-radius: 24px;
  border: 1px solid var(--border);
  background: rgba(0,0,0,.25);
  padding: 22px;
}
.card-label, .pricing-type {
  font-size: 12px; text-transform: uppercase; letter-spacing: .2em; color: #94a39a; font-weight: 700;
}
.card-title { margin-top: 10px; font-size: 34px; font-weight: 900; line-height: 1.05; }
.stat-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.stat-card, .pricing-card {
  border-radius: 24px;
  background: #121714;
  border: 1px solid var(--border);
}
.stat-card { padding: 22px 16px; text-align: center; }
.stat-card-green { background: linear-gradient(180deg, rgba(74,222,128,.16), rgba(17,23,20,1)); }
.stat-price { font-size: 40px; font-weight: 900; color: var(--gold); line-height: 1; }
.stat-card-green .stat-price { color: var(--green); }
.stat-label { margin-top: 10px; color: var(--muted); font-size: 14px; }
.hero-cta-card { display: flex; flex-direction: column; gap: 8px; background: linear-gradient(90deg, rgba(74,222,128,.12), rgba(250,204,21,.12)); }
.hero-cta-card strong { font-size: 21px; }
.hero-cta-card span { color: var(--muted); }

.section { padding: 90px 0; }
.section-copy { max-width: 760px; }
.section-eyebrow {
  padding: 0;
  color: var(--green);
}
.section-eyebrow.gold { color: #fde68a; }
.section h2, .why-grid h2, .contact-box h2 { font-size: clamp(38px, 6vw, 62px); }
.section-copy p, .contact-box p, .why-text { color: var(--muted); font-size: 19px; line-height: 1.7; }
.pricing-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.pricing-card {
  padding: 30px;
  background: rgba(255,255,255,.045);
}
.pricing-card h3 { margin: 12px 0 0; font-size: 30px; }
.pricing-price { margin-top: 18px; font-size: 54px; font-weight: 900; color: var(--green); }
.pricing-card p { color: var(--muted); line-height: 1.7; min-height: 82px; }
.pricing-card .btn { margin-top: 18px; }
.pricing-card.featured {
  background: linear-gradient(180deg, rgba(74,222,128,.16), rgba(255,255,255,.05));
  transform: translateY(-8px);
}

.section-alt {
  background: rgba(255,255,255,.03);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.why-grid {
  display: grid;
  gap: 28px 56px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.feature-card {
  min-height: 132px;
  display: flex;
  align-items: end;
  color: white;
  font-size: 24px;
  font-weight: 800;
}

.contact-box {
  border: 1px solid rgba(74,222,128,.22);
  border-radius: 34px;
  padding: 48px;
  text-align: center;
  background: linear-gradient(135deg, rgba(74,222,128,.12), rgba(250,204,21,.08), rgba(255,255,255,.03));
  box-shadow: 0 24px 80px rgba(0,0,0,.28);
}
.contact-box p { max-width: 780px; margin: 18px auto 0; }
.contact-box .btn { margin-top: 28px; }

.hero-glow {
  position: absolute; border-radius: 999px; filter: blur(90px); opacity: .5; pointer-events: none;
}
.hero-glow-left { width: 260px; height: 260px; background: rgba(74,222,128,.16); top: 80px; left: -50px; }
.hero-glow-right { width: 260px; height: 260px; background: rgba(250,204,21,.14); bottom: 40px; right: -60px; }

@media (max-width: 1024px) {
  .hero-grid, .why-grid, .pricing-grid { grid-template-columns: 1fr; }
  .pricing-card.featured { transform: none; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav { gap: 14px; }
  .nav-btn { padding: 12px 16px; font-size: 14px; }
  .hero-grid { padding: 40px 0 60px; }
  .benefit-grid, .feature-grid, .stat-grid { grid-template-columns: 1fr; }
  .hero-card, .pricing-card, .contact-box { padding: 22px; }
  .brand-title { letter-spacing: .12em; }
  .brand-sub { font-size: 18px; }
}
