body {
    margin: 0;
    font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
    background: #0d2342;
    color: #fff;
    padding-top: 80px; /* Espaço para o cabeçalho fixo */
}
header {
    background: #0d2342;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    height: 80px;
    min-height: 80px;
    max-height: 80px;
    padding: 0;
}
.navbar {
    position: relative;
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px 0 40px;
}
.logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 0 0 auto;
}
.cba {
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1;
}
.subtitle {
    font-size: 0.9rem;
    letter-spacing: 2px;
    margin-top: 2px;
}
.nav-links {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}
.nav-links li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    transition: color 0.2s;
}
.nav-links li a:hover {
    color: #f5a623;
}
.btn-whatsapp {
    background: #f5a623;
    color: #fff;
    padding: 10px 22px;
    border-radius: 25px;
    font-weight: bold;
    text-decoration: none;
    margin-left: 25px;
    transition: background 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.btn-whatsapp:hover {
    background: #ffb84d;
    color: #fff;
}
.hero {
    position: relative;
    background: none;
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    overflow: visible;
    padding: 0 20px;
    box-shadow: none !important;
}
.hero-content {
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    background: transparent;
    box-shadow: none;
    border: none;
}
.hero-content h1 {
    font-size: 3.2rem;
    font-weight: 700;
    margin: 20px 0 20px 0;
    line-height: 1.1;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.hero-subtitle {
    background: linear-gradient(90deg, #f5a623, #f27121);
    color: #fff;
    padding: 14px 30px;
    border-radius: 40px;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 auto 25px auto;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(245, 166, 35, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.hero-desc {
    font-size: 1.1rem;
    margin-bottom: 32px;
    color: #e6f0ff;
    line-height: 1.6;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.hero-whatsapp-bar {
    background: rgba(255, 255, 255, 0.95);
    color: #0d2342;
    border-radius: 30px;
    padding: 12px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 550px;
    margin: 10px auto 0;
    gap: 15px;
    font-size: 1.05rem;
    font-weight: 500;
    box-shadow: 0 8px 25px rgba(13,35,66,0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-whatsapp-bar:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(13,35,66,0.25);
}
.hero-whatsapp-bar .btn-whatsapp {
    background: linear-gradient(90deg, #25d366, #128C7E);
    color: #fff;
    padding: 10px 22px;
    font-size: 1rem;
    border-radius: 20px;
    margin: 0;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.hero-whatsapp-bar .btn-whatsapp:hover {
    background: linear-gradient(90deg, #1ebe57, #0d7066);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(37, 211, 102, 0.4);
}
.hero-img.target {
    position: absolute;
    left: 8%;
    top: 32%;
    width: 90px;
    z-index: 1;
}
.hero-img.rocket {
    position: absolute;
    right: 9%;
    bottom: 25%;
    width: 80px;
    z-index: 1;
}
.whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    background: #25d366;
    color: #fff;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    z-index: 100;
    text-decoration: none;
    transition: background 0.2s;
}
.whatsapp-float:hover {
    background: #1ebe57;
}
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 120;
    padding: 15px;
    margin-left: 24px;
    margin-right: 0;
}
.hamburger span {
    width: 30px;
    height: 3px;
    background: #fff;
    border-radius: 3px;
    transition: transform 0.3s, opacity 0.3s;
}
.hamburger span.tool-img {
    width: 100%;
    max-width: 200px;
    height: 200px;
    object-fit: contain;
    margin: 0 auto 20px;
    display: block;
    transition: transform 0.3s ease;
}
.tool-img:hover {
    transform: scale(1.05);
}
.hamburger.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* Modern interactive underline on nav links */
.nav-links li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: #f5a623;
    transition: width .3s ease;
}
.nav-links li a:hover::after {
    width: 100%;
}

/* Gradient text for main heading */

/* Swiper inside hero */
.hero-swiper {
    width: 100%;
    height: 100%;
    padding: 30px 0;
}

.hero-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 1s ease, transform 1s ease;
}

.hero-swiper .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
}

.hero-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.hero-swiper .swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 5px;
    background: #f5a623;
    opacity: 1;
}

.hero-content h1 {
    background: linear-gradient(90deg, #ffb84d 0%, #fff 80%, #f5a623 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 8s ease infinite;
    background-size: 200% auto;
}

@keyframes gradientShift {
    0% { background-position: 0% center; }
    50% { background-position: 100% center; }
    100% { background-position: 0% center; }
}

.btn-primary {
    background: #d1861a;
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.15);
    transition: background .2s ease;
}
.btn-primary:hover {
    background: #f5a623;
    color: #fff;
}

.transform {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    padding: 90px 40px;
    background: #fff;
}
.transform-title {
    color: #0d2342;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 30px 0;
}
.transform-title .highlight {
    color: #d1861a;
}
.transform-text p {
    color: #333;
    font-size: 1.05rem;
    max-width: 600px;
    margin-bottom: 16px;
}
.transform-img lottie-player, .transform-img img {
    max-width: 320px;
    width: 100%;
}
/* Aplica tonalidade azul no robozinho para combinar com a paleta da página */
.transform-img lottie-player {
    filter: hue-rotate(-150deg) saturate(3) brightness(0.9);
}

html {
    scroll-behavior: smooth;
}

@media (max-width: 900px) {
    /* Ícone hamburger visível */
    .hamburger {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        position: relative;
        top: -30px;
    }

    /* Esconde links até abrir */
    .nav-links {
    flex-direction: column;
    gap: 0;
    background: #0d2342;
    position: absolute;
    top: 100%;
    z-index: 999;
    left: 0;
    right: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1), padding 0.3s;
    }
    .nav-links.open {
    max-height: 350px;
    padding: 20px 0 30px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
    border-radius: 0 0 16px 16px;
    background: #0d2342;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    }
    .nav-links li { width: 100%; text-align: center; }
    .nav-links li a {
        display: block;
        padding: 18px 0;
        font-size: 1.2rem;
        color: #fff;
        background: none;
        border-bottom: 1px solid rgba(255,255,255,0.08);
        transition: background 0.2s, color 0.2s;
    }
    .nav-links li a:last-child {
        border-bottom: none;
    }
    .nav-links li a:hover {
        background: #14325a;
        color: #f5a623;
    }
    .btn-whatsapp { display: none; }
    /* Layout empilhado para a seção Transform em telas menores */
    .transform {
        flex-direction: column;
        text-align: center;
        padding: 60px 20px;
    }
    .transform-text {
        max-width: 100%;
    }
    .transform-img {
        margin-top: 30px;
    }
    .transform-img lottie-player, .transform-img img {
        max-width: 240px;
    }
    .navbar {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 0;
        padding: 15px 20px;
    }
    .hero-content {
        padding: 20px;
    }
    .hero-content h1 { 
        font-size: 2rem; 
    }
    .hero-subtitle { 
        font-size: 1.1rem; 
        padding: 10px 16px; 
    }
    .hero-desc {
        font-size: 0.95rem;
    }
    .hero-whatsapp-bar {
        flex-direction: column;
        padding: 15px;
    }
    .hero-img.target, .hero-img.rocket { display: none; }
}

.services {
    background: linear-gradient(180deg, rgba(13,35,66,1) 0%, rgba(13,35,66,0.9) 100%);
    padding: 80px 20px;
    text-align: center;
}
.services-title {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 12px;
}
.services-subtitle {
    color: #d1e0f7;
    max-width: 700px;
    margin: 0 auto 50px;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
}
.service.tool-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 30px 25px;
}
.service-card i {
    font-size: 3rem;
    color: #f5a623;
}
.service-card h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
}
.service-card p {
    font-size: 0.9rem;
    color: #d1e0f7;
}

/* Estilos para a seção SeuZapp */
.seuzapp {
    background: linear-gradient(135deg, #081628 0%, #143d71 100%);
    padding: 100px 20px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.seuzapp::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjAzKSIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNwYXR0ZXJuKSIvPjwvc3ZnPg==');
    opacity: 0.3;
    z-index: 1;
}

.seuzapp-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative;
    z-index: 2;
}

.seuzapp-content {
    flex: 1;
}

.seuzapp .section-title {
    font-size: 2.8rem;
    margin-bottom: 15px;
    text-align: left;
}

.seuzapp .section-subtitle {
    font-size: 1.2rem;
    color: #d1e0f7;
    margin-bottom: 30px;
    max-width: 600px;
    line-height: 1.6;
}

.seuzapp-description {
    font-size: 1.05rem;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 30px;
}

.seuzapp-subtitle {
    font-size: 1.4rem;
    color: #f5a623;
    margin-bottom: 25px;
    font-weight: 600;
}

.seuzapp-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
}

.feature {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: rgba(255, 255, 255, 0.05);
    padding: 15px 20px;
    border-left: 3px solid #f5a623;
    transition: transform 0.3s ease, background 0.3s ease;
}

.feature:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.08);
}

