/* ==========================================================================
   INVITACIÓN DIGITAL — DESCUBRE EL NUEVO MUNDO SUV
   CHEVROLET · MSA AUTOMOTRIZ (CAJAMARCA 2026)
   Fondo Oficial: Cuero Negro Automotriz VIP (Textura Club Premium)
   Estilo Sólido Total Black (Sin Degradados) · Tipografía Oficial de Marca
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,700;0,800;0,900;1,700;1,800&family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,700;1,800;1,900&family=Syncopate:wght@400;700&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap');

:root {
    /* ── Paleta Total Black Sólida (Sin degradados de color) ── */
    --color-black: #000000;
    --color-obsidian: #08080a;
    --color-dark-surface: #0f1015;
    --color-dark-card: rgba(18, 19, 25, 0.94);
    --color-dark-card-hover: rgba(26, 27, 36, 0.96);

    --color-border-subtle: #242530;
    --color-border-medium: #353745;
    --color-border-solid-red: #d90429;

    --msa-red: #d90429;
    --msa-red-hover: #b90222;
    --msa-red-subtle: #1c080b;

    --chevy-gold: #eaa11f;

    /* ── Textos de Alto Contraste VIP ── */
    --text-pure: #ffffff;
    --text-primary: #f3f4f6;
    --text-secondary: #9ca3af;
    --text-muted: #6b7280;

    /* ── Tipografía Oficial de Alta Gama ── */
    --font-heading: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-syncopate: 'Syncopate', 'Montserrat', sans-serif;
    --font-condensed: 'Barlow Condensed', 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-body: 'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

    /* ── Bordes y Sombras VIP Sólidas ── */
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 14px;
    --radius-xl: 18px;
    --radius-pill: 9999px;

    --shadow-dark-card: 0 14px 36px rgba(0, 0, 0, 0.85);
    --shadow-dark-hover: 0 20px 48px rgba(0, 0, 0, 0.95);

    --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-base: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── Reset Global ── */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    background-color: var(--color-black);
    color: var(--text-pure);
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: var(--font-body);
    background-color: var(--color-black);
    background-image: url('../img/texturas/leather-bg-hd.jpg');
    background-repeat: repeat;
    background-size: 700px auto;
    background-attachment: fixed;
    color: var(--text-primary);
    overflow-x: hidden;
    line-height: 1.6;
}

img, video, svg {
    max-width: 100%;
    display: block;
}

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

button {
    cursor: pointer;
    border: none;
    background: none;
    font-family: inherit;
}

/* ══════════════════════════════════════════════
   1. SPLASH SCREEN (INTRO SÓLIDA CON CUERO NEGRO)
   ══════════════════════════════════════════════ */
#splash {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--color-black);
    background-image: url('../img/texturas/leather-bg-hd.jpg');
    background-repeat: repeat;
    background-size: 700px auto;
    overflow: hidden;
    transition: opacity 0.65s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.65s;
}

#splash.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

#splash-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.splash-content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px;
    max-width: 820px;
    width: 100%;
}

.splash-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 22px;
}

.splash-logo-chevy,
.splash-logo-chevy-img {
    height: 38px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.8));
}

.splash-divider-bar {
    width: 1.5px;
    height: 34px;
    background: var(--color-border-medium);
}

.splash-logo-msa-img {
    height: 38px;
    width: auto;
    object-fit: contain;
}

.splash-car-preview {
    position: relative;
    width: min(520px, 92vw);
    margin: 10px 0 26px;
}

.splash-car-img {
    width: 100%;
    animation: carFloat 4s ease-in-out infinite;
}

@keyframes carFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.splash-cta-btn {
    position: relative;
    overflow: hidden;
    padding: 16px 48px;
    background: linear-gradient(135deg, #f5b73d 0%, #eaa11f 50%, #d48b11 100%);
    border: 1.5px solid var(--chevy-gold);
    border-radius: var(--radius-pill);
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #000000;
    box-shadow: 0 6px 24px rgba(234, 161, 31, 0.45);
    transition: transform var(--transition-fast), background var(--transition-fast), box-shadow var(--transition-fast);
}

.splash-cta-btn:hover {
    background: linear-gradient(135deg, #ffc85a 0%, #f5b73d 50%, #eaa11f 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(234, 161, 31, 0.65);
}

/* ══════════════════════════════════════════════
   2. SECCIÓN HERO (PORTADA SÓLIDA CON CUERO)
   ══════════════════════════════════════════════ */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 90px 20px 70px;
    background-color: transparent;
    overflow: hidden;
}

.hero-bg-lines {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 52px 52px, 52px 52px;
    opacity: 0.5;
    pointer-events: none;
    z-index: 1;
}

.hero-top-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin-bottom: 24px;
    position: relative;
    z-index: 3;
    padding: 0 12px;
}

