/* Landing page — captação de franqueados Gellato Churro's */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bg);
  color: var(--fg1);
  font-family: var(--ff-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
img, svg { max-width: 100%; display: block; }

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.wrap-narrow { max-width: 900px; margin: 0 auto; padding: 0 32px; }
.wrap-wide { max-width: 1320px; margin: 0 auto; padding: 0 32px; }

@media (max-width: 640px) {
  .wrap, .wrap-narrow, .wrap-wide { padding: 0 20px; }
  .section { padding: 72px 0; }
  .section-sm { padding: 56px 0; }
  .section-header { margin-bottom: 32px; }
  .btn { padding: 14px 22px; font-size: 14px; }
}

/* Eyebrow / tag */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--color-rose);
}
.eyebrow::before {
  content: ''; width: 28px; height: 2px;
  background: currentColor; border-radius: 9999px;
  flex-shrink: 0; align-self: center;
}

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 28px; border-radius: 9999px;
  font-family: var(--ff-body);
  font-weight: 800; font-size: 15px;
  letter-spacing: .01em;
  border: none; cursor: pointer;
  text-decoration: none;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease);
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-wa {
  background: #25D366; color: #06331A;
  box-shadow: 0 10px 28px rgba(37, 211, 102, .32);
}
.btn-wa:hover { background: #1fbd5a; box-shadow: 0 14px 34px rgba(37, 211, 102, .4); }
.btn-rose { background: var(--color-rose); color: var(--color-cream); box-shadow: var(--shadow-md); }
.btn-rose:hover { background: var(--color-rose-dark); }
.btn-ghost {
  background: transparent; color: var(--color-rose-dark);
  border: 2px solid var(--color-rose-dark);
}
.btn-ghost:hover { background: var(--color-rose-dark); color: var(--color-cream); }
.btn-ghost-light {
  background: transparent; color: var(--color-cream);
  border: 2px solid rgba(253,248,241,.55);
}
.btn-ghost-light:hover { background: var(--color-cream); color: var(--color-rose-dark); border-color: var(--color-cream); }

/* WhatsApp icon */
.wa-ico {
  display: inline-block; width: 18px; height: 18px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path d='M16 .5C7.44.5.5 7.44.5 16a15.4 15.4 0 002.2 7.94L.5 31.5l7.77-2.1A15.44 15.44 0 0016 31.5C24.56 31.5 31.5 24.56 31.5 16S24.56.5 16 .5zm0 28a12.5 12.5 0 01-6.5-1.82l-.46-.27-4.62 1.25 1.27-4.5-.3-.48A12.48 12.48 0 1128.5 16c0 6.9-5.6 12.5-12.5 12.5zm7.2-9.33c-.4-.2-2.33-1.15-2.69-1.28-.36-.13-.62-.2-.88.2-.26.4-1 1.28-1.23 1.54-.23.26-.45.3-.84.1-.4-.2-1.67-.61-3.18-1.95-1.17-1.05-1.96-2.34-2.2-2.74-.23-.4-.03-.62.18-.82.18-.18.4-.47.6-.7.2-.24.27-.4.4-.67.13-.27.07-.5-.03-.7-.1-.2-.88-2.13-1.21-2.91-.32-.76-.64-.66-.88-.67h-.75c-.26 0-.7.1-1.06.5-.36.4-1.4 1.37-1.4 3.33s1.43 3.87 1.63 4.13c.2.27 2.82 4.3 6.82 6.03.95.41 1.7.65 2.28.84.96.3 1.83.26 2.52.16.77-.12 2.33-.95 2.66-1.87.33-.92.33-1.7.23-1.87-.1-.17-.36-.27-.76-.47z'/></svg>") center/contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path d='M16 .5C7.44.5.5 7.44.5 16a15.4 15.4 0 002.2 7.94L.5 31.5l7.77-2.1A15.44 15.44 0 0016 31.5C24.56 31.5 31.5 24.56 31.5 16S24.56.5 16 .5zm0 28a12.5 12.5 0 01-6.5-1.82l-.46-.27-4.62 1.25 1.27-4.5-.3-.48A12.48 12.48 0 1128.5 16c0 6.9-5.6 12.5-12.5 12.5zm7.2-9.33c-.4-.2-2.33-1.15-2.69-1.28-.36-.13-.62-.2-.88.2-.26.4-1 1.28-1.23 1.54-.23.26-.45.3-.84.1-.4-.2-1.67-.61-3.18-1.95-1.17-1.05-1.96-2.34-2.2-2.74-.23-.4-.03-.62.18-.82.18-.18.4-.47.6-.7.2-.24.27-.4.4-.67.13-.27.07-.5-.03-.7-.1-.2-.88-2.13-1.21-2.91-.32-.76-.64-.66-.88-.67h-.75c-.26 0-.7.1-1.06.5-.36.4-1.4 1.37-1.4 3.33s1.43 3.87 1.63 4.13c.2.27 2.82 4.3 6.82 6.03.95.41 1.7.65 2.28.84.96.3 1.83.26 2.52.16.77-.12 2.33-.95 2.66-1.87.33-.92.33-1.7.23-1.87-.1-.17-.36-.27-.76-.47z'/></svg>") center/contain no-repeat;
}

/* Nav */
.nav {
  position: sticky; top: 0; z-index: 40;
  backdrop-filter: blur(16px);
  background: rgba(253, 248, 241, .82);
  border-bottom: 1px solid var(--color-line);
}
.nav-inner {
  max-width: 1320px; margin: 0 auto;
  padding: 16px 32px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--color-rose-dark); }
.nav-logo .mark { width: 42px; height: 42px; color: var(--color-rose-dark); }
.nav-logo .name {
  font-family: var(--ff-brand); font-style: italic; font-weight: 600;
  font-size: 22px; letter-spacing: -.02em; line-height: 1;
}
.nav-logo .name em { font-size: 15px; font-style: italic; opacity: .8; display: block; margin-top: 2px; letter-spacing: -.01em; }
.nav-links { display: flex; gap: 32px; }
.nav-links a {
  font-size: 12px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--fg2); text-decoration: none;
  transition: color .2s var(--ease);
}
.nav-links a:hover { color: var(--color-rose); }

@media (max-width: 860px) {
  .nav-links { display: none; }
}

