/* ============================================================
   IMPACTO BATERIAS — stylesheet
   Identidade: preto grafite + amarelo energia + branco
   ============================================================ */

:root {
  --black: #141414;
  --graphite: #1f1f23;
  --graphite-2: #26262b;
  --yellow: #ffc400;
  --yellow-2: #ffb800;
  --white: #ffffff;
  --gray-light: #f5f5f5;
  --gray-soft: #ececee;
  --gray-text: #6b7280;
  --ink: #1a1a1d;
  --wa: #25d366;
  --wa-dark: #1fae55;

  --radius: 16px;
  --radius-sm: 12px;
  --maxw: 1160px;
  --shadow-sm: 0 4px 14px rgba(20, 20, 20, 0.08);
  --shadow-md: 0 16px 40px rgba(20, 20, 20, 0.14);
  --shadow-yellow: 0 12px 30px rgba(255, 184, 0, 0.28);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);

  --font-display: "Sora", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 84px; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

h1, h2, h3 { font-family: var(--font-display); line-height: 1.12; letter-spacing: -0.01em; }

img { max-width: 100%; display: block; }
picture { display: contents; }
a { color: inherit; text-decoration: none; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 1000;
  background: var(--yellow); color: var(--black); padding: 10px 16px; border-radius: 0 0 10px 0;
  font-weight: 700;
}
.skip-link:focus { left: 0; }

/* ---------- Botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-body); font-weight: 700; font-size: 0.98rem;
  padding: 13px 24px; border-radius: 12px; border: 2px solid transparent;
  cursor: pointer; transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease), background 0.2s;
  line-height: 1; white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }

/* ---------- Focus visível — WCAG 2.1 AA (todos os interativos) ---------- */
.main-nav a:focus-visible,
.mobile-nav a:focus-visible,
.footer-col a:focus-visible,
.link-cta:focus-visible,
.to-top:focus-visible,
.brand:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
  border-radius: 4px;
}

.social a:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

.wa-float:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

.skip-link:focus-visible {
  left: 0;
  outline: 3px solid var(--black);
  outline-offset: 2px;
}
.btn-lg { padding: 16px 28px; font-size: 1.05rem; }

