:root {
  --black: #020806;
  --dark: #071611;
  --green: #24c84a;
  --green-2: #6ee56f;
  --text: #f5fff8;
  --muted: #b9c7bd;
  --card: #ffffff;
  --ink: #0b1711;
  --soft: #f3f8f3;
  --line: rgba(255,255,255,.16);
}

* { 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(--ink);
  background: var(--soft);
}
a { color: inherit; }
.hero {
  min-height: 100vh;
  background:
    radial-gradient(circle at 80% 20%, rgba(37, 255, 88, .18), transparent 35%),
    linear-gradient(135deg, #010604 0%, #071611 60%, #011006 100%);
  color: var(--text);
  overflow: hidden;
  position: relative;
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}
.nav, .hero-grid { position: relative; z-index: 2; }
.nav {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 26px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: flex; align-items: center; gap: 10px; font-weight: 900; text-decoration: none; letter-spacing: -.03em; }
.logo-mark {
  width: 34px; height: 34px; border-radius: 10px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--green), var(--green-2));
  color: #001b09; font-weight: 900;
}
.nav-cta {
  text-decoration: none;
  border: 1px solid var(--line);
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 800;
  background: rgba(255,255,255,.05);
}
.hero-grid {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 48px;
  align-items: center;
  padding: 40px 0 70px;
}
.eyebrow, .green-label, .section-heading p {
  color: var(--green-2);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .78rem;
  font-weight: 900;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  font-size: clamp(3rem, 8vw, 6.8rem);
  line-height: .9;
  letter-spacing: -.08em;
  margin-bottom: 24px;
}
h1 span { color: var(--green-2); }
.hero-subtitle {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
  max-width: 650px;
}
.trust-row { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0; font-weight: 800; }
.trust-row span { color: #ddffe6; }
.signup-card {
  background: var(--card);
  color: var(--ink);
  border-radius: 24px;
  padding: 24px;
  max-width: 520px;
  box-shadow: 0 24px 70px rgba(0,0,0,.35);
}
.signup-card h2 { font-size: 1.15rem; text-align: center; }
input[type="email"] {
  width: 100%;
  padding: 17px 18px;
  border: 1px solid #dce5dd;
  border-radius: 12px;
  font: inherit;
  outline: none;
}
input[type="email"]:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(36,200,74,.12); }
button {
  cursor: pointer;
  border: 0;
  background: linear-gradient(135deg, #18a83a, #37d956);
  color: white;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  border-radius: 12px;
  padding: 17px 22px;
  width: 100%;
  box-shadow: 0 12px 30px rgba(36,200,74,.25);
}
button:hover { transform: translateY(-1px); }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: .78rem; line-height: 1.35; color: #4d5a51; margin: 14px 0; }
.microcopy { color: #58645d; font-size: .8rem; text-align: center; margin: 16px 0 0; }
.hero-visual { min-height: 560px; position: relative; display: grid; place-items: center; }
.chart-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(140deg, transparent 0 40%, rgba(71,255,98,.3) 40% 41%, transparent 42%),
    linear-gradient(160deg, transparent 0 55%, rgba(71,255,98,.15) 55% 56%, transparent 57%);
  filter: drop-shadow(0 0 25px rgba(50,255,80,.4));
}
.pick-card {
  width: min(420px, 92%);
  background: rgba(255,255,255,.96);
  color: var(--ink);
  border-radius: 24px;
  padding: 34px;
  box-shadow: 0 40px 90px rgba(0,0,0,.55);
  transform: rotate(-5deg);
}
.floating { animation: float 5s ease-in-out infinite; }
@keyframes float { 0%,100%{ translate:0 0;} 50%{ translate:0 -14px;} }
.pick-header { display: flex; justify-content: space-between; color: #657166; font-size: .78rem; border-bottom: 1px solid #e4e9e5; padding-bottom: 14px; }
.ticker { font-size: 3.5rem; font-weight: 900; letter-spacing: -.08em; margin-top: 22px; }
.ticker.small { font-size: 2.1rem; margin: 8px 0; }
.mini-chart { height: 110px; border-radius: 16px; background: linear-gradient(180deg, #eaf9ec, white); overflow: hidden; position: relative; margin: 20px 0; }
.mini-chart span { position: absolute; inset: 15px; background: linear-gradient(135deg, transparent 0 18%, #46d85c 18% 20%, transparent 21% 36%, #46d85c 36% 38%, transparent 39% 54%, #46d85c 54% 56%, transparent 57% 78%, #46d85c 78% 81%, transparent 82%); }
.risk-pill { background: #ecfff0; color: #0f8930; padding: 10px 12px; border-radius: 999px; font-weight: 800; font-size: .85rem; display: inline-block; }
.section { padding: 86px 20px; width: min(1180px, 100%); margin: 0 auto; }
.white { background: white; width: 100%; max-width: none; }
.white > * { width: min(1180px, calc(100% - 40px)); margin-left: auto; margin-right: auto; }
.section-heading { text-align: center; margin-bottom: 34px; }
.section h2, .final-cta h2 { font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1; letter-spacing: -.06em; }
.cards.four { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.info-card { padding: 34px 24px; border: 1px solid #e4ebe5; border-radius: 20px; text-align: center; background: white; box-shadow: 0 12px 40px rgba(4,20,8,.05); }
.icon { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%; background: #e9faed; font-size: 1.7rem; }
.info-card p { color: #59645e; line-height: 1.55; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.reverse { grid-template-columns: 1fr 1fr; }
.large-text { color: #455049; font-size: 1.1rem; line-height: 1.7; }
.phone-mock { width: 280px; height: 540px; border-radius: 42px; background: #050b08; padding: 16px; margin: 0 auto; box-shadow: 0 25px 70px rgba(0,0,0,.25); }
.phone-screen { background: white; height: 100%; border-radius: 30px; padding: 28px 18px; }
.phone-screen button { margin-top: 12px; font-size: .75rem; }
.benefits { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 30px; }
.benefits div { border-left: 3px solid #dbe8dd; padding-left: 18px; }
.benefits span { display: block; color: #5c675f; margin-top: 6px; line-height: 1.45; }
.checklist { list-style: none; padding: 0; margin: 24px 0 0; font-weight: 800; }
.checklist li { margin: 10px 0; }
.checklist li:before { content: "✓"; color: var(--green); margin-right: 10px; }
.desk-card { min-height: 360px; border-radius: 24px; background: linear-gradient(135deg, #3b2415, #101d12); position: relative; overflow: hidden; box-shadow: 0 24px 70px rgba(0,0,0,.2); }
.laptop { width: 55%; height: 190px; background: #0b0c0c; border-radius: 18px; position: absolute; right: 35px; top: 70px; padding: 12px; }
.laptop-screen { background: white; height: 100%; border-radius: 10px; padding: 20px; }
.mug { position: absolute; left: 55px; bottom: 60px; background: #111; color: #dbb46b; border-radius: 12px; padding: 24px; font-weight: 900; text-transform: uppercase; }
.final-cta {
  text-align: center;
  padding: 86px 20px;
  background: radial-gradient(circle at 75% 20%, rgba(50,255,80,.18), transparent 30%), linear-gradient(135deg, #021009, #001f0b);
  color: white;
}
.final-cta p { color: #d1ded5; }
.inline-form { width: min(780px, 100%); margin: 28px auto 0; display: grid; grid-template-columns: 1fr 250px; gap: 12px; }
.inline-form button { width: auto; }
.consent.wide { grid-column: 1 / -1; justify-content: center; color: #ccdbd0; }
.disclaimer { max-width: 800px; margin: 24px auto 0; font-size: .78rem; }
footer { padding: 24px 20px; background: #010604; color: #a9b8ad; display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; }
footer p { margin: 0; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

@media (max-width: 900px) {
  .hero-grid, .split, .reverse { grid-template-columns: 1fr; }
  .hero-visual { min-height: 440px; }
  .cards.four, .benefits { grid-template-columns: 1fr 1fr; }
  .inline-form { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .nav { width: calc(100% - 24px); }
  .brand span:last-child { font-size: .9rem; }
  .nav-cta { font-size: .78rem; padding: 9px 12px; }
  .hero-grid { width: calc(100% - 24px); padding-top: 22px; }
  h1 { font-size: 3.35rem; }
  .cards.four, .benefits { grid-template-columns: 1fr; }
  .pick-card { transform: none; padding: 24px; }
  .ticker { font-size: 2.7rem; }
  .white > * { width: calc(100% - 24px); }
  .section { padding: 64px 12px; }
  .phone-mock { width: 250px; height: 500px; }
  footer { flex-direction: column; text-align: center; gap: 8px; }
}
