:root {
    --mg-black: #101113;
    --mg-gray: #6f747b;
    --mg-line: #e7e8ea;
    --mg-soft: #f5f6f8;
    --mg-red: #b61122;
}

body {
    color: var(--mg-black);
    font-family: Arial, Helvetica, sans-serif;
    background: #fff;
}

a {
    color: inherit;
    text-decoration: none;
}

.site-header {
    background: #fff;
    border-bottom: 1px solid rgba(16, 17, 19, .08);
    box-shadow: none;
}

.top-contact-bar {
    border-top: 2px solid #78a978;
    border-bottom: 1px solid #dde1e6;
    background: #fff;
}

.top-contact-inner {
    display: flex;
    height: 42px;
    align-items: stretch;
    justify-content: space-between;
}

.top-social,
.top-quick-links {
    display: flex;
    align-items: stretch;
}

.top-social a,
.top-quick-links a {
    display: inline-flex;
    min-width: 39px;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #dde1e6;
    color: #071a3d;
    font-size: 13px;
    font-weight: 700;
    transition: color .2s ease, background .2s ease;
}

.top-quick-links a {
    min-width: auto;
    padding: 0 16px;
    font-size: 12px;
}

.top-quick-links a:last-child {
    border-right: 0;
}

.top-quick-links a:hover,
.top-social a:hover {
    color: var(--mg-red);
    background: #f8f9fb;
}

.top-quick-links .whatsapp-link {
    color: #11bf52;
    gap: 6px;
}

.main-navigation {
    height: 78px;
    padding: 0;
}

.main-navigation .container-fluid {
    height: 100%;
}

.navbar-brand {
    min-width: 210px;
    padding: 0;
}

.brand-mark {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 2px solid #858b94;
    border-radius: 50%;
    color: #343943;
    font-weight: 800;
    font-size: 17px;
    letter-spacing: 0;
}

.brand-logo-img {
    display: block;
    width: auto;
    height: 52px;
    max-width: 360px;
    object-fit: contain;
}

.brand-text strong,
.brand-text small {
    display: block;
    line-height: 1.05;
}

.brand-text strong {
    color: #010b21;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.brand-text small {
    color: #657083;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.navbar-nav .nav-link {
    color: #06183a;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    padding: 8px 8px;
    text-transform: uppercase;
}

.navbar-nav .nav-link:hover,
.lang-switch {
    color: var(--mg-red);
}

.navbar-nav .nav-link.nav-offers-active {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-right: 22px;
    padding-left: 10px;
    border-radius: 999px;
    color: var(--mg-red);
    background: rgba(182, 17, 34, .06);
    animation: offersBlink 2.8s ease-in-out infinite;
}

.navbar-nav .nav-link.nav-offers-active.nav-offers-flash {
    color: var(--mg-red) !important;
    background: rgba(182, 17, 34, .12) !important;
    box-shadow: 0 0 0 5px rgba(182, 17, 34, .04), 0 8px 18px rgba(182, 17, 34, .1);
}

.navbar-nav .nav-link.nav-offers-active::after {
    position: absolute;
    right: 7px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--mg-red);
    box-shadow: 0 0 0 0 rgba(182, 17, 34, .36);
    content: "";
    transform: translateY(-50%);
    animation: offersPulse 2.8s ease-in-out infinite;
}

@keyframes offersBlink {
    0%, 100% {
        color: var(--mg-red);
        background: rgba(182, 17, 34, .06);
        box-shadow: 0 0 0 0 rgba(182, 17, 34, 0);
    }
    50% {
        color: var(--mg-red);
        background: rgba(182, 17, 34, .14);
        box-shadow: 0 0 0 5px rgba(182, 17, 34, .05), 0 8px 18px rgba(182, 17, 34, .12);
    }
}

@keyframes offersPulse {
    0%,
    100% {
        opacity: 1;
        transform: translateY(-50%) scale(1);
        box-shadow: 0 0 0 0 rgba(182, 17, 34, .36);
    }
    50% {
        opacity: .7;
        transform: translateY(-50%) scale(.88);
        box-shadow: 0 0 0 7px rgba(182, 17, 34, 0);
    }
}

.dropdown-menu {
    border: 1px solid #dde1e6;
    border-radius: 0;
    box-shadow: 0 18px 36px rgba(16, 17, 19, .09);
}

.dropdown-item {
    color: #0d1f42;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 18px;
    text-transform: uppercase;
}

.dropdown-item:hover {
    color: var(--mg-red);
    background: #f4f5f7;
}

.hero-slide {
    position: relative;
    display: block;
    min-height: 0;
    height: auto;
    aspect-ratio: 3.2 / 1;
    background: #f5f8fb;
}

.hero-slide::before {
    display: none;
}

.hero-slider,
.hero-slider .carousel-item {
    height: auto;
    aspect-ratio: 3.2 / 1;
    background: #f5f8fb;
}

.hero-slider img,
.carousel-item img,
.slider-image {
    width: 100%;
    height: 100%;
    aspect-ratio: 3.2 / 1;
    object-fit: contain;
    object-position: center center;
    display: block;
}

.hero-content {
    display: none;
}

.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next {
    display: none;
}

.hero-slider .carousel-indicators {
    bottom: 14px;
    margin-bottom: 0;
}

.hero-slider .carousel-indicators [data-bs-target] {
    width: 14px;
    height: 14px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .78);
    opacity: 1;
}

.hero-slider .carousel-indicators .active {
    width: 34px;
    background: #fff;
}

.eyebrow,
.section-heading span,
.dealer-info span,
.cta-grid span {
    color: var(--mg-red);
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.hero-content h1 {
    font-size: clamp(42px, 7vw, 86px);
    font-weight: 800;
    line-height: 1;
    margin-bottom: 20px;
}

.hero-content p {
    color: rgba(255, 255, 255, .88);
    font-size: 20px;
    max-width: 620px;
}

.section-pad {
    padding: 90px 0;
}

.bg-soft {
    background: var(--mg-soft);
}

.section-heading {
    margin-bottom: 42px;
    text-align: center;
}

.section-heading h2,
.dealer-info h2 {
    font-size: clamp(30px, 4vw, 52px);
    font-weight: 800;
}

.section-heading p {
    color: var(--mg-gray);
    font-size: 18px;
}

.vehicle-card,
.feature-card,
.why-box,
.testimonial-card,
.dealer-info,
.admin-panel {
    border: 1px solid var(--mg-line);
    border-radius: 8px;
    background: #fff;
    transition: transform .25s ease, box-shadow .25s ease;
}

.vehicle-card:hover,
.feature-card:hover,
.why-box:hover {
    box-shadow: 0 20px 45px rgba(16, 17, 19, .1);
    transform: translateY(-4px);
}

.vehicle-card img,
.feature-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    background: #e9ecef;
    border-radius: 8px 8px 0 0;
}

.vehicle-card-body,
.feature-card {
    padding: 26px;
}

.vehicle-card-body span,
.spec-row {
    color: var(--mg-gray);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.vehicle-card h3,
.feature-card h3,
.why-box h3 {
    font-size: 24px;
    font-weight: 800;
    margin: 10px 0;
}

.vehicle-card p,
.feature-card p,
.why-box p,
.footer-premium p {
    color: var(--mg-gray);
}

.vehicle-card a {
    color: var(--mg-red);
    font-weight: 800;
}

.explore-gallery {
    margin-top: 74px;
}

.explore-gallery-head {
    display: grid;
    grid-template-columns: minmax(260px, 380px) 1fr;
    gap: 40px;
    align-items: start;
    margin-bottom: 34px;
}

.explore-gallery-head span {
    display: block;
    margin-bottom: 10px;
    color: #a8adb5;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.explore-gallery-head h2 {
    margin: 0;
    color: #101113;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.06;
    text-transform: uppercase;
}

.explore-gallery-head h2 strong,
.explore-gallery-head h2 b {
    font-weight: 900;
}

.explore-gallery-head p {
    max-width: 820px;
    margin: 0;
    color: #343943;
    font-size: 17px;
    line-height: 1.65;
}

.explore-category-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.explore-category-tabs button {
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid var(--mg-line);
    border-radius: 999px;
    color: #343943;
    background: #fff;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.explore-category-tabs button.is-active,
.explore-category-tabs button:hover {
    border-color: var(--mg-red);
    color: #fff;
    background: var(--mg-red);
}

.explore-carousel {
    position: relative;
}

.explore-carousel-viewport {
    overflow-x: hidden;
    overflow-y: hidden;
}

.explore-carousel-track {
    display: flex;
    gap: 24px;
    transition: transform .45s ease;
}

.explore-gallery-card {
    position: relative;
    flex: 0 0 100%;
    min-width: 0;
    aspect-ratio: 16 / 9;
    min-height: 360px;
    max-height: 680px;
    overflow: hidden;
    border-radius: 8px;
    background: #101113;
    box-shadow: 0 18px 40px rgba(16, 17, 19, .12);
}

.explore-gallery-card.is-hidden {
    display: none;
}

.explore-gallery-card.is-active {
    box-shadow: 0 24px 55px rgba(16, 17, 19, .18);
}

.explore-gallery-card img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    object-position: center;
    transition: transform .35s ease, filter .35s ease;
}

.explore-gallery-card::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, .78) 100%);
}

.explore-gallery-label {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    z-index: 1;
    color: #fff;
}

.explore-gallery-label strong,
.explore-gallery-label small {
    display: block;
}

.explore-gallery-label strong {
    font-size: 19px;
    font-weight: 900;
    line-height: 1.15;
}

.explore-gallery-label small {
    margin-top: 4px;
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.explore-gallery-card:hover img {
    filter: saturate(1.05) contrast(1.05);
    transform: scale(1.01);
}

.explore-carousel-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50%;
    color: #fff;
    background: rgba(16, 17, 19, .72);
    transform: translateY(-50%);
    transition: background .2s ease, transform .2s ease;
}

.explore-carousel-nav:hover {
    background: var(--mg-red);
    transform: translateY(-50%) scale(1.04);
}

.explore-carousel-prev {
    left: 18px;
}

.explore-carousel-next {
    right: 18px;
}

.explore-gallery-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
}

.explore-gallery-dots button {
    width: 16px;
    height: 16px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #d1d5db;
    transition: width .2s ease, background .2s ease;
}

.explore-gallery-dots button.is-active {
    width: 46px;
    background: var(--mg-red);
}

.explore-gallery-empty {
    display: none;
    padding: 24px;
    margin-top: 20px;
    border: 1px solid var(--mg-line);
    border-radius: 8px;
    color: var(--mg-gray);
    background: #fff;
    text-align: center;
}

.explore-gallery-empty.is-visible {
    display: block;
}

.phev-feature-gallery {
    position: relative;
    margin-top: 86px;
    padding: 10px 0 28px;
    color: #08090b;
}

.phev-feature-gallery::before {
    display: block;
    width: 82px;
    height: 4px;
    margin: 0 auto 54px;
    border-radius: 999px;
    background: var(--mg-red);
    content: "";
}

.phev-feature {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr);
    align-items: center;
    gap: 0;
    width: min(100%, 1120px);
    margin: 0 auto 86px;
    border: 1px solid rgba(16, 17, 19, .08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(16, 17, 19, .08);
}

.phev-feature-media {
    position: relative;
    overflow: hidden;
    align-self: start;
    border-radius: 8px 0 0 8px;
    background: #eef1f4;
}

.phev-feature-media img,
.phev-feature-media video {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    object-fit: cover;
    transition: transform .35s ease, filter .35s ease;
}

.phev-feature:hover .phev-feature-media img,
.phev-feature:hover .phev-feature-media video {
    filter: saturate(1.04) contrast(1.03);
    transform: scale(1.025);
}

.phev-feature-copy {
    position: relative;
    z-index: 1;
    max-width: none;
    padding: 48px;
}

.phev-feature-copy span,
.phev-info-copy span {
    display: block;
    margin-bottom: 12px;
    color: var(--mg-red);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.phev-feature-copy h2,
.phev-info-copy h2 {
    margin: 0 0 18px;
    font-size: clamp(32px, 3.4vw, 54px);
    font-weight: 900;
    line-height: .98;
    letter-spacing: -.02em;
}

.phev-feature-copy p,
.phev-info-copy p,
.phev-info-copy small {
    color: #6f747b;
    font-size: 16px;
    line-height: 1.8;
}

.phev-discover-link {
    display: inline-flex;
    min-width: 142px;
    height: 38px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
    border: 1px solid rgba(16, 17, 19, .35);
    border-radius: 999px;
    color: #1b1d21;
    background: #fff;
    font-size: 12px;
    font-weight: 900;
    transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.phev-discover-link:hover {
    border-color: var(--mg-red);
    color: #fff;
    background: var(--mg-red);
    transform: translateY(-2px);
}

.phev-feature-center {
    display: block;
    max-width: 980px;
    padding: 0;
}

.phev-feature-center .phev-feature-media {
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.phev-feature-center .phev-feature-copy {
    width: min(100%, 760px);
    margin: 0 auto;
    padding: 42px 48px 50px;
    text-align: center;
}

.phev-feature-wide .phev-feature-media {
    grid-column: 1 / -1;
    min-height: 0;
    border-radius: 8px;
}

.phev-feature-wide .phev-feature-copy {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 660px;
    margin: 0;
    padding: 58px;
    color: #fff;
    text-align: left;
}

.phev-feature-wide {
    display: block;
    overflow: hidden;
    border: 0;
    background: #101113;
}

.phev-feature-wide .phev-feature-media::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, .16) 58%, rgba(0, 0, 0, .54));
    content: "";
}