/* Hero */
.hero {
  position: relative;
  background: var(--color-rose-dark);
  color: var(--color-cream);
  overflow: hidden;
  padding: 72px 0 96px;
}
@media (max-width: 640px) { .hero { padding: 40px 0 64px; } }
.hero-bg-waves {
  position: absolute; inset: auto 0 0 0; height: 50%;
  background: var(--grad-sunset);
  -webkit-mask: radial-gradient(120% 90% at 50% 100%, #000 40%, transparent 72%);
          mask: radial-gradient(120% 90% at 50% 100%, #000 40%, transparent 72%);
  opacity: .85;
}
.hero-bg-simon {
  position: absolute; right: -180px; bottom: -220px;
  width: 820px; height: 820px;
  color: var(--color-cream); opacity: .06; pointer-events: none;
}
.hero-bg-spiral {
  position: absolute; left: -160px; top: 40px;
  width: 520px; height: 520px;
  color: var(--color-cream-yellow); opacity: .14; pointer-events: none;
  transform: rotate(-18deg);
}

.hero-inner { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.hero-inner > * { min-width: 0; }
.hero-tag {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(253, 248, 241, .12);
  border: 1px solid rgba(253, 248, 241, .24);
  padding: 10px 18px; border-radius: 9999px;
  font-size: 12px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--color-cream-yellow);
  backdrop-filter: blur(6px);
}
.hero-tag .dot { width: 8px; height: 8px; border-radius: 9999px; background: var(--color-cream-yellow); box-shadow: 0 0 12px var(--color-cream-yellow); }

.hero h1 {
  font-family: var(--ff-display); font-style: italic; font-weight: 500;
  font-size: clamp(34px, 3.8vw, 60px);
  line-height: 1.02; letter-spacing: -.028em;
  margin: 22px 0 20px;
  color: var(--color-cream);
  text-wrap: balance;
}
.hero h1 em { font-style: italic; color: var(--color-cream-yellow); }
.hero-sub {
  font-family: var(--ff-body); font-size: 18px; line-height: 1.55;
  color: rgba(253, 248, 241, .88);
  max-width: 560px; margin: 0 0 32px;
}
.hero-sub b { color: var(--color-cream-yellow); font-weight: 700; }

.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

/* Hero visual — portrait card */
.hero-visual {
  position: relative;
  aspect-ratio: 3 / 4;
  width: 100%;
  max-height: 600px;
}
.hero-visual-mobile { display: none; }
.hero-card {
  position: absolute; border-radius: 32px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.hero-card-1 {
  inset: 0;
  width: 100%; height: 100%;
  background: var(--color-ink);
  transform: rotate(-2deg);
  z-index: 1;
  border: 5px solid var(--color-cream-yellow);
  box-shadow: 0 28px 64px rgba(118, 21, 48, .36), 0 0 0 2px rgba(241, 218, 176, .25);
}
.hero-card-img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
}

@media (max-width: 768px) {
  .hero-inner { grid-template-columns: 1fr; align-items: start; }
  .hero-visual:not(.hero-visual-mobile) { display: none; }
  .hero-visual-mobile {
    display: block;
    aspect-ratio: 4 / 3;
    width: 100%;
    margin: 24px 0;
  }
}

/* ── iPhone 14 Pro Max (430px) ── */
@media (max-width: 430px) {
  .hero { padding: 36px 0 56px; }
  .hero h1 { font-size: 38px; margin: 16px 0 14px; }
  .hero-sub { font-size: 16px; margin-bottom: 0; }
  .hero-visual-mobile { aspect-ratio: 4 / 3; margin: 20px 0; }
  .hero-ctas { flex-direction: column; gap: 10px; }
  .hero-ctas .btn { width: 100%; justify-content: center; }
}

/* Social proof bar */
.proof-bar {
  background: var(--color-ink);
  color: var(--color-cream);
  padding: 24px 0;
}
.proof-bar-inner {
  display: flex; align-items: center; justify-content: center; gap: 32px; flex-wrap: wrap;
  font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: var(--color-ink-4);
  text-align: center;
}
@media (max-width: 640px) {
  .proof-bar { padding: 18px 0; }
  .proof-bar-inner { gap: 12px; font-size: 11px; }
  .proof-bar-inner .dot { display: none; }
}
.proof-bar-inner b { color: var(--color-cream-yellow); }
.proof-bar-inner span { display: flex; align-items: center; gap: 14px; }
.proof-bar-inner .dot { width: 6px; height: 6px; border-radius: 9999px; background: var(--color-rose); }

/* Reels (vídeos verticais 1080x1920) */
.reels { background: var(--bg); }
.reels-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.reel-card {
  position: relative;
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  background: var(--color-ink);
  aspect-ratio: 9 / 16;
  box-shadow: var(--shadow-md);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.reel-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.reel-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  background: linear-gradient(135deg, #761530 0%, #1a0710 100%);
}
.reel-caption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 18px 18px 16px;
  font-family: var(--ff-display);
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.05;
  letter-spacing: -.01em;
  color: var(--color-cream);
  background: linear-gradient(to top, rgba(26,7,16,.78) 0%, rgba(26,7,16,.35) 60%, transparent 100%);
  pointer-events: none;
}
@media (max-width: 1100px) {
  .reels-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}
@media (max-width: 560px) {
  .reels-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .reel-caption { font-size: 16px; padding: 14px 12px 12px; }
}

/* Section scaffolds */
section { position: relative; }
.section { padding: 120px 0; }
.section-sm { padding: 80px 0; }
.section-header { margin-bottom: 56px; max-width: 780px; }
.section-title {
  font-family: var(--ff-display); font-style: italic; font-weight: 500;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.02; letter-spacing: -.02em;
  color: var(--color-rose-dark); margin: 16px 0 0;
  text-wrap: balance;
}
.section-title.light { color: var(--color-cream); }
.section-kicker { font-size: 17px; line-height: 1.55; color: var(--fg2); margin: 20px 0 0; max-width: 620px; }

/* Pain / identification section */
.pain {
  background: var(--color-cream-2);
  position: relative; overflow: hidden;
}
.pain-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.pain-lines {
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: 14px;
}
.pain-lines li {
  display: grid; grid-template-columns: max-content 1fr; gap: 24px; align-items: baseline;
  padding: 18px 0; border-bottom: 1px solid var(--color-line);
}
.pain-lines li:last-child { border-bottom: none; }
.pain-lines .season {
  font-family: var(--ff-display); font-style: italic; font-weight: 500;
  font-size: 30px; line-height: 1;
  color: var(--color-rose);
}
.pain-lines .outcome { font-size: 17px; color: var(--fg2); }
.pain-lines .outcome b { color: var(--color-rose-dark); font-weight: 700; }

.pain-pullquote {
  margin-top: 48px;
  padding: 32px 0;
  border-top: 2px solid var(--color-rose);
  font-family: var(--ff-display); font-style: italic; font-weight: 500;
  font-size: clamp(26px, 2.6vw, 38px);
  line-height: 1.15; color: var(--color-rose-dark);
  letter-spacing: -.015em;
  text-wrap: balance;
}
.pain-pullquote b { color: var(--color-rose); font-weight: 500; }

@media (max-width: 900px) { .pain-grid { grid-template-columns: 1fr; gap: 32px; } }

/* Numbers / stats */
.numbers { position: relative; background: var(--color-rose-dark); color: var(--color-cream); overflow: hidden; }
.numbers .section-title { color: var(--color-cream); }
.numbers .section-kicker { color: rgba(253, 248, 241, .78); }
.numbers-bg {
  position: absolute; inset: 0; opacity: .08; color: var(--color-cream-yellow); pointer-events: none;
}
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border-top: 1px solid rgba(253, 248, 241, .14);
  border-bottom: 1px solid rgba(253, 248, 241, .14);
  margin-top: 48px;
}
@media (max-width: 640px) {
  .stats-grid { grid-template-columns: 1fr; }
  .stat { border-right: none !important; border-bottom: 1px solid rgba(253, 248, 241, .14); padding: 32px 0; }
  .stat:last-child { border-bottom: none; }
}
.stat {
  padding: 48px 32px;
  border-right: 1px solid rgba(253, 248, 241, .14);
  position: relative;
}
.stat:last-child { border-right: none; }
.stat-num {
  font-family: var(--ff-display); font-style: italic; font-weight: 500;
  font-size: clamp(52px, 6vw, 88px);
  line-height: .95; letter-spacing: -.03em;
  color: var(--color-cream-yellow);
}
.stat-num sup {
  font-size: .45em; top: -.55em; font-weight: 600; vertical-align: super; margin-left: 2px;
  font-style: normal; letter-spacing: -.01em;
}
.stat-num .unit { display: block; font-size: .3em; color: var(--color-cream); letter-spacing: -.01em; margin-top: 6px; font-weight: 600; opacity: .82; }
.stat-label {
  font-size: 13px; font-weight: 600; line-height: 1.45;
  margin-top: 18px; color: rgba(253, 248, 241, .82);
  max-width: 200px;
}
.numbers-footnote {
  margin-top: 36px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
.numbers-footnote-text {
  font-size: 17px; color: rgba(253, 248, 241, .88); max-width: 640px; line-height: 1.55;
}
.numbers-footnote-text b { color: var(--color-cream-yellow); font-weight: 700; }

@media (max-width: 900px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: none; }
  .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid rgba(253,248,241,.14); }
}

