:root {
  --cream: #F4EFE5;
  --cream-deep: #ECE5D4;
  --card: #FBF8F0;
  --ink: #0A0908;
  --ink-soft: #1F1D1B;
  --muted: #57534E;
  --muted-soft: #78716C;
  --rule: rgba(10, 9, 8, 0.08);
  --rule-strong: rgba(10, 9, 8, 0.16);
  --orange: #EA580C;
  --orange-deep: #C2410C;
  --orange-soft: #FED7AA;
  --orange-faint: #FFF4E6;
  --footer: #0A0908;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background: var(--cream);
  color: var(--ink);
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}

.container--narrow { max-width: 800px; }
.container--prose  { max-width: 760px; }

/* ===== NAVBAR ===== */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(244, 239, 229, 0.85);
  backdrop-filter: saturate(140%) blur(12px);
  -webkit-backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid var(--rule);
}

.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.018em;
  color: var(--ink);
  text-decoration: none;
}

.brand-dot {
  width: 11px; height: 11px;
  background: var(--orange);
  border-radius: 50%;
  display: inline-block;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--ink);
  color: var(--cream);
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 13.5px;
  letter-spacing: -0.005em;
  padding: 10px 18px;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.nav-cta:hover {
  background: var(--orange);
  transform: translateY(-1px);
}

.nav-cta-arrow { font-size: 15px; line-height: 1; }

.nav-step {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.nav-step-dot {
  width: 8px; height: 8px;
  background: var(--orange);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(234,88,12,0.18);
}

/* ===== HERO ===== */
.hero {
  padding: 80px 0 64px;
  text-align: center;
  position: relative;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--orange-deep);
  background: var(--orange-faint);
  border: 1px solid var(--orange-soft);
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 28px;
}

.eyebrow-dot {
  width: 6px; height: 6px;
  background: var(--orange);
  border-radius: 50%;
}

h1 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 500;
  font-size: clamp(32px, 5.2vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.022em;
  color: var(--ink);
  margin: 0 auto 22px;
  max-width: 17ch;
}

h1 .accent {
  color: var(--orange);
  font-style: italic;
}

.hero-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 1.55;
  color: var(--muted);
  max-width: 48ch;
  margin: 0 auto;
  font-weight: 500;
}

/* ===== HERO MOCKUP ===== */
.hero-mockup-wrap {
  margin: 56px auto 0;
  max-width: 280px;
  position: relative;
  filter: drop-shadow(0 28px 48px rgba(10,9,8,0.18));
}

.hero-mockup-wrap--badge { max-width: 240px; }

.hero-mockup {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 720px) {
  .hero-mockup-wrap { max-width: 300px; }
}

/* ===== SECTIONS ===== */
section { padding: 96px 0; position: relative; }
section.tight { padding: 80px 0; }
section.banded {
  background: var(--cream-deep);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.section-eyebrow {
  display: block;
  text-align: center;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 18px;
}

h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 500;
  font-size: clamp(26px, 4vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.018em;
  color: var(--ink);
  text-align: center;
  max-width: 24ch;
  margin: 0 auto 24px;
}

h2 .accent {
  color: var(--orange);
  font-style: italic;
}

.section-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.55;
  color: var(--muted);
  max-width: 56ch;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
}

h3 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.22;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 10px;
}

/* ===== STORY ===== */
.story {
  max-width: 660px;
  margin: 48px auto 0;
}

.story p {
  font-family: 'DM Sans', sans-serif;
  font-size: 17.5px;
  line-height: 1.68;
  color: var(--ink-soft);
  margin-bottom: 22px;
  font-weight: 400;
}

.story p:first-of-type {
  font-size: 19.5px;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.5;
}

.story-quote {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 500;
  font-style: italic;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.2;
  letter-spacing: -0.018em;
  color: var(--ink);
  text-align: center;
  margin: 40px auto;
  max-width: 22ch;
  padding: 32px 0;
  border-top: 1px solid var(--rule-strong);
  border-bottom: 1px solid var(--rule-strong);
}

.story-quote::before { content: "“"; color: var(--orange); font-style: normal; }
.story-quote::after  { content: "”"; color: var(--orange); font-style: normal; }

/* ===== AUDIENCE ===== */
.audience {
  max-width: 720px;
  margin: 56px auto 0;
  display: grid;
  gap: 12px;
}