.phev-feature-wide .phev-feature-copy p,
.phev-feature-wide .phev-feature-copy span {
    color: rgba(255, 255, 255, .78);
}

.phev-feature-wide .phev-feature-copy span {
    color: #fff;
}

.phev-feature-wide .phev-discover-link {
    border-color: rgba(255, 255, 255, .58);
    color: #fff;
    background: transparent;
}

.phev-hero-stats {
    position: absolute;
    right: 34px;
    bottom: 34px;
    left: auto;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
    color: #fff;
}

.phev-hero-stats span {
    min-width: 132px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 8px;
    background: rgba(0, 0, 0, .38);
    backdrop-filter: blur(12px);
    font-size: 13px;
    font-weight: 900;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .55);
}

.phev-feature-split {
    grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr);
    align-items: center;
    gap: 0;
}

.phev-feature-split .phev-feature-media {
    order: 0;
    border-radius: 8px 0 0 8px;
}

.phev-feature-split .phev-feature-copy {
    order: 1;
    text-align: left;
}

.phev-feature-split-reverse {
    grid-template-columns: minmax(320px, .78fr) minmax(0, 1fr);
}

.phev-feature-split-reverse .phev-feature-media {
    order: 2;
    border-radius: 0 8px 8px 0;
}

.phev-feature-split-reverse .phev-feature-copy {
    order: 1;
    text-align: left;
}

.phev-feature-split .phev-feature-media img,
.phev-feature-split .phev-feature-media video {
    min-height: 0;
}

.phev-feature-split-reverse .phev-feature-media img,
.phev-feature-split-reverse .phev-feature-media video {
    min-height: 0;
}

.phev-feature-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 26px;
}

.phev-feature-points strong {
    padding: 14px;
    border-left: 3px solid var(--mg-red);
    border-radius: 0 8px 8px 0;
    color: #25282e;
    background: #f5f6f8;
    font-size: 13px;
    line-height: 1.35;
}

.phev-info-panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(340px, .9fr) minmax(360px, 1.1fr);
    align-items: center;
    gap: 50px;
    width: min(100%, 1120px);
    margin: 10px auto 0;
    padding: 68px;
    overflow: hidden;
    border: 1px solid rgba(16, 17, 19, .08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(16, 17, 19, .08);
}

.phev-info-panel::before {
    position: absolute;
    top: -90px;
    right: -130px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(182, 17, 34, .13), transparent 68%);
    content: "";
}

.phev-info-copy h3 {
    margin: 34px 0 6px;
    color: #13213a;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.15;
}

.phev-info-copy ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 18px;
    margin: 36px 0 34px;
    padding: 0;
    color: #0b1222;
    font-size: 14px;
    line-height: 1.45;
    list-style: none;
}

.phev-info-copy li {
    position: relative;
    padding-left: 20px;
}

.phev-info-copy li::before {
    position: absolute;
    top: .55em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--mg-red);
    content: "";
}

.phev-info-car img,
.phev-info-car video {
    position: relative;
    z-index: 1;
    width: 100%;
    max-height: 430px;
    object-fit: contain;
    filter: drop-shadow(0 28px 26px rgba(16, 17, 19, .18));
}

.phev-info-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.phev-feature-gallery {
    padding-bottom: 52px;
}

.phev-feature {
    grid-template-columns: minmax(340px, 42%) minmax(420px, 58%);
    align-items: stretch;
    width: min(100%, 1220px);
    min-height: 470px;
    overflow: hidden;
    margin-bottom: 62px;
    border-radius: 8px;
    background: #fff;
}

.phev-feature-media {
    align-self: stretch;
    min-height: 100%;
    border-radius: 0 8px 8px 0;
}

.phev-feature-media img,
.phev-feature-media video {
    width: 100%;
    height: 100%;
    min-height: 470px;
    object-fit: cover;
    object-position: center;
}

.phev-feature-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: clamp(42px, 4vw, 70px);
}

.phev-feature-copy h2 {
    max-width: 470px;
    font-size: clamp(42px, 4.4vw, 66px);
    line-height: .95;
}

.phev-feature-copy p {
    display: -webkit-box;
    max-width: 520px;
    overflow: hidden;
    color: #5e6978;
    font-size: 16px;
    line-height: 1.75;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 11;
}

.phev-discover-link {
    flex: 0 0 auto;
    margin-top: 28px;
}

.phev-feature-split,
.phev-feature-split-reverse,
.phev-feature-center {
    display: grid;
    grid-template-columns: minmax(340px, 42%) minmax(420px, 58%);
}

.phev-feature-split .phev-feature-copy,
.phev-feature-split-reverse .phev-feature-copy,
.phev-feature-center .phev-feature-copy {
    order: 1;
    text-align: left;
}

.phev-feature-split .phev-feature-media,
.phev-feature-split-reverse .phev-feature-media,
.phev-feature-center .phev-feature-media {
    order: 2;
    width: auto;
    border-radius: 0 8px 8px 0;
}

.phev-feature-wide {
    min-height: 560px;
}

.phev-feature-wide .phev-feature-media {
    min-height: 560px;
}

.phev-feature-wide .phev-feature-media img,
.phev-feature-wide .phev-feature-media video {
    min-height: 560px;
}

.phev-feature-wide .phev-feature-copy {
    display: block;
    justify-content: initial;
    padding: 58px;
}

.phev-feature-media {
    display: grid;
    place-items: center;
    aspect-ratio: var(--media-ratio, auto);
    background: #0b0d10;
}

.phev-feature-media img,
.phev-feature-media video,
.phev-feature-split .phev-feature-media img,
.phev-feature-split .phev-feature-media video,
.phev-feature-split-reverse .phev-feature-media img,
.phev-feature-split-reverse .phev-feature-media video,
.phev-feature-wide .phev-feature-media img,
.phev-feature-wide .phev-feature-media video {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    object-fit: contain;
    object-position: center;
}

.phev-feature:not(.phev-feature-wide) .phev-feature-media img,
.phev-feature:not(.phev-feature-wide) .phev-feature-media video {
    max-height: 620px;
}

.phev-feature-wide,
.phev-feature-wide .phev-feature-media,
.phev-feature-wide .phev-feature-media img,
.phev-feature-wide .phev-feature-media video {
    min-height: 0;
}

.phev-feature-wide .phev-feature-media img,
.phev-feature-wide .phev-feature-media video {
    display: block;
}

.phev-feature-media.is-ratio-ready {
    height: auto;
}

.phev-feature-split .phev-feature-media,
.phev-feature-split-reverse .phev-feature-media,
.phev-feature-center .phev-feature-media {
    padding: clamp(18px, 2.4vw, 38px);
    overflow: hidden;
    background: #eef1f4;
}

.phev-feature-split .phev-feature-media img,
.phev-feature-split .phev-feature-media video,
.phev-feature-split-reverse .phev-feature-media img,
.phev-feature-split-reverse .phev-feature-media video,
.phev-feature-center .phev-feature-media img,
.phev-feature-center .phev-feature-media video {
    width: auto;
    max-width: 100%;
    max-height: min(620px, 100%);
    object-fit: scale-down;
}

.phev-feature-gallery {
    width: min(100%, 1120px);
    margin: 58px auto 0;
    padding: 0 0 34px;
}

.phev-feature-gallery::before {
    width: 70px;
    height: 3px;
    margin-bottom: 34px;
    background: linear-gradient(90deg, #101113, var(--mg-red));
}

.phev-feature,
.phev-info-panel {
    width: min(100%, 1080px);
    min-height: 0;
    margin: 0 auto 34px;
    overflow: hidden;
    border: 1px solid rgba(16, 17, 19, .09);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(16, 17, 19, .08);
}

.phev-feature {
    grid-template-columns: minmax(300px, .88fr) minmax(360px, 1.12fr);
    align-items: center;
}

.phev-feature-split,
.phev-feature-split-reverse,
.phev-feature-center {
    grid-template-columns: minmax(300px, .88fr) minmax(360px, 1.12fr);
}

.phev-feature-split .phev-feature-media,
.phev-feature-split-reverse .phev-feature-media,
.phev-feature-center .phev-feature-media {
    align-self: stretch;
    min-height: 0;
    padding: clamp(14px, 1.8vw, 26px);
    border-radius: 0 8px 8px 0;
    background:
        linear-gradient(135deg, rgba(182, 17, 34, .05), transparent 36%),
        #f3f5f7;
}

.phev-feature-split .phev-feature-media img,
.phev-feature-split .phev-feature-media video,
.phev-feature-split-reverse .phev-feature-media img,
.phev-feature-split-reverse .phev-feature-media video,
.phev-feature-center .phev-feature-media img,
.phev-feature-center .phev-feature-media video {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 430px;
    margin: auto;
    object-fit: contain;
}

.phev-feature-copy {
    padding: clamp(28px, 3vw, 44px);
}

.phev-feature-copy span,
.phev-info-copy span {
    margin-bottom: 10px;
    font-size: 11px;
    letter-spacing: 2px;
}

.phev-feature-copy h2,
.phev-info-copy h2 {
    max-width: 520px;
    margin-bottom: 14px;
    font-size: clamp(30px, 3vw, 48px);
    line-height: 1.02;
    letter-spacing: 0;
}

.phev-feature-copy p,
.phev-info-copy p,
.phev-info-copy small {
    max-width: 540px;
    color: #5d6675;
    font-size: 15px;
    line-height: 1.65;
}

.phev-feature-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 20px;
}

.phev-feature-points strong {
    padding: 11px 12px;
    background: #f6f7f9;
    font-size: 12px;
}

.phev-feature-wide {
    display: block;
    max-width: 1080px;
    background: #0b0d10;
}

.phev-feature-wide .phev-feature-media {
    min-height: 0;
    padding: 0;
    border-radius: 8px;
    background: #0b0d10;
}

.phev-feature-wide .phev-feature-media img,
.phev-feature-wide .phev-feature-media video {
    display: block;
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: contain;
}

.phev-feature-wide .phev-feature-copy {
    max-width: 560px;
    padding: clamp(28px, 4vw, 44px);
}

.phev-info-panel {
    grid-template-columns: minmax(280px, .95fr) minmax(320px, 1.05fr);
    gap: clamp(24px, 4vw, 44px);
    padding: clamp(30px, 4vw, 48px);
}

.phev-info-copy h3 {
    margin-top: 24px;
    font-size: 24px;
}

.phev-info-copy ul {
    gap: 10px 14px;
    margin: 24px 0 26px;
}

.phev-info-car img,
.phev-info-car video {
    max-height: 360px;
}

.phev-feature-gallery .phev-feature,
.phev-feature-gallery .phev-info-panel {
    opacity: 0;
    transform: translateY(52px) scale(.985);
    transition:
        opacity .82s ease,
        transform .86s cubic-bezier(.22, .61, .36, 1),
        box-shadow .25s ease;
    will-change: opacity, transform;
}

.phev-feature-gallery .phev-feature-split {
    transform: translateX(-58px) scale(.985);
}

.phev-feature-gallery .phev-feature-split-reverse,
.phev-feature-gallery .phev-feature-center {
    transform: translateX(58px) scale(.985);
}

.phev-feature-gallery .phev-feature.is-visible,
.phev-feature-gallery .phev-info-panel.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.phev-feature-gallery .phev-feature-split.is-visible,
.phev-feature-gallery .phev-feature-split-reverse.is-visible,
.phev-feature-gallery .phev-feature-center.is-visible {
    transform: translateX(0) scale(1);
}

.phev-feature-gallery .phev-feature-media {
    transition:
        opacity .82s ease,
        transform .86s cubic-bezier(.22, .61, .36, 1);
}

.phev-feature-gallery .phev-feature:not(.is-visible) .phev-feature-media,
.phev-feature-gallery .phev-info-panel:not(.is-visible) .phev-info-car {
    opacity: .65;
    transform: scale(.985);
}