/* Models */
.models-grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin-top: 48px; }
.model-card {
  background: var(--color-cream);
  border: 1px solid var(--color-line);
  border-radius: var(--r-lg);
  padding: 36px 30px 32px;
  position: relative; overflow: hidden;
  transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .28s var(--ease);
}
.model-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: rgba(204, 65, 108, .3);
}
.model-card .badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
  color: var(--color-rose); margin-bottom: 20px;
}
.model-card .badge::before { content: ''; width: 20px; height: 2px; background: currentColor; border-radius: 9999px; }
.model-card h3 {
  font-family: var(--ff-display); font-style: italic; font-weight: 500;
  font-size: 38px; line-height: 1; letter-spacing: -.02em;
  color: var(--color-rose-dark); margin: 0 0 6px;
}
.model-card .model-price { font-size: 14px; color: var(--color-rose); font-weight: 700; margin: 0 0 20px; letter-spacing: .02em; }
.model-card p { font-size: 15px; line-height: 1.55; color: var(--fg2); margin: 0 0 24px; }
.model-card ul { list-style: none; margin: 0 0 28px; padding: 0; display: grid; gap: 10px; }
.model-card ul li { font-size: 13px; color: var(--fg2); padding-left: 22px; position: relative; }
.model-card ul li::before {
  content: ''; position: absolute; left: 0; top: 2px;
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--color-cream-yellow);
  border: 2px solid var(--color-rose);
}
.model-card .model-illus {
  height: 140px; margin: -12px -30px 20px;
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
  border-radius: 0;
}
.model-card.store .model-illus { background: var(--grad-sunset); }
.model-card.delivery .model-illus { background: var(--grad-cyan); }
.model-card.kiosk .model-illus { background: var(--grad-rose-gold); }

@media (max-width: 900px) { .models-grid { grid-template-columns: 1fr; } }

/* Single horizontal model card — desktop only */
.model-card.model-card-h {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding: 0;
}
.model-card.model-card-h .model-illus {
  width: 280px;
  height: auto;
  flex-shrink: 0;
  margin: 0;
  border-radius: var(--r-lg) 0 0 var(--r-lg);
}
.model-card.model-card-h .model-content {
  padding: 36px 30px 32px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 900px) {
  .model-card.model-card-h {
    flex-direction: column;
  }
  .model-card.model-card-h .model-illus {
    width: auto;
    height: 140px;
    border-radius: 0;
    margin: 0;
  }
  .model-card.model-card-h .model-content {
    padding: 24px 24px 28px;
  }
}

/* Differentials */
/* Diferenciais — seção escura, layout sticky (título fixo + lista que passa) */
.diffs {
  background: var(--color-ink);
  color: var(--color-cream);
  position: relative;
  overflow: hidden;
}
.diffs-layout {
  position: relative;
  display: grid; grid-template-columns: 1fr 1.35fr; gap: 80px;
  align-items: start;
}
.diffs-sticky { position: sticky; top: 120px; }
.diffs .section-title { color: var(--color-cream); }
.diffs .eyebrow { color: var(--color-rose-faded); }
.diffs-sticky-note {
  margin-top: 28px; font-size: 15px; line-height: 1.6;
  color: rgba(253, 248, 241, .62); max-width: 340px;
}
.diffs-list { display: flex; flex-direction: column; }
.diff {
  position: relative;
  display: grid; grid-template-columns: auto 1fr;
  gap: 24px;
  padding: 32px 0;
  border-bottom: 1px solid rgba(253, 248, 241, .12);
  transition: border-color .3s var(--ease);
}
.diff:first-child { padding-top: 0; }
.diff:last-child { border-bottom: none; }
.diff:hover { border-color: var(--color-rose); }
.diff-num {
  font-family: var(--ff-display); font-style: italic; font-weight: 500;
  font-size: 34px; line-height: 1;
  color: var(--color-rose);
  letter-spacing: -.02em;
  opacity: .55;
  transition: opacity .3s var(--ease), color .3s var(--ease);
}
.diff:hover .diff-num { opacity: 1; color: var(--color-cream-yellow); }
.diff h3 {
  font-family: var(--ff-body); font-weight: 800;
  font-size: 20px; line-height: 1.25; letter-spacing: -.01em;
  color: var(--color-cream); margin: 0 0 8px;
}
.diff p { font-size: 15px; line-height: 1.6; color: rgba(253, 248, 241, .72); margin: 0; }

@media (max-width: 900px) {
  .diffs-layout { grid-template-columns: 1fr; gap: 40px; }
  .diffs-sticky { position: static; }
  .diffs-sticky-note { max-width: none; }
  .diff { padding: 26px 0; gap: 18px; }
}

/* Suporte ao franqueado (era .diffs reaproveitada) */
.support-section { background: var(--color-cream-2); }

/* Process / Steps */
.process { background: var(--color-cream); }
.steps {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  margin-top: 48px;
  position: relative;
}
.step {
  padding: 32px 28px 32px 0;
  border-right: 1px dashed rgba(204, 65, 108, .3);
  position: relative;
}
.step:last-child { border-right: none; padding-right: 0; }
.step-num {
  font-family: var(--ff-display); font-style: italic; font-weight: 500;
  font-size: 80px; line-height: 1; color: var(--color-cream-yellow);
  letter-spacing: -.04em;
  -webkit-text-stroke: 1px var(--color-rose);
  margin-bottom: 18px;
}
.step-dot {
  position: absolute; right: -8px; top: 48px;
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--color-rose); border: 4px solid var(--color-cream);
  z-index: 2;
}
.step:last-child .step-dot { display: none; }
.step h3 {
  font-family: var(--ff-body); font-weight: 800;
  font-size: 18px; letter-spacing: -.005em; color: var(--color-rose-dark);
  margin: 0 0 10px;
}
.step p { font-size: 14px; line-height: 1.55; color: var(--fg2); margin: 0; }

.process-cta { margin-top: 48px; display: flex; justify-content: center; }

@media (max-width: 900px) {
  .steps { grid-template-columns: 1fr; }
  .step { border-right: none; border-bottom: 1px dashed rgba(204, 65, 108, .3); padding: 28px 0; }
  .step:last-child { border-bottom: none; }
  .step-dot { display: none; }
}

/* Growth / social proof */
.growth { background: var(--color-cyan-mixtape); position: relative; overflow: hidden; }
.growth-bg { position: absolute; inset: 0; opacity: .4; color: var(--color-cyan); }
.growth-title { color: var(--color-hydro); }
.growth-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.growth-card {
  background: var(--color-cream);
  border-radius: var(--r-lg);
  padding: 40px 32px;
  text-align: left;
  position: relative;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(36, 107, 116, .08);
}
.growth-card .big {
  font-family: var(--ff-display); font-style: italic; font-weight: 500;
  font-size: clamp(56px, 6vw, 96px);
  line-height: .9; color: var(--color-rose);
  letter-spacing: -.03em;
  margin: 0 0 10px;
}
.growth-card .lbl { font-size: 14px; line-height: 1.45; color: var(--color-hydro); font-weight: 600; }
.growth-card:nth-child(2) .big { color: var(--color-hydro); }
.growth-card:nth-child(3) .big { color: var(--color-chestnut); }

