 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Roboto', sans-serif;
            color: #1a1a1a;
            line-height: 1.6;
            overflow-x: hidden;
            background-color: #0a0a0a;
        }
        
        /* Sticky Canadian Banner - Marquee Style */
        .canadian-banner {
            background: linear-gradient(to right, #8B7355, #D4AF37, #8B7355);
            color: #f8f5f2;
            text-align: center;
            padding: 8px 0;
            font-size: 0.9rem;
            font-weight: bold;
            letter-spacing: 1px;
            position: sticky;
            top: 0;
            z-index: 1002;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            white-space: nowrap;
        }
        
        .marquee-content {
            display: inline-block;
            padding-left: 100%;
            animation: marquee 35s linear infinite;
        }
        
        @keyframes marquee {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-100%);
            }
        }
        
        /* Sticky Social Icons */
        .sticky-social {
            position: fixed;
            left: 20px;
            top: 50%;
            transform: translateY(-50%);
            z-index: 1000;
            display: flex;
            flex-direction: column;
            gap: 15px;
        }
        
        .sticky-social a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 45px;
            height: 45px;
            background: rgba(255, 255, 255, 0.9);
            border-radius: 50%;
            color: #1a1a1a;
            text-decoration: none;
            font-size: 1.2rem;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .sticky-social a:hover {
            background: #D4AF37;
            transform: translateX(5px);
        }
        
        /* Chatbot Styles */
        .chatbot-container {
            position: fixed;
            bottom: 20px;
            right: 20px;
            z-index: 1000;
            font-family: 'Roboto', sans-serif;
        }
        
        .chatbot-toggle {
            width: 60px;
            height: 60px;
            background: #D4AF37;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.5rem;
            cursor: pointer;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease;
            border: none;
        }
        
        .chatbot-toggle:hover {
            background: #b8941f;
            transform: scale(1.1);
        }
        
        .chatbot-window {
            position: absolute;
            bottom: 70px;
            right: 0;
            width: 350px;
            height: 450px;
            background: white;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            display: none;
            flex-direction: column;
            overflow: hidden;
        }
        
        .chatbot-header {
            background: #8B7355;
            color: white;
            padding: 15px 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .chatbot-header h3 {
            margin: 0;
            font-size: 1.2rem;
        }
        
        .chatbot-close {
            background: none;
            border: none;
            color: white;
            font-size: 1.2rem;
            cursor: pointer;
        }
        
        .chatbot-messages {
            flex: 1;
            padding: 15px;
            overflow-y: auto;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        
        .message {
            max-width: 80%;
            padding: 10px 15px;
            border-radius: 18px;
            font-size: 0.9rem;
            line-height: 1.4;
        }
        
        .bot-message {
            background: #f1f1f1;
            align-self: flex-start;
            border-bottom-left-radius: 5px;
        }
        
        .user-message {
            background: #D4AF37;
            color: white;
            align-self: flex-end;
            border-bottom-right-radius: 5px;
        }
        
        .chatbot-input {
            display: flex;
            padding: 15px;
            border-top: 1px solid #eee;
        }
        
        .chatbot-input input {
            flex: 1;
            padding: 10px 15px;
            border: 1px solid #ddd;
            border-radius: 25px;
            outline: none;
            font-size: 0.9rem;
        }
        
        .chatbot-input button {
            background: #8B7355;
            color: white;
            border: none;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            margin-left: 10px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .chatbot-active .chatbot-window {
            display: flex;
            animation: fadeInUp 0.3s ease;
        }
        
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        /* MP4 Video Preloader */
        .preloader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #0a0a0a;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            transition: opacity 0.8s ease;
        }
        
        .preloader-video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .preloader-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            z-index: 10;
            width: 100%;
        }
        
        .loading-text {
            font-family: 'Playfair Display', serif;
            font-size: 4rem;
            color: rgba(255, 215, 0, 0.9);
            letter-spacing: 8px;
            text-transform: uppercase;
            margin-bottom: 10px;
            text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
        }
        
        .tagline {
            font-family: 'Playfair Display', serif;
            font-size: 1.5rem;
            color: rgba(255, 255, 255, 0.8);
            letter-spacing: 4px;
            text-transform: uppercase;
            margin-top: 10px;
            text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
        }
        
        /* Header and Navigation */
        header {
            position: sticky;
            top: 28px; /* Height of Canadian banner */
            width: 100%;
            z-index: 1001;
            background: transparent;
            padding: 1.2rem 5%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: all 0.4s ease;
            border-bottom: 1px solid transparent;
        }
        
        header.scrolled {
            background: rgba(255, 255, 255, 0.95);
            padding: 0.8rem 5%;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        }
        
        .logo {
            font-family: 'Playfair Display', serif;
            font-size: 1.8rem; /* Slightly smaller to fit more menu items */
            font-weight: 700;
            color: #1a1a1a;
            text-decoration: none;
            letter-spacing: 1px;
            z-index: 1001;
            display: flex;
            align-items: center;
        }
        
        .logo img {
            height: 50px;
            width: auto;
            transition: all 0.3s ease;
        }
        
        header.scrolled .logo img {
            height: 40px;
        }
        
        nav ul {
            display: flex;
            list-style: none;
        }
        
        nav ul li {
            margin-left: 1.5rem; /* Reduced spacing */
            position: relative;
        }
        
        nav ul li a {
            color: #ffffff;
            text-decoration: none;
            font-size: 0.85rem; /* Smaller font size */
            font-weight: 300;
            letter-spacing: 1px;
            text-transform: uppercase;
            padding: 0.5rem 0;
            position: relative;
            transition: color 0.3s ease;
            white-space: nowrap;
        }
        
        header.scrolled nav ul li a {
            color: #1a1a1a;
        }
        
        nav ul li a.active {
            color: #8a8a8a;
        }
        
        nav ul li a.active::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 1px;
            bottom: 0;
            left: 0;
            background-color: #ffffff;
        }
        
        header.scrolled nav ul li a.active::after {
            background-color: #1a1a1a;
        }
        
        nav ul li a:hover {
            color: #8a8a8a;
        }
        
        nav ul li a::after {
            content: '';
            position: absolute;
            width: 0;
            height: 1px;
            bottom: 0;
            left: 0;
            background-color: #ffffff;
            transition: width 0.3s ease;
        }
        
        header.scrolled nav ul li a::after {
            background-color: #1a1a1a;
        }
        
        nav ul li a:hover::after {
            width: 100%;
        }
        
        /* Dropdown Menu */
        .dropdown {
            position: relative;
        }
        
        .dropdown-content {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            background: white;
            min-width: 180px;
            box-shadow: 0 8px 16px rgba(0,0,0,0.1);
            z-index: 1;
            border-radius: 5px;
            overflow: hidden;
        }
        
        .dropdown-content a {
            color: #1a1a1a;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            font-size: 0.8rem;
            border-bottom: 1px solid #f1f1f1;
            transition: background 0.3s ease;
        }
        
        .dropdown-content a:hover {
            background: #f9f9f9;
        }
        
        .dropdown:hover .dropdown-content {
            display: block;
        }
        
        .cart-icon {
            position: relative;
            margin-left: 1.5rem;
        }
        
        .cart-count {
            position: absolute;
            top: -8px;
            right: -8px;
            background: #1a1a1a;
            color: white;
            font-size: 0.7rem;
            width: 18px;
            height: 18px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        header.scrolled .cart-count {
            background: #1a1a1a;
        }
        
        /* Modern Hamburger Menu */
        .menu-toggle {
            display: none;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 40px;
            height: 40px;
            background: transparent;
            border: none;
            cursor: pointer;
            padding: 0;
            z-index: 1001;
            position: relative;
        }
        
        .hamburger-box {
            width: 25px;
            height: 20px;
            display: inline-block;
            position: relative;
        }
        
        .hamburger-inner {
            display: block;
            top: 50%;
            margin-top: -2px;
        }
        
        .hamburger-inner, 
        .hamburger-inner::before, 
        .hamburger-inner::after {
            width: 25px;
            height: 2px;
            background-color: #ffffff;
            border-radius: 4px;
            position: absolute;
            transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1.0),
                        background 0.3s cubic-bezier(0.77, 0.2, 0.05, 1.0),
                        opacity 0.3s ease;
        }
        
        header.scrolled .hamburger-inner,
        header.scrolled .hamburger-inner::before,
        header.scrolled .hamburger-inner::after {
            background-color: #1a1a1a;
        }
        
        .hamburger-inner::before, 
        .hamburger-inner::after {
            content: "";
            display: block;
        }
        
        .hamburger-inner::before {
            top: -8px;
        }
        
        .hamburger-inner::after {
            bottom: -8px;
        }
        
        /* Hamburger animation when active */
        .menu-toggle.active .hamburger-inner {
            transform: rotate(45deg);
        }
        
        .menu-toggle.active .hamburger-inner::before {
            transform: rotate(-90deg) translate3d(-8px, 0, 0);
            opacity: 0;
        }
        
        .menu-toggle.active .hamburger-inner::after {
            transform: rotate(90deg) translate3d(8px, 0, 0);
            opacity: 0;
        }
        
        /* Modern Mobile Menu */
        @media (max-width: 1100px) {
            nav ul li {
                margin-left: 1rem;
            }
            
            nav ul li a {
                font-size: 0.8rem;
            }
        }
        
        @media (max-width: 968px) {
            .menu-toggle {
                display: flex;
            }
            
            nav ul {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100vh;
                background: rgba(255, 255, 255, 0.98);
                flex-direction: column;
                justify-content: center;
                align-items: center;
                transform: translateX(-100%);
                transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
                z-index: 1000;
                backdrop-filter: blur(10px);
            }
            
            nav ul.show {
                transform: translateX(0);
            }
            
            nav ul li {
                margin: 1.2rem 0;
                opacity: 0;
                transform: translateX(-50px);
                transition: opacity 0.5s ease, transform 0.5s ease;
            }
            
            nav ul.show li {
                opacity: 1;
                transform: translateX(0);
            }
            
            nav ul.show li:nth-child(1) { transition-delay: 0.1s; }
            nav ul.show li:nth-child(2) { transition-delay: 0.2s; }
            nav ul.show li:nth-child(3) { transition-delay: 0.3s; }
            nav ul.show li:nth-child(4) { transition-delay: 0.4s; }
            nav ul.show li:nth-child(5) { transition-delay: 0.5s; }
            nav ul.show li:nth-child(6) { transition-delay: 0.6s; }
            nav ul.show li:nth-child(7) { transition-delay: 0.7s; }
            
            nav ul li a {
                font-size: 1.2rem;
                padding: 0.8rem 1.5rem;
                display: block;
                text-align: center;
                transition: all 0.3s ease;
                color: #1a1a1a;
            }
            
            nav ul li a:hover {
                background: rgba(0, 0, 0, 0.05);
                border-radius: 30px;
            }
            
            /* Hide sticky social on mobile */
            .sticky-social {
                display: none;
            }
            
            /* Adjust dropdown for mobile */
            .dropdown-content {
                position: static;
                box-shadow: none;
                background: transparent;
                text-align: center;
            }
            
            .dropdown-content a {
                border-bottom: none;
                padding: 0.5rem 1rem;
            }
        }
        
        /* Hero Section */
        .hero {
            height: 100vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 0 5%;
            position: relative;
            margin-top: 0; /* Removed margin since header is sticky */
            background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url('img/back.png');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
        }
        
        .hero-content {
            max-width: 900px;
            padding: 2rem;
            border-radius: 10px;
        }
        
        .hero h1 {
            font-family: 'Playfair Display', serif;
            font-size: 4.5rem;
            font-weight: 400;
            margin-bottom: 2rem;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: #ffffff;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }
        
        .hero-subtitle {
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
            font-size: 1.6rem;
            line-height: 1.8;
            margin-bottom: 3rem;
            max-width: 800px;
            color: #ffffff;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        }
        
        .cta-button {
            display: inline-block;
            padding: 1.5rem 3rem;
            background: rgba(255, 255, 255, 0.9);
            color: #1a1a1a;
            text-decoration: none;
            border: 2px solid #1a1a1a;
            font-size: 1.2rem;
            font-weight: 400;
            letter-spacing: 2px;
            text-transform: uppercase;
            transition: all 0.4s ease;
            border-radius: 10px;
            min-width: 280px;
            text-align: center;
        }
        
        .cta-button:hover {
            background: #1a1a1a;
            color: #fff;
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }
        
        /* CTA Section before Footer */
        .final-cta {
            padding: 8rem 5%;
            text-align: center;
            background: linear-gradient(135deg, #8B7355 0%, #D4AF37 100%);
            color: white;
            position: relative;
            overflow: hidden;
        }
        
        .final-cta::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('https://images.unsplash.com/photo-1587334894407-9070ac4b4c6d?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
            background-size: cover;
            background-position: center;
            opacity: 0.1;
            z-index: 0;
        }
        
        .final-cta-content {
            position: relative;
            z-index: 1;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .final-cta h2 {
            font-family: 'Playfair Display', serif;
            font-size: 3.5rem;
            margin-bottom: 1.5rem;
            letter-spacing: 2px;
        }
        
        .final-cta p {
            font-size: 1.3rem;
            margin-bottom: 3rem;
            opacity: 0.9;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .final-cta .cta-button {
            background: rgba(255, 255, 255, 0.9);
            color: #8B7355;
            border: 2px solid white;
            font-weight: 600;
        }
        
        .final-cta .cta-button:hover {
            background: white;
            color: #8B7355;
            transform: translateY(-5px);
        }
        
        /* Sections */
        section {
            padding: 6rem 5%;
        }
        
        .section-light {
            background-color: #f8f5f2;
        }
        
        .section-dark {
            background-color: #1a1a1a;
            color: #f8f5f2;
        }
        
        .section-title {
            font-family: 'Playfair Display', serif;
            font-size: 3rem;
            text-align: center;
            margin-bottom: 3rem;
            letter-spacing: 2px;
        }
        
        .section-light .section-title {
            color: #1a1a1a;
        }
        
        .section-dark .section-title {
            color: #f8f5f2;
        }
        
        .power-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 3rem;
            margin-bottom: 4rem;
        }
        
        .power-item {
            text-align: center;
            padding: 2rem;
            background: rgba(255, 255, 255, 0.8);
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }
        
        .power-icon {
            font-size: 3rem;
            color: #8a8a8a;
            margin-bottom: 1.5rem;
        }
        
        .power-title {
            font-family: 'Playfair Display', serif;
            font-size: 1.5rem;
            margin-bottom: 1rem;
            color: #1a1a1a;
        }
        
        .power-text {
            font-size: 1.1rem;
            line-height: 1.6;
            color: #555;
        }
        
        /* Brands Section - Full Size Images with Zoom Effect */
        .brands-gallery {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 0;
            margin-top: 3rem;
        }
        
        .brand-item {
            position: relative;
            height: 70vh;
            overflow: hidden;
        }
        
        .brand-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 8s ease;
        }
        
        .brand-item:hover .brand-image {
            transform: scale(1.1);
        }
        
        .brand-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
            padding: 2rem;
            color: white;
            transform: translateY(100%);
            transition: transform 0.5s ease;
        }
        
        .brand-item:hover .brand-overlay {
            transform: translateY(0);
        }
        
        .brand-title {
            font-family: 'Playfair Display', serif;
            font-size: 2rem;
            margin-bottom: 0.5rem;
        }
        
        .brand-benefit {
            font-style: italic;
            opacity: 0.9;
        }
        
        .split-section {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            align-items: center;
        }
        
        .split-image {
            width: 100%;
            height: 400px;
            border-radius: 10px;
            object-fit: cover;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        
        .split-text {
            padding: 2rem;
        }
        
        .split-title {
            font-family: 'Playfair Display', serif;
            font-size: 2.5rem;
            margin-bottom: 1.5rem;
            color: #1a1a1a;
        }
        
        .section-dark .split-title {
            color: #f8f5f2;
        }
        
        .split-description {
            font-size: 1.2rem;
            line-height: 1.8;
            margin-bottom: 2rem;
            color: #555;
        }
        
        .section-dark .split-description {
            color: #ccc;
        }
        
        /* Footer */
        footer {
            background-color: #1a1a1a;
            padding: 3rem 5%;
            text-align: center;
            color: #f8f5f2;
            position: relative;
        }
        
        .footer-content {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            text-align: left;
        }
        
        .footer-logo {
            font-family: 'Playfair Display', serif;
            font-size: 2.2rem;
            margin-bottom: 1.5rem;
            letter-spacing: 2px;
            color: white;
        }
        
        .footer-tagline {
            font-size: 1.1rem;
            font-weight: 300;
            margin-bottom: 2rem;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: #8a8a8a;
        }
        
        .footer-links h3, .footer-contact h3, .footer-social h3 {
            font-family: 'Playfair Display', serif;
            margin-bottom: 20px;
            font-size: 1.4rem;
            color: white;
        }
        
        .footer-links ul {
            list-style: none;
        }
        
        .footer-links ul li {
            margin-bottom: 10px;
        }
        
        .footer-links ul li a {
            color: #8a8a8a;
            text-decoration: none;
            font-size: 1.1rem;
            transition: color 0.3s ease;
        }
        
        .footer-links ul li a:hover {
            color: white;
        }
        
        .footer-contact p {
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 1.1rem;
            color: #8a8a8a;
        }
        
        .social-icons {
            display: flex;
            gap: 15px;
        }
        
        .social-icons a {
            display: inline-block;
            width: 45px;
            height: 45px;
            background: #333;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            text-decoration: none;
            transition: all 0.3s ease;
            font-size: 1.2rem;
        }
        
        .social-icons a:hover {
            background: #8a8a8a;
            transform: translateY(-3px);
        }
        
        .copyright {
            margin-top: 4rem;
            color: #8a8a8a;
            font-size: 1rem;
            grid-column: 1 / -1;
            text-align: center;
            padding-top: 2rem;
            border-top: 1px solid #333;
        }
        
        /* Responsive Design */
        @media (max-width: 1024px) {
            .hero h1 {
                font-size: 3.5rem;
            }
            
            .hero-subtitle {
                font-size: 1.4rem;
            }
            
            nav ul li {
                margin-left: 1.5rem;
            }
            
            .loading-text {
                font-size: 3.5rem;
            }
            
            .tagline {
                font-size: 1.3rem;
            }
            
            .brands-gallery {
                grid-template-columns: 1fr;
            }
            
            .brand-item {
                height: 50vh;
            }
            
            .split-section {
                grid-template-columns: 1fr;
                gap: 2rem;
            }
            
            .split-image {
                height: 300px;
            }
            
            .final-cta h2 {
                font-size: 2.8rem;
            }
            
            .final-cta p {
                font-size: 1.1rem;
            }
        }
        
        @media (max-width: 968px) {
            header {
                padding: 1rem 5%;
            }
            
            .hero h1 {
                font-size: 2.8rem;
                letter-spacing: 2px;
            }
            
            .hero-subtitle {
                font-size: 1.2rem;
                margin-bottom: 2rem;
                line-height: 1.6;
            }
            
            .loading-text {
                font-size: 3rem;
                letter-spacing: 6px;
            }
            
            .tagline {
                font-size: 1.1rem;
                letter-spacing: 3px;
            }
            
            .cta-button {
                padding: 1.2rem 2rem;
                font-size: 1.1rem;
                min-width: 240px;
            }
            
            .section-title {
                font-size: 2.5rem;
            }
            
            .brand-title {
                font-size: 1.7rem;
            }
            
            .final-cta {
                padding: 6rem 5%;
            }
            
            .final-cta h2 {
                font-size: 2.5rem;
            }
        }
        
        @media (max-width: 768px) {
            .hero h1 {
                font-size: 2.2rem;
            }
            
            .hero-subtitle {
                font-size: 1.1rem;
            }
            
            .loading-text {
                font-size: 2.5rem;
                letter-spacing: 4px;
            }
            
            .tagline {
                font-size: 1rem;
            }
            
            .power-grid {
                grid-template-columns: 1fr;
            }
            
            .footer-content {
                text-align: center;
            }
            
            .social-icons {
                justify-content: center;
            }
            
            .chatbot-container {
                bottom: 10px;
                right: 10px;
            }
            
            .chatbot-window {
                width: 300px;
                height: 400px;
            }
            
            .final-cta h2 {
                font-size: 2.2rem;
            }
            
            .final-cta p {
                font-size: 1rem;
            }
        }
        
        @media (max-width: 480px) {
            .logo {
                font-size: 1.6rem;
            }
            
            .logo img {
                height: 40px;
            }
            
            header.scrolled .logo img {
                height: 35px;
            }
            
            .hero h1 {
                font-size: 1.8rem;
            }
            
            .hero-subtitle {
                font-size: 1rem;
            }
            
            .loading-text {
                font-size: 2rem;
                letter-spacing: 3px;
            }
            
            .tagline {
                font-size: 0.9rem;
                letter-spacing: 2px;
            }
            
            .cta-button {
                padding: 1rem 1.5rem;
                font-size: 1rem;
                min-width: 200px;
            }
            
            .section-title {
                font-size: 2rem;
            }
            
            .brand-item {
                height: 40vh;
            }
            
            .chatbot-window {
                width: 280px;
                right: -10px;
            }
            
            .final-cta h2 {
                font-size: 1.8rem;
            }
        }