
﻿ /* ── Global base ──────────────────────────────────────── */
*, *::before, *::after {
    box-sizing: border-box;
}

html, body {
    font-family: 'Inter', system-ui, sans-serif;
    background: #F7F7F7;
    color: #111111;
    margin: 0;
    padding: 0;
}

html {
    font-size: 14px;
}

/*****Nav Menu****/
.rev-app-bar, rev-app-bar div>a{
    color: #fff;
}
.rev-app-bar div>a {
    color: #fff;
}
    .rev-app-bar .mud-nav-link-text {
        color: #fff;
    }
a.mud-nav-link {
    color: #fff;
}
.menu-group {
    width: 150px;
    height: 3em;
    text-transform: uppercase
}
.mud-navmenu.mud-navmenu-default.mud-navmenu-margin-none {
    background-color: #000;
    padding: 0;
}
a.mud-button-root.mud-button.mud-button-text.mud-button-text-default.mud-button-text-size-medium.mud-ripple.nav-link{
    color: #fff;
    padding: 15px;
}

.rev-nav-items__compare-link,
.rev-mobile-menu__compare-link {
    position: relative;
}

.rev-compare-count-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.35rem;
    height: 1.35rem;
    padding: 0 0.35rem;
    border-radius: 999px;
    background: #c89b3c;
    color: #111111;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
}

.rev-compare-count-badge[hidden] {
    display: none;
}

.rev-nav-items__compare-link .rev-compare-count-badge {
    margin-left: 0.35rem;
}

.rev-mobile-menu__compare-link .rev-compare-count-badge {
    margin-left: auto;
}

[data-rev-compare-action][aria-disabled="true"] {
    cursor: default;
    opacity: 0.58;
    pointer-events: none;
}

.compare-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 16px;
    z-index: 30;
    padding: 0 16px 16px;
    pointer-events: none;
}

.compare-bar__inner {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 16px;
    align-items: center;
    padding: 14px 16px;
    border-radius: 22px;
    border: 1px solid rgba(17, 17, 17, 0.1);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 50px rgba(17, 17, 17, 0.16);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    pointer-events: auto;
}

.compare-bar__summary {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.compare-bar__summary strong {
    color: #111111;
    font-size: 0.98rem;
}

.compare-bar__summary span {
    color: #5f5f5f;
    font-size: 0.88rem;
}

.compare-bar__items {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.compare-bar__item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 220px;
    padding: 8px 10px;
    border-radius: 16px;
    background: #f7f7f7;
}

.compare-bar__item img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 12px;
    flex-shrink: 0;
}

.compare-bar__item-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.compare-bar__item-copy strong,
.compare-bar__item-copy span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.compare-bar__item-copy strong {
    font-size: 0.9rem;
    color: #111111;
}

.compare-bar__item-copy span {
    font-size: 0.8rem;
    color: #696969;
}

.compare-bar__remove,
.compare-bar__clear {
    border: none;
    background: transparent;
    color: #666666;
    cursor: pointer;
}

.compare-bar__remove {
    font-size: 1.2rem;
    line-height: 1;
}

.compare-bar__actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.compare-bar__compare {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    background: #111111;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
}

.compare-bar__clear {
    padding: 0 4px;
    font-weight: 700;
}

@media (max-width: 900px) {
    .compare-bar__inner {
        grid-template-columns: 1fr;
    }

    .compare-bar__actions {
        justify-content: space-between;
    }
}

.vehicle-card-label {
    color: #aaa;
    font-size: 14px;
    line-height: 1.42857;
}
.rev-breadcrumbs{
    margin-bottom: 1.25rem;
    padding: 15px 0;
}

.rev-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.rev-breadcrumbs li {
    color: #6b7280;
    font-size: 0.85rem;
}

.rev-breadcrumbs li + li::before {
    content: "/";
    margin-right: 0.5rem;
    color: #9ca3af;
}

.rev-breadcrumbs a {
    color: #111111;
    text-decoration: none;
}

.rev-breadcrumbs a:hover {
    text-decoration: underline;
}

.rev-breadcrumbs li.mud-breadcrumb-item {
    border-radius: 15px;
}

    .rev-breadcrumbs li.mud-breadcrumb-item a {
        color: #000;
        font-size: .8em;
    }

    .nav-link>button span.mud-button-label{
        color: #000;
        padding: 10px;
    }
.rev-drop-down > a.mud-nav-link {
    padding-left: 0px !important;
    padding: 5px 15px !important;
}
/********** Category Card *************/
.media-image {
    width: 100%;
    min-height: 140px;
    background-size: contain;
}

.category-text {
    text-align: center;
}

.category-name {
    color: #000fff;
}

/********** End Category Card *************/

/********** Vehicle Card **************/
.media-image {
    padding: 5px;
    object-fit: contain;
    max-height: 180px;
}

.category-text {
    text-align: center;
}

.category-name {
    color: #000000;
}

.browse-section {
    margin-top: 25px
}

.vehicle-link {
    text-decoration: none;
    text-align: center;
}

.vehicle-lower-link {
    text-decoration: none;
    text-align: left;
    display: block;
    width: 100%;
    margin: 0;
}

.trim-list {
    padding: 10px;
    overflow: hidden
}

.trim-container {
    flex-wrap: wrap;
    margin: 8px 5px;
}

    .trim-container label {
        color: #fff;
    }

        .trim-container label span {
            color: #fff;
        }



.popper-container {
    padding: 10px;
    min-width: 325px;
    max-width: 100%;
    background-color: #000;
}

.summary-value {
    height: 2.4em;
    overflow: hidden;
    color: #000;
    line-height: 1.2em
}

.compare-button-container {
    background-color: #000;
    margin-top: 20px;
    justify-content: stretch;
    min-height: 48px;
}

    .compare-button-container button {
        color: #fff;
        flex: 1
    }
    .mud-button-root:disabled{
        color: rgb(189, 189, 189)!important;
        /* text-decoration: line-through; */
    }
.compare-action {
    display: flex;
    justify-content: stretch;
}

    .compare-action button {
        background-color: #141414;
        color: #fff;
        border: 1px solid #fff;
        flex: 1;
        margin: 5px;
    }
    .compare-action .mud-button-label{
        color: white!important;
    }
        .compare-action button:hover {
            background-color: #141414;
            border: 1px solid #fff;
            color: #686868
        }

.vehicle-card-compare-button {
    flex: 1;
    width: 50%;
    color: white;
}

.poper-header {
    display: flex;
    justify-content: space-between
}

.select-all {
    text-decoration: underline;
    cursor: pointer
}

.vehicle-name {
    height: 4em;
    overflow: hidden;
    display: block;
    font-size: 1em;
    padding: 3px
}

.vehicle-card-checkbox{
    display: inline-flex;
}
.vehicle-card-checkbox input * {
    color: #fff
}
.vehicle-card-trim-checkbox{
    color: white;
}
.vehicle-card-trim-checkbox span{
    color: white;
    margin-left: 15px;
}
/********** End Vehicle Card **************/
/****** Footer *****/
.layout-container {
    display: block;
    min-height: 100%;
}

.blank-section {
    height: 70px;
    display: block
}

.content {
    min-height: 100%
}

.section {
}

.layout-footer {
    background: #111111;
    color: #d1d5db;
    padding: 3rem 0 0;
    margin-top: 3rem;
    width: 100%;
}

.layout-footer .mud-container,
.hydro-footer-container {
    width: min(100% - 3rem, 1280px);
    margin: 0 auto;
}

.footer-inner {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 2.5rem;
    padding-bottom: 2.5rem;
}

.footer-brand {
    padding-right: 1rem;
}

.footer-brand-name {
    display: block;
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
}

.footer-brand-desc {
    margin: 0;
    font-size: 0.875rem;
    color: #9ca3af;
    line-height: 1.65;
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1rem;
}

.footer-social a,
.footer-social span {
    color: #9ca3af;
    font-size: 0.875rem;
    text-decoration: none;
}

.footer-social a {
    font-weight: 700;
}

.footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 1.35rem;
}

.footer-social-link img {
    display: block;
    width: 1.1rem;
    height: 1.1rem;
    object-fit: contain;
}

.footer-social a:hover {
    color: #ffffff;
    opacity: 0.82;
}

.footer-col-title {
    display: block;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 0.85rem;
}

.footer-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-ul a {
    color: #9ca3af;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.15s;
}

.footer-ul a:hover {
    color: #ffffff;
}

.footer-copyright {
    border-top: 1px solid #1f2937;
    padding: 1.25rem 0;
    font-size: 0.8rem;
    color: #9ca3af;
}