@media (prefers-reduced-motion: reduce) {
    .phev-feature-gallery .phev-feature,
    .phev-feature-gallery .phev-info-panel,
    .phev-feature-gallery .phev-feature-media {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

@keyframes phevFeatureScrollUp {
    from {
        opacity: .2;
        transform: translateY(90px) scale(.96);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes phevFeatureScrollLeft {
    from {
        opacity: .2;
        transform: translateX(-90px) scale(.96);
    }
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@keyframes phevFeatureScrollRight {
    from {
        opacity: .2;
        transform: translateX(90px) scale(.96);
    }
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@supports (animation-timeline: view()) {
    .phev-feature-gallery .phev-feature,
    .phev-feature-gallery .phev-info-panel {
        opacity: 1;
        animation-name: phevFeatureScrollUp;
        animation-timeline: view();
        animation-range: entry 0% cover 42%;
        animation-fill-mode: both;
        animation-duration: 1s;
        transition: box-shadow .25s ease;
    }

    .phev-feature-gallery .phev-feature-split {
        animation-name: phevFeatureScrollLeft;
    }

    .phev-feature-gallery .phev-feature-split-reverse,
    .phev-feature-gallery .phev-feature-center {
        animation-name: phevFeatureScrollRight;
    }

    .phev-feature-gallery .phev-feature.is-visible,
    .phev-feature-gallery .phev-info-panel.is-visible,
    .phev-feature-gallery .phev-feature-split.is-visible,
    .phev-feature-gallery .phev-feature-split-reverse.is-visible,
    .phev-feature-gallery .phev-feature-center.is-visible {
        transform: none;
    }

    @media (prefers-reduced-motion: reduce) {
        .phev-feature-gallery .phev-feature,
        .phev-feature-gallery .phev-info-panel {
            animation: none;
            opacity: 1;
            transform: none;
        }
    }
}

.vehicle-showcase {
    position: relative;
    padding: 0;
    overflow: hidden;
    background: #f8fafc;
}

.offers-page {
    background: #f5f6f8;
}

.offer-plan-list {
    display: grid;
    gap: 34px;
}

.offer-plan {
    width: min(100%, 980px);
    margin: 0 auto;
    padding: clamp(22px, 3vw, 40px);
    border: 1px solid rgba(16, 17, 19, .1);
    border-radius: 8px;
    background:
        radial-gradient(circle at top right, rgba(182, 17, 34, .08), transparent 34%),
        #fff;
    box-shadow: 0 22px 58px rgba(16, 17, 19, .09);
}

.offer-plan-head {
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 2px solid rgba(182, 17, 34, .28);
    text-align: center;
}

.offer-plan-head span {
    display: block;
    margin-bottom: 8px;
    color: var(--mg-red);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.6px;
}

.offer-plan-head h3 {
    margin: 0;
    color: #101113;
    font-size: clamp(24px, 2.4vw, 36px);
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
}

.offer-plan-head p,
.offer-intro {
    color: #4f5968;
    font-size: 15px;
    line-height: 1.65;
}

.offer-plan-head p {
    margin: 10px 0 0;
    font-weight: 700;
}

.offer-intro {
    margin-bottom: 22px;
}

.offer-table-wrap {
    overflow-x: auto;
    margin-top: 18px;
    border: 1px solid rgba(16, 17, 19, .14);
    border-radius: 8px;
    background: #fff;
}

.offer-table {
    width: 100%;
    min-width: 620px;
    border-collapse: collapse;
    color: #111317;
}

.offer-table th {
    padding: 13px 16px;
    color: #fff;
    background: #050607;
    font-size: 15px;
    font-weight: 900;
    text-align: center;
}

.offer-table td {
    padding: 13px 16px;
    border: 1px solid rgba(16, 17, 19, .12);
    background: #f7f7f8;
    font-size: 15px;
    text-align: center;
}

.offer-table tr.is-total td {
    color: #c00000;
    background: #fff2c9;
    font-weight: 900;
}

.offer-table tr.is-saving td {
    color: #047017;
    background: #def2df;
    font-weight: 900;
}

.offer-benefits {
    margin-top: 22px;
    padding: 18px;
    border-left: 4px solid var(--mg-red);
    border-radius: 0 8px 8px 0;
    background: #f8f9fb;
}

.offer-benefits strong {
    display: block;
    margin-bottom: 8px;
    color: #101113;
    font-size: 15px;
    font-weight: 900;
}

.offer-benefits ul {
    margin: 0;
    padding-left: 18px;
    color: #4f5968;
    font-size: 14px;
    line-height: 1.7;
}

.product-lineup-heading {
    padding: 38px 20px 10px;
    text-align: center;
    background: #f8fafc;
}

.product-lineup-heading h2 {
    color: #0b55b6;
    font-size: clamp(36px, 3.8vw, 56px);
    font-weight: 900;
    line-height: 1;
    margin: 0 0 12px;
}

.product-lineup-heading p {
    color: #617089;
    font-size: clamp(18px, 1.6vw, 26px);
    font-weight: 700;
    margin: 0;
}

.vehicle-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 28px;
    margin-bottom: 22px;
}

.vehicle-filter-tab {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0;
    background: transparent;
    color: #9aa0aa;
    font-size: clamp(16px, 1.25vw, 21px);
    font-weight: 400;
    line-height: 1;
    padding: 0 0 10px;
    transition: color .22s ease, transform .22s ease;
}

.vehicle-filter-tab::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    border-radius: 999px;
    background: #0963a8;
    content: "";
    opacity: 0;
    transform: scaleX(.55);
    transition: opacity .22s ease, transform .22s ease;
}

.vehicle-filter-tab i {
    display: grid;
    width: 26px;
    height: 26px;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-size: 14px;
}

.vehicle-filter-tab:hover,
.vehicle-filter-tab.is-active {
    color: #06183a;
    transform: translateY(-1px);
}

.vehicle-filter-tab.is-active::after {
    opacity: 1;
    transform: scaleX(1);
}

.vehicle-filter-tab[data-filter-category="Plug-in Hybrid"].is-active,
.vehicle-filter-tab[data-filter-category="Plug-in Hybrid"]:hover,
.vehicle-filter-tab[data-filter-category="Hybrid"].is-active,
.vehicle-filter-tab[data-filter-category="Hybrid"]:hover {
    color: #18c852;
}

.vehicle-filter-tab[data-filter-category="Electric"].is-active,
.vehicle-filter-tab[data-filter-category="Electric"]:hover {
    color: #18b9ec;
}

.vehicle-filter-tab[data-filter-category="Diesel"].is-active,
.vehicle-filter-tab[data-filter-category="Diesel"]:hover {
    color: #506d52;
}

.showcase-heading {
    display: none;
}

.showcase-heading h2 {
    color: #111317;
    font-size: clamp(34px, 3.4vw, 54px);
    font-weight: 900;
    line-height: 1;
}

.vehicle-stage {
    position: relative;
    min-height: 700px;
}

.vehicle-stage .carousel-item {
    transition: opacity .85s ease-in-out;
}

.showcase-row {
    position: relative;
    display: block;
    height: 690px;
    padding: 0 110px;
}

.showcase-vehicle {
    position: absolute;
    bottom: 58px;
    left: 11%;
    display: flex;
    width: 33%;
    min-height: 540px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    text-align: center;
    transition: transform .85s ease, opacity .85s ease;
    z-index: 1;
}

.showcase-vehicle:nth-child(3) {
    left: auto;
    right: 11%;
}

.showcase-vehicle.is-featured {
    left: 50%;
    bottom: 42px;
    width: 46%;
    z-index: 2;
    min-height: 625px;
    transform: translateX(-50%);
}

.showcase-price {
    margin-bottom: 18px;
}

.showcase-price span {
    display: block;
    color: #7b8494;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.showcase-price strong {
    display: block;
    color: #10182c;
    font-size: clamp(26px, 2.25vw, 40px);
    font-weight: 900;
    line-height: 1.15;
}

.showcase-vehicle h3 {
    color: #050505;
    font-size: clamp(48px, 4.8vw, 82px);
    font-weight: 900;
    line-height: .85;
    margin: 8px 0 0;
    text-transform: uppercase;
}

.showcase-vehicle p {
    color: #050505;
    font-size: 14px;
    font-weight: 800;
    margin: 8px 0 8px;
}

.showcase-vehicle img {
    width: 100%;
    max-width: 560px;
    height: 260px;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 22px 20px rgba(14, 20, 32, .14));
}

.showcase-vehicle.is-featured img {
    max-width: 760px;
    height: 350px;
}

.showcase-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 18px;
}

.showcase-actions .btn {
    min-width: 112px;
    border-radius: 8px;
    font-weight: 800;
    padding: 11px 18px;
}

.showcase-actions .btn-outline-primary {
    color: #0963a8;
    border: 2px solid #0963a8;
    background: #fff;
}

.showcase-actions .btn-outline-primary:hover {
    color: #fff;
    background: #0963a8;
}

.showcase-control {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: grid;
    width: 76px;
    height: 76px;
    place-items: center;
    border: 1px solid #e3e9f1;
    border-radius: 50%;
    color: #0963a8;
    background: #fff;
    box-shadow: 0 18px 36px rgba(15, 23, 42, .08);
    transform: translateY(-50%);
}

.showcase-control i {
    font-size: 34px;
}

.showcase-prev {
    left: 22px;
}

.showcase-next {
    right: 22px;
}

.vehicle-carousel-heading {
    margin-bottom: 34px;
}

.vehicle-carousel-heading h2 {
    color: #111317;
    font-size: clamp(36px, 4vw, 64px);
    font-weight: 900;
    line-height: 1;
}

.premium-vehicle-carousel {
    position: relative;
    max-width: none;
    margin: 0 auto;
}

.vehicle-viewport {
    overflow: hidden;
    padding: 8px 0 22px;
}

.vehicle-track {
    display: flex;
    align-items: stretch;
    transition: transform .72s cubic-bezier(.22, .61, .36, 1);
    will-change: transform;
}

.premium-vehicle-card {
    flex: 0 0 calc(100% / 3);
    min-width: calc(100% / 3);
    padding: 0 28px;
    text-align: center;
}

.vehicle-price {
    min-height: 76px;
    margin-bottom: 14px;
}

.vehicle-price span {
    display: block;
    color: #778292;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.vehicle-price strong {
    display: block;
    color: #10182c;
    font-size: clamp(26px, 2.2vw, 40px);
    font-weight: 900;
    line-height: 1.15;
}

.premium-vehicle-card h3 {
    color: #050505;
    font-size: clamp(34px, 3.3vw, 66px);
    font-weight: 900;
    line-height: .9;
    margin: 0;
    text-transform: uppercase;
}

.premium-vehicle-card p {
    min-height: 24px;
    color: #323842;
    font-size: 15px;
    font-weight: 600;
    margin: 8px auto 14px;
}

.premium-vehicle-card img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 20px 18px rgba(15, 23, 42, .13));
    transition: transform .32s ease, filter .32s ease;
}

.premium-vehicle-card:hover img {
    filter: drop-shadow(0 28px 24px rgba(15, 23, 42, .16));
    transform: translateY(-5px);
}

.premium-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 22px;
}

.premium-btn {
    display: inline-flex;
    min-width: 140px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    transition: transform .22s ease, box-shadow .22s ease, color .22s ease, background .22s ease, border-color .22s ease;
}

.premium-btn:hover {
    transform: translateY(-2px);
}

.premium-btn-outline {
    color: #0963a8;
    border: 2px solid #0963a8;
    background: rgba(255, 255, 255, .92);
}

.premium-btn-outline:hover {
    color: #fff;
    background: #0963a8;
    box-shadow: 0 14px 26px rgba(9, 99, 168, .2);
}

.premium-btn-dark {
    color: #fff;
    border: 2px solid #20252c;
    background: #20252c;
}

.premium-btn-dark:hover {
    color: #fff;
    border-color: #05070a;
    background: #05070a;
    box-shadow: 0 14px 26px rgba(0, 0, 0, .18);
}

.premium-actions button {
    appearance: none;
}

.price-modal {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: none;
    padding: clamp(12px, 2vw, 24px);
    overflow-y: auto;
}

.price-modal.is-open {
    display: block;
}

.price-modal-backdrop {
    position: fixed;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(6, 7, 10, .84), rgba(28, 31, 38, .76)),
        radial-gradient(circle at 18% 18%, rgba(180, 17, 32, .32), transparent 32%),
        radial-gradient(circle at 84% 12%, rgba(255, 255, 255, .18), transparent 26%);
    backdrop-filter: blur(14px) saturate(1.12);
}

.price-modal-panel {
    position: relative;
    z-index: 1;
    width: min(100%, 1080px);
    max-height: calc(100vh - 48px);
    margin: 0 auto;
    padding: clamp(14px, 2vw, 24px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(246, 248, 251, .98)),
        radial-gradient(circle at 74% 0%, rgba(182, 17, 34, .09), transparent 36%);
    box-shadow: 0 32px 100px rgba(0, 0, 0, .38);
    animation: priceModalIn .28s ease;
}

.price-modal-panel::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, #0b0d10, #b61122 46%, #d8dde6);
    content: "";
}

.price-modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 8;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(14, 16, 20, .12);
    border-radius: 50%;
    color: #111318;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 14px 34px rgba(15, 23, 42, .14);
    cursor: pointer;
    pointer-events: auto;
    transition: color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.price-modal-close:hover {
    color: #fff;
    background: #b61122;
    box-shadow: 0 18px 38px rgba(182, 17, 34, .22);
    transform: translateY(-2px);
}

.price-list-head {
    position: relative;
    display: grid;
    grid-template-columns: minmax(230px, .58fr) minmax(360px, 1fr);
    gap: clamp(16px, 2.4vw, 30px);
    align-items: center;
    min-height: 210px;
    padding: 18px 54px 22px 0;
    text-align: left;
}

.price-selected-car {
    position: relative;
    display: grid;
    grid-template-rows: minmax(140px, 1fr) auto;
    overflow: hidden;
    border: 1px solid rgba(17, 19, 24, .1);
    border-radius: 8px;
    background:
        linear-gradient(140deg, #f7f8fa 0%, #ffffff 54%, #eceff4 100%);
    box-shadow: 0 20px 54px rgba(15, 23, 42, .11);
}

.price-selected-car::before {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 24% 18%, rgba(182, 17, 34, .13), transparent 34%),
        linear-gradient(180deg, transparent 48%, rgba(17, 19, 24, .08));
    content: "";
    pointer-events: none;
}

.price-selected-media {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 145px;
    padding: 14px 16px 4px;
}

.price-selected-media img {
    display: block;
    width: min(100%, 470px);
    max-height: 165px;
    object-fit: contain;
    filter: drop-shadow(0 22px 20px rgba(15, 23, 42, .17));
}

