        /* === Global Browser Compatibility === */
        html, body {
            overflow-x: hidden;
            max-width: 100vw;
        }

        /* Sale Banner (product pages) */
        .festive-top-banner {
            background: linear-gradient(90deg, #f59e0b 0%, #fbbf24 30%, #fcd34d 50%, #fbbf24 70%, #f59e0b 100%);
            color: #2e1065;
            padding: 10px 20px;
            margin-top: 65px;
            text-align: center;
            font-family: 'Red Hat Display', sans-serif;
            cursor: pointer;
            border-bottom: 1px solid rgba(251, 191, 36, 0.6);
            transition: all 0.3s ease;
        }

        .festive-top-banner:hover {
            background: linear-gradient(90deg, #d97706 0%, #f59e0b 20%, #fde68a 40%, #fffbeb 50%, #fde68a 60%, #f59e0b 80%, #d97706 100%);
            box-shadow:
                0 0 20px rgba(251, 191, 36, 0.7),
                0 0 40px rgba(245, 158, 11, 0.5),
                0 0 60px rgba(251, 191, 36, 0.3),
                0 0 80px rgba(245, 158, 11, 0.15);
        }

        .festive-banner-main {
            font-size: 14px;
            font-weight: 700;
            letter-spacing: 1px;
            color: #2e1065;
        }

        /* Footer Styles */
        .footer {
            text-align: center;
            padding: 0 20px 40px;
            background: linear-gradient(135deg, rgba(139, 92, 246, 0.1) 0%, rgba(139, 92, 246, 0.05) 100%);
            margin-top: 0;
        }

        .footer-content {
            margin: 0 auto;
        }

        .footer-title {
            font-family: 'Oxanium', sans-serif;
            font-size: 18px;
            font-weight: 700;
            color: #fbbf24;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 24px;
            text-shadow: 0 0 12px rgba(251, 191, 36, 0.2),
                0 0 30px rgba(251, 191, 36, 0.1),
                0 0 50px rgba(251, 191, 36, 0.05);
        }

        .footer-links {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 16px 32px;
            max-width: 900px;
            margin: 0 auto 32px;
            padding: 0 20px;
        }

        .footer-link {
            display: flex;
            align-items: center;
            gap: 8px;
            color: rgba(255, 255, 255, 0.7);
            text-decoration: none;
            text-shadow: 0 0 8px rgba(255, 255, 255, 0.08),
                0 0 16px rgba(255, 255, 255, 0.04);
            font-size: 14px;
            font-weight: 500;
            transition: all 0.3s ease;
            padding: 8px 12px;
            border-radius: 8px;
            background: rgba(255, 255, 255, 0.02);
            border: 1px solid rgba(139, 92, 246, 0.08);
            box-shadow: 0 2px 8px rgba(139, 92, 246, 0.04);
        }

        .footer-link:hover {
            color: #fbbf24;
            background: rgba(251, 191, 36, 0.08);
            border-color: rgba(251, 191, 36, 0.3);
            transform: translateY(-3px) translateX(4px);
            box-shadow: 0 8px 25px rgba(251, 191, 36, 0.12), 0 0 40px rgba(251, 191, 36, 0.06);
        }

        .footer-link-icon {
            font-size: 16px;
            flex-shrink: 0;
        }

        .footer-copyright {
            color: rgba(255, 255, 255, 0.4);
            font-size: 13px;
            line-height: 1.8;
            margin: 24px 0 0 0;
            padding-top: 24px;
            text-shadow: 0 0 8px rgba(255, 255, 255, 0.06),
                0 0 16px rgba(255, 255, 255, 0.03);
        }

        .footer-email-link {
            transition: all 0.3s ease;
        }

        .footer-email-link:hover {
            color: #fcd34d !important;
            text-shadow: 0 0 10px rgba(251, 191, 36, 0.2),
                0 0 25px rgba(251, 191, 36, 0.1);
        }

        @media (max-width: 768px) {
            .footer-links {
                grid-template-columns: 1fr;
                gap: 12px;
            }

            .footer {
                padding: 0 20px 30px;
                margin-top: 0;
            }

            .footer-title {
                font-size: 16px;
                margin-bottom: 20px;
            }

            .footer-link {
                min-height: 48px;
                display: flex;
                align-items: center;
                padding: 12px 16px;
                font-size: 15px;
            }

            .footer-link-icon {
                font-size: 20px;
                margin-right: 12px;
            }
        }

        /* Extra small mobile - enhance touch targets */
        @media (max-width: 480px) {
            .footer-link {
                padding: 14px 16px;
                min-height: 52px;
            }

            .floating-cta-title {
                font-size: 13px;
            }

            .floating-btn {
                padding: 10px 14px;
                font-size: 12px;
            }
        }

        @media (min-width: 768px) {
            .hero-background {
                height: 67vh;
            }

            .hero-content {
                padding-top: 0;
            }

            .profile h1 a .logo-image {
                max-width: 450px;
            }

            .logo-plus {
                font-size: 90px;
                margin-left: -20px;
                margin-bottom: 15px;
            }

            .profile p {
                font-size: 18px;
            }

            .profile {
                padding: 30px 20px 60px;
            }

            .hero-stat-number {
                font-size: 96px;
            }

            .hero-stat-plus {
                font-size: clamp(40px, 8vw, 64px);
            }

            .hero-stat-label {
                font-size: clamp(20px, 4vw, 26px);
            }
        }

        @media (max-width: 480px) {
            .profile h1 a .logo-image {
                max-width: 280px;
            }

            .logo-plus {
                font-size: 60px;
                margin-left: -15px;
                margin-bottom: 10px;
            }

            .profile p {
                font-size: 14px;
            }

            .hero-stat {
                justify-content: center;
            }

            .hero-stat-number {
                font-size: 48px;
                min-width: auto;
                text-align: center;
            }

            .hero-stat-plus {
                font-size: clamp(24px, 6vw, 32px);
            }

            .hero-stat-label {
                font-size: clamp(14px, 3vw, 16px);
                letter-spacing: clamp(1px, 0.3vw, 2px);
                width: 100%;
                text-align: center;
                margin: 12px 0 0 0;
            }

            .profile {
                padding: 16px 16px 32px;
            }

            .cta-button-hero {
                padding: 16px 28px;
                font-size: 16px;
            }

            .social-icon-hero {
                width: 36px;
                height: 36px;
            }

            .social-icon-hero svg {
                width: 18px;
                height: 18px;
            }

            .marketplace-button {
                font-size: 12px;
                padding: 14px 10px;
            }
        }

        /* Reduced motion for accessibility and performance */
        @media (prefers-reduced-motion: reduce) {

            *,
            *::before,
            *::after {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
            }

            .marquee {
                animation: none;
            }

            .carousel-slide {
                transition: none;
            }
        }

        /* Chatwoot Widget - Purple style matching site theme */
        .woot-widget-bubble {
            width: 50px !important;
            height: 50px !important;
            left: 20px !important;
            right: auto !important;
            background: rgba(139, 92, 246, 0.2) !important;
            border-radius: 50% !important;
            border: 2px solid rgba(139, 92, 246, 0.4) !important;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
            backdrop-filter: blur(10px) !important;
            transition: all 0.3s ease !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            position: fixed !important;
            bottom: 20px !important;
            left: 20px !important;
            right: auto !important;
            z-index: 99999 !important;
        }

        .woot-widget-bubble.woot-elements--left {
            left: 20px !important;
            right: auto !important;
        }

        .woot--bubble-holder {
            left: 20px !important;
            right: auto !important;
        }

        /* Show X when chat is open */
        .woot-widget-bubble.woot-elements--close svg,
        .woot-widget-bubble.woot-elements--close img,
        .woot-widget-bubble.woot-widget-bubble--open svg,
        .woot-widget-bubble.woot-widget-bubble--open img {
            display: none !important;
        }

        .woot-widget-bubble.woot-elements--close,
        .woot-widget-bubble.woot-widget-bubble--open {
            position: relative !important;
        }

        .woot-widget-bubble.woot-elements--close::after,
        .woot-widget-bubble.woot-widget-bubble--open::after {
            content: '' !important;
            position: absolute !important;
            top: 50% !important;
            left: 50% !important;
            right: auto !important;
            bottom: auto !important;
            width: 18px !important;
            height: 2px !important;
            background: #ffffff !important;
            border-radius: 1px !important;
            transform: translate(-50%, -50%) rotate(45deg) !important;
            display: block !important;
        }

        .woot-widget-bubble.woot-elements--close::before,
        .woot-widget-bubble.woot-widget-bubble--open::before {
            content: '' !important;
            position: absolute !important;
            top: 50% !important;
            left: 50% !important;
            width: 18px !important;
            height: 2px !important;
            background: #ffffff !important;
            border-radius: 1px !important;
            transform: translate(-50%, -50%) rotate(-45deg) !important;
            z-index: 1 !important;
        }

        .woot-widget-bubble svg,
        .woot-widget-bubble img {
            width: 21px !important;
            height: 21px !important;
            max-width: none !important;
            max-height: none !important;
            min-width: 21px !important;
            min-height: 21px !important;
        }

        .woot-widget-bubble i {
            font-size: 21px !important;
        }

        .woot-widget-bubble:hover {
            background: rgba(139, 92, 246, 0.4) !important;
            box-shadow: 0 4px 20px rgba(139, 92, 246, 0.5), 0 0 30px rgba(139, 92, 246, 0.4) !important;
            transform: scale(1.1) !important;
        }

        /* Hide chatwoot unread badge/counter */
        .woot--bubble-holder__unread,
        .woot-widget-bubble .unread-badge,
        .woot-widget-bubble .badge,
        [class^="woot"][class*="unread"],
        [class^="woot"][class*="badge"],
        .woot-widget-holder [class*="unread"],
        .woot-widget-holder [class*="badge"] {
            display: none !important;
            visibility: hidden !important;
        }

        @media (max-width: 768px) {
            .woot-widget-bubble {
                width: 45px !important;
                height: 45px !important;
                bottom: 15px !important;
                left: 15px !important;
                right: auto !important;
            }

            .woot-widget-bubble svg,
            .woot-widget-bubble img {
                width: 18px !important;
                height: 18px !important;
                max-width: none !important;
                max-height: none !important;
                min-width: 18px !important;
                min-height: 18px !important;
            }

            .woot-widget-bubble i {
                font-size: 18px !important;
            }
        }

        /* ===== Info Strip / Promo Banner ===== */
        .top-info-strip {
            width: 100%;
            margin: 0;
            background: linear-gradient(90deg, #f59e0b 0%, #fbbf24 30%, #fcd34d 50%, #fbbf24 70%, #f59e0b 100%);
            color: #2e1065;
            padding: 10px 20px;
            cursor: pointer;
            transition: all 0.4s ease;
            border-top: 1px solid rgba(139, 92, 246, 0.2);
            border-bottom: 1px solid rgba(251, 191, 36, 0.6);
            box-shadow: 0 2px 15px rgba(251, 191, 36, 0.4), 0 4px 30px rgba(245, 158, 11, 0.2);
            animation: banner-glow 3s ease-in-out infinite;
            box-sizing: border-box;
            position: relative;
            overflow: hidden;
        }

        @keyframes banner-glow {
            0%, 100% { box-shadow: 0 2px 15px rgba(251, 191, 36, 0.4), 0 4px 30px rgba(245, 158, 11, 0.2); }
            50% { box-shadow: 0 3px 20px rgba(251, 191, 36, 0.6), 0 6px 40px rgba(245, 158, 11, 0.35); }
        }

        .info-strip-close {
            display: none;
        }

        .top-info-strip::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 200%;
            height: 100%;
            background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 100%);
            animation: strip-shimmer 8s linear infinite;
            pointer-events: none;
        }

        @keyframes strip-shimmer {
            0% { transform: translateX(0); }
            100% { transform: translateX(50%); }
        }

        .top-info-strip.compact {
            position: fixed;
            left: 0;
            right: 0;
            z-index: 99999;
            padding: 4px 20px;
        }

        .top-info-strip.compact .info-strip-highlight,
        .top-info-strip.compact .info-strip-gift,
        .top-info-strip.compact .info-strip-shipping,
        .top-info-strip.compact .info-strip-sep {
            display: none;
        }

        @media (max-width: 768px) {
            .top-info-strip.compact {
                padding: 1px 12px;
            }

            .top-info-strip.compact .info-strip-item {
                font-size: 10px;
                gap: 4px;
                padding: 0 8px;
            }

            .top-info-strip.compact .info-strip-icon {
                font-size: 10px;
            }

            .top-info-strip.compact .info-strip-sep {
                height: 10px;
            }
        }

        .top-info-strip:hover {
            background: linear-gradient(90deg, #d97706 0%, #f59e0b 20%, #fde68a 40%, #fffbeb 50%, #fde68a 60%, #f59e0b 80%, #d97706 100%);
            box-shadow:
                0 0 20px rgba(251, 191, 36, 0.7),
                0 0 40px rgba(245, 158, 11, 0.5),
                0 0 60px rgba(251, 191, 36, 0.3),
                0 0 80px rgba(245, 158, 11, 0.15),
                inset 0 0 30px rgba(255, 251, 235, 0.3);
            animation: chest-glow 1.5s ease-in-out infinite;
            border-bottom-color: rgba(253, 224, 71, 0.9);
        }

        @keyframes chest-glow {
            0%, 100% {
                box-shadow:
                    0 0 20px rgba(251, 191, 36, 0.7),
                    0 0 40px rgba(245, 158, 11, 0.5),
                    0 0 60px rgba(251, 191, 36, 0.3),
                    0 0 80px rgba(245, 158, 11, 0.15),
                    inset 0 0 30px rgba(255, 251, 235, 0.3);
            }
            50% {
                box-shadow:
                    0 0 30px rgba(253, 224, 71, 0.9),
                    0 0 60px rgba(251, 191, 36, 0.7),
                    0 0 90px rgba(245, 158, 11, 0.4),
                    0 0 120px rgba(251, 191, 36, 0.2),
                    inset 0 0 40px rgba(255, 251, 235, 0.5);
            }
        }

        .info-strip-content {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 0;
            flex-wrap: wrap;
        }

        .info-strip-item {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 0 20px;
            font-family: 'Red Hat Display', sans-serif;
            font-size: 14px;
            white-space: nowrap;
            transition: font-size 0.3s ease, gap 0.3s ease, padding 0.3s ease;
        }

        .info-strip-icon {
            font-size: 16px;
            transition: font-size 0.3s ease;
        }

        .info-strip-label {
            color: #2e1065;
            text-shadow: none;
        }

        .info-strip-label strong {
            color: #2e1065;
            font-weight: 700;
            text-shadow: none;
        }

        .info-strip-highlight .info-strip-label strong {
            color: #3b0764;
            text-shadow: none;
        }

        .info-strip-gift .info-strip-label strong {
            color: #2e1065;
            text-shadow: none;
        }

        .info-strip-shipping .info-strip-label strong {
            color: #2e1065;
            text-shadow: none;
        }

        .info-strip-timer .info-strip-label strong {
            color: #3b0764;
            font-family: 'Oxanium', monospace;
            letter-spacing: 1px;
            text-shadow: none;
        }

        .info-strip-sep {
            width: 1px;
            height: 20px;
            background: linear-gradient(180deg, transparent, rgba(76, 29, 149, 0.3), transparent);
            transition: height 0.3s ease;
        }

        .info-strip-claim {
            font-family: 'Oxanium', sans-serif;
            font-size: 10px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #3b0764;
            background: linear-gradient(180deg, #fde68a 0%, #fbbf24 30%, #d4940a 70%, #a16207 100%);
            border: none;
            border-top: 1px solid rgba(253, 230, 138, 0.9);
            border-bottom: 2px solid #78350f;
            border-radius: 5px;
            padding: 3px 10px;
            margin-left: 16px;
            cursor: pointer;
            transition: all 0.15s ease;
            white-space: nowrap;
            box-shadow: 0 2px 6px rgba(120, 53, 15, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(120, 53, 15, 0.2);
            text-shadow: 0 1px 0 rgba(253, 230, 138, 0.5);
        }

        .top-info-strip:hover .info-strip-claim {
            background: linear-gradient(180deg, #fef3c7 0%, #fcd34d 30%, #d4940a 70%, #92400e 100%);
            box-shadow: 0 0 12px rgba(251, 191, 36, 0.6), 0 3px 8px rgba(120, 53, 15, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.5);
            transform: translateY(-1px);
        }

        @media (max-width: 768px) {
            .top-info-strip {
                padding: 8px 12px;
            }

            .info-strip-content {
                gap: 4px;
            }

            .info-strip-item {
                padding: 4px 10px;
                font-size: 11px;
            }

            .info-strip-icon {
                font-size: 12px;
            }

            .info-strip-sep {
                display: none;
            }

            .info-strip-claim {
                font-size: 10px;
                padding: 2px 8px;
                margin-left: 10px;
            }
        }

        @media (max-width: 480px) {
            .info-strip-content {
                flex-direction: column;
                gap: 2px;
            }

            .info-strip-item {
                padding: 2px 8px;
            }
        }

        /* Promo Celebration Overlay */
        .promo-celebration-overlay {
            position: fixed;
            top: 0; right: 0; bottom: 0; left: 0;
            z-index: 999999;
            background: rgba(0, 0, 0, 0.7);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .promo-celebration-overlay.visible {
            opacity: 1;
        }

        #confettiCanvas {
            position: absolute;
            top: 0; right: 0; bottom: 0; left: 0;
            pointer-events: none;
            z-index: 0;
        }

        .promo-celebration-card {
            position: relative;
            z-index: 1;
            background: linear-gradient(135deg, #1a0a2e 0%, #2d1548 50%, #1a0a2e 100%);
            border: 2px solid rgba(139, 92, 246, 0.5);
            border-radius: 24px;
            padding: 48px 40px;
            text-align: center;
            max-width: 420px;
            width: 90%;
            box-shadow: 0 20px 60px rgba(139, 92, 246, 0.4), 0 0 80px rgba(139, 92, 246, 0.2);
            animation: celebration-pop 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
        }

        @keyframes celebration-pop {
            0% { transform: scale(0.7); opacity: 0; }
            60% { transform: scale(1.05); opacity: 1; }
            100% { transform: scale(1); opacity: 1; }
        }

        .promo-celebration-check {
            width: 64px;
            height: 64px;
            border-radius: 50%;
            background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
            color: #fff;
            font-size: 32px;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            box-shadow: 0 4px 20px rgba(34, 197, 94, 0.5);
        }

        .promo-celebration-title {
            font-family: 'Oxanium', sans-serif;
            font-size: 28px;
            font-weight: 800;
            color: #fff;
            margin: 0 0 12px;
            text-shadow: 0 0 20px rgba(139, 92, 246, 0.6);
        }

        .promo-celebration-code {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.8);
            margin: 0 0 24px;
        }

        .promo-celebration-code strong {
            background: linear-gradient(135deg, #8b5cf6, #ec4899);
            padding: 4px 14px;
            border-radius: 8px;
            font-size: 18px;
            letter-spacing: 1px;
            color: #fff;
        }

        .promo-celebration-ask {
            font-size: 20px;
            font-weight: 700;
            color: #fbbf24;
            margin: 0 0 24px;
            text-shadow: 0 0 15px rgba(251, 191, 36, 0.5);
        }

        .promo-celebration-buttons {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .promo-celebration-yes {
            padding: 16px 32px;
            background: linear-gradient(180deg, #fcd34d 0%, #fbbf24 50%, #f59e0b 100%);
            color: #1a1a1a;
            border: none;
            border-radius: 12px;
            font-family: 'Oxanium', sans-serif;
            font-size: 18px;
            font-weight: 800;
            cursor: pointer;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            box-shadow: 0 4px 15px rgba(251, 191, 36, 0.5);
            transition: all 0.2s ease;
        }

        .promo-celebration-yes:hover {
            transform: translateY(-4px) scale(1.03);
            box-shadow: 0 12px 35px rgba(251, 191, 36, 0.8), 0 0 50px rgba(251, 191, 36, 0.3);
        }

        .promo-celebration-no {
            padding: 12px 24px;
            background: transparent;
            color: rgba(255, 255, 255, 0.6);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 10px;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .promo-celebration-no:hover {
            color: rgba(255, 255, 255, 0.9);
            border-color: rgba(255, 255, 255, 0.4);
        }

        @media (max-width: 480px) {
            .promo-celebration-card {
                padding: 36px 24px;
            }

            .promo-celebration-title {
                font-size: 24px;
            }

            .promo-celebration-ask {
                font-size: 18px;
            }
        }

        /* Site Navigation */
        .site-nav {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 100000;
            background: #0e0522;
            border-bottom: 1px solid rgba(88, 40, 180, 0.4);
            box-shadow: 0 1px 12px rgba(88, 40, 180, 0.2), 0 1px 30px rgba(88, 40, 180, 0.1);
            transform: translateY(-100%);
            transition: transform 0.3s ease;
            font-family: 'Red Hat Display', sans-serif;
        }

        .site-nav.visible {
            transform: translateY(0);
        }

        .site-nav-inner {
            max-width: 1400px;
            margin: 0 auto;
            padding: 6px 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .site-nav-logo {
            display: flex;
            align-items: center;
            text-decoration: none;
        }

        .site-nav-logo img {
            height: 32px;
            width: auto;
        }

        .site-nav-links {
            display: flex;
            gap: 8px;
            align-items: center;
            flex-wrap: wrap;
            flex: 1;
            justify-content: center;
        }

        .site-nav-link {
            color: rgba(255, 255, 255, 0.9);
            text-decoration: none;
            font-size: 14px;
            font-weight: 600;
            padding: 8px 14px;
            border-radius: 6px;
            transition: all 0.2s ease;
            white-space: nowrap;
            letter-spacing: 0.3px;
            text-shadow: none;
        }

        .site-nav-link:hover {
            color: #fff;
            text-decoration: none;
            text-shadow: 0 0 12px rgba(255, 255, 255, 0.4);
            transform: translateY(-1px);
        }

        /* Multicolored glow per nav link on hover */
        .site-nav-links .site-nav-link:nth-child(1):hover { background: rgba(251, 191, 36, 0.2); box-shadow: 0 0 18px rgba(251, 191, 36, 0.4), 0 0 35px rgba(251, 191, 36, 0.15); }
        .site-nav-links .site-nav-link:nth-child(2):hover { background: rgba(139, 92, 246, 0.25); box-shadow: 0 0 18px rgba(139, 92, 246, 0.4), 0 0 35px rgba(139, 92, 246, 0.15); }
        .site-nav-links .site-nav-link:nth-child(3):hover { background: rgba(236, 72, 153, 0.2); box-shadow: 0 0 18px rgba(236, 72, 153, 0.4), 0 0 35px rgba(236, 72, 153, 0.15); }
        .site-nav-links .site-nav-link:nth-child(4):hover { background: rgba(34, 197, 94, 0.2); box-shadow: 0 0 18px rgba(34, 197, 94, 0.4), 0 0 35px rgba(34, 197, 94, 0.15); }
        .site-nav-links .site-nav-link:nth-child(5):hover { background: rgba(96, 165, 250, 0.2); box-shadow: 0 0 18px rgba(96, 165, 250, 0.4), 0 0 35px rgba(96, 165, 250, 0.15); }
        .site-nav-links .site-nav-link:nth-child(6):hover { background: rgba(249, 115, 22, 0.2); box-shadow: 0 0 18px rgba(249, 115, 22, 0.4), 0 0 35px rgba(249, 115, 22, 0.15); }
        .site-nav-links .site-nav-link:nth-child(7):hover { background: rgba(6, 182, 212, 0.2); box-shadow: 0 0 18px rgba(6, 182, 212, 0.4), 0 0 35px rgba(6, 182, 212, 0.15); }
        .site-nav-links .site-nav-link:nth-child(8):hover { background: rgba(244, 114, 182, 0.2); box-shadow: 0 0 18px rgba(244, 114, 182, 0.4), 0 0 35px rgba(244, 114, 182, 0.15); }

        .site-nav-link.active {
            color: #fbbf24;
            background: rgba(251, 191, 36, 0.12);
            font-weight: 700;
        }

        /* Loot Box CTA Animations */
        @keyframes lootbox-glow {
            0%, 100% { box-shadow: 0 4px 25px rgba(251, 191, 36, 0.6), 0 0 45px rgba(251, 191, 36, 0.3); }
            50% { box-shadow: 0 6px 30px rgba(245, 158, 11, 0.7), 0 0 50px rgba(251, 191, 36, 0.5), 0 0 75px rgba(251, 191, 36, 0.2); }
        }

        @keyframes lootbox-shake {
            0%, 82%, 94%, 100% { transform: translateY(0) rotate(0); }
            84% { transform: translateY(-2.5px) rotate(-2deg); }
            86% { transform: translateY(2.5px) rotate(2deg); }
            88% { transform: translateY(-1.5px) rotate(-1.5deg); }
            90% { transform: translateY(1.5px) rotate(1.5deg); }
            92% { transform: translateY(-0.5px) rotate(0); }
        }

        @keyframes lootbox-shine {
            0%, 65%, 100% { transform: translateX(-200%); }
            80% { transform: translateX(200%); }
        }

        /* Keep nav-cta-shine for sticky shop button */
        @keyframes nav-cta-shine {
            0%, 85%, 100% { transform: translateX(-200%); }
            90% { transform: translateX(200%); }
        }

        .site-nav-cta {
            background: linear-gradient(180deg, #fcd34d 0%, #fbbf24 50%, #f59e0b 100%);
            color: #1a1a1a;
            font-family: 'Oxanium', sans-serif;
            font-weight: 700;
            padding: 8px 16px;
            border-radius: 6px;
            text-decoration: none;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            cursor: pointer;
            border: none;
            position: relative;
            overflow: hidden;
            animation: none;
            transition: background 0.2s ease, filter 0.2s ease;
        }

        .site-nav-cta::before {
            display: none;
        }

        .site-nav-cta:hover {
            background: linear-gradient(180deg, #fbbf24 0%, #f59e0b 50%, #d97706 100%);
            filter: brightness(1.1);
        }

        /* Nav Promo Badge on CTA */
        .nav-promo-badge {
            display: inline-block;
            background: linear-gradient(135deg, #ec4899, #8b5cf6);
            color: #fff;
            font-size: 9px;
            font-weight: 800;
            padding: 2px 6px;
            border-radius: 4px;
            margin-right: 6px;
            letter-spacing: 0.5px;
            vertical-align: middle;
            line-height: 1.4;
            cursor: pointer;
            animation: promo-badge-pulse 2s ease-in-out infinite;
        }

        @keyframes promo-badge-pulse {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.7; }
        }

        .nav-promo-badge:hover {
            filter: brightness(1.2);
        }


        /* Desktop CTA - hidden on mobile */
        .site-nav-desktop-cta {
            display: block;
            flex-shrink: 0;
            margin-left: auto;
        }

        @media (max-width: 768px) {
            .site-nav-desktop-cta {
                display: none;
            }
            .site-nav-inner {
                padding: 10px 16px;
                justify-content: space-between;
            }

            .site-nav-links {
                gap: 4px;
            }

            .site-nav-link {
                font-size: 12px;
                padding: 6px 10px;
                font-weight: 600;
            }

            .site-nav-logo img {
                height: 24px;
            }

            .site-nav-cta {
                font-size: 11px;
                padding: 6px 12px;
            }
        }

        /* Mobile controls - hidden on desktop */
        .site-nav-mobile-controls {
            display: none;
            align-items: center;
            gap: 12px;
        }

        .site-nav-mobile-menu {
            display: none;
            background: rgba(139, 92, 246, 0.2);
            border: 1px solid rgba(139, 92, 246, 0.4);
            color: white;
            font-family: 'Oxanium', sans-serif;
            font-size: 12px;
            font-weight: 500;
            cursor: pointer;
            padding: 8px 14px;
            border-radius: 8px;
            transition: all 0.2s ease;
        }

        .site-nav-mobile-menu:hover,
        .site-nav-mobile-menu:active {
            background: rgba(139, 92, 246, 0.3);
            border-color: rgba(139, 92, 246, 0.6);
        }

        /* Mobile Buy Now CTA - loot box style */
        .site-nav-mobile-cta {
            display: none;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
            color: #000;
            font-weight: 800;
            padding: 6px 14px;
            border-radius: 6px;
            text-decoration: none;
            font-size: 11px;
            text-align: center;
            line-height: 1.15;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            position: relative;
            overflow: hidden;
            animation: lootbox-glow 6s ease-in-out infinite, lootbox-shake 5s ease-in-out infinite;
            transition: background 0.2s ease, filter 0.2s ease;
        }

        .site-nav-mobile-cta::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.15) 25%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0.15) 75%, transparent 100%);
            animation: lootbox-shine 4s ease-in-out infinite;
            will-change: transform;
        }

        @keyframes cta-shine {
            0%, 100% { transform: translateX(-200%); }
            50% { transform: translateX(200%); }
        }

        /* Mobile dropdown menu */
        .site-nav-mobile-dropdown {
            display: none;
            flex-direction: column;
            background: rgba(10, 1, 24, 0.98);
            border-top: 1px solid rgba(139, 92, 246, 0.3);
            padding: 16px;
            gap: 4px;
        }

        .site-nav-mobile-dropdown.open {
            display: flex;
        }

        .site-nav-mobile-link {
            color: rgba(255, 255, 255, 0.9);
            text-decoration: none;
            font-size: 16px;
            font-weight: 600;
            padding: 12px 16px;
            border-radius: 8px;
            transition: all 0.2s ease;
            letter-spacing: 0.3px;
        }

        .site-nav-mobile-link:hover,
        .site-nav-mobile-link:active {
            color: #fff;
            font-weight: 700;
        }

        /* Multicolored glow per mobile nav link on hover */
        .site-nav-mobile-dropdown .site-nav-mobile-link:nth-child(1):hover { background: rgba(251, 191, 36, 0.12); box-shadow: inset 3px 0 0 rgba(251, 191, 36, 0.6); }
        .site-nav-mobile-dropdown .site-nav-mobile-link:nth-child(2):hover { background: rgba(139, 92, 246, 0.12); box-shadow: inset 3px 0 0 rgba(139, 92, 246, 0.6); }
        .site-nav-mobile-dropdown .site-nav-mobile-link:nth-child(3):hover { background: rgba(236, 72, 153, 0.12); box-shadow: inset 3px 0 0 rgba(236, 72, 153, 0.6); }
        .site-nav-mobile-dropdown .site-nav-mobile-link:nth-child(4):hover { background: rgba(34, 197, 94, 0.12); box-shadow: inset 3px 0 0 rgba(34, 197, 94, 0.6); }
        .site-nav-mobile-dropdown .site-nav-mobile-link:nth-child(5):hover { background: rgba(96, 165, 250, 0.12); box-shadow: inset 3px 0 0 rgba(96, 165, 250, 0.6); }
        .site-nav-mobile-dropdown .site-nav-mobile-link:nth-child(6):hover { background: rgba(249, 115, 22, 0.12); box-shadow: inset 3px 0 0 rgba(249, 115, 22, 0.6); }
        .site-nav-mobile-dropdown .site-nav-mobile-link:nth-child(7):hover { background: rgba(6, 182, 212, 0.12); box-shadow: inset 3px 0 0 rgba(6, 182, 212, 0.6); }
        .site-nav-mobile-dropdown .site-nav-mobile-link:nth-child(8):hover { background: rgba(244, 114, 182, 0.12); box-shadow: inset 3px 0 0 rgba(244, 114, 182, 0.6); }

        .site-nav-mobile-link.active {
            color: #fbbf24;
            background: rgba(251, 191, 36, 0.12);
            font-weight: 700;
        }

        @media (max-width: 768px) {
            .site-nav-links {
                display: none;
            }

            /* Hide desktop cart button on mobile */
            .site-nav-cart-btn:not(.site-nav-mobile-controls .site-nav-cart-btn) {
                display: none;
            }

            /* Hide desktop Buy Now CTA on mobile */
            .site-nav-desktop-cta {
                display: none !important;
            }

            .site-nav-mobile-controls {
                display: flex;
                gap: 8px;
            }

            .site-nav-cart-btn {
                min-width: 44px; /* Better touch target */
                min-height: 44px;
                padding: 10px;
            }

            .site-nav-mobile-cta {
                display: flex;
                font-size: 12px;
                padding: 10px 16px;
                min-height: 44px; /* Better touch target */
            }

            .site-nav-mobile-menu {
                display: block;
                min-height: 44px; /* Better touch target */
                padding: 10px 14px;
            }

            /* Hero trust line mobile */
            .hero-trust-line {
                font-size: 12px !important;
                gap: 6px 12px !important;
            }

            .hero-quick-links {
                gap: 4px;
            }

            .hero-quick-links a {
                font-size: 10px;
                padding: 4px 8px;
            }

        }

        /* Hero Quick Links - Always single line */
        .hero-quick-links {
            display: flex;
            justify-content: center;
            gap: 6px;
            margin: 16px auto;
            padding: 0 10px;
            white-space: nowrap;
        }

        .hero-quick-links a {
            color: #fff;
            text-decoration: none;
            font-size: clamp(9px, 1.4vw, 13px);
            padding: clamp(4px, 0.6vw, 6px) clamp(6px, 1.2vw, 14px);
            background: rgba(139, 92, 246, 0.2);
            border: 1px solid rgba(139, 92, 246, 0.4);
            border-radius: 20px;
            transition: all 0.2s;
            flex-shrink: 1;
            text-align: center;
        }

        .hero-quick-links a:hover {
            background: rgba(139, 92, 246, 0.35);
            border-color: rgba(139, 92, 246, 0.6);
        }

        @media (max-width: 480px) {
            .hero-quick-links {
                padding: 0 5px;
            }

            .hero-quick-links a {
                font-size: 8px;
                padding: 3px 5px;
            }

            .site-nav-mobile-cta {
                font-size: 11px;
                padding: 6px 10px;
            }

            .site-nav-mobile-menu {
                font-size: 11px;
                padding: 6px 10px;
            }

            .hero-trust-line {
                font-size: 11px !important;
            }
        }

/* ============================================
   MOBILE STICKY CTA BAR
   ============================================ */

/* Mobile sticky CTA - separate from existing hero button */
/* ============================================
   STICKY CTA (Bottom Right) - Mobile & Desktop
   ============================================ */

.sticky-shop-btn {
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 9999;
}

.sticky-shop-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #fcd34d 0%, #fbbf24 50%, #f59e0b 100%);
    color: #1a1a1a;
    font-family: 'Oxanium', sans-serif;
    font-weight: 700;
    padding: 12px 20px;
    border-radius: 12px;
    text-decoration: none;
    cursor: pointer;
    border: none;
    position: relative;
    overflow: hidden;
    min-width: 120px;
    animation: lootbox-glow 6s ease-in-out infinite, lootbox-shake 5s ease-in-out infinite;
    transition: background 0.2s ease, filter 0.2s ease;
}

.sticky-shop-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    animation: nav-cta-shine 4s ease-in-out infinite;
    will-change: transform;
}

.sticky-shop-label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sticky-shop-price {
    font-size: 11px;
    font-weight: 600;
    opacity: 0.8;
    margin-top: 2px;
}

.sticky-shop-link:hover {
    background: linear-gradient(180deg, #fbbf24 0%, #f59e0b 50%, #d97706 100%);
    filter: brightness(1.15);
    animation: lootbox-glow 3s ease-in-out infinite, lootbox-shake 1.5s ease-in-out infinite;
}

.sticky-shop-link:active {
    transform: scale(0.98);
}

@media (max-width: 768px) {
    .sticky-shop-btn {
        bottom: 12px;
        right: 12px;
    }

    .sticky-shop-link {
        padding: 10px 16px;
        border-radius: 10px;
        min-width: 100px;
    }

    .sticky-shop-label {
        font-size: 13px;
    }

    .sticky-shop-price {
        font-size: 10px;
    }
}


/* ============================================
   TESTIMONIAL SKELETON LOADER
   ============================================ */

.testimonial-skeleton {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    padding: 24px;
    margin: 12px;
    min-height: 200px;
}

.skeleton-avatar,
.skeleton-text-line {
    background: linear-gradient(90deg, #2a2a3e 25%, #3a3a4e 50%, #2a2a3e 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border-radius: 8px;
}

.skeleton-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 16px;
}

.skeleton-text-line {
    height: 16px;
    margin-bottom: 12px;
}

.skeleton-text-line.short {
    width: 60%;
    margin: 0 auto 12px;
}

.skeleton-text-line.medium {
    width: 80%;
    margin: 0 auto 12px;
}

@keyframes shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* Make skeleton loaders more subtle */
.testimonial-skeleton-wrapper {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}


/* ============================================
   STOCK LEVEL INDICATORS
   ============================================ */

.stock-indicator {
    font-size: 12px;
    color: #ff6b6b;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 12px 0;
    padding: 8px 12px;
    background: rgba(255, 107, 107, 0.1);
    border-radius: 8px;
}

.stock-indicator.stock-low {
    color: #ff6b6b;
}

.stock-indicator.stock-medium {
    color: #fbbf24;
    background: rgba(251, 191, 36, 0.1);
}

.stock-pulse {
    width: 10px;
    height: 10px;
    background: #ff6b6b;
    border-radius: 50%;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.stock-indicator.stock-medium .stock-pulse {
    background: #fbbf24;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}


/* ============================================
   PRODUCT COMPARISON HELPER
   ============================================ */

/* ===== Features Highlight Section ===== */
.features-highlight-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 80px 40px;
    text-align: center;
    background: linear-gradient(180deg, rgba(15, 10, 30, 0.95) 0%, rgba(139, 92, 246, 0.08) 50%, rgba(15, 10, 30, 0.95) 100%);
    border-top: 1px solid rgba(139, 92, 246, 0.2);
    border-bottom: 1px solid rgba(139, 92, 246, 0.2);
    box-sizing: border-box;
}

.features-highlight-title {
    font-family: 'Oxanium', sans-serif;
    font-size: clamp(32px, 5vw, 44px);
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
    text-shadow:
        0 0 10px rgba(255, 255, 255, 0.3),
        0 0 30px rgba(139, 92, 246, 0.3);
}

.features-highlight-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 50px;
    letter-spacing: 0.5px;
}

.features-highlight-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
}

.features-highlight-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(139, 92, 246, 0.2);
    border-radius: 16px;
    padding: 32px 24px;
    transition: all 0.3s ease;
}

.features-highlight-card:hover {
    border-color: rgba(251, 191, 36, 0.4);
    background: rgba(251, 191, 36, 0.04);
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(251, 191, 36, 0.1);
}

.features-highlight-icon {
    font-size: 36px;
    margin-bottom: 16px;
}

.features-highlight-card h3 {
    font-family: 'Oxanium', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.features-highlight-card p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .features-highlight-section {
        padding: 60px 20px;
    }

    .features-highlight-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .features-highlight-card {
        padding: 24px 16px;
    }
}

@media (max-width: 480px) {
    .features-highlight-grid {
        grid-template-columns: 1fr;
    }
}

.console-picker {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 60px 40px;
    text-align: center;
    background: linear-gradient(180deg, rgba(139, 92, 246, 0.15) 0%, rgba(15, 10, 30, 0.9) 40%, rgba(236, 72, 153, 0.1) 100%);
    border-top: 1px solid rgba(139, 92, 246, 0.3);
    border-bottom: 1px solid rgba(236, 72, 153, 0.2);
    box-shadow: inset 0 0 80px rgba(139, 92, 246, 0.06), 0 0 40px rgba(139, 92, 246, 0.08);
    border-radius: 0;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.console-picker h2 {
    font-family: 'Oxanium', sans-serif;
    font-size: clamp(32px, 5vw, 44px);
    margin-bottom: 12px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow:
        0 0 10px rgba(255, 255, 255, 0.4),
        0 0 25px rgba(255, 255, 255, 0.2),
        0 0 50px rgba(139, 92, 246, 0.3);
}

.picker-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 48px;
    letter-spacing: 0.5px;
}

.picker-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    overflow: visible;
    max-width: 1000px;
    margin: 0 auto;
}

.picker-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(139, 92, 246, 0.35);
    border-radius: 20px;
    padding: 32px;
    transition: all 0.3s ease;
    text-align: center;
    box-shadow: 0 4px 30px rgba(139, 92, 246, 0.35), 0 0 25px rgba(139, 92, 246, 0.2), 0 0 50px rgba(139, 92, 246, 0.1);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.picker-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.8), transparent);
    opacity: 1;
    transition: opacity 0.3s ease, background 0.3s ease;
}

.picker-card:hover {
    transform: translateY(-4px);
    border-color: rgba(139, 92, 246, 0.6);
    box-shadow: 0 12px 50px rgba(139, 92, 246, 0.5), 0 0 40px rgba(139, 92, 246, 0.3), 0 0 80px rgba(139, 92, 246, 0.15);
}

.picker-card:hover::after {
    background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 1), transparent);
}