@media (max-width: 768px) {
    .footer-inner {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 480px) {
    .layout-footer .mud-container,
    .hydro-footer-container {
        width: min(100% - 2rem, 1280px);
    }

    .footer-inner {
        grid-template-columns: 1fr;
    }
}

/********* End Footer ***************/

/********** News *********/
.news-page-container {
    width: min(100% - 3rem, 1180px);
    margin: 0 auto;
    padding: 28px 0 56px;
}

.news-breadcrumbs {
    margin-bottom: 50px;
    padding: 15px 0;
}

.news-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-breadcrumbs li {
    color: #6b7280;
    font-size: 0.85rem;
}

.news-breadcrumbs li + li::before {
    content: "/";
    margin-right: 0.5rem;
    color: #9ca3af;
}

.news-breadcrumbs a {
    color: #111111;
    text-decoration: none;
}

.news-breadcrumbs a:hover {
    text-decoration: underline;
}

.news-page-hero {
    margin: 18px 0 28px;
    max-width: 760px;
}

.news-page-kicker,
.news-feed-card-kicker {
    color: #156f5b;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.news-page-hero h1 {
    color: #17212b;
    font-size: 2.5rem;
    line-height: 1.1;
    margin: 0 0 12px;
}

.news-page-hero p {
    color: #4c5965;
    font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;
}

.news-empty-state {
    border: 1px solid #d9e2e7;
    border-radius: 8px;
    color: #4c5965;
    padding: 1rem;
    background: #ffffff;
}

.news-feed-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.news-feed-card {
    border: 1px solid #d9e2e7;
    border-radius: 8px;
    color: inherit;
    display: flex;
    flex-direction: column;
    min-height: 260px;
    padding: 20px;
    text-decoration: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
    background: #ffffff;
}

.news-feed-card:hover {
    border-color: #1f8f75;
    box-shadow: 0 10px 26px rgba(20, 38, 52, 0.12);
    transform: translateY(-2px);
}

.news-feed-card-image {
    aspect-ratio: 16 / 9;
    border-radius: 4px;
    display: block;
    margin: 0 0 16px;
    object-fit: cover;
    width: 100%;
}

.news-feed-card h2 {
    color: #182631;
    font-size: 1.25rem;
    line-height: 1.25;
    margin: 0 0 10px;
}

.news-feed-card p {
    color: #4f5d66;
    flex: 1;
    font-size: 0.96rem;
    line-height: 1.55;
    margin: 0 0 18px;
}

.news-feed-meta {
    color: #62717c;
    font-size: 0.85rem;
}

@media (max-width: 900px) {
    .news-feed-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .news-page-container {
        width: min(100% - 2rem, 1180px);
    }

    .news-page-hero h1 {
        font-size: 2rem;
    }

    .news-feed-grid {
        grid-template-columns: 1fr;
    }
}

/********* End News ***************/

/********** News Article *********/
.news-article-container {
    width: min(100% - 3rem, 1080px);
    margin: 0 auto;
    padding: 32px 25px 72px;
    background: #fff;
}

.news-article {
    color: #1f2a33;
    margin-top: 18px;
}

.news-article-kicker {
    color: #156f5b;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.news-article h1 {
    color: #16232d;
    font-size: 2.75rem;
    line-height: 1.1;
    margin: 0 0 14px;
}

.news-article-meta {
    color: #667581;
    font-size: 0.95rem;
    margin: 0 0 28px;
}

.news-article-summary {
    color: #33424d;
    font-size: 1.18rem;
    line-height: 1.58;
    margin-bottom: 30px;
}

.news-article-hero {
    margin: 0 0 38px;
    width: 100%;
}

.news-article-hero img {
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    display: block;
    object-fit: cover;
    width: 100%;
}

.news-article-hero figcaption {
    color: #667581;
    font-size: 0.88rem;
    line-height: 1.5;
    margin: 10px auto 0;
    max-width: 720px;
}

.news-article p {
    font-size: 1.0625rem;
    line-height: 1.72;
}

.news-article-body {
    margin-top: 34px;
    max-width: none;
}

.news-article-body .news-hero-image {
    margin: 0 0 38px 50%;
    transform: translateX(-50%);
    width: min(100%, 1040px);
}

.news-article-body .news-hero-image img {
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    display: block;
    object-fit: cover;
    width: 100%;
}

.news-article-body .news-hero-image figcaption {
    color: #667581;
    font-size: 0.88rem;
    line-height: 1.5;
    margin: 10px auto 0;
    max-width: 720px;
}

.news-article-body p {
    color: #2f3f49;
    font-family: inherit !important;
    font-size: 1.125rem !important;
    font-weight: 400 !important;
    line-height: 1.72 !important;
    margin: 0 0 1.2rem !important;
    max-width: none !important;
}

.news-article-body h2 {
    color: #16232d;
    font-family: inherit !important;
    font-size: 1.65rem !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    margin: 2.4rem 0 0.8rem !important;
    max-width: none !important;
}

.news-article-body .news-section h2 {
    color: #16232d;
    font-size: 1.35rem;
    line-height: 1.25;
    margin: 0 0 10px;
}

.news-article-body .news-section p,
.news-article-body .news-section li {
    color: #33424d;
    font-family: inherit !important;
    font-size: 1.125rem !important;
    line-height: 1.72 !important;
    max-width: none !important;
}

.news-article-body blockquote {
    border-left: 4px solid #c8d6d2;
    color: #4f5f68;
    margin: 26px 0;
    padding: 4px 0 4px 18px;
}

.news-impact {
    border-left: 4px solid #1f8f75;
    margin: 32px 0;
    padding: 8px 0 8px 20px;
}

.news-impact h2 {
    font-size: 1.15rem;
    margin: 0 0 8px;
}

.news-impact p {
    margin: 0;
}

.news-source-link {
    margin-top: 28px;
}

.news-source-link a {
    color: #156f5b;
    font-weight: 700;
}

@media (max-width: 640px) {
    .news-article-container {
        width: min(100% - 2rem, 1080px);
        padding: 24px 20px 56px;
    }

    .news-article h1 {
        font-size: 2rem;
        line-height: 1.14;
    }

    .news-article-summary,
    .news-article p,
    .news-article-body p {
        font-size: 1rem;
        line-height: 1.68;
    }

    .news-article-body h2 {
        font-size: 1.35rem;
        margin-top: 2rem;
    }
}

/********* End News Article ***************/

/********** Category Detail *********/
.category-detail-page {
    width: min(100% - 3rem, 1180px);
    margin: 0 auto;
    padding: 28px 0 64px;
}

.category-detail-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-detail-breadcrumbs li {
    color: #6b7280;
    font-size: 0.85rem;
}

.category-detail-breadcrumbs li + li::before {
    content: "/";
    margin-right: 0.5rem;
    color: #9ca3af;
}

.category-detail-breadcrumbs a {
    color: #111111;
    text-decoration: none;
}

.category-detail-breadcrumbs a:hover {
    text-decoration: underline;
}

.category-detail-hero {
    max-width: 780px;
    margin: 18px 0 28px;
}

.category-detail-kicker {
    color: #156f5b;
    font-size: 0.8rem;
    font-weight: 800;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.category-detail-hero h1 {
    color: #17212b;
    font-size: 2.5rem;
    line-height: 1.1;
    margin: 0 0 12px;
}

.category-detail-hero p {
    color: #4c5965;
    font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;
}

.category-detail-empty {
    border: 1px solid #d9e2e7;
    border-radius: 8px;
    color: #4c5965;
    padding: 1rem;
    background: #ffffff;
}

.category-vehicle-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.category-vehicle-card {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(17, 17, 17, 0.18);
    overflow: hidden;
    transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.category-vehicle-card:hover {
    z-index: 5;
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(17, 17, 17, 0.08);
}

.category-vehicle-card__media,
.category-vehicle-card__summary {
    color: inherit;
    text-decoration: none;
}

.category-vehicle-card__media {
    display: block;
    padding: 14px 14px 0;
}

.category-vehicle-card__media,
.make-vehicle-card__media,
.guide-vehicle-card__media,
.find-vehicle-card__media,
.vehicle-detail-related-card {
    position: relative;
}

.vehicle-card-status-badge {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 1.25rem;
    margin: 0;
    padding: 0.18rem 0.45rem;
    border-radius: 999px;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
}

.vehicle-card-status-badge--discontinued {
    background: #f1f5f9;
    color: #475569;
    border: 1px solid #cbd5e1;
}

.vehicle-card-status-badge--coming-soon {
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #a7f3d0;
}

.vehicle-card-status-badge--cancelled {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca;
}

.category-vehicle-card__media img {
    display: block;
    width: 100%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
}

.category-vehicle-card__summary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 20px 18px;
}

.category-vehicle-card__summary span {
    display: block;
    color: #a3a3a3;
    font-size: 0.9rem;
    margin-bottom: 4px;
}

.category-vehicle-card__summary strong {
    color: #242424;
    font-size: 0.98rem;
    font-weight: 500;
}

.category-vehicle-card__compare {
    display: flex;
    flex-direction: column;
    margin: auto 18px 0;
    padding: 16px 0 14px;
    border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.category-vehicle-card__compare p {
    margin: 0 0 10px;
    color: #5f5f5f;
    font-size: 0.9rem;
}

.category-vehicle-card__compare-button,
.category-vehicle-card__trim-picker summary,
.category-vehicle-card__trim-list button {
    min-height: 44px;
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 4px;
    background: #f4f4f4;
    color: #555555;
    cursor: pointer;
    font-weight: 700;
    padding: 0 16px;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(17, 17, 17, 0.18);
}

.category-vehicle-card__compare-button.is-selected,
.category-vehicle-card__trim-list button.is-selected {
    background: #111111;
    border-color: #111111;
    color: #ffffff;
}

.category-vehicle-card__compare-button,
.category-vehicle-card__trim-picker summary {
    background: #111111;
    border-color: #111111;
    color: #ffffff;
}

.category-vehicle-card__compare-button:disabled,
.category-vehicle-card__trim-list button:disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.category-vehicle-card__trim-picker summary {
    display: inline-flex;
    align-items: center;
    list-style: none;
}

.category-vehicle-card__trim-picker summary::-webkit-details-marker {
    display: none;
}

.category-vehicle-card__trim-list {
    display: grid;
    gap: 8px;
    margin-top: 12px;
}

.category-vehicle-card__trim-list button {
    text-align: left;
    text-transform: none;
}

@media (max-width: 1100px) {
    .category-vehicle-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .category-vehicle-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .category-detail-page {
        width: min(100% - 2rem, 1180px);
    }

    .category-detail-hero h1 {
        font-size: 2rem;
    }

    .category-vehicle-grid {
        grid-template-columns: 1fr;
    }
}

/********* End Category Detail ***************/

/********** Make Detail *********/
.make-detail-page {
    width: min(100% - 3rem, 1180px);
    margin: 0 auto;
    padding: 28px 0 64px;
}

.make-detail-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.make-detail-breadcrumbs li {
    color: #6b7280;
    font-size: 0.85rem;
}

.make-detail-breadcrumbs li + li::before {
    content: "/";
    margin-right: 0.5rem;
    color: #9ca3af;
}

.make-detail-breadcrumbs a {
    color: #111111;
    text-decoration: none;
}

.make-detail-breadcrumbs a:hover {
    text-decoration: underline;
}

.make-detail-hero {
    max-width: 780px;
    margin: 18px 0 28px;
}

.make-detail-kicker {
    color: #156f5b;
    font-size: 0.8rem;
    font-weight: 800;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.make-detail-hero h1 {
    color: #17212b;
    font-size: 2.5rem;
    line-height: 1.1;
    margin: 0 0 12px;
}

.make-detail-hero p {
    color: #4c5965;
    font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;
}

.seo-module {
    margin: 28px 0;
}

.seo-module__header {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 14px;
}

.seo-module__eyebrow {
    color: #64748b;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    margin: 0;
    text-transform: uppercase;
}

.seo-module h2 {
    color: #17212b;
    font-size: clamp(1.35rem, 2vw, 1.8rem);
    margin: 0;
}

.seo-trim-grid,
.seo-news-list {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seo-trim-card,
.seo-news-card {
    background: #ffffff;
    border: 1px solid #d9e2e7;
    border-radius: 8px;
    color: inherit;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 16px;
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.seo-trim-card:hover,
.seo-news-card:hover {
    border-color: #9badb8;
    box-shadow: 0 16px 32px rgba(23, 33, 43, .08);
    transform: translateY(-2px);
}

.seo-trim-card span,
.seo-news-card span {
    color: #60717d;
    font-size: .85rem;
    font-weight: 700;
}

.seo-trim-card strong {
    color: #17212b;
    font-size: 1.25rem;
}

.seo-news-card strong {
    color: #17212b;
    font-size: 1rem;
    line-height: 1.35;
}

.seo-trim-card small,
.seo-news-card small {
    color: #4c5965;
    line-height: 1.45;
}

.make-detail-empty {
    border: 1px solid #d9e2e7;
    border-radius: 8px;
    color: #4c5965;
    padding: 1rem;
    background: #ffffff;
}

.make-vehicle-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.make-vehicle-card {
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(17, 17, 17, 0.18);
    overflow: hidden;
    transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.make-vehicle-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(17, 17, 17, 0.08);
}

.make-vehicle-card__media,
.make-vehicle-card__summary {
    color: inherit;
    text-decoration: none;
}

.make-vehicle-card__media {
    display: block;
    padding: 14px 14px 0;
}

.make-vehicle-card__media img {
    display: block;
    width: 100%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
}

.make-vehicle-card__summary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 20px 18px;
}

.make-vehicle-card__summary span {
    display: block;
    color: #a3a3a3;
    font-size: 0.9rem;
    margin-bottom: 4px;
}

.make-vehicle-card__summary strong {
    color: #242424;
    font-size: 0.98rem;
    font-weight: 500;
}

.make-vehicle-card__compare {
    display: flex;
    flex-direction: column;
    margin: auto 18px 0;
    padding: 16px 0 14px;
    border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.make-vehicle-card__compare p {
    margin: 0 0 10px;
    color: #5f5f5f;
    font-size: 0.9rem;
}

.make-vehicle-card__compare-button,
.make-vehicle-card__trim-picker summary,
.make-vehicle-card__trim-list button {
    min-height: 44px;
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 4px;
    background: #f4f4f4;
    color: #555555;
    cursor: pointer;
    font-weight: 700;
    padding: 0 16px;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(17, 17, 17, 0.18);
}

.make-vehicle-card__compare-button.is-selected,
.make-vehicle-card__trim-list button.is-selected {
    background: #111111;
    border-color: #111111;
    color: #ffffff;
}

.make-vehicle-card__compare-button,
.make-vehicle-card__trim-picker summary {
    background: #111111;
    border-color: #111111;
    color: #ffffff;
}

.make-vehicle-card__compare-button:disabled,
.make-vehicle-card__trim-list button:disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.make-vehicle-card__trim-picker summary {
    display: inline-flex;
    align-items: center;
    list-style: none;
}

.make-vehicle-card__trim-picker summary::-webkit-details-marker {
    display: none;
}

.make-vehicle-card__trim-list {
    display: grid;
    gap: 8px;
    margin-top: 12px;
}

.make-vehicle-card__trim-list button {
    text-align: left;
    text-transform: none;
}

@media (max-width: 1100px) {
    .seo-trim-grid,
    .seo-news-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .make-vehicle-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .make-vehicle-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .seo-trim-grid,
    .seo-news-list {
        grid-template-columns: 1fr;
    }

    .make-detail-page {
        width: min(100% - 2rem, 1180px);
    }

    .make-detail-hero h1 {
        font-size: 2rem;
    }

    .make-vehicle-grid {
        grid-template-columns: 1fr;
    }
}

.make-detail-page,
.category-detail-page {
    width: min(100% - 3rem, 1320px);
    padding: 20px 0 64px;
}

.make-detail-hero.catalog-detail-hero,
.category-detail-hero.catalog-detail-hero {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(320px, .92fr);
    gap: clamp(20px, 3vw, 42px);
    align-items: center;
    max-width: none;
    min-height: 230px;
    margin: 0 0 18px;
    padding: 22px 24px;
    border: 1px solid #dfe4ea;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.category-detail-hero .category-detail-breadcrumbs,
.make-detail-hero .make-detail-breadcrumbs {
    margin-bottom: 1.3rem;
}

.category-detail-hero .category-detail-breadcrumbs li,
.make-detail-hero .make-detail-breadcrumbs li {
    font-size: 0.78rem;
}

.make-insight-grid {
    margin-top: 0;
}

.catalog-detail-kicker,
.make-detail-kicker.catalog-detail-kicker,
.category-detail-kicker.catalog-detail-kicker,
.seo-module__eyebrow {
    color: #b7791f;
    letter-spacing: .08em;
}

.make-detail-hero.catalog-detail-hero h1,
.category-detail-hero.catalog-detail-hero h1 {
    color: #050505;
    font-size: clamp(1.85rem, 2.7vw, 2.45rem);
    line-height: 1.06;
    letter-spacing: 0;
    max-width: 720px;
}

.make-detail-hero.catalog-detail-hero p:not(.catalog-detail-kicker),
.category-detail-hero.catalog-detail-hero p:not(.catalog-detail-kicker) {
    color: #354052;
    font-size: 1rem;
    line-height: 1.5;
    max-width: 520px;
}

.catalog-detail-stats {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    gap: 14px 22px;
    align-items: start;
    margin-top: 18px;
}

.catalog-detail-stat {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    padding: 0.7rem 0.85rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
}

.catalog-detail-stat__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #f7ecd6;
    color: #111111;
}

.catalog-detail-stat__icon svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.catalog-detail-stat strong,
.catalog-detail-stat div > span {
    display: block;
}

.catalog-detail-stat strong {
    color: #111111;
    font-size: .88rem;
    line-height: 1.2;
}

.catalog-detail-stat div > span {
    color: #384454;
    font-size: .78rem;
    line-height: 1.35;
    margin-top: 3px;
}

.catalog-detail-hero__media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    overflow: hidden;
}

.catalog-detail-hero__media > span {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(17, 17, 17, .06);
    font-size: clamp(2rem, 5.8vw, 3.8rem);
    font-weight: 800;
    letter-spacing: .45em;
    max-width: 100%;
    overflow: hidden;
    pointer-events: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.catalog-detail-hero__media picture {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
}

.catalog-detail-hero__media img {
    display: block;
    width: 100%;
    max-height: 275px;
    object-fit: contain;
}

.category-insight-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 0 0 24px;
}

.seo-module--compact {
    margin: 0;
    padding: 1rem;
    border: 1px solid #dfe4ea;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.04);
}

.seo-module--compact .seo-module__header {
    margin-bottom: 0.75rem;
}

.seo-module--compact .seo-module__eyebrow {
    display: none;
}

.seo-module--compact h2 {
    position: relative;
    padding-left: 1.4rem;
    font-size: 1rem;
    line-height: 1.2;
}

.seo-module--compact h2::before {
    position: absolute;
    top: 0.05rem;
    left: 0;
    color: #c89b3c;
    content: "◆";
    font-size: 0.86rem;
    line-height: 1;
}

.seo-module--compact .seo-module__action {
    min-height: auto;
    border: 0;
    background: transparent;
    color: #111111;
    padding: 0;
    font-size: 0.8rem;
}

.seo-module--compact .seo-rail::after {
    display: none;
}

.seo-module--compact .seo-trim-grid {
    gap: 8px;
    padding: 0;
}

.seo-module--compact .seo-trim-card {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    column-gap: 9px;
    flex-basis: 150px;
    min-height: 66px;
    padding: 8px;
}

.seo-module--compact .seo-trim-card picture {
    grid-row: 1 / span 3;
    margin: 0;
    align-items: center;
}

.seo-module--compact .seo-trim-card img {
    height: 46px;
}

.seo-module--compact .seo-trim-card .seo-trim-card__year {
    overflow: hidden;
    color: #111111;
    font-size: 0.72rem;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.seo-module--compact .seo-trim-card strong {
    font-size: 0.86rem;
    line-height: 1.1;
}

.seo-module--compact .seo-trim-card small {
    color: #374151;
    font-size: 0.72rem;
    line-height: 1.1;
}

.seo-module--compact .seo-rail__next {
    right: -10px;
    width: 30px;
    height: 30px;
}

.seo-module {
    margin: 22px 0;
}

.seo-module__header,
.catalog-lineup__header {
    display: flex;
    flex-direction: row;
    gap: 18px;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 12px;
}

.catalog-lineup__header {
    margin-bottom: 14px;
}

.seo-module__header > div,
.catalog-lineup__header > div:first-child {
    min-width: 0;
}

.seo-module h2,
.catalog-lineup h2 {
    color: #050505;
    font-size: clamp(1.28rem, 1.7vw, 1.55rem);
    line-height: 1.1;
    margin: 0;
}

.catalog-lineup h2 span {
    color: #6b7280;
    font-size: 0.88rem;
    font-weight: 600;
}

.catalog-lineup__controls {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.catalog-lineup__controls label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #111111;
    font-size: 0.82rem;
    font-weight: 800;
}

.catalog-lineup__controls select,
.catalog-lineup__controls a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    border: 1px solid #d1d5db;
    border-radius: 7px;
    background: #ffffff;
    color: #111111;
    font: inherit;
    font-size: 0.86rem;
    font-weight: 700;
}

.catalog-lineup__controls select {
    min-width: 170px;
    padding: 0 2rem 0 0.75rem;
}

.catalog-lineup__controls a {
    gap: 0.5rem;
    padding: 0 0.9rem;
    text-decoration: none;
}

.catalog-lineup__controls a:hover {
    border-color: #c89b3c;
}

.seo-module__action,
.catalog-lineup__actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 36px;
    border: 1px solid #e6c987;
    border-radius: 7px;
    background: rgba(255, 255, 255, .82);
    color: #a66e12;
    font-size: .84rem;
    font-weight: 800;
    padding: 0 14px;
    text-decoration: none;
    white-space: nowrap;
}

.seo-module__action:hover,
.catalog-lineup__actions a:hover {
    border-color: #c58b21;
    background: #fff7e6;
    color: #7b4b05;
    text-decoration: none;
}

.seo-rail {
    position: relative;
}

.seo-rail::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 4px;
    width: 66px;
    content: "";
    pointer-events: none;
    background: linear-gradient(90deg, rgba(245, 246, 247, 0), #f5f6f7 72%);
}

.seo-trim-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 58px 4px 0;
    scroll-behavior: smooth;
    scroll-padding-inline: 4px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.seo-trim-grid::-webkit-scrollbar {
    display: none;
}

.seo-trim-card {
    flex: 0 0 clamp(190px, 14vw, 218px);
    min-height: 142px;
    border-color: #dfe4ea;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .05);
    gap: 3px;
    overflow: hidden;
    padding: 12px 12px 8px;
    scroll-snap-align: start;
}

.seo-rail__next {
    position: absolute;
    top: 50%;
    right: -24px;
    z-index: 2;
    display: inline-grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .13);
    color: #111111;
    cursor: pointer;
    font: inherit;
    transform: translateY(-50%);
    transition: box-shadow .2s ease, transform .2s ease;
}

.seo-rail__next:hover {
    box-shadow: 0 14px 32px rgba(15, 23, 42, .18);
    transform: translateY(-50%) scale(1.03);
}

.seo-rail__next span {
    color: inherit;
    font-size: 1.9rem;
    font-weight: 300;
    line-height: .7;
    transform: translateY(-1px);
}

.seo-rail__next[hidden] {
    display: none;
}

.seo-trim-card:hover {
    border-color: #d6a54a;
    box-shadow: 0 16px 34px rgba(15, 23, 42, .1);
}

.seo-trim-card .seo-trim-card__year {
    color: #17212b;
    font-size: .76rem;
    font-weight: 800;
    line-height: 1.2;
}

.seo-trim-card strong {
    color: #050505;
    font-size: 1.22rem;
    line-height: 1.12;
}

.seo-trim-card small {
    color: #17212b;
    font-size: .82rem;
    line-height: 1.25;
}

.seo-trim-card .seo-trim-card__meta {
    color: #263241;
    font-size: .76rem;
    font-weight: 700;
    line-height: 1.25;
}

.seo-trim-card picture {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: auto -2px 0;
}

.seo-trim-card img {
    display: block;
    width: 100%;
    height: 54px;
    object-fit: contain;
}

.catalog-lineup {
    margin-top: 24px;
}

.catalog-lineup__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.make-vehicle-grid,
.category-vehicle-grid {
    grid-template-columns: repeat(auto-fill, minmax(178px, 1fr));
    gap: 12px;
}

.make-vehicle-card,
.category-vehicle-card {
    border-color: #dfe4ea;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .05);
}

.make-vehicle-card .vehicle-name,
.category-vehicle-card .vehicle-name {
    height: auto;
    min-height: 2.3rem;
    padding: 0.65rem 0 0.2rem;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.24;
}

.make-vehicle-card .vehicle-trim-name,
.category-vehicle-card .vehicle-trim-name {
    min-height: 1.1rem;
    overflow: hidden;
    color: #6b7280;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.make-vehicle-card__media,
.category-vehicle-card__media {
    padding: 10px 11px 0;
}

.make-vehicle-card__media img,
.category-vehicle-card__media img {
    aspect-ratio: 16 / 9;
    object-fit: contain;
}

.make-vehicle-card__summary,
.category-vehicle-card__summary {
    gap: 0;
    padding: 11px 11px 0;
}

.make-vehicle-card__summary div,
.category-vehicle-card__summary div {
    padding: 0.55rem 0.45rem;
    border: 1px solid #edf0f2;
    text-align: center;
}

.make-vehicle-card__summary div:first-child,
.category-vehicle-card__summary div:first-child {
    border-radius: 8px 0 0 8px;
}

.make-vehicle-card__summary div:last-child,
.category-vehicle-card__summary div:last-child {
    border-left: 0;
    border-radius: 0 8px 8px 0;
}

.make-vehicle-card__summary span,
.category-vehicle-card__summary span {
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.make-vehicle-card__summary strong,
.category-vehicle-card__summary strong {
    font-size: 0.88rem;
    font-weight: 750;
    line-height: 1.2;
}

.make-vehicle-card__compare,
.category-vehicle-card__compare {
    margin-inline: 12px;
    padding: 12px 0;
}

.make-vehicle-card__compare p,
.category-vehicle-card__compare p {
    margin-bottom: 8px;
    font-size: 0.8rem;
    line-height: 1.35;
}

.make-vehicle-card__compare-button,
.make-vehicle-card__trim-picker summary,
.category-vehicle-card__compare-button,
.category-vehicle-card__trim-picker summary {
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.82rem;
    border-radius: 7px;
    box-shadow: none;
}

@media (max-width: 1180px) {
    .make-vehicle-grid,
    .category-vehicle-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .make-detail-page,
    .category-detail-page {
        width: min(100% - 2rem, 1260px);
    }

    .make-detail-hero.catalog-detail-hero,
    .category-detail-hero.catalog-detail-hero {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .catalog-detail-hero__media {
        min-height: 220px;
    }

    .category-insight-grid {
        grid-template-columns: 1fr;
    }

    .make-vehicle-grid,
    .category-vehicle-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .seo-module__header,
    .catalog-lineup__header {
        align-items: stretch;
        flex-direction: column;
    }

    .catalog-lineup__controls {
        align-items: stretch;
        flex-direction: column;
        gap: 0.6rem;
    }

    .catalog-lineup__controls label {
        align-items: stretch;
        flex-direction: column;
    }

    .catalog-lineup__controls select,
    .catalog-lineup__controls a {
        width: 100%;
    }

    .seo-module__action,
    .catalog-lineup__actions a {
        width: 100%;
    }

    .catalog-lineup__actions {
        justify-content: stretch;
    }

    .catalog-lineup__actions a {
        flex: 1 1 0;
    }
}

@media (max-width: 560px) {
    .catalog-detail-stats {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .catalog-detail-stat {
        width: 100%;
    }

    .make-vehicle-grid,
    .category-vehicle-grid {
        grid-template-columns: 1fr;
    }

    .seo-trim-card {
        flex-basis: min(82vw, 280px);
    }

    .seo-trim-grid {
        padding-right: 44px;
    }

    .seo-rail::after {
        width: 48px;
    }

    .seo-rail__next {
        right: -6px;
    }
}

/********* End Make Detail ***************/

/********* Vehicle Detail ***************/
.vehicle-detail-page {
    max-width: 1280px;
    margin: 0 auto;
    padding: 1.5rem 1.5rem 5rem;
    color: #111827;
}

.vehicle-detail-page,
.vehicle-detail-page *,
.vehicle-detail-page *::before,
.vehicle-detail-page *::after {
    box-sizing: border-box;
}

.vehicle-detail-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 0 0 1.75rem;
    padding: 0;
    list-style: none;
    color: #6b7280;
}

.vehicle-detail-breadcrumbs li {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.vehicle-detail-breadcrumbs li + li::before {
    content: "/";
    color: #9ca3af;
}

.vehicle-detail-breadcrumbs a {
    color: #374151;
    text-decoration: none;
}

.vehicle-detail-breadcrumbs a:hover {
    color: #111827;
    text-decoration: underline;
}

.vehicle-detail-empty {
    border: 1px solid #e5e7eb;
    background: #ffffff;
    padding: 2rem;
    color: #4b5563;
}

.vehicle-detail-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: end;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.vehicle-detail-kicker {
    margin: 0 0 0.5rem;
    color: #c89b3c;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vehicle-detail-hero h1 {
    margin: 0;
    max-width: 820px;
    font-size: clamp(1.55rem, 2.7vw, 2.75rem);
    line-height: 1.08;
    letter-spacing: 0;
}

.vehicle-detail-trim {
    margin: 0.8rem 0 0;
    color: #374151;
    font-size: 1.35rem;
    font-weight: 700;
}

.vehicle-detail-blurb {
    max-width: 760px;
    margin: 1rem 0 0;
    color: #4b5563;
    font-size: 1.08rem;
    line-height: 1.7;
}

.vehicle-detail-compare-button,
.vehicle-detail-trim-card button,
.vehicle-detail-selector button,
.vehicle-detail-update-form button {
    border: 0;
    background: #111111;
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    text-transform: uppercase;
}

.vehicle-detail-compare-button {
    min-width: 180px;
    padding: 1rem 1.25rem;
}

.vehicle-detail-compare-button:disabled,
.vehicle-detail-trim-card button:disabled {
    background: #404040;
    color: #d1d5db;
    cursor: not-allowed;
}

.vehicle-detail-compare-button.is-selected,
.vehicle-detail-trim-card button.is-selected {
    background: #c89b3c;
    color: #111111;
}

.vehicle-detail-shell {
    display: grid;
    grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
    gap: 2rem;
    align-items: start;
}

.vehicle-detail-panel {
    display: grid;
    gap: 1rem;
}

.vehicle-detail-selector,
.vehicle-detail-update-card,
.vehicle-detail-summary,
.vehicle-detail-feature-group,
.vehicle-detail-trim-card,
.vehicle-detail-related-card,
.vehicle-detail-guide-card {
    border: 1px solid #e5e7eb;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.vehicle-detail-selector,
.vehicle-detail-update-card,
.vehicle-detail-summary,
.vehicle-detail-feature-group,
.vehicle-detail-trim-card,
.vehicle-detail-related-card,
.vehicle-detail-guide-card,
.cmp-hero-card {
    min-width: 0;
}

.vehicle-detail-related-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.vehicle-detail-selector {
    display: grid;
    gap: 0.75rem;
    padding: 1rem;
}

.vehicle-detail-selector label {
    color: #374151;
    font-size: 0.85rem;
    font-weight: 800;
}

.vehicle-detail-selector select,
.vehicle-detail-update-form input,
.vehicle-detail-update-form select {
    width: 100%;
    border: 1px solid #d1d5db;
    background: #ffffff;
    color: #111827;
    padding: 0.78rem 0.85rem;
    font: inherit;
}

.vehicle-detail-selector button,
.vehicle-detail-update-form button {
    width: 100%;
    max-width: 100%;
    padding: 0.8rem 1rem;
}

.vehicle-detail-update-card {
    padding: 1.25rem;
    background: #c89b3c;
    color: #111111;
}

.vehicle-detail-update-card h2 {
    margin: 0 0 0.5rem;
    font-size: 1.08rem;
    line-height: 1.35;
}

.vehicle-detail-update-card p {
    margin: 0;
    color: #ffffff;
    line-height: 1.55;
}

.vehicle-detail-update-form {
    display: grid;
    gap: 0.75rem;
    margin-top: 1rem;
}

.vehicle-detail-update-form button {
    background: #ffffff;
    color: #111111;
}

.vehicle-detail-update-status {
    margin-top: 0.75rem;
    font-size: 0.92rem;
}

.vehicle-detail-main {
    display: grid;
    gap: 1.25rem;
}

.vehicle-detail-gallery {
    display: grid;
    gap: 0.75rem;
}

.vehicle-detail-carousel {
    display: grid;
    gap: 0.75rem;
}

.vehicle-detail-carousel__stage {
    position: relative;
    overflow: hidden;
    background: #f3f4f6;
}

.vehicle-detail-carousel__stage img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.vehicle-detail-carousel__control {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 42px;
    height: 42px;
    border: 0;
    background: rgba(17, 17, 17, 0.72);
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-size: 1.8rem;
    line-height: 1;
    transform: translateY(-50%);
}

.vehicle-detail-carousel__control--prev {
    left: 0.75rem;
}

.vehicle-detail-carousel__control--next {
    right: 0.75rem;
}

.vehicle-detail-gallery picture,
.vehicle-detail-gallery img {
    display: block;
}

.vehicle-detail-gallery > picture img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: #f3f4f6;
}

.vehicle-detail-thumbnails {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.75rem;
}

.vehicle-detail-thumbnail-button {
    display: block;
    width: 100%;
    border: 2px solid transparent;
    background: transparent;
    cursor: pointer;
    padding: 0;
}

.vehicle-detail-thumbnail-button.is-active {
    border-color: #c89b3c;
}

.vehicle-detail-thumbnails img {
    width: 100%;
    aspect-ratio: 5 / 3;
    object-fit: cover;
    background: #f3f4f6;
}

.vehicle-detail-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vehicle-detail-summary div {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 0.25rem 0.75rem;
    padding: 1.15rem 1rem;
    text-align: left;
}

.vehicle-detail-summary div + div {
    border-left: 1px solid #e5e7eb;
}

.vehicle-detail-summary span,
.vehicle-detail-trim-card dt,
.vehicle-detail-related-card p {
    color: #6b7280;
}

.vehicle-detail-summary-icon,
.vehicle-detail-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #f4efe6;
    color: #111827;
    font-size: 0.72rem;
    font-weight: 850;
    text-transform: uppercase;
}

.rev-icon {
    display: block;
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vehicle-detail-summary-icon {
    grid-row: span 2;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(200, 155, 60, 0.22);
}

.vehicle-detail-summary-icon .rev-icon {
    width: 21px;
    height: 21px;
}

.vehicle-detail-summary strong {
    color: #111827;
    font-size: 1.05rem;
}

.vehicle-detail-features,
.vehicle-detail-charging,
.vehicle-detail-verdict,
.vehicle-detail-comparison,
.vehicle-detail-related {
    margin-top: 1.5rem;
}

.vehicle-detail-comparison,
.vehicle-detail-related {
    margin-top: 3rem;
}

.vehicle-detail-forum {
    margin-top: 3rem;
}

.vehicle-detail-section-label {
    margin: 0 0 0.8rem;
    color: #b07b16;
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vehicle-detail-charging,
.vehicle-detail-verdict {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
    padding: 1.1rem 1.2rem 1rem;
}

.vehicle-detail-charging-grid,
.vehicle-detail-verdict-grid {
    display: grid;
    gap: 1rem;
}

.vehicle-detail-charging-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vehicle-detail-charging-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
    padding: 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
}

.vehicle-detail-card-icon {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(17, 24, 39, 0.08);
}

.vehicle-detail-card-icon .rev-icon {
    width: 22px;
    height: 22px;
}

.vehicle-detail-charging-card h2,
.vehicle-detail-verdict-card h2 {
    margin: 0 0 0.3rem;
    color: #111827;
    font-size: 0.86rem;
    font-weight: 850;
    line-height: 1.35;
}

.vehicle-detail-charging-card p {
    margin: 0;
    color: #111827;
    font-weight: 750;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.vehicle-detail-charging-note {
    margin: 0.85rem 0 0;
    color: #6b7280;
    font-size: 0.84rem;
    line-height: 1.45;
}

.vehicle-detail-verdict-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vehicle-detail-verdict-card {
    min-width: 0;
    padding: 1.1rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
}

.vehicle-detail-verdict-card h2 {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 0.75rem;
}

.vehicle-detail-verdict-card h2 span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    font-weight: 900;
}

.vehicle-detail-verdict-card h2 span .rev-icon {
    width: 15px;
    height: 15px;
    stroke-width: 2.4;
}

.vehicle-detail-verdict-card--pros h2 span {
    background: #dcfce7;
    color: #15803d;
}

.vehicle-detail-verdict-card--cons h2 span {
    background: #fee2e2;
    color: #b91c1c;
}

.vehicle-detail-verdict-card--notes h2 span {
    background: #dbeafe;
    color: #1d4ed8;
}

.vehicle-detail-verdict-card ul {
    display: grid;
    gap: 0.55rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vehicle-detail-verdict-card li {
    position: relative;
    padding-left: 1.1rem;
    color: #374151;
    font-size: 0.94rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.vehicle-detail-verdict-card li::before {
    content: "";
    position: absolute;
    top: 0.58em;
    left: 0;
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 999px;
    background: #111827;
}

.vehicle-detail-verdict-card--pros li::before {
    background: #16a34a;
}

.vehicle-detail-verdict-card--cons li::before {
    background: #dc2626;
}

.vehicle-detail-verdict-card--notes li::before {
    background: #2563eb;
}

.vehicle-detail-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.vehicle-detail-feature-heading {
    grid-column: 1 / -1;
}

.vehicle-detail-feature-group {
    padding: 1.25rem;
    border-radius: 8px;
}

.vehicle-detail-feature-group h2,
.vehicle-detail-section-heading h2 {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.35;
}

.vehicle-detail-feature-list {
    display: grid;
    gap: 0.7rem;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
    color: #374151;
}

.vehicle-detail-feature-list li {
    position: relative;
    padding-left: 1.1rem;
    line-height: 1.5;
}

.vehicle-detail-feature-list li::before {
    content: "";
    position: absolute;
    top: 0.68em;
    left: 0;
    width: 0.38rem;
    height: 0.38rem;
    border-radius: 999px;
    background: #c89b3c;
}

.vehicle-detail-feature-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid #f3f4f6;
    color: #4b5563;
}

.vehicle-detail-feature-row:last-child {
    border-bottom: 0;
}

.vehicle-detail-feature-row strong {
    color: #111827;
    font-weight: 700;
}

.vehicle-detail-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.vehicle-detail-section-heading p {
    margin: 0;
    color: #6b7280;
}

.vehicle-detail-trim-grid,
.vehicle-detail-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.vehicle-detail-trim-card {
    display: grid;
    gap: 1rem;
    padding: 1.15rem;
}

.vehicle-detail-trim-card h3 {
    margin: 0;
    font-size: 1.05rem;
}

.vehicle-detail-trim-card dl {
    display: grid;
    gap: 0.6rem;
    margin: 0;
}

.vehicle-detail-trim-card div {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
}

.vehicle-detail-trim-card dd {
    margin: 0;
    color: #111827;
    font-weight: 700;
    text-align: right;
}

.vehicle-detail-trim-card button {
    width: 100%;
    max-width: 100%;
    padding: 0.7rem 0.85rem;
}

.vehicle-detail-related-card a,
.vehicle-detail-guide-card {
    display: block;
    color: inherit;
    text-decoration: none;
}

.vehicle-detail-guide-card {
    height: 100%;
}

.vehicle-detail-related-card img {
    display: block;
    width: 100%;
    aspect-ratio: 7 / 4;
    object-fit: cover;
    background: #f3f4f6;
}

.vehicle-detail-related-card h3,
.vehicle-detail-guide-card h3 {
    margin: 1rem 1rem 0.35rem;
    font-size: 1.05rem;
    line-height: 1.35;
}

.vehicle-detail-related-card p,
.vehicle-detail-guide-card p {
    margin: 0 1rem 1rem;
    line-height: 1.55;
}

.vehicle-detail-related-card__compare {
    margin: auto 1rem 0;
    padding: 1rem 0;
    border-top: 1px solid #e5e7eb;
}

.vehicle-detail-related-card__compare p {
    margin: 0 0 0.65rem;
    color: #6b7280;
    font-size: 0.9rem;
}

.vehicle-detail-related-card__compare-button,
.vehicle-detail-related-card__trim-picker summary,
.vehicle-detail-related-card__trim-list button {
    box-sizing: border-box;
    min-height: 42px;
    border: 1px solid rgba(17, 17, 17, 0.12);
    background: #f4f4f4;
    color: #555555;
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    padding: 0 0.95rem;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(17, 17, 17, 0.18);
}

.vehicle-detail-related-card__compare-button.is-selected,
.vehicle-detail-related-card__trim-list button.is-selected {
    background: #111111;
    border-color: #111111;
    color: #ffffff;
}

.vehicle-detail-related-card__compare-button,
.vehicle-detail-related-card__trim-picker summary {
    background: #111111;
    border-color: #111111;
    color: #ffffff;
}

.vehicle-detail-related-card__compare-button:disabled,
.vehicle-detail-related-card__trim-list button:disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.vehicle-detail-related-card__trim-picker summary {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    list-style: none;
}

.vehicle-detail-related-card__trim-picker summary::after {
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    margin-left: 0.6rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-0.1rem) rotate(45deg);
    transition: transform 150ms ease;
}

.vehicle-detail-related-card__trim-picker[open] summary::after {
    transform: translateY(0.1rem) rotate(225deg);
}

.vehicle-detail-related-card__trim-picker summary::-webkit-details-marker {
    display: none;
}

.vehicle-detail-related-card__trim-list {
    display: grid;
    gap: 0.5rem;
    margin-top: 0.75rem;
    padding: 0.75rem;
    border: 1px solid #e5e7eb;
    background: #fafafa;
}

.vehicle-detail-related-card__trim-list button {
    width: 100%;
    box-shadow: none;
    text-align: left;
    text-transform: none;
}

.category-vehicle-card,
.make-vehicle-card,
.vehicle-detail-related-card,
.guide-vehicle-card,
.find-vehicle-card {
    position: relative;
    z-index: 0;
    overflow: visible;
}

.category-vehicle-card:hover,
.make-vehicle-card:hover,
.vehicle-detail-related-card:hover,
.guide-vehicle-card:hover,
.find-vehicle-card:hover {
    z-index: 5;
}

.category-vehicle-card:has([data-rev-trim-picker][open]),
.make-vehicle-card:has([data-rev-trim-picker][open]),
.vehicle-detail-related-card:has([data-rev-trim-picker][open]),
.guide-vehicle-card:has([data-rev-trim-picker][open]),
.find-vehicle-card:has([data-rev-trim-picker][open]) {
    z-index: 90;
}

.category-vehicle-card__trim-picker,
.make-vehicle-card__trim-picker,
.vehicle-detail-related-card__trim-picker,
.guide-vehicle-card__trim-picker,
.find-vehicle-card__trim-picker {
    position: relative;
    display: block;
    z-index: 1;
    width: 100%;
    min-width: 0;
}

.category-vehicle-card__trim-picker[open],
.make-vehicle-card__trim-picker[open],
.vehicle-detail-related-card__trim-picker[open],
.guide-vehicle-card__trim-picker[open],
.find-vehicle-card__trim-picker[open] {
    z-index: 100;
}

.category-vehicle-card__trim-picker summary,
.make-vehicle-card__trim-picker summary,
.vehicle-detail-related-card__trim-picker summary,
.guide-vehicle-card__trim-picker summary,
.find-vehicle-card__trim-picker summary {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.category-vehicle-card__trim-picker summary::after,
.make-vehicle-card__trim-picker summary::after,
.vehicle-detail-related-card__trim-picker summary::after,
.guide-vehicle-card__trim-picker summary::after,
.find-vehicle-card__trim-picker summary::after {
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    margin-left: 0.6rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-0.1rem) rotate(45deg);
    transition: transform 150ms ease;
}

.category-vehicle-card__trim-picker[open] summary::after,
.make-vehicle-card__trim-picker[open] summary::after,
.vehicle-detail-related-card__trim-picker[open] summary::after,
.guide-vehicle-card__trim-picker[open] summary::after,
.find-vehicle-card__trim-picker[open] summary::after {
    transform: translateY(0.1rem) rotate(225deg);
}

.category-vehicle-card__trim-list,
.make-vehicle-card__trim-list,
.vehicle-detail-related-card__trim-list,
.guide-vehicle-card__trim-list,
.find-vehicle-card__trim-list {
    box-sizing: border-box;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 110;
    width: 100%;
    min-width: 0;
    max-height: min(360px, calc(100vh - 96px));
    margin-top: 0;
    overflow: auto;
    padding: 14px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 20px 44px rgba(17, 17, 17, 0.16);
}

.category-vehicle-card__trim-picker.is-flipped .category-vehicle-card__trim-list,
.make-vehicle-card__trim-picker.is-flipped .make-vehicle-card__trim-list,
.vehicle-detail-related-card__trim-picker.is-flipped .vehicle-detail-related-card__trim-list,
.guide-vehicle-card__trim-picker.is-flipped .guide-vehicle-card__trim-list,
.find-vehicle-card__trim-picker.is-flipped .find-vehicle-card__trim-list {
    top: auto;
    bottom: calc(100% + 10px);
}

.category-vehicle-card__trim-list button,
.make-vehicle-card__trim-list button,
.vehicle-detail-related-card__trim-list button,
.guide-vehicle-card__trim-list button,
.find-vehicle-card__trim-list button {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 42px;
    border-radius: 12px;
    box-shadow: none;
    text-align: left;
    text-transform: none;
    white-space: normal;
}

.vehicle-card-trim-badge {
    flex: 0 0 auto;
    padding: 0.2rem 0.45rem;
    border-radius: 999px;
    background: #d7b460;
    color: #111111;
    font-size: 0.68rem;
    font-weight: 850;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.category-vehicle-card__trim-list button.is-selected .vehicle-card-trim-badge,
.make-vehicle-card__trim-list button.is-selected .vehicle-card-trim-badge,
.vehicle-detail-related-card__trim-list button.is-selected .vehicle-card-trim-badge,
.guide-vehicle-card__trim-list button.is-selected .vehicle-card-trim-badge,
.find-vehicle-card__trim-list button.is-selected .vehicle-card-trim-badge {
    background: #ffffff;
    color: #111111;
}

@media (max-width: 560px) {
    .category-vehicle-card__trim-list,
    .make-vehicle-card__trim-list,
    .vehicle-detail-related-card__trim-list {
        width: 100%;
    }
}

.vehicle-detail-guide-card {
    padding: 1.15rem;
}

.vehicle-detail-guide-card h3,
.vehicle-detail-guide-card p {
    margin-left: 0;
    margin-right: 0;
}

.vehicle-detail-forum-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    gap: 1rem;
    align-items: start;
}

.vehicle-detail-forum-list {
    display: grid;
    gap: 1rem;
    min-width: 0;
}

.vehicle-detail-forum-thread,
.vehicle-detail-forum-empty,
.vehicle-detail-forum-composer {
    min-width: 0;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.vehicle-detail-forum-thread,
.vehicle-detail-forum-empty {
    padding: 1rem;
}

.vehicle-detail-forum-composer {
    position: sticky;
    top: 1rem;
    padding: 1rem;
}

.vehicle-detail-forum-status {
    margin: 0 0 1rem;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    background: #eff6ff;
    color: #1e3a8a;
    padding: 0.85rem 1rem;
    line-height: 1.45;
}

.vehicle-detail-forum-empty h3,
.vehicle-detail-forum-composer h3,
.vehicle-detail-forum-thread h3 {
    margin: 0;
    color: #111827;
    font-size: 1.05rem;
    line-height: 1.35;
}

.vehicle-detail-forum-empty p,
.vehicle-detail-forum-composer p {
    margin: 0.45rem 0 0;
    color: #6b7280;
    line-height: 1.5;
}

.vehicle-detail-forum-thread__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: start;
}

.vehicle-detail-forum-thread__header p,
.vehicle-detail-forum-post__meta {
    margin: 0.35rem 0 0;
    color: #6b7280;
    font-size: 0.9rem;
    line-height: 1.4;
}

.vehicle-detail-forum-category {
    display: inline-flex;
    margin-bottom: 0.45rem;
    border-radius: 999px;
    background: #f4efe6;
    color: #7c580f;
    padding: 0.22rem 0.55rem;
    font-size: 0.72rem;
    font-weight: 850;
    line-height: 1;
    text-transform: uppercase;
}

.vehicle-detail-forum-thread__stats {
    display: grid;
    justify-items: center;
    min-width: 74px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 0.55rem;
    color: #6b7280;
}

.vehicle-detail-forum-thread__stats strong {
    color: #111827;
    font-size: 1.2rem;
    line-height: 1;
}

.vehicle-detail-forum-thread__stats span {
    margin-top: 0.2rem;
    font-size: 0.72rem;
    font-weight: 850;
    text-transform: uppercase;
}

.vehicle-detail-forum-posts {
    display: grid;
    gap: 0.75rem;
    margin-top: 1rem;
}

.vehicle-detail-forum-post {
    border-left: 3px solid #d7b460;
    background: #f9fafb;
    padding: 0.85rem 1rem;
}

.vehicle-detail-forum-post__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.75rem;
}

.vehicle-detail-forum-post__meta strong {
    color: #111827;
}

.vehicle-detail-forum-post p {
    margin: 0.5rem 0 0;
    color: #374151;
    line-height: 1.55;
    overflow-wrap: anywhere;
    white-space: pre-wrap;
}

.vehicle-detail-forum-form,
.vehicle-detail-forum-report-form {
    display: grid;
    gap: 0.75rem;
}

.vehicle-detail-forum-form label {
    color: #374151;
    font-size: 0.85rem;
    font-weight: 800;
}

.vehicle-detail-forum-form input,
.vehicle-detail-forum-form select,
.vehicle-detail-forum-form textarea,
.vehicle-detail-forum-report-form select,
.vehicle-detail-forum-report-form textarea {
    width: 100%;
    min-width: 0;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background: #ffffff;
    color: #111827;
    padding: 0.78rem 0.85rem;
    font: inherit;
}

.vehicle-detail-forum-form textarea,
.vehicle-detail-forum-report-form textarea {
    resize: vertical;
}

.vehicle-detail-forum-form button,
.vehicle-detail-forum-report-form button,
.vehicle-detail-forum-signin {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border: 0;
    border-radius: 6px;
    background: #111111;
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-weight: 850;
    padding: 0.75rem 1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.vehicle-detail-forum-form button {
    width: 100%;
}

.vehicle-detail-forum-reply,
.vehicle-detail-forum-report {
    margin-top: 0.85rem;
}

.vehicle-detail-forum-reply summary,
.vehicle-detail-forum-report summary {
    color: #374151;
    cursor: pointer;
    font-weight: 800;
}

.vehicle-detail-forum-report-form {
    margin-top: 0.65rem;
}

.vehicle-detail-forum-report-form button {
    justify-self: start;
    min-height: 36px;
    padding: 0.55rem 0.8rem;
    font-size: 0.82rem;
}

.vehicle-detail-forum-report--thread {
    border-top: 1px solid #e5e7eb;
    padding-top: 0.85rem;
}

.vehicle-detail-forum-locked {
    margin: 0.85rem 0 0;
    color: #6b7280;
    font-weight: 700;
}

.vehicle-detail-forum-signin {
    margin-top: 0.85rem;
    background: #f4efe6;
    color: #111827;
}

.vehicle-detail-forum-signin--primary {
    width: 100%;
    background: #111111;
    color: #ffffff;
}

@media (max-width: 980px) {
    .vehicle-detail-hero,
    .vehicle-detail-shell,
    .vehicle-detail-forum-shell {
        grid-template-columns: 1fr;
    }

    .vehicle-detail-forum-composer {
        position: static;
    }

    .vehicle-detail-hero__actions {
        justify-self: start;
    }

    .vehicle-detail-charging-grid,
    .vehicle-detail-verdict-grid,
    .vehicle-detail-features,
    .vehicle-detail-trim-grid,
    .vehicle-detail-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .vehicle-detail-page {
        padding: 1rem 1rem 4rem;
    }

    .vehicle-detail-hero h1 {
        font-size: 1.5rem;
    }

    .vehicle-detail-summary,
    .vehicle-detail-charging-grid,
    .vehicle-detail-verdict-grid,
    .vehicle-detail-features,
    .vehicle-detail-trim-grid,
    .vehicle-detail-card-grid {
        grid-template-columns: 1fr;
    }

    .vehicle-detail-summary div + div {
        border-left: 0;
        border-top: 1px solid #e5e7eb;
    }

    .vehicle-detail-charging,
    .vehicle-detail-verdict {
        padding: 1rem;
    }

    .vehicle-detail-thumbnails {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/********* End Vehicle Detail ***************/

/********* Razor Compare Table ***************/
.cmp-shell.comparison-page-shell {
    box-sizing: border-box;
    background: #f7f7f7;
    min-height: 70vh;
    padding: 3rem 1.25rem 4rem;
}

.cmp-shell.vehicle-detail-comparison-shell {
    box-sizing: border-box;
    background: #f7f7f7;
    padding: 1.25rem;
}

.cmp-shell.comparison-page-shell,
.cmp-shell.comparison-page-shell *,
.cmp-shell.comparison-page-shell *::before,
.cmp-shell.comparison-page-shell *::after,
.cmp-shell.vehicle-detail-comparison-shell,
.cmp-shell.vehicle-detail-comparison-shell *,
.cmp-shell.vehicle-detail-comparison-shell *::before,
.cmp-shell.vehicle-detail-comparison-shell *::after {
    box-sizing: border-box;
}

.cmp-container {
    max-width: 1200px;
    margin: 0 auto;
    min-width: 0;
}

.cmp-empty {
    max-width: 560px;
    margin: 4rem auto;
    padding: 2.5rem;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    text-align: center;
}

.cmp-empty h1 {
    margin: 0;
    color: #111111;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
    letter-spacing: 0;
}

.cmp-empty p {
    margin: 1rem 0 1.5rem;
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.6;
}

.cmp-empty-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.75rem 1.25rem;
    border-radius: 8px;
    background: #c89b3c;
    color: #111111;
    font-weight: 800;
    text-decoration: none;
}

.cmp-hero {
    display: grid;
    grid-template-columns: repeat(var(--cmp-cols, 2), minmax(280px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    scrollbar-gutter: stable;
}

.cmp-hero-card {
    position: relative;
    min-width: 280px;
    background: #ffffff;
    border: 1.5px solid #e5e5e5;
    border-radius: 8px;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.cmp-hero-card--winner {
    border-color: #c89b3c;
    box-shadow: 0 0 0 2px rgba(200, 155, 60, 0.25);
}

.cmp-badge-slot {
    min-height: 1.75rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.cmp-winner-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    background: #c89b3c;
    color: #111111;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 999px;
}

.cmp-hero-img-wrap {
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
}

.cmp-hero-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cmp-hero-name {
    min-width: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #111111;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.cmp-hero-trim {
    min-height: 1.2rem;
    font-size: 0.82rem;
    color: #6b7280;
}

.cmp-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(72px, 1fr));
    gap: 0.5rem;
    margin: 0.25rem 0;
}

.cmp-stat {
    display: flex;
    flex-direction: column;
    background: #f7f7f7;
    border-radius: 8px;
    padding: 0.45rem 0.55rem;
    min-width: 0;
    overflow: hidden;
}

.cmp-stat-label {
    font-size: 0.7rem;
    font-weight: 600;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.cmp-stat-value {
    font-size: 0.9rem;
    font-weight: 700;
    color: #111111;
    margin-top: 0.1rem;
    line-height: 1.2;
    overflow-wrap: normal;
    word-break: normal;
}

.cmp-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.cmp-tag {
    display: inline-block;
    padding: 0.2rem 0.6rem;
    background: rgba(200, 155, 60, 0.08);
    border: 1px solid rgba(200, 155, 60, 0.25);
    border-radius: 999px;
    font-size: 0.73rem;
    font-weight: 600;
    color: #7c5a18;
}

.cmp-hero-actions {
    margin-top: auto;
    padding-top: 0.5rem;
}

.cmp-btn-primary,
.cmp-cta-btn,
.cmp-cta-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0.65rem 1rem;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    max-width: 100%;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
}

.cmp-btn-primary {
    width: 100%;
    background: #111111;
    color: #ffffff;
}

.cmp-verdict {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    background: #fefce8;
    border: 1px solid #fde68a;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.cmp-verdict-text {
    margin: 0;
    font-size: 0.95rem;
    color: #78350f;
    line-height: 1.55;
    font-weight: 500;
}

.cmp-section {
    margin-bottom: 2rem;
}

.cmp-section-heading {
    font-size: 1.1rem;
    font-weight: 700;
    color: #111111;
    margin: 0 0 0.75rem;
}

.cmp-diff-table,
.cmp-specs-accordion {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: auto;
}

.cmp-diff-row {
    display: grid;
    grid-template-columns: 160px repeat(var(--cmp-cols, 2), minmax(160px, 1fr));
    border-bottom: 1px solid #f3f4f6;
    min-width: 100%;
}

.cmp-diff-row:last-child {
    border-bottom: none;
}

.cmp-diff-header,
.cmp-spec-header {
    background: #f9fafb;
}

.cmp-diff-label,
.cmp-spec-label {
    padding: 0.75rem 1rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #374151;
    display: flex;
    align-items: center;
    border-right: 1px solid #f7f7f7;
    min-width: 0;
    overflow-wrap: anywhere;
}

.cmp-diff-vehicle-header,
.cmp-spec-vehicle-header {
    padding: 0.65rem 1rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: #6b7280;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15rem;
    min-width: 0;
    overflow-wrap: anywhere;
}

.cmp-diff-value,
.cmp-spec-value {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    color: #374151;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.cmp-table-vehicle-name,
.cmp-table-trim-name {
    display: block;
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
}

.cmp-table-vehicle-name {
    color: #374151;
}

.cmp-table-trim-name {
    color: #6b7280;
    font-size: 0.74rem;
    font-weight: 600;
    line-height: 1.25;
}

.cmp-diff-value--best {
    color: #166534;
    font-weight: 700;
    background: #f0fdf4;
}

.cmp-diff-best-mark {
    font-size: 0.75rem;
    color: #16a34a;
    flex-shrink: 0;
}

.cmp-cta-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.5rem 1.75rem;
    margin: 0 0 2rem;
    border-radius: 8px;
    background: rgba(200, 155, 60, 0.06);
    border: 1px solid rgba(200, 155, 60, 0.2);
}

.cmp-cta-copy {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.cmp-cta-copy strong {
    color: #111111;
}

.cmp-cta-copy span {
    color: #4b5563;
    font-size: 0.875rem;
}

.cmp-cta-actions {
    display: flex;
    gap: 0.75rem;
    flex-shrink: 0;
}

.cmp-cta-btn {
    background: #c89b3c;
    color: #111111;
}

.cmp-cta-btn-secondary {
    border: 1px solid #d1d5db;
    color: #374151;
    background: #ffffff;
}

.cmp-specs-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #111111;
    cursor: pointer;
    list-style: none;
}

.cmp-specs-toggle::-webkit-details-marker {
    display: none;
}

.cmp-specs-toggle-icon::after {
    content: "+";
    font-size: 1.1rem;
    color: #6b7280;
}

.cmp-specs-accordion[open] .cmp-specs-toggle-icon::after {
    content: "-";
}

.cmp-specs-body {
    padding: 0.5rem 0 1rem;
}

.cmp-spec-section {
    padding: 0.75rem 1.25rem 0.5rem;
}

.cmp-spec-section-heading {
    font-size: 0.85rem;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 0.5rem;
}

.cmp-spec-table {
    border: 1px solid #f7f7f7;
    border-radius: 8px;
    overflow: auto;
}

.cmp-spec-row {
    display: grid;
    grid-template-columns: 180px repeat(var(--cmp-cols, 2), minmax(160px, 1fr));
    border-bottom: 1px solid #f9fafb;
    min-width: 100%;
}

.cmp-spec-row:last-child {
    border-bottom: none;
}

@media (max-width: 768px) {
    .cmp-shell.vehicle-detail-comparison-shell {
        padding: 1rem;
    }

    .cmp-cta-strip,
    .cmp-cta-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .cmp-hero {
        grid-template-columns: repeat(var(--cmp-cols, 2), minmax(260px, 1fr));
    }

    .cmp-hero-card {
        min-width: 260px;
    }

    .cmp-hero-stats {
        grid-template-columns: 1fr;
    }
}

/********* End Razor Compare Table ***************/

/********* Razor Guides ***************/
.guides-index-container,
.guide-container {
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.guide-page-shell {
    padding: 1rem 0 4rem;
    background: #f5f6f7;
}

.guides-index-container {
    padding-bottom: 3.5rem;
}

.guides-index-breadcrumbs,
.guide-breadcrumbs {
    padding-top: 1rem;
}

.guides-index-hero {
    padding: 2rem 0 1.5rem;
    max-width: 780px;
}

.guides-index-kicker {
    margin: 0 0 0.5rem;
    color: #C89B3C;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.guides-index-hero h1 {
    margin: 0 0 0.8rem;
    color: #111111;
    font-size: clamp(1.85rem, 3.2vw, 2.8rem);
    font-weight: 850;
    line-height: 1.05;
    letter-spacing: 0;
}

.guides-index-hero p {
    margin: 0;
    color: #4b5563;
    font-size: 0.98rem;
    line-height: 1.62;
}

.guides-index-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.guides-index-card {
    display: flex;
    flex-direction: column;
    min-height: 245px;
    padding: 1.25rem;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    background:
        radial-gradient(circle at top right, rgba(200, 155, 60, 0.08), transparent 38%),
        #ffffff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
    transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.guides-index-card:hover {
    border-color: #C89B3C;
    box-shadow: 0 20px 44px rgba(200, 155, 60, 0.14);
    transform: translateY(-2px);
}

.guides-index-card-kicker {
    margin-bottom: 0.8rem;
    color: #C89B3C;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.guides-index-card h2 {
    margin: 0 0 0.65rem;
    color: #111111;
    font-size: 1.2rem;
    font-weight: 850;
    line-height: 1.2;
}

.guides-index-card p {
    margin: 0;
    color: #4b5563;
    font-size: 0.92rem;
    line-height: 1.55;
}

.guides-index-card-action {
    margin-top: auto;
    padding-top: 1rem;
    color: #C89B3C;
    font-size: 0.9rem;
    font-weight: 800;
}

.guide-hero {
    padding: 1.25rem 1.5rem 1.6rem;
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

.guide-heading {
    margin: 0 0 0.75rem;
    max-width: 840px;
    font-size: clamp(2rem, 4vw, 3.6rem);
    font-weight: 850;
    color: #111111;
    line-height: 1.02;
    letter-spacing: 0;
}

.guide-intro {
    max-width: 82ch;
    margin: 0;
    color: #4b5563;
    font-size: 1.03rem;
    line-height: 1.65;
}

.guide-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1.1rem;
}

.guide-meta-row span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0.35rem 0.7rem;
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 999px;
    background: #ffffff;
    color: #374151;
    font-size: 0.82rem;
    font-weight: 700;
}

.guide-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 255px;
    gap: 1.5rem;
    padding-top: 1.5rem;
    align-items: start;
}

.guide-main {
    min-width: 0;
    padding: 1.25rem;
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

.guide-toc {
    position: sticky;
    top: 92px;
    align-self: start;
    padding: 1rem 1rem 1.1rem;
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.guide-toc p {
    margin: 0 0 0.7rem;
    color: #111111;
    font-size: 0.84rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.guide-toc nav {
    display: grid;
    gap: 0.1rem;
}

.guide-toc a {
    display: block;
    padding: 0.42rem 0;
    color: #4b5563;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
}

.guide-toc a:hover {
    color: #111111;
}

.guide-toc__section-link {
    padding-left: 0.75rem !important;
    border-left: 2px solid rgba(200, 155, 60, 0.35);
    color: #6b7280 !important;
    font-size: 0.84rem !important;
    font-weight: 650 !important;
}

.guide-toc__section-link:hover {
    color: #111111 !important;
    border-left-color: #C89B3C;
}

.guide-explainer-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 0 0 1.5rem;
}

.guide-explainer-card {
    padding: 1.25rem;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.guide-explainer-card h2 {
    margin: 0 0 0.6rem;
    color: #111111;
    font-size: 1.1rem;
    font-weight: 800;
}

.guide-explainer-card p {
    margin: 0;
    color: #4b5563;
    line-height: 1.65;
    font-size: 0.95rem;
}

.guide-body {
    margin: 0 0 1.5rem;
    color: #253338;
    line-height: 1.7;
    font-size: 1rem;
}

.guide-overview {
    padding-top: 1.5rem;
}

.guide-body h2,
.guide-body h3 {
    margin: 1.4rem 0 0.55rem;
    color: #142329;
    line-height: 1.2;
}

.guide-body h2 {
    font-size: clamp(1.45rem, 2vw, 2rem);
}

.guide-body h3 {
    font-size: 1.15rem;
}

.guide-body p,
.guide-body ul,
.guide-body ol {
    margin: 0 0 1rem;
}

.guide-body a {
    color: #086972;
    font-weight: 700;
}

.guide-section-kicker {
    margin: 0 0 0.4rem !important;
    color: #C89B3C !important;
    font-size: 0.74rem !important;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.guide-results-section {
    margin: 0 0 1.75rem;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(17, 17, 17, 0.1);
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}

.guide-results-section,
.guide-overview,
.guide-authored-section,
.guide-linked-section,
.guide-faq,
.guide-related {
    scroll-margin-top: 105px;
}

.guide-section-heading {
    max-width: 760px;
    margin-bottom: 1rem;
}

.guide-section-heading h2 {
    margin: 0 0 0.45rem;
    color: #111111;
    font-size: clamp(1.45rem, 2.5vw, 2.2rem);
    font-weight: 850;
    line-height: 1.12;
    letter-spacing: 0;
}

.guide-section-heading p:not(.guide-section-kicker) {
    margin: 0;
    color: #4b5563;
    font-size: 0.96rem;
    line-height: 1.6;
}

.guide-linked-section {
    margin-top: 2.5rem;
}

.guide-linked-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 0.75rem;
}

.guide-linked-card {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
}

.guide-linked-card img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
    background: #f3f4f6;
}

.guide-linked-card-body {
    padding: 1rem 1.1rem 1.2rem;
}

.guide-linked-card-body h3 {
    margin: 0.2rem 0 0.4rem;
    font-size: 1.1rem;
    line-height: 1.35;
}

.guide-linked-card-body p {
    margin: 0;
    color: #4b5563;
    line-height: 1.5;
}

.guide-vehicle-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(235px, 1fr));
    gap: 1rem;
    padding-bottom: 1rem;
}

.guide-vehicle-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: visible;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.guide-vehicle-card__media,
.guide-vehicle-card__summary,
.guide-vehicle-card__title {
    color: inherit;
    text-decoration: none;
}

.guide-vehicle-card__media {
    position: relative;
    display: block;
    padding: 0.75rem 0.75rem 0;
}

.guide-vehicle-rank {
    position: absolute;
    top: 0.95rem;
    left: 0.95rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 28px;
    padding: 0 0.45rem;
    border-radius: 999px;
    background: #111111;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 850;
}

.guide-vehicle-card__media .vehicle-card-status-badge {
    top: 0.95rem;
    right: 0.95rem;
}

.guide-vehicle-card__body {
    display: grid;
    gap: 0.8rem;
    padding: 0.85rem 1rem 0.35rem;
}

.guide-vehicle-card__title {
    color: #111111;
    font-size: 1.02rem;
    font-weight: 850;
    line-height: 1.3;
}

.guide-vehicle-card__media picture,
.guide-vehicle-card__media img {
    display: block;
    width: 100%;
}

.guide-vehicle-card__media img {
    aspect-ratio: 16 / 9;
    object-fit: contain;
}

.guide-vehicle-card__summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    padding: 0;
}

.guide-vehicle-card__summary div {
    min-width: 0;
    padding: 0.65rem;
    border-radius: 8px;
    background: #f7f8f9;
}

.guide-vehicle-card__summary span {
    display: block;
    color: #9ca3af;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.guide-vehicle-card__summary strong {
    display: block;
    color: #111111;
    font-size: 0.94rem;
    font-weight: 850;
    line-height: 1.2;
    overflow-wrap: normal;
}

.guide-vehicle-card__compare {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: auto;
    padding: 1rem;
    border-top: 1px solid #f1f1f1;
}

.guide-vehicle-card__compare p {
    margin: 0 0 0.75rem;
    color: #6b7280;
    font-size: 0.85rem;
    line-height: 1.4;
}

.guide-vehicle-card__compare-button,
.guide-vehicle-card__trim-picker summary,
.guide-vehicle-card__trim-list button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    max-width: 100%;
    padding: 0.65rem 1rem;
    border: 0;
    border-radius: 8px;
    background: #eeeeee;
    color: #4b5563;
    font: inherit;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    white-space: normal;
    overflow-wrap: anywhere;
}

.guide-vehicle-card__compare-button,
.guide-vehicle-card__trim-picker summary {
    width: 100%;
}

.guide-vehicle-card__compare-button.is-selected,
.guide-vehicle-card__trim-list button.is-selected {
    background: #111111;
    color: #ffffff;
}

.guide-vehicle-card__compare-button,
.guide-vehicle-card__trim-picker summary {
    background: #111111;
    color: #ffffff;
}

.guide-vehicle-card__trim-picker {
    position: relative;
}

.guide-vehicle-card__trim-picker summary {
    width: 100%;
    list-style: none;
}

.guide-vehicle-card__trim-picker summary::-webkit-details-marker {
    display: none;
}

.guide-vehicle-card__trim-list button {
    width: 100%;
    display: flex;
    text-align: center;
    text-transform: none;
}

.guide-empty {
    padding: 3rem 0;
    text-align: center;
    color: #6b7280;
}

.guide-empty p {
    margin-bottom: 1.25rem;
    font-size: 1rem;
}

.guide-not-found {
    padding: 4rem 0;
    text-align: center;
    color: #6b7280;
}

.guide-not-found h1 {
    font-size: 1.75rem;
    color: #111111;
    margin-bottom: 0.5rem;
    letter-spacing: 0;
}

.guide-related {
    padding: 1.5rem 0 0.5rem;
    border-top: 1px solid #e5e7eb;
    margin-top: 0.5rem;
}

.guide-related-heading {
    margin: 0 0 1rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: #111111;
}

.guide-related-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.guide-related-link {
    display: inline-block;
    padding: 0.45rem 1rem;
    border: 1px solid #E5E5E5;
    border-radius: 999px;
    background: #ffffff;
    color: #374151;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: border-color 0.15s, color 0.15s;
}

.guide-related-link:hover {
    border-color: #C89B3C;
    color: #C89B3C;
}

.guide-cta-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.5rem 1.75rem;
    margin: 1.5rem 0 2.5rem;
    border-radius: 8px;
    background: rgba(200, 155, 60, 0.06);
    border: 1px solid rgba(200, 155, 60, 0.2);
}

.guide-cta-copy {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.guide-cta-copy strong {
    color: #111111;
    font-size: 1rem;
}

.guide-cta-copy span {
    color: #4b5563;
    font-size: 0.9rem;
}

.guide-cta-actions {
    display: flex;
    gap: 0.75rem;
    flex-shrink: 0;
}

.guide-cta-button,
.guide-cta-button-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0.65rem 1rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    max-width: 100%;
    text-align: center;
}

.guide-cta-button {
    background: #C89B3C;
    color: #111111;
}

.guide-cta-button-secondary {
    border: 1px solid #d1d5db;
    color: #374151;
    background: #ffffff;
}

@media (max-width: 1080px) {
    .guide-layout {
        grid-template-columns: 1fr;
    }

    .guide-toc {
        position: static;
        order: -1;
    }

    .guide-toc nav {
        display: flex;
        flex-wrap: wrap;
        gap: 0.35rem 0.85rem;
    }
}

@media (max-width: 980px) {
    .guides-index-grid,
    .guide-linked-grid,
    .guide-vehicle-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .guide-page-shell {
        padding-bottom: 2.5rem;
    }

    .guide-layout {
        padding-top: 1rem;
    }

    .guide-hero {
        padding-bottom: 1.2rem;
    }

    .guide-explainer-grid {
        grid-template-columns: 1fr;
    }

    .guide-meta-row span {
        width: 100%;
        justify-content: center;
    }

    .guide-cta-strip {
        flex-direction: column;
        align-items: flex-start;
    }

    .guide-cta-actions {
        width: 100%;
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .guides-index-grid,
    .guide-linked-grid,
    .guide-vehicle-grid {
        grid-template-columns: 1fr;
    }
}

/********* End Razor Guides ***************/

/********* Razor Find ***************/
.find-page {
    width: min(100% - 3rem, 1180px);
    margin: 0 auto;
    padding: 2rem 0 4rem;
}

.find-filter-panel {
    padding: 1.5rem;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(17, 17, 17, 0.06);
}

.find-filter-panel__header {
    max-width: 760px;
    margin-bottom: 1.25rem;
}

.find-filter-panel__header p {
    margin: 0 0 0.45rem;
    color: #C89B3C;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.find-filter-panel__header h1 {
    margin: 0;
    color: #111111;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 850;
    line-height: 1.05;
    letter-spacing: 0;
}

.find-support-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1rem;
}

.find-support-links a {
    color: #194A7A;
    font-size: 0.95rem;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.find-filter-form {
    display: grid;
    gap: 1.25rem;
}

.find-filter-group {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.find-filter-group legend,
.find-filter-field span {
    display: block;
    margin-bottom: 0.45rem;
    color: #374151;
    font-size: 0.85rem;
    font-weight: 800;
}

.find-category-options {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.find-category-option {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 38px;
    padding: 0.45rem 0.75rem;
    border: 1px solid #e5e5e5;
    border-radius: 999px;
    background: #f9fafb;
    color: #374151;
    font-size: 0.9rem;
    font-weight: 700;
}

.find-category-option input {
    accent-color: #111111;
}

.find-filter-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.find-filter-field {
    display: grid;
    gap: 0.5rem;
}

.find-input-shell {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    min-height: 46px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.find-input-shell:focus-within {
    border-color: #111111;
    box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.08);
}

.find-input-prefix,
.find-input-suffix {
    color: #667085;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1;
}

.find-input-prefix {
    padding-left: 0.8rem;
}

.find-input-suffix {
    padding-right: 0.8rem;
}

.find-input-shell input {
    width: 100%;
    min-height: 44px;
    padding: 0.65rem 0.75rem;
    border: 0;
    background: transparent;
    color: #111111;
    font: inherit;
    font-weight: 750;
    outline: none;
}

.find-input-shell input:first-child {
    padding-left: 0.8rem;
}

.find-filter-field select {
    width: 100%;
    min-height: 44px;
    padding: 0.65rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #ffffff;
    color: #111111;
    font: inherit;
}

.find-filter-field select {
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.find-filter-field select:focus {
    border-color: #111111;
    box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.08);
    outline: none;
}

.find-filter-slider-spacer {
    display: block;
    min-height: 26px;
}

.find-filter-slider {
    width: 100%;
    min-height: 26px;
    accent-color: #111111;
    cursor: pointer;
}

.find-filter-slider:focus-visible {
    outline: 3px solid rgba(17, 17, 17, 0.16);
    outline-offset: 2px;
}

.find-filter-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.find-filter-actions button,
.find-filter-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0.65rem 1.1rem;
    border-radius: 8px;
    font-weight: 800;
    text-decoration: none;
}

.find-filter-actions button {
    border: 0;
    background: #111111;
    color: #ffffff;
    cursor: pointer;
}

.find-filter-actions a {
    border: 1px solid #d1d5db;
    background: #ffffff;
    color: #374151;
}

.find-results {
    padding-top: 1.5rem;
}

.find-compare-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
    padding: 16px 18px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 34px rgba(17, 17, 17, 0.06);
}

.find-compare-intro__copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.find-compare-intro__copy strong {
    color: #111111;
    font-size: 0.98rem;
}

.find-compare-intro__copy span {
    color: #5f5f5f;
    font-size: 0.88rem;
}

.find-compare-intro__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    background: #111111;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
}

.find-results-count {
    margin-bottom: 0.85rem;
    color: #6b7280;
    font-size: 0.9rem;
    font-weight: 700;
}

.find-vehicle-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.find-vehicle-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: visible;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.find-vehicle-card__media,
.find-vehicle-card__summary {
    color: inherit;
    text-decoration: none;
}

.find-vehicle-card__media {
    display: block;
    padding: 1rem 1rem 0;
}

.find-vehicle-card__media .vehicle-name {
    min-height: 2.6rem;
    color: #111111;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.3;
}

.find-vehicle-card__media picture,
.find-vehicle-card__media img {
    display: block;
    width: 100%;
}

.find-vehicle-card__media img {
    aspect-ratio: 2 / 1;
    object-fit: contain;
}

.find-vehicle-card__summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    padding: 1rem;
}

.find-vehicle-card__summary span {
    display: block;
    color: #9ca3af;
    font-size: 0.78rem;
    font-weight: 600;
}

.find-vehicle-card__summary strong {
    display: block;
    color: #111111;
    font-size: 0.92rem;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.find-vehicle-card__compare {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: auto;
    padding: 1rem;
    border-top: 1px solid #f1f1f1;
}

.find-vehicle-card__compare p {
    margin: 0 0 0.75rem;
    color: #6b7280;
    font-size: 0.85rem;
    line-height: 1.4;
}

.find-vehicle-card__compare-button,
.find-vehicle-card__trim-picker summary,
.find-vehicle-card__trim-list button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    max-width: 100%;
    padding: 0.65rem 1rem;
    border: 0;
    border-radius: 8px;
    background: #eeeeee;
    color: #4b5563;
    font: inherit;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    white-space: normal;
    overflow-wrap: anywhere;
}

.find-vehicle-card__compare-button.is-selected,
.find-vehicle-card__trim-list button.is-selected {
    background: #111111;
    color: #ffffff;
}

.find-vehicle-card__compare-button,
.find-vehicle-card__trim-picker summary {
    background: #111111;
    color: #ffffff;
}

.find-vehicle-card__trim-picker {
    position: relative;
}

.find-vehicle-card__trim-picker summary {
    width: 100%;
    list-style: none;
}

.find-vehicle-card__trim-picker summary::-webkit-details-marker {
    display: none;
}

.find-vehicle-card__trim-list button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    text-align: left;
    text-transform: none;
}

.category-vehicle-card__trim-list,
.make-vehicle-card__trim-list,
.vehicle-detail-related-card__trim-list,
.guide-vehicle-card__trim-list,
.find-vehicle-card__trim-list {
    display: grid;
    gap: 0.55rem;
}

.category-vehicle-card__trim-list button,
.make-vehicle-card__trim-list button,
.vehicle-detail-related-card__trim-list button,
.guide-vehicle-card__trim-list button,
.find-vehicle-card__trim-list button {
    min-height: 44px;
    border-color: #111111;
    background: #111111;
    color: #ffffff;
    box-shadow: none;
}

.category-vehicle-card__trim-list button:hover,
.make-vehicle-card__trim-list button:hover,
.vehicle-detail-related-card__trim-list button:hover,
.guide-vehicle-card__trim-list button:hover,
.find-vehicle-card__trim-list button:hover,
.category-vehicle-card__trim-list button:focus-visible,
.make-vehicle-card__trim-list button:focus-visible,
.vehicle-detail-related-card__trim-list button:focus-visible,
.guide-vehicle-card__trim-list button:focus-visible,
.find-vehicle-card__trim-list button:focus-visible {
    background: #000000;
    color: #ffffff;
}

.find-empty {
    padding: 3rem 1rem;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #ffffff;
    text-align: center;
    color: #6b7280;
}

@media (max-width: 980px) {
    .find-filter-grid,
    .find-vehicle-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .find-page {
        width: min(100% - 2rem, 1180px);
    }

    .find-compare-intro {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 640px) {
    .find-filter-grid,
    .find-vehicle-grid {
        grid-template-columns: 1fr;
    }
}

/********* End Razor Find ***************/

/* Razor categories index */
.category-page {
    background: #f6f7f8;
    color: #101010;
}

.category-shell {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

.category-hero {
    padding: 22px 0 4px;
}

.category-hero__layout {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(340px, 0.78fr) minmax(520px, 1.22fr);
    align-items: start;
}

.category-card,
.top-ev-group,
.guidance-card,
.category-guide-card,
.category-faq-card,
.closing-cta {
    background: #ffffff;
    border: 1px solid rgba(16, 16, 16, 0.08);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

.closing-cta {
    border-radius: 8px;
    padding: 24px;
}

.category-hero__copy {
    align-self: start;
    max-width: 520px;
    padding: 0;
}

.category-hero__eyebrow,
.category-section__eyebrow,
.category-card__eyebrow {
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.72rem;
    font-weight: 850;
    color: #ad842d;
}

.category-hero h1 {
    margin: 0;
    max-width: 15ch;
    font-size: clamp(1.95rem, 2.75vw, 2.75rem);
    line-height: 1.04;
    letter-spacing: 0;
}

.category-hero__subtitle {
    max-width: 38rem;
    margin: 14px 0 0;
    font-size: 0.98rem;
}

.category-hero__subtitle,
.category-section__lede,
.guidance-card p,
.category-faq-card p,
.closing-cta p {
    color: #4f4f4f;
    line-height: 1.6;
}

.category-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.category-button,
.filter-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
}

.category-button--primary {
    background: #111111;
    color: #ffffff;
}

.category-button--secondary,
.filter-chip {
    border: 1px solid rgba(17, 17, 17, 0.14);
    background: #ffffff;
    color: #111111;
}

.category-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.category-stats div {
    min-width: 0;
    padding: 9px;
    border-radius: 8px;
    background: rgba(17, 17, 17, 0.04);
}

.category-stats dt {
    color: #6a6a6a;
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1.15;
}

.category-hero__visual {
    min-width: 0;
}

.category-hero__image-grid {
    display: grid;
    grid-template-columns: 1.18fr 0.82fr;
    grid-template-rows: repeat(2, minmax(112px, 1fr));
    gap: 10px;
    height: 100%;
    min-height: 258px;
}

.category-hero__image-grid figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

.category-hero__image-grid figure:first-child {
    grid-row: span 2;
}

.category-hero__image-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-hero__image-grid figcaption {
    position: absolute;
    left: 12px;
    bottom: 12px;
    max-width: calc(100% - 24px);
    padding: 0.38rem 0.55rem;
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.82);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 800;
}

.category-breadcrumbs {
    margin: 0 0 10px;
}

.category-intent-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 2px;
    padding: 14px 16px;
    border-top: 1px solid rgba(17, 17, 17, 0.08);
    border-bottom: 1px solid rgba(17, 17, 17, 0.08);
    background: rgba(255, 255, 255, 0.62);
}

.category-intent-strip__copy h2 {
    margin: 0;
    color: #111111;
    max-width: 32rem;
    font-size: clamp(1.05rem, 1.35vw, 1.35rem);
    line-height: 1.16;
}

.category-intent-strip .filter-chip-row {
    justify-content: flex-end;
    max-width: 600px;
    gap: 8px;
}

.category-section {
    padding: 16px 0 10px;
}

.category-section__header,
.top-ev-group__header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.category-section__header h2,
.top-ev-group__header h3,
.closing-cta h2 {
    margin: 0;
    color: #111111;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.12;
}

.category-section__header h2 {
    font-size: clamp(1.35rem, 2vw, 2rem);
}

.category-section__header--stacked {
    display: block;
    margin-bottom: 0;
}

.category-grid,
.guidance-grid {
    display: grid;
    gap: 16px;
}

.category-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.category-grid .category-card {
    grid-column: span 2;
}

.category-grid .category-card:nth-last-child(-n + 2) {
    grid-column: span 3;
}

.guidance-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.category-card,
.top-ev-card {
    overflow: hidden;
    border-radius: 8px;
    color: inherit;
    text-decoration: none;
}

.category-card__image-frame {
    position: relative;
    overflow: hidden;
    padding: 8px;
}

.category-card__image,
.top-ev-card__image {
    display: block;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.category-card__image {
    border-radius: 6px;
}

.category-card__badge {
    position: absolute;
    left: 14px;
    bottom: 14px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.82);
    color: #ffffff;
    font-size: 0.76rem;
    font-weight: 700;
}

.category-card__body,
.top-ev-card__body,
.guidance-card {
    padding: 14px;
}

.category-guide-card,
.category-faq-card {
    border-radius: 8px;
    padding: 18px;
}

.category-card__heading h3,
.guidance-card h3,
.top-ev-card__body h4,
.category-faq-card h3 {
    margin: 0;
}

.category-card__heading p,
.top-ev-group__header p,
.top-ev-card__body p,
.top-ev-card__body span,
.category-guide-card span {
    color: #555555;
}

.category-stats {
    margin: 14px 0 12px;
}

.category-stats dd {
    margin: 6px 0 0;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.2;
}

.category-card__cta {
    color: #111111;
    font-weight: 850;
}

.filter-chip-row,
.top-ev-group-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.top-ev-group-list {
    display: grid;
    gap: 18px;
}

.top-ev-group {
    border-radius: 8px;
    padding: 20px;
}

.top-ev-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.top-ev-card,
.top-ev-empty,
.category-error-banner {
    background: rgba(17, 17, 17, 0.04);
    border: 1px solid rgba(17, 17, 17, 0.08);
}

.top-ev-empty,
.category-error-banner {
    padding: 18px 20px;
    border-radius: 8px;
    color: #555555;
}

.category-education-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 24px;
    align-items: start;
    margin-bottom: 18px;
}

.category-guide-card {
    display: grid;
    gap: 12px;
}

.category-guide-card a {
    display: grid;
    gap: 4px;
    padding: 12px 0;
    border-top: 1px solid rgba(17, 17, 17, 0.08);
    color: inherit;
    text-decoration: none;
}

.category-guide-card a:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.category-guide-card strong {
    color: #111111;
}

.category-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.closing-cta {
    text-align: center;
}

.closing-cta .category-hero__actions {
    justify-content: center;
}

@media (max-width: 1100px) {
    .guidance-grid,
    .category-faq-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .category-grid .category-card,
    .category-grid .category-card:nth-last-child(-n + 2) {
        grid-column: auto;
    }

    .category-hero__layout {
        grid-template-columns: 1fr;
    }

    .category-education-layout {
        grid-template-columns: 1fr;
    }

    .category-intent-strip {
        flex-direction: column;
        align-items: flex-start;
    }

    .category-intent-strip .filter-chip-row {
        justify-content: flex-start;
    }
}

@media (max-width: 720px) {
    .category-shell {
        padding: 0 16px;
    }

    .category-grid,
    .guidance-grid,
    .category-stats,
    .category-hero__stats,
    .category-faq-grid {
        grid-template-columns: 1fr;
    }

    .closing-cta {
        padding: 22px;
    }

    .category-hero {
        padding-top: 22px;
    }

    .category-hero__copy {
        max-width: none;
        padding: 0;
    }

    .category-hero__image-grid {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        min-height: 0;
    }

    .category-hero__image-grid figure,
    .category-hero__image-grid figure:first-child {
        grid-row: auto;
        aspect-ratio: 16 / 9;
    }

    .category-section__header,
    .top-ev-group__header {
        align-items: start;
        flex-direction: column;
    }
}

/* Razor makes index */
.mfr-shell {
    background: #f7f7f7;
    min-height: calc(100vh - 120px);
    padding-bottom: 4rem;
}

.mfr-container,
.mfr-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.mfr-container {
    padding: 0 1.5rem;
}

.mfr-hero {
    background: #111111;
    color: #ffffff;
    padding: 3.5rem 1.5rem;
    margin-bottom: 2.5rem;
}

.mfr-hero-kicker {
    margin: 0 0 0.6rem;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #c89b3c;
}

.mfr-hero-title {
    margin: 0 0 0.75rem;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
}

.mfr-hero-sub {
    margin: 0 0 1.75rem;
    max-width: 52ch;
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.72);
}

.mfr-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.mfr-btn-cta,
.mfr-btn-secondary,
.mfr-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 1.25rem;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
}

.mfr-btn-cta,
.mfr-cta-btn {
    background: #c89b3c;
    color: #111111;
}

.mfr-btn-secondary {
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #ffffff;
}

.mfr-search-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.mfr-search-wrap {
    position: relative;
    flex: 1;
    min-width: 240px;
}

.mfr-search-icon {
    position: absolute;
    left: 0.85rem;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
}

.mfr-search-input {
    width: 100%;
    padding: 0.8rem 2.5rem 0.8rem 2.4rem;
    border: 1.5px solid #e5e5e5;
    border-radius: 8px;
    background: #ffffff;
    font: inherit;
    color: #111111;
    outline: none;
}

.mfr-search-input:focus {
    border-color: #c89b3c;
}

.mfr-search-clear {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    cursor: pointer;
    color: #9ca3af;
}

.mfr-result-count {
    margin: 0;
    font-size: 0.85rem;
    color: #6b7280;
    white-space: nowrap;
}

.mfr-empty {
    text-align: center;
    padding: 4rem 1rem;
    color: #6b7280;
}

.mfr-empty-clear {
    border: 1px solid #e5e5e5;
    border-radius: 999px;
    padding: 0.4rem 1.1rem;
    background: #ffffff;
    font: inherit;
    cursor: pointer;
}

.mfr-section {
    margin-bottom: 2.5rem;
}

.mfr-section-heading {
    margin: 0 0 1rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: #111111;
}

.mfr-featured-grid,
.mfr-grid {
    display: grid;
    gap: 1rem;
}

.mfr-featured-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mfr-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mfr-featured-card,
.mfr-card {
    background: #ffffff;
    border: 1.5px solid #e5e5e5;
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
}

.mfr-featured-card[hidden],
.mfr-card[hidden],
[data-mfr-featured-section][hidden],
[data-mfr-empty][hidden] {
    display: none !important;
}

.mfr-featured-card:hover,
.mfr-card:hover {
    border-color: #c89b3c;
    box-shadow: 0 4px 16px rgba(200, 155, 60, 0.12);
    transform: translateY(-1px);
}

.mfr-featured-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
}

