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

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
            line-height: 1.6;
            color: #ffffff;
            background: #1a2f1d;
            overflow-x: hidden;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Header Dark Green */
        .header {
            background: linear-gradient(135deg, #33a357 0%, #2d8f4a 100%);
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1000;
            transition: all 0.3s ease;
            box-shadow: 0 4px 20px rgba(51, 163, 87, 0.3);
        }

        .header.scrolled {
            background: rgba(51, 163, 87, 0.95);
            backdrop-filter: blur(20px);
            box-shadow: 0 4px 30px rgba(51, 163, 87, 0.4);
        }

        .header-top {
            background: rgba(0, 0, 0, 0.2);
            padding: 8px 0;
            font-size: 13px;
            color: rgba(255, 255, 255, 0.9);
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

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

        .contact-info {
            display: flex;
            gap: 25px;
        }

        .contact-info span {
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .contact-info i {
            color: #a8f3c4;
            font-size: 11px;
        }

        #lista-seguradoras-contato {
            padding-top: 320px;
        }

        #lista-seguradoras-contato li img {
            width: 56px;
            height: 56px;
            object-fit: contain;
            filter: grayscale(100%) contrast(1.05);
            transition: filter .25s ease, transform .25s ease;
        }


        

        .social-dark {
            display: flex;
            gap: 12px;
        }

        .social-dark a {
            color: rgba(255, 255, 255, 0.8);
            font-size: 13px;
            transition: all 0.3s ease;
            text-decoration: none;
            width: 24px;
            height: 24px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .social-dark a:hover {
            color: #1a2f1d;
            background: #a8f3c4;
            transform: scale(1.1);
        }

        .header-main {
            padding: 18px 0;
        }

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

        .logo img {
            height: 95px;
            filter: brightness(1.2);
        }

        .nav-dark {
            display: flex;
            list-style: none;
            gap: 35px;
        }

        .nav-dark a {
            color: white;
            text-decoration: none;
            font-weight: 500;
            font-size: 15px;
            padding: 10px 0;
            position: relative;
            transition: all 0.3s ease;
            letter-spacing: 0.3px;
        }

        .nav-dark a::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 50%;
            width: 0;
            height: 2px;
            background: #a8f3c4;
            transition: all 0.3s ease;
            transform: translateX(-50%);
        }

        .nav-dark a:hover {
            color: #a8f3c4;
        }

        .nav-dark a:hover::after {
            width: 30px;
        }

        .cta-dark {
            background: #1a2f1d;
            color: #a8f3c4;
            padding: 12px 28px;
            border: 2px solid #a8f3c4;
            border-radius: 6px;
            text-decoration: none;
            font-weight: 600;
            font-size: 14px;
            transition: all 0.3s ease;
            letter-spacing: 0.3px;
        }

        .cta-dark:hover {
            background: #a8f3c4;
            color: #1a2f1d;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(168, 243, 196, 0.3);
        }

        /* Hero Dark */
        .hero-dark {
            min-height: 100vh;
            background: linear-gradient(135deg, #1a2f1d 0%, #2d4a32 50%, #33a357 100%);
            display: flex;
            align-items: center;
            padding: 120px 0 60px;
            position: relative;
            overflow: hidden;
        }

        .quem-somos-dark {
            min-height: 50vh;
            background: linear-gradient(135deg, #1a2f1d 0%, #2d4a32 50%, #33a357 100%);
            display: flex;
            align-items: center;
            padding: 120px 0 60px;
            position: relative;
            overflow: hidden;
        }

        .hero-dark::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="rgba(168,243,196,0.1)"><polygon points="0,100 50,60 100,80 150,40 200,70 250,30 300,60 350,20 400,50 450,10 500,40 550,0 600,30 650,10 700,40 750,20 800,50 850,30 900,60 950,40 1000,70 1000,100"/></svg>') repeat-x;
            animation: wave 25s linear infinite;
        }

        @keyframes wave {
            0% { transform: translateX(0); }
            100% { transform: translateX(-100px); }
        }

        .hero-layout-dark {
            display: grid;
            grid-template-columns: 1.3fr 0.7fr;
            gap: 60px;
            align-items: center;
            position: relative;
            z-index: 2;
        }

        .hero-content-dark h1 {
            font-size: 3.5rem;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 25px;
            line-height: 1.1;
            letter-spacing: -1px;
        }

        .hero-layout-dark > a {
            text-decoration: none;
        }   

        .hero-content-dark .green-highlight {
            color: #a8f3c4;
            background: linear-gradient(45deg, #a8f3c4, #7de69b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .hero-content-dark .subtitle {
            font-size: 1.3rem;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 35px;
            line-height: 1.5;
            font-weight: 300;
        }

        .hero-actions-dark {
            display: flex;
            gap: 20px;
            align-items: center;
            flex-wrap: wrap;
        }

        .btn-primary-dark {
            background: linear-gradient(45deg, #a8f3c4, #7de69b);
            color: #1a2f1d;
            padding: 16px 32px;
            border: none;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            letter-spacing: 0.3px;
        }

        .btn-primary-dark:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 35px rgba(168, 243, 196, 0.4);
            background: linear-gradient(45deg, #7de69b, #a8f3c4);
        }

        .btn-secondary-dark {
            background: transparent;
            color: #a8f3c4;
            padding: 16px 32px;
            border: 2px solid #a8f3c4;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 500;
            text-decoration: none;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }

        .btn-secondary-dark:hover {
            background: rgba(168, 243, 196, 0.1);
            transform: translateY(-2px);
        }

        .hero-visual-dark {
            position: relative;
        }

        .floating-card {
            background: rgba(51, 163, 87, 0.9);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(168, 243, 196, 0.3);
            border-radius: 20px;
            padding: 35px;
            box-shadow: 0 20px 60px rgba(51, 163, 87, 0.3);
            position: relative;
            animation: float 6s ease-in-out infinite;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-20px); }
        }

        .floating-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #a8f3c4, #7de69b);
            border-radius: 20px 20px 0 0;
        }

        .card-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(45deg, #a8f3c4, #7de69b);
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            color: #1a2f1d;
            font-size: 1.5rem;
        }

        .floating-card h3 {
            font-size: 1.3rem;
            font-weight: 600;
            color: #ffffff;
            margin-bottom: 12px;
        }

        .floating-card p {
            color: rgba(255, 255, 255, 0.9);
            font-size: 0.95rem;
            line-height: 1.5;
        }

        /* Seguros Section Dark */
        .seguros-dark {
            padding: 120px 0;
            background: #243529;
            position: relative;
        }

        .section-title-dark {
            text-align: center;
            margin-bottom: 80px;
        }

        .section-title-dark h2 {
            font-size: 2.8rem;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 20px;
            letter-spacing: -0.5px;
        }

        .section-title-dark .green-text {
            color: #a8f3c4;
        }

        .section-title-dark p {
            font-size: 1.2rem;
            color: rgba(255, 255, 255, 0.7);
            max-width: 650px;
            margin: 0 auto;
            font-weight: 300;
            line-height: 1.6;
        }

        .seguros-grid-dark {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
            gap: 30px;
        }

        .seguro-card-dark {
            background: linear-gradient(145deg, #33a357, #2d8f4a);
            border-radius: 20px;
            padding: 40px 35px;
            transition: all 0.4s ease;
            border: 1px solid rgba(168, 243, 196, 0.2);
            position: relative;
            overflow: hidden;
        }

        .seguro-card-dark::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, #a8f3c4, #7de69b);
        }

        .seguro-card-dark::after {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle, rgba(168, 243, 196, 0.1) 0%, transparent 70%);
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .seguro-card-dark:hover::after {
            opacity: 1;
        }

        .seguro-card-dark:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 25px 60px rgba(51, 163, 87, 0.4);
            border-color: #a8f3c4;
        }

        .seguro-header-dark {
            display: flex;
            align-items: flex-start;
            gap: 20px;
            margin-bottom: 25px;
            position: relative;
            z-index: 2;
        }

        .seguro-icon-dark {
            width: 65px;
            height: 65px;
            background: rgba(168, 243, 196, 0.2);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            color: #a8f3c4;
            transition: all 0.4s ease;
            flex-shrink: 0;
            border: 2px solid rgba(168, 243, 196, 0.3);
        }

        .seguro-card-dark:hover .seguro-icon-dark {
            background: #a8f3c4;
            color: #1a2f1d;
            transform: scale(1.1) rotate(5deg);
            border-color: #a8f3c4;
        }

        .seguro-title-dark h3 {
            font-size: 1.4rem;
            font-weight: 600;
            color: #ffffff;
            margin-bottom: 8px;
            line-height: 1.2;
        }

        .seguro-badge-dark {
            display: inline-block;
            background: rgba(168, 243, 196, 0.2);
            color: #a8f3c4;
            padding: 4px 12px;
            border-radius: 15px;
            font-size: 0.75rem;
            font-weight: 500;
            letter-spacing: 0.3px;
            border: 1px solid rgba(168, 243, 196, 0.3);
        }

        .seguro-description-dark {
            color: rgba(255, 255, 255, 0.9);
            line-height: 1.6;
            margin-bottom: 25px;
            font-size: 0.95rem;
            position: relative;
            z-index: 2;
        }

        .seguro-link-dark {
            color: #a8f3c4;
            text-decoration: none;
            font-weight: 600;
            font-size: 0.95rem;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s ease;
            position: relative;
            z-index: 2;
        }

        .seguro-link-dark:hover {
            gap: 12px;
            color: #ffffff;
        }

        /* Diferenciais Section */
        .diferenciais-dark, .motivos-para-contratar-dark {
            padding: 60px 0;
            background: #1a2f1d;
            position: relative;
        }

        .diferenciais-content {
        }

        .diferenciais-text h2, .motivos-para-contratar-text h2 {
            font-size: 2.5rem;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 25px;
            line-height: 1.2;
        }

        .diferenciais-text .green-word, .motivos-para-contratar-text .green-word {
            color: #a8f3c4;
        }

        .diferenciais-text p, .motivos-para-contratar-text p {
            font-size: 1.1rem;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 35px;
            line-height: 1.6;
        }

        .features-dark {
            list-style: none;
        }

        .features-dark li {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 20px;
            font-weight: 500;
            color: rgba(255, 255, 255, 0.9);
            padding: 15px;
            background: rgba(51, 163, 87, 0.1);
            border-radius: 10px;
            border-left: 4px solid #a8f3c4;
            transition: all 0.3s ease;
        }

        .features-dark li:hover {
            background: rgba(51, 163, 87, 0.2);
            transform: translateX(10px);
        }

        .features-dark i {
            width: 30px;
            height: 30px;
            background: linear-gradient(45deg, #a8f3c4, #7de69b);
            color: #1a2f1d;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            font-weight: 600;
        }

        .stats-visual {
            display: grid;
            grid-template-columns: repeat(3, 1fr); /* 3 colunas iguais */
            gap: 25px;
            margin-top: 2rem;
        }

        .stat-dark {
            background: linear-gradient(145deg, #33a357, #2d8f4a);
            padding: 35px 25px;
            border-radius: 15px;
            text-align: center;
            border: 1px solid rgba(168, 243, 196, 0.3);
            transition: all 0.3s ease;
        }

        .stat-dark:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(51, 163, 87, 0.3);
        }

        .stat-number {
            font-size: 2.5rem;
            font-weight: 700;
            color: #a8f3c4;
            margin-bottom: 10px;
            letter-spacing: -1px;
        }

        .stat-label {
            color: rgba(255, 255, 255, 0.9);
            font-size: 0.9rem;
            font-weight: 500;
            letter-spacing: 0.3px;
        }

        /* Footer Dark */
        .footer-dark {
            background: linear-gradient(135deg, #0f1f12 0%, #1a2f1d 100%);
            color: white;
            padding: 80px 0 40px;
            border-top: 3px solid #33a357;
        }

        .footer-grid-dark {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            gap: 50px;
            margin-bottom: 50px;
        }

        .footer-col-dark h4 {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 25px;
            color: #a8f3c4;
            letter-spacing: 0.3px;
        }

        .footer-col-dark p, .footer-col-dark li {
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 12px;
            line-height: 1.6;
            font-size: 0.9rem;
        }

        .footer-col-dark ul {
            list-style: none;
        }

        .footer-col-dark a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            transition: all 0.3s ease;
            padding: 5px 0;
            display: inline-block;
        }

        .footer-col-dark a:hover {
            color: #a8f3c4;
            transform: translateX(5px);
        }

        .footer-social-dark {
            display: flex;
            gap: 15px;
            margin-top: 20px;
        }

        .footer-social-dark a {
            width: 40px;
            height: 40px;
            background: rgba(51, 163, 87, 0.3);
            border: 1px solid rgba(168, 243, 196, 0.3);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            color: #a8f3c4;
        }

        .footer-social-dark a:hover {
            background: #a8f3c4;
            color: #1a2f1d;
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(168, 243, 196, 0.3);
        }

        .footer-bottom-dark {
            text-align: center;
            padding-top: 40px;
            border-top: 1px solid rgba(51, 163, 87, 0.3);
            color: rgba(255, 255, 255, 0.6);
            font-size: 0.85rem;
        }

        /* Responsividade */
        @media (max-width: 768px) {
            .nav-dark {
                display: none;
            }
            
            .hero-layout-dark {
                grid-template-columns: 1fr;
                gap: 50px;
                text-align: center;
            }
            
            .hero-content-dark h1 {
                font-size: 2.5rem;
            }
            
            .seguros-grid-dark {
                grid-template-columns: 1fr;
            }
            
            .diferenciais-content {
                grid-template-columns: 1fr;
                gap: 50px;
            }
            
            .footer-grid-dark {
                grid-template-columns: 1fr 1fr;
                gap: 30px;
            }
            
            .stats-visual {
                grid-template-columns: 1fr;
                gap: 20px;
            }
        }

        /* Animações */
        .fade-up {
            opacity: 0;
            transform: translateY(50px);
            transition: all 0.8s ease;
        }

        .fade-up.visible {
            opacity: 1;
            transform: translateY(0);
        }

        /* Efeitos extras */
        .glow {
            box-shadow: 0 0 20px rgba(168, 243, 196, 0.3);
        }

        .pulse {
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0% { box-shadow: 0 0 0 0 rgba(168, 243, 196, 0.7); }
            70% { box-shadow: 0 0 0 10px rgba(168, 243, 196, 0); }
            100% { box-shadow: 0 0 0 0 rgba(168, 243, 196, 0); }
        }

       .menu-toggle {
            display: none;
            background: none;
            border: none;
            color: #fff;
            font-size: 24px;
            cursor: pointer;
        }

        @media (max-width: 768px) {
            .header-content {
                display: grid;
                grid-template-columns: 1fr auto 1fr;
                align-items: center;
                position: relative;
                gap: 10px;
            }

            .logo {
                justify-self: start;
            }

            .cta-mobile {
                justify-self: center;
                padding: 10px 16px;
                font-size: 13px;
                white-space: nowrap;
            }

            .menu-toggle {
                display: block;
                justify-self: end;
                padding: 10px;
            }

            .nav-dark {
                flex-direction: column;
                gap: 20px;
                align-items: center;
            }

            .mobile-nav-container {
                display: none;
                flex-direction: column;
                background: #2d8f4a;
                padding: 20px;
                width: 100%;
                position: absolute;
                top: 100%;
                left: 0;
                z-index: 1000;
                border-radius: 0 0 10px 10px;
            }

            .mobile-nav-container.active {
                display: flex;
            }

            .cta-dark:not(.cta-mobile) {
                display: none;
            }

            .nav-dark {
                display: none; /* escondido por padrão no mobile */
            }

            .mobile-nav-container.active .nav-dark {
                display: flex; /* exibe o menu ao clicar */
            }
        }

        .accordion {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .accordion-item {
            border: 1px solid rgba(168,243,196,0.3);
            border-radius: 8px;
            overflow: hidden;
            background: rgba(51,163,87,0.08);
        }

        .accordion-item:hover .accordion-header .caret {
            transform: rotate(90deg);
        }
        .accordion-item:hover .accordion-body {
            max-height: 200px; /* ajuste conforme o conteúdo */
            opacity: 1;
            padding: 12px 15px 15px;
        }

        .accordion-header {
            width: 100%;
            background: none;
            border: none;
            outline: none;
            padding: 15px;
            font-size: 1rem;
            font-weight: 500;
            color: rgba(255,255,255,0.9);
            display: flex;
            align-items: center;
            justify-content: space-between;
            cursor: pointer;
            gap: 12px;
        }

        .accordion-header i {
            background: linear-gradient(45deg, #a8f3c4, #7de69b);
            color: #1a2f1d;
            border-radius: 50%;
            width: 28px;
            height: 28px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 13px;
        }

        .accordion-header .caret {
            margin-left: auto;
            transition: transform 0.3s ease;
        }

        .accordion-header.active .caret {
            transform: rotate(90deg);
        }

        .accordion-body {
            max-height: 0;
            overflow: hidden;
            opacity: 0;
            padding: 0 15px;
            line-height: 1.5;
            font-size: 0.95rem;
            color: rgba(255,255,255,0.85);
            transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
        }

        .accordion-body.open {
            max-height: 200px; /* ajuste conforme o tamanho do texto */
            opacity: 1;
            padding: 12px 15px 15px;
        }

        /* WhatsApp FAB */
        .whatsapp-fab{
        position: fixed;
        right: 18px;
        bottom: calc(18px + env(safe-area-inset-bottom));
        width: 64px;
        height: 64px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, #33a357, #2d8f4a); /* verde do site */
        color: #fff;
        text-decoration: none;
        z-index: 2000; /* acima do header (1000) */
        box-shadow: 0 12px 30px rgba(51,163,87,.45);
        transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
        }
        .whatsapp-fab i{ font-size: 28px; }
        .whatsapp-fab:hover{
        transform: translateY(-2px) scale(1.03);
        box-shadow: 0 16px 40px rgba(51,163,87,.55);
        filter: brightness(1.05);
        }
        .whatsapp-fab:focus-visible{
        outline: 3px solid #a8f3c4; /* highlight do tema */
        outline-offset: 2px;
        }
        @media (max-width:480px){
        .whatsapp-fab{ width:56px; height:56px; right:14px; }
        .whatsapp-fab i{ font-size:24px; }
        }
        @media (prefers-reduced-motion: reduce){
        .whatsapp-fab{ transition:none; }
        }
        /* Depoimentos (carrossel) */
        .section-depoimentos {
            padding: 120px 0;
            background: #243529;
        }

        .depoimentos-grid {
        display: grid;
        grid-template-columns: 1fr 1.2fr;
        gap: 60px;
        align-items: start;
        }

        /* evita overflow do slick dentro de grid */
        .depoimentos-grid > * { min-width: 0; }

        .depoimentos-copy h2 {
        font-size: 2.4rem;
        color: #fff;
        margin-bottom: 18px;
        }
        .depoimentos-copy p {
        color: rgba(255,255,255,.8);
        font-size: 1.1rem;
        line-height: 1.6;
        }

        .depoimentos-carousel,
        .depoimentos-carousel .testimonials-slider { width: 100%; }

        /* Slick dentro do container */
        .depoimentos-carousel .slick-list { overflow: hidden; }
        .depoimentos-carousel .slick-track { display: flex; }

        /* Cards */
        .testimonial-card {
        background: rgba(51,163,87,.08);
        border: 1px solid rgba(168,243,196,.25);
        border-radius: 16px;
        padding: 22px 20px 18px;
        position: relative;
        min-height: 200px;
        height: 100%;
        margin: 0 10px; /* espaçamento entre slides */
        }

        .testimonial-card::before{
            content: "“";
            position: absolute;
            top: 5px; left: 14px;
            font-size: 56px;
            color: rgba(168,243,196,.25);
            pointer-events: none;
        }

        .testimonial-text{
            color:#eaeaea; font-size:1rem; line-height:1.6; margin-bottom:14px;
            padding-top: 2rem;
        }
        .testimonial-author{
            color:#a8f3c4; font-weight:600; font-size:.95rem;
        }

        /* Slick: setas e bolinhas no tema */
        .depoimentos-carousel .slick-prev:before,
        .depoimentos-carousel .slick-next:before { color:#a8f3c4; font-size:28px; }
        .depoimentos-carousel .slick-dots li button:before { color: #a8f3c4; opacity:.5; }
        .depoimentos-carousel .slick-dots li.slick-active button:before { opacity:1; }

        /* Responsivo */
        @media (max-width: 980px){
        .depoimentos-grid { grid-template-columns: 1fr; gap: 30px; }
        .testimonial-card { margin: 0 6px; }
        }

        .depoimentos-carousel .slick-dots {
            list-style: none;
            display: flex !important;
            justify-content: center;
            gap: 10px;
            margin-top: 25px;
        }
        .depoimentos-carousel .slick-dots li {
        margin: 0;
        }
        .depoimentos-carousel .slick-dots li button {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        /*background: rgba(168,243,196,0.25);*/
        border: 2px solid transparent;
        text-indent: -9999px;
        transition: all .3s ease;
        }
        .depoimentos-carousel .slick-dots li.slick-active button {
        background: #a8f3c4;
        border-color: #33a357;
        transform: scale(1.15);
        }

        /* Arrows */
        .depoimentos-carousel .slick-prev,
        .depoimentos-carousel .slick-next {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: rgba(51,163,87,0.2);
        backdrop-filter: blur(4px);
        display: flex !important;
        align-items: center;
        justify-content: center;
        z-index: 2;
        transition: all .3s ease;
        }
        .depoimentos-carousel .slick-prev:hover,
        .depoimentos-carousel .slick-next:hover {
        background: linear-gradient(135deg, #33a357, #2d8f4a);
        transform: scale(1.1);
        }
        .depoimentos-carousel .slick-prev:before,
        .depoimentos-carousel .slick-next:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 18px;
        color: #fff;
        opacity: 1;
        }
        .depoimentos-carousel .slick-prev:before { content: "\f053"; } /* fa-chevron-left */
        .depoimentos-carousel .slick-next:before { content: "\f054"; } /* fa-chevron-right */

        /* Posicionamento lateral */
        .depoimentos-carousel .slick-prev { left: -55px; }
        .depoimentos-carousel .slick-next { right: -55px; }

        @media (max-width: 980px){
        .depoimentos-carousel .slick-prev { left: -35px; }
        .depoimentos-carousel .slick-next { right: -35px; }
        }

        /* Seguradoras parceiras */
        .parceiras-dark {
        padding: 120px 0;
        background: #243529; /* combina com .seguros-dark */
        }
        .parceiras-title {
        text-align: center;
        margin-bottom: 60px;
        }
        .parceiras-title h2 {
        font-size: 2.6rem;
        color: #fff;
        margin-bottom: 14px;
        }
        .parceiras-title p {
        color: rgba(255,255,255,.75);
        font-size: 1.1rem;
        line-height: 1.6;
        max-width: 760px;
        margin: 0 auto;
        }
        .logos-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 22px;
        align-items: center;
        }
        .logo-card {
        background: rgba(51,163,87,.08);
        border: 1px solid rgba(168,243,196,.25);
        border-radius: 14px;
        padding: 18px 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 92px;
        transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
        }
        .logo-card:hover {
        transform: translateY(-3px);
        border-color: #a8f3c4;
        background: rgba(51,163,87,.12);
        box-shadow: 0 14px 28px rgba(51,163,87,.25);
        }
        .logo-card img {
        width: 56px;
        height: 56px;
        object-fit: contain;
        filter: grayscale(100%) contrast(1.05);
        transition: filter .25s ease, transform .25s ease;
        }
        .logo-card:hover img {
        filter: grayscale(0%);
        transform: scale(1.06);
        }
        /* texto oculto apenas para acessibilidade */
        .visually-hidden {
        position: absolute !important;
        height: 1px; width: 1px;
        overflow: hidden; clip: rect(1px, 1px, 1px, 1px);
        white-space: nowrap; border: 0; padding: 0; margin: -1px;
        }

        /* responsivo */
        @media (max-width: 768px){
        .parceiras-title h2 { font-size: 2.1rem; }
        }
        /* Seção Institucional */
        .institucional-dark {
        padding: 120px 0;
        background: #1a2f1d;
        }

        .institucional-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 30px;
        }

        .institucional-card {
        background: rgba(51,163,87,.08);
        border: 1px solid rgba(168,243,196,.25);
        border-radius: 20px;
        padding: 35px 28px;
        transition: all 0.3s ease;
        position: relative;
        height: 100%;
        }
        .institucional-card:hover {
        transform: translateY(-6px);
        border-color: #a8f3c4;
        box-shadow: 0 20px 40px rgba(51,163,87,.3);
        }

        .institucional-icon {
        width: 60px;
        height: 60px;
        border-radius: 16px;
        background: linear-gradient(135deg,#a8f3c4,#7de69b);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #1a2f1d;
        font-size: 1.5rem;
        margin-bottom: 20px;
        }

        .institucional-card h3 {
        font-size: 1.4rem;
        font-weight: 600;
        color: #fff;
        margin-bottom: 16px;
        }

        .institucional-card p {
        color: rgba(255,255,255,.85);
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 15px;
        }

        .valores-list {
        list-style: none;
        padding: 0;
        margin: 0;
        }
        .valores-list li {
        margin-bottom: 10px;
        color: rgba(255,255,255,.9);
        font-size: 0.95rem;
        line-height: 1.5;
        }
        .valores-list strong {
        color: #a8f3c4;
        }

        /* Responsivo */
        @media (max-width: 768px){
        .institucional-card { padding: 25px 20px; }
        .institucional-card h3 { font-size: 1.2rem; }
        }
        
    /* ====== CONTATO (escopado) ====== */
    .contato-hero{
      padding: 320px 0 80px;
      background: linear-gradient(135deg, #1a2f1d 0%, #243529 100%);
      position: relative;
      overflow: hidden;
    }
    .contato-hero::before{
      content:"";
      position:absolute; inset:0;
      background:
        radial-gradient(600px 200px at -10% 0%, rgba(168,243,196,.08), transparent 70%),
        radial-gradient(600px 200px at 110% 100%, rgba(51,163,87,.08), transparent 70%);
      pointer-events:none;
    }
    .contato-grid{
      display:grid;
      grid-template-columns: 1fr 1.1fr;
      gap: 50px;
      align-items: start;
    }
    .contato-copy h2{
      font-size:2.4rem; color:#fff; margin-bottom:14px;
    }
    .contato-copy p{
      color:rgba(255,255,255,.8); line-height:1.6; margin-bottom:16px;
    }
    .contato-pontos{ list-style:none; margin:18px 0 0; padding:0;}
    .contato-pontos li{
      display:flex; align-items:center; gap:10px;
      color:rgba(255,255,255,.9);
      margin-bottom:10px;
    }
    .contato-pontos i{
      width:26px; height:26px; border-radius:50%;
      background: linear-gradient(45deg, #a8f3c4, #7de69b);
      color:#1a2f1d; display:flex; align-items:center; justify-content:center;
      font-size:12px; font-weight:700;
    }

    .contato-form-wrapper{
      background: rgba(51,163,87,.08);
      border:1px solid rgba(168,243,196,.25);
      border-radius:20px;
      padding:28px;
      box-shadow: 0 20px 40px rgba(51,163,87,.15);
    }

    /* Grid simples do form */
    .row{ display:flex; flex-wrap:wrap; gap:22px; }
    .col{ flex:1 1 0; min-width: 280px; }
    .col-6{ flex-basis:calc(50% - 11px); }

    .form-group{ margin-bottom:16px; }
    .wpcf7-form-control{
      width:100%;
      background: rgba(255,255,255,0.06);
      border:1px solid rgba(168,243,196,.25);
      color:#fff;
      border-radius:10px;
      padding:14px 14px;
      font-size:0.98rem;
      transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
      outline:none;
    }
    .wpcf7-form-control::placeholder{ color:rgba(255,255,255,.6); }
    .wpcf7-form-control:focus{
      border-color:#a8f3c4;
      box-shadow:0 0 0 3px rgba(168,243,196,.15);
      background: rgba(255,255,255,0.08);
    }
    textarea.wpcf7-form-control{ min-height: 170px; resize: vertical; }

    .contato-actions{
      display:flex; align-items:center; gap:12px; margin-top:6px;
    }
    .btn-submit{
      background:#1a2f1d; color:#a8f3c4;
      border:2px solid #a8f3c4;
      border-radius:8px; padding:12px 22px; font-weight:600; cursor:pointer;
      transition: all .25s ease;
    }
    .btn-submit:hover{
      background:#a8f3c4; color:#1a2f1d;
      transform: translateY(-1px);
      box-shadow: 0 10px 24px rgba(168,243,196,.25);
    }
    .btn-whats-inline{
      display:inline-flex; align-items:center; gap:8px;
      padding:12px 16px; border-radius:8px; text-decoration:none;
      background: linear-gradient(135deg, #33a357, #2d8f4a);
      color:#fff; font-weight:600; transition: transform .2s ease, box-shadow .2s ease;
    }
    .btn-whats-inline:hover{
      transform: translateY(-1px);
      box-shadow: 0 12px 26px rgba(51,163,87,.35);
    }

    /* Acessibilidade: label invisível */
    .vh{
      position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
    }

    /* Responsivo */
    @media (max-width: 980px){
      .contato-grid{ grid-template-columns:1fr; gap:30px; }
      .col-6{ flex-basis:100%; }
      .contato-hero{ padding: 100px 0 70px; }
    }
  