.picker-card h3 {
    font-size: 22px;
    margin-bottom: 16px;
    color: #fff;
}

.picker-card p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 24px;
    font-size: 15px;
}

.picker-card.highlight {
    border: 2px solid rgba(139, 92, 246, 0.6);
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1) 0%, rgba(236, 72, 153, 0.1) 100%);
    position: relative;
    box-shadow: 0 4px 30px rgba(139, 92, 246, 0.45), 0 0 30px rgba(139, 92, 246, 0.25), 0 0 60px rgba(139, 92, 246, 0.12);
}

.picker-card.highlight::before {
    content: "⭐ RECOMMENDED";
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #8B5CF6;
    color: #fff;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    z-index: 10;
}

.picker-badge {
    display: inline-block;
    background: #10b981;
    color: #fff;
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
    margin: 12px 0;
}

.picker-card .btn-primary,
.picker-card .btn-secondary {
    margin-top: auto;
    padding: 12px 28px;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    border-radius: 10px;
    font-weight: 700;
    transition: transform 0.2s, box-shadow 0.2s;
    background: linear-gradient(180deg, #fcd34d 0%, #fbbf24 50%, #f59e0b 100%);
    color: #1a1a1a;
    box-shadow: 0 4px 15px rgba(251, 191, 36, 0.4),
        0 0 30px rgba(251, 191, 36, 0.2);
}

.picker-card .btn-primary:hover,
.picker-card .btn-secondary:hover {
    transform: translateY(-2px);
    background: linear-gradient(180deg, #fbbf24 0%, #f59e0b 50%, #d97706 100%);
    box-shadow: 0 8px 24px rgba(251, 191, 36, 0.6),
        0 0 50px rgba(251, 191, 36, 0.35);
}

@media (max-width: 768px) {
    .console-picker {
        padding: 60px 16px;
        min-height: 100vh;
    min-height: 100svh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        box-sizing: border-box;
    }

    .picker-cards {
        grid-template-columns: 1fr;
    }
}


/* ============================================
   TRUST SIGNALS SECTION
   ============================================ */

/* Trust Signals - Horizontal Strip */
.trust-section {
    padding: 50px 20px 60px;
    max-width: 100%;
    margin: 0;
    text-align: center;
    background: linear-gradient(180deg, #1a1a1f 0%, #111114 100%);
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    box-sizing: border-box;
    border-top: 1px solid rgba(139, 92, 246, 0.4);
    border-bottom: 1px solid rgba(139, 92, 246, 0.4);
    box-shadow: 0 0 30px 15px rgba(139, 92, 246, 0.15),
        0 0 60px 30px rgba(139, 92, 246, 0.08);
    overflow: hidden;
}

.trust-section h2 {
    font-family: 'Oxanium', sans-serif;
    font-size: clamp(28px, 5vw, 42px);
    margin-top: 30px;
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 20px rgba(139, 92, 246, 0.6),
        0 0 40px rgba(139, 92, 246, 0.4),
        0 0 60px rgba(139, 92, 246, 0.3);
}

.trust-strip {
    display: flex;
    width: max-content;
    gap: 16px;
    padding: 12px 0;
    animation: trust-marquee 35s linear infinite;
    will-change: transform;
    transform: translateZ(0);
}

.trust-section:hover .trust-strip {
    animation-play-state: paused;
}

.trust-strip-wrapper {
    overflow: hidden;
    padding: 8px 0;
    mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
}

@keyframes trust-marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg,
        rgba(139, 92, 246, 0.08) 0%,
        rgba(139, 92, 246, 0.03) 100%);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 12px;
    padding: 12px 16px;
    min-width: max-content;
    flex-shrink: 0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow:
        0 0 15px rgba(139, 92, 246, 0.2),
        0 0 30px rgba(139, 92, 246, 0.1),
        0 2px 8px rgba(0, 0, 0, 0.3);
}

.trust-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.5), transparent);
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.trust-badge:hover {
    transform: translateY(-2px);
    border-color: rgba(139, 92, 246, 0.5);
    box-shadow:
        0 0 20px rgba(139, 92, 246, 0.35),
        0 0 40px rgba(139, 92, 246, 0.15),
        0 6px 20px rgba(0, 0, 0, 0.3);
}

