/* Grid de depoimentos */
.depoimentos-section {
    background: #fff;
}
.depoimentos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
    margin-bottom: 24px;
}
.depoimento {
    background: #f4f4f9;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(76,70,157,0.07);
    padding: 24px 16px 16px 16px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
}
.depoimento:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 8px 24px rgba(76, 70, 157, 0.18);
}
.depoimento h3 {
    font-size: 1.1em;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 18px;
}
.depoimento .video-container {
    margin: 0 auto;
    max-width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(76,70,157,0.12);
}
.depoimento iframe {
    width: 100%;
    min-height: 220px;
    border: none;
}
@media (max-width: 600px) {
    h1, .hero h1 {
        font-size: 1.8em !important;
        margin-bottom: 14px !important;
    }
    h2, section h2 {
        font-size: 1.25em !important;
        margin-bottom: 20px !important;
    }
    .container {
        padding: 8px !important;
        text-align: center;
    }
    .depoimentos-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .depoimento iframe {
        min-height: 180px;
    }
}
@media (max-width: 480px) {
    h1, .hero h1 {
        font-size: 1.5em !important;
        margin-bottom: 10px !important;
    }
    h2, section h2 {
        font-size: 1.5em !important;
        margin-bottom: 14px !important;
    }
    .container {
        padding: 4px !important;
        text-align: center;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
        padding: 32px;
    }
    h1 {
        font-size: 3.5em;
    }
    h2 {
        font-size: 2.5em;
    }
    .pillars-section .pillars {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 1.5em;
    }
    h2 {
        font-size: 1.1em;
    }
    .container {
        padding: 6px;
    }
    .pillars-section .pillars {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .cta-button, .cta-button.primary, .btn-form {
        font-size: 1em;
        padding: 10px 12px;
    }
}
/* Foco visível para acessibilidade */
/* Foco visível para acessibilidade */
a:focus, .cta-button:focus, .btn-form:focus {
    outline: 3px solid #AD62AA;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px rgba(173,98,170,0.2);
}
.cta-button, .cta-button.primary, .btn-form {
    /* ...existing code... */
    transition: transform 0.3s, background 0.3s, box-shadow 0.3s;
}
.cta-button:hover, .cta-button.primary:hover, .btn-form:hover {
    transform: scale(1.07);
    box-shadow: 0 8px 24px rgba(76, 70, 157, 0.25);
    background: linear-gradient(90deg, var(--cta-color) 0%, var(--secondary-color) 100%);
    color: #fff;
}
.cta-button:active, .cta-button.primary:active, .btn-form:active {
    transform: scale(0.98);
    box-shadow: 0 2px 8px rgba(76, 70, 157, 0.18);
}
.destaque, .mito-identificacao, .form-feedback {
        background: linear-gradient(90deg, var(--secondary-color) 0%, var(--cta-color) 100%);
        color: #fff;
        padding: 12px 24px;
        border-radius: 8px;
        font-weight: 600;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        margin-bottom: 24px;
        display: inline-block;
    }
.mito-identificacao.destaque {
    color: #fff !important;
}
/* Espaçamento entre seções e elementos */
section {
    padding: 80px 20px 20px 20px;
    margin-bottom: 0;
    scroll-margin-top: 80px;
}
.container {
    margin-bottom: 0;
    text-align: center;
}
.pillar, .myth, .video-container, .form-contato {
    margin-bottom: 32px;
}
.cta-button, .cta-button.primary, .btn-form {
    margin-top: 24px;
    margin-bottom: 24px;
}
/* Hierarquia visual de títulos e textos */
h1 {
    font-size: 3em;
    font-weight: 900;
    margin-bottom: 20px;
}
h2 {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 18px;
}
h3 {
    font-size: 1.25em;
    font-weight: 600;
    margin-bottom: 10px;
}
p, li {
    font-size: 1.08em;
    font-weight: 400;
    margin-bottom: 12px;
}
.descricao-mentor, .publico-mentoria, .mito-identificacao {
    font-size: 1.12em;
    font-weight: 500;
    color: #333;
}
.cta-button, .cta-button.primary, .btn-form {
    min-width: 220px;
    max-width: 100%;
    padding: 15px 35px;
    font-size: 1.15em;
    font-weight: 700;
    border-radius: 50px;
    margin: 16px auto;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: transform 0.3s, background-color 0.3s, box-shadow 0.3s;
    text-align: center;
    letter-spacing: 1px;
}
/* Gradiente escuro para contraste sobre vídeo de fundo */
.hero::before, .hero.fade-in::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(30,30,60,0.7) 0%, rgba(30,30,60,0.5) 60%, rgba(30,30,60,0.7) 100%);
}
.hero .container, .hero.fade-in .container {
    position: relative;
    z-index: 1;
}
/* Contraste para h2 na chamada final */
/* Ajuste para eliminar espaço extra entre CTA-final e footer */
#cta-final {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
#cta-final h2 {
    color: #fff;
    text-shadow: 3px 3px 10px rgba(0,0,0,0.7);
}
/* Vídeo de fundo nas seções hero */
.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.25;
    pointer-events: none;
}
.hero, .hero.fade-in {
    position: relative;
    overflow: hidden;
}
.hero .container, .hero.fade-in .container {
    position: relative;
    z-index: 1;
}
/* Formulário de contato */
.form-contato {
    max-width: 400px;
    margin: 0 auto;
    text-align: left;
}
.input-contato {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1em;
    box-sizing: border-box;
}
.btn-form {
    width: 100%;
    margin-top: 5px;
}
.form-feedback {
    margin-top: 10px;
    display: none;
    color: #4A47A3;
    font-weight: 700;
    text-align: center;
}
/* Animações suaves */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    will-change: opacity, transform;
    transition: opacity 0.8s cubic-bezier(.77,0,.175,1), transform 0.8s cubic-bezier(.77,0,.175,1);
}

