/* MAVT — site institucional (identidade: dark, minimal, azul tech) */

/* Outfit auto-hospedada (fonte variável 300–700) — sem viagem ao Google Fonts */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('fonts/outfit-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('fonts/outfit-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  color-scheme: dark;
  --page: #0d0d0f;
  --surface: #16161a;
  --surface-2: #1c1c22;
  --ink: #f5f6f8;
  --ink-2: #b8bac2;
  --muted: #82848d;
  --grid: #26262e;
  --border: rgba(255, 255, 255, 0.08);
  --brand: #3b82f6;
  --brand-2: #2563eb;
  --brand-ink: #7fb0f9;
  --brand-grad: linear-gradient(180deg, #60a5fa, #2563eb);
  --logo-tri: #2454e6; /* triangulo da marca: azul MAVT do vetor oficial */
  --glow: rgba(59, 130, 246, .22);
  --icon-bg: rgba(59, 130, 246, .12);
  --card-hover: rgba(59, 130, 246, .45);
  --spot-glow: rgba(59, 130, 246, .16);
  --tg-a: #7fb0f9;
  --tg-b: #2563eb;
  --btn-ink: #fff;
  --hover-ink: #fff;
  --wm-ink: #fff;
  --header-bg: rgba(13, 13, 15, .82);
  --menu-bg: rgba(13, 13, 15, .97);
  --hero-tint: #131318;
  --alt-bg: linear-gradient(180deg, #101014, #0d0d0f);
  --chip-bg: rgba(255, 255, 255, .03);
  --btn-ghost-bg: rgba(255, 255, 255, .03);
  --radius: 16px;
  --container: 1080px;
}

/* temas por plataforma (classe no body) */
/* iFood: tema CLARO no padrao da marca — fundo branco, vermelho #EA1D2C */
.theme-ifood {
  color-scheme: light;
  --page: #ffffff;
  --surface: #ffffff;
  --surface-2: #faf8f8;
  --ink: #1c1c21;
  --ink-2: #4c4c55;
  --muted: #83838c;
  --grid: #e9e6e7;
  --border: rgba(17, 17, 20, .09);
  --brand: #ea1d2c;
  --brand-2: #c40f1d;
  --brand-ink: #e60f1f;
  --brand-grad: linear-gradient(180deg, #ff3644, #e00516);
  --glow: rgba(234, 29, 44, .13);
  --icon-bg: rgba(234, 29, 44, .10);
  --card-hover: rgba(234, 29, 44, .45);
  --spot-glow: rgba(234, 29, 44, .08);
  --tg-a: #ff2e3e;
  --tg-b: #e00516;
  --hover-ink: #111;
  --wm-ink: #1c1c21;
  --logo-tri: #e00516; /* triangulo vermelho so nesta pagina */
  --header-bg: rgba(255, 255, 255, .9);
  --menu-bg: rgba(255, 255, 255, .98);
  --hero-tint: #ffffff;
  --alt-bg: #f8f6f6;
  --chip-bg: #ffffff;
  --btn-ghost-bg: #ffffff;
}
.theme-ifood .card,
.theme-ifood .faq__item,
.theme-ifood .spotlight,
.theme-ifood .cta__box { box-shadow: 0 4px 18px rgba(25, 10, 12, .06); }

/* selo de prova social em destaque sobre o vermelho */
.theme-ifood .hero__badge {
  background: #fff;
  border: 2px solid #e00516;
  color: #e00516;
  font-size: 15.5px;
  font-weight: 700;
  padding: 12px 26px;
  box-shadow: 0 8px 28px rgba(150, 8, 18, .30);
}

/* topo do hero: vermelho vivo caindo em degrade ate o branco */
.theme-ifood .hero__glow {
  background: linear-gradient(180deg,
    #ea1d2c 0%,
    rgba(234, 29, 44, .55) 14%,
    rgba(255, 99, 108, .22) 30%,
    rgba(255, 255, 255, 0) 52%);
}

/* casos reais com print do painel */
.caso {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 20px; padding: 28px 28px 24px; margin-top: 24px;
  box-shadow: 0 4px 18px rgba(25, 10, 12, .06);
}
.caso__head {
  display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; margin-bottom: 20px;
}
.caso__head h3 { font-size: 20px; font-weight: 600; }
.caso__periodo { font-size: 13px; color: var(--muted); }
.caso__metricas {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 24px;
}
.metrica {
  background: var(--icon-bg); border-radius: 14px; padding: 16px 18px;
}
.metrica b {
  display: block; font-size: 27px; font-weight: 700; color: var(--brand-ink);
  line-height: 1.1; margin-bottom: 6px;
}
.metrica span { font-size: 13px; color: var(--ink-2); line-height: 1.45; }
.caso__print {
  width: 100%; height: auto; display: block;
  border-radius: 12px; border: 1px solid var(--grid);
}
.caso__nota { margin-top: 22px; font-size: 12.5px; color: var(--muted); font-weight: 300; }
@media (max-width: 700px) {
  .caso__metricas { grid-template-columns: 1fr; }
  .caso { padding: 22px 18px 18px; }
}

/* secao "por que": texto + print do app lado a lado */
.porque-grid {
  display: grid; grid-template-columns: 1.5fr 1fr;
  gap: 56px; align-items: center;
}
.porque-shot { margin: 0; justify-self: center; }
.porque-shot img {
  max-width: 300px; width: 100%; height: auto;
  border-radius: 18px; border: 1px solid var(--grid);
  box-shadow: 0 18px 44px rgba(25, 10, 12, .16);
}
@media (max-width: 900px) {
  .porque-grid { grid-template-columns: 1fr; gap: 36px; }
}

/* hero-banner: foto full-width com overlay vermelho, texto a esquerda */
.theme-ifood .hero--banner {
  text-align: left;
  padding: 118px 0 108px;
  background: #7a030c url('banner-ifood.jpg') center 32% / cover no-repeat;
}
.theme-ifood .hero--banner .hero__glow {
  background:
    linear-gradient(90deg,
      rgba(96, 2, 9, .96) 0%,
      rgba(120, 3, 12, .92) 30%,
      rgba(160, 5, 16, .70) 48%,
      rgba(190, 8, 20, .30) 66%,
      rgba(190, 8, 20, .10) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .28) 0%, rgba(0, 0, 0, .10) 45%, rgba(0, 0, 0, .30) 100%);
}
/* texto nao invade o lado da foto */
.theme-ifood .hero--banner .container > * { max-width: 620px; }
.theme-ifood .hero--banner h1 { font-size: clamp(34px, 4.4vw, 52px); }
.theme-ifood .hero--banner .lead { font-size: 17px; }
.theme-ifood .hero--banner h1 { color: #fff; }
.theme-ifood .hero--banner .text-grad {
  background: linear-gradient(92deg, #ffffff, #ffb3b9);
  -webkit-background-clip: text; background-clip: text;
}
.theme-ifood .hero--banner .lead { color: rgba(255, 255, 255, .93); margin-left: 0; }
.theme-ifood .hero--banner .hero__actions,
.theme-ifood .hero--banner .hero__chips { justify-content: flex-start; }
.theme-ifood .hero--banner .btn--primary { background: #fff; color: #d90716; }
.theme-ifood .hero--banner .btn--primary:hover { filter: none; background: #ffecec; }
.theme-ifood .hero--banner .btn--ghost { border-color: rgba(255, 255, 255, .7); color: #fff; background: transparent; }
.theme-ifood .hero--banner .btn--ghost:hover { border-color: #fff; color: #fff; background: rgba(255, 255, 255, .12); }
.theme-ifood .hero--banner .chip { background: rgba(255, 255, 255, .95); border-color: transparent; }
@media (max-width: 900px) {
  .theme-ifood .hero--banner .hero__glow {
    background: linear-gradient(180deg, rgba(140, 4, 14, .92) 0%, rgba(200, 10, 24, .80) 100%);
  }
}
/* 99Food: tema CLARO no padrao da marca — branco, amarelo #FFC700 e preto */
.theme-99 {
  color-scheme: light;
  --page: #ffffff;
  --surface: #ffffff;
  --surface-2: #fffdf6;
  --ink: #17171a;
  --ink-2: #4b4b53;
  --muted: #86868f;
  --grid: #ebe7dc;
  --border: rgba(17, 17, 20, .09);
  --brand: #ffc700;
  --brand-2: #f0b400;
  --brand-ink: #96650a; /* amarelo puro nao le no branco: tom escuro pros textos */
  --brand-grad: linear-gradient(180deg, #ffd23d, #ffc000);
  --glow: rgba(255, 199, 0, .28);
  --icon-bg: rgba(255, 199, 0, .20);
  --card-hover: rgba(240, 180, 0, .55);
  --spot-glow: rgba(255, 199, 0, .15);
  --tg-a: #17171a;
  --tg-b: #17171a;
  --btn-ink: #17171a; /* texto escuro em botao amarelo — contraste */
  --hover-ink: #111;
  --wm-ink: #17171a;
  --logo-tri: #f0b400;
  --header-bg: rgba(255, 255, 255, .92);
  --menu-bg: rgba(255, 255, 255, .98);
  --hero-tint: #ffffff;
  --alt-bg: #fffbef;
  --chip-bg: #ffffff;
  --btn-ghost-bg: #ffffff;
}
.theme-99 .card,
.theme-99 .faq__item,
.theme-99 .spotlight,
.theme-99 .cta__box { box-shadow: 0 4px 18px rgba(60, 45, 5, .07); }

/* hero-banner: foto full-width com overlay AMARELO (texto preto le melhor no amarelo) */
/* o banner acompanha a proporcao da foto: ela se adapta a largura da tela sem cortar.
   min/max-height seguram os extremos (tela estreita precisa de espaco pro texto;
   tela muito larga nao pode virar um hero gigante). */
.theme-99 .hero--banner {
  text-align: left;
  padding: 76px 0 0; /* texto ancorado no alto, nao centralizado */
  width: 100%; /* sem isso o max-height faz a proporcao encolher a largura */
  aspect-ratio: 1600 / 840;
  min-height: 540px;
  max-height: 820px;
  display: flex;
  align-items: flex-start;
  background: #ffc700 url('banner-99food.jpg') center top / cover no-repeat;
}
.theme-99 .hero--banner .container { width: 100%; }
/* amarelo SOLIDO onde fica o texto (preto precisa de fundo limpo) e foto so a direita */
.theme-99 .hero--banner .hero__glow {
  background: linear-gradient(90deg,
    #ffc700 0%,
    #ffc700 54%,
    rgba(255, 199, 0, .72) 62%,
    rgba(255, 203, 10, .24) 74%,
    rgba(255, 208, 25, 0) 88%);
}
/* texto fica numa coluna, sem invadir a area da foto */
.theme-99 .hero--banner h1 { max-width: 620px; font-size: clamp(34px, 4.4vw, 52px); }
.theme-99 .hero--banner .lead { max-width: 560px; color: #2b2b30; }
.theme-99 .hero--banner .hero__actions,
.theme-99 .hero--banner .hero__chips { justify-content: flex-start; }
.theme-99 .hero--banner .lead { margin-left: 0; }
/* sobre o amarelo o CTA vira preto: contraste maximo e a cara da 99 */
.theme-99 .hero--banner .btn--primary { background: #17171a; color: #fff; }
.theme-99 .hero--banner .btn--primary:hover { filter: none; background: #2e2e34; }
.theme-99 .hero--banner .btn--ghost {
  border-color: rgba(23, 23, 26, .38); color: #17171a; background: transparent;
}
.theme-99 .hero--banner .btn--ghost:hover { border-color: #17171a; background: rgba(23, 23, 26, .07); }
.theme-99 .hero--banner .hero__badge {
  background: #fff; border: 2px solid #17171a; color: #17171a;
  font-size: 15.5px; font-weight: 700; padding: 12px 26px;
  box-shadow: 0 8px 26px rgba(120, 85, 0, .22);
}
/* destaque do h1: sublinhado preto — amarelo sobre amarelo nao teria contraste */
.theme-99 .hero--banner .text-grad {
  background: none; color: inherit; -webkit-text-fill-color: currentColor;
  border-bottom: 5px solid #17171a; padding-bottom: 1px;
}

* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Outfit', system-ui, -apple-system, "Segoe UI", sans-serif;
  background: var(--page);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; }
a { color: inherit; text-decoration: none; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }

/* ---------- wordmark ---------- */
/* wordmark = vetor oficial da marca (M A V T + triangulo dentro do A) */
.wordmark { display: inline-flex; align-items: center; color: var(--wm-ink); }
.wordmark__svg { height: 16px; width: auto; display: block; }
.wordmark--sm .wordmark__svg { height: 14px; }
.wordmark__letters { fill: currentColor; }
.wordmark__tri { fill: var(--logo-tri); }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--header-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 66px; gap: 20px; }
.nav__links { display: flex; gap: 28px; }
.nav__links a {
  font-size: 14px; color: var(--ink-2); letter-spacing: .03em;
  transition: color .15s;
}
.nav__links a:hover { color: var(--hover-ink); }
.nav__cta { display: flex; align-items: center; gap: 12px; }
.nav__toggle {
  display: none; background: none; border: 0; color: var(--ink); cursor: pointer; padding: 6px;
}
.nav__toggle svg { width: 24px; height: 24px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 10px 20px; border-radius: 12px; font-size: 14px; font-weight: 600;
  letter-spacing: .03em; transition: filter .15s, background .15s, border-color .15s;
  border: 1px solid transparent; cursor: pointer; font-family: inherit;
}
.btn--primary { background: var(--brand-grad); color: var(--btn-ink); }
.btn--primary:hover { filter: brightness(1.12); }
.btn--ghost { border-color: var(--grid); color: var(--ink-2); background: var(--btn-ghost-bg); }
.btn--ghost:hover { border-color: var(--brand); color: var(--hover-ink); }
.btn--lg { padding: 14px 28px; font-size: 15px; border-radius: 14px; }

/* ---------- hero ---------- */
.hero { position: relative; padding: 110px 0 90px; text-align: center; overflow: hidden; }
.hero__glow {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 60% 45% at 50% -8%, var(--glow) 0%, transparent 70%),
    radial-gradient(circle at 50% 40%, var(--hero-tint) 0%, var(--page) 75%);
}
.hero .container { position: relative; }
.eyebrow {
  font-size: 12.5px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase;
  color: var(--brand-ink); margin-bottom: 18px;
}
.hero__badge {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 9px 20px; border-radius: 999px; margin-bottom: 24px;
  border: 1px solid var(--card-hover); background: var(--icon-bg);
  color: var(--brand-ink); font-size: 14px; font-weight: 600; letter-spacing: .03em;
}
.hero h1 {
  font-size: clamp(38px, 6vw, 62px); font-weight: 600; line-height: 1.12;
  letter-spacing: -.01em; margin-bottom: 22px;
}
.text-grad {
  background: linear-gradient(92deg, var(--tg-a), var(--tg-b));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lead {
  max-width: 640px; margin: 0 auto 34px; color: var(--ink-2);
  font-size: clamp(16px, 2.2vw, 18.5px); font-weight: 300;
}
.hero__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 42px; }
.hero__chips { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 16px; border-radius: 999px; font-size: 13px; color: var(--ink-2);
  border: 1px solid var(--grid); background: var(--chip-bg);
}
.dot { width: 8px; height: 8px; border-radius: 50%; }
.dot--ifood { background: #ea1d2c; }
.dot--99 { background: #ffb800; }
.dot--tech { background: var(--brand); }
.dot--wa { background: #22c05a; }
.dot--data { background: #4ade80; }

/* ---------- sections ---------- */
.section { padding: 90px 0; }
.section--alt { background: var(--alt-bg); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section h2 { font-size: clamp(28px, 4vw, 40px); font-weight: 600; letter-spacing: -.01em; margin-bottom: 18px; }
.section__lead { color: var(--ink-2); font-weight: 300; max-width: 560px; margin-bottom: 8px; }

/* pilares */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

/* segmentos (para quem) */
.seg-chips { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.seg-chips .chip { font-size: 14px; padding: 10px 20px; }
.card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 30px 26px; transition: border-color .2s, transform .2s;
}
.card:hover { border-color: var(--card-hover); transform: translateY(-3px); }
.card__icon {
  width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center;
  background: var(--icon-bg); color: var(--brand-ink); margin-bottom: 20px;
}
.card__icon svg { width: 24px; height: 24px; }
.card h3 { font-size: 19px; font-weight: 600; margin-bottom: 10px; }
.card p { font-size: 14.5px; color: var(--ink-2); font-weight: 300; }
.card__links { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 14px; }
.card__links a { font-size: 13.5px; font-weight: 500; color: var(--brand-ink); }
.card__links a:hover { color: var(--hover-ink); }

/* destaque / CTA da automação */
.spotlight {
  margin-top: 40px; padding: 36px 34px;
  display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap;
  background:
    radial-gradient(ellipse 60% 120% at 0% 50%, var(--spot-glow) 0%, transparent 70%),
    var(--surface);
  border: 1px solid var(--border); border-radius: 20px;
}
.spotlight__info h3 { font-size: 21px; font-weight: 600; margin-bottom: 8px; }
.spotlight__info p { font-size: 15px; color: var(--ink-2); font-weight: 300; max-width: 480px; }

/* método */
.steps {
  list-style: none; padding: 0; margin: 44px 0 0;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  counter-reset: step;
}
.steps li { position: relative; padding-top: 4px; }
.steps__num {
  display: block; font-size: 13px; font-weight: 600; letter-spacing: .18em;
  color: var(--brand-ink); margin-bottom: 12px;
}
.steps li::before {
  content: ''; display: block; height: 2px; margin-bottom: 18px;
  background: linear-gradient(90deg, var(--brand) 0%, rgba(59,130,246,.08) 100%);
  border-radius: 2px;
}
.steps h3 { font-size: 17px; font-weight: 600; margin-bottom: 8px; }
.steps p { font-size: 14px; color: var(--ink-2); font-weight: 300; }
.steps--3 { grid-template-columns: repeat(3, 1fr); }

/* resultados (antes e depois) */
.cases { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 40px; }
.case {
  padding: 30px 28px;
  background: var(--surface); border: 1px solid var(--border); border-radius: 20px;
}
.case__store { font-size: 18px; font-weight: 600; margin-bottom: 14px; }
.case__label {
  display: block; font-size: 11.5px; font-weight: 500; letter-spacing: .14em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 16px;
}
.case__bar {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  height: 54px; padding: 0 20px; border-radius: 12px; margin-bottom: 12px;
  width: var(--w, 100%); min-width: 240px;
}
.case__bar span { font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: .1em; }
.case__bar b { font-size: 19px; white-space: nowrap; }
.case__bar--before { background: rgba(255, 255, 255, .05); border: 1px solid var(--grid); color: var(--muted); }
.case__bar--after { background: linear-gradient(90deg, #2563eb, #60a5fa); color: #fff; }
.case__foot {
  display: flex; align-items: center; justify-content: space-between;
  gap: 14px; flex-wrap: wrap; margin-top: 20px;
}
.case__badge {
  display: inline-block; padding: 8px 15px; border-radius: 999px;
  background: rgba(74, 222, 128, .12); color: #4ade80; font-size: 13px; font-weight: 600;
}
.case__note { margin-top: 24px; font-size: 12.5px; color: var(--muted); font-weight: 300; }

/* lightbox dos prints */
.lightbox { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; }
.lightbox[hidden] { display: none; }
.lightbox__backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, .82); backdrop-filter: blur(4px); }
.lightbox__panel {
  position: relative; width: min(1180px, 100%); max-height: 90vh; overflow-y: auto;
  background: var(--surface); border: 1px solid var(--border); border-radius: 20px;
  padding: 28px 28px 32px;
}
.lightbox__panel h3 { font-size: 19px; font-weight: 600; margin-bottom: 22px; padding-right: 40px; }
.lightbox__close {
  position: absolute; top: 18px; right: 20px; width: 34px; height: 34px;
  border-radius: 9px; border: 1px solid var(--grid); background: rgba(255,255,255,.04);
  color: var(--ink-2); font-size: 15px; cursor: pointer; font-family: inherit;
}
.lightbox__close:hover { color: #fff; border-color: var(--brand); }
.lightbox__shots { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.lightbox__shots figure { margin: 0; }
.lightbox__shots figcaption {
  font-size: 13.5px; color: var(--ink-2); margin-bottom: 10px;
  display: flex; align-items: center; gap: 9px; flex-wrap: wrap;
}
.lightbox__shots figcaption b { color: var(--ink); }
.lightbox__shots img {
  width: 100%; height: auto; border-radius: 12px; border: 1px solid var(--grid);
}
.shot-tag {
  padding: 4px 11px; border-radius: 999px; font-size: 11px; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  background: rgba(255,255,255,.06); color: var(--muted);
}
.shot-tag--after { background: rgba(59, 130, 246, .16); color: var(--brand-ink); }
.shot-missing img { display: none; }
.shot-missing::after {
  content: 'Print ainda não adicionado — salve o arquivo em assets/prints/';
  display: grid; place-items: center; text-align: center; padding: 40px 24px;
  min-height: 180px; border: 1px dashed var(--grid); border-radius: 12px;
  font-size: 13px; color: var(--muted);
}
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.quotes--solo { grid-template-columns: 1fr; max-width: 660px; }
.quotes--solo blockquote { font-size: 17px !important; }
.quote { display: flex; flex-direction: column; margin: 0; }
.quote__stars { color: #fbbf24; font-size: 15px; letter-spacing: .15em; margin-bottom: 14px; }
.quote blockquote {
  margin: 0 0 18px; font-size: 15px; color: var(--ink-2); font-weight: 300;
  line-height: 1.65; flex: 1;
}
.quote figcaption { display: flex; flex-direction: column; gap: 2px; }
.quote figcaption b { font-size: 14.5px; font-weight: 600; color: var(--ink); }
.quote figcaption span { font-size: 13px; color: var(--muted); }

/* enquanto isso (times em paralelo) */
.meanwhile {
  margin-top: 56px; font-size: 20px; font-weight: 600;
  padding-top: 40px; border-top: 1px solid var(--border);
}
.meanwhile-grid { margin-top: 24px; }

/* CTA */
.cta { padding-bottom: 110px; }
.cta__box {
  text-align: center; padding: 64px 32px; border-radius: 24px;
  border: 1px solid var(--border);
  background:
    radial-gradient(ellipse 70% 90% at 50% -20%, var(--spot-glow) 0%, transparent 70%),
    var(--surface);
}
.cta__box h2 { font-size: clamp(26px, 4vw, 36px); margin-bottom: 14px; }
.cta__box p { color: var(--ink-2); font-weight: 300; max-width: 520px; margin: 0 auto 30px; }

/* ---------- footer ---------- */
.site-footer { border-top: 1px solid var(--border); padding: 44px 0 30px; }
.footer__grid { display: flex; justify-content: space-between; align-items: flex-start; gap: 30px; flex-wrap: wrap; }
.footer__tag { color: var(--muted); font-size: 13.5px; font-weight: 300; margin-top: 12px; }
.footer__links { display: flex; gap: 24px; flex-wrap: wrap; }
.footer__links a { font-size: 14px; color: var(--ink-2); transition: color .15s; }
.footer__links a:hover { color: var(--hover-ink); }
.footer__base {
  margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--border);
  font-size: 12.5px; color: var(--muted);
}

/* ---------- FAQ ---------- */
.faq { margin-top: 36px; max-width: 760px; }
.faq__item {
  border: 1px solid var(--border); border-radius: 14px;
  background: var(--surface); margin-bottom: 12px;
  overflow: hidden;
}
.faq__item summary {
  cursor: pointer; list-style: none;
  padding: 18px 22px; font-size: 16px; font-weight: 500;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  transition: color .15s;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: '+'; font-size: 22px; font-weight: 300; color: var(--brand-ink);
  flex-shrink: 0; transition: transform .2s;
}
.faq__item[open] summary { color: var(--brand-ink); }
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item p {
  padding: 0 22px 20px; font-size: 14.5px; color: var(--ink-2); font-weight: 300;
}

/* ---------- WhatsApp float ---------- */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 60;
  width: 54px; height: 54px; border-radius: 50%;
  display: grid; place-items: center;
  background: #22c05a; color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .45);
  transition: transform .15s, filter .15s;
}
.wa-float:hover { transform: scale(1.07); filter: brightness(1.08); }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .cards-3 { grid-template-columns: 1fr; }
  .cases { grid-template-columns: 1fr; }
  .case__bar { min-width: 0; }
  .lightbox__shots { grid-template-columns: 1fr; }
  .eco-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .nav__links {
    display: none; position: absolute; top: 66px; left: 0; right: 0;
    flex-direction: column; gap: 0; padding: 10px 24px 18px;
    background: var(--menu-bg); border-bottom: 1px solid var(--border);
  }
  .nav__links.is-open { display: flex; }
  .nav__links a { padding: 12px 0; font-size: 15px; border-bottom: 1px solid rgba(255,255,255,.05); }
  .nav__links a:last-child { border-bottom: 0; }
  .nav__toggle { display: block; }
  .nav__cta .btn { padding: 9px 14px; font-size: 13px; }
  .hero { padding: 80px 0 70px; }
  .section { padding: 70px 0; }
  .steps { grid-template-columns: 1fr; }
}

/* ---------- celular: hero-banner da LP de iFood ---------- */
@media (max-width: 720px) {
  /* cabecalho nao pode transbordar: sem icone e botao menor */
  .nav__cta .btn svg { display: none; }
  .nav__cta .btn { padding: 8px 13px; font-size: 12.5px; }

  /* no celular a foto sai de tras do texto e vira uma faixa propria embaixo:
     texto 100% legivel no vermelho + foto aparecendo inteira, sem corte estranho */
  .theme-ifood .hero--banner {
    padding: 70px 0 0;
    background-image: none;
    background-color: #b8081a;
  }
  .theme-ifood .hero--banner .container { padding-bottom: 38px; }
  .theme-ifood .hero--banner .hero__glow {
    background: linear-gradient(180deg,
      rgba(122, 3, 12, .96) 0%,
      rgba(198, 10, 24, .93) 100%);
  }
  .theme-ifood .hero--banner::after {
    content: ''; display: block; position: relative; z-index: 1;
    height: 200px;
    background: #7a030c url('banner-ifood.jpg') center 42% / cover no-repeat;
  }
  .theme-ifood .hero--banner h1 {
    font-size: 30px; line-height: 1.2; letter-spacing: -.005em;
  }
  .theme-ifood .hero--banner .lead { font-size: 15.5px; }

  /* hero da 99Food no celular: foto vira faixa propria embaixo (igual a de iFood) */
  .theme-99 .hero--banner {
    padding: 68px 0 0;
    background-image: none;
    background-color: #ffc700;
    aspect-ratio: auto;
    min-height: 0;
    max-height: none;
    display: block;
  }
  .theme-99 .hero--banner .container { padding-bottom: 36px; }
  .theme-99 .hero--banner .hero__glow {
    background: linear-gradient(180deg, rgba(255, 199, 0, .98), rgba(255, 208, 30, .95));
  }
  .theme-99 .hero--banner::after {
    content: ''; display: block; position: relative; z-index: 1;
    height: 200px;
    background: #b8860b url('banner-99food.jpg') center 42% / cover no-repeat;
  }
  .theme-99 .hero--banner h1 { font-size: 30px; line-height: 1.22; }
  .theme-99 .hero--banner .lead { font-size: 15.5px; }
  .theme-99 .hero--banner .hero__badge { font-size: 12.5px; padding: 9px 16px; margin-bottom: 20px; }
  .theme-99 .hero--banner .text-grad { border-bottom-width: 4px; }
  .theme-99 .hero--banner .hero__actions {
    flex-direction: column; align-items: stretch; gap: 10px;
  }
  .theme-99 .hero--banner .hero__actions .btn { width: 100%; }
  .theme-ifood .hero--banner .hero__badge {
    font-size: 12.5px; padding: 9px 16px; margin-bottom: 20px;
  }
  /* botoes empilhados e do tamanho do dedo */
  .theme-ifood .hero--banner .hero__actions {
    flex-direction: column; align-items: stretch; gap: 10px;
  }
  .theme-ifood .hero--banner .hero__actions .btn { width: 100%; }
}

/* nada pode vazar horizontalmente no celular */
@media (max-width: 720px) {
  html, body { overflow-x: hidden; }
  h1, h2, h3, p { overflow-wrap: break-word; }
}
