@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Inter:wght@400;500;600;700&family=Jost:wght@500;600&family=Amiri:wght@400;700&display=swap');

:root{
  --bg-deep:#0c0b09;
  --bg-panel:#141210;
  --bg-panel-2:#1b1814;
  --gold:#cda45e;
  --gold-bright:#e8c988;
  --gold-deep:#8a6a35;
  --cream:#ece5d6;
  --muted:#9a927e;
  --line:rgba(205,164,94,0.22);
  --line-soft:rgba(205,164,94,0.12);
  --maroon:#5c3320;
}
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{
  background:var(--bg-deep);
  color:var(--cream);
  font-family:'Inter',sans-serif;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{max-width:100%; display:block;}
a{color:inherit; text-decoration:none;}
.wrap{max-width:1140px; margin:0 auto; padding:0 24px;}
.eyebrow{
  font-family:'Jost',sans-serif;
  font-weight:600;
  font-size:12.5px;
  letter-spacing:0.22em;
  text-transform:uppercase;
  color:var(--gold);
}
h1,h2,h3{
  font-family:'Marcellus',serif;
  font-weight:400;
  color:var(--gold-bright);
  letter-spacing:0.01em;
}
h2{font-size:34px; line-height:1.25;}
p{color:var(--muted);}
.btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-family:'Jost',sans-serif;
  font-weight:600;
  font-size:13px;
  letter-spacing:0.08em;
  text-transform:uppercase;
  padding:14px 26px;
  border-radius:2px;
  border:1px solid var(--gold);
  color:var(--gold-bright);
  transition:background .25s ease, color .25s ease;
  white-space:nowrap;
  cursor:pointer;
  background:none;
}
.btn:hover{background:var(--gold); color:#141210;}
.btn.solid{background:var(--gold); color:#141210;}
.btn.solid:hover{background:var(--gold-bright); border-color:var(--gold-bright);}

/* scroll progress bar */
.scroll-progress{
  position:fixed; top:0; left:0; height:2px; width:0%;
  background:linear-gradient(90deg, var(--gold-deep), var(--gold-bright));
  z-index:100;
  transition:width .05s linear;
}

/* divider: geometric star frieze */
.frieze{
  height:26px;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='26' viewBox='0 0 52 26'><g fill='none' stroke='%23cda45e' stroke-width='0.7' opacity='0.55'><path d='M26 3 L34 13 L26 23 L18 13 Z'/><path d='M0 13 L8 5 M0 13 L8 21 M52 13 L44 5 M52 13 L44 21'/></g></svg>");
  background-repeat:repeat-x;
  background-position:center;
  transform:scaleX(0);
  transform-origin:center;
  transition:transform 1s cubic-bezier(.16,.8,.3,1);
}
.frieze.is-visible{transform:scaleX(1);}

/* header */
header{
  position:sticky; top:0; z-index:50;
  background:rgba(12,11,9,0.88);
  backdrop-filter:blur(6px);
  border-bottom:1px solid var(--line-soft);
}
.nav{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 24px;
}
.nav-logo{display:flex; align-items:center; gap:10px;}
.nav-logo img{height:60px; width:auto;}
.nav-links{display:flex; align-items:center; gap:34px;}
.nav-links a{
  font-family:'Jost',sans-serif;
  font-size:13px;
  letter-spacing:0.06em;
  text-transform:uppercase;
  color:var(--cream);
  opacity:0.85;
  position:relative;
  padding-bottom:4px;
}
.nav-links a::after{
  content:'';
  position:absolute; left:0; bottom:0; height:1px; width:0;
  background:var(--gold-bright);
  transition:width .25s ease;
}
.nav-links a:hover{opacity:1; color:var(--gold-bright);}
.nav-links a:hover::after, .nav-links a.active::after{width:100%;}
.nav-links a.active{opacity:1; color:var(--gold-bright);}
.nav-cta{display:flex; align-items:center; gap:18px;}
.burger{display:none; flex-direction:column; gap:5px; cursor:pointer; background:none; border:none; padding:6px;}
.burger span{width:22px; height:1.5px; background:var(--gold);}
.mobile-menu{display:none; flex-direction:column; padding:8px 24px 20px; border-top:1px solid var(--line-soft);}
.mobile-menu a{
  padding:12px 0; font-family:'Jost',sans-serif; font-size:14px; letter-spacing:0.05em;
  text-transform:uppercase; border-bottom:1px solid var(--line-soft); color:var(--cream);
}

/* hero */
.hero{
  position:relative;
  padding:96px 24px 80px;
  text-align:center;
  overflow:hidden;
  background:
    radial-gradient(ellipse at 50% -10%, rgba(205,164,94,0.10), transparent 55%),
    var(--bg-deep);
}
.hero-logo-wrap{margin:0 auto 20px;}
.hero-logo-wrap img{width:460px; max-width:100%; height:auto; margin:0 auto; will-change:transform;}
.hero-logo{width:460px; max-width:100%; height:auto; margin:0 auto 20px; will-change:transform;}
.hero h1{
  font-size:48px;
  max-width:780px;
  margin:0 auto 20px;
  line-height:1.2;
}
.hero p.lead{
  max-width:560px; margin:0 auto 34px; font-size:16.5px;
}
.hero-ctas{display:flex; gap:16px; justify-content:center; flex-wrap:wrap;}

/* page header (for estoque page) */
.page-header{
  padding:70px 24px 50px;
  text-align:center;
  background:radial-gradient(ellipse at 50% -10%, rgba(205,164,94,0.09), transparent 55%);
}
.page-header h1{font-size:40px; margin:10px auto 14px;}
.page-header p{max-width:520px; margin:0 auto;}

/* section spacing */
section{padding:78px 0;}
.section-head{max-width:640px; margin-bottom:46px;}
.section-head.center{margin-left:auto; margin-right:auto; text-align:center;}
.section-head h2{margin-top:10px;}
.section-foot-link{margin-top:44px; text-align:center;}

/* reveal-on-scroll */
.reveal{
  opacity:0;
  transform:translateY(28px);
  transition:opacity .7s cubic-bezier(.16,.8,.3,1), transform .7s cubic-bezier(.16,.8,.3,1);
}
.reveal.is-visible{opacity:1; transform:translateY(0);}
.reveal-stagger.is-visible > *{opacity:1; transform:translateY(0);}
.reveal-stagger > *{
  opacity:0; transform:translateY(24px);
  transition:opacity .6s cubic-bezier(.16,.8,.3,1), transform .6s cubic-bezier(.16,.8,.3,1);
}
.reveal-stagger > *:nth-child(1){transition-delay:.02s;}
.reveal-stagger > *:nth-child(2){transition-delay:.10s;}
.reveal-stagger > *:nth-child(3){transition-delay:.18s;}
.reveal-stagger > *:nth-child(4){transition-delay:.26s;}
.reveal-stagger > *:nth-child(5){transition-delay:.34s;}
.reveal-stagger > *:nth-child(6){transition-delay:.42s;}
.reveal-stagger > *:nth-child(7){transition-delay:.50s;}
.reveal-stagger > *:nth-child(8){transition-delay:.58s;}
.reveal-stagger > *:nth-child(9){transition-delay:.66s;}

/* inventory */
.grid-cars{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:22px;
}
.car-card{
  background:var(--bg-panel);
  border:1px solid var(--line-soft);
  border-radius:4px;
  overflow:hidden;
  transition:border-color .25s ease, transform .25s ease;
}
.car-card:hover{border-color:var(--line); transform:translateY(-5px);}
.car-art{
  position:relative;
  height:150px;
  background:
    linear-gradient(180deg, rgba(205,164,94,0.07), transparent 60%),
    var(--bg-panel-2);
  display:flex; align-items:center; justify-content:center;
}
.car-tag{
  position:absolute; top:12px; left:12px;
  font-family:'Jost',sans-serif; font-size:10.5px; letter-spacing:0.08em; text-transform:uppercase;
  background:rgba(205,164,94,0.14); color:var(--gold-bright);
  padding:5px 10px; border-radius:2px; border:1px solid var(--line);
}
.fipe-badge{
  top:auto; bottom:12px; left:12px;
  background:rgba(12,11,9,0.75); border-color:var(--gold-deep);
}
.car-info{padding:20px 20px 22px;}
.car-info h3{font-size:19px; margin-bottom:4px;}
.car-info .spec{font-size:13px; color:var(--muted); margin-bottom:14px;}
.car-price-row{display:flex; align-items:center; justify-content:space-between;}
.car-price{font-family:'Marcellus',serif; font-size:21px; color:var(--gold-bright);}
.car-link{font-family:'Jost',sans-serif; font-size:12px; letter-spacing:0.06em; text-transform:uppercase; color:var(--gold); border-bottom:1px solid var(--gold-deep); padding-bottom:2px;}

/* filter chips (estoque page) */
.filters{
  display:flex; gap:10px; flex-wrap:wrap; margin-bottom:38px;
}
.filter-chip{
  font-family:'Jost',sans-serif; font-size:12px; letter-spacing:0.06em; text-transform:uppercase;
  padding:9px 18px; border:1px solid var(--line); border-radius:20px; color:var(--muted);
  cursor:pointer; transition:all .2s ease; background:none;
}
.filter-chip:hover{color:var(--gold-bright); border-color:var(--gold);}
.filter-chip.active{background:var(--gold); color:#141210; border-color:var(--gold);}
.car-card.hidden{display:none;}

/* stats strip */
.stats{
  background:var(--bg-panel);
  border-top:1px solid var(--line-soft);
  border-bottom:1px solid var(--line-soft);
}
.stats-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:20px;
  text-align:center;
}
.stat-num{
  font-family:'Marcellus',serif;
  font-size:44px;
  color:var(--gold-bright);
  line-height:1;
  margin-bottom:10px;
}
.stat-label{
  font-family:'Jost',sans-serif; font-size:12px; letter-spacing:0.08em; text-transform:uppercase; color:var(--muted);
}

/* about */
.about{
  background:var(--bg-panel);
  border-top:1px solid var(--line-soft);
  border-bottom:1px solid var(--line-soft);
}
.about-grid{
  display:grid;
  grid-template-columns:1.05fr 0.95fr;
  gap:64px;
  align-items:center;
}
.about-copy p{margin-bottom:16px; font-size:15.5px;}
.about-copy .signature-line{
  margin-top:26px; padding-top:20px; border-top:1px solid var(--line-soft);
  font-family:'Jost',sans-serif; font-size:12.5px; letter-spacing:0.06em; color:var(--gold);
  text-transform:uppercase;
}
.about-visual{
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  text-align:center;
  border:1px solid var(--line);
  border-radius:4px;
  padding:50px 30px;
  background:radial-gradient(ellipse at center, rgba(205,164,94,0.08), transparent 70%);
}
.arabic-word{
  font-family:'Amiri',serif;
  font-size:76px;
  color:var(--gold-bright);
  line-height:1;
  margin-bottom:18px;
}
.about-visual .translit{font-family:'Marcellus',serif; font-size:20px; color:var(--cream); margin-bottom:8px;}
.about-visual .meaning{font-family:'Jost',sans-serif; font-size:12px; letter-spacing:0.14em; text-transform:uppercase; color:var(--gold);}

/* diferenciais */
.grid-diff{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:20px;
}
.diff-card{
  padding:28px 22px;
  border:1px solid var(--line-soft);
  border-radius:4px;
  transition:border-color .25s ease, transform .25s ease;
}
.diff-card:hover{border-color:var(--line); transform:translateY(-4px);}
.diff-num{
  font-family:'Marcellus',serif; font-size:15px; color:var(--gold-deep); margin-bottom:14px;
}
.diff-card h3{font-size:17px; margin-bottom:10px;}
.diff-card p{font-size:14px;}

/* contact */
.contact{
  background:
    radial-gradient(ellipse at 50% 0%, rgba(205,164,94,0.09), transparent 55%),
    var(--bg-deep);
  text-align:center;
}
.contact .section-head{margin:0 auto 34px; text-align:center;}
.contact-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:22px;
  max-width:820px;
  margin:44px auto 0;
  text-align:left;
}
.contact-item{
  border:1px solid var(--line-soft); border-radius:4px; padding:22px;
  transition:border-color .25s ease, transform .25s ease;
}
.contact-item:hover{border-color:var(--line); transform:translateY(-4px);}
.contact-item .eyebrow{display:block; margin-bottom:8px;}
.contact-item p{font-size:14px; color:var(--cream); opacity:0.85;}

/* footer */
footer{
  border-top:1px solid var(--line-soft);
  padding:40px 0 30px;
}
.footer-row{
  display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:20px;
}
.footer-logo{display:flex; align-items:center; gap:10px;}
.footer-logo img{height:52px; width:auto;}
.footer-links{display:flex; gap:26px; flex-wrap:wrap;}
.footer-links a{font-family:'Jost',sans-serif; font-size:12.5px; letter-spacing:0.05em; text-transform:uppercase; color:var(--muted);}
.footer-links a:hover{color:var(--gold-bright);}
.footer-copy{font-size:12px; color:var(--muted); margin-top:26px; text-align:center;}

/* whatsapp float */
.wa-float{
  position:fixed; bottom:22px; right:22px; z-index:60;
  width:56px; height:56px; border-radius:50%;
  background:var(--gold);
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 6px 18px rgba(0,0,0,0.45);
  animation:wa-pulse 2.6s ease-in-out infinite;
}
@keyframes wa-pulse{
  0%,100%{box-shadow:0 6px 18px rgba(0,0,0,0.45), 0 0 0 0 rgba(205,164,94,0.35);}
  50%{box-shadow:0 6px 18px rgba(0,0,0,0.45), 0 0 0 10px rgba(205,164,94,0);}
}
.wa-float svg{width:26px; height:26px;}

/* reduced motion */
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto;}
  .reveal, .reveal-stagger > *, .frieze{transition:none !important; opacity:1 !important; transform:none !important;}
  .wa-float{animation:none;}
}

