/* ============================================================
   GETON DEAL — AUSPICIOUS FESTIVE HERO STYLES (Lord Ganesha Theme)
   ============================================================ */

/* Main Hero Container */
.hero-3d-section {
    position: relative;
    width: 100%;
    min-height: 75vh;
    background: radial-gradient(ellipse at 25% 45%, #FFECCF 0%, #FEE5C3 35%, #FDF1DD 65%, #FFFDF8 100%),
                linear-gradient(135deg, #FFFDF8 0%, #FEF0D8 45%, #FFF9EC 100%);
    color: #0F172A;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 45px 0 55px;
    border-bottom: 2px solid rgba(220, 160, 40, 0.25);
}

/* Background Glowing Elements */
.hero-3d-bg-glow-1 {
    position: absolute;
    top: -15%;
    left: 5%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 193, 7, 0.22) 0%, rgba(255, 152, 0, 0.08) 45%, transparent 70%);
    pointer-events: none;
    z-index: 1;
    filter: blur(60px);
}

.hero-3d-bg-glow-2 {
    position: absolute;
    bottom: -15%;
    right: 5%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 112, 67, 0.15) 0%, rgba(255, 193, 7, 0.06) 50%, transparent 70%);
    pointer-events: none;
    z-index: 1;
    filter: blur(60px);
}

/* Floating Festive Marigold Petals & Golden Leaves */
.hero-festive-petals {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 3;
}