.video-placeholder {
  margin-top: 48px;
  background: var(--color-cream);
  border: 2px dashed rgba(36, 107, 116, .28);
  border-radius: var(--r-lg);
  padding: 40px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.video-slot {
  aspect-ratio: 9 / 16;
  background: var(--grad-cotton);
  border-radius: 20px;
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  color: var(--color-hydro);
}
.video-slot .play {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--color-cream);
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-md);
}
.video-slot .play::after {
  content: ''; display: block;
  width: 0; height: 0;
  border-left: 14px solid var(--color-rose);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: 4px;
}
.video-slot .name {
  position: absolute; left: 16px; bottom: 16px; right: 16px;
  color: var(--color-cream);
  font-family: var(--ff-display); font-style: italic; font-weight: 600; font-size: 18px;
  line-height: 1.1;
}
.video-slot .name small { display: block; font-family: var(--ff-body); font-style: normal; font-weight: 600; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; margin-top: 6px; opacity: .85; }
.video-placeholder-note {
  grid-column: 1 / -1;
  text-align: center; font-size: 13px; color: var(--color-hydro);
  margin-top: 4px; font-style: italic;
}

@media (max-width: 900px) {
  .growth-grid { grid-template-columns: 1fr; }
  .video-placeholder { grid-template-columns: 1fr; }
}

/* FAQ */
.faq { background: var(--color-cream); }
.faq-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 72px; align-items: start; }
.faq-items { display: grid; gap: 8px; }
.faq-item {
  background: var(--color-cream-2);
  border-radius: var(--r-md);
  border: 1px solid var(--color-line);
  overflow: hidden;
  transition: background .2s var(--ease), border-color .2s var(--ease);
}
.faq-item[open] { background: var(--color-cream); border-color: rgba(204, 65, 108, .3); box-shadow: var(--shadow-sm); }
.faq-item summary {
  list-style: none;
  padding: 22px 28px;
  cursor: pointer;
  display: flex; align-items: center; gap: 20px; justify-content: space-between;
  font-family: var(--ff-body); font-weight: 700; font-size: 16px;
  color: var(--color-rose-dark);
  transition: color .2s var(--ease);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item .plus {
  width: 28px; height: 28px; flex: 0 0 28px;
  border-radius: 50%; border: 2px solid var(--color-rose);
  position: relative; transition: transform .3s var(--ease), background .2s var(--ease);
}
.faq-item .plus::before,
.faq-item .plus::after {
  content: ''; position: absolute; inset: 0; margin: auto;
  background: var(--color-rose); border-radius: 2px;
}
.faq-item .plus::before { width: 12px; height: 2px; }
.faq-item .plus::after { width: 2px; height: 12px; transition: transform .3s var(--ease); }
.faq-item[open] .plus { background: var(--color-rose); }
.faq-item[open] .plus::before,
.faq-item[open] .plus::after { background: var(--color-cream); }
.faq-item[open] .plus::after { transform: rotate(90deg); }
.faq-item .ans {
  padding: 0 28px 24px;
  font-size: 15px; line-height: 1.65; color: var(--fg2);
}
.faq-item .ans b { color: var(--color-rose-dark); font-weight: 700; }

@media (max-width: 900px) { .faq-grid { grid-template-columns: 1fr; gap: 32px; } }

/* Final CTA */
.final {
  background: linear-gradient(135deg, #CC416C 0%, #761530 100%);
  color: var(--color-cream);
  position: relative; overflow: hidden;
  text-align: center;
}
.final-bg-simon {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 80%; max-width: 720px; height: 720px;
  color: var(--color-cream); opacity: .06; pointer-events: none;
}
.final-inner { position: relative; max-width: 820px; margin: 0 auto; padding: 0 32px; }
.final h2 {
  font-family: var(--ff-display); font-style: italic; font-weight: 500;
  font-size: clamp(44px, 6vw, 80px); line-height: .98;
  letter-spacing: -.028em;
  color: var(--color-cream);
  margin: 24px 0 28px;
  text-wrap: balance;
}
.final h2 em { color: var(--color-cream-yellow); font-style: italic; }
.final p { font-size: 18px; line-height: 1.55; color: rgba(253, 248, 241, .88); margin: 0 auto 40px; max-width: 620px; }
.final-quote {
  margin-top: 64px; padding-top: 48px;
  border-top: 1px solid rgba(253, 248, 241, .24);
  font-family: var(--ff-display); font-style: italic; font-weight: 500;
  font-size: clamp(22px, 2.4vw, 34px); line-height: 1.25;
  color: var(--color-cream);
  max-width: 640px; margin-left: auto; margin-right: auto;
  letter-spacing: -.01em;
}
.final-quote-attr { display: block; margin-top: 16px; font-family: var(--ff-body); font-style: normal; font-size: 13px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--color-cream-yellow); }

/* Footer */
.footer {
  background: var(--color-ink);
  color: var(--color-ink-4);
  padding: 72px 0 32px;
}
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px; margin-bottom: 56px;
}
.footer-brand .mark { width: 44px; height: 44px; color: var(--color-cream-yellow); margin-bottom: 16px; }
.footer-brand .name { font-family: var(--ff-brand); font-style: italic; font-weight: 600; font-size: 22px; color: var(--color-cream); margin-bottom: 12px; }
.footer-brand p { font-size: 13px; line-height: 1.55; color: var(--color-ink-4); margin: 0; max-width: 280px; }
.footer h4 { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--color-cream-yellow); font-weight: 700; margin: 0 0 16px; }
.footer a, .footer li { font-size: 13px; color: var(--color-ink-4); text-decoration: none; display: block; padding: 4px 0; }
.footer a:hover { color: var(--color-cream); }
.footer ul { list-style: none; margin: 0; padding: 0; }
.footer-bottom {
  border-top: 1px solid rgba(253, 248, 241, .1);
  padding-top: 24px;
  display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap;
  font-size: 12px; color: var(--color-ink-4);
}
.footer-bottom .tag { font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--color-cream-yellow); }

@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }

@media (max-width: 640px) {
  /* Nav */
  .nav-inner { padding: 12px 20px; }

  .hero-ctas .btn { width: 100%; justify-content: center; }
  .hero-visual:not(.hero-visual-mobile) { display: none; }

  /* Pain — remove inline margin overrides */
  .pain-lines .season { width: auto !important; margin: 0 !important; }
  .pain-lines .outcome { margin-left: 0 !important; }

  /* Numbers */
  .numbers-footnote { flex-direction: column; align-items: center; }
  .numbers-footnote .btn { width: 100%; justify-content: center; }

  /* FAQ */
  .faq-item summary { padding: 18px 20px; font-size: 15px; gap: 14px; }
  .faq-item .ans { padding: 0 20px 20px; font-size: 14px; }

  /* Diffs */
  .diff { min-height: 0; padding: 32px 24px; }

  /* Models */
  .model-card { padding: 32px 24px 28px; }
  .model-card .model-illus { margin: -12px -24px 20px; }

  /* Final CTA */
  .final h2 { font-size: 38px; }
  .final-inner { padding: 0 20px; }
  .final-inner .btn { width: 100%; justify-content: center; }
  .final-quote { margin-top: 40px; padding-top: 32px; }

  /* Footer — 1 column */
  .footer { padding: 56px 0 28px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* Floating WhatsApp */
.wa-fab {
  position: fixed; right: 24px; bottom: 24px; z-index: 50;
  display: flex; align-items: center; gap: 12px;
  background: #25D366; color: #06331A;
  padding: 14px 22px 14px 18px; border-radius: 9999px;
  font-family: var(--ff-body); font-weight: 800; font-size: 14px;
  text-decoration: none;
  box-shadow: 0 14px 36px rgba(37, 211, 102, .38), 0 0 0 8px rgba(37, 211, 102, .16);
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
  animation: wa-pulse 2.4s infinite;
}
.wa-fab:hover { transform: translateY(-2px); animation-play-state: paused; }
.wa-fab .wa-ico { width: 22px; height: 22px; }
.wa-fab .wa-label { display: block; }
.wa-fab .wa-label small { display: block; font-size: 10px; font-weight: 600; opacity: .7; letter-spacing: .08em; text-transform: uppercase; margin-top: 1px; }

@keyframes wa-pulse {
  0%, 100% { box-shadow: 0 14px 36px rgba(37, 211, 102, .38), 0 0 0 0 rgba(37, 211, 102, .4); }
  50%      { box-shadow: 0 14px 36px rgba(37, 211, 102, .38), 0 0 0 14px rgba(37, 211, 102, 0); }
}

@media (max-width: 600px) {
  .wa-fab .wa-label { display: none; }
  .wa-fab { padding: 14px; }
}

/* Utility */
.balance { text-wrap: balance; }

/* ============================================================
   Mobile — centralização completa abaixo de 640px
   ============================================================ */
@media (max-width: 640px) {
  /* Eyebrow: muda de inline-flex para flex (block) para centralizar
     em qualquer contexto, com ou sem text-align no pai */
  .eyebrow { display: flex; justify-content: center; }

  /* Generic block centering */
  .section-header,
  .section-kicker,
  .section-title { text-align: center; margin-left: auto; margin-right: auto; }
  .section-header { max-width: 100%; }
  .section-kicker { max-width: 100%; margin-left: auto; margin-right: auto; }

  /* Hero — usa stretch em vez de center para o item preencher a largura */
  .hero-inner { text-align: center; justify-items: stretch; }
  .hero-tag { margin-left: auto; margin-right: auto; display: inline-flex; }
  .hero-sub { margin-left: auto; margin-right: auto; text-align: center; }
  .hero-ctas { justify-content: center; }

  /* Proof bar */
  .proof-bar-inner span { justify-content: center; }

  /* Pain */
  .pain-grid { text-align: center; }
  .pain-lines li {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 6px;
  }
  .pain-pullquote { text-align: center; }

  /* Numbers */
  .numbers .wrap-wide { text-align: center; }
  .stat { text-align: center; padding: 32px 16px; }
  .stat-label { margin-left: auto; margin-right: auto; }
  .numbers-footnote { align-items: center; text-align: center; }
  .numbers-footnote-text { margin-left: auto; margin-right: auto; }

  /* Models */
  .model-card { text-align: center; }
  .model-card .badge { justify-content: center; }
  .model-card ul { display: inline-grid; text-align: left; margin-left: auto; margin-right: auto; }
  .model-card .btn { margin-left: auto; margin-right: auto; }
  .models-cta { text-align: center; }
  .models-cta .btn { width: 100%; justify-content: center; }

  /* Differentials */
  .diff { text-align: center; align-items: center; }

  /* Process */
  .step { text-align: center; padding: 28px 16px; }
  .process-cta .btn { width: 100%; justify-content: center; }

  /* Growth */
  .growth-card { text-align: center; padding: 28px 20px; }
  .video-slot .name { text-align: center; left: 12px; right: 12px; }

  /* FAQ */
  .faq-grid { text-align: center; }
  .faq-item summary { text-align: left; }
  .faq-grid > div > .btn { width: 100%; justify-content: center; }

  /* Final CTA */
  .final-quote { text-align: center; }

  /* Footer */
  .footer-grid { text-align: center; }
  .footer-brand { display: flex; flex-direction: column; align-items: center; }
  .footer-brand .mark { margin-left: auto; margin-right: auto; }
  .footer-brand p { margin-left: auto; margin-right: auto; }
  .footer-bottom { justify-content: center; text-align: center; }
}

/* ============================================================
   LP v2 — Extra styles (indexv2.html)
   ============================================================ */

/* Market section (REDESIGN) */
.market { background: var(--color-cream-2); }

.market-compare {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
  align-items: stretch;
  margin-bottom: 96px;
}
.market-compare.market-single {
  grid-template-columns: minmax(0, 720px);
  justify-content: center;
}
.market-card {
  background: var(--color-cream-2);
  border: 1px solid var(--color-line);
  border-radius: 24px;
  padding: 40px 36px;
  position: relative;
  transition: transform .28s var(--ease), box-shadow .28s var(--ease);
}
.market-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.market-card-eu {
  background: linear-gradient(160deg, var(--color-cream-2) 0%, var(--color-pink-a-boo) 200%);
}
.market-card-br {
  background: linear-gradient(160deg, var(--color-cream-yellow) 0%, var(--color-rose-faded) 220%);
  border-color: rgba(204, 65, 108, .24);
}
.market-label {
  font-size: 11px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase;
  color: var(--color-rose-dark); margin-bottom: 16px;
}
.market-card h3 {
  font-family: var(--ff-display); font-style: italic; font-weight: 500;
  font-size: clamp(24px, 2.4vw, 32px); line-height: 1.15;
  letter-spacing: -.01em;
  color: var(--color-rose-dark);
  margin: 0 0 16px;
  text-wrap: balance;
}
.market-card p { font-size: 15px; line-height: 1.6; color: var(--fg2); margin: 0; }

.market-drivers-header {
  text-align: center; margin-bottom: 40px;
}
.market-drivers-header .eyebrow { justify-content: center; display: inline-flex; }
.market-drivers-title {
  font-family: var(--ff-display); font-style: italic; font-weight: 500;
  font-size: clamp(26px, 3vw, 38px); line-height: 1.1;
  color: var(--color-rose-dark);
  margin: 12px 0 0;
  letter-spacing: -.01em;
}

.market-drivers {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  margin-bottom: 72px;
}
.market-driver {
  display: flex; align-items: flex-start; gap: 16px;
  background: var(--color-cream-2);
  border-radius: 18px;
  padding: 24px 20px;
  border: 1px solid var(--color-line);
}
.market-driver-icon {
  flex: 0 0 48px; width: 48px; height: 48px; border-radius: 12px;
  background: var(--grad-cotton);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 24px; line-height: 1;
}
.market-driver-text h4 {
  font-family: var(--ff-body); font-weight: 800; font-size: 16px;
  letter-spacing: -.005em; color: var(--color-rose-dark);
  margin: 2px 0 6px;
}
.market-driver-text p {
  font-size: 13px; line-height: 1.5; color: var(--fg2); margin: 0;
}

.market-statement {
  max-width: 820px; margin: 0 auto;
  text-align: center;
  padding: 48px 32px;
  background: var(--grad-rose);
  border-radius: 28px;
  color: var(--color-cream);
}
.market-statement p {
  font-size: clamp(18px, 1.8vw, 22px); line-height: 1.45;
  color: rgba(253, 248, 241, .94);
  margin: 0;
  text-wrap: balance;
}
.market-statement p b { color: var(--color-cream-yellow); font-weight: 700; }
.market-statement-em {
  margin-top: 20px !important;
  font-family: var(--ff-display); font-style: italic; font-weight: 500;
  font-size: clamp(24px, 2.6vw, 34px) !important;
  color: var(--color-cream-yellow) !important;
}

@media (max-width: 900px) {
  .market-compare { grid-template-columns: 1fr; }
  .market-drivers { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .market-drivers { grid-template-columns: 1fr; }
  .market-card { padding: 32px 24px; }
  .market-statement { padding: 36px 24px; }
}

/* Why Scales — products grid */
.why { background: var(--color-cream); }
.products-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  margin-bottom: 56px;
}
.product-card {
  background: var(--color-cream-2);
  border: 1px solid var(--color-line);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  display: flex; flex-direction: column; gap: 12px;
  transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .28s var(--ease);
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(204, 65, 108, .3);
  background: var(--color-cream);
}
.product-icon { font-size: 44px; line-height: 1; margin-bottom: 4px; }
.product-title {
  font-family: var(--ff-body); font-weight: 800; font-size: 20px;
  letter-spacing: -.01em; color: var(--color-rose-dark);
  margin: 0;
}
.product-desc { font-size: 15px; line-height: 1.55; color: var(--fg2); margin: 0; }
.why-traits {
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap; gap: 18px;
  padding: 24px 32px;
  background: var(--color-cream-2);
  border-radius: 9999px;
  font-size: 15px; color: var(--color-rose-dark);
  max-width: 920px; margin: 0 auto;
}
.why-traits .dot { width: 6px; height: 6px; border-radius: 9999px; background: var(--color-rose); }
@media (max-width: 900px) { .products-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) {
  .products-grid { grid-template-columns: 1fr; gap: 16px; }
  .why-traits { border-radius: 24px; gap: 12px; padding: 20px 24px; }
}

/* Numbers — single-row big numbers (v2) */
.stats-row {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  margin-top: 56px;
  border-top: 1px solid rgba(253, 248, 241, .14);
  border-bottom: 1px solid rgba(253, 248, 241, .14);
}
.stat-block {
  padding: 40px 24px;
  border-right: 1px solid rgba(253, 248, 241, .14);
  text-align: center;
}
.stat-block:last-child { border-right: none; }
.stat-label-top {
  font-size: 11px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase;
  color: var(--color-cream-yellow); margin-bottom: 8px;
}
.stat-sub {
  font-family: var(--ff-display); font-style: italic; font-weight: 400;
  font-size: 15px; color: rgba(253, 248, 241, .72);
  margin-bottom: 16px;
}
.stat-value {
  font-family: var(--ff-display); font-style: italic; font-weight: 500;
  font-size: clamp(40px, 4.4vw, 64px);
  line-height: .95; letter-spacing: -.025em;
  color: var(--color-cream-yellow);
  white-space: nowrap;
}
.stat-unit {
  display: inline-block; margin-left: 6px;
  font-family: var(--ff-body); font-style: normal; font-weight: 700;
  font-size: 14px; letter-spacing: .04em; color: var(--color-cream);
  vertical-align: middle; text-transform: lowercase;
}
@media (max-width: 1100px) { .stat-value { font-size: clamp(32px, 3.6vw, 48px); } }
@media (max-width: 900px) {
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .stat-block:nth-child(2) { border-right: none; }
  .stat-block:nth-child(1), .stat-block:nth-child(2) { border-bottom: 1px solid rgba(253, 248, 241, .14); }
}
@media (max-width: 540px) {
  .stats-row { grid-template-columns: 1fr; }
  .stat-block { border-right: none; border-bottom: 1px solid rgba(253, 248, 241, .14); padding: 32px 0; }
  .stat-block:last-child { border-bottom: none; }
}

/* Multi-unit section (REDESIGN) */
.multi-unit {
  background: var(--color-rose-dark);
  color: var(--color-cream);
  text-align: center;
  position: relative; overflow: hidden;
}
.multi-hero { position: relative; max-width: 880px; margin: 0 auto 64px; }
.multi-hero .eyebrow { justify-content: center; display: inline-flex; color: var(--color-cream-yellow); }
.multi-hero h2 { color: var(--color-cream); margin-top: 12px; }
.multi-hero h2 em { color: var(--color-cream-yellow); font-style: italic; }
.multi-lead {
  margin-top: 28px;
  font-family: var(--ff-display); font-style: italic; font-weight: 500;
  font-size: clamp(22px, 2.2vw, 30px); line-height: 1.35;
  color: rgba(253, 248, 241, .9);
  max-width: 720px; margin-left: auto; margin-right: auto;
  text-wrap: balance;
}
.multi-lead b { font-weight: 500; color: var(--color-cream-yellow); }
.multi-grid {
  position: relative;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  max-width: 1080px; margin: 0 auto;
}
.multi-card {
  background: rgba(253, 248, 241, .07);
  border: 1px solid rgba(253, 248, 241, .16);
  border-radius: var(--r-lg);
  padding: 40px 32px;
  text-align: center;
  backdrop-filter: blur(4px);
  transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .28s var(--ease), background .28s var(--ease);
}
.multi-card:hover {
  transform: translateY(-6px);
  background: rgba(253, 248, 241, .12);
  border-color: var(--color-cream-yellow);
}
.multi-icon {
  font-size: 48px; line-height: 1; margin-bottom: 20px;
  display: inline-flex; align-items: center; justify-content: center;
  width: 88px; height: 88px; border-radius: 50%;
  background: var(--grad-cotton);
  margin-left: auto; margin-right: auto;
}
.multi-card h3 {
  font-family: var(--ff-display); font-style: italic; font-weight: 500;
  font-size: 28px; color: var(--color-cream-yellow);
  margin: 0 0 12px; letter-spacing: -.01em;
}
.multi-card p { font-size: 15px; line-height: 1.55; color: rgba(253, 248, 241, .75); margin: 0; }
@media (max-width: 900px) { .multi-grid { grid-template-columns: 1fr; } }

/* Support cards w/ icons */
.support-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  margin-top: 48px;
}
.support-card {
  background: var(--color-cream);
  border: 1px solid var(--color-line);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .28s var(--ease);
}
.support-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(204, 65, 108, .3);
}
.support-icon {
  font-size: 32px; line-height: 1; margin-bottom: 16px;
  display: inline-flex; align-items: center; justify-content: center;
  width: 64px; height: 64px; border-radius: 16px;
  background: var(--grad-gold);
}
.support-card h3 {
  font-family: var(--ff-body); font-weight: 800;
  font-size: 18px; letter-spacing: -.005em; color: var(--color-rose-dark);
  margin: 0 0 10px;
}
.support-card p { font-size: 14px; line-height: 1.55; color: var(--fg2); margin: 0; }
@media (max-width: 900px) { .support-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .support-grid { grid-template-columns: 1fr; } }

