/* Design System exato do Agriwark */
        :root {
            --primary-green: #6caf13;
            --secondary-green: #6caf13;
            --accent-orange: #F59E0B;
            --text-dark: #0e3957;
            --text-gray: #6B7280;
            --text-light: #9CA3AF;
            --bg-light: #F9FAFB;
            --white: #FFFFFF;
        }

        body {
            font-family: 'Inter', sans-serif;
            line-height: 1.6;
            color: var(--text-dark);
        }

        .font-display {
            font-family: 'Inter', sans-serif;
        }

        /* Header exato do Agriwark */
        .header-nav {
            /*background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);*/
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
            transition: transform 0.3s ease-in-out;
            margin-top: 12px;
        }

        .header-nav.header-hidden {
            transform: translateY(-120%);
        }

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

        /* Container do header com margens responsivas */
        .header-container {
            background: linear-gradient(145deg, #ffffff 0%, #fafafa 100%);
            border-radius: 12px;
            margin-top: 5px;
            box-shadow: 
                0 4px 20px rgba(0, 0, 0, 0.08),
                0 1px 3px rgba(0, 0, 0, 0.05),
                inset 0 1px 0 rgba(255, 255, 255, 0.8);
            border: 1px solid transparent;
            background-clip: padding-box;
            position: relative;
            transition: all 0.3s ease;
            margin-left: auto;
            margin-right: auto;
            max-width: 1600px;
        }

        /* Margens do header para resoluções médias */
        @media (min-width: 769px) and (max-width: 1600px) {
            .header-container {
                margin-left: 60px;
                margin-right: 60px;
            }
        }

        @media (min-width: 769px) and (max-width: 1200px) {
            .header-container {
                margin-left: 40px;
                margin-right: 40px;
            }
        }

        @media (min-width: 769px) and (max-width: 992px) {
            .header-container {
                margin-left: 30px;
                margin-right: 30px;
            }
        }

        .header-container::after {
            content: '';
            position: absolute;
            top: -1px;
            left: -1px;
            right: -1px;
            bottom: -1px;
            border-radius: 12px;
            background: linear-gradient(145deg, rgba(0,0,0,0.08), rgba(0,0,0,0.04));
            z-index: -1;
        }



        .header-container:hover {
            box-shadow: 
                0 8px 30px rgba(0, 0, 0, 0.12),
                0 2px 6px rgba(0, 0, 0, 0.08);
        }

        .logo-container {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            width: 220px;
            background: #6caf13;
            border-radius: 12px 0 0 12px;
            position: absolute;
            left: -1px;
            top: -1px;
            bottom: -1px;
            overflow: hidden;
            padding: 0 20px;
            z-index: 3;
        }

        .logo-container::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.05) 50%, rgba(0,0,0,0.05) 100%);
            pointer-events: none;
        }

        .logo-container::after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 1px;
            height: 100%;
            background: linear-gradient(to bottom, rgba(255,255,255,0.3), rgba(255,255,255,0.1), rgba(0,0,0,0.1));
        }

        .logo-container img {
            position: relative;
            z-index: 2;
            filter: brightness(1.1) contrast(1.1);
        }

        .nav-link {
            font-weight: 500;
            font-size: 16px;
            color: var(--text-dark);
            transition: all 0.3s ease;
            position: relative;
        }

        .nav-link:hover {
            color: var(--primary-green);
        }

        .nav-link.active {
            color: var(--primary-green);
            font-weight: 700;
        }

        .nav-link.active::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            right: 0;
            height: 3px;
            background: var(--primary-green);
            border-radius: 2px;
            animation: slideIn 0.3s ease-out;
        }

        @keyframes slideIn {
            from {
                transform: scaleX(0);
            }
            to {
                transform: scaleX(1);
            }
        }

        /* Hero Slider - Estilo Agriwark */
        .hero-one-section {
            position: relative;
            height: auto;
            min-height: auto;
            overflow: hidden;
            padding-top: calc(80px + 24px); /* altura do header + 12px margin-top + 12px gap */
            padding-bottom: 0;
        }

        /* Hero Slider - Ocupando tamanho máximo */
        .w-slider {
            position: relative;
            height: calc(70vh - 104px);
            border-radius: 24px;
            margin: 35px 20px 0 20px;
            overflow: hidden;
            max-width: 2100px;
            margin-left: auto;
            margin-right: auto;
            min-height: 520px;
        }

        /* Ajustes de altura baseados na altura da tela */
        @media (max-height: 950px) and (min-width: 769px) {
            .w-slider {
                height: calc(80vh - 104px);
                min-height: 560px;
            }
        }

        @media (max-height: 900px) and (min-width: 769px) {
            .w-slider {
                height: calc(85vh - 104px);
                min-height: 580px;
            }
        }

        @media (max-height: 800px) and (min-width: 769px) {
            .w-slider {
                height: calc(88vh - 104px);
                min-height: 600px;
            }
        }

        @media (max-height: 768px) and (min-width: 769px) {
            .w-slider {
                height: calc(92vh - 104px);
                min-height: 620px;
            }
        }

        @media (max-height: 700px) and (min-width: 769px) {
            .w-slider {
                height: calc(95vh - 80px);
                min-height: 640px;
            }
        }

        /* Hero Slider - Margens mínimas para máximo impacto */
        @media (min-width: 769px) and (max-width: 2100px) {
            .w-slider {
                margin: 35px 10px 0 10px;
            }
        }

        @media (min-width: 1200px) and (max-width: 2100px) {
            .w-slider {
                margin: 35px 15px 0 15px;
            }
        }

        @media (min-width: 1600px) and (max-width: 2100px) {
            .w-slider {
                margin: 35px 20px 0 20px;
            }
        }

        /* Ajustes específicos para resoluções de laptop comum */
        @media (min-width: 1300px) and (max-width: 1400px) and (max-height: 800px) {
            .w-slider {
                height: calc(88vh - 104px);
                min-height: 580px;
            }
        }

        .w-slider-mask {
            position: relative;
            height: 100%;
            overflow: hidden;
            border-radius: 24px;
            background: #1a1a1a;
        }

        .w-slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 1.2s ease-in-out;
            background-size: cover;
            background-position: center;
            border-radius: 24px;
            z-index: 1;
        }

        .w-slide.w--current {
            opacity: 1;
            z-index: 2;
        }

        .w-slide:not(.w--current) {
            opacity: 0;
        }

        .w-slider-nav {
            position: absolute;
            top: 50%;
            right: 30px;
            transform: translateY(-50%);
            display: flex;
            flex-direction: column;
            gap: 16px;
            z-index: 20;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(20px);
            padding: 20px 12px;
            border-radius: 50px;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .w-slider-dot {
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.4);
            cursor: pointer;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
        }

        .w-slider-dot::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: white;
            border-radius: 50%;
            transform: scale(0);
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .w-slider-dot.w--current::before {
            transform: scale(1);
        }

        .w-slider-dot:hover {
            background: rgba(255, 255, 255, 0.6);
            transform: scale(1.1);
        }

        /* Responsivo para o slider - Removido: regras duplicadas */

        @media (max-width: 768px) {
            .w-slider {
                margin: 0;
                border-radius: 0;
                height: calc(75vh - 80px);
                min-height: 400px;
            }
            
            .hero-one-section {
                padding-top: 80px;
                height: auto;
                min-height: auto;
                padding-bottom: 0;
            }
            
            .w-slider-mask,
            .w-slide {
                border-radius: 0;
            }
            
            .w-slider-nav {
                display: none !important;
            }
            
            .w-slider-dot {
                display: none !important;
            }

            /* CORREÇÃO MOBILE HEADER */
            .logo-container {
                width: 140px;
                padding: 0 10px;
                height: 80px !important;
                top: -1px !important;
                bottom: auto !important;
            }
            
            .logo-container::before,
            .logo-container::after {
                height: 80px !important;
            }
            
            .logo-container img {
                height: 2.5rem !important;
            }
            
            .w-56 {
                width: 8.75rem;
            }
            
            /* OCULTAR BOTÃO CTA NO MOBILE */
            .header-container .flex.items-center.space-x-4 > a[href*="wa.me"] {
                display: none !important;
            }
            
            /* OCULTAR TELEFONE NO MOBILE */
            .header-container .hidden.lg\\:block {
                display: none !important;
            }
            
            /* AJUSTAR ESPAÇAMENTO DO MENU MOBILE */
            .header-container .flex.items-center.justify-between {
                padding-right: 8px;
            }
            
            /* MELHORAR BOTÃO HAMBURGER */
            #mobile-menu-button {
                padding: 8px;
                margin-left: 8px;
                min-width: 44px;
                min-height: 44px;
                display: flex;
                align-items: center;
                justify-content: center;
                z-index: 5;
            }
            
            /* GARANTIR QUE MENU MOBILE APAREÇA ACIMA DA LOGO */
            #mobile-menu {
                z-index: 5 !important;
                background: white;
                position: relative;
            }
            
            /* HEADER MOBILE - SEM BORDAS E GRUDADO NO TOPO */
            .header-nav {
                margin-top: 0 !important;
            }
            
            .header-container {
                border-radius: 0 !important;
                margin-top: 0 !important;
            }
            
            .header-container::after {
                border-radius: 0 !important;
            }
            
            .logo-container {
                border-radius: 0 !important;
            }

            /* Melhorar espaçamentos mobile */
            .hero-content {
                padding: 0 16px;
            }

            /* OCULTAR FLOATING-BADGE NO MOBILE */
            .floating-badge {
                display: none !important;
            }

            .hero-buttons {
                gap: 12px;
                margin-top: 24px;
            }

            .section-badge {
                font-size: 14px;
                margin-bottom: 12px;
            }
        }

        /* Hero Overlay - Mantendo o gradiente verde */
        .hero-overlay {
            background: linear-gradient(135deg, rgb(0 0 0 / 70%), rgb(0 0 0 / 80%));
            border-radius: 24px;
        }
        
        @media (max-width: 768px) {
            .hero-overlay {
                border-radius: 0;
            }
        }

        /* Animações suaves para o slider */
        .w-slide {
            will-change: opacity;
        }

        /* Efeito glassmorphism na navegação */
        .w-slider-nav {
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
        }

        /* Animação dos dots */
        .w-slider-dot {
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }

        .w-slider-dot.w--current {
            box-shadow: 0 4px 16px rgba(255, 255, 255, 0.3);
        }

        /* Container customizado para 1600px */
        .container-custom {
            max-width: 1600px;
            margin-left: auto;
            margin-right: auto;
            padding-left: 20px;
            padding-right: 20px;
        }

        /* Margens do container para resoluções médias */
        @media (min-width: 769px) and (max-width: 1600px) {
            .container-custom {
                margin-left: 60px;
                margin-right: 60px;
                padding-left: 40px;
                padding-right: 40px;
            }
        }

        @media (min-width: 769px) and (max-width: 1200px) {
            .container-custom {
                margin-left: 40px;
                margin-right: 40px;
                padding-left: 30px;
                padding-right: 30px;
            }
        }

        @media (min-width: 769px) and (max-width: 992px) {
            .container-custom {
                margin-left: 30px;
                margin-right: 30px;
                padding-left: 20px;
                padding-right: 20px;
            }
        }

        /* Resoluções grandes - margens maiores apenas quando não atingir max-width */
        @media (min-width: 1600px) {
            .container-custom {
                padding-left: 60px;
                padding-right: 60px;
                margin-left: auto;
                margin-right: auto;
            }
        }

        /* Header centralizado em telas grandes */
        @media (min-width: 1600px) {
            .header-container {
                margin-left: auto;
                margin-right: auto;
            }
        }

        .hero-content {
            text-align: center;
            color: white;
            z-index: 10;
            max-width: 800px;
            padding: 0 clamp(16px, 4vw, 20px);
        }

        .hero-badge,
        .floating-badge {
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            padding: 8px 24px;
            border-radius: 50px;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 24px;
            display: inline-block;
        }

        .hero-title {
            font-family: 'Inter', sans-serif;
            font-size: clamp(32px, 8vw, 80px);
            font-weight: 800;
            line-height: 1.1;
            margin-bottom: 24px;
            letter-spacing: -0.02em;
        }

        .hero-subtitle {
            font-size: clamp(16px, 4vw, 20px);
            font-weight: 400;
            line-height: 1.6;
            margin-bottom: clamp(24px, 6vw, 40px);
            opacity: 0.9;
        }

        .hero-buttons {
            display: flex;
            gap: 16px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .btn-primary {
            background: var(--white);
            color: var(--primary-green);
            padding: clamp(14px, 3vw, 16px) clamp(24px, 6vw, 32px);
            border-radius: 50px;
            font-weight: 700;
            font-size: clamp(14px, 3.5vw, 16px);
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            min-height: 44px;
        }

        .btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }

        .btn-secondary {
            background: transparent;
            color: white;
            border: 2px solid rgba(255, 255, 255, 0.3);
            padding: clamp(12px, 3vw, 14px) clamp(20px, 5vw, 30px);
            border-radius: 50px;
            font-weight: 700;
            font-size: clamp(14px, 3.5vw, 16px);
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            min-height: 44px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px; /* Espaço entre ícone e texto */
        }

        .btn-secondary:hover {
            background: rgba(255, 255, 255, 0.1);
            border-color: rgba(255, 255, 255, 0.5);
        }

        /* Seção Why Choose Us - Estilo Agriwark */
        .section-badge {
            color: var(--primary-green);
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 16px;
            text-transform: uppercase;
            letter-spacing: 0.1em;
        }

        .section-title {
            font-family: 'Inter', sans-serif;
            font-size: clamp(28px, 6vw, 56px);
            font-weight: 800;
            line-height: 1.2;
            color: var(--text-dark);
            margin-bottom: clamp(16px, 4vw, 24px);
        }

        .section-subtitle {
            font-size: 18px;
            color: var(--text-gray);
            line-height: 1.7;
            max-width: 600px;
        }

        /* Cards - Estilo Agriwark */
        .feature-card {
            background: white;
            border-radius: clamp(16px, 4vw, 24px);
            padding: clamp(24px, 6vw, 40px) clamp(16px, 4vw, 32px);
            text-align: center;
            border: 1px solid #F3F4F6;
            transition: all 0.3s ease;
            height: 100%;
        }

        .feature-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
        }

        .feature-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, var(--primary-green), var(--secondary-green));
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 24px;
        }

        .feature-title {
            font-size: clamp(18px, 4.5vw, 24px);
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: clamp(12px, 3vw, 16px);
            line-height: 1.3;
        }

        .feature-description {
            font-size: 16px;
            color: var(--text-gray);
            line-height: 1.6;
        }

        /* Services Section - Agriwark Style */
        .service-card {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            border: 1px solid #F3F4F6;
            transition: all 0.3s ease;
            position: relative;
        }

        .service-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
        }

        .service-image {
            width: 100%;
            height: 240px;
            object-fit: cover;
        }

        .service-badge {
            position: absolute;
            top: 20px;
            left: 20px;
            background: var(--primary-green);
            color: white;
            padding: 6px 16px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
        }

        .service-content {
            padding: 32px 24px;
        }

        .service-title {
            font-size: 24px;
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: 12px;
        }

        .service-description {
            font-size: 16px;
            color: var(--text-gray);
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .service-link {
            color: var(--primary-green);
            font-weight: 600;
            font-size: 16px;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: gap 0.3s ease;
        }

        .service-link:hover {
            gap: 12px;
        }

        /* About Section - Agriwark Style */
        .about-image {
            border-radius: 24px;
            width: 100%;
            height: 500px;
            object-fit: cover;
        }

        .about-list {
            list-style: none;
            padding: 0;
            margin: 32px 0;
        }

        .about-list li {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 16px;
            font-size: 16px;
            color: var(--text-gray);
        }

        .about-list li::before {
            content: "✓";
            color: var(--primary-green);
            font-weight: bold;
            font-size: 18px;
            margin-top: 2px;
        }

        /* Quote Generator Styles */
        .quote-progress-container {
            max-width: 800px;
            margin: 0 auto;
        }

        .quote-progress-steps {
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
            margin-bottom: 2rem;
        }

        .quote-progress-steps::before {
            content: '';
            position: absolute;
            top: 25px;
            left: 25px;
            right: 25px;
            height: 2px;
            background: #E5E7EB;
            z-index: 1;
        }

        .quote-progress-steps::after {
            content: '';
            position: absolute;
            top: 25px;
            left: 25px;
            height: 2px;
            background: var(--primary-green);
            z-index: 2;
            transition: width 0.5s ease;
            width: 0%;
        }

        .quote-step {
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            z-index: 2;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .quote-step:hover .step-circle {
            transform: scale(1.1);
        }

        .step-circle {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: #E5E7EB;
            color: #9CA3AF;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 18px;
            margin-bottom: 8px;
            transition: all 0.3s ease;
        }

        .quote-step.active .step-circle,
        .quote-step.completed .step-circle {
            background: var(--primary-green);
            color: white;
        }

        .step-label {
            font-size: 14px;
            color: #6B7280;
            text-align: center;
            font-weight: 600;
        }

        .quote-step.active .step-label,
        .quote-step.completed .step-label {
            color: var(--primary-green);
        }

        .quote-step.disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }

        .quote-step.disabled:hover .step-circle {
            transform: none;
        }

        @keyframes shake {
            0%, 100% { transform: translateX(0); }
            25% { transform: translateX(-5px); }
            75% { transform: translateX(5px); }
        }

        .quote-form-container {
            max-width: 800px;
            margin: 0 auto;
        }

        .quote-form-step {
            display: none;
        }

        .quote-form-step.active {
            display: block;
        }

        .quote-form-card {
            background: white;
            border-radius: 24px;
            padding: 48px;
            border: 1px solid #F3F4F6;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        .quote-step-title {
            font-size: 32px;
            font-weight: 800;
            color: var(--text-dark);
            margin-bottom: 12px;
            text-align: center;
        }

        .quote-step-subtitle {
            font-size: 18px;
            color: var(--text-gray);
            text-align: center;
            margin-bottom: 40px;
        }

        .quote-form-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 24px;
            margin-bottom: 32px;
        }

        .quote-form-actions {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 16px;
            flex-wrap: wrap;
            margin-top: 32px;
        }

        .step-info {
            flex: 1;
            text-align: center;
        }

        .project-type-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 24px;
            margin-bottom: 32px;
        }

        .project-type-card {
            background: white;
            border: 2px solid #F3F4F6;
            border-radius: 16px;
            padding: 32px;
            text-align: center;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .project-type-card::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, transparent, rgba(108, 175, 19, 0.1), transparent);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .project-type-card.selected::after {
            opacity: 1;
        }

        .project-type-card:hover {
            border-color: var(--primary-green);
            transform: translateY(-4px);
            box-shadow: 0 10px 30px rgba(108, 175, 19, 0.15);
        }

        .project-type-card.selected {
            border-color: var(--primary-green);
            background: rgba(108, 175, 19, 0.05);
        }

        .project-type-icon {
            color: var(--primary-green);
            margin-bottom: 20px;
        }

        .project-type-title {
            font-size: 24px;
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: 12px;
        }

        .project-type-description {
            font-size: 16px;
            color: var(--text-gray);
            line-height: 1.5;
        }

        .product-selection-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin-bottom: 32px;
        }

        .product-item {
            background: white;
            border: 2px solid #F3F4F6;
            border-radius: 12px;
            padding: 20px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .product-item:hover {
            border-color: var(--primary-green);
        }

        .product-item.selected {
            border-color: var(--primary-green);
            background: rgba(108, 175, 19, 0.05);
        }

        .product-name {
            font-size: 18px;
            font-weight: 600;
            color: var(--text-dark);
            margin-bottom: 8px;
        }

        .product-price {
            font-size: 16px;
            color: var(--primary-green);
            font-weight: 600;
            margin-bottom: 12px;
        }

        .product-quantity {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .quantity-btn {
            width: 32px;
            height: 32px;
            border: 1px solid #D1D5DB;
            background: white;
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-weight: 600;
        }

        .quantity-btn:hover {
            background: #F9FAFB;
        }

        .quantity-input {
            width: 60px;
            text-align: center;
            border: 1px solid #D1D5DB;
            border-radius: 6px;
            padding: 6px;
        }

        .fence-type-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin-bottom: 32px;
        }

        .fence-type-card {
            background: white;
            border: 2px solid #F3F4F6;
            border-radius: 12px;
            padding: 24px;
            text-align: center;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .fence-type-card:hover {
            border-color: var(--primary-green);
        }

        .fence-type-card.selected {
            border-color: var(--primary-green);
            background: rgba(108, 175, 19, 0.05);
        }

        .fence-type-name {
            font-size: 18px;
            font-weight: 600;
            color: var(--text-dark);
            margin-bottom: 8px;
        }

        .fence-type-price {
            font-size: 16px;
            color: var(--primary-green);
            font-weight: 600;
        }

        .quote-summary {
            background: #F9FAFB;
            border-radius: 12px;
            padding: 24px;
            margin-bottom: 24px;
        }

        .quote-summary-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 12px 0;
            border-bottom: 1px solid #E5E7EB;
        }

        .quote-summary-item:last-child {
            border-bottom: none;
        }

        .quote-total {
            background: var(--primary-green);
            color: white;
            border-radius: 12px;
            padding: 24px;
            text-align: center;
        }

        .quote-total-label {
            font-size: 18px;
            margin-bottom: 8px;
        }

        .quote-total-value {
            font-size: 36px;
            font-weight: 800;
        }

        .contact-quick-link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: var(--primary-green);
            text-decoration: none;
            font-weight: 600;
            transition: color 0.3s ease;
        }

        .contact-quick-link:hover {
            color: var(--secondary-green);
        }

        @media (max-width: 768px) {
            .quote-form-card {
                padding: 32px 24px;
            }

            .quote-step-title {
                font-size: 24px;
            }

            .quote-form-grid {
                grid-template-columns: 1fr;
            }

            .project-type-grid {
                grid-template-columns: 1fr;
            }

            .quote-progress-steps {
                gap: 8px;
            }

            .quote-progress-steps::before,
            .quote-progress-steps::after {
                left: 20px;
                right: 20px;
                top: 20px;
            }

            .step-circle {
                width: 40px;
                height: 40px;
                font-size: 16px;
            }

            .step-label {
                font-size: 12px;
            }

            .quote-form-actions {
                flex-direction: column;
                gap: 12px;
            }

            .step-info {
                order: -1;
                margin-bottom: 8px;
            }

            .quote-form-actions button {
                width: 100%;
                justify-content: center;
            }
        }

        /* Award Section - Agriwark Style */
        .award-card {
            background: white;
            border-radius: 24px;
            padding: 40px;
            text-align: center;
            border: 1px solid #F3F4F6;
            position: relative;
            overflow: hidden;
        }

        .award-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--primary-green), var(--secondary-green));
        }

        .award-title {
            font-size: 28px;
            font-weight: 800;
            color: var(--text-dark);
            margin-bottom: 16px;
        }

        .award-rating {
            font-size: 48px;
            font-weight: 900;
            color: var(--primary-green);
            margin-bottom: 8px;
        }

        .award-reviews {
            font-size: 16px;
            color: var(--text-gray);
        }

        /* Contact Form - Agriwark Style */
        .contact-form {
            background: white;
            border-radius: 24px;
            padding: 48px;
            border: 1px solid #F3F4F6;
            max-width: 600px;
            margin: 0 auto;
        }

        .form-group {
            margin-bottom: 24px;
        }

        .form-label {
            display: block;
            font-size: 16px;
            font-weight: 600;
            color: var(--text-dark);
            margin-bottom: 8px;
        }

        .form-input {
            width: 100%;
            padding: 16px 20px;
            border: 2px solid #F3F4F6;
            border-radius: 12px;
            font-size: 16px;
            transition: border-color 0.3s ease;
            background: white;
        }

        .form-input:focus {
            outline: none;
            border-color: var(--primary-green);
        }

        .form-textarea {
            min-height: 120px;
            resize: vertical;
        }

        .form-button {
            width: 100%;
            background: linear-gradient(135deg, var(--primary-green), var(--secondary-green));
            color: white;
            border: none;
            padding: 18px;
            border-radius: 12px;
            font-size: 18px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .form-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 30px rgba(34, 197, 94, 0.3);
        }

        /* Estilos de depoimentos antigos removidos */

        /* Seção Diferenciais Verde - Cards especiais */
        #diferenciais .feature-card {
            background: white;
            border: 1px solid rgba(255, 255, 255, 0.2);
            color: var(--text-dark);
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        #diferenciais .feature-card:hover {
            background: white;
            transform: translateY(-8px);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
        }

        #diferenciais .feature-title {
            color: var(--text-dark);
            font-weight: 700;
        }

        #diferenciais .feature-description {
            color: var(--text-gray);
        }

        #diferenciais .feature-icon {
            background: linear-gradient(135deg, var(--primary-green), var(--secondary-green));
        }

        /* Seção Diferenciais - Posicionamento e Layout */
        .diferenciais-section {
            position: relative;
            z-index: 10;
            padding-top: 0;
        }

        /* Container customizado com margens laterais */
        .diferenciais-container {
            position: relative;
            margin-top: -25px;
            background-image: url('../images/fundo-guindaste.jpg');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            border-radius: 24px;
            padding: 60px 40px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
            margin-left: auto;
            margin-right: auto;
            max-width: 1600px;
        }

        /* Margens da seção diferenciais */
        @media (min-width: 769px) and (max-width: 1600px) {
            .diferenciais-container {
                margin-left: 60px;
                margin-right: 60px;
                padding: 60px 40px;
            }
        }

        @media (min-width: 769px) and (max-width: 1200px) {
            .diferenciais-container {
                margin-left: 40px;
                margin-right: 40px;
                padding: 60px 30px;
            }
        }

        @media (min-width: 769px) and (max-width: 992px) {
            .diferenciais-container {
                margin-left: 30px;
                margin-right: 30px;
                padding: 50px 20px;
            }
        }

        @media (min-width: 1600px) {
            .diferenciais-container {
                padding: 60px 60px;
            }
        }

        @media (max-width: 768px) {
            .diferenciais-container {
                padding: 40px 20px;
                margin-top: 0;
                margin-left: 0;
                margin-right: 0;
                border-radius: 0;
            }
            
            .diferenciais-container::before {
                border-radius: 0;
            }
        }

        .diferenciais-container::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(108, 175, 19, 0.85) 0%, rgba(90, 154, 15, 0.85) 100%);
            border-radius: 24px;
            z-index: 1;
        }

        .diferenciais-container > * {
            position: relative;
            z-index: 2;
        }

        /* Textos da Seção Diferenciais */
        .diferenciais-badge {
            color: rgba(255, 255, 255, 0.9);
        }

        .diferenciais-title {
            color: var(--text-dark);
        }

        .diferenciais-title-highlight {
            color: rgba(255, 255, 255, 0.9);
        }

        /* Responsividade para Diferenciais - Removido: regras duplicadas */

        /* Footer - Agriwark Style */
        .footer {
            background: #0e3957;
            color: white;
            padding: 80px 0 40px;
        }

        .footer-section h3 {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 24px;
        }

        .footer-section p,
        .footer-section a {
            font-size: 16px;
            color: white;
            line-height: 1.6;
            text-decoration: none;
        }

        .footer-section a:hover {
            color: white;
        }

        .footer-bottom {
            border-top: 1px solid #374151;
            padding-top: 32px;
            margin-top: 64px;
            text-align: center;
            color: white;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .hero-buttons {
                flex-direction: column;
                align-items: center;
                gap: 16px;
            }
            
            .btn-primary,
            .btn-secondary {
                width: 100%;
                max-width: 280px;
                justify-content: center;
                min-height: 48px;
                font-size: 16px;
                padding: 16px 24px;
            }
            
            .contact-form {
                padding: 24px 16px;
            }

            /* Mobile menu active state */
            .nav-link.active::after {
                bottom: -5px;
                height: 2px;
            }

            /* Melhorar formulários mobile */
            .form-input, .form-textarea {
                font-size: 16px; /* Evita zoom no iOS */
                padding: 16px;
                border-radius: 12px;
            }

            /* Melhorar cards mobile */
            .feature-card {
                margin-bottom: 16px;
            }

            .service-card {
                margin-bottom: 20px;
            }
        }

        /* Principais Clientes - Logos */
        .client-logo-container {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
            background: white;
            border-radius: 16px;
            border: 1px solid #F3F4F6;
            transition: all 0.3s ease;
            height: 120px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        }

        .client-logo-container:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
            border-color: var(--primary-green);
        }

        .client-logo {
            max-width: 100%;
            max-height: 80px;
            width: auto;
            height: auto;
            object-fit: contain;
            filter: grayscale(100%) opacity(0.7);
            transition: all 0.3s ease;
        }

        .client-logo-container:hover .client-logo {
            filter: grayscale(0%) opacity(1);
            transform: scale(1.05);
        }

        /* Estilos de depoimentos removidos - substituídos pela seção de cases */

        /* Responsividade para Clientes */
        @media (max-width: 768px) {
            .client-logo-container {
                height: 100px;
                padding: 15px;
            }
            
            .client-logo {
                max-height: 60px;
            }
            
            .testimonial-grid {
                grid-template-columns: 1fr;
                gap: 24px;
            }
            
            .testimonial-card {
                padding: 24px;
            }
        }

        /* Carousel de Logos dos Clientes */
        .clients-carousel-container {
            overflow: hidden;
            position: relative;
            width: 100%;
            background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 90%, rgba(255,255,255,0) 100%);
        }

        .clients-carousel {
            display: flex;
            animation: scroll-logos 30s linear infinite;
            width: calc(200% + 40px);
            height: 150px;
    padding-top: 10px;

        }

        .clients-carousel:hover {
            animation-play-state: paused;
        }

        .client-logo-slide {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
            background: white;
            border-radius: 16px;
            border: 1px solid #F3F4F6;
            transition: all 0.3s ease;
            height: 120px;
            min-width: 200px;
            margin-right: 20px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            flex-shrink: 0;
        }

        .client-logo-slide:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
            border-color: var(--primary-green);
        }

        .client-logo-slide .client-logo {
            max-width: 100%;
            max-height: 80px;
            width: auto;
            height: auto;
            object-fit: contain;
            filter: grayscale(100%) opacity(0.7);
            transition: all 0.3s ease;
        }

        .client-logo-slide:hover .client-logo {
            filter: grayscale(0%) opacity(1);
            transform: scale(1.05);
        }

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

        /* Responsividade do Carousel */
        @media (max-width: 768px) {
            .client-logo-slide {
                height: 100px;
                min-width: 160px;
                padding: 15px;
                margin-right: 15px;
            }
            
            .client-logo-slide .client-logo {
                max-height: 60px;
            }

            .clients-carousel {
                animation: scroll-logos 25s linear infinite;
            }
        }

        /* Carousel de Depoimentos */
        .testimonials-carousel-container {
            position: relative;
            max-width: 800px;
            margin: 0 auto;
            overflow: hidden;
        }

        .testimonials-carousel {
            display: flex;
            transition: transform 0.5s ease-in-out;
            width: 600%; /* 6 depoimentos × 100% */
        }

        .testimonial-slide {
            width: 16.666%; /* 100% ÷ 6 depoimentos */
            flex-shrink: 0;
            padding: 0 20px;
        }

        .testimonial-slide .testimonial-card {
            background: white;
            border-radius: 24px;
            padding: 48px;
            text-align: center;
            border: 1px solid #F3F4F6;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            min-height: 400px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .testimonial-slide .testimonial-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
        }

        .testimonial-slide .testimonial-stars {
            display: flex;
            justify-content: center;
            gap: 4px;
            margin-bottom: 32px;
        }

        .testimonial-slide .testimonial-text {
            font-size: 20px;
            font-style: italic;
            color: var(--text-dark);
            line-height: 1.6;
            margin-bottom: 32px;
        }

        .testimonial-slide .testimonial-author {
            font-size: 18px;
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: 4px;
        }

        .testimonial-slide .testimonial-role {
            font-size: 16px;
            color: var(--text-gray);
        }

        /* Indicadores do carousel */
        .testimonial-indicators {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin-top: 32px;
        }

        .testimonial-indicator {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #E5E7EB;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .testimonial-indicator.active {
            background-color: var(--primary-green);
            transform: scale(1.2);
        }

        .testimonial-indicator:hover {
            background-color: var(--primary-green);
            opacity: 0.7;
        }

        /* Responsividade do Carousel de Depoimentos */
        @media (max-width: 768px) {
            .testimonial-slide .testimonial-card {
                padding: 32px 24px;
                min-height: 350px;
            }
            
            .testimonial-slide .testimonial-text {
                font-size: 16px;
            }
            
            .testimonial-slide .testimonial-author {
                font-size: 16px;
            }
            
            .testimonial-slide .testimonial-role {
                font-size: 14px;
            }
        }

        /* Google Maps no Footer */
        .footer-map-container {
            width: 100%;
            height: 250px;
            border-radius: 12px;
            overflow: hidden;
            border: 2px solid rgba(255, 255, 255, 0.1);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
        }

        .footer-map-container iframe {
            width: 100%;
            height: 100%;
            border: none;
            filter: grayscale(20%) contrast(1.1);
        }

        /* Google Maps Expandido no Footer */
        .footer-map-container-large {
            width: 100%;
            height: 350px;
            border-radius: 12px;
            overflow: hidden;
            border: 2px solid rgba(255, 255, 255, 0.1);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
        }

        .footer-map-container-large iframe {
            width: 100%;
            height: 100%;
            border: none;
            filter: grayscale(20%) contrast(1.1);
        }

        @media (max-width: 768px) {
            .footer-map-container {
                height: 200px;
                border-radius: 8px;
            }
            
            .footer-map-container-large {
                height: 280px;
                border-radius: 8px;
            }
        }

        /* ===== CASES SECTION STYLES ===== */

        /* Filtros de Categoria */
        .filter-btn {
            display: inline-flex;
            align-items: center;
            padding: 12px 20px;
            background: white;
            border: 2px solid #e5e7eb;
            border-radius: 50px;
            color: #6b7280;
            font-weight: 600;
            font-size: 14px;
            transition: all 0.3s ease;
            cursor: pointer;
            white-space: nowrap;
        }

        .filter-btn:hover {
            border-color: #6caf13;
            color: #6caf13;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(108, 175, 19, 0.15);
        }

        .filter-btn.active {
            background: #6caf13;
            border-color: #6caf13;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(108, 175, 19, 0.25);
        }

        /* Grid de Cases */
        .cases-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 2rem;
            margin-top: 3rem;
        }

        /* Card do Case */
        .case-card {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            position: relative;
        }

        .case-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        /* Container da Imagem */
        .case-image-container {
            position: relative;
            height: 250px;
            overflow: hidden;
        }

        .case-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .case-card:hover .case-image {
            transform: scale(1.1);
        }

        /* Overlay do Case */
        .case-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(
                135deg,
                rgba(14, 57, 87, 0.9) 0%,
                rgba(108, 175, 19, 0.8) 100%
            );
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            opacity: 0;
            transition: all 0.3s ease;
            padding: 2rem;
            text-align: center;
        }

        .case-card:hover .case-overlay {
            opacity: 1;
        }

        /* Informações do Case */
        .case-info {
            color: white;
            margin-bottom: 1.5rem;
        }

        .case-title {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
        }

        .case-description {
            font-size: 1rem;
            opacity: 0.9;
            line-height: 1.5;
            margin-bottom: 1rem;
        }

        /* Tags do Case */
        .case-tags {
            display: flex;
            gap: 0.5rem;
            justify-content: center;
            flex-wrap: wrap;
        }

        .case-tag {
            background: rgba(255, 255, 255, 0.2);
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
            backdrop-filter: blur(10px);
        }

        /* Botão Ver Detalhes */
        .case-view-btn {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: white;
            color: #0e3957;
            padding: 12px 20px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 14px;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
        }

        .case-view-btn:hover {
            background: #6caf13;
            color: white;
            transform: scale(1.05);
        }

        /* Footer do Card */
        .case-card-footer {
            padding: 1.5rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-top: 1px solid #f3f4f6;
        }

        .case-client {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 14px;
            color: #6b7280;
            font-weight: 500;
        }

        .case-stats {
            display: flex;
            gap: 1rem;
        }

        .case-stat {
            display: flex;
            align-items: center;
            gap: 0.25rem;
            font-size: 12px;
            color: #6b7280;
            font-weight: 600;
        }

        /* Modal dos Cases */
        .case-modal {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1000;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 2rem;
        }

        .case-modal.hidden {
            display: none;
        }

        .case-modal-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.8);
            backdrop-filter: blur(4px);
        }

        .case-modal-content {
            position: relative;
            background: white;
            border-radius: 20px;
            max-width: 800px;
            max-height: 90vh;
            overflow-y: auto;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
            animation: modalSlideIn 0.3s ease-out;
        }

        @keyframes modalSlideIn {
            from {
                opacity: 0;
                transform: scale(0.9) translateY(-20px);
            }
            to {
                opacity: 1;
                transform: scale(1) translateY(0);
            }
        }

        .case-modal-close {
            position: absolute;
            top: 1rem;
            right: 1rem;
            background: rgba(255, 255, 255, 0.9);
            border: none;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 10;
        }

        .case-modal-close:hover {
            background: #ef4444;
            color: white;
            transform: scale(1.1);
        }

        /* Conteúdo do Modal */
        .case-modal-header {
            position: relative;
        }

        .case-modal-image {
            width: 100%;
            height: 300px;
            object-fit: cover;
            border-radius: 20px 20px 0 0;
        }

        .case-modal-info {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
            padding: 2rem;
            color: white;
        }

        .case-modal-category {
            display: inline-block;
            background: rgba(108, 175, 19, 0.9);
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 0.5rem;
        }

        .case-modal-title {
            font-size: 1.75rem;
            font-weight: 700;
            margin-bottom: 1rem;
        }

        .case-modal-meta {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 0.5rem;
        }

        .case-modal-meta-item {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 14px;
        }

        .case-modal-body {
            padding: 2rem;
        }

        .case-modal-section {
            margin-bottom: 2rem;
        }

        .case-modal-section h3 {
            font-size: 1.25rem;
            font-weight: 700;
            color: #0e3957;
            margin-bottom: 1rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .case-modal-section h3::before {
            content: '';
            width: 4px;
            height: 20px;
            background: #6caf13;
            border-radius: 2px;
        }

        .case-modal-section p {
            color: #6b7280;
            line-height: 1.6;
            font-size: 1rem;
        }

        .case-modal-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .case-modal-list li {
            display: flex;
            align-items: flex-start;
            gap: 0.75rem;
            padding: 0.5rem 0;
            color: #6b7280;
            line-height: 1.5;
        }

        .case-modal-list li::before {
            content: '✓';
            background: #6caf13;
            color: white;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            font-weight: 700;
            flex-shrink: 0;
            margin-top: 2px;
        }

        .case-modal-list.success li::before {
            background: #10b981;
        }

        .case-modal-cta {
            background: linear-gradient(135deg, #6caf13, #5a9611);
            padding: 2rem;
            border-radius: 16px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .case-modal-cta::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 200px;
            height: 200px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            transform: translate(50%, -50%);
        }

        .case-modal-cta::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 150px;
            height: 150px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            transform: translate(-50%, 50%);
        }

        .case-modal-cta h3 {
            font-size: 1.5rem;
            font-weight: 700;
            color: white;
            margin-bottom: 0.5rem;
            position: relative;
            z-index: 1;
        }

        .case-modal-cta h3::before {
            display: none;
        }

        .case-modal-cta p {
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 1.5rem;
            position: relative;
            z-index: 1;
        }

        .case-modal-buttons {
            display: flex;
            gap: 1rem;
            justify-content: center;
            flex-wrap: wrap;
            position: relative;
            z-index: 1;
        }

        /* Responsividade */
        @media (max-width: 768px) {
            .cases-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
            
            .case-card {
                margin: 0 1rem;
            }
            
            .case-image-container {
                height: 200px;
            }
            
            .case-overlay {
                padding: 1rem;
            }
            
            .case-title {
                font-size: 1.25rem;
            }
            
            .case-description {
                font-size: 0.9rem;
            }
            
            .filter-btn {
                padding: 10px 16px;
                font-size: 13px;
            }
            
            .case-modal-content {
                margin: 1rem;
                max-height: 85vh;
            }
            
            .case-modal-image {
                height: 200px;
            }
            
            .case-modal-title {
                font-size: 1.5rem;
            }
            
            .case-modal-meta {
                grid-template-columns: 1fr;
            }
            
            .case-modal-buttons {
                flex-direction: column;
            }
        }

        @media (max-width: 480px) {
            .case-card-footer {
                flex-direction: column;
                gap: 1rem;
                align-items: flex-start;
            }
            
            .filter-btn {
                padding: 8px 12px;
                font-size: 12px;
            }
            
            .case-overlay {
                padding: 1rem 0.5rem;
            }
            
            .case-modal-info {
                padding: 1rem;
            }
            
            .case-modal-body {
                padding: 1rem;
            }
        }

        /* Animações de Filtro */
        .case-card.filtering {
            transition: all 0.5s ease;
        }

        .case-card.hidden {
            opacity: 0;
            transform: scale(0.8);
            pointer-events: none;
        }

        /* Estados de Loading */
        .cases-grid.loading .case-card {
            opacity: 0.5;
            pointer-events: none;
        }

        /* Efeitos Hover Avançados */
        .case-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, transparent, rgba(108, 175, 19, 0.1), transparent);
            opacity: 0;
            transition: opacity 0.3s ease;
            pointer-events: none;
            z-index: 1;
        }

        .case-card:hover::before {
            opacity: 1;
        }

        /* WhatsApp Float Button - Super Atrativo */
        .whatsapp-float {
            position: fixed;
            bottom: 25px;
            right: 25px;
            z-index: 9999;
            animation: whatsappBounce 2s infinite;
        }

        .whatsapp-button {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 65px;
            height: 65px;
            background: linear-gradient(135deg, #6db013 0%, #5a9611 100%);
            border-radius: 50%;
            box-shadow: 0 8px 25px rgba(109, 176, 19, 0.4);
            text-decoration: none;
            transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            cursor: pointer;
            overflow: visible;
        }

        .whatsapp-button:hover {
            transform: scale(1.1) rotate(5deg);
            box-shadow: 0 15px 35px rgba(109, 176, 19, 0.6);
            background: linear-gradient(135deg, #6db013 0%, #5a9611 100%);
        }

        .whatsapp-icon {
            width: 35px;
            height: 35px;
            color: white;
            transition: transform 0.3s ease;
        }

        .whatsapp-button:hover .whatsapp-icon {
            transform: scale(1.1);
        }

        /* Pulsos Animados */
        .whatsapp-pulse,
        .whatsapp-pulse-2 {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 65px;
            height: 65px;
            border: 3px solid #6db013;
            border-radius: 50%;
            opacity: 0;
            pointer-events: none;
        }

        .whatsapp-pulse {
            animation: whatsappPulse 2s infinite;
        }

        .whatsapp-pulse-2 {
            animation: whatsappPulse 2s infinite 1s;
        }

        @keyframes whatsappPulse {
            0% {
                transform: translate(-50%, -50%) scale(1);
                opacity: 1;
            }
            100% {
                transform: translate(-50%, -50%) scale(2);
                opacity: 0;
            }
        }

        @keyframes whatsappBounce {
            0%, 20%, 50%, 80%, 100% {
                transform: translateY(0);
            }
            40% {
                transform: translateY(-10px);
            }
            60% {
                transform: translateY(-5px);
            }
        }

        /* Tooltip */
        .whatsapp-tooltip {
            position: absolute;
            right: 75px;
            top: 50%;
            transform: translateY(-50%);
            background: #333;
            color: white;
            padding: 10px 15px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 600;
            white-space: nowrap;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        .whatsapp-button:hover .whatsapp-tooltip {
            opacity: 1;
            visibility: visible;
            transform: translateY(-50%) translateX(-5px);
        }

        .tooltip-arrow {
            position: absolute;
            right: -8px;
            top: 50%;
            transform: translateY(-50%);
            width: 0;
            height: 0;
            border-left: 8px solid #333;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
        }

        /* Notificação */
        .whatsapp-notification {
            position: absolute;
            top: -5px;
            right: -5px;
            width: 25px;
            height: 25px;
            background: linear-gradient(135deg, #ff4757, #ff3742);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            font-weight: bold;
            color: white;
            animation: notificationPulse 1.5s infinite;
            box-shadow: 0 3px 10px rgba(255, 71, 87, 0.4);
        }

        @keyframes notificationPulse {
            0%, 100% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.2);
            }
        }

        /* Efeito de Brilho */
        .whatsapp-button::before {
            content: '';
            position: absolute;
            top: -2px;
            left: -2px;
            right: -2px;
            bottom: -2px;
            background: linear-gradient(45deg, #6db013, #5a9611, #6db013);
            border-radius: 50%;
            z-index: -1;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .whatsapp-button:hover::before {
            opacity: 0.7;
            animation: rotate 2s linear infinite;
        }

        @keyframes rotate {
            0% {
                transform: rotate(0deg);
            }
            100% {
                transform: rotate(360deg);
            }
        }

        /* Responsividade */
        @media (max-width: 768px) {
            .whatsapp-float {
                bottom: 20px;
                right: 20px;
            }
            
            .whatsapp-button {
                width: 60px;
                height: 60px;
            }
            
            .whatsapp-icon {
                width: 30px;
                height: 30px;
            }
            
            .whatsapp-tooltip {
                right: 70px;
                font-size: 13px;
                padding: 8px 12px;
            }
            
            .whatsapp-notification {
                width: 22px;
                height: 22px;
                font-size: 11px;
            }
        }

        /* Animação de entrada */
        @keyframes whatsappSlideIn {
            0% {
                transform: translateX(100px);
                opacity: 0;
            }
            100% {
                transform: translateX(0);
                opacity: 1;
            }
        }

        .whatsapp-float {
            animation: whatsappSlideIn 0.8s ease-out, whatsappBounce 2s infinite 1s;
        }

        /* Animações extras */
        @keyframes whatsappAttention {
            0%, 100% {
                transform: scale(1);
            }
            25% {
                transform: scale(1.1) rotate(-5deg);
            }
            50% {
                transform: scale(1.2);
            }
            75% {
                transform: scale(1.1) rotate(5deg);
            }
        }

        @keyframes notificationSlideIn {
            0% {
                transform: scale(0) rotate(180deg);
                opacity: 0;
            }
            100% {
                transform: scale(1) rotate(0deg);
                opacity: 1;
            }
        }

        /* Inicialmente esconder a notificação */
        .whatsapp-notification {
            display: none;
        }

        /* Efeito shake para chamar atenção */
        @keyframes whatsappShake {
            0%, 100% { transform: translateX(0); }
            10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
            20%, 40%, 60%, 80% { transform: translateX(5px); }
        }

        /* Efeito glow pulsante */
        @keyframes whatsappGlow {
            0%, 100% {
                box-shadow: 0 8px 25px rgba(109, 176, 19, 0.4);
            }
            50% {
                box-shadow: 0 8px 35px rgba(109, 176, 19, 0.8), 0 0 20px rgba(109, 176, 19, 0.6);
            }
        }

        .whatsapp-button {
            animation: whatsappGlow 3s infinite;
        }

        /* Transições suaves para scroll */
        .whatsapp-float {
            transition: transform 0.3s ease, opacity 0.3s ease;
        }

        /* Form Validation Styles */
        .form-group {
            position: relative;
            margin-bottom: 1.5rem;
        }

        .form-input.error {
            border: 2px solid #ef4444;
            background-color: #fef2f2;
            box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
        }

        .form-input.error:focus {
            outline: none;
            border-color: #ef4444;
            box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.2);
        }

        .form-input.success {
            border: 2px solid #10b981;
            background-color: #f0fdf4;
            box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
            transition: all 0.3s ease;
        }

        .error-message {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            color: #ef4444;
            font-size: 0.875rem;
            font-weight: 500;
            margin-top: 0.5rem;
            opacity: 0;
            transform: translateY(-10px);
            transition: all 0.3s ease;
        }

        .error-message.show {
            opacity: 1;
            transform: translateY(0);
        }

        .error-icon {
            width: 16px;
            height: 16px;
            flex-shrink: 0;
        }



        /* Animation for input shake on error */
        @keyframes inputShake {
            0%, 100% { transform: translateX(0); }
            10%, 30%, 50%, 70%, 90% { transform: translateX(-3px); }
            20%, 40%, 60%, 80% { transform: translateX(3px); }
        }

        .form-input.shake {
            animation: inputShake 0.5s ease-in-out;
        }
        
        /* Configuração completa para resoluções médias (1024px - 1399px) */
        @media (min-width: 1024px) and (max-width: 1399px) {
            /* Ocultar telefone e botão CTA */
            .header-container .hidden.lg\\:block {
                display: none !important;
            }
            
            .header-container .flex.items-center.space-x-4 > a[href*="wa.me"] {
                display: none !important;
            }
            
            /* Ocultar div de espaçamento da logo */
            .header-container .w-56 {
                display: none !important;
            }
            
            /* Centralizar melhor o menu quando CTAs são ocultados */
            .header-container .flex.items-center.justify-between {
                justify-content: center !important;
                padding-left: 1rem !important;
                padding-right: 1rem !important;
            }
            
            .header-container nav.hidden.lg\\:flex {
                margin: 0 auto !important;
                gap: 1rem !important;
            }
            
            .header-container nav.hidden.lg\\:flex.items-center.space-x-8 {
                gap: 1rem !important;
                margin: 0 !important;
            }
            
            .header-container nav a.nav-link {
                font-size: 14px !important;
                padding: 0.5rem 0.75rem !important;
            }
            
            /* Manter hambúrguer no canto direito */
            .header-container .flex.items-center.space-x-4 {
                position: absolute !important;
                right: 20px !important;
                top: 50% !important;
                transform: translateY(-50%) !important;
            }
            
            /* Ajustar logo para ocupar menos espaço */
            .logo-container {
                width: 180px !important;
                padding: 0 15px !important;
            }
            
            .logo-container img {
                height: 2.8rem !important;
            }
        }

        /* Para telas ainda menores (1024px - 1200px) - mais agressivo */
        @media (min-width: 1024px) and (max-width: 1199px) {
            .header-container nav a.nav-link {
                font-size: 13px !important;
                padding: 0.4rem 0.6rem !important;
            }
            
            .logo-container {
                width: 160px !important;
                padding: 0 12px !important;
            }
            
            .logo-container img {
                height: 2.5rem !important;
            }
        }

        /* Configuração do menu hambúrguer para 769px-1023px */
        @media (min-width: 769px) and (max-width: 1023px) {
            /* OCULTAR BOTÃO CTA */
            .header-container .flex.items-center.space-x-4 > a[href*="wa.me"] {
                display: none !important;
            }
            
            /* OCULTAR TELEFONE */
            .header-container .hidden.lg\\:block {
                display: none !important;
            }
            
            /* OCULTAR MENU DESKTOP */
            .header-container nav.hidden.lg\\:flex {
                display: none !important;
            }
            
            /* OCULTAR ESPAÇAMENTO DA LOGO */
            .header-container .w-56 {
                display: none !important;
            }
            
            /* AJUSTAR CONTAINER PARA SPACE-BETWEEN */
            .header-container .flex.items-center.justify-between {
                padding-right: 12px;
                justify-content: space-between !important;
            }
            
            /* POSICIONAR BOTÃO HAMBURGER À DIREITA */
            .header-container .flex.items-center.space-x-4 {
                margin-left: auto !important;
                position: relative !important;
                right: auto !important;
                top: auto !important;
                transform: none !important;
            }
            
            /* MELHORAR BOTÃO HAMBURGER */
            #mobile-menu-button {
                padding: 8px;
                margin-left: 8px;
                min-width: 44px;
                min-height: 44px;
                display: flex !important;
                align-items: center;
                justify-content: center;
                z-index: 5;
            }
            
            /* GARANTIR QUE MENU MOBILE APAREÇA ACIMA DA LOGO */
            #mobile-menu {
                z-index: 5 !important;
                background: white;
                position: relative;
            }
            
            /* LOGO AJUSTADA */
            .logo-container {
                width: 180px;
                padding: 0 15px;
                height: 80px !important;
                top: -1px !important;
                bottom: auto !important;
            }
            
            .logo-container img {
                height: 2.8rem !important;
            }
        }

        /* Mobile - sem margens (como estava perfeito) */
        @media (max-width: 768px) {
            .container-custom {
                margin-left: 0;
                margin-right: 0;
                padding-left: 16px;
                padding-right: 16px;
            }
            
            .header-container {
                margin-left: 0;
                margin-right: 0;
            }
        }

        /* Garantir centralização em telas muito grandes */
        @media (min-width: 2100px) {
            .w-slider {
                margin: 35px auto 0 auto;
            }
        }

        /* Seção diferenciais em telas grandes - centralizada */
        @media (min-width: 1600px) {
            .diferenciais-container {
                padding: 60px 60px;
                margin-left: auto;
                margin-right: auto;
            }
        }

        @media (max-width: 768px) {
            .diferenciais-container {
                padding: 40px 20px;
                margin-top: 0;
                margin-left: 0;
                margin-right: 0;
                border-radius: 0;
            }
            
            .diferenciais-container::before {
                border-radius: 0;
            }
        }

        /* Produtos adicionais - Animação para mostrar/ocultar */
        .service-card.additional-product {
            animation: slideDown 0.5s ease-out;
        }

        .service-card.additional-product.hidden {
            display: none;
        }

        @keyframes slideDown {
            from {
                opacity: 0;
                transform: translateY(-20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Botões Ver Todos/Ver Menos */
        #showAllProducts,
        #showLessProducts {
            transition: all 0.3s ease;
        }

        #showAllProducts {
            background: linear-gradient(135deg, #6caf13, #5a9611) !important;
            border: none;
            position: relative;
            overflow: hidden;
            animation: buttonPulse 2s ease-in-out infinite;
        }

        #showAllProducts::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: left 0.5s ease;
        }

        #showAllProducts:hover::before {
            left: 100%;
        }

        #showAllProducts:hover,
        #showLessProducts:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(108, 175, 19, 0.4);
        }

        #showAllProducts:hover {
            animation: none;
            box-shadow: 0 8px 25px rgba(108, 175, 19, 0.6);
        }

        @keyframes buttonPulse {
            0%, 100% {
                box-shadow: 0 4px 15px rgba(108, 175, 19, 0.3);
                transform: scale(1);
            }
            50% {
                box-shadow: 0 6px 20px rgba(108, 175, 19, 0.5);
                transform: scale(1.02);
            }
        }

        /* Animação de atenção mais sutil */
        @keyframes attentionGlow {
            0%, 100% {
                box-shadow: 0 4px 15px rgba(108, 175, 19, 0.3);
            }
            25% {
                box-shadow: 0 4px 20px rgba(108, 175, 19, 0.6);
            }
            75% {
                box-shadow: 0 6px 25px rgba(108, 175, 19, 0.4);
            }
        }

        #showAllProducts.attention {
            animation: attentionGlow 1.5s ease-in-out infinite;
        }

        /* Modal de Confirmação */
        .success-modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }

        .success-modal.show {
            opacity: 1;
            visibility: visible;
        }

        .success-modal-content {
            background: white;
            border-radius: 20px;
            padding: 40px;
            max-width: 500px;
            width: 90%;
            text-align: center;
            position: relative;
            transform: scale(0.7);
            transition: transform 0.3s ease;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
        }

        .success-modal.show .success-modal-content {
            transform: scale(1);
        }

        .success-icon {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: linear-gradient(135deg, #6caf13, #5a9611);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 24px;
            animation: modalIconBounce 0.6s ease-out;
        }

        @keyframes modalIconBounce {
            0% { transform: scale(0); }
            50% { transform: scale(1.2); }
            100% { transform: scale(1); }
        }

        .success-modal-content h3 {
            font-size: 24px;
            font-weight: bold;
            color: #0e3957;
            margin-bottom: 16px;
        }

        .success-modal-content p {
            color: #6B7280;
            line-height: 1.6;
            margin-bottom: 32px;
        }

        .success-modal-button {
            background: linear-gradient(135deg, #6caf13, #5a9611);
            color: white;
            border: none;
            padding: 12px 32px;
            border-radius: 12px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 16px;
        }

        .success-modal-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(108, 175, 19, 0.3);
        }

        @media (max-width: 768px) {
            .success-modal-content {
                padding: 32px 24px;
                margin: 20px;
            }
            
            .success-modal-content h3 {
                font-size: 20px;
            }
            
            .success-modal-content p {
                font-size: 14px;
            }
        }