.hero-brand-left {
    display: flex;
    align-items: center;
}

.hero-brand-chevy-svg,
.hero-brand-chevy-img {
    height: 36px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.7));
}

.hero-brand-right {
    display: flex;
    align-items: center;
}

.hero-logo-msa-img {
    height: 38px;
    width: auto;
    object-fit: contain;
}

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 980px;
    width: 100%;
}

.hero-invited-name {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--color-dark-card);
    border: 1px solid var(--color-border-medium);
    padding: 8px 24px;
    border-radius: var(--radius-pill);
    font-size: 0.92rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 22px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.7);
}

.hero-invited-name strong {
    color: #ffffff;
    border-bottom: 1.5px solid var(--chevy-gold);
}

/* ── TIPOGRAFÍA OFICIAL DE MARCA ── */
.hero-title-lockup {
    margin-bottom: 16px;
    text-align: center;
}

.hero-invitacion-label {
    font-family: var(--font-heading);
    font-size: clamp(0.95rem, 2.2vw, 1.35rem);
    font-weight: 500;
    letter-spacing: 0.55em;
    text-transform: uppercase;
    color: #ced4da;
    margin-bottom: 12px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
}

.hero-descubre-label {
    font-family: var(--font-heading);
    font-size: clamp(1.15rem, 2.9vw, 2.05rem);
    font-weight: 800;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 8px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9);
}

.hero-mundo-suv-title {
    font-family: var(--font-heading);
    font-size: clamp(2.4rem, 6.6vw, 4.8rem);
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: clamp(12px, 2.5vw, 26px);
    margin-bottom: 8px;
    line-height: 1;
    text-shadow: 0 3px 20px rgba(0, 0, 0, 0.95);
}

.hero-word-mundo, .hero-word-suv {
    color: #ffffff;
    display: inline-block;
}

.hero-bowtie-separator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: clamp(26px, 4.6vw, 46px);
    vertical-align: middle;
}

.hero-title-bowtie-svg,
.hero-title-bowtie-img {
    height: 100%;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.9));
    display: inline-block;
}

.hero-experience-label {
    font-family: var(--font-heading);
    font-size: clamp(0.78rem, 1.6vw, 0.96rem);
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--chevy-gold);
    margin-bottom: 8px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9);
}

.splash-experience-label {
    font-family: var(--font-heading);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--chevy-gold);
    margin-bottom: 4px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9);
}

.hero-sub {
    font-family: var(--font-body);
    font-size: clamp(0.92rem, 1.8vw, 1.12rem);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #e5e7eb;
    font-weight: 700;
    margin-bottom: 24px;
}

.hero-sub strong {
    color: var(--chevy-gold);
    background: rgba(234, 161, 31, 0.12);
    border: 1px solid rgba(234, 161, 31, 0.35);
    padding: 2px 8px;
    border-radius: var(--radius-sm);
}

/* ── SHOWCASE DE LAS 3 SUVS EN EL HERO ── */
.hero-stage-wrapper {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 18px auto 34px;
    z-index: 2;
}

.hero-stage-podium {
    position: relative;
    overflow: visible;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    z-index: 2;
}

.hero-stage-img {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.95));
    transition: transform 0.4s ease;
}

.hero-stage-podium:hover .hero-stage-img {
    transform: scale(1.03);
}

.hero-models-pills {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 14px;
    flex-wrap: wrap;
}

.hero-model-pill {
    font-family: var(--font-heading);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    color: #ffffff;
    background: var(--color-dark-card);
    padding: 4px 14px;
    border-radius: var(--radius-pill);
    border: 1px solid var(--color-border-subtle);
}

.hero-model-pill-dot {
    color: var(--chevy-gold);
    font-weight: 900;
    font-size: 1.2rem;
}

/* ── Contador Regresivo (TOTAL BLACK CON TEXTURA) ── */
.countdown-wrapper {
    margin-bottom: 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.countdown-caption {
    font-family: var(--font-heading);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    color: #ced4da;
    text-transform: uppercase;
    margin-bottom: 14px;
    display: block;
}

.countdown-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(8px, 2vw, 20px);
    margin: 0 auto;
    flex-wrap: wrap;
}