/* Digital box */
.digital-box {
  margin-top: 72px;
  padding: 56px 32px;
  background: var(--grad-cotton);
  border-radius: 28px;
  text-align: center;
  max-width: 880px; margin-left: auto; margin-right: auto;
}
.digital-box .eyebrow { justify-content: center; display: inline-flex; color: var(--color-hydro); }
.digital-title {
  font-family: var(--ff-display); font-style: italic; font-weight: 500;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
  margin: 14px 0 18px;
  color: var(--color-rose-dark);
}
.digital-text {
  font-size: 17px; color: var(--fg2);
  max-width: 640px; margin: 0 auto;
  line-height: 1.55;
}

/* Expansion — state pills */
.states-row {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 16px; margin-top: 16px;
}
.state-pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 28px;
  background: var(--color-cream);
  border: 1px solid rgba(36, 107, 116, .18);
  border-radius: 9999px;
  box-shadow: var(--shadow-sm);
  font-family: var(--ff-display); font-style: italic; font-weight: 500;
  font-size: 22px; color: var(--color-hydro);
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.state-pill:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.state-pin { font-size: 18px; line-height: 1; }
.state-name { letter-spacing: -.01em; }
@media (max-width: 640px) {
  .states-row { flex-direction: column; align-items: stretch; }
  .state-pill { justify-content: center; }
}