.trust-badge:hover::before {
    opacity: 1;
    background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.8), transparent);
}

.trust-badge-icon {
    font-size: 24px;
    flex-shrink: 0;
    line-height: 1;
}

.trust-badge-text {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 2px;
}

.trust-badge-text strong {
    font-family: 'Oxanium', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
    letter-spacing: 0.3px;
}

.trust-badge-text span {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    white-space: nowrap;
}

.trust-badge-text a {
    color: #a78bfa;
    text-decoration: none;
    transition: color 0.2s;
}

.trust-badge-text a:hover {
    color: #c4b5fd;
}

@media (max-width: 768px) {
    .trust-section {
        padding: 40px 12px 40px;
    }

    .trust-section h2 {
        margin-bottom: 20px;
    }

    .trust-strip {
        gap: 10px;
        padding: 8px 0;
        animation-duration: 25s;
    }

    .trust-badge {
        padding: 10px 12px;
        gap: 8px;
    }

    .trust-badge-icon {
        font-size: 20px;
    }

    .trust-badge-text strong {
        font-size: 12px;
    }

    .trust-badge-text span {
        font-size: 10px;
    }
}


/* ============================================
   EXIT INTENT POPUP
   ============================================ */

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    backdrop-filter: blur(5px);
    animation: fadeIn 0.3s ease-out;
}

