/* ========================================
   T5 EVO CUSTOM STYLES - REVAMPED MODERN DESIGN
   ======================================== */

/* Hero Section - Combined with Color Selector */
.t5-hero-combined {
    min-height: 100vh;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
    padding: 100px 0 0;
    position: relative;
    overflow: hidden;
}

.t5-hero-left {
    padding: 60px 40px;
    position: relative;
    z-index: 10;
}

.t5-hero-right {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

.t5-hero-content {
    animation: fadeInLeft 1s ease-out;
}

.t5-hero-title {
    font-size: 64px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    letter-spacing: -2px;
    line-height: 1.1;
}

.t5-hero-subtitle {
    font-size: 24px;
    font-weight: 300;
    color: #b0b0b0;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.t5-hero-price {
    font-size: 20px;
    color: #22C55E;
    font-weight: 600;
    margin-bottom: 40px;
}

.t5-hero-image {
    position: relative;
    animation: fadeInRight 1.2s ease-out;
}

.t5-main-car-img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 30px 60px rgba(0,0,0,0.5));
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}

.t5-main-car-img:hover {
    transform: scale(1.05);
}

.t5-main-car-img.changing {
    opacity: 0;
    transform: scale(0.95);
}

/* Color Selector - Inline Version */
.t5-color-selector-inline {
    margin: 50px 0;
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.color-selector-title {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
}

.color-options-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.color-option {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    padding: 15px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
}

.color-option:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.08);
}

.color-option.active .color-circle {
    box-shadow: 0 0 0 3px #22C55E, 0 8px 25px rgba(79, 208, 32, 0.4);
    transform: scale(1.15);
}

.color-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.color-name {
    font-size: 12px;
    color: #aaa;
    font-weight: 500;
    text-align: center;
    transition: color 0.3s ease;
}

.color-option.active .color-name {
    color: #22C55E;
    font-weight: 600;
}

.t5-selected-color {
    text-align: center;
    font-size: 16px;
    color: #ccc;
    margin: 20px 0 0;
    font-weight: 500;
}

.t5-selected-color span {
    color: #22C55E;
    font-weight: 700;
}

.t5-hero-cta {
    margin-top: 40px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

/* Features Section - DARK THEMED */
.t5-features-section-dark {
    padding: 100px 0;
    background: linear-gradient(180deg, #0a0a0a 0%, #1a1a1a 100%);
    position: relative;
}

.t5-section-title-light {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    color: #ffffff;
    letter-spacing: -1px;
}

.t5-feature-card-dark {
    background: rgba(255, 255, 255, 0.05);
    padding: 50px 35px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    height: 100%;
}

.t5-feature-card-dark:hover {
    /* transform: translateY(-10px); */
    background: rgba(255, 255, 255, 0.08);
    border-color: #22C55E;
    box-shadow: 0 20px 50px rgba(79, 208, 32, 0.2);
}

.t5-feature-icon-dark {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #22C55E 0%, #18b027 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    /* transition: transform 0.3s ease; */
    box-shadow: 0 10px 30px rgba(32, 208, 73, 0.3);
}

.t5-feature-card-dark:hover .t5-feature-icon-dark {
    /* transform: rotate(360deg) scale(1.1); */
}

.t5-feature-icon-dark i {
    font-size: 36px;
    color: #ffffff;
}

.t5-feature-card-dark h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
}

.t5-feature-card-dark p {
    font-size: 16px;
    line-height: 1.7;
    color: #b0b0b0;
    margin: 0;
}

/* Image Feature Sections - NEW */
.t5-image-feature-section {
    position: relative;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
}

.t5-feature-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
}

