/* ─── Reset leve + base ──────────────────────────────────────────────── */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id], footer[id] { scroll-margin-top: 84px; }
body {
  margin: 0; font-family: var(--font); color: var(--text);
  background: var(--surface); overflow-x: hidden;
  /* Página institucional da Potência Diesel: reaproveita o design system em
     azul do app inteiro, mas troca a cor de destaque só aqui (escopo local
     ao body desta página) — nunca mexer nas variáveis globais em
     base/variables.css, que valem para o sistema todo. */
  --blue:      var(--red);
  --blue-bg:   var(--red-bg);
  --blue-mid:  var(--red-mid);
  --blue-text: var(--red-text);
}
.lp-eyebrow { transition: transform .2s ease, box-shadow .2s ease; }
.lp-eyebrow:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(220,38,38,.15); }
a { color: inherit; }
.lp-container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.lp-eyebrow {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px;
  color: var(--blue); background: var(--blue-bg);
  padding: 6px 14px; border-radius: 999px; margin-bottom: 14px;
}

/* ─── Botões ─────────────────────────────────────────────────────────── */
.lp-btn {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 10px 22px; border-radius: var(--radius-sm);
  font-family: var(--font); font-size: 14px; font-weight: 600;
  text-decoration: none; cursor: pointer; border: 1.5px solid transparent;
  transition: transform .2s cubic-bezier(.34,1.4,.64,1), box-shadow .2s ease, background .18s ease, color .18s ease, border-color .18s ease;
  white-space: nowrap;
}
.lp-btn::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit;
  background: linear-gradient(120deg, rgba(255,255,255,0) 30%, rgba(255,255,255,.35) 50%, rgba(255,255,255,0) 70%);
  transform: translateX(-120%); transition: transform .55s ease;
  pointer-events: none;
}
.lp-btn:hover::before { transform: translateX(120%); }
.lp-btn-primary { background: var(--blue); color: #fff; border-color: var(--blue); box-shadow: 0 4px 14px rgba(220,38,38,.25); }
.lp-btn-primary:hover { background: var(--blue-text); border-color: var(--blue-text); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(220,38,38,.35); }
.lp-btn-primary:active { transform: translateY(0); }
.lp-btn-ghost { background: transparent; color: var(--text2); border-color: transparent; }
.lp-btn-ghost:hover { color: var(--blue); }
.lp-btn-outline { background: transparent; color: var(--blue); border-color: var(--blue); }
.lp-btn-outline:hover { background: var(--blue-bg); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(220,38,38,.15); }
.lp-btn-white { background: #fff; color: var(--blue); border-color: #fff; }
.lp-btn-white:hover { background: var(--blue-bg); transform: translateY(-2px); box-shadow: 0 10px 26px rgba(0,0,0,.18); }
.lp-btn-lg { padding: 14px 28px; font-size: 15.5px; }
.lp-btn-block { width: 100%; }

/* ─── Header ─────────────────────────────────────────────────────────── */
.lp-header {
  position: sticky; top: 0; z-index: 200;
  background: rgba(255,255,255,.85); backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.lp-header.scrolled { border-color: var(--divider); box-shadow: 0 2px 12px rgba(0,0,0,.05); }
.lp-header-inner {
  max-width: 1180px; margin: 0 auto; padding: 14px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.lp-logo {
  display: flex; align-items: center; gap: 10px;
  font-size: 17px; font-weight: 800; letter-spacing: -.3px; text-decoration: none; color: var(--text);
}
.lp-logo-img { height: 40px; width: auto; display: block; }
.lp-logo-img-footer { height: 44px; }
.lp-nav { display: flex; align-items: center; gap: 28px; }
.lp-nav a {
  position: relative; font-size: 14px; font-weight: 500; color: var(--text2); text-decoration: none;
  transition: color .15s ease; padding-bottom: 4px;
}
.lp-nav a::after {
  content: ''; position: absolute; left: 0; bottom: -2px; width: 100%; height: 2px;
  background: var(--blue); border-radius: 2px;
  transform: scaleX(0); transform-origin: left; transition: transform .22s ease;
}
.lp-nav a:hover { color: var(--blue); }
.lp-nav a:hover::after, .lp-nav a.active::after { transform: scaleX(1); }
.lp-nav a.active { color: var(--blue); }
.lp-header-actions { display: flex; align-items: center; gap: 10px; }
.lp-burger {
  display: none; background: none; border: none; font-size: 24px; color: var(--text);
  cursor: pointer; padding: 4px;
}
.lp-nav-mobile {
  display: none; flex-direction: column; gap: 4px;
  padding: 8px 24px 20px; background: var(--surface);
  border-top: 1px solid var(--divider);
}
.lp-nav-mobile a {
  padding: 10px 4px; font-size: 15px; font-weight: 500; color: var(--text2); text-decoration: none;
}
.lp-nav-mobile hr { border: none; border-top: 1px solid var(--divider); margin: 8px 0; }
.lp-nav-mobile .lp-btn { margin-top: 6px; }
.lp-header.open .lp-nav-mobile { display: flex; }

/* Barra utilitária (teste grátis / sem cartão / suporte / atualizações) */
.lp-utility-bar { background: var(--blue); }
.lp-utility-inner {
  display: flex; justify-content: center; align-items: center; gap: 32px; flex-wrap: wrap;
  padding: 8px 24px; font-size: 12.5px; font-weight: 600; color: rgba(255,255,255,.92);
}
.lp-utility-inner span { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.lp-utility-inner i { font-size: 14px; }
@media (max-width: 720px) { .lp-utility-inner { gap: 16px; font-size: 11.5px; } }

/* ─── Hero ───────────────────────────────────────────────────────────── */
.lp-hero {
  position: relative; overflow: hidden;
  padding: 88px 0 100px;
  background:
    radial-gradient(1100px 480px at 82% -10%, var(--blue-bg) 0%, rgba(254,226,226,0) 60%),
    var(--surface);
}
.lp-hero::before, .lp-hero::after {
  content: ''; position: absolute; border-radius: 50%; filter: blur(60px); z-index: 0;
  animation: lpBlobDrift 16s ease-in-out infinite;
}
.lp-hero::before {
  width: 420px; height: 420px; top: -160px; right: 4%;
  background: radial-gradient(circle, rgba(220,38,38,.20), rgba(220,38,38,0) 70%);
}
.lp-hero::after {
  width: 320px; height: 320px; bottom: -140px; left: 2%;
  background: radial-gradient(circle, rgba(185,28,28,.10), rgba(185,28,28,0) 70%);
  animation-delay: -8s;
}
@keyframes lpBlobDrift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-24px, 24px) scale(1.08); }
}
.lp-hero-grid {
  display: grid; grid-template-columns: minmax(400px, .95fr) 1.05fr; gap: 56px; align-items: center;
  position: relative; z-index: 1;
}
.lp-hero-copy h1 {
  font-size: 54px; line-height: 1.12; font-weight: 800; letter-spacing: -1.2px;
  margin: 0 0 22px;
}
.lp-grad-text {
  background: linear-gradient(100deg, var(--blue) 10%, var(--blue-mid) 55%, #F08A8A 90%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lp-hero-sub { font-size: 18px; line-height: 1.65; color: var(--text2); margin: 0 0 32px; max-width: 560px; }
.lp-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 22px; }
.lp-hero-trust { font-size: 13px; color: var(--text3); display: flex; align-items: center; gap: 6px; }
.lp-hero-trust i { color: var(--green); }
.lp-hero-checks { display: flex; gap: 20px; flex-wrap: wrap; }
.lp-hero-checks span { display: inline-flex; align-items: center; gap: 6px; font-size: 13.5px; font-weight: 600; color: var(--text2); }
.lp-hero-checks i { color: var(--green); font-size: 17px; }

/* Card de informações da oficina (substitui o mockup de sistema do template) */
.lp-hero-visual { position: relative; width: 100%; }
.lp-info-card {
  background: var(--surface); border-radius: var(--radius-lg);
  box-shadow: 0 40px 90px -24px rgba(220,38,38,.28), 0 16px 40px rgba(0,0,0,.10), 0 4px 12px rgba(0,0,0,.06);
  padding: 32px; transform: perspective(1000px) rotateY(-4deg) rotateX(1deg);
  transition: transform .5s cubic-bezier(.22,1,.36,1), box-shadow .5s ease;
}
.lp-hero-visual:hover .lp-info-card {
  transform: perspective(1000px) rotateY(0deg) rotateX(0deg) scale(1.015);
  box-shadow: 0 40px 80px -20px rgba(220,38,38,.3), 0 10px 28px rgba(0,0,0,.08);
}
.lp-info-card-head { display: flex; align-items: center; gap: 14px; padding-bottom: 22px; margin-bottom: 22px; border-bottom: 1px solid var(--divider); }
.lp-info-card-icon { width: 40px; height: 40px; object-fit: contain; flex-shrink: 0; }
.lp-info-card-head strong { display: block; font-size: 18px; font-weight: 800; }
.lp-info-card-head span { font-size: 12.5px; color: var(--text3); }
.lp-info-card-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 18px; }
.lp-info-card-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--text2); line-height: 1.5; }
.lp-info-card-list i { color: var(--blue); font-size: 18px; flex-shrink: 0; margin-top: 1px; }