.price-selected-media img[src=""] {
    display: none;
}

.price-selected-meta {
    position: relative;
    z-index: 1;
    padding: 12px 16px 14px;
    color: #fff;
    background: linear-gradient(135deg, #08090c, #21262f);
}

.price-selected-meta span {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    color: #101113;
    background: #fff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.price-selected-meta h3 {
    margin: 0 0 6px;
    font-size: clamp(20px, 1.7vw, 28px);
    font-weight: 900;
    line-height: 1.05;
    text-transform: uppercase;
}

.price-selected-meta strong {
    display: block;
    color: #e7ebf2;
    font-size: clamp(15px, 1.15vw, 19px);
    font-weight: 800;
}

.price-title-block {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.price-title-block img {
    display: block;
    width: 96px;
    max-height: 58px;
    object-fit: contain;
    margin: 0 0 10px;
    filter: drop-shadow(0 12px 18px rgba(15, 23, 42, .08));
}

.price-title-block > span {
    display: block;
    padding: 7px 12px;
    border: 1px solid rgba(16, 17, 19, .12);
    border-radius: 999px;
    color: #b61122;
    background: rgba(255, 255, 255, .72);
    font-size: clamp(12px, .95vw, 15px);
    font-weight: 900;
    letter-spacing: .11em;
    line-height: 1;
    text-transform: uppercase;
}

.price-title-block h2 {
    margin: 12px 0 10px;
    color: #07090d;
    font-size: clamp(42px, 5.2vw, 76px);
    font-weight: 900;
    line-height: .95;
    letter-spacing: 0;
    text-transform: uppercase;
}

.price-title-block p {
    margin: 0;
    padding: 8px 14px;
    border-radius: 999px;
    color: #4f5664;
    background: linear-gradient(135deg, #f1f3f6, #fff);
    font-size: clamp(14px, 1vw, 17px);
    font-weight: 700;
    box-shadow: inset 0 0 0 1px rgba(16, 17, 19, .07);
}

.price-list-table-wrap {
    max-height: 360px;
    overflow-x: auto;
    overflow-y: auto;
    border: 1px solid rgba(16, 17, 19, .1);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 58px rgba(15, 23, 42, .11);
}

.price-list-table {
    width: 100%;
    min-width: 920px;
    border-collapse: separate;
    border-spacing: 0;
    color: #111317;
    font-size: 15px;
}

.price-list-table th {
    padding: 13px 12px;
    border-right: 1px solid rgba(255, 255, 255, .18);
    color: #fff;
    background: linear-gradient(180deg, #171a20, #050607);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .05em;
    text-align: center;
    text-transform: uppercase;
}

.price-list-table td {
    padding: 13px 12px;
    border-top: 1px solid rgba(16, 17, 19, .12);
    border-right: 1px solid rgba(16, 17, 19, .12);
    text-align: center;
    vertical-align: middle;
    background: #fff;
    font-weight: 600;
    transition: background .2s ease;
}

.price-list-table tbody tr:nth-child(even) td {
    background: #f6f7f9;
}

.price-list-table tbody tr:hover td {
    background: #fff4f5;
}

.price-list-table td:first-child,
.price-list-table td:nth-child(2) {
    color: #101113;
    font-weight: 900;
}

.price-list-table th:first-child {
    border-top-left-radius: 8px;
}

.price-list-table th:last-child {
    border-top-right-radius: 8px;
    border-right: 0;
}

.price-list-table td:last-child {
    border-right: 0;
}

.price-guidelines {
    margin-top: 22px;
    border: 1px solid rgba(16, 17, 19, .1);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 52px rgba(15, 23, 42, .08);
}

.price-guidelines h3 {
    margin: 0;
    padding: 13px 18px;
    color: #fff;
    background: linear-gradient(90deg, #050607, #16191f);
    font-size: clamp(18px, 1.5vw, 26px);
    font-weight: 900;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.price-guidelines ol {
    margin: 0;
    padding: 16px 24px 20px 42px;
    color: #181b20;
    font-size: clamp(14px, .95vw, 16px);
    line-height: 1.65;
}

body.price-modal-open {
    overflow: hidden;
}

@keyframes priceModalIn {
    from {
        opacity: 0;
        transform: translateY(18px) scale(.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 767px) {
    .price-modal {
        padding: 10px;
    }

    .price-modal-panel {
        max-height: calc(100vh - 20px);
        padding: 20px 12px 16px;
        border-radius: 8px;
    }

    .price-modal-close {
        top: 12px;
        right: 12px;
        width: 38px;
        height: 38px;
    }

    .price-list-head {
        grid-template-columns: 1fr;
        gap: 14px;
        min-height: 0;
        padding: 44px 0 20px;
        text-align: center;
    }

    .price-title-block {
        align-items: center;
        text-align: center;
    }

    .price-title-block img {
        width: 96px;
        margin-bottom: 10px;
    }

    .price-selected-media {
        min-height: 150px;
        padding: 14px 14px 4px;
    }

    .price-selected-media img {
        max-height: 170px;
    }

    .price-selected-meta {
        padding: 14px 16px 16px;
        text-align: left;
    }

    .price-title-block h2 {
        font-size: clamp(38px, 12vw, 58px);
    }

    .price-title-block p {
        border-radius: 8px;
        font-size: 15px;
    }

    .price-list-table {
        min-width: 820px;
        font-size: 14px;
    }

    .price-list-table th,
    .price-list-table td {
        padding: 13px 10px;
    }

    .price-guidelines {
        margin-top: 16px;
    }
}

@media (min-width: 768px) and (max-width: 1050px) {
    .price-list-head {
        grid-template-columns: 1fr;
        min-height: 0;
        padding-right: 58px;
    }

    .price-selected-car {
        grid-template-columns: minmax(240px, .8fr) 1fr;
        grid-template-rows: auto;
    }

    .price-selected-meta {
        display: flex;
        min-width: 0;
        flex-direction: column;
        justify-content: center;
    }

    .price-title-block {
        align-items: center;
        text-align: center;
    }
}

.vehicle-nav {
    position: absolute;
    top: 50%;
    z-index: 4;
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    border: 1px solid #e4eaf2;
    border-radius: 50%;
    color: #0963a8;
    background: #fff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, .09);
    transform: translateY(-50%);
    transition: transform .22s ease, box-shadow .22s ease, color .22s ease;
}

.vehicle-nav:hover {
    color: #063f70;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .14);
    transform: translateY(-50%) scale(1.04);
}

.vehicle-nav i {
    font-size: 24px;
    line-height: 1;
}

.vehicle-hero-stage {
    position: relative;
    height: 455px;
    overflow: hidden;
    background: linear-gradient(180deg, #fbfcfe 0%, #f5f7fa 100%);
}

.vehicle-empty-state {
    display: grid;
    height: 100%;
    place-items: center;
    color: #6f7785;
    font-weight: 700;
}

.vehicle-filter-empty {
    position: absolute;
    inset: 0;
    z-index: 6;
    display: none;
    place-items: center;
    color: #667085;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.vehicle-filter-empty.is-visible {
    display: grid;
}

.hero-vehicle {
    position: absolute;
    top: 0;
    left: 50%;
    width: min(43vw, 680px);
    min-height: 435px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%) scale(.72);
    transition: opacity .72s ease, transform .86s cubic-bezier(.22, .61, .36, 1), filter .72s ease;
    will-change: transform, opacity;
}

.hero-vehicle.is-active,
.hero-vehicle.is-prev,
.hero-vehicle.is-next {
    opacity: 1;
    pointer-events: auto;
}

.hero-vehicle.is-active {
    z-index: 3;
    transform: translateX(-50%) scale(1);
}

.hero-vehicle.is-prev {
    z-index: 2;
    transform: translateX(-116%) translateY(52px) scale(.72);
}

.hero-vehicle.is-next {
    z-index: 2;
    transform: translateX(16%) translateY(52px) scale(.72);
}

.hero-vehicle.is-hidden {
    z-index: 0;
    filter: blur(1px);
}

.hero-vehicle-copy {
    position: relative;
    z-index: 2;
    margin-bottom: 8px;
}

.hero-vehicle .vehicle-price {
    min-height: 0;
    margin-bottom: 0;
}

.hero-vehicle .vehicle-price span {
    color: #778292;
    font-size: 13px;
    letter-spacing: 5px;
}

.hero-vehicle .vehicle-price strong {
    color: #10182c;
    font-size: clamp(32px, 2.6vw, 48px);
    letter-spacing: 0;
}

.hero-vehicle h3 {
    color: #050505;
    font-size: clamp(46px, 5vw, 92px);
    font-weight: 950;
    line-height: .82;
    margin: 0;
    text-transform: uppercase;
}

.hero-vehicle p {
    color: #222831;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 4px;
}

.hero-vehicle img {
    position: relative;
    z-index: 1;
    width: 96%;
    height: 280px;
    margin-top: 0;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 25px 22px rgba(15, 23, 42, .14));
    transition: transform .3s ease, filter .3s ease;
}

.vehicle-power-badge {
    position: relative;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 30px;
    margin-top: -26px;
    color: #18c852;
    font-size: 15px;
    font-weight: 700;
}

.vehicle-power-badge i {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-size: 16px;
    line-height: 1;
}

.vehicle-power-badge.is-electric {
    color: #18b9ec;
}

.vehicle-power-badge.is-diesel {
    color: #506d52;
}

.vehicle-power-badge.is-petrol,
.vehicle-power-badge.is-drive {
    color: #5f6d7e;
}

.hero-vehicle.is-active:hover img {
    filter: drop-shadow(0 30px 28px rgba(15, 23, 42, .18));
    transform: translateY(-4px);
}

.hero-vehicle.is-prev .vehicle-price strong,
.hero-vehicle.is-next .vehicle-price strong {
    font-size: clamp(30px, 2.35vw, 42px);
}

.hero-vehicle.is-prev h3,
.hero-vehicle.is-next h3 {
    font-size: clamp(42px, 4vw, 72px);
}

.hero-vehicle.is-prev img,
.hero-vehicle.is-next img {
    height: 245px;
}

.hero-vehicle .premium-actions {
    position: relative;
    z-index: 3;
    gap: 14px;
    margin-top: 10px;
}

.vehicle-nav-prev {
    left: 32px;
}

.vehicle-nav-next {
    right: 32px;
}

.about-mg-section {
    padding: 64px 0 86px;
    background:
        radial-gradient(circle at 12% 0%, rgba(182, 17, 34, .06), transparent 30%),
        linear-gradient(180deg, #fff 0%, #f5f6f8 100%);
}

.about-mg-eyebrow {
    display: block;
    color: #b61122;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    margin-bottom: 26px;
    text-transform: uppercase;
}

.about-mg-tabs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e1e5eb;
}

.about-mg-tab {
    position: relative;
    border: 0;
    background: transparent;
    color: #a3a7ad;
    font-size: clamp(20px, 1.65vw, 28px);
    font-weight: 400;
    line-height: 1;
    padding: 0 0 20px;
    text-align: left;
    transition: color .22s ease, transform .22s ease;
}

.about-mg-tab::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 3px;
    border-radius: 999px;
    background: #b61122;
    content: "";
    opacity: 0;
    transform: scaleX(.5);
    transform-origin: left center;
    transition: opacity .22s ease, transform .22s ease;
}

.about-mg-tab:hover,
.about-mg-tab.is-active {
    color: #050505;
    transform: translateY(-1px);
}

.about-mg-tab.is-active::after {
    opacity: 1;
    transform: scaleX(1);
}

.about-mg-panel {
    display: none;
}

.about-mg-panel.is-active {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #e1e5eb;
    border-radius: 14px;
    background: #101113;
    box-shadow: 0 30px 80px rgba(15, 23, 42, .12);
    animation: aboutMgFade .35s ease;
}

.about-mg-panel img {
    display: block;
    width: 100%;
    height: min(54vh, 560px);
    min-height: 420px;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
    transform: scale(1.01);
}

.about-mg-content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 28px;
    align-items: center;
    margin-top: 0;
    padding: 120px 38px 34px;
    border-radius: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .72));
}

.about-mg-content p {
    max-width: 860px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    margin: 0;
    text-shadow: 0 1px 12px rgba(0, 0, 0, .32);
}

.about-mg-button {
    display: inline-flex;
    min-width: 148px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .92);
    border-radius: 999px;
    color: #fff;
    background: rgba(0, 0, 0, .18);
    font-size: 13px;
    font-weight: 700;
    transition: background .22s ease, color .22s ease, transform .22s ease;
}

.about-mg-button:hover {
    color: #111;
    background: #fff;
    transform: translateY(-1px);
}

.about-video-section {
    padding: 22px 0 96px;
    background: linear-gradient(180deg, #f8f8f8 0%, #ffffff 100%);
}

.about-video-frame {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(16, 17, 19, .08);
    border-radius: 18px;
    background: #101113;
    box-shadow: 0 30px 80px rgba(15, 23, 42, .12);
}

.about-video-frame::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, .24) 100%);
    content: "";
    pointer-events: none;
}

.about-video-frame video,
.about-video-frame iframe {
    display: block;
    width: 100%;
    height: min(58vh, 600px);
    min-height: 390px;
    border: 0;
    object-fit: cover;
}

