*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --orange: #f56b3f;
  --yellow: #fae182;
  --cream: #f2f0eb;
  --near-black: #292929;
  --gray: #6b6b6b;
  --teal: #43bdae;
  --white: #ffffff;
  --border: rgba(41, 41, 41, 0.09);
  --font-headline: 'PolySans Median Wide', sans-serif;
  --font-body: 'GT America', sans-serif;
}
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--near-black);
  overflow-x: hidden;
}

/* ── HERO ── */
.hero {
  position: relative;
  background: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 88px 32px;
  overflow: hidden;
}
.confetti {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.confetti span {
  position: absolute;
  font-size: clamp(40px, 6vw, 48px);
  animation: float linear infinite both;
  animation-fill-mode: both;
  filter: drop-shadow(0 3px 10px rgba(41, 41, 41, 0.18));
}
@keyframes float {
  0%   { transform: translateY(110vh) rotate(0deg);   opacity: 0; }
  8%   { opacity: 0.7; }
  92%  { opacity: 0.6; }
  100% { transform: translateY(-10vh) rotate(360deg); opacity: 0; }
}
.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(28px, 4.5vw, 56px);
  width: 100%;
  max-width: 1100px;
  text-align: center;
}

.exclusive-pill {
  display: inline-flex;
  align-items: center;
  background: #f5f4f2;
  border: 1px solid #d0cfce;
  color: #8f8e8d;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 9999px;
}

.hero-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(20px, 3.5vw, 56px);
  width: 100%;
  max-width: 900px;
}
.hero h1 {
  font-family: var(--font-headline);
  font-size: clamp(48px, 7vw, 80px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -2px;
  color: #000;
  margin: 0;
}
.hero h1 em { font-style: normal; color: var(--orange); }

.hero-sub {
  font-family: var(--font-body);
  font-size: clamp(18px, 2.8vw, 32px);
  font-weight: 400;
  line-height: 1.3;
  color: #8f8e8d;
  max-width: 900px;
  margin: 0 auto;
}
.hero-sub strong { color: var(--near-black); font-weight: 500; }

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--orange);
  color: #fff;
  font-family: var(--font-body);
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 500;
  padding: 20px 40px;
  border-radius: 100px;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s, box-shadow 0.18s;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}
.hero-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
}
.hero-fine {
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(15px, 1.8vw, 24px);
  color: #8f8e8d;
  line-height: 1.3;
}

/* ── USPs (dark) ── */
.usps-section { background: #000; padding: 88px 32px; }
.usps-inner {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(32px, 4.5vw, 56px);
}
.usps-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  width: 100%;
}
/* Shared section-title scale — every primary line on the page (h2s + proof stat) is locked together */
.usps-title,
.steps-title,
.proof-num,
.faq-title,
.bottom-cta-title {
  font-family: var(--font-headline);
  font-size: clamp(40px, 5vw, 56px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -1.5px;
  color: #000;
  max-width: 800px;
  margin: 0 auto;
}
.usps-title { color: var(--yellow); }
/* Shared section-sub scale — secondary line under each primary line */
.usps-sub,
.steps-sub,
.proof-label,
.bottom-cta-sub {
  font-family: var(--font-body);
  font-size: clamp(18px, 2.8vw, 32px);
  font-weight: 400;
  line-height: 1.3;
  color: #8f8e8d;
  max-width: 800px;
  margin: 0 auto;
}
.proof-label { margin-top: 12px; }
.usps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  width: 100%;
}
@media (min-width: 880px) {
  .usps-grid { grid-template-columns: repeat(3, 1fr); gap: 32px; }
}
.usp-card {
  background: var(--white);
  border-radius: 24px;
  padding: clamp(40px, 5vw, 56px) clamp(28px, 4vw, 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}
.usp-emoji { font-size: clamp(64px, 7vw, 76px); line-height: 1; }
.usp-title {
  font-family: var(--font-headline);
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 500;
  color: #000;
  line-height: 1.1;
  margin: 0;
}
.usp-desc {
  font-family: var(--font-body);
  font-size: clamp(15px, 1.5vw, 17px);
  font-weight: 400;
  color: #8f8e8d;
  line-height: 1.5;
  margin: 0;
}

/* ── STEPS (white) ── */
.steps-section {
  background: var(--white);
  padding: clamp(56px, 7vw, 88px) 32px;
}
.steps-inner {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(32px, 4.5vw, 56px);
}
.steps-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  width: 100%;
}
.steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  width: 100%;
}
@media (min-width: 880px) {
  .steps-grid { grid-template-columns: repeat(3, 1fr); gap: 32px; }
}
.step-card {
  background: #f5f4f2;
  border-radius: 24px;
  padding: clamp(40px, 5vw, 56px) clamp(28px, 4vw, 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}
.step-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--yellow);
  display: grid;
  place-items: center;
  font-family: var(--font-headline);
  font-size: 26px;
  font-weight: 500;
  color: #7a6000;
  line-height: 1;
  font-feature-settings: "tnum" 1, "lnum" 1;
}
.step-title {
  font-family: var(--font-headline);
  font-size: clamp(22px, 2vw, 26px);
  font-weight: 500;
  color: #000;
  line-height: 1.1;
  margin: 0;
}
.step-desc {
  font-family: var(--font-body);
  font-size: clamp(15px, 1.5vw, 17px);
  color: #8f8e8d;
  line-height: 1.5;
  margin: 0;
}

