/* General Week — premium editorial pass */
:root {
    --font-display: "Oswald", "Arial Narrow", sans-serif;
    --font-body: "Inter", Arial, sans-serif;
    --page-pad: clamp(18px, 4.5vw, 76px);
    --brand: #ffc400;
    --text: #f4f1e9;
    --muted: #989790;
    --surface: #0b0b0b;
    --line: rgba(255, 255, 255, 0.12);
}

body {
    background: #050505;
    letter-spacing: -0.01em;
}

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

main,
section,
header,
footer {
    max-width: 100%;
}

.campaign-header {
    position: fixed;
    z-index: 1000;
    min-height: 82px;
    padding-top: max(16px, env(safe-area-inset-top));
    padding-bottom: 12px;
    background: linear-gradient(180deg, rgba(5, 5, 5, 0.96), rgba(5, 5, 5, 0.72) 68%, transparent);
}

.campaign-header::after {
    right: var(--page-pad);
    left: var(--page-pad);
    background: rgba(255, 255, 255, 0.1);
}

.brand img {
    width: 96px;
}

.header-action {
    border-bottom: 0;
    font-size: 11px;
    letter-spacing: 0.14em;
}

.hero--premium {
    display: block;
    min-height: 100svh;
    padding: 116px var(--page-pad) 114px;
    background:
        linear-gradient(90deg, rgba(255, 196, 0, 0.035) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
        #050505;
    background-size: 64px 64px;
}

.hero--premium::after {
    display: none;
}

.hero--premium .hero-glow {
    top: 8%;
    right: -35%;
    bottom: auto;
    width: 90vw;
    height: 90vw;
    max-width: 940px;
    max-height: 940px;
    opacity: 0.38;
    filter: blur(70px);
}

.hero--premium .hero-grid {
    opacity: 0.42;
    background-size: 64px 64px;
}

.premium-hero__layout {
    position: relative;
    z-index: 5;
    display: grid;
    gap: 36px;
    max-width: 1540px;
    margin: 0 auto;
}

.premium-hero__copy {
    max-width: 540px;
}

.hero-eyebrow {
    font-size: 10px;
    letter-spacing: 0.17em;
}

.hero-title {
    margin: 18px 0 18px;
    font-size: clamp(50px, 14vw, 74px);
    letter-spacing: -0.055em;
    line-height: 0.91;
}

.hero-title__line--brand {
    color: var(--brand);
    text-shadow: none;
}

.hero-lead {
    max-width: 430px;
    color: #b8b7b1;
    font-size: 14px;
    line-height: 1.65;
}

.hero-lead strong {
    color: var(--text);
}

.hero-actions {
    margin-top: 24px;
}

.button {
    min-height: 52px;
    padding-left: 20px;
    border-radius: 4px;
    font-size: 13px;
    letter-spacing: 0.08em;
}

.button__arrow {
    border-radius: 2px;
}

.premium-hero__visual.hero-vehicles {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: visible;
    aspect-ratio: 16 / 10;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 5px;
    background: #080808;
    box-shadow: 0 34px 80px rgba(0, 0, 0, 0.48);
}

.premium-hero__visual.hero-vehicles::before {
    content: "";
    position: absolute;
    z-index: 4;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, transparent 58%, rgba(5, 5, 5, 0.34));
    pointer-events: none;
}

.premium-hero__visual.hero-vehicles::after {
    display: none;
}

.premium-hero__visual .hero-vehicle {
    position: relative;
    z-index: 2;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
    border: 0;
    border-radius: inherit;
    object-fit: contain;
    background: #050505;
    box-shadow: none;
    filter: none;
}

.premium-hero__visual .hero-vehicles__halo {
    right: 8%;
    bottom: 2%;
    width: 70%;
    height: 30%;
    opacity: 0.12;
    filter: blur(54px);
}

.premium-hero__caption {
    position: absolute;
    z-index: 6;
    right: 14px;
    bottom: 12px;
    display: none;
    text-align: right;
}

.premium-hero__caption span,
.premium-hero__caption strong {
    display: block;
}

