/* ===== GERAL E RESET ===== */
:root {
    --cor-primaria: #004d40;
    --cor-secundaria: #00695c;
    --cor-destaque: #ffc107;
    --cor-texto: #333;
    --cor-texto-claro: #ffffff;
    --cor-fundo-claro: #f0f2f5;
    --cor-fundo-branco: #ffffff;
    --fonte-principal: 'Poppins', sans-serif;
    --sombra-padrao: 0 10px 30px rgba(0, 0, 0, 0.07);
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--fonte-principal);
    color: var(--cor-texto);
    background-color: var(--cor-fundo-branco);
    line-height: 1.7;
}

.container {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}

section {
    padding: 80px 0;
}

h1, h2, h3 {
    font-weight: 700;
    line-height: 1.3;
}

h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 50px;
    color: var(--cor-primaria);
}

/* ===== COMPONENTES REUTILIZÁVEIS ===== */
.cta-button {
    display: inline-block;
    background-color: var(--cor-primaria);
    color: var(--cor-texto-claro);
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    border: none;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 77, 64, 0.2);
    transition: all 0.3s ease;
}

.cta-button:hover {
    transform: translateY(-3px);
    background-color: var(--cor-secundaria);
    box-shadow: 0 12px 25px rgba(0, 105, 92, 0.3);
}

.cta-button i {
    margin-right: 10px;
    font-size: 1.2em;
}

.confidence-text {
    font-size: 0.9rem;
    margin-top: 15px;
}