.audience-item {
  background: var(--card);
  border: 1px solid var(--rule);
  border-radius: 14px;
  padding: 20px 24px;
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 16px;
  align-items: start;
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink-soft);
  font-weight: 500;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.audience-item:hover {
  transform: translateX(4px);
  border-color: var(--rule-strong);
}

.audience-check {
  width: 22px; height: 22px;
  background: var(--orange);
  color: var(--cream);
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}

/* ===== METHOD ===== */
.method-body {
  max-width: 680px;
  margin: 40px auto 0;
  text-align: center;
}

.method-body p {
  font-family: 'DM Sans', sans-serif;
  font-size: 17.5px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin-bottom: 22px;
  font-weight: 500;
}

.method-body p.punch {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 500;
  font-style: italic;
  font-size: clamp(18px, 2.2vw, 22px);
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-top: 32px;
  line-height: 1.3;
}

/* ===== CARD GRID ===== */
.cards {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.card {
  background: var(--card);
  border: 1px solid var(--rule);
  border-radius: 22px;
  padding: 36px 32px 40px;
  position: relative;
  transition: transform 0.3s cubic-bezier(0.2,0.7,0.2,1), box-shadow 0.3s ease, border-color 0.3s ease;
  display: flex;
  flex-direction: column;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px -20px rgba(10,9,8,0.18);
  border-color: var(--rule-strong);
}

.card-num {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 500;
  font-size: 44px;
  line-height: 0.9;
  color: var(--orange);
  letter-spacing: -0.024em;
  margin-bottom: 28px;
}

.card h3 { margin-bottom: 12px; }

.card p {
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--muted);
  font-weight: 500;
}

.card-divider {
  width: 32px; height: 3px;
  background: var(--orange);
  border-radius: 2px;
  margin-bottom: 24px;
}

/* ===== GUARANTEE ===== */
.guarantee {
  background: var(--ink);
  color: var(--cream);
  border-radius: 28px;
  padding: 64px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
  max-width: 880px;
  margin: 0 auto;
}

.guarantee::before {
  content: "";
  position: absolute;
  top: -120px; right: -120px;
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(234,88,12,0.25), transparent 70%);
  pointer-events: none;
}

.guarantee::after {
  content: "";
  position: absolute;
  bottom: -120px; left: -120px;
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(234,88,12,0.15), transparent 70%);
  pointer-events: none;
}

.guarantee-inner { position: relative; z-index: 2; }

.guarantee-badge {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  background: var(--orange);
  color: var(--cream);
  padding: 10px 20px;
  border-radius: 999px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.guarantee h2 {
  color: var(--cream);
  margin-bottom: 16px;
}

.guarantee .lede {
  font-family: 'DM Serif Display', Georgia, serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(17px, 1.8vw, 20px);
  color: var(--orange-soft);
  margin-bottom: 18px;
}

.guarantee p.body {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(244, 239, 229, 0.78);
  max-width: 56ch;
  margin: 0 auto;
  font-weight: 500;
}

/* ===== FAQ ===== */
.faq {
  max-width: 720px;
  margin: 48px auto 0;
}

.faq-item {
  background: var(--card);
  border: 1px solid var(--rule);
  border-radius: 14px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: border-color 0.2s ease;
}

.faq-item.open { border-color: var(--rule-strong); }

.faq-q {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.008em;
  color: var(--ink);
  padding: 22px 60px 22px 26px;
  cursor: pointer;
  position: relative;
  line-height: 1.32;
  display: block;
}

.faq-q::after {
  content: "";
  position: absolute;
  right: 26px; top: 50%;
  transform: translateY(-50%);
  width: 14px; height: 14px;
  background-image:
    linear-gradient(var(--orange), var(--orange)),
    linear-gradient(var(--orange), var(--orange));
  background-size: 14px 2px, 2px 14px;
  background-position: center, center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

.faq-item.open .faq-q::after {
  transform: translateY(-50%) rotate(45deg);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 26px;
}

.faq-a p {
  font-size: 15.5px;
  color: var(--muted);
  line-height: 1.65;
  font-weight: 500;
}

.faq-item.open .faq-a {
  max-height: 700px;
  padding: 0 26px 26px;
}

/* ===== FINAL CTA ===== */
.cta-final {
  padding: 112px 0 96px;
  text-align: center;
  background: var(--ink);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}

.cta-final::before {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 720px; height: 720px;
  background: radial-gradient(circle, rgba(234,88,12,0.16), transparent 60%);
  pointer-events: none;
}

.cta-final-inner { position: relative; z-index: 2; }

.cta-final h2 {
  color: var(--cream);
  max-width: 22ch;
  margin-bottom: 18px;
}

.cta-price {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 1.6vw, 19px);
  color: rgba(244, 239, 229, 0.72);
  margin-bottom: 36px;
}

.cta-price-amount {
  font-family: 'DM Serif Display', Georgia, serif;
  font-style: italic;
  font-weight: 500;
  color: var(--orange);
  font-size: 1.18em;
  letter-spacing: -0.012em;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--orange);
  color: var(--cream);
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 16.5px;
  letter-spacing: -0.005em;
  padding: 20px 40px;
  border-radius: 999px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  box-shadow: 0 8px 30px -6px rgba(234,88,12,0.4);
}