.premium-hero__caption span {
    color: var(--muted);
    font-size: 7px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.premium-hero__caption strong {
    margin-top: 2px;
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.premium-hero__visual .hero-zero-badge {
    top: -22px;
    right: 10px;
    width: 70px;
    height: 70px;
    transform: none;
    border-color: rgba(255, 196, 0, 0.62);
    border-radius: 50%;
    background: #070707;
    box-shadow: 0 0 0 6px rgba(5, 5, 5, 0.72);
}

.premium-hero__visual .hero-zero-badge strong {
    font-size: 29px;
}

.hero-offer-card {
    position: absolute;
    z-index: 6;
    bottom: -22px;
    left: 12px;
    display: grid;
    min-width: 132px;
    padding: 11px 14px 12px;
    border-left: 3px solid var(--brand);
    background: rgba(5, 5, 5, 0.9);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(12px);
}

.hero-offer-card small,
.hero-offer-card span {
    color: var(--muted);
    font-size: 7px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-offer-card strong {
    font-family: var(--font-display);
    font-size: 25px;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
}

.premium-benefits {
    position: relative;
    z-index: 8;
    max-width: 1540px;
    margin: 46px auto 0;
    padding-top: 14px;
    border-top: 1px solid var(--line);
}

.premium-benefits > span {
    display: block;
    margin-bottom: 10px;
    color: var(--brand);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.premium-benefits .benefit-pills {
    position: static;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    justify-content: stretch;
}

.premium-benefits .benefit-pills li {
    display: grid;
    min-height: 34px;
    padding: 6px 7px;
    place-items: center;
    border-color: rgba(255, 255, 255, 0.16);
    border-radius: 3px;
    background: #090909;
    font-size: 7px;
    text-align: center;
    backdrop-filter: none;
}

.hero--premium .scroll-cue {
    display: none;
}

.campaign-tape--physical {
    min-height: 38px;
    border: 0;
    background: var(--brand);
    box-shadow:
        0 -2px 0 rgba(255, 255, 255, 0.24) inset,
        0 2px 0 rgba(0, 0, 0, 0.38) inset,
        0 14px 34px rgba(0, 0, 0, 0.34);
    color: #050505;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 38px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.campaign-tape--physical::before,
.campaign-tape--physical::after {
    content: "";
    position: absolute;
    z-index: 2;
    right: 0;
    left: 0;
    height: 1px;
    background: rgba(5, 5, 5, 0.45);
}

.campaign-tape--physical::before { top: 3px; }
.campaign-tape--physical::after { bottom: 3px; }

.campaign-tape--physical .campaign-tape__track {
    position: relative;
    min-width: 200%;
    justify-content: space-around;
    backface-visibility: hidden;
}

.campaign-tape--physical .campaign-tape__track::after {
    content: "";
    position: absolute;
    z-index: 3;
    top: 3px;
    bottom: 3px;
    left: -18%;
    width: 15%;
    background: linear-gradient(
        105deg,
        transparent 0%,
        rgba(255, 255, 255, 0.06) 22%,
        rgba(255, 255, 255, 0.72) 50%,
        rgba(255, 244, 196, 0.18) 68%,
        transparent 100%
    );
    filter: blur(2px);
    mix-blend-mode: screen;
    pointer-events: none;
    transform: skewX(-18deg);
    animation: tapeBeamSweep 5.6s cubic-bezier(0.3, 0.05, 0.2, 1) var(--tape-beam-delay, 0s) infinite;
}

@keyframes tapeBeamSweep {
    0%, 14% { left: -18%; opacity: 0; }
    22% { opacity: 0.9; }
    68% { left: 106%; opacity: 0.72; }
    76%, 100% { left: 106%; opacity: 0; }
}

.campaign-tape--physical .campaign-tape__track span {
    flex: 0 0 auto;
    padding-inline: 28px;
}

.hero--premium .campaign-tape--hero-bottom {
    z-index: 20;
    bottom: 28px;
    left: -7%;
    width: 114%;
    transform: rotate(1.15deg);
}

.tape-transition {
    position: relative;
    z-index: 30;
    height: 0;
}

.tape-transition .campaign-tape {
    top: -12px;
    left: -8%;
    width: 116%;
    transform: rotate(-1.15deg);
}

.countdown-section {
    min-height: 86svh;
    padding-top: 120px;
    background:
        linear-gradient(90deg, transparent 49.9%, rgba(255, 255, 255, 0.045) 50%, transparent 50.1%),
        #090806;
}

.countdown-section::before,
.countdown-section::after,
.countdown-orbit {
    display: none;
}

.countdown-inner h2 {
    margin-top: 14px;
    margin-bottom: 44px;
    font-size: clamp(44px, 12vw, 104px);
    letter-spacing: -0.05em;
    line-height: 0.92;
}

.countdown {
    max-width: 840px;
    gap: 5px;
}

.countdown-unit {
    padding: 13px 2px 14px;
    border-top: 1px solid rgba(255, 196, 0, 0.46);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.countdown-unit strong {
    font-size: clamp(42px, 12.5vw, 108px);
    font-weight: 600;
    text-shadow: none;
}

.countdown > i {
    padding-top: 18px;
    font-size: clamp(23px, 7vw, 54px);
}

.offers {
    overflow: hidden;
    padding-top: 120px;
    background: #050505;
}

.offers-header {
    margin-bottom: 92px;
}

.offers-header h2,
.benefits-copy h2,
.closing h2 {
    font-size: clamp(50px, 12vw, 108px);
    line-height: 0.95;
}

.offers-header h2 em,
.benefits-copy h2 em,
.closing h2 em {
    font-weight: 500;
}

.offers-tape {
    position: relative;
    z-index: 12;
    height: 62px;
    margin: 0 calc(var(--page-pad) * -1) 44px;
}

.offers-tape .campaign-tape {
    top: 4px;
    left: -7%;
    width: 114%;
    transform: rotate(1.1deg);
}

.vehicle-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
}

.vehicle-panel,
.vehicle-panel:nth-child(even) {
    display: flex;
    min-height: 0;
    margin-top: 0;
    flex-direction: column;
    overflow: hidden;
    border-color: rgba(255, 255, 255, 0.13);
    border-radius: 5px;
    background: #0a0a0a;
}

.vehicle-panel::before {
    display: none;
}

.vehicle-panel__number {
    z-index: 5;
    top: 15px;
    right: 16px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    letter-spacing: 0.12em;
    -webkit-text-stroke: 0;
}

.vehicle-panel__topline {
    z-index: 7;
    top: 14px;
    right: 14px;
    left: 14px;
}

.vehicle-panel__topline > span:first-child {
    visibility: hidden;
}

.vehicle-panel__visual {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    padding: 0;
    background: #080808;
}

.vehicle-panel__visual::after {
    inset: 0;
    border-radius: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(5, 5, 5, 0.46));
}

.vehicle-panel__visual img {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    object-fit: contain;
    background: #050505;
    filter: none;
    transition: transform 0.65s cubic-bezier(0.2, 0.7, 0.2, 1), filter 0.4s ease;
}

.vehicle-panel:hover .vehicle-panel__visual img {
    transform: scale(1.012);
    filter: none;
}

.vehicle-panel__visual span {
    top: auto;
    bottom: 0;
    left: 0;
    width: 74px;
    height: 3px;
}

.vehicle-panel__content {
    position: relative;
    padding: 26px 18px 20px;
    pointer-events: none;
}

.vehicle-panel__content a {
    pointer-events: auto;
}

.vehicle-panel__kicker {
    margin-bottom: 8px;
    font-family: var(--font-body);
    font-size: 9px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.vehicle-panel h3 {
    max-width: none;
    font-size: clamp(38px, 11vw, 58px);
    font-weight: 600;
    line-height: 0.98;
}

.vehicle-meta {
    margin: 20px 0;
    padding: 12px 0;
    font-size: 8px;
}

.vehicle-price strong {
    font-size: 30px;
    font-weight: 600;
}

.round-link {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    border-radius: 3px;
}

.benefits-section {
    padding-top: 170px;
    background: #090806;
}

.campaign-tape--benefits {
    top: 64px;
    left: -8%;
    width: 116%;
    transform: rotate(-1.1deg);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34);
}

.benefits-checklist strong {
    font-weight: 500;
}

.closing {
    min-height: 90svh;
    padding-top: 150px;
    background: #050505;
}

.closing::before,
.closing-key {
    display: none;
}

.closing > .closing-tape {
    position: absolute;
    z-index: 4;
    top: 58px;
    right: 0;
    left: 0;
    width: 100%;
}

.closing > .closing-tape .campaign-tape {
    top: 0;
    left: -8%;
    width: 116%;
    transform: rotate(1.15deg);
}

.campaign-footer {
    border-top-color: rgba(255, 255, 255, 0.1);
    background: #050505;
}

/* Vehicle pages */
.detail-page .campaign-header {
    background: rgba(5, 5, 5, 0.92);
}

.detail-hero {
    min-height: auto;
    padding-top: 148px;
    background: #050505;
}

.detail-hero::before {
    opacity: 0.3;
    background-size: 64px 64px;
}

.detail-hero .campaign-tape--top {
    top: 87px;
    min-height: 30px;
    transform: rotate(-1.5deg);
    font-size: 9px;
    line-height: 30px;
}

.detail-title {
    font-size: clamp(54px, 15vw, 112px);
    font-weight: 600;
    line-height: 0.94;
}

.detail-vehicle-visual {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
    margin: 28px 0 22px;
}

.detail-vehicle-visual::after {
    background: linear-gradient(180deg, transparent 65%, rgba(5, 5, 5, 0.3));
}

.detail-vehicle-visual img {
    border-radius: 5px;
    object-fit: contain;
    background: #050505;
    filter: none;
}

.detail-price strong {
    font-weight: 600;
}

.detail-scroll-cue {
    position: relative;
    z-index: 6;
    display: inline-flex;
    justify-self: center;
    align-items: center;
    width: min(320px, 100%);
    margin-top: 42px;
    flex-direction: column;
    gap: 16px;
    color: rgba(245, 244, 239, 0.72);
    font-family: var(--font-display);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.detail-scroll-cue i {
    --cue-progress: 8%;
    position: relative;
    display: block;
    width: 2px;
    height: clamp(118px, 18vh, 168px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.018);
}

.detail-scroll-cue > span {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 12px;
    white-space: nowrap;
    color: #5d5d59;
    opacity: 0.72;
    text-shadow: none;
    will-change: letter-spacing, color, opacity, text-shadow;
    animation: detailCueTextIgnite 2.35s ease-in-out 0.08s infinite;
}

.detail-scroll-cue > span::before,
.detail-scroll-cue > span::after {
    content: "";
    width: clamp(22px, 9vw, 46px);
    height: 1px;
    opacity: 0;
    background: linear-gradient(90deg, rgba(255, 196, 0, 0.12), rgba(255, 196, 0, 0.82));
    box-shadow: 0 0 9px rgba(255, 196, 0, 0.2);
    transform: scaleX(0);
    transform-origin: left center;
    will-change: transform, opacity;
    animation: detailCueSideGrow 2.35s cubic-bezier(0.34, 0.05, 0.2, 1) infinite;
}

.detail-scroll-cue > span::after {
    background: linear-gradient(90deg, rgba(255, 196, 0, 0.82), rgba(255, 196, 0, 0.12));
    transform-origin: right center;
    animation-delay: 0.12s;
}

@keyframes detailCueSideGrow {
    0%, 14% { transform: scaleX(0); opacity: 0; }
    46%, 72% { transform: scaleX(1); opacity: 1; }
    100% { transform: scaleX(0.14); opacity: 0; }
}

@keyframes detailCueTextIgnite {
    0%, 34% {
        color: #555551;
        opacity: 0.62;
        text-shadow: 0 0 0 rgba(255, 196, 0, 0);
    }
    46% {
        color: #fff2ba;
        opacity: 1;
        text-shadow: 0 0 7px rgba(255, 196, 0, 0.48), 0 0 18px rgba(255, 196, 0, 0.16);
    }
    58%, 72% {
        color: #fffbf0;
        opacity: 1;
        text-shadow: 0 0 5px rgba(255, 218, 96, 0.42), 0 0 14px rgba(255, 196, 0, 0.14);
    }
    100% {
        color: #666661;
        opacity: 0.68;
        text-shadow: 0 0 0 rgba(255, 196, 0, 0);
    }
}

.detail-scroll-cue b {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: var(--cue-progress);
    background: var(--brand);
    box-shadow: 0 0 12px rgba(255, 196, 0, 0.72);
}

.detail-scroll-cue i::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: calc(var(--cue-progress) - 5px);
    left: 50%;
    width: 10px;
    height: 10px;
    transform: translateX(-50%);
    border: 2px solid #050505;
    border-radius: 50%;
    background: var(--brand);
    box-shadow: 0 0 0 4px rgba(255, 196, 0, 0.11), 0 0 18px rgba(255, 196, 0, 0.78);
}

.detail-content {
    background: #080808;
}

.detail-section-title,
.detail-benefits h2,
.detail-final h2 {
    font-weight: 600;
    line-height: 0.96;
}

.gallery-stage,
.video-card,
.detail-benefits {
    border-radius: 5px;
}

.gallery-stage {
    isolation: isolate;
}

.gallery-stage::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: -24px;
    background:
        linear-gradient(rgba(5, 5, 5, 0.38), rgba(5, 5, 5, 0.38)),
        var(--gallery-preview) center / cover no-repeat;
    filter: blur(22px) saturate(0.72);
    transform: scale(1.08);
}

.gallery-main-button {
    z-index: 1;
}

.gallery-main {
    display: block;
    object-fit: contain;
    background: transparent;
    opacity: 1;
    transition: opacity 0.22s ease;
}

.gallery-stage.is-loading .gallery-main {
    opacity: 0.56;
}

@media (min-width: 720px) {
    .brand img { width: 110px; }
    .premium-hero__layout {
        grid-template-columns: minmax(280px, 0.72fr) minmax(460px, 1.28fr);
        align-items: center;
        gap: clamp(36px, 6vw, 100px);
    }
    .hero-title { font-size: clamp(64px, 7.2vw, 102px); }
    .premium-hero__caption { display: block; }
    .premium-benefits .benefit-pills { grid-template-columns: repeat(6, 1fr); }
    .hero--premium .scroll-cue {
        display: flex;
        bottom: 72px;
        left: var(--page-pad);
        transform: none;
    }
    .vehicle-panel__content { padding: 32px 28px 28px; }
    .detail-hero { grid-template-columns: 0.82fr 1.18fr; align-items: center; min-height: 100svh; }
    .detail-vehicle-visual { height: auto; min-height: 0; aspect-ratio: 16 / 10; margin-left: 5%; }
    .detail-scroll-cue { grid-column: 1 / -1; margin-top: 48px; }
}

@media (min-width: 980px) {
    .hero--premium {
        display: flex;
        min-height: 100svh;
        align-items: center;
        padding-top: 118px;
        padding-bottom: 130px;
    }
    .premium-hero__layout { width: 100%; }
    .premium-benefits {
        position: absolute;
        right: var(--page-pad);
        bottom: 82px;
        left: var(--page-pad);
    }
    .premium-benefits > span { display: none; }
    .premium-benefits .benefit-pills { justify-content: end; }
    .hero--premium .campaign-tape--hero-bottom { bottom: 25px; }
    .offers-header { margin-bottom: 116px; }
    .vehicle-list { display: block; max-width: 1320px; margin-inline: auto; }
    .vehicle-panel,
    .vehicle-panel:nth-child(even) {
        display: grid;
        min-height: 560px;
        grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
        grid-template-rows: minmax(560px, auto);
        align-items: stretch;
        align-content: stretch;
        margin: 0 0 42px;
    }
    .vehicle-panel:nth-child(even) { grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr); }
    .vehicle-panel:nth-child(odd) .vehicle-panel__visual { grid-column: 1; grid-row: 1; }
    .vehicle-panel:nth-child(odd) .vehicle-panel__content { grid-column: 2; grid-row: 1; }
    .vehicle-panel:nth-child(even) .vehicle-panel__visual { grid-column: 2; grid-row: 1; }
    .vehicle-panel:nth-child(even) .vehicle-panel__content { grid-column: 1; grid-row: 1; }
    .vehicle-panel__visual { min-width: 0; height: 100%; aspect-ratio: auto; }
    .vehicle-panel__visual img { object-fit: contain; background: #080808; }
    .vehicle-panel__content {
        display: flex;
        min-width: 0;
        padding: 62px 44px 42px;
        flex-direction: column;
        justify-content: flex-end;
        border-left: 1px solid var(--line);
    }
    .vehicle-panel:nth-child(even) .vehicle-panel__content { border-right: 1px solid var(--line); border-left: 0; }
    .vehicle-panel h3 { font-size: clamp(54px, 5vw, 78px); }
    .vehicle-panel__number { top: 28px; right: 32px; }
    .vehicle-panel:nth-child(even) .vehicle-panel__number { right: auto; left: 32px; }
    .vehicle-panel__topline { top: 26px; right: 28px; left: 28px; }
    .benefits-section { padding-top: 210px; }
    .detail-hero { padding-top: 160px; padding-bottom: 90px; }
    .detail-vehicle-visual { height: auto; max-height: none; aspect-ratio: 16 / 10; margin: 0 0 0 7%; }
    .detail-purchase { bottom: 48px; }
}

@media (max-width: 719px) {
    .campaign-header {
        min-height: 58px;
        padding: max(10px, env(safe-area-inset-top)) 18px 8px;
        background: rgba(5, 5, 5, 0.94);
        backdrop-filter: blur(12px);
    }
    .campaign-header::after {
        right: 18px;
        left: 18px;
    }
    .brand img { width: 74px; }
    .campaign-footer img {
        width: 112px;
        max-width: 100%;
    }
    .vehicle-panel > .vehicle-panel__topline {
        position: absolute;
        top: 12px;
        right: 12px;
        left: 12px;
        width: auto;
    }
    .vehicle-panel > .vehicle-panel__number {
        top: 18px;
        right: auto;
        left: 16px;
    }
    .vehicle-panel .zero-tag {
        flex: 0 0 auto;
        margin-left: auto;
        padding: 6px 9px;
    }
    .header-action { max-width: 94px; text-align: right; }
    .back-link { font-size: 10px; }
    .hero--premium { padding-top: 84px; }
    .stock-note { display: flex; font-size: 8px; }
    .hero-actions { gap: 12px; }
    .premium-hero__visual .hero-zero-badge { top: -18px; }
    .countdown-section { min-height: 78svh; padding-top: 110px; padding-bottom: 100px; }
    .countdown-caption { max-width: 300px; }
    .offers { padding-top: 104px; }
    .offers-header { margin-bottom: 62px; }
    .benefits-layout { gap: 44px; }
    .closing > p:not(.eyebrow) { max-width: 310px; }
    .detail-page .campaign-header { min-height: 58px; }
    .detail-hero { padding-top: 150px; }
    .detail-hero .campaign-tape--top.campaign-tape--physical {
        top: 94px;
        min-height: 36px;
        font-size: 10px;
        line-height: 36px;
    }
    .detail-purchase { align-items: center; }
    .detail-purchase .button { border-radius: 3px; }
    .gallery-main {
        height: auto;
        aspect-ratio: auto;
        object-fit: initial;
    }
    .gallery-thumbs {
        min-height: 76px;
        opacity: 1;
        visibility: visible;
    }
    .detail-page .whatsapp-assistant {
        gap: 0;
    }
    .detail-page .whatsapp-assistant__bubble {
        display: none;
    }
    .detail-page .whatsapp-assistant.is-detail-active .whatsapp-assistant__bubble {
        display: flex;
    }
    .detail-page .whatsapp-assistant__button {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
    }
    .detail-page .whatsapp-assistant__button > i::before {
        font-size: 24px;
    }
}

@media (max-width: 390px) {
    .hero-title { font-size: 46px; }
    .hero-lead { font-size: 13px; }
    .button { gap: 16px; padding-left: 16px; }
    .premium-benefits .benefit-pills { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .countdown-unit strong { font-size: 38px; }
    .countdown > i { font-size: 19px; }
}

@media (max-height: 720px) and (min-width: 980px) {
    .hero--premium { padding-top: 100px; padding-bottom: 108px; }
    .hero-title { font-size: 70px; }
    .premium-hero__layout { grid-template-columns: 0.78fr 1.22fr; }
}

/* General Week — motion refinement */
.hero--premium {
    isolation: isolate;
    background:
        radial-gradient(ellipse at 78% 24%, rgba(255, 196, 0, 0.07), transparent 42%),
        linear-gradient(145deg, #050505 0%, #080704 58%, #050505 100%);
}

.hero--premium .hero-grid {
    display: none;
}

.hero-flow,
.hero-grain {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.hero-flow {
    z-index: 0;
    opacity: 0.9;
}

.hero-grain {
    z-index: 1;
    opacity: 0.34;
    background-image: repeating-radial-gradient(
        ellipse at 76% 32%,
        transparent 0 34px,
        rgba(255, 255, 255, 0.035) 35px 36px,
        transparent 37px 68px
    );
    background-size: 112% 112%;
    mask-image: radial-gradient(ellipse at 74% 36%, #000 0%, rgba(0, 0, 0, 0.72) 42%, transparent 78%);
    animation: contourDrift 16s ease-in-out infinite alternate;
}

.hero--premium .hero-glow {
    animation: ambientBreath 8s ease-in-out infinite alternate;
}

@keyframes contourDrift {
    from { transform: translate3d(-1.5%, -1%, 0) scale(1); }
    to { transform: translate3d(2%, 1.5%, 0) scale(1.045); }
}

@keyframes ambientBreath {
    from { transform: translate3d(-2%, 1%, 0) scale(0.92); opacity: 0.24; }
    to { transform: translate3d(3%, -2%, 0) scale(1.08); opacity: 0.46; }
}

.premium-hero__layout {
    position: relative;
}

.premium-hero__layout,
.premium-benefits,
.hero--premium .scroll-cue,
.hero--premium .campaign-tape {
    z-index: 5;
}

.premium-hero__visual,
.vehicle-panel__visual,
.detail-vehicle-visual {
    isolation: isolate;
}

.vehicle-panel {
    border-color: rgba(255, 255, 255, 0.11);
    background:
        radial-gradient(ellipse at 12% 0%, rgba(255, 196, 0, 0.055), transparent 38%),
        linear-gradient(145deg, #0c0c0b, #070707 78%);
    box-shadow: 0 24px 90px rgba(0, 0, 0, 0.3);
    transition: border-color 0.45s ease, box-shadow 0.45s ease, transform 0.45s cubic-bezier(0.2, 0.75, 0.2, 1);
}

.vehicle-panel::after {
    content: "";
    position: absolute;
    z-index: 8;
    inset: 0;
    border: 1px solid transparent;
    border-radius: inherit;
    background: linear-gradient(125deg, rgba(255, 255, 255, 0.18), transparent 22%, transparent 74%, rgba(255, 196, 0, 0.2)) border-box;
    -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    opacity: 0.55;
    pointer-events: none;
}

.vehicle-panel__visual {
    overflow: hidden;
}

.vehicle-panel__visual img {
    will-change: transform;
}

.vehicle-panel__content {
    background: linear-gradient(145deg, rgba(10, 10, 9, 0.98), rgba(7, 7, 7, 0.94));
}

.round-link,
.button {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
}

.button::before {
    content: "";
    position: absolute;
    inset: -35% auto -35% -70%;
    width: 46%;
    transform: skewX(-22deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    transition: left 0.72s cubic-bezier(0.2, 0.75, 0.2, 1);
    pointer-events: none;
}

.button:hover::before,
.button:focus-visible::before {
    left: 125%;
}

.countdown-section {
    background:
        radial-gradient(ellipse at 50% 54%, rgba(255, 196, 0, 0.09), transparent 36%),
        linear-gradient(112deg, #070706, #0b0904 48%, #070706);
}

.countdown-section::before {
    display: block;
    width: min(78vw, 840px);
    height: min(78vw, 840px);
    border: 0;
    border-radius: 50%;
    opacity: 0.56;
    background: repeating-radial-gradient(circle, transparent 0 41px, rgba(255, 255, 255, 0.045) 42px 43px);
    mask-image: radial-gradient(circle, #000, transparent 72%);
    animation: contourPulse 10s ease-in-out infinite alternate;
}

@keyframes contourPulse {
    from { transform: scale(0.92) rotate(-3deg); opacity: 0.32; }
    to { transform: scale(1.08) rotate(3deg); opacity: 0.62; }
}

.offers {
    isolation: isolate;
    background:
        radial-gradient(ellipse at 4% 34%, rgba(255, 196, 0, 0.045), transparent 28%),
        #050505;
}

.offers::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 4%;
    right: -28%;
    width: 70vw;
    height: 70vw;
    max-width: 980px;
    max-height: 980px;
    border-radius: 50%;
    opacity: 0.32;
    background: repeating-radial-gradient(circle, transparent 0 31px, rgba(255, 255, 255, 0.04) 32px 33px);
    mask-image: radial-gradient(circle, #000, transparent 72%);
}

.benefits-section {
    background:
        radial-gradient(ellipse at 84% 30%, rgba(255, 196, 0, 0.075), transparent 34%),
        linear-gradient(160deg, #090806, #070707 72%);
}

.benefits-checklist li {
    transition: padding-left 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.benefits-checklist li:hover {
    padding-left: 12px;
    border-color: rgba(255, 196, 0, 0.48);
    background: rgba(255, 196, 0, 0.025);
}

.closing {
    background:
        radial-gradient(ellipse at 50% 70%, rgba(255, 196, 0, 0.1), transparent 36%),
        #050505;
}

.detail-hero {
    isolation: isolate;
    background:
        radial-gradient(ellipse at 72% 32%, rgba(255, 196, 0, 0.065), transparent 38%),
        linear-gradient(145deg, #050505, #090805 58%, #050505);
}

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

.detail-copy,
.detail-vehicle-visual,
.detail-purchase {
    position: relative;
    z-index: 4;
}

.detail-hero .campaign-tape {
    z-index: 10;
}

.detail-vehicle-visual {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: #050505;
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
}

.gallery-stage,
.video-card {
    overflow: hidden;
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
}

@media (hover: hover) and (pointer: fine) {
    .vehicle-panel:hover {
        transform: translateY(-4px);
        border-color: rgba(255, 196, 0, 0.32);
        box-shadow: 0 34px 110px rgba(0, 0, 0, 0.48), 0 0 44px rgba(255, 196, 0, 0.035);
    }

    .round-link:hover {
        transform: translate3d(2px, -2px, 0) rotate(2deg);
    }
}

@media (max-width: 719px) {
    .hero-flow { opacity: 0.68; }
    .hero-grain { opacity: 0.22; }
    .vehicle-panel { box-shadow: 0 18px 54px rgba(0, 0, 0, 0.34); }
    .vehicle-panel__content { background: #080808; }
    .countdown-section::before { width: 118vw; height: 118vw; }
}

@media (prefers-reduced-motion: reduce) {
    .hero-grain,
    .hero--premium .hero-glow,
    .countdown-section::before {
        animation: none;
    }

    .button::before {
        display: none;
    }

    .detail-scroll-cue i {
        --cue-progress: 100%;
    }

    .detail-scroll-cue > span::before,
    .detail-scroll-cue > span::after {
        opacity: 1;
        transform: scaleX(1);
        animation: none;
    }

    .detail-scroll-cue > span {
        color: #d7d5cd;
        opacity: 1;
        text-shadow: none;
        animation: none;
    }

    .campaign-tape--physical .campaign-tape__track::after {
        display: none;
        animation: none;
    }
}

/* Scarcity signal and vehicle spotlight */
.stock-note {
    min-width: 126px;
    gap: 3px;
    color: var(--brand);
    font-family: var(--font-body);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.stock-note strong {
    font: inherit;
    white-space: nowrap;
}

.stock-note > i {
    display: block;
    width: 1px;
    height: 12px;
    background: var(--brand);
    box-shadow: 0 0 8px rgba(255, 196, 0, 0.55);
    animation: stockCursor 0.72s steps(1) infinite;
}

@keyframes stockCursor {
    0%, 48% { opacity: 1; }
    49%, 100% { opacity: 0; }
}

.vehicle-panel::before {
    content: "";
    position: absolute;
    z-index: 7;
    top: -28%;
    bottom: -28%;
    left: -42%;
    display: block;
    width: 27%;
    opacity: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 196, 0, 0.025) 18%,
        rgba(255, 219, 108, 0.26) 48%,
        rgba(255, 255, 255, 0.34) 52%,
        rgba(255, 196, 0, 0.08) 72%,
        transparent 100%
    );
    filter: blur(2px);
    transform: skewX(-17deg);
    mix-blend-mode: screen;
    pointer-events: none;
    animation: vehicleSpotlight 7.8s cubic-bezier(0.3, 0.05, 0.25, 1) infinite;
}

.vehicle-panel:nth-child(2)::before { animation-delay: 1.25s; }
.vehicle-panel:nth-child(3)::before { animation-delay: 2.5s; }
.vehicle-panel:nth-child(4)::before { animation-delay: 3.75s; }

@keyframes vehicleSpotlight {
    0%, 62% { left: -42%; opacity: 0; }
    66% { opacity: 0.78; }
    82% { left: 118%; opacity: 0.6; }
    86%, 100% { left: 118%; opacity: 0; }
}

.premium-benefits .benefit-pills li {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.premium-benefits .benefit-pills li::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -80%;
    bottom: -80%;
    left: -65%;
    width: 42%;
    opacity: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 196, 0, 0.13),
        rgba(255, 244, 197, 0.42),
        rgba(255, 196, 0, 0.12),
        transparent
    );
    filter: blur(1px);
    transform: skewX(-18deg);
    pointer-events: none;
    animation: benefitCardLight 6.4s ease-in-out infinite;
}

.premium-benefits .benefit-pills li:nth-child(2)::before { animation-delay: 0.45s; }
.premium-benefits .benefit-pills li:nth-child(3)::before { animation-delay: 0.9s; }
.premium-benefits .benefit-pills li:nth-child(4)::before { animation-delay: 1.35s; }
.premium-benefits .benefit-pills li:nth-child(5)::before { animation-delay: 1.8s; }
.premium-benefits .benefit-pills li:nth-child(6)::before { animation-delay: 2.25s; }

@keyframes benefitCardLight {
    0%, 64% { left: -65%; opacity: 0; }
    68% { opacity: 0.88; }
    82% { left: 125%; opacity: 0.52; }
    86%, 100% { left: 125%; opacity: 0; }
}

@media (min-width: 1200px) {
    .hero--premium {
        padding-right: clamp(52px, 4vw, 78px);
        padding-left: clamp(52px, 4vw, 78px);
    }

    .premium-hero__layout {
        max-width: 1720px;
        grid-template-columns: minmax(560px, 0.92fr) minmax(0, 1.08fr);
        gap: clamp(40px, 3.6vw, 72px);
    }

    .premium-hero__copy {
        max-width: 670px;
    }

    .hero-title {
        font-size: clamp(78px, 5.15vw, 98px);
        line-height: 0.89;
    }

    .hero-title__line--brand > span {
        white-space: nowrap;
    }

    .hero-lead {
        max-width: 470px;
    }

    .premium-benefits {
        max-width: 1720px;
    }
}

@media (min-width: 900px) and (max-width: 1199px) {
    .premium-hero__layout {
        grid-template-columns: minmax(350px, 0.94fr) minmax(0, 1.06fr);
        gap: 30px;
    }

    .premium-hero__copy {
        max-width: 510px;
    }

    .hero-title {
        font-size: clamp(64px, 7vw, 80px);
        line-height: 0.9;
    }

    .hero-title__line--brand > span {
        white-space: nowrap;
    }
}

@media (min-width: 980px) {
    .hero--premium {
        min-height: max(100svh, 780px);
        padding-bottom: 188px;
    }

    .premium-benefits {
        bottom: 108px;
    }

    .hero--premium .scroll-cue {
        bottom: 158px;
    }

    .hero--premium .campaign-tape--hero-bottom {
        bottom: 20px;
    }

    .countdown-section {
        padding-top: 164px;
    }

    .countdown-section > .section-index {
        top: 116px;
    }

    .closing {
        min-height: 760px;
        place-content: start center;
        padding: 190px var(--page-pad) 120px;
    }

    .closing > .closing-tape {
        top: 74px;
    }

    .closing > .eyebrow {
        margin: 0 auto;
    }

    .closing h2 {
        max-width: 1040px;
        margin: 16px auto 0;
        font-size: clamp(72px, 5.2vw, 96px);
        line-height: 0.96;
    }

    .closing > p:not(.eyebrow) {
        max-width: 560px;
        margin: 26px auto 34px;
    }
}

/* Atendimento flutuante — WhatsApp */
.round-link {
    display: inline-flex;
    width: auto;
    min-width: 112px;
    height: 46px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 13px;
    border-radius: 3px;
    font-family: var(--font-display);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.round-link b {
    display: grid;
    width: 16px;
    height: 16px;
    place-items: center;
}

/* Setas vetoriais em CSS: evita que iOS/Android convertam os CTAs em emoji. */
.css-arrow {
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    color: currentColor;
}

.css-arrow::before,
.css-arrow::after {
    content: "";
    position: absolute;
    display: block;
    background: currentColor;
}

.css-arrow::before {
    top: 2px;
    right: 1px;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    background: transparent;
}

.css-arrow::after {
    top: 7px;
    left: 1px;
    width: 13px;
    height: 2px;
    border-radius: 999px;
    transform: rotate(-45deg);
    transform-origin: center;
}

.css-arrow--down-right::before {
    top: 5px;
    border-top: 0;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
}

.css-arrow--down-right::after {
    transform: rotate(45deg);
}

.css-arrow--up::before {
    top: 1px;
    right: 3px;
    transform: rotate(-45deg);
}

.css-arrow--up::after {
    top: 7px;
    left: 6px;
    width: 2px;
    height: 13px;
    transform: none;
}

@font-face {
    font-family: "General Week Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/fa-brands-400.woff2?v=20260823-5") format("woff2");
}

.whatsapp-assistant {
    position: fixed;
    z-index: 1200;
    right: 18px;
    bottom: calc(18px + env(safe-area-inset-bottom));
    display: flex;
    max-width: calc(100vw - 36px);
    align-items: flex-end;
    justify-content: flex-end;
    gap: 11px;
    color: #f7f7f3;
    text-decoration: none;
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.42));
}

.whatsapp-assistant__bubble {
    position: relative;
    display: flex;
    width: 266px;
    min-height: 82px;
    padding: 14px 17px;
    align-items: center;
    overflow: visible;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px 14px 3px 14px;
    background: linear-gradient(145deg, rgba(24, 24, 23, 0.98), rgba(8, 8, 8, 0.98));
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.38), inset 0 1px rgba(255, 255, 255, 0.035);
    transform-origin: right bottom;
    backdrop-filter: blur(16px);
    transition:
        width 0.38s cubic-bezier(0.2, 0.75, 0.2, 1),
        min-height 0.38s cubic-bezier(0.2, 0.75, 0.2, 1),
        padding 0.38s cubic-bezier(0.2, 0.75, 0.2, 1),
        border-width 0.2s ease,
        opacity 0.28s ease,
        transform 0.38s cubic-bezier(0.2, 0.75, 0.2, 1);
}

.whatsapp-assistant__bubble::after {
    content: "";
    position: absolute;
    right: -7px;
    bottom: 12px;
    width: 13px;
    height: 13px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    background: #090909;
    transform: rotate(45deg);
}

.whatsapp-assistant__typing {
    display: none;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.whatsapp-assistant__typing i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d7d7d2;
    opacity: 0.3;
    animation: whatsappTyping 1s ease-in-out infinite;
}

.whatsapp-assistant__typing i:nth-child(2) { animation-delay: 0.16s; }
.whatsapp-assistant__typing i:nth-child(3) { animation-delay: 0.32s; }

.whatsapp-assistant__message {
    display: flex;
    min-width: 232px;
    flex-direction: column;
    animation: whatsappMessageIn 0.42s ease both;
}

.whatsapp-assistant__message small {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 5px;
    color: #aaa9a3;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-transform: uppercase;
}

.whatsapp-assistant__message small i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #25d366;
    box-shadow: 0 0 0 4px rgba(37, 211, 102, 0.12), 0 0 12px rgba(37, 211, 102, 0.45);
}

.whatsapp-assistant__message strong {
    color: #f7f7f3;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.015em;
    line-height: 1.38;
}

.whatsapp-assistant__message em {
    margin-top: 5px;
    color: #777771;
    font-family: var(--font-body);
    font-size: 9px;
    font-style: normal;
    line-height: 1.2;
}

.whatsapp-assistant__button {
    position: relative;
    display: grid;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    place-items: center;
    border: 2px solid rgba(255, 255, 255, 0.92);
    border-radius: 50%;
    background: #25d366;
    box-shadow: 0 12px 28px rgba(15, 120, 55, 0.34);
}

.whatsapp-assistant__button > i::before {
    content: "\f232";
    color: #fff;
    font-family: "General Week Brands";
    font-size: 28px;
    font-style: normal;
    line-height: 1;
}

.whatsapp-assistant__button::before,
.whatsapp-assistant__button::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: -4px;
    border: 1px solid rgba(37, 211, 102, 0.62);
    border-radius: 50%;
    animation: whatsappPulse 2.4s ease-out infinite;
}

.whatsapp-assistant__button::after { animation-delay: 1.2s; }

.whatsapp-assistant.is-typing .whatsapp-assistant__bubble {
    width: 76px;
    min-height: 54px;
    padding: 12px 16px;
}

.whatsapp-assistant.is-typing .whatsapp-assistant__typing { display: flex; }
.whatsapp-assistant.is-typing .whatsapp-assistant__message { display: none; }

.whatsapp-assistant.is-hidden { gap: 0; }

.whatsapp-assistant.is-hidden .whatsapp-assistant__bubble {
    width: 0;
    min-height: 0;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
    border-width: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateX(16px) scale(0.88);
}

.whatsapp-assistant.is-hidden .whatsapp-assistant__bubble::after { display: none; }

.whatsapp-assistant:hover .whatsapp-assistant__bubble,
.whatsapp-assistant:focus-visible .whatsapp-assistant__bubble {
    border-color: rgba(37, 211, 102, 0.4);
    transform: translateY(-3px);
}

.whatsapp-assistant:focus-visible {
    border-radius: 16px;
    outline: 3px solid rgba(37, 211, 102, 0.38);
    outline-offset: 5px;
}

@keyframes whatsappTyping {
    0%, 60%, 100% { transform: translateY(0); opacity: 0.3; }
    30% { transform: translateY(-4px); opacity: 1; }
}

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

@keyframes whatsappPulse {
    0% { transform: scale(0.92); opacity: 0.72; }
    75%, 100% { transform: scale(1.5); opacity: 0; }
}

@media (max-width: 719px) {
    .hero--premium {
        padding-top: 116px;
    }

    .campaign-tape--physical {
        min-height: 36px;
        font-size: 10px;
        letter-spacing: 0.1em;
        line-height: 36px;
    }

    .round-link {
        min-width: 104px;
        height: 44px;
        padding-inline: 11px;
        font-size: 9px;
    }

    .whatsapp-assistant {
        right: 12px;
        bottom: calc(12px + env(safe-area-inset-bottom));
        max-width: calc(100vw - 24px);
        gap: 9px;
    }

    .whatsapp-assistant__bubble {
        width: min(218px, calc(100vw - 94px));
        min-height: 76px;
        padding: 12px 14px;
    }

    .whatsapp-assistant__message { min-width: 0; }
    .whatsapp-assistant__message strong { font-size: 12px; }
    .whatsapp-assistant__button { width: 54px; height: 54px; flex-basis: 54px; }
    .whatsapp-assistant__button > i::before { font-size: 26px; }

    .whatsapp-assistant.is-typing .whatsapp-assistant__bubble {
        width: 70px;
        min-height: 50px;
        padding-right: 14px;
        padding-left: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .stock-note > i,
    .vehicle-panel::before,
    .premium-benefits .benefit-pills li::before,
    .whatsapp-assistant__typing i,
    .whatsapp-assistant__message,
    .whatsapp-assistant__button::before,
    .whatsapp-assistant__button::after {
        animation: none;
    }
}