/* Form section */
.form-section {
  background: linear-gradient(135deg, #CC416C 0%, #761530 100%);
  color: var(--color-cream);
  position: relative; overflow: hidden;
}
.form-section .final-bg-simon {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 80%; max-width: 720px; height: 720px;
  color: var(--color-cream); opacity: .06; pointer-events: none;
}
.form-inner {
  position: relative;
  display: grid; grid-template-columns: 1fr 1fr; gap: 72px;
  align-items: start;
}
.form-left .eyebrow { color: var(--color-cream-yellow); }
.form-left h2 {
  font-family: var(--ff-display); font-style: italic; font-weight: 500;
  font-size: clamp(36px, 4vw, 56px); line-height: 1.05;
  margin: 16px 0 24px;
  color: var(--color-cream); text-wrap: balance;
}
.form-left h2 em { color: var(--color-cream-yellow); font-style: italic; }
.form-lead { font-size: 17px; line-height: 1.55; color: rgba(253, 248, 241, .88); margin: 0 0 32px; max-width: 520px; }
.form-bullets { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.form-bullets li {
  font-size: 15px; color: var(--color-cream);
  padding-left: 28px; position: relative;
}
.form-bullets li::before {
  content: '✓';
  position: absolute; left: 0; top: 0;
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--color-cream-yellow); color: var(--color-rose-dark);
  font-size: 12px; font-weight: 900;
  display: inline-flex; align-items: center; justify-content: center;
  line-height: 1;
}

.form-right {
  background: transparent;
  color: var(--color-cream);
}
.lead-form { display: grid; gap: 18px; }
.field { display: grid; gap: 8px; }
.field-label {
  font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  color: var(--color-rose-dark);
}
.field input,
.field select {
  font-family: var(--ff-body);
  font-size: 16px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1.5px solid var(--color-line);
  background: var(--color-cream);
  color: var(--color-ink);
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
  width: 100%;
}
.field input:focus,
.field select:focus {
  outline: none;
  border-color: var(--color-rose);
  box-shadow: 0 0 0 4px rgba(204, 65, 108, .12);
}
.field select { appearance: none; -webkit-appearance: none; padding-right: 44px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23761530' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat; background-position: right 16px center;
}
.form-submit {
  width: 100%; justify-content: center;
  margin-top: 8px;
  padding: 18px 24px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.form-disclaimer {
  font-size: 12px; color: var(--fg3);
  margin: 8px 0 0; text-align: center;
}

.form-success {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; gap: 16px;
  padding: 32px 16px;
  min-height: 320px;
}
.form-success-icon {
  width: 72px; height: 72px; border-radius: 50%;
  background: var(--color-rose); color: var(--color-cream);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 36px; font-weight: 900;
  box-shadow: 0 12px 28px rgba(204, 65, 108, .3);
}
.form-success h3 {
  font-family: var(--ff-display); font-style: italic; font-weight: 500;
  font-size: 28px; color: var(--color-rose-dark); margin: 0;
}
.form-success p { font-size: 15px; color: var(--fg2); margin: 0; max-width: 360px; line-height: 1.55; }

@media (max-width: 900px) {
  .form-inner { grid-template-columns: 1fr; gap: 40px; }
  .form-right { padding: 0; }
}


/* ===== ActiveCampaign form (imported from v1) ===== */

#_form_10_.gc-form {
  background: rgba(253, 248, 241, .06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(253, 248, 241, .22);
  border-radius: var(--r-lg);
  padding: 40px 36px;
  box-shadow: 0 28px 60px rgba(26, 7, 16, .35);
  margin: 0;
  width: 100%;
  max-width: 720px;
  font-family: var(--ff-body);
  color: var(--color-cream);
}
#_form_10_.gc-form ._form-content { display: block; }
#_form_10_.gc-form .gc-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
#_form_10_.gc-form ._form_element {
  margin-bottom: 16px;
  width: 100%;
  position: relative;
}
#_form_10_.gc-form .gc-form-row ._form_element { margin-bottom: 0; }

#_form_10_.gc-form ._form-label {
  display: block;
  font-family: var(--ff-body);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--color-cream-yellow);
  margin-bottom: 8px;
}
#_form_10_.gc-form .field-required {
  color: var(--color-rose-faded);
  margin-left: 4px;
  font-weight: 700;
}
#_form_10_.gc-form ._field-wrapper { position: relative; }

#_form_10_.gc-form input[type="text"],
#_form_10_.gc-form input[type="tel"],
#_form_10_.gc-form input[type="email"],
#_form_10_.gc-form select {
  width: 100%;
  display: block;
  background: rgba(253, 248, 241, .96) !important;
  color: var(--color-ink) !important;
  border: 1.5px solid transparent !important;
  border-radius: 12px !important;
  padding: 14px 16px !important;
  font-family: var(--ff-body);
  font-size: 15px !important;
  font-weight: 500;
  line-height: 1.4;
  box-sizing: border-box;
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease);
  box-shadow: 0 2px 6px rgba(26, 7, 16, .12);
  outline: none;
}
#_form_10_.gc-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  padding-right: 44px !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'><path d='M1 1L7 7L13 1' stroke='%23761530' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
}
#_form_10_.gc-form select:invalid { color: var(--color-ink-3) !important; }
#_form_10_.gc-form select option { color: var(--color-ink); background: var(--color-cream); }
#_form_10_.gc-form select option[disabled] { color: var(--color-ink-3); }
#_form_10_.gc-form input::placeholder {
  color: var(--color-ink-3);
  opacity: .7;
  font-weight: 400;
}
#_form_10_.gc-form input[type="text"]:focus,
#_form_10_.gc-form input[type="tel"]:focus,
#_form_10_.gc-form input[type="email"]:focus,
#_form_10_.gc-form select:focus {
  border-color: var(--color-rose-faded) !important;
  box-shadow: 0 0 0 4px rgba(242, 159, 197, .25), 0 4px 12px rgba(26, 7, 16, .18);
  background-color: #fff !important;
}
#_form_10_.gc-form input._has_error,
#_form_10_.gc-form select._has_error {
  border-color: var(--color-red) !important;
  box-shadow: 0 0 0 3px rgba(230, 44, 38, .18) !important;
}

#_form_10_.gc-form ._button-wrapper {
  margin-top: 8px;
  width: 100%;
}
#_form_10_.gc-form ._submit {
  display: inline-flex;
  align-items: center; justify-content: center; gap: 10px;
  width: 100%;
  cursor: pointer;
  font-family: var(--ff-body);
  font-weight: 800;
  font-size: 16px;
  letter-spacing: .01em;
  text-align: center;
  background: var(--color-cream-yellow) !important;
  border: 0 !important;
  border-radius: 9999px !important;
  color: var(--color-rose-dark) !important;
  padding: 18px 28px !important;
  box-shadow: 0 12px 30px rgba(241, 218, 176, .3);
  transition: transform .2s var(--ease), background .2s var(--ease), box-shadow .2s var(--ease);
}
#_form_10_.gc-form ._submit:hover {
  background: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(255, 255, 255, .35);
}
#_form_10_.gc-form ._submit:disabled { cursor: not-allowed; opacity: 0.5; }
#_form_10_.gc-form ._submit.processing { position: relative; color: transparent !important; }
#_form_10_.gc-form ._submit.processing::before {
  content: ""; width: 1.2em; height: 1.2em;
  position: absolute; z-index: 1; top: 50%; left: 50%;
  border: double 3px transparent; border-radius: 50%;
  background-image: linear-gradient(var(--color-rose-dark), var(--color-rose-dark)), conic-gradient(var(--color-rose-dark), var(--color-cream-yellow));
  background-origin: border-box; background-clip: content-box, border-box;
  animation: 1200ms ease 0s infinite normal none running _spin;
}
@keyframes _spin {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

#_form_10_.gc-form ._error-inner {
  margin-top: 6px;
  padding: 8px 12px;
  background: rgba(230, 44, 38, .92);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 8px;
}
#_form_10_.gc-form ._error._below, #_form_10_.gc-form ._error._above { position: static; }

