.bw-fleet-compare {
    --bw-fc-accent: #F30101;
    --bw-fc-ink: #111111;
    --bw-fc-muted: #575757;
    --bw-fc-line: rgba(17, 17, 17, .12);
    --bw-fc-soft: #fbf8f2;
    background: #fbf8f2;
    color: var(--bw-fc-ink);
    padding: 58px 0 64px;
    overflow: clip;
}

.bw-fleet-compare * { box-sizing: border-box; }

.bw-fleet-compare__header {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(520px, 1.05fr);
    align-items: end;
    gap: 42px;
    margin-bottom: 28px;
}

.bw-fleet-compare__heading-copy { min-width: 0; }

.bw-fleet-compare__eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 14px;
    font-family: "TeX Gyre Adventor", "Avenir Next", Avenir, Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .19em;
    text-transform: uppercase;
    color: var(--bw-fc-accent);
}

.bw-fleet-compare__eyebrow span {
    width: 42px;
    height: 1px;
    background: var(--bw-fc-accent);
    flex: 0 0 auto;
}

.bw-fleet-compare__title {
    margin: 0;
    max-width: 760px;
    font-family: "Cormorant Garamond", Baskerville, "Iowan Old Style", Georgia, serif;
    font-size: clamp(46px, 4.2vw, 68px);
    line-height: .98;
    font-weight: 500;
    letter-spacing: -.02em;
    color: #111;
    font-synthesis: none;
}

.bw-fleet-compare__intro {
    max-width: 680px;
    margin: 16px 0 0;
    font-family: "TeX Gyre Adventor", "Avenir Next", Avenir, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.62;
    font-weight: 400;
    color: #3e3e3e;
}

.bw-fleet-compare__benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.bw-fleet-compare__benefit {
    min-height: 82px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 15px 16px;
    border: 1px solid var(--bw-fc-line);
    border-radius: 10px;
    background: rgba(255,255,255,.55);
    font-family: "TeX Gyre Adventor", "Avenir Next", Avenir, Arial, sans-serif;
}

.bw-fleet-compare__benefit-icon {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    color: var(--bw-fc-accent);
}

.bw-fleet-compare__benefit-icon svg,
.bw-fleet-compare__note > span svg,
.bw-fleet-compare__detail-link svg,
.bw-fleet-compare__compare-button svg,
.bw-fleet-compare__cta a svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bw-fleet-compare__benefit strong {
    display: block;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 600;
}

.bw-fleet-compare__benefit small {
    display: block;
    margin-top: 3px;
    color: var(--bw-fc-muted);
    font-size: 10.5px;
    line-height: 1.35;
    font-weight: 400;
}

.bw-fleet-compare__workspace {
    display: grid;
    grid-template-columns: minmax(250px, 292px) minmax(0, 1fr);
    gap: 20px;
    align-items: stretch;
}

.bw-fleet-compare__selector,
.bw-fleet-compare__results {
    border: 1px solid var(--bw-fc-line);
    border-radius: 12px;
    background: rgba(255,255,255,.7);
}

.bw-fleet-compare__selector {
    min-width: 0;
    padding: 16px 13px 14px;
    font-family: "TeX Gyre Adventor", "Avenir Next", Avenir, Arial, sans-serif;
}

.bw-fleet-compare__selector-head {
    padding: 2px 5px 13px;
    border-bottom: 1px solid var(--bw-fc-line);
}

.bw-fleet-compare__selector-head h3 {
    margin: 0;
    font-family: "TeX Gyre Adventor", "Avenir Next", Avenir, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
}

.bw-fleet-compare__selector-head p {
    margin: 5px 0 0;
    color: #666;
    font-size: 11.5px;
    line-height: 1.4;
}

.bw-fleet-compare__mobile-toggle { display: none; }

.bw-fleet-compare__option-list {
    max-height: 466px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(243,1,1,.5) transparent;
    padding: 10px 3px 4px;
}

