/* Landing Page Styles */

/* Navbar: manter tamanho padrão do site (sem override aqui) */

.landing-hero {
    position: relative;
    min-height: 520px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 60px 0;
}

.landing-hero-title {
    font-weight: 800;
    font-size: 2.6rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.landing-hero-subtitle {
    opacity: 0.9;
    font-size: 1.05rem;
    line-height: 1.6;
}

.landing-section {
    padding: 80px 0;
}

.landing-section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.landing-problema {
    background-color: #f8f9fa;
}

.landing-problema-card {
    padding: 2rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    height: 100%;
    text-align: center;
}

.landing-icon-large {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.landing-solucao {
    background: white;
}

.landing-features-list {
    list-style: none;
    padding: 0;
}

.landing-features-list li {
    padding: 0.75rem 0;
    font-size: 1.1rem;
}

.landing-solucao-image img {
    max-height: 260px;
    max-width: 420px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.landing-solucao-image {
    text-align: center;
}

.landing-beneficios {
    background: white;
}

.landing-beneficio-card {
    padding: 2rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.landing-beneficio-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 25px rgba(0,0,0,0.15);
}

.landing-icon-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.landing-icon-wrapper i {
    font-size: 2rem;
}

.landing-beneficio-card h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.landing-beneficio-card p {
    color: #6c757d;
    margin: 0;
}

.landing-como-funciona {
    background-color: #f8f9fa;
}

.landing-passo-card {
    padding: 2rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.landing-passo-numero {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #01132B 0%, #0a4d7a 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 1.5rem;
}

.landing-passo-card h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.landing-passo-card p {
    color: #6c757d;
    margin: 0;
}

.landing-estatisticas {
    background: linear-gradient(135deg, #01132B 0%, #0a4d7a 100%);
    color: white;
}

.landing-estatistica-card {
    padding: 2rem;
}

.landing-estatistica-numero {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.landing-estatistica-label {
    font-size: 1.25rem;
    opacity: 0.9;
}

.landing-planos {
    background-color: #f8f9fa;
}

.landing-cta-final {
    background: linear-gradient(135deg, #01132B 0%, #0a4d7a 100%);
    padding: 80px 0;
}

.landing-faq {
    background: white;
}

.accordion-button {
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    background-color: #01132B;
    color: white;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

/* Depoimentos */
.landing-depoimentos {
    background-color: #f8f9fa;
}

.landing-depoimento-card {
    padding: 2rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.landing-depoimento-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 25px rgba(0,0,0,0.15);
}

.landing-depoimento-avatar {
    text-align: center;
}

.landing-avatar-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #01132B 0%, #0a4d7a 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 2.5rem;
}

.landing-depoimento-video {
    border-radius: 10px;
    overflow: hidden;
}

.landing-depoimento-video .ratio {
    border-radius: 10px;
    overflow: hidden;
}

.landing-depoimento-video iframe {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.landing-depoimento-estrelas {
    text-align: center;
    font-size: 1.25rem;
}

.landing-depoimento-texto {
    font-style: italic;
    color: #495057;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.landing-depoimento-autor {
    text-align: center;
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
}

.landing-depoimento-resultado {
    text-align: center;
    margin-top: 0.5rem;
}

/* Reconhecimento na Mídia */
.landing-midia {
    background: linear-gradient(135deg, #01132B 0%, #0a4d7a 100%);
    color: white;
}

.landing-midia .card {
    background: white;
    border-radius: 15px;
}

.landing-midia .card-body {
    padding: 2.5rem;
}

.landing-midia h4 {
    color: #212529;
    font-weight: 600;
}

.landing-midia p {
    color: #6c757d;
}

/* Animações */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.landing-section {
    animation: fadeInUp 0.6s ease-out;
}

.landing-beneficio-card,
.landing-depoimento-card,
.landing-passo-card {
    animation: fadeInUp 0.6s ease-out;
}

.landing-beneficio-card:nth-child(1) { animation-delay: 0.1s; }
.landing-beneficio-card:nth-child(2) { animation-delay: 0.2s; }
.landing-beneficio-card:nth-child(3) { animation-delay: 0.3s; }
.landing-beneficio-card:nth-child(4) { animation-delay: 0.4s; }
.landing-beneficio-card:nth-child(5) { animation-delay: 0.5s; }
.landing-beneficio-card:nth-child(6) { animation-delay: 0.6s; }

/* Scroll suave */
html {
    scroll-behavior: smooth;
}

/* Efeitos de hover melhorados */
.landing-hero-image img {
    transition: transform 0.3s ease;
}

.landing-hero-image:hover img {
    transform: scale(1.05);
}

.landing-passo-numero {
    transition: transform 0.3s ease;
}

.landing-passo-card:hover .landing-passo-numero {
    transform: scale(1.1) rotate(5deg);
}

/* Responsive */
@media (max-width: 768px) {
    .landing-hero-title {
        font-size: 2rem;
    }
    
    .landing-hero-subtitle {
        font-size: 1.1rem;
    }
    
    .landing-section-title {
        font-size: 2rem;
    }
    
    .landing-section {
        padding: 60px 0;
    }
    
    .landing-estatistica-numero {
        font-size: 2.5rem;
    }
    
    .min-vh-75 {
        min-height: auto !important;
    }
}

@media (max-width: 576px) {
    .landing-hero {
        padding: 40px 0;
        min-height: auto;
    }
    
    .landing-hero-title {
        font-size: 1.75rem;
    }
    
    .landing-section {
        padding: 40px 0;
    }
}