/* responsive */
@media (max-width:860px){
  .nav-links, .nav-cta .btn.ghost{display:none;}
  .burger{display:flex;}
  .mobile-menu.open{display:flex;}
  .hero h1{font-size:34px;}
  .grid-cars{grid-template-columns:repeat(2,1fr);}
  .about-grid{grid-template-columns:1fr; gap:40px;}
  .grid-diff{grid-template-columns:repeat(2,1fr);}
  .contact-grid{grid-template-columns:1fr;}
  .stats-grid{grid-template-columns:repeat(2,1fr); gap:32px;}
}
@media (max-width:520px){
  .grid-cars{grid-template-columns:1fr;}
  .grid-diff{grid-template-columns:1fr;}
  .hero{padding:70px 20px 56px;}
  .hero h1{font-size:28px;}
  h2{font-size:26px;}
  .hero-logo-wrap img{max-width:320px;}
  .hero-logo{max-width:320px;}
  .footer-row{flex-direction:column; align-items:flex-start;}
  .page-header h1{font-size:30px;}
}

/* ===================== NEW: toolbar (search + sort) ===================== */
.toolbar{
  display:flex; gap:14px; flex-wrap:wrap; align-items:center;
  margin-bottom:22px;
}
.search-box{
  position:relative; flex:1; min-width:220px;
}
.search-box input{
  width:100%;
  background:var(--bg-panel);
  border:1px solid var(--line-soft);
  color:var(--cream);
  font-family:'Inter',sans-serif;
  font-size:14px;
  padding:12px 16px 12px 40px;
  border-radius:4px;
  outline:none;
  transition:border-color .2s ease;
}
.search-box input:focus{border-color:var(--gold);}
.search-box input::placeholder{color:var(--muted);}
.search-box svg{
  position:absolute; left:14px; top:50%; transform:translateY(-50%);
  width:16px; height:16px; stroke:var(--muted); pointer-events:none;
}
.sort-select{
  background:var(--bg-panel);
  border:1px solid var(--line-soft);
  color:var(--cream);
  font-family:'Jost',sans-serif;
  font-size:12.5px;
  letter-spacing:0.04em;
  padding:12px 14px;
  border-radius:4px;
  outline:none;
  cursor:pointer;
}
.results-count{
  font-family:'Jost',sans-serif; font-size:12px; letter-spacing:0.04em; color:var(--muted);
  margin-bottom:20px;
}
.no-results{
  text-align:center; padding:50px 20px; color:var(--muted); font-size:14px;
  border:1px dashed var(--line); border-radius:6px;
}