.mfr-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    padding: 1.25rem 1rem;
    text-align: center;
}

.mfr-featured-logo-wrap,
.mfr-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    border-radius: 8px;
    overflow: hidden;
}

.mfr-featured-logo-wrap {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
}

.mfr-logo-wrap {
    width: 72px;
    height: 72px;
}

.mfr-featured-logo,
.mfr-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 6px;
}

.mfr-logo-fallback {
    font-size: 1.6rem;
    font-weight: 800;
    color: #9ca3af;
}

.mfr-featured-body {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}

.mfr-featured-name,
.mfr-card-name {
    color: #111111;
    font-weight: 700;
}

.mfr-featured-action,
.mfr-card-cta {
    color: #c89b3c;
    font-size: 0.8rem;
    font-weight: 600;
}

.mfr-cta-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.5rem 1.75rem;
    border-radius: 8px;
    background: rgba(200, 155, 60, 0.06);
    border: 1px solid rgba(200, 155, 60, 0.2);
}

.mfr-cta-copy {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.mfr-cta-copy strong {
    color: #111111;
}

.mfr-cta-copy span {
    color: #4b5563;
    font-size: 0.875rem;
}

@media (max-width: 1024px) {
    .mfr-featured-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mfr-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .mfr-hero {
        padding: 2.5rem 1.25rem;
    }

    .mfr-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mfr-cta-strip {
        flex-direction: column;
        align-items: flex-start;
    }

    .mfr-cta-btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .mfr-featured-grid,
    .mfr-grid {
        grid-template-columns: 1fr;
    }
}

/* Razor EV Match */
.ev-match-shell {
    min-height: calc(100vh - 160px);
    background:
        radial-gradient(circle at top right, rgba(200, 155, 60, 0.18), transparent 28%),
        linear-gradient(180deg, #f7f7f7 0%, #ffffff 100%);
    padding: 2.5rem 1rem 4rem;
}

.ev-match-container {
    max-width: 920px;
    margin: 0 auto;
}

.evmq-progress-track {
    height: 4px;
    background: rgba(20, 20, 20, 0.1);
    border-radius: 999px;
    margin-bottom: 2rem;
    overflow: hidden;
}

.evmq-progress-fill {
    height: 100%;
    background: #c89b3c;
    border-radius: 999px;
    transition: width 0.35s ease;
}

.evmq-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(20, 20, 20, 0.08);
    border-radius: 8px;
    box-shadow: 0 16px 48px rgba(41, 31, 13, 0.08);
    padding: 2.25rem 2.5rem 2rem;
}

.evmq-step-label {
    margin: 0 0 0.6rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8f6730;
}

.evmq-question {
    margin: 0 0 0.4rem;
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 700;
    color: #111111;
    line-height: 1.2;
}

.evmq-subtext {
    margin: 0 0 1.75rem;
    font-size: 0.95rem;
    color: #6b7280;
    line-height: 1.5;
}

.evmq-options {
    display: grid;
    gap: 0.75rem;
}

.evmq-options-4,
.evmq-options-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.evmq-option {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
    width: 100%;
    padding: 1.1rem 1.25rem;
    background: #f7f7f7;
    border: 1.5px solid rgba(20, 20, 20, 0.1);
    border-radius: 8px;
    cursor: pointer;
    text-align: left;
    transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}

.evmq-option:hover,
.evmq-option--selected {
    border-color: #c89b3c;
    background: rgba(200, 155, 60, 0.05);
    box-shadow: 0 2px 10px rgba(200, 155, 60, 0.15);
}

.evmq-option-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    margin-bottom: 0.15rem;
    border-radius: 999px;
    background: #f4efe6;
    color: #111827;
    border: 1px solid rgba(200, 155, 60, 0.22);
}