.popup-overlay.active {
    display: flex;
}

.popup-content {
    background: linear-gradient(135deg, #0a0118 0%, #1a0a2e 50%, #0a0118 100%);
    padding: 40px;
    border-radius: 16px;
    max-width: 480px;
    width: 90%;
    text-align: center;
    position: relative;
    border: 1px solid rgba(139, 92, 246, 0.4);
    box-shadow: 0 0 40px rgba(139, 92, 246, 0.3), 0 0 80px rgba(139, 92, 246, 0.15), 0 20px 60px rgba(0, 0, 0, 0.5);
    animation: slideInUp 0.4s ease-out;
}

.popup-close {
    position: absolute;
    top: 16px;
    right: 20px;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    font-size: 32px;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s;
    padding: 0;
    width: 32px;
    height: 32px;
}

.popup-close:hover {
    color: #fff;
}

.popup-content h2 {
    font-family: 'Oxanium', sans-serif;
    font-size: 26px;
    margin-bottom: 12px;
    color: #fbbf24;
    font-weight: 700;
    text-shadow: 0 0 20px rgba(251, 191, 36, 0.3);
}

.popup-content > p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 24px;
    font-size: 16px;
}

.popup-content form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 28px 0;
}

.popup-content input[type="email"] {
    padding: 16px 20px;
    border-radius: 10px;
    border: 1px solid rgba(139, 92, 246, 0.3);
    background: rgba(139, 92, 246, 0.08);
    color: #fff;
    font-size: 16px;
    font-family: 'Red Hat Display', sans-serif;
    transition: border-color 0.2s, background 0.2s;
}

