:root{
  --alx-red:#ff3b34;--alx-red-dim:rgba(255,59,52,.16);--alx-amber:#f5a623;
  --alx-bg:#0c0f12;--alx-bg2:#12161b;--alx-card:#171c22;
  --alx-border:rgba(236,239,243,.10);--alx-border-strong:rgba(236,239,243,.18);
  --alx-text:#eceff3;--alx-muted:#9aa4b2;
  --f-display:'Oswald',sans-serif;--f-body:'IBM Plex Sans',sans-serif;--f-mono:'IBM Plex Mono',monospace;
}
.alxbc-hero,.alxbc-section{background:var(--alx-bg);color:var(--alx-text);border-radius:4px;padding:clamp(24px,5vw,56px);margin:22px 0;border:1px solid var(--alx-border);font-family:var(--f-body)}
.alxbc-hero{background:radial-gradient(circle at 85% 15%,rgba(255,59,52,.14),transparent 40%),linear-gradient(160deg,#0c0f12,#12161b);position:relative;overflow:hidden;min-height:420px;display:flex;flex-direction:column;justify-content:center}
.alxbc-hero:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(115deg,transparent,transparent 68px,rgba(255,59,52,.04) 68px,rgba(255,59,52,.04) 70px);pointer-events:none}
.alxbc-hero:after{content:"";position:absolute;right:6%;top:50%;transform:translateY(-50%);width:220px;height:220px;border-radius:50%;border:1px solid var(--alx-border-strong);background:radial-gradient(circle at 50% 40%,rgba(255,59,52,.10),transparent 60%);box-shadow:none}
.alxbc-kicker{display:inline-flex;align-items:center;gap:8px;font-family:var(--f-mono);font-size:12px;letter-spacing:2px;text-transform:uppercase;padding:6px 12px;border:1px solid rgba(255,59,52,.4);border-radius:2px;color:var(--alx-red);width:fit-content}
.alxbc-hero h1{font-family:var(--f-display);text-transform:uppercase;font-size:clamp(34px,5.6vw,62px);line-height:1.03;letter-spacing:.2px;margin:18px 0;color:#fff;max-width:820px;font-weight:600}
.alxbc-hero p,.alxbc-section p{color:var(--alx-muted);font-size:17px}
.alxbc-hero>*{position:relative;z-index:1;max-width:760px}.alxbc-hero h1{max-width:820px}
.alxbc-search{position:relative;max-width:680px;margin-top:22px}
.alxbc-search input{width:100%;height:60px;border:1px solid var(--alx-border-strong);border-radius:2px;background:var(--alx-card);color:#fff;padding:0 20px;font-size:16px;font-family:var(--f-mono)}
.alxbc-search input::placeholder{color:var(--alx-muted)}
#alxbc-search-flyout{display:none;position:absolute;top:68px;left:0;right:0;z-index:30;background:#151a20;border:1px solid var(--alx-border-strong);border-radius:2px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.5)}
#alxbc-search-flyout a{display:block;padding:14px 18px;color:#fff;border-bottom:1px solid var(--alx-border);text-decoration:none;font-family:var(--f-body)}
#alxbc-search-flyout small{color:var(--alx-muted)}
.alxbc-section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px}
.alxbc-section-head h2{margin:0;color:#fff;font-family:var(--f-display);text-transform:uppercase;font-weight:600;font-size:26px;letter-spacing:.3px}
.alxbc-section-head a{color:var(--alx-red);font-family:var(--f-mono);font-size:13px;text-decoration:none}

.alxbc-brands{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.alxbc-brands>a{display:flex;flex-direction:column;gap:8px;background:linear-gradient(180deg,var(--alx-card),var(--alx-bg2));border:1px solid var(--alx-border);border-radius:3px;padding:18px;color:#fff;text-decoration:none;position:relative;overflow:hidden;transition:.18s;min-height:120px;justify-content:flex-end}
.alxbc-brands>a:hover{transform:translateY(-3px);border-color:var(--alx-red)}
.alxbc-logo-slot{height:36px;display:flex;align-items:center}
.alxbc-logo-slot img{max-height:100%;max-width:100%;object-fit:contain;filter:grayscale(1) brightness(1.6);opacity:.85}
.alxbc-brands>a:hover .alxbc-logo-slot img{filter:none;opacity:1}
.alxbc-brands strong{font-family:var(--f-display);font-size:17px;font-weight:600;text-transform:uppercase}
.alxbc-brands small{color:var(--alx-muted);font-family:var(--f-mono);font-size:11px}

.alxbc-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.alxbc-products>a{display:flex;flex-direction:column;gap:8px;background:linear-gradient(180deg,var(--alx-card),var(--alx-bg2));border:1px solid var(--alx-border-strong);border-radius:3px;padding:18px;color:#fff;text-decoration:none;transition:.18s}
.alxbc-products>a:hover{transform:translateY(-3px);border-color:var(--alx-red)}
.alxbc-products .alxbc-p-icon{width:40px;height:40px;color:var(--alx-red)}
.alxbc-products .alxbc-p-icon svg{width:100%;height:100%}
.alxbc-products img{width:100%;height:130px;object-fit:contain;background:#fff;border-radius:2px}
.alxbc-products span{font-size:10px;color:var(--alx-amber);margin-top:2px;font-family:var(--f-mono);text-transform:uppercase;letter-spacing:1px}
.alxbc-products strong{margin:4px 0;font-size:14px;font-weight:600;line-height:1.3;font-family:var(--f-body)}
.alxbc-products b{font-size:16px;font-family:var(--f-mono);margin-top:auto}
.alxbc-products em{font-style:normal;color:var(--alx-red);margin-top:8px;font-size:13px}
.alxbc-empty{color:var(--alx-muted);font-family:var(--f-mono);font-size:13px;padding:20px 0}

.alxbc-results{margin-top:18px;display:grid;gap:10px}
.alxbc-result{background:var(--alx-card);border:1px solid var(--alx-border);border-radius:3px;padding:16px;color:#fff}
.alxbc-result small{color:var(--alx-muted)}
.alxbc-info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.alxbc-info-grid div{background:var(--alx-card);border:1px solid var(--alx-border);border-radius:3px;padding:18px}
.alxbc-info-grid span{display:block;color:var(--alx-muted);font-family:var(--f-mono);font-size:11px;text-transform:uppercase;letter-spacing:1px;margin-bottom:6px}
.alxbc-info-grid strong{font-family:var(--f-mono);font-size:18px}
@media(max-width:1000px){.alxbc-brands{grid-template-columns:repeat(3,1fr)}.alxbc-products,.alxbc-info-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.alxbc-brands,.alxbc-products,.alxbc-info-grid{grid-template-columns:1fr}.alxbc-section-head{display:block}}

.alxbc-banner{display:flex;align-items:center;justify-content:center;gap:18px;min-height:88px;margin:18px 0;padding:16px 22px;border:1px dashed var(--alx-border-strong);border-radius:3px;background:var(--alx-card);color:#fff;text-decoration:none}
.alxbc-banner img{max-height:64px;max-width:35%;object-fit:contain}
.alxbc-banner span{display:flex;flex-direction:column}
.alxbc-banner small{color:var(--alx-muted)}
.alxbc-banner-empty{opacity:.6;font-family:var(--f-mono);font-size:12px}

.alxbc-editor-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.alxbc-editor-card{display:flex;flex-direction:column;min-height:210px;padding:20px;border-radius:3px;border:1px solid var(--alx-border);background:linear-gradient(180deg,var(--alx-card),var(--alx-bg2));color:#fff;text-decoration:none;transition:.18s}
.alxbc-editor-card:hover{transform:translateY(-3px);border-color:var(--alx-red)}
.alxbc-editor-card img{width:100%;height:86px;object-fit:contain}
.alxbc-editor-card>span{color:var(--alx-amber);font-size:11px;font-family:var(--f-mono);text-transform:uppercase;letter-spacing:1px}
.alxbc-editor-card strong{font-family:var(--f-display);font-size:20px;margin:8px 0;text-transform:uppercase}
.alxbc-editor-card p{font-size:14px;color:var(--alx-muted)}
.alxbc-editor-card em{margin-top:auto;color:var(--alx-red);font-style:normal;font-weight:600}

.alxbc-ev-grid,.alxbc-source-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.alxbc-ev-grid div,.alxbc-source-list a{display:flex;flex-direction:column;gap:8px;padding:20px;border:1px solid var(--alx-border);border-radius:3px;background:var(--alx-card);color:#fff;text-decoration:none}
.alxbc-ev-grid strong,.alxbc-source-list strong{font-family:var(--f-display);font-size:18px;text-transform:uppercase}
.alxbc-ev-grid span,.alxbc-source-list span,.alxbc-source-list small{color:var(--alx-muted);font-size:13px}
@media(max-width:1000px){.alxbc-editor-cards,.alxbc-ev-grid,.alxbc-source-list{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.alxbc-editor-cards,.alxbc-ev-grid,.alxbc-source-list{grid-template-columns:1fr}.alxbc-hero:after{display:none}}

.ct-header [data-row="top"], .ct-header .ct-top-bar, #header [data-row="top"],
.ct-header [data-row*="top"], #header [data-row*="top"], .ct-top-bar, .top-header,
.site-header .top-bar, .site-header .header-top, .ct-sticky-container [data-row="top"]{display:none!important}
.ct-header [data-row="middle"], #header [data-row="middle"], .ct-header [data-row], #header [data-row], .ct-sticky-container [data-row]{
  background:rgba(12,15,18,.97)!important;border-color:var(--alx-border)!important;
  box-shadow:0 12px 35px rgba(0,0,0,.28)!important;backdrop-filter:blur(14px)
}
.ct-header .menu-item>a, #header .menu-item>a, .ct-header-trigger, .ct-header .ct-icon-container{color:var(--alx-text)!important;font-family:var(--f-body)!important}
.ct-header .menu-item.current-menu-item>a,.ct-header .menu-item>a:hover{color:var(--alx-red)!important}
.ct-header .site-title-container,.ct-header .site-description{display:none!important}
.ct-header .sub-menu, #header .sub-menu, .ct-header .ct-mega-menu, .ct-header .menu-item>.sub-menu{
  background:#151a20!important;border:1px solid var(--alx-border-strong)!important;
  box-shadow:0 22px 60px rgba(0,0,0,.5)!important;border-radius:3px!important;padding:8px!important
}
.ct-header .sub-menu a, #header .sub-menu a{color:var(--alx-text)!important;background:transparent!important;border-radius:2px!important}
.ct-header .sub-menu a:hover, #header .sub-menu a:hover{background:var(--alx-red-dim)!important;color:#ff7a73!important}
.alxbc-logo-fallback img,.ct-header .custom-logo,.ct-header .site-logo-container img{
  display:block!important;opacity:1!important;visibility:visible!important;max-height:40px!important;width:auto!important
}
.ct-header .site-logo-container,.ct-header .custom-logo-link{display:flex!important;align-items:center!important;min-width:190px}

.alxbc-slider{position:relative;overflow:hidden;border-radius:4px;margin:22px 0;border:1px solid var(--alx-border);background:#05070a;min-height:560px;box-shadow:0 30px 90px rgba(0,0,0,.35)}
.alxbc-slider-track{position:relative;min-height:560px}
.alxbc-slide{position:absolute;inset:0;display:flex;align-items:center;padding:clamp(30px,6vw,72px);opacity:0;visibility:hidden;transform:scale(1.02);transition:opacity .75s ease,transform 1.2s ease,visibility .75s;background-image:var(--alx-slide);background-size:cover;background-position:center}
.alxbc-slide.is-active{opacity:1;visibility:visible;transform:scale(1)}
.alxbc-slide-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,11,14,.97) 0%,rgba(9,11,14,.82) 46%,rgba(9,11,14,.25) 100%),linear-gradient(0deg,rgba(9,11,14,.3),transparent 50%)}
.alxbc-slide-content{position:relative;z-index:2;max-width:820px}
.alxbc-slide h1{font-family:var(--f-display);text-transform:uppercase;font-weight:600;font-size:clamp(38px,6vw,76px);line-height:1.0;color:#fff;margin:18px 0;max-width:880px}
.alxbc-slide p{font-size:18px;line-height:1.55;color:#c7cfd9;max-width:700px}
.alxbc-slider-dots{position:absolute;z-index:5;right:26px;bottom:24px;display:flex;gap:10px}
.alxbc-slider-dots button{width:10px;height:10px;border:0;border-radius:50%;background:rgba(236,239,243,.3);cursor:pointer;padding:0}
.alxbc-slider-dots button.is-active{width:30px;border-radius:2px;background:var(--alx-red)}
@media(max-width:620px){.alxbc-slider,.alxbc-slider-track{min-height:600px}.alxbc-slide{padding:30px 18px;background-position:65% center}.alxbc-slide-overlay{background:linear-gradient(90deg,rgba(9,11,14,.97),rgba(9,11,14,.72))}.alxbc-slider-dots{right:16px;bottom:16px}}

.alxbc-vehicle-hero{border-radius:4px;padding:clamp(30px,6vw,64px);margin:22px 0;color:#fff;background:radial-gradient(circle at 85% 20%,rgba(255,59,52,.14),transparent 34%),linear-gradient(160deg,#0c0f12,#12161b);border:1px solid var(--alx-border)}
.alxbc-vehicle-hero h1{font-family:var(--f-display);text-transform:uppercase;font-weight:600;font-size:clamp(32px,5.5vw,58px);line-height:1.04;margin:16px 0}
.alxbc-vehicle-hero p{color:var(--alx-muted);font-size:17px}
.alxbc-spec-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.alxbc-spec-grid article{display:flex;flex-direction:column;padding:20px;border-radius:3px;background:linear-gradient(180deg,var(--alx-card),var(--alx-bg2));border:1px solid var(--alx-border-strong)}
.alxbc-spec-grid article span{color:var(--alx-muted);font-family:var(--f-mono);font-size:11px;text-transform:uppercase;letter-spacing:1px}
.alxbc-spec-grid article small{color:var(--alx-muted);font-size:11px;margin-top:8px}
.alxbc-spec-grid article strong{font-family:var(--f-mono);font-size:22px;margin:10px 0;color:#fff}
@media(max-width:1000px){.alxbc-slide h1{letter-spacing:0}.alxbc-spec-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.alxbc-spec-grid{grid-template-columns:1fr}}

.alxbc-search-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:20px}
.alxbc-search-head h1{font-family:var(--f-display);text-transform:uppercase;font-weight:600;font-size:clamp(32px,5vw,54px);line-height:1.02;color:#fff;margin:12px 0}
.alxbc-brand-count{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:140px;padding:18px;border-radius:3px;background:linear-gradient(180deg,var(--alx-card),var(--alx-bg2));border:1px solid var(--alx-border-strong);font-family:var(--f-mono);font-size:30px;font-weight:600;color:#fff}
.alxbc-brand-count small{font-size:10px;color:var(--alx-muted);text-transform:uppercase;letter-spacing:1px}
.alxbc-brand-directory{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:22px}
.alxbc-brand-directory a,.alxbc-vehicle-grid a{display:flex;flex-direction:column;gap:6px;padding:18px;border-radius:3px;background:linear-gradient(180deg,var(--alx-card),var(--alx-bg2));border:1px solid var(--alx-border);color:#fff;text-decoration:none;transition:.18s;font-family:var(--f-display);text-transform:uppercase}
.alxbc-brand-directory a:hover,.alxbc-vehicle-grid a:hover{transform:translateY(-3px);border-color:var(--alx-red)}
.alxbc-brand-directory small,.alxbc-vehicle-grid small{color:var(--alx-muted);font-family:var(--f-mono);text-transform:none}
.alxbc-vehicle-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:20px}
.alxbc-vehicle-grid strong{font-size:19px}
.alxbc-filter-bar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:22px 0;padding:14px 18px;border-radius:3px;background:var(--alx-card);border:1px solid var(--alx-border);font-family:var(--f-mono);font-size:13px}
.alxbc-filter-bar a{color:var(--alx-red);text-decoration:none}
@media(max-width:1000px){.alxbc-brand-directory{grid-template-columns:repeat(3,1fr)}.alxbc-vehicle-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.alxbc-search-head{display:block}.alxbc-brand-count{margin-top:16px;min-width:0}.alxbc-brand-directory,.alxbc-vehicle-grid{grid-template-columns:1fr}.alxbc-filter-bar{align-items:flex-start;flex-direction:column}}

/* Autolex v5.4 visual system */
:root{
  --alx-bg:#05090d;
  --alx-surface:#0d151e;
  --alx-surface-2:#14202c;
  --alx-red:#ff3b34;
  --alx-red-2:#ff6b54;
  --alx-text:#f7f9fc;
  --alx-muted:#9eabb9;
  --alx-border:rgba(255,255,255,.09);
}

/* Blocksy header */
.ct-header,
#header,
.ct-sticky-container{
  --theme-link-initial-color:#f7f9fc!important;
  --theme-link-hover-color:#ff645d!important;
}
.ct-header [data-row="top"],
#header [data-row="top"],
.ct-top-bar,
.header-top,
.top-bar{display:none!important}
.ct-header [data-row="middle"],
.ct-header [data-row="bottom"],
#header [data-row="middle"],
#header [data-row="bottom"]{
  background:rgba(5,9,13,.97)!important;
  border-color:var(--alx-border)!important;
  backdrop-filter:blur(20px);
}
.ct-header .custom-logo-link,
.ct-header .site-logo-container{display:flex!important;align-items:center!important;min-width:230px}
.ct-header .custom-logo,
.ct-header .site-logo-container img{
  width:auto!important;
  max-width:230px!important;
  max-height:62px!important;
  object-fit:contain!important;
  opacity:1!important;
  visibility:visible!important;
}
.ct-header nav>ul>li>a{
  color:#f6f8fb!important;
  font-weight:800!important;
  letter-spacing:.01em;
  border-radius:10px;
  padding-inline:12px!important;
}
.ct-header nav>ul>li>a:hover{
  color:#fff!important;
  background:rgba(255,255,255,.05)!important;
}

/* Dropdowns */
.ct-header .sub-menu,
#header .sub-menu,
.ct-header .ct-mega-menu{
  min-width:250px!important;
  padding:12px!important;
  border-radius:18px!important;
  background:linear-gradient(180deg,#101a25,#0a1118)!important;
  border:1px solid var(--alx-border)!important;
  box-shadow:0 30px 80px rgba(0,0,0,.55)!important;
  backdrop-filter:blur(20px);
}
.ct-header .sub-menu li+li{margin-top:3px}
.ct-header .sub-menu a{
  color:#eaf0f7!important;
  padding:11px 13px!important;
  border-radius:11px!important;
  font-weight:700!important;
}
.ct-header .sub-menu a:hover{
  color:#fff!important;
  background:linear-gradient(90deg,rgba(255,59,52,.18),rgba(255,59,52,.04))!important;
  transform:translateX(3px);
}

/* Hero logo */
.alxbc-hero-logo{
  width:min(360px,72vw);
  height:auto;
  margin-bottom:20px;
  filter:drop-shadow(0 12px 28px rgba(0,0,0,.35));
}
.alxbc-slider{
  border-radius:34px!important;
  overflow:hidden;
  box-shadow:0 38px 100px rgba(0,0,0,.38)!important;
}
.alxbc-slide:after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:130px;
  background:linear-gradient(transparent,rgba(5,9,13,.72));
}
.alxbc-slide-content{z-index:3!important}
.alxbc-slide h1{
  text-wrap:balance;
  max-width:930px;
  text-shadow:0 6px 28px rgba(0,0,0,.34);
}
.alxbc-slide p{max-width:760px}

/* Sections */
.alxbc-section{
  border-radius:28px!important;
  background:
    radial-gradient(circle at 90% 0,rgba(255,59,52,.09),transparent 30%),
    linear-gradient(180deg,#101923,#0b1219)!important;
  border:1px solid var(--alx-border)!important;
  box-shadow:0 20px 70px rgba(0,0,0,.20)!important;
}
.alxbc-section-head h2{
  font-size:clamp(28px,3vw,42px)!important;
  letter-spacing:-1.2px;
}
.alxbc-brands>a,
.alxbc-brand-directory a,
.alxbc-vehicle-grid a{
  position:relative;
  overflow:hidden;
  background:linear-gradient(155deg,#182535,#101821)!important;
}
.alxbc-brands>a:after,
.alxbc-brand-directory a:after,
.alxbc-vehicle-grid a:after{
  content:"";
  position:absolute;
  width:120px;height:120px;
  right:-48px;top:-48px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,59,52,.18),transparent 70%);
  pointer-events:none;
}
.alxbc-brands>a:hover,
.alxbc-brand-directory a:hover,
.alxbc-vehicle-grid a:hover{
  transform:translateY(-6px)!important;
  border-color:rgba(255,59,52,.52)!important;
  box-shadow:0 22px 54px rgba(0,0,0,.34)!important;
}

/* Products */
.alxbc-products>a{
  border-radius:20px!important;
  background:linear-gradient(180deg,#172434,#101821)!important;
}
.alxbc-products img{
  background:#fff;
  border-radius:14px!important;
  padding:10px;
}
.alxbc-products>a:hover{
  transform:translateY(-6px);
  border-color:rgba(255,59,52,.52)!important;
  box-shadow:0 22px 54px rgba(0,0,0,.34)!important;
}

/* Mobile */
@media(max-width:999px){
  .ct-header .custom-logo-link,
  .ct-header .site-logo-container{min-width:0}
  .ct-header .custom-logo,
  .ct-header .site-logo-container img{max-width:185px!important;max-height:52px!important}
}
@media(max-width:690px){
  .alxbc-slider{border-radius:22px!important}
  .alxbc-hero-logo{width:min(285px,78vw)}
  .alxbc-slide h1{font-size:clamp(38px,11vw,58px)!important;letter-spacing:-2px!important}
}

/* v6.2 component polish */
.alxbc-page-shell{max-width:1440px;margin:0 auto;padding:0 22px 72px}
.alxbc-search input{height:66px!important;border-radius:18px!important;background:rgba(6,11,17,.86)!important;box-shadow:0 12px 40px rgba(0,0,0,.2)!important}
.alxbc-kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 13px;border:1px solid rgba(255,59,52,.36);border-radius:999px;background:rgba(255,59,52,.1);color:#ffaaa5;font-weight:800;font-size:12px;letter-spacing:.04em;text-transform:uppercase}
.alxbc-empty{padding:24px;border-radius:18px;background:#111a24;border:1px dashed rgba(255,255,255,.16);color:var(--alx-muted)}

/* v6.3 UI 2.0 */
.alx-ui-hero{position:relative;min-height:650px;border:1px solid var(--alx-border);border-radius:34px;overflow:hidden;margin:24px 0;background:#05090d;box-shadow:0 36px 100px rgba(0,0,0,.38)}
.alx-ui-hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,8,12,.98) 0%,rgba(4,8,12,.84) 48%,rgba(4,8,12,.34) 100%),url('https://images.unsplash.com/photo-1555215695-3004980ad54e?auto=format&fit=crop&w=1920&q=88') center/cover no-repeat}
.alx-ui-hero-glow{position:absolute;width:500px;height:500px;border-radius:50%;right:-120px;top:-160px;background:radial-gradient(circle,rgba(255,59,52,.32),transparent 68%);filter:blur(12px)}
.alx-ui-hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:42px;align-items:center;min-height:650px;padding:clamp(34px,6vw,80px)}
.alx-ui-logo{width:min(330px,68vw);height:auto;margin-bottom:18px}.alx-ui-eyebrow,.alx-ui-label{display:inline-flex;color:#ffaaa5;font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.alx-ui-hero h1{font-size:clamp(48px,6.5vw,92px);line-height:.92;letter-spacing:-.06em;color:#fff;margin:18px 0;max-width:980px}.alx-ui-hero h1 em{color:var(--alx-red);font-style:normal}.alx-ui-hero p{font-size:20px;line-height:1.55;color:#d3dce6;max-width:760px}.alx-ui-trust{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.alx-ui-trust span{padding:8px 12px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.05);font-size:12px;color:#dce5ee;font-weight:800}.alx-ui-hero-card{display:grid;gap:12px;padding:25px;border-radius:24px;background:rgba(10,17,24,.82);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(18px);box-shadow:0 24px 70px rgba(0,0,0,.36)}.alx-ui-hero-card>span{color:var(--alx-muted);font-weight:800}.alx-ui-hero-card>strong{font-size:54px;line-height:1;color:#fff}.alx-ui-hero-card>small{color:#ffaaa5}.alx-ui-hero-card>div{display:flex;justify-content:space-between;padding-top:11px;border-top:1px solid var(--alx-border);color:var(--alx-muted)}.alx-ui-hero-card b{color:#fff}
.alx-ui-grid-section{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:24px 0}.alx-ui-panel{padding:28px;border-radius:28px;border:1px solid var(--alx-border);background:linear-gradient(180deg,#101923,#0a1118);box-shadow:0 22px 72px rgba(0,0,0,.2)}.alx-ui-vehicle-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.alx-ui-vehicle-cards a{display:flex;flex-direction:column;gap:7px;padding:18px;border-radius:18px;background:linear-gradient(155deg,#182535,#0f1720);border:1px solid var(--alx-border);color:#fff;text-decoration:none;transition:.2s}.alx-ui-vehicle-cards a:hover{transform:translateY(-4px);border-color:rgba(255,59,52,.55);box-shadow:0 18px 45px rgba(0,0,0,.3)}.alx-ui-vehicle-cards span{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#ffaaa5;font-weight:900}.alx-ui-vehicle-cards strong{font-size:22px}.alx-ui-vehicle-cards small{color:var(--alx-muted)}.alx-ui-vehicle-cards em{margin-top:auto;font-style:normal;color:#c9d3dd;font-size:11px}.alx-ui-ev{background:radial-gradient(circle at 90% 0,rgba(44,160,255,.12),transparent 32%),linear-gradient(180deg,#101923,#0a1118)!important}
@media(max-width:1050px){.alx-ui-hero-inner{grid-template-columns:1fr}.alx-ui-hero-card{display:none}.alx-ui-grid-section{grid-template-columns:1fr}}@media(max-width:650px){.alx-ui-hero{border-radius:22px;min-height:600px}.alx-ui-hero-inner{padding:34px 20px;min-height:600px}.alx-ui-hero h1{font-size:clamp(42px,13vw,62px)}.alx-ui-vehicle-cards{grid-template-columns:1fr}}

/* v6.3.1 dynamic vehicle pages */
.alxbc-dynamic-vehicle{padding-block:28px 70px}
.alxbc-vehicle-breadcrumb{
  display:flex;align-items:center;gap:10px;flex-wrap:wrap;
  margin:0 0 20px;color:var(--alx-muted);font-weight:750
}
.alxbc-vehicle-breadcrumb a{color:#eaf0f7;text-decoration:none}
.alxbc-vehicle-breadcrumb a:hover{color:#ff6b64}
.alxbc-vehicle-breadcrumb span{color:#ff5149}
.alxbc-dynamic-vehicle .alxbc-section{margin-top:22px}
.alxbc-dynamic-vehicle .alxbc-empty{
  padding:24px;border-radius:18px;background:#111b26;
  border:1px solid rgba(255,255,255,.09);color:#b5c0cd
}

/* v6.5 multi-source evidence */
.alxbc-source-summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px;border-radius:16px;background:#111b26;border:1px solid rgba(255,255,255,.09);margin-bottom:14px}
.alxbc-source-summary strong{font-size:22px}
.alxbc-source-summary span{padding:7px 11px;border-radius:999px;background:rgba(255,59,52,.12);border:1px solid rgba(255,59,52,.32);color:#ff9d98;font-weight:850;text-transform:uppercase;font-size:11px}
.alxbc-source-list{display:grid;gap:10px}
.alxbc-source-list article{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px;border-radius:15px;background:linear-gradient(180deg,#172332,#101821);border:1px solid rgba(255,255,255,.09)}
.alxbc-source-list strong{display:block;color:#f8fafc}
.alxbc-source-list small{color:#9eabb9}
.alxbc-source-list a{color:#ff756f;font-weight:850;text-decoration:none;white-space:nowrap}
@media(max-width:620px){.alxbc-source-list article,.alxbc-source-summary{align-items:flex-start;flex-direction:column}}