.about-video-title {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    place-items: center;
    padding: 28px;
    color: rgba(255, 255, 255, .72);
    font-size: clamp(30px, 4vw, 70px);
    font-weight: 300;
    letter-spacing: .04em;
    text-align: center;
    text-transform: uppercase;
    pointer-events: none;
}

.about-video-copy {
    display: grid;
    grid-template-columns: minmax(300px, 44%) 1fr;
    gap: clamp(34px, 5vw, 84px);
    align-items: start;
    max-width: 1500px;
    margin: 0 auto;
    padding: 42px clamp(12px, 1.5vw, 26px) 0;
}

.about-video-copy h2 {
    color: #050505;
    font-size: clamp(34px, 3.2vw, 58px);
    font-weight: 500;
    line-height: 1.18;
    margin: 0;
    letter-spacing: 0;
}

.about-video-copy h2::before {
    display: block;
    width: 64px;
    height: 3px;
    margin-bottom: 24px;
    border-radius: 999px;
    background: #b61122;
    content: "";
}

.about-video-copy p {
    max-width: 780px;
    color: #5d6878;
    font-size: clamp(18px, 1.35vw, 24px);
    line-height: 1.65;
    margin: 0;
}

.about-top-video-section {
    padding: 20px clamp(16px, 2.1vw, 40px) 0;
    background: #fff;
}

.about-top-video-section video,
.about-top-video-section iframe {
    display: block;
    width: 100%;
    height: min(72vh, 760px);
    min-height: 430px;
    border: 0;
    border-radius: 8px;
    background: #101113;
    object-fit: cover;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .14);
}

.mg-history-section {
    padding: 90px 0 96px;
    background: #fff;
    border-top: 1px solid rgba(16, 17, 19, .06);
}

.mg-history-intro {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, 430px) minmax(0, 1fr);
    gap: clamp(48px, 6vw, 92px);
    align-items: start;
    max-width: 1180px;
    margin: 0 auto 78px;
    padding: clamp(28px, 4vw, 54px);
    overflow: hidden;
    border: 1px solid rgba(16, 17, 19, .08);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(248, 250, 252, .96)),
        radial-gradient(circle at 12% 18%, rgba(182, 17, 34, .1), transparent 32%);
    box-shadow: 0 26px 80px rgba(15, 23, 42, .08);
    opacity: 0;
    transform: translateY(34px);
    transition: opacity .75s ease, transform .75s ease, box-shadow .25s ease;
}

.mg-history-intro::before {
    position: absolute;
    top: 34px;
    bottom: 34px;
    left: 0;
    width: 5px;
    border-radius: 0 999px 999px 0;
    background: #b61122;
    content: "";
}

.mg-history-intro.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.mg-history-title,
.mg-history-copy {
    position: relative;
    z-index: 1;
}

.mg-history-title {
    display: grid;
    gap: 22px;
}

.mg-history-title h2 {
    position: relative;
    color: #202124;
    font-size: clamp(38px, 3.15vw, 58px);
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
    padding-top: 18px;
    text-transform: uppercase;
}

.mg-history-title h2::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 74px;
    height: 4px;
    border-radius: 999px;
    background: #b61122;
    content: "";
}

.mg-history-title img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1.02;
    border-radius: 12px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 24px 60px rgba(15, 23, 42, .14);
    transition: transform .55s ease, filter .55s ease;
}

.mg-history-title img:hover {
    filter: saturate(1.06) contrast(1.03);
    transform: scale(1.02);
}

.mg-history-copy {
    padding: clamp(8px, 1vw, 14px) 0 0;
    color: #050505;
    font-size: clamp(18px, 1.24vw, 24px);
    line-height: 1.45;
}

.mg-history-copy p {
    margin: 0 0 34px;
}

.mg-history-copy .mg-history-lead {
    position: relative;
    font-size: clamp(22px, 1.55vw, 31px);
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 48px;
    padding: 0 0 30px;
}

.mg-history-copy .mg-history-lead::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: min(100%, 420px);
    height: 1px;
    background: linear-gradient(90deg, rgba(182, 17, 34, .55), rgba(16, 17, 19, .08));
    content: "";
}

.mg-history-copy p:last-child {
    margin-bottom: 0;
}

.mg-history-nav {
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    gap: clamp(16px, 2vw, 28px);
    align-items: center;
    max-width: 1280px;
    margin: 0 auto 72px;
    padding: 28px clamp(18px, 2vw, 34px);
    border: 1px solid rgba(16, 17, 19, .08);
    border-radius: 8px;
    background: linear-gradient(180deg, #fff, #fafbfc);
    box-shadow: 0 24px 70px rgba(15, 23, 42, .07);
}

.mg-history-track {
    position: relative;
    display: flex;
    gap: clamp(12px, 1.6vw, 26px);
    align-items: stretch;
    justify-content: space-between;
    overflow-x: auto;
    padding: 10px 4px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.mg-history-track::before {
    position: absolute;
    top: 45px;
    right: 44px;
    left: 44px;
    height: 2px;
    background: linear-gradient(90deg, rgba(182, 17, 34, .08), rgba(16, 17, 19, .14), rgba(182, 17, 34, .08));
    content: "";
}

.mg-history-track::-webkit-scrollbar {
    display: none;
}

.mg-history-arrow {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid rgba(16, 17, 19, .18);
    border-radius: 50%;
    color: #23262c;
    background: #fff;
    font-size: 20px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .08);
    transition: color .22s ease, background .22s ease, border-color .22s ease, transform .22s ease, box-shadow .22s ease;
}

.mg-history-arrow:hover {
    color: #fff;
    border-color: #b61122;
    background: #b61122;
    box-shadow: 0 16px 34px rgba(182, 17, 34, .22);
    transform: translateY(-2px);
}

.mg-history-tab {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    gap: 12px;
    flex: 0 0 auto;
    min-width: 92px;
    border: 0;
    background: transparent;
    color: #8c929c;
    font-family: inherit;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .05em;
    line-height: 1;
    padding: 0 0 2px;
    scroll-snap-align: center;
    transition: color .22s ease, transform .22s ease, opacity .22s ease;
}

.mg-history-tab:hover,
.mg-history-tab.is-active {
    color: #101113;
    transform: translateY(-2px);
}

.mg-history-icon {
    position: relative;
    display: grid;
    width: 66px;
    height: 66px;
    place-items: center;
    border: 2px solid rgba(16, 17, 19, .16);
    border-radius: 50%;
    color: inherit;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 0;
    opacity: 1;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
    transition: color .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease, filter .22s ease, transform .22s ease;
}

.mg-history-icon::after {
    position: absolute;
    right: 50%;
    bottom: -13px;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #c9cdd3;
    content: "";
    transform: translateX(50%);
}

.mg-history-tab.is-active .mg-history-icon {
    border-color: #b61122;
    color: #fff;
    background: #101113;
    box-shadow: 0 18px 38px rgba(16, 17, 19, .18);
    filter: contrast(1.1);
}

.mg-history-tab.is-active .mg-history-icon::after {
    background: #b61122;
}

.mg-history-tab:hover .mg-history-icon {
    border-color: #101113;
    transform: translateY(-1px);
}

.mg-history-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mg-history-panels {
    max-width: 1180px;
    margin: 0 auto;
}

.mg-history-panel {
    display: none;
}

.mg-history-panel.is-active {
    display: block;
    animation: aboutMgFade .35s ease;
}

.mg-history-entry {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, .86fr) minmax(320px, 1fr);
    gap: clamp(28px, 4.8vw, 70px);
    align-items: center;
    min-height: 430px;
    margin-bottom: 34px;
    padding: clamp(24px, 3vw, 38px);
    overflow: hidden;
    border: 1px solid rgba(16, 17, 19, .08);
    border-radius: 8px;
    background: linear-gradient(135deg, #fff 0%, #f8fafc 100%);
    box-shadow: 0 24px 70px rgba(15, 23, 42, .08);
    opacity: 0;
    transform: translateY(46px);
    transition: opacity .7s ease, transform .7s ease, box-shadow .25s ease;
}

.mg-history-entry::before {
    position: absolute;
    top: 22px;
    bottom: 22px;
    left: 0;
    width: 4px;
    border-radius: 0 999px 999px 0;
    background: #b61122;
    content: "";
    opacity: .9;
}

.mg-history-entry.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.mg-history-entry:hover {
    box-shadow: 0 30px 86px rgba(15, 23, 42, .12);
}

.mg-history-entry + .mg-history-entry {
    border-top: 1px solid rgba(16, 17, 19, .08);
}

.mg-history-entry.is-reversed .mg-history-text {
    order: 2;
}

.mg-history-entry.is-reversed .mg-history-image {
    order: 1;
}

.mg-history-text span {
    display: inline-block;
    color: #b61122;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    margin-bottom: 18px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(182, 17, 34, .08);
    text-transform: uppercase;
}

.mg-history-text h3 {
    color: #050505;
    font-size: clamp(36px, 3.3vw, 58px);
    font-weight: 500;
    line-height: .98;
    margin: 0;
}

.mg-history-text h4 {
    color: #050505;
    font-size: clamp(21px, 1.55vw, 28px);
    font-weight: 400;
    line-height: 1.25;
    margin: 6px 0 30px;
}

.mg-history-text p {
    max-width: 620px;
    color: #3f4652;
    font-size: 17px;
    line-height: 1.8;
    margin: 0;
}

.mg-history-image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #f0f2f5;
    box-shadow: 0 26px 70px rgba(15, 23, 42, .12);
}

.mg-history-image img {
    display: block;
    width: 100%;
    aspect-ratio: 1.45 / 1;
    object-fit: cover;
    transition: transform .6s ease, filter .6s ease;
}

.mg-history-entry:hover .mg-history-image img {
    filter: saturate(1.05) contrast(1.04);
    transform: scale(1.03);
}

.mg-history-image::after {
    position: absolute;
    inset: 45% 0 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .32));
    content: "";
}

.mg-history-image strong {
    position: absolute;
    right: 24px;
    bottom: 14px;
    z-index: 2;
    color: rgba(255, 255, 255, .92);
    font-size: clamp(64px, 7.4vw, 128px);
    font-weight: 300;
    line-height: .9;
    text-shadow: 0 8px 24px rgba(0, 0, 0, .25);
}