#_form_10_.gc-form ._form-thank-you {
  display: block;
  font-family: var(--ff-display); font-style: italic;
  font-size: 22px; color: var(--color-cream);
  text-align: center; padding: 24px 0;
}

/* intl-tel-input overrides â€” keep input on the cream surface */
#_form_10_.gc-form .iti { width: 100%; display: block; }
#_form_10_.gc-form .iti input,
#_form_10_.gc-form .iti input[type="tel"],
#_form_10_.gc-form .iti input[type="text"] {
  width: 100% !important;
  padding-left: 96px !important;
}
#_form_10_.gc-form .iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
  border-radius: 12px 0 0 12px;
  padding: 0 8px 0 14px;
}
#_form_10_.gc-form .iti--separate-dial-code .iti__selected-flag:hover,
#_form_10_.gc-form .iti--separate-dial-code .iti__selected-flag:focus {
  background-color: transparent;
  cursor: default;
}
#_form_10_.gc-form .iti__arrow { display: none !important; }
#_form_10_.gc-form .iti__selected-dial-code {
  color: var(--color-ink);
  font-weight: 600;
  margin-left: 6px;
}
#_form_10_.gc-form .iti__arrow { border-top-color: var(--color-rose-dark); }
#_form_10_.gc-form .iti__country-list {
  color: var(--color-ink);
  background: var(--color-cream);
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(26, 7, 16, .25);
  border: 1px solid var(--color-line);
  max-height: 260px;
}
#_form_10_.gc-form .iti__country.iti__highlight { background-color: rgba(204, 65, 108, .12); }

@media (max-width: 640px) {
  #_form_10_.gc-form { padding: 28px 22px; }
  #_form_10_.gc-form .gc-form-row { grid-template-columns: 1fr; gap: 12px; margin-bottom: 12px; }
  #_form_10_.gc-form ._submit { font-size: 15px; padding: 16px 22px !important; }
}

/* =========================================================================
   MOTION LAYER — scroll reveal, ambient hero movement, sticky CTA, progress
   ========================================================================= */

/* Scroll progress bar */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0%;
  background: var(--grad-sunset);
  z-index: 200; pointer-events: none;
  transition: width .1s linear;
}

/* Generic scroll-reveal */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
  transition-delay: calc(var(--i, 0) * 70ms);
}
.reveal.in-view { opacity: 1; transform: none; }

/* Ambient hero motion */
.hero-bg-spiral-spin { width: 100%; height: 100%; animation: spiral-spin 70s linear infinite; transform-origin: 55% 45%; }
@keyframes spiral-spin { from { transform: rotate(-18deg); } to { transform: rotate(342deg); } }

.hero-bg-waves { animation: waves-drift 9s var(--ease) infinite alternate; }
@keyframes waves-drift {
  from { transform: translateY(0) scale(1); }
  to   { transform: translateY(-10px) scale(1.03); }
}

.hero-tag .dot { animation: tag-pulse 2.2s infinite; }
@keyframes tag-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(241, 218, 176, .55); }
  50%      { box-shadow: 0 0 0 7px rgba(241, 218, 176, 0); }
}

/* Hero card — cursor-reactive tilt (JS sets transform inline) */
.hero-card-1 { transition: transform .12s ease-out; will-change: transform; }

/* Hero intro sequence — plays once on load, no scroll trigger needed (above the fold) */
.hero-in { opacity: 0; transform: translateY(22px); animation: hero-in-up .7s var(--ease) forwards; }
.hero-in-1 { animation-delay: .05s; }
.hero-in-2 { animation-delay: .16s; }
.hero-in-3 { animation-delay: .30s; }
.hero-in-4 { animation-delay: .46s; }
@keyframes hero-in-up { to { opacity: 1; transform: none; } }

/* Ticker — continuous strip, always moving */
.ticker { background: var(--color-ink); overflow: hidden; padding: 11px 0; }
.ticker-track {
  display: flex; align-items: center; gap: 40px; width: max-content;
  animation: ticker-scroll 26s linear infinite;
}
.ticker:hover .ticker-track { animation-play-state: paused; }
@keyframes ticker-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.ticker-item {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--color-cream); white-space: nowrap;
}
.ticker-item .dot { width: 5px; height: 5px; border-radius: 9999px; background: var(--color-rose-faded); flex-shrink: 0; }

/* Count-up numbers */
.count-up { font-variant-numeric: tabular-nums; }

/* Stat blocks — pop-in handled by .reveal + scale */
.stat-block.reveal { transform: translateY(20px) scale(.94); }
.stat-block.reveal.in-view { transform: none; }

/* Sticky mobile CTA */
.sticky-cta {
  position: fixed; left: 16px; right: 16px; bottom: -120px;
  z-index: 60;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  background: var(--color-rose-dark);
  color: var(--color-cream);
  padding: 14px 16px 14px 20px;
  border-radius: 20px;
  box-shadow: var(--shadow-lg);
  transition: bottom .4s var(--ease);
}
.sticky-cta.is-visible { bottom: 16px; }
.sticky-cta-text { font-size: 13px; line-height: 1.3; }
.sticky-cta-text b { color: var(--color-cream-yellow); display: block; font-size: 14px; }
.sticky-cta .btn { flex-shrink: 0; padding: 12px 20px; font-size: 13px; }
@media (min-width: 861px) { .sticky-cta { display: none; } }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .hero-bg-spiral-spin, .hero-bg-waves, .hero-tag .dot { animation: none !important; }
  .hero-in { opacity: 1 !important; transform: none !important; animation: none !important; }
  .ticker-track { animation: none !important; }
  .blob { animation: none !important; }
}

/* =========================================================================
   AMBIENT LAYER — living gradient blobs, grain texture, cursor spotlight
   (principle borrowed from abstract-background sites: the backdrop itself
   breathes, instead of only the content moving on top of it)
   ========================================================================= */
.blob-field { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.blob { position: absolute; border-radius: 50%; filter: blur(48px); will-change: transform; }
.blob-a {
  width: 460px; height: 460px; left: -120px; top: -100px;
  background: radial-gradient(circle, rgba(241, 218, 176, .5), transparent 70%);
  animation: blob-drift-a 24s ease-in-out infinite alternate;
}
.blob-b {
  width: 520px; height: 520px; right: -160px; bottom: -160px;
  background: radial-gradient(circle, rgba(54, 167, 184, .3), transparent 70%);
  animation: blob-drift-b 30s ease-in-out infinite alternate;
}
@keyframes blob-drift-a { from { transform: translate(0, 0) scale(1); } to { transform: translate(60px, 45px) scale(1.14); } }
@keyframes blob-drift-b { from { transform: translate(0, 0) scale(1); } to { transform: translate(-55px, -60px) scale(1.1); } }


