﻿/*
    Tuning Wales MVC styles
    Static view-level styles extracted from Razor views so they can be bundled and cached.
*/

/* Source: Views/Shared/_Layout.vbhtml */
.demos-text-rotator {
            font-size: 7vw;
        }

        @media (min-width: 992px) {
            .demos-text-rotator {
                font-size: 5vw;
            }
        }

        @media (min-width: 1200px) {
            .demos-text-rotator {
                font-size: 3.5vw;
            }
        }


        @media (max-width: 767.98px) {
            .slider-element .heading-block h1 small {
                font-size: 15px;
            }
        }

        .testimonials-rating {
            color: #FFD700;
            font-size: 18px;
            line-height: 1;
        }

        #niche-demos .portfolio-item .portfolio-image .flexslider a {
            width: inherit;
        }

        .more-link {
            border-bottom-width: 1px;
            font-style: normal;
            font-family: proxima-nova, sans-serif;
        }

        .p-generator-video::before {
            content: "";
            position: absolute;
            display: block;
            top: 50%;
            left: 50%;
            width: 110%;
            height: 110%;
            background-size: 12px 12px;
            background-position: center;
            transform: translate(-50%,-50%);
            background-image: radial-gradient(#5c2ede 14%,transparent 14%);
            -webkit-mask-image: radial-gradient(rgba(0,0,0,1),rgba(0,0,0,0) 75%);
            mask-image: radial-gradient(rgba(0,0,0,1),rgba(0,0,0,0) 75%);
            z-index: -1;
        }

        #section-blocks {
            background-image: linear-gradient(to bottom, #FFF 36%, #000 36%);
        }

        .section-blocks-imgs img:nth-child(1) {
            width: 100%;
            max-width: 840px;
            height: auto;
            margin-left: 0;
        }

        .section-blocks-imgs img:nth-child(2) {
            display: none;
            position: absolute;
            width: 480px;
            right: 0;
            bottom: -10px;
            border: 4px solid #FFF;
        }

        @media (min-width: 1200px) {
            #section-blocks {
                background-image: linear-gradient(to bottom, #FFF 50%, #000 50%);
            }

            .section-blocks-imgs img:nth-child(1) {
                margin-left: 5%;
            }

            .section-blocks-imgs img:nth-child(2) {
                right: 5%;
            }
        }

        @media (min-width: 992px) {
            .section-blocks-imgs img:nth-child(2) {
                display: block;
            }
        }

        @-webkit-keyframes fadeInLeft {
            from {
                opacity: 0;
                -webkit-transform: translate3d(-7%, 0, 0);
                transform: translate3d(-7%, 0, 0);
            }
        }

        @keyframes fadeInLeft {
            from {
                opacity: 0;
                -webkit-transform: translate3d(-4%, 0, 0);
                transform: translate3d(-4%, 0, 0);
            }
        }

        @-webkit-keyframes fadeInUp {
            from {
                opacity: 0;
                -webkit-transform: translate3d(0, 4%, 0);
                transform: translate3d(0, 4%, 0);
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                -webkit-transform: translate3d(0, 4%, 0);
                transform: translate3d(0, 4%, 0);
            }
        }

        @media (min-width: 992px) {
            .intro-lead {
                font-size: 1.3125rem !important;
            }
        }

        .swiper-slide img.lazy.lazy-loaded {
            width: 100% !important;
            height: auto !important;
        }

        .display-on-lazy > *:not(.lazy) {
            opacity: 0 !important;
            transition: opacity .3s ease;
        }

        .display-on-lazy .lazy.lazy-loaded ~ * {
            opacity: 1 !important;
        }

        .hero-description {
            padding-top: 1rem;
            padding-bottom: 1rem;
        }

        .is-expanded-menu .hero-description {
            padding-top: 4rem;
            padding-bottom: 4rem;
        }

        #page-menu {
            height: 0;
            overflow: hidden;
            -webkit-backface-visibility: hidden;
        }

            #page-menu #page-menu-wrap {
                opacity: 0;
                pointer-events: none;
                -webkit-transition: all .4s ease;
                -o-transition: all .4s ease;
                transition: all .4s ease;
                -webkit-transform: translate3d(0,-44px,0);
                -o-transform: translate3d(0,-44px,0);
                transform: translate3d(0,-44px,0);
                transform-style: preserve-3d;
                -webkit-backface-visibility: hidden;
            }

            #page-menu.sticky-page-menu {
                overflow: visible;
            }

                #page-menu.sticky-page-menu #page-menu-wrap {
                    opacity: 1;
                    pointer-events: auto;
                    -webkit-transform: translate3d(0,0,0);
                    -o-transform: translate3d(0,0,0);
                    transform: translate3d(0,0,0);
                }

        body:not(.is-expanded-menu) {
            --cnvs-header-height: 60px;
        }

        .w-20 {
            width: 20%;
        }

        .tab-hover .nav-link {
            position: relative;
            display: block;
            color: #444;
            font-size: 16px;
            font-weight: 600;
            -webkit-transition: color .25s linear;
            -o-transition: color .25s linear;
            transition: color .25s linear;
        }

            .tab-hover .nav-link.active {
                color: #4772d9;
            }

            .tab-hover .nav-link::after {
                content: '';
                opacity: 0;
                position: absolute;
                top: 50%;
                width: 40%;
                height: 2px;
                -ms-flex-positive: 1;
                flex-grow: 1;
                margin-left: 15px;
                margin-top: -1px;
                -ms-transform: translate( 25%, -1px );
                transform: translate( 25%, -1px );
                background: linear-gradient(to right,transparent 10%,#4772d9 50%);
                transition: all .4s ease-in-out;
                background-color: #4772d9;
                -backface-visibility: hidden;
            }

            .tab-hover .nav-link.active::after {
                opacity: 1;
                -ms-transform: translate( 0, -1px );
                transform: translate( 0, -1px )
            }

        @media (max-width: 767.98px) {
            .tab-hover .nav {
                border-bottom: 2px solid #EEE;
                padding-bottom: 15px;
                margin-bottom: 50px;
            }

            .tab-hover .nav-link {
                padding: 8px;
            }

                .tab-hover .nav-link::after {
                    display: none;
                }

            .w-20 {
                width: 33.333333%;
            }
        }

        .tab-hover h3 {
            font-size: 14px;
            margin-bottom: 5px;
        }

/* Source: Views/Articles/readarticle.vbhtml */
.article-body ul {
        list-style: none;
        margin: 1.25rem 0 1.5rem;
        padding-left: 0;
    }

    .article-body ul li {
        position: relative;
        margin-bottom: .65rem;
        padding-left: 2rem;
        line-height: 1.65;
    }

    .article-body ul li::before {
        content: "\2713";
        position: absolute;
        top: .05rem;
        left: .25rem;
        color: #CE2F47;
        font-weight: 700;
    }

    .article-body ul li:last-child {
        margin-bottom: 0;
    }

    .article-body .article-inline-image {
        margin: 2rem 0;
    }

    .article-body .article-inline-image img,
    .article-body > img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        border-radius: 8px;
    }

/* Source: Views/faq/index.vbhtml */
#faqpage ul {
            margin-left: 30px;
            color: #fff !important;
        }



            #faqpage ul > ul {
                margin-left: 20px;
            }

        #faqpage .toggle-active .toggle-title {
            color: red;
            text-decoration: underline;
        }

        #faqpage .toggle-icon {
            font-size: 1.5rem;
        }

        #faqpage .toggle .toggle-header {
            border-bottom: 1px solid var(--cnvs-body-bg);
            border-radius: 0px;
        }

        #faqpage .toggle:hover > .toggle-header {
            background-color: var(--cnvs-body-bg);
        }

        #faqpage .toggle-active .toggle-header {
            background-color: var(--cnvs-body-bg);
            border-bottom: 1px solid #fff !important;
        }



        #faqpage .toggle > div {
            padding: 5px;
        }

/* Source: Views/Home/_SharedBasicPrices.vbhtml */
.pricing .ribbon {
                    width: 160px;
                    height: 32px;
                    font-size: 14px;
                    text-align: center;
                    color: #fff;
                    font-weight: bold;
                    box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
                    background: #4dbe3b;
                    transform: rotate(45deg);
                    position: absolute;
                    right: -42px;
                    top: 20px;
                    padding-top: 7px;
                }

/* Source: Views/Home/Contact.vbhtml */
.map {
            height: 400px;
            width: 100%;
        }

/* Source: Views/Home/Index.vbhtml */
.video-js .vjs-big-play-button {
                            font-size: 6em !important;
                            color: red;
                        }

/* Source: Views/Home/ourtools.vbhtml */
.ourtools .feature-box {
        box-shadow: 0 2px 8px rgba(0,0,0,0.2);
        padding: 20px;
        border-radius: 8px;
        background-color: #f9f9f9;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        margin-top: 20px !important;
    }

        .ourtools .feature-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.3);
        }

        .ourtools .feature-box h1 {
            color: red;
            font-size: 13px;
            margin: 0px;
        }

        .ourtools .feature-box p {
            color: black;
            font-size: 13px;
            margin: 0px;
        }

/* Source: Views/Home/SpecialOffers.vbhtml */
.video-js .vjs-big-play-button {
                            font-size: 6em !important;
                            color: red;
                        }

/* Source: Views/Home/whychooseus.vbhtml */
.video-js .vjs-big-play-button {
                            font-size: 6em !important;
                            color: red;
                        }

/* Source: Views/LocalArea/area1.vbhtml */
.video-js .vjs-big-play-button {
                        font-size: 6em !important;
                        color: red;
                    }

/* Source: Views/LocalArea/Index.vbhtml */
.video-js .vjs-big-play-button {
                        font-size: 6em !important;
                        color: red;
                    }

/* Source: Views/LocalArea/Index.vbhtml */
.pricing .ribbon {
                    width: 160px;
                    height: 32px;
                    font-size: 14px;
                    text-align: center;
                    color: #fff;
                    font-weight: bold;
                    box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
                    background: #4dbe3b;
                    transform: rotate(45deg);
                    position: absolute;
                    right: -42px;
                    top: 20px;
                    padding-top: 7px;
                }

/* Source: Views/MyGarage/Add.vbhtml */
.garage-add-wrap {
        max-width: 680px;
        margin: 0 auto;
        color: #edf2f7;
    }

    .garage-add-card {
        border: 1px solid rgba(255,255,255,.12);
        border-radius: 8px;
        background: rgba(16,20,24,.88);
        padding: 32px;
        box-shadow: 0 12px 34px rgba(0,0,0,.22);
    }

    .garage-add-card h1,
    .garage-add-card h2 {
        color: #fff;
    }

    .garage-add-card label {
        color: #dce6ef;
        font-weight: 600;
    }

    .garage-add-muted {
        color: #aab4bf;
    }

    .garage-plate {
        font-family: "vrm", sans-serif;
        font-weight: normal;
        text-transform: uppercase;
        font-size: 320%;
        line-height: 1.2;
        text-align: center;
        min-width: 100% !important;
        width: 100% !important;
        margin-bottom: 10px;
        padding: 4px 15px 6px !important;
        border-radius: 5px !important;
        border: 2px solid #FBDA06 !important;
        box-shadow: inset 0 0 0 1px #000, 0 2px 4px 0 rgb(0 0 0 / 50%) !important;
        background: #FBDA06 !important;
        color: #000 !important;
        -webkit-text-fill-color: #000 !important;
        caret-color: #000;
    }

    .garage-plate::placeholder {
        color: #000 !important;
        -webkit-text-fill-color: #000 !important;
        opacity: 1;
    }

    @media (max-width: 767px) {
        .garage-add-card {
            padding: 24px;
        }

        .garage-plate {
            font-size: 260%;
        }
    }

