﻿        /* HERO ENTERPRISE - Cidade.aspx - ALTA CONVERSÃO */
        :root {
            --gm-hero-primary: #ff6b35;
            --gm-hero-primary-dark: #e55a26;
            --gm-hero-whatsapp: #25d366;
            --gm-hero-whatsapp-dark: #20ba5a;
            --gm-hero-success: #10b981;
            --gm-hero-success-light: #d1fae5;
            --gm-hero-gray-50: #f9fafb;
            --gm-hero-gray-100: #f3f4f6;
            --gm-hero-gray-200: #e5e7eb;
            --gm-hero-gray-300: #d1d5db;
            --gm-hero-gray-400: #9ca3af;
            --gm-hero-gray-600: #4b5563;
            --gm-hero-gray-700: #374151;
            --gm-hero-gray-900: #111827;
        }

        .gm-hero {
            padding: 3.5rem 0 2.5rem;
            background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%);
            margin-top: 0;
            position: relative;
            border-bottom: none;
            margin-bottom: 0;
            overflow: hidden;
        }
        
        /* Padrão sutil de fundo para profundidade */
        .gm-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: 
                radial-gradient(circle at 20% 50%, rgba(37, 211, 102, 0.03) 0%, transparent 50%),
                radial-gradient(circle at 80% 50%, rgba(255, 107, 53, 0.03) 0%, transparent 50%);
            pointer-events: none;
            z-index: 0;
        }
        
        .gm-hero-container,
        .gm-hero-content,
        .gm-hero-left {
            position: relative;
            z-index: 1;
        }

        /* DESKTOP: Container alinhado ao grid do Bootstrap (mesma largura das seções FAQ/conteúdo rico) */
        /* O container Bootstrap customizado tem max-width: 1320px (style.css linha 1745) */
        .gm-hero-container {
            max-width: 1320px;
            margin: 0 auto;
            padding: 0 15px;
        }
        
        @media (max-width: 1200px) {
            .gm-hero-container {
                max-width: 90%;
            }
        }
        
        /* DESKTOP: Conteúdo alinhado à esquerda, largura total (mesma estrutura das seções) */
        @media (min-width: 992px) {
            .gm-hero-content {
                display: flex;
                flex-direction: column;
                max-width: 100%;
                margin: 0;
            }
            
            .gm-hero-left {
                max-width: 100%;
            }
        }

        .gm-hero-left {
            display: flex;
            flex-direction: column;
            max-width: 100%;
        }

        /* Breadcrumb - discreto mas legível */
        .gm-hero-breadcrumb {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            margin-bottom: 1.25rem;
            font-size: 0.8125rem;
            color: #4b5563 !important;
            line-height: 1.5;
        }

        .gm-hero-breadcrumb a {
            color: #ff6b35 !important;
            text-decoration: none;
            transition: color 0.2s ease;
            font-weight: 500;
        }

        .gm-hero-breadcrumb a:hover {
            color: #e55a26 !important;
            text-decoration: underline;
        }

        .gm-hero-breadcrumb span {
            color: #9ca3af !important;
            margin: 0 0.25rem;
        }

        /* H1 - ENTERPRISE IMPACTO MÁXIMO - COR SÓLIDA PARA LEGIBILIDADE */
        .gm-hero-title {
            font-size: 3.25rem;
            font-weight: 900;
            line-height: 1.1;
            margin-bottom: 1.5rem;
            color: #000000 !important;
            letter-spacing: -0.03em;
            max-width: 100%;
            /* Removido gradiente de texto para garantir legibilidade */
        }
        
        /* Badge de destaque para "até 40%" - VERDE ESCURO COM TEXTO BRANCO */
        .gm-hero-title .gm-badge-discount,
        h1.gm-hero-title .gm-badge-discount,
        .gm-hero-title span.gm-badge-discount {
            display: inline-block !important;
            background: #047857 !important;
            background-image: none !important;
            background-color: #047857 !important;
            color: #ffffff !important;
            font-size: 0.5em;
            font-weight: 800;
            padding: 0.4em 0.8em !important;
            border-radius: 0.5rem;
            margin-left: 0.5rem;
            vertical-align: middle;
            box-shadow: 0 4px 12px rgba(4, 120, 87, 0.4);
            transform: translateY(-0.1em);
            letter-spacing: 0;
            -webkit-background-clip: unset !important;
            -webkit-text-fill-color: #ffffff !important;
            background-clip: unset !important;
            text-shadow: none !important;
            /* Forçar cor branca em todos os navegadores */
            -webkit-text-stroke: 0 !important;
            text-rendering: optimizeLegibility;
            /* Resetar qualquer herança de cor do H1 */
            opacity: 1 !important;
        }
        
        /* Garantir que qualquer elemento dentro do badge seja branco */
        .gm-hero-title .gm-badge-discount *,
        .gm-hero-title .gm-badge-discount::before,
        .gm-hero-title .gm-badge-discount::after {
            color: #ffffff !important;
            -webkit-text-fill-color: #ffffff !important;
        }

        /* Subtítulo - ENTERPRISE LEGÍVEL - COR ESCURA PARA CONTRASTE */
        .gm-hero-subtitle {
            font-size: 1.1875rem;
            color: #1f2937 !important;
            margin-bottom: 1.5rem;
            line-height: 1.7;
            max-width: 100%;
            font-weight: 400;
            letter-spacing: -0.01em;
        }

        /* Badges de Benefícios - Estilo Home */
        .gm-hero-benefits-badges {
            display: flex;
            flex-wrap: nowrap;
            gap: 0.5rem;
            margin-bottom: 1.5rem;
            align-items: center;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }
        
        .gm-hero-benefits-badges::-webkit-scrollbar {
            display: none;
        }

        .gm-hero-benefit-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.375rem;
            background: var(--gm-hero-gray-100);
            padding: 0.5rem 0.875rem;
            border-radius: 9999px;
            font-size: 0.875rem;
            font-weight: 500;
            color: var(--gm-hero-gray-700);
            white-space: nowrap;
            flex-shrink: 0;
        }

        .gm-benefit-icon {
            width: 1rem;
            height: 1rem;
            color: var(--gm-hero-primary);
            flex-shrink: 0;
        }

        /* Social Proof - Estilo Home */
        .gm-hero-social-proof {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 0.5rem;
            margin-bottom: 2rem;
            font-size: 0.9375rem;
            color: var(--gm-hero-gray-600);
            font-weight: 500;
            white-space: nowrap;
            flex-wrap: nowrap;
        }

        .gm-hero-social-proof strong {
            color: var(--gm-hero-gray-900);
            font-weight: 700;
            white-space: nowrap;
        }

        .gm-fire-icon {
            width: 1.125rem;
            height: 1.125rem;
            color: #ef4444;
            flex-shrink: 0;
        }

        /* CTA - ENTERPRISE ULTRA CONVERSÃO */
        .gm-hero-cta-wrapper {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            align-items: flex-start;
        }
        
        .gm-hero-cta {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.75rem;
            background: linear-gradient(135deg, var(--gm-hero-whatsapp) 0%, var(--gm-hero-whatsapp-dark) 100%) !important;
            color: #ffffff !important;
            padding: 1.375rem 3rem;
            border-radius: 1rem;
            font-size: 1.25rem;
            font-weight: 800;
            text-decoration: none;
            box-shadow: 
                0 10px 30px -5px rgba(37, 211, 102, 0.4),
                0 0 0 0 rgba(37, 211, 102, 0.5);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            border: none;
            cursor: pointer;
            max-width: fit-content;
            white-space: nowrap;
            align-self: flex-start;
            position: relative;
            overflow: hidden;
            letter-spacing: -0.01em;
            text-shadow: none !important;
        }
        
        /* Ícone SVG do WhatsApp dentro do botão */
        .gm-hero-cta svg {
            width: 24px;
            height: 24px;
            flex-shrink: 0;
            transition: transform 0.3s ease;
        }
        
        .gm-hero-cta:hover svg {
            transform: scale(1.1);
        }
        
        /* Efeito ripple no hover */
        .gm-hero-cta::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.3);
            transform: translate(-50%, -50%);
            transition: width 0.6s, height 0.6s;
            pointer-events: none;
        }
        
        .gm-hero-cta:hover::before {
            width: 300px;
            height: 300px;
        }
        
        .gm-hero-cta:hover {
            background: linear-gradient(135deg, var(--gm-hero-whatsapp-dark) 0%, #1ea952 100%) !important;
            transform: translateY(-3px) scale(1.02);
            box-shadow: 
                0 20px 40px -5px rgba(37, 211, 102, 0.5),
                0 0 0 4px rgba(37, 211, 102, 0.1);
            color: #ffffff !important;
            text-decoration: none;
        }
        
        .gm-hero-cta:active {
            transform: translateY(-1px) scale(1);
        }
        
        /* Animação suave para o ícone SVG do WhatsApp */
        @keyframes pulse-whatsapp {
            0%, 100% { 
                transform: scale(1);
            }
            50% { 
                transform: scale(1.1);
            }
        }
        
        .gm-hero-cta:hover svg {
            animation: pulse-whatsapp 1s infinite;
        }
        
        /* Badge "Gratuito" ao lado do CTA - COR DIFERENTE DO BOTÃO */
        .gm-hero-cta-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: #fef3c7 !important;
            color: #92400e !important;
            padding: 0.625rem 1.25rem;
            border-radius: 2rem;
            font-size: 0.9375rem;
            font-weight: 700;
            border: 2px solid #fbbf24 !important;
            box-shadow: 0 2px 8px rgba(251, 191, 36, 0.2);
        }
        
        /* Ícone do badge: SVG (evita caractere ✓ quebrado por encoding/fonte) */
        .gm-hero-cta-badge-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 20px;
            height: 20px;
            min-width: 20px;
            min-height: 20px;
            flex-shrink: 0;
            background: #f59e0b !important;
            border-radius: 50%;
        }
        .gm-hero-cta-badge-icon svg {
            width: 11px;
            height: 11px;
            display: block;
        }

        /* SIDEBAR CARD - Premium */
        .gm-sidebar-card {
            background: #ffffff;
            border: 1px solid var(--gm-hero-gray-200);
            border-radius: 14px;
            padding: 1rem;
            margin-bottom: 1.5rem;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
        }
        
        /* DESKTOP: Alinhar sidebar com conteúdo principal na mesma altura */
        @media (min-width: 992px) {
            /* Sidebar: remover qualquer padding/margin superior */
            #sidebar_fixed {
                padding-top: 0;
                margin-top: 0;
            }
            
            /* Card "Trocar cidade": alinhar ao topo do sidebar */
            /* O card tem padding-top: 1rem (16px) do .gm-sidebar-card */
            #sidebar_fixed > .gm-sidebar-card:first-child {
                margin-top: 0;
            }
            
            /* Conteúdo principal: remover padding-top do margin_60_40 para alinhar com sidebar */
            .col-lg-9 > div > .container.margin_60_40 {
                padding-top: 0 !important; /* Sobrescreve o padding-top: 60px do style.css */
                margin-top: 0;
            }
            
            /* Título: adicionar padding-top igual ao card "Trocar cidade" (1rem = 16px) 
               para iniciarem na mesma altura */
            .col-lg-9 .main_title {
                margin-top: 0 !important;
                padding-top: 1rem; /* Mesmo padding do card "Trocar cidade" */
            }
            
            .col-lg-9 .main_title h2 {
                margin-top: 0 !important;
                padding-top: 0;
                font-size: 18px !important;
            }
            
            /* Espaçamento entre a barra decorativa (azul/cinza) e o título */
            .col-lg-9 .main_title span {
                margin-bottom: 1rem; /* Espaçamento adequado entre barra e título */
            }
        }

        /* TROCAR CIDADE - Sidebar (movido do hero) */
        .gm-city-switcher {
            margin-bottom: 1.5rem;
        }

        .gm-city-switcher h4 {
            font-size: 1rem;
            font-weight: 600;
            color: var(--gm-hero-gray-900);
            margin-bottom: 0.875rem;
            padding: 0;
            border: none;
            margin-top: 0;
        }

        .gm-city-switch__input {
            position: relative;
        }

        .gm-city-switch__input label.sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border-width: 0;
        }

        .gm-city-switch__input input.autosuggest {
            width: 100%;
            height: 48px;
            padding: 0.75rem 1rem;
            border: 1.5px solid var(--gm-hero-gray-200);
            border-radius: 12px;
            font-size: 0.9375rem;
            transition: all 0.2s ease;
            background: #ffffff;
            color: var(--gm-hero-gray-900);
            box-sizing: border-box;
        }

        .gm-city-switch__input input.autosuggest:focus {
            outline: none;
            border-color: var(--gm-hero-primary);
            box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
        }

        .gm-city-switch__input input.autosuggest::placeholder {
            color: var(--gm-hero-gray-400);
        }

        /* MOBILE FILTERS TOGGLE */
        .gm-mobile-filters-toggle {
            display: block;
            width: 100%;
            padding: 0.75rem 1rem;
            background: #ffffff;
            color: var(--gm-hero-gray-700);
            text-align: center;
            border-radius: 8px;
            margin-bottom: 0.75rem;
            font-weight: 500;
            text-decoration: none;
            transition: all 0.2s ease;
            border: 1px solid var(--gm-hero-gray-200);
            cursor: pointer;
            font-size: 0.9375rem;
        }
        
        .gm-mobile-filters-toggle[aria-expanded="true"] {
            background: var(--gm-hero-gray-50);
            border-color: var(--gm-hero-gray-300);
        }

        .gm-mobile-filters-toggle:hover,
        .gm-mobile-filters-toggle:focus {
            background: var(--gm-hero-gray-50);
            color: var(--gm-hero-gray-900);
            text-decoration: none;
            border-color: var(--gm-hero-gray-300);
        }

        .gm-mobile-filters-toggle i {
            margin-right: 0.5rem;
        }

        /* MOBILE FILTERS CONTAINER */
        .gm-mobile-filters {
            margin-bottom: 1rem;
        }

        /* Mobile: quando expandido, adicionar espaçamento do topo */
        @media (max-width: 991px) {
            .gm-mobile-filters.collapse.show,
            .gm-mobile-filters.collapse:not(.collapse) {
                margin-top: 1rem;
                padding-top: 0.5rem;
            }
            
            .gm-mobile-filters.collapse:not(.show) {
                display: none !important;
            }
        }

        /* Desktop: sempre expandido */
        @media (min-width: 992px) {
            .gm-mobile-filters {
                display: block !important;
                height: auto !important;
                overflow: visible !important;
            }
        }

        /* Container do input deve ter position relative para o autocomplete se posicionar corretamente */
        .gm-city-switcher {
            position: relative;
        }

        .gm-city-switch__input {
            position: relative;
            z-index: 1;
        }

        .gm-city-switch__input:focus-within {
            z-index: 10000;
        }

        /* Z-index para autocomplete dropdown não ficar cortado */
        .ui-autocomplete {
            z-index: 9999 !important;
            max-height: 300px;
            overflow-y: auto;
            position: absolute !important;
            /* Garantir que apareça abaixo do input */
            top: 100% !important;
            left: 0 !important;
            width: 100% !important;
            margin-top: 2px !important;
        }
        
        /* Garantir que o menu do autocomplete apareça corretamente posicionado */
        .ui-autocomplete.ui-menu {
            position: absolute !important;
        }

        /* Garantir que sidebar não corte o autocomplete */
        #sidebar_fixed {
            overflow: visible;
            position: relative;
        }

        /* TABLET (769px - 991px) - ENTERPRISE */
        @media (max-width: 991px) {
            .gm-hero {
                padding: 3rem 0 2rem;
            }

            .gm-hero-container {
                padding: 0 15px;
            }

            .gm-hero-content {
                max-width: 100%;
            }

            .gm-hero-title {
                font-size: 2.5rem;
                color: #000000 !important;
            }
            
            .gm-hero-title .gm-badge-discount {
                font-size: 0.45em;
                padding: 0.35em 0.7em !important;
                background: #059669 !important;
                background-image: none !important;
                color: #ffffff !important;
                -webkit-text-fill-color: #ffffff !important;
                -webkit-text-stroke: 0 !important;
            }

            .gm-hero-subtitle {
                font-size: 1.1875rem;
                max-width: 100%;
                color: #1f2937 !important;
            }
            
            
            .gm-hero-cta {
                padding: 1.25rem 2.5rem;
                font-size: 1.125rem;
            }
        }

        /* MOBILE (<=768px) - COMPACTO PARA VER BOTÃO */
        @media (max-width: 768px) {
            .gm-hero {
                padding: 2.5rem 0 1.25rem;
            }

            .gm-hero-container {
                padding: 0 1.25rem;
            }

            .gm-hero-content {
                grid-template-columns: 1fr;
                gap: 2rem;
            }

            .gm-hero-left {
                order: 1;
            }

            /* Breadcrumb menor no mobile - COMPACTO */
            .gm-hero-breadcrumb {
                font-size: 0.75rem;
                margin-bottom: 0.75rem;
            }

            /* H1 mobile - ENTERPRISE - COMPACTO */
            .gm-hero-title {
                font-size: 1.75rem;
                line-height: 1.25;
                margin-bottom: 1rem;
                color: #000000 !important;
            }
            
            .gm-hero-title .gm-badge-discount {
                font-size: 0.4em;
                padding: 0.3em 0.65em !important;
                margin-left: 0.35rem;
                display: inline-block !important;
                line-height: 1.2;
                background: #059669 !important;
                background-image: none !important;
                color: #ffffff !important;
                -webkit-text-fill-color: #ffffff !important;
                -webkit-text-stroke: 0 !important;
            }

            /* Subtítulo mobile - ENTERPRISE - COMPACTO */
            .gm-hero-subtitle {
                font-size: 1rem;
                line-height: 1.6;
                margin-bottom: 1.5rem;
                max-width: 100%;
                color: #1f2937 !important;
            }

            /* Badges de Benefícios mobile - UMA LINHA */
            .gm-hero-benefits-badges {
                gap: 0.5rem;
                margin-bottom: 1.25rem;
                flex-wrap: nowrap !important;
                overflow-x: auto;
            }

            .gm-hero-benefit-badge {
                font-size: 0.8125rem;
                padding: 0.4375rem 0.6875rem;
                flex-shrink: 0;
                min-width: fit-content;
            }

            .gm-benefit-icon {
                width: 0.875rem;
                height: 0.875rem;
                flex-shrink: 0;
            }

            /* Social Proof mobile - UMA LINHA */
            .gm-hero-social-proof {
                font-size: 0.875rem;
                margin-bottom: 1.5rem;
                white-space: nowrap !important;
                flex-wrap: nowrap !important;
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
                scrollbar-width: none;
                -ms-overflow-style: none;
            }
            
            .gm-hero-social-proof::-webkit-scrollbar {
                display: none;
            }
            
            .gm-hero-social-proof strong {
                white-space: nowrap !important;
            }

            .gm-fire-icon {
                width: 1rem;
                height: 1rem;
                flex-shrink: 0;
            }

            /* CTA mobile - ENTERPRISE - COMPACTO */
            .gm-hero-cta-wrapper {
                width: 100%;
                gap: 0.75rem;
            }
            
            .gm-hero-cta {
                width: 100%;
                max-width: 100%;
                padding: 1rem 1.75rem;
                font-size: 1.0625rem;
                justify-content: center;
                align-self: stretch;
                border-radius: 0.875rem;
            }
            
            .gm-hero-cta svg {
                width: 22px;
                height: 22px;
            }
            
            .gm-hero-cta-badge {
                width: 100%;
                justify-content: center;
                padding: 0.625rem 1.25rem;
                font-size: 0.875rem;
            }

            /* Trocar cidade no sidebar mobile - card compacto */
            .gm-sidebar-card {
                padding: 0.875rem;
                border-radius: 12px;
                margin-bottom: 1rem;
                margin-top: 0;
            }
            
            /* Reduzir espaçamento do primeiro card no mobile */
            #sidebar_fixed > .gm-sidebar-card:first-child {
                margin-top: 0;
            }

            .gm-city-switcher h4 {
                font-size: 0.875rem;
                margin-bottom: 0.625rem;
                font-weight: 600;
            }

            .gm-city-switch__input input.autosuggest {
                height: 44px;
                padding: 0.6875rem 0.875rem;
                font-size: 0.9375rem;
                border-radius: 10px;
            }

            /* Reduzir espaçamento entre hero e conteúdo no mobile */
            .container.margin_30_20 {
                margin-top: 0.75rem !important;
                padding-top: 0 !important;