.cd-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--color-dark-card);
    border: 1px solid var(--color-border-medium);
    border-top: 3px solid var(--chevy-gold);
    border-radius: var(--radius-md);
    padding: 16px clamp(14px, 2.5vw, 24px);
    min-width: clamp(75px, 16vw, 105px);
    box-shadow: var(--shadow-dark-card);
    transition: transform var(--transition-fast), border-color var(--transition-fast);
}

.cd-card:hover {
    transform: translateY(-3px);
    border-color: var(--chevy-gold);
}

.cd-card span.cd-num {
    font-family: var(--font-condensed);
    font-size: clamp(2.4rem, 5.8vw, 3.8rem);
    font-weight: 800;
    line-height: 1;
    color: #ffffff;
    letter-spacing: 0.02em;
}

.cd-card small.cd-lbl {
    font-family: var(--font-body);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    color: var(--text-secondary);
    margin-top: 6px;
    text-transform: uppercase;
}

.cd-divider {
    font-family: var(--font-condensed);
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--chevy-gold);
    margin-bottom: 10px;
}

/* ── Botones Principales ── */
.cta-actions-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.btn-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: var(--radius-pill);
    font-family: var(--font-heading);
    font-size: 0.92rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    transition: transform var(--transition-fast), background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), box-shadow var(--transition-fast);
}

.btn-primary-red {
    background: linear-gradient(135deg, #f5b73d 0%, #eaa11f 50%, #d48b11 100%);
    color: #000000;
    border: 1.5px solid var(--chevy-gold);
    box-shadow: 0 4px 18px rgba(234, 161, 31, 0.35);
    font-weight: 900;
}

.btn-primary-red:hover {
    background: linear-gradient(135deg, #ffc85a 0%, #f5b73d 50%, #eaa11f 100%);
    border-color: #ffc85a;
    color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 6px 26px rgba(234, 161, 31, 0.6);
}

.btn-secondary-outline {
    background: var(--color-dark-card);
    color: var(--chevy-gold);
    border: 1.5px solid var(--chevy-gold);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.5);
}

.btn-secondary-outline:hover {
    background: var(--chevy-gold);
    border-color: var(--chevy-gold);
    color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(234, 161, 31, 0.4);
}

.btn-secondary-dark {
    background: var(--color-dark-card);
    color: var(--chevy-gold);
    border: 1.5px solid rgba(234, 161, 31, 0.45);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.5);
}

.btn-secondary-dark:hover {
    background: rgba(234, 161, 31, 0.16);
    border-color: var(--chevy-gold);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 18px rgba(234, 161, 31, 0.3);
}

.btn-wa-green {
    background: #25D366;
    color: #ffffff;
    border: 1.5px solid #25D366;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.5);
}

.btn-wa-green:hover {
    background: #1EBE5D;
    border-color: #1EBE5D;
    transform: translateY(-2px);
}

/* ══════════════════════════════════════════════
   3. SECCIONES GLOBALES (TOTAL BLACK CONTAINER)
   ══════════════════════════════════════════════ */
.section-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 24px;
    position: relative;
    z-index: 2;
}

.section-bleed {
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.sec-header {
    text-align: center;
    margin-bottom: 48px;
}

.sec-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-heading);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--chevy-gold);
    background: rgba(234, 161, 31, 0.12);
    border: 1px solid rgba(234, 161, 31, 0.4);
    padding: 5px 18px;
    border-radius: var(--radius-pill);
    margin-bottom: 14px;
}

.sec-title {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4.2vw, 3rem);
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 10px;
}

.sec-desc {
    font-size: 1.05rem;
    color: var(--text-secondary);
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ══════════════════════════════════════════════
   4. DETALLES (HORA Y LUGAR - CUERO TOTAL BLACK)
   ══════════════════════════════════════════════ */
.details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-bottom: 40px;
}

.detail-card {
    background: var(--color-dark-card);
    border: 1px solid var(--color-border-subtle);
    border-top: 3px solid var(--chevy-gold);
    border-radius: var(--radius-lg);
    padding: 34px 28px;
    box-shadow: var(--shadow-dark-card);
    transition: transform var(--transition-fast), border-color var(--transition-fast);
}

.detail-card:hover {
    transform: translateY(-5px);
    border-color: var(--chevy-gold);
}

.detail-icon-box {
    width: 48px;
    height: 48px;
    background: rgba(234, 161, 31, 0.12);
    border: 1px solid rgba(234, 161, 31, 0.35);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.detail-tag {
    font-family: var(--font-heading);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--chevy-gold);
    margin-bottom: 8px;
    display: block;
}

