:root {
  --mw-bg: #f5f7fb;
  --mw-surface: #ffffff;
  --mw-soft: #eef4ff;
  --mw-ink: #142033;
  --mw-muted: #66758a;
  --mw-line: #e1e8f1;
  --mw-blue: #2768eb;
  --mw-blue-dark: #1854ca;
  --mw-green: #138b6b;
  --mw-shadow-sm: 0 9px 28px rgba(28, 55, 92, .08);
  --mw-shadow-md: 0 22px 58px rgba(28, 55, 92, .13);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { min-width: 320px; margin: 0; background: var(--mw-bg); color: var(--mw-ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body, button, input, select, textarea { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
img { max-width: 100%; height: auto; }

.mw-site { min-width: 320px; overflow: hidden; }
.mw-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

/* Header */
.mw-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(225, 232, 242, .9); background: rgba(255, 255, 255, .94); backdrop-filter: blur(16px); }
.mw-header__inner { min-height: 74px; display: flex; align-items: center; gap: 36px; }
.mw-logo { display: inline-flex; align-items: center; flex: none; gap: 10px; }
.mw-logo__mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px 12px 12px 5px; background: linear-gradient(145deg, #397ef3, #1854c8); box-shadow: 0 8px 18px rgba(39, 104, 235, .24); color: #fff; font-size: 19px; font-weight: 850; letter-spacing: -.06em; }
.mw-logo__text { font-size: 21px; font-weight: 780; letter-spacing: -.045em; }
.mw-logo__text span { color: var(--mw-blue); }
.mw-nav { display: flex; align-items: center; gap: 30px; margin-left: 24px; }
.mw-nav a { position: relative; color: #4d5c70; font-size: 14px; font-weight: 650; transition: color .2s ease; }
.mw-nav a::after { content: ""; position: absolute; right: 100%; bottom: -9px; left: 0; height: 2px; border-radius: 3px; background: var(--mw-blue); transition: right .2s ease; }
.mw-nav a:hover { color: var(--mw-blue); }
.mw-nav a:hover::after { right: 0; }
.mw-car-link { min-height: 40px; display: inline-flex; align-items: center; gap: 8px; margin-left: auto; border: 1px solid #dce5f3; border-radius: 12px; padding: 0 14px; background: #fff; box-shadow: 0 5px 16px rgba(31, 61, 101, .06); color: #35465b; font-size: 13px; font-weight: 700; }
.mw-car-link i { width: 8px; height: 8px; border: 2px solid var(--mw-blue); border-radius: 50%; box-shadow: 0 0 0 3px #eaf1ff; }
.mw-menu-button { width: 42px; height: 42px; display: none; border: 1px solid var(--mw-line); border-radius: 12px; padding: 0; background: #fff; cursor: pointer; }
.mw-menu-button span { width: 18px; height: 2px; display: block; margin: 4px auto; border-radius: 2px; background: var(--mw-ink); transition: transform .2s ease, opacity .2s ease; }

/* Hero */
.mw-hero { position: relative; padding: 70px 0 64px; border-bottom: 1px solid #e0e7f1; background: radial-gradient(circle at 13% 3%, rgba(207, 224, 255, .78), transparent 28%), linear-gradient(180deg, #fbfdff, #f4f8fd); }
.mw-hero::after { content: ""; position: absolute; right: -120px; bottom: -170px; width: 310px; height: 310px; border: 65px solid rgba(39, 104, 235, .035); border-radius: 50%; pointer-events: none; }
.mw-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(380px, .85fr); align-items: center; gap: 66px; }
.mw-eyebrow { width: fit-content; display: inline-flex; align-items: center; gap: 8px; margin-bottom: 20px; border: 1px solid #d9e5fb; border-radius: 999px; padding: 7px 12px 7px 7px; background: rgba(255, 255, 255, .82); color: #46617e; font-size: 12px; font-weight: 720; }
.mw-eyebrow b { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--mw-blue); color: #fff; font-size: 11px; }
.mw-hero h1 { max-width: 720px; margin: 0; font-size: clamp(44px, 5vw, 66px); line-height: .99; letter-spacing: -.064em; }
.mw-hero h1 span { color: var(--mw-blue); }
.mw-hero__copy > p { max-width: 650px; margin: 23px 0 0; color: #64758b; font-size: 16px; line-height: 1.7; }

.mw-search { min-height: 62px; display: flex; align-items: center; gap: 12px; margin-top: 31px; border: 1px solid #d8e2f0; border-radius: 17px; padding: 7px 7px 7px 20px; background: #fff; box-shadow: 0 18px 50px rgba(35, 70, 116, .12); transition: border-color .2s ease, box-shadow .2s ease; }
.mw-search:focus-within { border-color: #9bbcf8; box-shadow: 0 20px 56px rgba(39, 104, 235, .16); }
.mw-search svg { width: 22px; height: 22px; flex: none; fill: none; stroke: #7a8ca3; stroke-width: 1.8; stroke-linecap: round; }
.mw-search input[type="search"] { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: var(--mw-ink); font-size: 13px; }
.mw-search button { min-height: 46px; flex: none; border: 0; border-radius: 12px; padding: 0 18px; background: var(--mw-blue); color: #fff; font-size: 12px; font-weight: 760; cursor: pointer; transition: background .2s ease; }
.mw-search button:hover { background: var(--mw-blue-dark); }
.mw-hints { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin-top: 13px; color: #8996a7; font-size: 10px; }
.mw-hints a { border-bottom: 1px dashed #b7c4d4; color: #62748b; }
.mw-hints a:hover { border-color: var(--mw-blue); color: var(--mw-blue); }
.mw-trust { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin-top: 32px; }
.mw-trust > div { display: flex; align-items: center; gap: 9px; }
.mw-trust > div > b { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 10px; background: #eaf1ff; color: var(--mw-blue); font-size: 12px; }
.mw-trust span { display: flex; flex-direction: column; gap: 3px; }
.mw-trust strong { font-size: 10px; }
.mw-trust small { color: #8b98a9; font-size: 9px; }

/* Vehicle picker */
.mw-picker { position: relative; overflow: hidden; border: 1px solid #dce5f0; border-radius: 27px; padding: 22px; background: rgba(255, 255, 255, .94); box-shadow: 0 27px 65px rgba(32, 64, 106, .14); }
.mw-picker::before { content: ""; position: absolute; top: -70px; right: -70px; width: 190px; height: 190px; border-radius: 50%; background: rgba(39, 104, 235, .05); }
.mw-picker__top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.mw-picker__top > span { color: #6f8096; font-size: 9px; font-weight: 780; letter-spacing: .08em; text-transform: uppercase; }
.mw-picker__top > b { display: inline-flex; align-items: center; gap: 6px; border: 1px solid #d8ece6; border-radius: 999px; padding: 5px 8px; background: #f0faf7; color: #31806a; font-size: 8px; }
.mw-picker__top > b i { width: 5px; height: 5px; border-radius: 50%; background: #1ca477; box-shadow: 0 0 0 3px rgba(28, 164, 119, .12); }
.mw-car-art { position: relative; height: 145px; margin: 13px 0 12px; overflow: hidden; border-radius: 18px; background: linear-gradient(160deg, #e9f2ff, #f7faff 60%); }
.mw-car-art__sun { position: absolute; top: 18px; right: 34px; width: 44px; height: 44px; border-radius: 50%; background: rgba(72, 139, 245, .13); box-shadow: 0 0 0 17px rgba(72, 139, 245, .055); }
.mw-car-art__road { position: absolute; right: -20px; bottom: 0; left: -20px; height: 48px; transform: skewX(-22deg); background: linear-gradient(180deg, #d9e3ef, #c9d6e4); }
.mw-car-art__road::after { content: ""; position: absolute; top: 19px; right: 22px; left: 22px; height: 2px; background: repeating-linear-gradient(90deg, #fff 0 24px, transparent 24px 40px); }
.mw-car-art__body { position: absolute; z-index: 2; bottom: 33px; left: 50%; width: 190px; height: 55px; transform: translateX(-50%); border-radius: 44px 53px 16px 18px; background: linear-gradient(150deg, #3f7de4, #1d52aa); box-shadow: 0 14px 20px rgba(25, 71, 143, .2); }
.mw-car-art__body::before { content: ""; position: absolute; top: -28px; left: 40px; width: 105px; height: 41px; transform: skewX(-18deg); border-radius: 32px 42px 0 0; background: #3975d4; }
.mw-car-art__body::after { content: ""; position: absolute; right: 20px; bottom: -12px; width: 30px; height: 30px; border: 7px solid #263a52; border-radius: 50%; background: #d9e4f0; box-shadow: -112px 0 0 -7px #d9e4f0, -112px 0 0 0 #263a52; }
.mw-car-art__body i { position: absolute; z-index: 1; top: -20px; left: 58px; width: 76px; height: 25px; transform: skewX(-18deg); border-radius: 19px 25px 2px 2px; background: #d9e9fa; }
.mw-car-art__body b { position: absolute; right: 8px; bottom: 16px; width: 19px; height: 8px; border-radius: 7px; background: #f8dda2; }
.mw-car-art small { position: absolute; z-index: 3; border: 1px solid #d9e4f1; border-radius: 8px; padding: 5px 7px; background: rgba(255, 255, 255, .9); color: #5c7190; font-size: 7px; font-weight: 800; }
.mw-car-art small:nth-of-type(1) { top: 18px; left: 18px; }
.mw-car-art small:nth-of-type(2) { right: 17px; bottom: 19px; }
.mw-picker h2 { margin: 0; font-size: 21px; letter-spacing: -.035em; }
.mw-picker > p { margin: 7px 0 17px; color: #7a899d; font-size: 10px; line-height: 1.55; }
.mw-picker__fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.mw-picker label { display: flex; flex-direction: column; gap: 7px; }
.mw-picker label > span { color: #76869b; font-size: 9px; font-weight: 700; }
.mw-picker select { width: 100%; min-height: 44px; border: 1px solid #dbe3ee; border-radius: 11px; outline: 0; padding: 0 33px 0 11px; background: #f9fbfd; color: #34475e; font-size: 10px; }
.mw-picker select:focus { border-color: #9bbcf8; }
.mw-picker select:disabled { color: #9ea8b5; cursor: not-allowed; }
.mw-picker__submit { width: 100%; min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 12px; border: 0; border-radius: 12px; background: var(--mw-blue); color: #fff; font-size: 11px; font-weight: 760; cursor: pointer; }
.mw-picker__submit:hover { background: var(--mw-blue-dark); }
.mw-picker__submit:disabled { background: #c7d1df; cursor: not-allowed; }

/* Home blocks */
.mw-metrics { border-bottom: 1px solid #e1e8f1; background: #fff; }
.mw-metrics .mw-container { min-height: 88px; display: grid; grid-template-columns: repeat(4, 1fr); }
.mw-metrics .mw-container > div { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border-right: 1px solid #edf1f6; }
.mw-metrics .mw-container > div:last-child { border-right: 0; }
.mw-metrics strong { font-size: 22px; letter-spacing: -.04em; }
.mw-metrics span { color: #8996a7; font-size: 9px; }
.mw-section { padding: 68px 0; background: #fff; }
.mw-section--soft { border-block: 1px solid #e7ecf3; background: #f5f8fc; }
.mw-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 29px; }
.mw-heading > div > span, .mw-process > .mw-container > div > span, .mw-section-label { color: var(--mw-blue); font-size: 9px; font-weight: 820; letter-spacing: .085em; text-transform: uppercase; }
.mw-heading h2, .mw-process h2 { margin: 8px 0 0; font-size: 35px; line-height: 1.08; letter-spacing: -.05em; }
.mw-heading p { margin: 9px 0 0; color: #748399; font-size: 12px; line-height: 1.6; }
.mw-heading--center { justify-content: center; text-align: center; }
.mw-brand-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.mw-brand-card { min-width: 0; display: flex; align-items: center; gap: 14px; border: 1px solid var(--mw-line); border-radius: 17px; padding: 15px; background: #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.mw-brand-card:hover { border-color: #bfd0ef; box-shadow: var(--mw-shadow-sm); }
.mw-brand-card > b { width: 48px; height: 48px; display: grid; place-items: center; flex: none; border-radius: 14px; font-size: 17px; font-weight: 850; letter-spacing: -.07em; }
.mw-brand-card > b.blue { background: #e9f1ff; color: #2665dd; }
.mw-brand-card > b.violet { background: #f1edff; color: #6550c7; }
.mw-brand-card > b.red { background: #ffeded; color: #d34a4a; }
.mw-brand-card > b.graphite { background: #edf0f4; color: #364150; }
.mw-brand-card > b.cyan { background: #e5f8fa; color: #16859a; }
.mw-brand-card > b.gold { background: #fff5da; color: #ae7c16; }
.mw-brand-card > span { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.mw-brand-card > span strong { font-size: 15px; }
.mw-brand-card > span small { color: #8391a3; font-size: 10px; }
.mw-brand-card > i { width: 32px; height: 32px; display: grid; place-items: center; margin-left: auto; border-radius: 10px; background: #f4f7fb; color: #718197; font-size: 16px; font-style: normal; transition: background .2s ease, color .2s ease; }
.mw-brand-card:hover > i { background: var(--mw-blue); color: #fff; }

.mw-topic-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; }
.mw-topic-grid > a { min-height: 205px; display: flex; align-items: flex-start; flex-direction: column; border: 1px solid var(--mw-line); border-radius: 19px; padding: 20px; background: #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.mw-topic-grid > a:hover { border-color: #bfd0ef; box-shadow: var(--mw-shadow-sm); }
.mw-topic-grid > a > b { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px; font-size: 18px; }
.mw-topic-grid > a.amber > b { background: #fff4dc; color: #bd7d11; }
.mw-topic-grid > a.blue > b { background: #eaf1ff; color: #2768eb; }
.mw-topic-grid > a.red > b { background: #ffeded; color: #ce4c4c; }
.mw-topic-grid > a.green > b { background: #e9f7f2; color: #148467; }
.mw-topic-grid strong { margin-top: 18px; font-size: 15px; }
.mw-topic-grid small { margin-top: 7px; color: #8290a3; font-size: 10px; line-height: 1.55; }
.mw-topic-grid i { margin: auto 0 0 auto; color: #718197; font-size: 18px; font-style: normal; }

/* Lists */
.mw-answers, .mw-category-content { background: #f7f9fc; }
.mw-answer-layout { display: grid; grid-template-columns: minmax(0, 1fr) 285px; align-items: start; gap: 22px; }
.mw-answer-list { display: flex; flex-direction: column; gap: 12px; }
.mw-answer-card { min-height: 192px; display: grid; grid-template-columns: 116px minmax(0, 1fr); overflow: hidden; border: 1px solid var(--mw-line); border-radius: 19px; background: #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.mw-answer-card:hover { border-color: #bed0ef; box-shadow: var(--mw-shadow-sm); }
.mw-answer-card__vehicle { min-width: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 9px; padding: 12px 8px; background: linear-gradient(155deg, #eaf2ff, #dfeaff); color: #2b64c9; text-align: center; }
.mw-answer-card__vehicle > b { max-width: 100%; font-size: 11px; font-weight: 850; letter-spacing: -.03em; word-break: break-word; }
.mw-answer-card__vehicle > small { max-width: 100%; color: #6583b9; font-size: 9px; line-height: 1.35; word-break: break-word; }
.mw-answer-card__body { min-width: 0; display: flex; flex-direction: column; padding: 19px 20px 15px; }
.mw-answer-card__meta { min-height: 16px; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; color: #8795a7; font-size: 9px; }
.mw-answer-card__meta > span { color: var(--mw-blue); font-weight: 730; }
.mw-answer-card__meta > i { width: 3px; height: 3px; border-radius: 50%; background: #bec6d0; }
.mw-answer-card h2 { margin: 8px 0 0; font-size: 17px; line-height: 1.34; letter-spacing: -.025em; }
.mw-answer-card h2 a:hover { color: var(--mw-blue); }
.mw-answer-card__excerpt { margin-top: 8px; color: #748398; font-size: 11px; line-height: 1.55; }
.mw-answer-card__excerpt p { margin: 0; }
.mw-answer-card__bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 13px; }
.mw-verified { color: #298268; font-size: 9px; font-weight: 720; }
.mw-read-link { display: inline-flex; align-items: center; gap: 6px; margin-left: auto; color: var(--mw-blue); font-size: 10px; font-weight: 770; }
.mw-read-link span { font-size: 15px; }
.mw-answer-aside { position: sticky; top: 95px; }
.mw-safe-card { border: 1px solid #d5eae3; border-radius: 19px; padding: 20px; background: linear-gradient(145deg, #eff8f5, #f8fcfb); }
.mw-safe-card > b { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: #168b6b; color: #fff; font-size: 14px; }
.mw-safe-card h3 { margin: 14px 0 8px; font-size: 16px; letter-spacing: -.025em; }
.mw-safe-card p { margin: 0; color: #617c74; font-size: 10px; line-height: 1.65; }
.mw-safe-card ul { margin: 17px 0 0; padding: 0; list-style: none; }
.mw-safe-card li { margin-top: 8px; color: #497067; font-size: 9px; }

.mw-process { padding: 68px 0; background: #142d50; color: #fff; }
.mw-process > .mw-container { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; }
.mw-process h2 { max-width: 470px; }
.mw-process > .mw-container > div > p { margin: 13px 0 0; color: #9eb0c7; font-size: 11px; line-height: 1.6; }
.mw-process ol { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; }
.mw-process li { min-height: 150px; display: flex; flex-direction: column; border-left: 1px solid rgba(255, 255, 255, .14); padding: 0 21px; }
.mw-process li > b { color: #6b92c9; font-size: 11px; }
.mw-process li > span { display: flex; flex-direction: column; gap: 8px; margin-top: auto; }
.mw-process li strong { font-size: 12px; }
.mw-process li small { color: #98a8bd; font-size: 9px; line-height: 1.5; }

/* Category */
.mw-category-hero { padding: 26px 0 50px; border-bottom: 1px solid #e0e7f1; background: radial-gradient(circle at 80% 20%, rgba(201, 220, 254, .64), transparent 25%), linear-gradient(155deg, #fbfdff, #eff5ff); }
.mw-category-hero .speedbar { color: #8694a7; font-size: 10px; }
.mw-category-hero__label { display: inline-flex; align-items: center; gap: 8px; margin-top: 39px; color: #5f7590; font-size: 9px; font-weight: 780; letter-spacing: .08em; text-transform: uppercase; }
.mw-category-hero__label i { width: 7px; height: 7px; border-radius: 50%; background: var(--mw-blue); box-shadow: 0 0 0 5px #e4edff; }
.mw-category-hero h1 { margin: 12px 0 0; font-size: clamp(40px, 5vw, 59px); line-height: 1; letter-spacing: -.06em; }
.mw-category-hero__description { max-width: 720px; margin-top: 13px; color: #64768d; font-size: 13px; line-height: 1.65; }
.mw-category-hero__description:empty { display: none; }
.mw-model-directory { margin: -12px 0 30px; border: 1px solid var(--mw-line); border-radius: 20px; padding: 22px; background: #fff; box-shadow: var(--mw-shadow-sm); }
.mw-model-directory[hidden] { display: none; }
.mw-model-directory__heading { margin-bottom: 16px; }
.mw-model-directory__heading span { color: var(--mw-blue); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.mw-model-directory__heading h2 { margin: 6px 0 0; font-size: 25px; letter-spacing: -.04em; }
.mw-model-directory__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; }
.mw-model-directory__grid a { display: flex; align-items: center; justify-content: space-between; min-height: 48px; border: 1px solid #e1e8f2; border-radius: 12px; padding: 0 13px; color: #33445a; font-size: 12px; font-weight: 750; transition: border-color .2s ease, color .2s ease, background .2s ease; }
.mw-model-directory__grid a:hover { border-color: #bfd0ef; background: #f5f8ff; color: var(--mw-blue); }
.mw-model-directory__grid a span { color: #8090a4; font-size: 15px; }

/* Full article */
.mw-full-speedbar { padding-top: 25px; color: #8795a7; font-size: 10px; }
.mw-full-speedbar a:hover { color: var(--mw-blue); }
.mw-article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 285px; align-items: start; gap: 22px; padding-top: 23px; padding-bottom: 68px; }
.mw-article { overflow: hidden; border: 1px solid var(--mw-line); border-radius: 23px; background: #fff; box-shadow: 0 17px 45px rgba(35, 62, 97, .075); }
.mw-article__header { border-bottom: 1px solid #e8edf4; padding: 39px 43px 34px; background: radial-gradient(circle at 95% 5%, rgba(215, 229, 255, .82), transparent 25%), linear-gradient(160deg, #fff, #f8fbff); }
.mw-article__labels { display: flex; flex-wrap: wrap; gap: 7px; }
.mw-article__labels span { border-radius: 999px; padding: 6px 10px; background: #eaf1ff; color: #3266c7; font-size: 9px; font-weight: 730; }
.mw-article__labels span + span { background: #f0f3f7; color: #617187; }
.mw-article__header h1 { max-width: 850px; margin: 17px 0 13px; font-size: clamp(35px, 4vw, 50px); line-height: 1.04; letter-spacing: -.055em; }
.mw-article__lead { max-width: 700px; color: #68788e; font-size: 13px; line-height: 1.65; }
.mw-article__lead p { margin: 0; }
.mw-article__meta { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin-top: 21px; color: #8a97a7; font-size: 9px; }
.mw-article__meta i { width: 3px; height: 3px; border-radius: 50%; background: #bac3ce; }
.mw-article__meta .verified { color: #218165; font-weight: 720; }
.mw-short-answer { display: grid; grid-template-columns: 45px minmax(0, 1fr); gap: 15px; margin: 30px 43px 0; border: 1px solid #cde5dc; border-radius: 18px; padding: 21px; background: linear-gradient(145deg, #edf8f4, #f8fcfa); }
.mw-short-answer > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: #189370; color: #fff; font-size: 17px; font-weight: 800; }
.mw-short-answer b { display: block; color: #14795d; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.mw-short-answer p { margin: 7px 0 0; color: #395f55; font-size: 12px; line-height: 1.6; }
.mw-menu-path { width: fit-content; margin-top: 12px; border: 1px solid #c7ded6; border-radius: 10px; padding: 8px 11px; background: #fff; color: #236e5a; font-size: 10px; font-weight: 720; }
.mw-article__content { margin: 0 43px; padding: 36px 0; color: #44556a; font-size: 12px; line-height: 1.75; }
.mw-article__content h2 { margin: 34px 0 14px; color: var(--mw-ink); font-size: 27px; line-height: 1.2; letter-spacing: -.04em; }
.mw-article__content h2:first-child { margin-top: 0; }
.mw-article__content h3 { margin: 25px 0 8px; color: var(--mw-ink); font-size: 17px; letter-spacing: -.025em; }
.mw-article__content p { margin: 0 0 14px; }
.mw-article__content ol, .mw-article__content ul { margin: 16px 0; padding-left: 23px; }
.mw-article__content li { margin: 9px 0; padding-left: 5px; }
.mw-article__content a { color: var(--mw-blue); text-decoration: underline; text-underline-offset: 2px; }
.mw-content-note { margin: 23px 0; border-left: 3px solid var(--mw-blue); border-radius: 0 12px 12px 0; padding: 15px 17px; background: #f2f6fd; }
.mw-content-note strong { color: var(--mw-ink); }
.mw-content-note p { margin: 5px 0 0; color: #6b7d93; font-size: 10px; }
.mw-risk-note { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 13px; margin: 0 43px 30px; border: 1px solid #f1dec0; border-radius: 15px; padding: 17px; background: #fffaf1; }
.mw-risk-note > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: #e9a62f; color: #fff; font-size: 15px; font-weight: 850; }
.mw-risk-note b { font-size: 11px; }
.mw-risk-note p { margin: 5px 0 0; color: #79694e; font-size: 10px; line-height: 1.55; }
.mw-source { display: grid; grid-template-columns: 47px minmax(0, 1fr) auto; align-items: center; gap: 15px; margin: 0 43px 40px; border: 1px solid #dfe6ef; border-radius: 17px; padding: 17px; background: #f8fafc; }
.mw-source > span { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 12px; background: #eaf0fa; color: #4b6c9d; font-size: 10px; font-weight: 840; }
.mw-source > div { min-width: 0; }
.mw-source > div > b { display: block; margin-bottom: 4px; color: #8391a3; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.mw-source > div > strong { display: block; font-size: 11px; }
.mw-source p { margin: 4px 0 0; color: #8491a2; font-size: 9px; }
.mw-source > a { color: var(--mw-blue); font-size: 9px; font-weight: 720; }
.mw-article-aside { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 13px; }
.mw-toc, .mw-model-box { border: 1px solid var(--mw-line); border-radius: 18px; padding: 19px; background: #fff; }
.mw-toc > b { display: block; margin-bottom: 11px; color: #8996a7; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.mw-toc a { display: block; border-left: 2px solid #e3e9f1; padding: 8px 0 8px 12px; color: #64758b; font-size: 10px; font-weight: 650; }
.mw-toc a:hover { border-color: var(--mw-blue); color: var(--mw-blue); }
.mw-model-box { display: flex; flex-direction: column; gap: 5px; background: linear-gradient(145deg, #17365f, #2158ad); box-shadow: 0 14px 30px rgba(30, 81, 158, .17); color: #fff; }
.mw-model-box > span { color: #b8cbed; font-size: 8px; text-transform: uppercase; }
.mw-model-box > strong { font-size: 14px; }
.mw-model-box > small { color: #c2d4ef; font-size: 9px; }
.mw-model-box > small a { color: inherit; }

/* Generic DLE pages */
.mw-generic { min-height: 65vh; background: #f7f9fc; }
.mw-generic .speedbar { margin-bottom: 20px; color: #8492a4; font-size: 10px; }
.mw-search-page, .mw-static, .mw-not-found { border: 1px solid var(--mw-line); border-radius: 21px; padding: 30px; background: #fff; box-shadow: var(--mw-shadow-sm); }
.mw-search-page h1, .mw-static h1, .mw-not-found h1 { margin: 8px 0 18px; font-size: 32px; letter-spacing: -.045em; }
.mw-search--page { max-width: 720px; }
.mw-search-message { margin-top: 16px; color: #708097; font-size: 11px; }
.mw-static__content { color: #4f6076; font-size: 12px; line-height: 1.75; }
.mw-static__content h2 { color: var(--mw-ink); font-size: 24px; }
.mw-info { margin-bottom: 17px; border: 1px solid #d7e4f7; border-radius: 13px; padding: 14px 16px; background: #f1f6ff; color: #526b8f; font-size: 11px; line-height: 1.55; }
.mw-info:empty { display: none; }
.mw-not-found { min-height: 360px; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; }
.mw-not-found > span { color: var(--mw-blue); font-size: 75px; font-weight: 850; letter-spacing: -.08em; }
.mw-not-found p { margin: -7px 0 22px; color: #758499; font-size: 12px; }
.mw-not-found a { border-radius: 11px; padding: 12px 16px; background: var(--mw-blue); color: #fff; font-size: 11px; font-weight: 720; }

.mw-pagination { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 26px; }
.mw-pagination a, .mw-pagination span { min-width: 36px; height: 36px; display: inline-grid; place-items: center; border: 1px solid var(--mw-line); border-radius: 10px; background: #fff; color: #5f7086; font-size: 10px; font-weight: 700; }
.mw-pagination a:hover, .mw-pagination span.current { border-color: var(--mw-blue); background: var(--mw-blue); color: #fff; }
.mw-pagination__pages { display: flex; gap: 6px; }

/* Footer */
.mw-footer { border-top: 1px solid #e2e8f0; background: #fff; }
.mw-footer__inner { min-height: 94px; display: flex; align-items: center; gap: 35px; }
.mw-logo--footer .mw-logo__mark { width: 33px; height: 33px; border-radius: 10px 10px 10px 4px; font-size: 16px; }
.mw-logo--footer .mw-logo__text { font-size: 17px; }
.mw-footer__inner > p { max-width: 480px; margin: 0; color: #8190a2; font-size: 9px; line-height: 1.5; }
.mw-footer__inner nav { display: flex; gap: 20px; margin-left: auto; }
.mw-footer__inner nav a { color: #65758a; font-size: 10px; font-weight: 650; }
.mw-footer__inner nav a:hover { color: var(--mw-blue); }

/* DLE service elements */
.mass_comments_action, .mass_comments_action select, .bb-editor textarea, .form-control, .ui-dialog input, .ui-dialog textarea { max-width: 100%; }
.form-control { width: 100%; min-height: 43px; border: 1px solid var(--mw-line); border-radius: 10px; padding: 9px 11px; outline: 0; background: #fff; }
.form-control:focus { border-color: #9bbcf8; box-shadow: 0 0 0 3px rgba(39, 104, 235, .08); }
.btn, .btn-border { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; border: 1px solid var(--mw-blue); border-radius: 10px; padding: 0 14px; background: var(--mw-blue); color: #fff; font-size: 11px; font-weight: 700; cursor: pointer; }
.btn-border { background: #fff; color: var(--mw-blue); }

@media (max-width: 1040px) {
  .mw-hero__grid { grid-template-columns: minmax(0, 1fr) 360px; gap: 38px; }
  .mw-hero h1 { font-size: 50px; }
  .mw-topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mw-process > .mw-container { gap: 40px; }
}

@media (max-width: 880px) {
  .mw-header__inner { min-height: 68px; }
  .mw-nav { position: absolute; top: calc(100% + 8px); right: 20px; left: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; margin: 0; border: 1px solid var(--mw-line); border-radius: 15px; padding: 8px; background: #fff; box-shadow: var(--mw-shadow-md); }
  .mw-nav.is-open { display: flex; }
  .mw-nav a { border-radius: 9px; padding: 12px; }
  .mw-nav a:hover { background: #f3f6fb; }
  .mw-nav a::after { display: none; }
  .mw-menu-button { display: block; margin-left: 5px; }
  .mw-menu-button.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .mw-menu-button.is-open span:nth-child(2) { opacity: 0; }
  .mw-menu-button.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .mw-hero__grid { grid-template-columns: 1fr; gap: 46px; }
  .mw-hero__copy { text-align: center; }
  .mw-eyebrow, .mw-search, .mw-hero__copy > p { margin-inline: auto; }
  .mw-hints, .mw-trust { justify-content: center; }
  .mw-picker { width: min(510px, 100%); margin-inline: auto; }
  .mw-metrics .mw-container { grid-template-columns: repeat(2, 1fr); padding: 16px 0; }
  .mw-metrics .mw-container > div { min-height: 65px; border-right: 0; }
  .mw-brand-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mw-model-directory__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .mw-answer-layout, .mw-article-layout, .mw-process > .mw-container { grid-template-columns: 1fr; }
  .mw-answer-aside, .mw-article-aside { position: static; }
  .mw-process ol { max-width: 650px; }
  .mw-article-aside { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .mw-container { width: min(100% - 26px, 1180px); }
  .mw-header .mw-container { width: min(100% - 20px, 1180px); }
  .mw-car-link { display: none; }
  .mw-hero { padding: 48px 0 45px; }
  .mw-hero h1 { font-size: 39px; }
  .mw-hero__copy > p { font-size: 13px; }
  .mw-search { display: grid; grid-template-columns: 22px minmax(0, 1fr); padding: 10px 11px 10px 15px; }
  .mw-search button { grid-column: 1 / -1; }
  .mw-trust { display: grid; grid-template-columns: repeat(2, 1fr); text-align: left; }
  .mw-trust > div:last-child { grid-column: 1 / -1; justify-self: center; }
  .mw-picker { border-radius: 22px; padding: 17px; }
  .mw-car-art { height: 132px; }
  .mw-car-art__body { transform: translateX(-50%) scale(.86); }
  .mw-picker__fields { grid-template-columns: 1fr; }
  .mw-section { padding: 52px 0; }
  .mw-heading h2, .mw-process h2 { font-size: 29px; }
  .mw-brand-grid, .mw-topic-grid { grid-template-columns: 1fr; }
  .mw-model-directory { padding: 17px; }
  .mw-model-directory__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mw-topic-grid > a { min-height: 170px; }
  .mw-answer-card { grid-template-columns: 82px minmax(0, 1fr); }
  .mw-answer-card__body { padding: 15px 13px 12px; }
  .mw-answer-card h2 { font-size: 14px; }
  .mw-answer-card__bottom { align-items: flex-start; flex-direction: column; gap: 5px; }
  .mw-read-link { margin-left: 0; }
  .mw-process { padding: 52px 0; }
  .mw-process ol { grid-template-columns: 1fr; }
  .mw-process li { min-height: 0; display: grid; grid-template-columns: 38px 1fr; gap: 14px; border-top: 1px solid rgba(255, 255, 255, .13); border-left: 0; padding: 16px 0; }
  .mw-process li > span { margin-top: 0; }
  .mw-footer__inner { align-items: flex-start; flex-direction: column; gap: 16px; padding: 27px 0; }
  .mw-footer__inner nav { margin-left: 0; }
  .mw-category-hero { padding-bottom: 39px; }
  .mw-category-hero h1 { font-size: 39px; }
  .mw-article-layout { padding-top: 15px; padding-bottom: 45px; }
  .mw-article { border-radius: 19px; }
  .mw-article__header { padding: 27px 20px 25px; }
  .mw-article__header h1 { font-size: 33px; }
  .mw-article__lead { font-size: 11px; }
  .mw-short-answer { grid-template-columns: 36px minmax(0, 1fr); gap: 11px; margin: 20px 14px 0; padding: 15px; }
  .mw-short-answer > span { width: 35px; height: 35px; }
  .mw-article__content { margin: 0 20px; padding: 29px 0; }
  .mw-article__content h2 { font-size: 24px; }
  .mw-risk-note { margin: 0 14px 22px; }
  .mw-source { grid-template-columns: 43px minmax(0, 1fr); margin: 0 14px 28px; }
  .mw-source > a { grid-column: 1 / -1; margin-left: 58px; }
  .mw-article-aside { grid-template-columns: 1fr; }
  .mw-toc { display: none; }
  .mw-search-page, .mw-static, .mw-not-found { padding: 22px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
