:root {
            --bg-obsidian: #0a0b10;
            --bg-gunmetal: #16181d;
            --bg-card: #1f2229;
            --text-platinum: #e0e0e0;
            --text-silver: #a0a0a0;
            --text-dark: #0a0b10;
            --accent-gold: #d4af37;
            --accent-gold-dim: #b4942b;
            --accent-red: #cd3f3f;
            --gradient-gold: linear-gradient(135deg, #d4af37 0%, #f3e5ab 50%, #b4942b 100%);
            --gradient-obsidian: linear-gradient(to bottom, rgba(10, 11, 16, 0) 0%, #0a0b10 100%);
            --font-serif: 'Playfair Display', serif;
            --font-sans: 'Montserrat', sans-serif;
            --section-padding: 120px;
            --container-width: 1400px;
            --transition-smooth: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        /* --- LIGHT MODE AESTHETIC (Pristine White & Gold) --- */
        body.light-mode {
            --bg-obsidian: #f2f3f6; /* Soft premium off-white/platinum background */
            --bg-gunmetal: #e7eaf0; /* Soft premium section background */
            --bg-card: #ffffff;     /* White card background for crisp contrast */
            --text-platinum: #1a1d24; /* Rich dark charcoal for premium readability */
            --text-silver: #4b5260;   /* Muted gray-dark for secondary details */
            --text-dark: #0a0b10;     /* Dark obsidian text for buttons and badges */
            --accent-gold: #c5a028;   /* Confident gold for accentuating elements */
            --gradient-gold: linear-gradient(135deg, #c5a028 0%, #d4af37 50%, #b4942b 100%);
        }
        body.light-mode .faq-question { color: var(--text-platinum) !important; }
        body.light-mode .faq-answer { color: var(--text-silver) !important; }
        body.light-mode .faq-item { border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; }
        body.light-mode .site-header {
            background: rgba(10, 11, 16, 0.85) !important;
            backdrop-filter: blur(15px) !important;
            -webkit-backdrop-filter: blur(15px) !important;
            border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5) !important;
        }
        body.light-mode h1, body.light-mode h2, body.light-mode h3, body.light-mode h4, body.light-mode h5, body.light-mode h6 {
            color: #1a1d24 !important;
        }
        body.light-mode .hero-section::before,
        body.light-mode .page-header::before {
            background: rgba(255, 255, 255, 0.7) !important;
        }

        /* --- LIGHT MODE VISIBILITY & CONTRAST OVERRIDES --- */
        body.light-mode .logo-text, body.light-mode .logo-text-mobile {
            color: #fff !important; /* Header logo remains white on dark header background */
        }
        body.light-mode .about-lead {
            color: var(--text-platinum) !important; /* Fix white-on-white leads (e.g. PR Page) */
        }
        body.light-mode .card-link {
            color: var(--text-platinum) !important;
        }
        body.light-mode .card-link:hover {
            color: var(--accent-gold) !important;
        }
        body.light-mode .btn-outline {
            color: var(--text-platinum) !important;
            border-color: rgba(0, 0, 0, 0.2) !important;
        }
        body.light-mode .btn-outline:hover {
            border-color: var(--text-platinum) !important;
            background: rgba(0, 0, 0, 0.05) !important;
        }
        body.light-mode .btn-primary {
            color: #0a0b10 !important; /* Ensure dark text on gold button */
        }
        body.light-mode .form-input, body.light-mode .imp-input, body.light-mode .ninja-input, body.light-mode .gate-input {
            color: var(--text-platinum) !important;
            background: rgba(0, 0, 0, 0.03) !important;
            border: 1px solid rgba(0, 0, 0, 0.1) !important;
        }
        body.light-mode .form-input::placeholder, body.light-mode .imp-input::placeholder, body.light-mode .ninja-input::placeholder, body.light-mode .gate-input::placeholder {
            color: var(--text-silver) !important;
        }
        body.light-mode .ninja-faq-title, body.light-mode .ninja-form-title {
            color: var(--text-platinum) !important;
        }
        body.light-mode .pr-testi-name {
            color: var(--text-platinum) !important; /* Fix invisible client names in testimonials */
        }
        body.light-mode .btn-glass {
            background: rgba(0, 0, 0, 0.05) !important;
            border-color: rgba(0, 0, 0, 0.1) !important;
            color: var(--text-platinum) !important;
        }
        body.light-mode .btn-glass:hover {
            background: rgba(0, 0, 0, 0.08) !important;
            border-color: var(--accent-gold) !important;
            color: var(--accent-gold) !important;
        }

        /* --- LIGHT MODE THANK YOU MODAL OVERRIDES --- */
        body.light-mode #imprshr-thankyou-overlay {
            background: rgba(242, 243, 246, 0.9) !important;
        }
        body.light-mode .imprshr-thankyou-card {
            background: #ffffff !important;
            border: 1px solid rgba(0, 0, 0, 0.1) !important;
            box-shadow: 0 20px 45px rgba(0,0,0,0.1) !important;
        }
        body.light-mode .imprshr-thankyou-logo {
            color: var(--text-platinum) !important;
        }
        body.light-mode .imprshr-thankyou-card h2 {
            color: var(--text-platinum) !important;
        }
        body.light-mode .imprshr-thankyou-card p {
            color: var(--text-silver) !important;
        }
        body.light-mode .imprshr-thankyou-close {
            color: var(--text-platinum) !important;
        }
        body.light-mode .imprshr-thankyou-close:hover {
            color: var(--accent-gold) !important;
        }

        /* --- MASTER OVERRIDE FOR HARDCODED INLINE WHITE COLORS --- */
        body.light-mode [style*="color: #fff"]:not(#imprshr-chatbot *), 
        body.light-mode [style*="color:#fff"]:not(#imprshr-chatbot *), 
        body.light-mode [style*="color: #ffffff"]:not(#imprshr-chatbot *), 
        body.light-mode [style*="color:#ffffff"]:not(#imprshr-chatbot *), 
        body.light-mode [style*="color: white"]:not(#imprshr-chatbot *), 
        body.light-mode [style*="color: rgb(255, 255, 255)"]:not(#imprshr-chatbot *), 
        body.light-mode [style*="color:rgb(255,255,255)"]:not(#imprshr-chatbot *) {
            color: var(--text-platinum) !important;
        }




        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        /* smooth scroll handled by JS for mobile performance */

        body {
            background-color: var(--bg-obsidian);
            color: var(--text-platinum);
            font-family: var(--font-sans);
            line-height: 1.6;
            overflow-x: hidden;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-family: var(--font-serif);
            color: #fff;
            font-weight: 700;
            line-height: 1.2;
        }

        a {
            text-decoration: none;
            color: inherit;
            transition: var(--transition-smooth);
        }

        ul {
            list-style: none;
        }

        img {
            max-width: 100%;
            height: auto;
            display: block;
        }

        .container {
            max-width: var(--container-width);
            margin: 0 auto;
            padding: 0 24px;
        }

        .text-gold {
            color: var(--accent-gold);
        }

        .text-center {
            text-align: center;
        }

        .section-padding {
            padding: var(--section-padding) 0;
        }

        .site-header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            padding: 20px 0;
            transition: var(--transition-smooth);
            background: rgba(10, 11, 16, 0.95);
            backdrop-filter: blur(10px);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
        }

        .header-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo-text {
            font-family: var(--font-sans);
            font-weight: 800;
            font-size: 24px;
            letter-spacing: 2px;
            color: #fff;
            text-transform: uppercase;
            white-space: nowrap;
        }

        @media (max-width:480px) {
            .logo-text {
                font-size: 18px;
                letter-spacing: 1px;
            }
        }

        .logo-text span {
            background: var(--gradient-gold);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-left: -2px;
            /* Pull shr closer to impr */
        }

        /* Intl-tel-input Premium Styling */
        .iti__country-list {
            background-color: var(--bg-card) !important;
            border: 1px solid rgba(212, 175, 55, 0.3) !important;
            color: #fff !important;
            border-radius: 8px !important;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8) !important;
            padding: 10px !important;
            margin-top: 5px !important;
            width: 300px !important;
        }

        .iti__country {
            padding: 8px 12px !important;
            transition: background 0.2s ease;
            border-radius: 4px;
        }

        .iti__country.iti__highlight {
            background-color: rgba(212, 175, 55, 0.15) !important;
        }

        .iti__country-name {
            color: #e0e0e0 !important;
        }

        .iti__dial-code {
            color: var(--accent-gold) !important;
        }


        /* Hero Text Reveal Animation */
        .reveal-text {
            display: inline-block;
            opacity: 0;
            transform: translateY(20px);
            animation: fadeUp 0.8s forwards;
        }

        .reveal-text:nth-child(1) { animation-delay: 0.2s; }
        .reveal-text:nth-child(2) { animation-delay: 0.4s; }
        .reveal-text:nth-child(3) { animation-delay: 0.6s; }

        @keyframes fadeUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .main-nav {
            position: relative;
        }

        .nav-list {
            display: flex;
            gap: 40px;
            align-items: center;
        }

        .mobile-only {
            display: none;
        }

        .nav-link {
            font-size: 14px;
            font-weight: 500;
            letter-spacing: 1px;
            text-transform: uppercase;
            position: relative;
            padding: 5px 0;
        }

        .nav-link::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 2px;
            background: var(--gradient-gold);
            transition: var(--transition-smooth);
        }

        .nav-link:hover::after,
        .nav-link.active::after {
            width: 100%;
        }

        .cta-button {
            display: inline-block;
            padding: 12px 30px;
            background: var(--gradient-gold);
            color: var(--text-dark);
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            border-radius: 4px;
            position: relative;
            overflow: hidden;
            z-index: 1;
        }

        .cta-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 100%;
            background: #fff;
            transition: var(--transition-smooth);
            z-index: -1;
        }

        .cta-button:hover::before {
            width: 100%;
        }

        /* --- PREMIUM MOBILE MENU (Handled primarily by navigation.css) --- */
        @media (max-width:991px) {
            .mobile-header-cta {
                display: block !important;
                margin-right: 15px;
                font-size: 11px;
                padding: 6px 14px;
            }
        }
        
        @media (min-width:992px) {
            .mobile-header-cta {
                display: none !important;
            }
        }

        .hero-section {
            position: relative;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            background: linear-gradient(180deg, rgba(10, 11, 16, 0.5) 0%, rgba(10, 11, 16, 0.8) 100%);
            background-size: cover;
            background-position: center;
        }

        .hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4);
            z-index: 1;
        }

        .hero-content {
            position: relative;
            z-index: 2;
            max-width: 900px;
        }

        .hero-title {
            font-size: 4rem;
            margin-bottom: 24px;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        @media (min-width:768px) {
            .hero-title {
                font-size: 6rem;
                flex-direction: row;
                justify-content: center;
                gap: 20px;
            }
        }

        .highlight-gold {
            color: var(--accent-gold);
        }

        .hero-subtitle {
            font-size: 1.2rem;
            color: var(--text-silver);
            margin-bottom: 40px;
            font-weight: 300;
            letter-spacing: 1px;
        }

        .hero-actions {
            display: flex;
            gap: 20px;
            justify-content: center;
        }

        .btn {
            padding: 18px 40px;
            font-family: var(--font-sans);
            text-transform: uppercase;
            font-size: 1rem;
            letter-spacing: 1px;
            border-radius: 4px;
            cursor: pointer;
            transition: var(--transition-smooth);
            display: inline-block;
            font-weight: 600;
        }

        .btn-primary {
            background: var(--accent-gold);
            color: var(--bg-obsidian);
            border: 1px solid var(--accent-gold);
        }

        .btn-primary:hover {
            background: transparent;
            color: var(--accent-gold);
        }

        .btn-outline {
            background: transparent;
            color: #fff;
            border: 1px solid rgba(255, 255, 255, 0.3);
        }

        .btn-outline:hover {
            border-color: #fff;
            background: rgba(255, 255, 255, 0.05);
        }

        .scroll-indicator {
            position: absolute;
            bottom: 40px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 2;
            opacity: 0.7;
        }

        @keyframes scroll-wheel {
            0% {
                transform: translateX(-50%) translateY(0);
                opacity: 1;
            }

            100% {
                transform: translateX(-50%) translateY(18px);
                opacity: 0;
            }
        }

        .grid-2-col {
            display: grid;
            grid-template-columns: 1fr;
            gap: 40px;
            align-items: center;
        }

        @media (min-width:992px) {
            .grid-2-col {
                grid-template-columns: 1fr 1fr;
                gap: 80px;
            }
        }

        .bg-gunmetal {
            background-color: var(--bg-gunmetal);
        }

        .about-lead {
            font-size: 1.25rem;
            color: #fff;
            margin-bottom: 24px;
            font-weight: 300;
        }

        .about-desc {
            color: var(--text-silver);
            margin-bottom: 40px;
        }

        .stats-grid {
            display: flex;
            gap: 60px;
            margin-top: 40px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding-top: 40px;
        }

        .stat-number {
            font-size: 3rem;
            color: var(--accent-gold);
            line-height: 1;
            margin-bottom: 8px;
        }

        .stat-label {
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: var(--text-silver);
        }

        .visual-card {
            background: var(--bg-card);
            padding: 60px;
            border: 1px solid rgba(255, 255, 255, 0.05);
            position: relative;
            overflow: hidden;
        }

        .visual-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background: var(--gradient-gold);
        }

        .visual-text {
            font-size: 3rem;
            line-height: 1.2;
        }

        [data-scroll] {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.8s ease-out, transform 0.8s ease-out;
        }

        [data-scroll].in-view {
            opacity: 1;
            transform: translateY(0);
        }

        .services-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 30px;
            margin-top: 60px;
        }

        @media (max-width:767px) {
            .services-grid {
                grid-template-columns: 1fr !important;
                display: grid !important;
                gap: 20px !important;
                padding: 0 15px !important;
                overflow-x: hidden !important;
            }
            .service-card {
                padding: 30px 20px !important;
                flex: none !important;
            }
        }

        @media (min-width:768px) {
            .services-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        @media (min-width:1200px) {
            .services-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        .service-card {
            background: var(--bg-card);
            padding: 40px 30px;
            border: 1px solid rgba(255, 255, 255, 0.05);
            transition: var(--transition-smooth);
            position: relative;
            overflow: hidden;
        }

        @media (max-width:767px) {
            .services-grid {
                grid-template-columns: 1fr;
                gap: 20px;
                padding: 0 20px;
            }
            .service-card {
                padding: 30px 20px;
            }
        }

        .service-card:hover {
            transform: translateY(-10px);
            border-color: var(--accent-gold);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
        }

        .card-icon {
            font-size: 2rem;
            color: var(--accent-gold);
            font-family: var(--font-serif);
            margin-bottom: 20px;
            opacity: 0.8;
        }

        .card-title {
            font-size: 1.5rem;
            margin-bottom: 15px;
        }

        .card-text {
            color: var(--text-silver);
            font-size: 0.95rem;
            margin-bottom: 25px;
            line-height: 1.7;
        }

        .card-link {
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #fff;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }

        .card-link:hover {
            color: var(--accent-gold);
        }

        .card-link .arrow {
            transition: transform 0.3s ease;
        }

        .card-link:hover .arrow {
            transform: translateX(5px);
        }

        .products-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 40px;
            margin-top: 60px;
        }

        @media (min-width:768px) {
            .products-grid {
                grid-template-columns: 1fr 1fr;
            }
        }

        .product-card {
            background: #000;
            position: relative;
            aspect-ratio: 16/9;
            overflow: hidden;
        }

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

        .product-card:hover img {
            transform: scale(1.05);
        }

        .product-info {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 30px;
            background: linear-gradient(to top, #000 0%, transparent 100%);
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        .product-title {
            font-size: 2rem;
            margin-bottom: 5px;
        }

        .product-cat {
            color: var(--accent-gold);
            text-transform: uppercase;
            font-size: 0.8rem;
            letter-spacing: 1px;
            margin-bottom: 20px;
        }

        .contact-actions {
            margin-top: 40px;
        }

        .mt-4 {
            margin-top: 24px;
        }

        .address {
            color: var(--text-silver);
        }

        @media (min-width:992px) {
        }

        .news-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
        }

        .news-card {
            flex: 0 1 400px;
            background: var(--bg-card);
            border: 1px solid rgba(255, 255, 255, 0.05);
            transition: var(--transition-smooth);
        }

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

        .news-image {
            width: 100%;
            aspect-ratio: 4/3;
            background: #2a2a2a;
            object-fit: cover;
        }

        .news-content {
            padding: 25px;
        }

        .news-date {
            font-size: 0.8rem;
            color: var(--accent-gold);
            margin-bottom: 10px;
            display: block;
        }

        .news-title {
            font-size: 1.2rem;
            margin-bottom: 15px;
            line-height: 1.4;
        }

        .read-more {
            font-size: 0.9rem;
            color: var(--text-silver);
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.9);
            z-index: 2000;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.4s ease;
        }

        .modal.active {
            opacity: 1;
            visibility: visible;
        }

        .modal-content {
            background: var(--bg-card);
            max-width: 800px;
            width: 90%;
            padding: 40px;
            position: relative;
            border: 1px solid var(--accent-gold);
        }

        .close-modal {
            position: absolute;
            top: 20px;
            right: 20px;
            font-size: 2rem;
            background: none;
            border: none;
            color: #fff;
            cursor: pointer;
        }

        .modal-grid {
            display: grid;
            gap: 30px;
        }

        @media (min-width:768px) {
            .modal-grid {
                grid-template-columns: 1fr 1fr;
            }
        }

        .modal-img-placeholder {
            width: 100%;
            aspect-ratio: 1;
            background: #111;
        }

        .contact-form-wrapper {
            max-width: 600px;
            margin: 0 auto;
        }

        .contact-form {
            display: flex;
            flex-direction: column;
            gap: 20px;
            margin-bottom: 40px;
        }

        .form-input {
            width: 100%;
            padding: 15px;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            color: #fff;
            font-family: var(--font-sans);
            border-radius: 4px;
            transition: var(--transition-smooth);
        }

        .form-input:focus {
            outline: none;
            border-color: var(--accent-gold);
            background: rgba(255, 255, 255, 0.1);
        }

        .form-input::placeholder {
            color: var(--text-silver);
        }

        .carousel-container {
            overflow-x: auto;
            overflow-y: hidden;
            cursor: grab;
            user-select: none;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
            -ms-overflow-style: none;
            margin-top: 60px;
        }

        .carousel-container::-webkit-scrollbar {
            display: none;
        }

        .carousel-container:active {
            cursor: grabbing;
        }

        .logo-carousel {
            display: flex;
            width: fit-content;
        }

        .logo-track {
            display: flex;
            gap: 40px;
            align-items: center;
            padding: 10px 0;
            animation: scroll-left 40s linear infinite;
        }

        .logo-track-reverse {
            animation: scroll-right 40s linear infinite !important;
        }

        @keyframes scroll-left {
            0% {
                transform: translateX(0);
            }

            100% {
                transform: translateX(-50%);
            }
        }

        @keyframes scroll-right {
            0% {
                transform: translateX(-50%);
            }

            100% {
                transform: translateX(0);
            }
        }

        .carousel-container {
            overflow: hidden;
            width: 100%;
            mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
            -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
            margin-top: 30px;
        }

        .logo-track:hover {
            animation-play-state: paused;
        }

        .logo-track img {
            height: 50px;
            width: auto;
            object-fit: contain;
            transition: all 0.4s ease;
            flex-shrink: 0;
            padding: 0 10px;
            filter: none !important;
            opacity: 1 !important;
            mix-blend-mode: normal !important;
        }

        .logo-track img:hover {
            transform: scale(1.1);
        }

        .logo-clean {
            mix-blend-mode: normal !important;
            filter: none !important;
        }

        @media (max-width:768px) {
            .logo-track img {
                height: 35px;
            }
        }

        .site-footer {
            background-color: #000000;
            padding: 80px 0 40px;
            color: #fff;
            font-family: var(--font-sans);
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }

        .footer-top {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
            gap: 40px;
            margin-bottom: 60px;
        }

        .footer-col h3 {
            font-family: var(--font-sans);
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 25px;
            color: #fff;
        }

        .footer-contact-info {
            margin-bottom: 30px;
        }

        .footer-contact-info a,
        .footer-contact-info p {
            display: block;
            color: #b0b0b0;
            font-size: 16px;
            margin-bottom: 12px;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-contact-info a:hover {
            color: var(--accent-gold);
        }

        .footer-links {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-links li {
            margin-bottom: 15px;
        }

        .footer-links a {
            color: #b0b0b0;
            font-size: 16px;
            text-decoration: none;
            transition: color 0.3s ease;
            position: relative;
        }

        .footer-links a:hover {
            color: #fff;
        }

        .footer-divider {
            height: 1px;
            background-color: rgba(255, 255, 255, 0.1);
            margin: 40px 0;
            width: 100%;
        }

        .footer-bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 20px;
        }

        .footer-bottom-links {
            display: flex;
            gap: 30px;
            align-items: center;
        }

        .footer-bottom-links a,
        .copyright-text {
            color: #888;
            font-size: 14px;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-bottom-links a:hover {
            color: #fff;
        }

        .footer-logo {
            font-size: 28px;
            font-weight: 800;
            letter-spacing: 2px;
            color: #fff;
            text-transform: uppercase;
            text-decoration: none;
        }

        .footer-logo span {
            background: var(--gradient-gold);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .social-icons-wrapper {
            display: flex;
            gap: 15px;
        }

        .social-icons-wrapper a {
            color: #fff;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.05);
            transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, filter 0.3s ease;
        }

        .social-icons-wrapper a:hover {
            background-color: var(--accent-gold);
            color: #000;
            transform: translateY(-3px);
        }

        
        .mobile-only-logo {
            display: none;
        }

        .mobile-only {
            display: none;
        }

        /* --- LIGHT MODE FOOTER OVERRIDES --- */
        body.light-mode .site-footer {
            background-color: #f8f9fa !important;
            color: #1a1d24 !important;
            border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
        }
        body.light-mode .footer-col h3 {
            color: #1a1d24 !important;
        }
        body.light-mode .footer-contact-info a,
        body.light-mode .footer-contact-info p {
            color: #5a6270 !important;
        }
        body.light-mode .footer-contact-info a:hover {
            color: var(--accent-gold) !important;
        }
        body.light-mode .footer-links a {
            color: #5a6270 !important;
        }
        body.light-mode .footer-links a:hover {
            color: #1a1d24 !important;
        }
        body.light-mode .footer-divider {
            background-color: rgba(0, 0, 0, 0.08) !important;
        }
        body.light-mode .footer-bottom-links a,
        body.light-mode .copyright-text {
            color: #828a99 !important;
        }
        body.light-mode .footer-bottom-links a:hover {
            color: #1a1d24 !important;
        }
        body.light-mode .footer-logo {
            color: #1a1d24 !important;
        }
        body.light-mode .social-icons-wrapper a {
            color: #1a1d24 !important;
            background-color: rgba(0, 0, 0, 0.05) !important;
        }
        body.light-mode .social-icons-wrapper a:hover {
            background-color: var(--accent-gold) !important;
            color: #ffffff !important;
        }
/* Added by Antigravity: Ensure mobile-only elements appear on mobile and hide on desktop */
@media (max-width: 991px) {
    .mobile-only {
        display: block !important;
    }
    .mobile-only-logo {
        display: block !important;
    }
    .mobile-theme-toggle-li {
        display: flex !important;
    }
}
@media (min-width: 992px) {
    .mobile-theme-toggle-li {
        display: none !important;
    }
}

/* --- High-end Mobile and Tablet Responsiveness Upgrades (Antigravity) --- */

/* 1. Header Breakpoint & Spacing Fixes (for tablets and small laptops 992px - 1200px) */
@media (max-width: 1200px) {
    .nav-list {
        gap: 20px !important;
    }
    .header-container {
        padding: 0 20px !important;
    }
    .header-actions {
        gap: 15px !important;
    }
}

@media (max-width: 1100px) {
    .nav-list {
        gap: 12px !important;
    }
    .nav-link {
        font-size: 12px !important;
        letter-spacing: 1px !important;
    }
    .header-cta-logo {
        padding: 8px 15px !important;
        font-size: 11px !important;
    }
}

/* 2. Mobile Header Spacing (max-width: 991px) */
@media (max-width: 991px) {
    .site-header {
        padding: 12px 0 !important;
    }
    .header-container {
        padding: 0 15px !important;
    }
    .header-actions {
        gap: 10px !important;
    }
}

/* 3. Footer Grid Responsiveness (Crucial Fix for Cramped 5-column Footer) */
@media (max-width: 991px) {
    .footer-top {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 30px !important;
    }
    .footer-top .footer-col:first-child {
        grid-column: span 2 !important;
        margin-bottom: 20px !important;
    }
}

@media (max-width: 576px) {
    .footer-top {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
        text-align: center !important;
    }
    .footer-top .footer-col:first-child {
        grid-column: span 1 !important;
    }
    .footer-contact-info {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    .social-icons-wrapper {
        justify-content: center !important;
        margin-top: 15px !important;
    }
    .footer-col h3 {
        margin-bottom: 15px !important;
    }
    .footer-bottom {
        flex-direction: column !important;
        text-align: center !important;
        justify-content: center !important;
        gap: 15px !important;
    }
    .footer-bottom-links {
        justify-content: center !important;
        flex-wrap: wrap !important;
        gap: 15px !important;
    }
}

/* 4. Stats Grid Responsiveness (Crucial Fix for Cramped Flex stats) */
@media (max-width: 768px) {
    .stats-grid {
        flex-wrap: wrap !important;
        gap: 30px 40px !important;
        justify-content: center !important;
        padding-top: 30px !important;
        margin-top: 30px !important;
    }
    .stats-grid > div {
        flex: 1 1 120px !important;
        text-align: center !important;
    }
}

/* 5. Ambient Glow & Premium Card Mobile Sizing */
@media (max-width: 768px) {
    .premium-card {
        padding: 30px 20px !important;
        border-radius: 12px !important;
    }
    .visual-card {
        padding: 30px 20px !important;
    }
    .visual-text {
        font-size: 2rem !important;
    }
    .hero-title, .page-title {
        font-size: clamp(2rem, 9vw, 3.5rem) !important;
    }
    .hero-subtitle {
        font-size: 1.05rem !important;
        margin-bottom: 30px !important;
    }
}