.evmq-option-icon .rev-icon {
    width: 1.35rem;
    height: 1.35rem;
}

.evmq-option-label {
    font-size: 0.975rem;
    font-weight: 700;
    color: #111111;
}

.evmq-option-sub {
    font-size: 0.82rem;
    color: #6b7280;
    line-height: 1.35;
}

.evmq-back {
    display: inline-block;
    margin-top: 1.5rem;
    background: none;
    border: none;
    padding: 0;
    font-size: 0.88rem;
    color: #6b7280;
    cursor: pointer;
    font-weight: 500;
}

.evmq-back:hover {
    color: #111111;
}

.evmq-results-header {
    margin-bottom: 1.5rem;
}

.evmq-results-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.evmq-results-title {
    margin: 0;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 700;
    color: #111111;
}

.evmq-restart {
    flex-shrink: 0;
    background: none;
    border: 1px solid rgba(20, 20, 20, 0.15);
    border-radius: 999px;
    padding: 0.4rem 1rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #374151;
    cursor: pointer;
    white-space: nowrap;
}

.evmq-restart:hover {
    border-color: #111111;
    color: #111111;
}

.evmq-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.evmq-chip {
    display: inline-block;
    padding: 0.3rem 0.85rem;
    background: rgba(200, 155, 60, 0.1);
    border: 1px solid rgba(200, 155, 60, 0.3);
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #7c5a18;
}