/* ===================== NEW: favorite + compare on card ===================== */
.car-card{position:relative;}
.card-tools{
  position:absolute; top:10px; right:10px; z-index:2;
  display:flex; gap:6px;
}
.fav-btn{
  width:32px; height:32px; border-radius:50%;
  background:rgba(12,11,9,0.55);
  border:1px solid var(--line);
  display:flex; align-items:center; justify-content:center;
  cursor:pointer; transition:background .2s ease, transform .15s ease;
}
.fav-btn:hover{transform:scale(1.08);}
.fav-btn svg{width:15px; height:15px; stroke:var(--gold-bright); fill:none; transition:fill .2s ease;}
.fav-btn.active svg{fill:var(--gold-bright);}
.compare-pill{
  display:flex; align-items:center; gap:6px;
  font-family:'Jost',sans-serif; font-size:11px; letter-spacing:0.04em; text-transform:uppercase;
  color:var(--cream); cursor:pointer; user-select:none;
  margin-top:10px;
}
.compare-pill input{accent-color:var(--gold); width:14px; height:14px; cursor:pointer;}
.car-card-clickable{cursor:pointer;}

/* compare bar */
.compare-bar{
  position:fixed; left:50%; bottom:22px; transform:translate(-50%, 140%);
  background:var(--bg-panel-2);
  border:1px solid var(--line);
  border-radius:8px;
  padding:14px 18px;
  display:flex; align-items:center; gap:16px;
  box-shadow:0 10px 30px rgba(0,0,0,0.5);
  z-index:70;
  transition:transform .35s cubic-bezier(.16,.8,.3,1);
  max-width:92vw;
  flex-wrap:wrap;
}
.compare-bar.show{transform:translate(-50%, 0);}
.compare-bar .cmp-label{font-family:'Jost',sans-serif; font-size:12px; letter-spacing:0.05em; text-transform:uppercase; color:var(--muted);}
.compare-bar .cmp-chips{display:flex; gap:8px; flex-wrap:wrap;}
.cmp-chip{
  background:rgba(205,164,94,0.12); border:1px solid var(--line); border-radius:14px;
  padding:5px 10px; font-size:12px; color:var(--gold-bright); display:flex; align-items:center; gap:6px;
}
.cmp-chip button{background:none; border:none; color:var(--muted); cursor:pointer; font-size:13px; line-height:1;}

