/* ============================================================
   Careli — Troca de Óleo · LANDING PAGE v3  ("Brand World")
   Universo da marca: azul-marinho profundo + amarelo vivo
   Tipografia condensada caixa-alta · ícones em círculo amarelo
   Caixas azuis arredondadas (estilo banner) · IMAGENS full-bleed retas
   Fontes: Barlow Condensed (display) + Barlow (texto)
   ============================================================ */

:root {
  /* Azuis (amostrados da arte da cliente) */
  --navy-950: #01122e;
  --navy-900: #04193f;
  --navy-850: #06214f;
  --navy-800: #0a2a63;
  --navy-700: #123a82;
  --royal: #1a4aa0;
  --royal-glow: #2a64c8;

  /* Amarelo (o tom do nicho que ela ama) — trocável via data-yellow */
  --y: #fbc700;
  --y-bright: #ffe000;
  --y-deep: #e0a200;
  --y-ink: #2a1f00;

  /* Texto */
  --on-dark: #f4f7ff;
  --on-dark-soft: #a9bbdc;
  --ink: #0c1c3d;
  --ink-soft: #4a5b7e;

  /* Claros tonalizados (nunca branco puro) */
  --tint: #e9eef8;
  --tint-2: #dde5f3;
  --line-dark: rgba(255,255,255,0.10);
  --line-y: rgba(251,199,0,0.30);
  --line-light: #cdd8ec;

  --font-display: "Barlow Condensed", system-ui, sans-serif;
  --font-body: "Barlow", system-ui, sans-serif;

  --maxw: 1240px;
  --pad-x: clamp(20px, 5vw, 60px);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --shadow-2: 0 26px 64px rgba(0, 8, 28, 0.5);
  --shadow-y: 0 16px 40px rgba(251, 199, 0, 0.32);
}