.detail-main {
    font-family: var(--font-heading);
    font-size: 1.65rem;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 6px;
    letter-spacing: 0.01em;
}

.detail-sub {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

/* ══════════════════════════════════════════════
   5. CLUB PREMIUM CHEVROLET (GALERÍA DE VIDEOS)
   ══════════════════════════════════════════════ */
.club-premium-header-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
}

.club-premium-badge-img {
    max-width: min(420px, 88vw);
    height: auto;
    border-radius: var(--radius-md);
    border: 1px solid var(--color-border-subtle);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.85);
    transition: transform var(--transition-fast), border-color var(--transition-fast);
}

.club-premium-badge-img:hover {
    transform: translateY(-2px);
    border-color: var(--color-border-medium);
}

/* ── Beneficios VIP Club Premium (Conciso y Elegante) ── */
.club-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 14px;
    margin: 24px 0 36px;
}

.club-benefit-card {
    background: var(--color-dark-card);
    border: 1px solid var(--color-border-subtle);
    border-top: 2px solid var(--chevy-gold);
    border-radius: var(--radius-md);
    padding: 16px 14px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    box-shadow: var(--shadow-dark-card);
    transition: transform var(--transition-fast), border-color var(--transition-fast);
}

.club-benefit-card:hover {
    transform: translateY(-3px);
    border-color: var(--chevy-gold);
}

.club-benefit-badge {
    font-family: var(--font-heading);
    font-size: 0.8rem;
    font-weight: 900;
    color: var(--chevy-gold);
    background: rgba(234, 161, 31, 0.12);
    border: 1px solid rgba(234, 161, 31, 0.35);
    border-radius: var(--radius-sm);
    padding: 3px 7px;
    line-height: 1;
    flex-shrink: 0;
}

.club-benefit-info {
    flex: 1;
}

.club-benefit-title {
    font-family: var(--font-heading);
    font-size: 0.9rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 3px;
    line-height: 1.25;
}

.club-benefit-detail {
    font-size: 0.78rem;
    color: var(--text-secondary);
    line-height: 1.35;
}

.video-showcase-container {
    display: grid;
    grid-template-columns: 1.7fr 1fr;
    gap: 26px;
    align-items: stretch;
}

.video-main-player-wrap {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: #000000;
    border: 1px solid var(--color-border-medium);
    box-shadow: var(--shadow-dark-card);
    aspect-ratio: 16 / 9;
}

.video-main-element {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.25s;
}

.video-play-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 0.2s;
}

.video-play-overlay:hover {
    background: rgba(0, 0, 0, 0.25);
}

.video-play-button-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--chevy-gold);
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(234, 161, 31, 0.45);
    transition: transform 0.2s, box-shadow 0.2s;
}

.video-play-overlay:hover .video-play-button-icon {
    transform: scale(1.1);
    box-shadow: 0 6px 26px rgba(234, 161, 31, 0.65);
}

.video-tabs-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.video-tab-item {
    display: flex;
    align-items: center;
    gap: 14px;
    background: var(--color-dark-card);
    border: 1.5px solid var(--color-border-subtle);
    border-radius: var(--radius-md);
    padding: 18px 16px;
    cursor: pointer;
    box-shadow: var(--shadow-dark-card);
    transition: all var(--transition-fast);
}

.video-tab-item:hover {
    background: var(--color-dark-card-hover);
    border-color: var(--color-border-medium);
    transform: translateX(4px);
}

.video-tab-item.active {
    background: var(--color-dark-card-hover);
    border-color: var(--chevy-gold);
    border-left: 5px solid var(--chevy-gold);
}

.video-tab-badge {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--color-border-subtle);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-size: 0.88rem;
    font-weight: 800;
    color: #ffffff;
}

.video-tab-item.active .video-tab-badge {
    background: var(--chevy-gold);
    color: #000000;
    font-weight: 900;
}

.video-tab-title {
    font-family: var(--font-heading);
    font-size: 0.98rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 2px;
}

.video-tab-dur {
    font-size: 0.8rem;
    color: var(--text-secondary);
}

/* ══════════════════════════════════════════════
   6. MASTER SHOWROOM INTERACTIVO (5 MODELOS)
   ══════════════════════════════════════════════ */
.showroom-tabs-nav {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    max-width: 840px;
    margin: 0 auto 28px;
    width: 100%;
}