/* ===================== NEW: modal ===================== */
.modal-overlay{
  position:fixed; inset:0; background:rgba(6,5,4,0.82);
  z-index:90; display:none; align-items:flex-start; justify-content:center;
  padding:40px 16px; overflow-y:auto;
  backdrop-filter:blur(3px);
}
.modal-overlay.open{display:flex;}
.modal{
  background:var(--bg-panel); border:1px solid var(--line);
  border-radius:8px; max-width:820px; width:100%;
  padding:28px 26px 32px; position:relative;
  animation:modal-in .3s cubic-bezier(.16,.8,.3,1);
}
@keyframes modal-in{from{opacity:0; transform:translateY(16px);} to{opacity:1; transform:translateY(0);}}
.modal-close{
  position:absolute; top:16px; right:16px;
  width:34px; height:34px; border-radius:50%;
  background:var(--bg-panel-2); border:1px solid var(--line-soft);
  color:var(--cream); font-size:18px; cursor:pointer;
  display:flex; align-items:center; justify-content:center;
}
.modal-close:hover{border-color:var(--gold);}

/* gallery */
.gallery{
  background:var(--bg-panel-2); border:1px solid var(--line-soft); border-radius:6px;
  height:440px; display:flex; align-items:center; justify-content:center;
  position:relative; margin-bottom:10px;
  overflow:hidden;
}
#galleryStage{
  width:100%; height:100%; display:flex; align-items:center; justify-content:center;
}
@media (max-width:600px){
  .gallery{height:280px;}
}
.gallery-nav{
  position:absolute; top:50%; transform:translateY(-50%);
  width:34px; height:34px; border-radius:50%;
  background:rgba(12,11,9,0.6); border:1px solid var(--line);
  display:flex; align-items:center; justify-content:center; cursor:pointer;
}
.gallery-nav.prev{left:10px;} .gallery-nav.next{right:10px;}
.gallery-nav svg{width:14px; height:14px; stroke:var(--gold-bright);}
.gallery-dots{display:flex; gap:6px; justify-content:center; margin-bottom:6px;}
.gallery-dots span{width:6px; height:6px; border-radius:50%; background:var(--line); cursor:pointer;}
.gallery-dots span.active{background:var(--gold);}
.gallery-label{text-align:center; font-family:'Jost',sans-serif; font-size:11px; letter-spacing:0.06em; text-transform:uppercase; color:var(--muted); margin-bottom:22px;}

