:root {
  --ink: #101c2b;
  --ink-soft: #263647;
  --muted: #637180;
  --paper: #ffffff;
  --surface: #f3f7f5;
  --surface-strong: #e5f0ec;
  --line: rgba(16, 28, 43, 0.13);
  --green: #087465;
  --green-dark: #064c43;
  --green-deep: #04362f;
  --amber: #e6b84f;
  --amber-soft: #f6df9d;
  --coral: #dc6b54;
  --radius: 8px;
  --shadow: 0 22px 60px rgba(16, 28, 43, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--surface);
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

.section-shell {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  padding: 12px clamp(20px, 5vw, 56px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-logo {
  display: block;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(6, 76, 67, 0.08);
}

.brand-text {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.brand-text strong {
  font-size: 0.98rem;
}

.brand-text span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 750;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 0.93rem;
  font-weight: 800;
}

.nav a:hover {
  color: var(--green-dark);
}

.instagram-link {
  color: var(--green-dark);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: var(--radius);
  background: var(--green);
  color: #fff;
}

.nav .nav-cta:hover {
  color: #fff;
  background: var(--green-dark);
}

.hero {
  padding: 48px 0 34px;
  background: linear-gradient(180deg, var(--surface) 0%, #fff 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(340px, 0.9fr);
  grid-template-areas:
    "copy visual"
    "form visual";
  gap: 24px 46px;
  align-items: center;
}

.hero-grid > *,
.section-heading > *,
.benefits-layout > *,
.social-proof > *,
.final-cta-inner > * {
  min-width: 0;
}

.hero-copy {
  grid-area: copy;
}

.eyebrow {
  margin-bottom: 12px;
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow-light {
  color: rgba(255, 255, 255, 0.72);
}

.hero h1 {
  max-width: 760px;
  margin-bottom: 18px;
  color: var(--ink);
  font-size: 4.65rem;
  line-height: 0.96;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.hero-lede {
  max-width: 640px;
  margin-bottom: 22px;
  color: var(--ink-soft);
  font-size: 1.26rem;
  line-height: 1.48;
}

.hero-problem {
  max-width: 640px;
  margin-bottom: 12px;
  color: var(--green-dark);
  font-size: 1.24rem;
  font-weight: 900;
  line-height: 1.35;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-bottom: 0;
  color: var(--green-dark);
  font-weight: 900;
}

.hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.hero-points span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--amber);
}

.hero-visual {
  grid-area: visual;
  position: relative;
  align-self: stretch;
  min-height: 620px;
  overflow: hidden;
  border-radius: var(--radius);
  background: #dbe5e2;
  box-shadow: var(--shadow);
}

.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center top;
}

.image-note {
  position: absolute;
  left: 18px;
  display: grid;
  gap: 3px;
  width: min(230px, calc(100% - 36px));
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
  box-shadow: 0 16px 38px rgba(16, 28, 43, 0.14);
}

.image-note strong {
  font-size: 0.9rem;
}

.image-note span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 750;
}

.image-note-top {
  top: 48%;
  transform: translateY(-50%);
}

.image-note-bottom {
  bottom: 18px;
}

.waitlist-card {
  grid-area: form;
  max-width: 640px;
  padding: 26px;
  border-radius: var(--radius);
  background: var(--green-deep);
  color: #fff;
  box-shadow: 0 22px 54px rgba(4, 54, 47, 0.26);
  overflow: hidden;
}

.waitlist-card h2 {
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.waitlist-intro {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
}

form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

label {
  display: grid;
  gap: 7px;
  font-weight: 850;
}

label span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.86rem;
}

input {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: var(--radius);
  padding: 0 14px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(16, 28, 43, 0.1);
}

input:focus {
  box-shadow: 0 0 0 4px rgba(230, 184, 79, 0.36);
}

.referrer-notice,
.form-error,
.primary-button,
.privacy-note {
  grid-column: 1 / -1;
}

.form-error {
  min-height: 20px;
  margin: 0;
  color: #ffd8d1;
  font-size: 0.92rem;
  font-weight: 850;
}

.referrer-notice {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border: 0;
  border-radius: var(--radius);
  background: var(--amber);
  color: #1d211c;
  font: inherit;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
  transition: transform 150ms ease, background 150ms ease;
}

.primary-button:hover {
  background: var(--amber-soft);
  transform: translateY(-1px);
}

.privacy-note {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.9rem;
}

.success-state {
  text-align: center;
}

.success-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: rgba(230, 184, 79, 0.16);
  color: var(--amber-soft);
  border: 2px solid rgba(230, 184, 79, 0.64);
  font-size: 0.9rem;
  font-weight: 950;
}

.success-state p {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.55;
}

.referral-link-label {
  margin: 20px 0 12px;
  text-align: left;
}

.copy-notice {
  min-height: 22px;
  margin: 14px 0 0;
  color: var(--amber-soft);
  font-weight: 850;
}

.problem-band {
  padding: 64px 0;
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.62fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 28px;
}

.section-heading.compact {
  max-width: 780px;
  display: block;
  margin-bottom: 30px;
}

.section-heading h2,
.benefits-layout h2,
.final-cta h2 {
  margin-bottom: 0;
  color: var(--ink);
  font-size: 2.65rem;
  line-height: 1.06;
  letter-spacing: 0;
}

.section-heading p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.section-heading.compact h2 {
  margin-bottom: 12px;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.problem-card,
.feature-card,
.benefit {
  border-radius: var(--radius);
}

.problem-card {
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--line);
}

.card-number {
  display: block;
  margin-bottom: 32px;
  color: var(--coral);
  font-size: 0.82rem;
  font-weight: 950;
}

.problem-card h3,
.feature-card h3,
.benefit h3 {
  margin-bottom: 9px;
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.22;
}

.problem-card p,
.feature-card p,
.benefit p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.58;
}