.festive-leaf {
    position: absolute;
    top: -40px;
    display: block;
    border-radius: 2px 14px 2px 14px;
    background: linear-gradient(135deg, #FFE082 0%, #FFA000 45%, #E65100 100%);
    box-shadow: 0 4px 10px rgba(230, 81, 0, 0.25);
    opacity: 0.88;
    will-change: transform, opacity;
}

/* Varied Petal Sizes, Colors, and Starting Horizontal Positions */
.festive-leaf.leaf-1  { left: 5%;  width: 14px; height: 22px; animation: flutterDown1 9s infinite linear 0s; }
.festive-leaf.leaf-2  { left: 12%; width: 10px; height: 16px; animation: flutterDown2 11s infinite linear 1.8s; background: linear-gradient(135deg, #FFF176 0%, #FFB300 50%, #F57C00 100%); }
.festive-leaf.leaf-3  { left: 20%; width: 16px; height: 26px; animation: flutterDown3 8.5s infinite linear 3.2s; }
.festive-leaf.leaf-4  { left: 28%; width: 12px; height: 18px; animation: flutterDown1 12s infinite linear 0.7s; background: linear-gradient(135deg, #FFE082 0%, #FF8F00 50%, #D84315 100%); }
.festive-leaf.leaf-5  { left: 35%; width: 15px; height: 24px; animation: flutterDown2 10s infinite linear 4.5s; }
.festive-leaf.leaf-6  { left: 44%; width: 11px; height: 17px; animation: flutterDown3 13s infinite linear 2.1s; background: linear-gradient(135deg, #FFF9C4 0%, #FFC107 50%, #FF6F00 100%); }
.festive-leaf.leaf-7  { left: 52%; width: 16px; height: 25px; animation: flutterDown1 8s infinite linear 5.3s; }
.festive-leaf.leaf-8  { left: 60%; width: 13px; height: 20px; animation: flutterDown2 11.5s infinite linear 1.2s; background: linear-gradient(135deg, #FFD54F 0%, #FF9800 50%, #E65100 100%); }
.festive-leaf.leaf-9  { left: 68%; width: 14px; height: 22px; animation: flutterDown3 9.5s infinite linear 3.8s; }
.festive-leaf.leaf-10 { left: 76%; width: 11px; height: 17px; animation: flutterDown1 12.5s infinite linear 6.2s; background: linear-gradient(135deg, #FFE082 0%, #FFA000 50%, #BF360C 100%); }
.festive-leaf.leaf-11 { left: 83%; width: 15px; height: 24px; animation: flutterDown2 10.5s infinite linear 0.4s; }
.festive-leaf.leaf-12 { left: 90%; width: 12px; height: 19px; animation: flutterDown3 9s infinite linear 4.0s; background: linear-gradient(135deg, #FFF59D 0%, #FFB300 50%, #E65100 100%); }
.festive-leaf.leaf-13 { left: 16%; width: 13px; height: 21px; animation: flutterDown1 10s infinite linear 7.1s; }
.festive-leaf.leaf-14 { left: 48%; width: 14px; height: 23px; animation: flutterDown2 11s infinite linear 8.5s; background: linear-gradient(135deg, #FFE082 0%, #FF8F00 50%, #D84315 100%); }
.festive-leaf.leaf-15 { left: 72%; width: 12px; height: 18px; animation: flutterDown3 12s infinite linear 5.9s; }
.festive-leaf.leaf-16 { left: 94%; width: 15px; height: 25px; animation: flutterDown1 9.8s infinite linear 2.6s; }

/* Floating & Fluttering Animations with 3D Twisting and Natural Wind Sway */
@keyframes flutterDown1 {
    0% {
        transform: translate3d(0, -30px, 0) rotate(0deg) rotateY(0deg) scale(0.8);
        opacity: 0;
    }
    10% {
        opacity: 0.9;
    }
    30% {
        transform: translate3d(35px, 25vh, 0) rotate(85deg) rotateY(140deg) scale(1);
    }
    60% {
        transform: translate3d(-25px, 55vh, 0) rotate(190deg) rotateY(260deg) scale(0.95);
    }
    85% {
        opacity: 0.85;
        transform: translate3d(20px, 80vh, 0) rotate(310deg) rotateY(380deg) scale(0.9);
    }
    100% {
        transform: translate3d(40px, 105vh, 0) rotate(420deg) rotateY(500deg) scale(0.8);
        opacity: 0;
    }
}

@keyframes flutterDown2 {
    0% {
        transform: translate3d(0, -30px, 0) rotate(30deg) rotateX(0deg) scale(0.85);
        opacity: 0;
    }
    15% {
        opacity: 0.95;
    }
    40% {
        transform: translate3d(-40px, 35vh, 0) rotate(130deg) rotateX(160deg) scale(1.05);
    }
    70% {
        transform: translate3d(30px, 68vh, 0) rotate(240deg) rotateX(300deg) scale(0.95);
    }
    90% {
        opacity: 0.8;
    }
    100% {
        transform: translate3d(-20px, 105vh, 0) rotate(360deg) rotateX(460deg) scale(0.85);
        opacity: 0;
    }
}

@keyframes flutterDown3 {
    0% {
        transform: translate3d(0, -30px, 0) rotate(-20deg) rotateY(0deg) scale(0.9);
        opacity: 0;
    }
    12% {
        opacity: 0.9;
    }
    35% {
        transform: translate3d(45px, 30vh, 0) rotate(90deg) rotateY(180deg) scale(1);
    }
    65% {
        transform: translate3d(-35px, 62vh, 0) rotate(210deg) rotateY(340deg) scale(0.9);
    }
    88% {
        opacity: 0.85;
    }
    100% {
        transform: translate3d(25px, 105vh, 0) rotate(340deg) rotateY(480deg) scale(0.8);
        opacity: 0;
    }
}

/* Grid & Columns */
.hero-3d-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 40px;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* Left Hero Image Frame */
.hero-3d-canvas-col {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-ganesha-card {
    position: relative;
    width: 100%;
    max-width: 520px;
    background: transparent;
    border: none;
    box-shadow: none;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-ganesha-card::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 48%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background: radial-gradient(circle, rgba(255, 193, 7, 0.28) 0%, rgba(255, 152, 0, 0.12) 40%, rgba(255, 112, 67, 0.04) 65%, transparent 80%);
    pointer-events: none;
    z-index: 0;
    filter: blur(25px);
}

.hero-ganesha-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 0;
    position: relative;
    z-index: 1;
    -webkit-mask-image: radial-gradient(ellipse 50% 50% at 48% 50%, #000 35%, rgba(0, 0, 0, 0.9) 52%, rgba(0, 0, 0, 0.6) 72%, rgba(0, 0, 0, 0.2) 88%, rgba(0, 0, 0, 0.03) 96%, transparent 100%);
    mask-image: radial-gradient(ellipse 50% 50% at 48% 50%, #000 35%, rgba(0, 0, 0, 0.9) 52%, rgba(0, 0, 0, 0.6) 72%, rgba(0, 0, 0, 0.2) 88%, rgba(0, 0, 0, 0.03) 96%, transparent 100%);
    filter: none !important;
    transition: transform 0.4s ease;
}

.hero-ganesha-card:hover .hero-ganesha-img {
    transform: scale(1.02);
}

/* Text Column */
.hero-3d-text-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

/* Festive Hand-Painted Brush Typography (Savings Ka Bhi Shree Ganesh) */
.hero-festive-headline-wrap {
    position: relative;
    display: inline-block;
    padding: 10px 28px 14px 24px;
    margin: 0 0 14px -10px;
    transform: rotate(-3deg);
    transform-origin: left center;
}

/* No hover scaling */
.hero-festive-headline-wrap:hover {
    transform: rotate(-3deg);
}

.hero-festive-brush-title {
    font-family: 'Permanent Marker', 'Caveat Brush', -apple-system, BlinkMacSystemFont, 'Segoe UI', cursive, sans-serif !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin: 0;
    line-height: 1.05;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 0 rgba(255, 255, 255, 0.6);
}

.festive-brush-dark {
    font-size: clamp(1.75rem, 3.1vw, 2.75rem);
    color: #1a315b;
    font-weight: 900;
    display: block;
    white-space: nowrap;
    letter-spacing: 0.6px;
    filter: drop-shadow(0 1px 1px rgba(26, 49, 91, 0.15));
}

.festive-brush-orange {
    font-size: clamp(1.9rem, 3.4vw, 3.05rem);
    color: #e25822;
    font-weight: 900;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    letter-spacing: 0.6px;
    padding-bottom: 6px;
    filter: drop-shadow(0 1px 1px rgba(226, 88, 34, 0.2));
}

/* Dynamic Brush Underline Swoosh */
.festive-brush-swoosh {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 14px;
    display: block;
    pointer-events: none;
}

.festive-brush-swoosh svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* Festive Ray Bursts (Action / Accent Strokes) */
.festive-burst {
    position: absolute;
    display: block;
    width: clamp(22px, 2.5vw, 28px);
    height: clamp(22px, 2.5vw, 28px);
    pointer-events: none;
    z-index: 2;
    filter: drop-shadow(0 1px 2px rgba(226, 88, 34, 0.25));
}

.festive-burst svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* Circle 1: Top-Left */
.burst-corner-tl {
    top: -12px;
    left: -12px;
}

/* Circle 2: Bottom-Left */
.burst-corner-bl {
    bottom: 0px;
    left: -14px;
}

/* Circle 3: Top-Right */
.burst-corner-tr {
    top: -14px;
    right: -6px;
}

/* Circle 4: Bottom-Right */
.burst-corner-br {
    bottom: 4px;
    right: -10px;
}

.hero-clean-desc {
    font-size: 1.05rem;
    color: #33445C;
    line-height: 1.5;
    margin-bottom: 22px;
    max-width: 520px;
    font-weight: 600;
}

/* Perks Pills */
.hero-clean-perks {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.hero-clean-perk {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #F4E8DB;
    border: 1px solid rgba(216, 93, 42, 0.15);
    padding: 7px 16px;
    border-radius: 50px;
    font-size: 0.86rem;
    font-weight: 700;
    color: #2D3E50;
    transition: all 0.25s ease;
}

.hero-clean-perk i {
    color: #D85D2A;
    font-size: 0.95rem;
}

.hero-clean-perk:hover {
    background: #EEDCCE;
    transform: translateY(-2px);
}

/* Highlighted Offer Perk */
.hero-clean-perk.hero-perk-highlight {
    background: linear-gradient(135deg, #D85D2A 0%, #E66C38 100%);
    color: #FFFFFF;
    border-color: rgba(216, 93, 42, 0.4);
    box-shadow: 0 4px 14px rgba(216, 93, 42, 0.28);
    font-weight: 800;
    letter-spacing: 0.5px;
}

.hero-clean-perk.hero-perk-highlight i {
    color: #FFD56B;
    font-size: 0.95rem;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.15));
}

.hero-clean-perk.hero-perk-highlight:hover {
    background: linear-gradient(135deg, #C44E1D 0%, #D85D2A 100%);
    box-shadow: 0 6px 18px rgba(216, 93, 42, 0.38);
    transform: translateY(-2px);
}

/* Ganesh Festival Coupon Box */
.hero-clean-coupon {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #F6ECE1;
    border: 1px solid rgba(216, 93, 42, 0.2);
    border-radius: 16px;
    padding: 14px 20px;
    margin-bottom: 26px;
    width: 100%;
    max-width: 560px;
    box-shadow: 0 4px 18px rgba(180, 100, 30, 0.06);
    transition: all 0.25s ease;
}

.hero-clean-coupon:hover {
    box-shadow: 0 6px 24px rgba(180, 100, 30, 0.12);
    border-color: rgba(216, 93, 42, 0.35);
}

.coupon-clean-row1,
.coupon-clean-row2 {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.coupon-tag-badge {
    background: #D85D2A;
    color: #FFFFFF;
    font-size: 0.76rem;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 8px;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.coupon-clean-subtext {
    font-size: 0.84rem;
    font-weight: 700;
    color: #5A4A3C;
    letter-spacing: 0.2px;
}

.coupon-clean-code-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #FFFFFF;
    border: 1.5px dashed #D85D2A;
    padding: 4px 12px;
    border-radius: 8px;
    color: #D85D2A;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.coupon-clean-code-pill strong {
    font-size: 0.95rem;
    letter-spacing: 1px;
}

.coupon-clean-action {
    font-size: 0.8rem;
    font-weight: 700;
    color: #475569;
    letter-spacing: 0.2px;
}

.coupon-divider {
    color: rgba(20, 34, 54, 0.25);
    font-weight: 400;
}

/* Action Buttons */
.hero-clean-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.btn-clean-primary {
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #D85D2A;
    color: #FFFFFF;
    padding: 0 24px;
    gap: 10px;
    font-size: 0.96rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(216, 93, 42, 0.35);
    transition: all 0.25s ease;
    border: none;
    cursor: pointer;
}

.btn-clean-primary:hover {
    background: #C44E1D;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(216, 93, 42, 0.45);
}

.btn-clean-primary .btn-divider {
    opacity: 0.45;
}

.btn-clean-primary .btn-price-clean {
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.btn-clean-primary .btn-price-clean del {
    opacity: 0.7;
    font-size: 0.85em;
}

.btn-clean-outline {
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #FFFDF8;
    color: #142236;
    border: 1.5px solid #142236;
    padding: 0 24px;
    gap: 8px;
    font-size: 0.94rem;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.25s ease;
    cursor: pointer;
}

.btn-clean-outline:hover {
    background: #142236;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(20, 34, 54, 0.15);
}

.hero-3d-card-tag i {
    color: #FFD700;
    font-size: 0.95rem;
    filter: drop-shadow(0 0 6px rgba(255, 215, 0, 0.6));
}

.hero-3d-card-tag .dot {
    width: 8px;
    height: 8px;
    background: #FFD700;
    border-radius: 50%;
    box-shadow: 0 0 10px #FFD700;
    animation: statusPulse 1.8s infinite;
}

@keyframes statusPulse {
    0% {
        opacity: 0.5;
        transform: scale(0.9);
    }
    50% {
        opacity: 1;
        transform: scale(1.25);
    }
    100% {
        opacity: 0.5;
        transform: scale(0.9);
    }
}

/* Interactivity Prompt */
.hero-3d-hint {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.78rem;
    font-weight: 700;
    color: #FFF0C2;
    background: rgba(10, 15, 28, 0.85);
    padding: 8px 20px;
    border-radius: 30px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 215, 0, 0.45);
    white-space: nowrap;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5), 0 0 15px rgba(255, 184, 0, 0.2);
    cursor: pointer;
    transition: all 0.25s ease;
}

.hero-3d-hint:hover {
    background: rgba(255, 184, 0, 0.25);
    border-color: #FFD700;
    color: #FFF;
    transform: translateX(-50%) translateY(-2px) scale(1.03);
    box-shadow: 0 8px 25px rgba(255, 184, 0, 0.35);
}

/* Floating Blessing Toast Notification */
.ganesha-blessing-toast {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.85);
    background: linear-gradient(135deg, rgba(26, 17, 3, 0.95) 0%, rgba(54, 34, 4, 0.95) 100%);
    border: 2px solid #FFD700;
    color: #FFFFFF;
    padding: 18px 26px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8), 0 0 30px rgba(255, 215, 0, 0.4);
    backdrop-filter: blur(14px);
    text-align: center;
    z-index: 20;
    pointer-events: none;
    opacity: 0;
    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    max-width: 90%;
    width: 380px;
}

.ganesha-blessing-toast.active {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.ganesha-blessing-toast .toast-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #FFD700;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.ganesha-blessing-toast .toast-body {
    font-size: 0.88rem;
    color: #F5E6CC;
    line-height: 1.45;
}

/* Fallback 2D/3D Lord Ganesha Card */
.hero-3d-fallback-card {
    display: none;
    width: 380px;
    min-height: 440px;
    margin: 0 auto;
    border-radius: 28px;
    background: radial-gradient(circle at 50% 30%, #2A1C0E 0%, #120D08 80%, #080503 100%);
    border: 2px solid rgba(255, 215, 0, 0.5);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8), 0 0 35px rgba(255, 184, 0, 0.25), inset 0 0 25px rgba(255, 215, 0, 0.15);
    padding: 30px 24px;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
    overflow: hidden;
    text-align: center;
}

.hero-3d-fallback-card .fallback-ganesha-img {
    width: 220px;
    height: 220px;
    object-fit: contain;
    border-radius: 50%;
    border: 3px solid #FFD700;
    box-shadow: 0 0 30px rgba(255, 215, 0, 0.5);
    animation: fallbackFloat 4s ease-in-out infinite;
    background: #FFF;
    padding: 6px;
}

@keyframes fallbackFloat {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(1deg);
    }
}

.hero-3d-fallback-card .fallback-card-title {
    font-size: 1.3rem;
    font-weight: 800;
    color: #FFD700;
    margin-top: 16px;
    margin-bottom: 6px;
}

.hero-3d-fallback-card .fallback-card-sub {
    font-size: 0.85rem;
    color: #E2D9C8;
}

/* Fallback visibility rules */
.no-webgl #hero-3d-canvas,
.no-webgl .hero-3d-hint,
.reduced-motion #hero-3d-canvas,
.reduced-motion .hero-3d-hint {
    display: none !important;
}

.no-webgl .hero-3d-fallback-card,
.reduced-motion .hero-3d-fallback-card {
    display: flex !important;
}

/* Comprehensive Multi-Device Responsive Rules */
@media (max-width: 1200px) {
    .hero-3d-grid {
        grid-template-columns: 0.9fr 1.1fr;
        gap: 24px;
    }

    .hero-3d-title {
        font-size: clamp(1.9rem, 3vw, 2.5rem);
    }

    .hero-3d-canvas-col {
        min-height: auto;
        height: auto;
    }
}

@media (max-width: 992px) {
    .hero-3d-section {
        padding: 30px 0 40px;
        min-height: auto;
    }

    .hero-3d-grid {
        display: flex;
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .hero-3d-canvas-col {
        order: -1;
        min-height: auto;
        height: auto;
        max-width: 440px;
        margin: 0 auto;
    }

    .hero-3d-text-col {
        order: 1;
        align-items: center;
        text-align: center;
    }

    .hero-festive-headline-wrap {
        margin: 0 auto 16px;
        transform: rotate(-2.5deg);
        text-align: center;
    }

    .hero-clean-title {
        text-align: center;
        max-width: 100%;
    }

    .hero-clean-desc {
        text-align: center;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-clean-perks {
        justify-content: center;
    }

    .hero-clean-coupon {
        align-items: center;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .coupon-clean-row1,
    .coupon-clean-row2 {
        justify-content: center;
    }

    .hero-clean-actions {
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .hero-3d-section {
        padding: 24px 0 32px;
    }

    .hero-festive-headline-wrap {
        padding: 8px 16px 14px 16px;
        margin: 0 auto 12px;
    }

    .festive-brush-dark {
        font-size: clamp(1.45rem, 5.2vw, 1.95rem);
    }

    .festive-brush-orange {
        font-size: clamp(1.6rem, 5.8vw, 2.15rem);
    }

    .festive-burst {
        width: 18px;
        height: 18px;
    }

    .hero-clean-desc {
        font-size: 0.95rem;
        line-height: 1.45;
        margin-bottom: 16px;
    }

    .hero-clean-perks {
        gap: 8px;
        margin-bottom: 16px;
    }

    .hero-clean-perk {
        font-size: 0.78rem;
        padding: 5px 12px;
    }

    .hero-clean-coupon {
        width: 100%;
        max-width: 440px;
        padding: 12px 14px;
        border-radius: 12px;
        margin-bottom: 18px;
        gap: 8px;
    }

    .coupon-clean-row1,
    .coupon-clean-row2 {
        flex-direction: column;
        gap: 6px;
    }

    .coupon-divider {
        display: none;
    }

    .coupon-tag-badge {
        font-size: 0.72rem;
        padding: 3px 10px;
    }

    .coupon-clean-heading {
        font-size: 0.88rem;
    }

    .coupon-clean-action {
        font-size: 0.74rem;
        text-align: center;
    }

    .hero-clean-actions {
        width: 100%;
        max-width: 420px;
        flex-direction: column;
        gap: 10px;
        margin: 0 auto;
    }

    .btn-clean-primary,
    .btn-clean-outline {
        width: 100%;
        height: 48px;
        justify-content: center;
        font-size: 0.92rem;
    }

    .hero-3d-canvas-col {
        min-height: auto;
        height: auto;
        max-width: 380px;
        margin: 0 auto;
    }
}

@media (max-width: 420px) {
    .hero-3d-section {
        padding: 20px 0 28px;
    }

    .festive-brush-dark {
        font-size: 1.3rem;
    }

    .festive-brush-orange {
        font-size: 1.45rem;
    }

    .hero-clean-perk {
        font-size: 0.74rem;
        padding: 4px 10px;
    }

    .btn-clean-primary,
    .btn-clean-outline {
        height: 46px;
        font-size: 0.88rem;
        padding: 0 16px;
    }

    .hero-3d-canvas-col {
        min-height: auto;
        height: auto;
        max-width: 300px;
        margin: 0 auto;
    }
}

/* Accessibility Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {

    #hero-3d-canvas,
    .hero-3d-hint {
        display: none !important;
    }

    .hero-3d-fallback-card {
        display: flex !important;
    }
}

/* ============================================================
   GETON DEAL — LUXURY PHYSICAL MEMBERSHIP CARDS (Exact Image 1)
   ============================================================ */

.physical-card-section {
    background: #FFFFFF;
    background-image: none;
    color: #1A202C;
    padding: 70px 20px 85px;
    position: relative;
    overflow: hidden;
    border: 1px solid #E2E8F0;
    border-radius: 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    max-width: 1200px;
    margin: 0 auto;
}

.physical-card-header-v2 {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
    position: relative;
    z-index: 2;
}

.brand-main-logo {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
}

.brand-main-logo img {
    height: 48px;
    width: auto;
}

.brand-tagline {
    font-size: 0.92rem;
    color: #475569;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.gold-divider-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 18px;
}

.gold-line {
    height: 1.5px;
    width: 130px;
    background: linear-gradient(90deg, transparent 0%, #D4AF37 50%, transparent 100%);
    position: relative;
}

.gold-line::after {
    content: '';
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 7px;
    height: 7px;
    background: #D4AF37;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(212, 175, 55, 0.6);
}

.gold-divider-text {
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 5px;
    color: #B8860B;
    text-transform: uppercase;
    text-shadow: 0 1px 4px rgba(212, 175, 55, 0.15);
}

/* 3D Physical Cards Grid */
.physical-cards-grid-v2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
    max-width: 1200px;
    margin: 0 auto;
    perspective: 1600px;
    position: relative;
    z-index: 2;
}

.physical-card-v2 {
    position: relative;
    width: 100%;
    min-height: 610px;
    border-radius: 28px;
    padding: 32px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    transform-style: preserve-3d;
    transition: transform 0.15s cubic-bezier(0.2, 0, 0.2, 1), box-shadow 0.3s ease;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.7), inset 0 1.5px 1.5px rgba(255, 255, 255, 0.6);
    will-change: transform;
    cursor: pointer;
}

/* Smooth Metallic Wave Background Overlay */
.card-wave-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 65%;
    pointer-events: none;
    z-index: 1;
    opacity: 0.45;
}

/* Metallic Specular Glare Tracking */
.card-specular-glare {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.4) 0%, transparent 60%);
    pointer-events: none;
    z-index: 4;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.physical-card-v2:hover .card-specular-glare {
    opacity: 1;
}

/* Sleek Corner Ribbon */
.ribbon-corner {
    position: absolute;
    top: 28px;
    right: -42px;
    width: 155px;
    transform: rotate(45deg);
    text-align: center;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 7px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 6;
}

/* SILVER CARD COLOR THEME */
.card-silver-theme {
    background: linear-gradient(140deg, #E2E8F0 0%, #FFFFFF 25%, #CBD5E1 55%, #94A3B8 80%, #F1F5F9 100%);
    border: 2.5px solid #E2E8F0;
    color: #1E293B;
}

.card-silver-theme .ribbon-corner {
    background: linear-gradient(135deg, #94A3B8 0%, #475569 100%);
    color: #FFFFFF;
}

.card-silver-theme .title-main {
    color: #334155;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.9);
}

.card-silver-theme .feat-item {
    color: #334155;
}

.card-silver-theme .feat-item i {
    color: #1E293B;
}

.card-silver-theme .price-num {
    color: #0F172A;
}

.card-silver-theme .serial-text {
    color: #64748B;
}

/* GOLD CARD COLOR THEME */
.card-gold-theme {
    background: linear-gradient(140deg, #FFE885 0%, #FFF5C0 20%, #D4AF37 50%, #9A721C 80%, #F5D77F 100%);
    border: 2.5px solid #F5D77F;
    color: #451A03;
    box-shadow: 0 30px 65px rgba(212, 175, 55, 0.35), inset 0 1.5px 2px rgba(255, 255, 255, 0.8);
}

.card-gold-theme .ribbon-corner {
    background: linear-gradient(135deg, #D4AF37 0%, #78350F 100%);
    color: #FFFFFF;
}

.card-gold-theme .title-main {
    color: #78350F;
    text-shadow: 0 1px 2px rgba(255, 245, 192, 0.9);
}

.card-gold-theme .feat-item {
    color: #451A03;
}

.card-gold-theme .feat-item i {
    color: #78350F;
}

.card-gold-theme .price-num {
    color: #78350F;
}

.card-gold-theme .serial-text {
    color: #92400E;
}

/* PLATINUM CARD COLOR THEME */
.card-platinum-theme {
    background: linear-gradient(140deg, #1E293B 0%, #0F172A 35%, #020617 75%, #334155 100%);
    border: 2.5px solid rgba(212, 175, 55, 0.45);
    color: #F8FAFC;
    box-shadow: 0 30px 65px rgba(0, 0, 0, 0.8), inset 0 1.5px 1.5px rgba(255, 255, 255, 0.25);
}

.card-platinum-theme .ribbon-corner {
    background: linear-gradient(135deg, #E2E8F0 0%, #64748B 100%);
    color: #0F172A;
}

.card-platinum-theme .title-main {
    color: #F8FAFC;
    text-shadow: 0 2px 12px rgba(255, 255, 255, 0.3);
}

.card-platinum-theme .feat-item {
    color: #CBD5E1;
}

.card-platinum-theme .feat-item i {
    color: #F8FAFC;
}

.card-platinum-theme .price-num {
    color: #FFFFFF;
}

.card-platinum-theme .serial-text {
    color: #94A3B8;
}

/* Internal Card Typography & Alignment (Exact Image 1) */
.card-top-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    position: relative;
    z-index: 3;
}

.card-brand-logo-img {
    height: 32px;
    width: auto;
}

.card-center-title {
    text-align: center;
    margin-bottom: 28px;
    position: relative;
    z-index: 3;
}

.title-main {
    font-size: 2.4rem;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1;
}

.title-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 8px;
}

.title-divider::before,
.title-divider::after {
    content: '';
    height: 1px;
    width: 45px;
    background: currentColor;
    opacity: 0.5;
}

.title-sub {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 5px;
    text-transform: uppercase;
    opacity: 0.85;
}

.card-features-v2 {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    position: relative;
    z-index: 3;
}

.feat-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 9px 0;
    font-size: 0.88rem;
    font-weight: 600;
}

.feat-item i {
    font-size: 1rem;
    width: 20px;
    text-align: center;
}

.card-price-v2 {
    text-align: center;
    margin-bottom: 14px;
    position: relative;
    z-index: 3;
}

.price-tag-label {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    opacity: 0.8;
}

.price-num {
    font-size: 2.6rem;
    font-weight: 900;
    line-height: 1.05;
    margin: 4px 0 2px;
}

.price-sub-label {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.8;
}

.serial-text {
    font-family: monospace;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-align: center;
    margin-bottom: 22px;
    position: relative;
    z-index: 3;
}

/* 3D Interactive Card Button */
.btn-card-action {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 0.95rem;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s ease;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
    transform: translateZ(20px);
}

.btn-card-action:hover {
    transform: translateZ(30px) translateY(-2px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);
}

/* Responsive Physical Cards Grid */
@media (max-width: 992px) {
    .physical-cards-grid-v2 {
        grid-template-columns: 1fr;
        max-width: 440px;
    }
}