.btn-primary:hover {
  transform: translateY(-2px);
  background: #F26522;
  box-shadow: 0 14px 40px -6px rgba(234,88,12,0.55);
}

.btn-primary:active { transform: translateY(0); }

.btn-arrow {
  display: inline-block;
  transition: transform 0.2s ease;
  font-size: 18px;
}

.btn-primary:hover .btn-arrow { transform: translateX(5px); }

.cta-subtext {
  font-family: 'DM Sans', sans-serif;
  font-size: 13.5px;
  color: rgba(244, 239, 229, 0.55);
  margin-top: 24px;
  font-weight: 500;
}

.no-thanks {
  display: inline-block;
  margin-top: 32px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13.5px;
  color: rgba(244, 239, 229, 0.5);
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  font-weight: 500;
  letter-spacing: 0.005em;
  transition: color 0.2s ease;
}

.no-thanks:hover { color: rgba(244, 239, 229, 0.9); }

/* ===== NOTICE ===== */
.notice {
  background: var(--cream-deep);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 22px 0;
}

.notice p {
  font-family: 'DM Sans', sans-serif;
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--muted);
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  padding: 0 32px;
  font-weight: 500;
}

.notice-label {
  display: inline-block;
  background: var(--orange);
  color: var(--cream);
  font-weight: 700;
  letter-spacing: 0.14em;
  font-size: 9.5px;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 4px;
  margin-right: 10px;
  vertical-align: middle;
}

/* ===== DISCLAIMER ===== */
.disclaimer { padding: 60px 0; background: var(--cream); }

.disclaimer p {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted-soft);
  margin-bottom: 16px;
  font-weight: 500;
}

.disclaimer p strong {
  color: var(--ink-soft);
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* ===== FOOTER ===== */
footer {
  background: var(--footer);
  color: var(--cream);
  padding: 64px 0 36px;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(244,239,229,0.1);
  margin-bottom: 28px;
}

.footer-brand-link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.footer-brand {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: -0.02em;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--cream);
}

.footer-brand-dot {
  width: 13px; height: 13px;
  background: var(--orange);
  border-radius: 50%;
}

.footer-tagline {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: rgba(244, 239, 229, 0.55);
  max-width: 32ch;
  line-height: 1.55;
  font-weight: 500;
}

.footer-links-block h4 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(244, 239, 229, 0.45);
  margin-bottom: 18px;
}

.footer-links {
  display: grid;
  gap: 11px;
}

.footer-links a {
  color: rgba(244, 239, 229, 0.78);
  text-decoration: none;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s ease;
}