/* ── PROOF (cream) ── */
.proof-section {
  background: #f5f4f2;
  padding: clamp(56px, 7vw, 88px) 32px;
}
.proof-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(32px, 4.5vw, 56px);
}
.proof-stat { text-align: center; }
.reviews {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  width: 100%;
}
@media (min-width: 720px) {
  .reviews { grid-template-columns: 1fr 1fr; gap: 24px; }
}
.review {
  background: var(--white);
  border-radius: 24px;
  padding: clamp(28px, 4vw, 36px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.review-stars { color: #FFB800; font-size: 18px; letter-spacing: 2px; }
.review-title {
  font-family: var(--font-headline);
  font-size: clamp(18px, 1.8vw, 20px);
  font-weight: 500;
  color: #000;
}
.review-body {
  font-family: var(--font-body);
  font-size: 15px;
  color: #6b6b6b;
  line-height: 1.6;
}
.review-author { font-size: 12px; color: #8f8e8d; opacity: 0.8; margin-top: 4px; }

/* ── FAQ (white) ── */
.faq-section {
  background: var(--white);
  padding: clamp(56px, 7vw, 88px) 32px;
}
.faq-inner { max-width: 800px; margin: 0 auto; }
.faq-cta-wrap { text-align: center; margin-top: clamp(32px, 4vw, 48px); }
.faq-title {
  margin: 0 auto clamp(24px, 4vw, 40px);
  text-align: center;
}
.faq-item { border-bottom: 1px solid var(--border); padding: 24px 0; }
.faq-item:last-child { border-bottom: none; }
.faq-q {
  font-family: var(--font-headline);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 500;
  color: #000;
  margin: 0 0 10px;
}
.faq-a {
  font-family: var(--font-body);
  font-size: 16px;
  color: #6b6b6b;
  line-height: 1.7;
  margin: 0;
}
.faq-a a { color: var(--orange); text-decoration: none; }

/* ── BOTTOM CTA ── */
.bottom-cta-section {
  background: #f5f4f2;
  padding: clamp(56px, 7vw, 88px) 32px;
}
.bottom-cta-inner {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(24px, 4vw, 40px);
  text-align: center;
}
/* ── FOOTER ── */
footer {
  background: #f5f4f2;
  padding: 24px 24px 56px;
  text-align: center;
}
footer p {
  font-family: var(--font-body);
  font-size: 13px;
  color: #8f8e8d;
  line-height: 1.8;
}
footer a { color: #8f8e8d; text-decoration: none; }

@media (max-width: 640px) {
  .hero { padding: 56px 32px; }
  .hero h1 { letter-spacing: -1.5px; }
  .usps-section { padding: 56px 32px; }
  .steps-section, .proof-section, .faq-section, .bottom-cta-section {
    padding: 56px 24px;
  }
}
