:root {
  --cream: #fff7e8;
  --cream-deep: #f4eddd;
  --ink: #241514;
  --muted: #4f463f;
  --soft: #eee6d7;
  --line: rgba(28, 20, 16, 0.11);
  --navy: #151930;
  --orange: #ff7940;
  --orange-dark: #ea6634;
  --yellow: #e0c829;
  --purple: #c6b8e8;
  --peach: #f8d2ae;
  --white: #fffdf8;
  --shadow: 0 22px 58px rgba(61, 40, 21, 0.12);
  --max: 1200px;
}

@font-face {
  font-family: "Valizas";
  src:
    local("Valizas Bold"),
    local("Valizas-Bold"),
    url("assets/fonts/Valizas-Bold.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Modern Era";
  src:
    local("Modern Era Regular"),
    local("ModernEra-Regular"),
    url("assets/fonts/ModernEra-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Modern Era";
  src:
    local("Modern Era Medium"),
    local("ModernEra-Medium"),
    url("assets/fonts/ModernEra-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Modern Era";
  src:
    local("Modern Era Bold"),
    local("ModernEra-Bold"),
    url("assets/fonts/ModernEra-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 4% 17%, rgba(225, 218, 58, 0.45), transparent 19rem),
    radial-gradient(circle at 93% 9%, rgba(245, 119, 63, 0.22), transparent 28rem),
    linear-gradient(180deg, #fff8ec 0%, #fff7ea 46%, #f3ecdc 100%);
  font-family: "Modern Era", "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }

h1,
h2 {
  font-family: Valizas, "Bricolage Grotesque", "DM Sans", Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  max-width: 580px;
  font-family: Valizas, "Bricolage Grotesque", "DM Sans", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(3.55rem, 3.14vw, 3.78rem);
  line-height: 1.05;
  font-weight: 800;
}

h1 > span,
h1 > em {
  display: block;
}

h2 {
  font-size: clamp(2.85rem, 4.85vw, 4.05rem);
  line-height: 0.95;
}

h3 {
  font-size: 1.33rem;
  line-height: 1.12;
}

p {
  color: rgba(36, 21, 20, 0.72);
  font-size: 1.03rem;
  line-height: 1.55;
  font-weight: 400;
}

em {
  color: var(--orange);
  font-style: normal;
}

.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;
}

.container,
.hero-inner,
.header-inner {
  width: min(var(--max), calc(100% - 48px));
  margin-inline: auto;
  padding-inline: 24px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 82px;
  background: rgba(255, 248, 236, 0.82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 82px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 34px;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 800;
  white-space: nowrap;
}

.brand img {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(245, 119, 63, 0.28);
}

.brand-divider { color: #6c625b; }
.brand-sub { font-size: 0.85rem; font-weight: 400; }

.nav-links {
  justify-self: center;
  display: flex;
  gap: 31px;
  font-size: 0.92rem;
  font-weight: 400;
}

.button,
.waitlist-form button,
.learn-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  font-weight: 700;
  font-family: "Modern Era", "DM Sans", Inter, ui-sans-serif, sans-serif;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.header-cta,
.waitlist-form button {
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  color: #fffaf1;
  background: var(--orange);
  box-shadow: 0 14px 28px rgba(245, 119, 63, 0.3);
  cursor: pointer;
}

.hero {
  min-height: 842px;
  padding: 115px 0 83px;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 626px) 462px;
  gap: 64px;
  align-items: start;
}

.eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  min-height: 30px;
  padding: 0 17px;
  border-radius: 999px;
  color: #17110f;
  background: rgba(226, 218, 202, 0.55);
  font-size: 0.78125rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  line-height: 1;
  text-transform: uppercase;
}

.eyebrow span {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 5px rgba(255, 121, 64, 0.18);
}

.hero .eyebrow { margin-bottom: 23px; }

.lead {
  max-width: 560px;
  margin-top: 34px;
  color: rgba(36, 21, 20, 0.78);
  font-size: 1.25rem;
  line-height: 1.55;
  font-weight: 400;
}

.waitlist-form {
  width: min(520px, 100%);
  margin-top: 33px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 7px;
  border: 1px solid rgba(22, 17, 15, 0.1);
  border-radius: 999px;
  background: var(--white);
  box-shadow: 0 17px 34px rgba(74, 51, 30, 0.12);
}

.waitlist-form input {
  min-width: 0;
  min-height: 52px;
  border: 0;
  outline: 0;
  padding: 0 20px;
  color: var(--ink);
  background: transparent;
  font: inherit;
}

.waitlist-form input::placeholder { color: #a59a90; }
.waitlist-form button { min-height: 52px; white-space: nowrap; }
.waitlist-form.is-complete { border-color: rgba(245, 119, 63, 0.45); }

.trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
  margin: 19px 0 0;
  padding: 0;
  list-style: none;
  color: #3f372f;
  font-size: 0.96rem;
}

.trust-chips li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.trust-chips li::before {
  content: "✓";
  width: 21px;
  height: 21px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: #fff8ed;
  background: var(--orange);
  font-size: 0.75rem;
  font-weight: 800;
}

.learn-more {
  min-height: 56px;
  margin-top: 39px;
  padding: 0 23px;
  color: var(--orange-dark);
  border: 1px solid rgba(245, 119, 63, 0.58);
  background: rgba(255, 248, 236, 0.52);
}

.learn-more:hover,
.learn-more:focus-visible {
  color: #fff7e8;
  border-color: #241514;
  background: var(--orange);
  box-shadow: 0 16px 26px rgba(255, 121, 64, 0.2);
  transform: translateY(-1px);
}

.hero-media {
  padding-top: 7px;
}

.reward-card {
  position: relative;
  width: min(462px, 100%);
  aspect-ratio: 1;
  margin-inline: auto;
}

.reward-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 50%;
  border-radius: 32px;
  box-shadow: 0 28px 58px rgba(61, 40, 21, 0.16);
}

.reward-disc {
  position: absolute;
  left: 10.4%;
  top: 16.8%;
  width: 21.45%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--orange);
  border: 8px solid rgba(255, 255, 255, 0.76);
  box-shadow: 0 14px 28px rgba(255, 121, 64, 0.18);
  font-family: "Modern Era", Inter, sans-serif;
  text-align: center;
}

.reward-disc .dot {
  position: absolute;
  z-index: 1;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.reward-disc .dot-ne,
.reward-disc .dot-se,
.reward-disc .dot-sw,
.reward-disc .dot-nw {
  width: 4px;
  height: 4px;
}

.dot-n { left: 50%; top: -4px; }
.dot-ne { left: calc(85.35% + 3px); top: calc(14.65% - 3px); }
.dot-e { left: calc(100% + 4px); top: 50%; }
.dot-se { left: calc(85.35% + 3px); top: calc(85.35% + 3px); }
.dot-s { left: 50%; top: calc(100% + 4px); }
.dot-sw { left: calc(14.65% - 3px); top: calc(85.35% + 3px); }
.dot-w { left: -4px; top: 50%; }
.dot-nw { left: calc(14.65% - 3px); top: calc(14.65% - 3px); }

.reward-disc span {
  display: block;
  width: 72px;
  font-size: clamp(0.57rem, 0.86vw, 0.7rem);
  font-weight: 700;
  line-height: 0.95;
  text-align: center;
  letter-spacing: 0.01em;
}

.reward-disc span:first-child {
  width: 58px;
  margin-bottom: 1px;
}

.reward-disc b {
  display: block;
  width: 36px;
  margin-inline: auto;
  font-size: clamp(1.18rem, 1.84vw, 1.58rem);
  line-height: 0.92;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}

.powered-badge,
.support-badge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  font-family: "Modern Era", Inter, sans-serif;
  font-weight: 500;
}

.powered-badge {
  right: 6.7%;
  top: 11.6%;
  min-width: 107px;
  min-height: 28px;
  gap: 6px;
  padding: 6px 12px 6px 7px;
  border-radius: 999px;
  color: #fff7e8;
  background: var(--navy);
  font-size: 0.56rem;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

.mini-mark,
.club-mark {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  font-weight: 900;
  line-height: 1;
}

.mini-mark {
  width: 10px;
  height: 10px;
  color: var(--orange);
  background: var(--orange);
  font-size: 0;
}

.support-badge {
  right: 6.7%;
  bottom: 13.5%;
  min-width: 157px;
  min-height: 46px;
  gap: 7px;
  padding: 10px 14px 10px 10px;
  border-radius: 999px;
  color: var(--navy);
  background: #fff;
  box-shadow: 0 14px 30px rgba(21, 25, 48, 0.12);
}

.club-mark {
  width: 26px;
  height: 26px;
  color: var(--yellow);
  background: var(--navy);
  font-size: 0.85rem;
}

.support-badge small,
.support-badge b {
  display: block;
  line-height: 1;
}

.support-badge small {
  color: #241514;
  font-size: 0.42rem;
  letter-spacing: 0.05em;
}

.support-badge b {
  margin-top: 3px;
  font-size: 0.58rem;
  font-weight: 500;
}

.press-ticker {
  overflow: hidden;
  background: var(--navy);
  color: #f8ead7;
}

.press-ticker div {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 44px;
  width: max-content;
  animation: ticker 30s linear infinite;
}

.press-ticker span {
  position: relative;
  white-space: nowrap;
  font-style: italic;
  font-size: 1rem;
  color: rgba(255, 247, 234, 0.86);
}

.press-ticker span::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: -22px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: var(--orange);
}

@keyframes ticker {
  to { transform: translateX(-38%); }
}

.section-pad {
  padding: 104px 0;
}

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 543px;
  gap: 74px;
  align-items: center;
}

.problem h2 {
  max-width: 615px;
  margin-top: 25px;
  font-family: "Modern Era", "DM Sans", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.88rem, 1.6vw, 1.9rem);
  font-weight: 400;
  line-height: 1.33;
}

.problem h2 em { font-weight: 400; }

.problem-copy {
  max-width: 560px;
  margin-top: 43px;
  color: #17110f;
  font-family: "Modern Era", "DM Sans", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.88rem, 1.6vw, 1.9rem);
  line-height: 1.33;
  font-weight: 400;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.stat {
  min-height: 160px;
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 14px 28px rgba(55, 36, 20, 0.08);
}

.stat strong {
  display: block;
  margin-bottom: 11px;
  font-size: 2.43rem;
  line-height: 1;
  font-weight: 800;
}

.stat span {
  display: block;
  max-width: 220px;
  font-size: 0.98rem;
  line-height: 1.5;
}

.stat-yellow { background: var(--yellow); }
.stat-peach { background: var(--peach); }
.stat-orange { background: var(--orange); }

.center {
  text-align: center;
}

.center > .eyebrow {
  margin-inline: auto;
  font-size: 0.78125rem;
  letter-spacing: 0.19em;
}
.center > h2 {
  max-width: 920px;
  margin: 23px auto 0;
}

.center > p:not(.eyebrow) {
  max-width: 850px;
  margin: 29px auto 0;
  color: rgba(36, 21, 20, 0.68);
  font-size: 1.1rem;
  line-height: 1.55;
}

.steps-card {
  margin-top: 64px;
  padding: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: var(--shadow);
}

.steps-card article {
  min-width: 0;
}

.number,
.icon {
  display: inline-grid;
  place-items: center;
  font-weight: 700;
}

.number {
  width: 56px;
  height: 56px;
  position: relative;
  margin-bottom: 18px;
  border-radius: 16px;
  color: var(--ink);
  font-size: 0.95rem;
}

.number::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: transparent;
  border: 1.5px solid currentColor;
}