.footer-links a:hover { color: var(--orange); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-copy, .footer-meta {
  font-family: 'DM Sans', sans-serif;
  font-size: 12.5px;
  color: rgba(244, 239, 229, 0.4);
  font-weight: 500;
}

/* ===== LEGAL PAGES ===== */
.legal-hero {
  padding: 72px 0 40px;
  text-align: center;
  border-bottom: 1px solid var(--rule);
}

.legal-hero h1 {
  font-size: clamp(30px, 4.4vw, 52px);
  max-width: 24ch;
  margin-bottom: 14px;
}

.legal-updated {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 6px;
}

.legal-content {
  padding: 56px 0 96px;
}

.legal-prose h2 {
  font-size: clamp(22px, 2.8vw, 30px);
  text-align: left;
  margin: 56px 0 18px;
  max-width: none;
  letter-spacing: -0.014em;
}

.legal-prose h2:first-of-type { margin-top: 0; }

.legal-prose h3 {
  font-size: 18px;
  margin: 32px 0 10px;
}

.legal-prose p,
.legal-prose li {
  font-family: 'DM Sans', sans-serif;
  font-size: 15.5px;
  line-height: 1.72;
  color: var(--ink-soft);
  font-weight: 400;
}

.legal-prose p { margin-bottom: 18px; }

.legal-prose ul,
.legal-prose ol {
  margin: 0 0 22px 22px;
}

.legal-prose li { margin-bottom: 8px; }

.legal-prose a {
  color: var(--orange-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.legal-prose a:hover { color: var(--orange); }

.legal-prose strong {
  color: var(--ink);
  font-weight: 700;
}

.legal-callout {
  background: var(--orange-faint);
  border: 1px solid var(--orange-soft);
  border-radius: 14px;
  padding: 22px 26px;
  margin: 24px 0;
}

.legal-callout p { margin: 0; color: var(--ink-soft); }

/* ===== CONTACT ===== */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 48px;
  align-items: start;
  margin-top: 48px;
}

.contact-info h3 {
  font-size: 17px;
  margin-bottom: 8px;
  letter-spacing: -0.008em;
}

.contact-info p {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
  margin-bottom: 24px;
  font-weight: 500;
}

.contact-email {
  display: block;
  color: var(--orange-deep);
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 6px;
  transition: color 0.2s ease;
}

.contact-email:hover { color: var(--orange); }

.contact-form {
  background: var(--card);
  border: 1px solid var(--rule);
  border-radius: 22px;
  padding: 32px;
}

.form-field { margin-bottom: 20px; }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-label {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 8px;
}

.form-input,
.form-textarea {
  width: 100%;
  background: var(--cream);
  border: 1px solid var(--rule-strong);
  border-radius: 10px;
  padding: 12px 14px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: var(--ink);
  font-weight: 500;
  line-height: 1.5;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: var(--orange);
  background: #FFFCF6;
}

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

.form-submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--ink);
  color: var(--cream);
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 28px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.form-submit:hover {
  background: var(--orange);
  transform: translateY(-1px);
}

.form-note {
  font-family: 'DM Sans', sans-serif;
  font-size: 12.5px;
  color: var(--muted);
  margin-top: 14px;
  font-weight: 500;
}

.form-success {
  display: none;
  background: var(--orange-faint);
  border: 1px solid var(--orange-soft);
  border-radius: 10px;
  padding: 14px 16px;
  margin-top: 16px;
  color: var(--ink-soft);
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.form-success.shown { display: block; }

/* ===== ANIMATIONS ===== */
.hero .eyebrow,
.hero h1,
.hero-sub,
.hero-mockup-wrap {
  opacity: 0;
  transform: translateY(14px);
  animation: rise 0.9s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}
.hero .eyebrow { animation-delay: 0.05s; }
.hero h1 { animation-delay: 0.14s; }
.hero-sub { animation-delay: 0.24s; }
.hero-mockup-wrap { animation-delay: 0.36s; }

@keyframes rise {
  to { opacity: 1; transform: translateY(0); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .cards { grid-template-columns: 1fr; gap: 16px; }
  .card { padding: 28px 26px 32px; }
  .card-num { font-size: 38px; margin-bottom: 22px; }
  .guarantee { padding: 48px 28px; border-radius: 22px; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .contact-grid { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 720px) {
  body { font-size: 15.5px; }
  .container { padding: 0 22px; }
  .nav-inner { padding: 14px 22px; }
  .nav-step { font-size: 10.5px; letter-spacing: 0.14em; }
  .nav-cta { padding: 9px 15px; font-size: 12.5px; }
  .hero { padding: 48px 0 40px; }
  section { padding: 64px 0; }
  section.tight { padding: 56px 0; }
  .legal-hero { padding: 56px 0 32px; }
  .legal-content { padding: 40px 0 72px; }
  .legal-prose h2 { margin-top: 40px; }
  .story p { font-size: 16.5px; }
  .story p:first-of-type { font-size: 18px; }
  .audience-item { font-size: 15px; padding: 16px 18px; gap: 13px; }
  .method-body p { font-size: 16.5px; }
  .guarantee { padding: 40px 22px; }
  .guarantee p.body { font-size: 15px; }
  .cta-final { padding: 72px 0 64px; }
  .btn-primary { padding: 18px 26px; font-size: 15.5px; width: 100%; justify-content: center; }
  .faq-q { font-size: 16px; padding: 20px 52px 20px 22px; }
  .faq-q::after { right: 22px; }
  .faq-item.open .faq-a { padding: 0 22px 22px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-brand { font-size: 19px; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 26px; }
}

@media (max-width: 480px) {
  h1 { max-width: 100%; }
  .story-quote { font-size: 22px; }
}
