        /* Reset básico para corrigir espaços indesejados */
        html {
            margin: 0 !important;
            padding: 0 !important;
            line-height: 1;
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            margin: 0;
            padding: 0;
            line-height: 1.6;
        }
        
        .gradient-bg {
            background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('imagens/Quem-Somos-desk.png');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }
        
        /* Responsive Hero Background Images */
        .hero-bg-mobile {
            background-color: #0F3769;
          
        }
        
        @media (min-width: 768px) {
            .hero-bg-mobile {
                background-image: url('imagens/main-desktop-banner.jpg') !important;
                background-repeat:no-repeat;
                background-position: center;
                background-size: contain;
            }
        }
        
        /* Lojas page responsive background images */
        .lojas-bg-mobile {
            background-image: url('imagens/nossas-lojas-mob.jpg');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }
        
        @media (min-width: 768px) {
            .lojas-bg-mobile {
                background-image: url('imagens/nossas-lojas-desk.jpg') !important;
               
            }
        }
        .hero-pattern {
            /* Background removed to allow gradient-bg to show */
        }
        .cta-button {
            transition: all 0.3s ease;
        }
        .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.3);
        }
        .testimonial-card {
            border-left: 4px solid #000000;
        }
        .benefit-icon {
            width: 60px;
            height: 60px;
            background: #000000;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1rem;
        }
        .step-number {
            width: 40px;
            height: 40px;
            background: #C4282F;
            color: #ffffff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 18px;
            line-height: 1;
            margin-right: 1rem;
            flex-shrink: 0;
        }
        
        /* Como Funciona section styling */
        .como-funciona-title {
            color: #C4282F !important;
        }
        
        /* Marcas section styling */
        .marcas-title {
            color: #C4282F !important;
        }
        
        /* Menu hover effects */
        nav a:hover {
            color: #C4282F !important;
        }
        
        nav button:hover {
            color: #C4282F !important;
        }
        
        /* Keep CTA button white on hover */
        nav a.cta-primary:hover {
            color: white !important;
        }
        .social-proof-logo {
            height: 60px;
            background: #f5f5f5;
            border: 1px solid #e5e5e5;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            color: #666666;
        }
        .lead-form {
            background: #f9f9f9;
            border: 2px solid #000000;
        }
        .floating-cta {
            position: fixed;
            bottom: 20px;
            right: 20px;
            z-index: 1000;
        }
        
        /* Garantir que o navbar fique colado no topo */
        nav {
            margin: 0;
            padding: 0;
        }
        
        /* Garantir que não haja espaços indesejados */
        .max-w-7xl {
            margin: 0 auto;
        }
        
        /* Reset mais agressivo para eliminar espaços */
        html, body {
            margin: 0 !important;
            padding: 0 !important;
            overflow-x: hidden;
        }
        
        /* Garantir que o primeiro elemento seja o navbar */
        body > *:first-child {
            margin-top: 0 !important;
        }
        
        /* Remover qualquer espaço do container principal */
        .max-w-7xl {
            margin: 0 auto !important;
            padding: 0 !important;
        }
        
        /* Garantir que o navbar não tenha espaços */
        nav.bg-white {
            margin: 0 !important;
            padding: 0 !important;
            top: 0 !important;
        }
        
        /* Top bar styles - Updated color */
        .bg-gray-900 {
            background-color: #2162ad !important;
            border-bottom: 1px solid #1a4d8a;
            position: relative;
            z-index: 20 !important;
        }
        
        /* Mobile margins adjustment */
        @media (max-width: 768px) {
            .px-4 {
                padding-left: 1rem !important;
                padding-right: 1rem !important;
            }
            
            /* Navbar mobile margins */
            nav .max-w-7xl {
                padding-left: 1rem !important;
                padding-right: 1rem !important;
            }
            
            /* Logo and menu spacing */
            nav .flex.justify-between {
                padding-left: 0 !important;
                padding-right: 0 !important;
            }
            
            /* Ensure mobile menu button stays in place */
            nav .md\\:hidden {
                flex-shrink: 0 !important;
                margin-left: auto !important;
            }
        }
        
        /* Top bar slider styles */
        .top-bar-slider {
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }
        
        /* Force white text in mobile top bar */
        .top-bar-slider,
        .top-bar-slider span,
        .top-bar-slider a {
            color: white !important;
        }
        
        .top-bar-slider::-webkit-scrollbar {
            display: none;
        }
        
        /* Ensure navbar stays on top */
        nav.sticky {
            top: 0 !important;
        }
        
        /* Prevent menu from breaking */
        @media (min-width: 768px) {
            nav .flex.items-baseline {
                flex-wrap: nowrap !important;
                gap: 0.75rem !important;
            }
            
            nav .flex.items-baseline > * {
                flex-shrink: 0 !important;
            }
            
            /* Ensure button stays in line */
            nav button.bg-black {
                white-space: nowrap !important;
                flex-shrink: 0 !important;
            }
        }
        
        /* Sobrescrever qualquer estilo do Tailwind que cause espaços */
        .bg-white.shadow-lg.sticky.top-0.z-50.w-full {
            margin: 0 !important;
            padding: 0 !important;
            top: 0 !important;
        }
        
        /* Garantir que o container do navbar não tenha espaços */
        .bg-white.shadow-lg.sticky.top-0.z-50.w-full .max-w-7xl {
            margin: 0 auto !important;
            padding: 0 !important;
        }
        
        /* Mobile navbar margins override */
        @media (max-width: 768px) {
            .bg-white.shadow-lg.sticky.top-0.z-50.w-full .max-w-7xl {
                padding-left: 1rem !important;
                padding-right: 1rem !important;
            }
        }
        
        /* Mobile menu header alignment */
        #mobile-menu-sidebar .flex.items-center.justify-between {
            align-items: center !important;
            padding: 1.5rem !important;
        }
        
        #mobile-menu-sidebar .text-xl.font-bold {
            line-height: 1.2 !important;
        }
        
        #mobile-menu-close {
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            min-width: 2rem !important;
            min-height: 2rem !important;
        }
        
        /* Mobile menu items alignment */
        #mobile-menu-sidebar a,
        #mobile-menu-sidebar button {
            padding-left: 1.5rem !important;
            padding-right: 1.5rem !important;
            text-align: left !important;
        }
        
        /* Mobile h1 font size */
        @media (max-width: 768px) {
            h1 {
                font-size: 1.9rem !important;
            }
            
            /* Reduce hero section padding on mobile */
            .gradient-bg {
                padding-top: 2rem !important;
                padding-bottom: 2rem !important;
            }
        }
        
        /* FAQ Accordion Styles */
        .faq-content {
            transition: all 0.3s ease;
            max-height: 0;
            overflow: hidden;
        }
        
        .faq-content.active {
            max-height: 200px;
        }
        
        .faq-icon.active {
            transform: rotate(180deg);
        }
        
        .faq-toggle:focus {
            outline: none;
        }
        
        /* Smooth scroll behavior */
        html {
            scroll-behavior: smooth;
        }
        @media (max-width: 768px) {
            .floating-cta {
                bottom: 10px;
                right: 10px;
            }
        }
        
        /* Mobile Catalog Slider */
        @media (max-width: 767px) {
            .catalog-container {
                position: relative;
                overflow: hidden;
            }
            .catalog-slider {
                display: flex !important;
                overflow-x: auto;
                scroll-snap-type: x mandatory;
                -webkit-overflow-scrolling: touch;
                gap: 1rem;
                padding: 0 1rem;
            }
            .catalog-slider > div {
                flex: 0 0 280px !important;
                scroll-snap-align: start;
                min-width: 280px;
            }
        }
        
        /* Desktop - show grid */
        @media (min-width: 1024px) {
            .catalog-slider {
                display: grid !important;
                grid-template-columns: repeat(4, 1fr);
                gap: 1.5rem;
            }
            .catalog-slider > div {
                flex: none !important;
                min-width: auto !important;
            }
        }
        
        /* Tablet - show 2 columns */
        @media (min-width: 768px) and (max-width: 1023px) {
            .catalog-slider {
                display: grid !important;
                grid-template-columns: repeat(2, 1fr);
                gap: 1.5rem;
            }
            .catalog-slider > div {
                flex: none !important;
                min-width: auto !important;
            }
        }
        
        /* Hide scrollbar but keep functionality */
        .catalog-slider::-webkit-scrollbar {
            display: none;
        }
        .catalog-slider {
            -ms-overflow-style: none;
            scrollbar-width: none;
        }
        
        /* Mobile Testimonials Slider */
        @media (max-width: 767px) {
            .testimonials-container {
                position: relative;
                overflow: hidden;
            }
            .testimonials-slider {
                display: flex !important;
                overflow-x: auto;
                scroll-snap-type: x mandatory;
                -webkit-overflow-scrolling: touch;
                gap: 1rem;
                padding: 0 1rem;
            }
            .testimonials-slider > div {
                flex: 0 0 320px !important;
                scroll-snap-align: start;
                min-width: 320px;
            }
        }
        
        /* Desktop - show grid */
        @media (min-width: 1024px) {
            .testimonials-slider {
                display: grid !important;
                grid-template-columns: repeat(3, 1fr);
                gap: 2rem;
            }
            .testimonials-slider > div {
                flex: none !important;
                min-width: auto !important;
            }
        }
        
        /* Tablet - show 2 columns */
        @media (min-width: 768px) and (max-width: 1023px) {
            .testimonials-slider {
                display: grid !important;
                grid-template-columns: repeat(2, 1fr);
                gap: 2rem;
            }
            .testimonials-slider > div {
                flex: none !important;
                min-width: auto !important;
            }
        }
        
        /* Hide scrollbar but keep functionality for testimonials */
        .testimonials-slider::-webkit-scrollbar {
            display: none;
        }
        .testimonials-slider {
            -ms-overflow-style: none;
            scrollbar-width: none;
        }
        
        /* Updated CTA button styles */
        .cta-primary {
            background-color: rgb(83, 162, 33) !important;
            color: white !important;
        }
        .cta-primary:hover {
            background-color: rgb(70, 140, 28) !important;
        }
        .cta-secondary {
            border: 2px solid rgb(83, 162, 33) !important;
            color: rgb(83, 162, 33) !important;
            background-color: transparent !important;
        }
        .cta-secondary:hover {
            background-color: rgb(83, 162, 33) !important;
            color: white !important;
        }
        
        /* Ver Catálogo button - white text and border */
        #ver-catalogo-btn {
            border: 2px solid white !important;
            color: white !important;
            background-color: transparent !important;
        }
        
        #ver-catalogo-btn:hover {
            background-color: white !important;
            color: #2162ad !important;
        }
        
        /* Benefits section background */
        .benefits-bg {
            background-color: #2162ad !important;
        }
        
        /* Blue CTA button to match benefits section */
        .cta-blue {
            background-color: #2162ad !important;
            color: white !important;
        }
        .cta-blue:hover {
            background-color: #1a4d8a !important;
        }
        
        /* Final CTA section background */
        .final-cta-bg {
            background-color: #2162ad !important;
        }
        
        /* Brands Carousel Styles */
        .brands-carousel-container {
            position: relative;
            width: 100%;
        }
        
        .brands-carousel {
            display: flex;
            gap: 2rem;
            padding: 1rem 0;
        }
        
        .brand-logo-item {
            width: 120px;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #EDEDED !important;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }
        
        .brand-logo-item:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        }
        
        .brand-logo-item img {
            max-width: 90%;
            max-height: 90%;
            object-fit: contain;
           
            border-radius: 4px;
            background: #EDEDED;
            padding: 4px;
        }
        
        /* Mobile Brands Carousel */
        .brands-mobile-container {
            position: relative;
            width: 100%;
        }
        
        .brands-mobile-carousel {
            display: flex !important;
            gap: 1rem;
            padding: 1rem 0;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }
        
        .brand-mobile-item {
            width: 100px;
            height: 64px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #EDEDED !important;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            flex-shrink: 0;
            scroll-snap-align: start;
        }
        
        .brand-mobile-item img {
            max-width: 90%;
            max-height: 90%;
            object-fit: contain;
            border: 1px solid #D0D0D0;
            border-radius: 4px;
            background: #EDEDED;
            padding: 3px;
        }
        
        /* Hide scrollbar for mobile carousel */
        .brands-mobile-carousel::-webkit-scrollbar {
            display: none;
        }
        .brands-mobile-carousel {
            -ms-overflow-style: none;
            scrollbar-width: none;
        }
        
        /* Cookie Consent Banner */
        .cookie-banner {
            position: fixed;
            bottom: 20px;
            left: 20px;
            width: 200px;
            height: 100px;
            background: rgba(0, 0, 0, 0.9);
            color: white;
            padding: 10px;
            border-radius: 8px;
            font-size: 12px;
            z-index: 1000;
            display: none;
        }
        
        .cookie-banner.show {
            display: block;
        }
        
        .cookie-banner p {
            margin: 0 0 8px 0;
            line-height: 1.3;
        }
        
        .cookie-banner button {
            background: #C4282F;
            color: white;
            border: none;
            padding: 4px 8px;
            border-radius: 4px;
            font-size: 11px;
            cursor: pointer;
            width: 100%;
        }
        
        .cookie-banner button:hover {
            background: #a02027;
        }
        
        /* Mobile Cookie Banner */
        @media (max-width: 768px) {
            .cookie-banner {
                bottom: 10px;
                left: 10px;
                right: 10px;
                width: auto;
                height: auto;
                min-height: 60px;
                padding: 12px;
            }
            
            .cookie-banner.show {
                display: flex !important;
                align-items: center;
                justify-content: space-between;
            }
            
            .cookie-banner p {
                flex: 1;
                margin: 0 10px 0 0;
                font-size: 11px;
            }
            
            .cookie-banner button {
                width: auto;
                padding: 6px 12px;
                flex-shrink: 0;
            }
        }
        
        /* Rotating Text Animation */
        #rotating-text {
            display: inline-block;
        }
        
        .rotating-text-fade {
            opacity: 0;
            transform: translateY(10px);
            transition: all 0.3s ease-in-out;
        }
        
        .rotating-text-show {
            opacity: 1;
            transform: translateY(0);
            transition: all 0.3s ease-in-out;
        }

        /* Lojas page mobile title styling */
        @media (max-width: 768px) {
            .lojas-history-title {
                font-size: 1.5rem !important;
                line-height: 2rem !important;
            }
        }
    