/* Source: Views/MyGarage/ConfirmVehicle.vbhtml */
.garage-confirm-wrap {
        --confirm-red: #df171d;
        --confirm-red-dark: #b91016;
        --confirm-ink: #101318;
        --confirm-muted: #6f7780;
        --confirm-border: #d7dde4;
        --confirm-soft: #f5f7fa;
        --confirm-plate: #fbda06;
        max-width: 1180px;
        margin: 0 auto;
        color: var(--confirm-ink);
    }

    .garage-confirm-panel {
        padding: 34px;
        border: 1px solid rgba(255,255,255,.18);
        border-radius: 8px;
        background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
        box-shadow: 0 26px 60px rgba(0,0,0,.32);
    }

    .garage-confirm-heading {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 24px;
        align-items: start;
        margin-bottom: 24px;
    }

    .garage-confirm-heading h1,
    .garage-confirm-lookup-body h2,
    .garage-confirm-help h2,
    .garage-confirm-match-header h2,
    .garage-confirm-option h3 {
        color: var(--confirm-ink);
        letter-spacing: 0;
    }

    .garage-confirm-heading h1 {
        margin: 16px 0 10px;
        font-size: clamp(2rem, 4vw, 3rem);
        font-weight: 850;
        line-height: 1.04;
    }

    .garage-confirm-heading p {
        max-width: 760px;
        margin: 0;
        color: var(--confirm-muted);
        font-size: 1rem;
        font-weight: 650;
        line-height: 1.55;
    }

    .garage-confirm-heading-count {
        min-width: 140px;
        padding: 16px;
        border: 1px solid #e1e6ed;
        border-radius: 8px;
        background: #fff;
        text-align: center;
        box-shadow: 0 12px 26px rgba(15, 23, 42, .07);
    }

    .garage-confirm-heading-count strong {
        display: block;
        color: var(--confirm-red);
        font-size: 2.2rem;
        font-weight: 900;
        line-height: .95;
    }

    .garage-confirm-heading-count span {
        display: block;
        margin-top: 7px;
        color: var(--confirm-muted);
        font-size: .78rem;
        font-weight: 850;
        line-height: 1.15;
        text-transform: uppercase;
    }

    .garage-confirm-plate {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 136px;
        padding: 7px 18px 8px;
        border: 2px solid #0f0f0f;
        border-radius: 5px;
        background: var(--confirm-plate);
        box-shadow: inset 0 0 0 1px rgba(255,255,255,.72), 0 10px 18px rgba(15, 23, 42, .18);
        color: #000;
        font-family: "vrm", Inter, Arial, sans-serif;
        font-size: 30px;
        line-height: 1;
        letter-spacing: 0;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .garage-confirm-summary-grid {
        display: grid;
        grid-template-columns: minmax(0, 1.45fr) minmax(280px, .75fr);
        gap: 18px;
        align-items: stretch;
        margin-bottom: 28px;
    }

    .garage-confirm-lookup-card,
    .garage-confirm-help,
    .garage-confirm-option,
    .garage-confirm-unmatched {
        border: 1px solid var(--confirm-border);
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
    }

    .garage-confirm-lookup-card {
        display: grid;
        grid-template-columns: minmax(260px, .86fr) minmax(0, 1fr);
        overflow: hidden;
    }

    .garage-confirm-lookup-media {
        min-height: 100%;
        border-right: 1px solid #e1e7ee;
        background: linear-gradient(180deg, #fbfcfe 0%, #eef3f7 100%);
    }

    .garage-confirm-image,
    .garage-confirm-image-placeholder {
        width: 100%;
        height: 100%;
        min-height: 290px;
        display: block;
        box-sizing: border-box;
    }

    .garage-confirm-image {
        padding: 34px;
        object-fit: contain;
        object-position: center center;
        filter: drop-shadow(0 18px 18px rgba(15, 23, 42, .18));
    }

    .garage-confirm-image-logo {
        padding: 56px;
        background: transparent;
    }

    .garage-confirm-image-placeholder {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #b8c3cf;
        font-size: 58px;
    }

    .garage-confirm-lookup-body {
        min-width: 0;
        padding: 24px;
    }

    .garage-confirm-section-label {
        display: block;
        color: var(--confirm-red-dark);
        font-size: .76rem;
        font-weight: 900;
        line-height: 1;
        text-transform: uppercase;
    }

    .garage-confirm-lookup-body h2 {
        margin: 8px 0 18px;
        font-size: 1.45rem;
        font-weight: 850;
        line-height: 1.18;
    }

    .garage-confirm-details {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .garage-confirm-detail {
        min-width: 0;
        padding: 11px 12px;
        border: 1px solid #e4e9ef;
        border-radius: 8px;
        background: #f8fafc;
    }

    .garage-confirm-detail span {
        display: block;
        margin-bottom: 3px;
        color: var(--confirm-muted);
        font-size: .72rem;
        font-weight: 850;
        line-height: 1.15;
        text-transform: uppercase;
    }

    .garage-confirm-detail strong {
        display: block;
        color: var(--confirm-ink);
        font-size: .95rem;
        font-weight: 850;
        line-height: 1.25;
        overflow-wrap: anywhere;
    }

    .garage-confirm-help {
        padding: 24px;
        background: #111820;
        color: #fff;
    }

    .garage-confirm-help h2 {
        margin: 0 0 10px;
        color: #fff;
        font-size: 1.4rem;
        font-weight: 850;
        line-height: 1.12;
    }

    .garage-confirm-help p {
        margin: 0 0 18px;
        color: rgba(255,255,255,.72);
        font-size: .94rem;
        font-weight: 650;
        line-height: 1.5;
    }

    .garage-confirm-help ol {
        display: grid;
        gap: 14px;
        margin: 0;
        padding: 0;
        list-style: none;
        counter-reset: confirm-help;
    }

    .garage-confirm-help li {
        position: relative;
        padding-left: 42px;
        counter-increment: confirm-help;
    }

    .garage-confirm-help li::before {
        content: counter(confirm-help);
        position: absolute;
        top: 1px;
        left: 0;
        width: 28px;
        height: 28px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: var(--confirm-red);
        color: #fff;
        font-size: .78rem;
        font-weight: 900;
        line-height: 1;
    }

    .garage-confirm-help strong,
    .garage-confirm-help span {
        display: block;
        line-height: 1.35;
    }

    .garage-confirm-help strong {
        color: #fff;
        font-size: .95rem;
        font-weight: 850;
    }

    .garage-confirm-help span {
        margin-top: 3px;
        color: rgba(255,255,255,.68);
        font-size: .83rem;
        font-weight: 650;
    }

    .garage-confirm-match-header {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 24px;
        margin-bottom: 14px;
    }

    .garage-confirm-match-header h2 {
        margin: 7px 0 0;
        font-size: 1.55rem;
        font-weight: 850;
        line-height: 1.12;
    }

    .garage-confirm-match-header p {
        max-width: 430px;
        margin: 0;
        color: var(--confirm-muted);
        font-size: .9rem;
        font-weight: 650;
        line-height: 1.45;
        text-align: right;
    }

    .garage-confirm-options {
        display: grid;
        gap: 12px;
    }

    .garage-confirm-option {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 18px;
        align-items: center;
        padding: 18px;
        transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
    }

    .garage-confirm-option:hover {
        border-color: rgba(223,23,29,.34);
        box-shadow: 0 18px 42px rgba(15, 23, 42, .14);
        transform: translateY(-1px);
    }

    .garage-confirm-option-highlight {
        border-color: rgba(223,23,29,.38);
        box-shadow: 0 0 0 3px rgba(223,23,29,.1), 0 14px 34px rgba(15, 23, 42, .1);
    }

    .garage-confirm-option-main {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        gap: 14px;
        align-items: start;
        min-width: 0;
    }

    .garage-confirm-option-icon,
    .garage-confirm-option-rank {
        width: 42px;
        height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 42px;
        border-radius: 50%;
        background: var(--confirm-red);
        color: #fff;
        font-size: 20px;
        font-weight: 900;
        line-height: 1;
    }

    .garage-confirm-option-icon-muted,
    .garage-confirm-option-rank {
        background: #eef2f6;
        color: #5f6873;
    }

    .garage-confirm-option-topline,
    .garage-confirm-evidence-list {
        display: flex;
        flex-wrap: wrap;
        gap: 7px;
        align-items: center;
    }

    .garage-confirm-option-badge,
    .garage-confirm-confidence,
    .garage-confirm-evidence-list span {
        display: inline-flex;
        align-items: center;
        min-height: 26px;
        max-width: 100%;
        border-radius: 999px;
        font-size: .74rem;
        font-weight: 850;
        line-height: 1.15;
    }

    .garage-confirm-option-badge {
        padding: 5px 10px;
        background: rgba(223,23,29,.1);
        color: var(--confirm-red-dark);
        text-transform: uppercase;
    }

    .garage-confirm-option-badge-muted,
    .garage-confirm-confidence {
        background: #eef2f6;
        color: #5f6873;
    }

    .garage-confirm-confidence {
        padding: 5px 10px;
    }

    .garage-confirm-option h3 {
        margin: 9px 0 9px;
        font-size: 1.16rem;
        font-weight: 850;
        line-height: 1.22;
    }

    .garage-confirm-option p {
        margin: 0;
        color: var(--confirm-muted);
        font-size: .9rem;
        font-weight: 650;
        line-height: 1.45;
    }

    .garage-confirm-evidence-list span {
        padding: 5px 9px;
        border: 1px solid #dfe4ea;
        background: #f8fafc;
        color: #5f6873;
    }

    .garage-confirm-evidence-list .garage-confirm-evidence-warning {
        border-color: #f2d7a0;
        background: #fff7e6;
        color: #7a4b00;
    }

    .garage-confirm-option-form {
        margin: 0;
    }

    .garage-confirm-primary-button,
    .garage-confirm-secondary-button,
    .garage-confirm-link-button {
        min-width: 205px;
        min-height: 44px;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        text-transform: none;
        white-space: normal;
    }

    .garage-confirm-primary-button {
        border-color: var(--confirm-red) !important;
        background: var(--confirm-red) !important;
        color: #fff !important;
        font-weight: 850;
        box-shadow: 0 10px 22px rgba(223,23,29,.22);
    }

    .garage-confirm-primary-button:hover,
    .garage-confirm-primary-button:focus {
        border-color: var(--confirm-red-dark) !important;
        background: var(--confirm-red-dark) !important;
        color: #fff !important;
    }

    .garage-confirm-secondary-button,
    .garage-confirm-link-button {
        border-color: #d8dee6 !important;
        background: #fff !important;
        color: var(--confirm-ink) !important;
        font-weight: 850;
    }

    .garage-confirm-secondary-button:hover,
    .garage-confirm-secondary-button:focus,
    .garage-confirm-link-button:hover,
    .garage-confirm-link-button:focus {
        border-color: rgba(223,23,29,.48) !important;
        background: #fff7f7 !important;
        color: var(--confirm-red-dark) !important;
    }

    .garage-confirm-unmatched {
        border-style: dashed;
        background: rgba(255,255,255,.68);
    }

    .garage-confirm-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        align-items: center;
        justify-content: flex-end;
        margin-top: 18px;
        padding-top: 18px;
        border-top: 1px solid #e2e7ee;
    }

    .garage-confirm-cancel-form {
        margin: 0;
    }

    @media (max-width: 991px) {
        .garage-confirm-panel {
            padding: 28px;
        }

        .garage-confirm-heading,
        .garage-confirm-summary-grid,
        .garage-confirm-lookup-card,
        .garage-confirm-option {
            grid-template-columns: 1fr;
        }

        .garage-confirm-heading-count {
            width: 100%;
            min-width: 0;
            text-align: left;
        }

        .garage-confirm-lookup-media {
            border-right: 0;
            border-bottom: 1px solid #e1e7ee;
        }

        .garage-confirm-match-header {
            align-items: flex-start;
            flex-direction: column;
        }

        .garage-confirm-match-header p {
            max-width: none;
            text-align: left;
        }

        .garage-confirm-option-form,
        .garage-confirm-primary-button,
        .garage-confirm-secondary-button,
        .garage-confirm-link-button {
            width: 100%;
            min-width: 0;
        }
    }

    @media (max-width: 767px) {
        .garage-confirm-panel {
            padding: 22px;
        }

        .garage-confirm-heading h1 {
            font-size: 2rem;
        }

        .garage-confirm-plate {
            font-size: 25px;
        }

        .garage-confirm-lookup-body,
        .garage-confirm-help,
        .garage-confirm-option {
            padding: 18px;
        }

        .garage-confirm-details {
            grid-template-columns: 1fr;
        }

        .garage-confirm-image,
        .garage-confirm-image-placeholder {
            min-height: 220px;
        }

        .garage-confirm-image {
            padding: 24px;
        }

        .garage-confirm-option-main {
            grid-template-columns: 1fr;
        }

        .garage-confirm-actions {
            justify-content: stretch;
        }
    }

/* Source: Views/MyGarage/Index.vbhtml */
.my-garage-tabs {
        --garage-red: #df171d;
        --garage-red-dark: #b91016;
        --garage-ink: #101318;
        --garage-muted: #6f7780;
        --garage-border: #d7dde4;
        --garage-soft: #f5f7fa;
        --garage-plate: #fbda06;
        color: var(--garage-ink);
    }

    .my-garage-tab-input {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    .my-garage-tab-list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        align-items: flex-end;
        margin: 0 0 0 14px;
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    .my-garage-tab-label {
        display: inline-flex;
        align-items: center;
        min-height: 52px;
        padding: 0 4px;
        margin: 0;
        border-bottom: 4px solid transparent;
        color: rgba(255,255,255,.6);
        font-weight: 700;
        cursor: pointer;
        background: transparent;
        transition: border-color .18s ease, color .18s ease;
    }

    .my-garage-tab-label:hover {
        color: #fff;
    }

    .my-garage-tab-panel {
        display: none;
    }

    #myGarageTabGarage:checked ~ .my-garage-tab-list label[for="myGarageTabGarage"],
    #myGarageTabAccount:checked ~ .my-garage-tab-list label[for="myGarageTabAccount"] {
        color: #fff;
        border-color: var(--garage-red);
    }

    #myGarageTabGarage:checked ~ .my-garage-tab-panel-garage,
    #myGarageTabAccount:checked ~ .my-garage-tab-panel-account {
        display: block;
    }

    .my-garage-content-card {
        margin-top: 0;
        padding: 38px;
        border: 1px solid rgba(255,255,255,.18);
        border-radius: 8px;
        background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
        box-shadow: 0 26px 60px rgba(0,0,0,.32);
    }

    .my-garage-heading {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        margin-bottom: 24px;
    }

    .my-garage-heading h1 {
        margin: 0;
        color: var(--garage-ink);
        font-size: clamp(2rem, 4vw, 2.9rem);
        font-weight: 800;
        line-height: 1.05;
        letter-spacing: 0;
    }

    .my-garage-add-button {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        gap: 8px;
        flex: 0 0 auto;
        border-color: var(--garage-red) !important;
        background: var(--garage-red) !important;
        color: #fff !important;
        font-weight: 800;
        text-transform: none;
        box-shadow: 0 10px 22px rgba(223,23,29,.22);
    }

    .my-garage-add-button:hover,
    .my-garage-add-button:focus,
    .my-garage-open-button:hover,
    .my-garage-open-button:focus {
        border-color: var(--garage-red-dark) !important;
        background: var(--garage-red-dark) !important;
        color: #fff !important;
    }

    .my-garage-section-title {
        margin-bottom: 16px;
    }

    .my-garage-section-title h2 {
        margin: 0;
        color: var(--garage-ink);
        font-size: 1.28rem;
        font-weight: 800;
        line-height: 1.2;
    }

    .my-garage-empty-icon {
        width: 44px;
        height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 44px;
        border-radius: 50%;
        background: var(--garage-red);
        color: #fff;
        font-size: 20px;
    }

    .my-garage-vehicle-plate {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 112px;
        padding: 5px 14px 6px;
        border: 2px solid #0f0f0f;
        border-radius: 5px;
        background: var(--garage-plate);
        box-shadow: inset 0 0 0 1px rgba(255,255,255,.72), 0 8px 18px rgba(0,0,0,.22);
        color: #000;
        font-family: "vrm", Inter, Arial, sans-serif;
        font-size: 19px;
        line-height: 1;
        letter-spacing: 0;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .my-garage-vehicle-grid {
        align-items: stretch;
    }

    .my-garage-vehicle-card {
        position: relative;
        display: flex;
        overflow: hidden;
        flex-direction: column;
        background: #fff;
        border: 1px solid var(--garage-border);
        border-radius: 8px;
        color: var(--garage-ink);
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.1);
        transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
    }

    .my-garage-vehicle-card:hover {
        border-color: rgba(223,23,29,.34);
        box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16);
        transform: translateY(-2px);
    }

    .my-garage-vehicle-card-selected {
        border-color: var(--garage-red);
        box-shadow: 0 0 0 3px rgba(223,23,29,.16), 0 18px 42px rgba(15, 23, 42, 0.14);
    }

    .my-garage-vehicle-media {
        position: relative;
        overflow: hidden;
        aspect-ratio: 16 / 9;
        background: linear-gradient(180deg, #fbfcfe 0%, #eef3f7 100%);
        border-bottom: 1px solid #e1e7ee;
    }

    .my-garage-vehicle-select-form {
        margin: 0;
    }

    .my-garage-vehicle-select-button {
        width: 100%;
        padding: 0;
        border: 0;
        text-align: left;
        cursor: pointer;
        transition: background .18s ease, filter .18s ease;
    }

    .my-garage-vehicle-select-button:hover,
    .my-garage-vehicle-select-button:focus {
        background: linear-gradient(180deg, #fff 0%, #eef4f8 100%);
        outline: none;
    }

    .my-garage-vehicle-select-button:focus-visible {
        box-shadow: inset 0 0 0 3px rgba(223,23,29,.32);
    }

    .my-garage-vehicle-select-button:hover .my-garage-vehicle-image,
    .my-garage-vehicle-select-button:focus .my-garage-vehicle-image {
        filter: drop-shadow(0 20px 20px rgba(15, 23, 42, 0.22));
    }

    .my-garage-vehicle-image,
    .my-garage-vehicle-placeholder {
        width: 100%;
        height: 100%;
        display: block;
        box-sizing: border-box;
    }

    .my-garage-vehicle-image {
        padding: 28px 34px 58px;
        object-fit: contain;
        object-position: center center;
        filter: drop-shadow(0 18px 18px rgba(15, 23, 42, 0.18));
    }

    .my-garage-vehicle-image-logo {
        object-fit: contain;
        padding: 42px 48px 62px;
        background: transparent;
    }

    .my-garage-vehicle-placeholder {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #b8c3cf;
        font-size: 52px;
    }

    .my-garage-vehicle-ribbon {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        min-width: 104px;
        padding: 8px 16px 8px 12px;
        background: var(--garage-red);
        color: #fff;
        font-size: .72rem;
        font-weight: 900;
        line-height: 1;
        text-transform: uppercase;
    }

    .my-garage-vehicle-ribbon::after {
        content: "";
        position: absolute;
        top: 0;
        right: -22px;
        width: 0;
        height: 0;
        border-top: 28px solid var(--garage-red);
        border-right: 22px solid transparent;
    }

    .my-garage-vehicle-plate {
        position: absolute;
        left: 50%;
        bottom: 12px;
        transform: translateX(-50%);
        z-index: 2;
    }

    .my-garage-vehicle-body {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        padding: 18px;
    }

    .my-garage-vehicle-body h3 {
        margin: 0 0 12px;
        color: var(--garage-ink);
        font-size: 1.22rem;
        font-weight: 850;
        line-height: 1.22;
        letter-spacing: 0;
    }

    .my-garage-vehicle-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        margin-bottom: 14px;
    }

    .my-garage-vehicle-meta span {
        display: inline-flex;
        align-items: center;
        min-height: 26px;
        max-width: 100%;
        padding: 4px 9px;
        border: 1px solid #dfe4ea;
        border-radius: 999px;
        background: #f7f8fa;
        color: #5f6872;
        font-size: .78rem;
        font-weight: 700;
        line-height: 1.15;
    }

    .my-garage-vehicle-status {
        display: flex;
        flex-wrap: wrap;
        gap: 7px;
        margin-bottom: 18px;
    }

    .my-garage-vehicle-status span {
        display: inline-flex;
        align-items: center;
        min-height: 26px;
        padding: 5px 11px;
        border-radius: 999px;
        background: rgba(223,23,29,.09);
        color: var(--garage-red-dark);
        font-size: .78rem;
        font-weight: 850;
        line-height: 1;
    }

    .my-garage-vehicle-actions {
        display: grid;
        gap: 10px;
        margin-top: auto;
    }

    .my-garage-open-button {
        width: 100%;
        min-height: 44px;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        border-color: var(--garage-red) !important;
        background: var(--garage-red) !important;
        color: #fff !important;
        font-weight: 850;
        line-height: 1;
        text-transform: none;
        box-shadow: none;
    }

    .my-garage-open-unavailable {
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #dfe4ea;
        border-radius: 6px;
        background: #f7f8fa;
        color: #68717b;
        font-size: .85rem;
        font-weight: 800;
        text-align: center;
    }

    .my-garage-secondary-actions {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(88px, 1fr));
        gap: 10px;
    }

    .my-garage-action-form {
        min-width: 0;
        margin: 0;
    }

    .my-garage-action-button {
        width: 100%;
        min-height: 68px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        flex-direction: column;
        padding: 8px 6px;
        border: 1px solid #dfe4ea;
        border-radius: 6px;
        background: #fff;
        color: #171b21;
        font-size: .72rem;
        font-weight: 800;
        line-height: 1.15;
        text-align: center;
        transition: border-color .18s ease, color .18s ease, background .18s ease;
    }

    .my-garage-action-button i {
        color: #14181d;
        font-size: 22px;
        line-height: 1;
    }

    .my-garage-action-button:hover,
    .my-garage-action-button:focus {
        border-color: rgba(223,23,29,.48);
        background: #fff7f7;
        color: var(--garage-red-dark);
        outline: none;
    }

    .my-garage-action-button:hover i,
    .my-garage-action-button:focus i {
        color: var(--garage-red-dark);
    }

    .my-garage-empty-card,
    .my-garage-add-tile {
        min-height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 30px 26px;
        border: 1px solid var(--garage-border);
        border-radius: 8px;
        background: #fff;
        color: var(--garage-ink);
        text-align: center;
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    }

    .my-garage-empty-card h3 {
        margin: 18px 0 8px;
        color: var(--garage-ink);
        font-size: 1.25rem;
        font-weight: 850;
    }

    .my-garage-empty-card p {
        margin: 0;
        color: var(--garage-muted);
        line-height: 1.5;
    }

    .my-garage-add-tile {
        min-height: 420px;
        border-style: dashed;
        border-color: #bfc7d0;
        background: rgba(255,255,255,.58);
        text-decoration: none;
        transition: border-color .18s ease, background .18s ease, transform .18s ease;
    }

    .my-garage-add-tile:hover,
    .my-garage-add-tile:focus {
        border-color: var(--garage-red);
        background: #fff;
        color: var(--garage-ink);
        text-decoration: none;
        transform: translateY(-2px);
    }

    .my-garage-add-tile-icon {
        width: 64px;
        height: 64px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        border-radius: 50%;
        background: #a9aeb4;
        color: #fff;
        font-size: 28px;
        transition: background .18s ease;
    }

    .my-garage-add-tile:hover .my-garage-add-tile-icon,
    .my-garage-add-tile:focus .my-garage-add-tile-icon {
        background: var(--garage-red);
    }

    .my-garage-add-tile strong {
        margin-bottom: 8px;
        color: var(--garage-ink);
        font-size: 1.18rem;
        font-weight: 850;
    }

    .my-garage-add-tile span:last-child {
        max-width: 190px;
        color: var(--garage-muted);
        font-size: .95rem;
        line-height: 1.45;
    }

    .my-account-content-card {
        color: var(--garage-ink);
    }

    .my-account-heading {
        margin-bottom: 24px;
    }

    .my-account-grid {
        display: grid;
        grid-template-columns: repeat(12, minmax(0, 1fr));
        gap: 20px;
    }

    .my-account-secondary-grid {
        margin-top: 20px;
    }

    .my-account-panel {
        grid-column: span 4;
        min-width: 0;
        padding: 22px;
        border: 1px solid var(--garage-border);
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    }

    .my-account-panel-wide {
        grid-column: span 5;
    }

    .my-account-panel-medium {
        grid-column: span 4;
    }

    .my-account-panel-compact {
        grid-column: span 3;
    }

    .my-account-password-panel {
        grid-column: span 7;
    }

    .my-account-contact-panel {
        margin-top: 20px;
    }

    .my-account-panel-heading {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 18px;
    }

    .my-account-panel-icon {
        width: 42px;
        height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 42px;
        border-radius: 50%;
        background: var(--garage-red);
        color: #fff;
        font-size: 19px;
    }

    .my-account-panel-heading h2 {
        margin: 0;
        color: var(--garage-ink);
        font-size: 1.18rem;
        font-weight: 850;
        line-height: 1.2;
    }

    .my-account-detail-list,
    .my-account-login-list {
        display: grid;
        gap: 10px;
    }

    .my-account-detail-row,
    .my-account-login-row,
    .my-account-empty-row {
        min-width: 0;
        padding: 13px 14px;
        border: 1px solid #e4e9ef;
        border-radius: 8px;
        background: #f8fafc;
    }

    .my-account-detail-row {
        display: grid;
        grid-template-columns: minmax(94px, .45fr) minmax(0, 1fr);
        gap: 14px;
        align-items: center;
    }

    .my-account-detail-row > span,
    .my-account-login-copy > span,
    .my-account-empty-row {
        color: var(--garage-muted);
        font-size: .88rem;
        font-weight: 700;
        line-height: 1.35;
    }

    .my-account-detail-row strong,
    .my-account-login-copy strong,
    .my-account-contact-card strong {
        min-width: 0;
        color: var(--garage-ink);
        font-size: .96rem;
        font-weight: 850;
        line-height: 1.35;
        overflow-wrap: anywhere;
    }

    .my-account-detail-row strong {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: wrap;
        gap: 7px;
        text-align: right;
    }

    .my-account-status {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        padding: 4px 9px;
        border: 1px solid #d6dce4;
        border-radius: 999px;
        background: #eef2f6;
        color: #5f6873;
        font-size: .72rem;
        font-weight: 850;
        line-height: 1;
        white-space: nowrap;
    }

    .my-account-status-success {
        border-color: rgba(22, 163, 74, .18);
        background: #e8f7ee;
        color: #14743a;
    }

    .my-account-login-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
    }

    .my-account-login-copy {
        display: grid;
        min-width: 0;
        gap: 3px;
    }

    .my-account-login-action {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex: 0 0 auto;
        gap: 8px;
    }

    .my-account-connect-form {
        margin: 0;
    }

    .my-account-connect-button,
    .my-account-submit-button {
        border-color: var(--garage-red) !important;
        background: var(--garage-red) !important;
        color: #fff !important;
        font-weight: 800;
        text-transform: none;
    }

    .my-account-connect-button:hover,
    .my-account-connect-button:focus,
    .my-account-submit-button:hover,
    .my-account-submit-button:focus {
        border-color: var(--garage-red-dark) !important;
        background: var(--garage-red-dark) !important;
        color: #fff !important;
    }

    .my-account-password-form {
        margin: 0;
    }

    .my-account-form-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
        margin-bottom: 18px;
    }

    .my-account-form-grid .form-label {
        margin-bottom: 7px;
        color: var(--garage-muted);
        font-size: .82rem;
        font-weight: 800;
    }

    .my-account-form-grid .form-control {
        min-height: 44px;
        border-color: #d9e0e8;
        border-radius: 8px;
        color: var(--garage-ink);
        background: #f8fafc;
    }

    .my-account-form-grid .form-control:focus {
        border-color: rgba(223,23,29,.44);
        box-shadow: 0 0 0 3px rgba(223,23,29,.12);
    }

    .my-account-contact-add-options {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        margin-bottom: 16px;
    }

    .my-account-contact-add-form {
        margin: 0;
        padding: 14px;
        border: 1px solid #e4e9ef;
        border-radius: 8px;
        background: #f8fafc;
    }

    .my-account-contact-add-form-inner {
        display: grid;
        gap: 8px;
    }

    .my-account-contact-add-row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
        align-items: end;
    }

    .my-account-contact-add-form .form-label {
        margin-bottom: 7px;
        color: var(--garage-muted);
        font-size: .82rem;
        font-weight: 800;
    }

    .my-account-contact-add-form .form-control {
        min-height: 44px;
        border-color: #d9e0e8;
        border-radius: 8px;
        color: var(--garage-ink);
        background-color: #fff;
    }

    .my-account-contact-add-form .form-control:focus {
        border-color: rgba(223,23,29,.44);
        box-shadow: 0 0 0 3px rgba(223,23,29,.12);
    }

    .my-account-contact-input-invalid {
        border-color: rgba(223,23,29,.72) !important;
        box-shadow: 0 0 0 3px rgba(223,23,29,.12);
    }

    .my-account-contact-validation-message {
        min-height: 1.15rem;
        color: var(--garage-red-dark);
        font-size: .78rem;
        font-weight: 800;
        line-height: 1.35;
    }

    .my-account-add-contact-button {
        min-height: 44px;
    }

    .my-account-contact-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .my-account-contact-card {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 16px;
        min-width: 0;
        padding: 14px;
        border: 1px solid #e4e9ef;
        border-radius: 8px;
        background: #f8fafc;
    }

    .my-account-contact-card > div:first-child {
        display: grid;
        min-width: 0;
        gap: 3px;
    }

    .my-account-contact-card span {
        min-width: 0;
        color: var(--garage-muted);
        font-size: .86rem;
        font-weight: 700;
        overflow-wrap: anywhere;
    }

    .my-account-contact-meta {
        display: flex;
        align-items: flex-end;
        flex-direction: column;
        flex: 0 0 auto;
        gap: 5px;
        text-align: right;
    }

    .my-account-contact-actions {
        display: flex;
        align-items: flex-end;
        flex-direction: column;
        flex: 0 0 auto;
        gap: 10px;
    }

    .my-account-delete-contact-form {
        margin: 0;
    }

    .my-account-delete-contact-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        min-height: 34px;
        padding: 7px 10px;
        border: 1px solid #d9e0e8;
        border-radius: 8px;
        background: #fff;
        color: var(--garage-muted);
        font-size: .78rem;
        font-weight: 850;
        line-height: 1;
        transition: border-color .18s ease, color .18s ease, background .18s ease;
    }

    .my-account-delete-contact-button:hover,
    .my-account-delete-contact-button:focus {
        border-color: rgba(223,23,29,.48);
        background: #fff7f7;
        color: var(--garage-red-dark);
        outline: none;
    }

    .my-account-alert {
        padding: 16px 18px;
        border: 1px solid #f2d7a0;
        border-radius: 8px;
        background: #fff7e6;
        color: #7a4b00;
        font-weight: 800;
    }

    @media (max-width: 991px) {
        .my-garage-content-card {
            padding: 30px;
        }

        .my-garage-heading {
            align-items: stretch;
            flex-direction: column;
        }

        .my-garage-add-button {
            align-self: flex-start;
        }

        .my-account-panel,
        .my-account-panel-wide,
        .my-account-panel-medium,
        .my-account-panel-compact,
        .my-account-password-panel {
            grid-column: span 12;
        }

        .my-account-form-grid,
        .my-account-contact-add-options,
        .my-account-contact-grid {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 767px) {
        .my-garage-tab-list {
            gap: 16px;
            margin-left: 0;
        }

        .my-garage-content-card {
            padding: 22px;
        }

        .my-garage-vehicle-media {
            aspect-ratio: 16 / 9.5;
        }

        .my-garage-vehicle-image {
            padding: 24px 26px 56px;
        }

        .my-garage-vehicle-image-logo {
            padding: 34px 38px 58px;
        }

        .my-garage-add-tile {
            min-height: 240px;
        }

        .my-account-panel {
            padding: 18px;
        }

        .my-account-detail-row,
        .my-account-login-row,
        .my-account-contact-card {
            align-items: flex-start;
            grid-template-columns: 1fr;
            flex-direction: column;
        }

        .my-account-detail-row strong,
        .my-account-login-action,
        .my-account-contact-meta {
            align-items: flex-start;
            justify-content: flex-start;
            text-align: left;
        }

        .my-account-login-action {
            flex-wrap: wrap;
        }

        .my-account-contact-actions {
            align-items: flex-start;
            width: 100%;
        }

        .my-account-contact-add-row {
            grid-template-columns: 1fr;
        }

        .my-account-add-contact-button {
            width: 100%;
        }
    }

    @media (max-width: 420px) {
        .my-garage-secondary-actions {
            grid-template-columns: 1fr;
        }
    }

/* Source: Views/News/Index.vbhtml */
.news-story-row {
        display: flex;
        gap: 22px;
        align-items: flex-start;
    }

    .news-card-image-wrap {
        display: block;
        width: 100%;
        max-width: 300px;
        flex: 0 0 300px;
    }

    .news-card-image {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 8px;
    }

    @media (max-width: 768px) {
        .news-story-row {
            display: block;
        }

        .news-card-image-wrap {
            max-width: 100%;
            flex: none;
            margin-bottom: 12px;
        }

        .news-card-image {
            width: 100%;
        }
    }

    .news-story-copy {
        flex: 1 1 auto;
    }

/* Source: Views/News/Read.vbhtml */
.news-read-shell {
        max-width: 1320px;
    }

    .news-read-gallery {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
        margin-bottom: 24px;
    }

    .news-read-image-wrap {
        margin-bottom: 0;
    }

    .news-read-image {
        width: 100%;
        height: auto;
        border-radius: 10px;
        display: block;
    }

    .news-read-content {
        font-size: 1rem;
        line-height: 1.65;
    }

    @media (max-width: 767px) {
        .news-read-gallery {
            grid-template-columns: 1fr;
        }
    }

/* Source: Views/Newsletters/Read.vbhtml */
.newsletter-body ul {
        list-style: none;
        margin: 1.25rem 0 1.5rem;
        padding-left: 0;
    }

    .newsletter-body ul li {
        position: relative;
        margin-bottom: .65rem;
        padding-left: 2rem;
        line-height: 1.65;
    }

    .newsletter-body ul li::before {
        content: "\2713";
        position: absolute;
        top: .05rem;
        left: .25rem;
        color: #CE2F47;
        font-weight: 700;
    }

    .newsletter-body img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        margin: 2rem 0;
    }