@keyframes aboutMgFade {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.feature-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.spec-row {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    border-top: 1px solid var(--mg-line);
    padding-top: 16px;
}

.why-box {
    height: 100%;
    padding: 28px;
}

.why-box i {
    color: var(--mg-red);
    font-size: 30px;
}

.cta-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    padding: 46px clamp(18px, 4vw, 70px) 62px;
    background: linear-gradient(180deg, #f8f8f8 0%, #fff 100%);
}

.cta-grid a {
    position: relative;
    min-height: 210px;
    overflow: hidden;
    padding: 30px;
    color: #101113;
    border: 1px solid #e2e5ea;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 22px 54px rgba(15, 23, 42, .06);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, color .28s ease, background .28s ease;
}

.cta-grid a:hover {
    color: #fff;
    border-color: #171c22;
    background: linear-gradient(135deg, #111317 0%, #2c3035 100%);
    box-shadow: 0 28px 70px rgba(15, 23, 42, .14);
    transform: translateY(-6px);
}

.cta-grid strong {
    display: block;
    max-width: 270px;
    font-size: clamp(24px, 2vw, 34px);
    font-weight: 900;
    line-height: 1.1;
}

.cta-grid a::before {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    margin-bottom: 34px;
    border: 1px solid #d7dce3;
    border-radius: 50%;
    color: #b61122;
    font-family: "bootstrap-icons";
    font-size: 22px;
    transition: border-color .28s ease, color .28s ease, background .28s ease;
}

.cta-grid a:hover::before {
    color: #fff;
    border-color: rgba(255, 255, 255, .34);
    background: rgba(255, 255, 255, .08);
}

.cta-grid a:nth-child(1)::before {
    content: "\f12f";
}

.cta-grid a:nth-child(2)::before {
    content: "\f636";
}

.cta-grid a:nth-child(3)::before {
    content: "\f4f6";
}

.cta-grid a:nth-child(4)::before {
    content: "\f5db";
}

.cta-grid span {
    color: #b61122;
    letter-spacing: .04em;
}

.cta-grid a:hover span {
    color: rgba(255, 255, 255, .72);
}

.testimonial-card {
    height: 100%;
    padding: 34px;
    color: #101113;
    border: 1px solid #e2e5ea;
    border-radius: 8px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 24px 70px rgba(15, 23, 42, .08);
}

.testimonial-card::before {
    display: block;
    color: #b61122;
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 70px;
    line-height: .65;
    margin-bottom: 12px;
}

.testimonial-card p {
    color: #4f5968;
    font-size: 17px;
    line-height: 1.6;
    margin: 0 0 22px;
}

.testimonial-card strong {
    color: #101113;
    font-size: 15px;
    font-weight: 900;
}

.stars {
    color: #d6b25e;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.testimonial-section {
    color: #101113;
    background:
        radial-gradient(circle at 15% 0%, rgba(182, 17, 34, .08), transparent 32%),
        linear-gradient(180deg, #fff 0%, #f5f6f8 100%);
}

.testimonial-section .section-heading span {
    color: #b61122;
}

.testimonial-section .section-heading h2 {
    color: #101113;
}

.dealer-info {
    height: 100%;
    padding: 38px;
}

.admin-panel {
    padding: 34px;
    box-shadow: 0 18px 45px rgba(16, 17, 19, .08);
}

.dealer-info p {
    color: var(--mg-gray);
    font-size: 17px;
}

.map-frame {
    width: 100%;
    min-height: 420px;
    border: 0;
    border-radius: 8px;
    filter: grayscale(.15);
}

.footer-premium {
    position: relative;
    overflow: hidden;
    padding: 76px 0 28px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(182, 17, 34, .16), transparent 34%),
        linear-gradient(180deg, #101113 0%, #07080a 100%);
}

.footer-premium::before {
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, var(--mg-red), rgba(255, 255, 255, .28), var(--mg-red));
}

.footer-premium .container {
    position: relative;
    z-index: 1;
}

.footer-brand {
    display: inline-flex;
    min-width: 280px;
    min-height: 86px;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    padding: 14px 22px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
    box-shadow: 0 18px 36px rgba(0, 0, 0, .24);
    font-weight: 800;
}

.footer-brand img {
    display: block;
    width: auto;
    height: 64px;
    max-width: 260px;
    filter: brightness(0) invert(1);
    opacity: 1;
    object-fit: contain;
}

.footer-brand span {
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
}

.footer-premium h3,
.footer-premium h4 {
    font-weight: 800;
}

.footer-premium h3 {
    max-width: 390px;
    margin-bottom: 14px;
    color: #fff;
    font-size: 40px;
    line-height: 1.08;
}

.footer-premium h4 {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    color: #fff;
    font-size: 30px;
    line-height: 1.1;
}

.footer-premium h4::after {
    display: block;
    width: 34px;
    height: 3px;
    margin-top: 10px;
    content: "";
    border-radius: 999px;
    background: var(--mg-red);
}

.footer-premium p {
    max-width: 410px;
    color: rgba(255, 255, 255, .62);
    font-size: 16px;
    line-height: 1.65;
}

.footer-list,
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li,
.footer-links li {
    margin-bottom: 14px;
    color: rgba(255, 255, 255, .72);
    font-size: 16px;
    line-height: 1.55;
}

.footer-list i {
    color: var(--mg-red);
    margin-right: 8px;
}

.footer-links a,
.footer-bottom a,
.social-links a {
    transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}

.footer-links a:hover,
.footer-bottom a:hover {
    color: #fff;
}

.social-links {
    display: flex;
    gap: 12px;
}

.social-links a {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 8px;
    background: rgba(255, 255, 255, .04);
}

.social-links a:hover {
    border-color: rgba(182, 17, 34, .75);
    background: var(--mg-red);
    transform: translateY(-2px);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 46px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .58);
}

@media (max-width: 991px) {
    .top-contact-inner {
        height: auto;
        flex-direction: column;
    }

    .top-social,
    .top-quick-links {
        justify-content: center;
    }

    .top-social a,
    .top-quick-links a {
        min-height: 46px;
        font-size: 15px;
    }

    .top-quick-links a {
        padding: 0 14px;
    }

    .hero-slide {
        height: auto;
    }

    .hero-slider,
    .hero-slider .carousel-item {
        height: auto;
    }

    .hero-slider img,
    .carousel-item img,
    .slider-image {
        height: 100%;
        max-height: none;
    }

    .cta-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .explore-gallery-head {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .explore-gallery-card {
        flex-basis: 100%;
        min-height: 280px;
    }

    .phev-feature {
        grid-template-columns: 1fr;
        margin-bottom: 68px;
    }

    .phev-feature-media,
    .phev-feature-split .phev-feature-media,
    .phev-feature-split-reverse .phev-feature-media,
    .phev-feature-center .phev-feature-media {
        order: 0;
        border-radius: 8px 8px 0 0;
    }

    .phev-feature-copy,
    .phev-feature-split .phev-feature-copy,
    .phev-feature-split-reverse .phev-feature-copy,
    .phev-feature-center .phev-feature-copy {
        order: 1;
        padding: 34px;
        text-align: left;
    }

    .phev-feature-split,
    .phev-feature-split-reverse,
    .phev-info-panel {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .phev-info-panel {
        margin-right: 0;
        margin-left: 0;
        padding: 46px 28px;
    }

    .phev-feature-wide .phev-feature-copy {
        max-width: 620px;
        padding: 42px;
    }

    .phev-feature-wide .phev-feature-media {
        min-height: 0;
    }

    .phev-info-copy h3 {
        margin: 36px 0 6px;
    }

    .vehicle-stage,
    .showcase-row {
        min-height: auto;
    }

    .showcase-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 0 24px 16px;
    }

    .showcase-vehicle,
    .showcase-vehicle.is-featured {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        flex-basis: auto;
        min-height: auto;
        margin: 0;
        transform: none;
    }

    .showcase-vehicle h3 {
        font-size: 36px;
    }

    .showcase-vehicle img,
    .showcase-vehicle.is-featured img {
        height: 230px;
        max-width: 560px;
    }

    .showcase-control {
        top: 50%;
        width: 48px;
        height: 48px;
    }

    .showcase-control i {
        font-size: 22px;
    }

    .premium-vehicle-card {
        flex-basis: 50%;
        min-width: 50%;
        padding: 0 22px;
    }

    .premium-vehicle-card img {
        height: 230px;
    }

    .vehicle-nav-prev {
        left: 4px;
    }

    .vehicle-nav-next {
        right: 4px;
    }

    .premium-vehicle-carousel {
        margin-top: 0;
    }
}

@media (max-width: 575px) {
    .top-contact-bar {
        display: none;
    }

    .main-navigation {
        height: auto;
        min-height: 86px;
        padding: 14px 0;
    }

    .navbar-brand {
        min-width: 0;
    }

    .brand-mark {
        width: 46px;
        height: 46px;
        font-size: 22px;
    }

    .brand-text strong {
        font-size: 20px;
    }

    .brand-text small {
        font-size: 11px;
    }

    .brand-text {
        max-width: 180px;
    }

    .hero-slide {
        height: auto;
    }

    .section-pad {
        padding: 62px 0;
    }

    .vehicle-showcase {
        padding: 30px 0 28px;
    }

    .showcase-heading h2 {
        font-size: 32px;
    }

    .showcase-price strong {
        font-size: 22px;
    }

    .showcase-vehicle h3 {
        font-size: 30px;
    }

    .showcase-vehicle img,
    .showcase-vehicle.is-featured img {
        height: 180px;
    }

    .showcase-actions {
        gap: 10px;
    }

    .showcase-actions .btn {
        min-width: 92px;
        padding: 9px 14px;
    }

    .premium-vehicle-card {
        flex-basis: 100%;
        min-width: 100%;
        padding: 0 18px;
    }

    .vehicle-carousel-heading h2 {
        font-size: 34px;
    }

    .vehicle-price {
        min-height: auto;
    }

    .vehicle-price strong {
        font-size: 28px;
    }

    .premium-vehicle-card h3 {
        font-size: 40px;
    }

    .premium-vehicle-card img {
        height: 210px;
    }

    .premium-actions {
        gap: 10px;
    }

    .premium-btn {
        min-width: 122px;
        height: 46px;
        border-radius: 10px;
        font-size: 15px;
    }

    .vehicle-nav {
        width: 46px;
        height: 46px;
    }

    .vehicle-nav i {
        font-size: 20px;
    }

    .cta-grid {
        grid-template-columns: 1fr;
    }

    .explore-gallery {
        margin-top: 52px;
    }

    .explore-gallery-head h2 {
        font-size: 34px;
    }

    .explore-carousel-track {
        gap: 18px;
    }

    .explore-gallery-card {
        flex-basis: 100%;
        min-height: 260px;
    }

    .phev-feature-gallery {
        margin-top: 58px;
    }

    .phev-feature-gallery::before {
        margin-bottom: 34px;
    }

    .phev-feature,
    .phev-info-panel {
        margin-bottom: 46px;
    }

    .phev-feature-media img,
    .phev-feature-media video,
    .phev-feature-wide .phev-feature-media,
    .phev-feature-split .phev-feature-media img,
    .phev-feature-split .phev-feature-media video,
    .phev-feature-split-reverse .phev-feature-media img,
    .phev-feature-split-reverse .phev-feature-media video {
        min-height: 0;
    }

    .phev-feature-copy,
    .phev-feature-center .phev-feature-copy {
        padding: 26px 22px 30px;
    }

    .phev-feature-copy h2,
    .phev-info-copy h2 {
        font-size: 34px;
        line-height: 1.05;
    }

    .phev-feature-wide .phev-feature-copy {
        position: relative;
        max-width: none;
        padding: 26px 22px 30px;
        color: #fff;
        background: #101113;
    }

    .phev-feature-gallery {
        width: min(100%, 94vw);
        margin-top: 44px;
    }

    .phev-feature,
    .phev-feature-split,
    .phev-feature-split-reverse,
    .phev-feature-center,
    .phev-info-panel {
        display: grid;
        grid-template-columns: 1fr;
        margin-bottom: 26px;
    }

    .phev-feature-split .phev-feature-media,
    .phev-feature-split-reverse .phev-feature-media,
    .phev-feature-center .phev-feature-media {
        order: 0;
        border-radius: 8px 8px 0 0;
    }

    .phev-feature-copy,
    .phev-feature-center .phev-feature-copy {
        order: 1;
        padding: 24px 20px 26px;
    }

    .phev-feature-copy h2,
    .phev-info-copy h2 {
        font-size: clamp(28px, 9vw, 38px);
    }

    .phev-feature-copy p,
    .phev-info-copy p,
    .phev-info-copy small {
        font-size: 14px;
        line-height: 1.6;
    }

    .phev-feature-split .phev-feature-media img,
    .phev-feature-split .phev-feature-media video,
    .phev-feature-split-reverse .phev-feature-media img,
    .phev-feature-split-reverse .phev-feature-media video,
    .phev-feature-center .phev-feature-media img,
    .phev-feature-center .phev-feature-media video,
    .phev-info-car img,
    .phev-info-car video {
        max-height: 320px;
    }

    .phev-feature-points {
        grid-template-columns: 1fr;
    }

    .phev-feature-wide .phev-feature-media {
        border-radius: 8px 8px 0 0;
    }

    .phev-feature-points,
    .phev-info-copy ul {
        grid-template-columns: 1fr;
    }

    .phev-hero-stats {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        justify-content: flex-start;
        gap: 10px;
        padding: 18px;
        background: #101113;
    }

    .phev-hero-stats span {
        min-width: calc(50% - 5px);
        font-size: 11px;
    }

    .phev-info-panel {
        padding: 34px 20px;
    }

    .phev-info-actions .btn {
        width: 100%;
    }

    .explore-carousel-nav {
        width: 42px;
        height: 42px;
    }

    .explore-carousel-prev {
        left: 10px;
    }

    .explore-carousel-next {
        right: 10px;
    }

    .footer-premium h3 {
        font-size: 32px;
    }

    .footer-brand {
        min-width: 230px;
        min-height: 74px;
    }

    .footer-brand img {
        height: 54px;
        max-width: 210px;
    }

    .footer-bottom {
        flex-direction: column;
    }

    .premium-vehicle-carousel {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .vehicle-hero-stage {
        height: 455px;
    }

    .hero-vehicle {
        top: 24px;
        width: min(62vw, 560px);
        min-height: 420px;
    }

    .hero-vehicle.is-prev {
        transform: translateX(-110%) translateY(88px) scale(.58);
    }

    .hero-vehicle.is-next {
        transform: translateX(10%) translateY(88px) scale(.58);
    }

    .hero-vehicle .vehicle-price strong {
        font-size: 34px;
    }

    .hero-vehicle h3 {
        font-size: clamp(44px, 7vw, 70px);
    }

    .hero-vehicle img {
        height: 245px;
    }

    .about-mg-tabs {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }

    .about-mg-panel img {
        height: 360px;
        min-height: 330px;
    }

    .about-mg-content {
        grid-template-columns: 1fr;
        padding: 90px 26px 24px;
    }

    .about-video-frame video,
    .about-video-frame iframe {
        height: 390px;
        min-height: 340px;
    }

    .about-video-copy {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .mg-history-section {
        padding: 66px 0 74px;
    }

    .mg-history-intro {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 42px;
        padding: 26px 22px;
    }

    .mg-history-nav {
        grid-template-columns: 44px 1fr 44px;
        gap: 10px;
        margin-bottom: 42px;
        padding: 18px 14px;
    }

    .mg-history-track {
        display: flex;
        justify-content: flex-start;
        gap: 24px;
        overflow-x: auto;
        padding: 8px 2px 18px;
        scroll-snap-type: x mandatory;
    }

    .mg-history-track::before {
        right: 34px;
        left: 34px;
    }

    .mg-history-tab {
        min-width: 96px;
        scroll-snap-align: center;
    }

    .mg-history-arrow {
        width: 42px;
        height: 42px;
    }

    .mg-history-entry {
        grid-template-columns: 1fr;
        min-height: 0;
        gap: 28px;
        padding: 30px 0;
    }

    .mg-history-entry.is-reversed .mg-history-text,
    .mg-history-entry.is-reversed .mg-history-image {
        order: initial;
    }
}

@media (max-width: 575px) {
    .vehicle-hero-stage {
        height: 430px;
    }

    .product-lineup-heading {
        padding: 34px 18px 0;
    }

    .product-lineup-heading h2 {
        font-size: 34px;
    }

    .product-lineup-heading p {
        font-size: 17px;
    }

    .vehicle-filter-tabs {
        gap: 12px;
        margin-top: 18px;
        margin-bottom: 16px;
    }

    .vehicle-filter-tab {
        font-size: 14px;
    }

    .vehicle-filter-tab i {
        width: 24px;
        height: 24px;
        font-size: 13px;
    }

    .hero-vehicle {
        top: 22px;
        width: min(88vw, 390px);
        min-height: 398px;
    }

    .hero-vehicle.is-prev,
    .hero-vehicle.is-next {
        opacity: 0;
        pointer-events: none;
    }

    .hero-vehicle .vehicle-price span {
        font-size: 10px;
        letter-spacing: 3px;
    }

    .hero-vehicle .vehicle-price strong {
        font-size: 28px;
    }

    .hero-vehicle h3 {
        font-size: clamp(36px, 12vw, 52px);
    }

    .hero-vehicle p {
        font-size: 14px;
    }

    .hero-vehicle img {
        height: 205px;
    }

    .vehicle-power-badge {
        margin-top: -16px;
        font-size: 14px;
    }

    .about-mg-section {
        padding: 38px 0 62px;
    }

    .about-mg-tabs {
        grid-template-columns: 1fr 1fr;
        gap: 18px 20px;
    }

    .about-mg-tab {
        font-size: 18px;
        padding-bottom: 14px;
    }

    .about-mg-panel img {
        height: 280px;
        min-height: 260px;
    }

    .about-mg-content p {
        font-size: 15px;
    }

    .about-mg-content {
        padding: 92px 18px 18px;
    }

    .about-video-section {
        padding: 14px 0 64px;
    }

    .about-video-frame {
        border-radius: 14px;
    }

    .about-video-frame video,
    .about-video-frame iframe {
        height: 260px;
        min-height: 240px;
    }

    .about-video-copy {
        padding-top: 28px;
    }

    .about-video-copy h2::before {
        margin-bottom: 18px;
    }

    .mg-history-section {
        padding: 52px 0 60px;
    }

    .mg-history-section .container {
        padding-right: 12px;
        padding-left: 12px;
    }

    .mg-history-intro {
        width: 100%;
        margin-bottom: 30px;
        padding: 18px 14px 18px 18px;
        gap: 14px;
        border-radius: 8px;
    }

    .mg-history-intro::before {
        top: 18px;
        bottom: 18px;
        width: 4px;
    }

    .mg-history-title h2 {
        font-size: 25px;
        line-height: 1.12;
        padding-top: 10px;
        text-transform: none;
        overflow-wrap: anywhere;
    }

    .mg-history-title h2::before {
        width: 44px;
        height: 3px;
    }

    .mg-history-title img {
        width: 100%;
        aspect-ratio: 1.35 / 1;
        object-fit: cover;
    }

    .mg-history-copy {
        font-size: 13px;
        line-height: 1.55;
    }

    .mg-history-copy .mg-history-lead {
        font-size: 16px;
        line-height: 1.45;
    }

    .mg-history-copy p {
        margin-bottom: 16px;
    }

    .mg-history-icon {
        width: 58px;
        height: 58px;
        font-size: 15px;
    }

    .mg-history-tab {
        min-width: 82px;
        font-size: 11px;
    }

    .mg-history-entry {
        gap: 22px;
        padding: 22px 14px 22px 18px;
        overflow: hidden;
        border: 1px solid rgba(16, 17, 19, .08);
        border-radius: 8px;
        background: #fff;
    }

    .mg-history-entry::before {
        top: 18px;
        bottom: 18px;
        left: 0;
        width: 4px;
    }

    .mg-history-text {
        min-width: 0;
        padding-left: 0;
    }

    .mg-history-text span {
        margin-bottom: 10px;
        padding: 6px 10px;
        border-radius: 999px;
        background: rgba(182, 17, 34, .08);
        font-size: 10px;
        line-height: 1;
    }

    .mg-history-text h3 {
        font-size: 24px;
        line-height: 1.15;
        margin-bottom: 6px;
        overflow-wrap: anywhere;
    }

    .mg-history-text h4 {
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 14px;
        overflow-wrap: anywhere;
    }

    .mg-history-text p {
        font-size: 12px;
        line-height: 1.55;
        overflow-wrap: anywhere;
    }

    .mg-history-image {
        border-radius: 7px;
    }

    .mg-history-image img {
        aspect-ratio: 1.42 / 1;
        object-fit: cover;
    }

    .mg-history-image strong {
        right: 12px;
        bottom: 6px;
        font-size: 44px;
        line-height: 1;
    }

    .offers-page {
        overflow-x: hidden;
    }

    .section-pad.offers-page,
    .offers-page .container {
        padding-right: 12px;
        padding-left: 12px;
    }

    .offer-plan-list {
        gap: 22px;
    }

    .offer-plan {
        width: 100%;
        padding: 18px 12px;
        border-radius: 8px;
    }

    .offer-plan-head {
        margin-bottom: 16px;
        padding-bottom: 14px;
        text-align: left;
    }

    .offer-plan-head span {
        font-size: 10px;
        letter-spacing: 1.2px;
        white-space: normal;
    }

    .offer-plan-head h3 {
        font-size: 21px;
        line-height: 1.18;
        overflow-wrap: anywhere;
    }

    .offer-plan-head p,
    .offer-intro {
        font-size: 13px;
        line-height: 1.55;
    }

    .offer-table-wrap {
        overflow-x: visible;
        margin-top: 14px;
        border-radius: 7px;
    }

    .offer-table {
        min-width: 0;
        table-layout: fixed;
    }

    .offer-table th,
    .offer-table td {
        width: 50%;
        padding: 11px 8px;
        font-size: 12px;
        line-height: 1.35;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .offer-benefits {
        margin-top: 16px;
        padding: 14px;
    }

    .offer-benefits ul {
        font-size: 12px;
        line-height: 1.6;
    }
}

.cyberster-page {
    --cyber-red: #d7192a;
    --cyber-ink: #030303;
    --cyber-muted: rgba(255, 255, 255, .68);
    overflow: hidden;
    margin-top: -1px;
    color: #fff;
    background:
        radial-gradient(circle at 78% 8%, rgba(55, 48, 120, .45), transparent 34%),
        radial-gradient(circle at 12% 0%, rgba(185, 32, 49, .32), transparent 30%),
        #000;
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.cyberster-page img {
    display: block;
    max-width: 100%;
}

.cyberster-hero {
    position: relative;
    display: block;
    min-height: min(760px, calc(100vh - 128px));
    padding: clamp(34px, 5vw, 74px);
    overflow: hidden;
    border-radius: 0 0 8px 8px;
    background: #050505;
}

.cyberster-hero::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(0, 0, 0, .46), transparent 36%, rgba(0, 0, 0, .12));
    content: "";
    pointer-events: none;
}

.cyberster-hero-copy,
.cyberster-hero-car {
    position: relative;
    z-index: 2;
}

.cyberster-hero-copy {
    position: absolute;
    bottom: clamp(32px, 5vw, 72px);
    left: clamp(24px, 6vw, 96px);
    max-width: 360px;
    padding-left: 0;
}

.cyberster-hero-copy span,
.cyberster-copy-wide span,
.cyberster-final span {
    display: block;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cyberster-hero-copy h1,
.cyberster-copy-wide h2,
.cyberster-final h2 {
    margin: 0;
    font-weight: 300;
    letter-spacing: 0;
    line-height: .95;
}

.cyberster-hero-copy h1 {
    max-width: 360px;
    font-size: clamp(30px, 3vw, 58px);
}

.cyberster-hero-copy p,
.cyberster-copy-wide p,
.cyberster-final p {
    max-width: 640px;
    margin: 14px 0 0;
    color: var(--cyber-muted);
    font-size: clamp(13px, 1vw, 18px);
    font-weight: 300;
    line-height: 1.35;
}

.cyberster-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 22px;
}

.cyberster-hero .cyberster-actions {
    display: none;
}

.cyberster-btn {
    display: inline-flex;
    min-width: 142px;
    height: 56px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.cyberster-btn:hover {
    transform: translateY(-2px);
}

.cyberster-btn-light {
    color: #000;
    background: #fff;
}

.cyberster-btn-light:hover {
    color: #fff;
    background: var(--cyber-red);
}

.cyberster-btn-ghost {
    border: 1px solid rgba(255, 255, 255, .42);
    color: #fff;
    background: rgba(255, 255, 255, .06);
}

.cyberster-btn-ghost:hover {
    border-color: #fff;
    color: #000;
    background: #fff;
}

.cyberster-hero-car {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.cyberster-hero-car img {
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    object-position: center;
    filter: none;
    transform: none;
}

.cyberster-section {
    width: 100%;
    margin: 0 auto;
    padding: clamp(34px, 4vw, 72px) clamp(6px, 1.2vw, 20px);
}

.cyberster-image-grid,
.cyberster-twin-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: clamp(8px, 1vw, 18px);
}

.cyberster-photo,
.cyberster-twin-gallery article {
    overflow: hidden;
    border-radius: 8px;
    background: linear-gradient(135deg, #391321, #0a0712 52%, #201a4a);
}

.cyberster-photo img,
.cyberster-twin-gallery img {
    width: 100%;
    height: clamp(360px, 36vw, 640px);
    object-fit: cover;
}

.cyberster-photo-front img {
    transform: none;
}

.cyberster-photo-rear img {
    transform: none;
}

.cyberster-copy-wide {
    max-width: 720px;
    margin: clamp(18px, 2.8vw, 44px) 0 0 clamp(90px, 10vw, 190px);
}

.cyberster-copy-wide h2 {
    max-width: 680px;
    font-size: clamp(28px, 3vw, 56px);
}

.cyberster-range-panel {
    position: relative;
    display: block;
    min-height: clamp(330px, 38vw, 660px);
    margin: clamp(24px, 4vw, 70px) clamp(6px, 1.2vw, 20px) 0;
    overflow: hidden;
    border-radius: 8px;
    background: #050505;
}

.cyberster-range-panel::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, .05) 42%, rgba(0, 0, 0, .1));
    content: "";
}

.cyberster-range-copy {
    position: relative;
    z-index: 2;
    width: min(360px, 45vw);
    padding: clamp(44px, 7vw, 110px) 0 0 clamp(18px, 4vw, 64px);
}

.cyberster-range-stat + .cyberster-range-stat {
    margin-top: 20px;
}

.cyberster-range-stat strong {
    display: block;
    color: #fff;
    font-size: clamp(34px, 4vw, 76px);
    font-weight: 300;
    letter-spacing: 0;
    line-height: .95;
}

.cyberster-range-stat span {
    display: block;
    margin-top: 6px;
    color: rgba(255, 255, 255, .56);
    font-size: clamp(11px, .9vw, 16px);
    line-height: 1.2;
}

.cyberster-range-panel img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: none;
    filter: none;
}

.cyberster-detail {
    padding-top: clamp(22px, 3vw, 52px);
}

.cyberster-detail .cyberster-copy-wide {
    margin-top: 0;
}

.cyberster-twin-gallery {
    margin-top: clamp(26px, 4vw, 62px);
}

.cyberster-twin-gallery article:first-child img {
    transform: none;
}

.cyberster-twin-gallery article:last-child img {
    transform: none;
}

.cyberster-interior {
    padding-top: clamp(28px, 4vw, 66px);
}

.cyberster-spec-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: clamp(42px, 5vw, 72px);
}

.cyberster-spec-grid article {
    min-height: 190px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .035));
}