.bw-fleet-compare__option {
    position: relative;
    min-height: 72px;
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr) 28px;
    align-items: center;
    gap: 10px;
    margin-bottom: 9px;
    padding: 8px 9px;
    border: 1px solid rgba(17,17,17,.11);
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.bw-fleet-compare__option:hover,
.bw-fleet-compare__option:focus-within {
    border-color: rgba(243,1,1,.55);
}

.bw-fleet-compare__option.is-selected {
    border-color: var(--bw-fc-accent);
    background: rgba(243,1,1,.025);
}

.bw-fleet-compare__option img {
    width: 78px;
    height: 55px;
    object-fit: contain;
    display: block;
}

.bw-fleet-compare__option-copy { min-width: 0; }

.bw-fleet-compare__option-copy strong {
    display: block;
    font-size: 11.5px;
    line-height: 1.3;
    font-weight: 600;
}

.bw-fleet-compare__option-copy small {
    display: block;
    margin-top: 3px;
    color: #666;
    font-size: 10px;
    line-height: 1.3;
}

.bw-fleet-compare__option input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.bw-fleet-compare__checkbox {
    width: 21px;
    height: 21px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(17,17,17,.42);
    border-radius: 4px;
    background: #fff;
}

.bw-fleet-compare__option input:checked + .bw-fleet-compare__checkbox {
    border-color: var(--bw-fc-accent);
    background: var(--bw-fc-accent);
}

.bw-fleet-compare__option input:checked + .bw-fleet-compare__checkbox::after {
    content: "";
    width: 8px;
    height: 4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-1px) rotate(-45deg);
}

.bw-fleet-compare__limit-message {
    min-height: 17px;
    margin: 5px 4px 8px;
    color: var(--bw-fc-accent);
    font-size: 10px;
    line-height: 1.3;
}

.bw-fleet-compare__compare-button {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border: 1px solid var(--bw-fc-accent);
    border-radius: 7px;
    background: var(--bw-fc-accent);
    color: #fff;
    font-family: "TeX Gyre Adventor", "Avenir Next", Avenir, Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color .18s ease, color .18s ease;
}

.bw-fleet-compare__compare-button svg { width: 19px; height: 19px; }
.bw-fleet-compare__compare-button:hover { background: #fff; color: var(--bw-fc-accent); }
.bw-fleet-compare__compare-button:disabled { opacity: .45; cursor: not-allowed; }

.bw-fleet-compare__results {
    min-width: 0;
    overflow: hidden;
}

.bw-fleet-compare__table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    font-family: "TeX Gyre Adventor", "Avenir Next", Avenir, Arial, sans-serif;
    background: transparent;
}

.bw-fleet-compare__table th,
.bw-fleet-compare__table td {
    border-right: 1px solid var(--bw-fc-line);
    border-bottom: 1px solid var(--bw-fc-line);
}
.bw-fleet-compare__table tr > *:last-child { border-right: 0; }
.bw-fleet-compare__table tbody tr:last-child > * { border-bottom: 0; }

.bw-fleet-compare__table thead th {
    height: 182px;
    padding: 12px 12px 8px;
    vertical-align: top;
    font-weight: 600;
}

.bw-fleet-compare__spec-head { width: 174px; }

