
:root{--navy:#071a30;--blue:#0d5aa7;--gold:#ffba08;--gold2:#f59e0b;--ink:#142034;--muted:#64748b;--line:#d9e3ee;--bg:#f5f8fc;--card:#fff;--ok:#047857;--shadow:0 18px 50px rgba(7,26,48,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:var(--bg);color:var(--ink);line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.skip{position:absolute;left:-999px}.skip:focus{left:14px;top:14px;z-index:99;background:#fff;padding:10px;border-radius:10px}.container{width:min(1180px,92vw);margin:auto}.topbar{background:var(--navy);color:#e9f2ff;font-size:13px}.topbar .container{display:flex;justify-content:space-between;gap:16px;padding:9px 0;align-items:center}.topbar a{font-weight:800;color:#fff}.header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 0}.logo{display:flex;align-items:center;gap:12px;font-weight:950}.logo img{width:132px;height:auto}.logo span{display:grid;line-height:1.08}.logo small{font-size:12px;letter-spacing:.12em;color:var(--muted);text-transform:uppercase}.nav{display:flex;gap:4px;align-items:center}.nav a{font-size:14px;font-weight:850;color:#23324a;padding:10px 11px;border-radius:12px}.nav a:hover,.nav a.active{background:#edf5ff;color:var(--blue)}.menu-toggle{display:none;border:0;background:var(--navy);color:#fff;border-radius:14px;padding:11px 13px;font-size:22px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:15px;padding:13px 18px;font-weight:950;min-height:48px;cursor:pointer;transition:.18s ease;box-shadow:0 1px 0 rgba(7,26,48,.03)}.btn:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(7,26,48,.10)}.btn.primary{background:linear-gradient(135deg,var(--blue),#073b73);border-color:#0c4c8b;color:#fff}.btn.gold{background:linear-gradient(135deg,var(--gold),var(--gold2));border-color:#eea006;color:#171717}.btn.block{width:100%}.hero{overflow:hidden;background:radial-gradient(circle at 15% 10%,rgba(255,186,8,.23),transparent 28%),linear-gradient(135deg,#081b32,#0a315c 57%,#0c5fa8);color:#fff}.hero .container{display:grid;grid-template-columns:1fr .9fr;gap:52px;align-items:center;padding:72px 0}.eyebrow{margin:0 0 12px;font-weight:950;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-size:13px}.hero h1,.page-hero h1{font-size:clamp(40px,6vw,78px);line-height:.98;margin:0 0 18px;letter-spacing:-.055em}.lead{font-size:clamp(17px,2vw,22px);color:#d7e7f8;max-width:780px}.hero .lead{color:#e8f2ff}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.trust-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:28px}.trust-strip div{padding:14px;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:rgba(255,255,255,.08)}.trust-strip b{display:block;font-size:22px}.hero-card{background:#fff;border-radius:34px;padding:14px;box-shadow:0 30px 90px rgba(0,0,0,.28)}.hero-card img{border-radius:26px}.section{padding:64px 0}.section.tight{padding:42px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px}.section-head h2,.content h2{font-size:clamp(28px,4vw,44px);line-height:1;margin:0}.section-head p{color:var(--muted);max-width:620px}.filter-panel,.card,.vehicle-card,.detail-card,.modal-card,.contact-box,.faq details{background:var(--card);border:1px solid var(--line);border-radius:26px;box-shadow:var(--shadow)}.filter-panel{padding:22px}.filter-form{display:grid;grid-template-columns:repeat(7,minmax(120px,1fr));gap:12px;align-items:end}.field label{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:950;color:#40516a;margin:0 0 6px}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:14px;padding:13px 14px;background:#fff;color:var(--ink);font:inherit;min-height:48px}textarea{min-height:140px;resize:vertical}.result-count{font-weight:950;color:var(--blue)}.vehicle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.vehicle-card{overflow:hidden}.vehicle-media{position:relative;background:#e9f1fb}.vehicle-media img{width:100%;aspect-ratio:16/10;object-fit:cover}.tag{position:absolute;left:14px;top:14px;background:#ecfdf5;color:var(--ok);font-weight:950;padding:7px 11px;border-radius:999px;font-size:12px}.vehicle-body{padding:20px}.vehicle-body h3{font-size:21px;line-height:1.18;margin:8px 0 8px;min-height:50px}.meta{color:var(--muted);font-size:14px;font-weight:780}.price{font-size:23px;font-weight:950;color:var(--blue);margin:12px 0}.card-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.benefit-grid,.steps-grid,.stats-grid,.quote-grid{display:grid;gap:18px}.benefit-grid{grid-template-columns:repeat(4,1fr)}.steps-grid{grid-template-columns:repeat(4,1fr)}.quote-grid{grid-template-columns:repeat(3,1fr)}.stats-grid{grid-template-columns:repeat(4,1fr)}.card{padding:24px}.icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:#edf5ff;color:var(--blue);font-weight:950;font-size:22px}.card h3{margin:15px 0 8px}.card p,.content p,.content li{color:#536279}.stats-grid b{font-size:40px;color:var(--blue);display:block;letter-spacing:-.04em}.cta-band{background:linear-gradient(135deg,var(--navy),var(--blue));color:#fff;border-radius:34px;padding:42px;margin-top:16px;display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center}.cta-band h2{font-size:clamp(30px,4vw,48px);margin:0;line-height:1}.cta-band p{color:#dbeafe}.page-hero{background:linear-gradient(135deg,#f8fbff,#eaf3ff);border-bottom:1px solid var(--line)}.page-hero .container{padding:62px 0}.page-hero .eyebrow{color:var(--blue)}.page-hero .lead{color:var(--muted)}.content{font-size:18px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:22px}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:24px}.contact-box{padding:26px}.contact-item{display:flex;gap:12px;border-bottom:1px solid var(--line);padding:14px 0}.contact-item:last-child{border-bottom:0}.big-link{font-size:22px;font-weight:950;color:var(--blue)}.detail-layout{display:grid;grid-template-columns:1.35fr .75fr;gap:24px}.detail-card{padding:24px}.detail-img{border-radius:24px;width:100%;background:#e8f1fb}.spec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0}.spec{background:#f8fbff;border:1px solid var(--line);border-radius:16px;padding:14px}.spec small{display:block;color:var(--muted);font-weight:800}.spec b{font-size:18px}.faq details{padding:20px;margin:12px 0;box-shadow:none}.faq summary{cursor:pointer;font-weight:950;font-size:18px}.notice{background:#fff8db;border:1px solid #ffe08a;padding:16px;border-radius:18px;color:#624a00}.footer{background:#081526;color:#d9e6f5;padding:44px 0 98px}.footer-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1.4fr;gap:30px}.footer img{width:150px}.footer h3,.footer h4{color:#fff}.footer a{display:block;color:#d9e6f5;margin:7px 0}.muted{color:#90a4bd}.modal{position:fixed;inset:0;background:rgba(5,12,24,.72);z-index:80;display:grid;place-items:center;padding:18px}.modal[hidden]{display:none}.modal-card{position:relative;width:min(600px,100%);padding:28px}.modal-close{position:absolute;right:18px;top:12px;border:0;background:transparent;font-size:34px;cursor:pointer}.lead-form{display:grid;gap:12px}.sticky-mobile{display:none}.hidden{display:none!important}
@media(max-width:1100px){.filter-form{grid-template-columns:repeat(3,1fr)}.benefit-grid,.steps-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}.vehicle-grid{grid-template-columns:repeat(2,1fr)}.hero .container{grid-template-columns:1fr}.hero-card{max-width:720px}.nav a{padding:9px 7px;font-size:13px}}
@media(max-width:760px){.topbar{display:none}.header-inner{padding:11px 0}.logo img{width:118px}.logo span span,.logo small{display:none}.menu-toggle{display:block}.nav{position:absolute;top:70px;left:0;right:0;display:none;grid-template-columns:1fr;background:#fff;padding:14px 4vw 18px;border-bottom:1px solid var(--line);box-shadow:0 20px 42px rgba(7,26,48,.14)}.nav.open{display:grid}.nav a{padding:13px;border-radius:12px;font-size:16px}.desktop-cta{display:none}.hero .container{padding:44px 0 34px;gap:26px}.hero h1,.page-hero h1{font-size:42px}.lead{font-size:17px}.hero-actions .btn{width:100%}.trust-strip{grid-template-columns:1fr}.section{padding:42px 0}.section-head{display:block}.filter-panel{padding:16px;border-radius:20px}.filter-form,.vehicle-grid,.benefit-grid,.steps-grid,.stats-grid,.quote-grid,.two-col,.contact-grid,.detail-layout,.spec-grid,.footer-grid{grid-template-columns:1fr}.card-actions{grid-template-columns:1fr}.cta-band{grid-template-columns:1fr;padding:28px;border-radius:26px}.footer{padding-bottom:110px}.sticky-mobile{position:fixed;left:0;right:0;bottom:0;z-index:60;display:grid;grid-template-columns:1fr 1fr;gap:10px;background:rgba(255,255,255,.96);border-top:1px solid var(--line);padding:10px 12px}.sticky-mobile .btn{min-height:46px;padding:11px 10px;font-size:14px}.modal-card{max-height:92vh;overflow:auto}.vehicle-body h3{min-height:auto}}
@media(max-width:380px){.hero h1,.page-hero h1{font-size:36px}.btn{padding:12px 13px}.container{width:min(100% - 24px,1180px)}}


/* ===== AES TODAY DEALS / FACEBOOK TRAFFIC EDIT ===== */
.deals-strip{background:#fff7e6;border-top:1px solid #ffdf92;border-bottom:1px solid #ffdf92}
.deals-strip .section-head{margin-bottom:18px}
.deals-strip .eyebrow{color:#b45309}
.deal-card{border:2px solid #ffba08;box-shadow:0 22px 60px rgba(245,158,11,.22)}
.vehicle-media{position:relative}
.deal-badge{position:absolute;z-index:2;left:14px;top:14px;background:linear-gradient(135deg,#111827,#000);color:#fff;font-weight:950;font-size:12px;letter-spacing:.08em;padding:9px 12px;border-radius:999px;box-shadow:0 10px 25px rgba(0,0,0,.24)}
.deal-price{display:grid;gap:2px;color:#b91c1c!important}
.old-price{font-size:15px;color:#64748b;text-decoration:line-through;font-weight:850}
.deal-note{margin:-4px 0 12px;color:#b45309;font-weight:900;font-size:14px}
.detail-media-wrap{position:relative}
.detail-media-wrap .deal-badge{left:18px;top:18px}
.deal-detail-card{border:2px solid #ffba08;box-shadow:0 24px 70px rgba(245,158,11,.22)}
.feature-list{margin:14px 0 18px;padding-left:19px;color:#334155}
.feature-list li{margin:7px 0}
.direct-link-note{font-size:13px;color:#64748b;margin-top:10px}
@media(max-width:760px){
  .deals-strip{padding-top:34px;padding-bottom:34px}
  .deal-badge{font-size:11px;padding:8px 10px}
}


/* ===== PRODUCT IMAGE FIX ===== */
.vehicle-media img,
.detail-img {
  background: #f1f3f5;
}

.detail-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.detail-thumbs a {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.08);
}

.detail-thumb {
  width: 100%;
  height: 92px;
  object-fit: cover;
  display: block;
  background: #f1f3f5;
}

@media (max-width: 640px) {
  .detail-thumbs {
    gap: 6px;
  }
  .detail-thumb {
    height: 64px;
  }
}
/* ===== /PRODUCT IMAGE FIX ===== */


/* ===== AES EXTRA VEHICLE DETAILS ===== */
.quick-facts{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin:10px 0 0;
}
.quick-facts span{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:5px 9px;
  border-radius:999px;
  background:#f4f7fb;
  border:1px solid var(--line);
  color:#334155;
  font-size:12px;
  font-weight:800;
}
.quick-facts span b{
  color:var(--navy);
  margin-right:4px;
}
.vehicle-extra-details{
  margin-top:24px;
}
.vehicle-extra-details h2{
  margin:0 0 14px;
  font-size:clamp(24px,3vw,34px);
  letter-spacing:-.03em;
}
.info-section{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:20px;
  margin:14px 0;
  box-shadow:0 10px 30px rgba(7,26,48,.06);
}
.info-section h3{
  margin:0 0 12px;
  color:var(--navy);
  font-size:18px;
}
.info-kv{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:10px;
}
.info-kv div,
.info-section li{
  position:relative;
  padding-left:16px;
  color:#334155;
  font-weight:650;
}
.info-kv div::before,
.info-section li::marker{
  color:var(--blue);
}
.info-kv div::before{
  content:"•";
  position:absolute;
  left:0;
  top:0;
  color:var(--blue);
  font-weight:950;
}
.info-section p{
  color:#536279;
  margin:10px 0 0;
}
@media(max-width:760px){
  .quick-facts span{font-size:11.5px}
  .info-kv{grid-template-columns:1fr}
  .info-section{padding:16px;border-radius:18px}
}
/* ===== /AES EXTRA VEHICLE DETAILS ===== */


/* ===== PRODUCT DETAIL CLEAN LAYOUT ===== */
.detail-left{min-width:0}
.detail-buy-now{
  margin:18px 0 0;
  font-size:18px;
  min-height:56px;
}
.detail-price-stack{display:grid;gap:3px;margin:10px 0 8px}
.detail-price-stack .was-price{
  color:#8a94a6;
  text-decoration:line-through;
  font-size:20px;
  font-weight:950;
}
.detail-price-stack .now-price{
  color:#b91c1c;
  font-size:30px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.03em;
}
.contract-note{color:#536279;line-height:1.55;margin:14px 0 18px}
.detail-facts{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:18px;
}
.detail-fact{
  background:#f8fbff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:13px 14px;
}
.detail-fact small{
  display:block;
  color:var(--muted);
  font-weight:900;
  font-size:12px;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.detail-fact b{
  display:block;
  margin-top:4px;
  font-size:16px;
  color:var(--ink);
  overflow-wrap:anywhere;
}
.accessories-panel{
  margin-top:18px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:26px;
  padding:24px;
  box-shadow:var(--shadow);
}
.accessories-panel h2{
  margin:0 0 14px;
  font-size:clamp(24px,3vw,34px);
  line-height:1;
  letter-spacing:-.03em;
}
.accessories-list{margin:0;padding-left:20px;color:#334155;font-weight:650;line-height:1.6}
.accessories-list li{margin:5px 0}
@media(max-width:760px){
  .detail-buy-now{font-size:16px;min-height:52px}
  .detail-facts{grid-template-columns:1fr}
  .accessories-panel{padding:18px;border-radius:22px}
  .detail-price-stack .now-price{font-size:26px}
}
/* ===== /PRODUCT DETAIL CLEAN LAYOUT ===== */

/* ===== REQUESTED PRODUCT SPEC FORMAT ===== */
.vehicle-spec-table{
  margin-top:18px;
  border:1px solid var(--line);
  border-radius:20px;
  overflow:hidden;
  background:#fff;
}
.vehicle-spec-row{
  display:grid;
  grid-template-columns:0.9fr 1.1fr;
  gap:14px;
  align-items:center;
  padding:13px 16px;
  border-bottom:1px solid var(--line);
}
.vehicle-spec-row:last-child{border-bottom:0}
.vehicle-spec-row span{
  color:#64748b;
  font-size:13px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.vehicle-spec-row strong{
  color:var(--ink);
  font-size:15px;
  font-weight:950;
  text-align:right;
  overflow-wrap:anywhere;
}
@media(max-width:760px){
  .vehicle-spec-table{margin-top:16px;border-radius:18px}
  .vehicle-spec-row{
    grid-template-columns:1fr;
    gap:3px;
    padding:12px 14px;
  }
  .vehicle-spec-row strong{text-align:left;font-size:16px}
}
/* ===== /REQUESTED PRODUCT SPEC FORMAT ===== */


/* ===== SPEC CARDS FORMAT (IMAGE STYLE) ===== */
.vehicle-spec-stack{
  margin-top:18px;
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}
.vehicle-spec-card{
  background:#f3f4f6;
  border:1px solid #e2e8f0;
  border-radius:16px;
  padding:14px 16px;
  box-shadow:0 1px 0 rgba(7,26,48,.02);
}
.vehicle-spec-label{
  display:block;
  margin:0 0 6px;
  color:#0f172a;
  font-size:13px;
  font-weight:900;
  line-height:1.25;
}
.vehicle-spec-value{
  display:block;
  color:#374151;
  font-size:16px;
  font-weight:500;
  line-height:1.4;
  overflow-wrap:anywhere;
}
@media(max-width:760px){
  .vehicle-spec-stack{
    gap:10px;
    margin-top:16px;
  }
  .vehicle-spec-card{
    border-radius:15px;
    padding:13px 14px;
  }
  .vehicle-spec-label{
    font-size:13px;
    margin-bottom:5px;
  }
  .vehicle-spec-value{
    font-size:15px;
  }
}
/* ===== /SPEC CARDS FORMAT ===== */

/* ===== MOBILE PRODUCT DETAIL ORDER =====
   Desktop/browser layout remains unchanged.
   On phone screens, the product detail page displays:
   1) product photos, 2) Buy button, 3) Today's Featured Deal / info card, 4) Accessories.
*/
@media (max-width: 760px) {
  .detail-layout {
    display: flex !important;
    flex-direction: column !important;
  }

  .detail-left {
    display: contents !important;
  }

  .detail-media-wrap,
  .detail-img,
  .detail-gallery,
  .gallery,
  .vehicle-gallery {
    order: 1;
  }

  .detail-buy-now {
    order: 2;
    width: 100%;
  }

  .detail-card {
    order: 3;
    width: 100%;
  }

  .accessories-panel {
    order: 4;
    width: 100%;
  }
}
/* ===== /MOBILE PRODUCT DETAIL ORDER ===== */

/* ===== HERO CLEAN FIX ===== */
.hero .container{
  position:relative;
}
.hero-card{
  width:100%;
  max-width:620px;
  justify-self:end;
}
.hero-card img{
  width:100%;
  height:auto;
  object-fit:contain;
}
@media(max-width:1100px){
  .hero-card{
    justify-self:start;
    max-width:720px;
  }
}
@media(max-width:760px){
  .hero-card{
    max-width:100%;
    border-radius:24px;
    padding:10px;
  }
  .hero-card img{
    border-radius:18px;
  }
}
/* ===== /HERO CLEAN FIX ===== */


/* ===== TODAY'S DEAL ALERT FORM ===== */
.deal-alert-card{
  margin-top:28px;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:18px;
  align-items:center;
  background:#fff;
  border:1px solid var(--line);
  border-radius:26px;
  box-shadow:var(--shadow);
  padding:24px;
}
.deal-alert-card h2{
  margin:0 0 8px;
  font-size:clamp(24px,3vw,34px);
  line-height:1.05;
  letter-spacing:-.035em;
  color:var(--ink);
}
.deal-alert-card p{
  margin:0;
  color:var(--muted);
}
.deal-alert-form{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}
.deal-alert-form input{
  min-height:52px;
}
.deal-alert-form .btn{
  width:100%;
}
@media(max-width:760px){
  .deal-alert-card{
    grid-template-columns:1fr;
    padding:18px;
    border-radius:22px;
  }
}
/* ===== /TODAY'S DEAL ALERT FORM ===== */


/* ===== HEADER CLEANUP + NAV ALIGNMENT ===== */
.topbar{display:none!important;}
.header{top:0;}
.header-inner{
  justify-content:center;
  gap:14px;
}
.logo{
  flex:0 0 auto;
  min-width:max-content;
}
.logo img{
  width:98px;
}
.logo > span{
  min-width:max-content;
}
.nav{
  flex:1 1 auto;
  justify-content:center;
  gap:3px;
  min-width:0;
}
.nav a{
  white-space:nowrap!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  text-align:center;
  line-height:1.15;
  padding:10px 8px;
  font-size:13px;
}
.desktop-cta{
  white-space:nowrap!important;
  flex:0 0 auto;
  padding-left:14px;
  padding-right:14px;
}
@media(max-width:1180px){
  .logo img{width:88px;}
  .logo small{font-size:10px;letter-spacing:.08em;}
  .logo span span{font-size:14px;}
  .nav a{font-size:12.5px;padding:9px 6px;}
  .desktop-cta{display:none!important;}
}
@media(max-width:900px) and (min-width:761px){
  .header-inner{flex-wrap:wrap;gap:8px 14px;padding:12px 0;}
  .logo{order:1;}
  .menu-toggle{order:2;}
  .nav{order:3;flex-basis:100%;justify-content:center;flex-wrap:wrap;}
  .nav a{font-size:13px;padding:9px 8px;}
}
@media(max-width:760px){
  .header-inner{justify-content:space-between;}
  .logo img{width:118px;}
  .nav{justify-content:stretch;}
  .nav a{white-space:nowrap!important;text-align:left;font-size:16px;padding:13px;}
}
/* ===== /HEADER CLEANUP + NAV ALIGNMENT ===== */


/* ===== AES LOGO IMAGE.AVIF BRAND UPDATE ===== */
.logo{min-width:max-content;}
.logo img{width:64px;max-height:46px;object-fit:contain;}
.logo > span{display:grid;line-height:1.05;}
.logo > span > span{font-size:18px;font-weight:950;white-space:nowrap;}
.logo small{display:none!important;}
.footer img{width:92px;max-height:70px;object-fit:contain;}
@media(max-width:1100px){
  .logo img{width:56px;max-height:42px;}
  .logo > span > span{font-size:16px;}
}
@media(max-width:760px){
  .logo img{width:52px!important;max-height:40px;}
  .logo span span{display:block!important;font-size:16px;white-space:nowrap;}
  .logo small{display:none!important;}
}
@media(max-width:380px){
  .logo img{width:46px!important;max-height:36px;}
  .logo > span > span{font-size:14px;}
}
/* ===== /AES LOGO IMAGE.AVIF BRAND UPDATE ===== */


/* ===== AES FINAL LOGO / TITLE / BUTTON ADJUSTMENTS ===== */
.site-logo img,
.logo img,
.brand img,
.navbar-brand img,
.header-logo img,
.footer-logo img,
.brand-logo img,
.brand-mark img,
img.logo,
img.header-logo {
  width: auto !important;
  max-width: none !important;
  object-fit: contain !important;
}

.site-logo img,
.logo img,
.brand img,
.navbar-brand img,
.header-logo img,
.brand-logo img,
.brand-mark img,
img.logo,
img.header-logo {
  height: 58px !important;
}

.footer-logo img {
  height: 52px !important;
}

/* Same blue color as View all today’s deals */
.open-full-used-inventory {
  background: linear-gradient(135deg,var(--blue),#073b73) !important;
  border-color: #0c4c8b !important;
  color: #fff !important;
  box-shadow: 0 1px 0 rgba(7,26,48,.03) !important;
}

.open-full-used-inventory:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(7,26,48,.10) !important;
  filter: none !important;
}

@media (max-width: 760px) {
  .site-logo img,
  .logo img,
  .brand img,
  .navbar-brand img,
  .header-logo img,
  .brand-logo img,
  .brand-mark img,
  img.logo,
  img.header-logo {
    height: 50px !important;
  }
  .footer-logo img {
    height: 46px !important;
  }
}
/* ===== /AES FINAL LOGO / TITLE / BUTTON ADJUSTMENTS ===== */

/* ===== TODAY'S DEALS BACK HOME BUTTON BLUE ===== */
.todays-deals-page .back-home,
a.back-home,
.back-home.btn {
  background: linear-gradient(135deg,var(--blue),#073b73) !important;
  border-color: #0c4c8b !important;
  color: #fff !important;
}
/* ===== /TODAY'S DEALS BACK HOME BUTTON BLUE ===== */

/* ===== CLEAN USED INVENTORY PAGE ===== */
.inventory-clean-hero {
  padding: 18px 0 0 !important;
  min-height: 0 !important;
  background: transparent !important;
}
.inventory-clean-hero .container {
  min-height: 0 !important;
}
@media (max-width: 760px) {
  .inventory-clean-hero {
    padding: 10px 0 0 !important;
  }
}
/* ===== /CLEAN USED INVENTORY PAGE ===== */

/* ===== USED INVENTORY SHOWS ALL VEHICLES INCLUDING DEALS ===== */
.inventory-clean-hero {
  padding: 18px 0 0 !important;
  min-height: 0 !important;
  background: transparent !important;
}
@media (max-width:760px){
  .inventory-clean-hero{padding:10px 0 0 !important;}
}
/* ===== /USED INVENTORY SHOWS ALL VEHICLES INCLUDING DEALS ===== */

/* ===== USED INVENTORY DEALS ABOVE FILTER ===== */
.used-inventory-deals {
  padding-top: 28px !important;
  padding-bottom: 18px !important;
}
.used-inventory-deals + .section.tight {
  padding-top: 10px !important;
}
@media (max-width: 760px) {
  .used-inventory-deals {
    padding-top: 18px !important;
    padding-bottom: 12px !important;
  }
  .used-inventory-deals .section-head {
    gap: 14px;
  }
}
/* ===== /USED INVENTORY DEALS ABOVE FILTER ===== */

/* ===== REMOVE EMPTY USED INVENTORY HERO GAP ===== */
.inventory-clean-hero,
.page-hero.inventory-clean-hero {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
/* ===== /REMOVE EMPTY USED INVENTORY HERO GAP ===== */

/* ===== HOME FILTER + TODAY DEALS BUTTON PLACEMENT ===== */
.deals-back-home-wrap {
  display: flex;
  justify-content: center;
  margin: 24px 0 28px;
}
.deals-back-home-wrap .btn {
  min-width: 180px;
}
.filter-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.filter-actions .btn {
  width: 100%;
}
.filter-reset {
  background: #fff !important;
  color: var(--ink) !important;
  border-color: var(--line) !important;
}
@media (max-width: 760px) {
  .deals-back-home-wrap {
    margin: 18px 0 22px;
  }
  .filter-actions {
    grid-template-columns: 1fr;
  }
}
/* ===== /HOME FILTER + TODAY DEALS BUTTON PLACEMENT ===== */

/* ===== TODAY'S DEALS BACK HOME BELOW ALERTS ===== */
.deals-back-home-bottom {
  display: flex;
  justify-content: center;
  margin: 18px 0 8px;
}
.deals-back-home-bottom .back-home {
  min-width: 260px;
  max-width: 360px;
  width: auto;
  min-height: 42px;
  padding: 10px 34px;
  border-radius: 13px;
  line-height: 1.1;
}
@media (max-width: 760px) {
  .deals-back-home-bottom {
    margin: 16px 0 4px;
    padding: 0 16px;
  }
  .deals-back-home-bottom .back-home {
    width: 100%;
    max-width: 340px;
    min-height: 42px;
    padding: 10px 22px;
  }
}
/* ===== /TODAY'S DEALS BACK HOME BELOW ALERTS ===== */

/* ===== VEHICLES FOUND BELOW FILTER BOX ===== */
.filter-result-row {
  width: 100%;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-weight: 800;
  text-align: left;
}
.filter-result-row .result-count {
  color: var(--ink);
  font-weight: 950;
}
@media (max-width: 760px) {
  .filter-result-row {
    margin-top: 12px;
    padding-top: 10px;
    text-align: left;
  }
}
/* ===== /VEHICLES FOUND BELOW FILTER BOX ===== */

/* ===== REMOVE DUPLICATE CARD TITLE LINE ===== */
.vehicle-card .meta {
  display: none !important;
}
/* ===== /REMOVE DUPLICATE CARD TITLE LINE ===== */

/* ===== FIX APPLY FILTERS BUTTON OVERLAP ===== */
.filter-form .filter-actions {
  display: flex !important;
  align-items: stretch !important;
  justify-content: stretch !important;
  gap: 10px !important;
  min-width: 260px !important;
}

.filter-form .filter-actions .btn {
  flex: 1 1 0 !important;
  width: auto !important;
  min-width: 130px !important;
  white-space: nowrap !important;
  text-align: center !important;
  padding-left: 14px !important;
  padding-right: 14px !important;
  line-height: 1.15 !important;
}

.filter-form .filter-actions .filter-reset {
  min-width: 92px !important;
}

@media (min-width: 761px) {
  .filter-form {
    align-items: end !important;
  }

  .filter-form .filter-actions {
    grid-column: auto !important;
  }
}

@media (max-width: 760px) {
  .filter-form .filter-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  .filter-form .filter-actions .btn {
    width: 100% !important;
    min-width: 0 !important;
  }
}
/* ===== /FIX APPLY FILTERS BUTTON OVERLAP ===== */

/* ===== VIEW ALL TODAY'S DEALS BELOW CARDS ===== */
.view-all-deals-under-cards {
  display: flex;
  justify-content: center;
  margin: 22px 0 0;
}

.view-all-deals-under-cards .view-all-deals-btn {
  min-width: 240px;
  min-height: 46px;
  padding: 12px 24px;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .view-all-deals-under-cards {
    width: 100%;
    margin: 18px auto 0;
    padding: 0;
  }

  .view-all-deals-under-cards .view-all-deals-btn {
    width: 100%;
    max-width: none;
    min-width: 0;
    min-height: 46px;
    padding: 12px 18px;
  }
}
/* ===== /VIEW ALL TODAY'S DEALS BELOW CARDS ===== */



/* ===== REDUCE TOP SPACE ON ALL TODAY'S DEALS PAGE ===== */
.all-todays-deals-section {
  padding-top: 22px !important;
}

.all-todays-deals-section .section-head {
  margin-top: 0 !important;
}

@media (max-width: 760px) {
  .all-todays-deals-section {
    padding-top: 14px !important;
  }
}
/* ===== /REDUCE TOP SPACE ON ALL TODAY'S DEALS PAGE ===== */

/* ===== MOBILE STICKY BUY BUTTON FULL WIDTH / HIDE CALL ===== */
@media (max-width: 760px) {
  .sticky-mobile {
    display: flex !important;
    justify-content: center !important;
    gap: 0 !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .sticky-mobile a[href^="tel:"],
  .sticky-mobile a[href*="tel:"],
  .sticky-mobile .btn[href^="tel:"] {
    display: none !important;
  }

  .sticky-mobile button[data-open-lead],
  .sticky-mobile .btn.gold {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 100% !important;
    min-height: 48px !important;
    justify-content: center !important;
  }
}
/* ===== /MOBILE STICKY BUY BUTTON FULL WIDTH / HIDE CALL ===== */

/* ===== REMOVE MOBILE BOTTOM STICKY ACTIONS ===== */
.sticky-mobile {
  display: none !important;
}
/* ===== /REMOVE MOBILE BOTTOM STICKY ACTIONS ===== */

/* ===== MOBILE CENTER OPEN FULL USED INVENTORY BUTTON ===== */
@media (max-width: 760px) {
  .section-head .open-full-used-inventory,
  a.open-full-used-inventory {
    display: flex !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 46px !important;
    margin: 14px auto 0 !important;
    padding: 12px 18px !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  .section-head:has(.open-full-used-inventory) {
    display: block !important;
  }

  .section-head:has(.open-full-used-inventory) > div {
    margin-bottom: 0 !important;
  }
}
/* ===== /MOBILE CENTER OPEN FULL USED INVENTORY BUTTON ===== */

/* ===== BACK TO TOP ARROW ===== */
.back-to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.88);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.24);
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .22s ease, visibility .22s ease, transform .22s ease, box-shadow .22s ease;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.back-to-top span {
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  color: #ffffff;
  transform: translateY(-1px);
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.30);
  transform: translateY(-1px);
}

@media (max-width: 760px) {
  .back-to-top {
    right: 14px;
    bottom: 14px;
    width: 40px;
    height: 40px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
  }

  .back-to-top span {
    font-size: 17px;
  }
}
/* ===== /BACK TO TOP ARROW ===== */


/* ===== BACK TO TOP DYNAMIC DESKTOP POSITION ===== */
@media (min-width: 761px) {
  .back-to-top {
    right: auto !important;
    bottom: 20px !important;
  }
}
/* ===== /BACK TO TOP DYNAMIC DESKTOP POSITION ===== */

/* ===== FLOATING BACK TO PRODUCTS BUTTON ===== */
.back-to-products-float {
  position: fixed;
  left: 18px;
  bottom: 18px;
  width: auto;
  max-width: none;
  height: 40px;
  min-height: 40px;
  padding: 0 14px;
  border: none;
  border-radius: 999px;
  background: #000000;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .22s ease, visibility .22s ease, transform .22s ease, box-shadow .22s ease;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  appearance: none;
  -webkit-appearance: none;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}

.back-to-products-float.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-products-float:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22);
  transform: translateY(-1px);
}

@media (max-width: 760px) {
  .back-to-products-float {
    left: 14px;
    right: auto;
    bottom: 14px;
    width: auto;
    max-width: calc(100% - 68px);
    height: 40px;
    min-height: 40px;
    padding: 0 14px;
  }

  .back-to-top {
    right: 14px !important;
    bottom: 14px !important;
    z-index: 999;
  }
}
/* ===== /FLOATING BACK TO PRODUCTS BUTTON ===== */

/* ===== VEHICLE CARD ACTION + PRICE DROP STYLE ===== */
.vehicle-card .card-actions.single-action {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
}

.vehicle-card .view-details-btn {
  background: #0F2A44 !important;
  color: #FFFFFF !important;
  border-color: #0F2A44 !important;
  width: 100% !important;
  justify-content: center !important;
  text-align: center !important;
}

.vehicle-card .view-details-btn:hover {
  background: #12395F !important;
  border-color: #12395F !important;
  color: #FFFFFF !important;
}

.vehicle-card .deal-badge {
  background: #DC2626 !important;
  color: #FFFFFF !important;
  border-color: #DC2626 !important;
  font-weight: 950 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}

.vehicle-card .deal-price {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 4px !important;
  margin: 12px 0 8px !important;
}

.vehicle-card .old-price {
  color: #6B7280 !important;
  text-decoration: line-through !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

.vehicle-card .new-price,
.vehicle-card .deal-price span:last-child {
  color: #15803D !important;
  font-weight: 950 !important;
  font-size: 24px !important;
  line-height: 1.15 !important;
}

.vehicle-card .deal-note {
  color: #334155 !important;
  font-weight: 750 !important;
  line-height: 1.45 !important;
  margin-top: 0 !important;
}

@media (max-width: 760px) {
  .vehicle-card .new-price,
  .vehicle-card .deal-price span:last-child {
    font-size: 22px !important;
  }
}
/* ===== /VEHICLE CARD ACTION + PRICE DROP STYLE ===== */

/* ===== PROFESSIONAL AES BUTTONS + CARD PRICE SYSTEM ===== */
:root {
  --aes-navy: #0F2A44;
  --aes-navy-hover: #12395F;
  --aes-gold: #F4A51C;
  --aes-green: #15803D;
  --aes-red: #DC2626;
  --aes-muted: #6B7280;
}

.btn,
button.btn,
a.btn {
  border-radius: 15px;
  font-weight: 900;
}

.btn.primary,
a.btn.primary,
button.btn.primary,
.vehicle-card .view-details-btn {
  background: var(--aes-navy) !important;
  border-color: var(--aes-navy) !important;
  color: #FFFFFF !important;
}

.btn.primary:hover,
a.btn.primary:hover,
button.btn.primary:hover,
.vehicle-card .view-details-btn:hover {
  background: var(--aes-navy-hover) !important;
  border-color: var(--aes-navy-hover) !important;
  color: #FFFFFF !important;
}

.btn.gold,
button.btn.gold,
a.btn.gold {
  background: linear-gradient(135deg, var(--aes-gold), #E59612) !important;
  border-color: #D98B0D !important;
  color: #111827 !important;
}

.btn.gold:hover,
button.btn.gold:hover,
a.btn.gold:hover {
  filter: brightness(.96);
}

.open-full-used-inventory,
.view-all-deals-btn,
.back-home {
  background: var(--aes-navy) !important;
  border-color: var(--aes-navy) !important;
  color: #FFFFFF !important;
}

.open-full-used-inventory:hover,
.view-all-deals-btn:hover,
.back-home:hover {
  background: var(--aes-navy-hover) !important;
  border-color: var(--aes-navy-hover) !important;
  color: #FFFFFF !important;
}

.vehicle-card .card-normal-price {
  color: var(--aes-navy) !important;
  font-size: 23px !important;
  font-weight: 950 !important;
  margin: 12px 0 !important;
}

.vehicle-card .deal-badge {
  background: var(--aes-red) !important;
  color: #FFFFFF !important;
  border-color: var(--aes-red) !important;
  font-weight: 950 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}

.vehicle-card .old-price {
  color: var(--aes-muted) !important;
  text-decoration: line-through !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

.vehicle-card .new-price,
.vehicle-card .deal-price span:last-child {
  color: var(--aes-green) !important;
  font-weight: 950 !important;
  font-size: 24px !important;
  line-height: 1.15 !important;
}

.vehicle-card .deal-note {
  color: #334155 !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  line-height: 1.45 !important;
}

.vehicle-card .card-actions.single-action {
  display: grid !important;
  grid-template-columns: 1fr !important;
}

.vehicle-card .view-details-btn {
  width: 100% !important;
  justify-content: center !important;
  text-align: center !important;
  min-height: 48px !important;
}

.filter-actions .btn.primary,
.filter-form .filter-actions .btn.primary {
  background: var(--aes-navy) !important;
  border-color: var(--aes-navy) !important;
  color: #FFFFFF !important;
}

.filter-actions .btn.primary:hover,
.filter-form .filter-actions .btn.primary:hover {
  background: var(--aes-navy-hover) !important;
  border-color: var(--aes-navy-hover) !important;
}

.filter-reset {
  background: #FFFFFF !important;
  color: var(--aes-navy) !important;
  border-color: #CBD5E1 !important;
}

.filter-reset:hover {
  background: #F8FAFC !important;
  border-color: var(--aes-navy) !important;
}

.back-to-top,
.back-to-products-float {
  background: #000000 !important;
  color: #FFFFFF !important;
}

.back-to-products-float {
  width: auto !important;
  padding-left: 14px !important;
  padding-right: 14px !important;
}

@media (max-width: 760px) {
  .vehicle-card .card-normal-price {
    font-size: 22px !important;
  }

  .vehicle-card .new-price,
  .vehicle-card .deal-price span:last-child {
    font-size: 22px !important;
  }
}
/* ===== /PROFESSIONAL AES BUTTONS + CARD PRICE SYSTEM ===== */

/* ===== PRODUCT DETAIL IMAGE PRICE DROP BADGE FIX ===== */
.vehicle-gallery .deal-badge,
.vehicle-media .deal-badge,
.detail-gallery .deal-badge,
.product-gallery .deal-badge,
.vehicle-detail .deal-badge,
[data-vehicle-detail] .deal-badge,
[data-vehicle-detail] .detail-price-drop-badge,
.detail-price-drop-badge {
  background: #DC2626 !important;
  color: #FFFFFF !important;
  border: 1px solid #DC2626 !important;
  box-shadow: none !important;
  font-weight: 950 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}
/* ===== /PRODUCT DETAIL IMAGE PRICE DROP BADGE FIX ===== */

/* ===== CLEAN DETAIL HERO + AVAILABLE STATUS BADGE ===== */
body:has([data-vehicle-detail]) .page-hero {
  display: none !important;
}

.status-badge.available {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #15803D !important;
  background: #ECFDF3 !important;
  border: 1px solid #BBF7D0 !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  width: fit-content;
  white-space: nowrap;
}

.vehicle-card .status-badge.available,
.detail-card .status-badge.available,
.deal-detail-card .status-badge.available,
[data-vehicle-detail] .status-badge.available {
  color: #15803D !important;
  background: #ECFDF3 !important;
  border-color: #BBF7D0 !important;
}
/* ===== /CLEAN DETAIL HERO + AVAILABLE STATUS BADGE ===== */

/* ===== AES VEHICLE IMAGE LIGHTBOX ===== */
.detail-main-btn,
.detail-thumb-btn {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: zoom-in;
  display: block;
  width: 100%;
}

.detail-thumb-btn {
  border-radius: 14px;
  overflow: hidden;
}

.detail-main-btn .detail-img,
.detail-thumb-btn .detail-thumb {
  display: block;
  width: 100%;
}

.aes-lightbox {
  position: fixed;
  inset: 0;
  z-index: 50000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0,0,0,.92);
  color: #fff;
  touch-action: none;
}

.aes-lightbox.active {
  display: flex;
}

.aes-lightbox-stage {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.aes-lightbox-img {
  max-width: 95vw;
  max-height: 82vh;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
  transform-origin: center center;
  transition: transform .08s linear;
  cursor: zoom-in;
}

.aes-lightbox.zoomed .aes-lightbox-img {
  cursor: grab;
}

.aes-lightbox.zoomed .aes-lightbox-img:active {
  cursor: grabbing;
}

.aes-lightbox-counter {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 50002;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  background: rgba(0,0,0,.42);
  padding: 8px 11px;
  border-radius: 999px;
}

.aes-lightbox-close {
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 50002;
  border: 0;
  background: rgba(0,0,0,.30);
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.aes-lightbox-nav {
  position: absolute;
  top: 50%;
  z-index: 50002;
  transform: translateY(-50%);
  border: 0;
  background: rgba(0,0,0,.34);
  color: #fff;
  width: 48px;
  height: 58px;
  border-radius: 999px;
  font-size: 46px;
  line-height: 1;
  cursor: pointer;
}

.aes-lightbox-prev { left: 14px; }
.aes-lightbox-next { right: 14px; }

.aes-lightbox-thumbs {
  position: absolute;
  left: 50%;
  bottom: 14px;
  z-index: 50002;
  transform: translateX(-50%);
  display: flex;
  gap: 9px;
  max-width: min(92vw, 820px);
  overflow-x: auto;
  padding: 8px 10px;
  border-radius: 14px;
  background: rgba(0,0,0,.38);
  -webkit-overflow-scrolling: touch;
}

.aes-lightbox-thumb {
  flex: 0 0 auto;
  width: 64px;
  height: 48px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  opacity: .68;
  background: transparent;
  cursor: pointer;
}

.aes-lightbox-thumb.active {
  opacity: 1;
  border-color: #fff;
}

.aes-lightbox-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.lightbox-open {
  overflow: hidden !important;
}

@media (max-width: 760px) {
  .aes-lightbox {
    padding: 10px;
  }

  .aes-lightbox-img {
    max-width: 96vw;
    max-height: 76vh;
  }

  .aes-lightbox-counter {
    top: 12px;
    left: 12px;
    font-size: 14px;
    padding: 7px 10px;
  }

  .aes-lightbox-close {
    top: 10px;
    right: 12px;
    width: 38px;
    height: 38px;
    font-size: 28px;
  }

  .aes-lightbox-nav {
    width: 40px;
    height: 48px;
    font-size: 38px;
    background: rgba(0,0,0,.38);
  }

  .aes-lightbox-prev { left: 8px; }
  .aes-lightbox-next { right: 8px; }

  .aes-lightbox-thumbs {
    bottom: 10px;
    max-width: 94vw;
    gap: 7px;
    padding: 7px 8px;
  }

  .aes-lightbox-thumb {
    width: 54px;
    height: 40px;
  }
}
/* ===== /AES VEHICLE IMAGE LIGHTBOX ===== */



/* ===== FINAL LIGHTBOX TOUCH / ZOOM FIX ===== */
.aes-lightbox {
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
}

.aes-lightbox-stage {
  touch-action: none;
}

.aes-lightbox-img {
  touch-action: none;
}
/* ===== /FINAL LIGHTBOX TOUCH / ZOOM FIX ===== */


/* ===== MATCH AVAILABLE BADGE SIZE ON VEHICLE CARDS ===== */
.vehicle-card .quick-facts .status-badge.available {
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  padding: 2px 7px !important;
  vertical-align: baseline !important;
}
/* ===== /MATCH AVAILABLE BADGE SIZE ON VEHICLE CARDS ===== */


/* ===== FINANCING UNAVAILABLE PAGE ===== */
.compact-financing {
  padding-top: 28px !important;
  padding-bottom: 38px !important;
}

.finance-unavailable-card {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(15, 42, 68, 0.08);
  padding: 22px;
  max-width: 820px;
  margin: 0 auto;
}

.finance-icon {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: #ECFDF3;
  color: #15803D;
  border: 1px solid #BBF7D0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
  font-size: 22px;
  font-family: Georgia, serif;
}

.finance-unavailable-card h1 {
  margin: 0 0 10px;
  color: #0F2A44;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.finance-main-message {
  color: #475569;
  line-height: 1.55;
  margin: 0 0 16px;
  font-weight: 700;
  max-width: 640px;
}

.finance-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 0;
}

.finance-actions .btn {
  min-height: 44px;
}

@media (max-width: 760px) {
  .compact-financing {
    padding-top: 18px !important;
    padding-bottom: 28px !important;
  }

  .finance-unavailable-card {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px;
    border-radius: 18px;
  }

  .finance-icon {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }

  .finance-unavailable-card h1 {
    font-size: 30px;
  }

  .finance-main-message {
    margin-bottom: 14px;
  }

  .finance-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .finance-actions .btn {
    width: 100%;
    justify-content: center;
  }
}
/* ===== /FINANCING UNAVAILABLE PAGE ===== */


/* ===== ABOUT US UPDATED PREMIUM ===== */
.about-premium-hero{padding-top:28px!important;padding-bottom:18px!important}
.about-premium-hero-grid,.about-summary-grid,.about-approach-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:22px;align-items:start}
.about-premium-copy,.about-premium-stat,.about-summary-card,.about-results-card,.about-team-card,.about-service-card,.about-review-card,.about-cta-card,.about-approach-card,.about-mission-card{background:#fff;border:1px solid #E5E7EB;border-radius:24px;box-shadow:0 16px 40px rgba(15,42,68,.07)}
.about-premium-copy,.about-summary-card,.about-results-card,.about-approach-card,.about-mission-card{padding:28px}
.about-premium-copy h1{margin:0 0 12px;color:#0F2A44;font-size:clamp(34px,5vw,58px);line-height:1.02;letter-spacing:-.045em}
.about-premium-copy .lead,.about-summary-card>p,.about-summary-point p,.about-team-card-body p,.about-service-card p,.about-review-card p,.about-results-card>p,.about-approach-card p,.about-mission-card p,.about-cta-card p{color:#475569}
.about-premium-stats{display:grid;gap:14px}
.about-premium-stat{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 24px}
.about-premium-stat strong,.about-result-item strong,.about-approach-stat strong{display:block;color:#0F2A44;font-size:clamp(28px,4vw,42px);line-height:1;letter-spacing:-.04em}
.about-premium-stat span,.about-result-item span{color:#475569;font-weight:800;text-align:right}
.about-summary-section,.about-team-section,.about-services-section,.about-reviews-section,.about-approach-section{padding-top:10px!important}
.about-summary-card h2,.about-results-card h2,.about-heading-left h2,.about-approach-card h2,.about-mission-card h2,.about-cta-card h3{margin:0 0 10px;color:#0F2A44;font-size:clamp(28px,4vw,42px);line-height:1.08;letter-spacing:-.04em}
.about-summary-points{display:grid;gap:14px;margin-top:20px}
.about-summary-point{background:#F8FAFC;border:1px solid #E5E7EB;border-radius:18px;padding:16px 18px}
.about-summary-point h3{margin:0 0 6px;color:#0F2A44;font-size:18px}
.about-summary-point p{margin:0}
.about-results-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px}
.about-result-item{background:#F8FAFC;border:1px solid #E5E7EB;border-radius:18px;padding:18px}
.about-result-item span{display:block;text-align:left;margin-top:6px}
.about-results-tags,.about-approach-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.about-results-tags span,.about-approach-tags span{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border-radius:999px;background:#ECFDF3;color:#15803D;border:1px solid #BBF7D0;font-size:13px;font-weight:800}
.about-heading-left{max-width:860px;margin:0 0 18px;text-align:left}
.about-team-grid,.about-services-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.about-team-card{overflow:hidden}
.about-team-card img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;background:#E5E7EB}
.about-team-card-body{padding:18px}
.about-team-card-body h3{margin:0 0 6px;color:#0F2A44;font-size:22px}
.about-team-role{margin:0 0 10px!important;color:#12395F!important;font-weight:800}
.about-service-card{padding:20px}
.about-service-number{display:inline-flex;margin-bottom:12px;color:#12395F;font-size:14px;font-weight:900}
.about-service-card h3{margin:0 0 10px;color:#0F2A44;font-size:22px}
.about-service-link{display:inline-flex;margin-top:8px;color:#12395F;text-decoration:none;font-weight:800}
.about-cta-card{margin-top:18px;padding:22px 24px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.about-reviews-head{display:flex;align-items:end;justify-content:space-between;gap:18px}
.about-carousel-controls{display:flex;gap:10px;flex-shrink:0}
.about-carousel-btn{width:48px;height:48px;border-radius:14px;border:1px solid #D9E3EE;background:#fff;color:#0F2A44;font-size:22px;font-weight:900;cursor:pointer;box-shadow:0 6px 18px rgba(15,42,68,.08)}
.about-carousel-btn:hover{background:#edf5ff;color:#0d5aa7}
.about-review-viewport{overflow:hidden}
.about-review-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 54px)/4);gap:18px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;padding-bottom:8px;scrollbar-width:none}
.about-review-track::-webkit-scrollbar{display:none}
.about-review-card{padding:20px;scroll-snap-align:start}
.about-review-stars{color:#F4A51C;font-size:18px;letter-spacing:.05em;margin-bottom:12px}
.about-review-card p{margin:0 0 14px;line-height:1.6}
.about-review-card strong{display:block;color:#0F2A44;font-size:16px}
.about-review-card span{color:#64748B;font-size:13px;font-weight:700}
.about-approach-stat{display:flex;align-items:baseline;gap:10px;margin-bottom:10px}
.about-approach-stat span{color:#12395F;font-weight:800}
.about-mission-email{background:#F8FAFC;border:1px solid #E5E7EB;border-radius:18px;padding:16px 18px;margin-top:18px}
.about-mission-email span{display:block;color:#64748B;font-size:13px;font-weight:800;margin-bottom:6px}
.about-mission-email strong{color:#0F2A44;font-size:20px}
@media(max-width:1100px){.about-team-grid,.about-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-review-track{grid-auto-columns:calc((100% - 18px)/2)}}
@media(max-width:760px){.about-premium-hero{padding-top:18px!important;padding-bottom:12px!important}.about-premium-hero-grid,.about-summary-grid,.about-approach-grid,.about-team-grid,.about-services-grid{grid-template-columns:1fr;gap:16px}.about-premium-copy,.about-summary-card,.about-results-card,.about-approach-card,.about-mission-card,.about-team-card-body,.about-service-card,.about-review-card,.about-cta-card{padding:18px}.about-premium-copy h1{font-size:34px}.about-summary-card h2,.about-results-card h2,.about-heading-left h2,.about-approach-card h2,.about-mission-card h2{font-size:30px}.about-premium-stat{padding:18px}.about-results-grid{gap:12px}.about-cta-card{flex-direction:column;align-items:stretch}.about-reviews-head{display:grid;grid-template-columns:1fr;align-items:start}.about-carousel-controls{justify-content:flex-start}.about-review-track{grid-auto-columns:100%}}
/* ===== /ABOUT US UPDATED PREMIUM ===== */

.about-service-link{display:none!important}

/* ===== ABOUT US AGENT PORTRAITS - CIRCULAR EDIT ===== */
.about-team-card{
  overflow:hidden;
  text-align:center;
  padding-top:22px;
}
.about-team-card > img{
  width:min(172px, 68%);
  aspect-ratio:1/1;
  height:auto;
  margin:0 auto;
  border-radius:50%;
  object-fit:cover;
  background:#E5E7EB;
  border:5px solid var(--aes-navy, #0F2A44);
  box-shadow:0 14px 30px rgba(15,42,68,.16);
}
@media(max-width:760px){
  .about-team-card{
    padding-top:20px;
  }
  .about-team-card > img{
    width:min(168px, 58vw);
  }
}
/* ===== /ABOUT US AGENT PORTRAITS - CIRCULAR EDIT ===== */


/* About Us integrated layout */
.about-page-integrated{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(13,90,167,.14), transparent 32%),
    radial-gradient(circle at 88% 8%, rgba(255,186,8,.16), transparent 34%),
    linear-gradient(180deg,#f8fbff 0%, #eef5fd 46%, #f7fafc 100%);
}
.about-page-integrated .about-glow{position:absolute;width:320px;height:320px;border-radius:999px;filter:blur(28px);opacity:.20;pointer-events:none}
.about-page-integrated .about-glow.one{left:-90px;top:70px;background:var(--blue)}
.about-page-integrated .about-glow.two{right:-110px;top:210px;background:var(--gold)}
.about-page-integrated .about-glow.three{left:40%;bottom:10%;background:var(--navy);opacity:.10}
.about-page-integrated .about-wrap{position:relative;z-index:1;width:min(1180px,92vw);margin:0 auto;padding:64px 0}
.about-page-integrated .about-hero{display:grid;grid-template-columns:1.08fr .92fr;gap:42px;align-items:center;margin-bottom:34px}
.about-page-integrated .about-eyebrow,.about-page-integrated .section-eyebrow{display:inline-flex;margin:0 0 12px;font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:950;color:var(--blue)}
.about-page-integrated .about-title{margin:0 0 18px;font-size:clamp(40px,5vw,68px);line-height:1;letter-spacing:-.055em;color:var(--navy)}
.about-page-integrated .about-copy,.about-page-integrated .section-copy,.about-page-integrated .feedback-copy{color:var(--muted);font-size:18px;max-width:720px;margin:0}
.about-page-integrated .about-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:28px}
.about-page-integrated .about-stat{background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px;box-shadow:var(--shadow)}
.about-page-integrated .about-stat strong{display:block;font-size:30px;line-height:1;color:var(--blue);letter-spacing:-.04em}
.about-page-integrated .about-stat span{display:block;margin-top:6px;color:var(--muted);font-weight:800;font-size:13px}
.about-page-integrated .about-media-frame{background:#fff;border:1px solid var(--line);border-radius:34px;padding:16px;box-shadow:0 28px 80px rgba(7,26,48,.14)}
.about-page-integrated .about-media-frame img{width:100%;border-radius:24px;aspect-ratio:4/3;object-fit:contain;background:linear-gradient(135deg,#eef6ff,#fff)}
.about-page-integrated .about-section,.about-page-integrated .feedback-section,.about-page-integrated .about-cta{margin-top:26px;background:#fff;border:1px solid var(--line);border-radius:32px;padding:34px;box-shadow:var(--shadow)}
.about-page-integrated .section-head{display:block;margin:0 0 22px}
.about-page-integrated .section-title,.about-page-integrated .feedback-title{margin:0 0 10px;color:var(--navy);font-size:clamp(28px,3.5vw,44px);line-height:1.05;letter-spacing:-.04em}
.about-page-integrated .about-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.about-page-integrated .about-card,.about-page-integrated .process-card{background:#f8fbff;border:1px solid var(--line);border-radius:24px;padding:24px;transition:.18s ease}
.about-page-integrated .about-card:hover,.about-page-integrated .process-card:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(7,26,48,.10)}
.about-page-integrated .about-icon,.about-page-integrated .process-number{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,var(--blue),#073b73);color:#fff;font-weight:950;font-size:20px;margin-bottom:14px}
.about-page-integrated .about-card h3,.about-page-integrated .process-card h3{margin:0 0 8px;color:var(--ink);font-size:20px}
.about-page-integrated .about-card p,.about-page-integrated .process-card p{margin:0;color:var(--muted)}
.about-page-integrated .process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.about-page-integrated .feedback-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:28px;align-items:start}
.about-page-integrated .feedback-points{display:grid;gap:10px;margin-top:20px}
.about-page-integrated .feedback-point{display:flex;align-items:center;gap:10px;color:var(--ink);font-weight:850}
.about-page-integrated .feedback-point span{width:26px;height:26px;border-radius:999px;display:grid;place-items:center;background:#ecfdf5;color:var(--ok)}
.about-page-integrated .feedback-form{background:#f8fbff;border:1px solid var(--line);border-radius:26px;padding:22px}
.about-page-integrated .feedback-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.about-page-integrated .feedback-field.full{grid-column:1/-1}
.about-page-integrated .feedback-field label{display:block;margin-bottom:6px;color:#40516a;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:950}
.about-page-integrated .feedback-field textarea{min-height:130px}
.about-page-integrated .feedback-btn{margin-top:14px;width:100%;min-height:50px;border:0;border-radius:15px;background:linear-gradient(135deg,var(--blue),#073b73);color:#fff;font-weight:950;cursor:pointer}
.about-page-integrated .about-cta{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;background:linear-gradient(135deg,var(--navy),var(--blue));color:#fff}
.about-page-integrated .about-cta h2{margin:0 0 8px;font-size:clamp(28px,4vw,46px);line-height:1;letter-spacing:-.04em}
.about-page-integrated .about-cta p{margin:0;color:#dbeafe}
.about-page-integrated .about-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:15px;padding:14px 20px;font-weight:950;min-height:50px}
.about-page-integrated .about-btn-primary{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#171717;border:1px solid #eea006}
.about-page-integrated .about-team-section{margin-top:26px;background:#fff;border:1px solid var(--line);border-radius:32px;padding:34px;box-shadow:var(--shadow)}
.about-page-integrated .about-team-section.section{padding:34px}
.about-page-integrated .about-team-section .container{width:100%;max-width:none}
@media(max-width:900px){
  .about-page-integrated .about-hero,.about-page-integrated .feedback-layout,.about-page-integrated .about-cta{grid-template-columns:1fr}
  .about-page-integrated .about-grid,.about-page-integrated .process-grid{grid-template-columns:1fr 1fr}
  .about-page-integrated .about-stats{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .about-page-integrated .about-wrap{padding:42px 0}
  .about-page-integrated .about-title{font-size:42px}
  .about-page-integrated .about-section,.about-page-integrated .feedback-section,.about-page-integrated .about-cta,.about-page-integrated .about-team-section,.about-page-integrated .about-team-section.section{padding:22px;border-radius:24px}
  .about-page-integrated .about-grid,.about-page-integrated .process-grid,.about-page-integrated .feedback-grid,.about-page-integrated .about-stats{grid-template-columns:1fr}
  .about-page-integrated .about-copy,.about-page-integrated .section-copy,.about-page-integrated .feedback-copy{font-size:16px}
}


/* ===== AES DELIVERY PAGE UPDATE ===== */
.delivery-hero-clean .hero-actions{margin-top:24px}
.delivery-content .card,.delivery-process-section .card{height:100%}
.delivery-benefits .card{display:flex;flex-direction:column}
.delivery-step-number{width:48px;height:48px;border-radius:999px;display:grid;place-items:center;background:linear-gradient(135deg,var(--blue),#073b73);color:#fff;font-weight:950;font-size:18px;box-shadow:0 12px 28px rgba(12,76,139,.22)}
.delivery-steps-clean .card{position:relative;overflow:hidden}
.delivery-steps-clean .card::after{content:"";position:absolute;right:-34px;top:-34px;width:96px;height:96px;border-radius:999px;background:rgba(12,76,139,.07)}
.delivery-note-clean{margin-top:20px}
.delivery-cta-clean{margin-top:30px}
@media(max-width:760px){.delivery-hero-clean .hero-actions .btn{width:100%}.delivery-note-clean{font-size:15px}.delivery-cta-clean{margin-top:22px}}
/* ===== /AES DELIVERY PAGE UPDATE ===== */


/* ===== AES GLOBAL ABOUT BACKGROUND + INTEGRATED PAGES ===== */
body{
  background:
    radial-gradient(circle at 12% 10%, rgba(13,90,167,.14), transparent 32%),
    radial-gradient(circle at 88% 8%, rgba(255,186,8,.16), transparent 34%),
    linear-gradient(180deg,#f8fbff 0%, #eef5fd 46%, #f7fafc 100%) !important;
}
main{
  background:
    radial-gradient(circle at 12% 10%, rgba(13,90,167,.10), transparent 32%),
    radial-gradient(circle at 88% 8%, rgba(255,186,8,.12), transparent 34%),
    linear-gradient(180deg,#f8fbff 0%, #eef5fd 46%, #f7fafc 100%);
}
.aes-page-surface{min-height:calc(100vh - 90px)}
.aes-centered-hero{display:block!important;max-width:880px;margin-bottom:26px!important}
.aes-split-hero{margin-bottom:26px!important}
.aes-action-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.aes-btn-secondary{background:#fff;color:var(--navy);border:1px solid var(--line);box-shadow:0 10px 24px rgba(7,26,48,.08)}
.aes-contact-card h2,.aes-policy-card h2{margin:0 0 10px;color:var(--navy);font-size:clamp(26px,3vw,36px);line-height:1.1;letter-spacing:-.035em}
.aes-contact-card p,.aes-policy-card p{margin:0 0 18px;color:var(--muted)}
.aes-contact-list{display:grid;gap:12px;margin-top:16px}
.aes-contact-list>a,.aes-contact-list>div{display:flex;gap:12px;align-items:flex-start;background:#f8fbff;border:1px solid var(--line);border-radius:18px;padding:15px}
.aes-contact-list span{width:38px;height:38px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,var(--blue),#073b73);color:#fff;flex:0 0 auto}
.aes-contact-list b{display:block;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.aes-contact-list strong{display:block;color:var(--navy);font-size:18px;word-break:break-word}
.aes-faq-list{display:grid;gap:14px}
.aes-faq-list details{background:#f8fbff;border:1px solid var(--line);border-radius:20px;padding:0;overflow:hidden}
.aes-faq-list summary{cursor:pointer;list-style:none;padding:20px 22px;font-weight:950;color:var(--navy);font-size:18px;display:flex;justify-content:space-between;gap:16px}
.aes-faq-list summary::-webkit-details-marker{display:none}
.aes-faq-list summary::after{content:'+';font-weight:950;color:var(--blue)}
.aes-faq-list details[open] summary::after{content:'–'}
.aes-faq-list p{margin:0;padding:0 22px 22px;color:var(--muted)}
.aes-policy-card ul,.aes-check-list{margin:16px 0 0;padding:0;list-style:none;display:grid;gap:10px}
.aes-policy-card li,.aes-check-list li{position:relative;padding-left:28px;color:var(--muted);font-weight:750}
.aes-policy-card li::before,.aes-check-list li::before{content:'✓';position:absolute;left:0;top:0;color:var(--ok);font-weight:950}
.aes-muted-list li::before{content:'•';color:var(--muted)}
.aes-two-columns{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.aes-two-columns h3{margin:16px 0 10px;color:var(--navy);font-size:22px}
.about-page-integrated .about-media-frame{overflow:hidden}
.about-page-integrated input,.about-page-integrated textarea,.about-page-integrated select{width:100%;border:1px solid var(--line);border-radius:14px;padding:13px 14px;font:inherit;color:var(--ink);background:#fff;outline:none}
.about-page-integrated input:focus,.about-page-integrated textarea:focus,.about-page-integrated select:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(13,90,167,.12)}
@media(max-width:900px){.aes-two-columns{grid-template-columns:1fr}}
@media(max-width:760px){.aes-action-row .about-btn{width:100%}.aes-contact-list strong{font-size:16px}.aes-faq-list summary{font-size:16px;padding:18px}.aes-faq-list p{padding:0 18px 18px}.about-page-integrated .about-media-frame{padding:18px}}
/* ===== /AES GLOBAL ABOUT BACKGROUND + INTEGRATED PAGES ===== */

/* ===== AES PREMIUM SITE BACKGROUND - APPLIED ACROSS SITE ===== */
:root{
  --aes-premium-page-bg:
    radial-gradient(circle at 12% 10%, rgba(13,90,167,.14), transparent 32%),
    radial-gradient(circle at 88% 8%, rgba(255,186,8,.16), transparent 34%),
    linear-gradient(180deg,#f8fbff 0%, #eef5fd 46%, #f7fafc 100%);
}

body,
main{
  background:var(--aes-premium-page-bg) !important;
}

main > .page-hero,
main > .section:not(.deals-strip),
main > .content{
  background:transparent !important;
}

.about-page-integrated{
  background:var(--aes-premium-page-bg) !important;
}

/* Keep the Home hero and Today’s Deals strip visually distinct. The premium background starts below the deals/filter area. */
main > .hero{
  background:radial-gradient(circle at 15% 10%,rgba(255,186,8,.23),transparent 28%),linear-gradient(135deg,#081b32,#0a315c 57%,#0c5fa8) !important;
}

main > .deals-strip{
  background:#fff7e6 !important;
}
/* ===== /AES PREMIUM SITE BACKGROUND - APPLIED ACROSS SITE ===== */


/* ===== AES PREMIUM BACKGROUND FIX - HOME / INVENTORY / DELIVERY ===== */
.aes-premium-lower-bg,
.aes-premium-full-bg{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(13,90,167,.18), transparent 34%),
    radial-gradient(circle at 88% 10%, rgba(255,186,8,.20), transparent 36%),
    linear-gradient(180deg,#f8fbff 0%, #eef5fd 46%, #f7fafc 100%) !important;
}
.aes-premium-lower-bg::before,
.aes-premium-full-bg::before{
  content:"";
  position:absolute;
  left:-110px;
  top:70px;
  width:340px;
  height:340px;
  border-radius:999px;
  background:var(--blue);
  opacity:.16;
  filter:blur(30px);
  pointer-events:none;
}
.aes-premium-lower-bg::after,
.aes-premium-full-bg::after{
  content:"";
  position:absolute;
  right:-120px;
  top:170px;
  width:360px;
  height:360px;
  border-radius:999px;
  background:var(--gold);
  opacity:.18;
  filter:blur(30px);
  pointer-events:none;
}
.aes-premium-lower-bg > .section,
.aes-premium-lower-bg > .section.tight,
.aes-premium-full-bg > .section,
.aes-premium-full-bg > .section.tight,
.aes-premium-full-bg > .page-hero{
  position:relative;
  z-index:1;
  background:transparent !important;
}
.aes-premium-full-bg > .page-hero{
  border-bottom:0;
}
/* Keep reduced-price sections unchanged */
main > .deals-strip,
main > .used-inventory-deals{
  background:#fff7e6 !important;
}
@media(max-width:760px){
  .aes-premium-lower-bg::before,
  .aes-premium-full-bg::before{left:-180px;top:40px;opacity:.13}
  .aes-premium-lower-bg::after,
  .aes-premium-full-bg::after{right:-190px;top:220px;opacity:.14}
}
/* ===== /AES PREMIUM BACKGROUND FIX - HOME / INVENTORY / DELIVERY ===== */

/* ===== Inventory heading above search filter ===== */
.inventory-filter-section{padding-bottom:24px;}
.inventory-filter-head{margin-bottom:14px;}
.inventory-filter-head .eyebrow{margin-bottom:0;font-size:clamp(1.35rem,2vw,1.85rem);letter-spacing:-.02em;text-transform:none;color:var(--ink);font-weight:900;}
.inventory-filter-head .open-full-used-inventory{margin-left:auto;white-space:nowrap;}
.inventory-preview-section{padding-top:10px;}
@media (max-width:760px){.inventory-filter-head{gap:12px;align-items:flex-start}.inventory-filter-head .open-full-used-inventory{margin-left:0;width:100%;justify-content:center}.inventory-preview-section{padding-top:6px;}}
/* ===== /Inventory heading above search filter ===== */


/* ===== AES COMPACT PROFESSIONAL LAYOUT REFINEMENT ===== */
/* Keeps the same AES visual style while reducing large vertical gaps on desktop and mobile. */
.section:not(.deals-strip):not(.used-inventory-deals):not(.all-todays-deals-section){padding:46px 0;}
.section.tight:not(.deals-strip):not(.used-inventory-deals){padding:30px 0;}
.page-hero .container{padding:44px 0;}
.section-head{margin-bottom:16px;gap:16px;}
.section-head h2,.content h2{line-height:1.06;}
.section-head p{margin-top:8px;margin-bottom:0;}
.card,.contact-box,.detail-card{padding:20px;border-radius:24px;}
.filter-panel{padding:18px;border-radius:24px;}
.vehicle-grid{gap:18px;}
.benefit-grid,.steps-grid,.stats-grid,.quote-grid{gap:16px;}
.vehicle-body{padding:18px;}
.vehicle-body h3{margin:6px 0 7px;min-height:44px;}
.price{margin:10px 0;}
.cta-band{margin-top:8px;padding:34px;border-radius:30px;}
.footer{padding-top:38px;}

/* Restore Available Used Inventory to the same headline style used across the site. */
.inventory-filter-section{padding-top:32px;padding-bottom:18px;}
.inventory-filter-head{align-items:center;margin-bottom:12px;}
.inventory-filter-head h2{margin:0;font-size:clamp(28px,4vw,44px);line-height:1;letter-spacing:-.035em;color:var(--ink);}
.inventory-filter-head .open-full-used-inventory{margin-left:auto;white-space:nowrap;}
.inventory-preview-section{padding-top:4px;}
.inventory-preview-section .vehicle-grid{margin-top:0;}

/* Integrated page panels: closer, cleaner, less stretched. */
.about-page-integrated .about-wrap{padding:44px 0;}
.about-page-integrated .about-hero{gap:30px;margin-bottom:20px;}
.about-page-integrated .about-title{margin-bottom:12px;}
.about-page-integrated .about-copy,
.about-page-integrated .section-copy,
.about-page-integrated .feedback-copy{line-height:1.65;}
.about-page-integrated .about-stats{margin-top:20px;gap:10px;}
.about-page-integrated .about-stat{padding:15px;border-radius:18px;}
.about-page-integrated .about-section,
.about-page-integrated .feedback-section,
.about-page-integrated .about-cta,
.about-page-integrated .about-team-section{margin-top:18px;padding:26px;border-radius:28px;}
.about-page-integrated .about-team-section.section{padding:26px;}
.about-page-integrated .section-head{margin-bottom:16px;}
.about-page-integrated .section-title,
.about-page-integrated .feedback-title{margin-bottom:8px;line-height:1.05;}
.about-page-integrated .about-grid,
.about-page-integrated .process-grid{gap:14px;}
.about-page-integrated .about-card,
.about-page-integrated .process-card{padding:20px;border-radius:22px;}
.about-page-integrated .about-icon,
.about-page-integrated .process-number{margin-bottom:10px;}
.about-page-integrated .feedback-layout{gap:20px;}
.about-page-integrated .feedback-points{margin-top:14px;}
.about-page-integrated .feedback-form{padding:18px;border-radius:22px;}
.about-page-integrated .about-cta{gap:14px;}

/* Delivery page: tighter stacked panels without changing content. */
.delivery-hero-clean .container{padding-top:42px;padding-bottom:30px;}
.delivery-hero-clean .lead{max-width:820px;}
.delivery-hero-clean .hero-actions{margin-top:18px;}
.delivery-content.section,
.delivery-process-section.section{padding:30px 0;}
.delivery-content .section-head{margin-bottom:14px;}
.delivery-note-clean{margin-top:14px;}
.delivery-cta-clean{margin-top:20px;}

/* FAQ, contact, policy pages: reduce empty space between heading, panel and text. */
.aes-centered-hero{margin-bottom:18px!important;}
.aes-split-hero{margin-bottom:18px!important;}
.aes-action-row{margin-top:18px;}
.aes-contact-card h2,.aes-policy-card h2{margin-bottom:8px;}
.aes-contact-card p,.aes-policy-card p{margin-bottom:12px;line-height:1.65;}
.aes-contact-list{gap:10px;margin-top:12px;}
.aes-contact-list>a,.aes-contact-list>div{padding:13px;border-radius:16px;}
.aes-faq-list{gap:10px;}
.aes-faq-list summary{padding:17px 20px;}
.aes-faq-list p{padding:0 20px 18px;line-height:1.65;}
.aes-two-columns{gap:18px;}
.aes-two-columns h3{margin:12px 0 8px;}
.aes-policy-card ul,.aes-check-list{margin-top:12px;gap:8px;}

@media(max-width:900px){
  .section:not(.deals-strip):not(.used-inventory-deals):not(.all-todays-deals-section){padding:36px 0;}
  .section.tight:not(.deals-strip):not(.used-inventory-deals){padding:24px 0;}
  .inventory-filter-head{align-items:flex-start;}
}
@media(max-width:760px){
  .page-hero .container{padding:32px 0;}
  .section-head{margin-bottom:12px;}
  .filter-panel{padding:15px;border-radius:20px;}
  .card,.contact-box,.detail-card{padding:18px;border-radius:20px;}
  .vehicle-grid{gap:14px;}
  .vehicle-body{padding:16px;}
  .vehicle-body h3{min-height:auto;}
  .cta-band{padding:24px;border-radius:24px;}
  .inventory-filter-section{padding-top:24px;padding-bottom:12px;}
  .inventory-filter-head{display:grid;gap:10px;margin-bottom:10px;}
  .inventory-filter-head h2{font-size:32px;}
  .inventory-filter-head .open-full-used-inventory{margin-left:0;width:100%;justify-content:center;}
  .inventory-preview-section{padding-top:0;}
  .about-page-integrated .about-wrap{padding:32px 0;}
  .about-page-integrated .about-hero{gap:20px;margin-bottom:16px;}
  .about-page-integrated .about-section,
  .about-page-integrated .feedback-section,
  .about-page-integrated .about-cta,
  .about-page-integrated .about-team-section,
  .about-page-integrated .about-team-section.section{margin-top:14px;padding:18px;border-radius:22px;}
  .about-page-integrated .about-card,
  .about-page-integrated .process-card{padding:18px;}
  .delivery-hero-clean .container{padding-top:32px;padding-bottom:24px;}
  .delivery-content.section,
  .delivery-process-section.section{padding:24px 0;}
  .aes-centered-hero,.aes-split-hero{margin-bottom:14px!important;}
  .aes-faq-list summary{padding:15px 16px;}
  .aes-faq-list p{padding:0 16px 16px;}
}
/* ===== /AES COMPACT PROFESSIONAL LAYOUT REFINEMENT ===== */

/* ===== AES FINAL TIGHT LAYOUT + RESTORED INVENTORY EYEBROW STYLE ===== */
/* Restore the exact small premium label style for 'Available Used Inventory' while keeping it above the filters. */
.inventory-filter-section{padding-top:22px!important;padding-bottom:10px!important;}
.inventory-filter-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin:0 0 8px!important;}
.inventory-filter-head .eyebrow{margin:0!important;font-weight:950!important;letter-spacing:.14em!important;text-transform:uppercase!important;color:var(--gold)!important;font-size:13px!important;line-height:1.2!important;}
.inventory-filter-head h2{margin:0!important;}
.inventory-filter-head .open-full-used-inventory{margin-left:auto!important;min-height:42px!important;padding:10px 15px!important;}
.inventory-filter-section .filter-panel{margin-top:0!important;}
.inventory-preview-section{padding-top:10px!important;}

/* Compact vertical rhythm across normal content areas. Reduced-price / Today's Deals sections are intentionally excluded. */
.section:not(.deals-strip):not(.used-inventory-deals):not(.all-todays-deals-section){padding-top:32px!important;padding-bottom:32px!important;}
.section.tight:not(.deals-strip):not(.used-inventory-deals){padding-top:20px!important;padding-bottom:20px!important;}
.page-hero .container{padding-top:34px!important;padding-bottom:30px!important;}
.section-head{margin-bottom:12px!important;gap:12px!important;}
.section-head p{margin-top:6px!important;margin-bottom:0!important;line-height:1.55!important;}
.section-head h2,.content h2{line-height:1.04!important;}
.lead{margin-top:8px!important;margin-bottom:0!important;line-height:1.58!important;}

/* Panels should be only as tall as their content, not stretched to match neighbouring panels. */
.benefit-grid,.steps-grid,.stats-grid,.quote-grid,.two-col,.contact-grid,.delivery-benefits,.delivery-steps-clean,
.about-page-integrated .about-grid,.about-page-integrated .process-grid,.about-page-integrated .feedback-layout,.about-page-integrated .about-stats,
.aes-two-columns{align-items:start!important;}
.card,.contact-box,.detail-card,.filter-panel,.faq details,.about-page-integrated .about-card,.about-page-integrated .process-card,
.about-page-integrated .about-section,.about-page-integrated .feedback-section,.about-page-integrated .about-cta,.about-page-integrated .about-team-section,
.aes-contact-card,.aes-policy-card,.delivery-content .card,.delivery-process-section .card{height:auto!important;min-height:0!important;}
.delivery-content .card,.delivery-process-section .card{height:auto!important;}

.card,.contact-box,.detail-card{padding:18px!important;border-radius:22px!important;}
.filter-panel{padding:16px!important;border-radius:22px!important;}
.card h3{margin:10px 0 6px!important;line-height:1.18!important;}
.card p,.content p,.content li{line-height:1.55!important;margin-top:0!important;}
.icon{width:42px!important;height:42px!important;border-radius:14px!important;font-size:20px!important;}
.benefit-grid,.steps-grid,.stats-grid,.quote-grid{gap:14px!important;}
.vehicle-grid{gap:16px!important;align-items:start!important;}
.vehicle-body{padding:16px!important;}
.vehicle-body h3{margin:5px 0 6px!important;min-height:0!important;line-height:1.16!important;}
.price{margin:8px 0!important;}
.card-actions{gap:8px!important;}
.cta-band{margin-top:6px!important;padding:26px!important;border-radius:26px!important;gap:14px!important;}
.cta-band h2{line-height:1.04!important;}
.cta-band p{margin:6px 0 0!important;line-height:1.55!important;}
.notice{padding:13px 15px!important;border-radius:16px!important;line-height:1.55!important;}
.footer{padding-top:34px!important;}

/* Integrated pages from the old content: tighter, stacked, cleaner. */
.about-page-integrated .about-wrap{padding:34px 0!important;}
.about-page-integrated .about-hero{gap:22px!important;margin-bottom:12px!important;align-items:start!important;}
.about-page-integrated .about-title{margin-bottom:8px!important;line-height:1.02!important;}
.about-page-integrated .about-copy,.about-page-integrated .section-copy,.about-page-integrated .feedback-copy{line-height:1.55!important;margin-bottom:0!important;}
.about-page-integrated .about-stats{margin-top:12px!important;gap:8px!important;}
.about-page-integrated .about-stat{padding:12px!important;border-radius:16px!important;}
.about-page-integrated .about-section,.about-page-integrated .feedback-section,.about-page-integrated .about-cta,.about-page-integrated .about-team-section{margin-top:12px!important;padding:20px!important;border-radius:24px!important;}
.about-page-integrated .about-team-section.section{padding:20px!important;}
.about-page-integrated .section-head{margin:0 0 10px!important;}
.about-page-integrated .section-title,.about-page-integrated .feedback-title{margin:0 0 6px!important;line-height:1.04!important;}
.about-page-integrated .about-grid,.about-page-integrated .process-grid{gap:12px!important;}
.about-page-integrated .about-card,.about-page-integrated .process-card{padding:16px!important;border-radius:18px!important;}
.about-page-integrated .about-icon,.about-page-integrated .process-number{width:40px!important;height:40px!important;border-radius:13px!important;margin-bottom:8px!important;}
.about-page-integrated .about-card h3,.about-page-integrated .process-card h3{margin:0 0 5px!important;line-height:1.16!important;}
.about-page-integrated .about-card p,.about-page-integrated .process-card p{line-height:1.5!important;}
.about-page-integrated .feedback-layout{gap:16px!important;}
.about-page-integrated .feedback-points{margin-top:10px!important;gap:8px!important;}
.about-page-integrated .feedback-form{padding:16px!important;border-radius:18px!important;}
.about-page-integrated .feedback-grid{gap:10px!important;}
.about-page-integrated textarea{min-height:96px!important;}
.about-page-integrated .about-cta{gap:12px!important;}
.about-page-integrated .about-cta h2{margin:0 0 5px!important;}

/* Delivery page. */
.delivery-hero-clean .container{padding-top:30px!important;padding-bottom:22px!important;}
.delivery-hero-clean .hero-actions{margin-top:12px!important;}
.delivery-content.section,.delivery-process-section.section{padding-top:22px!important;padding-bottom:22px!important;}
.delivery-content .section-head{margin-bottom:10px!important;}
.delivery-benefits,.delivery-steps-clean{gap:12px!important;}
.delivery-step-number{width:40px!important;height:40px!important;font-size:16px!important;margin-bottom:8px!important;}
.delivery-note-clean{margin-top:10px!important;}
.delivery-cta-clean{margin-top:14px!important;}

/* Contact / FAQ / policy pages. */
.aes-centered-hero,.aes-split-hero{margin-bottom:12px!important;}
.aes-action-row{margin-top:12px!important;gap:10px!important;}
.aes-contact-card h2,.aes-policy-card h2{margin-bottom:6px!important;}
.aes-contact-card p,.aes-policy-card p{margin-bottom:8px!important;line-height:1.55!important;}
.aes-contact-list{gap:8px!important;margin-top:8px!important;}
.aes-contact-list>a,.aes-contact-list>div{padding:11px 13px!important;border-radius:14px!important;}
.aes-faq-list{gap:8px!important;}
.aes-faq-list summary{padding:13px 16px!important;line-height:1.3!important;}
.aes-faq-list p{padding:0 16px 13px!important;line-height:1.5!important;}
.aes-two-columns{gap:12px!important;}
.aes-two-columns h3{margin:8px 0 5px!important;}
.aes-policy-card ul,.aes-check-list{margin-top:8px!important;gap:6px!important;}

@media(max-width:760px){
  .section:not(.deals-strip):not(.used-inventory-deals):not(.all-todays-deals-section){padding-top:24px!important;padding-bottom:24px!important;}
  .section.tight:not(.deals-strip):not(.used-inventory-deals){padding-top:16px!important;padding-bottom:16px!important;}
  .page-hero .container{padding-top:26px!important;padding-bottom:24px!important;}
  .inventory-filter-section{padding-top:18px!important;padding-bottom:8px!important;}
  .inventory-filter-head{display:grid!important;gap:8px!important;margin-bottom:8px!important;align-items:start!important;}
  .inventory-filter-head .open-full-used-inventory{margin-left:0!important;width:100%!important;min-height:42px!important;}
  .filter-panel{padding:14px!important;border-radius:18px!important;}
  .card,.contact-box,.detail-card{padding:15px!important;border-radius:18px!important;}
  .vehicle-grid{gap:12px!important;}
  .vehicle-body{padding:14px!important;}
  .cta-band{padding:20px!important;border-radius:22px!important;}
  .about-page-integrated .about-wrap{padding:24px 0!important;}
  .about-page-integrated .about-hero{gap:14px!important;margin-bottom:10px!important;}
  .about-page-integrated .about-section,.about-page-integrated .feedback-section,.about-page-integrated .about-cta,.about-page-integrated .about-team-section,.about-page-integrated .about-team-section.section{margin-top:10px!important;padding:15px!important;border-radius:18px!important;}
  .about-page-integrated .about-card,.about-page-integrated .process-card{padding:14px!important;}
  .delivery-hero-clean .container{padding-top:24px!important;padding-bottom:18px!important;}
  .delivery-content.section,.delivery-process-section.section{padding-top:18px!important;padding-bottom:18px!important;}
  .aes-centered-hero,.aes-split-hero{margin-bottom:10px!important;}
  .aes-faq-list summary{padding:12px 14px!important;}
  .aes-faq-list p{padding:0 14px 12px!important;}
}
/* ===== /AES FINAL TIGHT LAYOUT + RESTORED INVENTORY EYEBROW STYLE ===== */


/* ===== AES FINAL PREMIUM SPACING + INVENTORY HEADING CORRECTION ===== */
/* Match the premium blue-grey uppercase inventory label shown in the reference. */
.inventory-filter-head .eyebrow{
  color:#60758f!important;
  font-size:13px!important;
  line-height:1.15!important;
  letter-spacing:.14em!important;
  font-weight:950!important;
  text-transform:uppercase!important;
  margin:0!important;
}

/* Keep Home hero text compact and centred within its natural content width. */
.hero .container{
  grid-template-columns:minmax(0, 620px) minmax(320px, 560px)!important;
  gap:34px!important;
  padding-top:50px!important;
  padding-bottom:50px!important;
  justify-content:space-between!important;
  align-items:center!important;
}
.hero .container > div:first-child{
  max-width:620px!important;
  width:100%!important;
}
.hero .eyebrow{margin-bottom:8px!important;}
.hero h1{
  max-width:620px!important;
  font-size:clamp(36px,5.1vw,64px)!important;
  line-height:1!important;
  margin-bottom:12px!important;
}
.hero .lead{
  max-width:600px!important;
  font-size:clamp(16px,1.65vw,19px)!important;
  line-height:1.55!important;
}
.hero-card{max-width:520px!important;}

/* Compact only the text/header area of Today's Featured Deals, without changing the deal cards. */
.deals-strip .section-head{
  display:block!important;
  max-width:700px!important;
  margin-bottom:14px!important;
}
.deals-strip .section-head h2{
  max-width:680px!important;
  font-size:clamp(26px,3.5vw,38px)!important;
  line-height:1.05!important;
  margin-bottom:6px!important;
}
.deals-strip .section-head p{
  max-width:660px!important;
  margin-top:6px!important;
  line-height:1.5!important;
}
.deals-strip{padding-top:40px!important;padding-bottom:40px!important;}

/* Bring the inventory cards closer to the filter on Home and Used Inventory. */
.inventory-filter-section{padding-top:20px!important;padding-bottom:4px!important;}
.inventory-filter-head{margin-bottom:8px!important;}
.inventory-preview-section{padding-top:0!important;margin-top:-2px!important;}
.inventory-preview-section .container{padding-top:0!important;}
.inventory-preview-section .vehicle-grid{margin-top:0!important;}
.filter-result-row{margin-top:8px!important;padding-top:8px!important;}

/* Desktop/tablet: the Open Full Used Inventory button stays beside the title. Mobile: it moves under the filter actions. */
.mobile-filter-inventory-btn{display:none!important;}

/* Keep panels compact and naturally sized. */
.filter-panel{padding:15px!important;border-radius:20px!important;}
.filter-form{gap:10px!important;}
.card,.contact-box,.detail-card,.faq details,.about-page-integrated .about-card,.about-page-integrated .process-card,.delivery-content .card{
  height:auto!important;
  min-height:0!important;
  padding-top:16px!important;
  padding-bottom:16px!important;
}
.card h3{margin-top:10px!important;margin-bottom:6px!important;}
.card p{margin-top:6px!important;margin-bottom:0!important;line-height:1.5!important;}
.vehicle-grid{gap:15px!important;align-items:start!important;}
.vehicle-body{padding:16px!important;}
.vehicle-body h3{margin-top:6px!important;margin-bottom:6px!important;min-height:auto!important;}
.price{margin:8px 0!important;}

@media(max-width:1100px){
  .hero .container{
    grid-template-columns:1fr!important;
    max-width:760px!important;
    justify-content:center!important;
  }
  .hero-card{justify-self:center!important;max-width:560px!important;}
  .hero .container > div:first-child{justify-self:center!important;text-align:left!important;}
}

@media(max-width:760px){
  .hero .container{
    padding-top:34px!important;
    padding-bottom:30px!important;
    gap:18px!important;
    max-width:none!important;
  }
  .hero h1{font-size:clamp(34px,10vw,42px)!important;margin-bottom:10px!important;}
  .hero .lead{font-size:16px!important;line-height:1.5!important;}
  .hero-card{max-width:100%!important;}

  .deals-strip{padding-top:30px!important;padding-bottom:30px!important;}
  .deals-strip .section-head{margin-bottom:12px!important;}
  .deals-strip .section-head h2{font-size:28px!important;}

  .inventory-filter-head{
    display:block!important;
    text-align:center!important;
    margin-bottom:8px!important;
  }
  .inventory-filter-head .open-full-used-inventory{display:none!important;}
  .mobile-filter-inventory-btn{
    display:flex!important;
    width:100%!important;
    margin-top:0!important;
    min-height:46px!important;
    justify-content:center!important;
  }
  .filter-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:9px!important;
  }
  .inventory-filter-section{padding-top:16px!important;padding-bottom:2px!important;}
  .inventory-preview-section{padding-top:0!important;margin-top:-4px!important;}
  .filter-result-row{margin-top:7px!important;padding-top:7px!important;}
  .vehicle-grid{gap:12px!important;}
  .vehicle-body{padding:14px!important;}
  .filter-panel{padding:14px!important;border-radius:18px!important;}
}
/* ===== /AES FINAL PREMIUM SPACING + INVENTORY HEADING CORRECTION ===== */

/* ===== HOME HERO REAL IMAGE ===== */
/* Remove the thick white border/card look and keep a cleaner premium hero image. */
.hero-card{
  background:transparent!important;
  padding:0!important;
  border-radius:30px!important;
  box-shadow:0 28px 72px rgba(0,0,0,.24)!important;
  overflow:hidden!important;
}
.hero-card img{
  display:block!important;
  width:100%!important;
  border-radius:30px!important;
}
.hero-card img[src$="slide.png"]{
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  object-position:center;
}
/* ===== /HOME HERO REAL IMAGE ===== */

/* ===== HOME CLIENT REVIEW CAROUSEL ===== */
.home-client-reviews-section .about-reviews-head{margin-bottom:22px;}
.home-client-reviews-section .about-reviews-head h2{margin:0 0 10px;color:var(--navy);font-size:clamp(30px,4vw,46px);line-height:1.05;letter-spacing:-.04em;}
.home-client-reviews-section .about-reviews-head p:not(.eyebrow){margin:0;color:var(--muted);max-width:720px;}
.home-client-reviews-section .about-review-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);}
@media(max-width:760px){.home-client-reviews-section .about-reviews-head{display:grid;grid-template-columns:1fr;gap:14px}.home-client-reviews-section .about-carousel-controls{justify-content:flex-start}}
/* ===== /HOME CLIENT REVIEW CAROUSEL ===== */

/* ===== HOME CLIENT REVIEWS EXACT TEXT UPDATE ===== */
.home-client-reviews-section .about-review-track{align-items:stretch;}
.home-client-reviews-section .about-review-card{min-height:220px;display:flex;flex-direction:column;justify-content:flex-start;}
.home-client-reviews-section .about-review-card p{flex:1;}
@media(max-width:760px){.home-client-reviews-section .about-review-card{min-height:210px;}}
/* ===== /HOME CLIENT REVIEWS EXACT TEXT UPDATE ===== */


/* ===== HOME REVIEW CAROUSEL ARROWS + DOTS ===== */
.home-client-reviews-section .about-reviews-head{margin-bottom:18px;}
.home-client-reviews-section .home-review-carousel-shell{position:relative;display:flex;align-items:center;justify-content:center;}
.home-client-reviews-section .about-review-viewport{width:100%;padding:4px 36px 0;}
.home-client-reviews-section .about-review-track{grid-auto-columns:calc((100% - 36px)/3);gap:18px;align-items:stretch;padding-bottom:10px;}
.home-client-reviews-section .about-review-card{min-height:230px;display:flex;flex-direction:column;justify-content:flex-start;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:26px 30px;}
.home-client-reviews-section .about-review-card p{flex:1;font-style:italic;font-size:18px;line-height:1.55;color:#4b5563;}
.home-client-reviews-section .about-review-card strong{font-size:18px;font-weight:900;letter-spacing:-.02em;text-transform:uppercase;}
.home-client-reviews-section .about-review-card span{font-size:14px;color:#6b7280;font-weight:500;}
.home-client-reviews-section .about-review-stars{margin-bottom:18px;color:#d4a620;font-size:20px;letter-spacing:.08em;}
.home-client-reviews-section .home-review-arrow{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border:none;border-radius:50%;background:#fff;color:#d4a620;font-size:44px;line-height:1;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 26px rgba(15,42,68,.14);cursor:pointer;z-index:3;}
.home-client-reviews-section .home-review-arrow:hover{transform:translateY(-50%) scale(1.03);}
.home-client-reviews-section .home-review-arrow-prev{left:0;}
.home-client-reviews-section .home-review-arrow-next{right:0;}
.home-client-reviews-section .home-review-dots{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:18px;flex-wrap:wrap;}
.home-client-reviews-section .home-review-dot{width:9px;height:9px;border:none;border-radius:50%;background:#cfcfcf;padding:0;cursor:pointer;transition:transform .2s ease, background-color .2s ease;}
.home-client-reviews-section .home-review-dot.is-active{background:#1f7ae0;transform:scale(1.15);}
@media(max-width:1100px){
  .home-client-reviews-section .about-review-track{grid-auto-columns:calc((100% - 18px)/2);}
}
@media(max-width:760px){
  .home-client-reviews-section .about-reviews-head{margin-bottom:14px;}
  .home-client-reviews-section .about-review-viewport{padding:0 22px;}
  .home-client-reviews-section .about-review-track{grid-auto-columns:100%;gap:14px;}
  .home-client-reviews-section .about-review-card{min-height:220px;padding:22px;}
  .home-client-reviews-section .about-review-card p{font-size:17px;}
  .home-client-reviews-section .home-review-arrow{width:44px;height:44px;font-size:36px;}
  .home-client-reviews-section .home-review-arrow-prev{left:-2px;}
  .home-client-reviews-section .home-review-arrow-next{right:-2px;}
  .home-client-reviews-section .home-review-dots{margin-top:16px;gap:7px;}
}
/* ===== /HOME REVIEW CAROUSEL ARROWS + DOTS ===== */



/* ===== AES REQUEST: GOLD LABELS + RED DEAL PRICES ===== */
.eyebrow.aes-gold-text{
  color:var(--gold)!important;
}

.vehicle-card.deal-card .new-price,
.vehicle-card.deal-card .deal-price .new-price,
.vehicle-card.deal-card .deal-price span:last-child{
  color:#d92d20!important;
}

.vehicle-card.deal-card .deal-price{
  color:#d92d20!important;
}
/* ===== /AES REQUEST: GOLD LABELS + RED DEAL PRICES ===== */


/* ===== AES FOOTER UPDATED FROM REFERENCE INDEX ===== */
.site-footer{
  margin-top:60px;
  background:linear-gradient(180deg,#031126 0%,#061A40 100%);
  color:#fff;
  border-top:3px solid #E4002B;
  padding:0 0 98px;
}
.site-footer .footer-wrap{
  max-width:1280px;
  margin:0 auto;
  padding:40px 20px 20px;
}
.site-footer .footer-grid{
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr 1fr;
  gap:30px;
  align-items:start;
}
.site-footer .footer-logo{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:16px;
}
.site-footer .footer-logo img{
  width:auto!important;
  height:52px!important;
  max-width:none!important;
  max-height:52px!important;
  object-fit:contain!important;
}
.site-footer .footer-title{
  font-weight:900;
  font-size:18px;
  color:#fff;
  line-height:1.15;
}
.site-footer .footer-sub{
  font-size:12px;
  color:rgba(255,255,255,.6);
  line-height:1.35;
}
.site-footer .footer-desc{
  color:rgba(255,255,255,.7);
  font-size:14px;
  line-height:1.7;
  max-width:360px;
  margin:0;
}
.site-footer .footer-heading{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#FFCD00;
  font-weight:900;
  margin-bottom:14px;
}
.site-footer .footer-links{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.site-footer .footer-links a,
.site-footer .footer-links span{
  color:rgba(255,255,255,.85);
  text-decoration:none;
  font-size:14px;
  font-weight:600;
  margin:0;
  line-height:1.35;
}
.site-footer .footer-links a:hover{color:#fff;}
.site-footer .footer-bottom{
  margin-top:30px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.1);
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:10px;
  font-size:13px;
  color:rgba(255,255,255,.5);
}
@media (max-width:1000px){
  .site-footer .footer-grid{grid-template-columns:1fr 1fr;}
}
@media (max-width:600px){
  .site-footer{padding-bottom:110px;}
  .site-footer .footer-wrap{padding:34px 20px 18px;}
  .site-footer .footer-grid{grid-template-columns:1fr;gap:24px;}
  .site-footer .footer-logo img{height:46px!important;max-height:46px!important;}
  .site-footer .footer-bottom{display:grid;gap:8px;}
}
/* ===== /AES FOOTER UPDATED FROM REFERENCE INDEX ===== */


/* ===== COMPACT FOOTER UPDATE ===== */
.site-footer,
.footer{
  padding:0!important;
  margin:0!important;
}
.site-footer .footer-wrap{
  max-width:1280px;
  margin:0 auto;
  padding:24px 20px 14px!important;
}
.site-footer .footer-grid{
  display:grid;
  grid-template-columns:1.25fr .85fr 1fr 1.05fr!important;
  gap:18px!important;
  align-items:start!important;
}
.site-footer .footer-logo{
  display:flex;
  align-items:center;
  gap:10px!important;
  margin-bottom:8px!important;
}
.site-footer .footer-logo img{
  height:42px!important;
  max-height:42px!important;
  width:auto!important;
  object-fit:contain!important;
}
.site-footer .footer-title{
  font-size:17px!important;
  line-height:1.1!important;
  margin:0!important;
}
.site-footer .footer-sub{
  font-size:11px!important;
  line-height:1.25!important;
  margin:2px 0 0!important;
}
.site-footer .footer-desc{
  font-size:13px!important;
  line-height:1.45!important;
  max-width:360px!important;
  margin:0!important;
}
.site-footer .footer-heading{
  font-size:11px!important;
  line-height:1.15!important;
  margin:0 0 8px!important;
}
.site-footer .footer-links{
  display:flex!important;
  flex-direction:column!important;
  gap:5px!important;
}
.site-footer .footer-links a,
.site-footer .footer-links span{
  font-size:13px!important;
  line-height:1.25!important;
  margin:0!important;
}
.site-footer .footer-bottom{
  margin-top:16px!important;
  padding-top:10px!important;
  gap:8px!important;
  font-size:12px!important;
  line-height:1.25!important;
}
@media(max-width:900px){
  .site-footer .footer-wrap{
    padding:22px 18px 14px!important;
  }
  .site-footer .footer-grid{
    grid-template-columns:1fr 1fr!important;
    gap:16px 18px!important;
  }
}
@media(max-width:640px){
  .site-footer .footer-wrap{
    padding:20px 16px 12px!important;
  }
  .site-footer .footer-grid{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  .site-footer .footer-logo{
    margin-bottom:7px!important;
  }
  .site-footer .footer-logo img{
    height:38px!important;
    max-height:38px!important;
  }
  .site-footer .footer-desc{
    line-height:1.4!important;
  }
  .site-footer .footer-heading{
    margin-bottom:6px!important;
  }
  .site-footer .footer-links{
    gap:4px!important;
  }
  .site-footer .footer-bottom{
    margin-top:12px!important;
    padding-top:9px!important;
  }
}
/* ===== /COMPACT FOOTER UPDATE ===== */



/* ===== REFINED FLOATING BUTTON SIZE ===== */
.back-to-top{
  width:50px!important;
  height:50px!important;
  right:18px;
  bottom:18px;
  border:1px solid rgba(255,255,255,.16)!important;
  background:rgba(0,0,0,.82)!important;
  box-shadow:0 12px 28px rgba(0,0,0,.24)!important;
}
.back-to-top span{
  font-size:22px!important;
  line-height:1!important;
}
.back-to-products-float{
  height:46px!important;
  min-height:46px!important;
  padding:0 18px!important;
  font-size:13px!important;
  font-weight:750!important;
  background:rgba(0,0,0,.82)!important;
  box-shadow:0 10px 24px rgba(0,0,0,.22)!important;
}
@media(max-width:760px){
  .back-to-top{
    width:46px!important;
    height:46px!important;
    right:14px!important;
    bottom:14px!important;
  }
  .back-to-top span{
    font-size:21px!important;
  }
  .back-to-products-float{
    height:44px!important;
    min-height:44px!important;
    padding:0 16px!important;
    font-size:12.5px!important;
    left:14px!important;
    bottom:14px!important;
    max-width:calc(100% - 76px)!important;
  }
}
/* ===== /REFINED FLOATING BUTTON SIZE ===== */



/* ===== AES DELIVERY PAGE FINAL ===== */
.delivery-aes-hero-section{
  padding-top:34px!important;
  padding-bottom:22px!important;
}
.delivery-aes-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:26px;
  align-items:center;
}
.delivery-aes-hero-copy{
  background:rgba(255,255,255,.9);
  border:1px solid var(--line);
  border-radius:28px;
  box-shadow:var(--shadow);
  padding:28px;
}
.delivery-aes-hero-copy h1{
  margin:8px 0 10px;
}
.delivery-aes-hero-copy .lead{
  margin-bottom:18px;
}
.delivery-aes-hero-media{
  border-radius:30px;
  overflow:hidden;
  box-shadow:0 24px 68px rgba(7,26,48,.18);
  border:1px solid rgba(255,255,255,.7);
  background:#fff;
}
.delivery-aes-hero-media img{
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
  object-position:center;
  display:block;
}
.delivery-content{
  padding-top:20px!important;
}
.delivery-benefits{
  align-items:start;
}
.delivery-steps-clean{
  align-items:start;
}
.delivery-reassurance{
  align-items:start;
}
.delivery-note-clean strong{
  color:var(--navy);
}
@media(max-width:900px){
  .delivery-aes-hero-section{
    padding-top:24px!important;
    padding-bottom:16px!important;
  }
  .delivery-aes-hero-grid{
    grid-template-columns:1fr;
    gap:18px;
  }
  .delivery-aes-hero-copy{
    padding:22px;
    border-radius:24px;
  }
  .delivery-aes-hero-media{
    border-radius:24px;
  }
  .delivery-aes-hero-media img{
    aspect-ratio:4/3;
  }
}
@media(max-width:560px){
  .delivery-aes-hero-copy{
    padding:18px;
  }
  .delivery-aes-hero-media img{
    aspect-ratio:1.12/1;
  }
}
/* ===== /AES DELIVERY PAGE FINAL ===== */















/* ===== GLOBAL AES HERO PANEL RULE ===== */
/* All main page hero sections now follow the Home hero feeling: premium blue panel + large headline. */
.page-hero{
  padding:34px 0 22px!important;
  background:transparent!important;
}
.page-hero .container{
  background:
    radial-gradient(circle at 15% 10%,rgba(255,186,8,.22),transparent 28%),
    linear-gradient(135deg,#081b32,#0a315c 57%,#0c5fa8)!important;
  color:#fff!important;
  border-radius:32px!important;
  box-shadow:0 26px 76px rgba(7,26,48,.20)!important;
  border:1px solid rgba(255,255,255,.14)!important;
  padding:42px!important;
}
.page-hero h1,
.delivery-aes-hero-copy h1,
.about-page-integrated .about-title{
  font-size:clamp(40px,6vw,78px)!important;
  line-height:.98!important;
  margin:0 0 18px!important;
  letter-spacing:-.055em!important;
  font-weight:900!important;
}
.page-hero h1{
  color:#fff!important;
}
.page-hero .lead{
  color:#e8f2ff!important;
  opacity:1!important;
  max-width:780px!important;
  font-weight:400!important;
  line-height:1.6!important;
}
.page-hero .eyebrow{
  color:var(--gold)!important;
}

/* About Us uses a custom hero, so match it to the same rule without touching the rest of the page. */
.about-page-integrated .about-hero{
  background:
    radial-gradient(circle at 15% 10%,rgba(255,186,8,.22),transparent 28%),
    linear-gradient(135deg,#081b32,#0a315c 57%,#0c5fa8)!important;
  color:#fff!important;
  border-radius:32px!important;
  box-shadow:0 26px 76px rgba(7,26,48,.20)!important;
  border:1px solid rgba(255,255,255,.14)!important;
  padding:42px!important;
}
.about-page-integrated .about-title{
  color:#fff!important;
}
.about-page-integrated .about-copy{
  color:#e8f2ff!important;
  opacity:1!important;
  line-height:1.6!important;
}
.about-page-integrated .about-eyebrow{
  color:var(--gold)!important;
}

/* Delivery uses an image hero, so the text panel follows the same Home hero rule. */
.delivery-aes-hero-copy{
  background:
    radial-gradient(circle at 15% 10%,rgba(255,186,8,.22),transparent 28%),
    linear-gradient(135deg,#081b32,#0a315c 57%,#0c5fa8)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.14)!important;
  box-shadow:0 26px 76px rgba(7,26,48,.20)!important;
}
.delivery-aes-hero-copy h1{
  color:#fff!important;
}
.delivery-aes-hero-copy .lead{
  color:#e8f2ff!important;
  opacity:1!important;
  font-weight:400!important;
  line-height:1.6!important;
}
.delivery-aes-hero-copy .lead strong{
  color:#fff!important;
  font-weight:800!important;
}
.delivery-aes-hero-copy .eyebrow{
  color:var(--gold)!important;
}

@media(max-width:900px){
  .page-hero{
    padding:24px 0 16px!important;
  }
  .page-hero .container,
  .about-page-integrated .about-hero{
    padding:28px!important;
    border-radius:26px!important;
  }
  .page-hero h1,
  .delivery-aes-hero-copy h1,
  .about-page-integrated .about-title{
    font-size:clamp(38px,9vw,64px)!important;
    line-height:.98!important;
  }
}
@media(max-width:560px){
  .page-hero .container,
  .about-page-integrated .about-hero{
    padding:22px!important;
    border-radius:24px!important;
  }
  .page-hero h1,
  .delivery-aes-hero-copy h1,
  .about-page-integrated .about-title{
    font-size:clamp(34px,10.5vw,50px)!important;
    line-height:1!important;
  }
}
/* ===== /GLOBAL AES HERO PANEL RULE ===== */



/* ===== FINAL GLOBAL HERO PANEL ALIGNMENT ===== */
/* Keep Home unchanged. Match every other blue hero panel to the Home headline feel, but avoid oversized text inside narrower panels. */
.page-hero .container,
.about-page-integrated .about-hero{
  background:
    radial-gradient(circle at 15% 10%,rgba(255,186,8,.23),transparent 28%),
    linear-gradient(135deg,#081b32,#0a315c 57%,#0c5fa8)!important;
  color:#fff!important;
}

.page-hero h1,
.about-page-integrated .about-title{
  font-size:clamp(40px,5.35vw,68px)!important;
  line-height:.98!important;
  letter-spacing:-.055em!important;
  font-weight:900!important;
  color:#fff!important;
  max-width:780px!important;
}

.page-hero .lead,
.about-page-integrated .about-copy{
  color:#e8f2ff!important;
  font-size:clamp(17px,2vw,22px)!important;
  line-height:1.6!important;
  max-width:780px!important;
  opacity:1!important;
}

/* Delivery: one single blue panel containing both text and image. */
.delivery-aes-hero-grid{
  background:
    radial-gradient(circle at 15% 10%,rgba(255,186,8,.23),transparent 28%),
    linear-gradient(135deg,#081b32,#0a315c 57%,#0c5fa8)!important;
  color:#fff!important;
  border-radius:32px!important;
  box-shadow:0 26px 76px rgba(7,26,48,.20)!important;
  border:1px solid rgba(255,255,255,.14)!important;
  padding:42px!important;
}

.delivery-aes-hero-copy{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  color:#fff!important;
}

.delivery-aes-hero-copy h1{
  font-size:clamp(40px,5.35vw,68px)!important;
  line-height:.98!important;
  letter-spacing:-.055em!important;
  font-weight:900!important;
  color:#fff!important;
  max-width:780px!important;
}

.delivery-aes-hero-copy .lead{
  color:#e8f2ff!important;
  font-size:clamp(17px,2vw,22px)!important;
  line-height:1.6!important;
  font-weight:400!important;
  max-width:780px!important;
  opacity:1!important;
}

.delivery-aes-hero-copy .lead strong{
  color:#fff!important;
  font-weight:800!important;
}

.delivery-aes-hero-media{
  background:rgba(255,255,255,.12)!important;
  border:1px solid rgba(255,255,255,.20)!important;
  box-shadow:0 22px 58px rgba(0,0,0,.28)!important;
  border-radius:28px!important;
}

.delivery-aes-hero-media img{
  border-radius:0!important;
}

.delivery-aes-hero-copy .eyebrow,
.page-hero .eyebrow,
.about-page-integrated .about-eyebrow{
  color:var(--gold)!important;
}

@media(max-width:900px){
  .page-hero .container,
  .about-page-integrated .about-hero,
  .delivery-aes-hero-grid{
    padding:28px!important;
    border-radius:26px!important;
  }

  .page-hero h1,
  .about-page-integrated .about-title,
  .delivery-aes-hero-copy h1{
    font-size:clamp(38px,8.2vw,58px)!important;
    line-height:.98!important;
  }
}

@media(max-width:560px){
  .page-hero .container,
  .about-page-integrated .about-hero,
  .delivery-aes-hero-grid{
    padding:22px!important;
    border-radius:24px!important;
  }

  .page-hero h1,
  .about-page-integrated .about-title,
  .delivery-aes-hero-copy h1{
    font-size:clamp(34px,9.6vw,46px)!important;
    line-height:1!important;
  }

  .page-hero .lead,
  .about-page-integrated .about-copy,
  .delivery-aes-hero-copy .lead{
    font-size:16px!important;
    line-height:1.58!important;
  }
}
/* ===== /FINAL GLOBAL HERO PANEL ALIGNMENT ===== */


/* ===== HOME BACKGROUND + HERO PANEL CORRECT ===== */
/* Home page background starts from the top, while the hero text/image stays inside the same blue panel style as the other sections. */
.home-premium-page{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(13,90,167,.18), transparent 34%),
    radial-gradient(circle at 88% 10%, rgba(255,186,8,.20), transparent 36%),
    linear-gradient(180deg,#f8fbff 0%, #eef5fd 46%, #f7fafc 100%)!important;
}
.home-premium-page::before{
  content:"";
  position:absolute;
  left:-110px;
  top:70px;
  width:340px;
  height:340px;
  border-radius:999px;
  background:var(--blue);
  opacity:.16;
  filter:blur(30px);
  pointer-events:none;
}
.home-premium-page::after{
  content:"";
  position:absolute;
  right:-120px;
  top:170px;
  width:360px;
  height:360px;
  border-radius:999px;
  background:var(--gold);
  opacity:.18;
  filter:blur(30px);
  pointer-events:none;
}
.home-premium-page > *{
  position:relative;
  z-index:1;
}
.home-premium-page .hero{
  background:transparent!important;
  color:inherit!important;
  padding:34px 0 22px!important;
}
.home-premium-page .hero .container{
  background:
    radial-gradient(circle at 15% 10%,rgba(255,186,8,.23),transparent 28%),
    linear-gradient(135deg,#081b32,#0a315c 57%,#0c5fa8)!important;
  color:#fff!important;
  border-radius:32px!important;
  box-shadow:0 26px 76px rgba(7,26,48,.20)!important;
  border:1px solid rgba(255,255,255,.14)!important;
  padding:42px!important;
}
.home-premium-page .hero h1{
  color:#fff!important;
  font-size:clamp(40px,5.35vw,68px)!important;
  line-height:.98!important;
  letter-spacing:-.055em!important;
  font-weight:900!important;
  max-width:780px!important;
}
.home-premium-page .hero .lead{
  color:#e8f2ff!important;
  font-size:clamp(17px,2vw,22px)!important;
  line-height:1.6!important;
  max-width:780px!important;
  opacity:1!important;
}
.home-premium-page .hero .eyebrow{
  color:var(--gold)!important;
}
.home-premium-page .hero-card{
  background:rgba(255,255,255,.12)!important;
  border:1px solid rgba(255,255,255,.20)!important;
  box-shadow:0 22px 58px rgba(0,0,0,.28)!important;
  border-radius:28px!important;
  padding:0!important;
  overflow:hidden!important;
}
.home-premium-page .hero-card img{
  border-radius:0!important;
}

/* Home background should be visible throughout the page, including sections that previously forced their own background. */
.home-premium-page > .deals-strip,
.home-premium-page > .used-inventory-deals,
.home-premium-page > .section,
.home-premium-page > .section.tight,
.home-premium-page .aes-premium-lower-bg{
  background:transparent!important;
}
.home-premium-page .aes-premium-lower-bg::before,
.home-premium-page .aes-premium-lower-bg::after{
  display:none!important;
}

@media(max-width:900px){
  .home-premium-page .hero{
    padding:24px 0 16px!important;
  }
  .home-premium-page .hero .container{
    padding:28px!important;
    border-radius:26px!important;
    gap:28px!important;
  }
  .home-premium-page .hero h1{
    font-size:clamp(38px,8.2vw,58px)!important;
    line-height:.98!important;
  }
}
@media(max-width:560px){
  .home-premium-page::before{
    left:-180px;
    top:40px;
    opacity:.13;
  }
  .home-premium-page::after{
    right:-190px;
    top:220px;
    opacity:.14;
  }
  .home-premium-page .hero .container{
    padding:22px!important;
    border-radius:24px!important;
  }
  .home-premium-page .hero h1{
    font-size:clamp(34px,9.6vw,46px)!important;
    line-height:1!important;
  }
  .home-premium-page .hero .lead{
    font-size:16px!important;
    line-height:1.58!important;
  }
}
/* ===== /HOME BACKGROUND + HERO PANEL CORRECT ===== */



/* ===== ABOUT STATS WEB EQUAL + COMPACT ===== */
@media(min-width:761px){
  .about-page-integrated .about-stats{
    grid-template-columns:repeat(4, minmax(0, 1fr))!important;
    gap:10px!important;
    max-width:560px!important;
    margin-top:20px!important;
  }
  .about-page-integrated .about-stat{
    min-height:92px!important;
    height:92px!important;
    padding:14px 10px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    border-radius:18px!important;
  }
  .about-page-integrated .about-stat strong{
    font-size:26px!important;
    line-height:1!important;
    margin:0!important;
  }
  .about-page-integrated .about-stat span{
    font-size:12px!important;
    line-height:1.25!important;
    margin-top:6px!important;
  }
}
/* ===== /ABOUT STATS WEB EQUAL + COMPACT ===== */





/* ===== REQUESTED TITLE COLOUR: SAME AS ABOUT US PROCESS BLUE ===== */
/* All requested titles/labels outside the blue hero panels use the same blue used by About Us process labels. */
:root{
  --aes-process-title-blue:var(--blue);
}

/* Home requested titles: Why Buyers Trust Us, Simple Process, Customer Experience */
.home-premium-page .why-buyers-trust-section > .container > .section-head .eyebrow,
.home-premium-page .simple-process-section > .container > .section-head .eyebrow,
.home-premium-page .customer-experience-section .about-reviews-head .eyebrow,
.home-premium-page .home-client-reviews-section .about-reviews-head .eyebrow{
  color:var(--aes-process-title-blue)!important;
}

/* Remove old forced gold from these exact Home labels only. */
.home-premium-page .why-buyers-trust-section .eyebrow.aes-gold-text,
.home-premium-page .simple-process-section .eyebrow.aes-gold-text{
  color:var(--aes-process-title-blue)!important;
}

/* About Us requested title: Our Experts Team */
.about-team-section .eyebrow,
.about-team-section .section-eyebrow,
.about-heading-left .eyebrow{
  color:var(--aes-process-title-blue)!important;
}

/* Delivery section titles/labels outside the blue panel. */
.delivery-content .eyebrow,
.delivery-process-section .eyebrow,
.delivery-reassurance .eyebrow,
.delivery-cta-clean .eyebrow,
.delivery-content .section-head .eyebrow,
.delivery-process-section .section-head .eyebrow,
main:not(.home-premium-page) .delivery-content .eyebrow{
  color:var(--aes-process-title-blue)!important;
}

/* General rule: standard section labels outside hero/blue panels use this same blue. */
main .section:not(.hero):not(.page-hero):not(.delivery-aes-hero-section) .section-head .eyebrow,
main .section:not(.hero):not(.page-hero):not(.delivery-aes-hero-section) .section-heading .eyebrow,
main .section:not(.hero):not(.page-hero):not(.delivery-aes-hero-section) > .container > .section-head .eyebrow{
  color:var(--aes-process-title-blue)!important;
}

/* Keep blue panel labels untouched/gold where they belong. */
.hero .eyebrow,
.page-hero .eyebrow,
.delivery-aes-hero-copy .eyebrow,
.about-page-integrated .about-hero .about-eyebrow{
  color:var(--gold)!important;
}
/* ===== /REQUESTED TITLE COLOUR: SAME AS ABOUT US PROCESS BLUE ===== */





/* ===== ABOUT IMAGE NO WHITE BORDER FIX ===== */
/* About Us hero image: no white frame, no white padding; same clean visual style as Home. */
.about-page-integrated .about-media{
  background:transparent!important;
  border:0!important;
  padding:0!important;
  box-shadow:none!important;
}
.about-page-integrated .about-media-frame{
  background:transparent!important;
  border:0!important;
  padding:0!important;
  box-shadow:none!important;
  overflow:hidden!important;
  border-radius:28px!important;
}
.about-page-integrated .about-media-frame img,
.about-page-integrated img[src="assets/about-us.png"]{
  display:block!important;
  width:100%!important;
  aspect-ratio:4/3!important;
  height:auto!important;
  object-fit:cover!important;
  object-position:center!important;
  border:0!important;
  outline:0!important;
  padding:0!important;
  margin:0!important;
  box-shadow:none!important;
  background:transparent!important;
  border-radius:28px!important;
}
@media(max-width:560px){
  .about-page-integrated .about-media-frame{
    border-radius:24px!important;
  }
  .about-page-integrated .about-media-frame img,
  .about-page-integrated img[src="assets/about-us.png"]{
    border-radius:24px!important;
  }
}
/* ===== /ABOUT IMAGE NO WHITE BORDER FIX ===== */



/* ===== HOW IT WORK IMAGE FIX ===== */
.how-work-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
  gap:28px;
  align-items:center;
}
.how-work-hero-media{
  overflow:hidden;
  border-radius:28px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.20);
  box-shadow:0 22px 58px rgba(0,0,0,.28);
}
.how-work-hero-media img,
img[src="assets/how-it-work.png"]{
  display:block;
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
  object-position:center;
  border:0;
  margin:0;
  padding:0;
}
@media(max-width:900px){
  .how-work-hero-grid{
    grid-template-columns:1fr;
    gap:20px;
  }
}
@media(max-width:560px){
  .how-work-hero-media{
    border-radius:24px;
  }
  .how-work-hero-media img,
  img[src="assets/how-it-work.png"]{
    aspect-ratio:4/3;
  }
}
/* ===== /HOW IT WORK IMAGE FIX ===== */





/* ===== FINANCING PREMIUM LAYOUT ===== */
.aes-financing-premium .about-wrap{
  padding-top:42px!important;
}

.aes-financing-premium .financing-unavailable-panel{
  min-height:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  padding:52px 34px!important;
  margin-bottom:22px!important;
}

.aes-financing-premium .financing-unavailable-panel > div,
.aes-financing-premium .financing-unavailable-inner{
  width:100%!important;
  max-width:840px!important;
  margin:0 auto!important;
}

.aes-financing-premium .financing-unavailable-panel .about-eyebrow{
  justify-content:center!important;
  margin-left:auto!important;
  margin-right:auto!important;
  color:var(--gold)!important;
}

.aes-financing-premium .financing-unavailable-panel .about-title{
  max-width:820px!important;
  margin:0 auto 16px!important;
  text-align:center!important;
  color:#fff!important;
  font-size:clamp(40px,5.35vw,68px)!important;
  line-height:.98!important;
  letter-spacing:-.055em!important;
}

.aes-financing-premium .financing-unavailable-panel .about-copy{
  max-width:680px!important;
  margin:0 auto!important;
  text-align:center!important;
  color:#e8f2ff!important;
  font-size:clamp(17px,2vw,22px)!important;
  line-height:1.6!important;
}

.aes-financing-premium .financing-premium-intro{
  margin-top:22px!important;
  padding:30px!important;
}

.aes-financing-premium .financing-premium-intro .section-head{
  max-width:850px!important;
  margin-bottom:18px!important;
}

.aes-financing-premium .financing-premium-intro .section-title{
  max-width:820px!important;
}

.aes-financing-premium .financing-actions{
  margin-top:16px!important;
}

.aes-financing-premium .financing-support-section{
  margin-top:22px!important;
  padding:30px!important;
}

.aes-financing-premium .financing-support-section .about-grid{
  align-items:stretch!important;
}

.aes-financing-premium .financing-support-section .about-card{
  height:100%!important;
}

@media(max-width:900px){
  .aes-financing-premium .about-wrap{
    padding-top:28px!important;
  }
  .aes-financing-premium .financing-unavailable-panel{
    padding:38px 24px!important;
    border-radius:26px!important;
  }
  .aes-financing-premium .financing-unavailable-panel .about-title{
    font-size:clamp(38px,8.2vw,58px)!important;
  }
}

@media(max-width:560px){
  .aes-financing-premium .financing-unavailable-panel{
    padding:30px 18px!important;
    border-radius:24px!important;
  }
  .aes-financing-premium .financing-unavailable-panel .about-title{
    font-size:clamp(34px,9.6vw,46px)!important;
    line-height:1!important;
  }
  .aes-financing-premium .financing-unavailable-panel .about-copy{
    font-size:16px!important;
    line-height:1.58!important;
  }
  .aes-financing-premium .financing-premium-intro,
  .aes-financing-premium .financing-support-section{
    padding:22px!important;
  }
  .aes-financing-premium .financing-actions{
    display:grid!important;
    gap:10px!important;
  }
  .aes-financing-premium .financing-actions a{
    width:100%!important;
    justify-content:center!important;
  }
}
/* ===== /FINANCING PREMIUM LAYOUT ===== */



/* ===== FINANCING PANEL WIDTH ALIGNMENT FIX ===== */
/* Financing blue panel must use the same full row/width alignment as the other section hero panels. */
.aes-financing-premium .financing-unavailable-panel.aes-centered-hero{
  max-width:none!important;
  width:100%!important;
  box-sizing:border-box!important;
  margin-left:0!important;
  margin-right:0!important;
  margin-bottom:22px!important;
  padding:42px!important;
}

.aes-financing-premium .financing-unavailable-panel .financing-unavailable-inner{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}

.aes-financing-premium .financing-unavailable-panel .about-title{
  max-width:900px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

.aes-financing-premium .financing-unavailable-panel .about-copy{
  max-width:720px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

@media(max-width:900px){
  .aes-financing-premium .financing-unavailable-panel.aes-centered-hero{
    padding:28px!important;
    border-radius:26px!important;
  }
}

@media(max-width:560px){
  .aes-financing-premium .financing-unavailable-panel.aes-centered-hero{
    padding:22px!important;
    border-radius:24px!important;
  }
}
/* ===== /FINANCING PANEL WIDTH ALIGNMENT FIX ===== */



/* ===== RETURN POLICY PREMIUM UPDATE ===== */
.aes-return-premium-page .about-wrap{
  padding-top:42px!important;
}
.aes-return-premium-page .aes-return-hero{
  margin-bottom:22px!important;
}
.aes-return-premium-page .aes-return-hero-card{
  background:rgba(255,255,255,.96)!important;
  border:1px solid rgba(255,255,255,.50)!important;
  box-shadow:0 24px 70px rgba(7,26,48,.14)!important;
}
.aes-return-premium-page .aes-return-hero-card h2{
  margin:0 0 10px!important;
  color:var(--navy)!important;
  font-size:clamp(26px,3vw,38px)!important;
  line-height:1.08!important;
  letter-spacing:-.04em!important;
}
.aes-return-premium-page .aes-return-hero-card p{
  color:var(--muted)!important;
  line-height:1.65!important;
}
.aes-return-hero-list{
  display:grid!important;
  gap:10px!important;
  margin-top:18px!important;
}
.aes-return-hero-list div{
  display:flex!important;
  align-items:flex-start!important;
  gap:10px!important;
  color:var(--ink)!important;
  font-weight:800!important;
  line-height:1.45!important;
}
.aes-return-hero-list span{
  width:24px!important;
  height:24px!important;
  border-radius:999px!important;
  display:grid!important;
  place-items:center!important;
  flex:0 0 auto!important;
  background:linear-gradient(135deg,var(--blue),#073b73)!important;
  color:#fff!important;
  font-size:13px!important;
}
.aes-return-premium-page .aes-return-section{
  margin-top:22px!important;
  padding:30px!important;
}
.aes-return-card-grid{
  align-items:stretch!important;
}
.aes-return-card-grid .about-card,
.aes-return-process-grid .process-card{
  height:100%!important;
}
.aes-return-two-columns{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
}
.aes-return-policy-card{
  background:#f8fbff!important;
  border:1px solid var(--line)!important;
  border-radius:24px!important;
  padding:24px!important;
}
.aes-return-policy-card h3{
  margin:0 0 14px!important;
  color:var(--navy)!important;
  font-size:22px!important;
  letter-spacing:-.025em!important;
}
.aes-return-policy-card ul{
  margin:0!important;
}
.aes-return-note{
  margin-top:18px!important;
  padding:18px 20px!important;
  border-radius:20px!important;
  background:linear-gradient(135deg,#fff8e1,#fffaf0)!important;
  border:1px solid rgba(255,186,8,.48)!important;
  color:#6b4a00!important;
  line-height:1.65!important;
  font-weight:700!important;
}
.aes-return-note strong{
  color:var(--navy)!important;
}
.aes-return-cta{
  margin-top:22px!important;
}
@media(max-width:900px){
  .aes-return-premium-page .about-wrap{
    padding-top:28px!important;
  }
  .aes-return-two-columns{
    grid-template-columns:1fr!important;
  }
  .aes-return-premium-page .aes-return-section{
    padding:24px!important;
  }
}
@media(max-width:560px){
  .aes-return-premium-page .aes-return-section{
    padding:22px!important;
    border-radius:24px!important;
  }
  .aes-return-policy-card{
    padding:20px!important;
    border-radius:22px!important;
  }
  .aes-return-hero-list div{
    font-size:14px!important;
  }
}
/* ===== /RETURN POLICY PREMIUM UPDATE ===== */



/* ===== RETURN POLICY HERO CARD SIZE FIX ===== */
/* The white 10-day inspection card inside the blue Return Policy panel must fully contain its text on web and mobile. */
.aes-return-premium-page .aes-return-hero{
  grid-template-columns:minmax(0, .92fr) minmax(420px, 1.08fr)!important;
  gap:32px!important;
  align-items:stretch!important;
}

.aes-return-premium-page .aes-return-hero-card{
  width:100%!important;
  min-width:0!important;
  height:auto!important;
  min-height:100%!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  padding:32px!important;
  overflow:visible!important;
}

.aes-return-premium-page .aes-return-hero-card p,
.aes-return-premium-page .aes-return-hero-list div{
  overflow:visible!important;
  white-space:normal!important;
  word-break:normal!important;
}

.aes-return-premium-page .aes-return-hero-list{
  width:100%!important;
}

@media(max-width:980px){
  .aes-return-premium-page .aes-return-hero{
    grid-template-columns:1fr!important;
    align-items:start!important;
  }

  .aes-return-premium-page .aes-return-hero-card{
    min-height:0!important;
    padding:28px!important;
  }
}

@media(max-width:560px){
  .aes-return-premium-page .aes-return-hero-card{
    padding:22px!important;
    border-radius:24px!important;
  }
}
/* ===== /RETURN POLICY HERO CARD SIZE FIX ===== */



/* ===== RETURN POLICY EQUAL BOXES FIX ===== */
/* Keep the paired boxes in "When a refund may apply" and "How to request a return" centred and perfectly equal on web. */
.aes-return-premium-page .aes-return-two-columns{
  display:grid!important;
  grid-template-columns:repeat(2, minmax(0, 1fr))!important;
  gap:18px!important;
  align-items:stretch!important;
  justify-content:center!important;
  width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

.aes-return-premium-page .aes-return-two-columns .aes-return-policy-card{
  width:100%!important;
  height:100%!important;
  min-height:260px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  box-sizing:border-box!important;
}

.aes-return-premium-page .aes-return-two-columns .aes-return-policy-card ul{
  flex:1!important;
}

.aes-return-premium-page .aes-return-eligibility .aes-return-two-columns .aes-return-policy-card{
  min-height:285px!important;
}

.aes-return-premium-page .aes-return-section .aes-return-two-columns{
  max-width:1040px!important;
}

@media(max-width:900px){
  .aes-return-premium-page .aes-return-two-columns{
    grid-template-columns:1fr!important;
    max-width:720px!important;
  }
  .aes-return-premium-page .aes-return-two-columns .aes-return-policy-card{
    min-height:0!important;
    height:auto!important;
  }
}
/* ===== /RETURN POLICY EQUAL BOXES FIX ===== */



/* ===== RETURN POLICY HERO CARD COMPACT FIX ===== */
/* White card inside Return Policy blue panel: only as large as the text needs, centred perfectly. */
.aes-return-premium-page .aes-return-hero{
  align-items:center!important;
}

.aes-return-premium-page .aes-return-hero-card{
  align-self:center!important;
  justify-self:center!important;
  width:100%!important;
  max-width:520px!important;
  height:auto!important;
  min-height:0!important;
  padding:26px 28px!important;
  display:block!important;
  overflow:visible!important;
}

.aes-return-premium-page .aes-return-hero-card h2{
  margin-bottom:10px!important;
}

.aes-return-premium-page .aes-return-hero-card p{
  margin-bottom:0!important;
}

.aes-return-premium-page .aes-return-hero-list{
  margin-top:16px!important;
  gap:9px!important;
}

.aes-return-premium-page .aes-return-hero-list div{
  line-height:1.42!important;
}

@media(max-width:980px){
  .aes-return-premium-page .aes-return-hero-card{
    max-width:680px!important;
    justify-self:stretch!important;
    padding:24px!important;
  }
}

@media(max-width:560px){
  .aes-return-premium-page .aes-return-hero-card{
    padding:20px!important;
    border-radius:22px!important;
  }
}
/* ===== /RETURN POLICY HERO CARD COMPACT FIX ===== */



/* ===== FOOTER WIDTH ALIGNMENT FIX ===== */
/* Footer content now follows the same max-width and side alignment as the rest of the site on desktop. */
.site-footer .footer-wrap,
.footer .container,
.footer-grid{
  width:min(1180px,92vw)!important;
  max-width:1180px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box!important;
}

.site-footer{
  overflow:hidden!important;
}

.site-footer .footer-grid{
  width:100%!important;
  max-width:100%!important;
}

.site-footer .footer-bottom{
  width:100%!important;
  max-width:100%!important;
}

@media(max-width:760px){
  .site-footer .footer-wrap,
  .footer .container,
  .footer-grid{
    width:min(1180px,92vw)!important;
  }
}
/* ===== /FOOTER WIDTH ALIGNMENT FIX ===== */



/* ===== FAQ ALIGNMENT AND IMPORTANT NOTE FIX ===== */
/* FAQ blue panel now follows the same full site width/alignment as the other section panels. */
.aes-faq-page .about-hero.aes-centered-hero{
  max-width:none!important;
  width:100%!important;
  box-sizing:border-box!important;
  margin-left:0!important;
  margin-right:0!important;
  margin-bottom:22px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  padding:42px!important;
}

.aes-faq-page .about-hero.aes-centered-hero > div{
  width:100%!important;
  max-width:840px!important;
  margin:0 auto!important;
}

.aes-faq-page .about-hero.aes-centered-hero .about-eyebrow{
  justify-content:center!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

.aes-faq-page .about-hero.aes-centered-hero .about-title,
.aes-faq-page .about-hero.aes-centered-hero .about-copy{
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
}

.faq-important-note-section{
  margin-top:22px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}

.faq-important-note{
  padding:18px 20px!important;
  border-radius:20px!important;
  background:linear-gradient(135deg,#fff8e1,#fffaf0)!important;
  border:1px solid rgba(255,186,8,.48)!important;
  color:#6b4a00!important;
  line-height:1.65!important;
  font-weight:700!important;
  box-shadow:0 14px 34px rgba(7,26,48,.08)!important;
}

.faq-important-note strong{
  color:var(--navy)!important;
}

@media(max-width:900px){
  .aes-faq-page .about-hero.aes-centered-hero{
    padding:28px!important;
    border-radius:26px!important;
  }
}

@media(max-width:560px){
  .aes-faq-page .about-hero.aes-centered-hero{
    padding:22px!important;
    border-radius:24px!important;
  }
  .faq-important-note{
    padding:16px!important;
    border-radius:18px!important;
  }
}
/* ===== /FAQ ALIGNMENT AND IMPORTANT NOTE FIX ===== */



/* ===== FAQ HERO TEXT LEFT ALIGN FIX ===== */
/* FAQ blue panel stays full-width/aligned, but the text inside is left aligned. */
.aes-faq-page .about-hero.aes-centered-hero{
  justify-content:flex-start!important;
  text-align:left!important;
}

.aes-faq-page .about-hero.aes-centered-hero > div{
  max-width:840px!important;
  margin-left:0!important;
  margin-right:auto!important;
  text-align:left!important;
}

.aes-faq-page .about-hero.aes-centered-hero .about-eyebrow{
  justify-content:flex-start!important;
  margin-left:0!important;
  margin-right:0!important;
  text-align:left!important;
}

.aes-faq-page .about-hero.aes-centered-hero .about-title,
.aes-faq-page .about-hero.aes-centered-hero .about-copy{
  margin-left:0!important;
  margin-right:0!important;
  text-align:left!important;
}
/* ===== /FAQ HERO TEXT LEFT ALIGN FIX ===== */



/* ===== FINANCING HERO TEXT LEFT ALIGN FIX ===== */
/* Financing blue panel stays aligned with the site, but the text inside is left aligned. */
.aes-financing-premium .financing-unavailable-panel{
  justify-content:flex-start!important;
  text-align:left!important;
}

.aes-financing-premium .financing-unavailable-panel .financing-unavailable-inner{
  max-width:840px!important;
  margin-left:0!important;
  margin-right:auto!important;
  align-items:flex-start!important;
  text-align:left!important;
}

.aes-financing-premium .financing-unavailable-panel .about-eyebrow{
  justify-content:flex-start!important;
  margin-left:0!important;
  margin-right:0!important;
  text-align:left!important;
}

.aes-financing-premium .financing-unavailable-panel .about-title,
.aes-financing-premium .financing-unavailable-panel .about-copy{
  margin-left:0!important;
  margin-right:0!important;
  text-align:left!important;
}
/* ===== /FINANCING HERO TEXT LEFT ALIGN FIX ===== */



/* ===== CONTACT PAGE PREMIUM UPDATE ===== */
.contact-aes-page{
  position:relative;
  overflow:hidden;
  min-height:calc(100vh - 90px);
  background:
    radial-gradient(circle at 12% 8%, rgba(13,90,167,.18), transparent 34%),
    radial-gradient(circle at 88% 10%, rgba(255,186,8,.18), transparent 34%),
    linear-gradient(180deg,#f8fbff 0%, #eef5fd 46%, #f7fafc 100%);
}
.contact-aes-page::before,
.contact-aes-page::after{
  content:"";
  position:absolute;
  width:330px;
  height:330px;
  border-radius:999px;
  filter:blur(30px);
  opacity:.16;
  pointer-events:none;
}
.contact-aes-page::before{
  left:-100px;
  top:80px;
  background:var(--blue);
}
.contact-aes-page::after{
  right:-120px;
  top:210px;
  background:var(--gold);
}
.contact-aes-wrap{
  position:relative;
  z-index:1;
  width:min(1180px,92vw);
  margin:0 auto;
  padding:42px 0 70px;
}
.contact-aes-hero{
  margin-bottom:24px;
  padding:42px;
  border-radius:32px;
  background:
    radial-gradient(circle at 15% 10%,rgba(255,186,8,.23),transparent 28%),
    linear-gradient(135deg,#081b32,#0a315c 57%,#0c5fa8);
  color:#fff;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 26px 76px rgba(7,26,48,.20);
  text-align:left;
}
.contact-aes-eyebrow,
.contact-aes-live-badge{
  display:inline-flex;
  align-items:center;
  background:rgba(255,186,8,.14);
  color:var(--gold);
  padding:9px 14px;
  border-radius:999px;
  font-size:12px;
  font-weight:950;
  border:1px solid rgba(255,186,8,.32);
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:16px;
}
.contact-aes-title{
  margin:0 0 14px;
  color:#fff;
  font-size:clamp(40px,5.35vw,68px);
  line-height:.98;
  letter-spacing:-.055em;
  font-weight:900;
}
.contact-aes-copy{
  margin:0;
  max-width:850px;
  color:#e8f2ff;
  font-size:clamp(17px,2vw,22px);
  line-height:1.6;
}
.contact-aes-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  align-items:start;
}
.contact-aes-card{
  background:rgba(255,255,255,.96);
  border-radius:32px;
  padding:30px;
  border:1px solid rgba(255,255,255,.70);
  box-shadow:0 24px 70px rgba(7,26,48,.14);
}
.contact-aes-card-live{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at top right, rgba(13,90,167,.14), transparent 34%),
    linear-gradient(135deg,#ffffff 0%,#f8fafc 100%);
}
.contact-aes-card-live::before{
  content:"";
  position:absolute;
  top:-70px;
  right:-70px;
  width:220px;
  height:220px;
  background:radial-gradient(circle, rgba(255,186,8,.18) 0%, rgba(255,186,8,0) 70%);
  pointer-events:none;
}
.contact-aes-live-top,
.contact-aes-live-list,
.contact-aes-live-note,
.contact-aes-live-actions{
  position:relative;
  z-index:1;
}
.contact-aes-live-title,
.contact-aes-form-title{
  margin:0 0 10px;
  font-size:30px;
  font-weight:950;
  color:var(--navy);
  letter-spacing:-.03em;
}
.contact-aes-live-sub,
.contact-aes-form-copy{
  margin:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.75;
}
.contact-aes-live-list{
  display:flex;
  flex-direction:column;
  gap:14px;
  margin-top:20px;
}
.contact-aes-live-item{
  display:flex;
  align-items:center;
  gap:14px;
  padding:16px 18px;
  border-radius:20px;
  background:#fff;
  border:1px solid var(--line);
  text-decoration:none;
  color:inherit;
  transition:.18s ease;
  box-shadow:0 10px 28px rgba(7,26,48,.06);
}
.contact-aes-live-item:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 45px rgba(7,26,48,.12);
  text-decoration:none;
}
.contact-aes-live-icon{
  width:54px;
  height:54px;
  min-width:54px;
  border-radius:18px;
  background:linear-gradient(135deg,var(--blue),var(--navy));
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
}
.contact-aes-live-item small{
  display:block;
  color:var(--muted);
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
  margin-bottom:4px;
}
.contact-aes-live-item strong{
  margin:0;
  color:var(--ink);
  font-size:21px;
  line-height:1.25;
  font-weight:950;
  word-break:break-word;
}
.contact-aes-live-note{
  margin-top:18px;
  padding:16px 18px;
  border-radius:18px;
  background:rgba(255,186,8,.14);
  border:1px solid rgba(255,186,8,.38);
  color:#6b4a00;
  font-size:15px;
  line-height:1.7;
  font-weight:700;
}
.contact-aes-live-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:20px;
}
.contact-aes-live-btn,
.contact-aes-btn{
  border:none;
  border-radius:999px;
  padding:15px 20px;
  font-size:15px;
  font-weight:950;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:.2s ease;
  cursor:pointer;
}
.contact-aes-live-btn:hover,
.contact-aes-btn:hover{
  transform:translateY(-2px);
  text-decoration:none;
}
.contact-aes-live-btn-primary,
.contact-aes-btn{
  background:linear-gradient(135deg,var(--gold),#f59e0b);
  color:var(--navy);
  box-shadow:0 16px 36px rgba(245,158,11,.24);
}
.contact-aes-live-btn-dark{
  background:linear-gradient(135deg,var(--navy),#031126);
  color:#fff;
}
.contact-aes-form-copy{
  margin-bottom:20px;
}
.contact-aes-form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.contact-aes-field-full{
  grid-column:1/-1;
}
.contact-aes-form label{
  display:block;
  font-size:13px;
  font-weight:950;
  color:var(--navy);
  margin-bottom:7px;
}
.contact-aes-form input,
.contact-aes-form textarea{
  width:100%;
  border:1px solid var(--line);
  background:#f8fbff;
  border-radius:16px;
  padding:14px 15px;
  font:inherit;
  color:var(--ink);
  outline:none;
  transition:.18s ease;
}
.contact-aes-form textarea{
  min-height:150px;
  resize:vertical;
}
.contact-aes-form input:focus,
.contact-aes-form textarea:focus{
  border-color:rgba(13,90,167,.55);
  box-shadow:0 0 0 4px rgba(13,90,167,.10);
  background:#fff;
}
.contact-aes-btn{
  margin-top:18px;
}
@media(max-width:980px){
  .contact-aes-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:640px){
  .contact-aes-wrap{
    padding:28px 0 56px;
  }
  .contact-aes-hero,
  .contact-aes-card{
    padding:24px;
    border-radius:26px;
  }
  .contact-aes-title{
    font-size:clamp(34px,9.6vw,46px);
    line-height:1;
  }
  .contact-aes-copy{
    font-size:16px;
    line-height:1.58;
  }
  .contact-aes-form-grid{
    grid-template-columns:1fr;
  }
  .contact-aes-live-item strong{
    font-size:18px;
  }
  .contact-aes-live-title,
  .contact-aes-form-title{
    font-size:26px;
  }
}
/* ===== /CONTACT PAGE PREMIUM UPDATE ===== */



/* ===== CONTACT CLEAN PREMIUM CENTER FIX ===== */
/* Contact page cleaned to two key contact methods and balanced for web/mobile. */
.contact-aes-grid{
  grid-template-columns:minmax(0, .92fr) minmax(0, 1.08fr)!important;
  align-items:stretch!important;
  gap:24px!important;
}

.contact-aes-card{
  height:100%!important;
}

.contact-aes-card-live{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}

.contact-aes-live-top{
  text-align:left!important;
}

.contact-aes-live-list{
  max-width:100%!important;
}

.contact-aes-live-item{
  min-height:92px!important;
}

.contact-aes-live-actions{
  justify-content:flex-start!important;
}

.contact-aes-live-btn{
  min-width:145px!important;
}

.contact-aes-form{
  display:flex!important;
  flex-direction:column!important;
}

.contact-aes-form-grid{
  align-items:start!important;
}

.contact-aes-card .contact-aes-btn{
  align-self:flex-start!important;
}

@media(max-width:980px){
  .contact-aes-grid{
    grid-template-columns:1fr!important;
    max-width:760px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .contact-aes-card-live,
  .contact-aes-card{
    height:auto!important;
  }
}

@media(max-width:640px){
  .contact-aes-live-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
  }
  .contact-aes-live-btn,
  .contact-aes-btn{
    width:100%!important;
  }
}
/* ===== /CONTACT CLEAN PREMIUM CENTER FIX ===== */



/* ===== PRODUCT IMPORTANT PURCHASE INFO ===== */
.aes-product-important-card{
  margin-top:18px!important;
  background:
    radial-gradient(circle at top right, rgba(255,186,8,.14), transparent 30%),
    linear-gradient(135deg,#ffffff 0%,#f8fbff 100%)!important;
  border:1px solid var(--line)!important;
  border-radius:26px!important;
  padding:24px!important;
  box-shadow:0 18px 46px rgba(7,26,48,.10)!important;
}

.aes-product-important-card .product-important-title{
  margin:0 0 10px!important;
  color:var(--navy)!important;
  font-size:clamp(24px,2.6vw,34px)!important;
  line-height:1.1!important;
  letter-spacing:-.035em!important;
  font-weight:950!important;
}

.aes-product-important-card .product-important-copy{
  margin:0!important;
  color:var(--muted)!important;
  font-size:16px!important;
  line-height:1.65!important;
}

.aes-product-important-card .product-important-points{
  display:grid!important;
  gap:10px!important;
  margin-top:18px!important;
}

.aes-product-important-card .product-important-point{
  display:flex!important;
  align-items:flex-start!important;
  gap:10px!important;
  color:var(--ink)!important;
  font-weight:800!important;
  line-height:1.45!important;
}

.aes-product-important-card .product-important-point span{
  width:24px!important;
  height:24px!important;
  border-radius:999px!important;
  flex:0 0 auto!important;
  display:grid!important;
  place-items:center!important;
  background:#ecfdf3!important;
  border:1px solid #bbf7d0!important;
  color:#15803d!important;
  font-size:13px!important;
  font-weight:950!important;
}

@media(max-width:760px){
  .aes-product-important-card{
    padding:20px!important;
    border-radius:22px!important;
  }
  .aes-product-important-card .product-important-title{
    font-size:24px!important;
  }
  .aes-product-important-card .product-important-copy,
  .aes-product-important-card .product-important-point{
    font-size:15px!important;
  }
}
/* ===== /PRODUCT IMPORTANT PURCHASE INFO ===== */





/* ===== PRODUCT DETAIL ORIGINAL MOBILE ORDER + IMPORTANT LAST ===== */
/* Restores the original mobile product detail order, then places Important purchase information last, after Accessories. */
@media(max-width:760px){
  [data-vehicle-detail].detail-layout{
    display:flex!important;
    flex-direction:column!important;
  }

  [data-vehicle-detail] .detail-left{
    display:contents!important;
  }

  [data-vehicle-detail] .detail-media-wrap,
  [data-vehicle-detail] .detail-img,
  [data-vehicle-detail] .detail-gallery,
  [data-vehicle-detail] .gallery,
  [data-vehicle-detail] .vehicle-gallery{
    order:1!important;
    width:100%!important;
  }

  [data-vehicle-detail] .detail-buy-now{
    order:2!important;
    width:100%!important;
  }

  [data-vehicle-detail] .detail-card{
    order:3!important;
    width:100%!important;
  }

  [data-vehicle-detail] .accessories-panel{
    order:4!important;
    width:100%!important;
  }

  [data-vehicle-detail] .aes-product-important-card{
    order:5!important;
    width:100%!important;
    margin-top:18px!important;
  }
}
/* ===== /PRODUCT DETAIL ORIGINAL MOBILE ORDER + IMPORTANT LAST ===== */


/* ===== CARD TITLE HEIGHT BALANCE FIX ===== */
.vehicle-body h3{
  min-height:auto!important;
}
.vehicle-body h3 a{
  overflow-wrap:anywhere!important;
}
/* ===== /CARD TITLE HEIGHT BALANCE FIX ===== */


/* ===== JAYCO CARD 2X2 ALIGNMENT + ACCESSORY CLEAN FIX ===== */
/* Keep vehicle-card facts perfectly synchronised: 2 info top, 2 info bottom. */
.vehicle-card .quick-facts{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:6px!important;
  align-items:stretch!important;
}

.vehicle-card .quick-facts span{
  width:100%!important;
  min-width:0!important;
  justify-content:flex-start!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

.vehicle-card .quick-facts span b{
  flex:0 0 auto!important;
}

@media(max-width:420px){
  .vehicle-card .quick-facts span{
    font-size:11.5px!important;
    padding-left:7px!important;
    padding-right:7px!important;
  }
}
/* ===== /JAYCO CARD 2X2 ALIGNMENT + ACCESSORY CLEAN FIX ===== */



/* ===== PRICE DROP NOTIFY CARD ===== */
.aes-price-drop-notify-card{
  margin-top:18px!important;
  background:
    radial-gradient(circle at top right, rgba(13,90,167,.13), transparent 32%),
    linear-gradient(135deg,#ffffff 0%,#f8fbff 100%)!important;
  border:1px solid var(--line)!important;
  border-radius:26px!important;
  padding:24px!important;
  box-shadow:0 18px 46px rgba(7,26,48,.10)!important;
}

.aes-price-drop-notify-card .price-drop-notify-eyebrow{
  display:inline-flex!important;
  align-items:center!important;
  width:max-content!important;
  padding:7px 11px!important;
  border-radius:999px!important;
  background:rgba(255,186,8,.14)!important;
  border:1px solid rgba(255,186,8,.34)!important;
  color:#b77900!important;
  font-size:12px!important;
  font-weight:950!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  margin-bottom:10px!important;
}

.aes-price-drop-notify-card h2{
  margin:0 0 10px!important;
  color:var(--navy)!important;
  font-size:clamp(24px,2.6vw,34px)!important;
  line-height:1.1!important;
  letter-spacing:-.035em!important;
  font-weight:950!important;
}

.aes-price-drop-notify-card p{
  margin:0!important;
  color:var(--muted)!important;
  font-size:16px!important;
  line-height:1.65!important;
}

.price-drop-notify-form{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:12px!important;
  align-items:end!important;
  margin-top:18px!important;
}

.price-drop-notify-form input[type="email"]{
  min-height:50px!important;
  border-radius:999px!important;
  background:#fff!important;
}

.price-drop-notify-form .btn{
  min-height:50px!important;
  white-space:nowrap!important;
  border-radius:999px!important;
}

@media(max-width:760px){
  .aes-price-drop-notify-card{
    padding:20px!important;
    border-radius:22px!important;
  }

  .aes-price-drop-notify-card h2{
    font-size:24px!important;
  }

  .aes-price-drop-notify-card p{
    font-size:15px!important;
  }

  .price-drop-notify-form{
    grid-template-columns:1fr!important;
  }

  .price-drop-notify-form .btn{
    width:100%!important;
    justify-content:center!important;
  }
}
/* ===== /PRICE DROP NOTIFY CARD ===== */



/* ===== PRICE DROP NOTIFY MOBILE ORDER FIX ===== */
/* On mobile, Price drop alerts must stay last, directly after Important purchase information. */
@media(max-width:760px){
  [data-vehicle-detail] .aes-product-important-card{
    order:5!important;
  }

  [data-vehicle-detail] .aes-price-drop-notify-card{
    order:6!important;
    width:100%!important;
    margin-top:18px!important;
  }
}
/* ===== /PRICE DROP NOTIFY MOBILE ORDER FIX ===== */



/* ===== FEEDBACK THANK YOU FLOW ===== */
.feedback-thank-page-aes{
  min-height:70vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:70px 20px;
  background:
    radial-gradient(circle at 14% 12%, rgba(13,90,167,.22), transparent 33%),
    radial-gradient(circle at 86% 12%, rgba(255,186,8,.18), transparent 32%),
    linear-gradient(180deg,#f8fbff 0%, #eef5fd 52%, #f7fafc 100%);
}

.feedback-thank-card-aes{
  width:100%;
  max-width:720px;
  background:rgba(255,255,255,.96);
  border-radius:34px;
  padding:42px;
  text-align:center;
  box-shadow:0 30px 90px rgba(7,26,48,.18);
  border:1px solid rgba(255,255,255,.70);
}

.feedback-thank-icon-aes{
  width:78px;
  height:78px;
  margin:0 auto 20px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--blue),var(--navy));
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:36px;
  font-weight:950;
  box-shadow:0 18px 42px rgba(13,90,167,.24);
}

.feedback-thank-eyebrow-aes{
  display:inline-flex;
  align-items:center;
  padding:8px 13px;
  border-radius:999px;
  background:rgba(255,186,8,.16);
  border:1px solid rgba(255,186,8,.35);
  color:#b77900;
  font-size:12px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:14px;
}

.feedback-thank-card-aes h1{
  margin:0 0 14px;
  color:var(--navy);
  font-size:clamp(34px,5vw,46px);
  line-height:1;
  font-weight:950;
  letter-spacing:-.045em;
}

.feedback-thank-card-aes p{
  margin:0 auto 26px;
  color:var(--muted);
  font-size:17px;
  line-height:1.8;
  max-width:560px;
}

.feedback-thank-actions-aes{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}

@media(max-width:640px){
  .feedback-thank-page-aes{
    padding:48px 16px;
  }

  .feedback-thank-card-aes{
    padding:30px 22px;
    border-radius:28px;
  }

  .feedback-thank-actions-aes{
    display:grid;
    grid-template-columns:1fr;
  }

  .feedback-thank-actions-aes .about-btn{
    width:100%;
    justify-content:center;
  }
}
/* ===== /FEEDBACK THANK YOU FLOW ===== */



/* ===== FEEDBACK THANK YOU BUTTON THEME FIX ===== */
/* Thank-you page buttons now use the same premium BF CAR SALES PTY LTD button style as the rest of the website. */
.feedback-thank-actions-aes .about-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:52px!important;
  padding:15px 22px!important;
  border-radius:999px!important;
  font-size:15px!important;
  font-weight:950!important;
  text-decoration:none!important;
  line-height:1!important;
  transition:.2s ease!important;
}

.feedback-thank-actions-aes .about-btn:hover{
  transform:translateY(-2px)!important;
  text-decoration:none!important;
}

.feedback-thank-actions-aes .about-btn-primary{
  background:linear-gradient(135deg,var(--gold),#f59e0b)!important;
  color:var(--navy)!important;
  border:1px solid rgba(245,158,11,.36)!important;
  box-shadow:0 16px 36px rgba(245,158,11,.24)!important;
}

.feedback-thank-actions-aes .aes-btn-secondary{
  background:linear-gradient(135deg,var(--navy),#031126)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.16)!important;
  box-shadow:0 16px 36px rgba(7,26,48,.18)!important;
}

@media(max-width:640px){
  .feedback-thank-actions-aes .about-btn{
    width:100%!important;
  }
}
/* ===== /FEEDBACK THANK YOU BUTTON THEME FIX ===== */



/* ===== CONTACT SEND ERROR MESSAGE ===== */
.contact-send-error{
  display:none!important;
  margin:12px 0 18px!important;
  padding:14px 16px!important;
  border-radius:16px!important;
  background:#fff1f2!important;
  border:1px solid #fecdd3!important;
  color:#b91c1c!important;
  font-size:15px!important;
  line-height:1.55!important;
  font-weight:900!important;
}

.contact-send-error.is-visible{
  display:block!important;
}

@media(max-width:640px){
  .contact-send-error{
    font-size:14px!important;
    padding:13px 14px!important;
    border-radius:14px!important;
  }
}
/* ===== /CONTACT SEND ERROR MESSAGE ===== */



/* ===== TODAY DEAL ALERT CONFIRMATION ===== */
.deal-alert-success{
  display:none!important;
  margin-top:16px!important;
  padding:16px 18px!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,#ecfdf3,#f0fdf4)!important;
  border:1px solid #bbf7d0!important;
  color:#166534!important;
  box-shadow:0 14px 34px rgba(7,26,48,.08)!important;
}

.deal-alert-success.is-visible{
  display:block!important;
}

.deal-alert-success strong{
  display:block!important;
  margin-bottom:4px!important;
  color:#14532d!important;
  font-size:16px!important;
  font-weight:950!important;
}

.deal-alert-success span{
  display:block!important;
  color:#166534!important;
  font-size:15px!important;
  line-height:1.55!important;
  font-weight:700!important;
}

@media(max-width:640px){
  .deal-alert-success{
    padding:14px 15px!important;
    border-radius:16px!important;
  }

  .deal-alert-success strong{
    font-size:15px!important;
  }

  .deal-alert-success span{
    font-size:14px!important;
  }
}
/* ===== /TODAY DEAL ALERT CONFIRMATION ===== */



/* ===== TODAY DEAL ALERT THANK YOU PAGE ===== */
.deal-alert-thank-page{
  min-height:72vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:76px 20px;
  background:
    radial-gradient(circle at 14% 12%, rgba(255,186,8,.20), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(13,90,167,.34), transparent 34%),
    linear-gradient(135deg,#071a30 0%, #0a315c 54%, #0c5fa8 100%);
}

.deal-alert-thank-card{
  width:100%;
  max-width:780px;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(255,255,255,.62);
  border-radius:34px;
  padding:44px;
  text-align:center;
  box-shadow:0 34px 95px rgba(0,0,0,.30);
}

.deal-alert-thank-icon{
  width:78px;
  height:78px;
  margin:0 auto 20px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--gold),#f59e0b);
  color:var(--navy);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:36px;
  font-weight:950;
  box-shadow:0 18px 42px rgba(245,158,11,.28);
}

.deal-alert-thank-eyebrow{
  display:inline-flex;
  align-items:center;
  padding:8px 13px;
  border-radius:999px;
  background:rgba(13,90,167,.10);
  border:1px solid rgba(13,90,167,.20);
  color:var(--blue);
  font-size:12px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:14px;
}

.deal-alert-thank-card h1{
  margin:0 0 14px;
  color:var(--navy);
  font-size:clamp(34px,5vw,50px);
  line-height:1;
  font-weight:950;
  letter-spacing:-.05em;
}

.deal-alert-thank-card p{
  margin:0 auto 18px;
  color:var(--muted);
  font-size:18px;
  line-height:1.75;
  max-width:610px;
}

.deal-alert-thank-note{
  max-width:620px;
  margin:0 auto 26px;
  padding:15px 18px;
  border-radius:18px;
  background:#f8fbff;
  border:1px solid var(--line);
  color:#334155;
  font-size:15px;
  line-height:1.65;
  font-weight:750;
}

.deal-alert-thank-actions{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}

.deal-alert-thank-actions .about-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:52px!important;
  padding:15px 22px!important;
  border-radius:999px!important;
  font-size:15px!important;
  font-weight:950!important;
  text-decoration:none!important;
  line-height:1!important;
  transition:.2s ease!important;
}

.deal-alert-thank-actions .about-btn:hover{
  transform:translateY(-2px)!important;
  text-decoration:none!important;
}

.deal-alert-thank-actions .about-btn-primary{
  background:linear-gradient(135deg,var(--gold),#f59e0b)!important;
  color:var(--navy)!important;
  border:1px solid rgba(245,158,11,.36)!important;
  box-shadow:0 16px 36px rgba(245,158,11,.24)!important;
}

.deal-alert-thank-actions .aes-btn-secondary{
  background:linear-gradient(135deg,var(--navy),#031126)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.16)!important;
  box-shadow:0 16px 36px rgba(7,26,48,.18)!important;
}

@media(max-width:640px){
  .deal-alert-thank-page{
    padding:48px 16px;
  }

  .deal-alert-thank-card{
    padding:30px 22px;
    border-radius:28px;
  }

  .deal-alert-thank-card p{
    font-size:16px;
  }

  .deal-alert-thank-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .deal-alert-thank-actions .about-btn{
    width:100%!important;
  }
}
/* ===== /TODAY DEAL ALERT THANK YOU PAGE ===== */



/* ===== PRODUCT PRICE ALERT THANK YOU PAGE ===== */
.product-price-alert-thank-page{
  min-height:72vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:76px 20px;
  background:
    radial-gradient(circle at 14% 12%, rgba(255,186,8,.20), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(13,90,167,.34), transparent 34%),
    linear-gradient(135deg,#071a30 0%, #0a315c 54%, #0c5fa8 100%);
}

.product-price-alert-thank-card{
  width:100%;
  max-width:800px;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(255,255,255,.62);
  border-radius:34px;
  padding:44px;
  text-align:center;
  box-shadow:0 34px 95px rgba(0,0,0,.30);
}

.product-price-alert-thank-icon{
  width:78px;
  height:78px;
  margin:0 auto 20px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--gold),#f59e0b);
  color:var(--navy);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:36px;
  font-weight:950;
  box-shadow:0 18px 42px rgba(245,158,11,.28);
}

.product-price-alert-thank-eyebrow{
  display:inline-flex;
  align-items:center;
  padding:8px 13px;
  border-radius:999px;
  background:rgba(13,90,167,.10);
  border:1px solid rgba(13,90,167,.20);
  color:var(--blue);
  font-size:12px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:14px;
}

.product-price-alert-thank-card h1{
  margin:0 0 14px;
  color:var(--navy);
  font-size:clamp(34px,5vw,50px);
  line-height:1;
  font-weight:950;
  letter-spacing:-.05em;
}

.product-price-alert-thank-card p{
  margin:0 auto 18px;
  color:var(--muted);
  font-size:18px;
  line-height:1.75;
  max-width:640px;
}

.product-price-alert-thank-note{
  max-width:650px;
  margin:0 auto 26px;
  padding:15px 18px;
  border-radius:18px;
  background:#f8fbff;
  border:1px solid var(--line);
  color:#334155;
  font-size:15px;
  line-height:1.65;
  font-weight:750;
}

.product-price-alert-thank-actions{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}

.product-price-alert-thank-actions .about-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:52px!important;
  padding:15px 22px!important;
  border-radius:999px!important;
  font-size:15px!important;
  font-weight:950!important;
  text-decoration:none!important;
  line-height:1!important;
  transition:.2s ease!important;
}

.product-price-alert-thank-actions .about-btn:hover{
  transform:translateY(-2px)!important;
  text-decoration:none!important;
}

.product-price-alert-thank-actions .about-btn-primary{
  background:linear-gradient(135deg,var(--gold),#f59e0b)!important;
  color:var(--navy)!important;
  border:1px solid rgba(245,158,11,.36)!important;
  box-shadow:0 16px 36px rgba(245,158,11,.24)!important;
}

.product-price-alert-thank-actions .aes-btn-secondary{
  background:linear-gradient(135deg,var(--navy),#031126)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.16)!important;
  box-shadow:0 16px 36px rgba(7,26,48,.18)!important;
}

@media(max-width:640px){
  .product-price-alert-thank-page{
    padding:48px 16px;
  }

  .product-price-alert-thank-card{
    padding:30px 22px;
    border-radius:28px;
  }

  .product-price-alert-thank-card p{
    font-size:16px;
  }

  .product-price-alert-thank-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .product-price-alert-thank-actions .about-btn{
    width:100%!important;
  }
}
/* ===== /PRODUCT PRICE ALERT THANK YOU PAGE ===== */


/* ===== ADMIN PRODUCT STATUS BADGES PUBLIC SUPPORT ===== */
.status-badge.reserved,
.status-badge.sold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  width: fit-content;
  white-space: nowrap;
}
.status-badge.reserved { color:#92400e !important; background:#fffbeb !important; border:1px solid #fde68a !important; }
.status-badge.sold { color:#991b1b !important; background:#fef2f2 !important; border:1px solid #fecaca !important; }
.vehicle-card .quick-facts .status-badge.reserved,
.vehicle-card .quick-facts .status-badge.sold {
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  padding: 2px 7px !important;
  vertical-align: baseline !important;
}
/* ===== /ADMIN PRODUCT STATUS BADGES PUBLIC SUPPORT ===== */

/* ===== AES MOBILE BUY IT NOW MODAL ALIGNMENT FIX ===== */
@media(max-width:760px){
  .modal{
    align-items:flex-start!important;
    justify-items:center!important;
    padding:14px 12px!important;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
  }
  .modal-card{
    width:100%!important;
    max-width:520px!important;
    max-height:calc(100vh - 28px)!important;
    overflow-y:auto!important;
    border-radius:22px!important;
    padding:22px 16px 18px!important;
    margin:auto 0!important;
  }
  .modal-close{
    top:12px!important;
    right:12px!important;
    width:38px!important;
    height:38px!important;
    border-radius:999px!important;
    background:#f3f6fb!important;
    border:1px solid var(--line)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    font-size:28px!important;
    line-height:1!important;
    color:#071a30!important;
    z-index:3!important;
  }
  .modal-card .eyebrow{
    padding-right:48px!important;
    margin-top:0!important;
    margin-bottom:8px!important;
  }
  .modal-card h2{
    font-size:24px!important;
    line-height:1.14!important;
    margin:0 44px 8px 0!important;
  }
  .modal-card p{
    margin:0 0 14px!important;
    font-size:14px!important;
    line-height:1.5!important;
  }
  .lead-form{
    display:grid!important;
    gap:9px!important;
  }
  .lead-form input{
    min-height:44px!important;
    padding:10px 12px!important;
    border-radius:13px!important;
    font-size:15px!important;
  }
  .lead-form .btn{
    width:100%!important;
    min-height:48px!important;
    margin-top:4px!important;
    border-radius:14px!important;
  }
  .lead-form small{
    text-align:center!important;
    line-height:1.35!important;
  }
}
/* ===== /AES MOBILE BUY IT NOW MODAL ALIGNMENT FIX ===== */


/* ===== BUY IT NOW IMPORTANT CONFIRMATION + MOBILE CTA ===== */
.mobile-bottom-buy-now{display:none!important;}

.important-confirmation-card{
  margin:14px 0 4px!important;
  padding:14px!important;
  border:1px solid rgba(13,90,167,.16)!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,#ffffff 0%,#f8fbff 100%)!important;
  box-shadow:0 10px 26px rgba(7,26,48,.06)!important;
}
.important-confirmation-card>strong{
  display:block!important;
  margin:0 0 10px!important;
  color:var(--navy)!important;
  font-size:14px!important;
  line-height:1.25!important;
  font-weight:950!important;
}
.important-confirmation-check{
  display:flex!important;
  align-items:flex-start!important;
  gap:10px!important;
  margin:0!important;
  color:var(--ink)!important;
  font-size:13px!important;
  line-height:1.45!important;
  font-weight:750!important;
  cursor:pointer!important;
}
.important-confirmation-check input{
  width:16px!important;
  height:16px!important;
  min-width:16px!important;
  margin:2px 0 0!important;
  accent-color:#0d5aa7!important;
  cursor:pointer!important;
}
.important-confirmation-check input.field-error{
  outline:2px solid #dc2626!important;
  outline-offset:2px!important;
}
.important-info-toggle{
  margin-top:9px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#0d5aa7!important;
  font-size:13px!important;
  line-height:1.3!important;
  font-weight:900!important;
  text-decoration:underline!important;
  text-underline-offset:3px!important;
  cursor:pointer!important;
}
.important-info-details{
  margin-top:10px!important;
  padding:12px 12px 10px!important;
  border-radius:14px!important;
  background:#f8fbff!important;
  border:1px solid #d9e3ee!important;
  color:var(--ink)!important;
  font-size:13px!important;
  line-height:1.45!important;
}
.important-info-details strong{display:block!important;margin-bottom:8px!important;color:var(--navy)!important;font-weight:950!important;}
.important-info-details ul{margin:0!important;padding-left:18px!important;display:grid!important;gap:5px!important;}
.important-confirmation-error{
  margin-top:10px!important;
  padding:10px 12px!important;
  border-radius:12px!important;
  background:#fff1f2!important;
  border:1px solid #fecdd3!important;
  color:#9f1239!important;
  font-size:13px!important;
  line-height:1.45!important;
  font-weight:800!important;
}
.modal:not([hidden]){overflow-y:auto!important;padding:18px!important;align-items:flex-start!important;}
.modal-card{max-height:calc(100vh - 36px)!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;}
@media(max-width:760px){
  .mobile-bottom-buy-now{display:block!important;margin-top:18px!important;}
  .modal:not([hidden]){padding:10px!important;}
  .modal-card{max-height:calc(100vh - 20px)!important;width:min(100%, 520px)!important;}
}
/* ===== /BUY IT NOW IMPORTANT CONFIRMATION + MOBILE CTA ===== */


/* ===== AES Buy It Now checkbox professional implementation restored from v84 - 20260511-90 ===== */
.modal{
  align-items:center!important;
  justify-items:center!important;
  overflow-y:auto!important;
  -webkit-overflow-scrolling:touch!important;
}
.modal-card{
  width:min(600px,94vw)!important;
  max-height:calc(100vh - 36px)!important;
  overflow-y:auto!important;
  overscroll-behavior:contain!important;
  padding:26px!important;
}
.lead-form{gap:11px!important;}
.purchase-confirmation-block{
  margin:2px 0 0!important;
  border:1px solid rgba(13,90,167,.16)!important;
  background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%)!important;
  border-radius:16px!important;
  padding:12px 13px!important;
  display:grid!important;
  gap:8px!important;
  box-shadow:0 8px 20px rgba(7,26,48,.04)!important;
}
.purchase-confirmation-title{font-size:13px!important;font-weight:950!important;color:#071a30!important;line-height:1.2!important;}
.purchase-confirmation-check{
  display:grid!important;
  grid-template-columns:15px 1fr!important;
  gap:8px!important;
  align-items:start!important;
  color:#26364f!important;
  font-size:13.5px!important;
  font-weight:900!important;
  line-height:1.35!important;
  margin:0!important;
}
.purchase-confirmation-check input[type="checkbox"]{
  appearance:auto!important;
  -webkit-appearance:checkbox!important;
  display:block!important;
  opacity:1!important;
  visibility:visible!important;
  position:static!important;
  width:15px!important;
  height:15px!important;
  min-width:15px!important;
  min-height:15px!important;
  margin:2px 0 0!important;
  padding:0!important;
  flex:0 0 15px!important;
  accent-color:#0d5aa7!important;
}
.purchase-confirmation-check span{display:block!important;line-height:1.35!important;}
.purchase-confirmation-details{border-top:1px solid #e7eff8!important;padding-top:7px!important;}
.purchase-confirmation-details summary{cursor:pointer!important;color:#0d5aa7!important;font-size:13px!important;font-weight:900!important;list-style:none!important;}
.purchase-confirmation-details summary::-webkit-details-marker{display:none!important;}
.purchase-confirmation-copy{margin-top:8px!important;color:#40506a!important;font-size:13px!important;line-height:1.45!important;}
.purchase-confirmation-copy p{margin:0 0 6px!important;}
.purchase-confirmation-copy ul{margin:0!important;padding-left:18px!important;display:grid!important;gap:4px!important;}
.purchase-confirmation-error{margin:0!important;color:#b91c1c!important;font-size:12.5px!important;font-weight:850!important;line-height:1.35!important;}
@media(max-width:760px){
  .modal{align-items:start!important;padding:10px!important;}
  .modal-card{width:100%!important;max-height:calc(100vh - 20px)!important;padding:20px!important;border-radius:22px!important;}
  .purchase-confirmation-block{padding:11px 12px!important;border-radius:15px!important;}
}
/* ===== /AES Buy It Now checkbox professional implementation restored from v84 - 20260511-90 ===== */

/* ===== AES mobile vehicle two Buy It Now buttons fix - 20260511-92 ===== */
@media(max-width:760px){
  /* Keep the original Buy It Now CTA visible under the vehicle photos on mobile. */
  [data-vehicle-detail] .detail-left > .detail-buy-now{
    display:inline-flex!important;
    width:100%!important;
  }

  /* Show the additional mobile-only Buy It Now CTA at the very bottom of the vehicle content. */
  [data-vehicle-detail] .mobile-bottom-buy-now{
    display:block!important;
    order:99!important;
    width:100%!important;
    margin-top:22px!important;
  }

  [data-vehicle-detail] .mobile-bottom-buy-now .detail-buy-now{
    display:inline-flex!important;
    width:100%!important;
  }
}
@media(min-width:761px){
  /* Desktop keeps only the original top/under-photo button. */
  [data-vehicle-detail] .mobile-bottom-buy-now{
    display:none!important;
  }
}
/* ===== /AES mobile vehicle two Buy It Now buttons fix - 20260511-92 ===== */

/* ===== AES mobile Buy It Now button spacing polish - 20260511-96 ===== */
@media(max-width:760px){
  [data-vehicle-detail] .detail-left > .detail-buy-now{
    margin-top:4px!important;
    margin-bottom:6px!important;
  }
  [data-vehicle-detail] .mobile-bottom-buy-now{
    margin-top:3px!important;
  }
}
/* ===== /AES mobile Buy It Now button spacing polish - 20260511-96 ===== */

/* ===== AES mobile bottom Buy It Now final close alignment - 20260511-97 ===== */
@media(max-width:760px){
  [data-vehicle-detail] .mobile-bottom-buy-now{
    margin-top:0!important;
  }
}
/* ===== /AES mobile bottom Buy It Now final close alignment - 20260511-97 ===== */

/* ===== BUY IT NOW MOBILE MODAL: REAL FLOATING CONTROL HIDE + FREE SCROLL ===== */
html.aes-lead-modal-open,
body.aes-lead-modal-open {
  overflow: hidden !important;
  height: 100% !important;
}

html.aes-lead-modal-open .back-to-products-float,
html.aes-lead-modal-open .back-to-top,
html.aes-lead-modal-open .sticky-mobile,
body.aes-lead-modal-open .back-to-products-float,
body.aes-lead-modal-open .back-to-top,
body.aes-lead-modal-open .sticky-mobile,
html.aes-lead-modal-open button[aria-label="Back to products"],
html.aes-lead-modal-open button[aria-label="Back to top"],
body.aes-lead-modal-open button[aria-label="Back to products"],
body.aes-lead-modal-open button[aria-label="Back to top"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

#leadModal {
  z-index: 2147483000 !important;
}

#leadModal:not([hidden]) {
  position: fixed !important;
  inset: 0 !important;
  display: block !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  overscroll-behavior: contain !important;
  padding: max(16px, env(safe-area-inset-top)) 14px max(34px, env(safe-area-inset-bottom)) !important;
  background: rgba(5,12,24,.72) !important;
}

#leadModal:not([hidden]) .modal-card {
  position: relative !important;
  width: min(600px, calc(100vw - 28px)) !important;
  max-width: 600px !important;
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow: visible !important;
  margin: 0 auto 56px !important;
  transform: none !important;
}

#leadModal:not([hidden]) .modal-close {
  position: sticky !important;
  top: 6px !important;
  float: right !important;
  z-index: 2147483002 !important;
  width: 44px !important;
  height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: -10px -10px 8px auto !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.98) !important;
  box-shadow: 0 8px 22px rgba(7,26,48,.16) !important;
}

#leadModal:not([hidden]) .lead-form {
  clear: both !important;
}

@media (max-width: 760px) {
  #leadModal:not([hidden]) {
    padding: max(12px, env(safe-area-inset-top)) 12px max(46px, env(safe-area-inset-bottom)) !important;
  }

  #leadModal:not([hidden]) .modal-card {
    width: calc(100vw - 24px) !important;
    max-width: none !important;
    margin: 0 auto 72px !important;
    padding: 22px 18px 24px !important;
    border-radius: 22px !important;
  }

  #leadModal:not([hidden]) input,
  #leadModal:not([hidden]) select,
  #leadModal:not([hidden]) textarea,
  #leadModal:not([hidden]) button {
    font-size: 16px !important;
  }

  #leadModal:not([hidden]) .modal-close {
    top: 4px !important;
    margin: -8px -8px 8px auto !important;
  }

  #leadModal:not([hidden]) .lead-form small {
    display: block !important;
    padding-bottom: 6px !important;
    margin-bottom: 6px !important;
  }
}
/* ===== /BUY IT NOW MOBILE MODAL: REAL FLOATING CONTROL HIDE + FREE SCROLL ===== */

/* ===== BUY IT NOW BUYER DETAILS VALIDATION ===== */
.lead-form .buyer-validation-message{
  margin:-6px 0 2px;
  color:#b42318;
  font-size:12px;
  font-weight:800;
  line-height:1.35;
}
.lead-form input.buyer-field-valid,
.lead-form textarea.buyer-field-valid,
.lead-form select.buyer-field-valid{
  border-color:#16a34a !important;
  background:#f0fdf4 !important;
  box-shadow:0 0 0 3px rgba(22,163,74,.10) !important;
}
.lead-form input.buyer-field-invalid,
.lead-form textarea.buyer-field-invalid,
.lead-form select.buyer-field-invalid{
  border-color:#dc2626 !important;
  background:#fff7f7 !important;
  box-shadow:0 0 0 3px rgba(220,38,38,.10) !important;
}
.lead-form .buyer-validation-summary{
  margin:2px 0 0 !important;
  padding:10px 12px;
  border-radius:14px;
  background:#fff7ed;
  border:1px solid #fed7aa;
  color:#9a3412;
  font-weight:850;
}
.lead-form .buyer-submit-disabled,
.lead-form button[type="submit"]:disabled{
  opacity:.58;
  cursor:not-allowed !important;
  transform:none !important;
  box-shadow:none !important;
}
@media(max-width:760px){
  .lead-form .buyer-validation-message{font-size:12px;margin-top:-5px;}
}
/* ===== /BUY IT NOW BUYER DETAILS VALIDATION ===== */


/* ===== SOLD DIAGONAL CARD IMAGE OVERLAY ===== */
.vehicle-card.sold-card .vehicle-media,
.vehicle-card .sold-media{
  position:relative!important;
  overflow:hidden!important;
  isolation:isolate!important;
}
.vehicle-card.sold-card .vehicle-media img,
.vehicle-card .sold-media img{
  position:relative!important;
  z-index:1!important;
}
.vehicle-card .sold-image-overlay{
  display:none!important;
}
.vehicle-card.sold-card .vehicle-media::after,
.vehicle-card .sold-media::after{
  content:"SOLD";
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  z-index:12!important;
  display:block!important;
  width:230%!important;
  max-width:none!important;
  transform:translate(-50%,-50%) rotate(-23deg) scaleX(1.18)!important;
  transform-origin:center!important;
  text-align:center!important;
  white-space:nowrap!important;
  pointer-events:none!important;
  user-select:none!important;
  color:rgba(210, 24, 24, 0.76)!important;
  font-family:"Cooper Black", "Cooper Std Black", "Cooper Black Std", "Cooper", Georgia, serif!important;
  font-size:clamp(68px, 6.8vw, 98px)!important;
  line-height:.82!important;
  font-weight:900!important;
  letter-spacing:.025em!important;
  text-transform:uppercase!important;
  -webkit-text-stroke:1px rgba(160, 0, 0, 0.18)!important;
  text-shadow:0 1px 0 rgba(255,255,255,0.20), 0 7px 18px rgba(120,0,0,0.10)!important;
}
@media (max-width: 980px){
  .vehicle-card.sold-card .vehicle-media::after,
  .vehicle-card .sold-media::after{
    width:238%!important;
    font-size:clamp(64px, 10vw, 90px)!important;
    transform:translate(-50%,-50%) rotate(-23deg) scaleX(1.20)!important;
  }
}
@media (max-width: 760px){
  .vehicle-card.sold-card .vehicle-media::after,
  .vehicle-card .sold-media::after{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:250%!important;
    font-size:clamp(60px, 16vw, 86px)!important;
    font-weight:900!important;
    color:rgba(210, 24, 24, 0.80)!important;
    transform:translate(-50%,-50%) rotate(-23deg) scaleX(1.22)!important;
  }
}
@media (max-width: 420px){
  .vehicle-card.sold-card .vehicle-media::after,
  .vehicle-card .sold-media::after{
    width:265%!important;
    font-size:clamp(54px, 15.5vw, 72px)!important;
    transform:translate(-50%,-50%) rotate(-23deg) scaleX(1.50)!important;
  }
}
/* ===== /SOLD DIAGONAL CARD IMAGE OVERLAY ===== */

/* ===== SOLD MOBILE VISIBILITY FINAL FIX - KEEP CURRENT DESKTOP STYLE =====
   Uses the existing SOLD design, but renders the real SOLD overlay element on
   mobile because some mobile browsers do not reliably paint the image ::after.
   Desktop styling/order remains unchanged.
*/
@media (max-width: 760px) {
  .vehicle-card.sold-card .vehicle-media,
  .vehicle-card .sold-media {
    position: relative !important;
    display: block !important;
    overflow: hidden !important;
    isolation: isolate !important;
  }

  .vehicle-card.sold-card .vehicle-media::after,
  .vehicle-card .sold-media::after {
    display: none !important;
    content: none !important;
  }

  .vehicle-card.sold-card .sold-image-overlay,
  .vehicle-card .sold-media .sold-image-overlay {
    position: absolute !important;
    inset: 0 !important;
    z-index: 30 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    pointer-events: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .vehicle-card.sold-card .sold-image-overlay-text,
  .vehicle-card .sold-media .sold-image-overlay-text {
    display: block !important;
    width: 265% !important;
    max-width: none !important;
    text-align: center !important;
    white-space: nowrap !important;
    transform: rotate(-23deg) scaleX(1.50) !important;
    transform-origin: center !important;
    color: rgba(210, 24, 24, 0.80) !important;
    font-family: "Cooper Black", "Cooper Std Black", "Cooper Black Std", "Cooper", Georgia, serif !important;
    font-size: clamp(54px, 15.5vw, 72px) !important;
    line-height: .82 !important;
    font-weight: 900 !important;
    letter-spacing: .025em !important;
    text-transform: uppercase !important;
    -webkit-text-stroke: 1px rgba(160, 0, 0, 0.18) !important;
    text-shadow: 0 1px 0 rgba(255,255,255,0.20), 0 7px 18px rgba(120,0,0,0.10) !important;
    user-select: none !important;
  }
}

@media (max-width: 380px) {
  .vehicle-card.sold-card .sold-image-overlay-text,
  .vehicle-card .sold-media .sold-image-overlay-text {
    width: 275% !important;
    font-size: clamp(50px, 16vw, 66px) !important;
    transform: rotate(-23deg) scaleX(1.55) !important;
  }
}
/* ===== /SOLD MOBILE VISIBILITY FINAL FIX ===== */

/* ===== SOLD WEB SIZE/THICKNESS FINAL OVERRIDE ===== */
@media (min-width: 761px) {
  .vehicle-card.sold-card .vehicle-media::after,
  .vehicle-card .sold-media::after {
    font-size: clamp(48px, 4.9vw, 74px) !important;
    font-weight: 500 !important;
    -webkit-text-stroke: 0 !important;
    text-shadow: 0 1px 0 rgba(255,255,255,0.14), 0 5px 12px rgba(120,0,0,0.08) !important;
    transform: translate(-50%,-50%) rotate(-23deg) scaleX(1.24) !important;
    color: rgba(210, 24, 24, 0.74) !important;
  }
}
/* ===== /SOLD WEB SIZE/THICKNESS FINAL OVERRIDE ===== */

/* ===== SOLD PRODUCT UNAVAILABLE STATE ===== */
.vehicle-card.sold-card .card-sold-unavailable,
.card-sold-unavailable{
  color:#b91c1c !important;
  font-size:22px !important;
  font-weight:900 !important;
  line-height:1.2 !important;
  margin:12px 0 !important;
  letter-spacing:-0.01em !important;
}
.detail-card.sold-detail-card .sold-detail-eyebrow,
.sold-detail-eyebrow{
  color:#dc2626 !important;
  font-weight:950 !important;
  letter-spacing:.14em !important;
}
.detail-sold-unavailable{
  color:#b91c1c !important;
  font-size:26px !important;
  font-weight:950 !important;
  line-height:1.15 !important;
  margin:12px 0 10px !important;
}
.status-badge.sold{
  color:#b91c1c !important;
  background:#fff1f2 !important;
  border-color:#fecdd3 !important;
  text-transform:uppercase !important;
  letter-spacing:.05em !important;
}
.sold-disabled-button,
.sold-disabled-button:disabled,
.sold-disabled-button[disabled]{
  width:100% !important;
  min-height:54px !important;
  background:#e5e7eb !important;
  border:1px solid #cbd5e1 !important;
  color:#991b1b !important;
  cursor:not-allowed !important;
  pointer-events:none !important;
  opacity:1 !important;
  box-shadow:none !important;
  transform:none !important;
  font-weight:950 !important;
  letter-spacing:.10em !important;
  text-transform:uppercase !important;
}
.sold-disabled-button:hover{
  box-shadow:none !important;
  transform:none !important;
}
.sold-detail-card .contract-note{
  color:#475569 !important;
}
@media(max-width:760px){
  .vehicle-card.sold-card .card-sold-unavailable,
  .card-sold-unavailable{
    font-size:21px !important;
  }
  .detail-sold-unavailable{
    font-size:24px !important;
  }
  .sold-disabled-button,
  .sold-disabled-button:disabled,
  .sold-disabled-button[disabled]{
    min-height:52px !important;
  }
}
/* ===== /SOLD PRODUCT UNAVAILABLE STATE ===== */

/* ===== SOLD DETAIL BUTTON + ALERTS CLEAN FIX ===== */
[data-vehicle-detail].sold-vehicle-detail .price-drop-notify-card,
[data-vehicle-detail].sold-vehicle-detail .aes-price-drop-notify-card,
[data-vehicle-detail].sold-vehicle-detail [data-price-drop-alert-form]{
  display:none!important;
}
[data-vehicle-detail].sold-vehicle-detail .detail-left > .sold-disabled-button,
[data-vehicle-detail].sold-vehicle-detail .detail-left > .detail-buy-now.sold-disabled-button{
  position:relative!important;
  z-index:1!important;
  order:2!important;
  width:100%!important;
  margin:10px 0 12px!important;
}
[data-vehicle-detail].sold-vehicle-detail .sold-mobile-bottom{
  order:99!important;
}
@media(max-width:760px){
  [data-vehicle-detail].sold-vehicle-detail .detail-left > .sold-disabled-button,
  [data-vehicle-detail].sold-vehicle-detail .detail-left > .detail-buy-now.sold-disabled-button{
    display:inline-flex!important;
    order:2!important;
    margin:8px 0 10px!important;
  }
  [data-vehicle-detail].sold-vehicle-detail .mobile-bottom-buy-now.sold-mobile-bottom{
    display:block!important;
    order:99!important;
    width:100%!important;
    margin-top:4px!important;
  }
}
/* ===== /SOLD DETAIL BUTTON + ALERTS CLEAN FIX ===== */

/* ===== SOLD CARD UNAVAILABLE PRICE COLOR POLISH ===== */
.vehicle-card.sold-card .card-sold-unavailable,
.card-sold-unavailable{
  color: var(--aes-navy, #0F2A44) !important;
}
/* ===== /SOLD CARD UNAVAILABLE PRICE COLOR POLISH ===== */

/* ===== SOLD CARD SAME HEIGHT FIX ===== */
.vehicle-grid .vehicle-card{
  height:100% !important;
  display:flex !important;
  flex-direction:column !important;
}
.vehicle-card .vehicle-media{
  flex:0 0 auto !important;
}
.vehicle-card .vehicle-body{
  flex:1 1 auto !important;
  display:flex !important;
  flex-direction:column !important;
}
.vehicle-card .card-actions{
  margin-top:auto !important;
}
.vehicle-card.sold-card .card-sold-unavailable,
.card-sold-unavailable{
  min-height:28px !important;
  display:flex !important;
  align-items:center !important;
}
@media(max-width:760px){
  .vehicle-card.sold-card .card-sold-unavailable,
  .card-sold-unavailable{
    min-height:27px !important;
  }
}
/* ===== /SOLD CARD SAME HEIGHT FIX ===== */