.popup-content input[type="email"]:focus {
    outline: none;
    border-color: #8B5CF6;
    background: rgba(139, 92, 246, 0.15);
    box-shadow: 0 0 12px rgba(139, 92, 246, 0.2);
}

.popup-content input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.popup-content button[type="submit"] {
    padding: 16px 32px;
    background: linear-gradient(180deg, #fcd34d 0%, #fbbf24 50%, #f59e0b 100%);
    color: #1a1a1a;
    border: none;
    border-radius: 10px;
    font-family: 'Oxanium', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
}

.popup-content button[type="submit"]:hover {
    transform: translateY(-2px);
    filter: brightness(1.1);
    box-shadow: 0 8px 24px rgba(251, 191, 36, 0.4);
}

.popup-subtext {
    font-size: 13px;
    color: rgba(167, 139, 250, 0.6);
    margin: 0;
}

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

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

@media (max-width: 480px) {
    .popup-content {
        padding: 32px 24px;
    }
    
    .popup-content h2 {
        font-size: 24px;
    }
}


/* ============================================
   SHOPPING CART STYLES
   ============================================ */

/* Cart button in navigation */
.site-nav-cart-btn {
    position: relative;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    font-size: 20px;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-right: 12px;
}

.site-nav-cart-btn:hover {
    background: rgba(255,255,255,0.15);
    transform: translateY(-1px);
}

/* Cart count badge */
.cart-count-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.4);
}