:root[data-yellow="bright"]  { --y:#ffe000; --y-bright:#fff04d; --y-deep:#d9bb00; }
:root[data-yellow="golden"]  { --y:#f3c608; --y-bright:#ffd21e; --y-deep:#cf9c00; }
:root[data-yellow="amber"]   { --y:#ff9e1b; --y-bright:#ffc04d; --y-deep:#d67400; }

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--navy-900);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
h1,h2,h3,h4 { font-family: var(--font-display); line-height: 1; letter-spacing: 0; font-weight: 700; text-transform: uppercase; text-wrap: balance; }
p { text-wrap: pretty; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding-inline: var(--pad-x); }
.section { padding-block: clamp(64px, 9vw, 120px); position: relative; }

/* superfícies */
.s-navy { background: var(--navy-900); color: var(--on-dark); }
.s-navy-2 { background: linear-gradient(180deg, var(--navy-850), var(--navy-900)); color: var(--on-dark); }
.s-tint { background: var(--tint); color: var(--ink); }
.s-deep { background: var(--navy-950); color: var(--on-dark); }

/* textura sutil de grid p/ seções escuras */
.tex { position: relative; }
.tex::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image:
    radial-gradient(900px 500px at 80% -10%, rgba(42,100,200,0.30), transparent 60%),
    linear-gradient(rgba(255,255,255,0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.028) 1px, transparent 1px);
  background-size: auto, 58px 58px, 58px 58px;
  mask-image: radial-gradient(1100px 700px at 70% 10%, #000 0%, transparent 80%);
  -webkit-mask-image: radial-gradient(1100px 700px at 70% 10%, #000 0%, transparent 80%);
}
.tex > * { position: relative; z-index: 1; }

/* ---------- Tipografia de seção ---------- */
.kick {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-weight: 700; font-size: 15px;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--y);
  background: rgba(251,199,0,0.10); border: 1px solid var(--line-y);
  padding: 7px 14px 5px; border-radius: 4px;
}
.s-tint .kick { color: var(--y-deep); background: rgba(224,162,0,0.10); border-color: rgba(224,162,0,0.28); }
.kick b { width: 7px; height: 7px; background: var(--y); border-radius: 50%; display: inline-block; }

.h-sec { font-size: clamp(36px, 5.6vw, 66px); font-weight: 800; margin-top: 18px; color: #fff; letter-spacing: -0.01em; }
.s-tint .h-sec { color: var(--navy-900); }
.h-sec .y { color: var(--y); }
.s-tint .h-sec .y { color: var(--y-deep); }
.lead { margin-top: 16px; font-size: clamp(16px, 1.7vw, 19px); color: var(--on-dark-soft); max-width: 56ch; font-family: var(--font-body); text-transform: none; line-height: 1.6; }
.s-tint .lead { color: var(--ink-soft); }

/* grifo amarelo (pincel) sob palavra */
.u { position: relative; white-space: nowrap; color: #fff; }
.u::after {
  content: ""; position: absolute; left: -3px; right: -3px; bottom: -0.12em; height: 0.20em;
  background: var(--y); border-radius: 2px; transform: skewX(-12deg); z-index: -1;
}

/* ---------- Botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-display); font-weight: 700; font-size: 17px;
  letter-spacing: 0.03em; text-transform: uppercase;
  padding: 14px 26px 12px; border-radius: 4px;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease), color .25s var(--ease);
  white-space: nowrap;
}
.btn svg { width: 20px; height: 20px; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--lg { padding: 17px 32px 15px; font-size: 19px; }
.btn--sm { padding: 10px 18px 8px; font-size: 15px; }
.btn--block { width: 100%; }
.btn--yellow { background: var(--y); color: var(--y-ink); box-shadow: var(--shadow-y); }
.btn--yellow:hover { background: var(--y-bright); }
.btn--whats { background: #25d366; color: #06351a; box-shadow: 0 14px 32px rgba(37,211,102,0.34); }
.btn--whats:hover { background: #2ce372; }
.btn--ghost { background: transparent; color: #fff; box-shadow: inset 0 0 0 2px rgba(255,255,255,0.28); }
.btn--ghost:hover { box-shadow: inset 0 0 0 2px var(--y); color: var(--y); }
.s-tint .btn--ghost { color: var(--navy-900); box-shadow: inset 0 0 0 2px var(--line-light); }
.s-tint .btn--ghost:hover { box-shadow: inset 0 0 0 2px var(--y-deep); color: var(--y-deep); }
.btn--navy { background: var(--navy-800); color: #fff; box-shadow: 0 12px 30px rgba(2,12,40,0.4); }
.btn--navy:hover { background: var(--navy-700); }

/* ícone em círculo amarelo (assinatura da marca) */
.yico { width: 58px; height: 58px; border-radius: 50%; background: var(--y); color: var(--navy-900); display: grid; place-items: center; flex: none; box-shadow: 0 8px 22px rgba(251,199,0,0.30); }
.yico svg { width: 28px; height: 28px; }
.yico--sm { width: 46px; height: 46px; }
.yico--sm svg { width: 22px; height: 22px; }

/* ============================================================
   HEADER
   ============================================================ */
.topbar { background: var(--navy-950); color: var(--on-dark-soft); font-size: 13.5px; }
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 40px; flex-wrap: wrap; }
.topbar a { display: inline-flex; align-items: center; gap: 7px; color: var(--on-dark-soft); transition: color .2s; }
.topbar a:hover { color: var(--y); }
.topbar svg { width: 14px; height: 14px; color: var(--y); }
.topbar__group { display: flex; align-items: center; gap: 22px; }
.topbar b { color: #fff; font-weight: 600; }

.header { position: sticky; top: 0; z-index: 60; background: rgba(4,25,63,0.88); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--line-dark); }
.header .wrap { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 20px; }
.brand { display: inline-flex; align-items: center; }
.brand__logo { height: 52px; width: auto; display: block; transition: transform .3s var(--ease); }
.brand:hover .brand__logo { transform: scale(1.03); }
.footer .brand__logo { height: 60px; }
.nav { display: flex; align-items: center; gap: 22px; }
.nav a { color: var(--on-dark); font-family: var(--font-display); font-weight: 600; font-size: 16px; text-transform: uppercase; letter-spacing: 0.02em; position: relative; padding: 6px 0; white-space: nowrap; }
.nav a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 3px; background: var(--y); transform: scaleX(0); transform-origin: left; transition: transform .28s var(--ease); }
.nav a:hover { color: #fff; }
.nav a:hover::after { transform: scaleX(1); }
.header__actions { display: flex; align-items: center; gap: 12px; }
.hamburger { display: none; width: 46px; height: 46px; border-radius: 4px; background: rgba(255,255,255,0.07); place-items: center; }
.hamburger span, .hamburger span::before, .hamburger span::after { content:""; display:block; width: 20px; height: 2px; background: #fff; border-radius: 2px; transition: transform .3s var(--ease), opacity .2s; }
.hamburger span { position: relative; }
.hamburger span::before { position:absolute; top:-6px; }
.hamburger span::after { position:absolute; top:6px; }
body.menu-open .hamburger span { background: transparent; }
body.menu-open .hamburger span::before { transform: translateY(6px) rotate(45deg); }
body.menu-open .hamburger span::after { transform: translateY(-6px) rotate(-45deg); }
.mobile-nav { position: fixed; inset: 0 0 0 auto; width: min(86vw, 360px); background: var(--navy-950); color: #fff; transform: translateX(100%); transition: transform .38s var(--ease); z-index: 70; padding: 88px 30px 30px; display: flex; flex-direction: column; gap: 4px; }
body.menu-open .mobile-nav { transform: translateX(0); }
.mobile-nav a { color: var(--on-dark); font-family: var(--font-display); text-transform: uppercase; font-weight: 600; font-size: 19px; padding: 14px 0; border-bottom: 1px solid var(--line-dark); }
.mobile-nav .btn { margin-top: 18px; }
.mobile-nav__close { position: absolute; top: 22px; right: 22px; width: 44px; height: 44px; border-radius: 4px; background: rgba(255,255,255,0.08); color:#fff; display:grid; place-items:center; transition: background .25s var(--ease), transform .25s var(--ease); }
.mobile-nav__close:hover { background: var(--y); color: var(--y-ink); transform: rotate(90deg); }
.mobile-nav__close svg { width: 22px; height: 22px; }
.scrim { position: fixed; inset: 0; background: rgba(1,9,28,0.6); backdrop-filter: blur(2px); opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; z-index: 65; }
body.menu-open .scrim { opacity: 1; visibility: visible; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; overflow: hidden; }
.hero__inner { display: grid; grid-template-columns: 1.06fr 0.94fr; align-items: center; gap: clamp(28px, 4vw, 56px); }
.hero__content { padding-block: clamp(52px, 7vw, 96px); max-width: 600px; position: relative; z-index: 3; }
.hero__rate { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; font-size: 14.5px; color: var(--on-dark-soft); font-weight: 600; }
.hero__rate .stars { display: inline-flex; gap: 2px; color: var(--y); }
.hero__rate .stars svg { width: 16px; height: 16px; }
.hero h1 { font-size: clamp(40px, 5.4vw, 68px); font-weight: 800; color: #fff; letter-spacing: -0.005em; line-height: 0.98; }
.hero h1 .y { color: var(--y); }
.hero__lead { margin-top: 22px; font-size: clamp(16px, 1.8vw, 20px); color: var(--on-dark-soft); max-width: 46ch; font-family: var(--font-body); text-transform: none; line-height: 1.6; }
.hero__cta { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 13px; }
.hero__mini { margin-top: 24px; display: inline-flex; align-items: center; gap: 11px; font-size: 15px; color: #fff; font-weight: 600; }
.hero__mini svg { width: 22px; height: 22px; color: var(--y); flex: none; }

.hero__media { position: relative; align-self: stretch; min-height: 540px; }
.hero__media .media { position: absolute; inset: 0 -14vw 0 0; }
.hero__media .media::after { content:""; position: absolute; inset: 0; background: linear-gradient(95deg, var(--navy-900) 0%, rgba(4,25,63,0.30) 30%, transparent 60%), linear-gradient(0deg, rgba(4,25,63,0.55), transparent 45%); pointer-events: none; }
.hero__media image-slot { width: 100%; height: 100%; }
.hero__yband { position: absolute; left: -2vw; top: 0; bottom: 0; width: 16px; background: var(--y); z-index: 2; }
.hero__stat { position: absolute; left: 0; bottom: 56px; z-index: 4; display: flex; align-items: center; gap: 14px; background: var(--navy-800); border: 1px solid var(--line-y); border-radius: 4px; padding: 14px 20px; box-shadow: var(--shadow-2); }
.hero__stat .yico { width: 46px; height: 46px; }
.hero__stat .yico svg { width: 22px; height: 22px; }
.hero__stat b { display: block; font-family: var(--font-display); font-weight: 800; font-size: 22px; color: #fff; line-height: 1; }
.hero__stat span { font-size: 13px; color: var(--on-dark-soft); }

/* hero variação: imersivo (imagem full-bleed atrás do texto) */
:root[data-hero="immersive"] .hero__inner { grid-template-columns: 1fr; }
:root[data-hero="immersive"] .hero__content { max-width: 640px; padding-block: clamp(80px, 14vw, 180px); }
:root[data-hero="immersive"] .hero__media { position: absolute; inset: 0; min-height: 0; }
:root[data-hero="immersive"] .hero__media .media { inset: 0; }
:root[data-hero="immersive"] .hero__media .media::after { background: linear-gradient(95deg, var(--navy-900) 0%, rgba(4,25,63,0.82) 42%, rgba(4,25,63,0.35) 100%); }
:root[data-hero="immersive"] .hero__yband { left: 0; width: 10px; }
:root[data-hero="immersive"] .hero__stat { display: none; }

/* hero variação: centralizado (sem foto lateral) */
:root[data-hero="centered"] .hero__inner { grid-template-columns: 1fr; justify-items: center; }
:root[data-hero="centered"] .hero__content { max-width: 760px; text-align: center; padding-block: clamp(64px, 9vw, 120px); }
:root[data-hero="centered"] .hero__lead { margin-inline: auto; }
:root[data-hero="centered"] .hero__cta,
:root[data-hero="centered"] .hero__chips { justify-content: center; }
:root[data-hero="centered"] .hero__media { display: none; }

/* ============================================================
   TRUST STRIP — chips estilo V1 (uma linha, sem caixa)
   ============================================================ */
/* TRUST — chips pequenos no hero (estilo V1) */
.hero__chips { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 12px 24px; }
.hchip { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-body); text-transform: none; font-size: 14.5px; font-weight: 600; color: var(--on-dark); }
.hchip svg { width: 19px; height: 19px; color: var(--y); flex: none; }

/* ============================================================
   SEÇÃO HEAD comum
   ============================================================ */
.sec-head { display: grid; grid-template-columns: auto 1fr; align-items: end; gap: 24px 56px; margin-bottom: 52px; }
.sec-head .lead { margin-top: 0; }
@media (max-width: 820px){ .sec-head { grid-template-columns: 1fr; } }

/* ============================================================
   SERVIÇOS  (caixas azuis arredondadas, ícone amarelo)
   ============================================================ */
.svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.svc {
  background: linear-gradient(165deg, var(--navy-800), var(--navy-850));
  border: 1px solid var(--line-dark); border-radius: 4px; padding: 30px 26px 28px;
  position: relative; overflow: hidden; transition: transform .3s var(--ease), border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.svc:hover { transform: translateY(-6px); border-color: var(--line-y); box-shadow: var(--shadow-2); }
.svc__n { position: absolute; right: 18px; top: 12px; font-family: var(--font-display); font-weight: 800; font-size: 40px; color: rgba(255,255,255,0.14); }
.svc .yico { margin-bottom: 20px; }
.svc h3 { font-size: 23px; color: #fff; margin-bottom: 9px; letter-spacing: 0.01em; }
.svc p { font-size: 15px; color: var(--on-dark-soft); font-family: var(--font-body); text-transform: none; }
.svc__tag { display: inline-block; margin-top: 16px; font-family: var(--font-display); text-transform: uppercase; font-size: 13px; font-weight: 700; letter-spacing: 0.04em; color: var(--y); }

:root[data-services="rows"] .svc-grid { grid-template-columns: 1fr; }
:root[data-services="rows"] .svc { display: grid; grid-template-columns: auto auto 1fr auto; align-items: center; gap: 26px; padding: 22px 28px; }
:root[data-services="rows"] .svc .yico { margin-bottom: 0; }
:root[data-services="rows"] .svc__n { position: static; font-size: 30px; }
:root[data-services="rows"] .svc__tag { margin-top: 0; }
:root[data-services="rows"] .svc p { max-width: 60ch; }

/* ============================================================
   LEVA E TRAZ — banda de DESTAQUE
   ============================================================ */
.lt { position: relative; overflow: hidden; background: linear-gradient(120deg, var(--navy-850) 0%, var(--royal) 120%); }
.lt__inner { display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: stretch; }
.lt__content { padding: clamp(56px, 7vw, 104px) clamp(24px, 4vw, 64px) clamp(56px, 7vw, 104px) max(var(--pad-x), calc((100vw - var(--maxw))/2 + var(--pad-x))); position: relative; z-index: 3; }
.lt__content .kick { background: rgba(251,199,0,0.14); }
.lt h2 { font-size: clamp(40px, 6vw, 78px); font-weight: 800; color: #fff; margin-top: 18px; line-height: 0.94; }
.lt h2 .y { color: var(--y); }
.lt__lead { margin-top: 20px; font-size: clamp(16px, 1.8vw, 19px); color: #cfdcf5; max-width: 46ch; font-family: var(--font-body); text-transform: none; line-height: 1.6; }
.lt__points { margin-top: 26px; display: flex; flex-direction: column; gap: 14px; }
.lt__points li { list-style: none; display: flex; align-items: center; gap: 14px; font-size: 16px; color: #fff; font-weight: 600; }
.lt__points .yico { width: 40px; height: 40px; }
.lt__points .yico svg { width: 20px; height: 20px; }
.lt__cta { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 13px; align-items: center; }
.lt__media { position: relative; min-height: 460px; }
.lt__media .media { position: absolute; inset: 0; }
.lt__media .media::after { content:""; position:absolute; inset:0; background: linear-gradient(95deg, var(--navy-850) 0%, rgba(6,33,79,0.92) 14%, rgba(8,38,92,0.62) 34%, rgba(10,42,99,0.32) 52%, rgba(10,42,99,0.12) 70%, transparent 88%); }
.lt__media image-slot { width: 100%; height: 100%; }

/* selo CORTESIA 5KM */
.seal { position: absolute; right: clamp(20px, 4vw, 56px); top: 48px; z-index: 5; width: 138px; height: 138px; border-radius: 50%; background: var(--y); color: var(--navy-900); display: grid; place-content: center; text-align: center; transform: rotate(-9deg); box-shadow: 0 18px 40px rgba(0,8,28,0.45); border: 3px dashed rgba(42,31,0,0.4); }
.seal b { font-family: var(--font-display); font-weight: 800; text-transform: uppercase; font-size: 30px; line-height: 0.9; }
.seal span { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; font-size: 13.5px; letter-spacing: 0.04em; margin-top: 3px; }
.seal small { font-family: var(--font-body); font-weight: 700; font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; opacity: 0.8; }

/* ============================================================
   DIFERENCIAIS / CHECKLIST
   ============================================================ */
.diff__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 5vw, 72px); align-items: stretch; }
.diff__media { position: relative; min-height: 480px; }
.diff__media .media { position: absolute; inset: 0; z-index: 2; }
.diff__media image-slot { width: 100%; height: 100%; }
.diff__media .yframe { position: absolute; right: -16px; bottom: -16px; width: 56%; height: 56%; border: 4px solid var(--y); z-index: 1; pointer-events: none; }
.feat { margin-top: 24px; display: flex; flex-direction: column; gap: 12px; }
.feat__row { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start; background: rgba(255,255,255,0.04); border: 1px solid var(--line-dark); border-radius: 4px; padding: 18px 20px; transition: border-color .25s var(--ease), transform .25s var(--ease); }
.feat__row:hover { border-color: var(--line-y); transform: translateX(5px); }
.feat__row h4 { font-size: 19px; color: #fff; margin-bottom: 3px; letter-spacing: 0.01em; }
.feat__row p { font-size: 14.5px; color: var(--on-dark-soft); font-family: var(--font-body); text-transform: none; }
/* Diferenciais em seção clara: feat rows claros, checklist segue escuro (acento) */
.s-tint .feat__row { background: #fff; border-color: var(--line-light); }
.s-tint .feat__row:hover { border-color: var(--y-deep); }
.s-tint .feat__row h4 { color: var(--navy-900); }
.s-tint .feat__row p { color: var(--ink-soft); }
.checklist { margin-top: 22px; background: var(--navy-950); border: 1px solid var(--line-y); border-radius: 4px; padding: 28px 30px; color: var(--on-dark); }
.checklist h4 { color: #fff; font-size: 21px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; letter-spacing: 0.01em; }
.checklist h4 .free { font-family: var(--font-display); font-size: 13px; font-weight: 800; letter-spacing: 0.06em; color: var(--y-ink); background: var(--y); padding: 4px 11px 2px; border-radius: 3pxx; }
.checklist__sub { color: var(--on-dark-soft); font-size: 14px; margin: 6px 0 18px; font-family: var(--font-body); text-transform: none; }
.checklist__items { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 22px; }
.checklist__items li { list-style: none; display: flex; align-items: center; gap: 11px; font-size: 15px; font-weight: 600; font-family: var(--font-body); color: var(--on-dark); }
.checklist__items svg { width: 20px; height: 20px; color: var(--navy-900); background: var(--y); border-radius: 50%; padding: 3px; flex: none; }

/* ============================================================
   COMO FUNCIONA (tint)
   ============================================================ */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 54px; }
.step { background: #fff; border: 1px solid var(--line-light); border-radius: 0; overflow: hidden; position: relative; transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.step:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(12,28,61,0.12); }
.step__img { position: relative; height: 168px; }
.step__img image-slot { width: 100%; height: 100%; display: block; }
.step__img::after { content:""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,25,63,0.05), rgba(4,25,63,0.45)); pointer-events: none; }
.step__img .step__n { position: absolute; left: 18px; top: 12px; z-index: 2; font-family: var(--font-display); font-weight: 800; font-size: 40px; color: #fff; text-shadow: 0 2px 10px rgba(0,8,28,0.5); }
.step__img .yico { position: absolute; right: 16px; bottom: -26px; z-index: 3; margin: 0; }
.step__body { padding: 38px 26px 28px; }
.step h4 { font-size: 21px; color: var(--navy-900); margin-bottom: 8px; }
.step p { font-size: 15px; color: var(--ink-soft); font-family: var(--font-body); text-transform: none; }

/* ============================================================
   DEPOIMENTOS (tint)
   ============================================================ */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 52px; }
.testi { background: #fff; border: 1px solid var(--line-light); border-radius: 4px; padding: 30px 28px; transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.testi:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(12,28,61,0.12); }
.testi__stars { display: flex; gap: 3px; color: var(--y-deep); margin-bottom: 14px; }
.testi__stars svg { width: 18px; height: 18px; }
.testi__q { font-size: 16px; line-height: 1.6; color: var(--ink); font-family: var(--font-body); }
.testi__by { margin-top: 20px; display: flex; align-items: center; gap: 13px; }
.testi__av { width: 46px; height: 46px; flex: none; border-radius: 50%; background: var(--navy-900); color: var(--y); display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; font-size: 19px; }
.testi__name { font-family: var(--font-display); text-transform: uppercase; font-weight: 700; font-size: 16px; color: var(--navy-900); }
.testi__role { font-size: 13px; color: var(--ink-soft); font-family: var(--font-body); }

/* ============================================================
   SOBRE (stack de imagens)
   ============================================================ */
.about__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(38px, 5vw, 80px); align-items: center; }
.about__media { position: relative; height: clamp(440px, 50vw, 580px); }
.about__media .a { position: absolute; }
.about__media .a-1 { left: 0; top: 0; width: 64%; height: 76%; z-index: 2; }
.about__media .a-2 { right: 0; bottom: 0; width: 52%; height: 56%; z-index: 3; border: 6px solid var(--navy-900); }
.about__media .yblk { position: absolute; right: 8%; top: 2%; width: 40%; height: 46%; background: var(--y); z-index: 1; }
.about__media .yblk2 { position: absolute; left: 24%; bottom: 6%; width: 44%; height: 34%; background: var(--y); z-index: 1; }
.about__media image-slot { width: 100%; height: 100%; }
.about__media--solo .media { position: absolute; inset: 0; z-index: 2; }
.about__media--solo .yframe { position: absolute; right: -16px; bottom: -16px; width: 56%; height: 56%; border: 4px solid var(--y); z-index: 1; pointer-events: none; }
.about__text p { color: var(--on-dark-soft); font-size: 16.5px; margin-top: 16px; font-family: var(--font-body); text-transform: none; }
.about__text strong { color: #fff; }
.about__check { margin-top: 24px; display: flex; flex-direction: column; gap: 12px; }
.about__check li { list-style: none; display: flex; align-items: center; gap: 13px; font-weight: 600; font-size: 16px; color: #fff; font-family: var(--font-body); }
.about__check svg { width: 22px; height: 22px; color: var(--navy-900); background: var(--y); border-radius: 50%; padding: 3px; flex: none; }
.about__stats { margin-top: 32px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.stat__n { font-family: var(--font-display); font-weight: 800; font-size: clamp(34px, 4.4vw, 48px); color: var(--y); line-height: 1; }
.stat__l { font-size: 13.5px; color: var(--on-dark-soft); margin-top: 8px; font-weight: 600; font-family: var(--font-body); text-transform: none; }

/* ============================================================
   LOCALIZAÇÃO (tint)
   ============================================================ */
.local__grid { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(28px, 4vw, 52px); align-items: stretch; }
.local__info { display: flex; flex-direction: column; gap: 14px; }
.info { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start; background: #fff; border: 1px solid var(--line-light); border-radius: 4px; padding: 20px 22px; }
.info h4 { font-size: 17px; color: var(--navy-900); margin-bottom: 4px; }
.info p, .info a { font-size: 15px; color: var(--ink-soft); font-family: var(--font-body); text-transform: none; }
.info a:hover { color: var(--y-deep); }
.hrow { display: flex; justify-content: space-between; font-size: 14.5px; padding: 5px 0; font-family: var(--font-body); }
.hrow span:last-child { font-weight: 700; color: var(--navy-900); }
.hrow + .hrow { border-top: 1px dashed var(--line-light); }
.map { overflow: hidden; border: 1px solid var(--line-light); border-radius: 4px; min-height: 440px; position: relative; }
.map iframe { width: 100%; height: 100%; min-height: 440px; border: 0; display: block; }

/* ============================================================
   FAQ
   ============================================================ */
.faq__grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(32px, 5vw, 68px); align-items: start; }
.faq__aside { position: sticky; top: 100px; }
.faq__aside .btn { margin-top: 24px; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: rgba(255,255,255,0.04); border: 1px solid var(--line-dark); border-radius: 4px; overflow: hidden; transition: border-color .3s var(--ease); }
.faq-item.open { border-color: var(--line-y); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 24px; text-align: left; font-family: var(--font-display); text-transform: uppercase; font-weight: 700; font-size: 19px; color: #fff; letter-spacing: 0.01em; }
.faq-q__ico { width: 32px; height: 32px; flex: none; border-radius: 50%; background: rgba(251,199,0,0.14); color: var(--y); display: grid; place-items: center; transition: transform .35s var(--ease), background .3s; }
.faq-q__ico svg { width: 20px; height: 20px; }
.faq-item.open .faq-q__ico { transform: rotate(45deg); background: var(--y); color: var(--navy-900); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.faq-a__in { padding: 0 24px 24px; color: var(--on-dark-soft); font-size: 15.5px; font-family: var(--font-body); text-transform: none; max-width: 66ch; }

/* ============================================================
   CTA FINAL (banda imagem)
   ============================================================ */
.cta { position: relative; overflow: hidden; }
.cta__bg { position: absolute; inset: 0; z-index: 0; }
.cta__bg image-slot { width: 100%; height: 100%; }
.cta__bg::after { content:""; position: absolute; inset: 0; background: linear-gradient(120deg, var(--navy-950) 10%, rgba(1,18,46,0.82) 55%, rgba(10,42,99,0.7)); }
.cta .wrap { position: relative; z-index: 2; text-align: center; }
.cta h2 { color: #fff; font-size: clamp(38px, 5.6vw, 70px); font-weight: 800; }
.cta h2 .y { color: var(--y); }
.cta p { color: #cfdcf5; max-width: 52ch; margin: 18px auto 0; font-size: 18px; font-family: var(--font-body); text-transform: none; }
.cta__btns { margin-top: 32px; display: flex; gap: 13px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--navy-950); color: var(--on-dark-soft); padding-top: clamp(58px, 7vw, 92px); }
.footer__top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.1fr; gap: 40px; padding-bottom: 44px; border-bottom: 1px solid var(--line-dark); align-items: start; }
.footer__about { max-width: 330px; }
.footer .brand { margin-bottom: 18px; }
.footer__about p { font-size: 14.5px; margin-bottom: 20px; line-height: 1.7; font-family: var(--font-body); }
.footer__social { display: flex; gap: 10px; }
.footer__social a { width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,0.06); display: grid; place-items: center; color: var(--on-dark); transition: transform .25s var(--ease), background .25s, color .25s; }
.footer__social a:hover { transform: translateY(-3px); background: var(--y); color: var(--y-ink); }
.footer__social svg { width: 20px; height: 20px; }
.footer__col h5 { font-family: var(--font-display); text-transform: uppercase; color: #fff; font-size: 17px; margin-bottom: 18px; letter-spacing: 0.02em; }
.footer__col ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.footer__col a { font-size: 14.5px; font-family: var(--font-body); transition: color .2s, padding .2s; }
.footer__col a:hover { color: var(--y); padding-left: 4px; }
.footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-block: 26px; font-size: 13px; font-family: var(--font-body); }

.whats-float { position: fixed; right: 22px; bottom: 22px; width: 60px; height: 60px; border-radius: 50%; background: #25d366; display: grid; place-items: center; box-shadow: 0 12px 34px rgba(37,211,102,0.45); z-index: 80; color: #fff; }
.whats-float svg { width: 32px; height: 32px; }
.whats-float::after { content:""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid #25d366; animation: ring 2.2s ease-out infinite; }
@keyframes ring { 0%{ transform: scale(1); opacity: .7;} 100%{ transform: scale(1.6); opacity: 0;} }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"]{ transition-delay: .08s; }
.reveal[data-d="2"]{ transition-delay: .16s; }
.reveal[data-d="3"]{ transition-delay: .24s; }
@media (prefers-reduced-motion: reduce){ *{ animation: none !important; } .reveal{ opacity:1; transform:none; transition:none; } html{ scroll-behavior:auto; } }

/* ============================================================
   RESPONSIVO
   ============================================================ */
@media (max-width: 1080px){
  .svc-grid { grid-template-columns: repeat(2,1fr); }
  .steps { grid-template-columns: repeat(2,1fr); }
  .testi-grid { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
  .footer__top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px){
  .nav { display: none; }
  .header__actions .btn--desktop { display: none; }
  .hamburger { display: grid; }
  .hero { overflow: visible; }
  .hero__inner { grid-template-columns: 1fr; }
  .hero__media { min-height: 340px; order: 2; position: relative; margin: 0 calc(-1 * var(--pad-x)); }
  .hero__media .media { inset: 0; }
  /* caixa "~30 min" centralizada, sobreposta entre o hero e a 2ª seção */
  .hero__stat { left: 50%; right: auto; bottom: -48px; transform: translateX(-50%); width: max-content; max-width: calc(100% - 40px); box-shadow: 0 8px 20px rgba(0,8,28,0.28); }
  /* dá espaço pro título da 2ª seção não ficar sob a caixa/sombra */
  #servicos { padding-top: 96px; }
  .hero__content { order: 1; padding-bottom: 24px; }
  .hero__yband { display: none; }
  :root[data-hero="immersive"] .hero__media { position: absolute; order: 0; }
  .lt__inner { grid-template-columns: 1fr; }
  .lt__content { padding: clamp(48px,8vw,72px) var(--pad-x); }
  .lt__media { min-height: 320px; order: -1; }
  .lt__media .media::after { background: linear-gradient(0deg, var(--navy-850) 0%, rgba(6,33,79,0.85) 18%, rgba(10,42,99,0.45) 40%, rgba(10,42,99,0.15) 62%, transparent 82%); }
  .seal { right: 20px; top: 20px; width: 112px; height: 112px; }
  .seal b { font-size: 24px; }
  .diff__grid, .about__grid, .local__grid, .faq__grid { grid-template-columns: 1fr; }
  .diff__media { order: -1; min-height: 340px; }
  .faq__aside { position: static; }
  .checklist__items { grid-template-columns: 1fr; }
}
@media (max-width: 600px){
  .svc-grid, .steps, .about__stats { grid-template-columns: 1fr; }
  :root[data-services="rows"] .svc { grid-template-columns: auto 1fr; }
  .about__media { height: 380px; }
  .footer__top { grid-template-columns: 1fr; gap: 30px; }
  .topbar__group:first-child { display: none; }

  /* centralizar no mobile */
  .kick { display: flex; width: fit-content; margin-inline: auto; justify-content: center; }
  .sec-cta { text-align: center; }
  .sec-cta .btn { width: 100%; max-width: 360px; }
  .h-sec, .hero h1, .lt h2, .cta h2 { text-align: center; }
  .lead, .hero__lead, .lt__lead { text-align: center; margin-inline: auto; }
  .hero__content, .lt__content { text-align: center; }
  .hero__rate, .hero__cta, .hero__mini, .lt__cta { justify-content: center; }
  .hero__rate { flex-direction: column; gap: 7px; }
  .hero__chips { justify-content: center; }
  .sec-head { justify-items: center; text-align: center; }
  .svc { text-align: center; }
  .svc .yico { margin-inline: auto; }
  .svc__n { position: static; display: block; margin-bottom: 4px; }
  .lt__points li { justify-content: center; }
  .feat__row { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .feat__row:hover { transform: none; }
  .checklist { text-align: center; }
  .checklist h4 { justify-content: center; }
  .checklist__items li { justify-content: center; }
  .step { text-align: center; }
  .step__body { padding-top: 38px; }
  .testi { text-align: center; }
  .testi__stars { justify-content: center; }
  .testi__by { flex-direction: column; gap: 8px; }
  .about__text { text-align: center; }
  .about__check li { justify-content: center; }
  .about__stats { text-align: center; }
  .stat { display: flex; flex-direction: column; align-items: center; }
  .local__info { text-align: center; }
  .info { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .info > div { width: 100%; }
  .faq__aside { text-align: center; }
  .faq__aside .kick { justify-content: center; }
  .footer__about { text-align: center; max-width: none; margin-inline: auto; }
  .footer__about p { margin-inline: auto; max-width: 330px; }
  .footer .brand { justify-content: center; }
  .footer__social { justify-content: center; }
  .footer__col { text-align: center; }
  .footer__col a:hover { padding-left: 0; }
  .footer__bottom { justify-content: center; text-align: center; }

  /* botões do hero/CTA com largura igual */
  .hero__cta .btn, .lt__cta .btn, .cta__btns .btn { width: 100%; }
  .hero__cta, .lt__cta, .cta__btns { width: 100%; max-width: 360px; margin-inline: auto; }

  /* remover degradê das imagens que se fundem ao fundo no mobile */
  .hero__media .media::after,
  .lt__media .media::after,
  .diff__media .media::after { background: none !important; }
}
@media (max-width: 380px){ .steps { grid-template-columns: 1fr; } }
