/* Vimel Home — landing v3 (pegada Apple: tipografia grande, ar, seções alternadas). */
:root {
  --brand: #12d273;
  --brand-deep: #156055;
  --brand-light: #6fe7ac;
  --bg: #04262c;
  --bg-2: #062f36;
  --light: #eef6f4;
  --light-2: #ffffff;
  --ink: #05343b;
  --card: rgba(9, 58, 66, 0.72);
  --card-brd: rgba(255, 255, 255, 0.08);
  --text: #eef6f4;
  --muted: rgba(238, 246, 244, 0.62);
  --ink-muted: rgba(5, 52, 59, 0.66);
  --r-lg: 28px;
  --r-md: 20px;
  --wrap: 1160px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 28px; }
.only-desktop { display: inline; }

/* ---------- Tipografia display ---------- */
.giant   { font-size: clamp(44px, 7.6vw, 92px); font-weight: 800; letter-spacing: -0.035em; line-height: 1.02; }
.giant-sm{ font-size: clamp(34px, 5.2vw, 64px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.06; }
.grad {
  background: linear-gradient(100deg, var(--brand) 0%, var(--brand-light) 90%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.d1 { transition-delay: .08s; } .d2 { transition-delay: .16s; }
.d3 { transition-delay: .28s; } .d4 { transition-delay: .4s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 700; font-size: 15px; padding: 14px 28px; border-radius: 999px;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s;
  white-space: nowrap; cursor: pointer; border: 0;
}
.btn-sm { padding: 10px 18px; font-size: 14px; }
.btn-lg { padding: 17px 34px; font-size: 17px; }
.btn-primary { background: var(--brand); color: #04262c; box-shadow: 0 10px 30px rgba(18,210,115,.3); }
.btn-primary:hover { transform: translateY(-2px) scale(1.02); box-shadow: 0 16px 40px rgba(18,210,115,.42); }
.btn-link { background: none; color: var(--brand-light); font-size: 17px; padding: 17px 10px; }
.btn-link .arrow { transition: transform .2s var(--ease); display: inline-block; }
.btn-link:hover .arrow { transform: translateX(5px); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(4, 38, 44, 0.6);
  backdrop-filter: saturate(160%) blur(18px);
  -webkit-backdrop-filter: saturate(160%) blur(18px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s;
}
.site-header.scrolled { border-color: var(--card-brd); }
.header-inner { display: flex; align-items: center; gap: 22px; height: 64px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 17px; }
.brand-mark {
  width: 32px; height: 32px; border-radius: 9px; display: grid; place-items: center;
  background: var(--brand); color: #04262c; font-weight: 800; font-size: 18px;
}
.brand-text strong { color: var(--brand); font-weight: 800; }
.nav { margin-left: auto; display: flex; gap: 30px; }
.nav a { color: var(--muted); font-weight: 600; font-size: 14px; transition: color .15s; }
.nav a:hover { color: var(--text); }

/* ---------- Phone mockup ---------- */
.phone {
  position: relative; width: 280px; aspect-ratio: 780 / 1688;
  border-radius: 44px; background: #0b0f12; padding: 10px;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.16),
    inset 0 0 0 7px #0b0f12,
    0 40px 100px rgba(0,0,0,0.6),
    0 12px 30px rgba(0,0,0,0.4);
  transform-style: preserve-3d; will-change: transform;
}
.phone img { width: 100%; height: 100%; object-fit: cover; border-radius: 34px; }
.phone::after {
  content: ""; position: absolute; inset: 10px; border-radius: 34px; pointer-events: none;
  background: linear-gradient(118deg, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0.05) 16%, transparent 38%);
}
.phone-hero { width: 320px; }
.phone-lg { width: 300px; }
.phone-sm { width: 218px; }
[data-tilt] { perspective: 1200px; }
[data-tilt] .phone, [data-tilt].phone { transition: transform .3s var(--ease); }

/* ---------- HERO ---------- */
.hero { position: relative; padding: 96px 0 0; text-align: center; overflow: hidden; }
.hero-inner { position: relative; z-index: 3; }
.hero-kicker {
  font-size: 15px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--brand-light); margin-bottom: 22px;
}
.hero-title { display: grid; gap: 0; font-size: clamp(56px, 10.5vw, 128px); font-weight: 800; letter-spacing: -0.04em; line-height: 0.98; }
.hero-title .line { display: block; }
.lead { font-size: clamp(17px, 2.2vw, 22px); color: var(--muted); margin: 30px auto 0; max-width: 680px; }
.hero-cta { display: flex; gap: 18px; justify-content: center; align-items: center; flex-wrap: wrap; margin-top: 38px; }
.hero-note { margin-top: 20px; font-size: 14px; color: var(--muted); }

.hero-stage { position: relative; z-index: 2; margin-top: 64px; display: grid; justify-items: center; }
.hero-phone .phone { animation: float 8s ease-in-out infinite; }
@keyframes float { 0%,100% { translate: 0 0; } 50% { translate: 0 -14px; } }
.hero-floor {
  position: absolute; bottom: -40px; left: 50%; transform: translateX(-50%);
  width: min(900px, 90vw); height: 220px; pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(18,210,115,0.16), transparent 65%);
  filter: blur(10px);
}
.chip {
  position: absolute; z-index: 4;
  background: rgba(9, 58, 66, 0.78); border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  color: var(--text); font-weight: 700; font-size: 14px;
  padding: 12px 18px; border-radius: 999px;
  box-shadow: 0 14px 40px rgba(0,0,0,0.35);
  animation: chipfloat 7s ease-in-out infinite;
}
.chip-1 { top: 8%; left: calc(50% - 380px); animation-delay: 0s; }
.chip-2 { top: 30%; right: calc(50% - 400px); animation-delay: 1.2s; }
.chip-3 { top: 58%; left: calc(50% - 420px); animation-delay: 2.1s; }
.chip-4 { top: 78%; right: calc(50% - 370px); animation-delay: 3s; }
@keyframes chipfloat { 0%,100% { translate: 0 0; } 50% { translate: 0 -10px; } }
@media (prefers-reduced-motion: reduce) { .hero-phone .phone, .chip { animation: none; } }
.hero-glow {
  position: absolute; top: -180px; left: 50%; transform: translateX(-50%);
  width: 1100px; height: 760px; z-index: 1; pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(18,210,115,0.16) 0%, transparent 60%);
}

/* ---------- MARQUEE ---------- */
.marquee { padding: 90px 0 40px; overflow: hidden; position: relative; }
.marquee::before, .marquee::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 140px; z-index: 2; pointer-events: none;
}
.marquee::before { left: 0; background: linear-gradient(90deg, var(--bg), transparent); }
.marquee::after { right: 0; background: linear-gradient(-90deg, var(--bg), transparent); }
.marquee-track { display: flex; width: max-content; animation: marquee 46s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-set { display: flex; gap: 22px; padding-right: 22px; }
.marquee-set img {
  width: 168px; aspect-ratio: 780/1688; object-fit: cover;
  border-radius: 24px; border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 18px 44px rgba(0,0,0,0.42);
  transition: transform .3s var(--ease);
}
.marquee-set img:hover { transform: translateY(-10px) scale(1.03); }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

/* ---------- JOURNEY (sticky) ---------- */
.journey { padding: 110px 0 60px; }
.journey-head { text-align: center; margin-bottom: 90px; }
/* stretch (default): a coluna do phone fica tão alta quanto a dos passos —
   é isso que dá espaço pro sticky viajar e ficar pregado no centro. */
.journey-grid { display: grid; grid-template-columns: 1fr 420px; gap: 60px; }
/* padding vertical = trilho extra pro sticky: mantém o phone centrado
   também quando o 1º e o último passo estão no meio da tela. */
.journey-steps { display: grid; padding: 14vh 0; }
.jstep {
  min-height: 72vh; display: flex; flex-direction: column; justify-content: center;
  max-width: 460px; opacity: 0.28; transition: opacity .5s var(--ease);
}
.jstep.active { opacity: 1; }
.jnum {
  font-size: 15px; font-weight: 800; letter-spacing: .18em; color: var(--brand);
  margin-bottom: 14px;
}
.jstep h3 { font-size: clamp(28px, 3.4vw, 42px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.1; margin-bottom: 16px; }
.jstep p { color: var(--muted); font-size: 18px; }
.jstep em { color: var(--brand-light); font-style: normal; font-weight: 700; }
.journey-phone-col { position: relative; }
/* Sticky de viewport inteiro: o phone fica SEMPRE centralizado verticalmente,
   independente da altura da janela (padrão Apple). O tamanho acompanha a
   altura pra nunca cortar em telas baixas. */
.journey-sticky {
  position: sticky; top: 0; height: 100vh; height: 100svh;
  display: grid; place-items: center;
}
.journey-sticky .phone { width: clamp(220px, calc(42svh - 40px), 300px); }
#journey-img { transition: opacity .25s ease; }
#journey-img.swap { opacity: 0; }

/* ---------- THEMES (seção CLARA) ---------- */
.themes {
  background: var(--light);
  color: var(--ink);
  padding: 120px 0;
  border-radius: 56px 56px 0 0;
  position: relative;
}
.themes-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: center; }
.themes-grad {
  background: linear-gradient(100deg, #0ba25a, var(--brand));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.themes-sub { color: var(--ink-muted); font-size: 19px; margin-top: 22px; max-width: 480px; }
.themes-list { list-style: none; margin-top: 28px; display: grid; gap: 13px; }
.themes-list li { position: relative; padding-left: 32px; color: var(--ink-muted); font-size: 16px; font-weight: 600; }
.themes-list li::before {
  content: "✓"; position: absolute; left: 0; top: -1px;
  width: 22px; height: 22px; border-radius: 7px; display: grid; place-items: center;
  background: rgba(18,210,115,0.16); color: #0ba25a; font-weight: 800; font-size: 13px;
}

/* comparador claro/escuro — arrasta direto no aparelho */
.compare { display: grid; justify-items: center; gap: 16px; }
.cmp-labels { display: flex; gap: 12px; }
.cmp-pill {
  font-size: 13px; font-weight: 800; letter-spacing: .02em;
  padding: 8px 16px; border-radius: 999px;
}
.cmp-pill-dark { background: var(--ink); color: var(--light); }
.cmp-pill-light { background: #ffffff; color: var(--ink); box-shadow: inset 0 0 0 1px rgba(5,52,59,0.14); }
.cmp-stage { cursor: ew-resize; touch-action: pan-y; user-select: none; -webkit-user-select: none; }
.phone-light {
  width: 300px;
  box-shadow:
    inset 0 0 0 1px rgba(0,0,0,0.25),
    inset 0 0 0 7px #0b0f12,
    0 40px 90px rgba(5,52,59,0.3),
    0 10px 26px rgba(5,52,59,0.18);
}
.phone-light img { pointer-events: none; }
.phone-light .cmp-light {
  position: absolute; inset: 10px; width: calc(100% - 20px); height: calc(100% - 20px);
  clip-path: inset(0 0 0 50%); will-change: clip-path;
}
.cmp-handle {
  position: absolute; top: 10px; bottom: 10px; left: 50%; width: 2px;
  background: rgba(255,255,255,0.9); transform: translateX(-50%); z-index: 3;
  box-shadow: 0 0 14px rgba(0,0,0,0.35);
}
.cmp-knob {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 46px; height: 46px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--brand); color: #04262c; font-weight: 800; font-size: 14px;
  letter-spacing: -1px;
  box-shadow: 0 10px 26px rgba(5,52,59,0.35), 0 0 0 4px rgba(255,255,255,0.85);
}
.compare:not(.touched) .cmp-knob { animation: knobpulse 1.8s ease-in-out infinite; }
@keyframes knobpulse {
  0%, 100% { box-shadow: 0 10px 26px rgba(5,52,59,0.35), 0 0 0 4px rgba(255,255,255,0.85); }
  50%      { box-shadow: 0 10px 26px rgba(5,52,59,0.35), 0 0 0 12px rgba(18,210,115,0.25); }
}
@media (prefers-reduced-motion: reduce) { .compare:not(.touched) .cmp-knob { animation: none; } }
.cmp-hint { font-size: 14px; font-weight: 700; color: var(--ink-muted); transition: opacity .4s; }
.compare.touched .cmp-hint { opacity: 0; }
/* range só para teclado/leitores: invisível até receber foco */
.sr-only-focusable {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap;
}
.sr-only-focusable:focus-visible {
  position: static; width: 300px; height: auto; clip: auto;
  accent-color: var(--brand);
}

/* ---------- BENTO ---------- */
.section { padding: 110px 0; }
.section-head { text-align: center; margin-bottom: 56px; }
.section-sub { color: var(--muted); font-size: 18px; margin-top: 18px; max-width: 560px; }
.bento {
  display: grid; gap: 18px;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 120px;
}
.tile {
  background: var(--card); border: 1px solid var(--card-brd); border-radius: var(--r-lg);
  padding: 30px; overflow: hidden; position: relative;
  grid-column: span 2; grid-row: span 2;
  transition: transform .25s var(--ease), border-color .25s var(--ease);
  display: flex; flex-direction: column; justify-content: flex-start; gap: 8px;
}
.tile:hover { transform: translateY(-5px); border-color: rgba(18,210,115,0.4); }
.tile h3 { font-size: 21px; font-weight: 800; letter-spacing: -0.01em; }
.tile p { color: var(--muted); font-size: 15px; }
.tile-wide  { grid-column: span 4; grid-row: span 3; flex-direction: row; align-items: center; gap: 26px; }
.tile-wide2 { grid-column: span 4; grid-row: span 3; flex-direction: row; align-items: center; gap: 26px; }
.tile-tall  { grid-column: span 2; grid-row: span 3; }
.tile-wide .tile-copy, .tile-wide2 .tile-copy { flex: 1; }
.tile-wide h3, .tile-wide2 h3, .tile-tall h3 { font-size: 26px; }
.tile-wide img, .tile-wide2 img {
  width: 46%; border-radius: 18px; border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 22px 50px rgba(0,0,0,0.4);
  align-self: flex-end; margin-bottom: -70px;
  transition: transform .3s var(--ease);
}
.tile-wide:hover img, .tile-wide2:hover img { transform: translateY(-12px); }
.tile-tall img {
  border-radius: 18px; border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 22px 50px rgba(0,0,0,0.4);
  margin: 14px -6px -80px; transition: transform .3s var(--ease);
}
.tile-tall:hover img { transform: translateY(-12px); }

/* ---------- PRO ---------- */
.pro { background: var(--bg-2); }
.pro-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 60px; align-items: center; }
.pro-list { list-style: none; margin: 26px 0 34px; display: grid; gap: 13px; }
.pro-list li { position: relative; padding-left: 30px; color: var(--muted); font-size: 16px; }
.pro-list li::before { content: "✓"; position: absolute; left: 0; color: var(--brand); font-weight: 800; }
.pro-phones { display: flex; justify-content: center; }
.pro-l { transform: rotate(-7deg) translateX(20px); z-index: 1; }
.pro-r { transform: rotate(7deg) translateX(-20px) translateY(28px); }

/* ---------- CTA final ---------- */
.cta-final {
  padding: 140px 0; text-align: center;
  background: radial-gradient(ellipse at 50% 0%, rgba(18,210,115,0.16), transparent 55%);
}
.cta-final .hero-cta { margin-top: 42px; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--card-brd); padding: 52px 0 34px; background: var(--bg-2); }
.footer-inner { display: flex; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.footer-brand p { color: var(--muted); font-size: 14px; margin-top: 10px; }
.footer-nav { display: flex; gap: 26px; flex-wrap: wrap; align-items: center; }
.footer-nav a { color: var(--muted); font-weight: 600; font-size: 14px; transition: color .15s; }
.footer-nav a:hover { color: var(--brand); }
.footer-bottom { margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--card-brd); font-size: 13px; color: var(--muted); }

/* ---------- Responsivo ---------- */
@media (max-width: 1100px) {
  .chip-1 { left: 4vw; } .chip-3 { left: 3vw; }
  .chip-2 { right: 4vw; } .chip-4 { right: 3vw; }
}
@media (max-width: 900px) {
  .nav { display: none; }
  .only-desktop { display: none; }
  .journey-grid { grid-template-columns: 1fr; }
  .journey-phone-col { display: none; }              /* mobile: passos com respiro, sem sticky */
  .jstep { min-height: unset; padding: 34px 0; opacity: 1; max-width: none; }
  .themes-grid, .pro-grid { grid-template-columns: 1fr; text-align: center; }
  .themes-sub { margin-inline: auto; }
  .themes-list, .pro-list { max-width: 420px; margin-inline: auto; text-align: left; }
  .bento { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .tile, .tile-wide, .tile-wide2, .tile-tall { grid-column: auto; grid-row: auto; }
  .tile-wide, .tile-wide2 { flex-direction: column; align-items: stretch; }
  .tile-wide img, .tile-wide2 img { width: 82%; margin: 14px auto -70px; }
  .tile-tall img { margin: 14px auto -70px; width: 82%; }
  .chip { display: none; }
}
@media (max-width: 620px) {
  .hero { padding-top: 64px; }
  .section, .themes { padding: 72px 0; }
  .journey { padding: 80px 0 30px; }
  .journey-head { margin-bottom: 40px; }
  .phone-hero { width: 250px; }
  .phone-light { width: 260px; }
  .cmp-range { width: 260px; }
  .header-inner .btn-primary { display: none; }
  .footer-inner { flex-direction: column; gap: 24px; }
  .themes { border-radius: 34px 34px 0 0; }
}

/* ================================================================
   BANDAS CLARAS/ESCURAS — ritmo Apple: a página alterna cor de fundo
   com transições de canto arredondado. .band sobrepõe 56px da seção
   anterior (margin negativa) revelando a cor de baixo nos cantos.
   ================================================================ */
:root { --band-r: 56px; }
.band { position: relative; border-radius: var(--band-r) var(--band-r) 0 0; margin-top: calc(var(--band-r) * -1); }
.band-light { background: var(--light); color: var(--ink); }
.band-dark { background: var(--bg); }

/* compensação: quem é sobreposto ganha respiro extra embaixo */
.hero { padding-bottom: calc(64px + var(--band-r)); }
.marquee.band-light { padding: 96px 0 calc(64px + var(--band-r)); }
.journey.band-dark { padding-bottom: calc(60px + var(--band-r)); }
.themes.band { margin-top: calc(var(--band-r) * -1); padding-bottom: 90px; border-radius: var(--band-r) var(--band-r) 0 0; }
.section-light { background: var(--light); color: var(--ink); padding-bottom: calc(110px + var(--band-r)); }
.pro.band-dark { background: var(--bg-2); padding-bottom: calc(110px + var(--band-r)); }
.cta-final.band-light {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(18, 210, 115, 0.14), transparent 55%),
    var(--light);
  color: var(--ink);
  padding-bottom: calc(140px + var(--band-r));
}
.site-footer.band-dark { background: var(--bg-2); border-top: 0; padding-top: 72px; }

/* tipografia sobre fundo claro */
.band-light .grad, .section-light .grad {
  background: linear-gradient(100deg, #0ba25a 0%, var(--brand) 90%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.band-light .hero-note, .section-light .section-sub { color: var(--ink-muted); }

/* marquee sobre claro: fades e sombras suaves */
.marquee.band-light::before { background: linear-gradient(90deg, var(--light), transparent); }
.marquee.band-light::after { background: linear-gradient(-90deg, var(--light), transparent); }
.marquee.band-light .marquee-set img {
  border-color: rgba(5, 52, 59, 0.1);
  box-shadow: 0 18px 44px rgba(5, 52, 59, 0.16);
}

/* bento sobre claro: cartões brancos */
.section-light .tile {
  background: var(--light-2);
  border-color: rgba(5, 52, 59, 0.08);
  box-shadow: 0 14px 40px rgba(5, 52, 59, 0.07);
}
.section-light .tile:hover { border-color: rgba(11, 162, 90, 0.45); }
.section-light .tile p { color: var(--ink-muted); }
.section-light .tile-wide img, .section-light .tile-wide2 img, .section-light .tile-tall img {
  border-color: rgba(5, 52, 59, 0.12);
  box-shadow: 0 22px 50px rgba(5, 52, 59, 0.18);
}

@media (max-width: 620px) {
  :root { --band-r: 34px; }
  .themes.band { border-radius: var(--band-r) var(--band-r) 0 0; }
}

/* ================================================================
   OTIMIZAÇÃO MOBILE — 90% do tráfego. Nada de esconder conteúdo:
   as telas do app aparecem em TODOS os passos, chips viram fileira,
   CTA do header permanece. Paddings de desktop são recalibrados.
   ================================================================ */

/* chips: no desktop o wrapper é transparente (mantém posicionamento absoluto) */
.chips { display: contents; }

@media (max-width: 900px) {
  /* Hero: chips viram uma fileira compacta sob o phone */
  .chips {
    display: flex; flex-wrap: wrap; gap: 10px;
    justify-content: center; margin-top: 28px; padding: 0 20px;
    max-width: 480px;
  }
  .chip {
    display: inline-flex; position: static; animation: none;
    font-size: 13px; padding: 10px 15px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.25);
  }

  /* Jornada: cada passo mostra a própria tela num mini-phone */
  .jstep-phone { display: block; width: min(215px, 58vw); margin: 30px auto 0; }
  .journey-steps { padding: 0; }
  .jstep { padding: 46px 0 40px; }
  .jstep + .jstep { border-top: 1px solid var(--card-brd); }
  .jstep h3 { font-size: 27px; }
  .jstep p { font-size: 16px; }
  .journey-head { margin-bottom: 24px; }
  .journey.band-dark { padding-bottom: calc(28px + var(--band-r)); }
}
@media (min-width: 901px) {
  .jstep-phone { display: none; }
}

@media (max-width: 620px) {
  /* Header: o CTA fica — é o caminho pro app */
  .header-inner .btn-primary { display: inline-flex; padding: 9px 16px; font-size: 13px; }
  .header-inner { gap: 12px; }

  /* Hero mais compacto */
  .hero-stage { margin-top: 44px; }
  .hero-cta { gap: 10px; }
  .btn-lg { padding: 15px 28px; font-size: 16px; }

  /* Marquee: cartões menores, mais densidade */
  .marquee.band-light { padding: 64px 0 calc(44px + var(--band-r)); }
  .marquee-set { gap: 13px; padding-right: 13px; }
  .marquee-set img { width: 132px; border-radius: 18px; }
  .marquee::before, .marquee::after { width: 60px; }

  /* Seções: respiro proporcional a telas pequenas */
  .themes.band { padding: 64px 0 70px; }
  .themes-grid { gap: 40px; }
  .section-light { padding: 64px 0 calc(72px + var(--band-r)); }
  .section-head { margin-bottom: 34px; }
  .tile { padding: 24px; }
  .tile-wide h3, .tile-wide2 h3, .tile-tall h3 { font-size: 22px; }
  .pro.band-dark { padding: 64px 0 calc(72px + var(--band-r)); }
  .pro-grid { gap: 36px; }
  .pro-phones .phone-sm { width: 150px; }
  .cta-final.band-light { padding: 76px 0 calc(84px + var(--band-r)); }
  .cta-final .hero-cta { margin-top: 30px; }
  .site-footer.band-dark { padding-top: 56px; }
}