/* Animations */
@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutRight {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

/* Discount code click (used in banner & exit popup) */
.discount-code-click {
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.discount-code-click:hover {
    opacity: 0.8;
}

/* Testimonial Skeleton Loaders */
.testimonial-skeleton {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    pointer-events: none;
}

.skeleton-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.skeleton-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.05) 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

.skeleton-lines {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.skeleton-line {
    height: 12px;
    border-radius: 6px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.05) 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

.skeleton-line.short {
    width: 60%;
}

.skeleton-line.shorter {
    width: 40%;
}

.skeleton-line.medium {
    width: 80%;
}

.skeleton-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/* ============================================
   PRODUCT REVIEWS SECTION
   ============================================ */

/* Product Card Ratings */
.product-card-rating {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.product-card-rating:hover {
    opacity: 0.8;
}

.product-card-stars {
    color: #fbbf24;
    font-size: 16px;
    letter-spacing: 1px;
    filter: drop-shadow(0 0 4px rgba(251, 191, 36, 0.5));
}

.product-card-rating-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    font-weight: 500;
}

.product-card-new-badge {
    display: inline-block;
    margin-top: 8px;
    padding: 3px 10px;
    background: linear-gradient(135deg, #ec4899, #db2777);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 12px;
    letter-spacing: 0.5px;
}

/* Reviews Summary Header */
.reviews-summary-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 32px;
    flex-wrap: wrap;
    gap: 20px;
}

.reviews-title {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 12px;
}

.reviews-overall-stats {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.reviews-big-stars {
    color: #fbbf24;
    font-size: 24px;
    letter-spacing: 2px;
    filter: drop-shadow(0 0 8px rgba(251, 191, 36, 0.6));
}

.reviews-avg-score {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.reviews-total-count {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
}

.reviews-platform-badges {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.reviews-platform-link {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(139, 92, 246, 0.15);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 8px;
    color: #a78bfa;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
}

.reviews-platform-link:hover {
    background: rgba(139, 92, 246, 0.25);
    border-color: rgba(139, 92, 246, 0.5);
}

/* Filter Tabs */
.reviews-filter-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.reviews-tab {
    padding: 8px 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.reviews-tab:hover {
    background: rgba(139, 92, 246, 0.15);
    border-color: rgba(139, 92, 246, 0.3);
    color: #fff;
}

.reviews-tab-active {
    background: rgba(139, 92, 246, 0.2);
    border-color: rgba(139, 92, 246, 0.5);
    color: #fff;
}

/* Reviews Grid */
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

/* Review Cards */
.review-card {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
    border: 1px solid rgba(139, 92, 246, 0.2);
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(139, 92, 246, 0.15), 0 0 15px rgba(139, 92, 246, 0.08);
    position: relative;
    overflow: hidden;
}

.review-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.6), transparent);
    opacity: 0.8;
    transition: opacity 0.3s ease, background 0.3s ease;
}

.review-card:hover {
    border-color: rgba(139, 92, 246, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(139, 92, 246, 0.25), 0 0 20px rgba(139, 92, 246, 0.1);
}

.review-card:hover::before {
    opacity: 1;
    background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.8), transparent);
}

/* Color cycling for review cards */
.review-card:nth-child(6n+1) {
    border-color: rgba(139, 92, 246, 0.25);
}

.review-card:nth-child(6n+2) {
    border-color: rgba(236, 72, 153, 0.25);
}

.review-card:nth-child(6n+3) {
    border-color: rgba(34, 197, 94, 0.25);
}

.review-card:nth-child(6n+4) {
    border-color: rgba(96, 165, 250, 0.25);
}

.review-card:nth-child(6n+5) {
    border-color: rgba(251, 191, 36, 0.25);
}

.review-card:nth-child(6n+6) {
    border-color: rgba(244, 114, 182, 0.25);
}

.review-card:nth-child(6n+1):hover { border-color: rgba(139, 92, 246, 0.5); box-shadow: 0 12px 40px rgba(139, 92, 246, 0.2), 0 0 20px rgba(139, 92, 246, 0.08); }
.review-card:nth-child(6n+2):hover { border-color: rgba(236, 72, 153, 0.5); box-shadow: 0 12px 40px rgba(236, 72, 153, 0.2), 0 0 20px rgba(236, 72, 153, 0.08); }
.review-card:nth-child(6n+3):hover { border-color: rgba(34, 197, 94, 0.5); box-shadow: 0 12px 40px rgba(34, 197, 94, 0.2), 0 0 20px rgba(34, 197, 94, 0.08); }
.review-card:nth-child(6n+4):hover { border-color: rgba(96, 165, 250, 0.5); box-shadow: 0 12px 40px rgba(96, 165, 250, 0.2), 0 0 20px rgba(96, 165, 250, 0.08); }
.review-card:nth-child(6n+5):hover { border-color: rgba(251, 191, 36, 0.5); box-shadow: 0 12px 40px rgba(251, 191, 36, 0.2), 0 0 20px rgba(251, 191, 36, 0.08); }
.review-card:nth-child(6n+6):hover { border-color: rgba(244, 114, 182, 0.5); box-shadow: 0 12px 40px rgba(244, 114, 182, 0.2), 0 0 20px rgba(244, 114, 182, 0.08); }

/* Color cycling for review card top-edge line */
.review-card:nth-child(6n+2)::before { background: linear-gradient(90deg, transparent, rgba(236, 72, 153, 0.5), transparent); }
.review-card:nth-child(6n+3)::before { background: linear-gradient(90deg, transparent, rgba(34, 197, 94, 0.5), transparent); }
.review-card:nth-child(6n+4)::before { background: linear-gradient(90deg, transparent, rgba(96, 165, 250, 0.5), transparent); }
.review-card:nth-child(6n+5)::before { background: linear-gradient(90deg, transparent, rgba(251, 191, 36, 0.5), transparent); }
.review-card:nth-child(6n+6)::before { background: linear-gradient(90deg, transparent, rgba(244, 114, 182, 0.5), transparent); }

.review-card:nth-child(6n+2):hover::before { background: linear-gradient(90deg, transparent, rgba(236, 72, 153, 0.8), transparent); }
.review-card:nth-child(6n+3):hover::before { background: linear-gradient(90deg, transparent, rgba(34, 197, 94, 0.8), transparent); }
.review-card:nth-child(6n+4):hover::before { background: linear-gradient(90deg, transparent, rgba(96, 165, 250, 0.8), transparent); }
.review-card:nth-child(6n+5):hover::before { background: linear-gradient(90deg, transparent, rgba(251, 191, 36, 0.8), transparent); }
.review-card:nth-child(6n+6):hover::before { background: linear-gradient(90deg, transparent, rgba(244, 114, 182, 0.8), transparent); }

.review-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
}

.review-card-author {
    font-weight: 600;
    color: #fff;
    font-size: 15px;
}

.review-card-location {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    margin-top: 2px;
}

.review-card-stars {
    color: #fbbf24;
    font-size: 16px;
    letter-spacing: 1px;
    filter: drop-shadow(0 0 4px rgba(251, 191, 36, 0.4));
    flex-shrink: 0;
}

.review-card-stars .half-star {
    display: inline-block;
    overflow: hidden;
    width: 0.55em;
    vertical-align: baseline;
}

.review-card-text {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px;
}

.review-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.review-card-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.review-card-verified {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 8px;
    background: rgba(34, 197, 94, 0.15);
    border: 1px solid rgba(34, 197, 94, 0.3);
    border-radius: 6px;
    color: #22c55e;
    font-size: 11px;
    font-weight: 600;
}

.review-card-product-badge {
    display: inline-block;
    padding: 3px 8px;
    background: rgba(139, 92, 246, 0.15);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 6px;
    color: #a78bfa;
    font-size: 11px;
    font-weight: 600;
}

.review-card-platform {
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
    text-decoration: none;
    transition: color 0.2s ease;
}

a.review-card-platform:hover {
    color: rgba(255, 255, 255, 0.7);
}

.review-card-date {
    color: rgba(255, 255, 255, 0.35);
    font-size: 12px;
}

.review-card-helpful {
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
}

/* Load More Button */
.reviews-load-more {
    text-align: center;
    margin-top: 32px;
}

.reviews-load-more-btn {
    padding: 12px 32px;
    background: rgba(139, 92, 246, 0.15);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 12px;
    color: #a78bfa;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.reviews-load-more-btn:hover {
    background: rgba(139, 92, 246, 0.25);
    border-color: rgba(139, 92, 246, 0.5);
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .reviews-summary-header {
        flex-direction: column;
        gap: 16px;
    }

    .reviews-title {
        font-size: 24px;
    }

    .reviews-big-stars {
        font-size: 20px;
    }

    .reviews-avg-score {
        font-size: 24px;
    }

    .reviews-filter-tabs {
        gap: 6px;
    }

    .reviews-tab {
        padding: 6px 14px;
        font-size: 13px;
    }

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

    .review-card {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .reviews-platform-badges {
        flex-direction: column;
    }

    .reviews-platform-link {
        text-align: center;
    }

    .reviews-filter-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 4px;
    }

    .reviews-filter-tabs::-webkit-scrollbar {
        display: none;
    }

    .reviews-tab {
        white-space: nowrap;
        flex-shrink: 0;
    }
}

/* ========================
   Scroll Reveal Animations
   ======================== */

.scroll-reveal {
    opacity: 0;
    transform: translateY(40px) scale(0.97);
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
}

.scroll-reveal.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Gentle float after cards land in position */
@keyframes float-card {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-6px) scale(1);
    }
}

