:root {
  --green: #95c93f;
  --blue: #037cba;
  --deep-green: #396e35;
  --sage: #d9ead3;
  --warm-white: #f3f7ef;
  --ink: #173b2b;
  --gray: #637069;
  --white: #ffffff;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: hidden;
  background: var(--warm-white);
  color: var(--ink);
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

.page-shell {
  min-height: 0;
  padding: 14px;
}

.hero {
  position: relative;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(118deg, #f9fcf5 0%, #eef7e5 48%, #95c93f 48.2%, #95c93f 100%);
  isolation: isolate;
}

.brand-bar {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 40px;
}

.wordmark { display: block; width: 166px; height: auto; }

.brand-line {
  max-width: 290px;
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  text-align: right;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  height: calc(100% - 100px);
  min-height: 0;
  padding: 18px 7vw 34px;
}

.hero-copy { max-width: 650px; }

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

h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(46px, 5vw, 74px);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: .98;
}

h1 span { color: var(--green); }

.intro {
  max-width: 590px;
  margin: 24px 0 26px;
  color: var(--deep-green);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.55;
}

.signup { max-width: 590px; }

.signup > label {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
}

.input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 6px;
  border: 1px solid rgba(23, 59, 43, .12);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 18px 45px rgba(23, 59, 43, .10);
}

.input-row input {
  min-width: 0;
  padding: 14px 16px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 16px;
}

.input-row input::placeholder { color: #8a9690; }

.input-row:focus-within {
  outline: 3px solid rgba(3, 124, 186, .22);
  border-color: var(--blue);
}

.input-row button {
  min-height: 50px;
  padding: 0 22px;
  border: 0;
  border-radius: 13px;
  background: var(--blue);
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease;
}

.input-row button:hover { background: #026da5; transform: translateY(-1px); }
.input-row button:disabled { cursor: wait; opacity: .65; transform: none; }

.consent-row {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
  align-items: start;
  margin-top: 12px;
}

.consent-row input { width: 16px; height: 16px; margin: 2px 0 0; accent-color: var(--blue); }
.consent-row label, .form-note { color: var(--gray); font-size: 11px; line-height: 1.45; }
.form-note { margin: 7px 0 0 26px; }
.form-status { min-height: 22px; margin: 10px 0 0; color: var(--deep-green); font-size: 13px; font-weight: 700; }
.form-status.error { color: #a23225; }
.trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.product-stage {
  position: relative;
  min-height: 0;
  height: 100%;
  max-height: 520px;
  display: grid;
  place-items: center;
}

.product-halo {
  position: absolute;
  width: min(34vw, 470px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, .24);
}

.cards {
  position: relative;
  z-index: 2;
  width: min(42vw, 590px);
  height: auto;
  filter: drop-shadow(0 34px 36px rgba(23, 59, 43, .22));
  transform: rotate(-2deg);
}

.benefit {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 13px 17px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .92);
  color: var(--ink);
  box-shadow: 0 18px 40px rgba(23, 59, 43, .14);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.benefit span { color: var(--green); font-size: 18px; }
.benefit-one { left: 7%; top: 21%; }
.benefit-two { right: 4%; bottom: 20%; }

.aura { position: absolute; z-index: 1; border-radius: 50%; pointer-events: none; }
.aura-one { width: 280px; height: 280px; right: 38%; top: -170px; background: var(--blue); opacity: .85; }
.aura-two { width: 220px; height: 220px; right: -90px; bottom: -90px; border: 42px solid rgba(3, 124, 186, .55); }

footer { padding: 20px 24px 22px; background: var(--ink); color: rgba(255, 255, 255, .72); }
.footer-inner { display: grid; grid-template-columns: 120px minmax(0, 720px) auto; align-items: start; gap: 30px; max-width: 1400px; margin: 0 auto; }
.footer-logo { width: 112px; filter: brightness(0) invert(1); }
footer p { margin: 0; font-size: 10px; line-height: 1.55; }
.copyright { text-align: right; white-space: nowrap; }
.copyright a { color: var(--green); text-decoration: none; }

@media (max-width: 920px) {
  body { display: block; overflow: auto; }
  .page-shell { padding: 12px; }
  .hero { min-height: auto; background: linear-gradient(165deg, #f9fcf5 0%, #eef7e5 61%, #95c93f 61.2%, #95c93f 100%); }
  .brand-bar { padding: 26px 24px; }
  .brand-line { color: var(--deep-green); }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding: 56px 24px 36px; }
  .hero-copy { max-width: 700px; }
  .product-stage { min-height: 430px; margin-top: 34px; }
  .cards { width: min(82vw, 560px); }
  .product-halo { width: min(66vw, 420px); }
  .footer-inner { grid-template-columns: 1fr; gap: 18px; }
  .copyright { text-align: left; white-space: normal; }
}

@media (min-width: 921px) and (max-height: 850px) {
  .brand-bar { padding-top: 20px; padding-bottom: 16px; }
  .wordmark { width: 145px; }
  .hero-grid { height: calc(100% - 76px); padding-top: 6px; padding-bottom: 20px; }
  .eyebrow { margin-bottom: 14px; }
  h1 { font-size: clamp(42px, 4.55vw, 64px); }
  .intro { margin: 18px 0 20px; font-size: 17px; line-height: 1.45; }
  .product-stage { max-height: 430px; }
  .cards { width: min(38vw, 500px); }
  .input-row input { padding-top: 11px; padding-bottom: 11px; }
  .input-row button { min-height: 44px; }
  footer { padding-top: 10px; padding-bottom: 10px; }
  .footer-inner { gap: 20px; }
  .footer-logo { width: 92px; }
  footer p { font-size: 9px; line-height: 1.35; }
}

@media (max-width: 580px) {
  .brand-bar { align-items: flex-start; }
  .wordmark { width: 132px; }
  .brand-line { max-width: 145px; font-size: 9px; }
  .hero-grid { padding-top: 44px; }
  h1 { font-size: clamp(42px, 13vw, 62px); }
  .input-row { grid-template-columns: 1fr; }
  .input-row button { width: 100%; }
  .product-stage { min-height: 330px; }
  .benefit { padding: 10px 12px; font-size: 11px; }
  .benefit-one { left: 0; top: 15%; }
  .benefit-two { right: 0; bottom: 14%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
