/* =========================================================
   Cardápio de Performance · Faé Mídia Digital
   Mobile first. Breakpoints: 640px, 960px.
   ========================================================= */

:root {
  --fmd-yellow: #F9CB01;   /* fundo principal / hero */
  --fmd-orange: #F5A524;   /* destaques, callouts */
  --fmd-cream:  #FBF5EA;   /* fundo de seções claras */
  --fmd-ink:    #1A1A1A;   /* texto, headlines, seção de cases */
  --fmd-white:  #FFFFFF;

  --fmd-olive:  #5E4B00;   /* destaque de headline sobre amarelo (contraste 5,4:1) */
  --ink-soft:   #3D3D3D;   /* texto secundário em fundo claro */
  --ink-muted:  #5A5A5A;
  --line:       #E6DECF;
  --no:         #C0392B;   /* ✗ do diagnóstico */
  --ok:         #1F8A4C;

  --font-display: "Anton", "Bebas Neue", Impact, "Arial Narrow", sans-serif;
  --font-body: "Montserrat", "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

  --radius: 14px;
  --radius-lg: 22px;
  --shadow: 0 1px 2px rgba(26, 26, 26, .06), 0 8px 24px rgba(26, 26, 26, .08);
  --gutter: 16px;
  --section-y: 64px;
}

@media (min-width: 640px) { :root { --gutter: 24px; --section-y: 88px; } }
@media (min-width: 960px) { :root { --gutter: 32px; --section-y: 112px; } }

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--fmd-ink);
  background: var(--fmd-cream);
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p, ul, ol { margin: 0; }
ul, ol { padding: 0; list-style: none; }
button { font: inherit; color: inherit; }
a { color: inherit; }
strong, b { font-weight: 700; }
:focus-visible { outline: 3px solid var(--fmd-ink); outline-offset: 3px; border-radius: 6px; }
.section--ink :focus-visible, .final :focus-visible { outline-color: var(--fmd-yellow); }

.container { width: 100%; max-width: 1180px; margin-inline: auto; padding-inline: var(--gutter); }
.container--narrow { max-width: 820px; }

/* ---------- Sections ---------- */
.section { padding-block: var(--section-y); }
.section--tight { padding-block: calc(var(--section-y) * .7); }
.section--cream  { background: var(--fmd-cream); }
.section--white  { background: var(--fmd-white); }
.section--yellow { background: var(--fmd-yellow); }
.section--ink    { background: var(--fmd-ink); color: var(--fmd-white); }

.kicker {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 10px;
}
.kicker--yellow { color: var(--fmd-yellow); }

.section-title {
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(34px, 8.4vw, 60px);
  line-height: 1.08;
  letter-spacing: .005em;
  max-width: 18ch;
}
.section-lead {
  margin-top: 16px;
  max-width: 62ch;
  font-size: 17px;
  color: var(--ink-soft);
}
.section--ink .section-lead { color: #CFCFCF; }
.hl-yellow { color: var(--fmd-yellow); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 26px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
  -webkit-tap-highlight-color: transparent;
}
.btn::after {
  content: "";
  width: 18px; height: 18px;
  margin-left: 10px;
  flex: none;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E") center / contain no-repeat;
  transition: transform .15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:hover::after { transform: translateX(3px); }
.btn:active { transform: translateY(0); }

.btn--ink    { background: var(--fmd-ink); color: var(--fmd-yellow); box-shadow: 0 6px 0 rgba(0,0,0,.18); }
.btn--ink:hover { box-shadow: 0 8px 0 rgba(0,0,0,.18); }
.btn--yellow { background: var(--fmd-yellow); color: var(--fmd-ink); box-shadow: 0 6px 0 rgba(249,203,1,.25); }
.btn--block  { display: flex; width: 100%; }

.cta-block { margin-top: 28px; }
.cta-block .btn { width: 100%; }
@media (min-width: 640px) { .cta-block .btn { width: auto; padding-inline: 36px; } }
.cta-block--center { text-align: center; margin-top: 40px; }

/* =========================================================
   1. HERO
   ========================================================= */
.hero {
  background: var(--fmd-yellow);
  overflow: hidden;
}
.hero__top { padding-top: 18px; }
.brand { width: auto; height: 64px; }
@media (min-width: 960px) { .brand { height: 80px; } }

.hero__grid { display: grid; gap: 8px; padding-top: 28px; }
.eyebrow {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--fmd-ink);
  color: var(--fmd-yellow);
  font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  margin-bottom: 18px;
}
.hero__title {
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(40px, 11vw, 76px);
  line-height: 1.06;
  letter-spacing: .003em;
}
.hero__title .hl { display: block; color: var(--fmd-olive); }
.hero__lead {
  margin-top: 14px;
  font-size: 18px; font-weight: 700; line-height: 1.35;
}
.hero__sub {
  margin-top: 18px;
  padding-left: 14px;
  border-left: 4px solid var(--fmd-ink);
  font-size: 16px; font-weight: 500; line-height: 1.6;
  max-width: 58ch;
}
.hero__sub strong { font-weight: 800; }
.hero__objections {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-top: 22px;
}
.hero__objections li {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 12px 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.55);
  font-size: 13px; font-weight: 700;
}
.hero__objections li::before {
  content: ""; width: 16px; height: 16px; flex: none; border-radius: 50%;
  background: var(--fmd-ink) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F9CB01' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12.5l4 4 8-9'/%3E%3C/svg%3E") center / 11px no-repeat;
}
.hero__self { margin-top: 12px; font-size: 15px; font-weight: 700; }