.btn-wa { background: var(--wa); color: #fff; box-shadow: 0 10px 24px rgba(37, 211, 102, 0.3); }
.btn-wa:hover { background: var(--wa-dark); }
.btn-dark { background: var(--black); color: #fff; }
.btn-dark:hover { background: #000; box-shadow: var(--shadow-md); }
.btn-ghost { background: rgba(255, 255, 255, 0.06); color: #fff; border-color: rgba(255, 255, 255, 0.4); }
.btn-ghost:hover { background: rgba(255, 255, 255, 0.14); }
.btn-ghost-light { background: transparent; color: #fff; border-color: rgba(255, 255, 255, 0.45); }
.btn-ghost-light:hover { background: rgba(255, 255, 255, 0.1); }

.ico-wa { width: 20px; height: 20px; fill: currentColor; flex: none; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(20, 20, 20, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: box-shadow 0.3s;
}
.site-header.scrolled { box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35); }
.header-inner { display: flex; align-items: center; gap: 18px; min-height: 68px; }

.brand { display: inline-flex; align-items: center; gap: 9px; }
.brand-bolt { filter: drop-shadow(0 0 6px rgba(255, 196, 0, 0.5)); }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: var(--font-display); font-weight: 800; font-size: 1.18rem; color: #fff; letter-spacing: 0.02em; }
.brand-sub { font-family: var(--font-body); font-weight: 500; font-size: 0.74rem; color: var(--yellow); letter-spacing: 0.16em; text-transform: uppercase; }

.main-nav { display: flex; gap: 24px; margin: 0 auto; }
.main-nav a { color: rgba(255, 255, 255, 0.82); font-weight: 500; font-size: 0.95rem; position: relative; padding: 4px 0; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px; background: var(--yellow); transition: width 0.25s var(--ease); }
.main-nav a:hover { color: #fff; }
.main-nav a:hover::after { width: 100%; }

.header-actions { display: flex; align-items: center; gap: 10px; }

/* Botão de telefone (escuro com ícone amarelo) */
.btn-call { background: var(--graphite-2); color: #fff; border-color: rgba(255, 255, 255, 0.14); }
.btn-call:hover { background: #303036; border-color: rgba(255, 196, 0, 0.4); }
.ico-call { width: 20px; height: 20px; flex: none; fill: none; stroke: var(--yellow); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* Botões com texto em duas linhas (principal + descrição) */
.btn-stack { padding-top: 10px; padding-bottom: 10px; text-align: left; }
.btn-stack .bs-text { display: flex; flex-direction: column; line-height: 1.15; }
.btn-stack .bs-main { font-size: 1.02rem; font-weight: 800; }
.btn-stack .bs-sub { font-size: 0.78rem; font-weight: 500; opacity: 0.85; }
.header-cta { padding: 9px 16px; }
.header-cta .bs-main { font-size: 0.9rem; }
.header-cta .bs-sub { font-size: 0.72rem; }

.nav-toggle { display: none; background: none; border: 0; width: 42px; height: 42px; flex-direction: column; justify-content: center; gap: 5px; cursor: pointer; margin-left: auto; }
.nav-toggle span { display: block; height: 2.5px; width: 24px; background: #fff; border-radius: 2px; transition: transform 0.3s var(--ease), opacity 0.2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

.mobile-nav { display: flex; flex-direction: column; background: var(--graphite); border-top: 1px solid rgba(255, 255, 255, 0.07); padding: 8px 20px 16px; }
.mobile-nav[hidden] { display: none; }
@media (min-width: 861px) { .mobile-nav { display: none; } }
.mobile-nav a { color: rgba(255, 255, 255, 0.9); padding: 14px 4px; font-weight: 600; border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
.mobile-nav a:last-child { border-bottom: 0; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: linear-gradient(145deg, #111115 0%, var(--graphite) 55%, #111115 100%);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
/* Subtle dot-grid texture */
.hero::after {
  content: "";
  position: absolute; inset: 0; z-index: 0;
  background-image: radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
.hero-media { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.bg-img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.img-missing { background: linear-gradient(135deg, #26262b 0%, #141414 60%, #1f1f23 100%); }
.hero-overlay {
  position: absolute; inset: 0;
  background:
    radial-gradient(120% 80% at 90% 10%, rgba(255, 196, 0, 0.13), transparent 55%),
    radial-gradient(60% 60% at 10% 90%, rgba(255, 196, 0, 0.07), transparent 55%);
}
.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 32px; align-items: center; padding: 84px 20px 92px; position: relative; z-index: 2; }

.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; }
.badge { display: inline-flex; align-items: center; gap: 7px; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.03em; padding: 7px 14px; border-radius: 999px; background: var(--graphite-2); border: 1px solid rgba(255, 255, 255, 0.08); color: rgba(255, 255, 255, 0.9); }
.badge svg { width: 16px; height: 16px; flex: none; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.badge-primary { color: var(--yellow); border-color: rgba(255, 196, 0, 0.3); }
.badge .dot { width: 7px; height: 7px; }
.badge-pin { text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.8rem; padding: 9px 16px; }
.badge-pin svg { stroke: var(--yellow); }
.badge-hl { color: var(--yellow); font-weight: 700; }

/* Prova social do hero (avatares + estrelas) */
.hero-trust { display: flex; align-items: center; gap: 16px; margin-top: 28px; flex-wrap: wrap; }
.avatars { display: inline-flex; }
.avatars .av { width: 42px; height: 42px; border-radius: 50%; border: 2px solid var(--black); margin-left: -12px; background:
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.55) 0 22%, transparent 23%),
    radial-gradient(circle at 50% 100%, rgba(255, 255, 255, 0.45) 0 42%, transparent 43%),
    linear-gradient(160deg, #3a3a40, #232327); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4); }
.avatars .av:first-child { margin-left: 0; }
.avatars .av:nth-child(2) { background:
    radial-gradient(circle at 50% 34%, rgba(255, 196, 0, 0.5) 0 22%, transparent 23%),
    radial-gradient(circle at 50% 100%, rgba(255, 255, 255, 0.4) 0 42%, transparent 43%),
    linear-gradient(160deg, #34343a, #1f1f23); }
.trust-text { display: flex; flex-direction: column; gap: 2px; }
.trust-text .stars { color: var(--yellow); font-size: 1.05rem; letter-spacing: 2px; }
.trust-text p { font-size: 0.9rem; color: rgba(255, 255, 255, 0.82); line-height: 1.35; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 0 rgba(255, 196, 0, 0.6); animation: pulse 2.4s infinite; flex: none; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(255, 196, 0, 0.55); } 70% { box-shadow: 0 0 0 9px rgba(255, 196, 0, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 196, 0, 0); } }

.hero-copy h1 { font-size: clamp(2.1rem, 5.4vw, 3.5rem); font-weight: 800; margin: 18px 0 16px; }
.hero-copy h1 .hl { color: var(--yellow); text-shadow: 0 0 18px rgba(255, 196, 0, 0.32); }
.hero-copy > p { font-size: clamp(1rem, 2.3vw, 1.18rem); color: rgba(255, 255, 255, 0.82); max-width: 38ch; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0 24px; }

.hero-points { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 22px; }
.hero-points li { position: relative; padding-left: 24px; font-size: 0.92rem; color: rgba(255, 255, 255, 0.88); font-weight: 500; }
.hero-points li::before { content: ""; position: absolute; left: 0; top: 6px; width: 14px; height: 9px; border-left: 2.5px solid var(--yellow); border-bottom: 2.5px solid var(--yellow); transform: rotate(-45deg); }

/* Card "glass" flutuante do hero (design Stitch) */
.hero-spec { position: relative; overflow: hidden; border-radius: 20px; padding: 30px; background: rgba(31, 32, 32, 0.7); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.06); box-shadow: var(--shadow-md); }
.spec-glow { position: absolute; top: -40px; right: -40px; width: 160px; height: 160px; border-radius: 50%; background: rgba(255, 196, 0, 0.22); filter: blur(60px); }
.spec-body { position: relative; z-index: 1; }
.spec-feature { display: flex; gap: 14px; align-items: flex-start; padding-bottom: 18px; margin-bottom: 6px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.spec-feature-ico { flex: none; width: 44px; height: 44px; border-radius: 12px; background: linear-gradient(135deg, var(--yellow), var(--yellow-2)); display: grid; place-items: center; }
.spec-feature-ico svg { width: 24px; height: 24px; fill: var(--black); }
.spec-title { font-size: 1.05rem; color: #fff; margin: 0; text-transform: uppercase; letter-spacing: 0.03em; }
.spec-sub { font-size: 0.88rem; color: rgba(255, 255, 255, 0.7); margin-top: 4px; line-height: 1.4; }
.spec-list { list-style: none; display: grid; gap: 0; margin: 0 0 20px; }
.spec-list li { display: flex; align-items: flex-start; gap: 12px; padding: 13px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.07); }
.spec-list li:last-child { border-bottom: 0; }
.spec-list svg { width: 22px; height: 22px; flex: none; margin-top: 1px; fill: none; stroke: var(--yellow); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.spec-list span { display: flex; flex-direction: column; font-size: 0.84rem; color: rgba(255, 255, 255, 0.62); line-height: 1.3; }
.spec-list strong { color: #fff; font-size: 0.95rem; font-weight: 700; margin-bottom: 1px; }
.spec-store strong { color: var(--yellow); }
.btn-spec { width: 100%; background: transparent; color: var(--yellow); border-color: rgba(255, 196, 0, 0.4); }
.btn-spec:hover { background: var(--yellow); color: var(--black); }

/* ---------- Trust bar ---------- */
.trustbar { background: var(--graphite); border-top: 1px solid rgba(255, 255, 255, 0.06); border-bottom: 4px solid var(--yellow); }
.trust-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; }
.trust-item { display: flex; align-items: center; gap: 13px; color: #fff; padding: 22px 20px; border-right: 1px solid rgba(255, 255, 255, 0.08); }
.trust-item:last-child { border-right: 0; }
.trust-item svg { width: 30px; height: 30px; flex: none; fill: none; stroke: var(--yellow); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ti-text { display: flex; flex-direction: column; line-height: 1.25; }
.ti-text strong { font-size: 0.98rem; font-weight: 700; }
.ti-text { font-size: 0.83rem; color: rgba(255, 255, 255, 0.6); }
.ti-text strong { color: #fff; }

/* ---------- Sections ---------- */
.section { padding: 76px 0; }
.section-soft { background: var(--gray-light); }
.section-dark { background: var(--black); color: #fff; }

.section-head { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.kicker { display: inline-block; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #b8860b; margin-bottom: 12px; }
.kicker::before { content: "⚡ "; }
.kicker-light { color: var(--yellow); }
.section-head h2 { font-size: clamp(1.6rem, 3.6vw, 2.5rem); font-weight: 800; }
.section-head p { margin-top: 16px; color: var(--gray-text); font-size: 1.05rem; }
.section-dark .section-head p { color: rgba(255, 255, 255, 0.75); }

.section-cta { text-align: center; margin-top: 46px; }

/* ---------- Cards (problema/solução) ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { background: #fff; border: 1px solid var(--gray-soft); border-radius: var(--radius); padding: 30px 26px; transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), border-color 0.25s; }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--yellow); }
.card-ico { width: 56px; height: 56px; border-radius: 14px; background: linear-gradient(135deg, var(--yellow), var(--yellow-2)); display: grid; place-items: center; margin-bottom: 18px; }
.card-ico svg { width: 28px; height: 28px; fill: none; stroke: var(--black); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.card h3 { font-size: 1.2rem; margin-bottom: 8px; }
.card p { color: var(--gray-text); font-size: 0.98rem; }

/* ---------- Categorias ---------- */
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.cat-card { background: #fff; border: 1px solid var(--gray-soft); border-radius: var(--radius); padding: 28px 24px; display: flex; flex-direction: column; transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), border-color 0.25s; }
.cat-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--yellow); }
.cat-card h3 { font-size: 1.12rem; margin-bottom: 8px; }
.cat-card p { color: var(--gray-text); font-size: 0.93rem; flex: 1; }
.link-cta { margin-top: 16px; color: #111; font-weight: 700; font-size: 0.92rem; align-self: flex-start; border-bottom: 2px solid var(--yellow); padding-bottom: 2px; transition: gap 0.2s; }
.link-cta:hover { color: #000; opacity: 0.85; }

/* ---------- Marcas ---------- */
.brand-chips { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; max-width: 800px; margin: 0 auto; }
.brand-chips li { background: #fff; border: 1px solid var(--gray-soft); border-radius: 999px; padding: 13px 28px; font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; color: var(--ink); box-shadow: var(--shadow-sm); transition: transform 0.2s var(--ease), border-color 0.2s, color 0.2s; }
.brand-chips li:hover { transform: translateY(-3px); border-color: var(--yellow); color: #000; }
.note { text-align: center; color: var(--gray-text); font-size: 0.95rem; margin-top: 30px; max-width: 60ch; margin-left: auto; margin-right: auto; }

/* ---------- Como funciona (steps) ---------- */
.steps { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.step { background: var(--graphite); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: var(--radius); padding: 30px 24px; position: relative; transition: transform 0.25s var(--ease), border-color 0.25s; }
.step:hover { transform: translateY(-6px); border-color: rgba(255, 196, 0, 0.5); }
.step-num { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; background: var(--yellow); color: var(--black); font-family: var(--font-display); font-weight: 800; font-size: 1.3rem; margin-bottom: 18px; }
.step h3 { font-size: 1.12rem; margin-bottom: 8px; color: #fff; }
.step p { color: rgba(255, 255, 255, 0.72); font-size: 0.95rem; }

/* ---------- Split (mídia + texto) ---------- */
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.split-media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); position: relative; }
.split-media img { width: 100%; height: 100%; min-height: 320px; max-height: 460px; object-fit: cover; }
.split-media .img-missing { min-height: 360px; }
.split-copy h2 { font-size: clamp(1.5rem, 3.2vw, 2.3rem); font-weight: 800; margin: 12px 0 16px; }
.split-copy > p { color: var(--gray-text); font-size: 1.05rem; }
.section-soft .split-copy > p { color: #4b5563; }

.check-list { list-style: none; margin: 22px 0 28px; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 32px; font-weight: 500; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 1px; width: 21px; height: 21px; border-radius: 50%; background: var(--yellow); }
.check-list li::after { content: ""; position: absolute; left: 6px; top: 6px; width: 9px; height: 5px; border-left: 2.2px solid var(--black); border-bottom: 2.2px solid var(--black); transform: rotate(-45deg); }

/* ---------- Loja / endereço ---------- */
.address-card { display: flex; gap: 14px; align-items: flex-start; background: #fff; border: 1px solid var(--gray-soft); border-left: 4px solid var(--yellow); border-radius: var(--radius-sm); padding: 18px 20px; margin: 22px 0; box-shadow: var(--shadow-sm); }
.address-card svg { width: 26px; height: 26px; flex: none; fill: none; stroke: var(--yellow); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.address-card p { font-weight: 600; color: var(--ink); }

.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }
.btn-row.center { justify-content: center; }

.map-wrap { margin-top: 48px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); border: 1px solid var(--gray-soft); }
.map-wrap iframe { width: 100%; height: 360px; border: 0; display: block; filter: grayscale(0.15) contrast(1.02); }
.map-placeholder { height: 360px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; background: linear-gradient(135deg, #f0f1f3, #e4e6e9); color: var(--gray-text); font-weight: 600; }
.map-placeholder svg { width: 34px; height: 34px; fill: none; stroke: var(--yellow); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- Split visual (CSS-only panels — substitui fotos ausentes) ---------- */
.split-visual {
  border-radius: var(--radius);
  background: linear-gradient(145deg, var(--graphite) 0%, #111115 100%);
  border: 1px solid rgba(255, 196, 0, 0.14);
  padding: 32px 28px;
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 360px;
  position: relative;
  overflow: hidden;
}
.split-visual::before {
  content: "";
  position: absolute;
  top: -30px; right: -30px;
  width: 180px; height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 196, 0, 0.18), transparent 65%);
  pointer-events: none;
}

.sv-badge {
  display: inline-flex;
  align-self: flex-start;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--yellow);
  background: rgba(255, 196, 0, 0.1);
  border: 1px solid rgba(255, 196, 0, 0.3);
  border-radius: 999px;
  padding: 6px 14px;
  margin-bottom: 14px;
}

.sv-heading {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 22px;
  line-height: 1.15;
}

/* Lista de estoque */
.sv-stock-list,
.sv-info-list,
.sv-trust-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
}

.sv-stock-list li,
.sv-info-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.sv-stock-list li:last-child,
.sv-info-list li:last-child {
  border-bottom: 0;
}

.sv-stock-list div,
.sv-info-list div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sv-stock-list strong,
.sv-info-list strong {
  font-size: 0.95rem;
  color: #fff;
  font-weight: 700;
}
.sv-stock-list small,
.sv-info-list small {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
}

.sv-dot {
  flex: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--yellow);
  margin-top: 5px;
}
.sv-dot--pulse {
  box-shadow: 0 0 0 0 rgba(255, 196, 0, 0.6);
  animation: pulse 2.4s infinite;
}

.sv-info-list svg {
  width: 20px;
  height: 20px;
  flex: none;
  margin-top: 2px;
  fill: none;
  stroke: var(--yellow);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Footer da card visual */
.sv-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}
.sv-footer svg {
  width: 18px;
  height: 18px;
  flex: none;
  fill: none;
  stroke: var(--yellow);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Sobre: grid de marcas */
.sv-brand-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.sv-brand-grid span {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 7px 14px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.04em;
}

.sv-trust-list {
  gap: 0;
}
.sv-trust-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 500;
}
.sv-trust-list li:last-child {
  border-bottom: 0;
}
.sv-trust-list svg {
  width: 20px;
  height: 20px;
  flex: none;
  fill: none;
  stroke: var(--yellow);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ---------- CTA forte ---------- */
.cta-strong { background: linear-gradient(135deg, #1f1f23 0%, #141414 100%); color: #fff; position: relative; overflow: hidden; }
.cta-strong::before { content: ""; position: absolute; top: -40%; right: -10%; width: 480px; height: 480px; background: radial-gradient(circle, rgba(255, 196, 0, 0.18), transparent 65%); }
.cta-inner { position: relative; text-align: center; padding: 76px 20px; max-width: 760px; }
.cta-bolt { margin: 0 auto 18px; filter: drop-shadow(0 0 14px rgba(255, 196, 0, 0.55)); }
.cta-strong h2 { font-size: clamp(1.7rem, 4vw, 2.7rem); font-weight: 800; }
.cta-strong p { margin: 16px auto 30px; color: rgba(255, 255, 255, 0.82); font-size: 1.1rem; max-width: 48ch; }

/* ---------- Footer ---------- */
.site-footer { background: var(--black); color: rgba(255, 255, 255, 0.72); padding-top: 60px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1.2fr; gap: 40px; padding-bottom: 44px; }
.footer-brand p { margin: 16px 0 18px; font-size: 0.95rem; max-width: 38ch; }
.social { display: flex; gap: 12px; }
.social a { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.18); color: #fff; transition: background 0.2s, border-color 0.2s, transform 0.2s; }
.social a:hover { background: var(--yellow); border-color: var(--yellow); color: var(--black); transform: translateY(-3px); }
.social svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.footer-col h3 { color: #fff; font-size: 1.05rem; margin-bottom: 16px; }
.footer-col a { display: block; padding: 6px 0; font-size: 0.95rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--yellow); }
.footer-col p { margin-top: 10px; font-size: 0.92rem; }

.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; padding: 22px 20px; border-top: 1px solid rgba(255, 255, 255, 0.1); font-size: 0.88rem; }
.to-top { color: var(--yellow); font-weight: 600; }

/* ---------- WhatsApp flutuante ---------- */
.wa-float {
  position: fixed; right: 20px; bottom: 22px; z-index: 90;
  width: 58px; height: 58px; border-radius: 50%; background: var(--wa);
  display: grid; place-items: center; box-shadow: 0 10px 30px rgba(37, 211, 102, 0.45);
  transition: transform 0.2s var(--ease);
}
.wa-float::before { content: ""; position: absolute; inset: 0; border-radius: 50%; background: var(--wa); animation: waPulse 2.6s infinite; z-index: -1; }
@keyframes waPulse { 0% { transform: scale(1); opacity: 0.6; } 70% { transform: scale(1.7); opacity: 0; } 100% { opacity: 0; } }
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 32px; height: 32px; fill: #fff; }

/* Barra fixa inferior (somente mobile) */
.mobile-bar { display: none; }

/* ---------- Animações reveal ---------- */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.js .reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .js .reveal { opacity: 1; transform: none; }
}

/* ============================================================
   RESPONSIVO
   ============================================================ */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 8px; padding: 56px 20px 64px; }
  .hero-spec { display: none; }
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .main-nav { display: none; }
  .header-actions .btn-call { display: none; }
  .header-cta.btn-wa { padding: 10px; gap: 0; }
  .header-cta.btn-wa .bs-text { display: none; }
  .nav-toggle { display: flex; margin-left: 0; }
  .header-inner { gap: 12px; }
  .header-actions { margin-left: auto; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
  .trust-item:nth-child(odd) { border-right: 1px solid rgba(255, 255, 255, 0.08); }
  .split-grid { grid-template-columns: 1fr; gap: 28px; }
  .split-media { order: -1; }
  #loja .split-media, #sobre .split-media { order: -1; }
}

@media (max-width: 620px) {
  .section { padding: 56px 0; }
  /* No mobile o texto fica sobre o topo da imagem vertical → gradiente de cima p/ baixo */
  .hero-overlay { background: linear-gradient(180deg, rgba(20, 20, 20, 0.92) 0%, rgba(20, 20, 20, 0.72) 45%, rgba(20, 20, 20, 0.82) 100%); }
  .hero-copy h1 { font-size: clamp(1.95rem, 8.5vw, 2.6rem); }
  .hero-actions .btn-stack { justify-content: flex-start; }
  .grid-3, .grid-4, .steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-actions .btn { width: 100%; }
  .hero-points { gap: 8px 18px; }
  .wa-float { bottom: 88px; width: 52px; height: 52px; }
  .wa-float svg { width: 28px; height: 28px; }

  /* Barra fixa inferior no mobile: WhatsApp + Ligar */
  .mobile-bar {
    display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 95;
    background: rgba(10, 10, 10, 0.96); backdrop-filter: blur(8px);
    padding: 8px 8px; box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.3);
    padding-bottom: max(8px, env(safe-area-inset-bottom));
  }
  .mbar-btn { display: flex; align-items: center; justify-content: center; gap: 9px; padding: 11px 8px; border-radius: 12px; font-weight: 700; }
  .mbar-wa { background: var(--wa); color: #fff; }
  .mbar-call { background: var(--graphite-2); color: #fff; border: 1px solid rgba(255, 255, 255, 0.14); }
  .mbar-btn svg { width: 22px; height: 22px; flex: none; }
  .mbar-wa svg { fill: #fff; }
  .mbar-call .ico-call { fill: none; stroke: var(--yellow); }
  .mbar-text { display: flex; flex-direction: column; line-height: 1.1; }
  .mbar-text strong { font-size: 0.92rem; }
  .mbar-text small { font-size: 0.7rem; opacity: 0.85; font-weight: 500; }
  body { padding-bottom: 72px; }
  .btn-row .btn { width: 100%; }
}

@media (max-width: 400px) {
  .brand-name { font-size: 1.05rem; }
  .hero-copy h1 { font-size: 1.85rem; }
}