.comparison-card.scroll-reveal.visible.float-active {
    animation: float-card 4s ease-in-out infinite;
}

/* Stagger the float phase so cards bob out of sync */
.comparison-card.float-active:nth-child(6n+2) { animation-delay: -0.7s; }
.comparison-card.float-active:nth-child(6n+3) { animation-delay: -1.4s; }
.comparison-card.float-active:nth-child(6n+4) { animation-delay: -2.1s; }
.comparison-card.float-active:nth-child(6n+5) { animation-delay: -2.8s; }
.comparison-card.float-active:nth-child(6n+6) { animation-delay: -3.5s; }

/* Pause float on hover and lift card */
.comparison-card.scroll-reveal.visible.float-active:hover {
    animation-play-state: paused;
    transform: translateY(-8px) scale(1.02);
}

/* Keep hover effect working alongside reveal (before float activates) */
.comparison-card.scroll-reveal.visible:hover {
    transform: translateY(-5px) scale(1);
}

/* ========================
   Image Slide-In Animations
   ======================== */

/* Base slide state - hidden, float paused */
.image-slide {
    opacity: 0;
    animation: none !important;
    transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
}

.image-slide-left {
    transform: translateX(-80px);
}

.image-slide-right {
    transform: translateX(80px);
}

/* Landed state */
.image-slide.visible {
    opacity: 1;
    transform: translateX(0);
}

/* Re-enable float after slide-in completes */
.image-slide.visible.float-active {
    animation: float-gentle 3s ease-in-out infinite !important;
}

/* ================================
   Retro Gaming Scroll Animations
   ================================ */

/* --- Keyframes --- */

/* Power-Up: Bouncy mushroom collect */
@keyframes power-up {
    0% { opacity: 0; transform: scale(0.3); }
    50% { opacity: 1; transform: scale(1.1); }
    70% { transform: scale(0.95); }
    100% { opacity: 1; transform: scale(1); }
}