.hero__visual { margin-top: 32px; padding-bottom: 48px; }

/* Três celulares com cardápios reais rolando sozinhos */
.phones {
  position: relative;
  width: 100%;
  max-width: 440px;
  aspect-ratio: 1 / 1.1;
  margin-inline: auto;
}
.phone {
  position: absolute;
  aspect-ratio: 9 / 19;
  padding: 7px;
  border-radius: 34px;
  background: var(--fmd-ink);
  box-shadow: 0 30px 60px rgba(26, 26, 26, .28), inset 0 0 0 1.5px #3a3a3a;
}
.phone::before {
  content: ""; position: absolute; z-index: 1;
  top: 13px; left: 50%; transform: translateX(-50%);
  width: 30%; height: 16px; border-radius: 999px;
  background: var(--fmd-ink);
}
.phone__screen { height: 100%; overflow: hidden; border-radius: 27px; background: #F4F4F6; }
.phone__screen img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 0; }
.phone--front { z-index: 2; left: 25%; top: 0; width: 50%; }
.phone--left  { left: 1%;  top: 12%; width: 40%; transform: rotate(-8deg); }
.phone--right { right: 1%; top: 12%; width: 40%; transform: rotate(8deg); }

.chips { position: absolute; inset: 0; z-index: 3; pointer-events: none; }
.chip {
  position: absolute;
  display: inline-flex; align-items: center; gap: 7px;
  padding: 8px 13px 8px 9px;
  border-radius: 999px;
  background: var(--fmd-white);
  box-shadow: 0 10px 24px rgba(26, 26, 26, .2);
  font-size: 12.5px; font-weight: 800; line-height: 1.2; white-space: nowrap;
}
.chip::before {
  content: ""; width: 18px; height: 18px; flex: none; border-radius: 50%;
  background: var(--fmd-ink) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F9CB01' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12.5l4 4 8-9'/%3E%3C/svg%3E") center / 11px no-repeat;
}
.chip--1 { top: 6%;  left: 0; }
.chip--2 { top: 38%; right: 0; }
.chip--3 { top: 60%; left: 2%; }
.chip--4 { bottom: 4%; right: 6%; }

@media (min-width: 960px) {
  .hero .container { max-width: 1320px; }
  .hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 32px;
    align-items: end;
    padding-top: 40px;
  }
  .hero__copy { padding-bottom: 88px; }
  .hero__grid { align-items: center; }
  .hero__visual { margin: 0; padding-bottom: 40px; }
  .phones { max-width: 520px; }
  .chip { font-size: 14px; padding: 10px 16px 10px 11px; }
  .hero__title { font-size: clamp(52px, 4.6vw, 70px); }
  .hero__lead { font-size: 20px; }
  .hero__sub { font-size: 17px; }
}

/* =========================================================
   2. COMO FUNCIONA
   ========================================================= */