.fade-in.visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.cta-button {
    /* ...existing code... */
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.cta-button:active {
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
/* Responsividade para dispositivos móveis */
@media (max-width: 600px) {
    .container {
        padding: 10px;
        max-width: 100%;
    }
    .hero {
        padding: 40px 10px;
    }
    .hero h1 {
        font-size: 2em;
    }
    section h2 {
        font-size: 1.5em;
        margin-bottom: 25px;
    }
    .pillars-section .pillars {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .pillar {
        padding: 15px;
    }
    .problem-section .myths {
        flex-direction: column;
        gap: 10px;
    }
    .video-container {
        margin: 20px auto;
    }
    .author-section img {
        width: 100px;
        height: 100px;
    }
    .cta-button {
        padding: 10px 20px;
        font-size: 1em;
    }
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700;900&display=swap');

:root {
    --primary-color: #4A47A3;
    --secondary-color: #706FD3;
    --cta-color: #AD62AA;
    --text-light: #FFFFFF;
    --text-dark: #333333;
    --bg-light: #F4F4F9;
}

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    background-color: var(--bg-light);
    color: var(--text-dark);
    line-height: 1.6;
    text-align: center;
}

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

.hero {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: var(--text-light);
    padding: 80px 20px;
    text-align: center;
}

.hero h1 {
    font-size: 3em;
    font-weight: 900;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 3px 3px 10px rgba(0,0,0,0.7);
}

.hero p {
    font-size: 1.2em;
    max-width: 600px;
    margin: 0 auto 30px auto;
}

.cta-button {
    display: inline-block;
    background-color: var(--text-light);
    color: var(--primary-color);
    padding: 15px 35px;
    font-size: 1.1em;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.cta-button:hover {
    transform: translateY(-5px);
    background-color: #f0f0f0;
}

.cta-button.primary {
    background-color: var(--cta-color);
    color: var(--text-light);
}

.cta-button.primary:hover {
    background-color: #995594;
}

section {
    padding: 60px 20px;
}

section h2 {
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 40px;
    color: var(--primary-color);
}

.problem-section .myths {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    flex-wrap: wrap;
}

.problem-section .myth {
    background-color: var(--text-light);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    flex: 1;
    min-width: 250px;
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

.myth:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 8px 24px rgba(76, 70, 157, 0.18);
}

.myth h3 {
    font-size: 1.1em;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    margin: 40px auto;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pillars-section .pillars {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    justify-content: center;
    text-align: center;
}

.pillar {
    background: var(--text-light);
    padding: 25px;
    border-left: 5px solid var(--cta-color);
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

.pillar:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 8px 24px rgba(76, 70, 157, 0.18);
}

.pillar h3 {
    margin: 0 0 10px 0;
    color: var(--primary-color);
}

.author-section {
    background-color: var(--text-light);
}

.author-section img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

footer {
    background-color: var(--text-dark);
    color: var(--text-light);
    padding: 20px;
    text-align: center;
}
#contratar-btn {
    background: var(--text-light);
    color: var(--primary-color);
    border: none;
    border-radius: 50px;
    padding: 15px 35px;
    font-size: 1.15em;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: transform 0.3s, background 0.3s, box-shadow 0.3s;
    text-align: center;
    letter-spacing: 1px;
    min-width: 220px;
    max-width: 100%;
    margin: 16px auto;
    display: inline-block;
    cursor: pointer;
}
#contratar-btn:hover {
    transform: scale(1.07);
    box-shadow: 0 8px 24px rgba(76, 70, 157, 0.25);
    background: linear-gradient(90deg, var(--cta-color) 0%, var(--secondary-color) 100%);
    color: #fff;
}
#contratar-btn:active {
    transform: scale(0.98);
    box-shadow: 0 2px 8px rgba(76, 70, 157, 0.18);
}