/* Coin Collect: Quick pop upward */
@keyframes coin-collect {
    0% { opacity: 0; transform: translateY(30px) scale(0.8); }
    60% { opacity: 1; transform: translateY(-8px) scale(1.05); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}

/* Pipe Rise: Slide up from below like Mario exiting a pipe */
@keyframes pipe-rise {
    0% { opacity: 0; transform: translateY(60px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* Block Pop: Hit a ? block - bounce pop */
@keyframes block-pop {
    0% { opacity: 0; transform: scale(0.5) translateY(20px); }
    40% { opacity: 1; transform: scale(1.15) translateY(-5px); }
    60% { transform: scale(0.95) translateY(2px); }
    100% { opacity: 1; transform: scale(1) translateY(0); }
}

/* Warp In: Scale + rotate like entering a warp zone */
@keyframes warp-in {
    0% { opacity: 0; transform: scale(0) rotate(-5deg); }
    60% { opacity: 1; transform: scale(1.05) rotate(1deg); }
    100% { opacity: 1; transform: scale(1) rotate(0deg); }
}

/* Drop In: Fall from above with bounce like a platform */
@keyframes drop-in {
    0% { opacity: 0; transform: translateY(-50px); }
    60% { opacity: 1; transform: translateY(8px); }
    80% { transform: translateY(-3px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* Level Slide: Horizontal slide like screen scroll */
@keyframes level-slide-left {
    0% { opacity: 0; transform: translateX(-60px); }
    100% { opacity: 1; transform: translateX(0); }
}

@keyframes level-slide-right {
    0% { opacity: 0; transform: translateX(60px); }
    100% { opacity: 1; transform: translateX(0); }
}

/* Star Spin: Invincibility star effect */
@keyframes star-spin {
    0% { opacity: 0; transform: scale(0) rotate(-180deg); }
    60% { opacity: 1; transform: scale(1.1) rotate(10deg); }
    100% { opacity: 1; transform: scale(1) rotate(0deg); }
}

/* Card Flip: 3D flip from face-down to face-up */
@keyframes card-flip {
    0% { opacity: 0; transform: perspective(800px) rotateY(-90deg) scale(0.9); }
    50% { opacity: 1; }
    75% { transform: perspective(800px) rotateY(8deg) scale(1.02); }
    100% { opacity: 1; transform: perspective(800px) rotateY(0deg) scale(1); }
}

/* --- Base class: all game-animated elements start hidden --- */
.game-anim {
    opacity: 0;
    will-change: opacity, transform;
}

/* --- Active animation classes --- */
.game-anim.anim-active.anim-power-up { animation: power-up 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards; }
.game-anim.anim-active.anim-coin-collect { animation: coin-collect 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards; }
.game-anim.anim-active.anim-pipe-rise { animation: pipe-rise 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
.game-anim.anim-active.anim-block-pop { animation: block-pop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards; }
.game-anim.anim-active.anim-warp-in { animation: warp-in 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards; }
.game-anim.anim-active.anim-drop-in { animation: drop-in 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards; }
.game-anim.anim-active.anim-level-slide-left { animation: level-slide-left 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
.game-anim.anim-active.anim-level-slide-right { animation: level-slide-right 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
.game-anim.anim-active.anim-star-spin { animation: star-spin 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards; }
.game-anim.anim-active.anim-card-flip { animation: card-flip 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
.game-anim.anim-active.anim-pulse-glow { animation: pulse-glow 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards; }

@keyframes pulse-glow {
    0% { opacity: 0; transform: scale(0.95); }
    40% { opacity: 1; transform: scale(1.05); }
    70% { transform: scale(0.98); }
    100% { opacity: 1; transform: scale(1); }
}

/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    .scroll-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
    .comparison-card.scroll-reveal.visible.float-active {
        animation: none;
    }
    .image-slide {
        opacity: 1;
        transform: none;
        transition: none;
        animation: none !important;
    }
    .game-anim {
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
    }
}

/* Mobile Sticky CTA Bar (Product Pages) */
.mobile-sticky-cta-bar {
    display: none;
    position: fixed;
    bottom: 15px;
    left: 125px;
    right: 16px;
    z-index: 9998;
    height: 45px;
}

.mobile-sticky-cta-bar .btn-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    padding: 0 16px;
    background: linear-gradient(180deg, #fcd34d 0%, #fbbf24 50%, #f59e0b 100%);
    color: #1a1a1a;
    font-family: 'Oxanium', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
    text-decoration: none;
    border-radius: 23px;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(251, 191, 36, 0.4), 0 0 20px rgba(251, 191, 36, 0.2);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
    .mobile-sticky-cta-bar {
        display: block;
    }
    .desktop-sticky-cta {
        display: none !important;
    }
}

/* Desktop Sticky CTA (Product Pages) */
.desktop-sticky-cta {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9998;
}

.desktop-sticky-cta-btn {
    display: inline-block;
    padding: 16px 32px;
    background: linear-gradient(180deg, #fcd34d 0%, #fbbf24 50%, #f59e0b 100%);
    color: #1a1a1a;
    font-family: 'Oxanium', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 14px;
    border: none;
    cursor: pointer;
    box-shadow: 0 8px 30px rgba(251, 191, 36, 0.4), 0 0 40px rgba(251, 191, 36, 0.2);
    transition: all 0.3s ease;
}

.desktop-sticky-cta-btn:hover {
    transform: translateY(-3px);
    background: linear-gradient(180deg, #fbbf24 0%, #f59e0b 50%, #d97706 100%);
    box-shadow: 0 12px 40px rgba(251, 191, 36, 0.6), 0 0 60px rgba(251, 191, 36, 0.35);
}

/* === Product Page Reviews Section === */
.pp-reviews-section {
    margin-top: 24px;
    padding: 0;
}

.pp-reviews-title {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 16px;
    font-family: 'Oxanium', sans-serif;
    color: #fff;
}

.pp-reviews-summary {
    text-align: center;
    margin-bottom: 16px;
}

.pp-reviews-avg-stars {
    color: #fbbf24;
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 4px;
}

.pp-reviews-avg-text {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.pp-reviews-empty {
    text-align: center;
    padding: 30px 20px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
}

.pp-reviews-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 16px;
}

.pp-reviews-load-more {
    padding: 12px 28px;
    background: rgba(139, 92, 246, 0.15);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 12px;
    color: #8b5cf6;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.pp-reviews-load-more:hover {
    background: rgba(139, 92, 246, 0.25);
    border-color: rgba(139, 92, 246, 0.5);
}

/* === Review Submission Form === */
.pp-review-form-container {
    margin-top: 50px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(139, 92, 246, 0.15);
    border-radius: 16px;
    padding: 30px;
}

.pp-review-form-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 24px;
    font-family: 'Oxanium', sans-serif;
    color: #fff;
}

.pp-review-form-field {
    margin-bottom: 20px;
}

.pp-review-form-field label {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 500;
}

.pp-review-form-field input,
.pp-review-form-field textarea {
    width: 100%;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
}

.pp-review-form-field input:focus,
.pp-review-form-field textarea:focus {
    outline: none;
    border-color: rgba(139, 92, 246, 0.5);
}

.pp-review-form-field input::placeholder,
.pp-review-form-field textarea::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

/* Star Picker */
.pp-star-picker {
    display: flex;
    gap: 8px;
}

.pp-star-pick {
    font-size: 32px;
    color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: color 0.2s ease, transform 0.15s ease;
    user-select: none;
}

.pp-star-pick:hover {
    transform: scale(1.15);
}

.pp-star-pick.active {
    color: #fbbf24;
}

/* Submit Button */
.pp-review-submit-btn {
    display: block;
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #8B5CF6, #6D28D9);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: inherit;
}

.pp-review-submit-btn:hover {
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3);
    transform: translateY(-1px);
}

.pp-review-submit-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

/* Form Messages */
.pp-review-form-message {
    margin-top: 16px;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    text-align: center;
    display: none;
}

.pp-review-form-message.pp-review-form-success,
.pp-review-form-message.pp-review-form-error {
    display: block;
}

.pp-review-form-success {
    background: rgba(34, 197, 94, 0.15);
    border: 1px solid rgba(34, 197, 94, 0.3);
    color: #22c55e;
}

.pp-review-form-error {
    background: rgba(239, 68, 68, 0.15);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #ef4444;
}

/* Reviews actions (load more + write review link) */
.pp-reviews-actions {
    text-align: center;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.pp-write-review-link {
    color: rgba(139, 92, 246, 0.9);
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    transition: color 0.2s;
}

.pp-write-review-link:hover {
    color: #a78bfa;
}

/* Review Modal */
.pp-review-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    z-index: 99999;
    justify-content: center;
    align-items: center;
}

.pp-review-modal-overlay.active {
    display: flex;
}

.pp-review-modal {
    background: #13132b !important;
    border: 1px solid rgba(139, 92, 246, 0.4);
    border-radius: 16px;
    padding: 32px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    z-index: 100000;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.9);
}

.pp-review-modal .pp-review-form-field input,
.pp-review-modal .pp-review-form-field textarea {
    background: #1e1e3a !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.pp-review-modal .pp-star-picker {
    background: none !important;
}

.pp-review-modal .pp-review-submit-btn {
    background: linear-gradient(135deg, #7c3aed, #a855f7) !important;
}

.pp-review-modal-close {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 28px;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    transition: color 0.2s;
}

.pp-review-modal-close:hover {
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .pp-reviews-grid {
        grid-template-columns: 1fr;
    }

    .pp-review-modal {
        padding: 24px 20px;
        width: 95%;
    }

    .pp-reviews-section {
        margin-top: 20px;
    }
}

/* === Homepage Blog Posts Section === */
.hp-blog-section {
    max-width: 1100px;
    margin: 60px auto 40px;
    padding: 0 20px;
}

.hp-blog-section-title {
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 28px;
    font-family: 'Oxanium', sans-serif;
    color: #fff;
}

.hp-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.hp-blog-card {
    display: block;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(139, 92, 246, 0.12);
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hp-blog-card:hover {
    border-color: rgba(139, 92, 246, 0.35);
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(139, 92, 246, 0.15);
}

.hp-blog-card-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.hp-blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.hp-blog-card:hover .hp-blog-card-image img {
    transform: scale(1.05);
}

.hp-blog-card-content {
    padding: 18px;
}

.hp-blog-card-title {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px 0;
    line-height: 1.35;
    font-family: 'Red Hat Display', sans-serif;
}

.hp-blog-card-excerpt {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0 12px 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hp-blog-card-date {
    font-size: 12px;
    color: rgba(139, 92, 246, 0.7);
    font-weight: 500;
}

.hp-blog-view-all {
    display: inline-block;
    padding: 12px 28px;
    background: rgba(139, 92, 246, 0.15);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 12px;
    color: #8b5cf6;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.hp-blog-view-all:hover {
    background: rgba(139, 92, 246, 0.25);
    border-color: rgba(139, 92, 246, 0.5);
}

@media (max-width: 768px) {
    .hp-blog-grid {
        grid-template-columns: 1fr;
    }

    .hp-blog-section-title {
        font-size: 28px;
    }

    .hp-blog-section {
        margin-top: 40px;
    }
}