.number > span {
  position: relative;
  z-index: 1;
}

.icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  font-size: 1.68rem;
  line-height: 1;
}

.emoji-icon {
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-weight: 400;
  line-height: 1;
}

.benefit.orange-card .icon {
  color: var(--orange);
}

.benefit:nth-child(1) .icon {
  font-size: 1.75rem;
  transform: translateY(-0.5px);
}

.benefit:nth-child(2) .icon {
  font-size: 1.54rem;
  transform: translateY(1px);
}

.benefit:nth-child(3) .icon {
  font-size: 1.62rem;
}

.benefit:nth-child(4) .icon {
  font-size: 1.72rem;
  transform: translateY(-0.5px);
}

.benefit:nth-child(5) .icon {
  font-size: 1.58rem;
  transform: translateY(1px);
}

.number.orange {
  color: #fff8ed;
}

.number.purple,
.number.yellow {
  color: var(--ink);
}
.yellow { background: var(--yellow); }
.orange { background: var(--orange); color: #fff8ed; }
.purple { background: var(--purple); }
.peach { background: var(--peach); }
.navy { background: var(--navy); color: #fff8ed; }

.steps-card p {
  margin-top: 9px;
  font-size: 0.98rem;
  color: rgba(36, 21, 20, 0.68);
}

.steps-card img {
  width: 100%;
  height: 176px;
  margin-top: 20px;
  object-fit: cover;
  object-position: center 26%;
  border-radius: 14px;
}

.section-head {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 70px;
  align-items: end;
}

.section-head h2 { max-width: 650px; margin-top: 23px; }
.section-head > p { padding-bottom: 35px; }

.benefit-grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.benefit,
.testimonial-grid article,
.faq-list details {
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(55, 36, 20, 0.08);
}

.benefit {
  min-height: 254px;
  padding: 28px;
  border-radius: 20px;
  background: var(--white);
}

.benefit.wide { grid-column: span 3; }
.benefit:not(.wide) { grid-column: span 2; }
.benefit.purple { background: var(--purple); }
.benefit.peach { background: var(--peach); }
.benefit.orange-card { background: var(--orange); }

.benefit h3 { margin-top: 18px; font-size: 1.54rem; }
.benefit p {
  margin-top: 10px;
  color: rgba(36, 21, 20, 0.72);
  line-height: 1.55;
}

.benefit small {
  display: block;
  margin-top: 20px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.benefit > strong {
  display: block;
  margin-top: 42px;
  font-size: 2.5rem;
  line-height: 1;
}

.benefit > strong small {
  display: inline;
  margin: 0;
  letter-spacing: 0;
  text-transform: none;
  font-size: 0.95rem;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.benefit:first-child .pill-row {
  margin-top: 42px;
}

.benefit.purple .pill-row {
  margin-top: 14px;
}

.pill-row span {
  padding: 11px 16px;
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.64);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.benefit:first-child .pill-row span:nth-child(1) {
  background: rgba(224, 200, 41, 0.22);
}

.benefit:first-child .pill-row span:nth-child(2) {
  color: #fff8ed;
  background: var(--orange);
}

.benefit:first-child .pill-row span:nth-child(3) {
  background: rgba(198, 184, 232, 0.42);
}

.trust-layout,
.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 590px;
  gap: 70px;
  align-items: start;
}

.trust-copy h2,
.faq h2 {
  margin-top: 23px;
}

.faq h2 {
  font-size: clamp(3.05rem, 5vw, 4.1rem);
}

.trust-copy p:not(.eyebrow),
.faq-layout > div > p:not(.eyebrow) {
  max-width: 505px;
  margin-top: 36px;
}

.rating {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 43px;
}

.rating span {
  display: block;
  color: var(--orange);
  letter-spacing: 0.12em;
  line-height: 1;
  transform: translateY(16px);
}

.rating p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.1;
  color: rgba(36, 21, 20, 0.68);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.testimonial-grid article {
  min-height: 182px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  background: var(--white);
}

.testimonial-grid p {
  color: rgba(23, 17, 15, 0.82);
  font-size: 0.97rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  padding-top: 24px;
}

.testimonial-grid span {
  width: 35px;
  height: 35px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff7840 0%, #ff9f68 58%, #f8d2ae 100%);
  font-size: 0.78rem;
  font-weight: 800;
}

.testimonial-grid small {
  display: block;
  font-size: 0.89rem;
  line-height: 1.4;
}

.yellow-card { background: var(--yellow) !important; }
.purple-card { background: var(--purple) !important; }
.peach-card { background: var(--peach) !important; }

.logo-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 26px;
  margin-top: 63px;
  color: rgba(23, 17, 15, 0.31);
  font-family: Georgia, serif;
  font-size: clamp(1rem, 2.3vw, 2.25rem);
  font-weight: 800;
}

.faq { background: rgba(233, 224, 207, 0.36); }

.faq-list {
  display: grid;
  gap: 13px;
}

.faq-list details {
  padding: 0;
  border-radius: 17px;
  background: var(--white);
  overflow: hidden;
}

.faq-list summary {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 25px;
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

.faq-list summary::-webkit-details-marker { display: none; }

.faq-list summary::after {
  content: "+";
  width: 35px;
  height: 35px;
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 247, 234, 0.95);
  font-size: 1.15rem;
}

.faq-list details[open] summary::after {
  content: "×";
  background: var(--yellow);
}

.faq-list p {
  padding: 0 25px 28px;
  color: #2b241f;
}

.final-wrap {
  padding: 64px 0 72px;
}

.final-cta {
  width: min(var(--max), calc(100% - 48px));
  min-height: 604px;
  margin-inline: auto;
  padding: 90px 40px;
  display: grid;
  justify-items: center;
  align-content: center;
  text-align: center;
  border-radius: 38px;
  color: #fff7e9;
  background:
    radial-gradient(circle at 0% 0%, rgba(229, 217, 73, 0.22), transparent 23rem),
    radial-gradient(circle at 94% 100%, rgba(245, 119, 63, 0.42), transparent 24rem),
    #151831;
}

.final-cta .eyebrow {
  color: #fff7e9;
  background: rgba(255, 255, 255, 0.1);
}

.final-cta h2 {
  max-width: 820px;
  margin-top: 30px;
  color: #fff7e9;
  font-size: clamp(3rem, 5.1vw, 4.2rem);
  font-family: "Modern Era", "DM Sans", Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
}

.final-cta p {
  max-width: 620px;
  margin-top: 26px;
  color: rgba(255, 247, 233, 0.75);
}

.dark-form {
  margin-top: 32px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.17);
  box-shadow: 0 18px 42px rgba(245, 119, 63, 0.16);
}

.dark-form input { color: #fff7e9; }
.dark-form input::placeholder { color: rgba(255, 247, 233, 0.48); }

.final-cta small {
  margin-top: 22px;
  color: rgba(255, 247, 233, 0.78);
  font-size: 1rem;
}

.footer {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-bottom: 32px;
}

.footer div,
.footer nav {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer img { border-radius: 9px; }
.footer span,
.footer a { color: #302922; font-size: 0.94rem; }
.footer a { white-space: nowrap; }
.footer div span { transform: translateY(1px); }
.footer nav { gap: 26px; }

@media (max-width: 1240px) {
  .container,
  .hero-inner,
  .header-inner {
    width: min(var(--max), calc(100% - 56px));
  }

  .header-inner {
    grid-template-columns: auto auto;
  }

  .nav-links {
    display: none;
  }

  .header-cta {
    justify-self: end;
  }

  .hero {
    min-height: auto;
    padding: 72px 0;
  }

  .hero-inner {
    display: flex;
    flex-direction: column;
    gap: 44px;
  }

  .hero-media {
    order: -1;
    width: 100%;
    padding-top: 0;
  }

  .hero-copy {
    width: min(760px, 100%);
    margin-inline: auto;
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .hero-copy h1 {
    max-width: 760px;
  }

  .lead,
  .waitlist-form {
    margin-inline: auto;
  }

  .trust-chips {
    justify-content: center;
  }

  .reward-card {
    width: min(464px, 100%);
  }

  .learn-more {
    margin-inline: auto;
  }

  .two-col,
  .section-head,
  .trust-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .two-col, .trust-layout, .faq-layout { gap: 42px; }
  .steps-card { grid-template-columns: 1fr; }
  .section-head > p { padding-bottom: 0; }
  .benefit.wide, .benefit:not(.wide) { grid-column: 1 / -1; }
  .benefit-grid { grid-template-columns: 1fr; }
  .logo-strip { flex-wrap: wrap; justify-content: center; }
}

@media (max-width: 640px) {
  .container,
  .hero-inner,
  .header-inner,
  .final-cta {
    width: min(100% - 40px, var(--max));
  }

  .container,
  .hero-inner,
  .header-inner {
    padding-inline: 0;
  }

  .site-header,
  .header-inner {
    min-height: 68px;
  }

  .brand-sub,
  .brand-divider {
    display: none;
  }

  .header-cta {
    min-height: 44px;
    padding: 0 15px;
    font-size: 0.84rem;
  }

  h1 { font-size: clamp(2.25rem, 10.2vw, 2.85rem); }
  h2 { font-size: clamp(2.55rem, 12vw, 3.35rem); }
  .hero { padding: 52px 0 58px; }
  .reward-card {
    width: min(360px, 100%);
  }

  .reward-disc {
    border-width: 6px;
  }

  .reward-disc span {
    width: 84%;
    font-size: clamp(0.46rem, 2.25vw, 0.58rem);
  }

  .reward-disc span:first-child {
    width: 70%;
  }

  .reward-disc b {
    width: 48%;
    font-size: clamp(1.02rem, 5.3vw, 1.34rem);
  }

  .lead { font-size: 1.08rem; }

  .waitlist-form {
    grid-template-columns: 1fr;
    border-radius: 28px;
    padding: 8px;
  }

  .waitlist-form input {
    min-height: 48px;
  }

  .waitlist-form button {
    width: 100%;
  }

  .trust-chips {
    display: grid;
    gap: 10px;
  }

  .section-pad {
    padding: 70px 0;
  }

  .stats-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .steps-card {
    padding: 24px;
    border-radius: 24px;
  }

  .steps-card img {
    height: 260px;
    object-position: center 18%;
  }

  .problem-copy {
    font-size: 1.55rem;
  }

  .benefit {
    min-height: 0;
  }

  .faq-list summary {
    min-height: 70px;
    padding: 0 17px;
  }

  .faq-list p {
    padding: 0 17px 23px;
  }

  .final-wrap {
    padding: 42px 0 52px;
  }

  .final-cta {
    min-height: 520px;
    padding: 58px 18px;
    border-radius: 28px;
  }

  .footer,
  .footer div,
  .footer nav {
    align-items: flex-start;
  }

  .footer {
    flex-direction: column;
  }

  .footer nav {
    flex-wrap: wrap;
    gap: 14px 22px;
  }
}
