/*
Theme Name: Prisma Veículos
Theme URI: https://www.prismaveiculos.com
Author: Stage Agência
Author URI: #
Description: Landing page personalizada para a Prisma Veículos — Vilhena/RO. Compra, venda, financiamento e troca de veículos.
Version: 1.2.1
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: Proprietary
Text Domain: prisma-veiculos
*/

/* ─── RESET & BASE ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --blue: #1f36aa;
  --blue-dark: #162882;
  --blue-light: #e8ecf8;
  --orange: #fd7424;
  --orange-dark: #e05f10;
  --white: #ffffff;
  --bg: #ffffff;
  --text: #1F1F1F;
  --text-muted: #555;
  --gray-light: #f5f6fa;
  --gray-border: #e0e3ef;
  --font-title: 'Poppins', sans-serif;
  --font-body: 'Roboto', sans-serif;
  --radius: 10px;
  --shadow: 0 4px 24px rgba(31,54,170,0.10);
}

html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--text); background: var(--bg); line-height: 1.6; }
img { display: block; max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; }

/* ─── NAVBAR ─── */
.prisma-nav {
  position: sticky; top: 0; z-index: 100;
  background: var(--blue);
  padding: 0 5%;
  height: 68px;
  box-shadow: 0 2px 12px rgba(31,54,170,0.18);
}
/* Espelha .hero-inner e .container: a barra azul ocupa a largura toda,
   mas logo e CTA se alinham à mesma grade de 1200px do conteúdo. */