/* 3 botones arriba (cada uno ocupa 2 columnas de 6) */
.showroom-tabs-nav .showroom-tab-btn:nth-child(1),
.showroom-tabs-nav .showroom-tab-btn:nth-child(2),
.showroom-tabs-nav .showroom-tab-btn:nth-child(3) {
    grid-column: span 2;
}

/* 2 botones abajo (cada uno ocupa 3 columnas de 6) */
.showroom-tabs-nav .showroom-tab-btn:nth-child(4),
.showroom-tabs-nav .showroom-tab-btn:nth-child(5) {
    grid-column: span 3;
}

.showroom-tab-btn {
    background: var(--color-dark-card);
    border: 1.5px solid var(--color-border-subtle);
    border-radius: var(--radius-md);
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
    width: 100%;
    box-shadow: var(--shadow-dark-card);
    transition: transform var(--transition-fast), border-color var(--transition-fast), background var(--transition-fast);
}

.showroom-tab-btn:hover {
    background: var(--color-dark-card-hover);
    border-color: var(--color-border-medium);
    transform: translateY(-2px);
}

.showroom-tab-btn.active {
    background: #0f1015;
    border-color: var(--chevy-gold);
    border-bottom: 3px solid var(--chevy-gold);
    box-shadow: 0 4px 18px rgba(234, 161, 31, 0.25);
    transform: translateY(-2px);
}

.showroom-tab-btn .st-tag {
    font-family: var(--font-heading);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    color: var(--text-secondary);
    text-transform: uppercase;
}

.showroom-tab-btn.active .st-tag {
    color: var(--chevy-gold);
}

.showroom-tab-btn .st-name {
    font-family: var(--font-heading);
    font-size: 0.96rem;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: 0.04em;
}

.showroom-3d-container {
    display: grid;
    grid-template-columns: 1.8fr 1fr;
    gap: 28px;
    align-items: stretch;
}

.showroom-3d-stage {
    position: relative;
    background: radial-gradient(ellipse at 50% 40%, #353f50 0%, #1e2430 45%, #10141b 80%, #07080b 100%);
    border: 1px solid var(--color-border-medium);
    border-top: 3px solid var(--chevy-gold);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    min-height: 520px;
}

.showroom-stage-topbar {
    position: absolute;
    top: 14px;
    left: 14px;
    right: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
    pointer-events: none;
}

.showroom-mode-switcher {
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    background: rgba(14, 15, 20, 0.88);
    border: 1px solid var(--color-border-medium);
    border-radius: var(--radius-pill);
    padding: 3px;
    backdrop-filter: blur(10px);
}

.sr-mode-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: none;
    color: var(--text-secondary);
    font-family: var(--font-heading);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 6px 14px;
    border-radius: var(--radius-pill);
    cursor: pointer;
    transition: all var(--transition-fast);
}

.sr-mode-btn:hover {
    color: #ffffff;
}

.sr-mode-btn.active {
    background: var(--chevy-gold);
    color: #000000;
    font-weight: 900;
    box-shadow: 0 2px 10px rgba(234, 161, 31, 0.4);
}

.showroom-viewport-3d {
    width: 100%;
    flex: 1;
    min-height: 440px;
    position: relative;
    background: radial-gradient(circle at 50% 42%, #445166 0%, #28303d 40%, #161b23 75%, #0a0c10 100%);
    box-shadow: inset 0 20px 40px rgba(255, 255, 255, 0.04);
}

.showroom-viewport-3d::after {
    content: '';
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 90px;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.32) 0%, rgba(200, 220, 255, 0.16) 35%, rgba(234, 161, 31, 0.12) 60%, transparent 80%);
    pointer-events: none;
    border-radius: 50%;
    z-index: 1;
}

.showroom-3d-canvas {
    width: 100%;
    height: 100%;
    min-height: 440px;
    background-color: transparent !important;
    --poster-color: transparent;
    cursor: grab;
    position: relative;
    z-index: 2;
}

.showroom-3d-canvas:active {
    cursor: grabbing;
}

.showroom-viewport-photo {
    width: 100%;
    flex: 1;
    min-height: 440px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 50% 48%, #3c4758 0%, #242b36 42%, #141720 75%, #08090d 100%);
    overflow: hidden;
    padding: 24px;
    box-shadow: inset 0 20px 40px rgba(255, 255, 255, 0.04);
}

.stage-photo-img {
    max-width: 92%;
    max-height: 380px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 25px 35px rgba(0, 0, 0, 0.95));
    transition: transform 0.5s ease, filter 0.5s ease;
}