.evmq-results-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.evmq-recommendation-card {
    min-width: 0;
    height: 100%;
    padding: 0.85rem;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 42px rgba(31, 41, 55, 0.08);
}

.evmq-recommendation-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.evmq-rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.4rem;
    height: 2.4rem;
    border-radius: 999px;
    background: #111111;
    color: #ffffff;
    font-weight: 800;
    font-size: 0.9rem;
}

.evmq-score {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #dcfce7;
    color: #166534;
    padding: 0.35rem 0.75rem;
    font-weight: 800;
    font-size: 0.85rem;
}

.evmq-reasons {
    margin-top: 0.9rem;
    padding: 0.9rem;
    border-radius: 8px;
    background: #f7f7f7;
}

.evmq-reasons-title {
    margin: 0 0 0.65rem;
    color: #111111;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.evmq-reason {
    display: grid;
    gap: 0.15rem;
    padding: 0.7rem 0;
    border-top: 1px solid rgba(148, 163, 184, 0.28);
}

.evmq-reason:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.evmq-reason-label {
    color: #111111;
    font-size: 0.9rem;
    font-weight: 800;
}

.evmq-reason-description {
    color: #64748b;
    font-size: 0.84rem;
    line-height: 1.4;
}

.evmq-card-actions,
.evmq-cta-actions {
    display: flex;
    gap: 0.65rem;
}