.nav-inner {
  max-width: 1200px; margin: 0 auto; width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo { display: flex; align-items: center; gap: 12px; }
.nav-logo a, .nav-logo .custom-logo-link { display: flex; align-items: center; }
.nav-logo img { height: 44px; width: auto; max-width: 200px; object-fit: contain; }
.nav-logo-fallback {
  width: 42px; height: 42px; background: var(--orange);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
}
.nav-logo-fallback svg { width: 26px; height: 26px; fill: #fff; }
.nav-logo-text { font-family: var(--font-title); font-weight: 700; font-size: 1.15rem; color: #fff; line-height: 1.2; }
.nav-logo-text span { display: block; font-size: 0.65rem; font-weight: 400; opacity: 0.8; letter-spacing: 0.05em; }
.nav-links { display: flex; gap: 28px; list-style: none; }
.nav-links a { font-family: var(--font-title); font-size: 0.88rem; font-weight: 500; color: rgba(255,255,255,0.85); transition: color .2s; }
.nav-links a:hover { color: var(--orange); }
.nav-cta {
  background: var(--orange); color: #fff !important;
  font-family: var(--font-title); font-weight: 600; font-size: 0.88rem;
  padding: 9px 20px; border-radius: 6px; transition: background .2s;
}
.nav-cta:hover { background: var(--orange-dark) !important; }
.nav-hamburger { display: none; background: none; border: none; cursor: pointer; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: #fff; margin: 5px 0; border-radius: 2px; }
.nav-mobile-menu {
  display: none; position: fixed; inset: 68px 0 0 0;
  background: var(--blue-dark); z-index: 99; flex-direction: column;
  align-items: center; justify-content: center; gap: 32px;
}
.nav-mobile-menu.open { display: flex; }
.nav-mobile-menu a { font-family: var(--font-title); font-size: 1.2rem; font-weight: 600; color: #fff; }
.nav-cta-mobile { padding: 14px 32px !important; font-size: 1.05rem !important; margin-top: 8px; }

/* Impede que as seções fiquem escondidas atrás da navbar sticky ao clicar nas âncoras */
#inicio, #sobre, #diferenciais, #financiamento, #numeros, #contato { scroll-margin-top: 88px; }

/* ─── HERO ─── */
.prisma-hero {
  background: linear-gradient(120deg, var(--blue) 0%, #162882 60%, #0e1f6e 100%);
  min-height: 92vh;
  display: flex; align-items: center;
  padding: 80px 5% 60px;
  position: relative; overflow: hidden;
}
.prisma-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.hero-inner { position: relative; display: flex; align-items: center; gap: 60px; max-width: 1200px; margin: 0 auto; width: 100%; }
.hero-content { flex: 1; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(253,116,36,0.15); border: 1px solid rgba(253,116,36,0.35);
  color: #ffab71; font-family: var(--font-title); font-size: 0.78rem; font-weight: 600;
  padding: 5px 14px; border-radius: 20px; margin-bottom: 20px;
  letter-spacing: 0.06em; text-transform: uppercase;
}
.hero-badge::before { content: ''; width: 8px; height: 8px; background: var(--orange); border-radius: 50%; flex-shrink: 0; }
.prisma-hero h1 {
  font-family: var(--font-title); font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800; color: #fff; line-height: 1.15; margin-bottom: 18px;
}
.prisma-hero h1 em { font-style: normal; color: var(--orange); }
.prisma-hero .hero-sub {
  font-size: 1.05rem; color: rgba(255,255,255,0.78); max-width: 520px; margin-bottom: 36px; line-height: 1.7;
}
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 40px; }
.btn-primary {
  background: var(--orange); color: #fff !important;
  font-family: var(--font-title); font-weight: 700; font-size: 1rem;
  padding: 15px 32px; border-radius: var(--radius);
  border: none; cursor: pointer;
  display: inline-flex; align-items: center; gap: 8px;
  transition: background .2s, transform .15s;
  box-shadow: 0 4px 20px rgba(253,116,36,0.35);
}
.btn-primary:hover { background: var(--orange-dark) !important; transform: translateY(-1px); }
.btn-secondary {
  background: transparent; color: #fff !important;
  font-family: var(--font-title); font-weight: 600; font-size: 1rem;
  padding: 14px 28px; border-radius: var(--radius);
  border: 2px solid rgba(255,255,255,0.35); cursor: pointer;
  display: inline-flex; align-items: center; gap: 8px;
  transition: border-color .2s, background .2s;
}
.btn-secondary:hover { border-color: #fff; background: rgba(255,255,255,0.08); }
.btn-secondary svg, .btn-primary svg { width: 18px; height: 18px; flex-shrink: 0; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-badge {
  display: flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15);
  padding: 7px 14px; border-radius: 20px;
  font-family: var(--font-title); font-size: 0.78rem; font-weight: 500; color: rgba(255,255,255,0.9);
}
.trust-badge svg { width: 14px; height: 14px; fill: var(--orange); flex-shrink: 0; }

/* Hero card */
.hero-visual { flex: 0 0 420px; }
.hero-card {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(12px); border-radius: 16px;
  overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.hero-car-img { width: 100%; height: 240px; overflow: hidden; position: relative; background: linear-gradient(135deg, #1a2d8f, #0e1f6e); }
.hero-car-img img { width: 100%; height: 100%; object-fit: cover; }
.hero-car-img .no-img {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 10px;
}
.hero-car-img .no-img svg { width: 40px; height: 40px; fill: rgba(255,255,255,0.35); }
.hero-car-img .no-img p { color: rgba(255,255,255,0.4); font-size: 0.8rem; font-family: var(--font-title); }
.hero-card-info { padding: 20px; }
.hero-card-info h3 { font-family: var(--font-title); font-weight: 700; color: #fff; font-size: 1.05rem; margin-bottom: 6px; }
.hero-card-info p { color: rgba(255,255,255,0.6); font-size: 0.82rem; }
.hero-card-price { margin-top: 12px; display: flex; align-items: center; justify-content: space-between; }
.hero-card-price strong { font-family: var(--font-title); font-size: 1.3rem; font-weight: 700; color: var(--orange); }
.hero-card-price span { font-size: 0.78rem; color: rgba(255,255,255,0.5); }
.hero-card-cta {
  display: block; margin-top: 14px;
  background: var(--orange); color: #fff !important; text-align: center;
  font-family: var(--font-title); font-weight: 600; font-size: 0.88rem;
  padding: 11px; border-radius: 8px; transition: background .2s;
}
.hero-card-cta:hover { background: var(--orange-dark); }
.hero-stat-row { display: flex; gap: 12px; padding: 0 20px 20px; }
.hero-stat { flex: 1; background: rgba(255,255,255,0.08); border-radius: 8px; padding: 10px 12px; text-align: center; }
.hero-stat strong { display: block; font-family: var(--font-title); font-size: 1.2rem; font-weight: 700; color: #fff; }
.hero-stat span { font-size: 0.72rem; color: rgba(255,255,255,0.55); }

/* Hero card – variantes com halo
   O halo replica o perfil medido nas referências: escurece até ~45% de preto
   colado na borda e volta ao fundo em ~57px. Isso exige blur grande COM spread —
   uma box-shadow sem spread cai rápido demais e não forma o halo. */
.hero-card--sombra-escura,
.hero-card--sombra-clara {
  border: none;
  backdrop-filter: none;
  box-shadow:
    0 0 64px 22px rgba(3,6,30,0.55),
    0 22px 48px 6px rgba(3,6,30,0.45);
}

/* Escuro profundo: quase preto, azul só o suficiente para não virar cinza */
.hero-card--sombra-escura { background: rgba(0,0,0,0.78); }
.hero-card--sombra-escura .hero-car-img { background: linear-gradient(135deg, #0b1240, #05082a); }
.hero-card--sombra-escura .hero-card-info p { color: rgba(255,255,255,0.62); }
.hero-card--sombra-escura .hero-card-price strong { color: var(--orange); }
.hero-card--sombra-escura .hero-card-price span { color: rgba(255,255,255,0.45); }
.hero-card--sombra-escura .hero-stat { background: rgba(255,255,255,0.08); }
.hero-card--sombra-escura .hero-stat span { color: rgba(255,255,255,0.58); }

/* Azul vivo: cor sólida mais saturada que o fundo, o halo é que separa os dois.
   O laranja da marca cai para 2,72:1 aqui, então o preço usa o tom clareado. */
.hero-card--sombra-clara { background: #2f4abd; }
.hero-card--sombra-clara .hero-car-img { background: linear-gradient(135deg, #3a58cb, #26409f); }
.hero-card--sombra-clara .hero-card-info p { color: rgba(255,255,255,0.78); }
.hero-card--sombra-clara .hero-card-price strong { color: #ff9455; }
.hero-card--sombra-clara .hero-card-price span { color: rgba(255,255,255,0.68); }
.hero-card--sombra-clara .hero-stat { background: rgba(255,255,255,0.13); }
.hero-card--sombra-clara .hero-stat span { color: rgba(255,255,255,0.72); }

/* Hero card – bicolor + halo
   Foto no azul vivo, bloco de informação no escuro profundo. O contraste entre
   as duas zonas faz a foto do carro funcionar como "vitrine" e o texto ganhar
   peso de ficha técnica. Compartilha o halo das variantes acima. */
.hero-card--sombra-mista {
  background: rgba(0,0,0,0.78);
  border: none;
  backdrop-filter: none;
  box-shadow:
    0 0 64px 22px rgba(3,6,30,0.55),
    0 22px 48px 6px rgba(3,6,30,0.45);
}
.hero-card--sombra-mista .hero-car-img {
  background: linear-gradient(135deg, #3a58cb, #26409f);
  border-bottom: 1px solid rgba(255,255,255,0.14);
}
.hero-card--sombra-mista .hero-car-img .no-img svg { fill: rgba(255,255,255,0.5); }
.hero-card--sombra-mista .hero-car-img .no-img p { color: rgba(255,255,255,0.62); }
.hero-card--sombra-mista .hero-card-info p { color: rgba(255,255,255,0.62); }
.hero-card--sombra-mista .hero-card-price strong { color: var(--orange); }
.hero-card--sombra-mista .hero-card-price span { color: rgba(255,255,255,0.45); }
.hero-card--sombra-mista .hero-stat { background: rgba(255,255,255,0.08); }
.hero-card--sombra-mista .hero-stat span { color: rgba(255,255,255,0.58); }

/* Hero card – variante azul escurecida
   Véu preto a 48%. Escurece proporcionalmente, então a matiz azul se mantém
   (saturação constante em 0,82) — não vira cinza. Laranja da marca a 5,7:1. */
.hero-card--azul-escuro {
  background: rgba(0,0,0,0.48);
  border: 1px solid rgba(255,255,255,0.13);
  box-shadow: 0 26px 70px rgba(0,0,0,0.5);
}
.hero-card--azul-escuro .hero-car-img { background: linear-gradient(135deg, #101c56, #070f3a); }
.hero-card--azul-escuro .hero-card-info p { color: rgba(255,255,255,0.66); }
.hero-card--azul-escuro .hero-card-price strong { color: var(--orange); }
.hero-card--azul-escuro .hero-card-price span { color: rgba(255,255,255,0.5); }
.hero-card--azul-escuro .hero-stat { background: rgba(255,255,255,0.09); border: 1px solid rgba(255,255,255,0.10); }
.hero-card--azul-escuro .hero-stat span { color: rgba(255,255,255,0.6); }

/* Hero card – variante azul clareada
   Mesmo azul, só com o vidro mais leitoso (0.06 → 0.14 de branco).
   O preço sobe para um laranja mais claro: sobre o fundo clareado o
   laranja da marca cai para 2,49:1 e some. */
.hero-card--azul-claro {
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.26);
  box-shadow: 0 20px 60px rgba(8,16,60,0.34);
}
.hero-card--azul-claro .hero-car-img { background: linear-gradient(135deg, #33459f, #253784); }
.hero-card--azul-claro .hero-car-img .no-img svg { fill: rgba(255,255,255,0.45); }
.hero-card--azul-claro .hero-car-img .no-img p { color: rgba(255,255,255,0.55); }
.hero-card--azul-claro .hero-card-info p { color: rgba(255,255,255,0.75); }
.hero-card--azul-claro .hero-card-price strong { color: #ff9455; }
.hero-card--azul-claro .hero-card-price span { color: rgba(255,255,255,0.65); }
.hero-card--azul-claro .hero-stat { background: rgba(255,255,255,0.12); }
.hero-card--azul-claro .hero-stat span { color: rgba(255,255,255,0.7); }

/* Hero card – variante clara (invertida)
   Ativada em Personalizar → Hero → Estilo do card.
   Preço usa --orange-dark: o laranja da marca sobre branco dá 2,73:1 de
   contraste e não atende WCAG nem como texto grande. */
.hero-card--claro {
  background: var(--white);
  border: 1px solid var(--gray-border);
  backdrop-filter: none;
  box-shadow: 0 20px 60px rgba(10,20,70,0.28);
}
.hero-card--claro .hero-car-img { background: var(--blue-light); }
.hero-card--claro .hero-car-img .no-img svg { fill: rgba(31,54,170,0.30); }
.hero-card--claro .hero-car-img .no-img p { color: rgba(31,54,170,0.55); }
.hero-card--claro .hero-card-info h3 { color: var(--blue); }
.hero-card--claro .hero-card-info p { color: var(--text-muted); }
.hero-card--claro .hero-card-price strong { color: var(--orange-dark); }
.hero-card--claro .hero-card-price span { color: #7a7f95; }
.hero-card--claro .hero-stat { background: #f2f4fb; border: 1px solid var(--gray-border); }
.hero-card--claro .hero-stat strong { color: var(--blue); }
.hero-card--claro .hero-stat span { color: var(--text-muted); }

/* ─── SECTION COMMONS ─── */
section { padding: 80px 5%; }
.container { max-width: 1200px; margin: 0 auto; }
.section-label {
  font-family: var(--font-title); font-size: 0.78rem; font-weight: 700;
  color: var(--orange); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 10px;
}
.section-title {
  font-family: var(--font-title); font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800; color: var(--text); line-height: 1.2; margin-bottom: 16px;
}
.section-title span { color: var(--blue); }
.section-sub { color: var(--text-muted); font-size: 1rem; max-width: 580px; line-height: 1.7; }
.divider { width: 48px; height: 4px; background: var(--orange); border-radius: 2px; margin: 16px 0 24px; }

/* ─── SOBRE ─── */
.prisma-sobre { background: var(--gray-light); }
.sobre-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.sobre-img-wrap {
  border-radius: 14px; overflow: hidden; height: 360px; position: relative;
  background: linear-gradient(135deg, var(--blue-light), #d0d9f5);
  box-shadow: var(--shadow);
}
.sobre-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.sobre-img-wrap .no-img {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 8px;
}
.sobre-img-wrap .no-img svg { width: 80px; height: 80px; fill: var(--blue); opacity: 0.3; }
.sobre-img-wrap .no-img p { color: var(--blue); opacity: 0.5; font-size: 0.85rem; font-family: var(--font-title); }
.sobre-img-badge {
  position: absolute; bottom: 20px; left: 20px;
  background: var(--blue); color: #fff;
  padding: 12px 18px; border-radius: 10px;
  font-family: var(--font-title); font-size: 0.82rem; font-weight: 600;
  box-shadow: 0 4px 16px rgba(31,54,170,0.25);
}
.sobre-img-badge strong { display: block; font-size: 1.3rem; font-weight: 800; }
.sobre-text p { color: var(--text-muted); line-height: 1.8; margin-bottom: 16px; }
.sobre-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.pill {
  background: var(--blue-light); color: var(--blue);
  font-family: var(--font-title); font-size: 0.8rem; font-weight: 600;
  padding: 6px 16px; border-radius: 20px;
}

/* ─── DIFERENCIAIS ─── */
.prisma-diferenciais { background: var(--white); }
.diferenciais-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.dif-card {
  background: var(--gray-light); border-radius: var(--radius);
  padding: 28px 24px; border: 1px solid var(--gray-border);
  transition: box-shadow .2s, transform .2s;
}
.dif-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.dif-icon {
  width: 52px; height: 52px; border-radius: 12px;
  background: var(--blue); display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.dif-icon svg { width: 26px; height: 26px; fill: #fff; }
.dif-card h3 { font-family: var(--font-title); font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
.dif-card p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.6; }

/* ─── FINANCIAMENTO ─── */
.prisma-financiamento { background: linear-gradient(135deg, var(--blue) 0%, #162882 100%); }
.financiamento-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.financiamento-inner .section-title { color: #fff; }
.financiamento-inner .section-title span { color: var(--orange); }
.financiamento-inner .section-sub { color: rgba(255,255,255,0.75); }
.financiamento-list { margin: 28px 0; display: flex; flex-direction: column; gap: 14px; }
.fi-item { display: flex; align-items: flex-start; gap: 14px; }
.fi-check {
  width: 24px; height: 24px; border-radius: 50%; background: var(--orange);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px;
}
.fi-check svg { width: 13px; height: 13px; fill: #fff; }
.fi-item p { color: rgba(255,255,255,0.85); font-size: 0.95rem; }
.financiamento-card {
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);
  border-radius: 14px; padding: 32px; backdrop-filter: blur(8px);
}
.financiamento-card h3 { font-family: var(--font-title); font-size: 1.3rem; font-weight: 700; color: #fff; margin-bottom: 8px; }
.financiamento-card > p { color: rgba(255,255,255,0.65); margin-bottom: 24px; font-size: 0.9rem; }
.whatsapp-btn {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: #25D366; color: #fff !important;
  font-family: var(--font-title); font-weight: 700; font-size: 1rem;
  padding: 15px 28px; border-radius: var(--radius); transition: background .2s; cursor: pointer;
}
.whatsapp-btn:hover { background: #1aaf54; }
.whatsapp-btn svg { width: 22px; height: 22px; fill: #fff; }
.phone-row { display: flex; align-items: center; gap: 10px; margin-top: 16px; color: rgba(255,255,255,0.6); font-size: 0.85rem; }
.phone-row svg { width: 16px; height: 16px; fill: rgba(255,255,255,0.6); }

/* ─── CONFIANÇA ─── */
.prisma-confianca { background: var(--gray-light); }
.numeros-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 48px 0; }
.num-card {
  background: #fff; border-radius: var(--radius); padding: 28px 24px; text-align: center;
  border: 1px solid var(--gray-border); box-shadow: var(--shadow);
}
.num-card strong { display: block; font-family: var(--font-title); font-size: 2.2rem; font-weight: 800; color: var(--blue); }
.num-card span { color: var(--text-muted); font-size: 0.9rem; }
.confianca-pills { display: flex; flex-wrap: wrap; gap: 14px; }
.conf-pill {
  display: flex; align-items: center; gap: 10px;
  background: #fff; border: 1px solid var(--gray-border);
  padding: 12px 20px; border-radius: 8px;
  font-family: var(--font-title); font-size: 0.85rem; font-weight: 600; color: var(--text);
}
.conf-pill svg { width: 18px; height: 18px; fill: var(--blue); }

/* ─── CTA FINAL ─── */
.prisma-cta {
  background: linear-gradient(120deg, #fd7424 0%, #e05f10 100%);
  text-align: center; padding: 80px 5%;
}
.prisma-cta h2 { font-family: var(--font-title); font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 800; color: #fff; margin-bottom: 14px; }
.prisma-cta p { color: rgba(255,255,255,0.85); font-size: 1.05rem; max-width: 560px; margin: 0 auto 36px; line-height: 1.7; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-white {
  background: #fff; color: var(--orange) !important;
  font-family: var(--font-title); font-weight: 700; font-size: 1rem;
  padding: 15px 32px; border-radius: var(--radius); cursor: pointer;
  display: inline-flex; align-items: center; gap: 8px;
  transition: box-shadow .2s; box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.btn-white:hover { box-shadow: 0 6px 28px rgba(0,0,0,0.22); }
.btn-white svg { width: 18px; height: 18px; }
.btn-outline-white {
  background: transparent; color: #fff !important;
  font-family: var(--font-title); font-weight: 600; font-size: 1rem;
  padding: 14px 28px; border-radius: var(--radius); cursor: pointer;
  border: 2px solid rgba(255,255,255,0.6);
  display: inline-flex; align-items: center; gap: 8px; transition: background .2s;
}
.btn-outline-white:hover { background: rgba(255,255,255,0.12); }
.btn-outline-white svg { width: 18px; height: 18px; }

/* ─── CONTATO ─── */
.prisma-contato { background: var(--white); }
.contato-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 48px; }
.loja-card { background: var(--gray-light); border-radius: 14px; padding: 28px; border: 1px solid var(--gray-border); }
.loja-card-header { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.loja-badge { width: 40px; height: 40px; border-radius: 8px; background: var(--blue); display: flex; align-items: center; justify-content: center; }
.loja-badge svg { width: 20px; height: 20px; fill: #fff; }
.loja-card h3 { font-family: var(--font-title); font-weight: 700; font-size: 1rem; }
.loja-info-row { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; }
.loja-info-row svg { width: 16px; height: 16px; fill: var(--blue); flex-shrink: 0; margin-top: 3px; }
.loja-info-row p { font-size: 0.88rem; color: var(--text-muted); }
.loja-info-row a { color: var(--blue); font-weight: 500; }
.loja-info-row a:hover { text-decoration: underline; }
.info-label {
  display: block; font-family: var(--font-title);
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.09em;
  text-transform: uppercase; color: #8a90a6; margin-bottom: 1px;
}
.loja-info-wa svg { fill: #25D366; }
.loja-info-wa a { color: #128C4A; }
.loja-map { margin-top: 16px; border-radius: 10px; overflow: hidden; height: 200px; }
.loja-map iframe { width: 100%; height: 100%; border: 0; }
.contato-canais { margin-top: 40px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.canal-card { background: var(--gray-light); border: 1px solid var(--gray-border); border-radius: 10px; padding: 20px; text-align: center; }
.canal-card svg { width: 28px; height: 28px; fill: var(--blue); margin: 0 auto 10px; display: block; }
.canal-card h4 { font-family: var(--font-title); font-weight: 700; font-size: 0.88rem; margin-bottom: 4px; }
.canal-card p { font-size: 0.82rem; color: var(--text-muted); }
.canal-card a { color: var(--blue); font-weight: 500; }

/* ─── FOOTER ─── */
.prisma-footer { background: #0d1a5e; color: rgba(255,255,255,0.75); padding: 56px 5% 28px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-brand .nav-logo img { height: 52px; max-width: 220px; }
.footer-brand .nav-logo-text { color: #fff; font-size: 1.2rem; }
.footer-brand p { font-size: 0.85rem; margin-top: 12px; line-height: 1.7; max-width: 260px; }
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.social-btn {
  width: 38px; height: 38px; border-radius: 8px;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12);
  display: flex; align-items: center; justify-content: center; transition: background .2s;
}
.social-btn:hover { background: var(--orange); }
.social-btn svg { width: 18px; height: 18px; fill: #fff; }
.footer-col h4 { font-family: var(--font-title); font-weight: 700; font-size: 0.9rem; color: #fff; margin-bottom: 16px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul a { font-size: 0.85rem; color: rgba(255,255,255,0.65); transition: color .2s; }
.footer-col ul a:hover { color: var(--orange); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px;
  font-size: 0.8rem; color: rgba(255,255,255,0.4);
}
.footer-bottom a { color: rgba(255,255,255,0.5); }
.footer-bottom a:hover { color: var(--orange); }

/* ─── RESPONSIVE ─── */
@media (max-width: 960px) {
  /* Esconde apenas o CTA que está DENTRO da barra fixa.
     O .nav-cta do menu mobile precisa continuar visível. */
  .nav-links, .nav-inner > .nav-cta { display: none; }
  .nav-hamburger { display: block; }
  .hero-inner { flex-direction: column; }
  .hero-visual { flex: none; width: 100%; max-width: 420px; }
  .sobre-grid { grid-template-columns: 1fr; }
  .sobre-img-wrap { height: 260px; }
  .financiamento-inner { grid-template-columns: 1fr; }
  .diferenciais-grid { grid-template-columns: 1fr 1fr; }
  .numeros-grid { grid-template-columns: 1fr 1fr; }
  .contato-grid { grid-template-columns: 1fr; }
  .contato-canais { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  section { padding: 56px 5%; }
  .nav-logo img { height: 36px; max-width: 150px; }
  .diferenciais-grid { grid-template-columns: 1fr; }
  .numeros-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