.showroom-viewport-photo:hover .stage-photo-img {
    transform: scale(1.04);
    filter: drop-shadow(0 30px 45px rgba(0, 0, 0, 1));
}

.stage-photo-gradient-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 100%, rgba(234, 161, 31, 0.06) 0%, transparent 60%);
    pointer-events: none;
}

.stage-specs-ribbon {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: rgba(10, 11, 15, 0.95);
    border-top: 1px solid var(--color-border-subtle);
    padding: 12px 16px;
    gap: 8px;
    z-index: 5;
}

.stage-ribbon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0 6px;
}

.stage-ribbon-item:last-child {
    border-right: none;
}

.sri-label {
    font-family: var(--font-heading);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: var(--chevy-gold);
    text-transform: uppercase;
    margin-bottom: 2px;
}

.sri-val {
    font-size: 0.78rem;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.model-loading-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    z-index: 10;
    transition: opacity 0.3s;
}

.model-loading-fill {
    width: 0%;
    height: 100%;
    background: var(--chevy-gold);
    transition: width 0.1s linear;
}

.btn-ar-action {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(18, 19, 25, 0.9);
    border: 1px solid rgba(234, 161, 31, 0.45);
    color: var(--chevy-gold);
    font-family: var(--font-heading);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 8px 16px;
    border-radius: var(--radius-pill);
    box-shadow: 0 4px 12px rgba(0,0,0,0.6);
    z-index: 10;
    transition: background var(--transition-fast), transform var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);
}

.btn-ar-action:hover {
    background: var(--chevy-gold);
    color: #000000;
    border-color: var(--chevy-gold);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(234, 161, 31, 0.4);
}

.showroom-3d-controls-overlay {
    position: absolute;
    bottom: 34px;
    left: 0;
    width: 100%;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    z-index: 5;
    pointer-events: none;
    flex-wrap: wrap;
}

.camera-angles-pills,
.showroom-utility-actions {
    pointer-events: auto;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.camera-pill {
    background: rgba(18, 19, 25, 0.9);
    border: 1px solid var(--color-border-subtle);
    color: var(--text-secondary);
    font-family: var(--font-heading);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 6px 12px;
    border-radius: var(--radius-pill);
    backdrop-filter: blur(8px);
    transition: all var(--transition-fast);
}

.camera-pill:hover,
.camera-pill.active {
    background: var(--chevy-gold);
    border-color: var(--chevy-gold);
    color: #000000;
    font-weight: 900;
    box-shadow: 0 2px 10px rgba(234, 161, 31, 0.5);
}

.btn-tool-icon {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(18, 19, 25, 0.9);
    border: 1px solid rgba(234, 161, 31, 0.35);
    color: var(--chevy-gold);
    font-family: var(--font-heading);
    font-size: 0.72rem;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: var(--radius-pill);
    backdrop-filter: blur(8px);
    transition: all var(--transition-fast);
}

.btn-tool-icon:hover {
    background: rgba(234, 161, 31, 0.18);
    border-color: var(--chevy-gold);
    color: #ffffff;
}

.showroom-touch-hint {
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0.75rem;
    color: var(--text-muted);
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    pointer-events: none;
    z-index: 4;
}

.showroom-specs-card {
    background: var(--color-dark-card);
    border: 1px solid var(--color-border-subtle);
    border-top: 3px solid var(--chevy-gold);
    border-radius: var(--radius-xl);
    padding: 32px 24px;
    box-shadow: var(--shadow-dark-card);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.showroom-specs-badge {
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    color: var(--chevy-gold);
    margin-bottom: 8px;
    text-transform: uppercase;
}

.showroom-specs-title {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 8px;
    letter-spacing: 0.02em;
}

.showroom-specs-desc {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.5;
    margin-bottom: 20px;
}

.showroom-features-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.showroom-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.sf-icon {
    width: 36px;
    height: 36px;
    border-radius: var(--radius-md);
    background: rgba(234, 161, 31, 0.12);
    border: 1px solid rgba(234, 161, 31, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sf-title {
    font-family: var(--font-heading);
    font-size: 0.88rem;
    font-weight: 800;
    color: #ffffff;
}

.sf-sub {
    font-size: 0.78rem;
    color: var(--text-secondary);
    line-height: 1.35;
}

/* ══════════════════════════════════════════════
   7. MODELOS SUV (TARJETAS TOTAL BLACK)
   ══════════════════════════════════════════════ */
.suvs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 28px;
}

.suv-card {
    background: var(--color-dark-card);
    border: 1px solid var(--color-border-subtle);
    border-top: 3px solid var(--chevy-gold);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-dark-card);
    transition: transform var(--transition-fast), border-color var(--transition-fast);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.suv-card:hover {
    transform: translateY(-6px);
    border-color: var(--chevy-gold);
}

.suv-card-media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #000000;
}

.suv-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.suv-card:hover .suv-card-img {
    transform: scale(1.04);
}

.suv-card-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--chevy-gold);
    color: #000000;
    font-family: var(--font-heading);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    padding: 4px 10px;
    border-radius: var(--radius-sm);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.suv-card-body {
    padding: 26px 24px 22px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.suv-card-tag {
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--chevy-gold);
    margin-bottom: 6px;
}

.suv-card-name {
    font-family: var(--font-heading);
    font-size: 1.65rem;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 4px;
    letter-spacing: 0.01em;
}

.suv-card-desc {
    font-size: 0.92rem;
    color: var(--text-secondary);
    margin-bottom: 18px;
    line-height: 1.5;
}

.suv-specs-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-top: 1px solid var(--color-border-subtle);
    padding-top: 18px;
    margin-bottom: 20px;
}