.evmq-card-actions {
    margin-top: 0.9rem;
}

.evmq-card-primary,
.evmq-card-secondary,
.evmq-cta-btn,
.evmq-cta-btn-secondary,
.evmq-restart-btn,
.evmq-restart-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 1rem;
    border-radius: 10px;
    font-weight: 800;
    text-decoration: none;
}

.evmq-card-primary {
    background: #111111;
    color: #ffffff;
}

.evmq-card-secondary,
.evmq-cta-btn-secondary,
.evmq-restart-btn-secondary {
    border: 1px solid #d1d5db;
    color: #374151;
    background: #ffffff;
}

.evmq-empty {
    grid-column: 1 / -1;
    padding: 3rem 0;
    text-align: center;
    color: #6b7280;
}

.evmq-empty p {
    margin-bottom: 1.25rem;
    font-size: 1rem;
}

.evmq-restart-btn,
.evmq-cta-btn {
    border: 0;
    background: #c89b3c;
    color: #111111;
    cursor: pointer;
}

.evmq-restart-btn-secondary {
    margin-left: 0.5rem;
}

.evmq-cta-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.5rem 1.75rem;
    margin-top: 1rem;
    border-radius: 8px;
    background: rgba(200, 155, 60, 0.06);
    border: 1px solid rgba(200, 155, 60, 0.2);
}