.cyberster-spec-grid strong {
    display: block;
    color: #fff;
    font-size: clamp(38px, 4vw, 70px);
    font-weight: 300;
    line-height: 1;
}

.cyberster-spec-grid span {
    display: block;
    margin-top: 18px;
    color: rgba(255, 255, 255, .62);
    font-size: 17px;
    line-height: 1.35;
}

.cyberster-final {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin: 0 clamp(20px, 4vw, 74px) clamp(54px, 6vw, 92px);
    padding: clamp(34px, 4vw, 62px);
    border-radius: 28px;
    background:
        linear-gradient(90deg, rgba(215, 25, 42, .32), rgba(255, 255, 255, .06)),
        #0a0a0a;
}

.cyberster-final h2 {
    font-size: clamp(42px, 4.8vw, 82px);
}

.cyberster-final p {
    margin-top: 16px;
}

.cyberster-extra-sections {
    display: grid;
    gap: 28px;
    padding-top: 0;
}

.cyberster-extra-card {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(320px, .8fr);
    align-items: center;
    gap: clamp(28px, 5vw, 72px);
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .035));
}

.cyberster-extra-card:nth-child(even) {
    grid-template-columns: minmax(320px, .8fr) minmax(0, .95fr);
}

.cyberster-extra-card:nth-child(even) img {
    order: 2;
}

.cyberster-extra-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background: linear-gradient(135deg, #391321, #0a0712 52%, #201a4a);
}

.cyberster-extra-card div {
    padding: clamp(28px, 5vw, 64px);
}

.cyberster-extra-card span {
    display: block;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, .68);
    font-size: 14px;
    text-transform: uppercase;
}

.cyberster-extra-card h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 5vw, 78px);
    font-weight: 300;
    line-height: 1;
}

.cyberster-extra-card p {
    max-width: 650px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .68);
    font-size: clamp(18px, 1.4vw, 23px);
    line-height: 1.42;
}

.cyberster-extra-card .cyberster-btn {
    margin-top: 28px;
}