.suv-spec-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.88rem;
    color: #d1d5db;
}

.suv-spec-bullet {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--chevy-gold);
    margin-top: 7px;
    flex-shrink: 0;
}

.suv-spec-item strong {
    color: #ffffff;
    font-weight: 700;
}

.suv-card-actions {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid var(--color-border-subtle);
}

.btn-suv-inquire {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px 18px;
    background: var(--color-dark-card);
    border: 1.5px solid rgba(234, 161, 31, 0.45);
    color: var(--chevy-gold);
    border-radius: var(--radius-pill);
    font-family: var(--font-heading);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: background var(--transition-fast), transform var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), box-shadow var(--transition-fast);
}

.btn-suv-inquire:hover {
    background: var(--chevy-gold);
    border-color: var(--chevy-gold);
    color: #000000;
    font-weight: 900;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(234, 161, 31, 0.35);
}

/* ══════════════════════════════════════════════
   7. CÓDIGO DE VESTIMENTA (CUERO TOTAL BLACK)
   ══════════════════════════════════════════════ */
.dress-code-card {
    background: var(--color-dark-card);
    border: 1px solid var(--color-border-subtle);
    border-top: 3px solid var(--chevy-gold);
    border-radius: var(--radius-lg);
    padding: 40px 32px;
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
    box-shadow: var(--shadow-dark-card);
}

.dress-code-name {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 10px;
}

.dress-code-desc {
    font-size: 1rem;
    color: var(--text-secondary);
    max-width: 580px;
    margin: 0 auto 28px;
    line-height: 1.6;
}

.dress-swatches-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 14px;
}

.swatch-item {
    background: var(--color-dark-surface);
    border: 1px solid var(--color-border-subtle);
    border-radius: var(--radius-md);
    padding: 14px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    transition: transform var(--transition-fast), border-color var(--transition-fast);
}

.swatch-item:hover {
    transform: translateY(-3px);
    border-color: var(--color-border-medium);
}

.swatch-circle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.swatch-label {
    font-size: 0.78rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}

/* ══════════════════════════════════════════════
   8. CONFIRMACIÓN RSVP (CUERO TOTAL BLACK)
   ══════════════════════════════════════════════ */
.rsvp-wrapper {
    padding: 90px 24px;
    position: relative;
    z-index: 2;
}

.rsvp-box {
    background: var(--color-dark-card);
    border: 1px solid var(--color-border-medium);
    border-top: 3px solid var(--chevy-gold);
    border-radius: var(--radius-xl);
    padding: 54px 32px;
    text-align: center;
    max-width: 840px;
    margin: 0 auto;
    box-shadow: var(--shadow-dark-card);
}

.rsvp-p {
    font-size: 1.05rem;
    color: var(--text-secondary);
    max-width: 620px;
    margin: 0 auto 34px;
    line-height: 1.65;
}

/* ══════════════════════════════════════════════
   9. FOOTER & BOTÓN DE AUDIO
   ══════════════════════════════════════════════ */
footer {
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 48px 20px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.footer-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 18px;
}

.footer-logo-chevy,
.footer-logo-chevy-img {
    height: 26px;
    width: auto;
    object-fit: contain;
}