.evmq-cta-copy {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.evmq-cta-copy strong {
    color: #111111;
    font-size: 1rem;
}

.evmq-cta-copy span {
    color: #4b5563;
    font-size: 0.875rem;
}

.evmq-cta-actions {
    flex-shrink: 0;
}

.evmq-lead-card {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
    gap: 1.25rem;
    margin-top: 1rem;
    padding: 1.5rem 1.75rem;
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 8px;
    background: #111111;
    color: #ffffff;
}

.evmq-lead-card[hidden],
.evmq-results[hidden],
.evmq-quiz[hidden],
.evmq-cta-strip[hidden],
.evmq-lead-status[hidden] {
    display: none !important;
}

.evmq-lead-copy h2 {
    margin: 0.2rem 0 0.5rem;
    font-size: clamp(1.2rem, 2vw, 1.6rem);
    line-height: 1.2;
}

.evmq-lead-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.55;
}

.evmq-lead-kicker {
    color: #c89b3c !important;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.evmq-lead-form {
    display: grid;
    gap: 0.75rem;
}

.evmq-lead-form input,
.evmq-lead-form textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font: inherit;
    padding: 0.85rem 0.95rem;
}

.evmq-lead-form textarea {
    min-height: 84px;
    resize: vertical;
}

.evmq-lead-form input::placeholder,
.evmq-lead-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.54);
}

.evmq-lead-form button {
    border: 0;
    border-radius: 10px;
    background: #ffffff;
    color: #111111;
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    padding: 0.9rem 1rem;
}

.evmq-lead-form button:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.evmq-lead-status {
    grid-column: 1 / -1;
    margin: 0;
    border-radius: 10px;
    padding: 0.75rem 0.9rem;
    font-weight: 700;
}

.evmq-lead-status-success {
    background: rgba(22, 163, 74, 0.18);
    color: #bbf7d0;
}

.evmq-lead-status-error {
    background: rgba(239, 68, 68, 0.16);
    color: #fecaca;
}