.modal-title-row{display:flex; align-items:flex-start; justify-content:space-between; gap:16px; flex-wrap:wrap; margin-bottom:6px;}
.modal-title-row h2{font-size:26px;}
.modal-price{font-family:'Marcellus',serif; font-size:24px; color:var(--gold-bright); white-space:nowrap;}
.modal-spec-line{font-size:13px; color:var(--muted); margin-bottom:18px;}
.modal-desc{font-size:14.5px; margin-bottom:20px;}
.specs-list{list-style:none; display:grid; grid-template-columns:1fr 1fr; gap:8px 20px; margin-bottom:26px;}
.specs-list li{font-size:13.5px; color:var(--cream); opacity:0.85; padding-left:16px; position:relative;}
.specs-list li::before{content:'—'; position:absolute; left:0; color:var(--gold-deep);}

/* finance calc */
.finance-box{
  border:1px solid var(--line-soft); border-radius:6px; padding:18px 20px; margin-bottom:24px;
  background:rgba(205,164,94,0.04);
}
.finance-box .eyebrow{display:block; margin-bottom:14px;}
.finance-row{display:flex; gap:14px; flex-wrap:wrap; margin-bottom:14px;}
.finance-field{flex:1; min-width:140px;}
.finance-field label{display:block; font-family:'Jost',sans-serif; font-size:11px; letter-spacing:0.05em; text-transform:uppercase; color:var(--muted); margin-bottom:6px;}
.finance-field input, .finance-field select{
  width:100%; background:var(--bg-panel); border:1px solid var(--line-soft); color:var(--cream);
  padding:10px 12px; border-radius:4px; font-family:'Inter',sans-serif; font-size:14px; outline:none;
}
.finance-field input:focus, .finance-field select:focus{border-color:var(--gold);}
.finance-result{
  display:flex; align-items:baseline; gap:8px; padding-top:12px; border-top:1px solid var(--line-soft);
}
.finance-result .num{font-family:'Marcellus',serif; font-size:26px; color:var(--gold-bright);}
.finance-note{font-size:11.5px; color:var(--muted); margin-top:10px; line-height:1.5;}