.steps { display: grid; gap: 14px; margin-top: 32px; counter-reset: step; }
.step {
  position: relative;
  padding: 24px 22px 22px;
  background: var(--fmd-white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.step__num {
  position: absolute; top: 16px; right: 20px;
  font-family: var(--font-display); font-size: 56px; line-height: 1;
  color: var(--fmd-yellow);
  -webkit-text-stroke: 1.5px var(--fmd-ink);
}
.step__icon {
  display: grid; place-items: center;
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--fmd-yellow);
  margin-bottom: 16px;
}
.step__icon svg { width: 26px; height: 26px; fill: none; stroke: var(--fmd-ink); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.step h3 { font-size: 19px; font-weight: 800; line-height: 1.25; padding-right: 48px; }
.step p { margin-top: 6px; color: var(--ink-soft); }

@media (min-width: 800px) {
  .steps { grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; }
  .step { padding: 28px 26px 26px; }
}

/* =========================================================
   3. DIAGNÓSTICO
   ========================================================= */
.issues { display: grid; gap: 12px; margin-top: 32px; }
.issue {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 18px;
  background: var(--fmd-cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.issue__x {
  flex: none; width: 32px; height: 32px; border-radius: 50%;
  background: var(--no) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.2' stroke-linecap='round'%3E%3Cpath d='M7 7l10 10M17 7 7 17'/%3E%3C/svg%3E") center / 16px no-repeat;
}
.issue h3 { font-size: 16px; font-weight: 800; line-height: 1.3; }
.issue p { margin-top: 4px; font-size: 15px; color: var(--ink-soft); line-height: 1.5; }

@media (min-width: 640px) { .issues { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .issues { grid-template-columns: repeat(4, 1fr); gap: 16px; } .issue { flex-direction: column; } }

.callout-box {
  margin-top: 28px;
  padding: 20px 22px;
  border-radius: var(--radius);
  background: var(--fmd-yellow);
  font-size: 17px; font-weight: 500;
  max-width: 820px;
}

/* =========================================================
   4. NA PRÁTICA (cardápios com callouts)
   ========================================================= */
.tabs {
  display: inline-flex; gap: 4px;
  margin-top: 28px; padding: 4px;
  background: var(--fmd-white);
  border-radius: 999px;
  box-shadow: var(--shadow);
}
.tab {
  min-height: 44px; padding: 10px 20px;
  border: 0; border-radius: 999px; background: transparent;
  font-weight: 700; font-size: 15px; cursor: pointer;
}
.tab[aria-selected="true"] { background: var(--fmd-ink); color: var(--fmd-yellow); }

.showcase { display: grid; gap: 24px; margin-top: 24px; }
.showcase[hidden] { display: none; }

.device {
  background: var(--fmd-ink);
  border-radius: 20px;
  padding: 0 8px 8px;
  box-shadow: 0 20px 50px rgba(26,26,26,.22);
  max-width: 560px;
  width: 100%;
  margin-inline: auto;
}
.device__bar { display: flex; gap: 6px; padding: 12px 8px; }
.device__bar i { width: 10px; height: 10px; border-radius: 50%; background: #444; }
.device__bar i:first-child { background: var(--fmd-orange); }
.device__screen {
  height: min(68vh, 560px);
  overflow-y: auto;
  overscroll-behavior: contain;
  border-radius: 12px;
  background: #F4F4F6;
  scrollbar-width: thin;
}
.device__canvas { position: relative; }
.device__canvas img { width: 100%; }

.pin {
  position: absolute;
  left: var(--x); top: var(--y);
  transform: translate(-50%, -50%);
  width: 32px; height: 32px;
  display: grid; place-items: center;
  border: 3px solid var(--fmd-white);
  border-radius: 50%;
  background: var(--fmd-ink);
  color: var(--fmd-yellow);
  font-weight: 800; font-size: 14px; line-height: 1;
  box-shadow: 0 4px 12px rgba(0,0,0,.35);
  cursor: pointer;
  padding: 0;
}
/* área de toque de 44px sem aumentar o círculo */
.pin::before { content: ""; position: absolute; inset: -9px; border-radius: 50%; }
.pin.is-active, .pin:hover { background: var(--fmd-yellow); color: var(--fmd-ink); border-color: var(--fmd-ink); }
.pin.is-active { animation: pulse 1.2s ease-out 2; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(249,203,1,.9); } 100% { box-shadow: 0 0 0 16px rgba(249,203,1,0); } }

.legend { display: grid; gap: 8px; counter-reset: legend; align-content: start; }
.legend li { counter-increment: legend; }
.legend button {
  position: relative; display: block;
  width: 100%; min-height: 44px;
  padding: 12px 14px 12px 52px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--fmd-white);
  text-align: left; font-size: 15px; line-height: 1.45; color: var(--ink-soft);
  cursor: pointer;
  transition: border-color .15s ease, background-color .15s ease;
}
.legend button::before {
  content: counter(legend);
  position: absolute; left: 14px; top: 11px;
  display: grid; place-items: center;
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--fmd-ink); color: var(--fmd-yellow);
  font-weight: 800; font-size: 13px;
}
.legend b { color: var(--fmd-ink); }
.legend button:hover, .legend li.is-active button { border-color: var(--fmd-ink); background: #FFFBEA; }

@media (min-width: 960px) {
  .showcase { grid-template-columns: minmax(0, 560px) minmax(0, 1fr); gap: 48px; align-items: start; }
  .device__screen { height: 640px; }
}

/* =========================================================
   5. O QUE VOCÊ RECEBE
   ========================================================= */
.modules { display: grid; gap: 0; margin-top: 32px; border-top: 1px solid var(--line); }
.module {
  display: flex; gap: 18px; align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.module__num {
  flex: none;
  font-family: var(--font-display); font-size: 34px; line-height: 1;
  color: var(--fmd-ink);
  background: var(--fmd-yellow);
  padding: 6px 8px 4px; border-radius: 8px;
  min-width: 54px; text-align: center;
}
.module h3 { font-size: 18px; font-weight: 800; line-height: 1.3; }
.module p { margin-top: 4px; color: var(--ink-soft); }

@media (min-width: 800px) {
  .modules { grid-template-columns: 1fr 1fr; column-gap: 48px; border-top: 0; }
  .module:nth-child(-n+2) { border-top: 1px solid var(--line); }
}

.bonus {
  display: grid; gap: 20px;
  margin-top: 44px;
  padding: 20px;
  border-radius: var(--radius-lg);
  background: var(--fmd-ink);
  color: var(--fmd-white);
  position: relative;
}
.bonus__logo {
  background: var(--fmd-white);
  border-radius: var(--radius);
  padding: 18px 24px;
  display: grid; place-items: center;
}
.bonus__logo img { width: 100%; max-width: 220px; }
.badge {
  display: inline-block;
  padding: 4px 12px; border-radius: 999px;
  background: var(--fmd-orange); color: var(--fmd-ink);
  font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
}
.bonus h3 {
  margin-top: 10px;
  font-family: var(--font-display); font-weight: 400; text-transform: uppercase;
  font-size: clamp(28px, 7vw, 40px); line-height: 1.05;
  color: var(--fmd-yellow);
}
.bonus__body > p { margin-top: 8px; color: #D6D6D6; }
.bonus__body strong { color: var(--fmd-white); }

.coupon {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-top: 18px;
}
.coupon__code {
  flex: 1 1 180px;
  display: flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 10px 16px;
  border: 2px dashed var(--fmd-yellow);
  border-radius: 12px;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 20px; font-weight: 700; letter-spacing: .12em;
  color: var(--fmd-yellow);
  user-select: all;
}
.coupon__btn {
  flex: 1 1 160px;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 52px; padding: 10px 18px;
  border: 0; border-radius: 12px;
  background: var(--fmd-yellow); color: var(--fmd-ink);
  font-weight: 800; font-size: 15px; cursor: pointer;
  transition: background-color .15s ease;
}
.coupon__btn svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.coupon__btn.is-copied { background: #7BD88F; }
.coupon__status { min-height: 1.4em; margin-top: 8px; font-size: 14px; color: #BDBDBD; }

.bonus__steps { display: grid; gap: 6px; margin-top: 14px; counter-reset: bstep; }
.bonus__steps li {
  counter-increment: bstep;
  display: flex; align-items: center; gap: 10px;
  font-size: 15px; font-weight: 600; color: var(--fmd-white);
}
.bonus__steps li::before {
  content: counter(bstep);
  display: grid; place-items: center; flex: none;
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--fmd-orange); color: var(--fmd-ink);
  font-size: 13px; font-weight: 800;
}

/* Link secundário (contorno) para não competir com o CTA principal do guia */
.bonus__link {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; min-height: 52px; margin-top: 4px; padding: 12px 20px;
  border: 2px solid var(--fmd-yellow); border-radius: 12px;
  color: var(--fmd-yellow);
  font-weight: 800; font-size: 15px; text-align: center; text-decoration: none;
  transition: background-color .15s ease, color .15s ease;
}
.bonus__link svg { width: 18px; height: 18px; flex: none; fill: none; stroke: currentColor; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.bonus__link:hover { background: var(--fmd-yellow); color: var(--fmd-ink); }
@media (min-width: 640px) { .bonus__link { width: auto; display: inline-flex; } }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

@media (min-width: 800px) {
  .bonus { grid-template-columns: 300px 1fr; gap: 36px; align-items: center; padding: 28px; }
  .bonus__logo { height: 100%; }
}

/* =========================================================
   6. CASES
   ========================================================= */
.cases {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 80%;
  gap: 14px;
  margin: 32px calc(var(--gutter) * -1) 0;
  padding: 4px var(--gutter) 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: var(--gutter);
  scrollbar-width: thin;
  scrollbar-color: #555 transparent;
}
.case {
  scroll-snap-align: start;
  display: flex; flex-direction: column;
  background: #242424;
  border: 1px solid #333;
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.case img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: top;
  background: #111;
}
.case__body { padding: 18px 18px 22px; }
.case h3 { font-size: 19px; font-weight: 800; line-height: 1.25; }
.case__seg { margin-top: 2px; font-size: 13px; color: #A8A8A8; font-weight: 600; }
.checks { display: grid; gap: 10px; margin-top: 14px; }
.checks li {
  position: relative; padding-left: 30px;
  font-size: 15px; line-height: 1.5; color: #EDEDED;
}
.checks li::before {
  content: ""; position: absolute; left: 0; top: 1px;
  width: 20px; height: 20px; border-radius: 50%;
  border: 2px solid var(--fmd-yellow);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F9CB01' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12.5l4 4 8-9'/%3E%3C/svg%3E") center / 12px no-repeat;
}
.cases__hint { margin-top: 4px; font-size: 13px; color: #A8A8A8; }
.cases__note { margin-top: 24px; font-size: 13px; color: #A8A8A8; max-width: 70ch; }

@media (min-width: 640px) { .cases { grid-auto-columns: 46%; } }
@media (min-width: 1040px) {
  .cases {
    grid-auto-flow: row;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-columns: auto;
    overflow: visible;
    margin-inline: 0;
    padding: 0;
    gap: 18px;
  }
  .cases__hint { display: none; }
}

/* =========================================================
   7. PARA QUEM É
   ========================================================= */
.fit { display: grid; gap: 16px; margin-top: 32px; }
.fit__col {
  padding: 24px 22px;
  border-radius: var(--radius-lg);
  background: var(--fmd-white);
  box-shadow: var(--shadow);
}
.fit__col h3 { font-size: 20px; font-weight: 800; margin-bottom: 14px; }
.fit__col ul { display: grid; gap: 12px; }
.fit__col li { position: relative; padding-left: 34px; line-height: 1.5; }
.fit__col li::before {
  content: ""; position: absolute; left: 0; top: 0;
  width: 24px; height: 24px; border-radius: 50%;
  background-position: center; background-size: 13px; background-repeat: no-repeat;
}
.fit__col--yes { border-top: 6px solid var(--ok); }
.fit__col--yes li::before { background-color: var(--ok); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12.5l4 4 8-9'/%3E%3C/svg%3E"); }
.fit__col--no { border-top: 6px solid var(--no); }
.fit__col--no li::before { background-color: var(--no); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round'%3E%3Cpath d='M7 7l10 10M17 7 7 17'/%3E%3C/svg%3E"); background-size: 11px; }

@media (min-width: 800px) { .fit { grid-template-columns: 1fr 1fr; gap: 24px; } .fit__col { padding: 30px 28px; } }

/* Saída para quem vende só por marketplace (link secundário, não compete com o CTA do guia) */
.market {
  display: grid; gap: 16px;
  margin-top: 24px;
  padding: 22px;
  border: 2px dashed #CFC6B2;
  border-radius: var(--radius-lg);
  background: var(--fmd-white);
}
.market__logos { display: flex; gap: 8px; }
/* Ícones de app: cantos arredondados + borda fina (o do iFood tem fundo branco) */
.market__logos img {
  width: 48px; height: 48px;
  border-radius: 12px;
  box-shadow: 0 0 0 1px var(--line), 0 4px 10px rgba(26, 26, 26, .08);
}
.market h3 { font-size: 19px; font-weight: 800; line-height: 1.3; }
.market p { margin-top: 6px; color: var(--ink-soft); line-height: 1.55; }
.market__btn {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 12px 20px;
  border: 2px solid var(--fmd-ink); border-radius: 999px;
  color: var(--fmd-ink);
  font-weight: 800; font-size: 15px; text-align: center; text-decoration: none;
  transition: background-color .15s ease, color .15s ease;
}
.market__btn svg { width: 22px; height: 22px; flex: none; fill: currentColor; }
.market__btn:hover { background: var(--fmd-ink); color: var(--fmd-white); }

@media (min-width: 800px) {
  .market { grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; padding: 24px 28px; }
  .market__logos img { width: 56px; height: 56px; border-radius: 14px; }
}

/* =========================================================
   8. OFERTA
   ========================================================= */
.offer { display: grid; gap: 28px; align-items: center; }
.offer__cover { max-width: 300px; margin-inline: auto; }
.offer__cover img { border-radius: 12px; box-shadow: 0 24px 50px rgba(26,26,26,.28); transform: rotate(-2deg); }
.offer__card {
  background: var(--fmd-white);
  border-radius: var(--radius-lg);
  padding: 26px 20px;
  box-shadow: 0 20px 50px rgba(26,26,26,.16);
}
.offer__title {
  font-family: var(--font-display); font-weight: 400; text-transform: uppercase;
  font-size: clamp(36px, 9vw, 52px); line-height: 1.06;
}
.offer__list { display: grid; gap: 8px; margin-top: 18px; }
.offer__list li { position: relative; padding-left: 28px; font-weight: 500; line-height: 1.45; }
.offer__list li::before {
  content: ""; position: absolute; left: 0; top: 2px;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--fmd-ink) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F9CB01' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12.5l4 4 8-9'/%3E%3C/svg%3E") center / 11px no-repeat;
}
.offer__bonus { margin-top: 4px; padding: 8px 10px 8px 38px !important; background: #FFF4C7; border-radius: 10px; }
.offer__bonus::before { left: 10px !important; top: 10px !important; background-color: var(--fmd-orange) !important; }

.price {
  margin: 22px 0 20px;
  padding-top: 20px;
  border-top: 1px dashed #CFC6B2;
  text-align: center;
}
.price__label { font-size: 14px; font-weight: 600; color: var(--ink-muted); }
.price__main {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(54px, 15vw, 76px); line-height: 1; letter-spacing: .01em;
  margin-top: 4px;
}
.price__x { font-size: .42em; vertical-align: .55em; margin-right: 2px; }
.price__alt { margin-top: 6px; font-size: 18px; color: var(--ink-soft); }
.price__alt strong { color: var(--fmd-ink); }

@media (min-width: 900px) {
  .offer { grid-template-columns: .9fr 1fr; gap: 64px; max-width: 1040px; margin-inline: auto; }
  .offer__cover { max-width: 420px; }
  .offer__card { padding: 36px 36px 30px; }
}

/* =========================================================
   9. GARANTIA
   ========================================================= */
.guarantee {
  display: grid; gap: 24px; justify-items: center; text-align: center;
  max-width: 900px; margin-inline: auto;
}
.seal { width: 168px; height: 168px; flex: none; }
.seal svg { width: 100%; height: 100%; }
.guarantee .section-title { max-width: none; font-size: clamp(32px, 7.6vw, 52px); }
.guarantee__text p:last-child { margin-top: 14px; font-size: 17px; color: var(--ink-soft); max-width: 56ch; }
.guarantee__text strong { color: var(--fmd-ink); }

@media (min-width: 720px) {
  .guarantee { grid-template-columns: auto 1fr; justify-items: start; text-align: left; gap: 44px; align-items: center; }
  .seal { width: 200px; height: 200px; }
}

/* =========================================================
   10. FAQ
   ========================================================= */
.faq { margin-top: 28px; display: grid; gap: 10px; }
.faq details {
  background: var(--fmd-white);
  border-radius: var(--radius);
  border: 1px solid var(--line);
}
.faq summary {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  min-height: 56px; padding: 16px 18px;
  font-weight: 700; font-size: 16px; line-height: 1.35;
  cursor: pointer; list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; flex: none; width: 28px; height: 28px; border-radius: 50%;
  background: var(--fmd-yellow) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231A1A1A' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M12 6v12M6 12h12'/%3E%3C/svg%3E") center / 14px no-repeat;
  transition: transform .2s ease;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 18px 18px; color: var(--ink-soft); }
.faq details a { color: var(--fmd-ink); font-weight: 700; }
.faq code { font-weight: 700; background: #FFF4C7; padding: 1px 6px; border-radius: 4px; color: var(--fmd-ink); }

/* =========================================================
   11. CTA FINAL + 12. RODAPÉ
   ========================================================= */
.final__inner { text-align: center; }
.final__title {
  font-family: var(--font-display); font-weight: 400; text-transform: uppercase;
  font-size: clamp(40px, 10vw, 84px); line-height: 1.08;
  max-width: 16ch; margin-inline: auto;
}
.final__title .hl-yellow { display: block; }
.final__lead { margin-top: 18px; font-size: 18px; color: #D6D6D6; }

.footer {
  background: #111;
  color: #A8A8A8;
  font-size: 13px;
  text-align: center;
  padding: 28px 0 28px;
}
.footer__logo { width: auto; height: 56px; margin: 0 auto 14px; opacity: .9; }

/* ---------- CTA fixo (mobile) ---------- */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  padding: 10px var(--gutter) calc(10px + env(safe-area-inset-bottom));
  background: rgba(249, 203, 1, .97);
  box-shadow: 0 -6px 20px rgba(26,26,26,.18);
  transform: translateY(110%);
  visibility: hidden;
  transition: transform .25s ease, visibility 0s linear .25s;
}
.sticky-cta .btn { min-height: 52px; padding: 12px 14px; font-size: 13.5px; letter-spacing: .02em; box-shadow: none; }
.sticky-cta .btn::after { width: 16px; height: 16px; margin-left: 8px; }
.sticky-cta.is-visible { transform: translateY(0); visibility: visible; transition: transform .25s ease; }
@media (max-width: 767px) { body.has-sticky .footer { padding-bottom: 100px; } }
@media (min-width: 768px) { .sticky-cta { display: none; } }

/* =========================================================
   ANIMAÇÕES
   Tudo aqui fica desligado com prefers-reduced-motion
   (regra global no topo + media query abaixo).
   ========================================================= */
.hl__mark {
  background: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)) no-repeat 0 78% / 100% .3em;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.seal__ring { transform-origin: 100px 100px; }

@keyframes fadeUp   { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes slideIn  { from { transform: translateX(12%) rotate(3deg); } to { transform: none; } }
@keyframes float    { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes floatTilt { 0%, 100% { transform: rotate(-2deg) translateY(0); } 50% { transform: rotate(-3deg) translateY(-12px); } }
@keyframes underline { from { background-size: 0 .3em; } to { background-size: 100% .3em; } }
@keyframes spin     { to { transform: rotate(360deg); } }
@keyframes shine    { 0%, 55% { background-position: 160% 0; } 85%, 100% { background-position: -60% 0; } }
@keyframes pop      { 0% { transform: scale(0); } 70% { transform: scale(1.18); } 100% { transform: scale(1); } }
@keyframes ring     { 0% { transform: scale(1); opacity: .9; } 100% { transform: scale(1.9); opacity: 0; } }
@keyframes nudge    { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(6px); } }
@keyframes floatLeft  { 0%, 100% { transform: rotate(-8deg) translateY(0); } 50% { transform: rotate(-7deg) translateY(-8px); } }
@keyframes floatRight { 0%, 100% { transform: rotate(8deg) translateY(0); }  50% { transform: rotate(7deg) translateY(-8px); } }
@keyframes menuScroll { 0%, 10% { object-position: 50% 0; } 50%, 60% { object-position: 50% 100%; } 95%, 100% { object-position: 50% 0; } }
@keyframes chipIn {
  0%        { opacity: 0; transform: translateY(10px) scale(.7); }
  4%, 30%   { opacity: 1; transform: none; }
  34%, 100% { opacity: 0; transform: translateY(-6px) scale(.95); }
}

@media (prefers-reduced-motion: no-preference) {
  /* Hero: entrada em cascata */
  .hero__top, .hero__copy > * { animation: fadeUp .7s cubic-bezier(.2, .7, .2, 1) both; }
  .hero__copy > :nth-child(1) { animation-delay: .05s; }
  .hero__copy > :nth-child(2) { animation-delay: .12s; }
  .hero__copy > :nth-child(3) { animation-delay: .22s; }
  .hero__copy > :nth-child(4) { animation-delay: .3s; }
  .hero__copy > :nth-child(5) { animation-delay: .38s; }
  .hero__copy > :nth-child(6) { animation-delay: .44s; }
  .hero__copy > :nth-child(7) { animation-delay: .5s; }
  .hl__mark { animation: underline .8s cubic-bezier(.6, 0, .2, 1) .75s both; }
  /* Celulares: entram de lado (só transform, sem opacity, para não atrasar o LCP),
     flutuam e o cardápio rola sozinho: topo → fim → topo */
  .hero__visual { animation: slideIn 1s cubic-bezier(.2, .7, .2, 1) both; }
  .phone--front { animation: float 6s ease-in-out 1s infinite; }
  .phone--left  { animation: floatLeft 7s ease-in-out 1.4s infinite; }
  .phone--right { animation: floatRight 7.5s ease-in-out 1.8s infinite; }
  .phone__screen img { animation: menuScroll 16s ease-in-out 1.2s infinite; }
  .phone--left .phone__screen img  { animation-duration: 18s; animation-delay: 3s; }
  .phone--right .phone__screen img { animation-duration: 20s; animation-delay: 5s; }

  .chip { opacity: 0; animation: chipIn 12s cubic-bezier(.3, 1.4, .5, 1) infinite; }
  .chip--1 { animation-delay: 1.4s; }
  .chip--2 { animation-delay: 4.4s; }
  .chip--3 { animation-delay: 7.4s; }
  .chip--4 { animation-delay: 10.4s; }

  /* Brilho passando nos botões */
  .btn--ink, .btn--yellow {
    background-image: linear-gradient(110deg, transparent 35%, rgba(255, 255, 255, .28) 50%, transparent 65%);
    background-size: 250% 100%;
    background-repeat: no-repeat;
    animation: shine 4.5s ease-in-out 1.5s infinite;
  }
  .btn:hover::after { animation: nudge .6s ease-in-out infinite; }

  /* Revelar ao rolar (classes aplicadas pelo main.js) */
  .reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .6s ease, transform .7s cubic-bezier(.2, .7, .2, 1);
    transition-delay: calc(var(--i, 0) * 70ms);
  }
  .reveal.is-in { opacity: 1; transform: none; }

  .issue.is-in .issue__x { animation: pop .45s cubic-bezier(.3, 1.6, .5, 1) both; animation-delay: calc(var(--i, 0) * 70ms + .25s); }
  .step.is-in .step__icon { animation: pop .5s cubic-bezier(.3, 1.6, .5, 1) both; animation-delay: calc(var(--i, 0) * 70ms + .2s); }
  .price.is-in .price__main { animation: pop .55s cubic-bezier(.3, 1.6, .5, 1) .15s both; }

  /* Pontos do cardápio "chamando" o toque */
  .pin::after {
    content: ""; position: absolute; inset: -3px; border-radius: 50%;
    border: 2px solid var(--fmd-yellow);
    pointer-events: none;
    animation: ring 2.4s ease-out infinite;
  }
  .pin:nth-of-type(2n)::after { animation-delay: .8s; }
  .pin:nth-of-type(3n)::after { animation-delay: 1.6s; }
  .pin.is-active::after { animation: none; opacity: 0; }

  .showcase:not([hidden]) { animation: fadeUp .45s ease both; }
  .offer__cover img { animation: floatTilt 7s ease-in-out infinite; }
  .seal__ring { animation: spin 24s linear infinite; }
  .faq details[open] p { animation: fadeUp .35s ease both; }
  .cases__hint { animation: nudge 1.6s ease-in-out infinite; }

  .step.reveal, .case.reveal, .fit__col.reveal {
    transition: opacity .6s ease, transform .7s cubic-bezier(.2, .7, .2, 1), box-shadow .2s ease;
    transition-delay: calc(var(--i, 0) * 70ms);
  }
  .step.is-in:hover, .fit__col.is-in:hover { transform: translateY(-4px); box-shadow: 0 2px 4px rgba(26,26,26,.06), 0 16px 36px rgba(26,26,26,.14); transition-delay: 0s; }
  .case.is-in:hover { transform: translateY(-4px); transition-delay: 0s; }
}