.evmq-loading-block,
.evmq-loading-lines {
    border-radius: 8px;
    background: linear-gradient(90deg, #eeeeee, #f8f8f8, #eeeeee);
    background-size: 200% 100%;
    animation: evmq-loading 1.2s infinite linear;
}

.evmq-loading-block {
    height: 220px;
}

.evmq-loading-lines {
    height: 96px;
    margin-top: 0.8rem;
}

@keyframes evmq-loading {
    from {
        background-position: 200% 0;
    }

    to {
        background-position: -200% 0;
    }
}

@media (max-width: 760px) {
    .evmq-results-grid,
    .evmq-options-4,
    .evmq-options-3 {
        grid-template-columns: 1fr;
    }

    .evmq-card {
        padding: 1.5rem 1.25rem;
    }

    .evmq-cta-strip,
    .evmq-card-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .evmq-cta-actions {
        width: 100%;
        flex-direction: column;
    }

    .evmq-results-title-row {
        flex-wrap: wrap;
    }

    .evmq-lead-card {
        grid-template-columns: 1fr;
    }

    .evmq-restart-btn-secondary {
        margin-left: 0;
        margin-top: 0.5rem;
    }
}

/* Razor incentives page */
.incentive-shell {
    background: #f7f9fb;
    min-height: 100vh;
    padding: 42px 1rem 72px;
}

.incentive-container {
    max-width: 1180px;
    margin: 0 auto;
}

.incentive-header {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.incentive-kicker {
    color: #176a56;
    font-size: 0.82rem;
    font-weight: 800;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.incentive-header h1 {
    color: #13231f;
    font-size: clamp(1.85rem, 3.2vw, 2.75rem);
    line-height: 1.05;
    margin: 0;
    max-width: 760px;
}

.incentive-intro {
    color: #4b5c57;
    font-size: 0.96rem;
    margin: 14px 0 0;
    max-width: 760px;
}

.incentive-layout {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
}

.incentive-panel,
.results-panel {
    background: #ffffff;
    border: 1px solid #dce5e2;
    border-radius: 8px;
    box-shadow: 0 12px 36px rgba(15, 39, 33, 0.06);
    padding: 24px;
}

.form-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.simple-lookup {
    align-items: end;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    max-width: 100%;
}

.simple-lookup > *,
.form-grid > *,
.zip-field {
    min-width: 0;
}

.form-grid label,
.zip-field {
    color: #243632;
    display: grid;
    font-size: 0.86rem;
    font-weight: 700;
    gap: 7px;
}

.form-control {
    background: #ffffff;
    border: 1px solid #cbd8d4;
    border-radius: 6px;
    box-sizing: border-box;
    color: #10231f;
    font-size: 0.96rem;
    min-height: 42px;
    padding: 8px 10px;
    width: 100%;
}

.advanced-toggle {
    background: transparent;
    border: 0;
    color: #176a56;
    cursor: pointer;
    font-size: 0.92rem;
    font-weight: 800;
    margin-top: 16px;
    padding: 0;
    text-decoration: underline;
}

.advanced-panel {
    border-top: 1px solid #e2e9e6;
    margin-top: 18px;
    padding-top: 18px;
}

.efficiency-note {
    align-self: end;
    background: #eef6f3;
    border-radius: 6px;
    color: #31534b;
    font-size: 0.86rem;
    font-weight: 700;
    margin: 0;
    padding: 10px 12px;
}

.toggle-row {
    display: grid;
    gap: 10px;
    margin: 18px 0;
}

.check-row {
    align-items: center;
    color: #243632;
    display: flex;
    font-size: 0.95rem;
    font-weight: 700;
    gap: 10px;
}

.calculate-button {
    background: #176a56;
    border: 0;
    border-radius: 6px;
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    min-height: 44px;
    min-width: 160px;
    padding: 0 1rem;
}

.error-message {
    color: #a12828;
    margin: 14px 0 0;
}

.empty-results {
    align-content: center;
    color: #52635f;
    display: grid;
    min-height: 320px;
}

.empty-results h2,
.advisor-box h2,
.detail-section h3 {
    color: #13231f;
    margin: 0 0 8px;
}

.summary-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 16px;
}

.metric {
    background: #eef6f3;
    border-radius: 8px;
    padding: 14px;
}

.metric span,
.confidence {
    color: #557069;
    display: block;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.metric strong {
    color: #10231f;
    display: block;
    font-size: 1.45rem;
    margin-top: 5px;
}

.advisor-box {
    border: 1px solid #d7e3df;
    border-radius: 8px;
    margin-bottom: 18px;
    padding: 18px;
}

.advisor-box p {
    color: #4b5c57;
    margin: 0 0 12px;
}

.scenario-row {
    color: #20332e;
    display: flex;
    flex-wrap: wrap;
    font-weight: 800;
    gap: 14px;
}

.detail-section {
    border-top: 1px solid #e2e9e6;
    padding-top: 16px;
    margin-top: 16px;
}

.line-item {
    align-items: start;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 12px 0;
}

.line-item + .line-item {
    border-top: 1px solid #edf2f0;
}

.line-item strong {
    color: #13231f;
}

.line-item p {
    color: #5d6d69;
    font-size: 0.9rem;
    margin: 4px 0 0;
}

.line-item a {
    color: #176a56;
    display: inline-block;
    font-size: 0.86rem;
    font-weight: 800;
    margin-top: 6px;
    text-decoration: underline;
}

.line-item > span {
    color: #176a56;
    font-weight: 900;
    white-space: nowrap;
}

.line-item.compact {
    align-items: center;
    color: #40534e;
}

.assumptions ul {
    color: #52635f;
    margin: 8px 0 0;
    padding-left: 20px;
}

.assumptions li + li {
    margin-top: 7px;
}

.no-incentives {
    color: #52635f;
    margin: 8px 0 0;
}

@media (max-width: 960px) {
    .incentive-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .incentive-shell {
        padding-top: 28px;
    }

    .form-grid,
    .simple-lookup,
    .summary-grid {
        grid-template-columns: 1fr;
    }

    .calculate-button {
        width: 100%;
    }

    .incentive-panel,
    .results-panel {
        padding: 18px;
    }
}

/* Razor about page */
.about-page {
    background:
        radial-gradient(circle at top right, rgba(200, 155, 60, 0.08), transparent 24rem),
        linear-gradient(180deg, #faf8f3 0%, #ffffff 24%);
    color: #111111;
}

.about-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

.about-section {
    padding: 4rem 0;
}

.about-section--alt {
    background: #f7f5ef;
}

.about-hero {
    padding: 4.5rem 0 4rem;
    border-bottom: 1px solid rgba(17, 17, 17, 0.06);
}

.about-hero__grid,
.about-two-column {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.9fr);
    gap: 2rem;
    align-items: start;
}

.about-hero__content h1,
.about-section h2 {
    margin: 0;
    line-height: 1.05;
    color: #111111;
}

.about-hero__content h1 {
    max-width: 12ch;
    font-size: clamp(2.1rem, 4vw, 3.4rem);
    font-weight: 800;
    line-height: 1.05;
}

.about-hero__lede {
    max-width: 62ch;
    margin: 1.25rem 0 0;
    color: #394150;
    font-size: 1rem;
    line-height: 1.62;
}

.about-hero__support,
.about-body,
.about-card p,
.about-value-card p,
.about-hero__panel p,
.about-section-intro {
    margin: 0;
    color: #525866;
    font-size: 1rem;
    line-height: 1.75;
}

.about-body + .about-body {
    margin-top: 0.9rem;
}

.about-hero__support {
    max-width: 60ch;
    margin-top: 1rem;
}

.about-kicker {
    margin: 0 0 0.8rem;
    color: #a8771f;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.75rem;
}

.about-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
}

.about-button--primary {
    background: #111111;
    color: #ffffff;
    box-shadow: 0 18px 34px rgba(17, 17, 17, 0.16);
}

.about-button--secondary {
    border: 1px solid #d4d9e2;
    background: #ffffff;
    color: #1f2937;
}

.about-trust-line {
    margin: 1rem 0 0;
    color: #6b7280;
    font-size: 0.95rem;
    font-weight: 600;
}

.about-hero__panel,
.about-question-card,
.about-card,
.about-value-card,
.about-cta {
    border: 1px solid rgba(17, 17, 17, 0.08);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.about-hero__panel,
.about-question-card,
.about-card,
.about-value-card {
    border-radius: 18px;
}

.about-hero__panel,
.about-question-card,
.about-card,
.about-value-card {
    padding: 1.4rem;
}

.about-panel__kicker,
.about-question-card__label {
    margin: 0 0 0.65rem;
    color: #374151;
    font-size: 0.82rem;
    font-weight: 700;
}

.about-hero__panel h2,
.about-card h3,
.about-value-card h3 {
    margin: 0 0 0.75rem;
    color: #111111;
}

.about-hero__panel p + p {
    margin-top: 0.9rem;
}

.about-stack,
.about-card-grid,
.about-values-grid {
    display: grid;
    gap: 1rem;
}

.about-question-card ul,
.about-list {
    margin: 0;
    padding-left: 1.2rem;
}

.about-question-card li,
.about-list li {
    color: #374151;
    line-height: 1.7;
}

.about-section-header {
    max-width: 56rem;
    margin-bottom: 1.5rem;
}

.about-section-header h2 {
    font-size: clamp(1.5rem, 2.4vw, 2.1rem);
}

.about-section-intro {
    margin-top: 0.9rem;
    max-width: 52ch;
}

.about-card-grid,
.about-values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-list {
    margin-top: 1rem;
}

.about-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 2rem;
    border-radius: 22px;
}

.about-actions--cta {
    margin-top: 0;
    flex-shrink: 0;
}

@media (max-width: 900px) {
    .about-hero__grid,
    .about-two-column,
    .about-card-grid,
    .about-values-grid {
        grid-template-columns: 1fr;
    }

    .about-hero {
        padding: 3.5rem 0 3rem;
    }

    .about-cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .about-actions--cta {
        width: 100%;
        flex-direction: column;
    }

    .about-button {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .about-container {
        padding: 0 16px;
    }

    .about-section {
        padding: 3rem 0;
    }

    .about-hero__content h1 {
        max-width: none;
    }
}

/* Razor privacy page */
.privacy-page {
    background:
        radial-gradient(circle at top right, rgba(200, 155, 60, 0.08), transparent 24rem),
        linear-gradient(180deg, #faf8f3 0%, #ffffff 22%);
    color: #111111;
}

.privacy-container {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 24px;
}

.privacy-hero {
    padding: 3.5rem 0 2.5rem;
    border-bottom: 1px solid rgba(17, 17, 17, 0.06);
}

.privacy-kicker {
    margin: 0 0 0.8rem;
    color: #a8771f;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.privacy-hero h1 {
    max-width: 12ch;
    margin: 0;
    color: #111111;
    font-size: clamp(2.05rem, 4vw, 3.3rem);
    font-weight: 800;
    line-height: 1.05;
}

.privacy-lede {
    max-width: 68ch;
    margin: 1.25rem 0 0;
    color: #394150;
    font-size: 1rem;
    line-height: 1.65;
}

.privacy-updated {
    margin: 1rem 0 0;
    color: #6b7280;
    font-size: 0.88rem;
    font-weight: 700;
}

.privacy-content {
    padding: 2.8rem 0 4rem;
}

.privacy-section {
    padding: 1.45rem 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.privacy-section:first-child {
    padding-top: 0;
}

.privacy-section:last-child {
    border-bottom: 0;
}

.privacy-section h2,
.privacy-section h3 {
    margin: 0;
    color: #111111;
    line-height: 1.2;
}

.privacy-section h2 {
    font-size: clamp(1.25rem, 1.8vw, 1.55rem);
}

.privacy-section h3 {
    margin-top: 1.4rem;
    font-size: 1rem;
}

.privacy-section p,
.privacy-section li {
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.75;
}

.privacy-section p {
    margin: 0.9rem 0 0;
}

.privacy-section ul {
    margin: 0.9rem 0 0;
    padding-left: 1.25rem;
}

.privacy-section li + li {
    margin-top: 0.45rem;
}

.privacy-contact {
    padding: 1.75rem;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

@media (max-width: 640px) {
    .privacy-container {
        padding: 0 16px;
    }

    .privacy-hero {
        padding: 3.5rem 0 2.5rem;
    }

    .privacy-content {
        padding: 2.75rem 0 3.5rem;
    }

    .privacy-hero h1 {
        max-width: none;
    }
}

/* Razor contact page */
.contact-page {
    background:
        radial-gradient(circle at top right, rgba(23, 106, 86, 0.09), transparent 26rem),
        linear-gradient(180deg, #f7f9fb 0%, #ffffff 28%);
    color: #111111;
}

.contact-container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
}

.contact-hero {
    padding: 3.5rem 0 2.75rem;
    border-bottom: 1px solid rgba(17, 17, 17, 0.06);
}

.contact-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 2rem;
    align-items: start;
}

.contact-kicker {
    margin: 0 0 0.8rem;
    color: #176a56;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.contact-hero h1 {
    max-width: 13ch;
    margin: 0;
    color: #111111;
    font-size: clamp(2.05rem, 4vw, 3.35rem);
    font-weight: 800;
    line-height: 1.05;
}

.contact-lede {
    max-width: 62ch;
    margin: 1.25rem 0 0;
    color: #394150;
    font-size: 1rem;
    line-height: 1.65;
}

.contact-panel,
.contact-form {
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.contact-panel {
    padding: 1.5rem;
}

.contact-panel h2 {
    margin: 0 0 0.75rem;
    color: #111111;
}

.contact-panel p {
    margin: 0;
    color: #4b5563;
    line-height: 1.7;
}

.contact-main {
    padding: 3rem 24px 4.5rem;
}

.contact-form {
    display: grid;
    gap: 1.25rem;
    max-width: 860px;
    padding: 1.75rem;
}

.contact-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.contact-form label {
    display: grid;
    gap: 0.45rem;
    min-width: 0;
    color: #243632;
    font-size: 0.9rem;
    font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    border: 1px solid #cbd8d4;
    border-radius: 8px;
    background: #ffffff;
    color: #10231f;
    font: inherit;
    font-weight: 500;
    padding: 0.8rem 0.9rem;
}

.contact-form textarea {
    resize: vertical;
}

.contact-form__message {
    grid-column: 1 / -1;
}

.contact-form span[data-valmsg-for],
.contact-validation {
    color: #a12828;
    font-size: 0.85rem;
    font-weight: 700;
}

.contact-form button {
    justify-self: start;
    min-height: 46px;
    border: 0;
    border-radius: 999px;
    background: #176a56;
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    padding: 0 1.35rem;
}

.contact-status {
    margin: 0;
    border-radius: 8px;
    padding: 0.9rem 1rem;
    font-weight: 800;
}

.contact-status--success {
    background: #dcfce7;
    color: #166534;
}

.contact-status--error {
    background: #fee2e2;
    color: #991b1b;
}

@media (max-width: 820px) {
    .contact-hero__grid,
    .contact-form__grid {
        grid-template-columns: 1fr;
    }

    .contact-hero h1 {
        max-width: none;
    }
}

@media (max-width: 640px) {
    .contact-container,
    .contact-main {
        padding-left: 16px;
        padding-right: 16px;
    }

    .contact-form {
        padding: 1.25rem;
    }
}


/********** Make Card *********/
.make-card-classes {
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.make-card-container {
    max-height: 450px;
    min-height: 250px;
    /* padding: 20px; */
    margin: 50px 20px;
    position: relative;
}

.card-container {
    max-height: 450px;
    /*            padding: 20px;*/
    margin: 50px 20px;
    position: relative
}

.make-link {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute
}

.make-name {
    display: flex;
    justify-content: center;
    padding: 5px;
}


.make-name p {
        font-size: 1.5em;
        font-weight: bold
    }

.guide-authored-sections,
.guide-faq {
    display: grid;
    gap: 1rem;
    margin: 1.75rem 0;
}

.guide-authored-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(15, 23, 42, 0.12);
}

.guide-authored-section h2 {
    margin: 0 0 0.65rem;
    color: #111111;
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    font-weight: 850;
    line-height: 1.18;
    letter-spacing: 0;
}

.guide-authored-section img {
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.guide-faq {
    padding: 1.5rem 0;
    border-top: 1px solid rgba(15, 23, 42, 0.12);
}

.guide-faq h2 {
    margin: 0 0 0.5rem;
    color: #111111;
    font-size: clamp(1.35rem, 2vw, 1.9rem);
    font-weight: 850;
    letter-spacing: 0;
}

.guide-faq-item {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.12);
}

.guide-faq-item summary {
    cursor: pointer;
    font-weight: 700;
}

@media (min-width: 768px) {
    .guide-authored-section:has(img) {
        grid-template-columns: minmax(220px, 0.35fr) minmax(0, 0.65fr);
        align-items: start;
    }
}

/* ── Mobile drawer ───────────────────────────────────── */
.rev-mobile-drawer .mud-drawer-header {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.make-card-classes {
    width: 100%;
    overflow: hidden;
}

.make-card-classes img{
    width: 100%;
    overflow: hidden;
}

@media (min-width: 1280px) {

    .faf-title div.mud-expand-panel-text {
        font-size: 1.7em;
        font-weight: bold;
        max-width: 1280px;
        margin: auto;
        padding: 0 35px;
    }
}