.lp-float-card {
  position: absolute; display: flex; align-items: center; gap: 10px;
  background: var(--surface); border-radius: var(--radius); box-shadow: 0 12px 28px rgba(0,0,0,.12);
  padding: 10px 14px; font-size: 12.5px;
}
.lp-float-card i { font-size: 20px; color: var(--green); }
.lp-float-card strong { display: block; font-size: 13.5px; }
.lp-float-card span { color: var(--text3); }
.lp-float-1 { top: -18px; right: 18px; animation: lpFloat 4.5s ease-in-out infinite; }
.lp-float-2 { bottom: -18px; left: -10px; animation: lpFloat 4.5s ease-in-out infinite 1.2s; }
.lp-float-2 i { color: var(--blue); }
@keyframes lpFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* ─── Prova social ───────────────────────────────────────────────────── */
.lp-social-proof { padding: 48px 24px; text-align: center; }
.lp-social-stars { color: var(--amber-mid); font-size: 22px; letter-spacing: 4px; margin-bottom: 14px; }
.lp-social-proof p { font-size: 17px; color: var(--text2); max-width: 620px; margin: 0 auto; line-height: 1.6; }
.lp-social-proof strong { color: var(--blue); }

/* ─── Faixa de confiança ─────────────────────────────────────────────── */
.lp-trust-strip {
  padding: 28px 24px; text-align: center;
  background: linear-gradient(180deg, var(--surface) 0%, var(--blue-bg) 100%);
  border-top: 1px solid var(--divider); border-bottom: 1px solid var(--divider);
}
.lp-trust-strip > span {
  display: block; font-size: 12px; font-weight: 600; text-transform: uppercase;
  letter-spacing: .6px; color: var(--text3); margin-bottom: 18px;
}
.lp-trust-logos { display: flex; justify-content: center; align-items: center; gap: 40px; flex-wrap: wrap; }
.lp-trust-logos span {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 15px; font-weight: 700; color: var(--text3);
  filter: grayscale(1); opacity: .65; transition: opacity .2s ease, filter .2s ease, transform .2s ease;
}
.lp-trust-logos span:hover { opacity: 1; filter: grayscale(0); color: var(--blue); transform: translateY(-2px); }
.lp-trust-logos i { font-size: 20px; }