.modal-actions{display:flex; gap:10px; flex-wrap:wrap;}
.modal-actions .btn svg{width:14px; height:14px;}

/* compare modal table */
.compare-table-wrap{overflow-x:auto;}
.compare-table{width:100%; border-collapse:collapse; min-width:480px;}
.compare-table th, .compare-table td{
  text-align:left; padding:12px 14px; border-bottom:1px solid var(--line-soft); font-size:13.5px;
}
.compare-table th{
  font-family:'Marcellus',serif; font-size:16px; color:var(--gold-bright); font-weight:400;
}
.compare-table td.label{font-family:'Jost',sans-serif; font-size:11px; letter-spacing:0.05em; text-transform:uppercase; color:var(--muted); white-space:nowrap;}
.compare-table td.price{color:var(--gold-bright); font-family:'Marcellus',serif; font-size:16px;}

@media (max-width:600px){
  .modal{padding:22px 16px 26px;}
  .specs-list{grid-template-columns:1fr;}
  .modal-title-row h2{font-size:22px;}
  .compare-bar{flex-direction:column; align-items:stretch; text-align:center;}
}

/* ===================== NEW: color swatch + finish line ===================== */
.color-dot{
  display:inline-block; width:11px; height:11px; border-radius:50%;
  border:1px solid rgba(236,229,214,0.35);
  vertical-align:middle; margin-right:7px;
}
.compare-table td .color-dot{margin-right:8px;}
.modal-finish-line{
  display:flex; align-items:center; gap:6px;
  font-size:13.5px; color:var(--cream); opacity:0.85;
  margin-bottom:16px;
}
.card-finish{
  display:flex; align-items:center; gap:6px;
  font-size:12px; color:var(--muted); margin-top:6px;
}