@media (max-width: 991px) {
    .cyberster-hero {
        min-height: 620px;
        padding: 34px;
    }

    .cyberster-hero-copy {
        padding-left: 0;
    }

    .cyberster-hero-car img {
        margin: 0;
        transform: none;
    }

    .cyberster-image-grid,
    .cyberster-twin-gallery,
    .cyberster-spec-grid {
        grid-template-columns: 1fr 1fr;
    }

    .cyberster-range-panel {
        min-height: 460px;
        padding: 0;
    }

    .cyberster-range-copy {
        padding-left: 32px;
    }

    .cyberster-range-panel img {
        transform: none;
    }

    .cyberster-final {
        align-items: flex-start;
        flex-direction: column;
    }

    .cyberster-extra-card,
    .cyberster-extra-card:nth-child(even) {
        grid-template-columns: 1fr;
    }

    .cyberster-extra-card:nth-child(even) img {
        order: 0;
    }
}

@media (max-width: 575px) {
    .cyberster-hero {
        min-height: 520px;
        padding: 24px 20px;
        border-radius: 0 0 18px 18px;
    }

    .cyberster-hero-copy {
        right: 22px;
        bottom: 28px;
        left: 22px;
        max-width: 280px;
    }

    .cyberster-hero-copy h1,
    .cyberster-copy-wide h2,
    .cyberster-final h2 {
        line-height: 1.03;
    }

    .cyberster-actions {
        gap: 10px;
    }

    .cyberster-btn {
        min-width: 128px;
        height: 50px;
    }

    .cyberster-section {
        padding: 34px 6px;
    }

    .cyberster-image-grid,
    .cyberster-twin-gallery,
    .cyberster-spec-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .cyberster-photo,
    .cyberster-twin-gallery article {
        border-radius: 18px;
    }

    .cyberster-photo img,
    .cyberster-twin-gallery img {
        height: 72vw;
        min-height: 300px;
    }

    .cyberster-copy-wide {
        margin-left: 18px;
        margin-right: 18px;
    }

    .cyberster-range-panel,
    .cyberster-final {
        margin-right: 6px;
        margin-left: 6px;
        border-radius: 18px;
    }

    .cyberster-range-panel {
        min-height: 360px;
    }

    .cyberster-range-copy {
        width: min(260px, 78vw);
        padding: 34px 0 0 18px;
    }

    .cyberster-spec-grid article {
        min-height: 150px;
        padding: 24px;
    }

    .cyberster-extra-card {
        border-radius: 18px;
    }

    .cyberster-extra-card div {
        padding: 26px 22px 30px;
    }
}

.u9-page {
    overflow: hidden;
    color: #111;
    background: #fff;
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.u9-page img,
.u9-page video {
    display: block;
    width: 100%;
}

.u9-hero {
    position: relative;
    min-height: 0;
    overflow: hidden;
    background: #111;
}

.u9-hero-media {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.u9-hero::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .46)),
        linear-gradient(90deg, rgba(0, 0, 0, .42), transparent 38%);
    content: "";
}

.u9-hero-overlay {
    position: absolute;
    top: 12%;
    right: 10%;
    left: 10%;
    z-index: 1;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.u9-hero-overlay span {
    display: block;
    font-size: clamp(18px, 2vw, 38px);
    font-weight: 500;
    letter-spacing: 12px;
}

.u9-hero-overlay h1 {
    margin: 8px 0 0;
    font-size: clamp(72px, 13vw, 210px);
    font-weight: 950;
    font-style: italic;
    line-height: .82;
}

.u9-hero-overlay p {
    max-width: 680px;
    margin: 18px auto 0;
    font-size: 18px;
    line-height: 1.45;
    text-transform: none;
}

.u9-manual-btn {
    position: absolute;
    bottom: 56px;
    left: 5vw;
    z-index: 1;
    display: inline-flex;
    min-width: 260px;
    height: 72px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #111;
    background: #fff;
    font-size: 24px;
    text-decoration: none;
}

.u9-price-stack {
    position: absolute;
    right: 7vw;
    bottom: 44px;
    z-index: 1;
    color: #fff;
    text-align: right;
    text-transform: uppercase;
}

.u9-price-stack span,
.u9-price-stack strong {
    display: block;
}

.u9-price-stack span {
    font-size: clamp(15px, 1.4vw, 26px);
    font-weight: 800;
    font-style: italic;
}

.u9-price-stack strong {
    font-size: clamp(32px, 4.2vw, 78px);
    font-weight: 950;
    font-style: italic;
    line-height: 1;
}

.u9-section {
    width: min(100%, 1380px);
    margin: 0 auto;
    padding: clamp(62px, 7vw, 118px) clamp(18px, 4vw, 64px);
}

.u9-product-media {
    width: min(100%, 920px);
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    background: #fff;
}

.u9-product-media img,
.u9-product-media video {
    height: clamp(310px, 34vw, 560px);
    object-fit: contain;
}

.u9-feature-panel {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: min(100%, 820px);
    margin: 0 auto;
    padding: 44px 38px 20px;
    border-radius: 4px;
    background: #f0f1f3;
    text-align: center;
}

.u9-feature-panel article i {
    font-size: 34px;
}

.u9-feature-panel h3 {
    margin: 18px 0 14px;
    font-size: 21px;
    font-weight: 900;
}

.u9-feature-panel p {
    margin: 0;
    color: #333;
    font-size: 13px;
    line-height: 1.55;
}

.u9-feature-panel a {
    grid-column: 1 / -1;
    justify-self: center;
    min-width: 210px;
    margin-top: 28px;
    padding: 13px 28px;
    border-radius: 999px;
    color: #444;
    background: #fff;
    text-decoration: none;
}

.u9-split-copy {
    display: grid;
    grid-template-columns: minmax(240px, .45fr) minmax(0, 1fr);
    gap: clamp(28px, 5vw, 80px);
    width: min(100%, 960px);
    margin: 64px auto 0;
    align-items: start;
}

.u9-split-copy h2 {
    margin: 0;
    font-size: clamp(32px, 3vw, 54px);
    font-weight: 300;
    line-height: 1.02;
    text-transform: uppercase;
}

.u9-split-copy h2 strong,
.u9-split-copy h2 b {
    font-weight: 950;
}

.u9-split-copy p {
    margin: 0;
    color: #333;
    font-size: 15px;
    line-height: 1.6;
}

.u9-capability-card {
    position: relative;
    display: grid;
    grid-template-columns: .42fr .58fr;
    align-items: center;
    min-height: 560px;
    margin-top: 54px;
    overflow: hidden;
    border-radius: 4px;
    background: #f0f0f0;
}

.u9-capability-card img,
.u9-capability-card video {
    height: 100%;
    min-height: 560px;
    object-fit: cover;
    object-position: right center;
}

.u9-accordion-list {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 18px;
    padding: 48px;
}

.u9-accordion-list span {
    display: flex;
    min-height: 48px;
    align-items: center;
    gap: 12px;
    padding: 0 18px;
    border-radius: 999px;
    background: #fff;
    font-size: 14px;
    font-weight: 900;
}

.u9-smart,
.u9-expert {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    color: #fff;
    background: #111;
}

.u9-smart-bg,
.u9-expert-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.u9-smart::after,
.u9-expert::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .78) 66%);
    content: "";
}

.u9-smart-copy,
.u9-expert-copy {
    position: relative;
    z-index: 1;
    width: min(760px, 86vw);
    margin: 0 auto;
    padding-top: 250px;
    text-align: center;
}

.u9-smart-copy h2,
.u9-expert-copy h2 {
    margin: 0;
    font-size: clamp(30px, 3vw, 52px);
    font-weight: 900;
}

.u9-smart-copy p,
.u9-expert-copy p {
    margin: 12px auto 0;
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    line-height: 1.6;
}

.u9-main-media {
    width: min(100%, 920px);
    margin: 0 auto;
}

.u9-main-media img,
.u9-main-media video {
    height: clamp(340px, 42vw, 680px);
    object-fit: cover;
}

.u9-journey-copy {
    width: 100%;
    margin: clamp(44px, 6vw, 96px) 0;
    background: #0b0d0f;
}

.u9-journey-copy-frame {
    position: relative;
    min-height: clamp(520px, 58vw, 860px);
    overflow: hidden;
}

.u9-journey-copy-frame::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .64), rgba(0, 0, 0, .22) 46%, rgba(0, 0, 0, .05)),
        linear-gradient(180deg, rgba(0, 0, 0, .42), rgba(0, 0, 0, .08) 45%, rgba(0, 0, 0, .58));
    content: "";
}

.u9-journey-copy-media {
    width: 100%;
    height: clamp(520px, 58vw, 860px);
    object-fit: cover;
}

.u9-journey-copy-text {
    position: absolute;
    top: clamp(58px, 8vw, 130px);
    left: clamp(28px, 8vw, 150px);
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(260px, .46fr) minmax(280px, .9fr);
    gap: clamp(28px, 6vw, 110px);
    width: min(1280px, calc(100% - clamp(56px, 16vw, 300px)));
    align-items: start;
    color: #fff;
}

.u9-journey-copy-text h2 {
    margin: 0;
    font-size: clamp(42px, 5.2vw, 92px);
    font-weight: 300;
    line-height: 1.04;
    text-transform: uppercase;
}

.u9-journey-copy-text h2 strong,
.u9-journey-copy-text h2 b {
    font-weight: 950;
}

.u9-journey-copy-text p {
    margin: 0;
    max-width: 820px;
    color: rgba(255, 255, 255, .9);
    font-size: clamp(17px, 1.35vw, 24px);
    line-height: 1.55;
}

.u9-card-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(280px, 1fr));
    gap: 18px;
    margin-top: 58px;
    overflow-x: auto;
    padding-bottom: 18px;
}

.u9-card-row article {
    position: relative;
    min-height: 230px;
    overflow: hidden;
    border-radius: 4px;
    background: #111;
}

.u9-card-row img,
.u9-card-row video {
    height: 100%;
    min-height: 230px;
    object-fit: cover;
}

.u9-card-row strong {
    position: absolute;
    right: 18px;
    bottom: 16px;
    left: 18px;
    z-index: 1;
    color: #fff;
    font-size: 14px;
}

.u9-card-row article::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .78));
    content: "";
}

.u9-expert {
    min-height: 620px;
    margin-top: 56px;
}

.u9-expert-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    width: min(100%, 1480px);
    margin: 42px auto 0;
    padding: 0 48px 54px;
}

.u9-expert-grid article {
    min-height: 160px;
    padding: 26px;
    border-radius: 4px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .035));
}

.u9-expert-grid i {
    font-size: 28px;
}

.u9-expert-grid h3 {
    margin: 18px 0 10px;
    color: #fff;
    font-size: 22px;
    font-weight: 900;
}

.u9-expert-grid p {
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: 12px;
    line-height: 1.55;
}

.u9-extra-section {
    border-top: 1px solid #ececec;
}

.u9-extra-eyebrow {
    display: block;
    margin-bottom: 10px;
    color: #6b7179;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.u9-extra-media {
    height: clamp(320px, 38vw, 620px);
    object-fit: cover;
}

.u9-extra-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    width: min(100%, 960px);
    margin: 42px auto 0;
}

.u9-extra-stats article {
    padding: 24px;
    border-radius: 4px;
    background: #f2f3f5;
}

.u9-extra-stats h3 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 900;
}

.u9-extra-stats p {
    margin: 0;
    color: #4e545c;
    font-size: 13px;
    line-height: 1.5;
}

.u9-extra-btn {
    display: inline-flex;
    min-width: 190px;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    margin: 34px auto 0;
    border-radius: 999px;
    color: #fff;
    background: #111;
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 991px) {
    .u9-feature-panel,
    .u9-expert-grid,
    .u9-extra-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .u9-split-copy,
    .u9-journey-copy-text,
    .u9-capability-card {
        grid-template-columns: 1fr;
    }

    .u9-journey-copy-text {
        width: min(760px, calc(100% - 48px));
        gap: 18px;
    }

    .u9-capability-card img,
    .u9-capability-card video {
        min-height: 420px;
    }
}

@media (max-width: 575px) {
    .u9-hero {
        min-height: 0;
    }

    .u9-hero-overlay {
        top: 12%;
        right: 18px;
        left: 18px;
    }

    .u9-hero-overlay span {
        letter-spacing: 5px;
    }

    .u9-manual-btn {
        bottom: 32px;
        left: 22px;
        min-width: 210px;
        height: 58px;
        font-size: 19px;
    }

    .u9-price-stack {
        right: 22px;
        bottom: 104px;
    }

    .u9-section {
        padding: 48px 18px;
    }

    .u9-feature-panel,
    .u9-expert-grid,
    .u9-extra-stats {
        grid-template-columns: 1fr;
    }

    .u9-feature-panel {
        padding: 30px 22px;
    }

    .u9-split-copy {
        margin-top: 38px;
    }

    .u9-journey-copy {
        margin: 34px 0;
    }

    .u9-journey-copy-frame {
        min-height: 620px;
    }

    .u9-journey-copy-media {
        height: 620px;
    }

    .u9-journey-copy-text {
        top: 38px;
        left: 22px;
        width: calc(100% - 44px);
    }

    .u9-accordion-list {
        padding: 24px;
    }

    .u9-smart-copy,
    .u9-expert-copy {
        padding-top: 220px;
    }

    .u9-expert-grid {
        padding: 0 18px 42px;
    }
}