/* ─── Números ────────────────────────────────────────────────────────── */
.lp-stats { padding: 88px 0; background: var(--blue); position: relative; overflow: hidden; }
.lp-stats::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.09) 1.5px, transparent 1.5px);
  background-size: 22px 22px; pointer-events: none;
}
.lp-section-head-light h2, .lp-section-head-light p { color: #fff; }
.lp-section-head-light p { opacity: .85; }
.lp-eyebrow-light { background: rgba(255,255,255,.14); color: #fff; }
.lp-stats-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center;
}
.lp-stat-card {
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius-lg); padding: 30px 20px;
  transition: transform .28s cubic-bezier(.22,1,.36,1), background .28s ease, box-shadow .28s ease;
}
.lp-stat-card:hover { transform: translateY(-6px); background: rgba(255,255,255,.13); box-shadow: 0 16px 32px rgba(0,0,0,.18); }
.lp-stat-card i { font-size: 26px; color: rgba(255,255,255,.65); margin-bottom: 12px; display: block; }
.lp-stat-num, .lp-stat-suffix { color: #fff; font-size: 40px; font-weight: 800; letter-spacing: -.5px; transition: text-shadow .25s ease; }
.lp-stat-card:hover .lp-stat-num, .lp-stat-card:hover .lp-stat-suffix { text-shadow: 0 0 24px rgba(255,255,255,.6); }
.lp-stat-text { display: block; color: #fff; font-size: 23px; font-weight: 800; letter-spacing: -.3px; line-height: 1.25; transition: text-shadow .25s ease; }
.lp-stat-card:hover .lp-stat-text { text-shadow: 0 0 24px rgba(255,255,255,.6); }
.lp-stat-label { display: block; font-size: 13.5px; color: rgba(255,255,255,.8); margin-top: 8px; }

/* ─── Seções genéricas ───────────────────────────────────────────────── */
.lp-section {
  padding: 128px 0; position: relative; overflow: hidden;
  background: linear-gradient(180deg, var(--blue-bg) 0%, var(--surface) 22%, var(--surface) 100%);
}
.lp-section-alt {
  background: linear-gradient(180deg, var(--surface2) 0%, var(--blue-bg) 45%, var(--surface2) 100%);
}
.lp-section::before {
  content: ''; position: absolute; z-index: 0; border-radius: 50%; filter: blur(70px);
  width: 460px; height: 460px; top: -180px; left: -120px;
  background: radial-gradient(circle, rgba(220,38,38,.14), rgba(220,38,38,0) 70%);
}
.lp-section::after {
  content: ''; position: absolute; z-index: 0; border-radius: 50%; filter: blur(80px);
  width: 380px; height: 380px; bottom: -160px; right: -100px;
  background: radial-gradient(circle, rgba(185,28,28,.10), rgba(185,28,28,0) 70%);
}
.lp-section > .lp-container { position: relative; z-index: 1; }
.lp-section-head { max-width: 680px; margin: 0 auto 64px; text-align: center; }
.lp-section-head h2 { font-size: 38px; font-weight: 800; letter-spacing: -.7px; margin: 0 0 14px; line-height: 1.2; }
.lp-section-head p { font-size: 16.5px; color: var(--text2); margin: 0; line-height: 1.65; }

.lp-grid { display: grid; gap: 22px; }
.lp-grid-3 { grid-template-columns: repeat(3, 1fr); }
.lp-grid-4 { grid-template-columns: repeat(4, 1fr); }
.lp-grid-5 { grid-template-columns: repeat(5, 1fr); }

/* Sobre */
.lp-about-grid { max-width: 760px; margin: 0 auto; text-align: center; }
.lp-about-grid .lp-eyebrow { display: inline-flex; }
.lp-about-grid h2 { font-size: 34px; font-weight: 800; letter-spacing: -.6px; margin: 0 0 22px; line-height: 1.2; }
.lp-about-text { font-size: 16px; line-height: 1.7; color: var(--text2); margin: 0 0 16px; }

/* Área de atendimento */
.lp-area-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.lp-area-chip {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--surface); border: 1.5px solid var(--divider); box-shadow: var(--shadow);
  padding: 12px 20px; border-radius: 999px; font-size: 14.5px; font-weight: 600; color: var(--text);
  transition: transform .2s cubic-bezier(.22,1,.36,1), border-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.lp-area-chip i { color: var(--blue); font-size: 16px; }
.lp-area-chip:hover { transform: translateY(-3px); border-color: var(--blue); color: var(--blue); box-shadow: 0 10px 22px -8px rgba(220,38,38,.25); }

/* Localização / mapa */
.lp-map-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 28px; align-items: stretch; }
.lp-map-embed { min-height: 380px; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.lp-map-info {
  background: var(--surface); border-radius: var(--radius-lg); box-shadow: var(--shadow);
  padding: 30px 28px; display: flex; flex-direction: column;
}
.lp-map-info h3 { display: flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 700; margin: 0 0 6px; }
.lp-map-info h3:not(:first-child) { margin-top: 20px; }
.lp-map-info h3 i { color: var(--blue); }
.lp-map-info p { font-size: 14px; color: var(--text2); line-height: 1.6; margin: 0; }
.lp-map-info p a { color: var(--blue); text-decoration: none; font-weight: 600; }
.lp-map-info .lp-btn { margin-top: 24px; }

/* Módulos */
.lp-feature-card {
  background: var(--surface); border-radius: var(--radius-lg); box-shadow: var(--shadow);
  padding: 38px 32px; transition: transform .3s cubic-bezier(.22,1,.36,1), box-shadow .3s ease;
  border: 1px solid transparent;
}
.lp-feature-card:hover { transform: translateY(-8px); box-shadow: 0 22px 44px -10px rgba(220,38,38,.22); border-color: var(--blue-bg); }
.lp-feature-icon {
  width: 60px; height: 60px; border-radius: var(--radius); background: var(--blue-bg); color: var(--blue);
  display: flex; align-items: center; justify-content: center; font-size: 29px; margin-bottom: 22px;
  transition: transform .3s cubic-bezier(.34,1.56,.64,1), background .2s ease, color .2s ease;
}
.lp-feature-card:hover .lp-feature-icon { transform: scale(1.1) rotate(-6deg); background: var(--blue); color: #fff; }
.lp-feature-card h3 { font-size: 20px; font-weight: 800; margin: 0 0 10px; }
.lp-feature-card p { font-size: 14.5px; color: var(--text2); line-height: 1.6; margin: 0; }

/* FAQ */
.lp-faq-wrap { max-width: 760px; }
.lp-accordion-item { border-bottom: 1px solid var(--divider); }
.lp-accordion-trigger {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  background: none; border: none; cursor: pointer; text-align: left;
  padding: 20px 8px; margin: 0 -8px; border-radius: var(--radius-sm);
  font-family: var(--font); font-size: 15.5px; font-weight: 600; color: var(--text);
  transition: color .18s ease, background .18s ease;
}
.lp-accordion-trigger:hover { color: var(--blue); background: var(--blue-bg); }
.lp-accordion-trigger i { transition: transform .3s cubic-bezier(.34,1.56,.64,1); color: var(--text3); flex-shrink: 0; }
.lp-accordion-item.open .lp-accordion-trigger i { transform: rotate(180deg); color: var(--blue); }
.lp-accordion-panel {
  max-height: 0; overflow: hidden; transition: max-height .3s cubic-bezier(.22,1,.36,1);
}
.lp-accordion-panel p { margin: 0 4px 20px; font-size: 14px; color: var(--text2); line-height: 1.6; max-width: 640px; }

/* Chamada final */
.lp-cta-final {
  padding: 90px 0; text-align: center; color: #fff;
  background: linear-gradient(120deg, var(--blue-mid), var(--blue));
}
.lp-cta-final h2 { font-size: 32px; font-weight: 800; margin: 0 0 12px; letter-spacing: -.5px; }
.lp-cta-final p { font-size: 16px; opacity: .92; margin: 0 0 28px; }

/* Rodapé */
.lp-footer { background: #14181d; color: #A7ACB4; padding: 64px 0 0; }
.lp-footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; }
.lp-footer-brand .lp-logo { color: #fff; margin-bottom: 14px; }
.lp-footer-brand p { font-size: 13.5px; line-height: 1.6; max-width: 300px; margin: 0 0 18px; }
.lp-footer-col h4 { color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .5px; margin: 0 0 16px; }
.lp-footer-col a { display: flex; align-items: center; gap: 8px; font-size: 13.5px; text-decoration: none; color: #A7ACB4; margin-bottom: 12px; }
.lp-footer-col a:hover { color: #fff; }
.lp-footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 20px 0; font-size: 12.5px; text-align: center; color: #6E737C; }

/* ─── Reveal on scroll ───────────────────────────────────────────────── */
.lp-reveal {
  opacity: 0; transform: translateY(22px) scale(.985);
  transition: opacity .7s cubic-bezier(.22,1,.36,1), transform .7s cubic-bezier(.22,1,.36,1);
}
.lp-reveal.lp-visible { opacity: 1; transform: translateY(0) scale(1); }

/* Atraso escalonado dentro de grids/listas para um efeito "cascata" */
.lp-grid > .lp-reveal:nth-child(1) { transition-delay: 0ms; }
.lp-grid > .lp-reveal:nth-child(2) { transition-delay: 70ms; }
.lp-grid > .lp-reveal:nth-child(3) { transition-delay: 140ms; }
.lp-grid > .lp-reveal:nth-child(4) { transition-delay: 210ms; }
.lp-grid > .lp-reveal:nth-child(5) { transition-delay: 280ms; }
.lp-grid > .lp-reveal:nth-child(6) { transition-delay: 350ms; }
.lp-grid > .lp-reveal:nth-child(7) { transition-delay: 420ms; }
.lp-grid > .lp-reveal:nth-child(8) { transition-delay: 490ms; }
.lp-grid > .lp-reveal:nth-child(9) { transition-delay: 560ms; }
.lp-grid > .lp-reveal:nth-child(10) { transition-delay: 630ms; }
.lp-accordion > .lp-reveal:nth-child(1) { transition-delay: 0ms; }
.lp-accordion > .lp-reveal:nth-child(2) { transition-delay: 60ms; }
.lp-accordion > .lp-reveal:nth-child(3) { transition-delay: 120ms; }
.lp-accordion > .lp-reveal:nth-child(4) { transition-delay: 180ms; }
.lp-accordion > .lp-reveal:nth-child(5) { transition-delay: 240ms; }
.lp-accordion > .lp-reveal:nth-child(6) { transition-delay: 300ms; }
.lp-accordion > .lp-reveal:nth-child(7) { transition-delay: 360ms; }
.lp-accordion > .lp-reveal:nth-child(8) { transition-delay: 420ms; }
.lp-stats-grid > .lp-reveal:nth-child(1) { transition-delay: 0ms; }
.lp-stats-grid > .lp-reveal:nth-child(2) { transition-delay: 90ms; }
.lp-stats-grid > .lp-reveal:nth-child(3) { transition-delay: 180ms; }
.lp-stats-grid > .lp-reveal:nth-child(4) { transition-delay: 270ms; }

@media (prefers-reduced-motion: reduce) {
  .lp-reveal, .lp-hero::before, .lp-hero::after, .lp-float-card { animation: none !important; }
  .lp-reveal { opacity: 1; transform: none; transition: none; }
}

/* ─── Responsivo ─────────────────────────────────────────────────────── */
/* Header: esconde o menu completo antes do texto/botões colidirem (tablets) */
@media (max-width: 900px) {
  .lp-nav { display: none; }
  .lp-header-actions .lp-btn { display: none; }
  .lp-burger { display: block; }
}
/* Hero: empilha antes da coluna de texto ficar estreita demais pros botões */
@media (max-width: 1180px) {
  .lp-hero-grid { grid-template-columns: 1fr; }
  .lp-hero-visual { max-width: 560px; margin: 0 auto; }
}
@media (max-width: 980px) {
  .lp-grid-5 { grid-template-columns: repeat(3, 1fr); }
  .lp-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .lp-grid-3 { grid-template-columns: repeat(2, 1fr); }
  .lp-map-grid { grid-template-columns: 1fr; }
  .lp-map-embed { min-height: 320px; }
  .lp-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .lp-utility-inner { gap: 10px 16px; }
  .lp-hero { padding: 48px 0 64px; }
  .lp-hero-copy h1 { font-size: 32px; }
  .lp-hero-sub { font-size: 15px; }
  /* Botões e checklist centralizados quando empilham no mobile */
  .lp-hero-copy { text-align: center; }
  .lp-hero-actions { justify-content: center; }
  .lp-hero-checks { gap: 10px 16px; justify-content: center; }
  .lp-hero-sub { margin-left: auto; margin-right: auto; }

  /* Card de informações do hero: compacta no mobile */
  .lp-info-card { padding: 22px; }
  .lp-info-card-head { padding-bottom: 16px; margin-bottom: 16px; }
  .lp-info-card-list { gap: 14px; }
  .lp-float-card { padding: 8px 11px; font-size: 11px; }
  .lp-float-card strong { font-size: 12px; }
  .lp-float-card i { font-size: 17px; }

  .lp-area-chips { gap: 10px; }
  .lp-area-chip { padding: 10px 16px; font-size: 13.5px; }

  /* Cards de estatística: evita que números grandes ("50.000+") estourem a coluna */
  .lp-stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .lp-stat-card { padding: 20px 12px; min-width: 0; }
  .lp-stat-num, .lp-stat-suffix { font-size: 26px; }
  .lp-stat-card i { font-size: 22px; }
  .lp-stat-label { font-size: 12px; }

  .lp-stats { padding: 56px 0; }
  .lp-section { padding: 72px 0; }
  .lp-section-head { margin-bottom: 40px; }
  .lp-section-head h2 { font-size: 26px; }
  .lp-grid-5, .lp-grid-4, .lp-grid-3 { grid-template-columns: 1fr; }
  .lp-map-embed { min-height: 260px; }
  .lp-footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .lp-cta-final h2 { font-size: 26px; }
}