.bw-fleet-compare__vehicle-head {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.bw-fleet-compare__vehicle-head h3 {
    margin: 0;
    min-height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "TeX Gyre Adventor", "Avenir Next", Avenir, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 600;
}

.bw-fleet-compare__vehicle-head img {
    width: min(100%, 190px);
    height: 120px;
    object-fit: contain;
    display: block;
}

.bw-fleet-compare__row-label,
.bw-fleet-compare__value {
    min-height: 38px;
    padding: 9px 14px;
    vertical-align: middle;
    font-size: 11px;
    line-height: 1.35;
}

.bw-fleet-compare__row-label {
    text-align: left;
    font-weight: 600;
    background: rgba(255,255,255,.38);
}

.bw-fleet-compare__value {
    text-align: center;
    font-weight: 400;
    color: #272727;
}

.bw-fleet-compare__availability {
    width: 21px;
    height: 21px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
}

.bw-fleet-compare__availability.is-yes {
    background: var(--bw-fc-accent);
    color: #fff;
}
.bw-fleet-compare__availability.is-no { color: #6f6f6f; }
.bw-fleet-compare__availability.is-dependent { color: var(--bw-fc-accent); }

.bw-fleet-compare__detail-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: var(--bw-fc-accent);
    text-decoration: none;
    font-family: "TeX Gyre Adventor", "Avenir Next", Avenir, Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
}
.bw-fleet-compare__detail-link svg { width: 15px; height: 15px; transition: transform .18s ease; }
.bw-fleet-compare__detail-link:hover svg { transform: translateX(4px); }

.bw-fleet-compare__mobile-cards { display: none; }

.bw-fleet-compare__note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 22px auto 0;
    max-width: 930px;
    font-family: "TeX Gyre Adventor", "Avenir Next", Avenir, Arial, sans-serif;
}

.bw-fleet-compare__note > span {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    padding: 6px;
    border: 1px solid var(--bw-fc-line);
    border-radius: 50%;
    color: var(--bw-fc-accent);
}

.bw-fleet-compare__note p {
    margin: 0;
    color: #303030;
    font-size: 11.5px;
    line-height: 1.5;
}

.bw-fleet-compare__cta {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

.bw-fleet-compare__cta a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 0 26px;
    border: 1px solid var(--bw-fc-accent);
    border-radius: 6px;
    background: transparent;
    color: var(--bw-fc-accent);
    text-decoration: none;
    font-family: "TeX Gyre Adventor", "Avenir Next", Avenir, Arial, sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    transition: background-color .18s ease, color .18s ease;
}
.bw-fleet-compare__cta a svg { width: 17px; height: 17px; }
.bw-fleet-compare__cta a:hover { background: var(--bw-fc-accent); color: #fff; }

.bw-fleet-compare :focus-visible {
    outline: 2px solid var(--bw-fc-accent);
    outline-offset: 3px;
}

@media (max-width: 1199px) {
    .bw-fleet-compare { padding: 52px 0 56px; }
    .bw-fleet-compare__header { grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr); gap: 28px; }
    .bw-fleet-compare__benefit { padding: 12px; gap: 9px; }
    .bw-fleet-compare__benefit-icon { width: 30px; height: 30px; flex-basis: 30px; }
    .bw-fleet-compare__workspace { grid-template-columns: 248px minmax(0, 1fr); gap: 16px; }
    .bw-fleet-compare__spec-head { width: 148px; }
    .bw-fleet-compare__table thead th { height: 165px; padding-inline: 8px; }
    .bw-fleet-compare__vehicle-head img { height: 102px; }
    .bw-fleet-compare__row-label, .bw-fleet-compare__value { padding: 8px 9px; font-size: 10px; }
}

