/* Ridee — landing v2 (09/2026)
   Linguagem visual da apresentação comercial: preto + amarelo, cortes diagonais,
   fotos reais, ícones em círculo amarelo, faixas de fechamento por seção.
   Também estiliza o "modo apresentação" (palco 1600x900 escalado). */

:root {
  --y: #F9D515;
  --y2: #E5C300;
  --y-soft: #FFF3B8;
  --y-tint: #FFFAE0;
  --k: #0E0E0E;
  --k2: #171717;
  --k3: #222222;
  --w: #FFFFFF;
  --w2: #F5F5F5;
  --line: #E6E6E6;
  --line-k: rgba(255, 255, 255, .12);
  --g: #666666;
  --g2: #9A9A9A;
  --red: #E23C32;
  --red-tint: #FDEDEC;
  --red-line: #F6CFCC;
  --font: "Nunito", "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --r: 18px;
  --r2: 26px;
  --wrap: 1280px;
  --gutter: 40px;
  --edge: max(var(--gutter), calc((100vw - var(--wrap)) / 2 + var(--gutter)));
  --nav-h: 72px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  background: var(--w);
  color: var(--k);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
ul { list-style: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
input { font: inherit; }
b, strong { font-weight: 800; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }

/* ── Ícones ─────────────────────────────────────────── */
.ico { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.ic { width: 64px; height: 64px; border-radius: 50%; background: var(--y-soft); color: var(--k); display: grid; place-items: center; flex: none; }
.ic .ico { width: 28px; height: 28px; }
.ic--y { background: var(--y); }
.ic--k { background: var(--k); color: var(--y); }
.ic--sm { width: 48px; height: 48px; }
.ic--sm .ico { width: 22px; height: 22px; }
.ic--lg { width: 84px; height: 84px; }
.ic--lg .ico { width: 36px; height: 36px; }
.on-k .ic { background: var(--y); }
.logo-svg { display: block; height: 32px; width: auto; aspect-ratio: 2 / 1; }

/* ── Tipografia ─────────────────────────────────────── */
.eyebrow { font-size: 12px; font-weight: 800; letter-spacing: .32em; text-transform: uppercase; color: var(--g2); margin-bottom: 18px; }
.h-xl { font-size: clamp(38px, 5.2vw, 70px); font-weight: 900; line-height: 1.02; letter-spacing: -.02em; }
.h-lg { font-size: clamp(32px, 4.2vw, 58px); font-weight: 900; line-height: 1.04; letter-spacing: -.02em; }
.h-md { font-size: clamp(24px, 2.6vw, 36px); font-weight: 900; line-height: 1.1; letter-spacing: -.015em; }
.h-sm { font-size: 22px; font-weight: 900; line-height: 1.15; }
.t-y { color: var(--y); }
.t-red { color: var(--red); }
.t-w { color: #fff; }
.lead { font-size: clamp(16px, 1.35vw, 20px); color: var(--g); line-height: 1.6; max-width: 600px; margin-top: 18px; }
.on-k { color: #fff; }
.on-k .lead { color: rgba(255, 255, 255, .74); }
.on-k .eyebrow { color: rgba(255, 255, 255, .5); }
.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }
.mt-1 { margin-top: 24px; } .mt-2 { margin-top: 40px; } .mt-3 { margin-top: 56px; }

/* ── Botões ─────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 16px 26px; border-radius: 14px; font-weight: 800; font-size: 16px; line-height: 1; white-space: nowrap; transition: transform .15s, background .15s, border-color .15s, box-shadow .15s; }
.btn:active { transform: translateY(1px); }
.btn .ico { width: 18px; height: 18px; }
.btn--y { background: var(--y); color: var(--k); box-shadow: 0 12px 30px rgba(249, 213, 21, .28); }
.btn--y:hover { background: var(--y2); }
.btn--k { background: var(--k); color: #fff; }
.btn--k:hover { background: #262626; }
.btn--ghost { border: 2px solid var(--line); color: var(--k); background: #fff; }
.btn--ghost:hover { border-color: var(--k); }
.on-k .btn--ghost, .btn--ghost-w { border-color: rgba(255, 255, 255, .25); color: #fff; background: transparent; }
.on-k .btn--ghost:hover, .btn--ghost-w:hover { border-color: #fff; }
.btn--lg { padding: 20px 32px; font-size: 18px; border-radius: 18px; }
.btn.is-copied { background: #2ecc71; color: #fff; border-color: #2ecc71; }
.btns { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.link-u { font-weight: 800; border-bottom: 2px solid var(--y); }

/* ── Marcas (badges de texto) ───────────────────────── */
.brand { display: inline-flex; align-items: center; gap: 2px; padding: 5px 12px; border-radius: 10px; font-weight: 900; font-size: 15px; line-height: 1; letter-spacing: -.01em; vertical-align: middle; }
.brand--ifood { background: #EA1D2C; color: #fff; }
.brand--99 { background: #FFD400; color: #111; }
.brand--99 b { font-weight: 900; }
.brand--ridee { background: var(--k); color: var(--y); padding: 6px 12px; }
.brand--ridee .logo-svg { height: 18px; }
.brand--lg { font-size: 22px; padding: 8px 16px; border-radius: 12px; }
.brand--lg.brand--ridee .logo-svg { height: 26px; }

/* ── Nav ────────────────────────────────────────────── */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; height: var(--nav-h); background: rgba(14, 14, 14, .88); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid var(--line-k); color: #fff; }
.nav-in { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); height: 100%; display: flex; align-items: center; gap: 22px; }
.nav-logo { display: flex; align-items: center; gap: 12px; color: var(--y); }
.nav-logo .logo-svg { height: 34px; }
.nav-logo .tag { color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .32em; padding-left: 12px; border-left: 1px solid var(--line-k); }
.nav-links { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.nav-link { font-size: 14px; font-weight: 700; color: rgba(255, 255, 255, .72); transition: color .15s; }
.nav-link:hover { color: #fff; }
.nav-cta { display: inline-flex; align-items: center; padding: 11px 18px; border-radius: 10px; background: var(--y); color: var(--k); font-size: 14px; font-weight: 800; }
.nav-cta:hover { background: var(--y2); }
.nav-burger { display: none; width: 44px; height: 44px; border-radius: 10px; margin-left: auto; place-items: center; color: #fff; }
.nav-burger .ico { width: 24px; height: 24px; }

/* ── Hero ───────────────────────────────────────────── */
.hero { background: var(--k); color: #fff; padding-top: var(--nav-h); position: relative; overflow: hidden; }
.hero-in { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); min-height: 680px; }
.hero-txt { padding: 72px 48px 72px var(--edge); display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; }
.hero-txt .eyebrow { color: rgba(255, 255, 255, .5); }
.hero-txt .eyebrow b { color: var(--y); }
.hero-brand { display: flex; align-items: flex-end; gap: 18px; color: var(--y); margin-bottom: 26px; }
.hero-brand .logo-svg { height: 96px; }
.hero-brand .sub { font-size: 15px; font-weight: 800; letter-spacing: .42em; color: #fff; padding-bottom: 14px; }
.hero .lead { max-width: 520px; }
.hero-pills { display: flex; margin-top: 42px; }
.pill { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 0 30px; border-left: 1px solid var(--line-k); text-align: center; }
.pill:first-child { border-left: 0; padding-left: 0; }
.pill b { font-size: 15px; }
.pill .ic { width: 58px; height: 58px; background: var(--k); border: 2px solid var(--y); color: var(--y); }
.pill .ic .ico { width: 26px; height: 26px; }
.hero-foot { margin-top: 30px; font-size: 14px; color: rgba(255, 255, 255, .55); }
.hero-foot a { color: #fff; border-bottom: 2px solid var(--y); font-weight: 800; }
.hero-photo { position: relative; clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%); min-height: 420px; }
.hero-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 60% 40%; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14, 14, 14, .45), transparent 32%), linear-gradient(0deg, rgba(14, 14, 14, .35), transparent 30%); }
.hero-card { position: absolute; right: 44px; bottom: 72px; z-index: 3; max-width: 250px; background: rgba(14, 14, 14, .82); border: 1px solid var(--line-k); border-radius: 20px; padding: 20px 22px; font-size: 19px; font-weight: 700; line-height: 1.3; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.hero-card b { color: var(--y); }
.hero-card::after { content: ""; display: block; width: 56px; height: 4px; background: var(--y); border-radius: 2px; margin-top: 14px; }
.hero-arc { position: absolute; right: -150px; bottom: -190px; width: 440px; height: 440px; border-radius: 50%; border: 46px solid var(--y); border-right-color: transparent; border-bottom-color: transparent; transform: rotate(45deg); z-index: 2; opacity: .95; pointer-events: none; }
.hero-note { position: absolute; right: 44px; top: 24px; z-index: 3; font-size: 11px; letter-spacing: .3em; text-transform: uppercase; color: rgba(255, 255, 255, .55); font-weight: 800; }

/* ── Faixa de confiança ─────────────────────────────── */
.strip { background: var(--y); color: var(--k); padding: 18px var(--gutter); }
.strip-in { display: flex; justify-content: center; gap: 12px 44px; flex-wrap: wrap; font-weight: 800; font-size: 15px; }
.strip-in span { display: inline-flex; align-items: center; gap: 8px; }
.strip-in .ico { width: 20px; height: 20px; }

/* ── Seções ─────────────────────────────────────────── */
.sec { padding: 96px 0; position: relative; }
.sec--k { background: var(--k); color: #fff; }
.sec--w2 { background: var(--w2); }
.sec--y { background: var(--y); }
.sec-head { max-width: 760px; }
.split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 64px; align-items: center; }
.split--rev > .split-photo { order: -1; }
.split-photo { position: relative; border-radius: var(--r2); overflow: hidden; aspect-ratio: 4 / 3; box-shadow: 0 30px 80px rgba(0, 0, 0, .18); background: var(--k2); }
.split-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.split-photo--tall { aspect-ratio: 5 / 5.4; }
.float { position: absolute; z-index: 2; background: var(--k); color: #fff; border-radius: 18px; padding: 18px 22px; font-size: 18px; font-weight: 700; line-height: 1.3; border-left: 5px solid var(--y); max-width: 290px; box-shadow: 0 20px 40px rgba(0, 0, 0, .35); }
.float b { color: var(--y); }
.float--br { right: 22px; bottom: 22px; }
.float--bl { left: 22px; bottom: 22px; }
.float--tl { left: 22px; top: 22px; }
.float--tr { right: 22px; top: 22px; }
.float--y { background: var(--y); color: var(--k); border-left-color: var(--k); }
.float--y b { color: var(--k); }
.checks { position: absolute; right: 22px; bottom: 22px; z-index: 2; background: rgba(14, 14, 14, .9); border: 1px solid rgba(249, 213, 21, .35); border-radius: 18px; padding: 8px 18px; color: #fff; backdrop-filter: blur(6px); }
.checks li { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line-k); font-size: 14px; font-weight: 700; }
.checks li:last-child { border-bottom: 0; }
.checks .ico { width: 18px; height: 18px; color: var(--y); }
.checks .ok { margin-left: auto; width: 22px; height: 22px; border-radius: 50%; background: var(--y); color: var(--k); display: grid; place-items: center; }
.checks .ok .ico { width: 13px; height: 13px; color: var(--k); stroke-width: 3; }

/* seção "sangrada": texto de um lado, foto ao outro com corte diagonal (como os slides) */
.bleed { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); min-height: 620px; }
.bleed-txt { padding: 88px 56px 88px var(--edge); display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.bleed-photo { position: relative; clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%); min-height: 420px; background: var(--k2); }
.bleed-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bleed--rev .bleed-photo { order: -1; clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%); }
.bleed--rev .bleed-txt { padding: 88px var(--edge) 88px 56px; }
.bleed-photo .float { max-width: 300px; }

/* faixa de fechamento da seção */
.band { background: var(--k); color: #fff; padding: 22px var(--gutter); display: flex; align-items: center; gap: 22px; border-top: 1px solid var(--line-k); }
.band-in { max-width: calc(var(--wrap) - 2 * var(--gutter)); margin: 0 auto; width: 100%; display: flex; align-items: center; gap: 22px; }
.band .ic { width: 56px; height: 56px; background: transparent; border: 2px solid var(--y); color: var(--y); }
.band .ic .ico { width: 26px; height: 26px; }
.band-mark { width: 4px; height: 46px; background: var(--y); border-radius: 2px; flex: none; }
.band-text { font-size: 20px; font-weight: 600; line-height: 1.25; }
.band-text b { color: var(--y); display: block; font-weight: 800; }
.band-right { margin-left: auto; font-size: 11px; letter-spacing: .32em; text-transform: uppercase; color: rgba(255, 255, 255, .5); font-weight: 800; line-height: 1.8; text-align: right; }
.band--y { background: var(--y); color: var(--k); border-top: 0; }
.band--y .band-mark { background: var(--k); }
.band--y .band-text b { color: var(--k); }
.band--y .band-right { color: rgba(0, 0, 0, .55); }

/* ── Listas com ícone ───────────────────────────────── */
.items { display: grid; gap: 26px; margin-top: 40px; }
.items--2 { grid-template-columns: 1fr 1fr; gap: 26px 32px; }
.items--3 { grid-template-columns: 1fr 1fr 1fr; }
.item { display: flex; gap: 18px; align-items: flex-start; min-width: 0; }
.item h4 { font-size: 20px; font-weight: 800; margin-bottom: 4px; line-height: 1.2; }
.item p { color: var(--g); font-size: 15.5px; line-height: 1.5; }
.on-k .item p { color: rgba(255, 255, 255, .7); }
.items--lines .item { padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.items--lines .item:last-child { border-bottom: 0; padding-bottom: 0; }
.on-k .items--lines .item { border-color: var(--line-k); }
.item--center { flex-direction: column; align-items: center; text-align: center; gap: 12px; }
.item--center h4 { margin-bottom: 0; }

/* ── Fluxo de 3 passos (contexto) ───────────────────── */
.flow { display: flex; align-items: flex-start; gap: 18px; margin-top: 40px; }
.flow-step { flex: 1; min-width: 0; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 12px; }
.flow-step .n { font-size: clamp(26px, 2.4vw, 34px); font-weight: 900; letter-spacing: -.02em; line-height: 1; }
.flow-step .n.t-red { color: var(--red); }
.flow-step p { color: var(--g); font-size: 15px; line-height: 1.35; }
.flow-arrow { flex: none; color: var(--g2); padding-top: 26px; }
.flow-arrow .ico { width: 26px; height: 26px; }

/* recibos flutuantes (foto do contexto) */
.receipt { position: absolute; z-index: 2; background: #141414; color: #fff; border: 1px solid var(--line-k); border-radius: 12px; padding: 16px 18px; width: 210px; box-shadow: 0 20px 40px rgba(0, 0, 0, .45); }
.receipt small { display: block; font-size: 12px; color: rgba(255, 255, 255, .6); margin-top: 8px; }
.receipt .v { font-size: 22px; font-weight: 900; margin-top: 2px; }
.receipt .lines { margin-top: 12px; display: grid; gap: 6px; }
.receipt .lines i { display: block; height: 5px; border-radius: 3px; background: rgba(255, 255, 255, .18); }
.receipt .lines i:nth-child(2) { width: 70%; }
.receipt .lines i:nth-child(3) { width: 45%; }
.receipt--1 { left: 15%; top: 28px; transform: rotate(-5deg); }
.receipt--2 { left: 18%; top: 215px; transform: rotate(3deg); }

/* ── Passos (como funciona) ─────────────────────────── */
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 48px; }
.step { position: relative; text-align: center; min-width: 0; }
.step:not(:last-child)::after { content: ""; position: absolute; right: -12px; top: 96px; width: 12px; height: 12px; border-top: 2px solid var(--g2); border-right: 2px solid var(--g2); transform: rotate(45deg); }
.step-n { width: 36px; height: 36px; border-radius: 50%; background: var(--w2); display: grid; place-items: center; font-weight: 900; margin: 0 auto 12px; font-size: 15px; }
.step h5 { font-size: 17px; font-weight: 800; line-height: 1.2; min-height: 42px; }
.step-box { margin: 12px auto; height: 126px; border: 1px solid var(--line); border-radius: 16px; display: grid; place-items: center; background: #fff; color: var(--k); }
.step-box .ico { width: 54px; height: 54px; stroke-width: 1.6; }
.step-box .stack { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; padding: 0 10px; }
.step-box .brand { font-size: 13px; padding: 5px 9px; }
.step-box .phone { width: 58px; height: 96px; border-radius: 12px; background: var(--k); color: var(--y); display: grid; place-items: center; gap: 4px; padding: 10px 4px; }
.step-box .phone .logo-svg { height: 14px; }
.step-box .phone .ok { width: 26px; height: 26px; border-radius: 50%; background: var(--y); color: var(--k); display: grid; place-items: center; }
.step-box .phone .ok .ico { width: 14px; height: 14px; stroke-width: 3; }
.step p { font-size: 14px; color: var(--g); line-height: 1.4; }

/* ── Simulador ──────────────────────────────────────── */
.sim { background: var(--k); color: #fff; overflow: hidden; }
.sim::before { content: ""; position: absolute; right: -240px; top: -240px; width: 640px; height: 640px; border-radius: 50%; border: 60px solid rgba(249, 213, 21, .08); pointer-events: none; }
.sim-grid { display: grid; grid-template-columns: minmax(0, 440px) minmax(0, 1fr); gap: 44px; align-items: start; margin-top: 48px; position: relative; }
.panel { background: var(--k2); border: 1px solid var(--line-k); border-radius: 24px; padding: 28px; }
.panel-title { font-size: 12px; letter-spacing: .3em; text-transform: uppercase; font-weight: 800; color: rgba(255, 255, 255, .5); margin-bottom: 18px; }
.seg { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; background: #0a0a0a; border-radius: 14px; padding: 6px; margin-bottom: 24px; }
.seg button { padding: 12px 6px; border-radius: 10px; font-weight: 800; font-size: 14px; color: rgba(255, 255, 255, .7); transition: background .15s, color .15s; }
.seg button:hover { color: #fff; }
.seg button.is-active { background: var(--y); color: var(--k); }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; font-weight: 800; color: rgba(255, 255, 255, .55); margin-bottom: 8px; }
.field .in { display: flex; align-items: center; gap: 10px; background: #0a0a0a; border: 2px solid rgba(255, 255, 255, .14); border-radius: 14px; padding: 0 16px; height: 62px; transition: border-color .15s; }
.field .in:focus-within { border-color: var(--y); }
.field .in span { color: rgba(255, 255, 255, .5); font-weight: 800; font-size: 18px; }
.field input { flex: 1; min-width: 0; width: 100%; background: none; border: 0; color: #fff; font-size: 26px; font-weight: 800; outline: 0; height: 100%; letter-spacing: -.01em; }
.field .hint { font-size: 13px; color: rgba(255, 255, 255, .45); margin-top: 6px; }
.calc-row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; border-top: 1px solid var(--line-k); padding-top: 18px; margin-top: 4px; }
.calc-row .lbl { font-size: 14px; color: rgba(255, 255, 255, .6); font-weight: 700; }
.calc-row .n { font-size: 30px; font-weight: 900; color: var(--y); letter-spacing: -.02em; }
.calc-row .n small { font-size: 14px; color: rgba(255, 255, 255, .55); font-weight: 700; margin-left: 6px; letter-spacing: 0; }
.sim-out { display: grid; gap: 18px; min-width: 0; }
.result-hero { background: linear-gradient(135deg, #1e1e1e, #101010); border: 1px solid var(--line-k); border-radius: 24px; padding: 30px 32px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px 28px; align-items: center; }
.result-hero .eyebrow { margin-bottom: 8px; color: rgba(255, 255, 255, .5); }
.result-n { font-size: clamp(44px, 5.4vw, 78px); font-weight: 900; color: var(--y); line-height: 1; letter-spacing: -.03em; }
.result-sub { font-size: clamp(20px, 2vw, 30px); font-weight: 800; line-height: 1.1; margin-top: 6px; }
.result-badge { text-align: center; background: var(--y); color: var(--k); border-radius: 18px; padding: 16px 20px; min-width: 150px; }
.result-badge .n { font-size: 34px; font-weight: 900; line-height: 1; letter-spacing: -.02em; }
.result-badge small { display: block; font-size: 12px; font-weight: 800; margin-top: 4px; text-transform: uppercase; letter-spacing: .1em; }
.result-year { grid-column: 1 / -1; display: flex; align-items: center; gap: 14px; padding-top: 18px; border-top: 1px solid var(--line-k); font-size: 17px; font-weight: 700; }
.result-year b { color: var(--y); font-size: 22px; }
.result-year .ic { width: 44px; height: 44px; background: transparent; border: 2px solid var(--y); color: var(--y); }
.result-year .ic .ico { width: 20px; height: 20px; }
.result-cmp { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.rc { background: var(--k2); border: 1px solid var(--line-k); border-radius: 20px; padding: 22px 24px; min-width: 0; }
.rc--y { border-color: rgba(249, 213, 21, .5); }
.rc-title { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 12px; letter-spacing: .25em; text-transform: uppercase; font-weight: 800; color: rgba(255, 255, 255, .5); padding-bottom: 12px; border-bottom: 1px solid var(--line-k); }
.rc-title .brand--ridee { padding: 4px 10px; }
.rc-line { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 11px 0; border-bottom: 1px dashed var(--line-k); font-size: 14.5px; color: rgba(255, 255, 255, .8); }
.rc-line b { font-size: 17px; color: #fff; white-space: nowrap; }
.rc-total { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding-top: 16px; font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: rgba(255, 255, 255, .6); }
.rc-total b { font-size: 30px; letter-spacing: -.02em; color: #fff; }
.rc--y .rc-total b { color: var(--y); }
.rc--red .rc-total b { color: #FF6B62; }
.share { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.share .note { font-size: 13px; color: rgba(255, 255, 255, .5); flex-basis: 100%; }

/* ── Comparativos (na prática) ──────────────────────── */
.scenario { display: inline-flex; flex-wrap: wrap; gap: 10px 0; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 14px 10px; margin-top: 34px; }
.scenario-item { display: flex; align-items: center; gap: 14px; padding: 4px 22px; border-right: 1px solid var(--line); }
.scenario-item:last-child { border-right: 0; }
.scenario-item small { display: block; font-size: 13px; font-weight: 700; color: var(--g); }
.scenario-item .n { font-size: 24px; font-weight: 900; letter-spacing: -.02em; line-height: 1.1; }
.scenario-item .eq { display: block; font-size: 12px; color: var(--g2); font-weight: 700; }
.scenario-item .ic { width: 48px; height: 48px; }
.scenario-item .ic .ico { width: 22px; height: 22px; }
.scenario-item .edit { display: flex; align-items: center; gap: 6px; background: var(--w2); border: 2px solid var(--line); border-radius: 12px; padding: 0 12px; height: 44px; }
.scenario-item .edit:focus-within { border-color: var(--y2); }
.scenario-item .edit span { font-weight: 800; color: var(--g); }
.scenario-item .edit input { width: 110px; border: 0; background: none; outline: 0; font-size: 22px; font-weight: 900; letter-spacing: -.02em; color: var(--k); }
.scenario-item .edit input.narrow { width: 84px; }
.cmp-block { margin-top: 40px; }
.cmp-block + .cmp-block { margin-top: 28px; }
.cmp { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; align-items: stretch; }
.cmp-card { border-radius: 22px; padding: 26px 26px 22px; background: #fff; border: 1px solid var(--line); min-width: 0; display: flex; flex-direction: column; }
.cmp-card--red { background: var(--red-tint); border-color: var(--red-line); }
.cmp-card--y { background: var(--y-tint); border-color: #F1E2A0; }
.cmp-head { display: flex; align-items: center; gap: 14px; padding-bottom: 16px; border-bottom: 1px solid rgba(0, 0, 0, .08); }
.cmp-head div { min-width: 0; }
.cmp-head b { display: block; font-size: 17px; line-height: 1.2; }
.cmp-head small { display: block; font-size: 13.5px; color: var(--g); line-height: 1.3; margin-top: 2px; }
.cmp-lines { flex: 1; }
.cmp-line { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 12px 0; border-bottom: 1px dashed rgba(0, 0, 0, .12); font-size: 15px; color: var(--g); }
.cmp-line b { font-size: 19px; color: var(--k); white-space: nowrap; }
.cmp-total { margin-top: 18px; border-radius: 16px; padding: 18px; text-align: center; }
.cmp-total .n { font-size: clamp(30px, 3vw, 42px); font-weight: 900; letter-spacing: -.025em; line-height: 1; }
.cmp-total small { display: block; margin-top: 8px; font-weight: 700; color: rgba(0, 0, 0, .62); font-size: 14px; }
.cmp-card--red .cmp-total { background: #FBDAD7; }
.cmp-card--red .cmp-total .n { color: var(--red); }
.cmp-card--y .cmp-total { background: var(--y); }
.save { background: var(--k); color: #fff; border-radius: 22px; padding: 30px 28px; display: flex; flex-direction: column; justify-content: center; gap: 18px; position: relative; overflow: hidden; }
.save::after { content: ""; position: absolute; right: -90px; bottom: -110px; width: 240px; height: 240px; border-radius: 50%; border: 26px solid rgba(249, 213, 21, .18); }
.save .eyebrow { margin-bottom: 8px; color: rgba(255, 255, 255, .5); }
.save .n { font-size: clamp(40px, 4.2vw, 64px); font-weight: 900; color: var(--y); line-height: 1; letter-spacing: -.03em; }
.save .sub { font-size: clamp(22px, 2.2vw, 32px); font-weight: 800; line-height: 1.1; margin-top: 4px; }
.save .rule { width: 80px; height: 4px; background: var(--y); border-radius: 2px; }
.save .yr { display: flex; align-items: center; gap: 14px; font-size: 16px; font-weight: 700; }
.save .yr b { display: block; color: var(--y); font-size: 24px; line-height: 1.1; }
.save .yr .ic { width: 52px; height: 52px; background: transparent; border: 2px solid var(--y); color: var(--y); }
.save .yr .ic .ico { width: 24px; height: 24px; }
.save .margin { border: 1px solid var(--line-k); border-radius: 16px; padding: 14px 16px; display: flex; gap: 12px; align-items: center; font-size: 15px; line-height: 1.3; font-weight: 700; }
.save .margin b { color: var(--y); }
.save .margin .ic { width: 44px; height: 44px; background: transparent; border: 2px solid var(--y); color: var(--y); }
.save .margin .ic .ico { width: 20px; height: 20px; }
.total-band { margin-top: 28px; background: var(--y); color: var(--k); border-radius: 22px; padding: 26px 30px; display: grid; grid-template-columns: auto 1fr; gap: 26px; align-items: center; }
.total-band .ic { background: var(--k); color: var(--y); width: 80px; height: 80px; }
.total-band .ic .ico { width: 34px; height: 34px; }
.total-band small { display: block; font-size: 16px; font-weight: 800; }
.total-band .n { font-size: clamp(36px, 4.4vw, 62px); font-weight: 900; line-height: 1; letter-spacing: -.03em; margin-top: 4px; }
.total-band p { font-size: 17px; font-weight: 700; line-height: 1.35; max-width: 460px; }
.total-band-in { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }

/* tabela econômica (economia total / slide) */
.eco-table { border-radius: 18px; overflow: hidden; border: 1px solid var(--line); background: #fff; font-size: 15px; }
.eco-table table { width: 100%; border-collapse: collapse; }
.eco-table th, .eco-table td { padding: 12px 16px; text-align: right; border-bottom: 1px solid var(--line); white-space: nowrap; }
.eco-table th:first-child, .eco-table td:first-child { text-align: left; color: var(--g); font-weight: 700; white-space: normal; }
.eco-table thead th { padding: 14px 16px; text-align: center; font-size: 16px; }
.eco-table thead th.h-ifood { background: #EA1D2C; color: #fff; }
.eco-table thead th.h-99 { background: #FFD400; color: #111; }
.eco-table thead th.h-ridee { background: var(--k); color: var(--y); }
.eco-table thead th .logo-svg { height: 24px; margin: 0 auto; }
.eco-table td b { font-weight: 900; }
.eco-table td .t-red { color: var(--red); }
.eco-table td small { display: block; font-size: 12px; color: var(--g2); font-weight: 600; }
.eco-foot { margin-top: 12px; border-radius: 14px; padding: 14px 18px; display: flex; align-items: center; gap: 14px; font-weight: 800; font-size: 16px; }
.eco-foot .n { margin-left: auto; font-size: 26px; font-weight: 900; color: var(--red); letter-spacing: -.02em; }
.eco-foot--red { background: var(--red-tint); }
.eco-foot--y { background: var(--y-tint); }
.eco-foot .ic { width: 40px; height: 40px; }
.eco-foot .ic .ico { width: 18px; height: 18px; }
.eco-foot--red .ic { background: #F9C9C5; }

/* ── Área de atendimento ────────────────────────────── */
.area { margin-top: 56px; background: #fff; border: 1px solid var(--line); border-radius: 26px; padding: 36px; }
.on-k .area { background: var(--k2); border-color: var(--line-k); }
.maps { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 26px; }
.map { text-align: center; border-radius: 20px; padding: 20px; background: var(--w2); }
.map--ridee { background: var(--y-tint); }
.map-title { display: flex; justify-content: center; align-items: center; gap: 8px; height: 40px; font-weight: 800; color: var(--g); margin-bottom: 14px; }
.map-title .logo-svg { height: 30px; color: var(--k); }
.map-box { position: relative; height: 230px; border-radius: 16px; background-color: #EDEDED; background-image: linear-gradient(rgba(0, 0, 0, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, .06) 1px, transparent 1px); background-size: 22px 22px; overflow: hidden; }
.map-radius { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); border-radius: 50%; background: rgba(249, 213, 21, .28); border: 2px dashed var(--y2); }
.map-radius--sm { width: 110px; height: 110px; }
.map-radius--lg { width: 260px; height: 260px; }
.map-store { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 46px; height: 46px; border-radius: 50%; background: var(--k); color: #fff; display: grid; place-items: center; }
.map-store .ico { width: 22px; height: 22px; }
.pin { position: absolute; width: 16px; height: 16px; border-radius: 50% 50% 50% 0; background: var(--y2); transform: rotate(-45deg); border: 2px solid #fff; box-shadow: 0 3px 8px rgba(0, 0, 0, .25); }
.pin:nth-child(3) { left: 18%; top: 28%; } .pin:nth-child(4) { left: 74%; top: 22%; } .pin:nth-child(5) { left: 30%; top: 70%; }
.pin:nth-child(6) { left: 66%; top: 66%; } .pin:nth-child(7) { left: 48%; top: 14%; } .pin:nth-child(8) { left: 82%; top: 50%; } .pin:nth-child(9) { left: 12%; top: 54%; }
.map b { display: block; margin-top: 14px; font-size: 18px; }
.map small { display: block; color: var(--g); font-weight: 700; }
.map--ridee b { color: var(--k); }
.on-k .map { background: #101010; }
.on-k .map--ridee { background: #2a2408; }
.on-k .map small { color: rgba(255, 255, 255, .6); }
.on-k .map-title { color: rgba(255, 255, 255, .7); }
.on-k .map-title .logo-svg { color: var(--y); }

/* ── Dinâmica (tabela fixo x multiplicador) ─────────── */
.dyn { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.dyn-col { border-radius: 18px; padding: 20px 18px; }
.dyn-col--other { background: #161616; border: 1px solid var(--line-k); color: #fff; }
.dyn-col--ridee { background: var(--y); color: var(--k); }
.dyn-col h5 { font-size: 18px; font-weight: 900; display: flex; align-items: center; gap: 8px; }
.dyn-col h5 .logo-svg { height: 26px; }
.dyn-col small { display: block; font-size: 13px; opacity: .7; margin-top: 2px; font-weight: 700; }
.dyn-col ul { margin-top: 14px; border-top: 1px solid rgba(255, 255, 255, .15); }
.dyn-col--ridee ul { border-color: rgba(0, 0, 0, .15); }
.dyn-col li { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 9px 0; font-size: 15px; font-weight: 700; }
.dyn-col li b { font-size: 16px; font-weight: 900; }
.dyn-col--other li b.up { color: #FF6B62; }
.dyn-panel { background: var(--k); color: #fff; border-radius: 24px; padding: 28px; border: 1px solid var(--line-k); }
.dyn-panel .h-md { margin-top: 6px; margin-bottom: 20px; }
.dyn-cmp { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.dyn-box { border-radius: 18px; padding: 22px; background: #fff; border: 1px solid var(--line); }
.dyn-box .tagline { display: inline-block; border-radius: 10px; padding: 8px 16px; font-weight: 800; font-size: 14px; background: var(--w2); margin: 12px 0 14px; }
.dyn-box--ridee .tagline { background: var(--y-soft); }
.dyn-box .logo-svg { height: 30px; }
.dyn-box h5 { font-size: 20px; font-weight: 900; height: 30px; display: flex; align-items: center; }
.dyn-box li { display: flex; justify-content: space-between; gap: 10px; padding: 8px 0; font-size: 15px; color: var(--g); font-weight: 700; }
.dyn-box li b { color: var(--k); }
.dyn-box li.total { margin-top: 8px; border-radius: 12px; padding: 12px 14px; background: var(--w2); color: var(--k); }
.dyn-box--ridee li.total { background: var(--y-soft); }

/* ── Painel do parceiro: caixa CTA amarela ──────────── */
.cta-box { display: flex; align-items: center; gap: 16px; margin-top: 36px; background: var(--y); color: var(--k); border-radius: 60px; padding: 14px 26px 14px 14px; font-size: 16px; font-weight: 700; line-height: 1.25; max-width: 620px; }
.cta-box b { display: block; font-size: 18px; }
.cta-box .ic { width: 52px; height: 52px; background: var(--k); color: var(--y); }
.cta-box .ic .ico { width: 24px; height: 24px; }

/* ── Não é só entrega: 3 painéis ────────────────────── */
.tri { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; height: 520px; }
.tri-panel { position: relative; overflow: hidden; border-radius: 22px; background: var(--k2); }
.tri-panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.tri-panel:hover img { transform: scale(1.04); }
.tri-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0, 0, 0, .75), transparent 45%); }
.tri-cap { position: absolute; left: 22px; bottom: 22px; z-index: 2; color: #fff; font-size: 26px; font-weight: 900; line-height: 1.05; }
.tri-cap b { display: block; color: var(--y); }

/* ── Ecossistema ────────────────────────────────────── */
.eco { position: relative; width: min(100%, 520px); aspect-ratio: 1; margin: 36px auto 0; }
.eco-ring { position: absolute; inset: 14%; border-radius: 50%; border: 2px solid var(--line); }
.eco-center { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 150px; height: 150px; border-radius: 50%; background: var(--k); color: var(--y); display: grid; place-items: center; box-shadow: 0 20px 40px rgba(0, 0, 0, .25); }
.eco-center .logo-svg { height: 52px; }
.eco-node { position: absolute; transform: translate(-50%, -50%); width: 160px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px; }
.eco-node .ic { width: 66px; height: 66px; }
.eco-node b { font-size: 16px; line-height: 1.1; margin-top: 4px; }
.eco-node small { font-size: 13px; color: var(--g); line-height: 1.25; }
.eco-node--1 { left: 50%; top: 8%; }
.eco-node--2 { left: 93%; top: 40%; }
.eco-node--3 { left: 78%; top: 90%; }
.eco-node--4 { left: 22%; top: 90%; }
.eco-node--5 { left: 7%; top: 40%; }
.tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.tile { position: relative; border-radius: 20px; overflow: hidden; aspect-ratio: 4 / 3; background: var(--k2); }
.tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tile span { position: absolute; left: 14px; bottom: 14px; display: inline-flex; align-items: center; gap: 8px; background: var(--k); color: #fff; border-radius: 12px; padding: 8px 14px; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.tile span .ico { width: 18px; height: 18px; color: var(--y); }

/* ── Teaser da apresentação ─────────────────────────── */
.deck { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 56px; align-items: center; }
.deck-thumb { position: relative; border-radius: 22px; overflow: hidden; box-shadow: 0 40px 100px rgba(0, 0, 0, .5); border: 1px solid var(--line-k); background: var(--k2); aspect-ratio: 16 / 9; }
.deck-thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.deck-thumb::after { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, .25); transition: background .2s; }
.deck-thumb:hover::after { background: rgba(0, 0, 0, .1); }
.deck-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 2; width: 92px; height: 92px; border-radius: 50%; background: var(--y); color: var(--k); display: grid; place-items: center; box-shadow: 0 20px 50px rgba(249, 213, 21, .45); transition: transform .2s; }
.deck-thumb:hover .deck-play { transform: translate(-50%, -50%) scale(1.06); }
.deck-play .ico { width: 36px; height: 36px; fill: currentColor; stroke: none; margin-left: 4px; }
.deck-chip { position: absolute; left: 16px; top: 16px; z-index: 2; background: rgba(14, 14, 14, .85); color: #fff; border-radius: 10px; padding: 8px 12px; font-size: 12px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.deck-list { display: grid; gap: 14px; margin-top: 28px; }
.deck-list li { display: flex; gap: 12px; align-items: center; font-size: 16px; font-weight: 700; color: rgba(255, 255, 255, .85); }
.deck-list .ic { width: 40px; height: 40px; }
.deck-list .ic .ico { width: 18px; height: 18px; }

/* ── Motorista ──────────────────────────────────────── */
.driver { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 40px; align-items: center; background: var(--k); color: #fff; border-radius: var(--r2); padding: 48px; }
.driver .big { font-size: clamp(56px, 7vw, 96px); font-weight: 900; color: var(--y); line-height: 1; letter-spacing: -.04em; }
.driver .items { margin-top: 24px; gap: 14px; }
.driver .item h4 { font-size: 17px; }
.driver .item .ic { width: 40px; height: 40px; }
.driver .item .ic .ico { width: 18px; height: 18px; }

/* ── Fechamento ─────────────────────────────────────── */
.close-icons { display: flex; gap: 40px; margin-top: 36px; }
.close-icons .item--center { flex: 1; }
.close-icons .ic { width: 84px; height: 84px; }
.close-icons .ic .ico { width: 34px; height: 34px; }
.close-icons p { color: var(--g); font-size: 15px; }
.mini-badges { position: absolute; left: 22px; right: 22px; bottom: 22px; z-index: 2; display: flex; justify-content: space-between; gap: 10px; }
.mini-badges .mb { display: flex; align-items: center; gap: 10px; color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; line-height: 1.2; }
.mini-badges .mb small { display: block; font-size: 11px; font-weight: 600; text-transform: none; letter-spacing: 0; opacity: .85; }
.mini-badges .ico { width: 30px; height: 30px; stroke-width: 1.6; flex: none; }

/* ── Footer ─────────────────────────────────────────── */
.footer { background: var(--k); color: #fff; padding: 40px var(--gutter); border-top: 1px solid var(--line-k); }
.footer-in { max-width: calc(var(--wrap) - 2 * var(--gutter)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 22px; }
.footer .logo-svg { height: 30px; color: var(--y); }
.footer-text { font-size: 13px; color: rgba(255, 255, 255, .55); }
.footer-address { display: block; margin-top: 2px; font-size: 12px; opacity: .8; }
.footer-links { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-links a { font-size: 13px; color: rgba(255, 255, 255, .7); transition: color .15s; }
.footer-links a:hover { color: #fff; }

/* ── Reveal ─────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: .08s; }
.reveal-d2 { transition-delay: .16s; }
.reveal-d3 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ══════════════════════════════════════════════════════
   MODO APRESENTAÇÃO — palco 1600x900 escalado ao viewport
   ══════════════════════════════════════════════════════ */
.pres { position: fixed; inset: 0; z-index: 1000; background: #050505; display: none; }
.pres.is-open { display: block; }
body.pres-lock { overflow: hidden; }
.pres-stage { position: absolute; left: 50%; top: 50%; width: 1600px; height: 900px; transform: translate(-50%, -50%) scale(var(--s, 1)); transform-origin: center center; background: #fff; overflow: hidden; box-shadow: 0 0 0 1px #1c1c1c, 0 40px 120px rgba(0, 0, 0, .8); }
.sl { position: absolute; inset: 0; display: grid; grid-template-rows: 84px minmax(0, 1fr) 92px; opacity: 0; visibility: hidden; transition: opacity .35s ease; background: #fff; color: var(--k); }
.sl.is-on { opacity: 1; visibility: visible; }
.sl--k { background: var(--k); color: #fff; }
.sl-top { background: var(--k); color: #fff; display: flex; align-items: center; padding: 0 150px 0 56px; gap: 22px; border-bottom: 1px solid var(--line-k); }
.sl-top .logo-svg { height: 36px; color: var(--y); }
.sl-top .tag { letter-spacing: .3em; font-weight: 800; font-size: 13px; }
.sl-top .sep { width: 1px; height: 36px; background: var(--line-k); }
.sl-top .motto { letter-spacing: .3em; font-size: 11px; color: rgba(255, 255, 255, .5); font-weight: 700; }
.sl-top .prog { margin-left: auto; display: flex; align-items: center; gap: 20px; }
.sl-top .bar { width: 200px; height: 4px; background: #333; border-radius: 2px; overflow: hidden; }
.sl-top .bar i { display: block; height: 100%; background: var(--y); border-radius: 2px; }
.sl-top .num { font-weight: 800; font-size: 15px; letter-spacing: .1em; }
.sl-top .num b { color: var(--y); }
.sl-top .lbl { letter-spacing: .3em; font-size: 12px; font-weight: 800; text-align: right; line-height: 1.5; }
.sl-body { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); min-height: 0; }
.sl-body--wide { grid-template-columns: minmax(0, 1.35fr) minmax(0, .65fr); }
.sl-body--one { grid-template-columns: 1fr; }
.sl-body--rev .sl-photo { order: -1; clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%); }
.sl-txt { padding: 44px 44px 36px 56px; display: flex; flex-direction: column; justify-content: center; min-width: 0; min-height: 0; overflow: hidden; }
.sl-txt--full { padding: 40px 56px; }
.sl-photo { position: relative; clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%); min-width: 0; min-height: 0; overflow: hidden; background: var(--k2); }
.sl-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sl-photo .float { max-width: 320px; font-size: 20px; }
.sl-photo .checks { right: 28px; bottom: 28px; }
.sl-photo .checks li { font-size: 15px; }
.sl-foot { margin: 0; }
.sl h2 { font-size: 60px; font-weight: 900; line-height: 1.02; letter-spacing: -.02em; }
.sl h2.sm { font-size: 50px; }
.sl .lead { font-size: 22px; max-width: 700px; margin-top: 14px; line-height: 1.45; }
.sl .eyebrow { margin-bottom: 14px; }
.sl .items { margin-top: 28px; gap: 18px; }
.sl .items--2 { gap: 16px 26px; }
.sl .item h4 { font-size: 21px; }
.sl .item p { font-size: 16px; }
.sl .steps { margin-top: 30px; gap: 12px; }
.sl .step-box { height: 112px; }
.sl .flow { margin-top: 30px; }
.sl .cmp { grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 22px; }
.sl .cmp-card { padding: 22px 22px 18px; }
.sl .scenario { margin-top: 24px; padding: 10px 6px; }
.sl .scenario-item { padding: 4px 18px; }
.sl .scenario-item .n { font-size: 24px; }
.sl-dark-panel { background: var(--k); color: #fff; padding: 52px 48px; display: flex; flex-direction: column; justify-content: center; gap: 26px; position: relative; overflow: hidden; clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%); }
.sl-dark-panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .35; z-index: 0; }
.sl-dark-panel::after { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(180deg, rgba(14, 14, 14, .55), rgba(14, 14, 14, .92) 70%); }
.sl-dark-panel > * { position: relative; z-index: 1; }
.sl-dark-panel .n { font-size: 86px; font-weight: 900; color: var(--y); line-height: 1; letter-spacing: -.03em; }
.sl-dark-panel .sub { font-size: 40px; font-weight: 800; line-height: 1.05; }
.sl-dark-panel .rule { width: 90px; height: 4px; background: var(--y); border-radius: 2px; }
.sl-dark-panel .yr { display: flex; align-items: center; gap: 16px; font-size: 18px; font-weight: 700; }
.sl-dark-panel .yr b { display: block; color: var(--y); font-size: 30px; line-height: 1.1; }
.sl-dark-panel .yr .ic { width: 64px; height: 64px; background: transparent; border: 2px solid var(--y); color: var(--y); }
.sl-dark-panel .yr .ic .ico { width: 28px; height: 28px; }
.sl-dark-panel .margin { border: 1px solid rgba(249, 213, 21, .5); border-radius: 18px; padding: 18px 20px; display: flex; gap: 14px; align-items: center; font-size: 19px; font-weight: 700; line-height: 1.3; }
.sl-dark-panel .margin b { color: var(--y); }
.sl-dark-panel .margin .ic { width: 52px; height: 52px; background: transparent; border: 2px solid var(--y); color: var(--y); }
.sl-dark-panel .margin .ic .ico { width: 24px; height: 24px; }
.sl .area { margin-top: 0; padding: 26px; }
.sl .maps { margin-top: 18px; }
.sl .map-box { height: 200px; }
.sl .map-radius--lg { width: 230px; height: 230px; }
.sl .dyn-panel { padding: 24px; }
.sl .eco { width: 480px; margin-top: 10px; }
.sl .tiles { gap: 12px; }
.sl .tri { height: 100%; gap: 12px; border-radius: 0; }
.sl .tri-panel { border-radius: 0; }
.sl .close-icons { margin-top: 28px; gap: 24px; }
.sl .cta-box { margin-top: 26px; }
.sl .eco-table { font-size: 15px; }
.sl .eco-table th, .sl .eco-table td { padding: 10px 14px; }
.sl-hero-brand { display: flex; align-items: flex-end; gap: 18px; color: var(--y); margin-bottom: 26px; }
.sl-hero-brand .logo-svg { height: 120px; }
.sl-hero-brand .sub { font-size: 17px; font-weight: 800; letter-spacing: .42em; color: #fff; padding-bottom: 16px; }
.sl .hero-pills { margin-top: 36px; }
.sl-txt .btn { align-self: flex-start; }

/* controles do modo apresentação */
.pres-ui { position: absolute; inset: 0; pointer-events: none; }
.pres-btn { position: absolute; width: 50px; height: 50px; border-radius: 50%; background: rgba(14, 14, 14, .82); color: #fff; display: grid; place-items: center; pointer-events: auto; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); transition: background .15s, color .15s; border: 1px solid rgba(255, 255, 255, .22); }
.pres-btn:hover { background: var(--y); color: var(--k); }
.pres-btn .ico { width: 24px; height: 24px; }
.pres-btn--close { top: 16px; right: 16px; }
.pres-btn--full { top: 16px; right: 80px; }
.pres-nav { position: absolute; left: 50%; bottom: 12px; transform: translateX(-50%); display: flex; align-items: center; gap: 6px; padding: 5px; border-radius: 40px; background: rgba(14, 14, 14, .85); border: 1px solid rgba(255, 255, 255, .18); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); pointer-events: auto; }
.pres-nav .pres-btn { position: static; width: 42px; height: 42px; background: rgba(255, 255, 255, .08); border-color: transparent; }
.pres-nav .pres-btn:hover { background: var(--y); }
.pres-hint { padding: 0 12px; color: rgba(255, 255, 255, .55); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; white-space: nowrap; }
.pres-hint b { color: rgba(255, 255, 255, .8); }
.pres-rotate { display: none; position: absolute; inset: auto 16px 60px; text-align: center; color: #fff; font-weight: 800; font-size: 14px; background: rgba(14, 14, 14, .85); border: 1px solid var(--line-k); border-radius: 14px; padding: 12px; }
.pres-rotate .ico { width: 22px; height: 22px; vertical-align: middle; margin-right: 6px; color: var(--y); }
@media (orientation: portrait) and (max-width: 900px) { .pres-rotate { display: block; } }

/* ══════════════════════════════════════════════════════
   RESPONSIVO
   ══════════════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .steps { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .step:not(:last-child)::after { display: none; }
  .cmp { grid-template-columns: 1fr 1fr; }
  .cmp .save { grid-column: 1 / -1; }
  .tri { height: 420px; }
  .items--3 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 960px) {
  .nav-links { display: none; position: absolute; top: var(--nav-h); left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; background: var(--k); border-bottom: 1px solid var(--line-k); padding: 8px 20px 20px; }
  .nav.is-open .nav-links { display: flex; }
  .nav-links .nav-link { padding: 14px 4px; border-bottom: 1px solid var(--line-k); font-size: 16px; }
  .nav-links .nav-cta { margin-top: 14px; justify-content: center; padding: 14px; }
  .nav-burger { display: grid; }
  .nav-logo .tag { display: none; }
  .hero-in { grid-template-columns: 1fr; min-height: 0; }
  .hero-photo { order: -1; clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); height: 46vh; min-height: 320px; max-height: 460px; }
  .hero-photo::after { background: linear-gradient(0deg, var(--k), transparent 45%); }
  .hero-txt { padding: 12px var(--gutter) 56px; }
  .hero-brand .logo-svg { height: 68px; }
  .hero-card { right: 20px; bottom: 20px; max-width: 220px; font-size: 16px; padding: 14px 16px; }
  .hero-arc { display: none; }
  .hero-note { display: none; }
  .hero-pills { justify-content: space-between; }
  .pill { padding: 0 12px; }
  .pill b { font-size: 13px; }
  .split, .split--rev { grid-template-columns: 1fr; gap: 36px; }
  .split--rev > .split-photo { order: 0; }
  .split-photo--tall { aspect-ratio: 4 / 3; }
  .bleed, .bleed--rev { grid-template-columns: 1fr; min-height: 0; }
  .bleed-photo, .bleed--rev .bleed-photo { clip-path: none; height: 380px; min-height: 0; order: 0; }
  .bleed-txt, .bleed--rev .bleed-txt { padding: 56px var(--gutter); }
  .sim-grid { grid-template-columns: 1fr; gap: 24px; }
  .result-cmp { grid-template-columns: 1fr; }
  .deck { grid-template-columns: 1fr; gap: 32px; }
  .driver { grid-template-columns: 1fr; padding: 32px 24px; }
  .eco { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; aspect-ratio: auto; width: 100%; }
  .eco-ring, .eco-center { display: none; }
  .eco-node { position: static; transform: none; width: auto; }
  .items--2 { grid-template-columns: 1fr; }
  .maps { grid-template-columns: 1fr; }
  .dyn-cmp { grid-template-columns: 1fr; }
  .total-band { grid-template-columns: 1fr; }
  .band-right { display: none; }
  .close-icons { gap: 16px; }
  .tri { grid-template-columns: 1fr; height: auto; }
  .tri-panel { aspect-ratio: 16 / 9; }
}
@media (max-width: 640px) {
  :root { --gutter: 20px; }
  .wrap { padding: 0 var(--gutter); }
  .sec { padding: 64px 0; }
  .strip { padding: 14px var(--gutter); }
  .strip-in { gap: 8px 22px; font-size: 13px; }
  .band { padding: 18px var(--gutter); }
  .band-text { font-size: 16px; }
  .flow { flex-direction: column; align-items: stretch; gap: 8px; }
  .flow-arrow { transform: rotate(90deg); align-self: center; padding: 0; }
  .flow-step { flex-direction: row; text-align: left; gap: 16px; }
  .steps { grid-template-columns: 1fr; }
  .step { display: grid; grid-template-columns: 36px 1fr; grid-template-areas: "n h" "b b" "p p"; text-align: left; gap: 6px 12px; align-items: center; }
  .step-n { grid-area: n; margin: 0; }
  .step h5 { grid-area: h; min-height: 0; }
  .step-box { grid-area: b; height: 96px; }
  .step p { grid-area: p; }
  .cmp { grid-template-columns: 1fr; }
  .scenario { display: grid; grid-template-columns: 1fr; gap: 0; padding: 6px 12px; }
  .scenario-item { border-right: 0; border-bottom: 1px solid var(--line); padding: 12px 4px; }
  .scenario-item:last-child { border-bottom: 0; }
  .result-hero { grid-template-columns: 1fr; }
  .result-badge { justify-self: start; }
  .panel { padding: 22px 18px; }
  .field input { font-size: 22px; }
  .footer { padding: 32px var(--gutter); }
  .close-icons { flex-direction: column; gap: 18px; }
  .close-icons .item--center { flex-direction: row; text-align: left; }
  .close-icons .ic { width: 64px; height: 64px; }
  .mini-badges { display: none; }
  .receipt { width: 170px; padding: 12px; }
  .receipt--2 { top: 150px; }
  .eco { grid-template-columns: 1fr; }
  .tiles { grid-template-columns: 1fr; }
  .pres-btn--full { display: none; }
  .pres-hint { display: none; }
}

/* ── Complementos (classes usadas no HTML) ──────────── */
.area-wrap { padding-bottom: 88px; margin-top: -8px; }
.split--tri { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); }
.mini-badges .mb b { font-weight: 800; }
.bleed-photo--panel { display: flex; align-items: center; justify-content: center; padding: 48px 48px 48px 14%; }
.bleed-photo--panel img { position: absolute; inset: 0; }
.bleed-photo--panel::before { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, .25); }
.bleed-photo--panel .dyn-panel { position: relative; z-index: 2; width: 100%; max-width: 540px; }
.float-inline { display: flex; align-items: center; gap: 14px; margin-top: 18px; border: 1px solid rgba(249, 213, 21, .5); border-radius: 16px; padding: 14px 16px; font-size: 17px; font-weight: 700; line-height: 1.3; }
.eco-tables { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 22px; }
/* slides */
.sl-body--3 { grid-template-columns: 400px minmax(0, 1fr) minmax(0, 1.05fr); }
.sl-body--tri { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); }
.sl-photo--left { clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%); }
.sl-txt--side { padding: 40px 48px 36px 24px; }
.sl-txt--full { padding: 30px 44px 24px 56px; }
.sl-txt--full h2.sm { font-size: 42px; }
.sl-txt--full .lead { font-size: 18px; margin-top: 8px; }
.sl-txt--full .scenario { margin-top: 14px; padding: 8px 6px; }
.sl-txt--full .scenario-item { padding: 2px 16px; }
.sl-txt--full .scenario-item .ic { width: 40px; height: 40px; }
.sl-txt--full .scenario-item .edit { height: 40px; }
.sl-txt--full .scenario-item .edit input { font-size: 20px; }
.sl-txt--full .eco-tables { margin-top: 14px; gap: 14px; }
.sl-txt--full .eco-table { font-size: 13.5px; }
.sl-txt--full .eco-table th, .sl-txt--full .eco-table td { padding: 7px 12px; }
.sl-txt--full .eco-table thead th { padding: 9px 12px; font-size: 14px; }
.sl-txt--full .eco-table thead th .logo-svg { height: 20px; }
.sl-txt--full .eco-foot { margin-top: 8px; padding: 9px 14px; font-size: 14px; }
.sl-txt--full .eco-foot .n { font-size: 21px; }
.sl-txt--full .eco-foot .ic { width: 32px; height: 32px; }
.sl-txt--full .total-band { margin-top: 14px; padding: 14px 22px; gap: 18px; }
.sl-txt--full .total-band .ic { width: 56px; height: 56px; }
.sl-txt--full .total-band .n { font-size: 38px; }
.sl-txt--full .total-band small { font-size: 14px; }
.sl-txt--full .total-band p { font-size: 15px; }
.sl-photo--panel { display: flex; align-items: center; justify-content: center; padding: 36px 40px 36px 12%; }
.sl-photo--panel img { position: absolute; inset: 0; }
.sl-photo--panel::before { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, .3); }
.sl-photo--panel .dyn-panel { position: relative; z-index: 2; width: 100%; max-width: 560px; padding: 26px; }
.sl-photo--panel .dyn-panel .h-md { font-size: 30px; margin-bottom: 16px; }
.sl-photo--panel .dyn-col li { padding: 7px 0; font-size: 14.5px; }
.sl .dyn-cmp { margin-top: 26px; }
.sl .items--lines .item { padding-bottom: 14px; }
.sl .cta-box { max-width: 560px; }
.sl-dark-panel .eyebrow { color: rgba(255, 255, 255, .5); }
.sl .h-md { font-size: 30px; }
.sl .area .h-md { font-size: 28px; }
.sl-txt .h-md { line-height: 1.1; }
.sl .pill { padding: 0 26px; }
.sl .hero-pills .pill:first-child { padding-left: 0; }
.sl .eco-node b { font-size: 15px; }
.sl .eco-node small { font-size: 12.5px; }
.sl .eco-node .ic { width: 60px; height: 60px; }
.sl .eco-center { width: 130px; height: 130px; }
.sl .eco-center .logo-svg { height: 46px; }
.sl .tile { aspect-ratio: 4 / 3; }
.sl .close-icons .ic { width: 78px; height: 78px; }
.sl .lead + .btn { margin-top: 26px; }
.sl-body--wide .cmp-card .cmp-total .n { font-size: 34px; }
.sl-body--wide .cmp-card .cmp-line b { font-size: 18px; }
.sl-body--wide .cmp-card .cmp-line { padding: 9px 0; font-size: 14.5px; }
.sl-body--wide .cmp-head b { font-size: 16px; }
.sl-body--wide .cmp-head small { font-size: 13px; }
@media (max-width: 960px) {
  .bleed-photo--panel { height: auto; padding: 24px 20px; }
  .split--tri { grid-template-columns: 1fr; }
  .eco-tables { grid-template-columns: 1fr; }
  .area-wrap { padding-bottom: 56px; }
}

/* ajustes finos dos slides */
.sl .dyn-cmp { margin-top: 18px; }
.sl .dyn-box { padding: 16px 18px; }
.sl .dyn-box .tagline { margin: 8px 0 8px; padding: 6px 12px; }
.sl .dyn-box li { padding: 5px 0; font-size: 14.5px; }
.sl .dyn-box li.total { padding: 9px 12px; }
.sl .receipt--1 { left: 16%; top: 40px; }
.sl .receipt--2 { left: 20%; top: 240px; }
@media (max-width: 640px) {
  .btn { white-space: normal; text-align: center; }
  .share .btn { width: 100%; }
  .sim .btns .btn, .deck .btns .btn { width: 100%; }
}

/* ── Rodada 2 de ajustes ────────────────────────────── */
.flow-step .n { white-space: nowrap; }
.rc-total b { white-space: nowrap; }
.rc-total > span { font-size: 12px; }
.calc-row .n small { display: block; margin-left: 0; text-align: right; }
.bleed-txt .h-lg { font-size: clamp(30px, 3.5vw, 50px); }
.bleed-photo .float--tl { left: 13%; }
.bleed--rev .bleed-photo .float--tl { left: 22px; }
.sl-photo .float--tl { left: 13%; }
.sl-photo--left .float--tl { left: 22px; }
.sl-body { grid-auto-rows: minmax(0, 1fr); }
.sl-body > * { min-height: 0; }
.sl .tri { height: auto; }
.sl .tri-panel { min-height: 0; }
.sl-hero-brand .logo-svg { height: 96px; }
.sl .hero-pills { margin-top: 26px; }
.sl .eco { width: 400px; margin-top: 6px; }
.sl .eco-node { width: 150px; }
.sl-txt--full { justify-content: flex-start; padding-top: 26px; }
.sl-txt--full .eco-table tbody tr:last-child td { border-bottom: 0; }
/* painel único com as três frentes (foto composta do deck) */
.tri-one { position: relative; border-radius: 22px; overflow: hidden; background: var(--k2); aspect-ratio: 812 / 540; box-shadow: 0 30px 80px rgba(0, 0, 0, .18); }
.tri-one img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tri-one::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0, 0, 0, .78), transparent 38%); }
.tri-one .tri-cap { position: absolute; bottom: 22px; z-index: 2; }
.tri-one .tri-cap--1 { left: 5%; }
.tri-one .tri-cap--2 { left: 38%; }
.tri-one .tri-cap--3 { left: 70%; }
.sl .tri-one { border-radius: 0; box-shadow: none; aspect-ratio: auto; height: 100%; }
.sl .tri-one .tri-cap { bottom: 28px; font-size: 30px; }
.tiles-one { position: relative; border-radius: 22px; overflow: hidden; background: var(--k2); aspect-ratio: 792 / 715; box-shadow: 0 30px 80px rgba(0, 0, 0, .18); }
.tiles-one img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sl .tiles-one { border-radius: 18px; aspect-ratio: auto; height: 100%; box-shadow: none; }
@media (max-width: 640px) {
  .tri-one .tri-cap { font-size: 18px; bottom: 12px; }
}

/* ── Celular: tabela de dinâmica em coluna única e legendas do painel triplo ── */
@media (max-width: 640px) {
  .dyn { grid-template-columns: 1fr; }
  .dyn-panel { padding: 22px 18px; }
  .bleed-photo--panel { padding: 20px var(--gutter); }
  .tri-one .tri-cap--1 { left: 4%; }
  .tri-one .tri-cap--2 { left: 36%; }
  .tri-one .tri-cap--3 { left: auto; right: 4%; }
}

/* ── Rodada 3 ───────────────────────────────────────── */
.total-band .n small { display: inline; font-size: 18px; margin-left: 8px; font-weight: 800; }
@media (max-width: 640px) {
  .receipt { width: 168px; padding: 12px 14px; }
  .receipt--1 { left: 10px; top: 14px; }
  .receipt--2 { left: 22px; top: 150px; }
  .split-photo { aspect-ratio: 4 / 5; }
  .split-photo--tall { aspect-ratio: 4 / 5; }
  .checks { right: 12px; bottom: 12px; left: 12px; padding: 4px 12px; }
  .checks li { padding: 8px 0; font-size: 13px; }
  .float { font-size: 15px; padding: 12px 14px; max-width: 240px; }
  .split-photo .float--tl { left: 12px; top: 12px; }
}

/* ══════════════════════════════════════════════════════
   MOBILE — usabilidade (04/09, 2ª rodada)
   ══════════════════════════════════════════════════════ */
/* atalho fixo no rodapé do celular: aparece depois do topo, some no simulador, no fechamento e na apresentação */
.sticky-cta { display: none; }
@media (max-width: 640px) {
  .sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: flex; gap: 8px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px)); background: rgba(14, 14, 14, .94); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-top: 1px solid var(--line-k); transform: translateY(0); transition: transform .25s ease; }
  .sticky-cta[hidden] { display: flex !important; transform: translateY(110%); pointer-events: none; }
  .sticky-cta .btn { flex: 1; padding: 13px 8px; font-size: 14px; border-radius: 12px; white-space: nowrap; }
  body.pres-lock .sticky-cta { display: none !important; }
  .hero-photo { height: 40vh; min-height: 280px; }
  .hero-txt { padding-top: 8px; }
  .seg button { min-height: 44px; }
  .footer-links { flex-direction: column; gap: 4px; }
  .footer-links a { display: block; padding: 8px 0; font-size: 14px; }
  .nav-links .nav-link { padding: 16px 4px; }
  .strip-in span { min-height: 28px; }
  .calc-row .n { font-size: 26px; }
}

/* apresentação em celular na vertical: vira leitura corrida (um slide por vez, rolável), sem palco encolhido */
@media (max-width: 900px) and (orientation: portrait) {
  .pres { overflow-y: auto; -webkit-overflow-scrolling: touch; }
  .pres-stage { position: static; width: auto; height: auto; transform: none; box-shadow: none; }
  .sl { position: relative; inset: auto; display: none; grid-template-rows: auto auto auto; min-height: 100vh; min-height: 100svh; visibility: visible; opacity: 1; transition: none; }
  .sl.is-on { display: grid; }
  .sl-top { height: 56px; padding: 0 64px 0 16px; gap: 10px; }
  .sl-top .tag, .sl-top .sep, .sl-top .motto, .sl-top .lbl { display: none; }
  .sl-top .logo-svg { height: 26px; }
  .sl-top .prog { gap: 10px; }
  .sl-top .bar { width: 64px; }
  .sl-top .num { font-size: 13px; }
  .sl-body, .sl-body--wide, .sl-body--3, .sl-body--tri, .sl-body--one, .sl-body--rev { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .sl-txt, .sl-txt--full, .sl-txt--side { padding: 22px 20px; overflow: visible; justify-content: flex-start; }
  .sl-photo, .sl-photo--left, .sl-body--rev .sl-photo { clip-path: none; height: 240px; order: 0; overflow: hidden; }
  .sl-photo--panel { height: auto; padding: 16px; display: block; }
  .sl-photo--panel .dyn-panel { max-width: none; padding: 18px; }
  .sl-dark-panel { clip-path: none; padding: 22px 20px; gap: 16px; }
  .sl-dark-panel .n { font-size: 52px; }
  .sl-dark-panel .sub { font-size: 24px; }
  .sl h2, .sl h2.sm, .sl-txt--full h2.sm { font-size: 30px; }
  .sl .lead, .sl-txt--full .lead { font-size: 16px; margin-top: 10px; }
  .sl .eyebrow { margin-bottom: 10px; }
  .sl .items { gap: 14px; margin-top: 18px; }
  .sl .items--2, .sl .items--3 { grid-template-columns: 1fr; }
  .sl .item h4 { font-size: 17px; }
  .sl .item p { font-size: 14px; }
  .sl .ic { width: 48px; height: 48px; }
  .sl .ic .ico { width: 22px; height: 22px; }
  .sl .steps { margin-top: 18px; }
  .sl .cmp, .sl .scenario { margin-top: 14px; }
  .sl .eco { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; aspect-ratio: auto; margin-top: 16px; }
  .sl .eco-ring, .sl .eco-center { display: none; }
  .sl .eco-node { position: static; transform: none; width: auto; }
  .sl .tri-one { height: auto; aspect-ratio: 16 / 10; border-radius: 16px; }
  .sl .tri-one .tri-cap { font-size: 18px; bottom: 12px; }
  .sl .tiles-one { height: auto; aspect-ratio: 1; }
  .sl .area { padding: 18px; }
  .sl .map-box { height: 170px; }
  .sl .map-radius--lg { width: 190px; height: 190px; }
  .sl .maps { grid-template-columns: 1fr; }
  .sl .dyn { grid-template-columns: 1fr; }
  .sl .dyn-cmp { grid-template-columns: 1fr; }
  .sl .eco-tables { grid-template-columns: 1fr; }
  .sl .eco-table { overflow-x: auto; }
  .sl-txt--full .total-band { grid-template-columns: 1fr; }
  .sl-hero-brand .logo-svg { height: 64px; }
  .sl-hero-brand .sub { font-size: 13px; padding-bottom: 8px; }
  .sl .hero-pills { margin-top: 18px; justify-content: space-between; }
  .sl .pill { padding: 0 8px; }
  .sl .close-icons { flex-direction: column; gap: 14px; margin-top: 18px; }
  .sl .close-icons .item--center { flex-direction: row; text-align: left; }
  .sl .close-icons .ic { width: 56px; height: 56px; }
  .sl-txt .btn { align-self: stretch; white-space: normal; text-align: center; }
  .sl .receipt { width: 150px; padding: 10px 12px; }
  .sl .receipt--1 { left: 12px; top: 12px; }
  .sl .receipt--2 { left: 24px; top: 120px; }
  .sl .receipt .v { font-size: 18px; }
  .sl .float { font-size: 14px; padding: 10px 12px; max-width: 220px; }
  .sl-photo .float--tl, .sl-photo--left .float--tl { left: 12px; top: 12px; }
  .sl .checks { left: 12px; right: 12px; bottom: 12px; padding: 2px 10px; }
  .sl .checks li { padding: 7px 0; font-size: 12.5px; }
  .sl .mini-badges { display: none; }
  .sl-foot { margin-top: auto; }
  .sl-foot .band-text { font-size: 15px; }
  .sl-foot .ic { width: 44px; height: 44px; }
  .pres-ui { position: fixed; }
  .pres-btn--close { top: 6px; right: 8px; width: 44px; height: 44px; }
  .pres-btn--full { display: none; }
  .pres-nav { bottom: 10px; }
  .pres-hint { display: none; }
  .pres-rotate { display: none; }
}

/* ── Mobile, ajustes após as capturas (04/09) ────────── */
@media (max-width: 640px) {
  .hero-txt .eyebrow { font-size: 11px; letter-spacing: .22em; }
}
@media (max-width: 900px) and (orientation: portrait) {
  /* sem centralização vertical: o slide começa no topo e a faixa fecha embaixo */
  .sl { grid-template-rows: auto 1fr auto; }
  .sl-body { align-content: start; }
  .sl .sl-txt { justify-content: flex-start; }
  /* capa: foto antes do texto, como um hero */
  .sl[data-slide="1"] .sl-photo { order: -1; height: 300px; }
  .sl[data-slide="1"] .sl-photo .float { right: 12px; bottom: 12px; left: auto; }
  /* foto com a lista de checks precisa de mais altura */
  .sl-photo:has(.checks) { height: 330px; }
  .sl .checks li { font-size: 13px; }
  /* comparativos em coluna única */
  .sl .cmp { grid-template-columns: 1fr; }
  /* controles não cobrem o texto da faixa */
  .pres-nav { left: auto; right: 10px; transform: none; }
  .sl-foot .band-in { padding-right: 112px; }
}

@media (max-width: 900px) and (orientation: portrait) {
  .sl .eyebrow { font-size: 11px; letter-spacing: .22em; }
}

/* ── Perguntas frequentes ───────────────────────────── */
.faq { max-width: 860px; margin-top: 36px; display: grid; gap: 10px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 0 22px; }
.faq-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 0; font-size: 17px; font-weight: 800; line-height: 1.3; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .ico { width: 20px; height: 20px; flex: none; transition: transform .2s; color: var(--g); }
.faq-item[open] summary .ico { transform: rotate(90deg); color: var(--k); }
.faq-item summary:focus-visible { outline: 3px solid var(--y); outline-offset: 2px; border-radius: 8px; }
.faq-item p { padding: 0 0 20px; color: var(--g); font-size: 15.5px; line-height: 1.6; max-width: 70ch; }
@media (max-width: 640px) {
  .faq-item { padding: 0 16px; }
  .faq-item summary { font-size: 15.5px; padding: 15px 0; }
}

/* ── Motoboy: botões das lojas e passos ─────────────── */
.ico--fill { fill: currentColor; stroke: none; }
.stores { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.store { display: inline-flex; align-items: center; gap: 12px; background: var(--y); color: var(--k); border-radius: 14px; padding: 12px 22px 12px 16px; min-width: 210px; font-weight: 800; line-height: 1.05; transition: background .15s, transform .15s; box-shadow: 0 12px 30px rgba(249, 213, 21, .22); }
.store:hover { background: var(--y2); }
.store:active { transform: translateY(1px); }
.store .ico { width: 30px; height: 30px; }
.store small { display: block; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; opacity: .7; margin-bottom: 3px; }
.store span { font-size: 18px; }
.how-mini { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 26px; font-size: 14.5px; font-weight: 700; color: rgba(255, 255, 255, .8); }
.how-mini b { display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--y); color: var(--k); font-size: 13px; margin-right: 8px; }
.bleed-photo--bottom img { object-position: 50% 80%; }
@media (max-width: 640px) {
  .store { flex: 1 1 100%; justify-content: center; }
  .how-mini { flex-direction: column; gap: 10px; }
}
