/*
 * MyWheels inner-page design system.
 * Loaded only for non-home frontend routes by frontend/layouts/app.blade.php.
 * Keep all rules scoped to .mw-inner-page so homepage styling cannot regress.
 */
body.mw-inner-page {
  --mw-inner-accent: var(--mw-accent, #d71920);
  --mw-inner-accent-dark: #b5141b;
  --mw-inner-dark: #0b1421;
  --mw-inner-navy: #132238;
  --mw-inner-text: #172033;
  --mw-inner-muted: #687386;
  --mw-inner-surface: #ffffff;
  --mw-inner-soft: #f5f7fa;
  --mw-inner-soft-red: #fff4f4;
  --mw-inner-border: #e3e7ed;
  --mw-inner-border-strong: #d4dae3;
  --mw-inner-success: #168a4c;
  --mw-inner-radius-sm: 8px;
  --mw-inner-radius-md: 12px;
  --mw-inner-radius-lg: 18px;
  --mw-inner-shadow-sm: 0 8px 24px rgba(12, 22, 38, .07);
  --mw-inner-shadow-md: 0 18px 46px rgba(12, 22, 38, .12);
  --mw-inner-section-space: clamp(42px, 6vw, 72px);
  --mw-inner-container: 1240px;
  --mw-inner-transition: 180ms ease;
  font-family: "Lato", sans-serif;
  color: var(--mw-inner-text);
  background: var(--mw-inner-soft);
}

/* Keep the shared site header/footer outside the inner-page typography/container cascade. */
body.mw-inner-page main { min-height: 48vh; }
body.mw-inner-page main > section,
body.mw-inner-page main > div { min-width: 0; }
body.mw-inner-page main .container { max-width: var(--mw-inner-container); }
body.mw-inner-page img { max-width: 100%; }
body.mw-inner-page main h1,
body.mw-inner-page main h2,
body.mw-inner-page main h3,
body.mw-inner-page main h4,
body.mw-inner-page main h5,
body.mw-inner-page main h6 { color: var(--mw-inner-text); font-family: inherit; font-weight: 700; letter-spacing: -.015em; }
body.mw-inner-page main h1 { font-size: clamp(1.9rem, 3.2vw, 2.85rem); line-height: 1.1; }
body.mw-inner-page main h2 { font-size: clamp(1.4rem, 2.3vw, 2rem); line-height: 1.2; }
body.mw-inner-page main h3 { font-size: clamp(1.08rem, 1.7vw, 1.35rem); line-height: 1.3; }
body.mw-inner-page main p { line-height: 1.7; }
body.mw-inner-page main a { color: inherit; }
body.mw-inner-page main a:hover { color: var(--mw-inner-accent); }
body.mw-inner-page .text-danger { color: var(--mw-inner-accent) !important; }
body.mw-inner-page .text-secondary,
body.mw-inner-page .text-muted { color: var(--mw-inner-muted) !important; }
body.mw-inner-page .mw-eyebrow { color: var(--mw-inner-accent) !important; font-size: .75rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
body.mw-inner-page .mw-section { padding: var(--mw-inner-section-space) 0; }
body.mw-inner-page .mw-section-sm { padding: clamp(34px, 4.5vw, 52px) 0; }
body.mw-inner-page .mw-section-soft { background: var(--mw-inner-soft); }
body.mw-inner-page .mw-section-title { margin-bottom: 24px; }
body.mw-inner-page .mw-section-title::after { width: 64px; height: 3px; margin-top: 11px; background: var(--mw-inner-accent); }

/* Buttons */
body.mw-inner-page .btn { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: var(--mw-inner-radius-sm); padding: .62rem 1rem; font-size: .9rem; font-weight: 700; transition: transform var(--mw-inner-transition), box-shadow var(--mw-inner-transition), background var(--mw-inner-transition), border-color var(--mw-inner-transition); }
body.mw-inner-page .btn:hover { transform: translateY(-1px); }
body.mw-inner-page .btn-primary,
body.mw-inner-page .btn-danger { color: #fff; background: var(--mw-inner-accent); border-color: var(--mw-inner-accent); box-shadow: 0 8px 20px rgba(215, 25, 32, .16); }
body.mw-inner-page .btn-primary:hover,
body.mw-inner-page .btn-primary:focus,
body.mw-inner-page .btn-danger:hover,
body.mw-inner-page .btn-danger:focus { color: #fff; background: var(--mw-inner-accent-dark); border-color: var(--mw-inner-accent-dark); }
body.mw-inner-page .btn-outline-primary,
body.mw-inner-page .btn-outline-danger { color: var(--mw-inner-accent); border-color: rgba(215,25,32,.4); background: #fff; }
body.mw-inner-page .btn-outline-primary:hover,
body.mw-inner-page .btn-outline-danger:hover { color: #fff; border-color: var(--mw-inner-accent); background: var(--mw-inner-accent); }
body.mw-inner-page .btn-outline-dark,
body.mw-inner-page .btn-outline-secondary { color: var(--mw-inner-text); border-color: var(--mw-inner-border-strong); background: #fff; }
body.mw-inner-page .btn-sm { min-height: 34px; padding: .4rem .7rem; font-size: .78rem; }
body.mw-inner-page .btn-lg { min-height: 50px; }

/* Forms */
body.mw-inner-page .form-label,
body.mw-inner-page .filter-group label { margin-bottom: 7px; color: #354052; font-size: .82rem; font-weight: 700; }
body.mw-inner-page .form-control,
body.mw-inner-page .form-select,
body.mw-inner-page .filter-group input,
body.mw-inner-page .filter-group select { min-height: 46px; border: 1px solid var(--mw-inner-border-strong); border-radius: var(--mw-inner-radius-sm); background-color: #fff; color: var(--mw-inner-text); font: inherit; box-shadow: none; }
body.mw-inner-page textarea.form-control { min-height: 120px; }
body.mw-inner-page .form-control:focus,
body.mw-inner-page .form-select:focus,
body.mw-inner-page .filter-group input:focus,
body.mw-inner-page .filter-group select:focus { border-color: var(--mw-inner-accent); box-shadow: 0 0 0 .2rem rgba(215, 25, 32, .10); outline: 0; }
body.mw-inner-page .form-check-input:checked { background-color: var(--mw-inner-accent); border-color: var(--mw-inner-accent); }
body.mw-inner-page .invalid-feedback { font-size: .78rem; }
body.mw-inner-page .input-group-text { border-color: var(--mw-inner-border-strong); background: var(--mw-inner-soft); }

/* Generic cards / content surfaces */
body.mw-inner-page .card,
body.mw-inner-page .mw-card,
body.mw-inner-page .mw-detail-section,
body.mw-inner-page .mw-filter-card,
body.mw-inner-page .mw-seller-card,
body.mw-inner-page .mw-feature-box { border: 1px solid var(--mw-inner-border) !important; border-radius: var(--mw-inner-radius-md) !important; background: var(--mw-inner-surface); box-shadow: var(--mw-inner-shadow-sm); }
body.mw-inner-page .card-header,
body.mw-inner-page .card-footer { border-color: var(--mw-inner-border) !important; }
body.mw-inner-page .mw-feature-box { height: 100%; padding: 24px; }
body.mw-inner-page .mw-feature-box > i { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 14px; border-radius: 12px; color: var(--mw-inner-accent); background: var(--mw-inner-soft-red); font-size: 1.15rem; }
body.mw-inner-page .mw-feature-box h3 { margin-bottom: 6px; font-size: .92rem; color: var(--mw-inner-muted); }
body.mw-inner-page .mw-feature-box .display-6 { color: var(--mw-inner-dark); font-size: clamp(1.8rem, 3vw, 2.4rem); }
body.mw-inner-page .mw-empty,
body.mw-inner-page .production-empty,
body.mw-inner-page .mw-empty-content,
body.mw-inner-page .mw-video-empty { padding: clamp(32px, 5vw, 56px) 20px; border: 1px dashed var(--mw-inner-border-strong); border-radius: var(--mw-inner-radius-md); background: #fff; color: var(--mw-inner-muted); text-align: center; }

/* Breadcrumbs */
body.mw-inner-page .mw-breadcrumb,
body.mw-inner-page .car-detail-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 18px; color: var(--mw-inner-muted); font-size: .8rem; }
body.mw-inner-page .mw-breadcrumb a,
body.mw-inner-page .car-detail-breadcrumb a { color: var(--mw-inner-muted); }
body.mw-inner-page .mw-breadcrumb a:hover,
body.mw-inner-page .car-detail-breadcrumb a:hover { color: var(--mw-inner-accent); }
body.mw-inner-page .car-detail-breadcrumb i { font-size: .62rem; }

/* Shared page heroes */
body.mw-inner-page .used-cars-hero,
body.mw-inner-page .mw-form-hero,
body.mw-inner-page .inner-hero { position: relative; overflow: hidden; padding: clamp(42px, 6vw, 68px) 0; border: 0; background: linear-gradient(115deg, #09111d 0%, #15243a 62%, #202b39 100%); color: #fff; }
body.mw-inner-page .used-cars-hero::after,
body.mw-inner-page .mw-form-hero::after,
body.mw-inner-page .inner-hero::after { content: ""; position: absolute; width: 280px; height: 280px; right: -90px; top: -120px; border-radius: 50%; background: rgba(215,25,32,.16); }
body.mw-inner-page .used-cars-hero .container,
body.mw-inner-page .mw-form-hero .container,
body.mw-inner-page .inner-hero .container { position: relative; z-index: 1; }
body.mw-inner-page .used-cars-hero span { color: #ff5b61; font-size: .72rem; font-weight: 700; letter-spacing: .14em; }
body.mw-inner-page .used-cars-hero h1,
body.mw-inner-page .mw-form-hero h1,
body.mw-inner-page .inner-hero h1 { margin: 7px 0 10px; color: #fff; font-family: inherit; font-weight: 700; letter-spacing: -.025em; }
body.mw-inner-page .used-cars-hero p,
body.mw-inner-page .mw-form-hero p,
body.mw-inner-page .inner-hero p { max-width: 700px; margin-bottom: 0; color: #d5dce7; }
body.mw-inner-page .mw-form-hero .mw-steps { margin-top: 24px; gap: 12px; }
body.mw-inner-page .mw-form-hero .mw-steps span { padding: 8px 12px 8px 8px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: #fff; background: rgba(255,255,255,.07); font-size: .82rem; }
body.mw-inner-page .mw-form-hero .mw-steps b { width: 30px; height: 30px; margin-right: 7px; background: var(--mw-inner-accent); color: #fff; }

/* Auth */
body.mw-inner-page .mw-auth-wrap { min-height: calc(100vh - 250px); display: grid; align-items: center; padding: clamp(40px, 7vw, 78px) 0; background: radial-gradient(circle at 85% 15%, rgba(215,25,32,.08), transparent 28%), linear-gradient(135deg,#f5f7fa,#fff); }
body.mw-inner-page .mw-auth-card { max-width: 520px; margin: auto; padding: clamp(24px, 4vw, 42px); border: 1px solid var(--mw-inner-border); border-radius: var(--mw-inner-radius-lg); background: #fff; box-shadow: var(--mw-inner-shadow-md); }
body.mw-inner-page .mw-auth-card h1 { margin-bottom: 10px; font-size: clamp(1.75rem, 3vw, 2.25rem); }
body.mw-inner-page .mw-social-btn { min-height: 46px; border: 1px solid var(--mw-inner-border-strong); border-radius: var(--mw-inner-radius-sm); color: var(--mw-inner-text); background: #fff; font-weight: 700; }
body.mw-inner-page .mw-social-btn:hover { border-color: var(--mw-inner-accent); color: var(--mw-inner-accent); background: var(--mw-inner-soft-red); }
body.mw-inner-page .mw-divider { color: var(--mw-inner-muted); }
body.mw-inner-page .mw-divider::before,
body.mw-inner-page .mw-divider::after { background: var(--mw-inner-border); }
body.mw-inner-page .mw-password-toggle { width: 42px; height: 42px; right: 2px; color: var(--mw-inner-muted); }

/* Account / profile */
body.mw-inner-page .table { --bs-table-bg: transparent; color: var(--mw-inner-text); }
body.mw-inner-page .table > :not(caption) > * > * { padding: 15px 18px; border-bottom-color: var(--mw-inner-border); }
body.mw-inner-page .table thead th { color: var(--mw-inner-muted); background: #fafbfc; font-size: .74rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
body.mw-inner-page .table tbody td { font-size: .86rem; }
body.mw-inner-page .badge { padding: .45em .7em; border-radius: 999px; font-weight: 700; }
body.mw-inner-page .object-fit-cover { object-fit: cover; }
body.mw-inner-page .place-items-center { place-items: center; }

/* Sell / edit car form */
body.mw-inner-page .mw-form-container { max-width: 1080px; padding-top: 30px; padding-bottom: 62px; }
body.mw-inner-page .mw-form-card { margin-bottom: 20px; padding: clamp(18px, 3vw, 30px); border: 1px solid var(--mw-inner-border); border-radius: var(--mw-inner-radius-md); background: #fff; box-shadow: var(--mw-inner-shadow-sm); }
body.mw-inner-page .mw-card-heading { border-color: var(--mw-inner-border); }
body.mw-inner-page .mw-card-heading h2 { color: var(--mw-inner-text); }
body.mw-inner-page .mw-card-number { background: var(--mw-inner-accent); }
body.mw-inner-page .mw-car-selector { min-height: 46px; border-color: var(--mw-inner-border-strong); border-radius: var(--mw-inner-radius-sm); }
body.mw-inner-page .mw-car-selector:hover,
body.mw-inner-page .mw-car-selector:focus { border-color: var(--mw-inner-accent); box-shadow: 0 0 0 .2rem rgba(215,25,32,.1); }
body.mw-inner-page .mw-chip { border-color: rgba(215,25,32,.28); color: var(--mw-inner-accent); background: var(--mw-inner-soft-red); }

/* Used cars / auction listing */
body.mw-inner-page .used-cars-page { padding: 30px 0 clamp(52px, 6vw, 76px); background: var(--mw-inner-soft); }
body.mw-inner-page .used-cars-layout { gap: 22px; grid-template-columns: 290px minmax(0,1fr); }
body.mw-inner-page .used-cars-sidebar { border: 1px solid var(--mw-inner-border); border-radius: var(--mw-inner-radius-md); box-shadow: var(--mw-inner-shadow-sm); overflow: hidden; }
body.mw-inner-page .filter-panel-head { padding: 18px; border-color: var(--mw-inner-border); background: #fff; }
body.mw-inner-page .filter-panel-head span { color: var(--mw-inner-accent); }
body.mw-inner-page .filter-panel-head h2 { font-size: 1.15rem; }
body.mw-inner-page .filter-form { padding: 18px; }
body.mw-inner-page .filter-actions button { background: var(--mw-inner-accent); border-radius: var(--mw-inner-radius-sm); }
body.mw-inner-page .filter-actions a { border-color: var(--mw-inner-border-strong); border-radius: var(--mw-inner-radius-sm); }
body.mw-inner-page .results-toolbar { padding: 16px 18px; border: 1px solid var(--mw-inner-border); border-radius: var(--mw-inner-radius-md); box-shadow: var(--mw-inner-shadow-sm); }
body.mw-inner-page .results-toolbar > div:first-child > span { color: var(--mw-inner-accent); }
body.mw-inner-page .sort-control,
body.mw-inner-page .view-switch,
body.mw-inner-page .mobile-filter-button { border-color: var(--mw-inner-border-strong); border-radius: var(--mw-inner-radius-sm); }
body.mw-inner-page .view-switch button.active { background: var(--mw-inner-accent); }
body.mw-inner-page .production-car-card { border-color: var(--mw-inner-border); border-radius: var(--mw-inner-radius-md); box-shadow: 0 5px 16px rgba(12,22,38,.05); }
body.mw-inner-page .production-car-card:hover { border-color: #cfd5de; box-shadow: var(--mw-inner-shadow-md); }
body.mw-inner-page .production-car-media { background: #edf1f5; }
body.mw-inner-page .car-card-title-row h3 { font-size: 1.05rem; font-weight: 700; }
body.mw-inner-page .car-card-title-row > strong,
body.mw-inner-page .production-specs i,
body.mw-inner-page .production-card-footer a { color: var(--mw-inner-accent); }
body.mw-inner-page .production-specs span { border-color: var(--mw-inner-border); border-radius: 7px; background: #f8f9fb; }
body.mw-inner-page .production-card-footer { border-color: var(--mw-inner-border); }
body.mw-inner-page .production-pagination .pagination { flex-wrap: wrap; gap: 5px; }
body.mw-inner-page .production-pagination .page-link { border-radius: 8px; color: var(--mw-inner-text); border-color: var(--mw-inner-border); }
body.mw-inner-page .production-pagination .page-item.active .page-link { background: var(--mw-inner-accent); border-color: var(--mw-inner-accent); }

/* Auction listing rules migrated from Blade */
body.mw-inner-page .auction-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
body.mw-inner-page .auction-card { position: relative; overflow: hidden; border-radius: var(--mw-inner-radius-md) !important; }
body.mw-inner-page .auction-card .reference-car-image { position: relative; display: block; aspect-ratio: 3/2; overflow: hidden; background: #edf1f5; }
body.mw-inner-page .auction-card .reference-car-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
body.mw-inner-page .auction-card:hover .reference-car-image img { transform: scale(1.025); }
body.mw-inner-page .auction-card .card-body { padding: 18px; }
body.mw-inner-page .auction-card h5 { font-size: 1rem; }
body.mw-inner-page .auction-card-badge { position: absolute; left: 12px; top: 12px; padding: 6px 10px; border-radius: 999px; background: rgba(9,17,29,.9); color: #fff; font-size: .68rem; font-weight: 700; letter-spacing: .06em; }
body.mw-inner-page .auction-card-price small { display: block; color: var(--mw-inner-muted); font-size: .72rem; }
body.mw-inner-page .auction-card-price strong { color: var(--mw-inner-accent); font-size: 1.3rem; }
body.mw-inner-page .auction-countdown { display: flex; justify-content: space-between; gap: 10px; padding: 11px 12px; border: 1px solid var(--mw-inner-border); border-radius: 9px; background: #f8f9fb; }
body.mw-inner-page .auction-countdown span { color: var(--mw-inner-muted); }
body.mw-inner-page .auction-countdown strong { font-variant-numeric: tabular-nums; }

/* Car detail / auction detail */
body.mw-inner-page.mw-detail-body { background: #f5f7fa; }
body.mw-inner-page .mw-reference-detail { --detail-primary: var(--mw-inner-accent); font-family: inherit; }
body.mw-inner-page .mw-reference-detail .detail-shell { background: var(--mw-inner-soft); }
body.mw-inner-page .mw-reference-detail .detail-main-card,
body.mw-inner-page .mw-reference-detail .details-tabs,
body.mw-inner-page .mw-reference-detail .detail-sidebar .mw-card { border-color: var(--mw-inner-border); border-radius: var(--mw-inner-radius-md); box-shadow: var(--mw-inner-shadow-sm); }
body.mw-inner-page .mw-reference-detail .gallery-main,
body.mw-inner-page .mw-reference-detail .gallery-thumb { border-radius: 10px; }
body.mw-inner-page .mw-reference-detail .detail-sidebar { top: 126px; }
body.mw-inner-page .mw-reference-detail .detail-price .amount { color: var(--mw-inner-accent); }
body.mw-inner-page .mw-reference-detail .detail-price .btn { border-radius: var(--mw-inner-radius-sm); }
body.mw-inner-page .mw-reference-detail .sidebar-title { background: var(--mw-inner-dark); }
body.mw-inner-page .mw-reference-detail .details-tabs .nav-tabs { background: #f8f9fb; }
body.mw-inner-page .mw-reference-detail .details-tabs .nav-link { font-size: .9rem; }
body.mw-inner-page .mw-reference-detail .details-tabs .nav-link.active { background: var(--mw-inner-accent); }
body.mw-inner-page .mw-reference-detail .spec-table { font-size: .8rem; }
body.mw-inner-page .mw-reference-detail .detail-feature-grid span { border-color: var(--mw-inner-border); border-radius: 8px; background: #fafbfc; }
body.mw-inner-page .mw-reference-detail .mini-car-card { border-color: var(--mw-inner-border); border-radius: var(--mw-inner-radius-md); box-shadow: var(--mw-inner-shadow-sm); }
body.mw-inner-page .mw-reference-detail .content-prose { font-size: .9rem; }
body.mw-inner-page .auction-detail-panel { border: 2px solid rgba(215,25,32,.7) !important; }
body.mw-inner-page .auction-detail-panel .amount-label { color: var(--mw-inner-muted); font-size: .76rem; letter-spacing: .06em; text-transform: uppercase; }
body.mw-inner-page .auction-detail-panel .auction-time-box { display: flex; justify-content: space-between; gap: 10px; margin: 14px 0; padding: 14px; border: 1px solid var(--mw-inner-border); border-radius: 10px; background: #f8f9fb; }
body.mw-inner-page .auction-detail-panel .auction-time-box strong { font-variant-numeric: tabular-nums; }
body.mw-inner-page .auction-history-list { display: grid; gap: 8px; }
body.mw-inner-page .auction-history-row { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; border-bottom: 1px solid var(--mw-inner-border); }
body.mw-inner-page .auction-history-row:last-child { border-bottom: 0; }
body.mw-inner-page .auction-state-pill { display: inline-flex; padding: 5px 10px; border-radius: 999px; background: var(--mw-inner-dark); color: #fff; font-size: .72rem; font-weight: 700; text-transform: uppercase; }
body.mw-inner-page .bid-modal-note,
body.mw-inner-page .auction-meta-list span { color: var(--mw-inner-muted); font-size: .84rem; }
body.mw-inner-page .auction-meta-list { display: grid; gap: 8px; margin-top: 12px; }
body.mw-inner-page .auction-meta-list div { display: flex; justify-content: space-between; gap: 12px; }

/* Blog listing/detail rules migrated from Blade */
body.mw-inner-page .mw-content-page { min-height: 65vh; padding: clamp(38px,5vw,58px) 0 clamp(54px,7vw,80px); background: var(--mw-inner-soft); }
body.mw-inner-page .mw-content-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
body.mw-inner-page .mw-content-head h1 { margin: 0 0 6px; }
body.mw-inner-page .mw-content-head p { margin: 0; color: var(--mw-inner-muted); }
body.mw-inner-page .mw-content-search { display: flex; gap: 8px; }
body.mw-inner-page .mw-content-search input { min-width: 260px; }
body.mw-inner-page .mw-content-search button { min-width: 46px; }
body.mw-inner-page .mw-blog-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
body.mw-inner-page .mw-blog-item { overflow: hidden; border: 1px solid var(--mw-inner-border); border-radius: var(--mw-inner-radius-md); background: #fff; box-shadow: var(--mw-inner-shadow-sm); transition: transform var(--mw-inner-transition), box-shadow var(--mw-inner-transition); }
body.mw-inner-page .mw-blog-item:hover { transform: translateY(-3px); box-shadow: var(--mw-inner-shadow-md); }
body.mw-inner-page .mw-blog-item img { width: 100%; aspect-ratio: 16/10; height: auto; object-fit: cover; background: #eef1f5; }
body.mw-inner-page .mw-blog-item > div { padding: 18px; }
body.mw-inner-page .mw-blog-item small { color: var(--mw-inner-accent); font-weight: 700; }
body.mw-inner-page .mw-blog-item h2 { margin: 8px 0; font-size: 1.08rem; line-height: 1.35; }
body.mw-inner-page .mw-blog-item h2 a { color: var(--mw-inner-text); }
body.mw-inner-page .mw-blog-item p { margin-bottom: 0; color: var(--mw-inner-muted); font-size: .85rem; }
body.mw-inner-page .mw-article-page { padding: clamp(30px,5vw,52px) 0 clamp(54px,7vw,80px); background: var(--mw-inner-soft); }
body.mw-inner-page .mw-article-wrap { max-width: 900px; margin: auto; overflow: hidden; border: 1px solid var(--mw-inner-border); border-radius: var(--mw-inner-radius-lg); background: #fff; box-shadow: var(--mw-inner-shadow-sm); }
body.mw-inner-page .mw-article-cover { width: 100%; max-height: 500px; object-fit: cover; }
body.mw-inner-page .mw-article-body { padding: clamp(24px,5vw,54px); }
body.mw-inner-page .mw-article-meta { color: var(--mw-inner-accent); font-size: .76rem; font-weight: 700; }
body.mw-inner-page .mw-article-body h1 { margin: 10px 0 15px; }
body.mw-inner-page .mw-article-lead { color: var(--mw-inner-muted); font-size: 1rem; line-height: 1.75; }
body.mw-inner-page .mw-article-copy { margin-top: 28px; color: #343d4a; font-size: .95rem; line-height: 1.9; }
body.mw-inner-page .mw-article-copy img { height: auto; border-radius: 10px; }
body.mw-inner-page .mw-related { max-width: 900px; margin: 30px auto 0; }
body.mw-inner-page .mw-related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
body.mw-inner-page .mw-related-grid a { padding: 15px; border: 1px solid var(--mw-inner-border); border-radius: 10px; background: #fff; color: var(--mw-inner-text); font-weight: 700; }

/* Video listing/detail rules migrated from Blade */
body.mw-inner-page .mw-video-page,
body.mw-inner-page .mw-video-detail { min-height: 65vh; padding: clamp(38px,5vw,56px) 0 clamp(54px,7vw,80px); background: linear-gradient(145deg, #08111e, #101d30); color: #fff; }
body.mw-inner-page .mw-video-page h1,
body.mw-inner-page .mw-video-page h2,
body.mw-inner-page .mw-video-detail h1,
body.mw-inner-page .mw-video-detail h2 { color: #fff; }
body.mw-inner-page .mw-video-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
body.mw-inner-page .mw-video-head p { margin: 0; color: #a8b4c5; }
body.mw-inner-page .mw-video-search { display: flex; gap: 8px; }
body.mw-inner-page .mw-video-search input { min-width: 260px; border-color: #314057; background: #101f33; color: #fff; }
body.mw-inner-page .mw-video-search input::placeholder { color: #8795a8; }
body.mw-inner-page .mw-video-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
body.mw-inner-page .mw-video-item { position: relative; overflow: hidden; border: 1px solid #28384e; border-radius: var(--mw-inner-radius-md); background: #101f33; box-shadow: 0 12px 30px rgba(0,0,0,.12); }
body.mw-inner-page .mw-video-item > img { width: 100%; aspect-ratio: 16/10; height: auto; object-fit: cover; }
body.mw-inner-page .mw-video-item .mw-play { position: absolute; left: 18px; top: auto; transform: translateY(-50%); width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--mw-inner-accent); color: #fff; }
body.mw-inner-page .mw-video-item > div:last-child { padding: 20px 18px 18px; }
body.mw-inner-page .mw-video-item small { color: #91c7ff; }
body.mw-inner-page .mw-video-item h2 { margin: 7px 0 0; font-size: 1.05rem; }
body.mw-inner-page .mw-video-item h2 a { color: #fff; }
body.mw-inner-page .mw-video-wrap { max-width: 980px; margin: auto; }
body.mw-inner-page .mw-video-frame { aspect-ratio: 16/9; overflow: hidden; border: 1px solid #2d3d53; border-radius: var(--mw-inner-radius-lg); background: #050a11; box-shadow: 0 20px 50px rgba(0,0,0,.25); }
body.mw-inner-page .mw-video-frame iframe,
body.mw-inner-page .mw-video-frame img { width: 100%; height: 100%; border: 0; object-fit: cover; }
body.mw-inner-page .mw-video-copy { padding: 28px 0; }
body.mw-inner-page .mw-video-copy small { color: #91c7ff; }
body.mw-inner-page .mw-video-copy p { max-width: 780px; color: #acb8c7; }
body.mw-inner-page .mw-video-external { display: inline-flex; margin-top: 10px; padding: 11px 16px; border-radius: var(--mw-inner-radius-sm); background: var(--mw-inner-accent); color: #fff !important; font-weight: 700; }
body.mw-inner-page .mw-related-videos { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-top: 24px; }
body.mw-inner-page .mw-related-videos a { padding: 14px; border: 1px solid #2c3d54; border-radius: 10px; background: #122238; color: #fff; font-weight: 700; }

/* Static service pages: keep existing structure, harmonize the visual system. */
body.mw-inner-page.mw-static-ui-page,
body.mw-inner-page.mw-static-ui-page .mw-page { font-family: "Lato", sans-serif; }
body.mw-inner-page.mw-static-ui-page { --mw-primary: var(--mw-inner-accent); --mw-primary-dark: var(--mw-inner-accent-dark); --mw-line: var(--mw-inner-border); --mw-muted: var(--mw-inner-muted); --mw-ink: var(--mw-inner-text); --mw-shadow: var(--mw-inner-shadow-sm); }
body.mw-inner-page .pink-hero { padding: clamp(46px,6vw,76px) 0; background: linear-gradient(180deg,#fff4f4,#fff); }
body.mw-inner-page .option-card,
body.mw-inner-page .feature-row-card,
body.mw-inner-page .large-form-card,
body.mw-inner-page .inspection-form-card,
body.mw-inner-page .pricing-card,
body.mw-inner-page .review-card { border-radius: var(--mw-inner-radius-md); border-color: var(--mw-inner-border); box-shadow: var(--mw-inner-shadow-sm); }
body.mw-inner-page .option-card.featured { border-color: rgba(215,25,32,.35); }
body.mw-inner-page .option-card img,
body.mw-inner-page .video-frame img,
body.mw-inner-page .featured-post img,
body.mw-inner-page .post-list-item img { background: #eef1f5; }
body.mw-inner-page .benefit-strip { background: linear-gradient(90deg, var(--mw-inner-dark), var(--mw-inner-accent)); }
body.mw-inner-page .app-download { background: var(--mw-inner-soft-red); }
body.mw-inner-page .content-prose { max-width: 900px; }
body.mw-inner-page .content-prose p,
body.mw-inner-page .content-prose li { color: #4f5968; font-size: .95rem; line-height: 1.8; }
body.mw-inner-page .hero-marketplace { background-image: linear-gradient(90deg,rgba(7,13,22,.9),rgba(7,13,22,.5)), url('../../images/new-ui/hero-bg.svg'); }
body.mw-inner-page .hero-videos { background-image: linear-gradient(rgba(7,13,22,.72),rgba(7,13,22,.72)), url('../../images/new-ui/hero-bg.svg'); }

/* Legal + success */
body.mw-inner-page main > .container.py-5 > .mw-detail-section { max-width: 900px; margin: 20px auto; padding: clamp(24px,4vw,42px); }
body.mw-inner-page main > .container.py-5 > .mw-detail-section h1 { margin-bottom: 18px; }
body.mw-inner-page main > .container.py-5 > .mw-detail-section p { color: #4e5867; font-size: .96rem; }
body.mw-inner-page .mw-success-card { max-width: 680px; margin: 24px auto; padding: clamp(28px,5vw,52px) clamp(20px,5vw,42px); border: 1px solid var(--mw-inner-border); border-radius: var(--mw-inner-radius-lg); background: #fff; box-shadow: var(--mw-inner-shadow-md); }
body.mw-inner-page .mw-success-icon { width: 72px; height: 72px; margin-bottom: 18px; background: #eaf8f0; color: var(--mw-inner-success); }


/* Public inspection report only. The shared admin/export report remains untouched because it never gets this body class. */
body.mw-inner-page.mw-public-inspection { background: #eef2f6; color: var(--mw-inner-text); }
body.mw-public-inspection .report-toolbar { max-width: 1160px; padding-inline: 12px; }
body.mw-public-inspection .report-toolbar a,
body.mw-public-inspection .report-toolbar button { min-height: 42px; border-color: var(--mw-inner-border-strong); border-radius: var(--mw-inner-radius-sm); font-family: inherit; }
body.mw-public-inspection .report-toolbar button { background: var(--mw-inner-accent); border-color: var(--mw-inner-accent); }
body.mw-public-inspection .classic-inspection-report { overflow: hidden; border: 1px solid var(--mw-inner-border); border-radius: var(--mw-inner-radius-lg); box-shadow: var(--mw-inner-shadow-md); }
body.mw-public-inspection .classic-report-header { background: var(--mw-inner-dark); border-bottom-color: var(--mw-inner-accent); }
body.mw-public-inspection .report-eyebrow,
body.mw-public-inspection .report-section-title > div:nth-child(2) > span { color: var(--mw-inner-accent); }
body.mw-public-inspection .section-icon { background: var(--mw-inner-accent); border-radius: 10px; }
body.mw-public-inspection .classic-score,
body.mw-public-inspection .classic-report-gallery figure,
body.mw-public-inspection .classic-findings-table { border-color: var(--mw-inner-border); border-radius: var(--mw-inner-radius-sm); }
body.mw-public-inspection .classic-report-footer { background: var(--mw-inner-dark); }

/* Focus/accessibility */
body.mw-inner-page :where(a,button,input,select,textarea,[tabindex]):focus-visible { outline: 3px solid rgba(215,25,32,.25); outline-offset: 2px; }

@media (max-width: 1199.98px) {
  body.mw-inner-page .auction-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body.mw-inner-page .mw-blog-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 991.98px) {
  body.mw-inner-page .used-cars-layout { grid-template-columns: 1fr; }
  body.mw-inner-page .used-cars-sidebar { border-radius: 0; box-shadow: 18px 0 45px rgba(0,0,0,.16); }
  body.mw-inner-page .mw-content-head,
  body.mw-inner-page .mw-video-head { align-items: stretch; flex-direction: column; }
  body.mw-inner-page .mw-content-search,
  body.mw-inner-page .mw-video-search { width: 100%; }
  body.mw-inner-page .mw-content-search input,
  body.mw-inner-page .mw-video-search input { min-width: 0; flex: 1; }
  body.mw-inner-page .mw-video-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body.mw-inner-page .mw-related-videos { grid-template-columns: repeat(2,1fr); }
  body.mw-inner-page .mw-reference-detail .detail-sidebar { position: static; }
}

@media (max-width: 767.98px) {
  body.mw-inner-page main .container { --bs-gutter-x: 1.5rem; }
  body.mw-inner-page .used-cars-hero,
  body.mw-inner-page .mw-form-hero,
  body.mw-inner-page .inner-hero { padding: 38px 0; }
  body.mw-inner-page .mw-form-hero .mw-steps { justify-content: center; }
  body.mw-inner-page .mw-form-hero .mw-steps span { width: 100%; justify-content: flex-start; }
  body.mw-inner-page .production-listings.is-grid,
  body.mw-inner-page .auction-grid,
  body.mw-inner-page .mw-blog-list,
  body.mw-inner-page .mw-video-list { grid-template-columns: 1fr; }
  body.mw-inner-page .results-toolbar { align-items: stretch; }
  body.mw-inner-page .results-controls { width: 100%; }
  body.mw-inner-page .sort-control { flex: 1; min-width: 0; }
  body.mw-inner-page .sort-control select { width: 100%; min-width: 0; }
  body.mw-inner-page .mw-related-grid,
  body.mw-inner-page .mw-related-videos { grid-template-columns: 1fr; }
  body.mw-inner-page .mw-reference-detail .spec-table td { width: 50%; }
  body.mw-inner-page .mw-reference-detail .detail-feature-grid { grid-template-columns: 1fr 1fr; }
  body.mw-inner-page .table > :not(caption) > * > * { padding: 12px 14px; }
  body.mw-inner-page .mw-success-card .d-flex { flex-direction: column; }
  body.mw-inner-page .mw-success-card .btn { width: 100%; }
}

@media (max-width: 575.98px) {
  body.mw-inner-page .btn:not(.btn-sm):not(.mw-password-toggle) { min-height: 44px; }
  body.mw-inner-page .mw-auth-wrap { padding: 28px 0; }
  body.mw-inner-page .mw-auth-card { padding: 22px 18px; border-radius: 14px; }
  body.mw-inner-page .mw-content-search,
  body.mw-inner-page .mw-video-search { flex-direction: column; }
  body.mw-inner-page .mw-content-search button,
  body.mw-inner-page .mw-video-search button { width: 100%; }
  body.mw-inner-page .car-card-title-row { flex-direction: column; gap: 8px; }
  body.mw-inner-page .production-specs { grid-template-columns: 1fr 1fr; }
  body.mw-inner-page .auction-card .card-body { padding: 16px; }
  body.mw-inner-page .mw-reference-detail .detail-main-card { padding: 16px; }
  body.mw-inner-page .mw-reference-detail .detail-feature-grid { grid-template-columns: 1fr; }
  body.mw-inner-page .mw-reference-detail .spec-table,
  body.mw-inner-page .mw-reference-detail .spec-table tbody,
  body.mw-inner-page .mw-reference-detail .spec-table tr,
  body.mw-inner-page .mw-reference-detail .spec-table td { display: block; width: 100%; }
  body.mw-inner-page .mw-reference-detail .spec-table td:nth-child(odd) { padding-bottom: 3px; border-bottom: 0; }
  body.mw-inner-page .mw-reference-detail .spec-table td:nth-child(even) { padding-top: 3px; }
  body.mw-inner-page .auction-history-row,
  body.mw-inner-page .auction-meta-list div { align-items: flex-start; flex-direction: column; gap: 3px; }
  body.mw-inner-page .mw-feature-box { padding: 20px; }
}

@media (max-width: 374.98px) {
  body.mw-inner-page main .container { --bs-gutter-x: 1.1rem; }
  body.mw-inner-page .production-specs { grid-template-columns: 1fr; }
  body.mw-inner-page .mw-form-hero .mw-steps span { font-size: .76rem; }
  body.mw-inner-page .results-controls { gap: 7px; }
  body.mw-inner-page .view-switch { flex: 0 0 auto; }
}

/* Reusable marketplace/contact/filter helpers */
body.mw-inner-page main .mw-listing-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 10px;
}
body.mw-inner-page main .mw-listing-contact a,
body.mw-inner-page main .mw-listing-contact button {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 7px 11px;
  border: 1px solid var(--mw-inner-accent);
  border-radius: var(--mw-inner-radius-sm);
  color: var(--mw-inner-accent);
  background: #fff;
  font-size: .77rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
body.mw-inner-page main .mw-listing-contact .is-whatsapp {
  color: #fff;
  border-color: var(--mw-inner-success);
  background: var(--mw-inner-success);
}
body.mw-inner-page main .mw-listing-contact .is-primary {
  color: #fff;
  background: var(--mw-inner-accent);
}
body.mw-inner-page main .mw-filter-check {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 9px;
}
body.mw-inner-page main .mw-filter-check input {
  width: 18px;
  height: 18px;
  accent-color: var(--mw-inner-accent);
}

/* Reusable inner-page logo carousel */
body.mw-inner-page main .mw-logo-carousel {
  overflow: hidden;
  border: 1px solid var(--mw-inner-border);
  border-radius: var(--mw-inner-radius-md);
  background: var(--mw-inner-surface);
  box-shadow: var(--mw-inner-shadow-sm);
}
body.mw-inner-page main .mw-logo-carousel-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}
body.mw-inner-page main .mw-logo-carousel-head h2 { margin: 2px 0 0; }
body.mw-inner-page main .mw-logo-carousel-head p {
  margin: 5px 0 0;
  color: var(--mw-inner-muted);
  font-size: .8rem;
  line-height: 1.45;
}
body.mw-inner-page main .mw-logo-carousel-controls {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}
body.mw-inner-page main .mw-logo-carousel-controls button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--mw-inner-border-strong);
  border-radius: 9px;
  color: var(--mw-inner-text);
  background: #fff;
  transition: color var(--mw-inner-transition), background var(--mw-inner-transition), border-color var(--mw-inner-transition), transform var(--mw-inner-transition);
}
body.mw-inner-page main .mw-logo-carousel-controls button:hover,
body.mw-inner-page main .mw-logo-carousel-controls button:focus-visible {
  border-color: var(--mw-inner-accent);
  color: #fff;
  background: var(--mw-inner-accent);
  transform: translateY(-1px);
}
body.mw-inner-page main .mw-logo-carousel-controls button:disabled {
  opacity: .4;
  cursor: default;
  transform: none;
}
body.mw-inner-page main .mw-logo-carousel-viewport {
  width: 100%;
  overflow: hidden;
  touch-action: pan-y;
}
body.mw-inner-page main .mw-logo-carousel-track {
  display: flex;
  gap: 11px;
  will-change: transform;
}
body.mw-inner-page main .mw-logo-card {
  flex: 0 0 148px;
  min-width: 0;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  padding: 12px 9px 10px;
  border: 1px solid var(--mw-inner-border);
  border-radius: 11px;
  color: var(--mw-inner-text);
  background: #fbfcfd;
  text-align: center;
  text-decoration: none;
  transition: transform var(--mw-inner-transition), border-color var(--mw-inner-transition), box-shadow var(--mw-inner-transition), background var(--mw-inner-transition);
}
body.mw-inner-page main .mw-logo-card:hover,
body.mw-inner-page main .mw-logo-card:focus-visible {
  border-color: rgba(215,25,32,.3);
  color: var(--mw-inner-text);
  background: #fff;
  box-shadow: 0 9px 20px rgba(17,30,50,.08);
  transform: translateY(-2px);
}
body.mw-inner-page main .mw-logo-card-image {
  width: 72px;
  height: 52px;
  display: grid;
  place-items: center;
  padding: 4px;
  border-radius: 9px;
  background: #fff;
}
body.mw-inner-page main .mw-logo-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body.mw-inner-page main .mw-logo-card > strong {
  max-width: 100%;
  overflow: hidden;
  color: var(--mw-inner-text);
  font-size: .82rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.mw-inner-page main .mw-logo-card > small {
  color: var(--mw-inner-muted);
  font-size: .65rem;
}
body.mw-inner-page main .mw-logo-card > small i {
  margin-left: 3px;
  color: var(--mw-inner-accent);
  font-size: .6rem;
}

/* Used Cars listing — page layout uses the shared inner-page design system. */
body.mw-inner-page.mw-used-cars-page main .used-cars-page {
  padding-top: 28px;
}
body.mw-inner-page.mw-used-cars-page main .used-cars-layout {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 20px;
}
body.mw-inner-page.mw-used-cars-page main .used-cars-sidebar {
  align-self: start;
  position: sticky;
  top: 18px;
  background: #fff;
}
body.mw-inner-page.mw-used-cars-page main .filter-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.mw-inner-page.mw-used-cars-page main .filter-panel-head > div > span {
  display: block;
  margin-bottom: 3px;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
body.mw-inner-page.mw-used-cars-page main .filter-form { padding: 16px; }
body.mw-inner-page.mw-used-cars-page main .filter-group { margin-bottom: 13px; }
body.mw-inner-page.mw-used-cars-page main .filter-keyword { position: relative; }
body.mw-inner-page.mw-used-cars-page main .filter-keyword i {
  position: absolute;
  left: 12px;
  top: 50%;
  color: #8a94a3;
  transform: translateY(-50%);
}
body.mw-inner-page.mw-used-cars-page main .filter-keyword input { padding-left: 35px; }
body.mw-inner-page.mw-used-cars-page main .filter-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
body.mw-inner-page.mw-used-cars-page main .filter-actions {
  display: grid;
  gap: 8px;
  margin-top: 17px;
}
body.mw-inner-page.mw-used-cars-page main .filter-actions button,
body.mw-inner-page.mw-used-cars-page main .filter-actions a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: .82rem;
  font-weight: 700;
}
body.mw-inner-page.mw-used-cars-page main .filter-actions button {
  border: 0;
  color: #fff;
}
body.mw-inner-page.mw-used-cars-page main .results-toolbar {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
  padding: 13px 15px;
  background: #fff;
}
body.mw-inner-page.mw-used-cars-page main .results-toolbar > div:first-child > span {
  display: block;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
body.mw-inner-page.mw-used-cars-page main .results-toolbar h2 {
  margin: 2px 0 0;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
}
body.mw-inner-page.mw-used-cars-page main .results-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}
body.mw-inner-page.mw-used-cars-page main .sort-control {
  min-width: 190px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 8px;
  background: #fff;
}
body.mw-inner-page.mw-used-cars-page main .sort-control span {
  flex: 0 0 auto;
  font-size: .7rem;
  font-weight: 700;
}
body.mw-inner-page.mw-used-cars-page main .sort-control select {
  min-width: 0;
  width: 100%;
  height: 40px;
  border: 0;
  outline: 0;
  background: #fff;
  font-size: .82rem;
}
body.mw-inner-page.mw-used-cars-page main .view-switch {
  display: flex;
  overflow: hidden;
}
body.mw-inner-page.mw-used-cars-page main .view-switch button {
  width: 40px;
  height: 40px;
  border: 0;
  color: var(--mw-inner-muted);
  background: #fff;
}
body.mw-inner-page.mw-used-cars-page main .view-switch button.active {
  color: #fff;
  background: var(--mw-inner-accent);
}
body.mw-inner-page.mw-used-cars-page main .mobile-filter-button {
  min-height: 40px;
  padding: 0 11px;
  color: var(--mw-inner-text);
  background: #fff;
  font-size: .78rem;
  font-weight: 700;
}
body.mw-inner-page.mw-used-cars-page main .active-filter-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  padding: 9px 11px;
  border: 1px solid #fed7aa;
  border-radius: var(--mw-inner-radius-sm);
  color: #9a3412;
  background: #fff7ed;
  font-size: .76rem;
}
body.mw-inner-page.mw-used-cars-page main .production-listings.is-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body.mw-inner-page.mw-used-cars-page main .production-listings.is-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
body.mw-inner-page.mw-used-cars-page main .production-car-card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  transition: border-color var(--mw-inner-transition), box-shadow var(--mw-inner-transition), transform var(--mw-inner-transition);
}
body.mw-inner-page.mw-used-cars-page main .production-car-card:hover {
  border-color: #cfd5de;
  box-shadow: 0 10px 25px rgba(12,22,38,.08);
  transform: translateY(-1px);
}
body.mw-inner-page.mw-used-cars-page main .production-listings.is-list .production-car-card {
  display: grid;
  grid-template-columns: 235px minmax(0, 1fr);
}
body.mw-inner-page.mw-used-cars-page main .production-listings.is-grid .production-car-card {
  display: flex;
  flex-direction: column;
}
body.mw-inner-page.mw-used-cars-page main .production-car-media {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  background: #f1f3f6;
}
body.mw-inner-page.mw-used-cars-page main .production-listings.is-list .production-car-media {
  width: 235px;
  min-height: 178px;
  align-self: stretch;
}
body.mw-inner-page.mw-used-cars-page main .production-listings.is-grid .production-car-media {
  width: 100%;
  aspect-ratio: 16 / 9;
}
body.mw-inner-page.mw-used-cars-page main .production-car-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}
body.mw-inner-page.mw-used-cars-page main .negotiable-badge,
body.mw-inner-page.mw-used-cars-page main .photo-ref { position: absolute; z-index: 2; }
body.mw-inner-page.mw-used-cars-page main .negotiable-badge {
  top: 7px;
  left: 7px;
  padding: 4px 6px;
  border-radius: 5px;
  color: #fff;
  background: #168b48;
  font-size: .6rem;
  font-weight: 700;
}
body.mw-inner-page.mw-used-cars-page main .photo-ref {
  left: 7px;
  bottom: 7px;
  padding: 4px 6px;
  color: #fff;
  background: rgba(0,0,0,.74);
  font-size: .59rem;
}
body.mw-inner-page.mw-used-cars-page main .production-car-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 11px 13px 9px;
}
body.mw-inner-page.mw-used-cars-page main .car-card-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 10px;
}
body.mw-inner-page.mw-used-cars-page main .car-card-title-row h3 {
  margin: 0;
  font-size: .94rem;
  line-height: 1.24;
}
body.mw-inner-page.mw-used-cars-page main .car-card-title-row h3 a { color: var(--mw-inner-text); }
body.mw-inner-page.mw-used-cars-page main .car-card-title-row p {
  margin: 3px 0 0;
  color: var(--mw-inner-muted);
  font-size: .68rem;
  line-height: 1.3;
}
body.mw-inner-page.mw-used-cars-page main .car-card-title-row > strong {
  padding-top: 1px;
  color: var(--mw-inner-accent);
  font-size: .98rem;
  line-height: 1.2;
  white-space: nowrap;
}
body.mw-inner-page.mw-used-cars-page main .production-specs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 5px;
  margin: 8px 0 7px;
}
body.mw-inner-page.mw-used-cars-page main .production-specs span {
  min-width: 0;
  overflow: hidden;
  padding: 5px 6px;
  border: 1px solid var(--mw-inner-border);
  border-radius: 6px;
  color: #4f5a69;
  background: #f8f9fb;
  font-size: .65rem;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.mw-inner-page.mw-used-cars-page main .production-specs i {
  margin-right: 4px;
  color: var(--mw-inner-accent);
  font-size: .67rem;
}
body.mw-inner-page.mw-used-cars-page main .production-description {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 7px;
  color: var(--mw-inner-muted);
  font-size: .7rem;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body.mw-inner-page.mw-used-cars-page main .mw-listing-contact {
  margin-top: 0;
  gap: 6px;
}
body.mw-inner-page.mw-used-cars-page main .mw-listing-contact a,
body.mw-inner-page.mw-used-cars-page main .mw-listing-contact button {
  min-height: 33px;
  padding: 6px 9px;
  border-radius: 7px;
  font-size: .7rem;
}
body.mw-inner-page.mw-used-cars-page main .production-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid var(--mw-inner-border);
  color: #7b8491;
  font-size: .63rem;
  line-height: 1.2;
}
body.mw-inner-page.mw-used-cars-page main .production-empty {
  grid-column: 1 / -1;
}
body.mw-inner-page.mw-used-cars-page main .production-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  padding: 12px 14px;
  border: 1px solid var(--mw-inner-border);
  border-radius: var(--mw-inner-radius-md);
  background: #fff;
  box-shadow: var(--mw-inner-shadow-sm);
}
body.mw-inner-page.mw-used-cars-page main .production-pagination-summary {
  color: var(--mw-inner-muted);
  font-size: .72rem;
}
body.mw-inner-page.mw-used-cars-page main .production-pagination nav { margin: 0; }
body.mw-inner-page.mw-used-cars-page main .production-pagination .pagination {
  margin: 0;
  gap: 4px;
}
body.mw-inner-page.mw-used-cars-page main .production-pagination .page-link {
  min-width: 34px;
  min-height: 34px;
  display: grid;
  place-items: center;
  padding: 5px 8px;
  border-radius: 7px;
  font-size: .72rem;
}
body.mw-inner-page.mw-used-cars-page main .popular-makes-section {
  margin-top: 24px;
  padding: 20px;
}
body.mw-inner-page.mw-used-cars-page main .popular-makes-head { margin-bottom: 15px; }

/* Filters become an off-canvas panel below desktop. */
body.mw-inner-page.mw-used-cars-page main .filter-backdrop { display: none; }
@media (max-width: 991.98px) {
  body.mw-inner-page.mw-used-cars-page main .used-cars-layout { grid-template-columns: 1fr; }
  body.mw-inner-page.mw-used-cars-page main .used-cars-sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 1052;
    width: min(88vw, 360px);
    max-width: 360px;
    overflow-y: auto;
    border-radius: 0;
    box-shadow: 18px 0 45px rgba(0,0,0,.16);
    transform: translateX(-105%);
    transition: transform .2s ease;
  }
  body.mw-inner-page.mw-used-cars-page main .used-cars-sidebar.is-open { transform: translateX(0); }
  body.mw-inner-page.mw-used-cars-page main .filter-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1051;
    background: rgba(0,0,0,.45);
  }
  body.mw-inner-page.mw-used-cars-page main .filter-backdrop.is-open { display: block; }
  body.mw-inner-page.mw-used-cars-page main .filter-close {
    border: 0;
    color: var(--mw-inner-text);
    background: transparent;
    font-size: 1.65rem;
  }
  body.mw-inner-page.mw-used-cars-page main .production-specs { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

@media (max-width: 767.98px) {
  body.mw-inner-page.mw-used-cars-page main .used-cars-page {
    padding-top: 18px;
    padding-bottom: 88px;
  }
  body.mw-inner-page.mw-used-cars-page main .car-detail-breadcrumb { margin-bottom: 13px !important; }
  body.mw-inner-page.mw-used-cars-page main .results-toolbar {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    min-height: 0;
    padding: 12px;
  }
  body.mw-inner-page.mw-used-cars-page main .results-toolbar h2 { font-size: 1.16rem; }
  body.mw-inner-page.mw-used-cars-page main .results-controls {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 7px;
    width: 100%;
  }
  body.mw-inner-page.mw-used-cars-page main .mobile-filter-button {
    min-width: 75px;
    padding-inline: 9px;
  }
  body.mw-inner-page.mw-used-cars-page main .sort-control {
    min-width: 0;
    width: 100%;
    padding-inline: 7px;
  }
  body.mw-inner-page.mw-used-cars-page main .sort-control select {
    width: 100%;
    padding: 0 18px 0 0;
    font-size: .75rem;
  }
  body.mw-inner-page.mw-used-cars-page main .view-switch button {
    width: 38px;
    height: 40px;
  }
  body.mw-inner-page.mw-used-cars-page main .production-listings.is-grid,
  body.mw-inner-page.mw-used-cars-page main .production-listings.is-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  body.mw-inner-page.mw-used-cars-page main .production-listings.is-grid .production-car-card,
  body.mw-inner-page.mw-used-cars-page main .production-listings.is-list .production-car-card {
    display: flex;
    flex-direction: column;
  }
  body.mw-inner-page.mw-used-cars-page main .production-listings.is-grid .production-car-media,
  body.mw-inner-page.mw-used-cars-page main .production-listings.is-list .production-car-media {
    width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
  body.mw-inner-page.mw-used-cars-page main .production-car-content { padding: 10px 11px 9px; }
  body.mw-inner-page.mw-used-cars-page main .car-card-title-row { gap: 7px; }
  body.mw-inner-page.mw-used-cars-page main .car-card-title-row h3 {
    font-size: .91rem;
    line-height: 1.22;
  }
  body.mw-inner-page.mw-used-cars-page main .car-card-title-row p {
    margin-top: 2px;
    font-size: .64rem;
  }
  body.mw-inner-page.mw-used-cars-page main .car-card-title-row > strong {
    font-size: .9rem;
  }
  body.mw-inner-page.mw-used-cars-page main .production-specs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    margin: 7px 0 6px;
  }
  body.mw-inner-page.mw-used-cars-page main .production-specs span {
    padding: 5px;
    font-size: .61rem;
  }
  body.mw-inner-page.mw-used-cars-page main .production-description {
    margin-bottom: 6px;
    font-size: .66rem;
    line-height: 1.32;
  }
  body.mw-inner-page.mw-used-cars-page main .mw-listing-contact {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
  }
  body.mw-inner-page.mw-used-cars-page main .mw-listing-contact a,
  body.mw-inner-page.mw-used-cars-page main .mw-listing-contact button {
    min-width: 0;
    min-height: 36px;
    padding: 6px 4px;
    font-size: .65rem;
    white-space: nowrap;
  }
  body.mw-inner-page.mw-used-cars-page main .production-card-footer {
    margin-top: 6px;
    padding-top: 6px;
    font-size: .6rem;
  }
  body.mw-inner-page.mw-used-cars-page main .production-pagination {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
    padding: 10px;
  }
  body.mw-inner-page.mw-used-cars-page main .popular-makes-section {
    margin-top: 20px;
    padding: 15px 12px;
  }
  body.mw-inner-page.mw-used-cars-page main .popular-makes-head {
    align-items: center;
    margin-bottom: 12px;
  }
  body.mw-inner-page.mw-used-cars-page main .popular-makes-head h2 { font-size: 1.25rem; }
  body.mw-inner-page.mw-used-cars-page main .popular-makes-head p { display: none; }
  body.mw-inner-page main .mw-logo-card {
    flex-basis: 124px;
    min-height: 106px;
    padding: 9px 7px;
  }
  body.mw-inner-page main .mw-logo-card-image {
    width: 62px;
    height: 44px;
  }
}

@media (max-width: 419.98px) {
  body.mw-inner-page.mw-used-cars-page main .results-toolbar { padding: 11px 10px; }
  body.mw-inner-page.mw-used-cars-page main .results-controls { gap: 5px; }
  body.mw-inner-page.mw-used-cars-page main .mobile-filter-button {
    min-width: 68px;
    padding-inline: 7px;
    font-size: .72rem;
  }
  body.mw-inner-page.mw-used-cars-page main .sort-control { gap: 4px; }
  body.mw-inner-page.mw-used-cars-page main .sort-control span { display: none; }
  body.mw-inner-page.mw-used-cars-page main .sort-control select { font-size: .72rem; }
  body.mw-inner-page.mw-used-cars-page main .view-switch button { width: 36px; }
  body.mw-inner-page.mw-used-cars-page main .production-car-content { padding: 9px 10px 8px; }
  body.mw-inner-page.mw-used-cars-page main .production-specs span { font-size: .59rem; }
  body.mw-inner-page.mw-used-cars-page main .mw-listing-contact a,
  body.mw-inner-page.mw-used-cars-page main .mw-listing-contact button { font-size: .62rem; }
  body.mw-inner-page main .mw-logo-carousel-controls button {
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 359.98px) {
  body.mw-inner-page.mw-used-cars-page main .results-controls {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }
  body.mw-inner-page.mw-used-cars-page main .production-specs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.mw-inner-page.mw-used-cars-page main .mw-listing-contact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.mw-inner-page.mw-used-cars-page main .mw-listing-contact > :last-child { grid-column: 1 / -1; }
  body.mw-inner-page main .mw-logo-card { flex-basis: 116px; }
}

@media (prefers-reduced-motion: reduce) {
  body.mw-inner-page main .mw-logo-carousel-track { transition: none !important; }
}

/* =========================================================
   USED CARS — COMPACT, CONSISTENT FILTER PANEL
   Reusable inner-page stylesheet; no page-specific CSS file.
   ========================================================= */
body.mw-inner-page.mw-used-cars-page main .used-cars-layout {
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 18px;
}
body.mw-inner-page.mw-used-cars-page main .used-cars-sidebar {
  min-width: 0;
  border-radius: 12px;
}
body.mw-inner-page.mw-used-cars-page main .filter-panel-head {
  padding: 14px 15px;
}
body.mw-inner-page.mw-used-cars-page main .filter-panel-head > div > span {
  margin-bottom: 2px;
  font-size: .62rem;
  letter-spacing: .09em;
}
body.mw-inner-page.mw-used-cars-page main .filter-panel-head h2 {
  margin: 0;
  font-size: 1.03rem;
  line-height: 1.2;
}
body.mw-inner-page.mw-used-cars-page main .filter-form {
  padding: 13px 14px 14px;
}
body.mw-inner-page.mw-used-cars-page main .filter-group {
  min-width: 0;
  margin-bottom: 9px;
}
body.mw-inner-page.mw-used-cars-page main .filter-group label {
  display: block;
  margin: 0 0 4px;
  font-size: .72rem;
  line-height: 1.25;
}
body.mw-inner-page.mw-used-cars-page main .filter-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}
body.mw-inner-page.mw-used-cars-page main .filter-row > .filter-group {
  min-width: 0;
}
body.mw-inner-page.mw-used-cars-page main .filter-group input,
body.mw-inner-page.mw-used-cars-page main .filter-group select,
body.mw-inner-page.mw-used-cars-page main .filter-group .mw-smart-select,
body.mw-inner-page.mw-used-cars-page main .filter-group .mw-smart-select__control {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
body.mw-inner-page.mw-used-cars-page main .filter-group input,
body.mw-inner-page.mw-used-cars-page main .filter-group select {
  min-width: 0;
  min-height: 40px;
  height: 40px;
  padding: 0 11px;
  border-radius: 9px;
  font-size: .78rem;
  line-height: 1;
}
body.mw-inner-page.mw-used-cars-page main .filter-keyword input {
  padding-left: 33px;
}
body.mw-inner-page.mw-used-cars-page main .filter-keyword i {
  left: 11px;
  font-size: .76rem;
}
body.mw-inner-page.mw-used-cars-page main .filter-group .mw-smart-select__control {
  min-height: 40px;
  height: 40px;
  padding: 0 34px 0 11px;
  border-radius: 9px;
  font-size: .78rem;
}
body.mw-inner-page.mw-used-cars-page main .filter-group .mw-smart-select__value,
body.mw-inner-page.mw-used-cars-page main .filter-group .mw-smart-select__single-value,
body.mw-inner-page.mw-used-cars-page main .filter-group .mw-smart-select__placeholder {
  min-width: 0;
  max-width: 100%;
  font-size: inherit;
  line-height: 1.2;
}
body.mw-inner-page.mw-used-cars-page main .filter-group .mw-smart-select__arrow {
  right: 9px;
  width: 17px;
  height: 17px;
}
/* Keep number inputs visually identical to text/select fields. */
body.mw-inner-page.mw-used-cars-page main .filter-group input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}
body.mw-inner-page.mw-used-cars-page main .filter-group input[type="number"]::-webkit-inner-spin-button,
body.mw-inner-page.mw-used-cars-page main .filter-group input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
body.mw-inner-page.mw-used-cars-page main .mw-filter-check {
  gap: 8px;
  margin: 3px 0 0;
  padding: 4px 0;
  font-size: .74rem;
}
body.mw-inner-page.mw-used-cars-page main .mw-filter-check input {
  width: 16px;
  height: 16px;
  min-height: 16px;
  flex: 0 0 16px;
}
body.mw-inner-page.mw-used-cars-page main .filter-actions {
  gap: 7px;
  margin-top: 11px;
}
body.mw-inner-page.mw-used-cars-page main .filter-actions button,
body.mw-inner-page.mw-used-cars-page main .filter-actions a {
  min-height: 38px;
  padding: 7px 10px;
  border-radius: 9px;
  font-size: .76rem;
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  body.mw-inner-page.mw-used-cars-page main .used-cars-layout {
    grid-template-columns: 238px minmax(0, 1fr);
    gap: 15px;
  }
  body.mw-inner-page.mw-used-cars-page main .filter-form {
    padding-inline: 12px;
  }
}

@media (max-width: 991.98px) {
  body.mw-inner-page.mw-used-cars-page main .used-cars-layout {
    grid-template-columns: 1fr;
  }
  body.mw-inner-page.mw-used-cars-page main .used-cars-sidebar {
    width: min(86vw, 330px);
    max-width: 330px;
  }
  body.mw-inner-page.mw-used-cars-page main .filter-panel-head {
    padding: 13px 14px;
  }
  body.mw-inner-page.mw-used-cars-page main .filter-form {
    padding: 12px 13px 16px;
  }
  body.mw-inner-page.mw-used-cars-page main .filter-group {
    margin-bottom: 8px;
  }
}

@media (max-width: 419.98px) {
  body.mw-inner-page.mw-used-cars-page main .used-cars-sidebar {
    width: min(90vw, 315px);
  }
  body.mw-inner-page.mw-used-cars-page main .filter-group input,
  body.mw-inner-page.mw-used-cars-page main .filter-group select,
  body.mw-inner-page.mw-used-cars-page main .filter-group .mw-smart-select__control {
    min-height: 39px;
    height: 39px;
    font-size: .75rem;
  }
}

/* =========================================================
   REUSABLE MOBILE FILTER DRAWER — SCROLL-SAFE
   Keep the drawer header visible and let only the form body scroll.
   Bottom padding clears the persistent mobile navigation / safe area.
   ========================================================= */
@media (max-width: 991.98px) {
  body.mw-inner-page.mw-used-cars-page main .used-cars-sidebar {
    top: 0;
    bottom: auto;
    height: 100vh;
    height: 100dvh;
    max-height: 100vh;
    max-height: 100dvh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    overscroll-behavior: contain;
  }

  body.mw-inner-page.mw-used-cars-page main .filter-panel-head {
    flex: 0 0 auto;
    position: relative;
    z-index: 3;
    background: var(--mw-inner-surface, #fff);
  }

  body.mw-inner-page.mw-used-cars-page main .filter-form {
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
    touch-action: pan-y;
    scrollbar-gutter: stable;
    padding-bottom: calc(104px + env(safe-area-inset-bottom));
  }

  body.mw-inner-page.mw-used-cars-page main .filter-actions {
    padding-bottom: 4px;
  }
}

@media (max-width: 419.98px) {
  body.mw-inner-page.mw-used-cars-page main .filter-form {
    padding-bottom: calc(112px + env(safe-area-inset-bottom));
  }
}
/* === CONSOLIDATED STATIC PAGE COMPONENTS === */



body.mw-inner-page .mw-page .page-title,
body.mw-inner-page .mw-page .section-title,
body.mw-inner-page .mw-page .card-title,
body.mw-inner-page .mw-page .faq-question,
body.mw-inner-page .mw-page .btn,
body.mw-inner-page .mw-page .form-section-title,
body.mw-inner-page .mw-page .pricing-card h3 { font-weight: 700 !important; }






body.mw-inner-page .mw-page { overflow: hidden; }
body.mw-inner-page .mw-page .mw-soft-page { background: var(--mw-pink); }
body.mw-inner-page .mw-page .mw-section { padding: 72px 0; }
body.mw-inner-page .mw-page .mw-section-sm { padding: 48px 0; }
body.mw-inner-page .mw-page .mw-section-title { margin: 0 0 30px; font-size: clamp(1.55rem, 2.6vw, 2.15rem); line-height: 1.2; font-weight: 700; }
body.mw-inner-page .mw-page .mw-section-title.centered { text-align: center; }
body.mw-inner-page .mw-page .mw-section-title.centered::after { margin-inline: auto; }
body.mw-inner-page .mw-page .mw-section-title::after { content:""; display:block; width: 92px; height: 3px; margin-top: 12px; border-radius: 10px; background: var(--mw-primary); }
body.mw-inner-page .mw-page .mw-section-lead { max-width: 780px; margin: -14px auto 32px; text-align: center; color: var(--mw-muted); }
body.mw-inner-page .mw-page .mw-eyebrow { display:inline-flex; align-items:center; gap:8px; margin-bottom:12px; color:var(--mw-primary); font-size:.78rem; font-weight:700; text-transform:uppercase; letter-spacing:.09em; }
body.mw-inner-page .mw-page .mw-card { background:#fff; border:1px solid var(--mw-line); border-radius:var(--mw-radius); box-shadow:var(--mw-shadow); }
body.mw-inner-page .mw-page .mw-panel { background:#fff; border:1px solid var(--mw-line); border-radius:12px; }
body.mw-inner-page .mw-page .mw-muted { color:var(--mw-muted); }
body.mw-inner-page .mw-page .mw-link { color:var(--mw-primary); font-weight:700; text-decoration:underline; text-underline-offset:3px; }

body.mw-inner-page .mw-page .inner-hero { position:relative; min-height:310px; display:flex; align-items:center; color:#fff; background:#171a1f center/cover no-repeat; border-bottom:4px solid var(--mw-primary); }
body.mw-inner-page .mw-page .inner-hero::before { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(10,13,18,.92),rgba(10,13,18,.35)); }
body.mw-inner-page .mw-page .inner-hero .container { position:relative; z-index:1; }
body.mw-inner-page .mw-page .inner-hero h1 { max-width:760px; margin:0; font-size:clamp(2rem,5vw,4rem); line-height:1.02; letter-spacing:-.04em; }
body.mw-inner-page .mw-page .inner-hero p { max-width:650px; margin:18px 0 0; color:#e7eaed; }
body.mw-inner-page .mw-page .hero-marketplace { background-image:none; }
body.mw-inner-page .mw-page .hero-videos { min-height:290px; text-align:center; background-image:none; }
body.mw-inner-page .mw-page .hero-videos::before { background:rgba(5,8,12,.72); }
body.mw-inner-page .mw-page .hero-videos .container { display:flex; flex-direction:column; align-items:center; }
body.mw-inner-page .mw-page .hero-videos h1 { max-width:none; }

body.mw-inner-page .mw-page .mw-breadcrumb { margin:0 0 8px; padding:0; display:flex; flex-wrap:wrap; gap:6px; list-style:none; color:var(--mw-muted); font-size:.82rem; }
body.mw-inner-page .mw-page .mw-breadcrumb li + li::before { content:"/"; margin-right:6px; color:#a3a7ad; }
body.mw-inner-page .mw-page .mw-breadcrumb a:hover { color:var(--mw-primary); }
body.mw-inner-page .mw-page .page-heading { padding:34px 0 24px; }
body.mw-inner-page .mw-page .page-heading h1 { font-size:clamp(1.7rem,3vw,2.45rem); margin:0; }
body.mw-inner-page .mw-page .page-heading h1 span { color:var(--mw-primary); }

body.mw-inner-page .mw-page .benefit-strip { color:#fff; background:linear-gradient(90deg,#173d9d,#d44145); }
body.mw-inner-page .mw-page .benefit-strip .benefit-item { min-height:92px; display:flex; align-items:center; justify-content:center; gap:13px; padding:18px 12px; border-right:1px solid rgba(255,255,255,.18); }
body.mw-inner-page .mw-page .benefit-strip .row > div:last-child .benefit-item { border-right:0; }
body.mw-inner-page .mw-page .benefit-strip i { font-size:1.8rem; }
body.mw-inner-page .mw-page .benefit-strip strong { display:block; font-size:.93rem; }
body.mw-inner-page .mw-page .benefit-strip small { opacity:.82; }

body.mw-inner-page .mw-page .form-control,
body.mw-inner-page .mw-page .form-select { min-height:46px; border-color:#dfe2e6; border-radius:8px; }
body.mw-inner-page .mw-page .form-control:focus,
body.mw-inner-page .mw-page .form-select:focus { border-color:var(--mw-primary); box-shadow:0 0 0 .2rem rgba(215,25,32,.12); }
body.mw-inner-page .mw-page .form-label { margin-bottom:7px; font-weight:600; }
body.mw-inner-page .mw-page .required::after { content:"*"; margin-left:2px; color:var(--mw-primary); }
body.mw-inner-page .mw-page .form-feedback { min-height:18px; margin-top:4px; font-size:.78rem; color:#b42318; }
body.mw-inner-page .mw-page .form-status { display:none; padding:13px 16px; margin-top:18px; border-radius:9px; font-weight:600; }
body.mw-inner-page .mw-page .form-status.show { display:block; }
body.mw-inner-page .mw-page .form-status.success { color:#166534; background:#ecfdf3; border:1px solid #bbf7d0; }
body.mw-inner-page .mw-page .form-status.error { color:#991b1b; background:#fff1f2; border:1px solid #fecdd3; }
body.mw-inner-page .mw-page .btn-dark-mw { color:#fff; background:#111; border-color:#111; }
body.mw-inner-page .mw-page .btn-dark-mw:hover { color:#fff; background:#2a2a2a; }
body.mw-inner-page .mw-page .btn-whatsapp { color:#fff; background:#19a55a; border-color:#19a55a; }
body.mw-inner-page .mw-page .btn-whatsapp:hover { color:#fff; background:#138346; }

/* Used cars */
body.mw-inner-page .mw-page .filter-card { position:sticky; top:18px; overflow:hidden; background:#fff; border:1px solid var(--mw-line); border-radius:10px; }
body.mw-inner-page .mw-page .filter-card .filter-title { margin:0; padding:16px 18px; color:#fff; background:var(--mw-primary); font-size:1rem; }
body.mw-inner-page .mw-page .filter-group { border-bottom:1px solid var(--mw-line); }
body.mw-inner-page .mw-page .filter-group:last-child { border-bottom:0; }
body.mw-inner-page .mw-page .filter-toggle { width:100%; min-height:48px; display:flex; align-items:center; justify-content:space-between; border:0; padding:12px 16px; background:#fff; font-size:.82rem; font-weight:700; text-align:left; }
body.mw-inner-page .mw-page .filter-toggle i { transition:.2s; }
body.mw-inner-page .mw-page .filter-group.open .filter-toggle i { transform:rotate(180deg); }
body.mw-inner-page .mw-page .filter-body { display:none; padding:0 16px 16px; }
body.mw-inner-page .mw-page .filter-group.open .filter-body { display:block; }
body.mw-inner-page .mw-page .filter-list { max-height:210px; overflow:auto; }
body.mw-inner-page .mw-page .filter-list label { display:flex; justify-content:space-between; gap:10px; margin-bottom:8px; color:#5c626b; font-size:.79rem; }
body.mw-inner-page .mw-page .filter-list .form-check-input { margin-right:7px; }
body.mw-inner-page .mw-page .results-toolbar { display:flex; justify-content:flex-end; align-items:center; gap:12px; margin-bottom:18px; }
body.mw-inner-page .mw-page .results-toolbar label { margin:0; color:var(--mw-muted); font-size:.78rem; }
body.mw-inner-page .mw-page .results-toolbar .form-select { width:auto; min-width:220px; min-height:40px; font-size:.82rem; }
body.mw-inner-page .mw-page .vehicle-list-card { position:relative; display:grid; grid-template-columns:220px 1fr 145px; min-height:170px; margin-bottom:18px; overflow:hidden; background:#fff; border:1px solid #d9dde2; border-radius:10px; box-shadow:0 4px 12px rgba(15,23,42,.08); }
body.mw-inner-page .mw-page .vehicle-list-card .vehicle-image { width:100%; height:100%; min-height:170px; object-fit:cover; background:#edf0f3; }
body.mw-inner-page .mw-page .vehicle-list-card .ribbon { position:absolute; left:-34px; top:16px; width:120px; transform:rotate(-45deg); padding:4px 0; color:#fff; background:var(--mw-primary); text-align:center; font-size:.62rem; font-weight:700; z-index:2; }
body.mw-inner-page .mw-page .vehicle-list-card .vehicle-content { padding:20px; min-width:0; }
body.mw-inner-page .mw-page .vehicle-list-card h3 { margin:0 0 10px; font-size:1.05rem; }
body.mw-inner-page .mw-page .vehicle-list-card .meta { display:flex; flex-wrap:wrap; gap:10px 18px; color:var(--mw-muted); font-size:.75rem; }
body.mw-inner-page .mw-page .vehicle-list-card .meta i { color:var(--mw-primary); margin-right:4px; }
body.mw-inner-page .mw-page .vehicle-list-card .updated { margin-top:16px; font-size:.7rem; color:#4d535b; }
body.mw-inner-page .mw-page .vehicle-actions { display:flex; flex-direction:column; align-items:stretch; justify-content:center; gap:9px; padding:18px; text-align:right; }
body.mw-inner-page .mw-page .vehicle-actions .price { margin-bottom:8px; color:var(--mw-primary); font-size:1.03rem; font-weight:700; }
body.mw-inner-page .mw-page .vehicle-actions .btn { padding:.48rem .7rem; font-size:.76rem; }
body.mw-inner-page .mw-page .favorite-btn { position:absolute; top:10px; right:10px; width:32px; height:32px; display:grid; place-items:center; padding:0; border:0; border-radius:50%; color:#9ba1aa; background:#fff; box-shadow:0 4px 12px rgba(0,0,0,.12); z-index:2; }
body.mw-inner-page .mw-page .favorite-btn.active { color:#fff; background:var(--mw-primary); }
body.mw-inner-page .mw-page .ad-banner img { width:100%; aspect-ratio:3.3/1; object-fit:cover; border-radius:10px; }
body.mw-inner-page .mw-page .brand-scroller,
body.mw-inner-page .mw-page .card-scroller { display:grid; grid-auto-flow:column; grid-auto-columns:minmax(145px,1fr); gap:12px; overflow-x:auto; padding:8px 4px 20px; scroll-snap-type:x mandatory; }
body.mw-inner-page .mw-page .brand-pill { min-height:86px; display:grid; place-items:center; padding:12px; border:1px solid var(--mw-line); border-radius:10px; background:#fff; scroll-snap-align:start; }
body.mw-inner-page .mw-page .brand-pill img { width:55px; height:42px; object-fit:contain; }
body.mw-inner-page .mw-page .brand-pill span { font-size:.78rem; }
body.mw-inner-page .mw-page .mw-pagination .page-link { color:var(--mw-ink); border:0; margin:0 3px; border-radius:50% !important; }
body.mw-inner-page .mw-page .mw-pagination .page-item.active .page-link { background:var(--mw-primary); }

/* Reusable car cards */
body.mw-inner-page .mw-page .mini-car-card { position:relative; width:100%; overflow:hidden; background:#fff; border:1px solid var(--mw-line); border-radius:10px; box-shadow:0 5px 13px rgba(15,23,42,.10); scroll-snap-align:start; }
body.mw-inner-page .mw-page .mini-car-card img { width:100%; aspect-ratio:4/3; object-fit:cover; }
body.mw-inner-page .mw-page .mini-car-card .body { padding:12px; }
body.mw-inner-page .mw-page .mini-car-card h3 { min-height:34px; margin:0 0 9px; font-size:.78rem; text-transform:uppercase; }
body.mw-inner-page .mw-page .mini-car-card .meta { display:flex; gap:10px; flex-wrap:wrap; color:var(--mw-muted); font-size:.64rem; }
body.mw-inner-page .mw-page .mini-car-card .bottom { display:flex; align-items:center; justify-content:space-between; gap:8px; margin-top:12px; }
body.mw-inner-page .mw-page .mini-car-card .price { color:var(--mw-primary); font-size:.78rem; font-weight:700; }
body.mw-inner-page .mw-page .mini-car-card .btn { padding:.28rem .55rem; font-size:.62rem; }
body.mw-inner-page .mw-page .car-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; }

/* Detail */
body.mw-inner-page .mw-page .detail-shell { padding:38px 0 70px; background:var(--mw-pink); }
body.mw-inner-page .mw-page .detail-main-card { padding:28px; }
body.mw-inner-page .mw-page .detail-main-card h1 { margin:0 0 4px; font-size:clamp(1.6rem,3vw,2.25rem); }
body.mw-inner-page .mw-page .detail-location { color:var(--mw-primary); font-size:.9rem; }
body.mw-inner-page .mw-page .gallery-grid { display:grid; grid-template-columns:minmax(0,2fr) minmax(130px,1fr); gap:8px; margin-top:22px; }
body.mw-inner-page .mw-page .gallery-main { position:relative; overflow:hidden; border-radius:10px; background:#edf0f3; }
body.mw-inner-page .mw-page .gallery-main img { width:100%; height:100%; min-height:380px; object-fit:cover; }
body.mw-inner-page .mw-page .gallery-thumbs { display:grid; grid-template-columns:1fr 1fr; gap:8px; }
body.mw-inner-page .mw-page .gallery-thumb { padding:0; overflow:hidden; border:2px solid transparent; border-radius:9px; background:#eef1f4; }
body.mw-inner-page .mw-page .gallery-thumb.active { border-color:var(--mw-primary); }
body.mw-inner-page .mw-page .gallery-thumb img { width:100%; height:100%; min-height:116px; object-fit:cover; }
body.mw-inner-page .mw-page .gallery-counter { position:absolute; right:12px; bottom:12px; padding:6px 10px; border-radius:999px; color:#fff; background:rgba(0,0,0,.72); font-size:.75rem; }
body.mw-inner-page .mw-page .gallery-nav { position:absolute; inset:50% 0 auto; display:flex; justify-content:space-between; padding:0 12px; transform:translateY(-50%); pointer-events:none; }
body.mw-inner-page .mw-page .gallery-nav button { width:40px; height:40px; border:0; border-radius:50%; color:#fff; background:rgba(0,0,0,.6); pointer-events:auto; }
body.mw-inner-page .mw-page .spec-strip { display:grid; grid-template-columns:repeat(4,1fr); margin-top:18px; border:1px solid #8d9197; }
body.mw-inner-page .mw-page .spec-strip > div { min-height:92px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:7px; border-right:1px solid var(--mw-line); text-align:center; }
body.mw-inner-page .mw-page .spec-strip > div:last-child { border-right:0; }
body.mw-inner-page .mw-page .spec-strip i { color:#725d5d; font-size:1.25rem; }
body.mw-inner-page .mw-page .spec-strip span { color:#666d76; font-size:.78rem; }
body.mw-inner-page .mw-page .inspection-promo { display:grid; grid-template-columns:1.2fr .9fr; gap:18px; align-items:center; margin-top:18px; padding:18px; border:1px solid #8d9197; }
body.mw-inner-page .mw-page .inspection-promo img { width:100%; max-height:220px; object-fit:contain; }
body.mw-inner-page .mw-page .details-tabs { margin-top:18px; border:1px solid #8d9197; }
body.mw-inner-page .mw-page .details-tabs .nav-tabs { padding:0 10px; background:#f7f7f7; }
body.mw-inner-page .mw-page .details-tabs .tab-content { padding:16px; }
body.mw-inner-page .mw-page .spec-table { width:100%; font-size:.76rem; }
body.mw-inner-page .mw-page .spec-table td { padding:9px; border-bottom:1px solid var(--mw-line); }
body.mw-inner-page .mw-page .spec-table td:nth-child(odd) { font-weight:700; }
body.mw-inner-page .mw-page .detail-sidebar .mw-card { margin-bottom:18px; overflow:hidden; }
body.mw-inner-page .mw-page .detail-price { padding:20px; text-align:center; }
body.mw-inner-page .mw-page .detail-price img { width:150px; height:35px; object-fit:contain; }
body.mw-inner-page .mw-page .detail-price .amount { margin:10px 0 20px; font-size:1.7rem; font-weight:700; }
body.mw-inner-page .mw-page .detail-price .btn { width:100%; margin-top:10px; }
body.mw-inner-page .mw-page .sidebar-title { margin:0; padding:15px 18px; color:#fff; background:var(--mw-primary); font-size:1.15rem; }
body.mw-inner-page .mw-page .sidebar-body { padding:22px; }
body.mw-inner-page .mw-page .safety-list { padding-left:20px; }

/* Service landing */
body.mw-inner-page .mw-page .pink-hero { padding:64px 0; background:var(--mw-pink); }
body.mw-inner-page .mw-page .option-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; max-width:960px; margin:28px auto 0; }
body.mw-inner-page .mw-page .option-card { height:100%; padding:20px; text-align:center; background:#fff; border:1px solid #f2dadd; box-shadow:0 6px 18px rgba(110,24,30,.08); }
body.mw-inner-page .mw-page .option-card.featured { transform:translateY(-12px); }
body.mw-inner-page .mw-page .option-card img { width:100%; aspect-ratio:4/2.3; object-fit:contain; }
body.mw-inner-page .mw-page .option-card h3 { margin:14px 0 12px; font-size:1rem; }
body.mw-inner-page .mw-page .check-list { margin:0; padding:0; list-style:none; text-align:left; }
body.mw-inner-page .mw-page .check-list li { position:relative; padding-left:22px; margin-bottom:7px; color:#5f6670; font-size:.75rem; }
body.mw-inner-page .mw-page .check-list li::before { content:"✓"; position:absolute; left:0; color:var(--mw-primary); font-weight:700; }
body.mw-inner-page .mw-page .feature-row-card { text-align:center; padding:26px 18px; }
body.mw-inner-page .mw-page .feature-row-card i { width:66px; height:66px; display:grid; place-items:center; margin:0 auto 14px; border-radius:50%; color:var(--mw-primary); background:#fff1f2; font-size:1.7rem; }
body.mw-inner-page .mw-page .feature-row-card h3 { font-size:1rem; }
body.mw-inner-page .mw-page .feature-row-card p { color:var(--mw-muted); font-size:.82rem; }
body.mw-inner-page .mw-page .video-frame { position:relative; overflow:hidden; border-radius:8px; box-shadow:var(--mw-shadow); }
body.mw-inner-page .mw-page .video-frame img { width:100%; aspect-ratio:16/7.8; object-fit:cover; }
body.mw-inner-page .mw-page .play-overlay { position:absolute; inset:0; display:grid; place-items:center; border:0; color:#fff; background:rgba(0,0,0,.12); }
body.mw-inner-page .mw-page .play-overlay i { width:68px; height:68px; display:grid; place-items:center; border-radius:50%; background:var(--mw-primary); font-size:1.6rem; box-shadow:0 8px 28px rgba(215,25,32,.45); }
body.mw-inner-page .mw-page .content-prose { color:#3e444b; font-size:.9rem; }
body.mw-inner-page .mw-page .content-prose h2 { margin:30px 0 12px; font-size:1.5rem; }
body.mw-inner-page .mw-page .content-prose h3 { margin:22px 0 8px; font-size:1.1rem; }
body.mw-inner-page .mw-page .content-prose p { margin-bottom:14px; }

/* Auction / sell it */
body.mw-inner-page .mw-page .service-hero-grid { display:grid; grid-template-columns:1fr 1fr; gap:54px; align-items:center; }
body.mw-inner-page .mw-page .service-hero-grid .visual { text-align:center; }
body.mw-inner-page .mw-page .service-hero-grid .visual img { width:100%; max-height:330px; object-fit:contain; }
body.mw-inner-page .mw-page .verify-card { padding:34px; text-align:center; }
body.mw-inner-page .mw-page .verify-card h2 { font-size:1.55rem; }
body.mw-inner-page .mw-page .dark-feature-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:8px; }
body.mw-inner-page .mw-page .dark-feature { position:relative; min-height:145px; padding:42px 18px 22px; border-radius:8px; color:#fff; background:#383838; text-align:center; }
body.mw-inner-page .mw-page .dark-feature .icon { position:absolute; left:50%; top:-35px; width:72px; height:72px; display:grid; place-items:center; transform:translateX(-50%); border-radius:50%; color:#333; background:#fff; border:1px solid #d5d5d5; box-shadow:0 4px 12px rgba(0,0,0,.1); font-size:1.45rem; }
body.mw-inner-page .mw-page .dark-feature h3 { margin:0 0 8px; font-size:.9rem; }
body.mw-inner-page .mw-page .dark-feature p { margin:0; color:#e4e4e4; font-size:.7rem; line-height:1.45; }
body.mw-inner-page .mw-page .steps-banner { background:#ececec; }
body.mw-inner-page .mw-page .steps-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px 70px; }
body.mw-inner-page .mw-page .step-check { position:relative; padding-left:28px; font-size:.88rem; font-weight:600; }
body.mw-inner-page .mw-page .step-check::before { content:"✓"; position:absolute; left:0; color:var(--mw-primary); font-size:1.2rem; font-weight:700; }
body.mw-inner-page .mw-page .benefit-grid { display:grid; grid-template-columns:1fr 1fr; gap:26px 70px; }
body.mw-inner-page .mw-page .benefit-copy { position:relative; padding-left:32px; }
body.mw-inner-page .mw-page .benefit-copy::before { content:"✓"; position:absolute; left:0; top:-2px; color:var(--mw-primary); font-size:1.35rem; font-weight:700; }
body.mw-inner-page .mw-page .benefit-copy h3 { font-size:1rem; }
body.mw-inner-page .mw-page .benefit-copy p { margin:0; color:var(--mw-muted); font-size:.82rem; }
body.mw-inner-page .mw-page .faq-light .faq-item { margin-bottom:10px; border:1px solid var(--mw-primary); background:#fff; }
body.mw-inner-page .mw-page .faq-light .faq-question { color:var(--mw-ink); padding:13px 16px; font-size:.85rem; }
body.mw-inner-page .mw-page .faq-light .faq-question i { color:#59606a; }
body.mw-inner-page .mw-page .faq-light .faq-answer { color:#4b5159; }
body.mw-inner-page .mw-page .faq-light .faq-item.open .faq-answer { max-height:600px; }
body.mw-inner-page .mw-page .review-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; align-items:center; }
body.mw-inner-page .mw-page .review-card { padding:24px; border:1px solid var(--mw-primary); border-radius:8px; background:#fff; box-shadow:0 5px 14px rgba(0,0,0,.08); }
body.mw-inner-page .mw-page .review-card.featured { padding-block:38px; }
body.mw-inner-page .mw-page .reviewer { display:flex; align-items:center; gap:12px; margin-bottom:15px; }
body.mw-inner-page .mw-page .reviewer .avatar { width:52px; height:52px; display:grid; place-items:center; border-radius:50%; color:#fff; background:#7d89a1; font-size:1.5rem; }
body.mw-inner-page .mw-page .review-card .stars { color:#ffd62e; }
body.mw-inner-page .mw-page .offering-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px 42px; }
body.mw-inner-page .mw-page .offering-card { display:flex; align-items:center; min-height:82px; overflow:hidden; border:1px solid #cfd3d8; border-radius:8px; background:#fff; box-shadow:0 3px 8px rgba(0,0,0,.08); }
body.mw-inner-page .mw-page .offering-card .icon { width:98px; align-self:stretch; display:grid; place-items:center; color:#fff; background:var(--mw-primary); font-size:1.7rem; }
body.mw-inner-page .mw-page .offering-card .copy { padding:12px 18px; }
body.mw-inner-page .mw-page .offering-card small { color:var(--mw-primary); font-weight:700; }
body.mw-inner-page .mw-page .offering-card h3 { margin:2px 0 0; font-size:.9rem; }

/* Form pages */
body.mw-inner-page .mw-page .form-page-wrap { padding:64px 0; background:var(--mw-pink); }
body.mw-inner-page .mw-page .form-page-heading { max-width:880px; margin:0 auto 42px; text-align:center; }
body.mw-inner-page .mw-page .form-page-heading h1 { font-size:clamp(1.8rem,3vw,2.55rem); }
body.mw-inner-page .mw-page .form-page-heading::after { content:""; display:block; width:440px; max-width:70%; height:3px; margin:20px auto 0; background:var(--mw-primary); }
body.mw-inner-page .mw-page .large-form-card { max-width:980px; margin:0 auto; padding:55px 70px; border-radius:30px; background:#fff; }
body.mw-inner-page .mw-page .horizontal-form-row { display:grid; grid-template-columns:190px 1fr; gap:22px; align-items:center; margin-bottom:18px; }
body.mw-inner-page .mw-page .horizontal-form-row label { margin:0; text-align:right; }
body.mw-inner-page .mw-page .form-terms { margin:34px 0 22px; text-align:center; font-size:.78rem; }
body.mw-inner-page .mw-page .inspection-form-card { max-width:850px; margin:0 auto; padding:48px 60px; color:#fff; background:#2b2b2b; border-radius:10px; box-shadow:0 8px 18px rgba(0,0,0,.2); }
body.mw-inner-page .mw-page .inspection-form-card .form-control,
body.mw-inner-page .mw-page .inspection-form-card .form-select { border-radius:999px; }
body.mw-inner-page .mw-page .inspection-form-card .mw-section-title { text-align:center; color:#fff; }
body.mw-inner-page .mw-page .inspection-form-card .mw-section-title::after { margin-inline:auto; }
body.mw-inner-page .mw-page .inspection-intro { background:var(--mw-pink); border-bottom:4px solid var(--mw-primary); }
body.mw-inner-page .mw-page .inspection-intro .visual img { width:100%; max-height:330px; object-fit:contain; }
body.mw-inner-page .mw-page .promo-wide img { width:100%; max-height:290px; object-fit:cover; }
body.mw-inner-page .mw-page .icon-steps { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
body.mw-inner-page .mw-page .icon-step { padding:16px 10px; text-align:center; }
body.mw-inner-page .mw-page .icon-step i { color:var(--mw-primary); font-size:1.4rem; }
body.mw-inner-page .mw-page .icon-step span { display:block; margin-top:8px; font-size:.76rem; font-weight:700; }
body.mw-inner-page .mw-page .diagram-wrap { text-align:center; }
body.mw-inner-page .mw-page .diagram-wrap img { width:min(750px,100%); max-height:590px; object-fit:contain; }
body.mw-inner-page .mw-page .pricing-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
body.mw-inner-page .mw-page .pricing-card { padding:22px; text-align:center; border:1px solid var(--mw-primary); border-radius:9px; background:#fff; box-shadow:0 5px 12px rgba(0,0,0,.08); }
body.mw-inner-page .mw-page .pricing-card img { width:100%; height:120px; object-fit:contain; }
body.mw-inner-page .mw-page .pricing-card h3 { margin:12px 0 4px; font-size:1.05rem; }
body.mw-inner-page .mw-page .pricing-card .old { color:var(--mw-primary); text-decoration:line-through; font-weight:700; }
body.mw-inner-page .mw-page .pricing-card .new { color:#111; text-decoration:line-through; }

/* Videos */
body.mw-inner-page .mw-page .video-search { width:min(900px,100%); display:grid; grid-template-columns:1fr 170px; gap:0; margin-top:28px; padding:10px; background:#fff; border-radius:8px; box-shadow:0 10px 25px rgba(0,0,0,.18); }
body.mw-inner-page .mw-page .video-search input { border:1px solid var(--mw-line); border-radius:6px 0 0 6px; }
body.mw-inner-page .mw-page .video-search button { border-radius:0 6px 6px 0; }
body.mw-inner-page .mw-page .featured-video-grid { display:grid; grid-template-columns:2fr 1fr; gap:18px; }
body.mw-inner-page .mw-page .featured-video { border:1px solid var(--mw-line); }
body.mw-inner-page .mw-page .featured-video .thumb { position:relative; }
body.mw-inner-page .mw-page .featured-video .thumb img { width:100%; aspect-ratio:16/9; object-fit:cover; }
body.mw-inner-page .mw-page .featured-video h2 { padding:15px; margin:0; font-size:1rem; }
body.mw-inner-page .mw-page .video-playlist { max-height:500px; overflow:auto; border:1px solid var(--mw-line); }
body.mw-inner-page .mw-page .playlist-item { display:grid; grid-template-columns:110px 1fr; gap:10px; padding:10px; border-bottom:1px solid var(--mw-line); }
body.mw-inner-page .mw-page .playlist-item img { width:110px; height:66px; object-fit:cover; }
body.mw-inner-page .mw-page .playlist-item h3 { margin:0; font-size:.75rem; line-height:1.35; }
body.mw-inner-page .mw-page .video-section-head { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:24px; }
body.mw-inner-page .mw-page .video-section-head .mw-section-title { margin:0; font-size:1.45rem; }
body.mw-inner-page .mw-page .video-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; }
body.mw-inner-page .mw-page .video-card { overflow:hidden; border:1px solid var(--mw-line); background:#fff; }
body.mw-inner-page .mw-page .video-card .thumb { position:relative; }
body.mw-inner-page .mw-page .video-card img { width:100%; aspect-ratio:16/9; object-fit:cover; }
body.mw-inner-page .mw-page .video-card .small-play { position:absolute; inset:0; display:grid; place-items:center; color:#fff; font-size:1.1rem; }
body.mw-inner-page .mw-page .video-card .small-play i { width:36px; height:36px; display:grid; place-items:center; border-radius:50%; background:rgba(0,0,0,.72); }
body.mw-inner-page .mw-page .video-card h3 { min-height:48px; margin:0; padding:9px 10px; font-size:.72rem; line-height:1.35; }

/* Blog */
body.mw-inner-page .mw-page .blog-promo { padding:38px 0; background:var(--mw-pink); }
body.mw-inner-page .mw-page .blog-promo-grid { display:grid; grid-template-columns:1.4fr .8fr; gap:50px; align-items:center; }
body.mw-inner-page .mw-page .blog-promo img { width:100%; max-height:230px; object-fit:cover; border-radius:10px; }
body.mw-inner-page .mw-page .blog-search { display:flex; box-shadow:0 5px 12px rgba(0,0,0,.12); }
body.mw-inner-page .mw-page .blog-search input { border-radius:8px 0 0 8px; }
body.mw-inner-page .mw-page .blog-search button { width:72px; border-radius:0 8px 8px 0; }
body.mw-inner-page .mw-page .featured-post-grid { display:grid; grid-template-columns:1.5fr .75fr .75fr; grid-template-rows:1fr 1fr; gap:12px; }
body.mw-inner-page .mw-page .featured-post { position:relative; min-height:215px; overflow:hidden; border-radius:8px; color:#fff; }
body.mw-inner-page .mw-page .featured-post.large { grid-row:1/3; min-height:445px; }
body.mw-inner-page .mw-page .featured-post img { width:100%; height:100%; object-fit:cover; }
body.mw-inner-page .mw-page .featured-post::after { content:""; position:absolute; inset:0; background:linear-gradient(transparent 30%,rgba(0,0,0,.82)); }
body.mw-inner-page .mw-page .featured-post .content { position:absolute; inset:auto 18px 18px; z-index:2; }
body.mw-inner-page .mw-page .featured-post .tag { display:inline-block; padding:4px 8px; margin-bottom:8px; border-radius:3px; background:var(--mw-primary); font-size:.62rem; font-weight:700; }
body.mw-inner-page .mw-page .featured-post h2,
body.mw-inner-page .mw-page .featured-post h3 { margin:0 0 8px; font-size:1rem; }
body.mw-inner-page .mw-page .featured-post.large h2 { font-size:1.4rem; }
body.mw-inner-page .mw-page .featured-post .meta { font-size:.67rem; color:#eceff3; }
body.mw-inner-page .mw-page .blog-layout { display:grid; grid-template-columns:minmax(0,2fr) minmax(270px,.8fr); gap:34px; }
body.mw-inner-page .mw-page .post-list-item { display:grid; grid-template-columns:235px 1fr; gap:18px; margin-bottom:24px; }
body.mw-inner-page .mw-page .post-list-item img { width:100%; height:150px; object-fit:cover; border-radius:7px; }
body.mw-inner-page .mw-page .post-list-item .tag { display:inline-block; padding:3px 7px; color:#fff; background:#34383e; font-size:.58rem; }
body.mw-inner-page .mw-page .post-list-item h3 { margin:7px 0; font-size:1rem; }
body.mw-inner-page .mw-page .post-list-item .meta { color:var(--mw-muted); font-size:.68rem; }
body.mw-inner-page .mw-page .post-list-item p { margin:7px 0 9px; color:var(--mw-muted); font-size:.78rem; }
body.mw-inner-page .mw-page .post-list-item .btn { padding:.35rem .65rem; font-size:.68rem; }
body.mw-inner-page .mw-page .sidebar-block { margin-bottom:28px; }
body.mw-inner-page .mw-page .sidebar-tabs { display:flex; gap:8px; border-bottom:2px solid #f0b7ba; }
body.mw-inner-page .mw-page .sidebar-tabs span { padding:9px 13px; color:#fff; background:var(--mw-primary); font-size:.75rem; font-weight:700; }
body.mw-inner-page .mw-page .sidebar-post { display:grid; grid-template-columns:86px 1fr; gap:10px; padding:13px 0; border-bottom:1px solid var(--mw-line); }
body.mw-inner-page .mw-page .sidebar-post img { width:86px; height:64px; object-fit:cover; }
body.mw-inner-page .mw-page .sidebar-post h3 { margin:0 0 4px; font-size:.75rem; }
body.mw-inner-page .mw-page .sidebar-post small { color:var(--mw-muted); font-size:.63rem; }
body.mw-inner-page .mw-page .category-list { margin:0; padding:0; list-style:none; }
body.mw-inner-page .mw-page .category-list li { display:flex; justify-content:space-between; padding:8px 0; border-bottom:1px solid var(--mw-line); font-size:.78rem; }
body.mw-inner-page .mw-page .tag-cloud { display:flex; flex-wrap:wrap; gap:6px; }
body.mw-inner-page .mw-page .tag-cloud a { padding:5px 8px; border:1px solid var(--mw-line); color:#777d85; font-size:.65rem; }
body.mw-inner-page .mw-page .tag-cloud a:hover { color:#fff; background:var(--mw-primary); border-color:var(--mw-primary); }

/* Post ad */
body.mw-inner-page .mw-page .ad-form-card { margin-bottom:34px; overflow:hidden; background:#fff; border-top:4px solid var(--mw-primary); box-shadow:0 5px 14px rgba(0,0,0,.14); }
body.mw-inner-page .mw-page .ad-form-card .inner { padding:26px; }
body.mw-inner-page .mw-page .ad-form-card h2 { margin:0 0 4px; font-size:1.25rem; }
body.mw-inner-page .mw-page .ad-grid-row { display:grid; grid-template-columns:190px minmax(0,1.2fr) minmax(220px,.9fr); gap:18px; align-items:start; margin-bottom:16px; }
body.mw-inner-page .mw-page .ad-grid-row > label { padding-top:12px; text-align:right; font-size:.82rem; }
body.mw-inner-page .mw-page .helper-tip { display:flex; gap:10px; padding-top:8px; color:#5f6670; font-size:.72rem; }
body.mw-inner-page .mw-page .helper-tip i { color:#31518a; font-size:1.3rem; }
body.mw-inner-page .mw-page .description-wrap { position:relative; }
body.mw-inner-page .mw-page .char-counter { position:absolute; right:8px; top:-22px; color:#68707a; font-size:.66rem; }
body.mw-inner-page .mw-page .template-chips { display:flex; flex-wrap:wrap; gap:8px; margin-top:12px; }
body.mw-inner-page .mw-page .template-chip { padding:6px 11px; border:1px solid #2684d9; border-radius:999px; color:#2674b8; background:#fff; font-size:.68rem; }
body.mw-inner-page .mw-page .template-chip:hover { color:#fff; background:#2674b8; }
body.mw-inner-page .mw-page .more-templates { display:none; }
body.mw-inner-page .mw-page .more-templates.show { display:flex; }
body.mw-inner-page .mw-page .show-more-bar { width:100%; min-height:38px; border:0; color:#fff; background:var(--mw-primary); font-weight:700; }
body.mw-inner-page .mw-page .upload-zone { padding:36px 24px; border:2px dashed #b7d878; text-align:center; }
body.mw-inner-page .mw-page .upload-zone.dragover { background:#f8fff0; }
body.mw-inner-page .mw-page .upload-zone .upload-icon { font-size:3rem; color:#8cc63f; }
body.mw-inner-page .mw-page .preview-grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:10px; margin-top:20px; }
body.mw-inner-page .mw-page .preview-item { position:relative; overflow:hidden; border-radius:8px; border:1px solid var(--mw-line); }
body.mw-inner-page .mw-page .preview-item img { width:100%; aspect-ratio:1; object-fit:cover; }
body.mw-inner-page .mw-page .preview-item button { position:absolute; right:5px; top:5px; width:28px; height:28px; border:0; border-radius:50%; color:#fff; background:rgba(0,0,0,.72); }
body.mw-inner-page .mw-page .upload-rules { display:grid; grid-template-columns:1fr 1fr; gap:14px 28px; margin-top:25px; text-align:left; }
body.mw-inner-page .mw-page .upload-rules div { position:relative; padding-left:22px; color:#666d76; font-size:.72rem; }
body.mw-inner-page .mw-page .upload-rules div::before { content:"⊙"; position:absolute; left:0; color:var(--mw-primary); }
body.mw-inner-page .mw-page .switch-row { display:flex; align-items:center; gap:12px; }

@media (max-width: 1199.98px) {
  body.mw-inner-page .mw-page .vehicle-list-card { grid-template-columns:190px 1fr 130px; }
  body.mw-inner-page .mw-page .car-grid,
body.mw-inner-page .mw-page .video-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
  body.mw-inner-page .mw-page .featured-post-grid { grid-template-columns:1.35fr .8fr; }
  body.mw-inner-page .mw-page .featured-post:nth-child(4),
body.mw-inner-page .mw-page .featured-post:nth-child(5) { display:none; }
}

@media (max-width: 991.98px) {
  body.mw-inner-page .mw-page .mw-section { padding:58px 0; }
  body.mw-inner-page .mw-page .filter-card { position:static; }
  body.mw-inner-page .mw-page .vehicle-list-card { grid-template-columns:180px 1fr; }
  body.mw-inner-page .mw-page .vehicle-actions { grid-column:1/3; flex-direction:row; align-items:center; justify-content:flex-end; border-top:1px solid var(--mw-line); text-align:left; }
  body.mw-inner-page .mw-page .vehicle-actions .price { margin:0 auto 0 0; }
  body.mw-inner-page .mw-page .detail-sidebar { margin-top:22px; }
  body.mw-inner-page .mw-page .service-hero-grid { gap:28px; }
  body.mw-inner-page .mw-page .dark-feature-grid { grid-template-columns:1fr 1fr; gap:52px 12px; }
  body.mw-inner-page .mw-page .option-grid { grid-template-columns:1fr; max-width:520px; }
  body.mw-inner-page .mw-page .option-card.featured { transform:none; }
  body.mw-inner-page .mw-page .large-form-card { padding:42px; }
  body.mw-inner-page .mw-page .horizontal-form-row { grid-template-columns:150px 1fr; }
  body.mw-inner-page .mw-page .car-grid,
body.mw-inner-page .mw-page .video-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  body.mw-inner-page .mw-page .featured-video-grid { grid-template-columns:1fr; }
  body.mw-inner-page .mw-page .video-playlist { display:grid; grid-template-columns:1fr 1fr; max-height:none; }
  body.mw-inner-page .mw-page .blog-layout { grid-template-columns:1fr; }
  body.mw-inner-page .mw-page .blog-sidebar { order:2; }
  body.mw-inner-page .mw-page .featured-post-grid { grid-template-columns:1fr 1fr; grid-template-rows:auto; }
  body.mw-inner-page .mw-page .featured-post.large { grid-column:1/3; grid-row:auto; min-height:390px; }
  body.mw-inner-page .mw-page .ad-grid-row { grid-template-columns:150px 1fr; }
  body.mw-inner-page .mw-page .ad-grid-row .helper-tip { grid-column:2; }
  body.mw-inner-page .mw-page .preview-grid { grid-template-columns:repeat(4,1fr); }
}

@media (max-width: 767.98px) {
  body.mw-inner-page .mw-page .mw-section,
body.mw-inner-page .mw-page .mw-section-sm { padding:46px 0; }
  body.mw-inner-page .mw-page .inner-hero { min-height:260px; }
  body.mw-inner-page .mw-page .benefit-strip .benefit-item { border-right:0; border-bottom:1px solid rgba(255,255,255,.18); }
  body.mw-inner-page .mw-page .results-toolbar { justify-content:space-between; }
  body.mw-inner-page .mw-page .results-toolbar .form-select { min-width:0; width:190px; }
  body.mw-inner-page .mw-page .vehicle-list-card { grid-template-columns:1fr; }
  body.mw-inner-page .mw-page .vehicle-list-card .vehicle-image { height:230px; }
  body.mw-inner-page .mw-page .vehicle-actions { grid-column:auto; flex-wrap:wrap; padding:14px 18px; }
  body.mw-inner-page .mw-page .vehicle-actions .price { width:100%; }
  body.mw-inner-page .mw-page .vehicle-actions .btn { flex:1; }
  body.mw-inner-page .mw-page .gallery-grid { grid-template-columns:1fr; }
  body.mw-inner-page .mw-page .gallery-main img { min-height:290px; }
  body.mw-inner-page .mw-page .gallery-thumbs { grid-template-columns:repeat(4,1fr); }
  body.mw-inner-page .mw-page .gallery-thumb img { min-height:78px; }
  body.mw-inner-page .mw-page .spec-strip { grid-template-columns:1fr 1fr; }
  body.mw-inner-page .mw-page .spec-strip > div:nth-child(2) { border-right:0; }
  body.mw-inner-page .mw-page .spec-strip > div:nth-child(-n/**/+2) { border-bottom:1px solid var(--mw-line); }
  body.mw-inner-page .mw-page .inspection-promo,
body.mw-inner-page .mw-page .service-hero-grid { grid-template-columns:1fr; }
  body.mw-inner-page .mw-page .dark-feature-grid { grid-template-columns:1fr; }
  body.mw-inner-page .mw-page .steps-grid,
body.mw-inner-page .mw-page .benefit-grid,
body.mw-inner-page .mw-page .offering-grid { grid-template-columns:1fr; }
  body.mw-inner-page .mw-page .review-grid { grid-template-columns:1fr; }
  body.mw-inner-page .mw-page .review-card.featured { padding-block:24px; }
  body.mw-inner-page .mw-page .large-form-card { padding:30px 22px; border-radius:18px; }
  body.mw-inner-page .mw-page .horizontal-form-row { grid-template-columns:1fr; gap:7px; }
  body.mw-inner-page .mw-page .horizontal-form-row label { text-align:left; }
  body.mw-inner-page .mw-page .inspection-form-card { padding:34px 22px; }
  body.mw-inner-page .mw-page .icon-steps { grid-template-columns:1fr 1fr; }
  body.mw-inner-page .mw-page .pricing-grid { grid-template-columns:1fr; }
  body.mw-inner-page .mw-page .video-search { grid-template-columns:1fr; }
  body.mw-inner-page .mw-page .video-search input,
body.mw-inner-page .mw-page .video-search button { border-radius:6px; }
  body.mw-inner-page .mw-page .video-search button { margin-top:8px; }
  body.mw-inner-page .mw-page .video-playlist { grid-template-columns:1fr; }
  body.mw-inner-page .mw-page .playlist-item { grid-template-columns:95px 1fr; }
  body.mw-inner-page .mw-page .blog-promo-grid { grid-template-columns:1fr; gap:20px; }
  body.mw-inner-page .mw-page .featured-post-grid { grid-template-columns:1fr; }
  body.mw-inner-page .mw-page .featured-post.large { grid-column:auto; min-height:320px; }
  body.mw-inner-page .mw-page .featured-post { min-height:260px; }
  body.mw-inner-page .mw-page .post-list-item { grid-template-columns:140px 1fr; }
  body.mw-inner-page .mw-page .post-list-item img { height:115px; }
  body.mw-inner-page .mw-page .ad-grid-row { grid-template-columns:1fr; gap:7px; }
  body.mw-inner-page .mw-page .ad-grid-row > label { padding-top:0; text-align:left; }
  body.mw-inner-page .mw-page .ad-grid-row .helper-tip { grid-column:auto; }
  body.mw-inner-page .mw-page .preview-grid { grid-template-columns:repeat(3,1fr); }
  body.mw-inner-page .mw-page .upload-rules { grid-template-columns:1fr; }
}

@media (max-width: 575.98px) {
  body.mw-inner-page .mw-page .page-heading { padding:25px 0 18px; }
  body.mw-inner-page .mw-page .inner-hero { min-height:230px; }
  body.mw-inner-page .mw-page .inner-hero h1 { font-size:2rem; }
  body.mw-inner-page .mw-page .vehicle-list-card .vehicle-image { height:210px; }
  body.mw-inner-page .mw-page .results-toolbar { align-items:stretch; flex-direction:column; }
  body.mw-inner-page .mw-page .results-toolbar .form-select { width:100%; }
  body.mw-inner-page .mw-page .car-grid,
body.mw-inner-page .mw-page .video-grid { grid-template-columns:1fr; }
  body.mw-inner-page .mw-page .card-scroller { grid-auto-columns:84%; }
  body.mw-inner-page .mw-page .detail-main-card { padding:18px; }
  body.mw-inner-page .mw-page .gallery-main img { min-height:250px; }
  body.mw-inner-page .mw-page .gallery-thumbs { grid-template-columns:1fr 1fr; }
  body.mw-inner-page .mw-page .option-card { padding:16px; }
  body.mw-inner-page .mw-page .dark-feature-grid { gap:48px; }
  body.mw-inner-page .mw-page .form-page-heading::after { max-width:85%; }
  body.mw-inner-page .mw-page .icon-steps { grid-template-columns:1fr 1fr; }
  body.mw-inner-page .mw-page .post-list-item { grid-template-columns:1fr; }
  body.mw-inner-page .mw-page .post-list-item img { height:210px; }
  body.mw-inner-page .mw-page .preview-grid { grid-template-columns:1fr 1fr; }
  body.mw-inner-page .mw-page .offering-card .icon { width:78px; }
}

/* Typography hard cap requested for all interactive labels as well. */
body.mw-inner-page .mw-page button,
body.mw-inner-page .mw-page .btn,
body.mw-inner-page .mw-page .search-bar button,
body.mw-inner-page .mw-page .newsletter button { font-weight: 700 !important; }

/* Laravel integration palette correction. */
body.mw-inner-page .mw-page .benefit-strip {background:linear-gradient(90deg,#111820,#d71920);}
body.mw-inner-page .mw-page .mw-static-ui-page .mw-page {font-family:Arial,Helvetica,sans-serif;}

body.mw-inner-page .mw-page .app-download {background:#fff1f2;overflow:hidden;}
body.mw-inner-page .mw-page .app-download h2 {margin-bottom:12px;}
body.mw-inner-page .mw-page .app-download .col-md-7 img {max-height:390px;object-fit:contain;}





/* === CONSOLIDATED CAR DETAIL COMPONENTS === */
/* Car detail page based on the supplied BilalMotors/MyWheels reference UI. */
.mw-reference-detail {
    --detail-primary: #d71920;
    --detail-primary-dark: #aa0f15;
    --detail-ink: #171a1f;
    --detail-muted: #69707a;
    --detail-line: #d9dadd;
    --detail-soft: #fff2f3;
    --detail-surface: #fff;
    color: var(--detail-ink);
    background: #fff;
    font-family: inherit;
}
.mw-reference-detail *,
.mw-reference-detail *::before,
.mw-reference-detail *::after { box-sizing: border-box; }
.mw-reference-detail h1,
.mw-reference-detail h2,
.mw-reference-detail h3,
.mw-reference-detail h4,
.mw-reference-detail h5,
.mw-reference-detail h6 { font-weight: 700; }
.mw-reference-detail img { max-width: 100%; }
/* .mw-reference-detail .container { max-width: 1200px; } */
.mw-reference-detail .detail-shell { padding: 44px 0 66px; background: var(--detail-soft); }
.mw-reference-detail .mw-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
    color: #777d86;
    font-size: .79rem;
}
.mw-reference-detail .mw-breadcrumb li + li::before { content: "/"; margin-right: 6px; color: #a9adb3; }
.mw-reference-detail .mw-breadcrumb a { color: #343940; }
.mw-reference-detail .mw-breadcrumb a:hover { color: var(--detail-primary); }
.mw-reference-detail .mw-card {
    background: var(--detail-surface);
    border: 1px solid #d6d7da;
    border-radius: 7px;
    box-shadow: 0 2px 8px rgba(17, 24, 32, .05);
}
.mw-reference-detail .detail-main-card { padding: 30px; }
.mw-reference-detail .detail-heading-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.mw-reference-detail .detail-main-card h1 {
    margin: 0 0 5px;
    font-size: clamp(1.55rem, 3vw, 2.18rem);
    line-height: 1.12;
    letter-spacing: -.025em;
    text-transform: uppercase;
}
.mw-reference-detail .detail-location { display: flex; align-items: center; gap: 7px; color: var(--detail-primary); font-size: .86rem; }
.mw-reference-detail .detail-heading-actions { display: flex; gap: 8px; }
.mw-reference-detail .detail-icon-button {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid #d8dade;
    border-radius: 50%;
    color: #747a83;
    background: #fff;
    transition: .2s ease;
}
.mw-reference-detail .detail-icon-button:hover,
.mw-reference-detail .detail-icon-button[aria-pressed="true"] { color: #fff; border-color: var(--detail-primary); background: var(--detail-primary); }

/* Gallery */
.mw-reference-detail .gallery-grid {
    display: grid;
    grid-template-columns: minmax(0, 2.05fr) minmax(190px, 1fr);
    gap: 8px;
    margin-top: 24px;
    height: 430px;
}
.mw-reference-detail .gallery-main {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #edf0f3;
}
.mw-reference-detail .gallery-main > img { width: 100%; height: 100%; display: block; object-fit: cover; }
.mw-reference-detail .gallery-nav {
    position: absolute;
    top: 50%;
    right: 12px;
    left: 12px;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}
.mw-reference-detail .gallery-nav button {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: rgba(17, 24, 32, .72);
    box-shadow: 0 5px 16px rgba(0, 0, 0, .2);
    pointer-events: auto;
}
.mw-reference-detail .gallery-nav button:hover { background: var(--detail-primary); }
.mw-reference-detail .gallery-counter {
    position: absolute;
    right: 13px;
    bottom: 13px;
    padding: 6px 10px;
    border-radius: 4px;
    color: #fff;
    background: rgba(0, 0, 0, .68);
    font-size: .74rem;
    font-weight: 700;
}
.mw-reference-detail .gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    gap: 8px;
    min-width: 0;
    max-height: 430px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
}
.mw-reference-detail .gallery-thumb {
    position: relative;
    min-width: 0;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 7px;
    background: #eef1f4;
}
.mw-reference-detail .gallery-thumb.active { border-color: var(--detail-primary); }
.mw-reference-detail .gallery-thumb img { width: 100%; height: 100%; min-height: 94px; display: block; object-fit: cover; }
.mw-reference-detail .gallery-more {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #fff;
    background: rgba(0, 0, 0, .58);
    font-size: 1.1rem;
    font-weight: 700;
}

/* Key specs and inspection */
.mw-reference-detail .spec-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 18px; border: 1px solid #8d9197; }
.mw-reference-detail .spec-strip > div {
    min-height: 92px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px;
    border-right: 1px solid #e1e3e6;
    text-align: center;
}
.mw-reference-detail .spec-strip > div:last-child { border-right: 0; }
.mw-reference-detail .spec-strip i { color: #715f60; font-size: 1.22rem; }
.mw-reference-detail .spec-strip span { color: #666d76; font-size: .77rem; }
.mw-reference-detail .inspection-promo {
    display: grid;
    grid-template-columns: 1.15fr .95fr;
    gap: 20px;
    align-items: center;
    margin-top: 18px;
    padding: 20px;
    border: 1px solid #8d9197;
    background: #fff;
}
.mw-reference-detail .inspection-copy small { display: block; margin-bottom: 2px; color: #30343a; font-size: .7rem; }
.mw-reference-detail .inspection-copy h2 { margin: 0 0 6px; color: var(--detail-primary); font-size: 1.25rem; }
.mw-reference-detail .inspection-copy p { margin: 0 0 8px; color: #4d535c; font-size: .75rem; }
.mw-reference-detail .inspection-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 3px 12px; margin: 0 0 14px; padding-left: 17px; color: #555b64; font-size: .68rem; }
.mw-reference-detail .inspection-copy .btn { border-radius: 4px; font-size: .72rem; font-weight: 700; }
.mw-reference-detail .inspection-promo > img { width: 100%; max-height: 230px; object-fit: contain; }

/* Tabs */
.mw-reference-detail .details-tabs { margin-top: 18px; border: 1px solid #8d9197; background: #fff; }
.mw-reference-detail .details-tabs .nav-tabs { gap: 0; padding: 0 8px; border-bottom: 1px solid #d9dbdf; background: #f7f7f7; }
.mw-reference-detail .details-tabs .nav-link {
    margin-bottom: 0;
    padding: 10px 18px;
    border: 0;
    border-radius: 0;
    color: #24282e;
    background: transparent;
    font-size: 1rem;
    font-weight: 700;
}
.mw-reference-detail .details-tabs .nav-link.active { color: #fff; background: var(--detail-primary); }
.mw-reference-detail .details-tabs .tab-content { padding: 14px; }
.mw-reference-detail .spec-table { width: 100%; border-collapse: collapse; font-size: .75rem; }
.mw-reference-detail .spec-table td { width: 25%; padding: 9px 11px; border-bottom: 1px solid #e3e5e8; vertical-align: top; }
.mw-reference-detail .spec-table tr:last-child td { border-bottom: 0; }
.mw-reference-detail .spec-table td:nth-child(odd) { color: #353a41; font-weight: 700; }
.mw-reference-detail .spec-table td:nth-child(even) { color: #686f78; }
.mw-reference-detail .detail-description { color: #4a5059; font-size: .84rem; line-height: 1.75; white-space: pre-line; }
.mw-reference-detail .detail-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.mw-reference-detail .detail-feature-grid span { display: flex; align-items: center; gap: 8px; padding: 9px 10px; border: 1px solid #e2e4e7; border-radius: 4px; color: #4b5159; background: #fafafa; font-size: .75rem; }
.mw-reference-detail .detail-feature-grid i { color: #168a4c; }
.mw-reference-detail .detail-empty-copy { grid-column: 1 / -1; margin: 0; color: #777d85; }

/* Sidebar */
.mw-reference-detail .detail-sidebar { position: sticky; top: 92px; }
.mw-reference-detail .detail-sidebar .mw-card { margin-bottom: 18px; overflow: hidden; }
.mw-reference-detail .detail-price { padding: 22px 20px; text-align: center; }
.mw-reference-detail .detail-status-badges { display: flex; justify-content: center; gap: 8px; margin-bottom: 9px; }
.mw-reference-detail .detail-status-badges span { display: inline-flex; align-items: center; gap: 4px; padding: 4px 7px; border: 1px solid #b8c1ca; border-radius: 3px; color: #3c5c7d; background: #fff; font-size: .63rem; font-weight: 700; text-transform: uppercase; }
.mw-reference-detail .detail-status-badges i { color: var(--detail-primary); }
.mw-reference-detail .detail-price .amount { margin: 7px 0 16px; color: #111; font-size: clamp(1.55rem, 3vw, 2rem); font-weight: 700; }
.mw-reference-detail .negotiable-label { display: inline-block; margin: -7px 0 12px; padding: 3px 8px; border-radius: 99px; color: #166534; background: #dcfce7; font-size: .7rem; font-weight: 700; }
.mw-reference-detail .detail-price .btn { width: 100%; min-height: 50px; margin-top: 10px; border-radius: 4px; font-weight: 700; }
.mw-reference-detail .detail-call-button { display: flex; align-items: center; justify-content: center; gap: 13px; border: 1px solid #f2b400; color: #111; background: #ffbd00; box-shadow: 0 4px 0 rgba(0,0,0,.12); }
.mw-reference-detail .detail-call-button:hover { color: #111; background: #f5b500; }
.mw-reference-detail .detail-call-button i { font-size: 1.3rem; }
.mw-reference-detail .detail-call-button span { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.15; font-size: .7rem; }
.mw-reference-detail .detail-call-button strong { display: block; font-size: .91rem; }
.mw-reference-detail .detail-message-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; color: #fff; background: #333; border-color: #333; box-shadow: 0 4px 0 rgba(0,0,0,.12); }
.mw-reference-detail .detail-message-button:hover { color: #fff; background: #222; }
.mw-reference-detail .detail-message-button:disabled { opacity: .55; }
.mw-reference-detail .detail-private-contact { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 50px; margin-top: 10px; border: 1px solid #e0e2e5; border-radius: 4px; color: #6f757e; background: #f6f7f8; font-size: .78rem; }
.mw-reference-detail .sidebar-title { margin: 0; padding: 15px 18px; color: #fff; background: var(--detail-primary); font-size: 1.08rem; text-align: center; }
.mw-reference-detail .sidebar-body { padding: 23px; color: #292d33; font-size: .83rem; }
.mw-reference-detail .sidebar-body p { margin-bottom: 13px; }
.mw-reference-detail .seller-meta { display: flex; flex-wrap: wrap; gap: 10px 14px; padding-top: 13px; border-top: 1px solid #e4e6e9; color: #777d85; font-size: .68rem; }
.mw-reference-detail .seller-meta span { display: inline-flex; align-items: center; gap: 5px; }
.mw-reference-detail .safety-list { margin: 0 0 18px; padding-left: 21px; }
.mw-reference-detail .safety-list li { margin-bottom: 7px; line-height: 1.25; }
.mw-reference-detail .mw-link { color: var(--detail-primary); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

/* Similar cars */
.mw-reference-detail .similar-cars-section { padding: 52px 0 10px; }
.mw-reference-detail .mw-section-title { margin: 0 0 22px 62px; font-size: 1.35rem; line-height: 1.2; text-transform: uppercase; }
.mw-reference-detail .mw-section-title::after { content: ""; display: block; width: 70px; height: 3px; margin-top: 9px; background: var(--detail-primary); }
.mw-reference-detail .card-scroller {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(235px, 1fr);
    gap: 18px;
    overflow-x: auto;
    padding: 5px 48px 22px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
}
.mw-reference-detail .mini-car-card { position: relative; width: 100%; overflow: hidden; border: 1px solid #d9dbde; border-radius: 8px; background: #fff; box-shadow: 0 5px 12px rgba(15, 23, 42, .12); scroll-snap-align: start; }
.mw-reference-detail .mini-car-image { display: block; overflow: hidden; background: #eef0f2; }
.mw-reference-detail .mini-car-card img { width: 100%; aspect-ratio: 4 / 3; display: block; object-fit: cover; transition: transform .25s ease; }
.mw-reference-detail .mini-car-card:hover img { transform: scale(1.025); }
.mw-reference-detail .mini-car-card .body { padding: 13px; }
.mw-reference-detail .mini-car-card h3 { min-height: 36px; margin: 0 0 8px; font-size: .78rem; line-height: 1.35; text-transform: uppercase; }
.mw-reference-detail .mini-car-card h3 a { color: #1c2026; }
.mw-reference-detail .mini-car-card .meta { display: flex; flex-wrap: wrap; gap: 7px 11px; color: #737983; font-size: .62rem; }
.mw-reference-detail .mini-car-card .meta span { display: inline-flex; align-items: center; gap: 4px; }
.mw-reference-detail .mini-car-card .bottom { display: flex; align-items: center; justify-content: space-between; gap: 9px; margin-top: 12px; }
.mw-reference-detail .mini-car-card .price { color: var(--detail-primary); font-size: .76rem; font-weight: 700; }
.mw-reference-detail .mini-car-card .btn { padding: .28rem .62rem; border-radius: 3px; font-size: .63rem; }
.mw-reference-detail .favorite-btn { position: absolute; top: 9px; right: 9px; z-index: 2; display: grid; width: 31px; height: 31px; place-items: center; padding: 0; border: 0; border-radius: 50%; color: #8d939b; background: #fff; box-shadow: 0 4px 10px rgba(0,0,0,.15); }
.mw-reference-detail .favorite-btn[aria-pressed="true"] { color: #fff; background: var(--detail-primary); }

/* Lower information and app */
.mw-reference-detail .content-prose { padding: 28px 62px 8px; color: #383e46; font-size: .82rem; line-height: 1.8; }
.mw-reference-detail .content-prose h2 { margin: 0 0 12px; font-size: 1.35rem; text-transform: uppercase; }
.mw-reference-detail .content-prose p { margin-bottom: 13px; }
.mw-reference-detail .app-download { overflow: hidden; background: #fff; }
.mw-reference-detail .app-download h2 { margin-bottom: 12px; color: var(--detail-primary); font-size: 1.55rem; }
.mw-reference-detail .app-download p { max-width: 460px; color: #585e67; }
.mw-reference-detail .app-download .col-md-7 > img { width: 100%; max-height: 320px; object-fit: contain; }

@media (max-width: 1199.98px) {
    .mw-reference-detail .gallery-grid { height: 390px; grid-template-columns: minmax(0, 2fr) minmax(165px, .9fr); }
    .mw-reference-detail .gallery-thumbs { max-height: 390px; }
    .mw-reference-detail .detail-main-card { padding: 24px; }
}
@media (max-width: 991.98px) {
    .mw-reference-detail .detail-sidebar { position: static; }
    .mw-reference-detail .detail-shell { padding-top: 30px; }
    .mw-reference-detail .gallery-grid { height: 430px; }
    .mw-reference-detail .card-scroller { padding-inline: 0; }
    .mw-reference-detail .mw-section-title,
    .mw-reference-detail .content-prose { margin-left: 0; padding-left: 0; padding-right: 0; }
}
@media (max-width: 767.98px) {
    .mw-reference-detail .detail-main-card { padding: 18px; }
    .mw-reference-detail .detail-heading-row { gap: 12px; }
    .mw-reference-detail .gallery-grid { height: auto; grid-template-columns: 1fr; }
    .mw-reference-detail .gallery-main { aspect-ratio: 4 / 3; }
    .mw-reference-detail .gallery-thumbs { grid-template-columns: repeat(4, minmax(96px, 1fr)); grid-auto-flow: column; grid-auto-columns: 112px; max-height: none; overflow-x: auto; overflow-y: hidden; }
    .mw-reference-detail .gallery-thumb { height: 82px; }
    .mw-reference-detail .gallery-thumb img { min-height: 0; }
    .mw-reference-detail .spec-strip { grid-template-columns: repeat(2, 1fr); }
    .mw-reference-detail .spec-strip > div:nth-child(2) { border-right: 0; }
    .mw-reference-detail .spec-strip > div:nth-child(-n+2) { border-bottom: 1px solid #e1e3e6; }
    .mw-reference-detail .inspection-promo { grid-template-columns: 1fr; }
    .mw-reference-detail .inspection-promo > img { order: -1; max-height: 190px; }
    .mw-reference-detail .detail-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mw-reference-detail .spec-table { min-width: 620px; }
    .mw-reference-detail .card-scroller { grid-auto-columns: 78%; }
    .mw-reference-detail .content-prose { padding-top: 18px; }
}
@media (max-width: 479.98px) {
    .mw-reference-detail .detail-shell { padding: 24px 0 44px; }
    .mw-reference-detail .detail-main-card { padding: 14px; }
    .mw-reference-detail .detail-heading-actions { flex-direction: column; }
    .mw-reference-detail .detail-icon-button { width: 35px; height: 35px; }
    .mw-reference-detail .gallery-main { aspect-ratio: 1 / .8; }
    .mw-reference-detail .gallery-thumbs { grid-template-columns: repeat(3, 95px); grid-auto-columns: 95px; }
    .mw-reference-detail .spec-strip > div { min-height: 80px; }
    .mw-reference-detail .details-tabs .nav-tabs { flex-wrap: nowrap; overflow-x: auto; padding: 0; }
    .mw-reference-detail .details-tabs .nav-link { white-space: nowrap; padding-inline: 13px; }
    .mw-reference-detail .detail-feature-grid { grid-template-columns: 1fr; }
    .mw-reference-detail .card-scroller { grid-auto-columns: 88%; }
    .mw-reference-detail .detail-price,
    .mw-reference-detail .sidebar-body { padding: 18px; }
    .mw-reference-detail .app-download .d-flex img { width: 135px; }
}

/* === COMPACT REUSABLE INNER-PAGE REFINEMENTS === */
body.mw-inner-page {
  --mw-inner-section-space: clamp(32px, 4vw, 52px);
  --mw-inner-shadow-sm: 0 5px 18px rgba(12,22,38,.055);
  --mw-inner-shadow-md: 0 14px 34px rgba(12,22,38,.10);
}
body.mw-inner-page main .mw-page .mw-section { padding: clamp(34px, 4vw, 50px) 0; }
body.mw-inner-page main .mw-page .mw-section-sm { padding: clamp(26px, 3.2vw, 38px) 0; }
body.mw-inner-page main .mw-page .mw-section-title { margin-bottom: 20px; }
body.mw-inner-page main .mw-page .mw-section-title.centered { text-align: center; }
body.mw-inner-page main .mw-page .mw-section-title.centered::after { margin-inline: auto; }
body.mw-inner-page main .mw-page .mw-card,
body.mw-inner-page main .mw-page .option-card,
body.mw-inner-page main .mw-page .feature-row-card,
body.mw-inner-page main .mw-page .review-card,
body.mw-inner-page main .mw-page .pricing-card,
body.mw-inner-page main .mw-page .large-form-card,
body.mw-inner-page main .mw-page .inspection-form-card { border-radius: 12px; box-shadow: var(--mw-inner-shadow-sm); }
body.mw-inner-page main .mw-page .pink-hero { padding: clamp(36px,4vw,52px) 0; }
body.mw-inner-page main .mw-page .option-grid { gap: 14px; max-width: 1060px; margin-top: 22px; }
body.mw-inner-page main .mw-page .option-card { padding: 14px; text-align: left; }
body.mw-inner-page main .mw-page .option-card.featured { transform: none; border-color: rgba(215,25,32,.3); }
body.mw-inner-page main .mw-page .option-card img { aspect-ratio: 16 / 9; object-fit: cover; border-radius: 9px; }
body.mw-inner-page main .mw-page .option-card h3 { margin: 11px 0 8px; font-size: .98rem; }
body.mw-inner-page main .mw-page .check-list li { margin-bottom: 5px; font-size: .76rem; line-height: 1.45; }
body.mw-inner-page main .mw-page .feature-row-card { padding: 18px 16px; }
body.mw-inner-page main .mw-page .feature-row-card i { width: 48px; height: 48px; margin-bottom: 9px; font-size: 1.25rem; }
body.mw-inner-page main .mw-page .video-frame img { aspect-ratio: 16/7.5; max-height: 430px; }
body.mw-inner-page main .mw-page .play-overlay i { width: 54px; height: 54px; font-size: 1.15rem; }
body.mw-inner-page main .mw-page .benefit-strip .benefit-item { min-height: 76px; padding: 12px 10px; }
body.mw-inner-page main .mw-page .benefit-strip i { font-size: 1.35rem; }
body.mw-inner-page main .mw-page .app-download { padding-block: 34px !important; }
body.mw-inner-page main .mw-page .app-download .col-md-7 img { max-height: 260px; }
body.mw-inner-page main .mw-page .content-prose { max-width: 920px; }
body.mw-inner-page main .mw-page .content-prose h2 { margin: 24px 0 8px; font-size: 1.28rem; }
body.mw-inner-page main .mw-page .content-prose h3 { margin: 16px 0 6px; font-size: 1rem; }
body.mw-inner-page main .mw-page .content-prose p,
body.mw-inner-page main .mw-page .content-prose li { margin-bottom: 10px; font-size: .86rem; line-height: 1.7; }

/* Shared service / feature cards */
body.mw-inner-page main .mw-page .dark-feature-grid { gap: 42px 10px; }
body.mw-inner-page main .mw-page .dark-feature { min-height: 126px; padding: 34px 14px 16px; border-radius: 10px; background: #182334; }
body.mw-inner-page main .mw-page .dark-feature .icon { top: -28px; width: 56px; height: 56px; font-size: 1.1rem; }
body.mw-inner-page main .mw-page .dark-feature h3 { margin-bottom: 5px; font-size: .84rem; color: #fff; }
body.mw-inner-page main .mw-page .dark-feature p { font-size: .68rem; }
body.mw-inner-page main .mw-page .steps-grid,
body.mw-inner-page main .mw-page .benefit-grid { gap: 14px 34px; }
body.mw-inner-page main .mw-page .step-check { padding-left: 24px; font-size: .82rem; }
body.mw-inner-page main .mw-page .benefit-copy { padding-left: 26px; }
body.mw-inner-page main .mw-page .benefit-copy h3 { margin-bottom: 4px; font-size: .92rem; }
body.mw-inner-page main .mw-page .benefit-copy p { font-size: .78rem; }
body.mw-inner-page main .mw-page .review-grid { gap: 12px; }
body.mw-inner-page main .mw-page .review-card,
body.mw-inner-page main .mw-page .review-card.featured { padding: 17px; }
body.mw-inner-page main .mw-page .reviewer { margin-bottom: 9px; }
body.mw-inner-page main .mw-page .reviewer .avatar { width: 40px; height: 40px; font-size: 1rem; }
body.mw-inner-page main .mw-page .review-card p { margin-bottom: 8px; color: var(--mw-inner-muted); font-size: .78rem; line-height: 1.55; }
body.mw-inner-page main .mw-page .faq-light .faq-item { margin-bottom: 7px; border-color: var(--mw-inner-border); border-radius: 9px; overflow: hidden; }
body.mw-inner-page main .mw-page .faq-light .faq-question { padding: 11px 13px; font-size: .8rem; }
body.mw-inner-page main .mw-page .faq-light .faq-answer p { margin: 0; padding: 0 13px 12px; font-size: .78rem; line-height: 1.6; }
body.mw-inner-page main .mw-page .offering-grid { gap: 10px 18px; }
body.mw-inner-page main .mw-page .offering-card { min-height: 68px; }
body.mw-inner-page main .mw-page .offering-card .icon { width: 72px; font-size: 1.25rem; }

/* Reusable compact service form shell */
body.mw-inner-page main .mw-page .form-page-wrap { padding: clamp(34px,4vw,50px) 0; background: var(--mw-inner-soft); }
body.mw-inner-page main .mw-page .form-page-heading { max-width: 760px; margin-bottom: 24px; }
body.mw-inner-page main .mw-page .form-page-heading h1 { margin-bottom: 7px; font-size: clamp(1.55rem,2.5vw,2rem); }
body.mw-inner-page main .mw-page .form-page-heading p { margin: 0; color: var(--mw-inner-muted); font-size: .88rem; }
body.mw-inner-page main .mw-page .form-page-heading::after { width: 92px; margin-top: 12px; }
body.mw-inner-page main .mw-page .large-form-card { max-width: 880px; padding: 26px 32px; border: 1px solid var(--mw-inner-border); }
body.mw-inner-page main .mw-page .horizontal-form-row { grid-template-columns: 150px minmax(0,1fr); gap: 14px; margin-bottom: 11px; }
body.mw-inner-page main .mw-page .horizontal-form-row label { font-size: .79rem; }
body.mw-inner-page main .mw-page .horizontal-form-row .form-control,
body.mw-inner-page main .mw-page .horizontal-form-row .form-select { min-height: 42px; font-size: .84rem; }
body.mw-inner-page main .mw-page .form-terms { margin: 20px 0 14px; }
body.mw-inner-page main .mw-page .inspection-form-card { max-width: 820px; padding: 28px 34px; }
body.mw-inner-page main .mw-page .inspection-form-card .form-control,
body.mw-inner-page main .mw-page .inspection-form-card .form-select { min-height: 42px; border-radius: 8px; }
body.mw-inner-page main .mw-page .icon-steps { gap: 8px; }
body.mw-inner-page main .mw-page .icon-step { padding: 12px 8px; }
body.mw-inner-page main .mw-page .pricing-grid { gap: 12px; }
body.mw-inner-page main .mw-page .pricing-card { padding: 15px; }
body.mw-inner-page main .mw-page .pricing-card img { height: 90px; }

/* Stock-photo treatment: real photography, no dummy/placeholder presentation. */
body.mw-inner-page main .mw-page .mw-stock-photo,
body.mw-inner-page main .mw-page img[data-mw-stock-photo] { width: 100%; display: block; object-fit: cover; object-position: center; border-radius: 10px; background: #e9edf2; }
body.mw-inner-page main .mw-page .service-hero-grid .visual .mw-stock-photo { max-height: 320px; aspect-ratio: 16/10; }
body.mw-inner-page main .mw-page .steps-banner .mw-stock-photo { max-height: 260px; aspect-ratio: 4/3; }
body.mw-inner-page main .mw-page .mini-car-card img { aspect-ratio: 16/10; object-fit: cover; }
body.mw-inner-page main .mw-page .hero-marketplace {
  background-image: linear-gradient(90deg,rgba(7,13,22,.9),rgba(7,13,22,.44)), url('https://images.unsplash.com/photo-1616591938203-9b5630a01006?auto=format&fit=crop&w=1800&q=78');
}
body.mw-inner-page main .mw-page .hero-videos {
  background-image: linear-gradient(rgba(7,13,22,.72),rgba(7,13,22,.72)), url('https://images.unsplash.com/photo-1777175013243-434128865428?auto=format&fit=crop&w=1800&q=78');
}

/* Auctions */
body.mw-inner-page.mw-auctions-page main .used-cars-hero { padding: 32px 0; }
body.mw-inner-page.mw-auctions-page main .used-cars-page { padding-top: 22px; }
body.mw-inner-page.mw-auctions-page main .mw-auction-filter { margin-bottom: 16px !important; padding: 12px !important; }
body.mw-inner-page.mw-auctions-page main .mw-auction-filter .row { --bs-gutter-x: .7rem; --bs-gutter-y: .7rem; }
body.mw-inner-page.mw-auctions-page main .mw-auction-filter .form-control,
body.mw-inner-page.mw-auctions-page main .mw-auction-filter .form-select,
body.mw-inner-page.mw-auctions-page main .mw-auction-filter .btn { min-height: 40px; font-size: .8rem; }
body.mw-inner-page.mw-auctions-page main .auction-grid { gap: 12px; }
body.mw-inner-page.mw-auctions-page main .auction-card .reference-car-image { aspect-ratio: 16/10; background: #f0f2f5; }
body.mw-inner-page.mw-auctions-page main .auction-card .reference-car-image img { object-fit: contain; }
body.mw-inner-page.mw-auctions-page main .auction-card .card-body { padding: 13px; }
body.mw-inner-page.mw-auctions-page main .auction-card h5 { margin-bottom: 5px; font-size: .92rem; }
body.mw-inner-page.mw-auctions-page main .auction-card p { margin-bottom: 7px !important; font-size: .72rem; }
body.mw-inner-page.mw-auctions-page main .auction-card-price strong { font-size: 1.08rem; }
body.mw-inner-page.mw-auctions-page main .auction-countdown { margin-top: 8px !important; padding: 8px 9px; font-size: .74rem; }
body.mw-inner-page.mw-auctions-page main .auction-card .btn { min-height: 36px; margin-top: 9px !important; font-size: .76rem; }

/* Vehicle detail */
body.mw-inner-page.mw-detail-body main .mw-reference-detail .detail-shell { padding: 24px 0 44px; }
body.mw-inner-page.mw-detail-body main .mw-reference-detail .row.g-4 { --bs-gutter-x: 1rem; --bs-gutter-y: 1rem; }
body.mw-inner-page.mw-detail-body main .mw-reference-detail .detail-main-card { padding: 16px; }
body.mw-inner-page.mw-detail-body main .mw-reference-detail .detail-heading-row { margin-bottom: 12px; }
body.mw-inner-page.mw-detail-body main .mw-reference-detail .detail-heading-row h1 { font-size: clamp(1.35rem,2.3vw,1.85rem); }
body.mw-inner-page.mw-detail-body main .mw-reference-detail .gallery-main { background: #f1f3f6; }
body.mw-inner-page.mw-detail-body main .mw-reference-detail .gallery-main > img { width: 100%; max-height: 470px; object-fit: contain; }
body.mw-inner-page.mw-detail-body main .mw-reference-detail .gallery-thumb img { object-fit: cover; }
body.mw-inner-page.mw-detail-body main .mw-reference-detail .spec-strip { margin-top: 12px; }
body.mw-inner-page.mw-detail-body main .mw-reference-detail .spec-strip > div { min-height: 68px; gap: 4px; }
body.mw-inner-page.mw-detail-body main .mw-reference-detail .inspection-promo { margin-top: 12px; padding: 12px; gap: 12px; }
body.mw-inner-page.mw-detail-body main .mw-reference-detail .inspection-promo img { max-height: 175px; border-radius: 9px; object-fit: cover; }
body.mw-inner-page.mw-detail-body main .mw-reference-detail .details-tabs { margin-top: 12px; }
body.mw-inner-page.mw-detail-body main .mw-reference-detail .details-tabs .tab-content { padding: 12px; }
body.mw-inner-page.mw-detail-body main .mw-reference-detail .detail-sidebar .mw-card { margin-bottom: 12px; }
body.mw-inner-page.mw-detail-body main .mw-reference-detail .detail-price { padding: 15px; }
body.mw-inner-page.mw-detail-body main .mw-reference-detail .detail-price .amount { margin: 7px 0 12px; font-size: 1.45rem; }
body.mw-inner-page.mw-detail-body main .mw-reference-detail .sidebar-title { padding: 11px 13px; font-size: .95rem; }
body.mw-inner-page.mw-detail-body main .mw-reference-detail .sidebar-body { padding: 13px; }
body.mw-inner-page.mw-detail-body main .mw-reference-detail .similar-cars-section { margin-top: 26px; }

/* Dynamic blog/video pages */
body.mw-inner-page main .mw-content-page { padding: 30px 0 50px; }
body.mw-inner-page main .mw-content-head { margin-bottom: 18px; }
body.mw-inner-page main .mw-blog-list { gap: 12px; }
body.mw-inner-page main .mw-blog-item img { aspect-ratio: 16/9; }
body.mw-inner-page main .mw-blog-item > div { padding: 13px; }
body.mw-inner-page main .mw-blog-item h2 { margin: 6px 0; font-size: .98rem; }
body.mw-inner-page main .mw-blog-item p { font-size: .8rem; line-height: 1.55; }
body.mw-inner-page main .mw-article-page { padding: 26px 0 50px; }
body.mw-inner-page main .mw-article-wrap { max-width: 860px; }
body.mw-inner-page main .mw-article-cover { max-height: 390px; }
body.mw-inner-page main .mw-article-body { padding: clamp(20px,3.5vw,36px); }
body.mw-inner-page main .mw-article-copy { margin-top: 20px; font-size: .9rem; line-height: 1.75; }
body.mw-inner-page main .mw-video-page,
body.mw-inner-page main .mw-video-detail { padding: 30px 0 50px; }
body.mw-inner-page main .mw-video-head { margin-bottom: 18px; }
body.mw-inner-page main .mw-video-list { gap: 12px; }
body.mw-inner-page main .mw-video-item > div:last-child { padding: 15px 13px 13px; }
body.mw-inner-page main .mw-video-item h2 { font-size: .95rem; }
body.mw-inner-page main .mw-video-frame { border-radius: 12px; }
body.mw-inner-page main .mw-video-copy { padding: 20px 0; }

/* Auth/account */
body.mw-inner-page main .mw-auth-wrap { min-height: calc(100vh - 220px); padding: 30px 0 44px; }
body.mw-inner-page main .mw-auth-card { max-width: 470px; padding: 24px 26px; border-radius: 14px; box-shadow: var(--mw-inner-shadow-sm); }
body.mw-inner-page main .mw-auth-card .mb-4 { margin-bottom: 1rem !important; }
body.mw-inner-page main .mw-auth-card h1 { font-size: clamp(1.5rem,2.4vw,1.9rem); }
body.mw-inner-page main .mw-auth-card .form-control { min-height: 42px; }
body.mw-inner-page main .mw-auth-card .btn-lg { min-height: 44px; }
body.mw-inner-page main .mw-auth-card .mw-social-btn { min-height: 42px; }
body.mw-inner-page main .mw-section.mw-section-soft { padding: 34px 0 52px; }
body.mw-inner-page main .mw-section.mw-section-soft .mw-feature-box { padding: 16px; }
body.mw-inner-page main .mw-section.mw-section-soft .card-header { padding: 14px 16px !important; }
body.mw-inner-page main .mw-section.mw-section-soft .card-body.p-4,
body.mw-inner-page main .mw-section.mw-section-soft .card-body.p-lg-5 { padding: 20px !important; }

/* Legal / success */
body.mw-inner-page main > .container.py-5 { padding-top: 32px !important; padding-bottom: 46px !important; }
body.mw-inner-page main > .container.py-5 > .mw-detail-section { padding: 26px 28px; }
body.mw-inner-page main .mw-success-card { margin: 6px auto; padding: 28px 26px; }
body.mw-inner-page main .mw-success-icon { width: 58px; height: 58px; margin-bottom: 12px; }

@media (max-width: 991.98px) {
  body.mw-inner-page main .mw-page .large-form-card { padding: 24px; }
  body.mw-inner-page main .mw-page .horizontal-form-row { grid-template-columns: 130px minmax(0,1fr); }
  body.mw-inner-page.mw-auctions-page main .auction-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 767.98px) {
  body.mw-inner-page main .mw-page .mw-section { padding: 30px 0; }
  body.mw-inner-page main .mw-page .mw-section-sm { padding: 24px 0; }
  body.mw-inner-page main .mw-page .option-grid { grid-template-columns: 1fr; }
  body.mw-inner-page main .mw-page .option-card { padding: 12px; }
  body.mw-inner-page main .mw-page .option-card img { aspect-ratio: 16/8.5; }
  body.mw-inner-page main .mw-page .large-form-card { padding: 18px 16px; }
  body.mw-inner-page main .mw-page .horizontal-form-row { grid-template-columns: 1fr; gap: 5px; margin-bottom: 10px; }
  body.mw-inner-page main .mw-page .horizontal-form-row label { text-align: left; }
  body.mw-inner-page main .mw-page .service-hero-grid { grid-template-columns: 1fr; gap: 18px; }
  body.mw-inner-page main .mw-page .dark-feature-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 38px 8px; }
  body.mw-inner-page main .mw-page .review-grid { grid-template-columns: 1fr; }
  body.mw-inner-page.mw-auctions-page main .used-cars-hero { padding: 26px 0; }
  body.mw-inner-page.mw-auctions-page main .auction-grid { grid-template-columns: 1fr; }
  body.mw-inner-page.mw-detail-body main .mw-reference-detail .detail-shell { padding-top: 18px; }
  body.mw-inner-page.mw-detail-body main .mw-reference-detail .detail-main-card { padding: 12px; }
  body.mw-inner-page.mw-detail-body main .mw-reference-detail .gallery-main > img { max-height: 360px; }
  body.mw-inner-page main .mw-content-search,
  body.mw-inner-page main .mw-video-search { flex-direction: row; }
  body.mw-inner-page main .mw-content-search button,
  body.mw-inner-page main .mw-video-search button { width: auto; }
}
@media (max-width: 575.98px) {
  body.mw-inner-page main .mw-page .dark-feature-grid { grid-template-columns: 1fr; }
  body.mw-inner-page main .mw-page .steps-grid,
  body.mw-inner-page main .mw-page .benefit-grid,
  body.mw-inner-page main .mw-page .offering-grid { grid-template-columns: 1fr; }
  body.mw-inner-page main .mw-page .app-download .d-flex { flex-wrap: wrap; }
  body.mw-inner-page main .mw-page .app-download .d-flex img { width: 135px; height: auto; }
  body.mw-inner-page main .mw-auth-card { margin-inline: 2px; padding: 20px 16px; }
  body.mw-inner-page main .mw-content-search,
  body.mw-inner-page main .mw-video-search { flex-direction: column; }
  body.mw-inner-page main .mw-content-search button,
  body.mw-inner-page main .mw-video-search button { width: 100%; }
  body.mw-inner-page.mw-detail-body main .mw-reference-detail .gallery-main > img { max-height: 300px; }
}


/* === INNER PAGE POLISH PASS: COMPACT + REUSABLE === */
/* Service form wrappers share one visual shell; pages only provide the photo token. */
body.mw-inner-page main .mw-page .form-page-wrap {
  --mw-service-photo: none;
  position: relative;
  isolation: isolate;
  background-color: var(--mw-inner-soft);
  background-image:
    linear-gradient(180deg, rgba(245,247,250,.93), rgba(245,247,250,.985) 34%, rgba(245,247,250,1) 72%),
    var(--mw-service-photo);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
body.mw-inner-page main .mw-page .mw-sell-it-form {
  --mw-service-photo: url('https://images.unsplash.com/photo-1761014586555-947a9555d302?auto=format&fit=crop&w=1800&q=78');
}
body.mw-inner-page main .mw-page .mw-live-auction-form {
  --mw-service-photo: url('https://images.unsplash.com/photo-1742455052542-15468e13cbde?auto=format&fit=crop&w=1800&q=78');
}
body.mw-inner-page main .mw-page .mw-car-mela-form {
  --mw-service-photo: url('https://images.unsplash.com/photo-1616591938203-9b5630a01006?auto=format&fit=crop&w=1800&q=78');
}
body.mw-inner-page main .mw-page .mw-transfer-page {
  --mw-service-photo: url('https://images.unsplash.com/photo-1761014586555-947a9555d302?auto=format&fit=crop&w=1800&q=78');
}
body.mw-inner-page main .mw-page .form-page-heading {
  padding: 16px 18px;
  border: 1px solid rgba(227,231,237,.92);
  border-radius: 12px;
  background: rgba(255,255,255,.90);
  box-shadow: 0 4px 16px rgba(12,22,38,.045);
  backdrop-filter: blur(5px);
}
body.mw-inner-page main .mw-page .form-page-heading::after { margin-bottom: 0; }
body.mw-inner-page main .mw-page .large-form-card { background: rgba(255,255,255,.98); }

/* Inspection uses the same white/red language instead of an unrelated dark form card. */
body.mw-inner-page.mw-static-car-inspection main .inspection-intro {
  background: linear-gradient(135deg,#fff 0%,#fff6f6 100%);
}
body.mw-inner-page.mw-static-car-inspection main .inspection-intro .visual img {
  width: 100%;
  max-height: 330px;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: var(--mw-inner-shadow-md);
}
body.mw-inner-page.mw-static-car-inspection main .inspection-form-card {
  color: var(--mw-inner-text);
  background: #fff;
  border: 1px solid var(--mw-inner-border);
}
body.mw-inner-page.mw-static-car-inspection main .inspection-form-card .mw-section-title { color: var(--mw-inner-text); }
body.mw-inner-page.mw-static-car-inspection main .inspection-form-card .btn-warning {
  color: #fff;
  background: var(--mw-inner-accent);
  border-color: var(--mw-inner-accent);
}
body.mw-inner-page.mw-static-car-inspection main .inspection-form-card .btn-warning:hover,
body.mw-inner-page.mw-static-car-inspection main .inspection-form-card .btn-warning:focus {
  color: #fff;
  background: var(--mw-inner-accent-dark);
  border-color: var(--mw-inner-accent-dark);
}
body.mw-inner-page.mw-static-car-inspection main .promo-wide {
  max-width: var(--mw-inner-container);
  margin: 0 auto;
  padding: 0 12px;
}
body.mw-inner-page.mw-static-car-inspection main .promo-wide img {
  width: 100%;
  max-height: 330px;
  object-fit: cover;
  border-radius: 14px;
}
body.mw-inner-page.mw-static-car-inspection main .diagram-wrap img {
  max-height: 350px;
  object-fit: contain;
}
body.mw-inner-page.mw-static-car-inspection main .pricing-card img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  border-radius: 9px;
}

/* Auction cards follow the same density as the approved used-car listing. */
body.mw-inner-page.mw-auctions-page main .auction-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
body.mw-inner-page.mw-auctions-page main .auction-card { box-shadow: 0 4px 14px rgba(12,22,38,.05); }
body.mw-inner-page.mw-auctions-page main .auction-card .reference-car-image { aspect-ratio: 16 / 9; }
body.mw-inner-page.mw-auctions-page main .auction-card .reference-car-image img { object-fit: contain; padding: 3px; }
body.mw-inner-page.mw-auctions-page main .auction-card .small { font-size: .7rem; }
body.mw-inner-page.mw-auctions-page main .production-pagination { margin-top: 18px !important; }

/* Detail page keeps complete data but reduces dead space. */
body.mw-inner-page.mw-detail-body main .mw-reference-detail { font-family: inherit; }
body.mw-inner-page.mw-detail-body main .mw-reference-detail .gallery-grid { height: 390px; margin-top: 14px; }
body.mw-inner-page.mw-detail-body main .mw-reference-detail .gallery-thumbs { max-height: 390px; }
body.mw-inner-page.mw-detail-body main .mw-reference-detail .detail-location { font-size: .78rem; }
body.mw-inner-page.mw-detail-body main .mw-reference-detail .detail-description { font-size: .8rem; line-height: 1.65; }
body.mw-inner-page.mw-detail-body main .mw-reference-detail .details-tabs .nav-link { padding: 9px 13px; font-size: .84rem; }
body.mw-inner-page.mw-detail-body main .mw-reference-detail .spec-table td { padding: 7px 9px; }
body.mw-inner-page.mw-detail-body main .mw-reference-detail .detail-feature-grid span { padding: 7px 8px; }
body.mw-inner-page.mw-detail-body main .mw-reference-detail .card-scroller { gap: 12px; padding-bottom: 14px; }

/* Post / edit car form shares the same compact field metrics as service forms. */
body.mw-inner-page main .mw-form-container { max-width: 1000px; padding-top: 22px; padding-bottom: 46px; }
body.mw-inner-page main .mw-form-card { margin-bottom: 12px; padding: 18px 20px; }
body.mw-inner-page main .mw-card-heading { margin-bottom: 14px; padding-bottom: 11px; }
body.mw-inner-page main .mw-card-heading h2 { font-size: 1rem; }
body.mw-inner-page main .mw-car-selector,
body.mw-inner-page main .mw-form-card .form-control,
body.mw-inner-page main .mw-form-card .form-select { min-height: 42px; font-size: .84rem; }
body.mw-inner-page main .mw-form-card textarea.form-control { min-height: 100px; }

/* Blog/video cards use consistent compact media ratios and type scale. */
body.mw-inner-page main .mw-blog-item,
body.mw-inner-page main .mw-video-item { border-radius: 12px; overflow: hidden; }
body.mw-inner-page main .mw-blog-item img,
body.mw-inner-page main .mw-video-item img { width: 100%; object-fit: cover; }
body.mw-inner-page main .mw-content-head h1,
body.mw-inner-page main .mw-video-head h1 { font-size: clamp(1.6rem,2.6vw,2rem); }
body.mw-inner-page main .mw-content-search input,
body.mw-inner-page main .mw-content-search button,
body.mw-inner-page main .mw-video-search input,
body.mw-inner-page main .mw-video-search button { min-height: 40px; }

/* Account pages: compact desktop tables, predictable mobile horizontal scroll. */
body.mw-inner-page main .mw-section.mw-section-soft .row.g-4 { --bs-gutter-x: .8rem; --bs-gutter-y: .8rem; }
body.mw-inner-page main .mw-section.mw-section-soft .table > :not(caption) > * > * { padding: 10px 12px; }
body.mw-inner-page main .mw-section.mw-section-soft .table tbody td { font-size: .8rem; }
body.mw-inner-page main .mw-section.mw-section-soft .table .btn-sm { min-height: 30px; padding: .3rem .55rem; font-size: .72rem; }
body.mw-inner-page main .mw-section.mw-section-soft .table-responsive { scrollbar-width: thin; }

/* Shared compact pagination for Laravel paginators. */
body.mw-inner-page main .pagination { margin-bottom: 0; gap: 4px; flex-wrap: wrap; }
body.mw-inner-page main .pagination .page-link {
  min-width: 34px;
  min-height: 34px;
  display: inline-grid;
  place-items: center;
  padding: .35rem .55rem;
  border-radius: 8px !important;
  color: var(--mw-inner-text);
  border-color: var(--mw-inner-border);
  background: #fff;
  font-size: .76rem;
}
body.mw-inner-page main .pagination .page-item.active .page-link {
  color: #fff;
  background: var(--mw-inner-accent);
  border-color: var(--mw-inner-accent);
}

@media (max-width: 991.98px) {
  body.mw-inner-page.mw-auctions-page main .auction-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body.mw-inner-page.mw-detail-body main .mw-reference-detail .gallery-grid { height: 360px; }
  body.mw-inner-page.mw-detail-body main .mw-reference-detail .gallery-thumbs { max-height: 360px; }
}
@media (max-width: 767.98px) {
  body.mw-inner-page main .mw-page .form-page-heading { padding: 14px; margin-bottom: 14px; }
  body.mw-inner-page main .mw-page .form-page-wrap { background-attachment: scroll; }
  body.mw-inner-page.mw-static-car-inspection main .inspection-intro .row { --bs-gutter-y: 1rem; }
  body.mw-inner-page.mw-static-car-inspection main .inspection-intro .visual img { max-height: 240px; }
  body.mw-inner-page.mw-static-car-inspection main .promo-wide img { max-height: 230px; }
  body.mw-inner-page.mw-auctions-page main .mw-auction-filter .row > div { width: 100%; }
  body.mw-inner-page.mw-auctions-page main .auction-grid { grid-template-columns: 1fr; }
  body.mw-inner-page.mw-detail-body main .mw-reference-detail .gallery-grid { height: auto; }
  body.mw-inner-page.mw-detail-body main .mw-reference-detail .gallery-thumbs { max-height: none; }
  body.mw-inner-page main .mw-form-card { padding: 15px 14px; }
  body.mw-inner-page main .mw-section.mw-section-soft .table { min-width: 690px; }
}
@media (max-width: 575.98px) {
  body.mw-inner-page main .mw-page .form-page-heading h1 { font-size: 1.4rem; }
  body.mw-inner-page main .mw-page .large-form-card { padding: 15px 13px; }
  body.mw-inner-page main .mw-page .inspection-form-card { padding: 18px 14px; }
  body.mw-inner-page main .mw-page .inspection-form-card .d-flex.justify-content-center { display: grid !important; grid-template-columns: 1fr 1fr; gap: 8px !important; }
  body.mw-inner-page main .mw-page .inspection-form-card .d-flex.justify-content-center .btn { width: 100%; padding-inline: .7rem !important; }
  body.mw-inner-page.mw-detail-body main .mw-reference-detail .detail-main-card { padding: 10px; }
  body.mw-inner-page.mw-detail-body main .mw-reference-detail .gallery-main { aspect-ratio: 16/11; }
  body.mw-inner-page.mw-detail-body main .mw-reference-detail .spec-strip > div { min-height: 62px; }
  body.mw-inner-page main .mw-auth-card { border-radius: 12px; }
}

/* =========================================================
   Sell Your Car landing page
   Reuses global inner-page tokens; unique rules are scoped to this route.
   ========================================================= */
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-landing {
  background: var(--mw-inner-surface);
}

body.mw-inner-page.mw-static-sell-your-car main .mw-sell-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(42px, 5.3vw, 70px) 0;
  background:
    radial-gradient(circle at 8% 8%, rgba(215,25,32,.08), transparent 30%),
    linear-gradient(180deg, #fff 0%, #f7f9fc 100%);
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-hero::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -170px;
  bottom: -210px;
  border-radius: 50%;
  background: rgba(215,25,32,.06);
  pointer-events: none;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0,.92fr) minmax(430px,1.08fr);
  align-items: center;
  gap: clamp(34px, 5vw, 72px);
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-hero-copy {
  max-width: 610px;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-hero-copy h1 {
  margin: 5px 0 14px;
  font-size: clamp(2.15rem, 4.2vw, 3.55rem);
  line-height: 1.02;
  letter-spacing: -.045em;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-hero-copy > p {
  max-width: 570px;
  margin: 0;
  color: var(--mw-inner-muted);
  font-size: 1rem;
  line-height: 1.65;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-hero-actions .btn {
  min-height: 46px;
  padding-inline: 18px;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 16px;
  margin-top: 20px;
  color: #4f5c70;
  font-size: .8rem;
  font-weight: 700;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-hero-points i {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--mw-inner-accent);
  background: var(--mw-inner-soft-red);
  font-size: .58rem;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-hero-media {
  position: relative;
  min-height: 385px;
  overflow: hidden;
  border-radius: 22px;
  background: #dfe5ec;
  box-shadow: var(--mw-inner-shadow-md);
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-hero-media > img {
  width: 100%;
  height: 100%;
  min-height: 385px;
  display: block;
  object-fit: cover;
  object-position: center 44%;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-hero-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(7,15,27,.52));
  pointer-events: none;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-hero-float {
  position: absolute;
  z-index: 2;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 12px;
  color: #fff;
  background: rgba(7,15,27,.76);
  backdrop-filter: blur(10px);
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-hero-float span {
  flex: 0 0 auto;
  padding: 6px 9px;
  border-radius: 999px;
  color: #fff;
  background: var(--mw-inner-accent);
  font-size: .67rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-hero-float strong {
  font-size: .85rem;
  line-height: 1.35;
  text-align: right;
}

body.mw-inner-page.mw-static-sell-your-car main .mw-sell-options {
  background: #fff;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 24px;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-section-head h2 {
  margin: 3px 0 0;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-section-head > p {
  max-width: 510px;
  margin: 0;
  color: var(--mw-inner-muted);
  font-size: .88rem;
  line-height: 1.6;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-section-head.is-compact {
  margin-bottom: 20px;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-method-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--mw-inner-border);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(12,22,38,.07);
  transition: transform var(--mw-inner-transition), border-color var(--mw-inner-transition), box-shadow var(--mw-inner-transition);
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-method-card:hover {
  transform: translateY(-3px);
  border-color: rgba(215,25,32,.28);
  box-shadow: 0 16px 38px rgba(12,22,38,.1);
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-method-card.is-featured {
  border-color: rgba(215,25,32,.38);
  box-shadow: 0 12px 34px rgba(215,25,32,.10);
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-method-media {
  position: relative;
  height: 205px;
  overflow: hidden;
  background: #edf1f5;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-method-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-method-card:hover .mw-sell-method-media img {
  transform: scale(1.025);
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-method-card:nth-child(3) .mw-sell-method-media img {
  object-position: center 46%;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-method-tag {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 6px 9px;
  border-radius: 999px;
  color: #fff;
  background: rgba(9,17,29,.86);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .04em;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-method-card.is-featured .mw-sell-method-tag {
  background: var(--mw-inner-accent);
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-method-body {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 18px;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-method-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-method-title > span {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: var(--mw-inner-accent);
  background: var(--mw-inner-soft-red);
  font-size: .72rem;
  font-weight: 700;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-method-title h3 {
  margin: 0;
  font-size: 1.05rem;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-method-body > p {
  margin: 0 0 12px;
  color: var(--mw-inner-muted);
  font-size: .8rem;
  line-height: 1.55;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-checks {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-checks li {
  position: relative;
  margin: 0 0 8px;
  padding-left: 21px;
  color: #4e596a;
  font-size: .76rem;
  line-height: 1.45;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--mw-inner-accent);
  font-weight: 700;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-method-body .btn {
  width: 100%;
  margin-top: auto;
  min-height: 42px;
  font-size: .8rem;
}

body.mw-inner-page.mw-static-sell-your-car main .mw-sell-process {
  background: var(--mw-inner-soft);
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-process-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 12px;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-process-grid article {
  display: grid;
  grid-template-columns: 38px minmax(0,1fr);
  gap: 11px;
  align-items: start;
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--mw-inner-border);
  border-radius: 12px;
  background: #fff;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-process-grid article > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: var(--mw-inner-dark);
  font-size: .8rem;
  font-weight: 700;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-process-grid article:first-child > span {
  background: var(--mw-inner-accent);
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-process-grid h3 {
  margin: 1px 0 4px;
  font-size: .88rem;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-process-grid p {
  margin: 0;
  color: var(--mw-inner-muted);
  font-size: .72rem;
  line-height: 1.45;
}

body.mw-inner-page.mw-static-sell-your-car main .mw-sell-guide {
  background: #fff;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-guide-grid {
  display: grid;
  grid-template-columns: minmax(380px,.95fr) minmax(0,1.05fr);
  gap: clamp(30px, 5vw, 66px);
  align-items: center;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-guide-media {
  height: 380px;
  overflow: hidden;
  border-radius: 18px;
  background: #e9edf2;
  box-shadow: var(--mw-inner-shadow-sm);
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-guide-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-guide-copy h2 {
  max-width: 590px;
  margin: 3px 0 12px;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-guide-copy > p {
  max-width: 620px;
  margin: 0;
  color: var(--mw-inner-muted);
  font-size: .88rem;
  line-height: 1.65;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-guide-list {
  display: grid;
  gap: 9px;
  margin-top: 18px;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-guide-list > div {
  display: grid;
  grid-template-columns: 40px minmax(0,1fr);
  gap: 11px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid var(--mw-inner-border);
  border-radius: 10px;
  background: #fafbfc;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-guide-list i {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: var(--mw-inner-accent);
  background: var(--mw-inner-soft-red);
  font-size: .9rem;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-guide-list span {
  min-width: 0;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-guide-list strong,
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-guide-list small {
  display: block;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-guide-list strong {
  color: var(--mw-inner-text);
  font-size: .8rem;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-guide-list small {
  margin-top: 2px;
  color: var(--mw-inner-muted);
  font-size: .7rem;
  line-height: 1.4;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}
body.mw-inner-page.mw-static-sell-your-car main .mw-sell-guide-actions .btn {
  min-height: 42px;
  font-size: .8rem;
}

/* Reusable MyWheels App CTA: mirrors the approved homepage section without
   coupling inner pages to homepage-v55.css. Reuse with @include('frontend.components.app-download'). */
body.mw-inner-page main .mw-reusable-app-section {
  overflow: hidden;
  min-height: 360px;
  color: #fff;
  background: linear-gradient(112deg,#d91820 0,#ef3138 49.5%,#0c5ebc 49.5%,#08488f 100%);
}
body.mw-inner-page main .mw-reusable-app-section .app-layout {
  width: 100%;
  min-height: 360px;
  display: grid;
  grid-template-columns: minmax(0,.92fr) minmax(420px,1.08fr);
  gap: clamp(38px,5vw,76px);
  align-items: center;
  padding: 22px 0 0;
}
body.mw-inner-page main .mw-reusable-app-section .app-copy {
  min-width: 0;
  padding: 28px 0;
}
body.mw-inner-page main .mw-reusable-app-section .app-copy > span {
  color: #ffd5d7;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
body.mw-inner-page main .mw-reusable-app-section .app-copy h2 {
  margin: 7px 0 10px;
  color: #fff;
  font-size: clamp(34px,3vw,42px);
  line-height: 1.08;
}
body.mw-inner-page main .mw-reusable-app-section .app-copy p {
  max-width: 470px;
  margin: 0;
  color: #ffe6e7;
  font-size: 14px;
  line-height: 1.65;
}
body.mw-inner-page main .mw-reusable-app-section .store-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
body.mw-inner-page main .mw-reusable-app-section .store-row a {
  display: inline-flex;
}
body.mw-inner-page main .mw-reusable-app-section .store-row img {
  width: auto;
  max-width: 180px;
  height: 44px;
  display: block;
  object-fit: contain;
}
body.mw-inner-page main .mw-reusable-app-section .app-visual {
  min-width: 0;
  height: 338px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: visible;
}
body.mw-inner-page main .mw-reusable-app-section .phone {
  position: relative;
  z-index: 2;
  width: 188px;
  height: 318px;
  padding: 15px;
  overflow: hidden;
  border: 8px solid #131722;
  border-bottom: 0;
  border-radius: 30px 30px 0 0;
  color: #111827;
  background: #fff;
  box-shadow: 0 25px 55px rgba(0,0,0,.25);
  transform: rotate(-4deg);
}
body.mw-inner-page main .mw-reusable-app-section .phone > img {
  width: 88px;
  max-width: 100%;
  height: auto;
}
body.mw-inner-page main .mw-reusable-app-section .fake-search {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 13px;
  padding: 8px;
  border: 1px solid #e6e8ed;
  border-radius: 8px;
  color: #929aa6;
  font-size: 8px;
}
body.mw-inner-page main .mw-reusable-app-section .fake-search svg {
  width: 10px;
  height: 10px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}
body.mw-inner-page main .mw-reusable-app-section .fake-card {
  height: 62px;
  margin-top: 10px;
  padding: 8px;
  border-radius: 8px;
  background: #f3f5f8;
}
body.mw-inner-page main .mw-reusable-app-section .fake-card span {
  display: block;
  width: 52%;
  height: 8px;
  border-radius: 4px;
  background: #d7dce3;
}
body.mw-inner-page main .mw-reusable-app-section .fake-card b {
  display: block;
  width: 36%;
  height: 7px;
  margin-top: 7px;
  border-radius: 4px;
  background: #f2a8ad;
}
body.mw-inner-page main .mw-reusable-app-section .fake-card i {
  display: block;
  width: 80%;
  height: 6px;
  margin-top: 7px;
  border-radius: 4px;
  background: #e2e6eb;
}
body.mw-inner-page main .mw-reusable-app-section .qr {
  position: relative;
  z-index: 3;
  width: 126px;
  height: 126px;
  flex: 0 0 auto;
  margin: 0 0 48px -10px;
  padding: 8px;
  border-radius: 13px;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 14px 30px rgba(0,0,0,.2);
}

@media (max-width: 1100px) {
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-hero-grid {
    grid-template-columns: minmax(0,.9fr) minmax(390px,1.1fr);
    gap: 34px;
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-method-media { height: 185px; }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body.mw-inner-page main .mw-reusable-app-section .app-layout {
    grid-template-columns: minmax(0,.9fr) minmax(360px,1.1fr);
    gap: 28px;
  }
}

@media (max-width: 900px) {
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-hero-grid,
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-guide-grid {
    grid-template-columns: 1fr;
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-hero-copy {
    max-width: 680px;
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-hero-media {
    min-height: 340px;
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-hero-media > img {
    min-height: 340px;
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-method-grid {
    grid-template-columns: 1fr;
    max-width: 720px;
    margin-inline: auto;
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-method-card {
    display: grid;
    grid-template-columns: 270px minmax(0,1fr);
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-method-media {
    height: 100%;
    min-height: 280px;
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-method-body {
    min-height: 280px;
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-guide-media {
    height: 330px;
  }
  body.mw-inner-page main .mw-reusable-app-section {
    min-height: 0;
    background: linear-gradient(165deg,#da1720 0,#ee3038 51%,#0a55a7 51%,#08478f 100%);
  }
  body.mw-inner-page main .mw-reusable-app-section .app-layout {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 40px 0 0;
  }
  body.mw-inner-page main .mw-reusable-app-section .app-copy {
    padding: 0 20px 24px;
    text-align: center;
  }
  body.mw-inner-page main .mw-reusable-app-section .app-copy p {
    margin-inline: auto;
  }
  body.mw-inner-page main .mw-reusable-app-section .store-row {
    justify-content: center;
  }
  body.mw-inner-page main .mw-reusable-app-section .app-visual {
    width: 100%;
    max-width: 480px;
    height: 270px;
    margin: 0 auto;
    overflow: hidden;
  }
  body.mw-inner-page main .mw-reusable-app-section .phone {
    width: 155px;
    height: 250px;
  }
  body.mw-inner-page main .mw-reusable-app-section .qr {
    width: 96px;
    height: 96px;
    margin: 0 0 34px -8px;
  }
}

@media (max-width: 700px) {
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-section-head {
    display: block;
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-section-head > p {
    margin-top: 8px;
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-method-card {
    display: block;
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-method-media {
    height: 210px;
    min-height: 0;
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-method-body {
    min-height: 0;
  }
}

@media (max-width: 575px) {
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-hero {
    padding: 30px 0 34px;
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-hero-grid {
    gap: 24px;
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-hero-copy h1 {
    font-size: clamp(2rem, 10vw, 2.6rem);
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-hero-copy > p {
    font-size: .86rem;
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-hero-actions .btn {
    min-width: 0;
    padding-inline: 10px;
    font-size: .75rem;
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-hero-points {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    font-size: .73rem;
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-hero-media,
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-hero-media > img {
    min-height: 255px;
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-hero-float {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 10px;
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-hero-float strong {
    font-size: .72rem;
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-options {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-section-head {
    margin-bottom: 17px;
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-section-head h2 {
    font-size: 1.55rem;
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-section-head > p {
    font-size: .78rem;
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-method-grid {
    gap: 11px;
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-method-media {
    height: 175px;
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-method-body {
    padding: 14px;
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-method-title {
    gap: 8px;
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-method-title > span {
    width: 29px;
    height: 29px;
    flex-basis: 29px;
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-method-title h3 {
    font-size: .94rem;
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-method-body > p,
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-checks li {
    font-size: .72rem;
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-process-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-process-grid article {
    grid-template-columns: 34px minmax(0,1fr);
    padding: 12px;
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-process-grid article > span {
    width: 34px;
    height: 34px;
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-guide {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-guide-grid {
    gap: 22px;
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-guide-media {
    height: 240px;
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-guide-copy > p {
    font-size: .78rem;
  }
  body.mw-inner-page.mw-static-sell-your-car main .mw-sell-guide-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  body.mw-inner-page main .mw-reusable-app-section {
    background: linear-gradient(165deg,#da1720 0,#ee3038 52%,#0a55a7 52%,#08478f 100%);
  }
  body.mw-inner-page main .mw-reusable-app-section .app-layout {
    padding-top: 32px;
  }
  body.mw-inner-page main .mw-reusable-app-section .app-copy {
    padding: 0 8px 18px;
  }
  body.mw-inner-page main .mw-reusable-app-section .app-copy h2 {
    font-size: 28px;
  }
  body.mw-inner-page main .mw-reusable-app-section .app-copy p {
    padding-inline: 8px;
    font-size: 11px;
  }
  body.mw-inner-page main .mw-reusable-app-section .store-row {
    gap: 8px;
  }
  body.mw-inner-page main .mw-reusable-app-section .store-row img {
    max-width: 46%;
    height: 38px;
  }
  body.mw-inner-page main .mw-reusable-app-section .app-visual {
    height: 235px;
    max-width: 360px;
  }
  body.mw-inner-page main .mw-reusable-app-section .phone {
    width: 142px;
    height: 228px;
    padding: 12px;
    border-width: 7px;
  }
  body.mw-inner-page main .mw-reusable-app-section .phone > img {
    width: 72px;
  }
  body.mw-inner-page main .mw-reusable-app-section .qr {
    width: 82px;
    height: 82px;
    margin: 0 0 30px -7px;
  }
}

/* =========================================================
   Reusable service landing / FAQ components
   Auction sheet verification currently uses these patterns.
   ========================================================= */
body.mw-inner-page main .mw-service-landing .mw-service-hero {
  position: relative;
  overflow: hidden;
  padding: 54px 0;
  background:
    radial-gradient(circle at 84% 18%, rgba(237, 28, 36, .10), transparent 30%),
    linear-gradient(135deg, #f8fafc 0%, #f2f5f8 55%, #eef2f6 100%);
  border-bottom: 1px solid var(--mw-inner-border);
}
body.mw-inner-page main .mw-service-landing .mw-service-hero::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  right: -150px;
  bottom: -180px;
  border-radius: 50%;
  border: 58px solid rgba(237, 28, 36, .045);
  pointer-events: none;
}
body.mw-inner-page main .mw-service-landing .mw-service-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
body.mw-inner-page main .mw-service-landing .mw-service-hero-copy { max-width: 690px; }
body.mw-inner-page main .mw-service-landing .mw-service-hero-copy h1 {
  max-width: 650px;
  margin: 0 0 16px;
  color: var(--mw-inner-dark);
  font-size: clamp(2.25rem, 4.4vw, 4.15rem);
  line-height: 1.02;
  letter-spacing: -.045em;
}
body.mw-inner-page main .mw-service-landing .mw-service-hero-copy h1 span { color: var(--mw-inner-accent); }
body.mw-inner-page main .mw-service-landing .mw-service-hero-copy > p {
  max-width: 620px;
  margin: 0;
  color: var(--mw-inner-muted);
  font-size: .98rem;
  line-height: 1.7;
}
body.mw-inner-page main .mw-service-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}
body.mw-inner-page main .mw-service-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 7px 11px;
  border: 1px solid var(--mw-inner-border);
  border-radius: 999px;
  background: rgba(255,255,255,.8);
  color: var(--mw-inner-text);
  font-size: .76rem;
  font-weight: 600;
}
body.mw-inner-page main .mw-service-trust-row i { color: var(--mw-inner-accent); }
body.mw-inner-page main .mw-service-form-card {
  position: relative;
  margin: 0;
  padding: 28px;
  border: 1px solid rgba(12, 22, 38, .10);
  border-top: 3px solid var(--mw-inner-accent);
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(12, 22, 38, .10);
  text-align: left;
}
body.mw-inner-page main .mw-service-form-card .mw-service-form-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 12px;
  background: rgba(237, 28, 36, .09);
  color: var(--mw-inner-accent);
  font-size: 1rem;
}
body.mw-inner-page main .mw-service-form-card h2 {
  margin: 0 0 7px;
  font-size: 1.35rem;
  line-height: 1.2;
}
body.mw-inner-page main .mw-service-form-card > p {
  margin: 0 0 18px;
  color: var(--mw-inner-muted);
  font-size: .82rem;
  line-height: 1.55;
}
body.mw-inner-page main .mw-service-form-card label {
  display: block;
  margin-bottom: 6px;
  color: var(--mw-inner-text);
  font-size: .76rem;
  font-weight: 700;
}
body.mw-inner-page main .mw-service-form-card .form-control {
  min-height: 44px;
  border-radius: 9px;
}
body.mw-inner-page main .mw-service-form-card .btn {
  min-height: 44px;
  margin-top: 12px;
  border-radius: 9px;
}
body.mw-inner-page main .mw-service-form-card .mw-form-note {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 11px;
  color: var(--mw-inner-muted);
  font-size: .68rem;
  line-height: 1.45;
}
body.mw-inner-page main .mw-section-heading-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 26px;
}
body.mw-inner-page main .mw-section-heading-split .mw-section-title { margin-bottom: 0; }
body.mw-inner-page main .mw-section-heading-split > p {
  margin: 0 0 8px;
  color: var(--mw-inner-muted);
  font-size: .86rem;
  line-height: 1.65;
}
body.mw-inner-page main .mw-info-card-grid {
  display: grid;
  gap: 12px;
}
body.mw-inner-page main .mw-info-card-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
body.mw-inner-page main .mw-info-card {
  min-height: 170px;
  padding: 20px;
  border: 1px solid var(--mw-inner-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(12, 22, 38, .045);
}
body.mw-inner-page main .mw-info-card-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 10px;
  background: rgba(237, 28, 36, .08);
  color: var(--mw-inner-accent);
}
body.mw-inner-page main .mw-info-card h3 { margin: 0 0 7px; font-size: .92rem; }
body.mw-inner-page main .mw-info-card p { margin: 0; color: var(--mw-inner-muted); font-size: .76rem; line-height: 1.55; }
body.mw-inner-page main .mw-service-process-section { background: #fff; }
body.mw-inner-page main .mw-service-process-layout {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
}
body.mw-inner-page main .mw-section-copy { margin: -14px 0 24px; color: var(--mw-inner-muted); font-size: .86rem; line-height: 1.65; }
body.mw-inner-page main .mw-process-list { display: grid; gap: 9px; }
body.mw-inner-page main .mw-process-item {
  display: grid;
  grid-template-columns: 42px minmax(0,1fr);
  gap: 14px;
  align-items: start;
  padding: 13px 14px;
  border: 1px solid var(--mw-inner-border);
  border-radius: 11px;
  background: #fff;
}
body.mw-inner-page main .mw-process-number {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: var(--mw-inner-dark);
  color: #fff;
  font-size: .7rem;
  font-weight: 700;
}
body.mw-inner-page main .mw-process-item h3 { margin: 1px 0 4px; font-size: .86rem; }
body.mw-inner-page main .mw-process-item p { margin: 0; color: var(--mw-inner-muted); font-size: .74rem; line-height: 1.5; }
body.mw-inner-page main .mw-service-photo-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  border-radius: 16px;
  background: var(--mw-inner-dark);
  box-shadow: 0 16px 36px rgba(12,22,38,.12);
}
body.mw-inner-page main .mw-service-photo-card > img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
}
body.mw-inner-page main .mw-service-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(4, 10, 20, .88) 100%);
}
body.mw-inner-page main .mw-service-photo-caption {
  position: absolute;
  z-index: 2;
  left: 20px;
  right: 20px;
  bottom: 20px;
  color: #fff;
}
body.mw-inner-page main .mw-service-photo-caption span {
  display: block;
  margin-bottom: 5px;
  color: #ffd5d7;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
}
body.mw-inner-page main .mw-service-photo-caption strong { font-size: 1.15rem; }
body.mw-inner-page main .mw-service-checklist-section { padding-top: 12px !important; }
body.mw-inner-page main .mw-checklist-panel {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 36px;
  align-items: center;
  padding: 28px;
  border-radius: 16px;
  background: var(--mw-inner-dark);
  color: #fff;
}
body.mw-inner-page main .mw-checklist-copy h2 { margin: 0 0 10px; color: #fff; font-size: 1.55rem; }
body.mw-inner-page main .mw-checklist-copy p { margin: 0; color: #c7ced8; font-size: .82rem; line-height: 1.65; }
body.mw-inner-page main .mw-checklist-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
body.mw-inner-page main .mw-checklist-grid span {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 9px 11px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 9px;
  background: rgba(255,255,255,.045);
  color: #edf1f5;
  font-size: .76rem;
}
body.mw-inner-page main .mw-checklist-grid i { color: #ff3b42; }
body.mw-inner-page main .mw-faq-section { padding-top: 56px !important; }
body.mw-inner-page main .mw-faq-layout {
  display: grid;
  grid-template-columns: minmax(240px, .62fr) minmax(0, 1.38fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: start;
}
body.mw-inner-page main .mw-faq-intro {
  position: sticky;
  top: 110px;
}
body.mw-inner-page main .mw-faq-intro .mw-section-title { margin-bottom: 16px; }
body.mw-inner-page main .mw-faq-intro p { margin: 0 0 18px; color: var(--mw-inner-muted); font-size: .82rem; line-height: 1.65; }
body.mw-inner-page main .mw-faq-list { display: grid; gap: 8px; }
body.mw-inner-page main .mw-faq-list .faq-item {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--mw-inner-border);
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(12,22,38,.035);
}
body.mw-inner-page main .mw-faq-list .faq-question {
  width: 100%;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 15px;
  border: 0;
  outline: 0;
  background: #fff;
  color: var(--mw-inner-text);
  text-align: left;
  font-size: .82rem;
  line-height: 1.4;
  cursor: pointer;
}
body.mw-inner-page main .mw-faq-list .faq-question span { min-width: 0; }
body.mw-inner-page main .mw-faq-list .faq-question i {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #f4f6f8;
  color: var(--mw-inner-accent);
  font-size: .68rem;
  transition: transform .2s ease, background .2s ease;
}
body.mw-inner-page main .mw-faq-list .faq-answer {
  display: none;
  color: var(--mw-inner-muted);
}
body.mw-inner-page main .mw-faq-list .faq-answer p {
  margin: 0;
  padding: 0 15px 15px;
  font-size: .78rem;
  line-height: 1.65;
}
body.mw-inner-page main .mw-faq-list .faq-item.open {
  border-color: rgba(237,28,36,.28);
}
body.mw-inner-page main .mw-faq-list .faq-item.open .faq-question { color: var(--mw-inner-accent); }
body.mw-inner-page main .mw-faq-list .faq-item.open .faq-question i {
  transform: rotate(180deg);
  background: rgba(237,28,36,.08);
}
body.mw-inner-page main .mw-faq-list .faq-item.open .faq-answer { display: block; max-height: none; }

@media (max-width: 991.98px) {
  body.mw-inner-page main .mw-service-landing .mw-service-hero-grid,
  body.mw-inner-page main .mw-service-process-layout,
  body.mw-inner-page main .mw-faq-layout { grid-template-columns: 1fr; }
  body.mw-inner-page main .mw-service-landing .mw-service-hero-copy { max-width: 760px; }
  body.mw-inner-page main .mw-service-form-card { max-width: 620px; }
  body.mw-inner-page main .mw-info-card-grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  body.mw-inner-page main .mw-checklist-panel { grid-template-columns: 1fr; gap: 22px; }
  body.mw-inner-page main .mw-faq-intro { position: static; max-width: 720px; }
}

@media (max-width: 767.98px) {
  body.mw-inner-page main .mw-service-landing .mw-service-hero { padding: 34px 0; }
  body.mw-inner-page main .mw-service-landing .mw-service-hero-grid { gap: 22px; }
  body.mw-inner-page main .mw-service-landing .mw-service-hero-copy h1 { font-size: clamp(2rem, 10vw, 3rem); }
  body.mw-inner-page main .mw-service-landing .mw-service-hero-copy > p { font-size: .86rem; }
  body.mw-inner-page main .mw-service-trust-row { gap: 6px; margin-top: 18px; }
  body.mw-inner-page main .mw-service-trust-row span { min-height: 33px; padding: 6px 9px; font-size: .68rem; }
  body.mw-inner-page main .mw-service-form-card { padding: 20px; border-radius: 13px; }
  body.mw-inner-page main .mw-section-heading-split { grid-template-columns: 1fr; gap: 8px; margin-bottom: 18px; }
  body.mw-inner-page main .mw-section-heading-split > p { margin: 0; }
  body.mw-inner-page main .mw-info-card { min-height: 150px; padding: 16px; }
  body.mw-inner-page main .mw-service-photo-card,
  body.mw-inner-page main .mw-service-photo-card > img { min-height: 270px; }
  body.mw-inner-page main .mw-checklist-panel { padding: 20px; border-radius: 13px; }
  body.mw-inner-page main .mw-checklist-grid { gap: 7px; }
  body.mw-inner-page main .mw-faq-section { padding-top: 42px !important; }
}

@media (max-width: 575.98px) {
  body.mw-inner-page main .mw-service-landing .mw-service-hero { padding: 26px 0 30px; }
  body.mw-inner-page main .mw-service-landing .mw-service-hero-copy h1 { margin-bottom: 12px; font-size: 2.15rem; }
  body.mw-inner-page main .mw-service-trust-row { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); }
  body.mw-inner-page main .mw-service-trust-row span { justify-content: center; padding-inline: 6px; text-align: center; line-height: 1.25; }
  body.mw-inner-page main .mw-service-form-card { padding: 17px; }
  body.mw-inner-page main .mw-service-form-card .mw-service-form-icon { width: 38px; height: 38px; margin-bottom: 12px; }
  body.mw-inner-page main .mw-service-form-card h2 { font-size: 1.15rem; }
  body.mw-inner-page main .mw-info-card-grid-4 { grid-template-columns: 1fr 1fr; gap: 8px; }
  body.mw-inner-page main .mw-info-card { min-height: 0; padding: 13px; }
  body.mw-inner-page main .mw-info-card-icon { width: 34px; height: 34px; margin-bottom: 10px; }
  body.mw-inner-page main .mw-info-card h3 { font-size: .82rem; }
  body.mw-inner-page main .mw-info-card p { font-size: .69rem; }
  body.mw-inner-page main .mw-process-item { grid-template-columns: 36px minmax(0,1fr); gap: 10px; padding: 11px; }
  body.mw-inner-page main .mw-process-number { width: 34px; height: 34px; }
  body.mw-inner-page main .mw-service-photo-card,
  body.mw-inner-page main .mw-service-photo-card > img { min-height: 210px; }
  body.mw-inner-page main .mw-service-photo-caption { left: 14px; right: 14px; bottom: 14px; }
  body.mw-inner-page main .mw-service-photo-caption strong { font-size: .94rem; }
  body.mw-inner-page main .mw-checklist-grid { grid-template-columns: 1fr 1fr; }
  body.mw-inner-page main .mw-checklist-grid span { min-height: 38px; padding: 8px; font-size: .69rem; }
  body.mw-inner-page main .mw-faq-layout { gap: 18px; }
  body.mw-inner-page main .mw-faq-list .faq-question { min-height: 48px; gap: 10px; padding: 11px 12px; font-size: .75rem; }
  body.mw-inner-page main .mw-faq-list .faq-answer p { padding: 0 12px 12px; font-size: .72rem; }
}

/* =========================================================
   Reusable assisted-service CTA / hero media enhancements
   ========================================================= */
body.mw-inner-page main .mw-service-primary-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
body.mw-inner-page main .mw-service-primary-actions .btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 18px;
}
body.mw-inner-page main .mw-service-hero-photo {
  min-height: 410px;
}
body.mw-inner-page main .mw-service-hero-photo > img {
  min-height: 410px;
}
body.mw-inner-page main .mw-service-cta-section {
  padding-top: 24px !important;
  padding-bottom: 26px !important;
}
body.mw-inner-page main .mw-service-cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 26px 28px;
  border: 1px solid var(--mw-inner-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(12, 22, 38, .055);
}
body.mw-inner-page main .mw-service-cta-copy .mw-eyebrow {
  margin-bottom: 7px;
}
body.mw-inner-page main .mw-service-cta-copy h2 {
  margin: 0 0 7px;
  color: var(--mw-inner-text);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.2;
}
body.mw-inner-page main .mw-service-cta-copy p {
  max-width: 700px;
  margin: 0;
  color: var(--mw-inner-muted);
  font-size: .8rem;
  line-height: 1.6;
}
body.mw-inner-page main .mw-service-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px;
}
body.mw-inner-page main .mw-service-cta-actions .btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  body.mw-inner-page main .mw-service-hero-photo,
  body.mw-inner-page main .mw-service-hero-photo > img {
    min-height: 330px;
  }
  body.mw-inner-page main .mw-service-cta-panel {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  body.mw-inner-page main .mw-service-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 575.98px) {
  body.mw-inner-page main .mw-service-primary-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 17px;
  }
  body.mw-inner-page main .mw-service-primary-actions .btn {
    width: 100%;
    min-height: 42px;
    font-size: .77rem;
  }
  body.mw-inner-page main .mw-service-hero-photo,
  body.mw-inner-page main .mw-service-hero-photo > img {
    min-height: 230px;
  }
  body.mw-inner-page main .mw-service-cta-section {
    padding-top: 12px !important;
  }
  body.mw-inner-page main .mw-service-cta-panel {
    gap: 15px;
    padding: 18px;
    border-radius: 13px;
  }
  body.mw-inner-page main .mw-service-cta-copy h2 {
    font-size: 1.2rem;
  }
  body.mw-inner-page main .mw-service-cta-copy p {
    font-size: .73rem;
  }
  body.mw-inner-page main .mw-service-cta-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  body.mw-inner-page main .mw-service-cta-actions .btn {
    width: 100%;
    min-height: 40px;
    font-size: .75rem;
  }
}

/* =========================================================
   Reusable request form layout
   ========================================================= */
body.mw-inner-page main .mw-request-form-page {
  background: var(--mw-inner-soft);
}
body.mw-inner-page main .mw-request-form-hero {
  padding: 32px 0 18px;
  background:
    radial-gradient(circle at 84% 20%, rgba(237,28,36,.08), transparent 26%),
    linear-gradient(180deg, #fff 0%, var(--mw-inner-soft) 100%);
}
body.mw-inner-page main .mw-back-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 18px;
  color: var(--mw-inner-muted);
  font-size: .76rem;
  font-weight: 600;
  text-decoration: none;
}
body.mw-inner-page main .mw-back-link:hover { color: var(--mw-inner-accent); }
body.mw-inner-page main .mw-request-form-heading { max-width: 720px; }
body.mw-inner-page main .mw-request-form-heading .mw-eyebrow { margin-bottom: 8px; }
body.mw-inner-page main .mw-request-form-heading h1 {
  margin: 0 0 8px;
  color: var(--mw-inner-text);
  font-size: clamp(1.8rem, 3.2vw, 2.7rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}
body.mw-inner-page main .mw-request-form-heading p {
  max-width: 650px;
  margin: 0;
  color: var(--mw-inner-muted);
  font-size: .86rem;
  line-height: 1.65;
}
body.mw-inner-page main .mw-request-form-section { padding: 18px 0 48px; }
body.mw-inner-page main .mw-request-form-layout {
  display: grid;
  grid-template-columns: minmax(240px, .62fr) minmax(0, 1.38fr);
  gap: 22px;
  align-items: start;
}
body.mw-inner-page main .mw-request-form-aside {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 12px;
}
body.mw-inner-page main .mw-request-photo-card {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid var(--mw-inner-border);
  border-radius: 15px;
  background: #101722;
  box-shadow: var(--mw-inner-shadow-sm);
}
body.mw-inner-page main .mw-request-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: block;
  object-fit: cover;
}
body.mw-inner-page main .mw-request-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(4,10,18,.88) 100%);
  pointer-events: none;
}
body.mw-inner-page main .mw-request-photo-overlay {
  position: absolute;
  z-index: 1;
  left: 17px;
  right: 17px;
  bottom: 16px;
  color: #fff;
}
body.mw-inner-page main .mw-request-photo-overlay strong {
  display: block;
  margin-bottom: 3px;
  font-size: 1rem;
}
body.mw-inner-page main .mw-request-photo-overlay span {
  display: block;
  color: rgba(255,255,255,.76);
  font-size: .72rem;
  line-height: 1.45;
}
body.mw-inner-page main .mw-request-help-card {
  padding: 16px;
  border: 1px solid var(--mw-inner-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--mw-inner-shadow-sm);
}
body.mw-inner-page main .mw-request-help-card .mw-eyebrow { margin-bottom: 12px; }
body.mw-inner-page main .mw-request-help-list { display: grid; gap: 11px; }
body.mw-inner-page main .mw-request-help-list > div {
  display: grid;
  grid-template-columns: 34px minmax(0,1fr);
  gap: 9px;
  align-items: start;
}
body.mw-inner-page main .mw-request-help-list i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: rgba(237,28,36,.07);
  color: var(--mw-inner-accent);
  font-size: .76rem;
}
body.mw-inner-page main .mw-request-help-list b,
body.mw-inner-page main .mw-request-help-list small { display: block; }
body.mw-inner-page main .mw-request-help-list b {
  margin-bottom: 2px;
  color: var(--mw-inner-text);
  font-size: .76rem;
}
body.mw-inner-page main .mw-request-help-list small {
  color: var(--mw-inner-muted);
  font-size: .67rem;
  line-height: 1.45;
}
body.mw-inner-page main .mw-request-form-card {
  padding: 24px;
  border: 1px solid var(--mw-inner-border);
  border-radius: 15px;
  background: #fff;
  box-shadow: var(--mw-inner-shadow-sm);
}
body.mw-inner-page main .mw-request-form-card .form-status { margin-bottom: 18px; }
body.mw-inner-page main .mw-request-form-intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
body.mw-inner-page main .mw-request-form-intro > div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
body.mw-inner-page main .mw-request-step {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: var(--mw-inner-dark);
  color: #fff;
  font-size: .69rem;
  font-weight: 700;
  letter-spacing: .03em;
}
body.mw-inner-page main .mw-request-form-intro h2 {
  margin: 0 0 2px;
  color: var(--mw-inner-text);
  font-size: 1rem;
  line-height: 1.25;
}
body.mw-inner-page main .mw-request-form-intro p {
  margin: 0;
  color: var(--mw-inner-muted);
  font-size: .71rem;
  line-height: 1.45;
}
body.mw-inner-page main .mw-required-note {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--mw-inner-muted);
  font-size: .65rem;
  white-space: nowrap;
}
body.mw-inner-page main .mw-required-note i { color: var(--mw-inner-accent); font-size: .55rem; }
body.mw-inner-page main .mw-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px 13px;
}
body.mw-inner-page main .mw-form-field-wide { grid-column: 1 / -1; }
body.mw-inner-page main .mw-form-field label {
  display: block;
  margin: 0 0 5px;
  color: var(--mw-inner-text);
  font-size: .73rem;
  font-weight: 600;
}
body.mw-inner-page main .mw-form-field label.required::after {
  content: " *";
  color: var(--mw-inner-accent);
}
body.mw-inner-page main .mw-form-field .form-control,
body.mw-inner-page main .mw-form-field .form-select {
  width: 100%;
  min-height: 42px;
  border-color: #d7dee7;
  border-radius: 9px;
  background-color: #fff;
  color: var(--mw-inner-text);
  font-size: .8rem;
  box-shadow: none;
}
body.mw-inner-page main .mw-form-field .form-control:focus,
body.mw-inner-page main .mw-form-field .form-select:focus {
  border-color: rgba(237,28,36,.62);
  box-shadow: 0 0 0 3px rgba(237,28,36,.08);
}
body.mw-inner-page main .mw-form-field .form-select:disabled {
  background-color: #f4f6f8;
  color: #8a95a4;
  opacity: 1;
}
body.mw-inner-page main .mw-form-field .form-feedback {
  margin-top: 4px;
  color: #c62828;
  font-size: .67rem;
}
body.mw-inner-page main .mw-form-divider {
  height: 1px;
  margin: 21px 0 18px;
  background: var(--mw-inner-border);
}
body.mw-inner-page main .mw-form-notice {
  display: grid;
  grid-template-columns: 32px minmax(0,1fr);
  gap: 10px;
  margin-top: 20px;
  padding: 12px 13px;
  border: 1px solid #f0d8d9;
  border-radius: 10px;
  background: #fff8f8;
}
body.mw-inner-page main .mw-form-notice > i {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #fff;
  color: var(--mw-inner-accent);
}
body.mw-inner-page main .mw-form-notice p {
  margin: 0;
  color: #5f6875;
  font-size: .68rem;
  line-height: 1.55;
}
body.mw-inner-page main .mw-form-notice a { font-weight: 600; }
body.mw-inner-page main .mw-form-submit-row {
  display: flex;
  justify-content: flex-end;
  gap: 9px;
  margin-top: 17px;
}
body.mw-inner-page main .mw-form-submit-row .btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 17px;
  font-size: .76rem;
}

@media (max-width: 991.98px) {
  body.mw-inner-page main .mw-request-form-layout { grid-template-columns: 1fr; }
  body.mw-inner-page main .mw-request-form-aside {
    position: static;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  }
  body.mw-inner-page main .mw-request-photo-card,
  body.mw-inner-page main .mw-request-photo-card img { min-height: 230px; }
}

@media (max-width: 767.98px) {
  body.mw-inner-page main .mw-request-form-hero { padding: 24px 0 14px; }
  body.mw-inner-page main .mw-back-link { margin-bottom: 14px; }
  body.mw-inner-page main .mw-request-form-heading h1 { font-size: 2rem; }
  body.mw-inner-page main .mw-request-form-heading p { font-size: .78rem; }
  body.mw-inner-page main .mw-request-form-section { padding: 14px 0 34px; }
  body.mw-inner-page main .mw-request-form-aside { grid-template-columns: 1fr; }
  body.mw-inner-page main .mw-request-help-card { display: none; }
  body.mw-inner-page main .mw-request-photo-card,
  body.mw-inner-page main .mw-request-photo-card img { min-height: 200px; }
  body.mw-inner-page main .mw-request-form-card { padding: 18px; border-radius: 13px; }
}

@media (max-width: 575.98px) {
  body.mw-inner-page main .mw-request-form-hero { padding: 18px 0 10px; }
  body.mw-inner-page main .mw-back-link { margin-bottom: 10px; font-size: .69rem; }
  body.mw-inner-page main .mw-request-form-heading .mw-eyebrow { margin-bottom: 5px; }
  body.mw-inner-page main .mw-request-form-heading h1 { margin-bottom: 6px; font-size: 1.65rem; }
  body.mw-inner-page main .mw-request-form-heading p { font-size: .72rem; line-height: 1.5; }
  body.mw-inner-page main .mw-request-form-section { padding-top: 8px; }
  body.mw-inner-page main .mw-request-photo-card { display: none; }
  body.mw-inner-page main .mw-request-form-card { padding: 14px 12px; }
  body.mw-inner-page main .mw-request-form-intro { margin-bottom: 12px; }
  body.mw-inner-page main .mw-request-form-intro > div { gap: 8px; }
  body.mw-inner-page main .mw-request-step { width: 30px; height: 30px; border-radius: 8px; font-size: .63rem; }
  body.mw-inner-page main .mw-request-form-intro h2 { font-size: .9rem; }
  body.mw-inner-page main .mw-request-form-intro p { font-size: .66rem; }
  body.mw-inner-page main .mw-required-note { display: none; }
  body.mw-inner-page main .mw-form-grid { grid-template-columns: 1fr; gap: 9px; }
  body.mw-inner-page main .mw-form-field-wide { grid-column: auto; }
  body.mw-inner-page main .mw-form-field label { margin-bottom: 4px; font-size: .7rem; }
  body.mw-inner-page main .mw-form-field .form-control,
  body.mw-inner-page main .mw-form-field .form-select { min-height: 40px; font-size: .76rem; }
  body.mw-inner-page main .mw-form-divider { margin: 16px 0 14px; }
  body.mw-inner-page main .mw-form-notice {
    grid-template-columns: 28px minmax(0,1fr);
    gap: 8px;
    margin-top: 16px;
    padding: 10px;
  }
  body.mw-inner-page main .mw-form-notice > i { width: 28px; height: 28px; }
  body.mw-inner-page main .mw-form-notice p { font-size: .63rem; }
  body.mw-inner-page main .mw-form-submit-row {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 7px;
    margin-top: 13px;
  }
  body.mw-inner-page main .mw-form-submit-row .btn { width: 100%; min-height: 40px; padding-inline: 9px; font-size: .7rem; }
}

/* =========================================================
   Reusable dark service hero modifier
   ========================================================= */
body.mw-inner-page main .mw-service-hero--dark {
  background:
    radial-gradient(circle at 82% 18%, rgba(237,28,36,.17), transparent 32%),
    linear-gradient(135deg, #07111f 0%, #0b1727 52%, #111827 100%);
  border-bottom-color: rgba(255,255,255,.08);
}
body.mw-inner-page main .mw-service-hero--dark::after {
  border-color: rgba(255,255,255,.025);
}
body.mw-inner-page main .mw-service-hero--dark .mw-service-hero-copy h1 { color: #fff; }
body.mw-inner-page main .mw-service-hero--dark .mw-service-hero-copy > p { color: #c5ceda; }
body.mw-inner-page main .mw-service-hero--dark .mw-eyebrow { color: #ff6b70; }
body.mw-inner-page main .mw-service-hero--dark .mw-service-trust-row span {
  border-color: rgba(255,255,255,.12);
  background: rgba(255,255,255,.055);
  color: #f3f6fa;
}
body.mw-inner-page main .mw-service-hero--dark .mw-service-trust-row i { color: #ff4a50; }
body.mw-inner-page main .mw-service-hero--dark .btn-outline-light {
  border-color: rgba(255,255,255,.34);
  color: #fff;
}
body.mw-inner-page main .mw-service-hero--dark .btn-outline-light:hover,
body.mw-inner-page main .mw-service-hero--dark .btn-outline-light:focus {
  border-color: #fff;
  background: #fff;
  color: var(--mw-inner-dark);
}
body.mw-inner-page main .mw-live-auction-request-section {
  padding-top: 54px;
  padding-bottom: 48px;
  background: #f5f7fa;
  scroll-margin-top: 92px;
}
body.mw-inner-page main .mw-live-auction-form-heading { margin-bottom: 20px; }

@media (max-width: 767.98px) {
  body.mw-inner-page main .mw-live-auction-request-section { padding-top: 34px; padding-bottom: 34px; }
}

@media (max-width: 575.98px) {
  body.mw-inner-page main .mw-service-hero--dark .mw-service-hero-photo,
  body.mw-inner-page main .mw-service-hero--dark .mw-service-hero-photo > img { min-height: 205px; }
  body.mw-inner-page main .mw-service-hero--dark .mw-service-trust-row {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
  body.mw-inner-page main .mw-service-hero--dark .mw-service-trust-row span {
    min-width: 0;
    font-size: .64rem;
  }
  body.mw-inner-page main .mw-live-auction-request-section { padding-top: 26px; }
  body.mw-inner-page main .mw-live-auction-form-heading { margin-bottom: 14px; }
}

/* =========================================================
   Reusable inspection / service pricing components
   ========================================================= */
body.mw-inner-page main .mw-inspection-hero-photo,
body.mw-inner-page main .mw-inspection-hero-photo > img { min-height: 390px; }

body.mw-inner-page main .mw-inspection-booking-section {
  padding: 54px 0 50px;
  background: #f5f7fa;
  scroll-margin-top: 92px;
}
body.mw-inner-page main .mw-inspection-form-heading {
  max-width: 720px;
  margin-bottom: 20px;
}
body.mw-inner-page main .mw-inspection-form-heading .mw-section-title { margin-bottom: 8px; }
body.mw-inner-page main .mw-inspection-form-heading > p {
  margin: 0;
  color: var(--mw-inner-muted);
  font-size: .82rem;
  line-height: 1.6;
}
body.mw-inner-page main .mw-inspection-mini-list {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
body.mw-inner-page main .mw-inspection-mini-list li {
  display: grid;
  grid-template-columns: 24px minmax(0,1fr);
  gap: 8px;
  align-items: start;
  color: var(--mw-inner-muted);
  font-size: .73rem;
  line-height: 1.5;
}
body.mw-inner-page main .mw-inspection-mini-list i {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: rgba(237,28,36,.08);
  color: var(--mw-inner-accent);
  font-size: .62rem;
}
body.mw-inner-page main .mw-inspection-report-section { background: #fff; }
body.mw-inner-page main .mw-inspection-report-layout {
  display: grid;
  grid-template-columns: minmax(0,.72fr) minmax(380px,1.28fr);
  gap: clamp(30px,5vw,68px);
  align-items: center;
}
body.mw-inner-page main .mw-inspection-diagram-card {
  padding: 24px;
  border: 1px solid var(--mw-inner-border);
  border-radius: 16px;
  background: linear-gradient(145deg,#fff,#f6f8fa);
  box-shadow: var(--mw-inner-shadow-sm);
  text-align: center;
}
body.mw-inner-page main .mw-inspection-diagram-card img {
  width: 100%;
  max-height: 330px;
  object-fit: contain;
}
body.mw-inner-page main .mw-inspection-packages-section { background: #f6f8fa; }
body.mw-inner-page main .mw-service-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 14px;
}
body.mw-inner-page main .mw-service-pricing-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--mw-inner-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(12,22,38,.045);
}
body.mw-inner-page main .mw-service-pricing-card.featured {
  border-color: rgba(237,28,36,.34);
  box-shadow: 0 10px 26px rgba(237,28,36,.08);
}
body.mw-inner-page main .mw-service-pricing-card > img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
body.mw-inner-page main .mw-service-pricing-badge {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--mw-inner-accent);
  color: #fff;
  font-size: .63rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}
body.mw-inner-page main .mw-service-pricing-body { padding: 16px; }
body.mw-inner-page main .mw-service-pricing-kicker {
  display: block;
  margin-bottom: 4px;
  color: var(--mw-inner-accent);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .05em;
}
body.mw-inner-page main .mw-service-pricing-body h3 {
  margin: 0 0 12px;
  font-size: 1rem;
}
body.mw-inner-page main .mw-service-price-row {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin-bottom: 14px;
}
body.mw-inner-page main .mw-service-price-row .old {
  color: #8993a0;
  font-size: .72rem;
  text-decoration: line-through;
}
body.mw-inner-page main .mw-service-price-row strong {
  color: var(--mw-inner-text);
  font-size: 1.08rem;
}
body.mw-inner-page main .mw-service-pricing-body .btn { min-height: 38px; }

@media (max-width: 991.98px) {
  body.mw-inner-page main .mw-inspection-report-layout { grid-template-columns: 1fr; }
  body.mw-inner-page main .mw-service-pricing-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 767.98px) {
  body.mw-inner-page main .mw-inspection-hero-photo,
  body.mw-inner-page main .mw-inspection-hero-photo > img { min-height: 270px; }
  body.mw-inner-page main .mw-inspection-booking-section { padding: 36px 0; }
  body.mw-inner-page main .mw-inspection-diagram-card { padding: 16px; }
  body.mw-inner-page main .mw-service-pricing-grid { grid-template-columns: 1fr; gap: 10px; }
  body.mw-inner-page main .mw-service-pricing-card {
    display: grid;
    grid-template-columns: 150px minmax(0,1fr);
  }
  body.mw-inner-page main .mw-service-pricing-card > img { height: 100%; min-height: 165px; }
  body.mw-inner-page main .mw-service-pricing-body { padding: 14px; }
}

@media (max-width: 575.98px) {
  body.mw-inner-page main .mw-inspection-hero-photo,
  body.mw-inner-page main .mw-inspection-hero-photo > img { min-height: 210px; }
  body.mw-inner-page main .mw-inspection-booking-section { padding: 28px 0 32px; }
  body.mw-inner-page main .mw-inspection-form-heading { margin-bottom: 14px; }
  body.mw-inner-page main .mw-inspection-form-heading > p { font-size: .71rem; }
  body.mw-inner-page main .mw-inspection-report-layout { gap: 18px; }
  body.mw-inner-page main .mw-inspection-diagram-card { padding: 10px; border-radius: 12px; }
  body.mw-inner-page main .mw-service-pricing-card { grid-template-columns: 112px minmax(0,1fr); border-radius: 11px; }
  body.mw-inner-page main .mw-service-pricing-card > img { min-height: 146px; }
  body.mw-inner-page main .mw-service-pricing-body { padding: 12px; }
  body.mw-inner-page main .mw-service-pricing-body h3 { margin-bottom: 8px; font-size: .88rem; }
  body.mw-inner-page main .mw-service-price-row { gap: 6px; margin-bottom: 10px; }
  body.mw-inner-page main .mw-service-price-row strong { font-size: .94rem; }
  body.mw-inner-page main .mw-service-pricing-body .btn { min-height: 34px; padding: 6px 9px; font-size: .68rem; }
}

/* =========================================================
   Reusable request / booking confirmation state
   ========================================================= */
body.mw-inner-page main .mw-confirmation-shell {
  min-height: min(680px, calc(100vh - 210px));
  padding: 30px 0 56px;
  background:
    radial-gradient(circle at 50% 18%, rgba(237,28,36,.055), transparent 32%),
    #f5f7fa;
}
body.mw-inner-page main .mw-confirmation-shell .mw-breadcrumb {
  margin-bottom: 18px;
}
body.mw-inner-page main .mw-confirmation-card {
  width: min(100%, 780px);
  margin: 0 auto;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--mw-inner-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15,23,42,.075);
  text-align: center;
}
body.mw-inner-page main .mw-confirmation-status {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}
body.mw-inner-page main .mw-confirmation-status-ring {
  position: relative;
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eaf8f0;
  color: #159447;
  font-size: 1.55rem;
  box-shadow: 0 0 0 9px rgba(21,148,71,.07);
}
body.mw-inner-page main .mw-confirmation-copy {
  max-width: 620px;
  margin: 0 auto;
}
body.mw-inner-page main .mw-confirmation-copy .mw-eyebrow {
  display: block;
  margin-bottom: 7px;
}
body.mw-inner-page main .mw-confirmation-copy h1 {
  margin: 0 0 10px;
  color: var(--mw-inner-text);
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  line-height: 1.15;
}
body.mw-inner-page main .mw-confirmation-copy > p {
  max-width: 580px;
  margin: 0 auto;
  color: var(--mw-inner-muted);
  font-size: .86rem;
  line-height: 1.65;
}
body.mw-inner-page main .mw-confirmation-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0 24px;
}
body.mw-inner-page main .mw-confirmation-step {
  min-width: 0;
  padding: 14px 12px;
  border: 1px solid #e5e9ef;
  border-radius: 12px;
  background: #f8fafc;
  text-align: left;
}
body.mw-inner-page main .mw-confirmation-step > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  border-radius: 9px;
  background: rgba(237,28,36,.08);
  color: var(--mw-inner-accent);
  font-size: .76rem;
}
body.mw-inner-page main .mw-confirmation-step strong {
  display: block;
  margin-bottom: 3px;
  color: var(--mw-inner-text);
  font-size: .76rem;
  line-height: 1.35;
}
body.mw-inner-page main .mw-confirmation-step small {
  display: block;
  color: var(--mw-inner-muted);
  font-size: .67rem;
  line-height: 1.48;
}
body.mw-inner-page main .mw-confirmation-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
}
body.mw-inner-page main .mw-confirmation-actions .btn {
  min-width: 174px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
body.mw-inner-page main .mw-confirmation-note {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 7px;
  max-width: 590px;
  margin: 20px auto 0;
  padding-top: 17px;
  border-top: 1px solid #edf0f4;
  color: #788492;
  font-size: .68rem;
  line-height: 1.5;
}
body.mw-inner-page main .mw-confirmation-note i {
  flex: 0 0 auto;
  margin-top: 2px;
  color: #159447;
}

@media (max-width: 767.98px) {
  body.mw-inner-page main .mw-confirmation-shell {
    min-height: auto;
    padding: 20px 0 38px;
  }
  body.mw-inner-page main .mw-confirmation-card {
    padding: 26px 20px;
    border-radius: 15px;
  }
  body.mw-inner-page main .mw-confirmation-steps {
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 22px 0 20px;
  }
  body.mw-inner-page main .mw-confirmation-step {
    display: grid;
    grid-template-columns: 34px minmax(0,1fr);
    gap: 10px;
    align-items: center;
    padding: 11px 12px;
  }
  body.mw-inner-page main .mw-confirmation-step > span {
    width: 34px;
    height: 34px;
    margin: 0;
  }
}

@media (max-width: 575.98px) {
  body.mw-inner-page main .mw-confirmation-shell {
    padding: 14px 0 28px;
  }
  body.mw-inner-page main .mw-confirmation-shell .mw-breadcrumb {
    margin-bottom: 12px;
  }
  body.mw-inner-page main .mw-confirmation-card {
    padding: 22px 14px 20px;
    border-radius: 13px;
  }
  body.mw-inner-page main .mw-confirmation-status {
    margin-bottom: 15px;
  }
  body.mw-inner-page main .mw-confirmation-status-ring {
    width: 60px;
    height: 60px;
    font-size: 1.3rem;
    box-shadow: 0 0 0 7px rgba(21,148,71,.07);
  }
  body.mw-inner-page main .mw-confirmation-copy h1 {
    margin-bottom: 8px;
    font-size: 1.45rem;
  }
  body.mw-inner-page main .mw-confirmation-copy > p {
    font-size: .74rem;
    line-height: 1.58;
  }
  body.mw-inner-page main .mw-confirmation-steps {
    margin: 19px 0 17px;
  }
  body.mw-inner-page main .mw-confirmation-step strong {
    font-size: .72rem;
  }
  body.mw-inner-page main .mw-confirmation-step small {
    font-size: .63rem;
  }
  body.mw-inner-page main .mw-confirmation-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  body.mw-inner-page main .mw-confirmation-actions .btn {
    width: 100%;
    min-width: 0;
    min-height: 40px;
  }
  body.mw-inner-page main .mw-confirmation-note {
    margin-top: 16px;
    padding-top: 14px;
    font-size: .63rem;
  }
}

/* =========================================================
   CAR VIDEOS — LIGHT MEDIA LIBRARY
   Reusable video components; no page-specific stylesheet.
   ========================================================= */
body.mw-inner-page.mw-videos-page,
body.mw-inner-page.mw-video-detail-page {
  background: #f4f6f9;
}

body.mw-inner-page.mw-videos-page .mw-video-page,
body.mw-inner-page.mw-video-detail-page .mw-video-detail {
  min-height: 60vh;
  padding: 24px 0 56px;
  background: #f4f6f9;
  color: var(--mw-inner-text);
}

body.mw-inner-page .mw-video-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  margin: 0 0 20px;
  color: var(--mw-inner-muted);
  font-size: .78rem;
}
body.mw-inner-page .mw-video-breadcrumb a { color: #526176; text-decoration: none; }
body.mw-inner-page .mw-video-breadcrumb a:hover { color: var(--mw-inner-accent); }
body.mw-inner-page .mw-video-breadcrumb i { color: #a8b0bc; font-size: .58rem; }
body.mw-inner-page .mw-video-breadcrumb span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

body.mw-inner-page .mw-video-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--mw-inner-accent);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
body.mw-inner-page .mw-video-eyebrow::before {
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
}

body.mw-inner-page.mw-videos-page .mw-video-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 480px);
  align-items: end;
  gap: 28px;
  margin-bottom: 24px;
  padding: 24px 26px;
  border: 1px solid var(--mw-inner-border);
  border-radius: var(--mw-inner-radius-lg);
  background: #fff;
  box-shadow: var(--mw-inner-shadow-sm);
}
body.mw-inner-page.mw-videos-page .mw-video-head h1 {
  margin: 5px 0 7px;
  color: var(--mw-inner-text);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  line-height: 1.08;
}
body.mw-inner-page.mw-videos-page .mw-video-head p {
  max-width: 650px;
  margin: 0;
  color: var(--mw-inner-muted);
  font-size: .92rem;
  line-height: 1.65;
}
body.mw-inner-page .mw-video-search {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}
body.mw-inner-page .mw-video-search-field {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
}
body.mw-inner-page .mw-video-search-field i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #8491a3;
  pointer-events: none;
}
body.mw-inner-page .mw-video-search input {
  width: 100%;
  min-width: 0;
  height: 46px;
  padding: 0 14px 0 40px;
  border: 1px solid #d4dbe5;
  border-radius: 10px;
  background: #fff;
  color: var(--mw-inner-text);
  outline: 0;
}
body.mw-inner-page .mw-video-search input::placeholder { color: #929dac; }
body.mw-inner-page .mw-video-search input:focus { border-color: rgba(215,25,32,.65); box-shadow: 0 0 0 3px rgba(215,25,32,.08); }
body.mw-inner-page .mw-video-search button,
body.mw-inner-page .mw-video-watch-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--mw-inner-accent);
  border-radius: 10px;
  background: var(--mw-inner-accent);
  color: #fff !important;
  font-weight: 800;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
body.mw-inner-page .mw-video-search button:hover,
body.mw-inner-page .mw-video-watch-btn:hover { background: var(--mw-inner-accent-dark); transform: translateY(-1px); box-shadow: 0 8px 20px rgba(215,25,32,.18); }
body.mw-inner-page .mw-video-search-clear { padding: 8px 4px; color: var(--mw-inner-muted); font-size: .78rem; font-weight: 700; text-decoration: none; }

body.mw-inner-page .mw-video-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid var(--mw-inner-border);
  border-radius: var(--mw-inner-radius-lg);
  background: #fff;
  box-shadow: var(--mw-inner-shadow-md);
}
body.mw-inner-page .mw-video-featured-media,
body.mw-inner-page .mw-video-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  background: #e9edf2;
}
body.mw-inner-page .mw-video-featured-media { min-height: 330px; }
body.mw-inner-page .mw-video-featured-media img,
body.mw-inner-page .mw-video-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .28s ease;
}
body.mw-inner-page .mw-video-featured:hover img,
body.mw-inner-page .mw-video-item:hover .mw-video-thumb img,
body.mw-inner-page .mw-related-video-card:hover .mw-video-thumb img { transform: scale(1.025); }
body.mw-inner-page .mw-video-play-lg,
body.mw-inner-page .mw-video-item .mw-play,
body.mw-inner-page .mw-related-video-card .mw-play {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(215,25,32,.94);
  color: #fff;
  box-shadow: 0 10px 28px rgba(215,25,32,.28);
}
body.mw-inner-page .mw-video-play-lg { width: 58px; height: 58px; font-size: 1rem; }
body.mw-inner-page .mw-video-item .mw-play,
body.mw-inner-page .mw-related-video-card .mw-play { width: 42px; height: 42px; font-size: .78rem; }
body.mw-inner-page .mw-video-play-lg i,
body.mw-inner-page .mw-play i { margin-left: 2px; }
body.mw-inner-page .mw-video-featured-copy { display: flex; flex-direction: column; justify-content: center; padding: 30px; }
body.mw-inner-page .mw-video-badge {
  align-self: flex-start;
  margin-bottom: 12px;
  padding: 6px 9px;
  border-radius: 999px;
  background: #fff0f0;
  color: var(--mw-inner-accent);
  font-size: .68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
}
body.mw-inner-page .mw-video-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 7px 13px; color: #758195; font-size: .73rem; }
body.mw-inner-page .mw-video-meta span + span { position: relative; }
body.mw-inner-page .mw-video-meta span + span::before { content: ""; position: absolute; left: -7px; top: 50%; width: 3px; height: 3px; margin-top: -1px; border-radius: 50%; background: #b9c1cc; }
body.mw-inner-page .mw-video-featured-copy h2 { margin: 8px 0 10px; font-size: clamp(1.35rem, 2.2vw, 1.85rem); line-height: 1.2; }
body.mw-inner-page .mw-video-featured-copy h2 a { color: var(--mw-inner-text); text-decoration: none; }
body.mw-inner-page .mw-video-featured-copy p { margin: 0 0 18px; color: var(--mw-inner-muted); font-size: .9rem; line-height: 1.7; }
body.mw-inner-page .mw-video-featured-copy .mw-video-watch-btn { align-self: flex-start; }

body.mw-inner-page .mw-video-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 16px;
}
body.mw-inner-page .mw-video-section-head h2 { margin: 3px 0 0; color: var(--mw-inner-text); font-size: clamp(1.3rem, 2vw, 1.65rem); }
body.mw-inner-page .mw-video-result-count { color: var(--mw-inner-muted); font-size: .78rem; font-weight: 700; }

body.mw-inner-page.mw-videos-page .mw-video-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
body.mw-inner-page.mw-videos-page .mw-video-item {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--mw-inner-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--mw-inner-shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
body.mw-inner-page.mw-videos-page .mw-video-item:hover { transform: translateY(-2px); border-color: #ccd3dd; box-shadow: 0 12px 28px rgba(15,23,42,.09); }
body.mw-inner-page.mw-videos-page .mw-video-thumb { aspect-ratio: 16 / 9; }
body.mw-inner-page.mw-videos-page .mw-video-card-copy { padding: 14px 15px 15px; }
body.mw-inner-page.mw-videos-page .mw-video-item h3 { margin: 6px 0 7px; font-size: 1rem; line-height: 1.35; }
body.mw-inner-page.mw-videos-page .mw-video-item h3 a { color: var(--mw-inner-text); text-decoration: none; }
body.mw-inner-page.mw-videos-page .mw-video-item p { display: -webkit-box; overflow: hidden; margin: 0 0 10px; color: var(--mw-inner-muted); font-size: .8rem; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
body.mw-inner-page .mw-video-card-link { display: inline-flex; align-items: center; gap: 6px; color: var(--mw-inner-accent); font-size: .78rem; font-weight: 800; text-decoration: none; }
body.mw-inner-page .mw-video-card-link i { font-size: .68rem; transition: transform .18s ease; }
body.mw-inner-page .mw-video-card-link:hover i { transform: translateX(3px); }
body.mw-inner-page .mw-video-pagination { margin-top: 26px; }

body.mw-inner-page .mw-video-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  padding: 42px 20px;
  border: 1px dashed #cbd3de;
  border-radius: var(--mw-inner-radius-lg);
  background: #fff;
  color: var(--mw-inner-muted);
  text-align: center;
}
body.mw-inner-page .mw-video-empty-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 12px; border-radius: 50%; background: #fff0f0; color: var(--mw-inner-accent); font-size: 1.1rem; }
body.mw-inner-page .mw-video-empty h2 { margin: 0 0 5px; color: var(--mw-inner-text); font-size: 1.15rem; }
body.mw-inner-page .mw-video-empty p { margin: 0 0 16px; }

/* Video detail — light page, dark only where the actual player naturally sits. */
body.mw-inner-page.mw-video-detail-page .mw-video-wrap { max-width: 1180px; }
body.mw-inner-page .mw-video-detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) 280px; align-items: start; gap: 22px; }
body.mw-inner-page.mw-video-detail-page .mw-video-main { overflow: hidden; border: 1px solid var(--mw-inner-border); border-radius: var(--mw-inner-radius-lg); background: #fff; box-shadow: var(--mw-inner-shadow-sm); }
body.mw-inner-page.mw-video-detail-page .mw-video-frame { aspect-ratio: 16 / 9; overflow: hidden; border: 0; border-radius: 0; background: #0b1018; box-shadow: none; }
body.mw-inner-page.mw-video-detail-page .mw-video-frame iframe,
body.mw-inner-page.mw-video-detail-page .mw-video-frame img { width: 100%; height: 100%; border: 0; object-fit: contain; }
body.mw-inner-page.mw-video-detail-page .mw-video-copy { padding: 22px 24px 24px; }
body.mw-inner-page.mw-video-detail-page .mw-video-copy h1 { margin: 7px 0 10px; color: var(--mw-inner-text); font-size: clamp(1.45rem, 2.6vw, 2rem); line-height: 1.18; }
body.mw-inner-page.mw-video-detail-page .mw-video-copy p { max-width: none; margin: 0; color: var(--mw-inner-muted); font-size: .91rem; line-height: 1.75; white-space: pre-line; }
body.mw-inner-page.mw-video-detail-page .mw-video-copy .mw-video-watch-btn { margin-top: 17px; }
body.mw-inner-page .mw-video-side-card { padding: 22px; border: 1px solid var(--mw-inner-border); border-radius: 14px; background: #fff; box-shadow: var(--mw-inner-shadow-sm); }
body.mw-inner-page .mw-video-side-card h2 { margin: 7px 0 9px; color: var(--mw-inner-text); font-size: 1.14rem; line-height: 1.3; }
body.mw-inner-page .mw-video-side-card p { margin: 0 0 14px; color: var(--mw-inner-muted); font-size: .82rem; line-height: 1.65; }
body.mw-inner-page .mw-video-side-card > a { display: inline-flex; align-items: center; gap: 7px; color: var(--mw-inner-accent); font-size: .8rem; font-weight: 800; text-decoration: none; }
body.mw-inner-page .mw-video-related-head { margin-top: 32px; }
body.mw-inner-page.mw-video-detail-page .mw-related-videos { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; margin-top: 0; }
body.mw-inner-page .mw-related-video-card { overflow: hidden; border: 1px solid var(--mw-inner-border); border-radius: 13px; background: #fff; box-shadow: var(--mw-inner-shadow-sm); }
body.mw-inner-page .mw-related-video-card .mw-video-thumb { aspect-ratio: 16/9; }
body.mw-inner-page .mw-related-video-card > div { padding: 12px 13px 14px; }
body.mw-inner-page .mw-related-video-card > div > span { color: var(--mw-inner-accent); font-size: .66rem; font-weight: 800; text-transform: uppercase; }
body.mw-inner-page .mw-related-video-card h3 { margin: 5px 0 0; font-size: .9rem; line-height: 1.38; }
body.mw-inner-page .mw-related-video-card h3 a { color: var(--mw-inner-text); text-decoration: none; }

@media (max-width: 991.98px) {
  body.mw-inner-page.mw-videos-page .mw-video-head { grid-template-columns: 1fr; align-items: stretch; gap: 18px; }
  body.mw-inner-page .mw-video-featured { grid-template-columns: 1.2fr .8fr; }
  body.mw-inner-page .mw-video-featured-media { min-height: 280px; }
  body.mw-inner-page.mw-videos-page .mw-video-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
  body.mw-inner-page .mw-video-detail-grid { grid-template-columns: 1fr; }
  body.mw-inner-page .mw-video-side-card { display: none; }
  body.mw-inner-page.mw-video-detail-page .mw-related-videos { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 767.98px) {
  body.mw-inner-page.mw-videos-page .mw-video-page,
  body.mw-inner-page.mw-video-detail-page .mw-video-detail { padding: 16px 0 38px; }
  body.mw-inner-page .mw-video-breadcrumb { margin-bottom: 14px; }
  body.mw-inner-page.mw-videos-page .mw-video-head { margin-bottom: 16px; padding: 18px; border-radius: 14px; }
  body.mw-inner-page.mw-videos-page .mw-video-head h1 { font-size: 1.65rem; }
  body.mw-inner-page .mw-video-search { flex-wrap: wrap; }
  body.mw-inner-page .mw-video-search-field { flex-basis: calc(100% - 92px); }
  body.mw-inner-page .mw-video-search button { min-width: 84px; padding-inline: 13px; }
  body.mw-inner-page .mw-video-search-clear { width: 100%; padding: 0; }
  body.mw-inner-page .mw-video-featured { grid-template-columns: 1fr; margin-bottom: 22px; }
  body.mw-inner-page .mw-video-featured-media { min-height: 0; aspect-ratio: 16/9; }
  body.mw-inner-page .mw-video-featured-copy { padding: 18px; }
  body.mw-inner-page .mw-video-featured-copy h2 { font-size: 1.28rem; }
  body.mw-inner-page .mw-video-featured-copy p { margin-bottom: 14px; font-size: .84rem; line-height: 1.6; }
  body.mw-inner-page .mw-video-section-head { align-items: flex-end; margin-bottom: 12px; }
  body.mw-inner-page.mw-videos-page .mw-video-list { grid-template-columns: 1fr; gap: 12px; }
  body.mw-inner-page.mw-videos-page .mw-video-item { display: grid; grid-template-columns: 136px minmax(0,1fr); border-radius: 12px; }
  body.mw-inner-page.mw-videos-page .mw-video-thumb { height: 100%; min-height: 116px; aspect-ratio: auto; }
  body.mw-inner-page.mw-videos-page .mw-video-item .mw-play { width: 34px; height: 34px; font-size: .68rem; }
  body.mw-inner-page.mw-videos-page .mw-video-card-copy { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: 11px 12px; }
  body.mw-inner-page.mw-videos-page .mw-video-item h3 { display: -webkit-box; overflow: hidden; margin: 5px 0 7px; font-size: .92rem; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  body.mw-inner-page.mw-videos-page .mw-video-item p { display: none; }
  body.mw-inner-page .mw-video-card-link { font-size: .72rem; }
  body.mw-inner-page.mw-video-detail-page .mw-video-main { border-radius: 14px; }
  body.mw-inner-page.mw-video-detail-page .mw-video-copy { padding: 17px; }
  body.mw-inner-page.mw-video-detail-page .mw-video-copy h1 { font-size: 1.35rem; }
  body.mw-inner-page.mw-video-detail-page .mw-related-videos { grid-template-columns: 1fr 1fr; gap: 10px; }
}

@media (max-width: 479.98px) {
  body.mw-inner-page.mw-videos-page .mw-video-head { padding: 16px 14px; }
  body.mw-inner-page.mw-videos-page .mw-video-head p { font-size: .84rem; }
  body.mw-inner-page .mw-video-featured-copy { padding: 16px 14px; }
  body.mw-inner-page .mw-video-featured-copy .mw-video-watch-btn { width: 100%; }
  body.mw-inner-page.mw-videos-page .mw-video-item { grid-template-columns: 118px minmax(0,1fr); }
  body.mw-inner-page.mw-videos-page .mw-video-thumb { min-height: 104px; }
  body.mw-inner-page .mw-video-meta { gap: 5px 10px; font-size: .65rem; }
  body.mw-inner-page .mw-video-section-head h2 { font-size: 1.18rem; }
  body.mw-inner-page .mw-video-result-count { display: none; }
  body.mw-inner-page.mw-video-detail-page .mw-related-videos { grid-template-columns: 1fr; }
  body.mw-inner-page .mw-related-video-card { display: grid; grid-template-columns: 118px minmax(0,1fr); }
  body.mw-inner-page .mw-related-video-card .mw-video-thumb { height: 100%; min-height: 92px; aspect-ratio: auto; }
  body.mw-inner-page .mw-related-video-card > div { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: 10px 11px; }
  body.mw-inner-page .mw-related-video-card h3 { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
}

/* ========================================================================== 
   BLOG — reusable light editorial layout
   ========================================================================== */
body.mw-inner-page.mw-blog-page main,
body.mw-inner-page.mw-blog-detail-page main {
  background: #f5f7fa;
}

body.mw-inner-page main .mw-blog-shell,
body.mw-inner-page main .mw-blog-detail-shell {
  padding: 24px 0 48px;
  background:
    radial-gradient(circle at 8% 0%, rgba(231, 29, 37, .045), transparent 28%),
    #f5f7fa;
}

body.mw-inner-page main .mw-blog-shell .mw-breadcrumb,
body.mw-inner-page main .mw-blog-detail-shell .mw-breadcrumb {
  margin-bottom: 18px;
}

body.mw-inner-page main .mw-blog-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 420px);
  gap: 28px;
  align-items: end;
  margin-bottom: 22px;
}

body.mw-inner-page main .mw-blog-head-copy {
  max-width: 720px;
}

body.mw-inner-page main .mw-blog-head-copy .mw-eyebrow,
body.mw-inner-page main .mw-blog-section-head .mw-eyebrow {
  display: inline-flex;
  margin-bottom: 6px;
}

body.mw-inner-page main .mw-blog-head h1 {
  max-width: 690px;
  margin: 0;
  color: var(--mw-inner-text);
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

body.mw-inner-page main .mw-blog-head-copy p {
  max-width: 650px;
  margin: 9px 0 0;
  color: var(--mw-inner-muted);
  font-size: .9rem;
  line-height: 1.65;
}

body.mw-inner-page main .mw-blog-search {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-height: 46px;
  overflow: hidden;
  border: 1px solid var(--mw-inner-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--mw-inner-shadow-sm);
}

body.mw-inner-page main .mw-blog-search > i {
  position: absolute;
  left: 15px;
  z-index: 1;
  color: #7b8798;
  font-size: .82rem;
  pointer-events: none;
}

body.mw-inner-page main .mw-blog-search input {
  width: 100%;
  min-width: 0;
  height: 46px;
  padding: 0 13px 0 39px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--mw-inner-text);
  font-size: .83rem;
}

body.mw-inner-page main .mw-blog-search input::placeholder {
  color: #8a96a6;
}

body.mw-inner-page main .mw-blog-search button {
  align-self: stretch;
  min-width: 88px;
  padding: 0 18px;
  border: 0;
  background: var(--mw-inner-accent);
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  transition: filter .2s ease;
}

body.mw-inner-page main .mw-blog-search button:hover,
body.mw-inner-page main .mw-blog-search button:focus-visible {
  filter: brightness(.92);
}

body.mw-inner-page main .mw-blog-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
  min-height: 330px;
  overflow: hidden;
  border: 1px solid var(--mw-inner-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--mw-inner-shadow-sm);
}

body.mw-inner-page main .mw-blog-featured-media {
  display: block;
  min-height: 330px;
  overflow: hidden;
  background: #e9edf3;
}

body.mw-inner-page main .mw-blog-featured-media img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  transition: transform .35s ease;
}

body.mw-inner-page main .mw-blog-featured:hover .mw-blog-featured-media img {
  transform: scale(1.02);
}

body.mw-inner-page main .mw-blog-featured-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 30px;
}

body.mw-inner-page main .mw-blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 14px;
  color: #7a8595;
  font-size: .68rem;
  font-weight: 600;
  line-height: 1.4;
}

body.mw-inner-page main .mw-blog-meta span:first-child {
  color: var(--mw-inner-accent);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .045em;
}

body.mw-inner-page main .mw-blog-featured-copy h2 {
  margin: 10px 0 10px;
  font-size: clamp(1.35rem, 2.2vw, 1.95rem);
  line-height: 1.18;
  letter-spacing: -.025em;
}

body.mw-inner-page main .mw-blog-featured-copy h2 a,
body.mw-inner-page main .mw-blog-card h3 a {
  color: var(--mw-inner-text);
  text-decoration: none;
}

body.mw-inner-page main .mw-blog-featured-copy h2 a:hover,
body.mw-inner-page main .mw-blog-card h3 a:hover {
  color: var(--mw-inner-accent);
}

body.mw-inner-page main .mw-blog-featured-copy p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 18px;
  color: var(--mw-inner-muted);
  font-size: .86rem;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.mw-inner-page main .mw-blog-read-link,
body.mw-inner-page main .mw-blog-view-all {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  color: var(--mw-inner-accent);
  font-size: .76rem;
  font-weight: 800;
  text-decoration: none;
}

body.mw-inner-page main .mw-blog-read-link i,
body.mw-inner-page main .mw-blog-view-all i {
  font-size: .68rem;
  transition: transform .2s ease;
}

body.mw-inner-page main .mw-blog-read-link:hover i,
body.mw-inner-page main .mw-blog-view-all:hover i {
  transform: translateX(3px);
}

body.mw-inner-page main .mw-blog-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin: 30px 0 14px;
}

body.mw-inner-page main .mw-blog-section-head h2 {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.2;
}

body.mw-inner-page main .mw-blog-result-count {
  color: var(--mw-inner-muted);
  font-size: .72rem;
  font-weight: 700;
}

body.mw-inner-page main .mw-blog-grid,
body.mw-inner-page main .mw-blog-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.mw-inner-page main .mw-blog-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--mw-inner-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--mw-inner-shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}

body.mw-inner-page main .mw-blog-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--mw-inner-shadow-md);
}

body.mw-inner-page main .mw-blog-card-media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #e9edf3;
}

body.mw-inner-page main .mw-blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

body.mw-inner-page main .mw-blog-card:hover .mw-blog-card-media img {
  transform: scale(1.025);
}

body.mw-inner-page main .mw-blog-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  padding: 14px 15px 15px;
}

body.mw-inner-page main .mw-blog-card h3 {
  display: -webkit-box;
  overflow: hidden;
  margin: 8px 0 7px;
  font-size: .98rem;
  line-height: 1.38;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.mw-inner-page main .mw-blog-card p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 13px;
  color: var(--mw-inner-muted);
  font-size: .78rem;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.mw-inner-page main .mw-blog-card .mw-blog-read-link {
  margin-top: auto;
}

body.mw-inner-page main .mw-blog-pagination {
  margin-top: 22px;
}

body.mw-inner-page main .mw-blog-pagination nav {
  display: flex;
  justify-content: center;
}

body.mw-inner-page main .mw-blog-empty {
  display: grid;
  place-items: center;
  min-height: 310px;
  padding: 40px 20px;
  border: 1px dashed #cfd6df;
  border-radius: 15px;
  background: #fff;
  text-align: center;
}

body.mw-inner-page main .mw-blog-empty > span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin-bottom: 13px;
  border-radius: 14px;
  background: #fff0f1;
  color: var(--mw-inner-accent);
  font-size: 1.25rem;
}

body.mw-inner-page main .mw-blog-empty h2 {
  margin: 0 0 6px;
  font-size: 1.2rem;
}

body.mw-inner-page main .mw-blog-empty p {
  max-width: 460px;
  margin: 0 0 16px;
  color: var(--mw-inner-muted);
  font-size: .82rem;
}

/* Article detail */
body.mw-inner-page main .mw-blog-detail-shell {
  padding-bottom: 52px;
}

body.mw-inner-page main .mw-blog-article {
  max-width: 1080px;
  margin: 0 auto;
}

body.mw-inner-page main .mw-blog-article-head {
  max-width: 850px;
  margin: 8px auto 22px;
  text-align: center;
}

body.mw-inner-page main .mw-blog-article-head .mw-blog-meta {
  justify-content: center;
}

body.mw-inner-page main .mw-blog-article-head h1 {
  margin: 11px 0 10px;
  color: var(--mw-inner-text);
  font-size: clamp(1.85rem, 3.6vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}

body.mw-inner-page main .mw-blog-article-lead {
  max-width: 760px;
  margin: 0 auto;
  color: var(--mw-inner-muted);
  font-size: .98rem;
  line-height: 1.7;
}

body.mw-inner-page main .mw-blog-article-cover {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--mw-inner-border);
  border-radius: 17px;
  background: #e9edf3;
  box-shadow: var(--mw-inner-shadow-sm);
}

body.mw-inner-page main .mw-blog-article-cover img {
  display: block;
  width: 100%;
  max-height: 540px;
  aspect-ratio: 16 / 8.2;
  object-fit: cover;
}

body.mw-inner-page main .mw-blog-article-layout {
  display: grid;
  grid-template-columns: 180px minmax(0, 720px);
  justify-content: center;
  gap: 34px;
  margin-top: 28px;
}

body.mw-inner-page main .mw-blog-article-aside {
  position: sticky;
  top: 100px;
  align-self: start;
  display: grid;
  gap: 12px;
}

body.mw-inner-page main .mw-blog-article-aside > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--mw-inner-text);
  font-size: .75rem;
  font-weight: 800;
  text-decoration: none;
}

body.mw-inner-page main .mw-blog-article-aside > a:hover {
  color: var(--mw-inner-accent);
}

body.mw-inner-page main .mw-blog-reading-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--mw-inner-border);
  border-radius: 11px;
  background: #fff;
}

body.mw-inner-page main .mw-blog-reading-card > span {
  display: grid;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 9px;
  background: #fff0f1;
  color: var(--mw-inner-accent);
  font-size: .76rem;
}

body.mw-inner-page main .mw-blog-reading-card strong,
body.mw-inner-page main .mw-blog-reading-card small {
  display: block;
}

body.mw-inner-page main .mw-blog-reading-card strong {
  color: var(--mw-inner-text);
  font-size: .75rem;
}

body.mw-inner-page main .mw-blog-reading-card small {
  margin-top: 2px;
  color: var(--mw-inner-muted);
  font-size: .61rem;
  line-height: 1.3;
}

body.mw-inner-page main .mw-blog-article-copy {
  min-width: 0;
  padding: 26px 30px;
  border: 1px solid var(--mw-inner-border);
  border-radius: 15px;
  background: #fff;
  color: #303947;
  font-size: .91rem;
  line-height: 1.85;
  box-shadow: var(--mw-inner-shadow-sm);
  overflow-wrap: anywhere;
}

body.mw-inner-page main .mw-blog-article-copy img,
body.mw-inner-page main .mw-blog-article-copy iframe,
body.mw-inner-page main .mw-blog-article-copy video {
  max-width: 100%;
}

body.mw-inner-page main .mw-blog-related {
  max-width: 1080px;
  margin: 36px auto 0;
}

body.mw-inner-page main .mw-blog-related .mw-blog-section-head {
  margin-top: 0;
}

body.mw-inner-page main .mw-blog-card--related .mw-blog-card-body {
  min-height: 145px;
}

@media (max-width: 991.98px) {
  body.mw-inner-page main .mw-blog-head {
    grid-template-columns: 1fr;
    gap: 15px;
    align-items: start;
  }

  body.mw-inner-page main .mw-blog-search {
    max-width: 560px;
  }

  body.mw-inner-page main .mw-blog-featured {
    grid-template-columns: 1.1fr .9fr;
    min-height: 290px;
  }

  body.mw-inner-page main .mw-blog-featured-media,
  body.mw-inner-page main .mw-blog-featured-media img {
    min-height: 290px;
  }

  body.mw-inner-page main .mw-blog-featured-copy {
    padding: 22px;
  }

  body.mw-inner-page main .mw-blog-grid,
  body.mw-inner-page main .mw-blog-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.mw-inner-page main .mw-blog-article-layout {
    grid-template-columns: 1fr;
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    gap: 15px;
  }

  body.mw-inner-page main .mw-blog-article-aside {
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  body.mw-inner-page main .mw-blog-reading-card {
    min-width: 180px;
  }
}

@media (max-width: 767.98px) {
  body.mw-inner-page main .mw-blog-shell,
  body.mw-inner-page main .mw-blog-detail-shell {
    padding: 18px 0 36px;
  }

  body.mw-inner-page main .mw-blog-shell .mw-breadcrumb,
  body.mw-inner-page main .mw-blog-detail-shell .mw-breadcrumb {
    margin-bottom: 13px;
  }

  body.mw-inner-page main .mw-blog-head {
    margin-bottom: 16px;
  }

  body.mw-inner-page main .mw-blog-head h1 {
    font-size: 1.72rem;
  }

  body.mw-inner-page main .mw-blog-head-copy p {
    margin-top: 6px;
    font-size: .8rem;
  }

  body.mw-inner-page main .mw-blog-featured {
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 14px;
  }

  body.mw-inner-page main .mw-blog-featured-media,
  body.mw-inner-page main .mw-blog-featured-media img {
    min-height: 0;
  }

  body.mw-inner-page main .mw-blog-featured-media {
    aspect-ratio: 16 / 9;
  }

  body.mw-inner-page main .mw-blog-featured-media img {
    height: 100%;
  }

  body.mw-inner-page main .mw-blog-featured-copy {
    padding: 17px;
  }

  body.mw-inner-page main .mw-blog-featured-copy h2 {
    margin: 8px 0 7px;
    font-size: 1.25rem;
  }

  body.mw-inner-page main .mw-blog-featured-copy p {
    margin-bottom: 12px;
    font-size: .79rem;
    -webkit-line-clamp: 2;
  }

  body.mw-inner-page main .mw-blog-section-head {
    margin: 24px 0 11px;
  }

  body.mw-inner-page main .mw-blog-section-head h2 {
    font-size: 1.18rem;
  }

  body.mw-inner-page main .mw-blog-grid,
  body.mw-inner-page main .mw-blog-related-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.mw-inner-page main .mw-blog-card {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    min-height: 118px;
  }

  body.mw-inner-page main .mw-blog-card-media {
    height: 100%;
    min-height: 118px;
    aspect-ratio: auto;
  }

  body.mw-inner-page main .mw-blog-card-body {
    justify-content: center;
    padding: 11px 12px;
  }

  body.mw-inner-page main .mw-blog-card h3 {
    margin: 6px 0 7px;
    font-size: .88rem;
  }

  body.mw-inner-page main .mw-blog-card p {
    display: none;
  }

  body.mw-inner-page main .mw-blog-card .mw-blog-meta span:nth-child(2) {
    display: none;
  }

  body.mw-inner-page main .mw-blog-card .mw-blog-read-link {
    font-size: .69rem;
  }

  body.mw-inner-page main .mw-blog-article-head {
    margin: 4px auto 15px;
    text-align: left;
  }

  body.mw-inner-page main .mw-blog-article-head .mw-blog-meta {
    justify-content: flex-start;
  }

  body.mw-inner-page main .mw-blog-article-head h1 {
    margin: 8px 0 7px;
    font-size: 1.7rem;
  }

  body.mw-inner-page main .mw-blog-article-lead {
    font-size: .84rem;
    line-height: 1.6;
  }

  body.mw-inner-page main .mw-blog-article-cover {
    border-radius: 13px;
  }

  body.mw-inner-page main .mw-blog-article-cover img {
    max-height: none;
    aspect-ratio: 16 / 9;
  }

  body.mw-inner-page main .mw-blog-article-layout {
    margin-top: 15px;
  }

  body.mw-inner-page main .mw-blog-article-aside {
    display: none;
  }

  body.mw-inner-page main .mw-blog-article-copy {
    padding: 18px 17px;
    border-radius: 13px;
    font-size: .84rem;
    line-height: 1.75;
  }

  body.mw-inner-page main .mw-blog-related {
    margin-top: 28px;
  }

  body.mw-inner-page main .mw-blog-view-all {
    font-size: .7rem;
  }
}

@media (max-width: 479.98px) {
  body.mw-inner-page main .mw-blog-head h1 {
    font-size: 1.55rem;
  }

  body.mw-inner-page main .mw-blog-search {
    grid-template-columns: minmax(0, 1fr) 74px;
    min-height: 42px;
    border-radius: 11px;
  }

  body.mw-inner-page main .mw-blog-search input {
    height: 42px;
    padding-left: 36px;
    font-size: .76rem;
  }

  body.mw-inner-page main .mw-blog-search > i {
    left: 13px;
  }

  body.mw-inner-page main .mw-blog-search button {
    min-width: 74px;
    padding: 0 11px;
    font-size: .72rem;
  }

  body.mw-inner-page main .mw-blog-featured-copy {
    padding: 14px;
  }

  body.mw-inner-page main .mw-blog-featured-copy h2 {
    font-size: 1.12rem;
  }

  body.mw-inner-page main .mw-blog-result-count {
    display: none;
  }

  body.mw-inner-page main .mw-blog-card {
    grid-template-columns: 118px minmax(0, 1fr);
    min-height: 102px;
  }

  body.mw-inner-page main .mw-blog-card-media {
    min-height: 102px;
  }

  body.mw-inner-page main .mw-blog-card-body {
    padding: 9px 10px;
  }

  body.mw-inner-page main .mw-blog-card h3 {
    margin: 5px 0;
    font-size: .82rem;
    line-height: 1.32;
  }

  body.mw-inner-page main .mw-blog-card .mw-blog-read-link {
    display: none;
  }

  body.mw-inner-page main .mw-blog-meta {
    gap: 4px 8px;
    font-size: .61rem;
  }

  body.mw-inner-page main .mw-blog-article-head h1 {
    font-size: 1.48rem;
  }

  body.mw-inner-page main .mw-blog-article-copy {
    padding: 15px 14px;
    font-size: .8rem;
  }

  body.mw-inner-page main .mw-blog-related .mw-blog-section-head {
    align-items: center;
  }
}

/* ========================================================================== 
   BLOG V2 — polished light journal listing
   ========================================================================== */
body.mw-inner-page.mw-blog-page main {
  background: #f4f6f9;
}
body.mw-inner-page.mw-blog-page main .mw-blog-v2 {
  padding: 22px 0 48px;
  background:
    radial-gradient(circle at 92% 3%, rgba(231,29,37,.055), transparent 24%),
    linear-gradient(180deg,#f8f9fb 0,#f4f6f9 100%);
}
body.mw-inner-page.mw-blog-page main .mw-blog-v2-breadcrumb {
  margin-bottom: 14px;
}
body.mw-inner-page.mw-blog-page main .mw-blog-v2-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(360px,470px);
  gap: 34px;
  align-items: center;
  margin-bottom: 18px;
  padding: 24px 26px;
  overflow: hidden;
  border: 1px solid #e2e7ee;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(15,23,42,.055);
}
body.mw-inner-page.mw-blog-page main .mw-blog-v2-hero::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--mw-inner-accent);
}
body.mw-inner-page.mw-blog-page main .mw-blog-v2-hero-copy {
  max-width: 720px;
}
body.mw-inner-page.mw-blog-page main .mw-blog-v2-hero .mw-eyebrow {
  margin-bottom: 7px;
}
body.mw-inner-page.mw-blog-page main .mw-blog-v2-hero h1 {
  max-width: 700px;
  margin: 0;
  color: var(--mw-inner-text);
  font-size: clamp(1.85rem,3vw,2.55rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}
body.mw-inner-page.mw-blog-page main .mw-blog-v2-hero p {
  max-width: 650px;
  margin: 9px 0 0;
  color: var(--mw-inner-muted);
  font-size: .88rem;
  line-height: 1.65;
}
body.mw-inner-page.mw-blog-page main .mw-blog-v2-search {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dce2ea;
  border-radius: 11px;
  background: #f8fafc;
}
body.mw-inner-page.mw-blog-page main .mw-blog-v2-search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  z-index: 1;
  color: #7b8798;
  font-size: .78rem;
  transform: translateY(-50%);
  pointer-events: none;
}
body.mw-inner-page.mw-blog-page main .mw-blog-v2-search input {
  width: 100%;
  min-width: 0;
  height: 46px;
  padding: 0 13px 0 38px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--mw-inner-text);
  font-size: .8rem;
}
body.mw-inner-page.mw-blog-page main .mw-blog-v2-search input::placeholder { color: #8a95a5; }
body.mw-inner-page.mw-blog-page main .mw-blog-v2-search button {
  min-width: 86px;
  border: 0;
  background: var(--mw-inner-accent);
  color: #fff;
  font-size: .76rem;
  font-weight: 800;
}
body.mw-inner-page.mw-blog-page main .mw-blog-v2-search button:hover,
body.mw-inner-page.mw-blog-page main .mw-blog-v2-search button:focus-visible { background: var(--mw-inner-accent-dark); }
body.mw-inner-page.mw-blog-page main .mw-blog-v2-querybar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: -2px 0 16px;
  padding: 10px 13px;
  border: 1px solid #e1e6ed;
  border-radius: 10px;
  background: #fff;
  color: var(--mw-inner-muted);
  font-size: .75rem;
}
body.mw-inner-page.mw-blog-page main .mw-blog-v2-querybar strong { color: var(--mw-inner-text); }
body.mw-inner-page.mw-blog-page main .mw-blog-v2-querybar a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--mw-inner-accent);
  font-weight: 800;
  text-decoration: none;
}
body.mw-inner-page.mw-blog-page main .mw-blog-v2-featured {
  display: grid;
  grid-template-columns: minmax(0,1.08fr) minmax(360px,.92fr);
  min-height: 350px;
  overflow: hidden;
  border: 1px solid #dde3eb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(15,23,42,.07);
}
body.mw-inner-page.mw-blog-page main .mw-blog-v2-featured-media {
  position: relative;
  display: block;
  min-height: 350px;
  overflow: hidden;
  background: #e8ecf2;
}
body.mw-inner-page.mw-blog-page main .mw-blog-v2-featured-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  background: linear-gradient(180deg,transparent,rgba(4,10,20,.24));
  pointer-events: none;
}
body.mw-inner-page.mw-blog-page main .mw-blog-v2-featured-media img {
  width: 100%;
  height: 100%;
  min-height: 350px;
  object-fit: cover;
  transition: transform .35s ease;
}
body.mw-inner-page.mw-blog-page main .mw-blog-v2-featured:hover .mw-blog-v2-featured-media img { transform: scale(1.018); }
body.mw-inner-page.mw-blog-page main .mw-blog-v2-featured-badge {
  position: absolute;
  z-index: 2;
  left: 16px;
  top: 16px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(8,17,31,.88);
  color: #fff;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .035em;
  text-transform: uppercase;
  backdrop-filter: blur(5px);
}
body.mw-inner-page.mw-blog-page main .mw-blog-v2-featured-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 30px 32px;
}
body.mw-inner-page.mw-blog-page main .mw-blog-v2-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 14px;
  color: #788496;
  font-size: .68rem;
  font-weight: 650;
}
body.mw-inner-page.mw-blog-page main .mw-blog-v2-meta span { display: inline-flex; align-items: center; gap: 5px; }
body.mw-inner-page.mw-blog-page main .mw-blog-v2-meta .mw-blog-v2-category {
  padding: 5px 8px;
  border-radius: 999px;
  background: #fff0f1;
  color: var(--mw-inner-accent);
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .035em;
}
body.mw-inner-page.mw-blog-page main .mw-blog-v2-featured h2 {
  margin: 13px 0 10px;
  font-size: clamp(1.45rem,2.45vw,2.05rem);
  line-height: 1.16;
  letter-spacing: -.03em;
}
body.mw-inner-page.mw-blog-page main .mw-blog-v2-featured h2 a,
body.mw-inner-page.mw-blog-page main .mw-blog-v2-card h3 a {
  color: var(--mw-inner-text);
  text-decoration: none;
}
body.mw-inner-page.mw-blog-page main .mw-blog-v2-featured h2 a:hover,
body.mw-inner-page.mw-blog-page main .mw-blog-v2-card h3 a:hover { color: var(--mw-inner-accent); }
body.mw-inner-page.mw-blog-page main .mw-blog-v2-featured-content > p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 19px;
  color: var(--mw-inner-muted);
  font-size: .84rem;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
body.mw-inner-page.mw-blog-page main .mw-blog-v2-read {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: var(--mw-inner-accent);
  font-size: .76rem;
  font-weight: 850;
  text-decoration: none;
}
body.mw-inner-page.mw-blog-page main .mw-blog-v2-read i { font-size: .67rem; transition: transform .2s ease; }
body.mw-inner-page.mw-blog-page main .mw-blog-v2-read:hover i { transform: translateX(3px); }
body.mw-inner-page.mw-blog-page main .mw-blog-v2-topics {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 10px;
  margin-top: 12px;
}
body.mw-inner-page.mw-blog-page main .mw-blog-v2-topic {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid #e1e6ed;
  border-radius: 12px;
  background: #fff;
}
body.mw-inner-page.mw-blog-page main .mw-blog-v2-topic > span {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: #fff0f1;
  color: var(--mw-inner-accent);
  font-size: .78rem;
}
body.mw-inner-page.mw-blog-page main .mw-blog-v2-topic div { min-width: 0; }
body.mw-inner-page.mw-blog-page main .mw-blog-v2-topic strong,
body.mw-inner-page.mw-blog-page main .mw-blog-v2-topic small { display: block; }
body.mw-inner-page.mw-blog-page main .mw-blog-v2-topic strong { color: var(--mw-inner-text); font-size: .76rem; }
body.mw-inner-page.mw-blog-page main .mw-blog-v2-topic small {
  margin-top: 2px;
  color: var(--mw-inner-muted);
  font-size: .66rem;
  line-height: 1.45;
}
body.mw-inner-page.mw-blog-page main .mw-blog-v2-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin: 28px 0 13px;
}
body.mw-inner-page.mw-blog-page main .mw-blog-v2-section-head h2 { margin: 0; font-size: 1.35rem; }
body.mw-inner-page.mw-blog-page main .mw-blog-v2-section-head > span { color: var(--mw-inner-muted); font-size: .7rem; font-weight: 700; }
body.mw-inner-page.mw-blog-page main .mw-blog-v2-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 13px;
}
body.mw-inner-page.mw-blog-page main .mw-blog-v2-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid #e0e5ec;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(15,23,42,.045);
  transition: transform .2s ease,box-shadow .2s ease;
}
body.mw-inner-page.mw-blog-page main .mw-blog-v2-card:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(15,23,42,.075); }
body.mw-inner-page.mw-blog-page main .mw-blog-v2-card-media {
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #e8ecf2;
}
body.mw-inner-page.mw-blog-page main .mw-blog-v2-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
body.mw-inner-page.mw-blog-page main .mw-blog-v2-card:hover .mw-blog-v2-card-media img { transform: scale(1.025); }
body.mw-inner-page.mw-blog-page main .mw-blog-v2-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  padding: 13px 14px 14px;
}
body.mw-inner-page.mw-blog-page main .mw-blog-v2-card .mw-blog-v2-meta { font-size: .64rem; }
body.mw-inner-page.mw-blog-page main .mw-blog-v2-card .mw-blog-v2-category { padding: 4px 7px; }
body.mw-inner-page.mw-blog-page main .mw-blog-v2-card h3 {
  display: -webkit-box;
  overflow: hidden;
  margin: 9px 0 7px;
  font-size: .94rem;
  line-height: 1.38;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body.mw-inner-page.mw-blog-page main .mw-blog-v2-card p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 12px;
  color: var(--mw-inner-muted);
  font-size: .75rem;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
body.mw-inner-page.mw-blog-page main .mw-blog-v2-card .mw-blog-v2-read { margin-top: auto; font-size: .71rem; }
body.mw-inner-page.mw-blog-page main .mw-blog-v2-pagination { margin-top: 20px; }
body.mw-inner-page.mw-blog-page main .mw-blog-v2-pagination nav { display: flex; justify-content: center; }
body.mw-inner-page.mw-blog-page main .mw-blog-v2-empty {
  display: grid;
  place-items: center;
  min-height: 330px;
  padding: 42px 20px;
  border: 1px dashed #cfd7e2;
  border-radius: 15px;
  background: #fff;
  text-align: center;
}
body.mw-inner-page.mw-blog-page main .mw-blog-v2-empty > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  border-radius: 50%;
  background: #fff0f1;
  color: var(--mw-inner-accent);
  font-size: 1.1rem;
}
body.mw-inner-page.mw-blog-page main .mw-blog-v2-empty h2 { margin: 0 0 6px; font-size: 1.18rem; }
body.mw-inner-page.mw-blog-page main .mw-blog-v2-empty p { max-width: 460px; margin: 0 0 14px; color: var(--mw-inner-muted); font-size: .8rem; }

@media (max-width: 991.98px) {
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-hero { grid-template-columns: 1fr; gap: 18px; padding: 21px 22px; }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-search { max-width: 620px; }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-featured { grid-template-columns: 1.08fr .92fr; }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-featured-content { padding: 24px; }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 767.98px) {
  body.mw-inner-page.mw-blog-page main .mw-blog-v2 { padding: 16px 0 34px; }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-breadcrumb { margin-bottom: 10px; }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-hero { gap: 14px; margin-bottom: 12px; padding: 18px; border-radius: 13px; }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-hero h1 { font-size: 1.75rem; }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-hero p { font-size: .8rem; }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-featured { grid-template-columns: 1fr; min-height: 0; border-radius: 14px; }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-featured-media,
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-featured-media img { min-height: 0; }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-featured-media { aspect-ratio: 16/9; }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-featured-media img { height: 100%; }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-featured-content { padding: 18px; }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-featured h2 { font-size: 1.35rem; }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-featured-content > p { -webkit-line-clamp: 3; }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-topics { grid-template-columns: 1fr; gap: 7px; }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-topic { padding: 10px 12px; }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-topic small { display: none; }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-section-head { margin-top: 22px; }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-grid { grid-template-columns: 1fr; gap: 9px; }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-card { display: grid; grid-template-columns: 124px minmax(0,1fr); }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-card-media { height: 100%; min-height: 112px; aspect-ratio: auto; }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-card-body { justify-content: center; padding: 10px 11px; }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-card p { display: none; }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-card h3 { margin: 7px 0 8px; font-size: .86rem; }
}
@media (max-width: 575.98px) {
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-hero { padding: 15px; }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-hero h1 { font-size: 1.55rem; }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-search { grid-template-columns: minmax(0,1fr) 72px; }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-search input { height: 43px; font-size: .76rem; }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-search button { min-width: 72px; font-size: .71rem; }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-querybar { align-items: flex-start; flex-direction: column; gap: 7px; }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-featured-content { padding: 15px; }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-featured h2 { margin-top: 10px; font-size: 1.18rem; }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-featured-content > p { margin-bottom: 14px; font-size: .77rem; line-height: 1.58; }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-meta { gap: 5px 9px; font-size: .62rem; }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-topics { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-topic { justify-content: center; padding: 9px 5px; text-align: center; }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-topic > span { flex-basis: 30px; width: 30px; height: 30px; }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-topic div { min-width: 0; }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-topic strong { font-size: .62rem; line-height: 1.3; }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-section-head > span { display: none; }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-card { grid-template-columns: 108px minmax(0,1fr); }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-card-media { min-height: 102px; }
  body.mw-inner-page.mw-blog-page main .mw-blog-v2-card .mw-blog-v2-meta span:not(.mw-blog-v2-category) { display: none; }
}

/* =========================================================
   AUCTIONS LISTING V2 — compact reusable marketplace layout
   ========================================================= */
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2 {
  min-height: 65vh;
  padding: 18px 0 52px;
  background: var(--mw-inner-soft);
}
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: var(--mw-inner-muted);
  font-size: .73rem;
}
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-breadcrumb a { color: #526178; }
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-breadcrumb a:hover { color: var(--mw-inner-accent); }
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-breadcrumb i { font-size: .58rem; }
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-hero {
  display: grid;
  grid-template-columns: minmax(0,1.25fr) minmax(360px,.75fr);
  gap: 30px;
  align-items: center;
  margin-bottom: 12px;
  padding: 25px 28px;
  overflow: hidden;
  border: 1px solid #dfe5ed;
  border-radius: 16px;
  background:
    radial-gradient(circle at 92% 0%, rgba(215,25,32,.09), transparent 31%),
    linear-gradient(135deg,#fff 0%,#fff 58%,#f8fafc 100%);
  box-shadow: 0 8px 26px rgba(15,23,42,.055);
}
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-copy { max-width: 700px; }
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 7px;
  color: var(--mw-inner-accent);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .085em;
}
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-hero h1 {
  margin: 0;
  color: var(--mw-inner-dark);
  font-size: clamp(1.75rem,3vw,2.55rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-hero h1 span { color: var(--mw-inner-accent); }
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-hero p {
  max-width: 670px;
  margin: 10px 0 16px;
  color: var(--mw-inner-muted);
  font-size: .84rem;
  line-height: 1.65;
}
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 40px;
  padding: 9px 15px;
  border-radius: 9px;
  font-size: .74rem;
  font-weight: 700;
}
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-points {
  display: grid;
  gap: 7px;
}
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-points > div {
  display: grid;
  grid-template-columns: 35px minmax(0,1fr);
  gap: 1px 10px;
  align-items: center;
  padding: 9px 10px;
  border: 1px solid #e2e7ee;
  border-radius: 11px;
  background: rgba(255,255,255,.88);
}
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-points > div > span {
  grid-row: 1 / span 2;
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: #fff0f1;
  color: var(--mw-inner-accent);
  font-size: .8rem;
}
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-points strong { color: var(--mw-inner-text); font-size: .72rem; }
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-points small { color: var(--mw-inner-muted); font-size: .63rem; line-height: 1.4; }

body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-filter {
  position: relative;
  z-index: 2;
  margin-bottom: 9px;
  padding: 12px;
  border: 1px solid #dfe5ed;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(15,23,42,.045);
}
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-filter form {
  display: grid;
  grid-template-columns: minmax(260px,1.7fr) minmax(180px,.78fr) minmax(165px,.7fr) auto;
  gap: 9px;
  align-items: end;
}
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-field { min-width: 0; }
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-field label {
  display: block;
  margin: 0 0 5px;
  color: #334155;
  font-size: .65rem;
  font-weight: 700;
}
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-field .form-control,
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-field .form-select {
  width: 100%;
  height: 40px;
  min-height: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
  border: 1px solid #d7dee8;
  border-radius: 8px;
  background-color: #fff;
  color: var(--mw-inner-text);
  font-size: .76rem;
  box-shadow: none;
}
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-field .form-control:focus,
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-field .form-select:focus {
  border-color: rgba(215,25,32,.55);
  box-shadow: 0 0 0 3px rgba(215,25,32,.08);
}
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-field-search > div { position: relative; }
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-field-search > div > i {
  position: absolute;
  top: 50%;
  left: 12px;
  z-index: 1;
  color: #8a96a8;
  font-size: .72rem;
  transform: translateY(-50%);
  pointer-events: none;
}
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-field-search input { padding-left: 34px; }
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-filter-actions {
  display: flex;
  gap: 6px;
}
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-filter-actions .btn {
  min-width: 96px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px 13px;
  border-radius: 8px;
  font-size: .72rem;
  font-weight: 700;
}
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-clear {
  width: 40px;
  height: 40px;
  display: inline-grid;
  flex: 0 0 40px;
  place-items: center;
  border: 1px solid #d7dee8;
  border-radius: 8px;
  background: #fff;
  color: #64748b;
}
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-clear:hover { border-color: var(--mw-inner-accent); color: var(--mw-inner-accent); }

body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-tabs {
  display: flex;
  gap: 6px;
  margin: 0 0 15px;
  overflow-x: auto;
  padding: 0 1px 2px;
  scrollbar-width: none;
}
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-tabs::-webkit-scrollbar { display: none; }
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-tabs a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid #dbe2eb;
  border-radius: 999px;
  background: #fff;
  color: #526178;
  font-size: .68rem;
  font-weight: 700;
  white-space: nowrap;
}
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-tabs a:hover,
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-tabs a.active {
  border-color: var(--mw-inner-accent);
  background: #fff1f2;
  color: var(--mw-inner-accent);
}
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-tabs a.active { box-shadow: inset 0 0 0 1px rgba(215,25,32,.08); }

body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-results-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
}
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-results-head > div > span {
  color: var(--mw-inner-accent);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .07em;
}
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-results-head h2 {
  margin: 3px 0 0;
  color: var(--mw-inner-dark);
  font-size: 1.35rem;
  line-height: 1.2;
}
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-results-head p {
  margin: 0 0 2px;
  color: var(--mw-inner-muted);
  font-size: .69rem;
}
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px;
}
body.mw-inner-page.mw-auctions-page main .mw-auction-v2-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dfe5ed;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(15,23,42,.045);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
body.mw-inner-page.mw-auctions-page main .mw-auction-v2-card:hover {
  transform: translateY(-2px);
  border-color: #cfd7e1;
  box-shadow: 0 10px 26px rgba(15,23,42,.08);
}
body.mw-inner-page.mw-auctions-page main .mw-auction-v2-media {
  position: relative;
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-bottom: 1px solid #e3e8ef;
  background: #eef2f6;
}
body.mw-inner-page.mw-auctions-page main .mw-auction-v2-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #eef2f6;
  transition: transform .25s ease;
}
body.mw-inner-page.mw-auctions-page main .mw-auction-v2-card:hover .mw-auction-v2-media img { transform: scale(1.018); }
body.mw-inner-page.mw-auctions-page main .mw-auction-v2-state,
body.mw-inner-page.mw-auctions-page main .mw-auction-v2-reference {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 6px;
  color: #fff;
  font-size: .6rem;
  font-weight: 700;
  line-height: 1;
}
body.mw-inner-page.mw-auctions-page main .mw-auction-v2-state {
  top: 9px;
  left: 9px;
  padding: 7px 8px;
  background: rgba(11,20,33,.9);
  text-transform: uppercase;
  letter-spacing: .055em;
}
body.mw-inner-page.mw-auctions-page main .mw-auction-v2-card-live .mw-auction-v2-state { background: #168a4c; }
body.mw-inner-page.mw-auctions-page main .mw-auction-v2-card-live .mw-auction-v2-state i { font-size: .46rem; animation: mwAuctionPulse 1.6s ease-in-out infinite; }
body.mw-inner-page.mw-auctions-page main .mw-auction-v2-card-cancelled .mw-auction-v2-state { background: #7a8494; }
body.mw-inner-page.mw-auctions-page main .mw-auction-v2-reference {
  right: 9px;
  bottom: 9px;
  padding: 6px 7px;
  background: rgba(7,13,23,.82);
  letter-spacing: .025em;
}
@keyframes mwAuctionPulse { 0%,100% { opacity: 1; } 50% { opacity: .35; } }
body.mw-inner-page.mw-auctions-page main .mw-auction-v2-body { padding: 12px 13px 13px; }
body.mw-inner-page.mw-auctions-page main .mw-auction-v2-title-row { min-width: 0; }
body.mw-inner-page.mw-auctions-page main .mw-auction-v2-title-row h3 {
  margin: 0;
  font-size: .92rem;
  line-height: 1.35;
}
body.mw-inner-page.mw-auctions-page main .mw-auction-v2-title-row h3 a {
  display: -webkit-box;
  overflow: hidden;
  color: var(--mw-inner-text);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
body.mw-inner-page.mw-auctions-page main .mw-auction-v2-title-row h3 a:hover { color: var(--mw-inner-accent); }
body.mw-inner-page.mw-auctions-page main .mw-auction-v2-title-row p {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 4px 0 0;
  overflow: hidden;
  color: var(--mw-inner-muted);
  font-size: .66rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.mw-inner-page.mw-auctions-page main .mw-auction-v2-title-row p i { color: #7b8798; }
body.mw-inner-page.mw-auctions-page main .mw-auction-v2-specs {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 5px;
  margin-top: 9px;
}
body.mw-inner-page.mw-auctions-page main .mw-auction-v2-specs span {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 5px;
  padding: 6px 7px;
  overflow: hidden;
  border: 1px solid #e1e6ed;
  border-radius: 7px;
  background: #f8fafc;
  color: #526178;
  font-size: .61rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.mw-inner-page.mw-auctions-page main .mw-auction-v2-specs i { flex: 0 0 auto; color: var(--mw-inner-accent); font-size: .61rem; }
body.mw-inner-page.mw-auctions-page main .mw-auction-v2-money {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 7px;
  margin-top: 9px;
}
body.mw-inner-page.mw-auctions-page main .mw-auction-v2-money > div {
  min-width: 0;
  padding: 8px 9px;
  border: 1px solid #e1e6ed;
  border-radius: 8px;
  background: #fff;
}
body.mw-inner-page.mw-auctions-page main .mw-auction-v2-money > div:only-child { grid-column: 1 / -1; }
body.mw-inner-page.mw-auctions-page main .mw-auction-v2-money small,
body.mw-inner-page.mw-auctions-page main .mw-auction-v2-money strong { display: block; }
body.mw-inner-page.mw-auctions-page main .mw-auction-v2-money small {
  margin-bottom: 2px;
  color: var(--mw-inner-muted);
  font-size: .58rem;
  text-transform: uppercase;
  letter-spacing: .045em;
}
body.mw-inner-page.mw-auctions-page main .mw-auction-v2-money strong {
  overflow: hidden;
  color: var(--mw-inner-accent);
  font-size: .9rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.mw-inner-page.mw-auctions-page main .mw-auction-v2-countdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 35px;
  margin-top: 8px;
  padding: 7px 9px;
  border: 1px solid #dde4ed;
  border-radius: 8px;
  background: #f8fafc;
}
body.mw-inner-page.mw-auctions-page main .mw-auction-v2-countdown span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #69768a;
  font-size: .61rem;
}
body.mw-inner-page.mw-auctions-page main .mw-auction-v2-countdown strong {
  color: var(--mw-inner-dark);
  font-size: .72rem;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
body.mw-inner-page.mw-auctions-page main .mw-auction-v2-card-live .mw-auction-v2-countdown {
  border-color: #cfe9d9;
  background: #f2fbf6;
}
body.mw-inner-page.mw-auctions-page main .mw-auction-v2-card-live .mw-auction-v2-countdown strong { color: #117540; }
body.mw-inner-page.mw-auctions-page main .mw-auction-v2-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 9px;
  padding-top: 9px;
  border-top: 1px solid #edf0f4;
}
body.mw-inner-page.mw-auctions-page main .mw-auction-v2-bid-meta {
  min-width: 0;
  color: var(--mw-inner-muted);
  font-size: .62rem;
}
body.mw-inner-page.mw-auctions-page main .mw-auction-v2-bid-meta span { display: flex; align-items: center; gap: 5px; }
body.mw-inner-page.mw-auctions-page main .mw-auction-v2-footer .btn {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex: 0 0 auto;
  padding: 7px 10px;
  border-radius: 7px;
  font-size: .67rem;
  font-weight: 700;
}
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-empty {
  grid-column: 1 / -1;
  min-height: 300px;
  display: grid;
  place-items: center;
  align-content: center;
  padding: 38px 20px;
  border: 1px dashed #cfd7e2;
  border-radius: 14px;
  background: #fff;
  text-align: center;
}
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-empty > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  border-radius: 50%;
  background: #fff0f1;
  color: var(--mw-inner-accent);
  font-size: 1rem;
}
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-empty h3 { margin: 0 0 6px; font-size: 1.1rem; }
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-empty p { max-width: 450px; margin: 0 0 14px; color: var(--mw-inner-muted); font-size: .78rem; line-height: 1.55; }
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-empty .btn { min-height: 38px; padding: 8px 14px; border-radius: 8px; font-size: .72rem; }
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-pagination { margin-top: 18px !important; }
body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-pagination nav { display: flex; justify-content: center; }

@media (max-width: 1199.98px) {
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-hero { grid-template-columns: minmax(0,1fr) 330px; }
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-filter form { grid-template-columns: minmax(230px,1.4fr) minmax(160px,.8fr) minmax(155px,.72fr) auto; }
}
@media (max-width: 991.98px) {
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-hero { grid-template-columns: 1fr; gap: 18px; }
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-points { grid-template-columns: repeat(3,minmax(0,1fr)); }
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-points > div { grid-template-columns: 32px minmax(0,1fr); padding: 8px; }
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-points > div > span { width: 32px; height: 32px; }
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-points small { display: none; }
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-filter form { grid-template-columns: minmax(0,1.25fr) minmax(0,.75fr) minmax(0,.7fr) auto; }
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 767.98px) {
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2 { padding: 15px 0 38px; }
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-breadcrumb { margin-bottom: 9px; }
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-hero { gap: 14px; padding: 18px; border-radius: 13px; }
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-hero h1 { font-size: 1.7rem; }
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-hero p { margin: 8px 0 13px; font-size: .77rem; }
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-actions .btn { flex: 1 1 0; min-width: 0; padding: 8px 10px; }
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-points { gap: 5px; }
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-points > div { grid-template-columns: 1fr; justify-items: center; gap: 5px; padding: 8px 4px; text-align: center; }
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-points > div > span { grid-row: auto; }
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-points strong { font-size: .61rem; line-height: 1.25; }
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-filter { padding: 10px; }
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-filter form { grid-template-columns: 1fr 1fr; gap: 7px; }
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-field-search { grid-column: 1 / -1; }
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-filter-actions { grid-column: 1 / -1; }
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-filter-actions .btn { flex: 1; }
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-tabs { margin-bottom: 12px; }
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-results-head { align-items: flex-start; flex-direction: column; gap: 2px; }
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-results-head h2 { font-size: 1.18rem; }
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-results-head p { display: none; }
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-grid { grid-template-columns: 1fr; gap: 9px; }
  body.mw-inner-page.mw-auctions-page main .mw-auction-v2-card { display: grid; grid-template-columns: 142px minmax(0,1fr); border-radius: 11px; }
  body.mw-inner-page.mw-auctions-page main .mw-auction-v2-media { min-height: 100%; aspect-ratio: auto; border-right: 1px solid #e3e8ef; border-bottom: 0; }
  body.mw-inner-page.mw-auctions-page main .mw-auction-v2-media img { position: absolute; inset: 0; object-fit: cover; }
  body.mw-inner-page.mw-auctions-page main .mw-auction-v2-state { top: 7px; left: 7px; padding: 6px 7px; font-size: .54rem; }
  body.mw-inner-page.mw-auctions-page main .mw-auction-v2-reference { right: 7px; bottom: 7px; max-width: calc(100% - 14px); overflow: hidden; font-size: .52rem; text-overflow: ellipsis; white-space: nowrap; }
  body.mw-inner-page.mw-auctions-page main .mw-auction-v2-body { padding: 10px; }
  body.mw-inner-page.mw-auctions-page main .mw-auction-v2-title-row h3 { font-size: .84rem; }
  body.mw-inner-page.mw-auctions-page main .mw-auction-v2-title-row p { margin-top: 3px; font-size: .59rem; }
  body.mw-inner-page.mw-auctions-page main .mw-auction-v2-specs { gap: 4px; margin-top: 7px; }
  body.mw-inner-page.mw-auctions-page main .mw-auction-v2-specs span { justify-content: center; padding: 5px 4px; font-size: .54rem; }
  body.mw-inner-page.mw-auctions-page main .mw-auction-v2-specs i { display: none; }
  body.mw-inner-page.mw-auctions-page main .mw-auction-v2-money { gap: 5px; margin-top: 7px; }
  body.mw-inner-page.mw-auctions-page main .mw-auction-v2-money > div { padding: 6px 7px; }
  body.mw-inner-page.mw-auctions-page main .mw-auction-v2-money small { font-size: .51rem; }
  body.mw-inner-page.mw-auctions-page main .mw-auction-v2-money strong { font-size: .76rem; }
  body.mw-inner-page.mw-auctions-page main .mw-auction-v2-countdown { min-height: 31px; margin-top: 6px; padding: 5px 7px; }
  body.mw-inner-page.mw-auctions-page main .mw-auction-v2-countdown span { font-size: .53rem; }
  body.mw-inner-page.mw-auctions-page main .mw-auction-v2-countdown strong { font-size: .61rem; }
  body.mw-inner-page.mw-auctions-page main .mw-auction-v2-footer { margin-top: 6px; padding-top: 6px; }
  body.mw-inner-page.mw-auctions-page main .mw-auction-v2-bid-meta { font-size: .54rem; }
  body.mw-inner-page.mw-auctions-page main .mw-auction-v2-footer .btn { min-height: 31px; padding: 6px 8px; font-size: .59rem; }
}
@media (max-width: 575.98px) {
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-hero { padding: 15px; }
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-eyebrow { margin-bottom: 6px; font-size: .6rem; }
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-hero h1 { font-size: 1.5rem; }
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-actions { gap: 6px; }
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-actions .btn { min-height: 37px; font-size: .65rem; }
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-filter form { grid-template-columns: 1fr; }
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-field-search,
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-filter-actions { grid-column: auto; }
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-field .form-control,
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-field .form-select { height: 38px; min-height: 38px; }
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-filter-actions .btn,
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-clear { height: 38px; min-height: 38px; }
  body.mw-inner-page.mw-auctions-page main .mw-auction-v2-card { grid-template-columns: 126px minmax(0,1fr); }
  body.mw-inner-page.mw-auctions-page main .mw-auction-v2-specs span:nth-child(2) { display: none; }
  body.mw-inner-page.mw-auctions-page main .mw-auction-v2-specs { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body.mw-inner-page.mw-auctions-page main .mw-auction-v2-money { grid-template-columns: 1fr; }
  body.mw-inner-page.mw-auctions-page main .mw-auction-v2-money > div:only-child,
  body.mw-inner-page.mw-auctions-page main .mw-auction-v2-money > div { grid-column: auto; }
  body.mw-inner-page.mw-auctions-page main .mw-auction-v2-money > div:nth-child(2) { display: none; }
  body.mw-inner-page.mw-auctions-page main .mw-auction-v2-bid-meta { display: none; }
  body.mw-inner-page.mw-auctions-page main .mw-auction-v2-footer { justify-content: flex-end; }
  body.mw-inner-page.mw-auctions-page main .mw-auction-v2-footer .btn { width: 100%; }
}
@media (max-width: 390px) {
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-hero p { font-size: .72rem; }
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-points > div > span { width: 30px; height: 30px; }
  body.mw-inner-page.mw-auctions-page main .mw-auctions-v2-points strong { font-size: .56rem; }
  body.mw-inner-page.mw-auctions-page main .mw-auction-v2-card { grid-template-columns: 112px minmax(0,1fr); }
  body.mw-inner-page.mw-auctions-page main .mw-auction-v2-body { padding: 9px; }
  body.mw-inner-page.mw-auctions-page main .mw-auction-v2-title-row h3 { font-size: .79rem; }
  body.mw-inner-page.mw-auctions-page main .mw-auction-v2-countdown span i { display: none; }
}

/* =========================================================
   VEHICLE DETAIL V2 — USED CARS + AUCTIONS (SHARED)
   ========================================================= */
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 {
  --mw-detail-bg:#f4f6f9;
  --mw-detail-surface:#fff;
  --mw-detail-border:#dfe5ec;
  --mw-detail-text:#101827;
  --mw-detail-muted:#667085;
  --mw-detail-soft:#f7f9fb;
  --mw-detail-danger:#e51b23;
  background:var(--mw-detail-bg);
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .detail-shell {
  padding:24px 0 48px;
  background:var(--mw-detail-bg);
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-breadcrumb {
  margin-bottom:12px;
  font-size:.72rem;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-card {
  border:1px solid var(--mw-detail-border);
  border-radius:12px;
  box-shadow:0 5px 18px rgba(15,23,42,.045);
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-header {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:16px;
  padding:16px 18px;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-heading-copy { min-width:0; }
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-kicker-row {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:5px;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-kicker {
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding:4px 8px;
  border-radius:999px;
  color:#b42318;
  background:#fff1f2;
  font-size:.58rem;
  font-weight:800;
  letter-spacing:.055em;
  text-transform:uppercase;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-kicker.is-auction {
  color:#9f1239;
  background:#fff1f5;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-ref {
  color:#8a94a4;
  font-size:.63rem;
  font-weight:700;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-header h1 {
  margin:0;
  color:var(--mw-detail-text);
  font-size:clamp(1.35rem,2.4vw,2rem);
  line-height:1.15;
  letter-spacing:-.025em;
  text-transform:none;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .detail-location {
  margin-top:5px;
  color:var(--mw-detail-muted);
  font-size:.75rem;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .detail-location i { color:var(--mw-detail-danger); }
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .detail-heading-actions { flex:0 0 auto; }
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .detail-icon-button {
  width:36px;
  height:36px;
  border-color:var(--mw-detail-border);
  border-radius:9px;
  color:#5d6674;
  background:#fff;
  box-shadow:none;
}

/* Gallery */
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-gallery-card { padding:12px; overflow:hidden; }
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .gallery-grid {
  height:390px;
  grid-template-columns:minmax(0,2.25fr) minmax(150px,.75fr);
  gap:7px;
  margin-top:0;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .gallery-grid.gallery-single { grid-template-columns:1fr; }
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .gallery-main,
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .gallery-thumb {
  border-radius:9px;
  background:#eef2f6;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .gallery-main > img {
  object-fit:contain;
  background:#eef2f6;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .gallery-thumbs {
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:7px;
  max-height:390px;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .gallery-thumb {
  border:1px solid #e2e7ee;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .gallery-thumb.active {
  border:2px solid var(--mw-detail-danger);
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .gallery-thumb img { object-fit:cover; }
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .gallery-nav button {
  width:36px;
  height:36px;
  background:rgba(5,15,28,.72);
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .gallery-counter {
  display:inline-flex;
  align-items:center;
  gap:5px;
  right:10px;
  bottom:10px;
  padding:5px 8px;
  border-radius:7px;
  font-size:.63rem;
}

/* Key specs */
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .spec-strip {
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:6px;
  margin-top:10px;
  border:0;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .spec-strip > div {
  min-height:64px;
  gap:2px;
  padding:8px 6px;
  border:1px solid #e2e7ee !important;
  border-radius:8px;
  background:#f8fafc;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .spec-strip i {
  margin-bottom:2px;
  color:var(--mw-detail-danger);
  font-size:.9rem;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .spec-strip small {
  color:#8b95a5;
  font-size:.52rem;
  font-weight:700;
  line-height:1;
  text-transform:uppercase;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .spec-strip span {
  max-width:100%;
  overflow:hidden;
  color:#344054;
  font-size:.66rem;
  font-weight:700;
  text-overflow:ellipsis;
  white-space:nowrap;
}

/* Price / auction sidebar */
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .detail-sidebar {
  position:sticky;
  top:88px;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .detail-sidebar .mw-card { margin-bottom:12px; }
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .detail-price {
  padding:16px;
  text-align:left;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .detail-status-badges {
  justify-content:flex-start;
  flex-wrap:wrap;
  margin-bottom:10px;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .detail-status-badges span {
  border:0;
  border-radius:999px;
  color:#344054;
  background:#f2f4f7;
  font-size:.56rem;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .detail-status-badges span:first-child,
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .detail-status-badges .is-negotiable {
  color:#067647;
  background:#ecfdf3;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .detail-status-badges .auction-state-pill.state-live {
  color:#b42318;
  background:#fff1f2;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .amount-label {
  display:block;
  color:#7a8493;
  font-size:.58rem;
  font-weight:800;
  letter-spacing:.045em;
  text-transform:uppercase;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .detail-price .amount {
  margin:2px 0 13px;
  color:var(--mw-detail-danger);
  font-size:clamp(1.45rem,2.5vw,1.85rem);
  line-height:1.15;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-auction-price-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  margin:4px 0 10px;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-auction-price-grid > div {
  min-width:0;
  padding:9px;
  border:1px solid #e4e8ee;
  border-radius:8px;
  background:#f8fafc;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-auction-price-grid strong {
  display:block;
  margin-top:2px;
  color:#101828;
  font-size:.88rem;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-bid-count {
  display:flex;
  align-items:center;
  gap:6px;
  margin-bottom:9px;
  color:#667085;
  font-size:.65rem;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .auction-time-box {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  min-height:54px;
  margin:0;
  padding:9px 11px;
  border:1px solid #fecdd3;
  border-radius:9px;
  background:#fff5f6;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .auction-time-box span {
  color:#7f1d1d;
  font-size:.58rem;
  font-weight:800;
  text-transform:uppercase;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .auction-time-box strong {
  color:#b42318;
  font-size:.82rem;
  white-space:nowrap;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .auction-meta-list {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:6px;
  margin-top:8px;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .auction-meta-list > div {
  display:flex;
  flex-direction:column;
  gap:2px;
  padding:7px 8px;
  border-radius:7px;
  background:#f8fafc;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .auction-meta-list span {
  color:#98a2b3;
  font-size:.52rem;
  text-transform:uppercase;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .auction-meta-list strong { font-size:.6rem; }
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-primary-action {
  width:100%;
  min-height:42px;
  margin-top:10px;
  border-radius:8px;
  font-size:.73rem;
  font-weight:800;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-contact-actions {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:7px;
  margin-top:8px;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-contact-actions > *:only-child { grid-column:1/-1; }
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .detail-price .mw-detail-contact-actions .btn {
  min-height:40px;
  margin-top:0;
  border-radius:8px;
  box-shadow:none;
  font-size:.63rem;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .detail-call-button {
  gap:7px;
  border:0;
  color:#fff;
  background:#e51b23;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .detail-call-button:hover { color:#fff; background:#c9171e; }
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .detail-call-button i { font-size:.86rem; }
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .detail-call-button span {
  align-items:center;
  font-size:.56rem;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .detail-call-button strong { font-size:.64rem; }
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .detail-message-button {
  gap:6px;
  border-color:#079455;
  background:#079455;
  box-shadow:none;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .detail-message-button:hover { background:#067647; }
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .detail-private-contact {
  min-height:40px;
  margin:0;
  border-radius:8px;
  font-size:.64rem;
}

/* Seller / history cards */
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-sidebar-card-heading {
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 14px;
  border-bottom:1px solid #eaecf0;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-sidebar-icon {
  display:grid;
  flex:0 0 34px;
  width:34px;
  height:34px;
  place-items:center;
  border-radius:9px;
  color:var(--mw-detail-danger);
  background:#fff1f2;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-sidebar-card-heading small {
  display:block;
  color:#98a2b3;
  font-size:.54rem;
  font-weight:800;
  text-transform:uppercase;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-sidebar-card-heading h2 {
  margin:1px 0 0;
  color:#101828;
  font-size:.86rem;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .sidebar-body { padding:12px 14px; }
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-seller-info-line {
  display:flex;
  align-items:flex-start;
  gap:8px;
  margin-bottom:8px;
  color:#475467;
  font-size:.68rem;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-seller-info-line i {
  width:14px;
  margin-top:2px;
  color:#98a2b3;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .seller-meta {
  justify-content:space-between;
  padding-top:9px;
  font-size:.57rem;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .auction-history-list { max-height:220px; overflow:auto; }
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .auction-history-row {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:8px 0;
  border-bottom:1px solid #eef0f3;
  font-size:.66rem;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .auction-history-row:last-child { border-bottom:0; }
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .auction-history-row span { display:flex; flex-direction:column; }
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .auction-history-row small { color:#98a2b3; font-size:.54rem; }
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .auction-history-row strong { color:#b42318; }

/* Detail content */
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-content-row { margin-top:16px; }
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .details-tabs {
  margin-top:0;
  overflow:hidden;
  border-color:var(--mw-detail-border);
  border-radius:12px;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-section-heading {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 16px 10px;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-section-heading span {
  display:block;
  color:var(--mw-detail-danger);
  font-size:.56rem;
  font-weight:800;
  letter-spacing:.055em;
  text-transform:uppercase;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-section-heading h2 {
  margin:2px 0 0;
  color:#101828;
  font-size:1rem;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .details-tabs .nav-tabs {
  gap:4px;
  padding:0 14px 9px;
  border-bottom:1px solid #eaecf0;
  background:#fff;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .details-tabs .nav-link {
  padding:7px 10px;
  border-radius:7px;
  color:#667085;
  background:#f8fafc;
  font-size:.65rem;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .details-tabs .nav-link.active {
  color:#fff;
  background:#101828;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .details-tabs .tab-content { padding:14px 16px 16px; }
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-spec-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0 18px;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-spec-grid > div {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  min-width:0;
  padding:9px 0;
  border-bottom:1px solid #eef0f3;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-spec-grid span {
  color:#7d8795;
  font-size:.63rem;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-spec-grid strong {
  max-width:62%;
  color:#344054;
  font-size:.66rem;
  text-align:right;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .detail-description {
  color:#475467;
  font-size:.74rem;
  line-height:1.7;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .detail-feature-grid {
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:7px;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .detail-feature-grid span {
  padding:7px 8px;
  border-radius:7px;
  font-size:.62rem;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-inspection-card {
  padding:16px;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-inspection-card > span {
  display:block;
  margin-top:10px;
  color:#e51b23;
  font-size:.55rem;
  font-weight:800;
  text-transform:uppercase;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-inspection-card h2 {
  margin:2px 0 5px;
  font-size:1rem;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-inspection-card p {
  margin:0 0 11px;
  color:#667085;
  font-size:.67rem;
  line-height:1.55;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-inspection-card .btn {
  min-height:37px;
  border-radius:7px;
  font-size:.63rem;
  font-weight:800;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-safety-card { margin-top:12px; }
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-safety-card .safety-list {
  margin:0;
  padding:12px 18px 14px 34px;
  color:#667085;
  font-size:.65rem;
  line-height:1.5;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-safety-card .safety-list li { margin-bottom:5px; }

/* Similar cars */
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .similar-cars-section { padding:26px 0 4px; }
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-similar-heading { padding:0 0 11px; }
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-similar-heading a {
  color:#e51b23;
  font-size:.64rem;
  font-weight:800;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .card-scroller {
  grid-auto-columns:minmax(210px,1fr);
  gap:10px;
  padding:0 0 8px;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mini-car-card {
  border-color:var(--mw-detail-border);
  border-radius:10px;
  box-shadow:none;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mini-car-card img {
  aspect-ratio:16/10;
  object-fit:contain;
  background:#f1f4f7;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mini-car-card .body { padding:10px; }
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mini-car-card h3 {
  min-height:auto;
  margin-bottom:6px;
  font-size:.69rem;
  text-transform:none;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mini-car-card .meta { font-size:.55rem; }
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mini-car-card .bottom { margin-top:8px; }
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mini-car-card .price { font-size:.67rem; }
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mini-car-card .btn { border-radius:6px; }
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .favorite-btn { width:29px; height:29px; }

/* Bid modal */
body.mw-inner-page.mw-detail-body .modal-content { border:0; border-radius:14px; box-shadow:0 24px 60px rgba(15,23,42,.22); }
body.mw-inner-page.mw-detail-body .modal-header,
body.mw-inner-page.mw-detail-body .modal-footer { border-color:#eaecf0; }
body.mw-inner-page.mw-detail-body .bid-modal-note { color:#667085; font-size:.68rem; }

@media (max-width:1199.98px) {
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .gallery-grid { height:350px; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .gallery-thumbs { max-height:350px; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .spec-strip { grid-template-columns:repeat(5,minmax(0,1fr)); }
}
@media (max-width:991.98px) {
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .detail-sidebar { position:static; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .detail-sidebar { display:grid; grid-template-columns:1.25fr .75fr; gap:12px; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .detail-sidebar .mw-card { margin-bottom:0; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-bid-history-card { grid-column:1/-1; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-content-row > .col-lg-4 { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-safety-card { margin-top:0; }
}
@media (max-width:767.98px) {
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .detail-shell { padding:15px 0 34px; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-breadcrumb { margin-bottom:9px; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-header {
    align-items:flex-start;
    margin-bottom:10px;
    padding:12px;
  }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-header h1 { font-size:1.22rem; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .detail-heading-actions { flex-direction:row; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .detail-icon-button { width:33px; height:33px; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-gallery-card { padding:8px; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .gallery-grid { height:auto; grid-template-columns:1fr; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .gallery-main { aspect-ratio:4/3; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .gallery-thumbs {
    display:grid;
    grid-template-columns:none;
    grid-auto-flow:column;
    grid-auto-columns:82px;
    max-height:none;
    overflow-x:auto;
    overflow-y:hidden;
  }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .gallery-thumb { height:62px; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .spec-strip {
    grid-template-columns:repeat(5,minmax(76px,1fr));
    overflow-x:auto;
    padding-bottom:2px;
    scrollbar-width:none;
  }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .spec-strip::-webkit-scrollbar { display:none; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .spec-strip > div { min-height:58px; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .detail-sidebar { grid-template-columns:1fr; gap:9px; margin-top:1px; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .detail-price { padding:13px; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .detail-price .amount { font-size:1.4rem; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-content-row { margin-top:10px; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-content-row > .col-lg-4 { grid-template-columns:1fr; gap:9px; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .details-tabs .nav-tabs { flex-wrap:nowrap; overflow-x:auto; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .details-tabs .nav-link { white-space:nowrap; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-spec-grid { grid-template-columns:1fr; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .detail-feature-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .card-scroller { grid-auto-columns:72%; }
}
@media (max-width:479.98px) {
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-header { gap:8px; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-kicker-row { gap:5px; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-ref { display:none; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-header h1 { font-size:1.08rem; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .detail-location { font-size:.66rem; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .gallery-main { aspect-ratio:16/11; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .spec-strip { grid-template-columns:repeat(5,72px); }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .spec-strip small { font-size:.48rem; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .spec-strip span { font-size:.6rem; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-contact-actions { grid-template-columns:1fr 1fr; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-contact-actions .detail-private-contact { grid-column:1/-1; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-auction-price-grid { grid-template-columns:1fr 1fr; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .auction-meta-list { grid-template-columns:1fr 1fr; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-spec-grid > div { padding:7px 0; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .detail-feature-grid { grid-template-columns:1fr; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .card-scroller { grid-auto-columns:82%; }
}

/* =========================================================
   Vehicle detail — full section inventory (used cars + auction)
   Keeps every original detail section while retaining compact V2 UI.
   ========================================================= */
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-inspection-promo {
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(240px,.85fr);
  align-items:center;
  gap:18px;
  padding:18px;
  margin-bottom:14px;
  overflow:hidden;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-inspection-copy { min-width:0; }
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-eyebrow {
  display:block;
  margin-bottom:4px;
  color:var(--mw-detail-danger);
  font-size:.62rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-inspection-promo h2 {
  margin:0 0 7px;
  color:var(--mw-detail-text);
  font-size:1.15rem;
  line-height:1.2;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-inspection-promo p {
  max-width:620px;
  margin:0 0 11px;
  color:var(--mw-detail-muted);
  font-size:.72rem;
  line-height:1.6;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-checkpoints {
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-bottom:12px;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-checkpoints span {
  display:inline-flex;
  align-items:center;
  gap:5px;
  min-height:28px;
  padding:5px 8px;
  border:1px solid var(--mw-detail-border);
  border-radius:7px;
  background:var(--mw-detail-soft);
  color:#344054;
  font-size:.62rem;
  font-weight:700;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-checkpoints i { color:var(--mw-detail-danger); }
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-inspection-promo .btn {
  min-height:36px;
  padding:8px 12px;
  border-radius:7px;
  font-size:.68rem;
  font-weight:800;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-inspection-visual {
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:150px;
  border-radius:10px;
  background:linear-gradient(145deg,#fff4f4,#f7f9fc);
  overflow:hidden;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-inspection-visual img {
  width:100%;
  height:178px;
  object-fit:contain;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-quick-info-card { margin-top:12px; }
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-quick-info-list { padding:4px 13px 12px; }
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-quick-info-list > div {
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  padding:8px 0;
  border-bottom:1px solid #eef1f4;
  font-size:.64rem;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-quick-info-list > div:last-child { border-bottom:0; }
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-quick-info-list span { color:var(--mw-detail-muted); }
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-quick-info-list strong {
  max-width:58%;
  color:var(--mw-detail-text);
  text-align:right;
  overflow-wrap:anywhere;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-product-info {
  margin-top:18px;
  padding:16px 18px;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-product-info .mw-detail-section-heading { padding:0 0 8px; }
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-product-copy {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-product-copy p {
  margin:0;
  color:var(--mw-detail-muted);
  font-size:.7rem;
  line-height:1.65;
}

@media (max-width:991.98px) {
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-inspection-promo {
    grid-template-columns:1fr .72fr;
  }
}
@media (max-width:767.98px) {
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-inspection-promo {
    grid-template-columns:1fr;
    gap:10px;
    padding:13px;
  }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-inspection-visual { min-height:116px; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-inspection-visual img { height:128px; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-checkpoints { display:grid; grid-template-columns:1fr 1fr; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-product-copy { grid-template-columns:1fr; gap:7px; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-product-info { padding:13px; }
}

/* =========================================================
   Vehicle detail — layout flow corrections
   Keeps auction / used-car content inventory identical while
   preventing the taller auction sidebar from creating dead space.
   ========================================================= */
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-body-grid {
  display:grid;
  grid-template-columns:minmax(0,2fr) minmax(280px,1fr);
  gap:14px 16px;
  align-items:start;
  margin-top:14px;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-body-grid > .mw-detail-gallery-card,
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-body-grid > .mw-detail-inspection-promo,
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-body-grid > .details-tabs {
  grid-column:1;
  min-width:0;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-body-grid > .detail-sidebar {
  grid-column:2;
  grid-row:1 / span 3;
  min-width:0;
  align-self:start;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-body-grid .mw-detail-inspection-promo,
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-body-grid .details-tabs {
  margin-top:0;
  margin-bottom:0;
}

/* Similar vehicles should stay card-sized even if only one record exists. */
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .card-scroller {
  grid-auto-columns:clamp(225px,24vw,270px);
  justify-content:start;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-similar-empty {
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
  max-width:720px;
  padding:14px 16px;
  border-radius:10px;
  box-shadow:none;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-similar-empty h3 {
  margin:0 0 2px;
  color:#101828;
  font-size:.78rem;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-similar-empty p {
  margin:0;
  color:#667085;
  font-size:.65rem;
}

/* Inspection visual: transparent technical car illustration; local diagram remains the JS fallback. */
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-inspection-visual {
  min-height:160px;
  padding:10px 14px;
  background:linear-gradient(145deg,#fff7f7,#f7f9fc);
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-inspection-visual img {
  width:100%;
  height:170px;
  object-fit:contain;
}

@media (max-width:991.98px) {
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-body-grid {
    grid-template-columns:1fr;
    gap:11px;
  }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-body-grid > .mw-detail-gallery-card,
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-body-grid > .detail-sidebar,
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-body-grid > .mw-detail-inspection-promo,
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-body-grid > .details-tabs {
    grid-column:1;
    grid-row:auto;
  }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .card-scroller {
    grid-auto-columns:clamp(215px,42vw,260px);
  }
}
@media (max-width:767.98px) {
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-body-grid { margin-top:10px; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .card-scroller { grid-auto-columns:76%; }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-similar-empty {
    grid-template-columns:auto minmax(0,1fr);
    padding:12px;
  }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-similar-empty .btn {
    grid-column:1 / -1;
    width:100%;
  }
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-detail-inspection-visual img { height:132px; }
}
@media (max-width:479.98px) {
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .card-scroller { grid-auto-columns:82%; }
}

/* =========================================================
   Vehicle detail — Similar Cars sizing correction
   Single cards stay compact; empty state spans the section.
   ========================================================= */
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .similar-cars-section {
  width:100%;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .card-scroller {
  width:100%;
  align-items:start;
  grid-auto-rows:max-content;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mini-car-card {
  height:auto;
  min-height:0;
  align-self:start;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mini-car-image {
  display:block;
  width:100%;
  height:152px;
  aspect-ratio:auto;
  background:#f1f4f7;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mini-car-card .mini-car-image img,
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mini-car-card img {
  display:block;
  width:100%;
  height:100%;
  aspect-ratio:auto;
  object-fit:cover;
  object-position:center;
}
body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mw-similar-empty {
  width:100%;
  max-width:none;
}

@media (max-width:767.98px) {
  body.mw-inner-page.mw-detail-body main .mw-vehicle-detail-v2 .mini-car-image { height:132px; }
}
