* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: #17241a;
  background: #f8f6ec;
  font-family: "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

main {
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
  padding: 38px 0 72px;
}

.seo-topnav {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  background: rgba(248, 246, 236, 0.92);
  border-bottom: 1px solid rgba(24, 55, 38, 0.14);
  backdrop-filter: blur(14px);
}

.seo-topnav a {
  padding: 9px 11px;
  color: #183726;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.seo-topnav a:hover,
.seo-topnav a[aria-current="page"] {
  background: rgba(24, 55, 38, 0.08);
}

.back {
  display: inline-flex;
  margin-bottom: 28px;
  color: #183726;
  font-weight: 800;
  text-decoration: none;
}

.back-link {
  display: inline-flex;
  margin-bottom: 28px;
  color: #183726;
  font-weight: 800;
  text-decoration: none;
}

h1 {
  max-width: 840px;
  margin: 0;
  font-size: clamp(36px, 5.2vw, 62px);
  line-height: 1.02;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

h2 {
  margin: 0 0 10px;
  font-size: 24px;
}

p,
li {
  color: #4d5b50;
  font-size: 18px;
}

a {
  color: #183726;
}

section {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(24, 55, 38, 0.16);
}

ul {
  padding-left: 22px;
}

.kicker {
  margin: 0 0 14px;
  color: #7b4a21;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lede {
  max-width: 820px;
  color: #334137;
  font-size: clamp(18px, 1.9vw, 21px);
}

.hero-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: clamp(24px, 6vw, 72px);
  align-items: center;
}

.hero-split.no-media {
  grid-template-columns: 1fr;
  max-width: 900px;
}

.hero-media {
  justify-self: end;
  overflow: hidden;
  width: 100%;
  max-width: 420px;
  margin: 0;
  border: 1px solid rgba(24, 55, 38, 0.16);
  border-radius: 8px;
  background: #102418;
  box-shadow: 0 24px 72px rgba(24, 55, 38, 0.14);
}

.hero-media img,
.visual-panel img {
  display: block;
  width: 100%;
  height: clamp(420px, 52vw, 620px);
  object-fit: cover;
  object-position: top center;
}

.caption {
  margin: 0;
  padding: 12px 14px;
  color: rgba(255, 250, 240, 0.78);
  background: #102418;
  font-size: 13px;
  font-weight: 800;
}

.eyebrow {
  margin: 0 0 14px;
  color: #7b4a21;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.note {
  padding: 18px 20px;
  border: 1px solid rgba(24, 55, 38, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.42);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 1px;
  overflow: hidden;
  padding: 0;
  list-style: none;
  border: 1px solid rgba(24, 55, 38, 0.16);
  border-radius: 8px;
  background: rgba(24, 55, 38, 0.16);
}

.proof-strip li {
  min-height: 118px;
  padding: 18px;
  background: #fffdf8;
}

.proof-strip strong {
  display: block;
  color: #17241a;
  font-size: 28px;
  line-height: 1;
}

.proof-strip span {
  display: block;
  margin-top: 10px;
  color: #4d5b50;
  font-size: 15px;
  line-height: 1.35;
}

.offer-band {
  display: grid;
  gap: 14px;
  padding: clamp(22px, 4vw, 34px);
  color: #fffaf0;
  border-radius: 8px;
  background: #183726;
}

.commission-row,
.partner-lanes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(24, 55, 38, 0.16);
  border-radius: 8px;
  background: rgba(24, 55, 38, 0.16);
}

.commission-row article,
.partner-lanes article {
  min-height: 142px;
  padding: 20px;
  background: #fffdf8;
}

.commission-row strong,
.partner-lanes strong {
  display: block;
  margin-bottom: 12px;
  color: #17241a;
  font-size: 22px;
  line-height: 1.05;
}

.commission-row span,
.partner-lanes span {
  display: block;
  margin-top: 10px;
  color: #4d5b50;
  font-size: 16px;
  line-height: 1.4;
}

.offer-band h2,
.offer-band p {
  color: inherit;
}

.offer-band p {
  max-width: 820px;
  margin: 0;
  color: rgba(255, 250, 240, 0.82);
}

.fine-print {
  color: #5a665c;
  font-size: 14px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  padding: 0;
  list-style: none;
}

.grid li,
.panel {
  min-width: 0;
  padding: 18px 20px;
  border: 1px solid rgba(24, 55, 38, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.38);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 24px;
  align-items: start;
}

.lead-split {
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.75fr);
  gap: clamp(24px, 4vw, 36px);
}

.seo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.seo-grid article,
.seo-card {
  padding: 22px;
  border: 1px solid rgba(24, 55, 38, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.42);
}

.lead-card {
  min-width: 0;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(24, 55, 38, 0.16);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.78);
  box-shadow: 0 18px 52px rgba(24, 55, 38, 0.08);
}