.t5-feature-reverse .t5-feature-overlay {
    background: linear-gradient(225deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
}

.t5-feature-content-box {
    position: relative;
    z-index: 10;
    background: rgba(10, 10, 10, 0.277);
    padding: 60px;
    border-radius: 20px;
    border: 1px solid #22C55E36;
    backdrop-filter: blur(20px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}

.t5-feature-content-box h2 {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.t5-feature-content-box p {
    font-size: 18px;
    line-height: 1.8;
    color: #b0b0b0;
    margin-bottom: 30px;
}

.t5-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.t5-feature-list li {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.t5-feature-list i {
    font-size: 24px;
    color: #22C55E;
}

/* Specifications Section - MODERN REDESIGN */
.t5-specs-section-modern {
    padding: 100px 0;
    background: #ffffff;
}

.t5-section-title {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    color: #1a1a1a;
    letter-spacing: -1px;
}

.t5-section-subtitle {
    font-size: 20px;
    text-align: center;
    color: #666;
    margin-bottom: 60px;
}

.t5-specs-tabs {
    max-width: 1200px;
    margin: 0 auto;
}

.specs-tab-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.spec-tab-btn {
    padding: 15px 30px;
    background: #f8f8f8;
    border: 2px solid transparent;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
}

.spec-tab-btn:hover {
    background: #e8e8e8;
    color: #1a1a1a;
}

.spec-tab-btn.active {
    background: linear-gradient(135deg, #22C55E 0%, #18b031 100%);
    color: #ffffff;
    border-color: #22C55E;
    box-shadow: 0 5px 20px rgba(25, 123, 1, 0.62);
}

.spec-tab-pane {
    display: none;
    animation: fadeIn 0.5s ease;
}

.spec-tab-pane.active {
    display: block;
}

.spec-card-modern {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 30px;
    background: #f8f8f8;
    border-radius: 15px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.spec-card-modern:hover {
    transform: translateY(-5px);
    background: #ffffff;
    border-color: #22C55E;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.spec-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #22C55E 0%, #18b022 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.spec-icon i {
    font-size: 32px;
    color: #ffffff;
}

.spec-details h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.spec-details p {
    font-size: 16px;
    color: #666;
    margin: 0;
}

/* Gallery Section */
.t5-gallery-section {
    padding: 100px 0;
    background: #1a1a1a;
}

.t5-gallery-section .t5-section-title {
    color: #ffffff;
}

.t5-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 50px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    cursor: pointer;
    aspect-ratio: 4/3;
}

.gallery-item.large {
    grid-column: span 2;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-item:hover img {
    transform: scale(1.15);
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, transparent 100%);
    padding: 30px;
    transform: translateY(100%);
    transition: transform 0.4s ease;
}

.gallery-item:hover .gallery-overlay {
    transform: translateY(0);
}

.gallery-overlay span {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

/* CTA Section */
.t5-cta-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #22C55E 0%, #1871b0 100%);
    color: #ffffff;
}

.t5-cta-section h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
}

.t5-cta-section p {
    font-size: 22px;
    margin-bottom: 40px;
    color: rgba(255,255,255,0.9);
}

.t5-cta-buttons {
    margin-top: 30px;
}

.t5-cta-section .btn-main {
    background: #ffffff;
    color: #22C55E !important;
    padding: 18px 45px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50px;
    transition: all 0.3s ease;
    border: 2px solid #ffffff;
}

.t5-cta-section .btn-main:hover {
    background: #1a1a1a;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}

.t5-cta-section .btn-line {
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 16px 45px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.t5-cta-section .btn-line:hover {
    background: #ffffff;
    color: #22C55E;
    transform: translateY(-3px);
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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

/* Responsive Design */
@media (max-width: 992px) {
    .t5-hero-title {
        font-size: 48px;
    }

    .t5-hero-subtitle {
        font-size: 20px;
    }

    .t5-hero-left,
    .t5-hero-right {
        padding: 40px 20px;
    }

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

    .t5-section-title,
    .t5-section-title-light {
        font-size: 38px;
    }

    .t5-feature-content-box {
        padding: 40px;
    }

    .gallery-item.large {
        grid-column: span 1;
    }

    .t5-image-feature-section {
        background-attachment: scroll;
    }
}

@media (max-width: 768px) {
    .t5-hero-combined {
        padding: 80px 0 0;
    }

    .t5-hero-title {
        font-size: 36px;
    }

    .t5-hero-subtitle {
        font-size: 18px;
    }

    .t5-hero-cta {
        flex-direction: column;
    }

    .t5-hero-cta .btn-main,
    .t5-hero-cta .btn-line {
        width: 100%;
        text-align: center;
    }

    .color-options-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .color-circle {
        width: 45px;
        height: 45px;
    }

    .t5-section-title,
    .t5-section-title-light {
        font-size: 32px;
    }

    .t5-feature-card-dark {
        padding: 35px 25px;
    }

    .t5-feature-content-box {
        padding: 30px 25px;
    }

    .t5-feature-content-box h2 {
        font-size: 28px;
    }

    .specs-tab-nav {
        gap: 5px;
    }

    .spec-tab-btn {
        padding: 12px 20px;
        font-size: 14px;
    }

    .spec-card-modern {
        padding: 20px;
    }

    .t5-cta-section h2 {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .t5-hero-left {
        padding: 30px 15px;
    }

    .t5-hero-title {
        font-size: 32px;
    }

    .t5-color-selector-inline {
        padding: 20px;
    }

    .color-options-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .color-circle {
        width: 40px;
        height: 40px;
    }

    .color-name {
        font-size: 10px;
    }

    .t5-section-title,
    .t5-section-title-light {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .t5-features-section-dark,
    .t5-specs-section-modern,
    .t5-gallery-section {
        padding: 60px 0;
    }

    .t5-image-feature-section {
        min-height: 500px;
    }

    .t5-cta-section {
        padding: 80px 0;
    }
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}



/* additional new styles */

/**
 * T5 EVO - PREMIUM APPLE-STYLE DARK HERO
 * Elegant, minimal, sophisticated design
 */

/* ========================================
   HERO SECTION - PREMIUM DARK
======================================== */
.t5-hero-premium-dark {
    min-height: 100vh;
    background: #000000;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* Subtle gradient overlay */
.t5-hero-premium-dark::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(32, 161, 208, 0.08) 0%, transparent 50%);
    pointer-events: none;
    z-index: 1;
}

.t5-hero-premium-dark .container-fluid {
    position: relative;
    z-index: 2;
}

/* ========================================
   LEFT SIDE - CONTENT
======================================== */
.t5-premium-left {
    padding: 80px 60px;
    display: flex;
    align-items: center;
}

.t5-premium-content {
    max-width: 560px;
    animation: fadeInLeft 1s ease-out;
}

/* Title Block */
.t5-title-block {
    margin-bottom: 40px;
}

.t5-eyebrow {
    font-size: 14px;
    font-weight: 600;
    color: #22C55E;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
}

.t5-display-title {
    font-size: clamp(52px, 7vw, 72px);
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    letter-spacing: -2px;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.4s forwards;
}

.t5-title-highlight {
    display: block;
    background: linear-gradient(135deg, #22C55E 0%, #18b076 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.t5-tagline {
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    letter-spacing: 0.5px;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.6s forwards;
}

/* Pricing Block */
.t5-pricing-block {
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.8s forwards;
}

.t5-price-label {
    font-size: 13px;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.t5-price-value {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -1px;
}

/* ========================================
   COLOR SELECTOR MODULE - PREMIUM DESIGN
======================================== */
.t5-color-module {
    margin-bottom: 50px;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 1s forwards;
}

.t5-color-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.t5-color-label {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.t5-color-selected {
    font-size: 14px;
    color: #22C55E;
    font-weight: 500;
}

.t5-color-selected span {
    font-weight: 600;
}

/* Color Palette */
.t5-color-palette {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.t5-color-swatch {
    width: 52px;
    height: 52px;
    padding: 4px;
    background: rgba(255, 255, 255, 0.04);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    outline: none;
}

.t5-color-swatch:hover {
    transform: translateY(-4px) scale(1.05);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.3);
}

.t5-color-swatch.active {
    border-color: #22C55E;
    background: rgba(32, 161, 208, 0.15);
    box-shadow: 0 0 0 4px rgba(32, 161, 208, 0.2),
                0 8px 20px rgba(32, 161, 208, 0.3);
}

.t5-color-swatch.active::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border: 2px solid #22C55E;
    border-radius: 50%;
    animation: pulse-ring 1.5s ease-out infinite;
}

.t5-swatch-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Pulse animation for active swatch */
@keyframes pulse-ring {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

/* ========================================
   CTA BUTTONS
======================================== */
.t5-premium-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 1.2s forwards;
}

.t5-btn-primary,
.t5-btn-secondary {
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 100px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
    letter-spacing: 0.3px;
}

.t5-btn-primary {
    background: #22C55E;
    color: #ffffff;
    border: 2px solid #22C55E;
}

.t5-btn-primary:hover {
    background: #1ab871;
    border-color: #1ab871;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(32, 208, 73, 0.35);
    color: #ffffff;
}

.t5-btn-secondary {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.t5-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
    color: #ffffff;
}

/* ========================================
   RIGHT SIDE - CAR IMAGE
======================================== */
.t5-premium-right {
    padding: 60px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.t5-car-showcase {
    position: relative;
    width: 100%;
    animation: fadeInRight 1.2s ease-out;
}

.t5-car-image {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 30px 80px rgba(32, 161, 208, 0.25));
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.t5-car-image:hover {
    transform: scale(1.03) translateY(-10px);
    filter: drop-shadow(0 40px 100px rgba(32, 161, 208, 0.35));
}

/* Image transition for color changes */
.t5-car-image.transitioning {
    opacity: 0;
    transform: scale(0.97);
}

/* ========================================
   SCROLL INDICATOR
======================================== */
.t5-scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    z-index: 10;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 1.4s forwards;
}

.t5-scroll-text {
    font-size: 12px;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 500;
}

.t5-scroll-line {
    width: 2px;
    height: 50px;
    background: linear-gradient(to bottom, #22C55E 0%, transparent 100%);
    animation: scrollLineMove 2s ease-in-out infinite;
}

@keyframes scrollLineMove {
    0%, 100% {
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        transform: translateY(15px);
        opacity: 0.3;
    }
}

/* ========================================
   ANIMATIONS
======================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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

/* ========================================
   RESPONSIVE DESIGN
======================================== */
@media (max-width: 1199px) {
    .t5-premium-left {
        padding: 60px 40px;
    }
    
    .t5-display-title {
        font-size: 56px;
    }
}

@media (max-width: 991px) {
    .t5-hero-premium-dark {
        min-height: auto;
    }
    
    .t5-premium-left,
    .t5-premium-right {
        padding: 60px 30px;
    }
    
    .t5-premium-content {
        max-width: 100%;
    }
    
    .t5-display-title {
        font-size: 48px;
    }
    
    .t5-car-showcase {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .t5-premium-left {
        padding: 50px 24px;
    }
    
    .t5-premium-right {
        padding: 30px 24px 60px;
    }
    
    .t5-display-title {
        font-size: 42px;
    }
    
    .t5-price-value {
        font-size: 28px;
    }
    
    .t5-color-palette {
        gap: 12px;
    }
    
    .t5-color-swatch {
        width: 48px;
        height: 48px;
    }
    
    .t5-premium-actions {
        flex-direction: column;
        width: 100%;
    }
    
    .t5-btn-primary,
    .t5-btn-secondary {
        width: 100%;
        text-align: center;
        padding: 18px 32px;
    }
    
    .t5-scroll-indicator {
        display: none;
    }
}

@media (max-width: 480px) {
    .t5-premium-left {
        padding: 40px 20px;
    }
    
    .t5-display-title {
        font-size: 36px;
    }
    
    .t5-color-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .t5-color-palette {
        gap: 10px;
    }
    
    .t5-color-swatch {
        width: 44px;
        height: 44px;
    }
}

/* ========================================
   ACCESSIBILITY
======================================== */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