/* Source: Views/Technical/hp_calculators.vbhtml */
.converter {
                        max-width: 300px;
                        margin: 0 auto;
                        padding: 20px;
                        border: 1px solid #ccc;
                        border-radius: 10px;
                        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
                        height: 100%;
                        background-color: #222;
                        color: white;
                    }

                    label {
                        display: block;
                        margin-bottom: 10px;
                    }

                    input, select {
                        width: 100%;
                        padding: 8px;
                        margin-bottom: 15px;
                        border: 1px solid #ccc;
                        border-radius: 5px;
                    }

                    .result {
                        margin-top: 15px;
                        font-weight: bold;
                    }

/* Source: Views/Technical/pressure_calculators.vbhtml */
.converter {
                        max-width: 350px;
                        margin: 0 auto;
                        padding: 20px;
                        border: 1px solid #ccc;
                        border-radius: 10px;
                        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
                        height: 100%;
                        background-color: #222;
                        color: white;
                    }

                    label {
                        display: block;
                        margin-bottom: 10px;
                    }

                    input, select {
                        width: 100%;
                        padding: 8px;
                        margin-bottom: 15px;
                        border: 1px solid #ccc;
                        border-radius: 5px;
                    }

                    .result {
                        margin-top: 15px;
                        font-weight: bold;
                    }