.contact-section {
  border-top: 0;
}

.contact-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 36, 24, 0.2);
  border-radius: 8px;
  background: #102418;
  box-shadow: 0 30px 90px rgba(16, 36, 24, 0.16);
}

.contact-intro {
  min-height: 100%;
  padding: clamp(28px, 4.5vw, 56px);
  color: #fffaf0;
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 250, 240, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 20% 0%, rgba(205, 235, 165, 0.18), transparent 28%),
    #102418;
  background-size: 34px 34px, 34px 34px, auto, auto;
}

.contact-intro h2 {
  margin: 0;
  max-width: 440px;
  color: #fffaf0;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 0.95;
}

.contact-intro p:not(.kicker) {
  max-width: 430px;
  color: rgba(255, 250, 240, 0.76);
}

.contact-intro .kicker {
  color: #d6b16d;
}

.contact-proof {
  display: grid;
  gap: 10px;
  margin-top: clamp(24px, 4vw, 42px);
}

.contact-proof span {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 48px;
  padding: 10px 12px;
  color: rgba(255, 250, 240, 0.78);
  border: 1px solid rgba(255, 250, 240, 0.14);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.06);
  font-size: 14px;
  font-weight: 800;
}

.contact-proof strong {
  color: #fffaf0;
  font-size: 18px;
  line-height: 1;
}

.contact-form {
  margin-top: 0;
  min-height: 100%;
  padding: clamp(24px, 4vw, 44px);
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 253, 248, 0.98)),
    #fffdf8;
}

.lead-card h2 {
  font-size: clamp(28px, 4vw, 38px);
}

.lead-card > p {
  max-width: 760px;
}

.tester-form,
.lead-form {
  display: grid;
  gap: 18px;
}

.lead-form {
  margin-top: 22px;
}

.lead-form.contact-form {
  margin-top: 0;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.field-full {
  grid-column: 1 / -1;
}

.tester-form label,
.lead-form label {
  display: grid;
  gap: 9px;
  color: #183726;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0.01em;
}

.tester-form input,
.tester-form select,
.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  padding: 12px 13px;
  color: #17241a;
  background: #fffdf8;
  border: 1px solid rgba(24, 55, 38, 0.22);
  border-radius: 8px;
  font: inherit;
}

.lead-form textarea {
  min-height: 190px;
  resize: vertical;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  outline: 3px solid rgba(214, 177, 109, 0.28);
  border-color: rgba(24, 55, 38, 0.52);
  box-shadow: 0 0 0 1px rgba(24, 55, 38, 0.18);
}

.tester-form button,
.lead-form button {
  min-height: 56px;
  color: #fffaf0;
  background: #183726;
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(24, 55, 38, 0.18);
}

.lead-form button:hover {
  background: #102418;
  transform: translateY(-1px);
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: #4d5b50;
  font-size: 15px;
  font-weight: 800;
}

.form-status[data-state="error"] {
  color: #9a2e1d;
}

.form-footnote {
  margin: 0;
  color: #5a665c;
  font-size: 14px;
}

.contact-note {
  margin: 0;
  color: #5a665c;
  font-size: 14px;
}

.policy-list {
  padding-left: 0;
  list-style: none;
}

.policy-list li {
  margin-top: 12px;
}

@media (max-width: 720px) {
  .seo-topnav {
    justify-content: flex-start;
    overflow-x: auto;
  }

  main {
    width: min(100% - 28px, 860px);
    padding-top: 34px;
  }

  h1 {
    max-width: min(100%, 360px);
    font-size: clamp(32px, 9vw, 42px);
    line-height: 1.04;
  }

  .lede {
    max-width: min(100%, 360px);
    font-size: 18px;
  }

  .split {
    grid-template-columns: 1fr;
  }

  .contact-card {
    grid-template-columns: 1fr;
  }

  .contact-intro {
    padding: 24px;
  }

  .contact-intro h2 {
    max-width: min(100%, 340px);
    font-size: clamp(34px, 10vw, 44px);
  }

  .contact-form {
    padding: 22px;
  }

  .contact-proof span {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .field-grid {
    grid-template-columns: 1fr;
  }

  .hero-split {
    grid-template-columns: 1fr;
  }

  .hero-media {
    justify-self: start;
    max-width: min(100%, 360px);
  }

  .hero-media img,
  .visual-panel img {
    height: 520px;
    max-height: 70vh;
    object-fit: cover;
    object-position: top center;
  }

  .seo-grid {
    grid-template-columns: 1fr;
  }

  .proof-strip {
    grid-template-columns: 1fr;
  }

  .commission-row,
  .partner-lanes {
    grid-template-columns: 1fr;
  }
}