@media (max-width: 991px) {
    .bw-fleet-compare__header { grid-template-columns: 1fr; align-items: start; }
    .bw-fleet-compare__benefits { max-width: none; }
    .bw-fleet-compare__workspace { grid-template-columns: 1fr; }
    .bw-fleet-compare__selector { padding: 15px; }
    .bw-fleet-compare__option-list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 9px;
        max-height: 268px;
    }
    .bw-fleet-compare__option {
        grid-template-columns: 64px minmax(0, 1fr) 24px;
        margin: 0;
        min-height: 70px;
    }
    .bw-fleet-compare__option img { width: 64px; height: 48px; }
    .bw-fleet-compare__desktop { display: none; }
    .bw-fleet-compare__mobile-cards {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
        padding: 14px;
    }
    .bw-fleet-compare__mobile-card {
        min-width: 0;
        border: 1px solid var(--bw-fc-line);
        border-radius: 9px;
        background: #fff;
        padding: 15px;
        font-family: "TeX Gyre Adventor", "Avenir Next", Avenir, Arial, sans-serif;
    }
    .bw-fleet-compare__mobile-card header { text-align: center; }
    .bw-fleet-compare__mobile-card h3 { margin: 0; font-size: 14px; line-height: 1.3; font-weight: 600; }
    .bw-fleet-compare__mobile-card header img { width: 100%; height: 145px; object-fit: contain; }
    .bw-fleet-compare__mobile-card dl { margin: 4px 0 14px; }
    .bw-fleet-compare__mobile-spec { display: grid; grid-template-columns: 43% 57%; gap: 10px; padding: 8px 0; border-bottom: 1px solid var(--bw-fc-line); }
    .bw-fleet-compare__mobile-spec dt, .bw-fleet-compare__mobile-spec dd { margin: 0; font-size: 10.5px; line-height: 1.4; }
    .bw-fleet-compare__mobile-spec dt { font-weight: 600; }
    .bw-fleet-compare__mobile-spec dd { text-align: right; color: #3a3a3a; }
}

@media (max-width: 767px) {
    .bw-fleet-compare { padding: 44px 0 48px; }
    .bw-fleet-compare__eyebrow { font-size: 11px; letter-spacing: .16em; }
    .bw-fleet-compare__title { font-size: clamp(39px, 12vw, 52px); line-height: 1; }
    .bw-fleet-compare__intro { font-size: 14px; line-height: 1.55; }
    .bw-fleet-compare__benefits { grid-template-columns: 1fr; gap: 8px; }
    .bw-fleet-compare__benefit { min-height: 58px; padding: 10px 12px; }
    .bw-fleet-compare__benefit small { font-size: 10px; }
    .bw-fleet-compare__selector-head { border-bottom: 0; padding-bottom: 6px; }
    .bw-fleet-compare__selector-head > div { display: none; }
    .bw-fleet-compare__mobile-toggle {
        width: 100%;
        min-height: 48px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 14px;
        border: 1px solid var(--bw-fc-line);
        border-radius: 7px;
        background: #fff;
        color: #111;
        font-family: "TeX Gyre Adventor", "Avenir Next", Avenir, Arial, sans-serif;
        font-size: 12px;
        font-weight: 600;
    }
    .bw-fleet-compare__mobile-toggle span { color: var(--bw-fc-accent); font-size: 21px; line-height: 1; }
    .bw-fleet-compare__option-list { display: none; grid-template-columns: 1fr; max-height: 360px; margin-top: 8px; }
    .bw-fleet-compare__selector.is-open .bw-fleet-compare__option-list { display: grid; }
    .bw-fleet-compare__option { grid-template-columns: 78px minmax(0, 1fr) 28px; }
    .bw-fleet-compare__option img { width: 78px; height: 54px; }
    .bw-fleet-compare__limit-message { margin-top: 7px; }
    .bw-fleet-compare__compare-button { min-height: 50px; }
    .bw-fleet-compare__mobile-cards { grid-template-columns: 1fr; padding: 10px; }
    .bw-fleet-compare__mobile-card { padding: 14px; }
    .bw-fleet-compare__mobile-card header img { height: 170px; }
    .bw-fleet-compare__mobile-spec { grid-template-columns: 46% 54%; }
    .bw-fleet-compare__note { align-items: flex-start; margin-top: 18px; }
    .bw-fleet-compare__cta a { width: 100%; min-height: 50px; padding-inline: 16px; }
}

@media (max-width: 390px) {
    .bw-fleet-compare__mobile-spec { grid-template-columns: 1fr; gap: 3px; }
    .bw-fleet-compare__mobile-spec dd { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
    .bw-fleet-compare *, .bw-fleet-compare *::before, .bw-fleet-compare *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