/* Source: Views/TuningServices/_findMyCarVRM.vbhtml */
#vrm-lookup input.plate {
        color: #000 !important;
        -webkit-text-fill-color: #000 !important;
        caret-color: #000;
    }

    #vrm-lookup input.plate::placeholder {
        color: #000 !important;
        -webkit-text-fill-color: #000 !important;
        opacity: 1;
    }

/* Source: Views/TuningServices/_PartialMakeList.vbhtml */
.vehicle-selection-section,
    #content1 {
        background: #f4f4f4;
    }

    .vehicle-selection-section {
        padding: 34px 0 44px;
    }

    .vehicle-selection-section + .vehicle-selection-section {
        padding-top: 0;
    }

    .vehicle-selection-section h5 {
        color: #111;
        margin: 0 0 18px;
        font-size: 1.35rem;
        font-weight: 800;
        letter-spacing: 0;
        text-transform: none;
    }

    .make-card-item {
        display: flex;
        margin-bottom: 18px;
    }

    .make-card {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        min-height: 142px;
        color: #111;
        background: #fff;
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        padding: 18px 14px 14px;
        text-align: center;
        text-decoration: none;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
        transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
    }

    .make-card:hover,
    .make-card:focus {
        color: #111;
        border-color: #111;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
        text-decoration: none;
        transform: translateY(-2px);
    }

    .make-card-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 74px;
    }

    .make-card-logo img {
        max-width: 108px;
        max-height: 64px;
        object-fit: contain;
    }

    .make-card-name {
        display: block;
        color: #111;
        font-size: 0.78rem;
        font-weight: 800;
        letter-spacing: 0;
        line-height: 1.2;
        text-transform: uppercase;
        word-break: break-word;
    }

    @media (max-width: 767.98px) {
        .vehicle-selection-section {
            padding: 22px 0 32px;
        }

        .make-card {
            min-height: 126px;
            padding: 14px 10px 12px;
        }
    }

