/* ========================================================================
   AutoZ 6.5.22.14.4.0
   Dedicated automotive portal theme inspired by the visual hierarchy of
   modern car-review websites with a clean standalone selector system.
   ======================================================================== */
:root{
  --az-red:#e31820;
  --az-red-dark:#b80e15;
  --az-ink:#101116;
  --az-ink-2:#202228;
  --az-muted:#666a73;
  --az-line:#e5e7eb;
  --az-soft:#f4f5f7;
  --az-soft-blue:#eef5ff;
  --az-white:#fff;
  --az-dark:#101118;
  --az-max:1200px;
  --az-home:1200px;
  --az-article-wide:1200px;
  --az-article-grid:1200px;
  --az-article-copy:770px;
  --az-article-rail:300px;
  --az-content:1200px;
  --az-radius:8px;
  --az-shadow:0 8px 28px rgba(15,23,42,.12);
  --az-font:Arial,Helvetica,sans-serif;
}
body.theme-autoz{
  --az-red:var(--site-primary,#e31820);
  --az-red-dark:var(--site-secondary,#b80e15);
  margin:0;
  background:#fff;
  color:var(--az-ink);
  font-family:var(--az-font);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body.theme-autoz *,body.theme-autoz *::before,body.theme-autoz *::after{box-sizing:border-box}
body.theme-autoz img{max-width:100%;height:auto}
body.theme-autoz a{color:inherit;text-decoration:none}
body.theme-autoz button,body.theme-autoz input{font:inherit}
body.theme-autoz a:hover{color:var(--az-red)}
body.theme-autoz iframe{max-width:100%}
.az-container{width:min(100% - 32px,var(--az-max));margin-inline:auto}
.vcm-theme-global-placement,.vcm-theme-footer-placement,.vcm-placement-wrap{overflow:hidden}
.az-ce-ad{display:flex;justify-content:center;align-items:center;min-height:70px;margin:26px auto;max-width:970px;text-align:center}

/* ===== Header ========================================================== */
.az-header{position:sticky;top:0;z-index:500;background:#fff;border-bottom:1px solid #e7e9ed;transition:box-shadow .18s ease}
.az-header-main{background:#fff}
.az-header-inner{height:76px;display:flex;align-items:center;gap:36px;transition:height .18s ease,gap .18s ease}
.az-brand{display:inline-flex;align-items:center;flex:0 0 auto;min-width:220px;height:62px;transition:height .18s ease,min-width .18s ease}
.az-brand-logo{display:block;max-width:232px;max-height:52px;width:auto;height:auto;object-fit:contain;transition:max-width .18s ease,max-height .18s ease}
.az-brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--az-red);color:#fff;font-size:21px;font-weight:900;margin-right:9px}
.az-brand-text{font-size:25px;line-height:1;font-weight:900;letter-spacing:-.8px}
.az-nav-links{display:flex;align-items:center;gap:34px;min-width:0;flex:1}
.az-nav-link{display:inline-flex;align-items:center;height:76px;position:relative;font-size:15px;font-weight:800;white-space:nowrap;color:#202227;letter-spacing:-.12px;transition:height .18s ease,font-size .18s ease}
.az-nav-link::after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--az-red);transform:scaleX(0);transform-origin:center;transition:transform .18s ease}
.az-nav-link:hover::after,.az-nav-link.active::after{transform:scaleX(1)}
.az-header-actions{margin-left:auto;display:flex;align-items:center;gap:19px;flex:0 0 auto}
.az-header-video-link{font-size:15px;font-weight:800;color:#25272c}
.az-nav-search-btn{display:grid;place-items:center;width:44px;height:44px;border:0;background:transparent;color:#1e2024;cursor:pointer;border-radius:50%}
.az-nav-search-btn:hover{background:#f2f3f4}
.az-mobile-menu-btn{display:none;width:40px;height:40px;border:0;background:transparent;padding:8px;cursor:pointer}
.az-mobile-menu-btn span{display:block;height:2px;background:#111;margin:5px 0}
@media(min-width:821px){
.az-header.az-header--compact{box-shadow:0 8px 22px rgba(16,20,28,.08)}
.az-header.az-header--compact .az-header-inner{height:64px;gap:30px}
.az-header.az-header--compact .az-brand{height:52px;min-width:196px}
.az-header.az-header--compact .az-brand-logo{max-width:205px;max-height:44px}
.az-header.az-header--compact .az-nav-link{height:64px;font-size:14px}
.az-header.az-header--compact .az-header-video-link{font-size:14px}
}
.az-search-box{display:none;background:#fff;border-top:1px solid #eceef1;box-shadow:0 12px 24px rgba(0,0,0,.08)}
.az-search-box.az-open{display:block}
.az-search-form{display:flex;gap:10px;padding:16px 0}
.az-search-input{flex:1;height:46px;border:1px solid #d7dae0;border-radius:5px;padding:0 15px;color:#15161a;outline:none}
.az-search-input:focus{border-color:#9da2aa;box-shadow:0 0 0 3px rgba(0,0,0,.04)}
.az-search-submit{height:46px;border:0;border-radius:5px;padding:0 22px;background:var(--az-red);color:#fff;font-weight:800;cursor:pointer}

/* Moving newsroom ticker. Two identical groups create a seamless loop. */
.az-newsbar{height:36px;background:#111217;color:#fff;overflow:hidden;border-bottom:1px solid #252730}
.az-newsbar-inner{width:100%;height:36px;display:flex;align-items:center;overflow:hidden}
.az-newsbar-label{align-self:stretch;display:flex;align-items:center;gap:8px;padding:0 17px;background:var(--az-red);font-size:10.5px;font-weight:900;letter-spacing:.09em;flex:0 0 auto;position:relative;z-index:2;box-shadow:9px 0 18px rgba(0,0,0,.18)}
.az-newsbar-pulse{width:7px;height:7px;border-radius:50%;background:#fff;box-shadow:0 0 0 0 rgba(255,255,255,.6);animation:azNewsPulse 1.8s ease-out infinite}
.az-newsbar-viewport{min-width:0;flex:1;height:36px;overflow:hidden;position:relative}
.az-newsbar-viewport::before,.az-newsbar-viewport::after{content:"";position:absolute;top:0;bottom:0;width:26px;z-index:1;pointer-events:none}
.az-newsbar-viewport::before{left:0;background:linear-gradient(90deg,#111217,rgba(17,18,23,0))}
.az-newsbar-viewport::after{right:0;background:linear-gradient(270deg,#111217,rgba(17,18,23,0))}
.az-newsbar-marquee{display:flex;width:max-content;min-width:100%;height:36px;will-change:transform;animation:azNewsTicker 52s linear infinite}
.az-newsbar-group{display:flex;align-items:center;flex:0 0 auto;height:36px;white-space:nowrap;padding-right:34px}
.az-newsbar-group a{display:inline-flex;align-items:center;height:36px;padding:0 16px;font-size:12px;line-height:1;color:#f7f7f8;font-weight:700}
.az-newsbar-group a:hover{color:#fff;text-decoration:underline}
.az-newsbar-group i{font-style:normal;color:#71747c;font-size:10px}
.az-newsbar:hover .az-newsbar-marquee{animation-play-state:paused}
@keyframes azNewsTicker{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@keyframes azNewsPulse{0%{box-shadow:0 0 0 0 rgba(255,255,255,.55)}70%{box-shadow:0 0 0 6px rgba(255,255,255,0)}100%{box-shadow:0 0 0 0 rgba(255,255,255,0)}}
@media (prefers-reduced-motion:reduce){.az-newsbar-marquee{animation:none;transform:none}.az-newsbar-pulse{animation:none}.az-newsbar-viewport{overflow-x:auto}.az-newsbar-group[aria-hidden="true"]{display:none}}

/* ===== Homepage search stage ========================================== */
.az-ce-home{background:#fff}
.az-ce-search-hero{position:relative;height:385px;background:#141820 var(--az-ce-hero-image,none) center 46%/cover no-repeat;color:#fff;overflow:hidden}
.az-ce-search-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,8,12,.86) 0%,rgba(8,10,14,.66) 48%,rgba(8,10,14,.72) 100%)}
.az-ce-search-inner{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-bottom:34px}
.az-ce-search-inner h1{margin:0 0 18px;font-size:42px;line-height:1.06;font-weight:900;letter-spacing:-1.15px;text-align:center;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.42)}
.az-ce-search-form{width:min(700px,100%);height:50px;display:flex;align-items:center;background:#fff;border-radius:5px;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,.2)}
.az-ce-search-form input{flex:1;height:50px;border:0;outline:0;padding:0 16px;color:#17191d;font-size:15px;background:#fff}
.az-ce-search-form button{width:52px;height:50px;border:0;background:#fff;display:grid;place-items:center;color:#1d2025;cursor:pointer}
.az-ce-trustline{margin-top:12px;display:flex;gap:10px;align-items:center;justify-content:center;flex-wrap:wrap;font-size:11.5px;color:#d9dce2}
.az-ce-trustline a{color:#fff;font-weight:700}
.az-ce-home-stack{position:relative}

/* ===== Homepage editorial showcase ===================================== */
.az-ce-showcase{position:relative;z-index:4;max-width:1200px;margin:-84px auto 26px;border-radius:14px;overflow:hidden;background:#111318;box-shadow:0 18px 42px rgba(20,24,32,.18);isolation:isolate}
.az-ce-showcase-viewport{position:relative;overflow:hidden;background:#16191f}
.az-ce-showcase-track{display:flex;will-change:transform;transition:transform .52s cubic-bezier(.22,.75,.22,1)}
.az-ce-showcase-slide{position:relative;flex:0 0 100%;min-width:100%;height:360px;overflow:hidden;background:#17191e}
.az-ce-showcase-media{display:block;width:100%;height:100%;overflow:hidden}
.az-ce-showcase-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,6,10,.02) 45%,rgba(4,6,10,.38) 100%);pointer-events:none}
.az-ce-showcase-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1)}
.az-ce-showcase-slide.is-active .az-ce-showcase-media img{transform:scale(1.008)}
.az-ce-showcase-titlebox{position:absolute;left:26px;bottom:26px;z-index:3;width:min(610px,calc(100% - 190px));min-height:112px;padding:22px 66px 22px 24px;background:rgba(255,255,255,.97);border:1px solid rgba(255,255,255,.72);border-radius:12px;box-shadow:0 14px 34px rgba(8,12,18,.18);backdrop-filter:blur(8px);display:flex;align-items:center}
.az-ce-showcase-titlebox h2{margin:0;font-size:29px;line-height:1.08;font-weight:900;letter-spacing:-.72px;color:#15171c}
.az-ce-showcase-titlebox h2 a{color:inherit}
.az-ce-showcase-open{position:absolute;right:18px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--az-red);color:#fff!important;font-size:20px;font-weight:800;transition:transform .18s ease,box-shadow .18s ease}
.az-ce-showcase-open:hover{transform:translateY(-50%) scale(1.06);box-shadow:0 6px 16px rgba(229,31,39,.25)}
.az-ce-showcase-controls{position:absolute;right:24px;bottom:24px;z-index:5;height:48px;padding:5px 7px;display:flex;align-items:center;gap:7px;background:rgba(255,255,255,.96);border:1px solid rgba(255,255,255,.68);border-radius:999px;box-shadow:0 10px 28px rgba(8,12,18,.16);backdrop-filter:blur(8px)}
.az-ce-showcase-arrow{width:38px;height:38px;border:0;border-radius:50%;background:#f3f4f6;color:#17191d;font-size:25px;line-height:1;display:grid;place-items:center;cursor:pointer;transition:.18s ease}
.az-ce-showcase-arrow:hover{background:var(--az-red);color:#fff}
.az-ce-showcase-dots{display:flex;align-items:center;gap:5px;padding:0 2px}
.az-ce-showcase-dot{width:6px;height:6px;padding:0;border:0;border-radius:999px;background:#c8ccd2;cursor:pointer;transition:.2s ease}
.az-ce-showcase-dot.is-active{width:20px;background:var(--az-red)}
.az-ce-showcase-count{min-width:43px;display:flex;align-items:center;justify-content:center;gap:4px;color:#8b8f97;font-size:10px;font-weight:800;font-variant-numeric:tabular-nums}
.az-ce-showcase-count b{color:#17191d;font-size:11px}.az-ce-showcase-count i{font-style:normal;color:#c3c6cc}

/* ===== Journey / action hub ============================================ */
.az-ce-journey{position:relative;max-width:1200px;margin:0 auto 24px;padding:22px 24px;background:linear-gradient(135deg,#f6f7f9 0%,#f1f3f6 100%);border:1px solid #e5e7eb;border-radius:13px;overflow:hidden}
.az-ce-journey::after{content:"";position:absolute;width:280px;height:180px;right:-80px;top:-100px;border-radius:50%;background:radial-gradient(circle,rgba(229,31,39,.07),rgba(229,31,39,0) 68%);pointer-events:none}
.az-ce-journey.is-dismissed{display:none}
.az-ce-journey-close{position:absolute;z-index:4;right:14px;top:13px;width:30px;height:30px;padding:0;border:1px solid #dfe2e7;border-radius:50%;background:#fff;color:#747982;font-size:21px;line-height:1;display:grid;place-items:center;cursor:pointer;box-shadow:0 2px 8px rgba(18,24,34,.05);transition:background .16s ease,color .16s ease,transform .16s ease}
.az-ce-journey-close:hover{background:#17191d;color:#fff;border-color:#17191d;transform:rotate(5deg)}
.az-ce-journey-head{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin:0 38px 16px 0}
.az-ce-journey h2{margin:0 0 6px;font-size:21px;line-height:1.16;font-weight:900;letter-spacing:-.42px;color:#17191d}
.az-ce-journey p{margin:0;max-width:820px;color:#686d76;font-size:12.5px;line-height:1.5}
.az-ce-journey-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.az-ce-journey-grid a{display:grid;grid-template-columns:36px minmax(0,1fr) 22px;gap:11px;align-items:center;min-height:62px;padding:12px 14px;background:#fff;border:1px solid #e6e8ec;border-radius:9px;color:#25282e;box-shadow:0 2px 7px rgba(18,24,34,.025);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}
.az-ce-journey-grid a:hover{transform:translateY(-1px);border-color:#d6d9df;box-shadow:0 7px 18px rgba(18,24,34,.065);color:#17191d}
.az-ce-journey-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:9px;background:#fff0f1;color:var(--az-red)}
.az-ce-journey-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.az-ce-journey-grid strong{font-size:12.5px;line-height:1.2;font-weight:850}
.az-ce-journey-arrow{font-size:21px;line-height:1;color:#b0b4bc;transition:transform .16s ease,color .16s ease}
.az-ce-journey-grid a:hover .az-ce-journey-arrow{color:var(--az-red);transform:translateX(2px)}

/* ===== Shared section heading ========================================= */
.az-ce-section{max-width:1200px;margin:0 auto 42px}
.az-ce-section-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:15px}
.az-ce-section-title-row h2{margin:0;font-size:20px;line-height:1.1;font-weight:900;letter-spacing:-.35px}
.az-ce-section-title-row p{margin:5px 0 0;color:#686c73;font-size:11px;line-height:1.45}
.az-ce-section-title-row>a{margin-top:2px;font-size:11px;color:#1372dd;font-weight:800;white-space:nowrap}

/* ===== Breaking news =================================================== */
.az-ce-breaking{margin-bottom:36px}
.az-ce-breaking .az-ce-section-title-row{margin-bottom:18px}
.az-ce-breaking .az-ce-section-title-row h2{font-size:24px;line-height:1.05;letter-spacing:-.55px}
.az-ce-breaking-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:30px;row-gap:17px}
.az-ce-breaking-item{display:grid;grid-template-columns:112px minmax(0,1fr);gap:12px;align-items:start;min-width:0}
.az-ce-breaking-thumb{display:block;width:112px;height:70px;overflow:hidden;background:#eee;border-radius:3px}
.az-ce-breaking-thumb img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .2s ease}
.az-ce-breaking-item:hover .az-ce-breaking-thumb img{transform:scale(1.025)}
.az-ce-breaking-item h3{margin:0;font-size:14px;line-height:1.28;font-weight:800;letter-spacing:-.12px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.az-ce-breaking-item time{display:block;margin-top:7px;color:#8f939b;font-size:10.5px;font-weight:600}
.az-ce-center-link{display:flex;justify-content:center;margin-top:24px}
.az-ce-more-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:42px;padding:0 22px;border:1px solid #d9dde3;border-radius:7px;background:#fff;color:#17191e!important;font-size:12px;font-weight:900;box-shadow:0 4px 14px rgba(18,24,34,.05);transition:background .16s ease,color .16s ease,border-color .16s ease,transform .16s ease,box-shadow .16s ease}
.az-ce-more-button span{font-size:16px;color:var(--az-red);line-height:1;transition:transform .16s ease}
.az-ce-more-button:hover{background:#17191e;color:#fff!important;border-color:#17191e;transform:translateY(-1px);box-shadow:0 8px 20px rgba(18,24,34,.12)}
.az-ce-more-button:hover span{color:#fff;transform:translateX(2px)}

/* ===== Reviews ========================================================= */
.az-ce-reviews{margin-bottom:34px}
.az-ce-review-lead{display:grid;grid-template-columns:1.02fr .98fr;min-height:250px;border:1px solid var(--az-line);border-radius:3px;overflow:hidden;background:#fff}
.az-ce-review-lead-media{display:block;min-height:250px;background:#eee;overflow:hidden}
.az-ce-review-lead-media img{width:100%;height:100%;min-height:250px;display:block;object-fit:cover}
.az-ce-review-lead-copy{padding:26px 24px;display:flex;flex-direction:column;justify-content:center}
.az-ce-review-badge{display:inline-flex;align-items:center;width:max-content;background:var(--az-red);color:#fff;font-size:9px;font-weight:900;text-transform:uppercase;padding:4px 7px;border-radius:2px}
.az-ce-review-lead-copy h3{margin:8px 0;font-size:25px;line-height:1.12;font-weight:900;letter-spacing:-.55px}
.az-ce-review-lead-copy p{margin:0;color:#62666e;font-size:12px;line-height:1.5}
.az-ce-review-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:13px}
.az-ce-review-card{min-width:0}
.az-ce-review-media{position:relative;display:block;height:128px;background:#eee;overflow:hidden;border-radius:2px}
.az-ce-review-media img{width:100%;height:100%;display:block;object-fit:cover}
.az-ce-review-media .az-ce-review-badge{position:absolute;left:7px;top:7px}
.az-ce-review-card h3{margin:7px 0 5px;font-size:11px;line-height:1.25;font-weight:800;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.az-ce-review-card time{font-size:9px;color:#9a9da4}

/* ===== Video band ====================================================== */
.az-ce-video-band{margin:24px 0 38px;padding:26px 0 32px;background:#11121a;color:#fff;position:relative;overflow:hidden}
.az-ce-video-band::after{content:"";position:absolute;right:-90px;top:-30px;width:540px;height:310px;opacity:.22;background:repeating-linear-gradient(135deg,transparent 0 18px,rgba(255,255,255,.12) 19px 22px);transform:skewX(-12deg);pointer-events:none}
.az-ce-video-band .az-container{max-width:1200px;position:relative;z-index:1}
.az-ce-section-title-row--dark h2{color:#fff}
.az-ce-section-title-row--dark p{color:#a9adb5}
.az-ce-section-title-row--dark>a{color:#fff}
.az-ce-video-layout{display:grid;grid-template-columns:minmax(0,1.95fr) minmax(240px,.78fr);gap:10px}
.az-ce-video-main{background:#08090d;min-width:0}
.az-ce-video-main-media{position:relative;display:block;height:300px;overflow:hidden;background:#050608}
.az-ce-video-main-media img{width:100%;height:100%;object-fit:cover;display:block}
.az-ce-video-main h3{margin:0;padding:10px 12px 12px;font-size:12px;line-height:1.3;font-weight:800;color:#fff}
.az-ce-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:rgba(255,255,255,.93);color:#111;font-size:18px;box-shadow:0 4px 18px rgba(0,0,0,.35)}
.az-ce-video-side{display:grid;grid-template-rows:repeat(4,1fr);gap:7px}
.az-ce-video-side article{display:grid;grid-template-columns:120px minmax(0,1fr);gap:8px;align-items:center;background:#fff;color:#17191d;min-height:70px}
.az-ce-video-mini-media{position:relative;display:block;height:70px;overflow:hidden;background:#222}
.az-ce-video-mini-media img{width:100%;height:100%;object-fit:cover;display:block}
.az-ce-play--mini{width:25px;height:25px;font-size:9px}
.az-ce-video-side h3{margin:0;padding-right:7px;font-size:10px;line-height:1.23;font-weight:800;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}

/* ===== Lower light-grey area ========================================== */
.az-ce-lower-band{padding:28px 0 40px;background:#f3f3f4}
.az-ce-lower-band .az-container{max-width:1200px}
.az-ce-helper-row{display:block;margin-bottom:28px}
.az-ce-helper-card{display:grid;grid-template-columns:240px minmax(0,1fr);max-width:820px;background:#fff;border:1px solid #dfe1e5;border-radius:6px;overflow:hidden;min-height:144px}
.az-ce-helper-card img{width:240px;height:100%;min-height:144px;object-fit:cover}
.az-ce-helper-card>div{padding:17px 18px}
.az-ce-helper-card h3{margin:0 0 5px;font-size:15px;line-height:1.15;font-weight:900}
.az-ce-helper-card p{margin:0 0 11px;color:#666a72;font-size:10px;line-height:1.4}
.az-ce-helper-card a{display:inline-flex;padding:8px 12px;background:var(--az-red);color:#fff;border-radius:2px;font-size:10px;font-weight:900}
.az-ce-comparisons{margin-bottom:0}
.az-ce-compare-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.az-ce-compare-card{min-width:0}
.az-ce-compare-card>a{display:block;height:158px;overflow:hidden;background:#ddd}
.az-ce-compare-card>a img{width:100%;height:100%;object-fit:cover;display:block}
.az-ce-compare-card h3{margin:9px 0 6px;font-size:12px;line-height:1.28;font-weight:900}
.az-ce-compare-card p{margin:0;color:#686c73;font-size:10px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.az-ce-compare-card time{display:block;margin-top:8px;color:#999da4;font-size:9px}

/* ===== Picks / topic / trust ========================================== */
.az-ce-picks-panel{max-width:1200px;margin:42px auto 38px;padding:20px 22px;background:#11131b;border-radius:5px;color:#fff;overflow:hidden;position:relative}
.az-ce-picks-panel::after{content:"";position:absolute;right:-30px;top:-70px;width:300px;height:230px;border:48px solid rgba(255,255,255,.03);border-radius:50%}
.az-ce-picks-brand{display:flex;align-items:center;gap:9px;position:relative;z-index:1}
.az-ce-picks-brand strong{display:block;font-size:14px;line-height:1}
.az-ce-picks-brand small{display:block;margin-top:3px;font-size:7px;color:#aeb1b8;letter-spacing:.13em}
.az-ce-picks-panel>h2{position:relative;z-index:1;margin:9px 0 14px;font-size:17px;line-height:1.15;font-weight:900}
.az-ce-picks-links{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.az-ce-picks-links a{display:flex;align-items:center;justify-content:space-between;min-height:31px;padding:0 10px;border:1px solid #444750;border-radius:2px;font-size:9px;color:#fff}
.az-ce-picks-links a b{color:var(--az-red);font-size:15px}
.az-ce-top-stories{margin:42px auto 40px;padding:24px;background:linear-gradient(145deg,#f5f6f8,#eef0f3);border:1px solid #e3e5e9;border-radius:14px;overflow:hidden}
.az-ce-top-stories-head{margin-bottom:18px}
.az-ce-top-stories-head h2{font-size:24px}
.az-ce-top-story-feature{display:grid;grid-template-columns:minmax(0,1.52fr) minmax(330px,.88fr);gap:14px;align-items:stretch}
.az-ce-top-story-lead{min-width:0;background:#fff;border:1px solid #e4e6ea;border-radius:11px;overflow:hidden;box-shadow:0 8px 22px rgba(20,24,32,.055)}
.az-ce-top-story-lead-media{display:block;height:282px;overflow:hidden;background:#dfe2e6}
.az-ce-top-story-lead-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .28s ease}
.az-ce-top-story-lead:hover .az-ce-top-story-lead-media img{transform:scale(1.018)}
.az-ce-top-story-lead-copy{padding:20px 22px 22px}
.az-ce-top-story-lead-copy>span{display:inline-flex;margin-bottom:9px;color:var(--az-red);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.az-ce-top-story-lead-copy h3{margin:0;font-size:24px;line-height:1.12;font-weight:900;letter-spacing:-.48px}
.az-ce-top-story-lead-copy p{margin:10px 0 0;color:#696d75;font-size:11.5px;line-height:1.5}
.az-ce-top-story-read{display:inline-flex;align-items:center;gap:8px;margin-top:16px;color:#17191d!important;font-size:11px;font-weight:900}
.az-ce-top-story-read b{color:var(--az-red);font-size:16px}
.az-ce-top-story-list{display:grid;grid-template-rows:repeat(5,minmax(0,1fr));gap:8px}
.az-ce-top-story-side{display:grid;grid-template-columns:118px minmax(0,1fr);gap:12px;align-items:center;min-width:0;padding:9px;background:#fff;border:1px solid #e4e6ea;border-radius:9px;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}
.az-ce-top-story-side:hover{transform:translateY(-1px);border-color:#d2d5db;box-shadow:0 7px 18px rgba(20,24,32,.06)}
.az-ce-top-story-side-media{display:block;width:118px;height:72px;overflow:hidden;border-radius:6px;background:#e2e4e8}
.az-ce-top-story-side-media img{display:block;width:100%;height:100%;object-fit:cover}
.az-ce-top-story-side h3{margin:0;font-size:12.5px;line-height:1.26;font-weight:850;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.az-ce-top-story-side time{display:block;margin-top:6px;color:#999da4;font-size:9px;font-weight:650}
.az-ce-popular-topics{margin-bottom:46px}
.az-ce-topic-row{display:flex;align-items:center;gap:10px 20px;flex-wrap:wrap}
.az-ce-topic-row a{font-size:11px;font-weight:800;color:#363940}
.az-ce-topic-row a::before{content:"#";color:var(--az-red);margin-right:2px}
.az-ce-trust-section{max-width:1200px;margin:0 auto 46px;text-align:center;padding:10px 0 18px;background:radial-gradient(circle at 80% 20%,#f1f2f4 0 1px,transparent 1.5px) 0 0/11px 11px}
.az-ce-trust-section>h2{max-width:700px;margin:0 auto 24px;font-size:18px;line-height:1.25;font-weight:900}
.az-ce-trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;text-align:left}
.az-ce-trust-grid article{padding:13px 12px;background:#fff;border:1px solid #e4e6ea;min-height:116px}
.az-ce-rating{display:inline-flex;margin-bottom:7px;padding:2px 5px;background:#27b862;color:#fff;font-size:7px;font-weight:900;letter-spacing:.08em}
.az-ce-trust-grid h3{margin:0;font-size:10px;line-height:1.3;font-weight:800}
.az-ce-trust-grid time{display:block;margin-top:8px;color:#a0a2a8;font-size:8px}

/* ===== Article ========================================================= */
/* AutoZ article composition uses the same 1200px editorial plane as homepage.
   Desktop grid: 770px reading column + 300px related/ad rail + 50px gap. */
.az-ce-article-shell{padding:0 0 58px;background:#fff}
.az-ce-article-intro-band{width:100%;background:#f3f3f4;border-top:1px solid #eceef1;border-bottom:1px solid #eceef1}
.az-ce-article-intro{width:min(calc(100% - 32px),var(--az-article-wide));margin:0 auto;padding:26px 0 28px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.04fr);gap:36px;align-items:start}
.az-ce-article-intro-copy{min-width:0;padding-top:2px}
.az-ce-breadcrumb{display:flex;align-items:center;gap:5px;min-height:16px;margin:0 0 13px;color:#7a7e86;font-size:9px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.az-ce-breadcrumb a{color:#5f646d}.az-ce-breadcrumb span{color:#a0a4aa}
.az-ce-article-head{margin:0;padding:0}
.az-ce-article-cats{display:none}
.theme-autoz .vibecms-category-chips{display:none!important}
.az-ce-article-head h1{max-width:100%;margin:0;font-size:34px;line-height:1.03;font-weight:900;letter-spacing:-1.05px;color:#111217}
.az-ce-standfirst{max-width:100%;margin:14px 0 0;color:#32353a;font-size:14px;line-height:1.46;font-weight:400}
.az-ce-article-meta-row{display:flex;align-items:center;justify-content:flex-start;gap:10px;margin-top:13px;padding:0;border:0}
.az-ce-article-time{display:flex;align-items:center;gap:7px;color:#62666e;font-size:10px;line-height:1.2}
.az-ce-article-time time::before{content:"◷";margin-right:5px;color:#30343a}
.az-ce-share-compact{display:none}
.az-ce-author-line{display:flex;align-items:center;gap:9px;margin-top:13px}
.az-ce-author-avatar{width:38px;height:38px;border-radius:50%;overflow:hidden;background:#e7e8eb;display:grid;place-items:center;color:var(--az-red);font-weight:900;flex:0 0 38px}
.az-ce-author-avatar img{width:100%;height:100%;object-fit:cover}
.az-ce-author-line>div{display:block;min-width:0}
.az-ce-author-line a,.az-ce-author-line strong{display:block;font-size:13.5px;font-weight:900;line-height:1.2;color:#1c1e22}
.az-ce-author-line em{display:block;margin-top:3px;font-style:normal;color:#757a82;font-size:10.5px;line-height:1.3}
.az-ce-article-hero-media{margin:0;min-width:0}
.az-ce-article-photo-wrap{position:relative;width:100%;overflow:hidden;border-radius:5px;background:#e8ebf0}
.az-ce-article-hero-media img{display:block;width:100%;aspect-ratio:1.49/1;object-fit:cover;background:#e8ebf0}
.az-ce-photo-pill{position:absolute;right:10px;top:10px;display:inline-flex;align-items:center;gap:5px;min-height:29px;padding:0 9px;border:1px solid rgba(15,17,22,.08);border-radius:5px;background:rgba(255,255,255,.94);box-shadow:0 2px 8px rgba(0,0,0,.06);color:#25272b;font-size:9px;font-weight:800;backdrop-filter:blur(4px)}
.az-ce-photo-pill:hover{color:var(--az-red)}
.az-ce-article-hero-media figcaption{margin-top:5px;color:#858990;font-size:8.5px;line-height:1.35}

.az-ce-article-after-hero{padding-top:30px}

.az-ce-article-grid{width:min(calc(100% - 32px),var(--az-article-grid));margin:0 auto;display:grid;grid-template-columns:minmax(0,var(--az-article-copy)) minmax(0,var(--az-article-rail));gap:50px;align-items:start}
.az-ce-article-main,.az-ce-article-side{min-width:0}
.az-ce-side-sticky{position:sticky;top:18px}
.az-ce-article-body{font-size:16.5px;line-height:1.64;color:#202229;overflow-wrap:anywhere}
.az-ce-article-body>p:first-child{font-size:16.5px}
.az-ce-article-body p{margin:0 0 1.28em}
.az-ce-article-body h2{margin:1.75em 0 .58em;font-size:27px;line-height:1.16;font-weight:950;letter-spacing:-.45px}
.az-ce-article-body h3{margin:1.55em 0 .56em;font-size:22px;line-height:1.2;font-weight:900}
.az-ce-article-body a{color:#0070d8;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}
.az-ce-article-body img{display:block;max-width:100%;height:auto;margin:20px auto 6px;border-radius:0}
.az-ce-article-body figure{margin:22px 0}
.az-ce-article-body figure img{margin:0 auto}
.az-ce-article-body figcaption,.az-ce-inline-caption{display:block;margin-top:7px;color:#7d828a;font-size:10px;line-height:1.45}
.az-ce-article-body blockquote{margin:28px 0;padding:5px 0 5px 18px;border-left:4px solid var(--az-red);font-size:19px;line-height:1.5;font-weight:750;color:#17191e}
.az-ce-article-body ul,.az-ce-article-body ol{padding-left:22px;margin:0 0 1.25em}
.az-ce-article-body table{width:100%;border-collapse:collapse;margin:20px 0;font-size:13px}
.az-ce-article-body th,.az-ce-article-body td{border:1px solid #dfe2e7;padding:8px 9px;text-align:left}
.az-ce-inline-buyer{margin:22px 0;padding:14px 16px;border:0;border-radius:9px;background:#f3f3f4;display:grid;grid-template-columns:42px minmax(0,1fr);gap:10px;align-items:center}
.az-ce-inline-buyer[hidden]{display:none!important}
.az-ce-inline-buyer-icon{display:grid;place-items:center;width:36px;height:36px;color:var(--az-red);font-size:28px;font-weight:900}
.az-ce-inline-buyer strong{display:block;margin-bottom:3px;font-size:12px;line-height:1.25}
.az-ce-inline-buyer p{margin:0!important;color:#454950;font-size:10px!important;line-height:1.4!important}
.az-ce-inline-buyer-links{display:inline-flex;gap:5px;flex-wrap:wrap;margin:2px 0 0}
.az-ce-inline-buyer-links a{color:#0070d8!important;text-decoration:underline!important;font-size:9.5px;font-weight:700}
.az-ce-article-pagination{display:flex;gap:6px;align-items:center;margin:25px 0;font-size:10px;font-weight:800}
.az-ce-article-pagination a{display:grid;place-items:center;width:32px;height:32px;border:1px solid #dfe2e6;border-radius:3px}
.az-ce-article-pagination a.active{background:var(--az-red);border-color:var(--az-red);color:#fff}
.az-ce-article-cta{display:block;margin:32px 0 16px;padding:16px;border:1px solid #d7dadd;background:#fff;border-radius:4px}
.az-ce-article-cta strong{display:block;font-size:12px;line-height:1.25}
.az-ce-article-cta p{margin:6px 0 0;color:#4f535a;font-size:10px;line-height:1.45}
.az-ce-article-cta-primary{display:flex;align-items:center;justify-content:center;width:100%;height:32px;margin-top:12px;border-radius:4px;background:var(--az-red);color:#fff!important;font-size:10px;font-weight:900;text-decoration:none!important}
.az-ce-article-cta-primary:hover{background:var(--az-red-dark);color:#fff!important}
.az-ce-article-tags{padding:15px 0;border-top:1px solid var(--az-line);border-bottom:1px solid var(--az-line)}
.az-ce-article-tags>strong{display:block;margin-bottom:8px;font-size:10px;text-transform:uppercase}
.az-ce-article-tags>div{display:flex;gap:6px;flex-wrap:wrap}.az-ce-article-tags a{padding:5px 8px;border-radius:14px;background:#f2f3f5;color:#555a63;font-size:9px}

.az-ce-side-related{margin-top:0;padding:17px;background:#fff;border:1px solid #e1e4e8;border-top:3px solid var(--az-red);border-radius:10px;box-shadow:0 10px 28px rgba(20,24,32,.05)}
.az-ce-side-related-head{display:flex;align-items:end;justify-content:space-between;gap:10px;padding-bottom:11px;margin-bottom:2px;border-bottom:1px solid #dde1e6}
.az-ce-side-related-head span{display:inline-flex;align-items:center;min-height:20px;padding:0 7px;border-radius:999px;background:var(--az-red);color:#fff;font-size:8px;line-height:1;font-weight:900;letter-spacing:.08em}
.az-ce-side-related-head h2{margin:0;font-size:18px;line-height:1.08;font-weight:950;letter-spacing:-.35px;color:#17191e}
.az-ce-side-related-list{counter-reset:azrelated}
.az-ce-side-related-list article{counter-increment:azrelated;position:relative;display:grid;grid-template-columns:92px minmax(0,1fr);gap:11px;padding:12px 0;border-bottom:1px solid #e0e3e7;align-items:start}
.az-ce-side-related-list article:last-child{border-bottom:0;padding-bottom:0}
.az-ce-side-related-list article.is-lead{display:block;padding-top:13px}
.az-ce-side-related-thumb{display:block;width:92px;height:61px;overflow:hidden;border-radius:7px;background:#e5e7eb}
.az-ce-side-related-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .2s ease}
.az-ce-side-related-list article:hover .az-ce-side-related-thumb img{transform:scale(1.025)}
.az-ce-side-related-list article.is-lead .az-ce-side-related-thumb{width:100%;height:154px;margin-bottom:11px;border-radius:9px}
.az-ce-side-related-copy{min-width:0}
.az-ce-side-related-list h3{margin:0;font-size:13px;line-height:1.3;font-weight:900;letter-spacing:-.1px}
.az-ce-side-related-list article.is-lead h3{font-size:16px;line-height:1.22;font-weight:950;letter-spacing:-.28px}
.az-ce-side-related-list time{display:block;margin-top:6px;color:#8c9199;font-size:9.5px;line-height:1.2;font-weight:650}

.az-ce-side-ad{margin-top:18px}

.az-ce-related-section{margin-top:30px;padding-top:22px;border-top:0}
.az-ce-related-section .az-ce-section-title-row{margin-bottom:12px}
.az-ce-related-section .az-ce-section-title-row h2{font-size:16px}
.az-ce-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}
.az-ce-related-img{display:block;height:122px;overflow:hidden;background:#eee;border-radius:6px}
.az-ce-related-img img{width:100%;height:100%;object-fit:cover}
.az-ce-related-grid h3{margin:7px 0 4px;font-size:10px;line-height:1.28;font-weight:900}
.az-ce-related-grid time{font-size:8px;color:#999da4}

/* Author-box system inside AutoZ: compact editorial card like the reference. */
.theme-autoz .vibecms-author-box{margin:12px 0 24px!important;padding:14px 16px!important;border:1px solid #eceef1!important;border-radius:3px!important;background:#f7f7f8!important;box-shadow:none!important}
.theme-autoz .vibecms-author-box__eyebrow{display:none!important}
.theme-autoz .vibecms-author-box__inner{display:flex!important;align-items:center!important;gap:12px!important}
.theme-autoz .vibecms-author-box__photo{width:52px!important;height:52px!important;flex:0 0 52px!important;border:0!important}
.theme-autoz .vibecms-author-box__name{font-size:12.5px!important;line-height:1.2!important}
.theme-autoz .vibecms-author-box__job{margin-top:2px!important;font-size:9.5px!important}
.theme-autoz .vibecms-author-box__bio{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;margin:6px 0 0!important;font-size:10px!important;line-height:1.42!important;color:#35383d!important}
.theme-autoz .vibecms-author-box__link{float:right!important;margin-top:7px!important;padding:8px 14px!important;border-radius:5px!important;background:#17181d!important;color:#fff!important;font-size:9.5px!important;line-height:1!important;text-decoration:none!important}

/* ===== Archive / search / tag ========================================= */
.az-ce-archive-head,.az-ce-page-head{background:linear-gradient(180deg,#f7f8fa 0%,#fff 100%);border-bottom:1px solid #e9ecf0;padding:18px 0 30px}
.az-ce-archive-title,.az-ce-page-title{max-width:930px;margin-top:18px}
.az-ce-archive-title>span,.az-ce-page-title>span{display:inline-flex;align-items:center;min-height:23px;margin-bottom:9px;padding:0 8px;border-radius:999px;background:#fff0f1;color:var(--az-red);font-size:9px;font-weight:950;letter-spacing:.1em}
.az-ce-archive-title h1,.az-ce-page-title h1{margin:0;font-size:46px;line-height:1.02;font-weight:950;letter-spacing:-1.45px;color:#11131a}
.az-ce-archive-title p,.az-ce-page-title p{max-width:760px;margin:10px 0 0;color:#666b74;font-size:14px;line-height:1.55}
.az-ce-archive-search{display:flex;width:min(720px,100%);height:50px;margin-top:18px;border:1px solid #d8dce2;border-radius:8px;background:#fff;overflow:hidden;box-shadow:0 8px 24px rgba(20,24,32,.05)}
.az-ce-archive-search input{min-width:0;flex:1;height:48px;padding:0 15px;border:0;outline:0;background:#fff;color:#17191e;font-size:13px}
.az-ce-archive-search button{display:flex;align-items:center;justify-content:center;gap:7px;min-width:92px;height:48px;padding:0 16px;border:0;background:#17191e;color:#fff;font-size:11px;font-weight:900;cursor:pointer}
.az-ce-archive-search button:hover{background:var(--az-red)}
.az-ce-archive-main,.az-ce-latest-main{padding:32px 0 58px}

/* Category/search spotlight: one visual lead + a compact latest rail. */
.az-ce-archive-spotlight{width:min(100%,1200px);margin:0 auto 30px;display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.72fr);gap:20px;align-items:stretch}
.az-ce-archive-lead{min-width:0;margin:0;border:1px solid #e2e5e9;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 10px 30px rgba(18,24,34,.055)}
.az-ce-archive-lead-media{display:block;height:350px;background:#eceff2;overflow:hidden}
.az-ce-archive-lead-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.az-ce-archive-lead:hover .az-ce-archive-lead-media img{transform:scale(1.012)}
.az-ce-archive-lead-copy{padding:22px 24px 24px}
.az-ce-archive-lead h2{max-width:760px;margin:7px 0 8px;font-size:30px;line-height:1.08;font-weight:950;letter-spacing:-.75px}
.az-ce-archive-lead p{max-width:760px;margin:0;color:#676c74;font-size:12.5px;line-height:1.53}
.az-ce-archive-lead time{display:block;margin-top:11px;color:#91969e;font-size:9.5px;font-weight:650}
.az-ce-archive-quick{min-width:0;padding:18px 18px 10px;border:1px solid #e2e5e9;border-radius:12px;background:#f7f8fa}
.az-ce-archive-quick-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid #dfe3e8}
.az-ce-archive-quick-head span{color:var(--az-red);font-size:9px;font-weight:950;letter-spacing:.1em}
.az-ce-archive-quick-head strong{font-size:13px;line-height:1.2}
.az-ce-archive-quick-list article{display:grid;grid-template-columns:32px minmax(0,1fr);gap:9px;padding:14px 0;border-bottom:1px solid #e1e4e8}
.az-ce-archive-quick-list article:last-child{border-bottom:0}
.az-ce-archive-quick-num{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#fff;color:var(--az-red);font-size:9px;font-weight:950;border:1px solid #e2e5e9}
.az-ce-archive-quick-list h3{margin:0;font-size:13px;line-height:1.3;font-weight:900;letter-spacing:-.12px}
.az-ce-archive-quick-list time{display:block;margin-top:5px;color:#92969e;font-size:9px}

.az-ce-archive-stream{width:min(100%,1200px);margin:0 auto}
.az-ce-archive-stream-head{margin-bottom:14px}
.az-ce-archive-grid{width:100%;margin:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px 18px}
.az-ce-archive-card{min-width:0;border-bottom:1px solid #e8eaee;padding-bottom:18px}
.az-ce-archive-card-media{display:block;height:182px;overflow:hidden;background:#eceff2;border-radius:8px}
.az-ce-archive-card-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .24s ease}
.az-ce-archive-card:hover .az-ce-archive-card-media img{transform:scale(1.018)}
.az-ce-archive-card-copy{padding-top:10px}
.az-ce-archive-card h2{margin:6px 0 6px;font-size:16px;line-height:1.25;font-weight:900;letter-spacing:-.18px}
.az-ce-archive-card p{margin:0;color:#6c7179;font-size:10.5px;line-height:1.48;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.az-ce-archive-card time{display:block;margin-top:8px;color:#969aa1;font-size:9px}
.az-ce-archive-ad{grid-column:1/-1}
.az-ce-empty{width:min(100%,1200px);margin:0 auto;padding:44px 24px;text-align:center;border:1px dashed #d9dde3;border-radius:10px;background:#fafbfc;color:#777c84}
.az-ce-pagination{display:flex;justify-content:center;gap:7px;max-width:1200px;margin:36px auto 0}
.az-ce-pagination a,.az-ce-pagination strong,.az-ce-pagination span{display:grid;place-items:center;min-width:36px;height:36px;padding:0 9px;border:1px solid #dfe2e6;border-radius:7px;background:#fff;font-size:11px;font-weight:800}
.az-ce-pagination a:hover{border-color:#aeb3ba;background:#f7f8fa}
.az-ce-pagination strong,.az-ce-pagination .active{background:var(--az-red);border-color:var(--az-red);color:#fff}

/* Latest: a larger editorial opening followed by a readable stream. */
.az-ce-latest-feature{width:min(100%,1200px);margin:0 auto 30px;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.72fr);gap:20px}
.az-ce-latest-feature-lead{border:1px solid #e2e5e9;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 10px 30px rgba(18,24,34,.05)}
.az-ce-latest-feature-media{display:block;height:340px;overflow:hidden;background:#eceff2}
.az-ce-latest-feature-media img{width:100%;height:100%;object-fit:cover;display:block}
.az-ce-latest-feature-lead>div{padding:20px 22px 22px}
.az-ce-latest-feature-lead h2{margin:7px 0 8px;font-size:28px;line-height:1.09;font-weight:950;letter-spacing:-.6px}
.az-ce-latest-feature-lead p{margin:0;color:#686d75;font-size:12px;line-height:1.52}
.az-ce-latest-feature-lead time{display:block;margin-top:10px;color:#9599a1;font-size:9px}
.az-ce-latest-feature-side{padding:4px 0}
.az-ce-latest-feature-side article{display:grid;grid-template-columns:112px minmax(0,1fr);gap:11px;padding:10px 0;border-bottom:1px solid #e7e9ed;align-items:start}
.az-ce-latest-feature-side article:first-child{padding-top:0}
.az-ce-latest-feature-side article:last-child{border-bottom:0}
.az-ce-latest-feature-thumb{display:block;width:112px;height:72px;overflow:hidden;border-radius:7px;background:#eceff2}
.az-ce-latest-feature-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.az-ce-latest-feature-side h3{margin:1px 0 0;font-size:13px;line-height:1.28;font-weight:900}
.az-ce-latest-feature-side time{display:block;margin-top:6px;color:#9498a0;font-size:9px}
.az-ce-latest-stream{width:min(100%,1200px);margin:0 auto}
.az-ce-latest-list{width:100%;margin:0 auto}
.az-ce-latest-row{display:grid;grid-template-columns:250px minmax(0,1fr);gap:20px;padding:18px 0;border-bottom:1px solid var(--az-line)}
.az-ce-latest-thumb{height:154px;overflow:hidden;background:#eceff2;border-radius:8px}
.az-ce-latest-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .22s ease}
.az-ce-latest-row:hover .az-ce-latest-thumb img{transform:scale(1.018)}
.az-ce-latest-row h2{margin:6px 0 7px;font-size:21px;line-height:1.16;font-weight:950;letter-spacing:-.35px}
.az-ce-latest-row p{max-width:720px;margin:0;color:#696e76;font-size:11.5px;line-height:1.5}
.az-ce-latest-row time{display:block;margin-top:8px;color:#9599a1;font-size:9.5px}

/* author */
.az-ce-author-hero{padding:18px 0 34px;border-bottom:1px solid #eceef1;background:linear-gradient(180deg,#f7f8fa,#fff)}
.az-ce-author-profile{display:flex;align-items:center;gap:22px;max-width:900px;margin-top:20px}
.az-ce-author-big-avatar{width:96px;height:96px;border-radius:50%;overflow:hidden;background:#eff0f2;display:grid;place-items:center;color:var(--az-red);font-size:34px;font-weight:900;flex:0 0 auto;border:3px solid #fff;box-shadow:0 4px 18px rgba(16,20,28,.09)}
.az-ce-author-big-avatar img{width:100%;height:100%;object-fit:cover}
.az-ce-author-profile h1{margin:5px 0 7px;font-size:36px;line-height:1.05;font-weight:950;letter-spacing:-.7px}
.az-ce-author-profile p{margin:0;color:#656a72;font-size:12.5px;line-height:1.55}

/* static page */
.az-ce-page-main{padding:38px 0 58px}
.az-ce-page-body{max-width:860px;margin:0 auto;font-size:17px;line-height:1.74;color:#282b31}
.az-ce-page-body h2{margin:1.5em 0 .55em;font-size:28px;line-height:1.2}
.az-ce-page-body img{max-width:100%;height:auto}

/* ===== 404 ============================================================= */
.az-404-wrap{width:min(100% - 32px,1200px);margin:0 auto;padding:26px 0 52px}
.az-404-breadcrumb{display:flex;gap:7px;color:#80848c;font-size:10px}
.az-404-hero{display:grid;grid-template-columns:280px minmax(0,1fr);gap:34px;align-items:center;margin:42px 0;padding:30px;border:1px solid var(--az-line);background:#fff}
.az-404-mark{display:grid;place-items:center;height:180px;background:#11131a;color:#fff;font-size:54px;font-weight:900}
.az-404-kicker{color:var(--az-red);font-size:10px;font-weight:900;text-transform:uppercase}
.az-404-copy h1{margin:7px 0 10px;font-size:34px;line-height:1.05}
.az-404-copy p{color:#6d7179;font-size:12px;line-height:1.5}
.si404-actions{display:flex;gap:8px;margin-top:16px}
.si404-btn{padding:9px 13px;border:1px solid #dfe1e5;border-radius:3px;font-size:10px;font-weight:900}
.si404-btn-primary{background:var(--az-red);border-color:var(--az-red);color:#fff!important}
.az-404-section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.az-404-section-head h2{font-size:20px}
.az-404-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}
.az-404-item{display:grid;grid-template-columns:120px minmax(0,1fr);gap:10px}
.az-404-thumb{height:75px;overflow:hidden;background:#eee}
.az-404-thumb img{width:100%;height:100%;object-fit:cover}
.az-404-item h3{margin:5px 0 0;font-size:12px;line-height:1.3}
.si404-meta{font-size:8px;color:#989ba2}

/* ===== Footer ========================================================== */
/* ===== Footer ========================================================== */
.az-footer{position:relative;margin-top:34px;background:#111318;color:#fff;border-top:0;overflow:hidden}
.az-footer::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 88% -10%,rgba(227,24,32,.14),transparent 32%),linear-gradient(135deg,rgba(255,255,255,.018),transparent 45%);pointer-events:none}
.az-footer>.az-container{position:relative;z-index:1}
.az-footer-top{display:grid;grid-template-columns:minmax(250px,.82fr) minmax(0,1.55fr);gap:72px;padding:46px 0 36px;position:relative}
.az-footer-brand-link{display:inline-flex}
.az-footer-brand-panel{display:flex;flex-direction:column;align-items:flex-start}
.az-footer-wordmark-img{max-width:205px;max-height:50px;object-fit:contain}
.az-footer-site{font-size:26px;font-weight:950;color:#fff}
.az-footer-tagline{margin-top:8px;color:#9ea3ad;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.11em}
.az-footer-desc{max-width:380px;margin:14px 0 0;color:#aeb3bc;font-size:11.5px;line-height:1.58}
.az-footer-meta{display:grid;grid-template-columns:1fr 1.35fr;gap:42px}
.az-footer-title{margin:0 0 14px;color:#fff;font-size:10px;text-transform:uppercase;letter-spacing:.11em;font-weight:900}
.az-footer-links{display:flex;gap:10px 18px;flex-wrap:wrap}
.az-footer-links a{position:relative;font-size:11.5px;line-height:1.4;color:#c9cdd3;transition:color .16s ease,transform .16s ease}
.az-footer-links a:hover{color:#fff;transform:translateY(-1px)}
.az-footer-links a::after{content:"";position:absolute;left:0;right:100%;bottom:-4px;height:2px;background:var(--az-red);transition:right .18s ease}
.az-footer-links a:hover::after{right:0}
.az-footer-top-emblem{position:absolute;right:-20px;bottom:-18px;opacity:.045;pointer-events:none}
.az-footer-top-emblem img{width:210px;max-height:150px;object-fit:contain;filter:grayscale(1) brightness(4)}
.az-footer-bottom{display:flex;align-items:center;justify-content:center;min-height:54px;padding:14px 0;border-top:1px solid rgba(255,255,255,.09);color:#858b95;font-size:9.5px;text-align:center}
.az-footer .vcm-theme-footer-placement{position:relative;z-index:1;padding-bottom:18px}
.az-back-top{position:fixed;right:18px;bottom:20px;width:38px;height:38px;border:0;border-radius:50%;background:#111;color:#fff;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s;z-index:250}
.az-back-top--visible{opacity:.9;visibility:visible;transform:none}

/* ===== Responsive ====================================================== */
@media(max-width:1050px){
  .az-nav-links{gap:16px}.az-nav-link{font-size:12px}
  .az-ce-article-grid{grid-template-columns:minmax(0,1fr) 236px;gap:30px}
  .az-ce-breaking-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .az-ce-review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.az-ce-review-media{height:170px}
}
@media(max-width:820px){
  .az-container{width:min(100% - 24px,var(--az-max))}
  .az-header-inner{height:62px;gap:10px}.az-brand{min-width:0;flex:1;height:50px}.az-brand-logo{max-width:174px;max-height:40px}.az-brand-text{font-size:22px}
  .az-mobile-menu-btn{display:block;flex:0 0 auto}.az-header-video-link{display:none}
  .az-nav-links{display:none;position:absolute;left:0;right:0;top:62px;z-index:400;background:#fff;border-top:1px solid #eee;border-bottom:1px solid #ddd;box-shadow:0 14px 24px rgba(0,0,0,.12);padding:8px 12px;flex-direction:column;align-items:stretch;gap:0}
  .az-nav-links.az-open{display:flex}.az-nav-link{height:42px;padding:0 10px;border-bottom:1px solid #f0f1f3}.az-nav-link::after{display:none}
  .az-newsbar-label{padding:0 14px}.az-newsbar-group a{font-size:11.5px;padding:0 14px}
  .az-ce-search-hero{height:230px}.az-ce-search-inner{padding-bottom:20px}.az-ce-search-inner h1{font-size:27px}
  .az-ce-showcase{max-width:680px;margin-top:-40px}.az-ce-showcase-slide{height:320px}.az-ce-showcase-titlebox{left:18px;bottom:18px;width:min(480px,calc(100% - 146px));min-height:96px;padding:18px 58px 18px 20px}.az-ce-showcase-titlebox h2{font-size:23px}.az-ce-showcase-controls{right:16px;bottom:16px}
  .az-ce-journey{max-width:680px;padding:20px}.az-ce-journey-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .az-ce-section,.az-ce-picks-panel,.az-ce-trust-section{max-width:680px}
  .az-ce-breaking-grid{grid-template-columns:1fr 1fr}
  .az-ce-review-lead{grid-template-columns:1fr}.az-ce-review-lead-media,.az-ce-review-lead-media img{height:290px}.az-ce-review-grid{grid-template-columns:1fr 1fr}
  .az-ce-video-band .az-container,.az-ce-lower-band .az-container{max-width:700px}.az-ce-video-layout{grid-template-columns:1fr}.az-ce-video-main-media{height:320px}.az-ce-video-side{grid-template-columns:1fr 1fr;grid-template-rows:auto}.az-ce-video-side article{min-height:78px}
  .az-ce-compare-grid{grid-template-columns:1fr 1fr}.az-ce-top-story-feature{grid-template-columns:1fr}.az-ce-top-story-list{grid-template-columns:1fr 1fr;grid-template-rows:auto}.az-ce-trust-grid{grid-template-columns:1fr 1fr}
  .az-ce-article-intro{grid-template-columns:1fr;max-width:680px;gap:18px}.az-ce-article-intro-copy{padding-top:0}.az-ce-article-head h1{font-size:36px}.az-ce-standfirst{font-size:15px}.az-ce-article-hero-media img{aspect-ratio:16/10}.az-ce-article-grid{max-width:680px;grid-template-columns:1fr}.az-ce-article-side{display:none}.az-ce-article-body{font-size:16px;line-height:1.62}
  .az-ce-archive-spotlight,.az-ce-latest-feature{grid-template-columns:1fr;max-width:680px}.az-ce-archive-lead-media{height:300px}.az-ce-archive-quick-list{display:grid;grid-template-columns:1fr 1fr;column-gap:18px}.az-ce-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.az-ce-latest-feature-media{height:300px}.az-ce-latest-feature-side{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}
  .az-footer-top{grid-template-columns:1fr;gap:34px;padding:38px 0 30px}.az-footer-meta{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .az-container{width:min(100% - 20px,var(--az-max))}
  .az-header-inner{height:58px}.az-nav-links{top:58px}.az-brand-logo{max-width:154px;max-height:36px}.az-header-actions{gap:4px}
  .az-newsbar-label{padding:0 12px;font-size:9.5px}.az-newsbar-group a{padding:0 13px;font-size:11.5px}
  .az-ce-search-hero{height:205px}.az-ce-search-inner h1{font-size:22px;line-height:1.12;margin-bottom:12px}.az-ce-search-form{height:40px}.az-ce-search-form input{height:40px;font-size:12px}.az-ce-trustline{display:none}
  .az-ce-lead-card{margin:-25px 0 20px;border-radius:6px}.az-ce-lead-media,.az-ce-lead-media img{height:210px;min-height:210px}.az-ce-lead-copy{padding:18px}.az-ce-lead-copy h2{font-size:21px}.az-ce-lead-copy p{font-size:11px}
  .az-ce-showcase{margin-top:-24px;border-radius:10px}.az-ce-showcase-slide{height:250px}.az-ce-showcase-titlebox{left:10px;right:10px;bottom:10px;width:auto;min-height:82px;padding:14px 52px 14px 15px;border-radius:9px}.az-ce-showcase-titlebox h2{font-size:18px;line-height:1.12}.az-ce-showcase-open{right:12px;width:32px;height:32px;font-size:17px}.az-ce-showcase-controls{right:10px;top:10px;bottom:auto;height:40px;padding:4px 5px}.az-ce-showcase-arrow{width:31px;height:31px;font-size:21px}.az-ce-showcase-dots{display:none}.az-ce-showcase-count{min-width:38px;font-size:9px}
  .az-ce-journey{margin-bottom:28px;padding:18px 12px}.az-ce-journey h2{font-size:17px}.az-ce-journey p{font-size:11px}.az-ce-journey-grid{grid-template-columns:1fr}.az-ce-journey-grid a{min-height:54px;padding:9px 11px}.az-ce-journey-grid strong{font-size:12px}
  .az-ce-section-title-row h2{font-size:19px}.az-ce-section{margin-bottom:32px}
  .az-ce-breaking-grid{grid-template-columns:1fr;gap:15px}.az-ce-breaking-item{grid-template-columns:112px minmax(0,1fr)}.az-ce-breaking-thumb{width:112px;height:70px}.az-ce-breaking-item h3{font-size:14px}
  .az-ce-review-lead-media,.az-ce-review-lead-media img{height:230px}.az-ce-review-lead-copy{padding:18px}.az-ce-review-lead-copy h3{font-size:21px}.az-ce-review-grid{grid-template-columns:1fr 1fr;gap:10px}.az-ce-review-media{height:115px}
  .az-ce-video-band{padding:22px 0}.az-ce-video-main-media{height:220px}.az-ce-video-side{grid-template-columns:1fr}.az-ce-video-side article{grid-template-columns:112px minmax(0,1fr)}
  .az-ce-helper-card{grid-template-columns:120px minmax(0,1fr)}.az-ce-helper-card img{width:120px}.az-ce-helper-card>div{padding:13px}.az-ce-compare-grid{grid-template-columns:1fr}.az-ce-compare-card>a{height:220px}.az-ce-top-stories{padding:16px;margin-top:28px}.az-ce-top-story-lead-media{height:220px}.az-ce-top-story-lead-copy{padding:17px}.az-ce-top-story-lead-copy h3{font-size:20px}.az-ce-top-story-list{grid-template-columns:1fr}.az-ce-top-story-side{grid-template-columns:104px minmax(0,1fr)}.az-ce-top-story-side-media{width:104px;height:66px}.az-ce-trust-grid{grid-template-columns:1fr 1fr;gap:8px}
  .az-ce-article-intro-band{border-top:0}.az-ce-article-intro{width:calc(100% - 20px);padding:16px 0 18px;gap:14px}.az-ce-breadcrumb{margin-bottom:10px;font-size:8.5px}.az-ce-article-head h1{font-size:29px;line-height:1.05;letter-spacing:-.7px}.az-ce-standfirst{font-size:14px;line-height:1.42}.az-ce-article-meta-row{margin-top:11px}.az-ce-author-line{margin-top:11px}.az-ce-article-photo-wrap{border-radius:4px}.az-ce-photo-pill{top:8px;right:8px}.az-ce-article-after-hero{padding-top:18px}.az-ce-article-grid{width:calc(100% - 20px)}.az-ce-article-body{font-size:15.5px;line-height:1.62}.az-ce-article-body h2{font-size:22px}.az-ce-related-grid{grid-template-columns:1fr 1fr}.az-ce-related-img{height:110px}.theme-autoz .vibecms-author-box__inner{align-items:flex-start!important}
  .az-ce-archive-head,.az-ce-page-head{padding:14px 0 20px}.az-ce-archive-title h1,.az-ce-page-title h1{font-size:32px}.az-ce-archive-title p,.az-ce-page-title p{font-size:12px}.az-ce-archive-main,.az-ce-latest-main{padding-top:20px}.az-ce-archive-search{height:44px}.az-ce-archive-search input,.az-ce-archive-search button{height:42px}.az-ce-archive-spotlight,.az-ce-latest-feature{display:block}.az-ce-archive-lead-media{height:220px}.az-ce-archive-lead-copy{padding:17px}.az-ce-archive-lead h2{font-size:22px}.az-ce-archive-quick{margin-top:12px;padding:14px}.az-ce-archive-quick-list{display:block}.az-ce-archive-grid{grid-template-columns:1fr 1fr;gap:18px 10px}.az-ce-archive-card-media{height:115px}.az-ce-archive-card h2{font-size:13px}.az-ce-archive-card p{display:none}.az-ce-latest-feature-media{height:220px}.az-ce-latest-feature-lead>div{padding:16px}.az-ce-latest-feature-lead h2{font-size:22px}.az-ce-latest-feature-side{display:block;margin-top:12px}
  .az-ce-latest-row{grid-template-columns:125px minmax(0,1fr);gap:12px;padding:12px 0}.az-ce-latest-thumb{height:82px}.az-ce-latest-row h2{font-size:15px}.az-ce-latest-row p{display:none}
  .az-ce-author-profile{align-items:flex-start}.az-ce-author-big-avatar{width:74px;height:74px}.az-ce-author-profile h1{font-size:28px}
  .az-ce-page-body{font-size:16px}
  .az-404-hero{grid-template-columns:1fr;margin-top:24px;padding:18px}.az-404-mark{height:120px}.az-404-list{grid-template-columns:1fr}
  .az-footer{margin-top:24px}.az-footer-top{padding:34px 0 28px}.az-footer-meta{grid-template-columns:1fr;gap:24px}.az-footer-links{gap:10px 15px}
}

/* Preserve white text on solid action buttons despite global link hover. */
body.theme-autoz .az-ce-helper-card a:hover,
body.theme-autoz .az-ce-article-cta-actions a:first-child:hover,
body.theme-autoz .si404-btn-primary:hover{color:#fff;background:var(--az-red-dark)}

/* ========================================================================
   AutoZ 6.5.22.14.4.0 — P0 Premium Design System
   One visual language for homepage, category/review archives and article detail.
   ======================================================================== */
:root{
  --az-r-xs:5px;
  --az-r-sm:8px;
  --az-r-md:12px;
  --az-r-lg:16px;
  --az-card-border:#e2e5e9;
  --az-shadow-soft:0 8px 24px rgba(18,24,34,.055);
  --az-shadow-card:0 14px 38px rgba(18,24,34,.085);
  --az-section-gap:44px;
  --az-sticky-header-height:76px;
}
body.theme-autoz{--az-radius:var(--az-r-sm)}
body.theme-autoz .az-ce-section{margin-bottom:var(--az-section-gap)}
body.theme-autoz .az-ce-section-title-row{margin-bottom:17px}
body.theme-autoz .az-ce-section-title-row h2{font-size:24px;line-height:1.06;letter-spacing:-.55px}
body.theme-autoz .az-ce-section-title-row p{font-size:12px;line-height:1.5}
body.theme-autoz .az-ce-showcase,
body.theme-autoz .az-ce-journey,
body.theme-autoz .az-ce-review-lead,
body.theme-autoz .az-ce-top-stories,
body.theme-autoz .az-ce-latest-feature-lead{border-radius:var(--az-r-md)}
body.theme-autoz .az-ce-journey-grid a,
body.theme-autoz .az-ce-top-story-side,
body.theme-autoz .az-ce-archive-card-media,
body.theme-autoz .az-ce-latest-thumb,
body.theme-autoz .az-ce-latest-feature-thumb{border-radius:var(--az-r-sm)}

/* Sticky newsroom stack: the ticker remains attached directly under the header. */
body.theme-autoz .az-header{z-index:520}
body.theme-autoz .az-newsbar{position:sticky;top:var(--az-sticky-header-height);z-index:510;margin:0;transition:top .18s ease,box-shadow .18s ease;box-shadow:0 5px 14px rgba(8,10,16,.08)}
body.theme-autoz .az-header.az-header--compact + .az-newsbar{box-shadow:0 8px 18px rgba(8,10,16,.12)}

/* ===== Category / channel system ====================================== */
.az-ce-archive-head{padding:24px 0 34px;background:linear-gradient(180deg,#f7f8fa 0%,#fff 100%)}
.az-ce-archive-head.is-review{background:linear-gradient(180deg,#f2f4f7 0%,#fff 100%)}
.az-ce-archive-title{max-width:900px;margin-top:19px}
.az-ce-archive-title h1{font-size:48px;line-height:1.01;letter-spacing:-1.55px}
.az-ce-archive-title p{max-width:790px;font-size:14.5px;line-height:1.58}
.az-ce-archive-main{padding:34px 0 64px}

.az-ce-review-discovery{width:min(100%,var(--az-home));margin:0 auto 24px;padding:24px;border-radius:var(--az-r-md);background:linear-gradient(125deg,#11141a 0%,#1b2028 72%,#25191b 100%);color:#fff;box-shadow:var(--az-shadow-soft);position:relative;overflow:hidden}
.az-ce-review-discovery::after{content:"";position:absolute;width:260px;height:260px;right:-95px;top:-115px;border-radius:50%;background:radial-gradient(circle,rgba(227,24,32,.28),rgba(227,24,32,0) 68%);pointer-events:none}
.az-ce-review-discovery-copy{position:relative;z-index:1;max-width:720px}
.az-ce-review-discovery-copy>span{display:block;margin-bottom:8px;color:#ff6b70;font-size:9px;font-weight:950;letter-spacing:.12em}
.az-ce-review-discovery-copy h2{margin:0;font-size:25px;line-height:1.12;font-weight:950;letter-spacing:-.5px}
.az-ce-review-discovery-copy p{margin:7px 0 0;color:#c6cad1;font-size:12px;line-height:1.5}
.az-ce-review-search{position:relative;z-index:1;width:min(650px,100%);height:48px;margin-top:18px;display:flex;align-items:center;overflow:hidden;border-radius:var(--az-r-sm);background:#fff;box-shadow:0 8px 22px rgba(0,0,0,.14)}
.az-ce-review-search input{min-width:0;flex:1;height:48px;border:0;outline:0;padding:0 15px;color:#17191e;background:#fff;font-size:13px}
.az-ce-review-search button{width:50px;height:48px;border:0;background:#fff;color:#16191e;display:grid;place-items:center;cursor:pointer}
.az-ce-review-search button:hover{color:var(--az-red)}
.az-ce-review-filter-row{position:relative;z-index:1;display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}
.az-ce-review-filter-row a{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.07);color:#fff;font-size:10.5px;font-weight:800;transition:.18s ease}
.az-ce-review-filter-row a:hover{background:#fff;color:#14171d;border-color:#fff}

.az-ce-channel-hero{width:min(100%,var(--az-home));margin:0 auto 30px;display:grid;grid-template-columns:minmax(0,1.58fr) minmax(300px,.72fr);gap:16px;align-items:stretch}
.az-ce-channel-lead{min-width:0;overflow:hidden;border:1px solid var(--az-card-border);border-radius:var(--az-r-md);background:#fff;box-shadow:var(--az-shadow-soft)}
.az-ce-channel-lead-media{display:block;height:365px;overflow:hidden;background:#e8ebef}
.az-ce-channel-lead-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .32s ease}
.az-ce-channel-lead:hover .az-ce-channel-lead-media img{transform:scale(1.012)}
.az-ce-channel-lead-copy{padding:21px 23px 23px}
.az-ce-channel-lead-copy h2{margin:7px 0 8px;font-size:31px;line-height:1.07;font-weight:950;letter-spacing:-.72px}
.az-ce-channel-lead-copy p{margin:0;color:#666b74;font-size:12.5px;line-height:1.54}
.az-ce-channel-lead-copy time{display:block;margin-top:11px;color:#9398a0;font-size:9.5px;font-weight:650}
.az-ce-channel-companions{display:grid;grid-template-rows:repeat(2,minmax(0,1fr));gap:16px;min-width:0}
.az-ce-channel-companion{min-width:0;overflow:hidden;border:1px solid var(--az-card-border);border-radius:var(--az-r-md);background:#fff;box-shadow:0 6px 20px rgba(18,24,34,.045)}
.az-ce-channel-companion-media{display:block;height:150px;overflow:hidden;background:#e9ecef}
.az-ce-channel-companion-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .28s ease}
.az-ce-channel-companion:hover .az-ce-channel-companion-media img{transform:scale(1.018)}
.az-ce-channel-companion-copy{padding:13px 15px 15px}
.az-ce-channel-companion h3{margin:5px 0 0;font-size:16px;line-height:1.23;font-weight:900;letter-spacing:-.18px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.az-ce-channel-companion time{display:block;margin-top:7px;color:#999da4;font-size:9px}
.az-ce-channel-hero.is-review .az-ce-channel-lead{border-top:3px solid var(--az-red)}
.az-ce-channel-hero.is-review .az-ce-channel-lead-copy h2{font-size:32px}
.az-ce-channel-hero.is-review .az-ce-channel-companion{background:#f7f8fa}

.az-ce-archive-stream{width:min(100%,var(--az-home));margin:0 auto}
.az-ce-archive-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 18px}
.az-ce-archive-grid.is-review{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 22px}
.az-ce-archive-card{padding-bottom:20px;border-bottom:1px solid #e7e9ed}
.az-ce-archive-card-media{height:190px;background:#e9ecef;overflow:hidden}
.az-ce-archive-grid.is-review .az-ce-archive-card-media{height:235px}
.az-ce-archive-card h2{font-size:17px;line-height:1.24}
.az-ce-archive-grid.is-review .az-ce-archive-card h2{font-size:20px;line-height:1.2}
.az-ce-archive-card p{font-size:11.5px;line-height:1.52}
.az-ce-archive-grid.is-review .az-ce-archive-card p{font-size:12px}

/* ===== Article premium reading system ================================= */
body.theme-autoz.article-page .az-ce-article-intro{padding:28px 0 30px;gap:40px}
body.theme-autoz.article-page .az-ce-article-head h1{font-size:36px;line-height:1.02;letter-spacing:-1.15px}
body.theme-autoz.article-page .az-ce-standfirst{margin-top:15px;font-size:15px;line-height:1.5;color:#373a40}
body.theme-autoz.article-page .az-ce-author-line{gap:11px;margin-top:15px}
body.theme-autoz.article-page .az-ce-author-avatar{width:42px;height:42px;flex-basis:42px}
body.theme-autoz.article-page .az-ce-author-line a,
body.theme-autoz.article-page .az-ce-author-line strong{font-size:14.5px;line-height:1.2}
body.theme-autoz.article-page .az-ce-author-line em{font-size:11px;line-height:1.32}
body.theme-autoz.article-page .az-ce-article-photo-wrap{border-radius:var(--az-r-sm)}
body.theme-autoz.article-page .az-ce-article-hero-media figcaption{font-size:10px;line-height:1.45}
body.theme-autoz.article-page .az-ce-article-after-hero{padding-top:34px}
body.theme-autoz.article-page .az-ce-side-sticky{top:calc(var(--az-sticky-header-height) + 52px)}
body.theme-autoz.article-page .az-ce-article-body{font-size:17px;line-height:1.72;color:#202229}
body.theme-autoz.article-page .az-ce-article-body>p:first-child{font-size:17.25px;line-height:1.7}
body.theme-autoz.article-page .az-ce-article-body p{margin:0 0 1.42em}
body.theme-autoz.article-page .az-ce-article-body h2{margin:1.8em 0 .62em;font-size:30px;line-height:1.14;font-weight:950;letter-spacing:-.58px;color:#13151a}
body.theme-autoz.article-page .az-ce-article-body h3{margin:1.62em 0 .58em;font-size:23px;line-height:1.2;font-weight:900;letter-spacing:-.3px;color:#17191e}
body.theme-autoz.article-page .az-ce-article-body h4{margin:1.5em 0 .55em;font-size:19px;line-height:1.25;font-weight:900}
body.theme-autoz.article-page .az-ce-article-body strong{font-weight:850}
body.theme-autoz.article-page .az-ce-article-body img{margin:26px auto 7px;border-radius:var(--az-r-sm)}
body.theme-autoz.article-page .az-ce-article-body figure{margin:28px 0}
body.theme-autoz.article-page .az-ce-article-body figure img{margin:0 auto}
body.theme-autoz.article-page .az-ce-article-body figcaption,
body.theme-autoz.article-page .az-ce-inline-caption{margin-top:8px;padding:0 2px;color:#777d86;font-size:11.5px;line-height:1.48}
body.theme-autoz.article-page .az-ce-article-body blockquote{position:relative;margin:32px 0;padding:19px 22px 19px 24px;border:0;border-left:4px solid var(--az-red);border-radius:0 var(--az-r-md) var(--az-r-md) 0;background:#f5f6f8;color:#17191e;font-size:20px;line-height:1.48;font-weight:780;letter-spacing:-.15px}
body.theme-autoz.article-page .az-ce-article-body blockquote::before{content:"“";position:absolute;right:16px;top:3px;color:rgba(227,24,32,.13);font:900 62px/1 Georgia,serif}
body.theme-autoz.article-page .az-ce-article-body blockquote p:last-child{margin-bottom:0}
body.theme-autoz.article-page .az-ce-article-body ul,
body.theme-autoz.article-page .az-ce-article-body ol{margin:0 0 1.45em;padding-left:25px}
body.theme-autoz.article-page .az-ce-article-body li{margin:.4em 0;padding-left:2px}

/* Responsive data/specification tables. */
body.theme-autoz.article-page .az-ce-table-wrap{width:100%;max-width:100%;margin:28px 0;overflow-x:auto;border:1px solid #dfe3e8;border-radius:var(--az-r-md);background:#fff;box-shadow:0 5px 18px rgba(18,24,34,.035);-webkit-overflow-scrolling:touch}
body.theme-autoz.article-page .az-ce-table-wrap table{min-width:620px;width:100%;margin:0;border:0;border-collapse:separate;border-spacing:0;font-size:13.5px;line-height:1.45}
body.theme-autoz.article-page .az-ce-table-wrap th{padding:12px 13px;border:0;border-right:1px solid #30343b;background:#171a20;color:#fff;font-weight:850;text-align:left}
body.theme-autoz.article-page .az-ce-table-wrap th:last-child{border-right:0}
body.theme-autoz.article-page .az-ce-table-wrap td{padding:11px 13px;border:0;border-top:1px solid #e5e8ec;border-right:1px solid #eef0f3;text-align:left;vertical-align:top}
body.theme-autoz.article-page .az-ce-table-wrap td:last-child{border-right:0}
body.theme-autoz.article-page .az-ce-table-wrap tr:nth-child(even) td{background:#f8f9fa}

/* Video embeds retain a stable 16:9 ratio and no longer overflow the reading plane. */
body.theme-autoz.article-page .az-ce-embed-wrap{position:relative;width:100%;aspect-ratio:16/9;margin:28px 0;overflow:hidden;border-radius:var(--az-r-md);background:#101218;box-shadow:var(--az-shadow-soft)}
body.theme-autoz.article-page .az-ce-embed-wrap iframe{position:absolute;inset:0;width:100%!important;height:100%!important;border:0!important;margin:0!important}
body.theme-autoz.article-page .az-ce-article-body video{display:block;width:100%;height:auto;margin:28px 0;border-radius:var(--az-r-md);background:#101218}

/* Common editor/WordPress gallery structures become one consistent media grid. */
body.theme-autoz.article-page .az-ce-content-gallery,
body.theme-autoz.article-page .az-ce-article-body .gallery,
body.theme-autoz.article-page .az-ce-article-body .wp-block-gallery,
body.theme-autoz.article-page .az-ce-article-body .blocks-gallery-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;width:100%!important;margin:28px 0!important;padding:0!important;list-style:none!important}
body.theme-autoz.article-page .az-ce-content-gallery .gallery-item,
body.theme-autoz.article-page .az-ce-content-gallery figure,
body.theme-autoz.article-page .az-ce-article-body .gallery .gallery-item,
body.theme-autoz.article-page .az-ce-article-body .wp-block-gallery figure{width:auto!important;max-width:none!important;margin:0!important;padding:0!important;float:none!important}
body.theme-autoz.article-page .az-ce-content-gallery img,
body.theme-autoz.article-page .az-ce-article-body .gallery img,
body.theme-autoz.article-page .az-ce-article-body .wp-block-gallery img{width:100%!important;height:100%!important;min-height:210px;aspect-ratio:4/3;object-fit:cover;margin:0!important;border-radius:var(--az-r-sm)!important}
body.theme-autoz.article-page .az-ce-content-gallery figcaption,
body.theme-autoz.article-page .az-ce-article-body .gallery-caption{grid-column:1/-1;margin-top:2px;font-size:10.5px;line-height:1.4;color:#7c8189}

/* Premium multi-page article navigation. */
body.theme-autoz.article-page .az-ce-article-pagination{display:block;margin:32px 0;padding:16px 17px;border:1px solid var(--az-card-border);border-radius:var(--az-r-md);background:#f7f8fa;font-size:11px}
body.theme-autoz.article-page .az-ce-article-pagination-label{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}
body.theme-autoz.article-page .az-ce-article-pagination-label strong{font-size:13px;font-weight:900;color:#17191e}
body.theme-autoz.article-page .az-ce-article-pagination-label span{color:#777c84;font-size:10.5px;font-weight:700}
body.theme-autoz.article-page .az-ce-article-pagination-controls{display:flex;align-items:center;justify-content:space-between;gap:10px}
body.theme-autoz.article-page .az-ce-article-page-numbers{display:flex;align-items:center;justify-content:center;gap:6px;flex:1}
body.theme-autoz.article-page .az-ce-article-pagination a{display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:34px;height:34px;padding:0 10px;border:1px solid #d9dde2;border-radius:7px;background:#fff;color:#24272d;text-decoration:none!important;font-size:10.5px;font-weight:850;transition:.16s ease}
body.theme-autoz.article-page .az-ce-article-pagination a:hover{border-color:#aeb4bc;background:#fff;color:#111}
body.theme-autoz.article-page .az-ce-article-pagination a.active{background:var(--az-red);border-color:var(--az-red);color:#fff}
body.theme-autoz.article-page .az-ce-article-page-arrow{gap:6px;min-width:104px!important}

/* Related rail: one strong lead card + compact editorial list. */
body.theme-autoz.article-page .az-ce-side-related{padding:0;overflow:hidden;border:1px solid var(--az-card-border);border-top:0;border-radius:var(--az-r-md);background:#fff;box-shadow:var(--az-shadow-soft)}
body.theme-autoz.article-page .az-ce-side-related-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0;padding:16px 17px 14px;border:0;border-top:4px solid var(--az-red);border-bottom:1px solid #e4e7eb;background:#fff}
body.theme-autoz.article-page .az-ce-side-related-head>div{min-width:0}
body.theme-autoz.article-page .az-ce-side-related-head span{display:block;margin-bottom:4px;color:var(--az-red);font-size:8.5px;font-weight:950;letter-spacing:.12em}
body.theme-autoz.article-page .az-ce-side-related-head h2{margin:0;font-size:19px;line-height:1.1;font-weight:950;letter-spacing:-.32px}
body.theme-autoz.article-page .az-ce-side-related-head>i{font-style:normal;color:#a1a6ae;font-size:20px}
body.theme-autoz.article-page .az-ce-side-related-list{padding:0 14px 8px}
body.theme-autoz.article-page .az-ce-side-related-list article{display:grid;grid-template-columns:88px minmax(0,1fr);gap:11px;align-items:start;padding:12px 0;border-bottom:1px solid #e8eaed}
body.theme-autoz.article-page .az-ce-side-related-list article:last-child{border-bottom:0}
body.theme-autoz.article-page .az-ce-side-related-list article.is-lead{display:block;padding:14px 0 15px}
body.theme-autoz.article-page .az-ce-side-related-thumb{display:block;width:88px;height:59px;overflow:hidden;border-radius:var(--az-r-xs);background:#eceff2}
body.theme-autoz.article-page .az-ce-side-related-thumb img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .2s ease}
body.theme-autoz.article-page .az-ce-side-related-list article:hover .az-ce-side-related-thumb img{transform:scale(1.025)}
body.theme-autoz.article-page .az-ce-side-related-list article.is-lead .az-ce-side-related-thumb{width:100%;height:158px;margin-bottom:11px;border-radius:var(--az-r-sm)}
body.theme-autoz.article-page .az-ce-side-related-cat{display:block;margin-bottom:4px;color:var(--az-red);font-size:8.5px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
body.theme-autoz.article-page .az-ce-side-related-list h3{margin:0;font-size:13.5px;line-height:1.28;font-weight:900;letter-spacing:-.12px}
body.theme-autoz.article-page .az-ce-side-related-list article.is-lead h3{font-size:17px;line-height:1.2;letter-spacing:-.25px}
body.theme-autoz.article-page .az-ce-side-related-list time{display:block;margin-top:6px;color:#969ba3;font-size:9.5px;font-weight:650}

/* ===== Mobile is a deliberate layout, not a scaled desktop ============ */
@media(max-width:820px){
  :root{--az-sticky-header-height:62px;--az-section-gap:36px}
  body.theme-autoz .az-newsbar{top:var(--az-sticky-header-height)}
  body.theme-autoz.home-page--autoz .az-ce-search-hero{height:280px}
  body.theme-autoz.home-page--autoz .az-ce-search-inner{padding:22px 0 36px;justify-content:center}
  body.theme-autoz.home-page--autoz .az-ce-search-inner h1{max-width:620px;font-size:30px;line-height:1.08}
  body.theme-autoz.home-page--autoz .az-ce-showcase{max-width:680px;margin-top:-54px}
  body.theme-autoz.home-page--autoz .az-ce-showcase-slide{height:330px}
  .az-ce-channel-hero{grid-template-columns:1fr;max-width:680px}
  .az-ce-channel-lead-media{height:310px}
  .az-ce-channel-companions{grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:14px}
  .az-ce-channel-companion-media{height:150px}
  .az-ce-review-discovery{max-width:680px}
  .az-ce-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .az-ce-archive-grid.is-review{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.theme-autoz.article-page .az-ce-article-intro{gap:20px}
  body.theme-autoz.article-page .az-ce-article-body{font-size:16.5px;line-height:1.68}
  body.theme-autoz.article-page .az-ce-article-body>p:first-child{font-size:16.5px}
  body.theme-autoz.article-page .az-ce-article-body h2{font-size:26px}
  body.theme-autoz.article-page .az-ce-article-body h3{font-size:21px}
}
@media(max-width:560px){
  :root{--az-sticky-header-height:58px;--az-section-gap:30px}
  body.theme-autoz.home-page--autoz .az-ce-search-hero{height:250px}
  body.theme-autoz.home-page--autoz .az-ce-search-inner{padding:20px 0 30px}
  body.theme-autoz.home-page--autoz .az-ce-search-inner h1{max-width:330px;font-size:25px;line-height:1.08;margin-bottom:14px}
  body.theme-autoz.home-page--autoz .az-ce-search-form{height:44px;border-radius:var(--az-r-sm)}
  body.theme-autoz.home-page--autoz .az-ce-search-form input{height:44px;font-size:13px}
  body.theme-autoz.home-page--autoz .az-ce-search-form button{height:44px}
  body.theme-autoz.home-page--autoz .az-ce-showcase{margin:-30px 10px 22px;border-radius:var(--az-r-md)}
  body.theme-autoz.home-page--autoz .az-ce-showcase-slide{height:260px}
  body.theme-autoz.home-page--autoz .az-ce-showcase-titlebox{left:12px;right:12px;bottom:12px;width:auto;min-height:84px;padding:14px 48px 14px 15px;border-radius:var(--az-r-sm)}
  body.theme-autoz.home-page--autoz .az-ce-showcase-titlebox h2{font-size:18.5px;line-height:1.12}
  .az-ce-archive-head{padding:16px 0 24px}
  .az-ce-archive-title{margin-top:13px}
  .az-ce-archive-title h1{font-size:34px;letter-spacing:-.8px}
  .az-ce-archive-title p{font-size:12.5px;line-height:1.5}
  .az-ce-archive-main{padding-top:22px}
  .az-ce-review-discovery{margin-bottom:18px;padding:18px 15px;border-radius:var(--az-r-md)}
  .az-ce-review-discovery-copy h2{font-size:21px}
  .az-ce-review-discovery-copy p{font-size:11px}
  .az-ce-review-search{height:44px}.az-ce-review-search input,.az-ce-review-search button{height:44px}
  .az-ce-review-filter-row{gap:6px}.az-ce-review-filter-row a{min-height:28px;padding:0 10px;font-size:9.5px}
  .az-ce-channel-hero{display:block;width:100%;margin-bottom:24px}
  .az-ce-channel-lead-media{height:235px}
  .az-ce-channel-lead-copy{padding:17px}
  .az-ce-channel-lead-copy h2{font-size:23px;line-height:1.1}
  .az-ce-channel-lead-copy p{font-size:11.5px}
  .az-ce-channel-companions{display:grid;grid-template-columns:1fr;margin-top:12px}
  .az-ce-channel-companion{display:grid;grid-template-columns:116px minmax(0,1fr);align-items:stretch}
  .az-ce-channel-companion-media{width:116px;height:100%;min-height:96px}
  .az-ce-channel-companion-copy{padding:12px}
  .az-ce-channel-companion h3{font-size:14px}
  .az-ce-archive-grid,.az-ce-archive-grid.is-review{grid-template-columns:1fr;gap:22px}
  .az-ce-archive-card{display:grid;grid-template-columns:132px minmax(0,1fr);gap:13px;padding-bottom:16px}
  .az-ce-archive-card-media,.az-ce-archive-grid.is-review .az-ce-archive-card-media{height:88px}
  .az-ce-archive-card-copy{padding-top:0}
  .az-ce-archive-card h2,.az-ce-archive-grid.is-review .az-ce-archive-card h2{margin-top:4px;font-size:15px;line-height:1.24}
  .az-ce-archive-card p{display:none}
  body.theme-autoz.article-page .az-ce-article-intro{padding:18px 0 20px}
  body.theme-autoz.article-page .az-ce-article-head h1{font-size:30px}
  body.theme-autoz.article-page .az-ce-standfirst{font-size:14.5px}
  body.theme-autoz.article-page .az-ce-author-line a,
  body.theme-autoz.article-page .az-ce-author-line strong{font-size:14px}
  body.theme-autoz.article-page .az-ce-article-body{font-size:16px;line-height:1.66}
  body.theme-autoz.article-page .az-ce-article-body>p:first-child{font-size:16px}
  body.theme-autoz.article-page .az-ce-article-body h2{font-size:24px;line-height:1.17}
  body.theme-autoz.article-page .az-ce-article-body h3{font-size:20px}
  body.theme-autoz.article-page .az-ce-content-gallery,
  body.theme-autoz.article-page .az-ce-article-body .gallery,
  body.theme-autoz.article-page .az-ce-article-body .wp-block-gallery,
  body.theme-autoz.article-page .az-ce-article-body .blocks-gallery-grid{gap:6px!important}
  body.theme-autoz.article-page .az-ce-content-gallery img,
  body.theme-autoz.article-page .az-ce-article-body .gallery img,
  body.theme-autoz.article-page .az-ce-article-body .wp-block-gallery img{min-height:120px}
  body.theme-autoz.article-page .az-ce-article-pagination-label{display:block}
  body.theme-autoz.article-page .az-ce-article-pagination-label span{display:block;margin-top:3px}
  body.theme-autoz.article-page .az-ce-article-pagination-controls{flex-wrap:wrap}
  body.theme-autoz.article-page .az-ce-article-page-numbers{order:-1;width:100%;flex-basis:100%}
  body.theme-autoz.article-page .az-ce-article-page-arrow{min-width:0!important;flex:1}
}

/* AutoZ 6.5.22.14.4.1 — split-image showcase refinement */
@media (min-width:821px){
  .az-ce-showcase{background:#07090d}
  .az-ce-showcase-slide{background:#07090d;isolation:isolate}
  .az-ce-showcase-slide::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:2;
    pointer-events:none;
    background:linear-gradient(90deg,
      #07090d 0%,
      #07090d 24%,
      rgba(7,9,13,.98) 32%,
      rgba(7,9,13,.88) 39%,
      rgba(7,9,13,.66) 47%,
      rgba(7,9,13,.40) 55%,
      rgba(7,9,13,.18) 63%,
      rgba(7,9,13,0) 73%);
  }
  .az-ce-showcase-media{
    position:absolute;
    z-index:1;
    top:12px;
    right:12px;
    bottom:12px;
    width:72%;
    height:auto;
    overflow:hidden;
    border-radius:10px;
    background:#11151c;
  }
  .az-ce-showcase-media::after{
    background:linear-gradient(180deg,rgba(4,6,10,.02) 42%,rgba(4,6,10,.24) 100%);
  }
  .az-ce-showcase-media img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
  }
  .az-ce-showcase-titlebox{
    left:26px;
    bottom:26px;
    width:min(520px,43%);
    min-height:108px;
    padding:20px 64px 20px 23px;
    background:rgba(255,255,255,.97);
    box-shadow:0 16px 38px rgba(0,0,0,.28);
  }
  .az-ce-showcase-titlebox h2{
    font-size:27px;
    line-height:1.08;
    letter-spacing:-.62px;
  }
  .az-ce-showcase-controls{
    right:26px;
    bottom:24px;
  }
}

/* AutoZ 6.5.22.14.4.2 — showcase hero trapezoid refinement */
@media (min-width:821px){
  .az-ce-showcase{background:transparent;box-shadow:none;border-radius:0;overflow:visible}
  .az-ce-showcase-viewport{background:transparent;overflow:visible}
  .az-ce-showcase-slide{height:360px;background:#040507;border-radius:0;overflow:hidden}
  .az-ce-showcase-slide::before{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(90deg,#050608 0%,#050608 31%,rgba(5,6,8,.97) 41%,rgba(5,6,8,.82) 49%,rgba(5,6,8,.52) 58%,rgba(5,6,8,.14) 66%,rgba(5,6,8,0) 72%);pointer-events:none}
  .az-ce-showcase-media{position:absolute;top:14px;right:18px;bottom:14px;left:auto;width:63.5%;height:auto;z-index:1;overflow:hidden;border-radius:0;background:transparent}
  .az-ce-showcase-media::before{display:none}
  .az-ce-showcase-media::after{display:none}
  .az-ce-showcase-media img{width:100%;height:100%;object-fit:cover;object-position:center center;transform:none}
  .az-ce-showcase-titlebox{left:28px;bottom:28px;width:min(560px,calc(100% - 430px));min-height:122px;padding:20px 92px 20px 24px;border:0;border-radius:0;background:#fff;box-shadow:0 16px 34px rgba(5,8,14,.22);clip-path:polygon(0 0,calc(100% - 34px) 0,100% 50%,calc(100% - 34px) 100%,0 100%)}
  .az-ce-showcase-titlebox h2{font-size:27px;line-height:1.08;letter-spacing:-.62px}
  .az-ce-showcase-open{right:24px;width:42px;height:42px;background:var(--az-red);box-shadow:0 6px 16px rgba(229,31,39,.24)}
  .az-ce-showcase-controls{right:28px;bottom:26px;box-shadow:0 10px 24px rgba(0,0,0,.14)}
}

/* AutoZ 6.5.22.14.4.3 — showcase image fit + Mobilitas slashes */
@media (min-width:821px){
  .az-ce-showcase{background:transparent;box-shadow:none;border-radius:0;overflow:visible}
  .az-ce-showcase-viewport{background:transparent;overflow:visible}
  .az-ce-showcase-slide{height:360px;background:#040507;border-radius:14px;overflow:hidden}
  .az-ce-showcase-slide::before{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(90deg,#040507 0%,#040507 29%,rgba(4,5,7,.96) 39%,rgba(4,5,7,.82) 48%,rgba(4,5,7,.56) 56%,rgba(4,5,7,.20) 63%,rgba(4,5,7,0) 70%);pointer-events:none}
  .az-ce-showcase-media{position:absolute;top:0;right:16px;bottom:0;left:auto;width:51%;height:auto;z-index:1;overflow:hidden;background:transparent}
  .az-ce-showcase-media::before,.az-ce-showcase-media::after{display:none}
  .az-ce-showcase-media img{display:block;width:100%;height:100%;object-fit:contain;object-position:center right;transform:none;background:transparent}
  .az-ce-showcase-titlebox{left:24px;bottom:24px;width:min(610px,calc(100% - 500px));min-height:130px;padding:22px 92px 22px 118px;border:0;border-radius:0 16px 16px 0;background:#fff;box-shadow:0 16px 34px rgba(5,8,14,.22);clip-path:polygon(58px 0,100% 0,100% 100%,0 100%,18px 50%)}
  .az-ce-showcase-titlebox::before{content:"";position:absolute;left:26px;top:18px;bottom:18px;width:56px;background:linear-gradient(90deg,#5d646f 0 32%,transparent 32% 40%,#f1171f 40% 78%,transparent 78%);transform:skewX(-24deg);transform-origin:left center}
  .az-ce-showcase-titlebox::after{content:"";position:absolute;left:78px;top:18px;bottom:18px;width:1px;background:#eceef2;transform:skewX(-24deg)}
  .az-ce-showcase-titlebox h2{font-size:26px;line-height:1.08;letter-spacing:-.6px}
  .az-ce-showcase-open{right:20px;width:42px;height:42px;background:var(--az-red);box-shadow:0 6px 16px rgba(229,31,39,.24)}
  .az-ce-showcase-controls{right:22px;bottom:22px;box-shadow:0 10px 24px rgba(0,0,0,.14)}
}

/* AutoZ 6.5.22.14.4.4 — final showcase fit + logo-accurate slashes */
@media (min-width:821px){
  .az-ce-showcase{background:transparent;box-shadow:none;border-radius:0;overflow:visible}
  .az-ce-showcase-viewport{background:transparent;overflow:visible}
  .az-ce-showcase-slide{height:360px;background:#040507;border-radius:14px;overflow:hidden;isolation:isolate}
  .az-ce-showcase-slide::before{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(90deg,#040507 0%,#040507 27%,rgba(4,5,7,.96) 36%,rgba(4,5,7,.86) 44%,rgba(4,5,7,.62) 52%,rgba(4,5,7,.24) 61%,rgba(4,5,7,0) 69%);pointer-events:none}
  .az-ce-showcase-media{position:absolute;top:0;right:0;bottom:0;left:auto;width:57%;height:auto;z-index:1;overflow:hidden;border-radius:0;background:transparent}
  .az-ce-showcase-media::before,.az-ce-showcase-media::after{display:none}
  .az-ce-showcase-media img{display:block;width:100%;height:100%;object-fit:contain;object-position:center center;transform:none;background:transparent}
  .az-ce-showcase-titlebox{left:24px;bottom:24px;width:min(610px,calc(100% - 540px));min-height:130px;padding:22px 92px 22px 124px;border:0;border-radius:0 16px 16px 0;background:#fff;box-shadow:0 16px 34px rgba(5,8,14,.22);clip-path:polygon(54px 0,100% 0,100% 100%,0 100%,16px 50%)}
  .az-ce-showcase-titlebox::before{content:"";position:absolute;left:24px;top:16px;bottom:16px;width:72px;background:linear-gradient(90deg,#5b616d 0 24px,transparent 24px 30px,#f1171f 30px 68px,transparent 68px);transform:skewX(-24deg);transform-origin:left center}
  .az-ce-showcase-titlebox::after{display:none}
  .az-ce-showcase-titlebox h2{font-size:26px;line-height:1.08;letter-spacing:-.6px}
  .az-ce-showcase-open{right:20px;width:42px;height:42px;background:var(--az-red);box-shadow:0 6px 16px rgba(229,31,39,.24)}
  .az-ce-showcase-controls{right:22px;bottom:22px;box-shadow:0 10px 24px rgba(0,0,0,.14)}
}

/* AutoZ 6.5.22.14.4.5 — showcase half-image blend */
@media (min-width:821px){
  .az-ce-showcase{padding:0;border:1px solid #e3e6eb;border-radius:16px;background:#fff;box-shadow:0 18px 42px rgba(15,20,30,.12);overflow:hidden}
  .az-ce-showcase-viewport{border-radius:16px;background:#fff;overflow:hidden}
  .az-ce-showcase-slide{display:grid;grid-template-columns:minmax(0,56%) minmax(0,44%);height:360px;background:#fff;border-radius:0;overflow:hidden;isolation:auto}
  .az-ce-showcase-slide::before{display:none}
  .az-ce-showcase-media{position:relative;top:auto;right:auto;bottom:auto;left:auto;width:auto;height:100%;overflow:hidden;border-radius:0;background:linear-gradient(90deg,#06080d 0%,#121723 72%,#171b24 100%)}
  .az-ce-showcase-media::before{display:none}
  .az-ce-showcase-media::after{content:"";position:absolute;top:0;right:0;bottom:0;width:26%;background:linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(6,9,14,.16) 34%,rgba(6,9,14,.44) 100%)}
  .az-ce-showcase-media img{display:block;width:100%;height:100%;padding:0 14px 0 18px;object-fit:contain;object-position:center center;transform:none;background:transparent}
  .az-ce-showcase-copy{position:relative;left:auto;right:auto;bottom:auto;display:flex;flex-direction:column;justify-content:center;padding:30px 32px 28px;background:#fff}
  .az-ce-showcase-copy::before{display:none}
  .az-ce-showcase-kicker{display:inline-flex;align-items:center;gap:10px;margin:0 0 16px;padding:0;background:none;color:#191c23;font-size:12px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
  .az-ce-showcase-kicker i{width:26px;height:14px;border:0;border-radius:0;background:linear-gradient(90deg,#5b616d 0 35%,transparent 35% 44%,#ef1b23 44% 100%);transform:skewX(-24deg);box-shadow:none;font-size:0}
  .az-ce-showcase-titlebox{position:relative;left:auto;bottom:auto;width:auto;min-height:0;padding:0;background:transparent;border-radius:0;clip-path:none;box-shadow:none}
  .az-ce-showcase-titlebox::before,.az-ce-showcase-titlebox::after{display:none}
  .az-ce-showcase-copy h2{margin:0;font-size:30px;line-height:1.08;letter-spacing:-.7px;color:#12151d}
  .az-ce-showcase-copy p{display:block;max-width:none;margin:18px 0 0;color:#3d434d;font-size:14px;line-height:1.48}
  .az-ce-showcase-meta{display:flex;align-items:center;gap:12px;margin-top:18px;color:#7d828a;font-size:11px;font-weight:700}
  .az-ce-showcase-controls{position:static;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:auto;padding-top:26px;background:none;box-shadow:none}
  .az-ce-showcase-dots{gap:9px;align-items:center}
  .az-ce-showcase-dots button{background:#d7dbe0}
  .az-ce-showcase-dots button.active{background:var(--az-red)}
  .az-ce-showcase-nav{gap:12px}
  .az-ce-showcase-nav button{width:34px;height:34px;border:0;border-radius:50%;background:transparent;color:var(--az-red);font-size:34px;line-height:1;box-shadow:none}
}

/* AutoZ 6.5.22.14.4.6 — premium clean split showcase */
@media (min-width:821px){
  .az-ce-showcase{position:relative;padding:0;border:1px solid #e5e8ed;border-radius:16px;background:#fff;box-shadow:0 18px 42px rgba(15,20,30,.12);overflow:hidden}
  .az-ce-showcase-viewport{background:#fff;border-radius:16px;overflow:hidden}
  .az-ce-showcase-track{display:flex}
  .az-ce-showcase-slide{position:relative;min-width:100%;display:grid;grid-template-columns:minmax(0,56%) minmax(0,44%);height:368px;background:#fff;overflow:hidden}
  .az-ce-showcase-slide::before{display:none}
  .az-ce-showcase-media{grid-column:1;position:relative;width:100%;height:100%;overflow:hidden;background:linear-gradient(180deg,#e9eef3 0%,#dde4eb 100%)}
  .az-ce-showcase-media::before{display:none}
  .az-ce-showcase-media::after{content:"";position:absolute;top:0;right:0;bottom:0;width:20%;background:linear-gradient(90deg,rgba(12,16,24,0) 0%,rgba(12,16,24,.10) 58%,rgba(12,16,24,.26) 100%)}
  .az-ce-showcase-media img{display:block;width:100%;height:100%;padding:14px 10px 14px 16px;object-fit:contain;object-position:center center;transform:none;background:transparent}

  .az-ce-showcase-titlebox{grid-column:2;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:22px;min-width:0;padding:36px 40px 34px;background:#fff;box-shadow:none;border:0;border-radius:0;clip-path:none;left:auto;bottom:auto;width:auto;min-height:0}
  .az-ce-showcase-titlebox::before{content:"";display:block;width:30px;height:16px;background:linear-gradient(90deg,#5b616d 0 34%,transparent 34% 43%,#ef1b23 43% 100%);transform:skewX(-24deg);transform-origin:left center}
  .az-ce-showcase-titlebox::after{display:none}
  .az-ce-showcase-titlebox h2{max-width:430px;margin:0;font-size:28px;line-height:1.06;font-weight:900;letter-spacing:-.72px;color:#12151d}
  .az-ce-showcase-titlebox h2 a{color:inherit;text-decoration:none}
  .az-ce-showcase-open{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:var(--az-red);color:#fff;text-decoration:none;font-size:26px;line-height:1;box-shadow:0 8px 18px rgba(229,31,39,.24)}

  .az-ce-showcase-controls{position:absolute;right:24px;bottom:18px;display:flex;align-items:center;gap:14px;padding:0;background:none;box-shadow:none;z-index:3}
  .az-ce-showcase-arrow{width:34px;height:34px;border:0;border-radius:50%;background:transparent;color:var(--az-red);font-size:34px;line-height:1;cursor:pointer}
  .az-ce-showcase-dots{display:flex;align-items:center;gap:8px;padding:0 4px}
  .az-ce-showcase-dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#d8dce1;cursor:pointer}
  .az-ce-showcase-dots button.is-active,.az-ce-showcase-dots button.active{width:26px;border-radius:999px;background:var(--az-red)}
}

/* AutoZ 6.5.22.14.4.7 — larger clean image + tighter title panel */
@media (min-width:821px){
  .az-ce-showcase{padding:0;border:1px solid #e5e8ed;border-radius:16px;background:#fff;box-shadow:0 18px 42px rgba(15,20,30,.12);overflow:hidden}
  .az-ce-showcase-viewport{background:#fff;border-radius:16px;overflow:hidden}
  .az-ce-showcase-slide{grid-template-columns:minmax(0,59%) minmax(0,41%);height:368px;background:#fff}
  .az-ce-showcase-media{grid-column:1;position:relative;width:100%;height:100%;overflow:hidden;background:#fff}
  .az-ce-showcase-media::after{content:"";position:absolute;top:0;right:0;bottom:0;width:12%;background:linear-gradient(90deg,rgba(12,16,24,0) 0%,rgba(12,16,24,.06) 45%,rgba(12,16,24,.16) 100%)}
  .az-ce-showcase-media img{display:block;width:100%;height:100%;padding:0;object-fit:contain;object-position:center center;transform:none;background:transparent}

  .az-ce-showcase-titlebox{grid-column:2;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:18px;padding:28px 34px 56px 34px;background:#fff}
  .az-ce-showcase-titlebox::before{content:"";display:block;width:22px;height:22px;border:6px solid var(--az-red);background:transparent;transform:none}
  .az-ce-showcase-titlebox h2{max-width:330px;margin:0;font-size:24px;line-height:1.08;font-weight:900;letter-spacing:-.5px;color:#12151d}
  .az-ce-showcase-titlebox h2 a{color:inherit;text-decoration:none}
  .az-ce-showcase-open{display:grid;place-items:center;width:56px;height:56px;border-radius:50%;background:var(--az-red);color:#fff;text-decoration:none;font-size:28px;line-height:1;box-shadow:0 10px 20px rgba(229,31,39,.22)}
  .az-ce-showcase-controls{position:absolute;right:24px;bottom:18px;display:flex;align-items:center;gap:14px;padding:0;background:none;box-shadow:none;z-index:3}
}

/* AutoZ 6.5.22.14.4.8 — title area polish + Mobilitas slashes */
@media (min-width:821px){
  .az-ce-showcase-titlebox{gap:20px;padding:28px 34px 56px 34px}
  .az-ce-showcase-titlebox::before{content:"";display:block;width:48px;height:18px;background:linear-gradient(90deg,#5b616d 0 38%,transparent 38% 50%,#ef1b23 50% 100%);transform:skewX(-24deg);transform-origin:left center}
  .az-ce-showcase-titlebox h2{max-width:345px;margin:0;font-size:22px;line-height:1.12;font-weight:900;letter-spacing:-.34px;color:#12151d;text-wrap:balance}
}

/* AutoZ 6.5.22.14.4.9 — Mobilitas /M slashes + centered title */
@media (min-width:821px){
  .az-ce-showcase-titlebox{justify-content:center;gap:16px;padding:24px 34px 56px 38px}
  .az-ce-showcase-titlebox::before{content:"";display:block;width:58px;height:22px;background:linear-gradient(90deg,#5b616d 0 38%,transparent 38% 50%,#ef1b23 50% 100%);transform:skewX(-24deg);transform-origin:left center}
  .az-ce-showcase-titlebox h2{max-width:340px;margin:0;font-size:23px;line-height:1.12;font-weight:900;letter-spacing:-.36px;color:#12151d;text-wrap:balance}
}

/* AutoZ 6.5.22.14.4.10 — centered title zone with /M slashes */
@media (min-width:821px){
  .az-ce-showcase-titlebox{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:0;padding:28px 96px 32px 34px;background:#fff}
  .az-ce-showcase-titlebox::before{content:"";position:absolute;top:16px;left:34px;width:58px;height:24px;background:linear-gradient(90deg,#5b616d 0 38%,transparent 38% 50%,#ef1b23 50% 100%);transform:skewX(-24deg);transform-origin:left center}
  .az-ce-showcase-titlebox h2{max-width:320px;margin:0;font-size:23px;line-height:1.12;font-weight:900;letter-spacing:-.36px;color:#12151d;text-wrap:balance}
  .az-ce-showcase-open{position:absolute;right:26px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:var(--az-red);color:#fff;text-decoration:none;font-size:28px;line-height:1;box-shadow:0 10px 20px rgba(229,31,39,.22)}
}

/* AutoZ 6.5.22.14.4.11 — title zone width + joined slashes */
@media (min-width:821px){
  .az-ce-showcase-titlebox{
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
    width:100%;
    height:100%;
    padding:24px 34px 56px 34px;
    background:#fff;
    gap:0;
  }
  .az-ce-showcase-titlebox::before{
    content:"";
    position:absolute;
    top:16px;
    left:34px;
    width:52px;
    height:18px;
    background:linear-gradient(90deg,#5b616d 0 46%,#ef1b23 46% 100%);
    transform:skewX(-24deg);
    transform-origin:left center;
    border:0;
    border-radius:0;
  }
  .az-ce-showcase-titlebox h2{
    width:min(100%, 360px);
    max-width:360px;
    margin:18px 0 0;
    font-size:23px;
    line-height:1.12;
    font-weight:900;
    letter-spacing:-.36px;
    color:#12151d;
    text-wrap:balance;
  }
  .az-ce-showcase-open{
    position:absolute;
    right:34px;
    top:50%;
    transform:translateY(-50%);
    display:grid;
    place-items:center;
    width:54px;
    height:54px;
    border-radius:50%;
    background:var(--az-red);
    color:#fff;
    text-decoration:none;
    font-size:28px;
    line-height:1;
    box-shadow:0 10px 20px rgba(229,31,39,.22);
  }
}