.feature-showcase {
  padding: 64px 0;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.feature-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 34px rgba(16, 28, 43, 0.08);
}

.feature-card img {
  width: 100%;
  aspect-ratio: 1.25 / 1;
  object-fit: cover;
  background: #dce7e3;
}

.feature-card h3 {
  padding: 18px 18px 0;
}

.feature-card p {
  padding: 0 18px 20px;
}

.benefits-band {
  padding: 64px 0;
  background: var(--green-deep);
  color: #fff;
}

.benefits-band .eyebrow {
  color: var(--amber-soft);
}

.benefits-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: start;
}

.benefits-layout h2,
.final-cta h2 {
  color: #fff;
}

.benefit-list {
  display: grid;
  gap: 14px;
}

.benefit {
  padding: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.benefit h3 {
  color: #fff;
}

.benefit p {
  color: rgba(255, 255, 255, 0.72);
}

.social-proof {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.6fr);
  gap: 22px;
  align-items: stretch;
  padding: 64px 0;
}

blockquote {
  margin: 0;
  padding: 30px;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 16px 38px rgba(16, 28, 43, 0.08);
}

blockquote p {
  margin-bottom: 18px;
  color: var(--ink);
  font-size: 1.55rem;
  line-height: 1.38;
}

blockquote cite {
  color: var(--green-dark);
  font-style: normal;
  font-weight: 900;
}

.proof-stats {
  display: grid;
  gap: 12px;
}

.proof-stats span {
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 18px;
  border-radius: var(--radius);
  background: var(--surface-strong);
  color: var(--green-dark);
  font-weight: 900;
}

.faq {
  padding: 64px 0;
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.faq-item {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 28, 43, 0.06);
}

.faq-item h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 1.1rem;
  line-height: 1.25;
}

.faq-item p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.62;
}

.final-cta {
  padding: 56px 0;
  background: var(--ink);
  color: #fff;
}

.final-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.final-cta p:not(.eyebrow) {
  max-width: 640px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.cta-link {
  width: min(240px, 100%);
  padding: 0 24px;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding: 26px 20px;
  background: #fff;
  border-top: 1px solid var(--line);
  color: var(--muted);
  text-align: center;
}

.footer p {
  margin: 0;
}

.footer a {
  color: var(--green-dark);
  font-weight: 900;
}

@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "copy"
      "visual"
      "form";
  }

  .hero h1 {
    font-size: 3.6rem;
  }

  .hero-visual,
  .hero-visual img {
    min-height: 520px;
  }

  .waitlist-card {
    max-width: none;
  }

  .section-heading,
  .benefits-layout,
  .social-proof,
  .final-cta-inner {
    grid-template-columns: 1fr;
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .section-shell {
    width: calc(100% - 28px);
  }

  .topbar {
    min-height: 64px;
    padding: 10px 14px;
  }

  .brand-logo {
    width: 38px;
    height: 38px;
  }

  .brand-text span {
    display: none;
  }

  .nav {
    gap: 0;
  }

  .nav a:not(.nav-cta) {
    display: none;
  }

  .nav-cta {
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.86rem;
    white-space: nowrap;
  }

  .hero {
    padding: 30px 0 26px;
  }

  .hero-grid {
    gap: 20px;
  }

  .hero h1 {
    font-size: 2.45rem;
    line-height: 1;
  }

  .hero-lede {
    font-size: 1.06rem;
  }

  .hero-problem {
    font-size: 1.06rem;
  }

  .hero-points {
    gap: 8px 14px;
    font-size: 0.92rem;
  }

  .hero-points span {
    white-space: normal;
  }

  .hero-visual,
  .hero-visual img {
    min-height: 0;
  }

  .hero-visual {
    height: 390px;
  }

  .hero-visual img {
    height: 100%;
    object-position: center top;
  }

  .image-note {
    left: 12px;
    width: min(210px, calc(100% - 24px));
    padding: 10px 12px;
  }

  .image-note-bottom {
    bottom: 12px;
  }

  .waitlist-card {
    padding: 20px;
  }

  .waitlist-card h2 {
    font-size: 1.55rem;
  }

  form {
    grid-template-columns: 1fr;
  }

  .problem-band,
  .feature-showcase,
  .benefits-band,
  .social-proof {
    padding: 46px 0;
  }

  .section-heading {
    gap: 12px;
    margin-bottom: 22px;
  }

  .section-heading h2,
  .benefits-layout h2,
  .final-cta h2 {
    font-size: 2rem;
  }

  .problem-grid,
  .feature-grid,
  .faq-list {
    grid-template-columns: 1fr;
  }

  .problem-card {
    padding: 20px;
  }

  .card-number {
    margin-bottom: 20px;
  }

  blockquote {
    padding: 22px;
  }

  blockquote p {
    font-size: 1.22rem;
  }

  .final-cta {
    padding: 46px 0;
  }

  .cta-link {
    width: 100%;
  }
}

@media (max-width: 390px) {
  .hero h1 {
    font-size: 2.18rem;
  }

  .hero-visual {
    height: 340px;
  }

  .hero-visual img {
    height: 100%;
  }

  .image-note {
    padding: 9px 10px;
  }
}