/* ===================== NEW: contact form ===================== */
.contact-form{
  max-width:560px; margin:0 auto 30px; text-align:left;
  border:1px solid var(--line-soft); border-radius:6px; padding:26px 24px;
  background:rgba(205,164,94,0.03);
}
.contact-form .finance-field label{color:var(--muted);}
.contact-form textarea{
  width:100%; background:var(--bg-panel); border:1px solid var(--line-soft); color:var(--cream);
  padding:10px 12px; border-radius:4px; font-family:'Inter',sans-serif; font-size:14px; outline:none; resize:vertical;
}
.contact-form textarea:focus{border-color:var(--gold);}
.contact-form .btn{margin-right:10px; margin-top:4px;}

/* ===================== NEW: banner carousel (home) ===================== */
.banner-carousel{position:relative; overflow:hidden; border-radius:8px; border:1px solid var(--line-soft); margin-bottom:10px;}
.banner-slide{
  display:none; position:relative; min-height:260px;
  background-size:cover; background-position:center;
  align-items:flex-end;
}
.banner-slide.active{display:flex;}
.banner-slide::before{
  content:''; position:absolute; inset:0;
  background:linear-gradient(0deg, rgba(6,5,4,0.88), rgba(6,5,4,0.15) 60%);
}
.banner-slide-content{position:relative; padding:28px; z-index:1;}
.banner-slide-content h3{font-size:24px; margin-bottom:6px;}
.banner-slide-content p{color:var(--cream); opacity:0.85; margin-bottom:14px; font-size:14px;}
.banner-dots{display:flex; gap:6px; justify-content:center; padding:12px 0;}
.banner-dots span{width:7px; height:7px; border-radius:50%; background:var(--line); cursor:pointer;}
.banner-dots span.active{background:var(--gold);}

/* ===================== NEW: FIPE comparison ===================== */
#fipeBox{margin-top:0;}
.fipe-loading{font-size:13px; color:var(--muted);}
.fipe-error{font-size:13px; color:var(--muted);}
.fipe-result-row{display:flex; align-items:baseline; justify-content:space-between; margin-bottom:8px; flex-wrap:wrap; gap:6px;}
.fipe-result-row .fipe-label{font-size:13px; color:var(--muted);}
.fipe-result-row .fipe-num{font-family:'Marcellus',serif; font-size:22px; color:var(--gold-bright);}
.fipe-model-name{font-size:12.5px; color:var(--muted); margin-bottom:10px;}
.fipe-diff{font-size:13px; padding:8px 12px; border-radius:4px; border:1px solid var(--line-soft); margin-bottom:6px;}
.fipe-diff.good{color:var(--gold-bright); border-color:var(--line);}
.fipe-diff.warn{color:var(--cream); border-color:var(--maroon);}

