
:root{
  --orange:#ff4f12;--orange2:#ff6a00;--ink:#111;--muted:#6d6d6d;--line:#ececec;
  --green:#25d366;--shadow:0 8px 24px rgba(0,0,0,.08)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;background:#fff;color:var(--ink);line-height:1.45;overflow-x:hidden}
a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.container{width:min(1180px,calc(100% - 48px));margin:auto}
.header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.98);border-bottom:1px solid #f2f2f2;box-shadow:0 2px 12px rgba(0,0,0,.025)}
.header-inner{height:82px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:10px}.brand img{width:46px;height:46px;border-radius:9px;object-fit:contain}.brand-text{display:flex;flex-direction:column;line-height:1}.brand-text b{font-size:20px}.brand-text small{font-size:9px;letter-spacing:3px;margin-top:5px}
nav{display:flex;gap:31px}nav a{font-size:10px;font-weight:900}.top-cta{justify-self:end;background:var(--orange);color:#fff;padding:14px 22px;border-radius:8px;font-size:11px;font-weight:900;box-shadow:0 7px 18px rgba(255,79,18,.18)}
.hero{position:relative;min-height:500px;background:#fff;overflow:hidden}.hero-layout{min-height:500px;display:grid;grid-template-columns:1.1fr .75fr;gap:95px;align-items:center;padding:34px 0}
.hero-copy{padding-bottom:30px}.pretitle{font-size:13px;margin:0}.hero h1{font-size:44px;line-height:1.04;letter-spacing:-1.7px;margin:18px 0}.hero h1 span{display:block;color:var(--orange)}.lead{font-size:15px}
.mini-benefits{display:flex;gap:24px;margin-top:30px;padding:18px 18px;border-radius:11px;background:#fff;box-shadow:var(--shadow);width:max-content}
.mini-benefits>div{display:flex;align-items:center;gap:8px}.mini-ico{color:var(--orange);font-weight:900}.mini-benefits>div>span:last-child{display:flex;flex-direction:column}.mini-benefits b{font-size:10px}.mini-benefits small{font-size:9px}

.quote{background:#fff;border:1px solid #e9e9e9;border-radius:14px;padding:22px;box-shadow:0 8px 24px rgba(0,0,0,.09)}
.quote-top{width:100%;max-width:350px;justify-self:end}.quote h3{font-size:16px;color:var(--orange);margin:0 0 6px}.quote-intro{font-size:11px;color:#444;margin:0 0 14px}.quote label{display:block;font-size:9px;font-weight:800;margin-top:10px}
.quote input,.quote select{display:block;width:100%;height:42px;border:1px solid #ddd;border-radius:7px;background:#fff;margin-top:5px;padding:0 11px;font-family:inherit}
.quote button{width:100%;height:46px;border:0;border-radius:7px;background:var(--orange);color:#fff;font-weight:900;margin-top:15px;cursor:pointer}.privacy{display:block;text-align:center;color:#777;font-size:8px;margin-top:9px}.feedback{text-align:center;font-size:9px;color:var(--orange);min-height:13px;margin:5px 0 0}
.vehicles,.benefits-section,.compare-section,.bottom-section{padding:62px 0;background:#fff}.section-title{text-align:center;margin-bottom:30px}.section-title small,.benefits-heading small,.compare-head small,.steps>small{font-size:10px;font-weight:900;color:var(--orange)}.section-title h2{font-size:28px;margin:8px 0;line-height:1.08}
.vehicle-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.vehicle-card{background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 6px 18px rgba(0,0,0,.055);overflow:hidden}.vehicle-pic{height:210px;background:#fff;display:flex;align-items:center;justify-content:center;padding:12px}.vehicle-pic img{width:100%;height:100%;object-fit:contain}.vehicle-card h3{text-align:center;color:var(--orange);font-size:13px;margin:0 18px;padding:10px;border-bottom:1px solid #ffae8b}.vehicle-card ul{list-style:none;padding:2px 20px 18px;margin:0}.vehicle-card li{font-size:11px;margin:9px 0}.vehicle-card li:before{content:'✓';color:#fff;background:var(--orange);border-radius:50%;display:inline-grid;place-items:center;width:14px;height:14px;font-size:8px;margin-right:8px}
.benefits-layout{display:grid;grid-template-columns:.68fr 1.32fr;gap:40px;align-items:center}.benefits-heading h2{font-size:31px;line-height:1.08;margin:10px 0}.benefits-heading h2 span{color:var(--orange)}.benefits-heading p{font-size:12px}
.benefit-showcase{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.benefit-showcase article{min-height:155px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:12px;border-left:1px solid #ececec}.benefit-showcase article:nth-child(4n+1){border-left:0}.benefit-showcase article:nth-child(n+5){border-top:1px solid #ececec}
.art{font-size:42px;line-height:1;margin-bottom:9px}.benefit-showcase b{font-size:10px}.benefit-showcase span{font-size:9px;color:#444}
.compare-head{text-align:center;margin-bottom:24px}.compare-head h2{font-size:24px;margin:5px 0}.compare-grid{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid #e9e9e9;border-radius:12px;overflow:hidden}
.compare-grid>div{min-height:78px;display:flex;align-items:center;gap:11px;padding:12px;border-right:1px solid #ececec;border-bottom:1px solid #ececec}.compare-grid>div:nth-child(5n){border-right:0}.compare-grid>div:nth-last-child(-n+5){border-bottom:0}.compare-grid span{width:40px;min-width:40px;height:40px;display:grid;place-items:center;color:var(--orange);font-size:25px;font-weight:900}.compare-grid b{font-size:10px}.t24{font-size:13px!important;border:2px solid var(--orange);border-radius:50%}
.bottom-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:55px;align-items:center}.steps h2{font-size:30px;line-height:1.06;margin:8px 0 25px}.step{display:flex;gap:14px;margin:16px 0}.step>b{width:28px;height:28px;border:1px solid var(--orange);color:var(--orange);border-radius:50%;display:grid;place-items:center;font-size:11px}.step span{display:flex;flex-direction:column}.step strong{font-size:11px}.step small{font-size:8px;color:#555;max-width:230px}.quote-bottom{padding:24px}.fields{display:grid;grid-template-columns:1fr 1fr;gap:13px}.anchor-offset{position:absolute;top:-100px}
footer{text-align:center;color:#999;font-size:9px;padding:28px;border-top:1px solid #f0f0f0}.whatsapp-float{position:fixed;right:18px;bottom:18px;width:58px;height:58px;border-radius:50%;background:var(--green);display:grid;place-items:center;box-shadow:0 8px 22px rgba(0,0,0,.22);z-index:2000}.whatsapp-float svg{width:34px;height:34px;fill:#fff}
@media(max-width:980px){nav{display:none}.header-inner{grid-template-columns:1fr auto}.hero-layout{grid-template-columns:1fr}.quote-top{justify-self:start;max-width:620px}.vehicle-grid{grid-template-columns:repeat(2,1fr)}.benefits-layout{grid-template-columns:1fr}.compare-grid{grid-template-columns:repeat(2,1fr)}.compare-grid>div{border-right:1px solid #ececec!important;border-bottom:1px solid #ececec!important}.bottom-layout{grid-template-columns:1fr}.benefit-showcase{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.container{width:min(100% - 28px,1180px)}.brand-text{display:none}.hero h1{font-size:36px}.hero-layout{gap:25px;padding-top:40px}.mini-benefits{width:100%;gap:10px;padding:14px}.vehicle-grid,.compare-grid,.fields,.benefit-showcase{grid-template-columns:1fr}.vehicle-pic{height:230px}.benefit-showcase article{border-left:0!important;border-top:1px solid #ececec}.benefit-showcase article:first-child{border-top:0}.compare-grid>div{border-right:0!important}.whatsapp-float{right:14px;bottom:14px;width:56px;height:56px}}

.benefits-reference{padding:52px 0;background:#fff}
.benefits-reference .container{width:min(1450px,calc(100% - 32px))}
.benefits-reference-image{display:block;width:100%;height:auto;object-fit:contain;margin:0 auto}
@media(max-width:600px){
  .benefits-reference{padding:30px 0}
  .benefits-reference .container{width:100%}
  .benefits-reference-image{width:100%}
}

/* CORREÇÃO DOS CARDS DE VEÍCULOS — restaurado visual branco original */
.vehicle-grid{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:16px !important;
  align-items:stretch !important;
}

.vehicle-card{
  background:#ffffff !important;
  border:1px solid #ececec !important;
  border-radius:16px !important;
  box-shadow:0 6px 18px rgba(0,0,0,.055) !important;
  overflow:hidden !important;
  display:flex !important;
  flex-direction:column !important;
  min-height:430px !important;
  transform:none !important;
}

.vehicle-card:hover{
  transform:translateY(-4px) !important;
  box-shadow:0 12px 26px rgba(0,0,0,.08) !important;
}

.vehicle-pic,
.pic{
  height:220px !important;
  min-height:220px !important;
  background:#ffffff !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
  padding:14px !important;
}

.vehicle-pic img,
.pic img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  background:#ffffff !important;
  filter:none !important;
  mix-blend-mode:normal !important;
}

.vehicle-card h3,
.vehicle-grid h3{
  margin:0 18px !important;
  padding:11px 0 !important;
  text-align:center !important;
  color:#ff4f12 !important;
  background:#ffffff !important;
  border-bottom:1px solid #ffb18f !important;
  font-size:13px !important;
  line-height:1.2 !important;
}

.vehicle-card ul,
.vehicle-grid ul{
  list-style:none !important;
  margin:0 !important;
  padding:6px 20px 18px !important;
  background:#ffffff !important;
  flex:1 !important;
}

.vehicle-card li,
.vehicle-grid li{
  font-size:11px !important;
  margin:9px 0 !important;
  color:#222 !important;
  display:flex !important;
  align-items:center !important;
}

.vehicle-card li:before,
.vehicle-grid li:before{
  content:'✓' !important;
  color:#fff !important;
  background:#ff4f12 !important;
  border-radius:50% !important;
  width:14px !important;
  height:14px !important;
  min-width:14px !important;
  display:inline-grid !important;
  place-items:center !important;
  font-size:8px !important;
  margin-right:8px !important;
}

@media(max-width:980px){
  .vehicle-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

@media(max-width:600px){
  .vehicle-grid{
    grid-template-columns:1fr !important;
  }
  .vehicle-card{
    min-height:0 !important;
  }
  .vehicle-pic,
  .pic{
    height:240px !important;
    min-height:240px !important;
  }
}

/* Referências da landing page de consultor + selo de representante autorizado */
.authorized-seal{
  display:inline-flex;align-items:center;gap:10px;margin:14px 0 2px;padding:10px 14px;
  border:1px solid #ffd1bf;border-radius:999px;background:#fff7f2;box-shadow:0 5px 16px rgba(255,79,18,.08)
}
.seal-icon{
  width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#ff4f12;color:#fff;font-weight:900
}
.authorized-seal>span:last-child{display:flex;flex-direction:column;line-height:1.05}
.authorized-seal strong{font-size:10px;letter-spacing:.4px}
.authorized-seal small{font-size:8px;color:#ff4f12;margin-top:4px;font-weight:800;letter-spacing:.7px}

.trust-reference{background:#fff;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}
.trust-reference-grid{display:grid;grid-template-columns:repeat(4,1fr);min-height:108px}
.trust-reference-grid>div{display:flex;flex-direction:column;justify-content:center;padding:18px 24px;border-right:1px solid #eee}
.trust-reference-grid>div:last-child{border-right:0}
.trust-reference-grid b{font-size:12px}
.trust-reference-grid span{font-size:9px;color:#777;margin-top:4px}

.reference-benefits{padding:72px 0;background:#fff}
.reference-head{max-width:780px;text-align:center;margin:0 auto 34px}
.reference-head small{font-size:10px;font-weight:900;color:#ff4f12}
.reference-head h2{font-size:30px;line-height:1.08;margin:8px 0 10px}
.reference-head p{font-size:12px;color:#666}
.reference-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.reference-grid article{
  padding:24px;border:1px solid #ececec;border-radius:16px;background:#fff;box-shadow:0 7px 20px rgba(0,0,0,.05);
  transition:.25s ease
}
.reference-grid article:hover{transform:translateY(-6px);box-shadow:0 16px 30px rgba(255,79,18,.10);border-color:#ffc3a8}
.ref-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:14px;background:#fff4ee;color:#ff4f12;font-size:24px;font-weight:900;margin-bottom:15px}
.reference-grid h3{font-size:14px;margin:0}
.reference-grid p{font-size:11px;color:#6d6d6d;margin:8px 0 0;line-height:1.5}

.conversion-strip{padding:64px 0 84px;background:#fff}
.conversion-inner{
  border-radius:22px;padding:36px 40px;display:flex;align-items:center;justify-content:space-between;gap:30px;
  background:linear-gradient(135deg,#fff2ea,#fff);border:1px solid #ffd3c1
}
.conversion-inner small{font-size:9px;color:#ff4f12;font-weight:900}
.conversion-inner h2{font-size:26px;line-height:1.08;margin:6px 0}
.conversion-inner p{font-size:11px;color:#666;margin:0}
.conversion-inner>a{white-space:nowrap;background:#ff4f12;color:#fff;padding:15px 20px;border-radius:9px;font-size:10px;font-weight:900}

@media(max-width:950px){
  .trust-reference-grid{grid-template-columns:repeat(2,1fr)}
  .trust-reference-grid>div:nth-child(2){border-right:0}
  .reference-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  .authorized-seal{max-width:100%;padding:9px 11px}
  .trust-reference-grid,.reference-grid{grid-template-columns:1fr}
  .trust-reference-grid>div{border-right:0;border-bottom:1px solid #eee}
  .trust-reference-grid>div:last-child{border-bottom:0}
  .conversion-inner{flex-direction:column;align-items:flex-start;padding:28px}
}

/* FUNDO BRANCO + AZUL */
body{
  background:
    radial-gradient(circle at 92% 8%, rgba(29,115,255,.10), transparent 27%),
    radial-gradient(circle at 5% 40%, rgba(0,92,204,.06), transparent 24%),
    linear-gradient(180deg,#ffffff 0%,#f5faff 38%,#ffffff 100%) !important;
}

.header{
  background:rgba(255,255,255,.94) !important;
  border-bottom:1px solid rgba(20,95,190,.10) !important;
}

.hero,
.vehicles,
.patrimony,
.reference-benefits,
.advantages,
.bottom,
.quick-sim,
.family-benefits{
  background:
    radial-gradient(circle at 85% 20%, rgba(46,126,255,.075), transparent 28%),
    linear-gradient(180deg,#ffffff 0%,#f7fbff 100%) !important;
}

.trust-reference,
.club,
.conversion-strip{
  background:linear-gradient(135deg,#ffffff 0%,#f0f7ff 100%) !important;
}

/* SELOS */
.credentials-section{
  padding:56px 0;
  background:linear-gradient(135deg,#f1f7ff 0%,#ffffff 45%,#edf5ff 100%);
  border-top:1px solid rgba(26,103,200,.10);
  border-bottom:1px solid rgba(26,103,200,.10);
}

.credentials-head{
  text-align:center;
  max-width:760px;
  margin:0 auto 28px;
}

.credentials-head small{
  color:#1765c1;
  font-size:10px;
  font-weight:900;
  letter-spacing:.7px;
}

.credentials-head h2{
  margin:8px 0 0;
  font-size:27px;
  line-height:1.1;
  color:#10223b;
}

.credentials-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
}

.credential-badge{
  min-height:96px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:16px;
  border:1px solid rgba(25,102,190,.15);
  border-radius:16px;
  background:rgba(255,255,255,.94);
  box-shadow:0 8px 22px rgba(22,90,170,.07);
  transition:.25s ease;
}

.credential-badge:hover{
  transform:translateY(-5px);
  box-shadow:0 15px 30px rgba(22,90,170,.12);
  border-color:rgba(25,102,190,.28);
}

.credential-mark{
  width:48px;
  min-width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(135deg,#0e61b7,#238ee7);
  color:#fff;
  font-size:13px;
  font-weight:900;
  letter-spacing:-.3px;
}

.credential-badge>span:last-child{
  display:flex;
  flex-direction:column;
  line-height:1.12;
}

.credential-badge strong{
  font-size:11px;
  color:#10223b;
}

.credential-badge small{
  margin-top:4px;
  font-size:8px;
  color:#6b7b8d;
}

.credential-badge.ra .credential-mark{background:linear-gradient(135deg,#1f94d2,#48b7e9)}
.credential-badge.gptw .credential-mark{background:linear-gradient(135deg,#e64035,#f26a5f)}
.credential-badge.iso .credential-mark{background:linear-gradient(135deg,#125ea8,#0b84d8)}
.credential-badge.aaapv .credential-mark{background:linear-gradient(135deg,#124d8a,#1d6db7)}

/* WHATSAPP COM TEXTO ACIMA */
.whatsapp-contact{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:2000;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:7px;
}

.whatsapp-label{
  padding:7px 11px;
  border-radius:999px;
  background:#ffffff;
  color:#14324f;
  font-size:10px;
  font-weight:800;
  box-shadow:0 7px 18px rgba(0,0,0,.12);
  border:1px solid #e7eef5;
  white-space:nowrap;
}

.whatsapp-contact .whatsapp-float{
  position:static !important;
  width:60px;
  height:60px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#25d366;
  box-shadow:0 10px 26px rgba(0,0,0,.20);
  transition:.25s;
}

.whatsapp-contact .whatsapp-float:hover{
  transform:translateY(-4px) scale(1.04);
}

.whatsapp-contact .whatsapp-float svg{
  width:35px;
  height:35px;
  fill:#fff;
}

@media(max-width:980px){
  .credentials-grid{grid-template-columns:repeat(3,1fr)}
}

@media(max-width:650px){
  .credentials-grid{grid-template-columns:1fr 1fr}
  .credentials-head h2{font-size:23px}
  .whatsapp-contact{right:12px;bottom:12px}
  .whatsapp-label{font-size:9px;padding:6px 9px}
}

@media(max-width:420px){
  .credentials-grid{grid-template-columns:1fr}
}

/* Selos enviados pelo usuário */
.official-seals .credential-badge{
  min-height:150px !important;
  padding:14px !important;
  flex-direction:column !important;
  justify-content:center !important;
  text-align:center !important;
  background:#fff !important;
}
.official-seals .credential-badge img{
  display:block !important;
  width:100% !important;
  height:92px !important;
  object-fit:contain !important;
  object-position:center !important;
  background:#fff !important;
  border-radius:8px;
}
.official-seals .credential-badge strong{
  margin-top:9px;
  font-size:11px !important;
  color:#10223b !important;
}
.official-seals .credential-badge:nth-child(5) img{
  height:76px !important;
}
@media(max-width:650px){
 .official-seals .credential-badge{min-height:135px !important}
 .official-seals .credential-badge img{height:78px !important}
}

/* AJUSTE FINAL: remover qualquer arco/risco decorativo laranja */
.hero-line{display:none!important}

/* ALTERNÂNCIA ENTRE FUNDO BRANCO E AZUL */
.hero{
  background:#ffffff !important;
}

.trust-reference{
  background:linear-gradient(135deg,#eaf4ff 0%,#dcecff 100%) !important;
}

.credentials-section{
  background:#ffffff !important;
}

.vehicles{
  background:linear-gradient(135deg,#eef6ff 0%,#dfeeff 100%) !important;
}

.benefits-section,
.benefits-reference{
  background:#ffffff !important;
}

.reference-benefits{
  background:linear-gradient(135deg,#edf6ff 0%,#dcecff 100%) !important;
}

.bottom-section,
.bottom{
  background:#ffffff !important;
}

.conversion-strip{
  background:linear-gradient(135deg,#eaf4ff 0%,#dcecff 100%) !important;
}

/* Mantém todos os cards internos brancos para preservar contraste */
.vehicle-card,
.credential-badge,
.reference-grid article,
.quote,
.conversion-inner,
.trust-reference-grid > div{
  background:#ffffff !important;
}

/* Transição visual suave entre blocos */
.hero,
.trust-reference,
.credentials-section,
.vehicles,
.benefits-reference,
.reference-benefits,
.bottom-section,
.conversion-strip{
  position:relative;
  border-top:1px solid rgba(31,94,170,.06);
}

@media(max-width:600px){
  .trust-reference,
  .vehicles,
  .reference-benefits,
  .conversion-strip{
    background:linear-gradient(180deg,#eef6ff 0%,#e4f0ff 100%) !important;
  }
}

/* FUNDO TOTALMENTE BRANCO - ajuste solicitado */
html,
body,
.header,
.hero,
.trust-reference,
.credentials-section,
.vehicles,
.patrimony,
.benefits-section,
.benefits-reference,
.reference-benefits,
.advantages,
.bottom-section,
.bottom,
.quick-sim,
.family-benefits,
.club,
.conversion-strip,
section {
  background: #ffffff !important;
  background-image: none !important;
}

/* Mantém todos os cards brancos */
.vehicle-card,
.credential-badge,
.reference-grid article,
.quote,
.conversion-inner,
.trust-reference-grid > div {
  background: #ffffff !important;
}

/* Escritórios Álamo — faixa adicionada sem alterar as seções existentes */
.office-strip{
  background:#fff !important;
  border-bottom:1px solid #f0f0f0;
  padding:10px 0;
}
.office-strip-inner{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:8px;
  align-items:stretch;
}
.office-item{
  min-height:52px;
  padding:9px 8px;
  border:1px solid #ececec;
  border-radius:10px;
  background:#fff;
  display:flex;
  flex-direction:column;
  justify-content:center;
  text-align:center;
  box-shadow:0 3px 10px rgba(0,0,0,.035);
}
.office-item strong{
  color:var(--orange);
  text-transform:uppercase;
  font-size:8px;
  letter-spacing:.7px;
}
.office-item span{
  margin-top:3px;
  color:#10223b;
  font-size:10px;
  font-weight:800;
  white-space:nowrap;
}
.office-matriz{border-color:#ffc5ad}
.footer-privacy{display:inline-block;margin-top:7px;color:#777;text-decoration:underline}

/* CTA explicativo acima do botão flutuante do WhatsApp */
.whatsapp-label{
  text-align:center;
  line-height:1.15;
  font-weight:900 !important;
}

@media(max-width:980px){
  .office-strip-inner{
    display:flex;
    overflow-x:auto;
    gap:8px;
    padding-bottom:2px;
    scrollbar-width:thin;
  }
  .office-item{min-width:150px}
}


/* Ajustes técnicos finais para publicação */
.privacy a{color:inherit;text-decoration:underline;text-underline-offset:2px}
:focus-visible{outline:3px solid rgba(255,92,20,.45);outline-offset:3px}
img{max-width:100%}