/* ===== SEÇÃO PRINCIPAL (HERO) ===== */
.hero-section {
    background-color: var(--cor-primaria);
    color: var(--cor-texto-claro);
    padding-bottom: 50px;
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('img/hero-background.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.header-logo-full img {
    height: 50px;
    max-width: 100%;
    vertical-align: middle;
}

.nav-button {
    padding: 12px 28px;
    font-size: 0.9rem;
    font-weight: 600;
    background-color: var(--cor-destaque);
    color: var(--cor-texto);
    box-shadow: none;
}
.nav-button:hover {
    background-color: #ffca2c;
    transform: translateY(-2px);
}

.hero-content {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 50px 0;
    text-align: left;
}

.hero-image-container {
    flex: 1 1 45%;
    perspective: 1500px;
}

.hero-image {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
    transform: rotateY(15deg) rotateX(2deg) scale(1.05);
    transition: transform 0.5s ease;
}

.hero-image:hover {
    transform: rotateY(0deg) rotateX(0deg) scale(1);
}

.hero-text {
    flex: 1 1 55%;
    padding-left: 2rem;
}

.hero-text h1 {
    font-size: 3.2rem;
    font-weight: 900;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.hero-text h3 {
    font-size: 1.4rem;
    font-weight: 400;
    max-width: 100%;
    margin: 0 0 40px 0;
    opacity: 0.9;
}

.hero-button {
    font-size: 1.1rem;
}

.hero-section .confidence-text {
    color: rgba(255, 255, 255, 0.8);
}

/* ===== SEÇÃO DO CRIADOR (ASSESSOR) ===== */
.creator-section {
    background-color: var(--cor-fundo-branco);
    padding: 100px 0;
}

.creator-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
}

.creator-text {
    flex-basis: 55%;
    max-width: 550px;
}

.creator-text h2 {
    text-align: left;
    display: inline;
    background: linear-gradient(to top, rgba(255, 193, 7, 0.5) 45%, transparent 45%);
    padding: 0 8px 5px 2px;
    font-size: 2.5rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.creator-text h3 {
    text-align: left;
    color: var(--cor-secundaria);
    font-size: 1.6rem;
    margin-top: 25px;
    margin-bottom: 1.5rem;
}

.creator-text p {
    font-size: 1.1rem;
    line-height: 1.8;
}

.creator-image-container {
    flex-shrink: 0;
    position: relative;
    transform: rotate(4deg);
    transition: transform 0.3s ease;
    border-radius: 12px;
}

.creator-image-container:hover {
    transform: rotate(0deg);
}

.creator-image {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.creator-image-container::before {
    content: '';
    position: absolute;
    top: -15px; left: -15px;
    right: -15px; bottom: -15px;
    border: 5px solid var(--cor-primaria);
    border-radius: 12px;
    z-index: -1;
}

/* SEÇÃO DE DORES */
.pains-section { background-color: var(--cor-fundo-claro); }
.pains-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; text-align: center; }
.pain-card { background: var(--cor-fundo-branco); padding: 40px 30px; border-radius: 10px; box-shadow: var(--sombra-padrao); }
.pain-card i { font-size: 3rem; margin-bottom: 20px; }
.fa-comments { color: #25D366; }
.fa-eye-slash { color: #dc3545; }
.fa-layer-group { color: #0d6efd; }
.pain-card h3 { font-size: 1.4rem; margin-bottom: 15px; }

/* SEÇÃO DA SOLUÇÃO */
.solution-section { background-color: var(--cor-fundo-branco); }
.section-subtitle { text-align: center; max-width: 700px; margin: -30px auto 60px auto; font-size: 1.1rem; }
.feature-block { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; margin-bottom: 80px; }
.feature-block.reverse .feature-text { order: 2; }
.feature-block.reverse .feature-image { order: 1; }
.feature-text h3 { font-size: 2rem; color: var(--cor-primaria); margin-bottom: 20px; }
.feature-image img { width: 100%; border-radius: 10px; box-shadow: var(--sombra-padrao); }

/* SEÇÃO PARA QUEM É */
.target-section { background-color: var(--cor-fundo-claro); text-align: center; }
.target-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-bottom: 30px; font-size: 1.1rem; font-weight: 500; }
.target-grid span { background-color: var(--cor-fundo-branco); padding: 10px 20px; border-radius: 50px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.target-grid i { color: var(--cor-primaria); margin-right: 10px; }
.target-section p { max-width: 700px; margin: 0 auto; }

/* ===== SEÇÃO DE PLANOS ===== */
.plans-section { padding: 80px 0; background-color: var(--cor-fundo-claro); }
.plans-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 40px; justify-content: center; margin-top: 50px; }
.plan-card { background: var(--cor-fundo-branco); border-radius: 10px; box-shadow: var(--sombra-padrao); padding: 40px; text-align: center; border-top: 5px solid var(--cor-primaria); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; }
.plan-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0,0,0,0.1); }
.plan-card.featured { border-top-color: var(--cor-destaque); }
.plan-card h3 { font-size: 1.8rem; color: var(--cor-primaria); margin-bottom: 15px; }
.plan-price { font-size: 3.5rem; font-weight: 700; color: var(--cor-primaria); margin-bottom: 10px; }
.plan-price span { font-size: 1rem; font-weight: 400; color: #6c757d; }
.plan-features { list-style: none; padding: 0; margin: 30px 0; text-align: left; flex-grow: 1; }
.plan-features li { margin-bottom: 15px; display: flex; align-items: center; font-size: 0.95rem; }
.plan-features li i { color: #28a745; margin-right: 10px; font-size: 1.2rem; }
.plan-card .cta-button { width: 100%; font-size: 1.1rem; margin-top: auto; }

/* SEÇÃO DE PROVA SOCIAL */
.testimonials-section { background-color: var(--cor-fundo-branco); }
.testimonials-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.testimonial-card { background-color: var(--cor-fundo-claro); padding: 30px; border-left: 5px solid var(--cor-primaria); border-radius: 8px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.testimonial-card img { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; margin-bottom: 20px; border: 3px solid var(--cor-fundo-branco); box-shadow: 0 5px 10px rgba(0,0,0,0.1); }
.testimonial-card p { font-style: italic; margin-bottom: 20px; flex-grow: 1; }
.testimonial-card strong { font-weight: 700; }
.testimonial-card span { font-size: 0.9rem; color: #6c757d; }

/* SEÇÃO DE CHAMADA FINAL */
.final-cta-section { background-color: var(--cor-primaria); color: var(--cor-texto-claro); text-align: center; }
.final-cta-section h2 { color: var(--cor-texto-claro); font-size: 2.8rem; }
.final-cta-section p { max-width: 600px; margin: 0 auto 40px auto; opacity: 0.9; }
.final-button { background-color: var(--cor-destaque); color: var(--cor-texto); font-size: 1.2rem; }
.final-button:hover { background-color: #ffca2c; }
.final-button i { margin-right: 10px; font-size: 1.5rem; }
.final-cta-section .confidence-text { color: rgba(255, 255, 255, 0.7); }

/* RODAPÉ */
.footer { background-color: #f8f9fa; color: #6c757d; padding: 15px 2rem; border-top: 1px solid #dee2e6; }
.footer-container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 15px; }
.copyright-text { font-size: 0.9rem; margin: 0; }
.footer-credit a { display: inline-flex; align-items: center; gap: 5px; text-decoration: none; }
.footer-credit span { font-size: 0.8rem; color: #6c757d; }
.footer-credit img { height: 30px; vertical-align: middle; opacity: 0.7; transition: opacity 0.3s ease; }
.footer-credit a:hover img { opacity: 1; }
.footer-credit a:hover span { color: var(--cor-primaria); }

/* ===== RESPONSIVIDADE ===== */
.hide-on-mobile {
    display: inline-block;
}

@media (max-width: 992px) {
    h2 { font-size: 2.2rem; }
    
    .hero-content { flex-direction: column; text-align: center; }
    .hero-text { order: 1; padding-left: 0; margin-bottom: 25px; }
    .hero-image-container { order: 2; width: 100%; max-width: 450px; }
    .hero-image { transform: rotateY(10deg) rotateX(2deg) scale(1.02); }
    
    .creator-container { flex-direction: column; gap: 2rem; }
    .creator-text { order: 2; text-align: center; max-width: 100%; }
    .creator-text h2, .creator-text h3 { text-align: center; }
    .creator-image-container { order: 1; margin-bottom: 1.5rem; transform: rotate(3deg); }
    .creator-image { width: 200px; height: 200px; }

    .feature-block, .feature-block.reverse { grid-template-columns: 1fr; }
    .feature-block.reverse .feature-text, .feature-block .feature-text { order: 2; text-align: center; }
    .feature-block.reverse .feature-image, .feature-block .feature-image { order: 1; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .header-logo-full img { height: 45px; }
}

@media (max-width: 768px) {
    .hide-on-mobile { display: none; }
    .navbar { justify-content: center; padding: 15px 0; } 
    .header-logo-full img { height: 60px; }
    .footer-container { flex-direction: column; text-align: center; }
    .copyright-text { order: 2; font-size: 0.85rem; }
    .footer-credit { order: 1; margin-bottom: 10px; }
}

@media (max-width: 576px) {
    section { padding: 60px 0; }
    h2 { font-size: 2rem; margin-bottom: 30px; }
    .hero-content { padding: 40px 0 20px; }
    .hero-text h1 { font-size: 2.2rem; }
    .hero-text h3 { font-size: 1.1rem; }
    .cta-button { padding: 12px 28px; font-size: 0.9rem; }
    .hero-button, .final-button { font-size: 1rem; }
    .header-logo-full img { height: 55px; }
    .final-cta-section h2 { font-size: 2.2rem; }
    .creator-text h2 { font-size: 2rem; }
    .creator-text h3 { font-size: 1.3rem; }
    .creator-image { width: 180px; height: 180px; }
}

/* ESTILO PARA CARDS DE DEPOIMENTO CLICÁVEIS */
.testimonial-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.testimonial-link .testimonial-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

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

/* ===== SEÇÃO DE SEGURANÇA ===== */
.security-section { padding: 80px 0; background-color: var(--cor-fundo-branco); }
.security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; text-align: center; margin-top: 50px;}
.security-card { padding: 30px; }
.security-card i { font-size: 3rem; margin-bottom: 20px; color: var(--cor-primaria); }
.security-card h3 { font-size: 1.4rem; margin-bottom: 15px; }