.feature i {
    color: #f5a623;
    font-size: 1.5rem;
    margin-top: 3px;
    flex-shrink: 0;
}

.feature p {
    color: #fff;
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
}

.seuzapp-conclusion {
    font-size: 1.15rem;
    color: #f5a623;
    font-weight: 500;
    margin: 30px 0;
    line-height: 1.6;
    font-style: italic;
    border-left: 3px solid #f5a623;
    padding-left: 15px;
}

.seuzapp-cta {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.seuzapp-image {
    flex: 1;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.seuzapp-image-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.seuzapp-dashboard,
.seuzapp-fluxo {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transition: transform 0.5s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.seuzapp-image-container:hover .seuzapp-dashboard,
.seuzapp-image-container:hover .seuzapp-fluxo {
    transform: scale(1.02) translateY(-5px);
}

.seuzapp-image-caption {
    margin-top: 15px;
    color: #f5a623;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
}

/* Responsividade para a seção SeuZapp */
@media (max-width: 992px) {
    .seuzapp-container {
        flex-direction: column;
        gap: 40px;
    }
    
    .seuzapp-content, .seuzapp-image {
        width: 100%;
    }
    
    .seuzapp .section-title {
        text-align: center;
        font-size: 2.3rem;
    }
    
    .seuzapp .section-subtitle {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .seuzapp-subtitle {
        text-align: center;
    }
    
    .seuzapp-conclusion {
        text-align: center;
        border-left: none;
        padding-left: 0;
        border-top: 2px solid #f5a623;
        border-bottom: 2px solid #f5a623;
        padding: 15px 0;
    }
    
    .seuzapp-cta {
        justify-content: center;
    }
}

/* Modal de Planos */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    background: #161622;
    margin: 5% auto;
    padding: 40px;
    width: 90%;
    max-width: 1200px;
    border-radius: 12px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
    position: relative;
    color: #fff;
}

.close-modal {
    color: #aaa;
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.2s;
}

.close-modal:hover {
    color: #f5a623;
}

.planos-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #fff;
}

.planos-subtitle {
    text-align: center;
    color: #ccc;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.planos-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.tab-btn {
    background: transparent;
    border: 1px solid #f5a623;
    color: #fff;
    padding: 10px 25px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}

.tab-btn:first-child {
    border-radius: 30px 0 0 30px;
}

.tab-btn:last-child {
    border-radius: 0 30px 30px 0;
}

.tab-btn.active {
    background: #f5a623;
    color: #161622;
}

.planos-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.plano-card {
    background: #1e1e2d;
    border-radius: 12px;
    padding: 30px;
    width: 100%;
    max-width: 450px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s, box-shadow 0.3s;
}

.plano-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.plano-card.featured {
    border: 2px solid #f5a623;
    transform: scale(1.05);
}

.plano-card.featured:hover {
    transform: scale(1.05) translateY(-10px);
}

.plano-badge {
    position: absolute;
    top: -15px;
    right: 30px;
    background: #f5a623;
    color: #161622;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    transform: rotate(0);
}

.economia-badge {
    position: absolute;
    top: 30px;
    right: -15px;
    background: #4CAF50;
    color: white;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    transform: rotate(45deg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.economia-destaque {
    background: #4CAF50;
    color: white;
}

.plano-card h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #fff;
}

.plano-description {
    color: #ccc;
    margin-bottom: 25px;
    font-size: 0.95rem;
    line-height: 1.5;
}

.plano-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.plano-features li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #ccc;
    display: flex;
    align-items: center;
}

.plano-features li i {
    color: #f5a623;
    margin-right: 10px;
    font-size: 16px;
    width: 20px;
}

.plano-features li strong {
    color: #f5a623;
}

.plano-price {
    text-align: center;
    margin: 30px 0;
}

.price {
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
}

.period {
    font-size: 1rem;
    color: #ccc;
}

.plano-btn {
    display: block;
    background: #1e1e2d;
    color: #f5a623;
    text-align: center;
    padding: 15px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 15px;
    border: 2px solid #f5a623;
    transition: all 0.3s;
}

.plano-btn:hover {
    background: #f5a623;
    color: #161622;
}

.featured-btn {
    background: #f5a623;
    color: #161622;
}

.featured-btn:hover {
    background: transparent;
    color: #f5a623;
}

.secure-payment {
    text-align: center;
    font-size: 0.9rem;
    color: #999;
}

.secure-payment i {
    margin-right: 5px;
}

@media (max-width: 992px) {
    .plano-card {
        max-width: 100%;
    }
    
    .plano-card.featured {
        transform: scale(1);
        margin-top: 40px;
    }
    
    .plano-card.featured:hover {
        transform: translateY(-10px);
    }
}

/* Seção de Caixa de Ferramentas */
.toolbox {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}

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

.toolbox-header {
    text-align: center;
    margin-bottom: 50px;
}

.toolbox .section-title {
    color: #1a365d;
    margin-bottom: 15px;
    font-size: 2.5rem;
}

.toolbox .section-subtitle {
    color: #64748b;
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.toolbox-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.toolbox-card {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.toolbox-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: #cbd5e1;
}

.toolbox-image {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #f8fafc;
    border-radius: 8px;
}

.toolbox-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.toolbox-card:hover .toolbox-image img {
    transform: scale(1.05);
}

.toolbox-card h3 {
    color: #1e293b;
    margin: 0 0 12px 0;
    font-size: 1.3rem;
    min-height: 3rem;
    display: flex;
    align-items: center;
}

.toolbox-card p {
    color: #64748b;
    line-height: 1.6;
    margin: 0 0 20px 0;
    flex-grow: 1;
    min-height: 4.5rem;
}

.toolbox-link {
    color: #0369a1;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}

.toolbox-link i {
    margin-left: 8px;
    transition: transform 0.3s ease;
    font-size: 0.8rem;
}

.toolbox-link:hover {
    color: #075985;
}

.toolbox-link:hover i {
    transform: translateX(4px);
}

/* Seção de Depoimentos */
.testimonials {
    padding: 80px 0;
    background-color: #f9fafc;
}

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

.testimonials .section-title {
    text-align: center;
    margin-bottom: 15px;
    font-size: 2.5rem;
    color: #1a365d;
}

.testimonials .section-subtitle {
    text-align: center;
    color: #718096;
    margin-bottom: 50px;
    font-size: 1.1rem;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.testimonial-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e2e8f0;
}

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

.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    border: 3px solid #e2e8f0;
}

.testimonial-info h4 {
    margin: 0;
    color: #2d3748;
    font-size: 1.1rem;
}

.testimonial-info span {
    color: #718096;
    font-size: 0.9rem;
}

.testimonial-rating {
    color: #f6ad55;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.testimonial-rating i {
    margin-right: 3px;
}

.testimonial-text {
    color: #4a5568;
    line-height: 1.6;
    font-style: italic;
    margin: 0;
    position: relative;
    padding-left: 20px;
    border-left: 3px solid #e2e8f0;
}

/* Responsivo */
@media (max-width: 1024px) {
    .egestor-container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }
    
    .egestor .section-title,
    .egestor .section-subtitle {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .egestor-features {
        grid-template-columns: 1fr;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .feature {
        text-align: left;
    }
    
    .egestor-cta {
        justify-content: center;
    }
    
    .egestor-image {
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .egestor {
        padding: 70px 20px;
    }
    
    .egestor .section-title {
        font-size: 2.2rem;
    }
    
    .egestor .section-subtitle {
        font-size: 1.1rem;
    }
    
    .egestor-cta {
        flex-direction: column;
        gap: 15px;
    }
    
    .egestor-cta .btn-primary,
    .egestor-cta .btn-secondary {
        width: 100%;
    }
}

/* Estilos para a seção de Ferramentas */
.tool-img {
    width: 100%;
    max-width: 200px;
    height: 160px;
    object-fit: contain;
    margin: 0 auto 20px;
    display: block;
    transition: transform 0.3s ease;
}

.tool-img:hover {
    transform: scale(1.05);
}

.tools {
    background: radial-gradient(circle at top left, rgba(255,255,255,0.05) 0%, rgba(13,35,66,1) 60%);
    padding: 90px 20px;
    text-align: center;
}
.tools-title {
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 40px;
}
.tools-icon {
    width: 80px;
    height: 80px;
    margin-left: 15px;
    vertical-align: middle;
    object-fit: contain;
}
.tools-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
}
.tool-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 30px 25px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}
.tool-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.35);
}
.tool-img {
    max-width: 120px;
    height: auto;
}
.tool-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
    color: #f5a623; /* Alterado para laranja/amarelo para melhor contraste */
}
.tool-card p {
    font-size: 0.9rem;
    color: #ffffff; /* Alterado para branco para melhor contraste */
    opacity: 0.9;
}
.btn-secondary {
    background: #f5a623;
    color: #fff;
    padding: 8px 22px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background 0.2s;
}
.btn-secondary:hover {
    background: #ffb84d;
}