.footer-logo-msa-img {
    height: 34px;
    width: auto;
    object-fit: contain;
}

.footer-copy {
    font-size: 0.85rem;
    color: var(--text-muted);
}



/* ── Responsive Mobile & Tablet Optimization ── */
@media (max-width: 900px) {
    .showroom-3d-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .video-showcase-container {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .club-benefits-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 12px;
    }
}

@media (max-width: 680px) {
    .showroom-tabs-nav {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 6px;
        max-width: 100%;
        margin: 0 auto 18px;
        overflow-x: visible;
        padding-bottom: 0;
    }

    .showroom-tabs-nav .showroom-tab-btn:nth-child(1),
    .showroom-tabs-nav .showroom-tab-btn:nth-child(2),
    .showroom-tabs-nav .showroom-tab-btn:nth-child(3) {
        grid-column: span 2;
    }

    .showroom-tabs-nav .showroom-tab-btn:nth-child(4),
    .showroom-tabs-nav .showroom-tab-btn:nth-child(5) {
        grid-column: span 3;
    }

    .showroom-tab-btn {
        padding: 8px 4px;
        min-width: unset;
        border-radius: var(--radius-sm);
    }

    .showroom-tab-btn .st-tag {
        font-size: 0.56rem;
        letter-spacing: 0.05em;
    }

    .showroom-tab-btn .st-name {
        font-size: 0.74rem;
        letter-spacing: 0.01em;
    }

    .showroom-3d-stage {
        min-height: 400px;
    }

    .showroom-viewport-3d,
    .showroom-3d-canvas,
    .showroom-viewport-photo {
        min-height: 340px;
    }

    .stage-specs-ribbon {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .stage-ribbon-item:nth-child(2) {
        border-right: none;
    }

    .showroom-mode-switcher {
        width: 100%;
        justify-content: center;
    }

    .sr-mode-btn {
        padding: 5px 10px;
        font-size: 0.68rem;
    }

    .section-wrapper {
        padding: 55px 16px;
    }

    .rsvp-wrapper {
        padding: 60px 16px;
    }

    .rsvp-box {
        padding: 38px 18px;
    }

    .hero-top-nav {
        padding: 0 4px;
        margin-bottom: 18px;
    }

    .hero-brand-chevy-img {
        height: 28px;
    }

    .hero-logo-msa-img {
        height: 30px;
    }

    .hero-invitacion-label {
        font-size: 0.82rem;
        letter-spacing: 0.38em;
        margin-bottom: 8px;
    }

    .hero-descubre-label {
        font-size: 1.05rem;
        letter-spacing: 0.22em;
        margin-bottom: 6px;
    }

    .hero-mundo-suv-title {
        font-size: 2.15rem;
        gap: 8px;
        letter-spacing: 0.1em;
    }

    .hero-bowtie-separator {
        height: 22px;
    }

    .hero-sub {
        font-size: 0.85rem;
        letter-spacing: 0.08em;
        line-height: 1.5;
        margin-bottom: 18px;
    }

    .hero-models-pills {
        gap: 6px;
    }

    .hero-model-pill {
        font-size: 0.72rem;
        padding: 3px 10px;
        letter-spacing: 0.1em;
    }

    .countdown-box {
        gap: 4px;
    }

    .cd-card {
        min-width: 58px;
        padding: 10px 6px;
    }

    .cd-num {
        font-size: 1.55rem;
    }

    .cd-lbl {
        font-size: 0.62rem;
        letter-spacing: 0.1em;
    }

    .cd-divider {
        font-size: 1.4rem;
        margin-bottom: 6px;
    }

    .cta-actions-row {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    .btn-pill {
        width: 100%;
        max-width: 320px;
        padding: 13px 18px;
        font-size: 0.84rem;
        letter-spacing: 0.04em;
    }

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

    .detail-card {
        padding: 22px 18px;
    }

    .detail-main {
        font-size: 1.35rem;
    }

    .suvs-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .suv-card-body {
        padding: 20px 16px;
    }

    .club-benefits-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .club-benefit-card {
        padding: 14px 12px;
    }

    .dress-swatches-grid {
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
        gap: 8px;
    }

    .swatch-item {
        padding: 10px 6px;
    }

    .swatch-circle {
        width: 30px;
        height: 30px;
    }

    .swatch-label {
        font-size: 0.7rem;
    }



    .footer-logos {
        gap: 12px;
    }

    .footer-logo-chevy-img {
        height: 24px;
    }

    .footer-logo-msa-img {
        height: 24px;
    }
}