/* ===================== NEW: quiz de recomendação ===================== */
.quiz-cta{
  border:1px solid var(--line); border-radius:6px; padding:20px 24px;
  display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap;
  background:radial-gradient(ellipse at left, rgba(205,164,94,0.08), transparent 70%);
  margin-bottom:24px;
}
.quiz-cta p{color:var(--cream); font-size:14.5px; margin:0;}
.quiz-cta strong{color:var(--gold-bright); font-family:'Marcellus',serif; font-weight:400; font-size:17px; display:block; margin-bottom:2px;}
.quiz-progress{display:flex; gap:6px; margin-bottom:20px;}
.quiz-progress span{height:3px; flex:1; background:var(--line-soft); border-radius:2px;}
.quiz-progress span.active{background:var(--gold);}
.quiz-question{font-size:22px; margin-bottom:20px;}
.quiz-options{display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-bottom:24px;}
.quiz-option-btn{
  background:var(--bg-panel-2); border:1px solid var(--line-soft); color:var(--cream);
  padding:16px 14px; border-radius:6px; font-family:'Inter',sans-serif; font-size:14px; text-align:left;
  cursor:pointer; transition:border-color .2s ease, background .2s ease;
}
.quiz-option-btn:hover{border-color:var(--gold);}
.quiz-option-btn.active{border-color:var(--gold); background:rgba(205,164,94,0.12); color:var(--gold-bright);}
.quiz-nav{display:flex; justify-content:flex-start;}
.quiz-results-grid{display:grid; grid-template-columns:1fr 1fr 1fr; gap:14px; margin-bottom:22px;}
.quiz-result-card{border:1px solid var(--line-soft); border-radius:6px; overflow:hidden; cursor:pointer; transition:border-color .2s ease;}
.quiz-result-card:hover{border-color:var(--gold);}
.quiz-result-art{height:90px; background:var(--bg-panel-2); display:flex; align-items:center; justify-content:center; padding:8px;}
.quiz-result-info{padding:10px 12px;}
.quiz-result-info h4{font-size:14px; color:var(--gold-bright); font-weight:500; margin-bottom:4px;}
.quiz-result-info p{font-size:11.5px; color:var(--muted);}
@media (max-width:600px){
  .quiz-options{grid-template-columns:1fr;}
  .quiz-results-grid{grid-template-columns:1fr;}
}

/* ===================== NEW: alerta de carro novo ===================== */
.alert-box{
  border:1px solid var(--line-soft); border-radius:6px; padding:24px 26px; margin-top:44px;
  background:rgba(205,164,94,0.03);
}
.alert-box .eyebrow{display:block; margin-bottom:6px;}
.alert-box h3{font-size:20px; margin-bottom:6px;}
.alert-box p.desc{font-size:14px; margin-bottom:18px;}
.alert-row{display:flex; gap:14px; flex-wrap:wrap; margin-bottom:14px;}
.alert-row .finance-field{flex:1; min-width:160px;}

/* ===================== NEW: custo total estimado (IPVA + documentacao) ===================== */
.doc-cost-list{list-style:none; margin-bottom:14px;}
.doc-cost-list li{
  display:flex; justify-content:space-between; align-items:baseline;
  font-size:13.5px; color:var(--cream); opacity:0.85; padding:6px 0;
  border-bottom:1px solid var(--line-soft);
}
.doc-cost-list li:last-child{border-bottom:none;}
.doc-cost-list li span:last-child{color:var(--gold-bright); font-family:'Marcellus',serif; font-size:15px;}