/* -------- Ajustes extras para smartphones (<=600px) -------- */
@media (max-width: 600px) {
    /* Navegação empilhada */
    .navbar {
        flex-direction: column;
        align-items: center;
        padding: 15px 20px 0;
    }
    .logo { align-items: center; }
    .nav-links {
        flex-direction: column;
        gap: 14px;
        margin-top: 10px;
    }
    .btn-whatsapp {
        margin: 12px 0 0 0;
        font-size: 0.9rem;
        padding: 8px 18px;
    }

    /* Hero */
    .hero-content h1 {
        font-size: 2rem;
        margin: 30px 0 16px;
    }
    .hero-subtitle {
        font-size: 1rem;
        padding: 10px 16px;
    }
    .hero-desc { font-size: 0.9rem; }
    .hero-whatsapp-bar {
        flex-direction: column;
        gap: 10px;
        font-size: 0.9rem;
        padding: 12px 16px;
    }
    .hero-whatsapp-bar .btn-whatsapp {
        font-size: 0.85rem;
        padding: 6px 14px;
    }
    .hero-img.target, .hero-img.rocket { display: none; }

    /* Seção Transform */
    .transform-title { font-size: 2rem; }
    .transform-img lottie-player, .transform-img img { max-width: 180px; }
}

/* Estilos para o rodapé */
.site-footer {
    background: #1a1a2e;
    color: #fff;
    padding: 70px 0 0;
    position: relative;
    overflow: hidden;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
    max-width: 1200px;
    margin: 0 auto 50px;
    padding: 0 20px;
}