/* Source: Views/TuningServices/_PartialModeLGeneration.vbhtml */
#content1 {
        background: #f4f4f4;
        padding: 34px 0 56px;
    }

    .generation-catalog {
        color: #111;
        margin: 0 auto;
        padding: 26px clamp(14px, 2.5vw, 34px) 34px;
        background: #f4f4f4;
    }

    .generation-catalog-header {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 18px;
        margin-bottom: 24px;
        padding-bottom: 18px;
        border-bottom: 1px solid #d8d8d8;
    }

    .generation-back-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        padding: 0 18px;
        color: #111;
        background: #fff;
        border: 1px solid #cfcfcf;
        font-size: 0.86rem;
        font-weight: 700;
        letter-spacing: 0;
        text-transform: uppercase;
        text-decoration: none;
        transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
    }

    .generation-back-link:hover,
    .generation-back-link:focus {
        color: #fff;
        background: #111;
        border-color: #111;
    }

    .generation-heading {
        flex: 1;
        text-align: right;
    }

    .generation-eyebrow,
    .generation-count,
    .generation-card-kicker,
    .generation-card-action {
        display: block;
        color: #6b6b6b;
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .generation-heading h3 {
        color: #111;
        margin: 3px 0 2px;
        font-size: clamp(1.55rem, 2.6vw, 2.35rem);
        line-height: 1.08;
        font-weight: 800;
        letter-spacing: 0;
        text-transform: none;
    }

    .generation-card-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
        gap: 18px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .generation-card-item {
        min-width: 0;
    }

    .generation-card {
        display: flex;
        flex-direction: column;
        min-height: 100%;
        color: #111;
        background: #fff;
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        overflow: hidden;
        text-decoration: none;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
        transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
    }

    .generation-card:hover,
    .generation-card:focus {
        color: #111;
        border-color: #111;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
        transform: translateY(-2px);
    }

    .generation-card-media {
        display: flex;
        align-items: center;
        justify-content: center;
        aspect-ratio: 16 / 10;
        padding: 18px 16px 10px;
        background: linear-gradient(180deg, #f8f8f8 0%, #ededed 100%);
    }

    .generation-card-image {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .generation-card-body {
        display: flex;
        flex: 1;
        flex-direction: column;
        gap: 8px;
        padding: 18px 18px 20px;
        border-top: 1px solid #ededed;
    }

    .generation-card-title {
        display: block;
        color: #111;
        font-size: 1.28rem;
        line-height: 1.08;
        font-weight: 800;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .generation-card-action {
        margin-top: auto;
        color: #111;
        font-size: 0.82rem;
    }

    .generation-card:hover .generation-card-action,
    .generation-card:focus .generation-card-action {
        color: #d62f4b;
    }

    @media (max-width: 767.98px) {
        #content1 {
            padding: 18px 0 36px;
        }

        .generation-catalog {
            padding: 18px 10px 24px;
        }

        .generation-catalog-header {
            align-items: stretch;
            flex-direction: column-reverse;
            gap: 14px;
        }

        .generation-heading {
            text-align: left;
        }

        .generation-back-link {
            width: 100%;
        }

        .generation-card-grid {
            grid-template-columns: 1fr;
            gap: 14px;
        }

        .generation-card-media {
            aspect-ratio: 16 / 9;
        }
    }

/* Source: Views/TuningServices/_PartialModelList.vbhtml */
#content1 {
        background: #f4f4f4;
        padding: 34px 0 56px;
    }

    .series-catalog {
        color: #111;
        margin: 0 auto;
        padding: 26px clamp(14px, 2.5vw, 34px) 34px;
        background: #f4f4f4;
    }

    .series-catalog-header {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 18px;
        margin-bottom: 24px;
        padding-bottom: 18px;
        border-bottom: 1px solid #d8d8d8;
    }

    .series-back-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        padding: 0 18px;
        color: #111;
        background: #fff;
        border: 1px solid #cfcfcf;
        font-size: 0.86rem;
        font-weight: 700;
        letter-spacing: 0;
        text-transform: uppercase;
        text-decoration: none;
        transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
    }

    .series-back-link:hover,
    .series-back-link:focus {
        color: #fff;
        background: #111;
        border-color: #111;
    }

    .series-heading {
        flex: 1;
        text-align: right;
    }

    .series-eyebrow,
    .series-count,
    .series-card-kicker,
    .series-card-meta,
    .series-card-action {
        display: block;
        color: #6b6b6b;
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .series-heading h3 {
        color: #111;
        margin: 3px 0 2px;
        font-size: clamp(1.55rem, 2.6vw, 2.35rem);
        line-height: 1.08;
        font-weight: 800;
        letter-spacing: 0;
        text-transform: none;
    }

    .series-card-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
        gap: 18px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .series-card-item {
        min-width: 0;
    }

    .series-card {
        display: flex;
        flex-direction: column;
        min-height: 100%;
        color: #111;
        background: #fff;
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        overflow: hidden;
        text-decoration: none;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
        transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
    }

    .series-card:hover,
    .series-card:focus {
        color: #111;
        border-color: #111;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
        transform: translateY(-2px);
    }

    .series-card-media {
        display: flex;
        align-items: center;
        justify-content: center;
        aspect-ratio: 16 / 10;
        padding: 18px 16px 10px;
        background: linear-gradient(180deg, #f8f8f8 0%, #ededed 100%);
    }

    .series-card-image {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .series-card-body {
        display: flex;
        flex: 1;
        flex-direction: column;
        gap: 8px;
        padding: 18px 18px 20px;
        border-top: 1px solid #ededed;
    }

    .series-card-title {
        display: block;
        color: #111;
        font-size: 1.28rem;
        line-height: 1.08;
        font-weight: 800;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .series-card-action {
        margin-top: auto;
        color: #111;
        font-size: 0.82rem;
    }

    .series-card:hover .series-card-action,
    .series-card:focus .series-card-action {
        color: #d62f4b;
    }

    @media (max-width: 767.98px) {
        #content1 {
            padding: 18px 0 36px;
        }

        .series-catalog {
            padding: 18px 10px 24px;
        }

        .series-catalog-header {
            align-items: stretch;
            flex-direction: column-reverse;
            gap: 14px;
        }

        .series-heading {
            text-align: left;
        }

        .series-back-link {
            width: 100%;
        }

        .series-card-grid {
            grid-template-columns: 1fr;
            gap: 14px;
        }

        .series-card-media {
            aspect-ratio: 16 / 9;
        }
    }

/* Source: Views/TuningServices/_PartialModeLPowerTrains.vbhtml */
.powertrain-empty-state {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 6px;
        color: #111;
        margin: 0 auto;
        max-width: 760px;
        padding: 28px;
        text-align: left;
    }

    .powertrain-empty-state h4 {
        color: #111;
        font-size: 1.45rem;
        font-weight: 800;
        letter-spacing: 0;
        margin: 0 0 10px;
    }

    .powertrain-empty-state p {
        color: #444;
        font-size: 1rem;
        line-height: 1.55;
        margin: 0;
    }

    .powertrain-empty-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 20px;
    }

    .powertrain-empty-button {
        align-items: center;
        background: #fff;
        border: 1px solid #cfcfcf;
        color: #111;
        display: inline-flex;
        font-size: 0.9rem;
        font-weight: 800;
        justify-content: center;
        letter-spacing: 0;
        min-height: 42px;
        padding: 0 18px;
        text-decoration: none;
    }

    .powertrain-empty-button:hover,
    .powertrain-empty-button:focus {
        background: #111;
        border-color: #111;
        color: #fff;
        text-decoration: none;
    }

    .powertrain-empty-button-primary {
        background: #d62f4b;
        border-color: #d62f4b;
        color: #fff;
    }

/* Source: Views/TuningServices/_SelectedVehicleBar.vbhtml */
.selected-vehicle-bar {
        background: #111;
        color: #fff;
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    .selected-vehicle-card {
        display: grid;
        grid-template-columns: 140px minmax(0, 1fr) auto;
        gap: 22px;
        align-items: center;
        padding: 22px 0;
    }

    .selected-vehicle-image {
        width: 140px;
        aspect-ratio: 4 / 3;
        object-fit: cover;
        background: #222;
        border-radius: 6px;
    }

    .selected-vehicle-title {
        margin: 0;
        color: #fff;
        font-size: 1.55rem;
        line-height: 1.2;
        letter-spacing: 0;
    }

    .selected-vehicle-meta {
        margin: 8px 0 0;
        color: rgba(255,255,255,.72);
    }

    .selected-vehicle-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: flex-end;
    }

    .selected-vehicle-nav {
        display: flex;
        gap: 6px;
        overflow-x: auto;
        padding: 0 0 16px;
    }

    .selected-vehicle-nav a {
        flex: 0 0 auto;
        color: rgba(255,255,255,.78);
        border: 1px solid rgba(255,255,255,.16);
        border-radius: 6px;
        padding: 9px 13px;
        font-weight: 600;
        font-size: .95rem;
    }

    .selected-vehicle-nav a.active,
    .selected-vehicle-nav a:hover {
        color: #111;
        background: #fff;
        border-color: #fff;
    }

    @media (max-width: 767.98px) {
        .selected-vehicle-card {
            grid-template-columns: 88px minmax(0, 1fr);
        }

        .selected-vehicle-image {
            width: 88px;
        }

        .selected-vehicle-actions {
            grid-column: 1 / -1;
            justify-content: flex-start;
        }
    }

/* Source: Views/TuningServices/_Stage1Details.vbhtml */
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

    .blink_me2 {
        animation: blinker 0.5s ease-in-out infinite;
    }

/* Source: Views/TuningServices/_TuningAutoGearboxDetails.vbhtml */
.fancyTab {
        text-align: center;
        padding: 15px 0;
        background-color: #eee;
        box-shadow: 0 0 0 1px #ddd;
        top: 15px;
        transition: top .2s;
    }

        .fancyTab.active {
            top: 0;
            transition: top .2s;
        }

    .whiteBlock {
        display: none;
    }

    .fancyTab.active .whiteBlock {
        display: block;
        height: 2px;
        bottom: -2px;
        background-color: #fff;
        width: 99%;
        position: absolute;
        z-index: 1;
    }

    .fancyTab a {
        font-family: 'Source Sans Pro';
        font-size: 1.65em;
        font-weight: 300;
        transition: .2s;
        color: #333;
    }

    /*.fancyTab .hidden-xs {
      white-space:nowrap;
    }*/

    .fancyTabs {
        border-bottom: 2px solid #ddd;
        margin: 15px 0 0;
    }

    li.fancyTab a {
        padding-top: 15px;
        top: -15px;
        padding-bottom: 0;
    }

    li.fancyTab.active a {
        padding-top: inherit;
    }

    .fancyTab .fa {
        font-size: 40px;
        width: 100%;
        padding: 15px 0 5px;
        color: #666;
    }

    .fancyTab.active .fa {
        color: #cfb87c;
    }

    .fancyTab a:focus {
        outline: none;
    }

    .fancyTabContent {
        border-color: transparent;
        box-shadow: 0 -2px 0 -1px #fff, 0 0 0 1px #ddd;
        padding: 30px 15px 15px;
        position: relative;
        background-color: #fff;
    }

    .nav-tabs > li.fancyTab.active > a,
    .nav-tabs > li.fancyTab.active > a:focus,
    .nav-tabs > li.fancyTab.active > a:hover {
        border-width: 0;
    }

    .nav-tabs > li.fancyTab:hover {
        background-color: #f9f9f9;
        box-shadow: 0 0 0 1px #ddd;
    }

    .nav-tabs > li.fancyTab.active:hover {
        background-color: #fff;
        box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
    }

    .nav-tabs > li.fancyTab:hover a {
        border-color: transparent;
    }

    .nav.nav-tabs .fancyTab a[data-toggle="tab"] {
        background-color: transparent;
        border-bottom: 0;
    }

    .nav-tabs > li.fancyTab:hover a {
        border-right: 1px solid transparent;
    }

    .nav-tabs > li.fancyTab > a {
        margin-right: 0;
        border-top: 0;
        padding-bottom: 30px;
        margin-bottom: -30px;
    }

    .nav-tabs > li.fancyTab {
        margin-right: 0;
        margin-bottom: 0;
    }

        .nav-tabs > li.fancyTab:last-child a {
            border-right: 1px solid transparent;
        }

        .nav-tabs > li.fancyTab.active:last-child {
            border-right: 0px solid #ddd;
            box-shadow: 0px 2px 0 0px #fff, 0px 0px 0 1px #ddd;
        }

    .fancyTab:last-child {
        box-shadow: 0 0 0 1px #ddd;
    }

    .tabs .nav-tabs li.fancyTab.active a {
        box-shadow: none;
        top: 0;
    }


    .fancyTab.active {
        background: #fff;
        box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
        padding-bottom: 30px;
    }

    .arrow-down {
        display: none;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 22px solid #ddd;
        position: absolute;
        top: -1px;
        left: calc(50% - 20px);
    }

    .arrow-down-inner {
        width: 0;
        height: 0;
        border-left: 18px solid transparent;
        border-right: 18px solid transparent;
        border-top: 12px solid #fff;
        position: absolute;
        top: -22px;
        left: -18px;
    }

    .fancyTab.active .arrow-down {
        display: block;
    }

    @media (max-width: 1200px) {

        .fancyTab .fa {
            font-size: 36px;
        }

        .fancyTab .hidden-xs {
            font-size: 22px;
        }
    }


    @media (max-width: 992px) {

        .fancyTab .fa {
            font-size: 33px;
        }

        .fancyTab .hidden-xs {
            font-size: 18px;
            font-weight: normal;
        }
    }


    @media (max-width: 768px) {

        .fancyTab > a {
            font-size: 18px;
        }

        .nav > li.fancyTab > a {
            padding: 15px 0;
            margin-bottom: inherit;
        }

        .fancyTab .fa {
            font-size: 30px;
        }

        .nav-tabs > li.fancyTab > a {
            border-right: 1px solid transparent;
            padding-bottom: 0;
        }

        .fancyTab.active .fa {
            color: #333;
        }
    }

/* Source: Views/TuningServices/_TuningEngineDetails.vbhtml */
.fancyTab {
        text-align: center;
        padding: 15px 0;
        background-color: #eee;
        box-shadow: 0 0 0 1px #ddd;
        top: 15px;
        transition: top .2s;
    }

        .fancyTab.active {
            top: 0;
            transition: top .2s;
        }

    .whiteBlock {
        display: none;
    }

    .fancyTab.active .whiteBlock {
        display: block;
        height: 2px;
        bottom: -2px;
        background-color: #fff;
        width: 99%;
        position: absolute;
        z-index: 1;
    }

    .fancyTab a {
        font-family: 'Source Sans Pro';
        font-size: 1.65em;
        font-weight: 300;
        transition: .2s;
        color: #333;
    }

    /*.fancyTab .hidden-xs {
      white-space:nowrap;
    }*/

    .fancyTabs {
        border-bottom: 2px solid #ddd;
        margin: 15px 0 0;
    }

    li.fancyTab a {
        padding-top: 15px;
        top: -15px;
        padding-bottom: 0;
    }

    li.fancyTab.active a {
        padding-top: inherit;
    }

    .fancyTab .fa {
        font-size: 40px;
        width: 100%;
        padding: 15px 0 5px;
        color: #666;
    }

    .fancyTab.active .fa {
        color: #cfb87c;
    }

    .fancyTab a:focus {
        outline: none;
    }

    .fancyTabContent {
        border-color: transparent;
        box-shadow: 0 -2px 0 -1px #fff, 0 0 0 1px #ddd;
        padding: 30px 15px 15px;
        position: relative;
        background-color: #fff;
    }

    .nav-tabs > li.fancyTab.active > a,
    .nav-tabs > li.fancyTab.active > a:focus,
    .nav-tabs > li.fancyTab.active > a:hover {
        border-width: 0;
    }

    .nav-tabs > li.fancyTab:hover {
        background-color: #f9f9f9;
        box-shadow: 0 0 0 1px #ddd;
    }

    .nav-tabs > li.fancyTab.active:hover {
        background-color: #fff;
        box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
    }

    .nav-tabs > li.fancyTab:hover a {
        border-color: transparent;
    }

    .nav.nav-tabs .fancyTab a[data-toggle="tab"] {
        background-color: transparent;
        border-bottom: 0;
    }

    .nav-tabs > li.fancyTab:hover a {
        border-right: 1px solid transparent;
    }

    .nav-tabs > li.fancyTab > a {
        margin-right: 0;
        border-top: 0;
        padding-bottom: 30px;
        margin-bottom: -30px;
    }

    .nav-tabs > li.fancyTab {
        margin-right: 0;
        margin-bottom: 0;
    }

        .nav-tabs > li.fancyTab:last-child a {
            border-right: 1px solid transparent;
        }

        .nav-tabs > li.fancyTab.active:last-child {
            border-right: 0px solid #ddd;
            box-shadow: 0px 2px 0 0px #fff, 0px 0px 0 1px #ddd;
        }

    .fancyTab:last-child {
        box-shadow: 0 0 0 1px #ddd;
    }

    .tabs .nav-tabs li.fancyTab.active a {
        box-shadow: none;
        top: 0;
    }


    .fancyTab.active {
        background: #fff;
        box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
        padding-bottom: 30px;
    }

    .arrow-down {
        display: none;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 22px solid #ddd;
        position: absolute;
        top: -1px;
        left: calc(50% - 20px);
    }

    .arrow-down-inner {
        width: 0;
        height: 0;
        border-left: 18px solid transparent;
        border-right: 18px solid transparent;
        border-top: 12px solid #fff;
        position: absolute;
        top: -22px;
        left: -18px;
    }

    .fancyTab.active .arrow-down {
        display: block;
    }

    @media (max-width: 1200px) {

        .fancyTab .fa {
            font-size: 36px;
        }

        .fancyTab .hidden-xs {
            font-size: 22px;
        }
    }


    @media (max-width: 992px) {

        .fancyTab .fa {
            font-size: 33px;
        }

        .fancyTab .hidden-xs {
            font-size: 18px;
            font-weight: normal;
        }
    }


    @media (max-width: 768px) {

        .fancyTab > a {
            font-size: 18px;
        }

        .nav > li.fancyTab > a {
            padding: 15px 0;
            margin-bottom: inherit;
        }

        .fancyTab .fa {
            font-size: 30px;
        }

        .nav-tabs > li.fancyTab > a {
            border-right: 1px solid transparent;
            padding-bottom: 0;
        }

        .fancyTab.active .fa {
            color: #333;
        }
    }

/* Source: Views/TuningServices/_TuningEngineDetails.vbhtml */
.stagetitle p {
                -ms-transform: rotate(270deg); /* IE 9 */
                -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
                transform: rotate(270deg);
            }

            .stagetitle {
                background: linear-gradient(to bottom, rgb(206, 47, 71), rgb(150, 20, 40));
                width: 5%;
            }

            .stagedetails {
          
                width: 95%;
            }

/* Source: Views/TuningServices/Index.vbhtml */
.plate {
            font-family: "vrm",sans-serif;
            font-weight: normal;
            text-transform: uppercase;
            font-size: 320%;
            line-height: 1.2;
            text-align: center;
            min-width: 100% !important;
            width: 100% !important;
            margin-bottom: 10px;
            padding: 4px 15px 6px !important;
            border-radius: 5px !important;
            border: 2px solid #FBDA06 !important;
            box-shadow: inset 0px 0px 0px 1px #000, 0px 2px 4px 0px rgb(0 0 0 / 50%) !important;
            background: #FBDA06 !important;
            color: black !important;
        }

/* Source: Views/TuningServices/vehicledetails.vbhtml */
.light {
            background-color: #efefef !important;
            color: #000 !important;
        }

            .light h1, .light h2, .light h3, .light h4, .light h5, .light p, .light table {
                color: #000 !important
            }

            .light a {
                color: #ccc !important
            }

/* Source: Views/TuningServices/vehicledetails.vbhtml */
.LlandowComparison {
            margin-bottom: 30px;
        }

        .LlandowComparison__row {
            clear: both;
        }

        .LlandowComparison__col:nth-child(4n+1) {
            clear: both;
            margin-left: 0;
        }


        .LlandowComparison__col {
            box-sizing: border-box;
            float: left;
            margin: 0 0 2% 2%;
            width: 23.5%;
        }

        .LlandowComparison__number {
            border: 1px solid #d8d8d8;
            border-radius: 4px;
            box-sizing: border-box;
            font-size: 2.0rem;
            height: 78px;
            line-height: 78px;
            padding: 0 20px;
        }


        .LlandowComparison__label-arrow {
            padding: 0 20px;
            height: 78px;
            line-height: 78px;
            margin-right: 35px;
            box-sizing: border-box;
            border-radius: 4px 0 0 4px;
            font-size: 1.9rem;
            font-weight: bolder;
            text-transform: uppercase;
            position: relative;
            background-color: rgba(0,0,0,.2);
        }


            .LlandowComparison__label-arrow:after {
                content: "";
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 39px 0 39px 35px;
                position: absolute;
                top: 0;
                right: -35px;
                border-color: transparent transparent transparent rgba(0,0,0,.2) !important;
            }

        .LlandowComparison .imp {
            background: red;
            font-weight: bolder;
        }


        .LlandowComparison__label {
            font-size: .9rem;
            opacity: .6;
            text-transform: uppercase;
            font-weight: bold;
        }

/* Source: Views/TuningServices/vehicledetails2.vbhtml */
.vehicle-hub {
            background: #f4f5f7;
            color: #111;
        }

        body:not(.is-expanded-menu):not(.primary-menu-open) #header .mobile-menu-off-canvas .menu-container {
            visibility: hidden !important;
            opacity: 0 !important;
            pointer-events: none !important;
        }

        body:not(.is-expanded-menu).primary-menu-open #header .mobile-menu-off-canvas .menu-container {
            visibility: visible !important;
            opacity: 1 !important;
            pointer-events: auto !important;
        }

        .vehicle-hub h1,
        .vehicle-hub h2,
        .vehicle-hub h3,
        .vehicle-hub h4,
        .vehicle-hub h5,
        .vehicle-hub p,
        .vehicle-hub table,
        .vehicle-hub li {
            color: #111 !important;
        }

        .vehicle-hub-panel {
            background: #fff;
            border: 1px solid #d8dce2;
            border-radius: 6px;
            padding: 24px;
            margin-bottom: 24px;
        }

        .vehicle-hub-aside {
            position: sticky;
            top: 82px;
        }

        .vehicle-stat-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px;
        }

        .vehicle-stat {
            background: #f4f5f7;
            border: 1px solid #dde1e7;
            border-radius: 6px;
            padding: 14px;
        }

        .vehicle-stat strong {
            display: block;
            font-size: 1.45rem;
            line-height: 1.1;
        }

        .vehicle-stat span {
            display: block;
            margin-top: 4px;
            color: #555;
            font-size: .86rem;
            text-transform: uppercase;
            letter-spacing: 0;
        }

        .vehicle-performance-card {
            overflow: hidden;
            padding: 0;
        }

        .vehicle-performance-intro {
            display: grid;
            grid-template-columns: 112px minmax(0, 1fr);
            align-items: center;
            gap: 14px;
            padding: 16px;
        }

        .vehicle-performance-hero {
            position: relative;
            overflow: hidden;
            border: 1px solid #dfe4ec;
            border-radius: 6px;
            background: linear-gradient(180deg, #fff 0%, #f4f6f9 100%);
            padding: 7px;
        }

        .vehicle-performance-image {
            display: block;
            width: 100%;
            height: 78px;
            object-fit: contain;
            margin: 0 auto;
        }

        .vehicle-performance-identity {
            min-width: 0;
            padding: 0;
        }

        .vehicle-performance-kicker {
            display: block;
            margin-bottom: 5px;
            color: #606672;
            font-size: .66rem;
            font-weight: 800;
            letter-spacing: 0;
            line-height: 1;
            text-transform: uppercase;
        }

        .vehicle-performance-identity h3 {
            font-size: 1.35rem;
            line-height: 1.05;
        }

        .vehicle-performance-identity p {
            color: #2b313a !important;
            font-size: .88rem;
            line-height: 1.25;
        }

        .vehicle-performance-board {
            overflow: hidden;
            margin-top: 0;
            border-top: 1px solid #d8dce2;
            border-right: 0;
            border-bottom: 0;
            border-left: 0;
            border-radius: 0 0 6px 6px;
            background: #f4f6f9;
        }

        .vehicle-performance-board-head {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            padding: 9px 11px;
            background: #171d24;
            text-align: center;
        }

        .vehicle-performance-board-head span,
        .vehicle-performance-board-head strong {
            color: #fff !important;
            line-height: 1;
            text-transform: uppercase;
        }

        .vehicle-performance-board-head span {
            font-size: .74rem;
            font-weight: 800;
        }

        .vehicle-performance-board-head strong {
            font-size: .68rem;
            font-weight: 800;
        }

        .vehicle-performance-baseline {
            display: grid;
            grid-template-columns: auto minmax(0, 1fr) minmax(0, 1fr);
            align-items: center;
            gap: 8px;
            padding: 9px 11px;
            border-bottom: 1px solid #dfe4ec;
            background: #fff;
        }

        .vehicle-performance-baseline span {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 28px;
            padding: 6px 8px;
            border: 1px solid #dfe4ec;
            border-radius: 999px;
            color: #606672;
            font-size: .66rem;
            font-weight: 800;
            letter-spacing: 0;
            line-height: 1;
            text-transform: uppercase;
        }

        .vehicle-performance-baseline strong {
            color: #111 !important;
            font-size: 1.08rem;
            font-weight: 800;
            line-height: 1;
            text-align: right;
            white-space: nowrap;
        }

        .vehicle-performance-stage-list {
            display: grid;
            gap: 7px;
            padding: 8px;
        }

        .vehicle-performance-stage {
            position: relative;
            overflow: hidden;
            border: 1px solid #dfe4ec;
            border-radius: 6px;
            background: #fff;
            padding: 10px;
        }

        .vehicle-performance-stage:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            height: 4px;
            background: linear-gradient(90deg, #cf2f47, #f0b232);
        }

        .vehicle-performance-stage-head {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 8px;
            margin-bottom: 8px;
            padding-top: 2px;
        }

        .vehicle-performance-stage-head strong,
        .vehicle-performance-stage-head span {
            line-height: 1;
            text-transform: uppercase;
        }

        .vehicle-performance-stage-head strong {
            color: #111 !important;
            font-size: .86rem;
            font-weight: 800;
        }

        .vehicle-performance-stage-head span {
            color: #cf2f47;
            font-size: .64rem;
            font-weight: 800;
            text-align: right;
            white-space: nowrap;
        }

        .vehicle-performance-stage-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 7px;
        }

        .vehicle-performance-output {
            min-width: 0;
            border: 1px solid #edf0f5;
            border-left: 3px solid #cf2f47;
            border-radius: 4px;
            background: #f8fafc;
            padding: 8px;
        }

        .vehicle-performance-output--torque {
            border-left-color: #f0b232;
        }

        .vehicle-performance-output span {
            display: block;
            color: #606672;
            font-size: .6rem;
            font-weight: 800;
            letter-spacing: 0;
            line-height: 1;
            text-transform: uppercase;
        }

        .vehicle-performance-output strong {
            display: block;
            margin-top: 5px;
            color: #111 !important;
            font-size: .95rem;
            font-weight: 800;
            letter-spacing: 0;
            line-height: 1;
            white-space: nowrap;
        }

        .vehicle-performance-output small {
            display: block;
            margin-top: 6px;
            color: #cf2f47;
            font-size: .58rem;
            font-weight: 800;
            letter-spacing: 0;
            line-height: 1.25;
            text-transform: uppercase;
        }

        .vehicle-performance-output--torque small {
            color: #a87316;
        }

        .price-gate-panel {
            padding: 22px;
            color: #fff;
        }

        .price-gate-panel h4,
        .price-gate-panel p {
            color: #fff !important;
        }

        .stage-package-panel {
            overflow: hidden;
            border-color: #d7dde6;
            box-shadow: 0 16px 36px rgba(16, 24, 40, .07);
        }

        .stage-package-header {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(260px, .62fr);
            gap: 18px;
            align-items: end;
            margin-bottom: 18px;
            padding-bottom: 18px;
            border-bottom: 1px solid #e7ebf1;
        }

        .stage-package-header span {
            display: block;
            color: #606672;
            font-size: .78rem;
            font-weight: 800;
            letter-spacing: 0;
            line-height: 1;
            text-transform: uppercase;
        }

        .stage-package-header h2 {
            margin: 5px 0 0;
            color: #111 !important;
            font-size: 1.9rem;
            line-height: 1.05;
        }

        .stage-package-header p {
            margin: 0;
            color: #4d5563 !important;
            font-size: .92rem;
            font-weight: 650;
            line-height: 1.45;
        }

        .stage-package-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 14px;
        }

        .stage-package-card {
            display: flex;
            flex-direction: column;
            position: relative;
            overflow: hidden;
            min-width: 0;
            border: 1px solid #dfe4ec;
            border-radius: 6px;
            background: linear-gradient(180deg, #fff 0%, #fbfcfe 100%);
            padding: 18px;
        }

        .stage-package-card:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            height: 5px;
            background: linear-gradient(90deg, #cf2f47, #f0b232);
        }

        .stage-package-card--stage1plus:before {
            background: linear-gradient(90deg, #171d24, #cf2f47 55%, #f0b232);
        }

        .stage-package-card--wide {
            grid-column: 1 / -1;
        }

        .stage-package-card--custom {
            padding: 20px;
            background: linear-gradient(135deg, #171d24 0%, #222a34 56%, #2b2025 100%);
        }

        .stage-package-card--custom:before {
            background: linear-gradient(90deg, #f0b232, #cf2f47);
        }

        .stage-package-card--custom .stage-package-label {
            border-color: rgba(255, 255, 255, .18);
            background: rgba(255, 255, 255, .08);
            color: #fff;
        }

        .stage-package-card-head {
            padding-top: 5px;
        }

        .stage-package-label {
            display: inline-flex;
            align-items: center;
            min-height: 28px;
            padding: 0 10px;
            border: 1px solid #dfe4ec;
            border-radius: 999px;
            background: #fff;
            color: #cf2f47;
            font-size: .72rem;
            font-weight: 900;
            letter-spacing: 0;
            line-height: 1;
            text-transform: uppercase;
        }

        .stage-package-card h3 {
            margin: 12px 0 8px;
            color: #111 !important;
            font-size: 1.28rem;
            font-weight: 850;
            letter-spacing: 0;
            line-height: 1.12;
        }

        .stage-package-card p {
            margin: 0;
            color: #4d5563 !important;
            font-size: .9rem;
            font-weight: 650;
            line-height: 1.45;
        }

        .stage-package-card--custom h3,
        .stage-package-card--custom .stage-package-list li {
            color: #fff !important;
        }

        .stage-package-card--custom p {
            color: rgba(255, 255, 255, .78) !important;
        }

        .stage-package-price {
            margin-top: 16px;
        }

        .stage-package-price-box {
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto;
            gap: 4px 14px;
            align-items: end;
            border: 1px solid #e0e4ea;
            border-left: 4px solid #cf2f47;
            border-radius: 6px;
            background: #f8fafc;
            padding: 14px;
        }

        .stage-package-price-box span,
        .stage-package-price-box small {
            display: block;
            font-weight: 800;
            letter-spacing: 0;
            line-height: 1.2;
            text-transform: uppercase;
        }

        .stage-package-price-box span {
            color: #606672;
            font-size: .7rem;
        }

        .stage-package-price-box strong {
            grid-row: span 2;
            color: #111 !important;
            font-size: 2rem;
            font-weight: 900;
            letter-spacing: 0;
            line-height: .9;
            text-align: right;
            white-space: nowrap;
        }

        .stage-package-price-box small {
            color: #cf2f47;
            font-size: .72rem;
        }

        .stage-package-price-box--deal {
            display: block;
        }

        .stage-package-price-reveal {
            position: relative;
            display: grid;
            grid-template-columns: minmax(0, .86fr) minmax(0, 1fr);
            gap: 8px;
            align-items: stretch;
            margin: 9px 0 8px;
        }

        .stage-package-price-was,
        .stage-package-price-now {
            position: relative;
            min-width: 0;
            border-radius: 6px;
            padding: 10px 12px;
        }

        .stage-package-price-was {
            border: 1px solid #e0e4ea;
            background: #fff;
            animation: stagePriceWas 1100ms ease 650ms both;
        }

        .stage-package-price-now {
            border: 1px solid rgba(207, 47, 71, .24);
            background: linear-gradient(135deg, rgba(207, 47, 71, .08), rgba(240, 178, 50, .16));
            box-shadow: 0 10px 22px rgba(207, 47, 71, .12);
            opacity: 0;
            transform: translateY(8px) scale(.96);
            animation: stagePriceNow 650ms cubic-bezier(.2, .9, .2, 1) 1050ms forwards;
        }

        .stage-package-price-was:after {
            content: "";
            position: absolute;
            top: 50%;
            left: 9px;
            width: calc(100% - 18px);
            height: 2px;
            border-radius: 999px;
            background: #cf2f47;
            transform: scaleX(0);
            transform-origin: left center;
            animation: stagePriceStrike 420ms ease 950ms forwards;
        }

        .stage-package-price-reveal small,
        .stage-package-price-reveal strong {
            display: block;
            letter-spacing: 0;
            line-height: 1;
            text-transform: uppercase;
        }

        .stage-package-price-reveal small {
            color: #606672;
            font-size: .62rem;
            font-weight: 900;
        }

        .stage-package-price-reveal strong {
            grid-row: auto;
            margin-top: 5px;
            color: #111 !important;
            font-size: 1.62rem;
            font-weight: 950;
            line-height: .95;
            text-align: left;
            white-space: nowrap;
        }

        .stage-package-price-now small {
            color: #cf2f47;
        }

        .stage-package-price-now strong {
            color: #cf2f47 !important;
            font-size: 2.18rem;
        }

        @keyframes stagePriceWas {
            0%, 45% {
                opacity: 1;
                transform: scale(1);
            }
            100% {
                opacity: .58;
                transform: scale(.97);
            }
        }

        @keyframes stagePriceStrike {
            to {
                transform: scaleX(1);
            }
        }

        @keyframes stagePriceNow {
            to {
                opacity: 1;
                transform: translateY(0) scale(1);
            }
        }

        .stage-package-price-box--custom {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
            min-height: 130px;
            border-color: rgba(255, 255, 255, .18);
            border-left-color: #f0b232;
            background: rgba(255, 255, 255, .08);
        }

        .stage-package-price-box--custom span,
        .stage-package-price-box--custom small {
            color: rgba(255, 255, 255, .72);
        }

        .stage-package-price-box--custom strong {
            margin-top: 6px;
            color: #fff !important;
            font-size: 2.15rem;
            text-align: left;
            white-space: normal;
        }

        .stage-package-price-box--custom small {
            margin-top: 4px;
            line-height: 1.35;
            text-transform: none;
        }

        .stage-package-price .price-gate-panel {
            border-radius: 6px;
            background: #cf2f47;
            padding: 18px;
        }

        .stage-package-price .price-gate-panel h4 {
            margin-bottom: 8px !important;
            font-size: 1.05rem;
            line-height: 1.15;
        }

        .stage-package-price .price-gate-panel p {
            font-size: .86rem;
            line-height: 1.35;
        }

        .stage-package-price .price-gate-panel .button {
            margin-top: 8px !important;
            margin-right: 8px !important;
        }

        .stage-package-gains {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 8px;
            margin-top: 12px;
        }

        .stage-package-gains div {
            min-width: 0;
            border: 1px solid #edf0f5;
            border-radius: 6px;
            background: #fff;
            padding: 12px;
        }

        .stage-package-gains span {
            display: block;
            color: #606672;
            font-size: .68rem;
            font-weight: 800;
            letter-spacing: 0;
            line-height: 1;
            text-transform: uppercase;
        }

        .stage-package-gains strong {
            display: block;
            margin-top: 7px;
            color: #111 !important;
            font-size: 1.1rem;
            font-weight: 900;
            letter-spacing: 0;
            line-height: 1.05;
            text-transform: uppercase;
        }

        .stage-package-custom-body {
            display: grid;
            grid-template-columns: minmax(190px, .32fr) minmax(0, 1fr);
            gap: 16px;
            align-items: start;
            margin-top: 16px;
        }

        .stage-package-custom-body .stage-package-list {
            margin-top: 0;
        }

        .stage-package-card--custom .stage-package-list i {
            color: #f0b232;
        }

        .stage-package-card--custom .stage-package-list {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px 16px;
        }

        .stage-package-card--custom .stage-package-list li {
            font-size: .84rem;
            font-weight: 750;
        }

        .stage-package-list {
            display: grid;
            gap: 9px;
            margin: 16px 0 0;
            padding: 0;
            list-style: none;
        }

        .stage-package-list li {
            display: grid;
            grid-template-columns: 19px minmax(0, 1fr);
            gap: 9px;
            align-items: start;
            color: #111 !important;
            font-size: .88rem;
            font-weight: 700;
            line-height: 1.35;
        }

        .stage-package-list i {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-top: 2px;
            color: #cf2f47;
            font-size: .82rem;
            font-style: normal;
            font-weight: 900;
            line-height: 1;
        }

        .stage-package-list i:before {
            content: "\2713";
        }

        .stage-package-options {
            display: grid;
            grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
            gap: 16px;
            align-items: center;
            border-left: 4px solid #cf2f47;
            background: linear-gradient(90deg, #fff 0%, #fbfcfe 100%);
            padding: 16px 18px;
        }

        .stage-package-options:before {
            display: none;
        }

        .stage-package-options strong,
        .stage-package-options span {
            display: block;
            letter-spacing: 0;
        }

        .stage-package-options strong {
            color: #111 !important;
            font-size: .82rem;
            font-weight: 900;
            line-height: 1;
            text-transform: uppercase;
        }

        .stage-package-options span {
            margin-top: 8px;
            color: #525965 !important;
            font-size: .82rem;
            font-weight: 650;
            line-height: 1.4;
        }

        .stage-package-options ul {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 8px;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .stage-package-options li {
            min-width: 0;
            border: 1px solid #e3e8ef;
            border-radius: 6px;
            background: #f8fafc;
            padding: 10px;
            color: #111 !important;
            font-size: .78rem;
            font-weight: 750;
            letter-spacing: 0;
            line-height: 1.32;
        }

        .stage-package-trust-strip {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 12px;
            margin-top: 14px;
            padding-top: 14px;
            border-top: 1px solid #e7ebf1;
        }

        .stage-package-trust-strip div {
            min-width: 0;
            border: 1px solid #dfe4ec;
            border-left: 4px solid #171d24;
            border-radius: 6px;
            background: #f8fafc;
            padding: 14px;
        }

        .stage-package-trust-strip strong,
        .stage-package-trust-strip span {
            display: block;
            color: #111 !important;
            letter-spacing: 0;
        }

        .stage-package-trust-strip strong {
            font-size: .86rem;
            font-weight: 900;
            line-height: 1;
            text-transform: uppercase;
        }

        .stage-package-trust-strip span {
            margin-top: 8px;
            color: #525965 !important;
            font-size: .84rem;
            font-weight: 650;
            line-height: 1.4;
        }

        @media (max-width: 991.98px) {
            .stage-package-header,
            .stage-package-grid,
            .stage-package-options,
            .stage-package-options ul,
            .stage-package-card--custom .stage-package-list,
            .stage-package-trust-strip {
                grid-template-columns: minmax(0, 1fr);
            }
        }

        @media (max-width: 767.98px) {
            .stage-package-header {
                gap: 10px;
                margin-bottom: 14px;
                padding-bottom: 14px;
            }

            .stage-package-header h2 {
                font-size: 1.55rem;
            }

            .stage-package-header p {
                font-size: .84rem;
            }

            .stage-package-card {
                padding: 14px;
            }

            .stage-package-card h3 {
                font-size: 1.1rem;
            }

            .stage-package-card p,
            .stage-package-list li,
            .stage-package-options span,
            .stage-package-options li {
                font-size: .84rem;
            }

            .stage-package-price-box,
            .stage-package-custom-body,
            .stage-package-gains {
                grid-template-columns: minmax(0, 1fr);
            }

            .stage-package-price-reveal {
                grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            }

            .stage-package-price-reveal strong {
                font-size: 1.35rem;
            }

            .stage-package-price-now strong {
                font-size: 1.8rem;
            }

            .stage-package-price-box strong {
                grid-row: auto;
                font-size: 1.65rem;
                text-align: left;
            }

            .stage-package-price-reveal strong {
                font-size: 1.35rem;
            }

            .stage-package-price-now strong {
                font-size: 1.8rem;
            }

            .stage-package-gains strong {
                font-size: 1rem;
            }

            .stage-package-price .price-gate-panel {
                padding: 16px;
            }

            .stage-package-price .price-gate-panel .button {
                width: 100%;
                margin-right: 0 !important;
                text-align: center;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .stage-package-price-was,
            .stage-package-price-now,
            .stage-package-price-was:after {
                animation: none;
            }

            .stage-package-price-was {
                opacity: .58;
                transform: scale(.97);
            }

            .stage-package-price-was:after {
                transform: scaleX(1);
            }

            .stage-package-price-now {
                opacity: 1;
                transform: none;
            }
        }

        .vehicle-power-scope-panel {
            overflow: hidden;
            border-color: #d7dde6;
            box-shadow: 0 16px 36px rgba(16, 24, 40, .07);
        }

        .vehicle-power-scope-header {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 18px;
            margin-bottom: 18px;
        }

        .vehicle-power-scope-header h2 {
            margin: 2px 0 0;
            font-size: 1.9rem;
            line-height: 1.05;
        }

        .vehicle-power-scope-kicker,
        .vehicle-power-scope-rule {
            display: block;
            color: #606672;
            font-size: .78rem;
            font-weight: 700;
            letter-spacing: 0;
            text-transform: uppercase;
        }

        .vehicle-power-scope-rule {
            border: 1px solid #d8dce2;
            border-radius: 999px;
            padding: 6px 10px;
            white-space: nowrap;
        }

        .vehicle-power-scope-list {
            display: grid;
            gap: 12px;
        }

        .vehicle-power-scope-row {
            position: relative;
            display: grid;
            grid-template-columns: minmax(0, 1fr);
            gap: 16px;
            align-items: stretch;
            overflow: hidden;
            border: 1px solid #e0e4ea;
            border-radius: 6px;
            background: linear-gradient(180deg, #fff 0%, #fbfcfe 100%);
            padding: 18px 18px 18px 66px;
        }

        .vehicle-power-scope-note {
            position: relative;
            overflow: hidden;
            border: 1px solid #e0e4ea;
            border-radius: 6px;
            background: linear-gradient(180deg, #fff 0%, #fbfcfe 100%);
            padding: 16px 18px 16px 66px;
        }

        .vehicle-power-scope-note:before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 48px;
            background: linear-gradient(180deg, rgba(207, 47, 71, .14), rgba(240, 178, 50, .18));
        }

        .vehicle-power-scope-note:after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 4px;
            background: linear-gradient(180deg, #cf2f47, #f0b232);
        }

        .vehicle-power-scope-note strong {
            display: block;
            color: #111;
            font-size: .92rem;
            font-weight: 800;
            letter-spacing: 0;
            line-height: 1.2;
        }

        .vehicle-power-scope-note p {
            margin: 6px 0 0;
            color: #4d5563 !important;
            font-size: .86rem;
            line-height: 1.45;
        }

        .vehicle-power-scope-row:before {
            content: none;
        }

        .vehicle-power-scope-stage-rail {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 48px;
            padding: 10px 0;
            background: linear-gradient(180deg, #cf2f47, #f0b232);
            color: #fff;
            font-family: inherit;
            font-size: 1.05rem;
            font-weight: 800;
            letter-spacing: 0;
            line-height: 1;
            text-shadow: 0 1px 1px rgba(17, 24, 39, .22);
            text-transform: uppercase;
            writing-mode: vertical-rl;
            text-orientation: mixed;
            transform: rotate(180deg);
        }

        .vehicle-power-scope-stage-rail:before {
            content: none;
        }

        .vehicle-power-scope-stage,
        .vehicle-power-scope-visual,
        .vehicle-power-scope-summary,
        .vehicle-power-scope-result {
            min-width: 0;
        }

        .vehicle-power-scope-summary {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 18px;
            padding-bottom: 14px;
            border-bottom: 1px solid #e7ebf1;
        }

        .vehicle-power-scope-visual {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 18px;
        }

        .vehicle-power-scope-metric {
            min-width: 0;
        }

        .vehicle-power-scope-metric--torque {
            padding-top: 0;
            padding-left: 18px;
            border-top: 0;
            border-left: 1px solid #e7ebf1;
        }

        .vehicle-power-scope-stage-copy > span {
            display: block;
            color: #606672;
            font-size: .78rem;
            font-weight: 700;
            letter-spacing: 0;
            text-transform: uppercase;
        }

        .vehicle-power-scope-stage-copy small {
            display: block;
            margin-top: 8px;
            color: #111;
            font-size: .95rem;
            font-weight: 800;
            letter-spacing: 0;
            line-height: 1;
            text-transform: uppercase;
        }

        .vehicle-power-scope-axis-labels,
        .vehicle-power-scope-gain-labels {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            color: #606672;
            font-size: .72rem;
            font-weight: 700;
            letter-spacing: 0;
            line-height: 1.2;
            text-transform: uppercase;
        }

        .vehicle-power-scope-axis-labels {
            margin-bottom: 8px;
            align-items: baseline;
        }

        .vehicle-power-scope-axis-labels strong {
            color: #111;
            font-weight: 800;
            text-align: right;
            text-transform: uppercase;
            white-space: nowrap;
        }

        .vehicle-power-scope-gain-labels {
            align-items: flex-start;
            margin-top: 7px;
            font-size: .7rem;
        }

        .vehicle-power-scope-gain-labels span {
            color: #cf2f47;
            font-weight: 800;
        }

        .vehicle-power-scope-gain-labels strong {
            color: #606672;
            font-size: .7rem;
            font-weight: 800;
            text-align: right;
            text-transform: uppercase;
        }

        .vehicle-power-scope-rail {
            position: relative;
            height: 44px;
            overflow: visible;
            background: none;
        }

        .vehicle-power-scope-rail:before {
            content: "";
            position: absolute;
            right: 0;
            left: 0;
            top: 50%;
            height: 6px;
            transform: translateY(-50%);
            border-radius: 999px;
            background: #e8edf4;
            box-shadow: inset 0 1px 2px rgba(16, 24, 40, .08);
        }

        .vehicle-power-scope-rail:after {
            content: "";
            position: absolute;
            right: 0;
            left: 0;
            top: 50%;
            height: 20px;
            transform: translateY(-50%);
            background: repeating-linear-gradient(90deg, transparent 0, transparent calc(10% - 1px), rgba(96, 102, 114, .2) calc(10% - 1px), rgba(96, 102, 114, .2) 10%);
            opacity: .5;
        }

        .vehicle-power-scope-travel {
            position: absolute;
            left: 0;
            top: 50%;
            width: var(--scope-range-end);
            height: 5px;
            transform: translateY(-50%) scaleX(1);
            transform-origin: left center;
            z-index: 1;
            border-radius: 999px;
            background: #737d8d;
            transition: transform 720ms cubic-bezier(.2,.8,.2,1);
        }

        .vehicle-power-scope-rail--torque .vehicle-power-scope-travel {
            width: var(--scope-torque-range-end);
        }

        .vehicle-power-scope-range {
            position: absolute;
            left: var(--scope-range-start);
            top: 50%;
            width: var(--scope-range-width);
            height: 16px;
            transform: translateY(-50%) scaleX(1);
            transform-origin: left center;
            z-index: 2;
            border: 1px solid rgba(255,255,255,.82);
            border-radius: 999px;
            background: linear-gradient(90deg, #cf2f47, #f0b232);
            box-shadow: 0 5px 12px rgba(207, 47, 71, .18), 0 0 0 3px rgba(207, 47, 71, .08);
            transition: transform 720ms cubic-bezier(.2,.8,.2,1);
        }

        .vehicle-power-scope-rail--torque .vehicle-power-scope-range {
            left: var(--scope-torque-range-start);
            width: var(--scope-torque-range-width);
        }

        .vehicle-power-scope-range:after {
            content: "";
            position: absolute;
            right: -1px;
            top: 50%;
            width: 5px;
            height: 26px;
            transform: translateY(-50%);
            border-radius: 999px;
            background: #f0b232;
            box-shadow: 0 0 0 3px rgba(240, 178, 50, .18);
        }

        .vehicle-power-scope-dot {
            position: absolute;
            left: var(--scope-average);
            top: 50%;
            width: 18px;
            height: 18px;
            transform: translate(-50%, -50%);
            z-index: 3;
            border: 3px solid #111;
            border-radius: 999px;
            background: #fff;
            box-shadow: 0 0 0 3px rgba(255,255,255,.9);
            transition: opacity 480ms ease, transform 720ms cubic-bezier(.2,.8,.2,1);
        }

        .vehicle-power-scope-dot--stock {
            left: 0;
            border-color: #606672;
            background: #fff;
            box-shadow: 0 0 0 4px rgba(255,255,255,.94), 0 0 0 8px rgba(96, 102, 114, .14);
        }

        .vehicle-power-scope-result {
            display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: flex-end;
            gap: 18px;
            padding-left: 18px;
            border-left: 1px solid #edf0f5;
            text-align: right;
        }

        .vehicle-power-scope-result-item {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            min-width: 0;
        }

        .vehicle-power-scope-result span {
            color: #cf2f47;
            font-size: .72rem;
            font-weight: 800;
            letter-spacing: 0;
            line-height: 1;
            text-transform: uppercase;
        }

        .vehicle-power-scope-result strong {
            display: block;
            margin-top: 4px;
            color: #111 !important;
            font-size: 2.35rem;
            font-weight: 800;
            letter-spacing: 0;
            line-height: .95;
            white-space: nowrap;
        }

        .vehicle-power-scope-result-item--torque strong {
            font-size: 1.55rem;
        }

        .vehicle-power-scope-result small {
            display: block;
            margin-top: 10px;
            color: #606672;
            font-size: .78rem;
            font-weight: 800;
            letter-spacing: 0;
            line-height: 1.2;
            text-transform: uppercase;
        }

        .vehicle-power-scope-panel--observed:not(.is-visible) .vehicle-power-scope-travel,
        .vehicle-power-scope-panel--observed:not(.is-visible) .vehicle-power-scope-range {
            transform: translateY(-50%) scaleX(0);
        }

        @media (prefers-reduced-motion: reduce) {
            .vehicle-power-scope-travel,
            .vehicle-power-scope-range {
                transition: none;
            }
        }

        .vehicle-dyno-graph-panel {
            overflow: hidden;
            border-color: #d7dde6;
            box-shadow: 0 16px 36px rgba(16, 24, 40, .07);
        }

        .vehicle-dyno-graph-login-panel {
            overflow: hidden;
            border-color: #d7dde6;
            background: linear-gradient(135deg, #fff 0%, #fbfcfe 58%, #fff5f0 100%);
            box-shadow: 0 16px 36px rgba(16, 24, 40, .07);
        }

        .vehicle-dyno-graph-login {
            max-width: 620px;
        }

        .vehicle-dyno-graph-login h2 {
            margin: 2px 0 0;
            color: #111 !important;
            font-size: 1.65rem;
            line-height: 1.08;
        }

        .vehicle-dyno-graph-login p {
            margin: 9px 0 16px;
            color: #4d5563 !important;
            font-size: .92rem;
            line-height: 1.45;
        }

        .vehicle-dyno-graph-header {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 18px;
            margin-bottom: 16px;
        }

        .vehicle-dyno-graph-kicker {
            display: block;
            color: #606672;
            font-size: .78rem;
            font-weight: 700;
            letter-spacing: 0;
            text-transform: uppercase;
        }

        .vehicle-dyno-graph-header h2 {
            margin: 2px 0 0;
            color: #111 !important;
            font-size: 1.9rem;
            line-height: 1.05;
        }

        .vehicle-dyno-graph-header p {
            max-width: 620px;
            margin: 8px 0 0;
            color: #4d5563 !important;
            font-size: .92rem;
            line-height: 1.45;
        }

        .vehicle-dyno-stage-tabs {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-bottom: 14px;
            padding-bottom: 14px;
            border-bottom: 1px solid #e7ebf1;
        }

        .vehicle-dyno-stage-tab {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 38px;
            border: 1px solid #d8dce2;
            border-radius: 999px;
            background: #fff;
            color: #111;
            font-size: .78rem;
            font-weight: 800;
            letter-spacing: 0;
            line-height: 1;
            padding: 0 15px;
            text-transform: uppercase;
            transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
        }

        .vehicle-dyno-stage-tab:hover,
        .vehicle-dyno-stage-tab:focus,
        .vehicle-dyno-stage-tab.is-active {
            border-color: #171d24;
            background: #171d24;
            color: #fff;
            box-shadow: 0 8px 16px rgba(17, 24, 39, .14);
            outline: none;
        }

        .vehicle-dyno-stage-output {
            display: block;
            margin-bottom: 16px;
        }

        .vehicle-dyno-stage-title {
            min-width: 0;
            border: 1px solid #e0e4ea;
            border-left: 4px solid #cf2f47;
            border-radius: 6px;
            background: linear-gradient(180deg, #fff 0%, #fbfcfe 100%);
            padding: 14px 16px;
        }

        .vehicle-dyno-stage-title span {
            display: block;
            color: #111;
            font-size: 1.05rem;
            font-weight: 800;
            letter-spacing: 0;
            line-height: 1;
            text-transform: uppercase;
        }

        .vehicle-dyno-stage-title small {
            display: block;
            margin-top: 8px;
            color: #606672;
            font-size: .76rem;
            font-weight: 700;
            letter-spacing: 0;
            line-height: 1.35;
        }

        .vehicle-dyno-output-chips {
            display: grid;
            grid-template-columns: repeat(2, minmax(180px, 1fr));
            gap: 10px;
        }

        .vehicle-dyno-output-chip {
            min-width: 0;
            border: 1px solid #e0e4ea;
            border-radius: 6px;
            background: #f8fafc;
            padding: 14px;
        }

        .vehicle-dyno-output-chip span,
        .vehicle-dyno-output-chip small {
            display: block;
            font-weight: 800;
            letter-spacing: 0;
            line-height: 1;
            text-transform: uppercase;
        }

        .vehicle-dyno-output-chip span {
            color: #606672;
            font-size: .68rem;
        }

        .vehicle-dyno-output-chip strong {
            display: block;
            margin-top: 7px;
            color: #111 !important;
            font-size: 1.75rem;
            font-weight: 800;
            letter-spacing: 0;
            line-height: .95;
            white-space: nowrap;
        }

        .vehicle-dyno-output-chip small {
            margin-top: 8px;
            color: #cf2f47;
            font-size: .72rem;
        }

        .vehicle-dyno-output-chip--torque small {
            color: #a87316;
        }

        .vehicle-dyno-chart-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 14px;
        }

        .vehicle-dyno-chart-card {
            min-width: 0;
            margin: 0;
            border: 1px solid #e0e4ea;
            border-radius: 6px;
            background: #fff;
            padding: 14px;
        }

        .vehicle-dyno-chart-card figcaption {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 12px;
            margin-bottom: 10px;
        }

        .vehicle-dyno-chart-card figcaption strong {
            color: #111 !important;
            font-size: .95rem;
            font-weight: 800;
            letter-spacing: 0;
            line-height: 1;
            text-transform: uppercase;
        }

        .vehicle-dyno-chart-card figcaption span {
            max-width: 240px;
            color: #606672;
            font-size: .68rem;
            font-weight: 700;
            letter-spacing: 0;
            line-height: 1.25;
            text-align: right;
            text-transform: uppercase;
        }

        .vehicle-dyno-chart-wrap {
            position: relative;
            height: 260px;
            min-height: 260px;
        }

        .vehicle-dyno-legend {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            align-items: center;
            margin-top: 10px;
            color: #606672;
            font-size: .72rem;
            font-weight: 800;
            letter-spacing: 0;
            line-height: 1;
            text-transform: uppercase;
        }

        .vehicle-dyno-legend span {
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }

        .vehicle-dyno-legend-line {
            display: inline-block;
            width: 22px;
            height: 3px;
            border-radius: 999px;
            background: #69717d;
        }

        .vehicle-dyno-legend-band {
            display: inline-block;
            width: 22px;
            height: 9px;
            border-radius: 999px;
            background: linear-gradient(90deg, rgba(207, 47, 71, .22), rgba(240, 178, 50, .32));
            box-shadow: inset 0 0 0 1px rgba(17, 24, 39, .08);
        }

        .vehicle-dyno-legend-line--power {
            background: #cf2f47;
        }

        .vehicle-dyno-legend-line--torque {
            background: #f0b232;
        }

        .vehicle-dyno-legend-band--torque {
            background: linear-gradient(90deg, rgba(240, 178, 50, .32), rgba(207, 47, 71, .2));
        }

        @media (max-width: 767.98px) {
            .vehicle-dyno-graph-header {
                margin-bottom: 14px;
            }

            .vehicle-dyno-graph-header h2 {
                font-size: 1.55rem;
            }

            .vehicle-dyno-graph-header p {
                font-size: .84rem;
            }

            .vehicle-dyno-graph-login h2 {
                font-size: 1.35rem;
            }

            .vehicle-dyno-graph-login p {
                font-size: .84rem;
            }

            .vehicle-dyno-stage-tabs {
                flex-wrap: nowrap;
                overflow-x: auto;
                margin-right: -18px;
                margin-left: -18px;
                padding-right: 18px;
                padding-left: 18px;
            }

            .vehicle-dyno-stage-tab {
                flex: 0 0 auto;
                min-height: 36px;
                padding: 0 13px;
                font-size: .72rem;
            }

            .vehicle-dyno-stage-output,
            .vehicle-dyno-chart-grid {
                grid-template-columns: minmax(0, 1fr);
            }

            .vehicle-dyno-output-chips {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .vehicle-dyno-stage-title,
            .vehicle-dyno-output-chip,
            .vehicle-dyno-chart-card {
                padding: 12px;
            }

            .vehicle-dyno-output-chip strong {
                font-size: 1.35rem;
            }

            .vehicle-dyno-output-chip small {
                font-size: .65rem;
                line-height: 1.2;
            }

            .vehicle-dyno-chart-card figcaption {
                display: block;
            }

            .vehicle-dyno-chart-card figcaption span {
                display: block;
                max-width: none;
                margin-top: 5px;
                text-align: left;
            }

            .vehicle-dyno-chart-wrap {
                height: 230px;
                min-height: 230px;
            }
        }

        .LlandowComparison {
            margin-bottom: 30px;
        }

        .LlandowComparison__row {
            clear: both;
        }

        .LlandowComparison__col:nth-child(4n+1) {
            clear: both;
            margin-left: 0;
        }

        .LlandowComparison__col {
            box-sizing: border-box;
            float: left;
            margin: 0 0 2% 2%;
            width: 23.5%;
        }

        .LlandowComparison__number {
            border: 1px solid #d8d8d8;
            border-radius: 4px;
            box-sizing: border-box;
            font-size: 2.0rem;
            height: 78px;
            line-height: 78px;
            padding: 0 20px;
            background: #fff;
        }

        .LlandowComparison__label-arrow {
            padding: 0 20px;
            height: 78px;
            line-height: 78px;
            margin-right: 35px;
            box-sizing: border-box;
            border-radius: 4px 0 0 4px;
            font-size: 1.45rem;
            font-weight: 700;
            text-transform: uppercase;
            position: relative;
            background-color: rgba(0,0,0,.12);
        }

        .LlandowComparison__label-arrow:after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 39px 0 39px 35px;
            position: absolute;
            top: 0;
            right: -35px;
            border-color: transparent transparent transparent rgba(0,0,0,.12) !important;
        }

        .LlandowComparison .imp {
            background: #cf2f47;
            color: #fff;
            font-weight: 700;
        }

        .LlandowComparison .imp span,
        .LlandowComparison .imp div {
            color: #fff !important;
        }

        .LlandowComparison__label {
            font-size: .9rem;
            opacity: .72;
            text-transform: uppercase;
            font-weight: 700;
        }

        @media (max-width: 767.98px) {
            .vehicle-hub-panel {
                padding: 18px;
            }

            .vehicle-hub-aside {
                position: static;
            }

            .vehicle-performance-card {
                padding: 0;
            }

            .vehicle-performance-intro {
                grid-template-columns: 96px minmax(0, 1fr);
                gap: 12px;
                padding: 14px;
            }

            .vehicle-performance-hero {
                padding: 6px;
            }

            .vehicle-performance-image {
                height: 68px;
            }

            .vehicle-performance-identity h3 {
                font-size: 1.14rem;
            }

            .vehicle-performance-identity p {
                font-size: .78rem;
            }

            .vehicle-performance-board-head,
            .vehicle-performance-baseline {
                padding-right: 10px;
                padding-left: 10px;
            }

            .vehicle-performance-stage-list {
                padding: 8px;
            }

            .vehicle-performance-stage {
                padding: 10px;
            }

            .vehicle-performance-stage-grid {
                gap: 6px;
            }

            .vehicle-performance-output {
                padding: 7px;
            }

            .vehicle-performance-output strong {
                font-size: .9rem;
            }

            .vehicle-power-scope-header {
                align-items: stretch;
                flex-direction: column;
                gap: 10px;
                margin-bottom: 14px;
            }

            .vehicle-power-scope-header h2 {
                font-size: 1.72rem;
            }

            .vehicle-power-scope-rule {
                align-self: flex-start;
            }

            .vehicle-power-scope-row {
                grid-template-columns: minmax(0, 1fr);
                gap: 14px;
                padding: 16px 14px 16px 56px;
            }

            .vehicle-power-scope-note {
                padding: 14px 14px 14px 56px;
            }

            .vehicle-power-scope-note:before {
                width: 42px;
            }

            .vehicle-power-scope-note strong {
                font-size: .86rem;
            }

            .vehicle-power-scope-note p {
                font-size: .8rem;
            }

            .vehicle-power-scope-stage-rail {
                width: 42px;
                font-size: .92rem;
            }

            .vehicle-power-scope-summary {
                display: grid;
                grid-template-columns: minmax(0, 1fr) auto;
                gap: 14px 12px;
                padding-bottom: 14px;
            }

            .vehicle-power-scope-stage {
                align-self: start;
            }

            .vehicle-power-scope-stage-copy small {
                margin-top: 7px;
                font-size: .86rem;
            }

            .vehicle-power-scope-visual {
                grid-template-columns: minmax(0, 1fr);
                gap: 12px;
                padding-top: 0;
                border-top: 0;
            }

            .vehicle-power-scope-metric--torque {
                padding-top: 12px;
                padding-left: 0;
                border-top: 1px solid #e7ebf1;
                border-left: 0;
            }

            .vehicle-power-scope-axis-labels {
                font-size: .68rem;
            }

            .vehicle-power-scope-gain-labels {
                display: grid;
                grid-template-columns: minmax(0, 1fr);
                font-size: .66rem;
            }

            .vehicle-power-scope-gain-labels strong {
                display: none;
            }

            .vehicle-power-scope-result {
                align-self: start;
                flex-direction: column;
                gap: 10px;
                min-width: 116px;
                padding-left: 12px;
            }

            .vehicle-power-scope-result strong {
                font-size: 2.1rem;
            }

            .vehicle-power-scope-result-item--torque strong {
                font-size: 1.35rem;
            }

            .vehicle-power-scope-result small {
                margin-top: 7px;
                font-size: .68rem;
            }

            .LlandowComparison__col {
                width: 48%;
                margin-left: 0;
                margin-right: 2%;
            }

            .LlandowComparison__label-arrow,
            .LlandowComparison__number {
                height: auto;
                min-height: 58px;
                line-height: 1.2;
                padding: 14px;
                font-size: 1.1rem;
            }

            .LlandowComparison__label-arrow:after {
                display: none;
            }
        }

/* Source: Views/TuningServices/vehiclemodelgenerations.vbhtml */
.plate {
            font-family: "vrm",sans-serif;
            font-weight: normal;
            text-transform: uppercase;
            font-size: 320%;
            line-height: 1.2;
            text-align: center;
            min-width: 100% !important;
            width: 100% !important;
            margin-bottom: 10px;
            padding: 4px 15px 6px !important;
            border-radius: 5px !important;
            border: 2px solid #FBDA06 !important;
            box-shadow: inset 0px 0px 0px 1px #000, 0px 2px 4px 0px rgb(0 0 0 / 50%) !important;
            background: #FBDA06 !important;
            color: black !important;
        }

/* Source: Views/TuningServices/vehiclemodelgenerations.vbhtml */
.vehiclemodelbox1 {
        border: 1px solid #000;
        background-image: radial-gradient(ellipse farthest-corner at 0 10%, #f7f7f7 30%, #a1a1a1 70%, #c1c1c1 45%);
        color: black;
        border-radius: 10px;
        margin-top: 15px;
        display: block;
        text-align: left;
        line-height: 60px;
        vertical-align: middle;
        padding-left: 10px;
        filter: drop-shadow(2px 2px 4px #000);
    }

        .vehiclemodelbox1 a {
            color: black;
            font-size: 20px;
            font-weight: bold;
        }

            .vehiclemodelbox1 a:hover, .vehiclemodelbox1:hover a {
                color: blue !important;
                cursor:;
            }

        .vehiclemodelbox1:hover {
            color: blue !important;
            background-image: radial-gradient(ellipse farthest-corner at 0 10%, #f1f1f1 30%, #b0b0b0 70%, #efefef 45%);
        }

/* Source: Views/TuningServices/vehiclemodels.vbhtml */
.plate {
            font-family: "vrm",sans-serif;
            font-weight: normal;
            text-transform: uppercase;
            font-size: 320%;
            line-height: 1.2;
            text-align: center;
            min-width: 100% !important;
            width: 100% !important;
            margin-bottom: 10px;
            padding: 4px 15px 6px !important;
            border-radius: 5px !important;
            border: 2px solid #FBDA06 !important;
            box-shadow: inset 0px 0px 0px 1px #000, 0px 2px 4px 0px rgb(0 0 0 / 50%) !important;
            background: #FBDA06 !important;
            color: black !important;
        }

/* Source: Views/TuningServices/vehiclemodels.vbhtml */
.vehiclemodelbox1 {
        border: 1px solid #000;
        background-image: radial-gradient(ellipse farthest-corner at 0 10%, #f7f7f7 30%, #a1a1a1 70%, #c1c1c1 45%);
        color: black;
        border-radius: 10px;
        margin-top: 15px;
        display: block;
        text-align: left;
        line-height: 60px;
        vertical-align: middle;
        padding-left: 10px;
        filter: drop-shadow(2px 2px 4px #000);
    }

        .vehiclemodelbox1 a {
            color: black;
            font-size: 20px;
            font-weight: bold;
        }

            .vehiclemodelbox1 a:hover, .vehiclemodelbox1:hover a {
                color: blue !important;
                cursor:;
            }

        .vehiclemodelbox1:hover {
            color: blue !important;
            background-image: radial-gradient(ellipse farthest-corner at 0 10%, #f1f1f1 30%, #b0b0b0 70%, #efefef 45%);
        }

/* Source: Views/TuningServices/vehiclepowertrains.vbhtml */
.plate {
            font-family: "vrm",sans-serif;
            font-weight: normal;
            text-transform: uppercase;
            font-size: 320%;
            line-height: 1.2;
            text-align: center;
            min-width: 100% !important;
            width: 100% !important;
            margin-bottom: 10px;
            padding: 4px 15px 6px !important;
            border-radius: 5px !important;
            border: 2px solid #FBDA06 !important;
            box-shadow: inset 0px 0px 0px 1px #000, 0px 2px 4px 0px rgb(0 0 0 / 50%) !important;
            background: #FBDA06 !important;
            color: black !important;
        }

/* Source: Views/TuningServices/vehiclepowertrains.vbhtml */
.powertrain-page {
        background: #f4f4f4;
        color: #111;
        padding: 34px 0 48px;
    }

    .powertrain-intro {
        align-items: flex-end;
        border-bottom: 1px solid #d8d8d8;
        display: flex;
        gap: 18px;
        justify-content: space-between;
        margin-bottom: 20px;
        padding-bottom: 18px;
    }

    .powertrain-heading {
        flex: 1;
        text-align: right;
    }

    .powertrain-eyebrow {
        color: #6b6b6b;
        display: block;
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .powertrain-intro h3 {
        color: #111;
        margin: 3px 0 2px;
        font-size: clamp(1.55rem, 2.6vw, 2.35rem);
        font-weight: 800;
        letter-spacing: 0;
        line-height: 1.08;
        text-transform: none;
    }

    .powertrain-back-link {
        align-items: center;
        background: #fff;
        border: 1px solid #cfcfcf;
        color: #111;
        display: inline-flex;
        font-size: 0.86rem;
        font-weight: 700;
        justify-content: center;
        letter-spacing: 0;
        min-height: 42px;
        padding: 0 18px;
        text-decoration: none;
        text-transform: uppercase;
        transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
    }

    .powertrain-back-link:hover,
    .powertrain-back-link:focus {
        background: #111;
        border-color: #111;
        color: #fff;
        text-decoration: none;
    }

    .powertrain-fuel-section {
        margin-bottom: 30px;
    }

    .powertrain-fuel-header {
        align-items: center;
        border-bottom: 2px solid #fe9603;
        display: flex;
        gap: 12px;
        justify-content: space-between;
        margin-bottom: 14px;
        padding-bottom: 9px;
    }

    .powertrain-fuel-header h4 {
        color: #111;
        margin: 0;
        font-size: 22px;
        font-weight: 700;
    }

    .powertrain-count {
        background: #f2f2f2;
        border: 1px solid #ddd;
        border-radius: 999px;
        color: #333;
        font-size: 13px;
        font-weight: 700;
        padding: 5px 10px;
        white-space: nowrap;
    }

    .powertrain-grid {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .powertrain-model-group {
        margin-bottom: 18px;
    }

    .powertrain-model-group:last-child {
        margin-bottom: 0;
    }

    .powertrain-model-group-title {
        align-items: center;
        display: flex;
        gap: 10px;
        margin: 12px 0 10px;
    }

    .powertrain-model-group-title:after {
        border-bottom: 1px solid #d8d8d8;
        content: "";
        flex: 1 1 auto;
    }

    .powertrain-model-group-title h5 {
        color: #111;
        font-size: 15px;
        font-weight: 800;
        line-height: 1.2;
        margin: 0;
    }

    .powertrain-card {
        height: 100%;
    }

    .powertrain-card a {
        align-items: flex-start;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 6px;
        color: #1b1b1b;
        display: flex;
        gap: 14px;
        height: 100%;
        min-height: 120px;
        padding: 14px;
        text-align: left;
        transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
    }

    .powertrain-card a:hover {
        border-color: #fe9603;
        box-shadow: 0 8px 18px rgba(0, 0, 0, .11);
        color: #000;
        text-decoration: none;
        transform: translateY(-1px);
    }

    .powertrain-logo {
        flex: 0 0 44px;
        width: 44px;
    }

    .powertrain-card-body {
        min-width: 0;
    }

    .powertrain-model {
        color: #666;
        display: block;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.35;
        text-transform: uppercase;
    }

    .powertrain-name {
        display: block;
        font-size: 17px;
        font-weight: 800;
        line-height: 1.3;
        margin-top: 4px;
    }

    .powertrain-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        margin-top: 10px;
    }

    .powertrain-meta span {
        background: #f7f7f7;
        border: 1px solid #e4e4e4;
        border-radius: 4px;
        color: #333;
        font-size: 12px;
        font-weight: 700;
        padding: 3px 6px;
    }

    @media (max-width: 575.98px) {
        .powertrain-intro {
            align-items: stretch;
            flex-direction: column-reverse;
        }

        .powertrain-heading {
            text-align: left;
        }

        .powertrain-back-link {
            width: 100%;
        }

        .powertrain-fuel-header {
            align-items: flex-start;
            flex-direction: column;
        }

        .powertrain-card a {
            min-height: 0;
        }

        .powertrain-model-group-title {
            align-items: center;
        }
    }