.footer-col {
    padding: 0 15px;
}

.footer-logo {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    color: #fff;
}

.footer-logo .cba {
    color: #d1861a;
    margin-right: 5px;
}

.footer-about {
    color: #b8c7ce;
    margin-bottom: 20px;
    line-height: 1.6;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #fff;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: #d1861a;
    transform: translateY(-3px);
}

.footer-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
    color: #fff;
}

.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #d1861a;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #b8c7ce;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.footer-links a:hover {
    color: #d1861a;
    transform: translateX(5px);
}

.contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    color: #b8c7ce;
    line-height: 1.5;
}

.contact-info i {
    margin-right: 10px;
    color: #d1861a;
    width: 20px;
    text-align: center;
    margin-top: 3px;
}

.footer-form .form-group {
    margin-bottom: 15px;
}

.footer-form input,
.footer-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #2d3748;
    background: #1e2a3a;
    border-radius: 4px;
    color: #fff;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.footer-form input:focus,
.footer-form textarea:focus {
    border-color: #d1861a;
    outline: none;
    box-shadow: 0 0 0 2px rgba(209, 134, 26, 0.2);
}

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

.btn-submit {
    background: #d1861a;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}

.btn-submit:hover {
    background: #b37416;
    transform: translateY(-2px);
}

.footer-bottom {
    border-top: 1px solid #2d3748;
    padding: 20px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    background: #141a25;
}

.footer-bottom p {
    margin: 0;
    color: #b8c7ce;
    font-size: 14px;
}

.footer-links-bottom {
    display: flex;
    gap: 20px;
}

.footer-links-bottom a {
    color: #b8c7ce;
    font-size: 14px;
    transition: color 0.3s ease;
    text-decoration: none;
}

.footer-links-bottom a:hover {
    color: #d1861a;
}

/* Estilos responsivos para o rodapé */
@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-col {
        padding: 0;
    }
    
    .footer-title {
        margin-bottom: 20px;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-links-bottom {
        flex-direction: column;
        gap: 10px;
    }
}

