.elementor-10 .elementor-element.elementor-element-1cf2940{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-5133bb1 *//* ============================================
   1. IMPORT DA FONTE
   ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');


/* ============================================
   2. RESET E CONFIGURAÇÕES BASE
   ============================================ */
* { 
    margin: 0; 
    padding: 0; 
    box-sizing: border-box; 
}

html {
    scroll-behavior: smooth;
}

body { 
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif !important;
    line-height: 1.6;
    background-color: #000000 !important;
    color: #FFFFFF !important;
    overflow-x: hidden;
}

.container { 
    max-width: 1200px; 
    margin: 0 auto; 
    padding: 0 20px; 
}


/* ============================================
   3. CORREÇÕES PARA ELEMENTOR
   Remove espaços e força background azul
   ============================================ */
body,
.elementor,
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap {
    background-color: #0033A0 !important;
}

.elementor-section {
    margin: 0 !important;
    padding: 0 !important;
}

.elementor-container {
    max-width: 100% !important;
    padding: 0 !important;
}

.elementor-column,
.elementor-widget-wrap,
.elementor-widget-html,
.elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
}


/* ============================================
   4. HEADER (MENU FIXO)
   ============================================ */
.header { 
    position: fixed; 
    top: 0; 
    left: 0; 
    right: 0; 
    z-index: 1000;
    background: rgba(0, 51, 160, 0.95); 
    backdrop-filter: blur(10px);
    padding: 25px 0; 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.header.scrolled { 
    padding: 10px 0; 
    background: rgba(0, 51, 160, 0.98); 
}

.header-content { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
}

/* Logo */
.logo { 
    text-decoration: none; 
    color: #FFFFFF; 
    display: flex; 
    align-items: center;
    gap: 15px;
}

.logo-image {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-image img {
    width: 100%;
    height: 100%;
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.logo-curso { 
    font-size: 14px; 
    font-weight: 700; 
    letter-spacing: 2px; 
    color: #FFD700; 
}

.logo-title { 
    font-size: 16px; 
    font-weight: 600; 
    color: #fff; 
}

/* Navegação */
.nav { 
    display: flex; 
    align-items: center; 
    gap: 30px; 
}

.nav a { 
    color: #FFFFFF; 
    text-decoration: none; 
    font-weight: 500; 
    font-size: 15px; 
    transition: all 0.3s ease; 
}

.nav a:hover { 
    color: #FFD700; 
}

.btn-nav {
    background: #22C387; 
    color: #0033A0; 
    padding: 10px 25px; 
    border-radius: 5px; 
    font-weight: 700;
}

.btn-nav:hover { 
    background: #0f9e67; 
    transform: translateY(-2px); 
    color: #0033A0;
}


/* ============================================
   5. HERO (SEÇÃO PRINCIPAL)
   ============================================ */
.hero {
    padding: 140px 20px 80px;
    background: linear-gradient(135deg, #0033A0 0%, #001d5c 100%);
    color: #fff;
}

.hero-content { 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 60px; 
    align-items: center; 
}

.curso-badge { 
    display: inline-block; 
    color: #FFD700; 
    font-size: 18px; 
    font-weight: 700; 
    letter-spacing: 3px; 
    margin-bottom: 10px; 
}

.hero-title { 
    font-size: 52px; 
    font-weight: 800; 
    line-height: 1.1; 
    margin-bottom: 10px; 
}

.hero-subtitle { 
    font-size: 20px; 
    color: #E0E0E0; 
    margin-bottom: 30px; 
    font-weight: 300; 
}

.hero-description { 
    font-size: 22px; 
    margin-bottom: 40px; 
}

.hero-price {
    display: flex; 
    align-items: center; 
    gap: 15px;
    background: rgba(0, 0, 0, 0.3); 
    padding: 20px 30px; 
    border-radius: 10px;
    border: 2px solid #FFD700;
}

.price-old { 
    font-size: 18px; 
    text-decoration: line-through; 
    color: #E0E0E0; 
}

.price-divider { 
    font-size: 16px; 
    color: #E0E0E0; 
}

.price-current { 
    font-size: 42px; 
    font-weight: 800; 
    color: #FFD700; 
}

.hero-image {
    padding: 40px; 
    text-align: center; 
    min-height: 400px;
    display: flex; 
    align-items: center; 
    justify-content: center;
}

.hero-image img { 
    width: 100%; 
    max-height: 500px; 
    object-fit: contain; 
}


/* ============================================
   6. TÍTULOS DE SEÇÕES (GERAL)
   ============================================ */
.section-title {
    text-align: center; 
    font-size: 28px; 
    font-weight: 700; 
    margin-bottom: 50px;
    color: #FFD700; 
    letter-spacing: 2px;
}


/* ============================================
   7. WHY SECTION (POR QUE ESCOLHER)
   ============================================ */
.why-section { 
    padding: 80px 20px; 
    background: rgba(0, 0, 0, 0.2);
}

.why-content { 
    max-width: 900px; 
    margin: 0 auto; 
}

.why-text { 
    font-size: 18px; 
    text-align: center; 
    line-height: 1.8; 
    margin-bottom: 25px; 
    color: #FFFFFF;
}


/* ============================================
   8. CONTENT SECTION (CONTEÚDO DO CURSO)
   ============================================ */
.content-section { 
    padding: 80px 20px; 
    background: linear-gradient(135deg, #001d5c 0%, #0033A0 100%); 
    color: #fff; 
}

.content-grid { 
    display: grid; 
    grid-template-columns: 2fr 1fr; 
    gap: 60px; 
}

.course-topics { 
    list-style: none; 
    padding: 0; 
}

.course-topics li { 
    display: flex; 
    gap: 15px; 
    margin-bottom: 20px; 
    font-size: 18px; 
    padding: 15px; 
    background: rgba(255, 255, 255, 0.05); 
    border-radius: 8px; 
    transition: all 0.3s; 
}

.course-topics li:hover { 
    background: rgba(255, 255, 255, 0.1); 
    transform: translateX(10px); 
}

.bullet { 
    color: #FFD700; 
    font-size: 24px; 
}

.info-box { 
    background: rgba(0, 0, 0, 0.3); 
    padding: 30px; 
    border-radius: 15px; 
    text-align: center; 
    border: 2px solid #FFD700; 
    margin-bottom: 20px; 
}

.info-label { 
    font-size: 16px; 
    color: #E0E0E0; 
    margin-bottom: 10px; 
}

.info-value { 
    font-size: 36px; 
    font-weight: 800; 
    color: #FFD700; 
}

.info-certificate { 
    font-size: 20px; 
    font-weight: 700; 
    color: #FFD700; 
}


/* ============================================
   9. INSTRUCTOR SECTION (INSTRUTORA)
   ============================================ */
.instructor-section { 
    padding: 80px 20px; 
    background: rgba(0, 0, 0, 0.2);
}

.instructor-content { 
    display: grid; 
    grid-template-columns: 1fr 2fr; 
    gap: 60px; 
    align-items: center; 
    max-width: 1000px; 
    margin: 0 auto; 
}

.instructor-image { 
    position: relative;
}

.instructor-image img { 
    width: 100%;
}

.instructor-text { 
    font-size: 18px; 
    line-height: 1.8; 
    color: #FFFFFF;
}

.instructor-text strong { 
    color: #FFD700;
}


/* ============================================
   10. FAQ SECTION (PERGUNTAS FREQUENTES)
   ============================================ */
.faq-section { 
    padding: 80px 20px; 
    background: transparent;
}

.faq-container { 
    max-width: 900px; 
    margin: 0 auto; 
}

.faq-item { 
    background: rgba(255, 255, 255, 0.05);
    margin-bottom: 15px; 
    border-radius: 10px; 
    overflow: hidden; 
    transition: all 0.3s ease; 
}

.faq-item:hover { 
    background: rgba(255, 255, 255, 0.08);
}

.faq-question { 
    padding: 25px 30px; 
    cursor: pointer; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    font-size: 18px; 
    font-weight: 600; 
    color: #FFFFFF;
    border: none; 
    background: transparent; 
    width: 100%; 
    text-align: left; 
    transition: all 0.3s; 
}

.faq-question:hover { 
    color: #FFD700; 
}

.faq-question.active { 
    color: #FFD700; 
}

.faq-icon { 
    font-size: 24px; 
    font-weight: bold; 
    transition: transform 0.3s; 
    color: #FFD700;
}

.faq-question.active .faq-icon { 
    transform: rotate(45deg); 
}

.faq-answer { 
    max-height: 0; 
    overflow: hidden; 
    transition: max-height 0.3s ease-out; 
    padding: 0 30px; 
}

.faq-answer.active { 
    max-height: 500px; 
    padding: 0 30px 25px 30px; 
}

.faq-answer p { 
    font-size: 16px; 
    line-height: 1.8; 
    color: #E0E0E0;
    margin: 0; 
}


/* ============================================
   11. CTA SECTION (CALL TO ACTION)
   ============================================ */
.cta-section { 
    padding: 80px 20px; 
    background: linear-gradient(135deg, #001d5c 0%, #000518 100%); 
    color: #fff; 
    text-align: center; 
}

.cta-content { 
    max-width: 700px; 
    margin: 0 auto; 
}

.cta-guarantee { 
    font-size: 24px; 
    margin-bottom: 30px; 
    font-weight: 600; 
}

.cta-price { 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    gap: 20px; 
    margin-bottom: 20px; 
    padding: 30px; 
    background: rgba(0, 0, 0, 0.3); 
    border-radius: 15px; 
    border: 2px solid #FFD700; 
}

.promo-text { 
    font-size: 16px; 
    margin-bottom: 30px; 
    color: #E0E0E0; 
}

.promo-text strong { 
    color: #FFD700; 
}

.cta-call { 
    font-size: 20px; 
    font-weight: 600; 
    margin-bottom: 30px; 
}

.btn-cta { 
    display: inline-block; 
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%); 
    color: #fff; 
    padding: 20px 60px; 
    border-radius: 50px; 
    font-size: 24px; 
    font-weight: 800; 
    text-decoration: none; 
    text-transform: uppercase; 
    transition: all 0.3s; 
}

.btn-cta:hover { 
    transform: translateY(-5px); 
    color: #fff; 
    box-shadow: 0 15px 40px rgba(40, 167, 69, 0.5);
}


/* ============================================
   12. FOOTER (RODAPÉ)
   ============================================ */
.footer { 
    padding: 40px 20px; 
    text-align: center; 
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.footer-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-logo {
    width: 120px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-text {
    font-size: 14px;
    color: #E0E0E0;
    margin: 0;
}


/* ============================================
   13. COUNTDOWN
   ============================================ */
.countdown-wrapper {
    margin: 30px 0;
}

.countdown-label {
    font-size: 13px;
    letter-spacing: 2px;
    color: #E0E0E0;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.countdown {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    border: 2px solid rgba(255, 215, 0, 0.35);
    border-radius: 12px;
    padding: 15px 20px;
    min-width: 80px;
    transition: border-color 0.3s;
}

.countdown-item:hover {
    border-color: #FFD700;
}

.countdown-value {
    font-size: 40px;
    font-weight: 800;
    color: #FFD700;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.countdown-unit {
    font-size: 11px;
    color: #E0E0E0;
    letter-spacing: 1px;
    margin-top: 6px;
    text-transform: uppercase;
}


/* ============================================
   14. MENU TOGGLE (HAMBURGUER)
   ============================================ */
.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
    flex-shrink: 0;
}

.hamburger-line {
    display: block;
    width: 100%;
    height: 3px;
    background: #FFD700;
    border-radius: 3px;
    transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
    transform-origin: center;
}

.menu-toggle.active .hamburger-line:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.menu-toggle.active .hamburger-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.menu-toggle.active .hamburger-line:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

body.menu-open {
    overflow: hidden;
}


/* ============================================
   15. SCROLL ANIMATIONS
   ============================================ */
[data-animate] {
    opacity: 0;
    transform: translateY(35px);
    transition: opacity 0.75s ease, transform 0.75s ease;
    will-change: opacity, transform;
}

[data-animate].animated {
    opacity: 1;
    transform: none;
}

[data-animate="fade-left"] {
    transform: translateX(-45px);
    opacity: 0;
}

[data-animate="fade-left"].animated {
    transform: none;
    opacity: 1;
}

[data-animate="fade-right"] {
    transform: translateX(45px);
    opacity: 0;
}

[data-animate="fade-right"].animated {
    transform: none;
    opacity: 1;
}

[data-animate="scale"] {
    transform: scale(0.88);
    opacity: 0;
    transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

[data-animate="scale"].animated {
    transform: scale(1);
    opacity: 1;
}

[data-delay="1"] { transition-delay: 0.1s; }
[data-delay="2"] { transition-delay: 0.2s; }
[data-delay="3"] { transition-delay: 0.3s; }
[data-delay="4"] { transition-delay: 0.4s; }
[data-delay="5"] { transition-delay: 0.5s; }
[data-delay="6"] { transition-delay: 0.6s; }


/* ============================================
   16. KEYFRAMES
   ============================================ */
@keyframes price-bounce {
    0%   { transform: scale(1); }
    30%  { transform: scale(1.18); }
    55%  { transform: scale(0.95); }
    75%  { transform: scale(1.07); }
    90%  { transform: scale(0.98); }
    100% { transform: scale(1); }
}

.price-bounce {
    animation: price-bounce 0.9s ease forwards;
}

@keyframes pulse-glow {
    0%, 100% { box-shadow: 0 8px 30px rgba(34, 195, 135, 0.35); }
    50%       { box-shadow: 0 8px 50px rgba(34, 195, 135, 0.75); }
}

.btn-cta {
    animation: pulse-glow 2.5s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50%       { transform: translateY(-12px); }
}

.hero-image img {
    animation: float 5s ease-in-out infinite;
}

@keyframes gradientShift {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.hero {
    background: linear-gradient(135deg, #0033A0 0%, #001d5c 40%, #003fa5 70%, #001d5c 100%);
    background-size: 300% 300%;
    animation: gradientShift 10s ease infinite;
}

@keyframes countdownTick {
    0%   { transform: scale(1.2); color: #fff; }
    100% { transform: scale(1); color: #FFD700; }
}

.countdown-value.tick {
    animation: countdownTick 0.3s ease forwards;
}

@keyframes headerGlow {
    0%, 100% { box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }
    50%       { box-shadow: 0 2px 20px rgba(0, 51, 160, 0.4); }
}


/* ============================================
   17. RESPONSIVE DESIGN (MEDIA QUERIES)
   ============================================ */
@media (max-width: 1024px) {
    .hero-title {
        font-size: 44px;
    }

    .hero-content {
        gap: 40px;
    }
}

@media (max-width: 768px) {
    /* Header */
    .menu-toggle {
        display: flex;
    }

    .nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: rgba(0, 25, 80, 0.98);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 35px;
        transition: right 0.4s cubic-bezier(0.77, 0, 0.175, 1);
        z-index: 1000;
        padding: 60px 30px;
        box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    }

    .nav.active {
        right: 0;
    }

    .nav a {
        font-size: 18px;
    }

    .btn-nav {
        padding: 14px 35px;
        font-size: 16px;
    }

    /* Hero */
    .hero {
        padding: 110px 20px 60px;
    }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }

    .hero-image {
        padding: 0;
        min-height: auto;
        margin-top: 10px;
    }

    .hero-title {
        font-size: 34px;
    }

    .hero-description {
        font-size: 18px;
    }

    .hero-price {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .price-current {
        font-size: 32px;
    }

    /* Sections */
    .section-title {
        font-size: 20px;
        letter-spacing: 1px;
        margin-bottom: 35px;
    }

    /* Content */
    .content-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .course-topics li {
        font-size: 16px;
    }

    /* Instructor */
    .instructor-content {
        grid-template-columns: 1fr;
        gap: 25px;
        text-align: center;
    }

    .instructor-image {
        max-width: 220px;
        margin: 0 auto;
    }

    /* FAQ */
    .faq-question {
        font-size: 15px;
        padding: 18px 20px;
    }

    .faq-answer {
        padding: 0 20px;
    }

    .faq-answer.active {
        padding: 0 20px 20px 20px;
    }

    /* Countdown */
    .countdown-value {
        font-size: 32px;
    }

    .countdown-item {
        min-width: 70px;
        padding: 12px 15px;
    }

    /* CTA */
    .btn-cta {
        padding: 18px 40px;
        font-size: 20px;
    }

    .cta-price {
        flex-wrap: wrap;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .header {
        padding: 18px 0;
    }

    .logo-title {
        font-size: 13px;
    }

    .hero-title {
        font-size: 28px;
    }

    .hero-description {
        font-size: 16px;
    }

    .hero-price {
        padding: 15px 20px;
    }

    .price-current {
        font-size: 28px;
    }

    .countdown-item {
        min-width: 62px;
        padding: 10px 12px;
    }

    .countdown-value {
        font-size: 26px;
    }

    .btn-cta {
        padding: 16px 28px;
        font-size: 18px;
        width: 100%;
        text-align: center;
    }

    .faq-question {
        font-size: 14px;
        padding: 15px;
    }

    .info-value {
        font-size: 28px;
    }

    .course-topics li {
        font-size: 14px;
        padding: 12px;
    }
}/* End custom CSS */
/* Start custom CSS *//* ============================================
   CSS GLOBAL - LANDING PAGE
   Versão: Organizada e Limpa
   ============================================ */

/* ============================================
   1. RESET E BASE
   ============================================ */
html {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body,
body.elementor-page,
#page,
#content,
.site-content,
.entry-content,
.page-content,
main,
article {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow-x: hidden !important;
}

body {
    min-height: 100vh !important;
    position: relative !important;
}

/* Garante que textos quebrem corretamente */
* {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
}

/* ============================================
   2. ELEMENTOR - CORREÇÕES DE LAYOUT
   ============================================ */
.elementor,
.elementor-inner,
.elementor-section-wrap {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
}

.elementor-section,
.elementor-section.elementor-section-boxed,
.elementor-section.elementor-section-full_width,
.elementor-top-section,
.elementor-section[data-element_type="section"] {
    width: 100% !important;
    max-width: 100vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

.elementor-container,
.elementor-container.elementor-column-gap-default,
.elementor-container.elementor-column-gap-no,
.elementor-container.elementor-column-gap-narrow,
.elementor-container.elementor-column-gap-extended,
.elementor-container.elementor-column-gap-wide,
.elementor-container.elementor-column-gap-wider {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.elementor-row {
    width: 100% !important;
    margin: 0 !important;
}

.elementor-column,
.elementor-column.elementor-col-100,
.elementor-column.elementor-col-50,
.elementor-column-wrap,
.elementor-widget-wrap {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.elementor-element,
.elementor-widget,
.elementor-widget-html,
.elementor-widget-html .elementor-widget-container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ============================================
   3. SEÇÕES DA LP - FULL WIDTH
   ============================================ */
.header,
.hero,
.why-section,
.content-section,
.instructor-section,
.faq-section,
.cta-section,
.footer {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    box-sizing: border-box !important;
}

/* ============================================
   4. CONTAINER PADRÃO
   ============================================ */
.container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 40px !important;
    box-sizing: border-box !important;
}

/* ============================================
   5. HEADER
   ============================================ */
.header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 99999 !important;
    background: rgba(0, 51, 160, 0.95) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    padding: -25px 0 !important;
}

/* Section do Elementor que contém o header */
.elementor-section:has(.header),
.elementor-top-section:has(.header),
.header-section,
.section-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 99999 !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.header .container {
    max-width: 1400px !important;
    padding: 10px 40px !important;
}

.header-content {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
}

/* ============================================
   6. HERO
   ============================================ */
.hero {
    padding: 80px 0 80px 0 !important;
    background: linear-gradient(135deg, #0033A0 0%, #001d5c 100%) !important;
    margin-top: 0 !important;
}

/* Primeira seção com margem para header fixo */
.elementor-section:first-child,
.elementor-top-section:first-child,
.elementor-element:first-child .hero {
    margin-top: 40px !important;
}

.hero .container {
    max-width: 1400px !important;
    padding: 0 40px !important;
}

.hero-content {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 60px !important;
    align-items: center !important;
    width: 100% !important;
}

/* ============================================
   7. WHY SECTION
   ============================================ */
.why-section {
    padding: 80px 0 !important;
    background: rgba(0, 0, 0, 0.2) !important;
}

.why-section .container {
    max-width: 1000px !important;
}

/* ============================================
   8. CONTENT SECTION
   ============================================ */
.content-section {
    padding: 80px 0 !important;
    background: linear-gradient(135deg, #001d5c 0%, #0033A0 100%) !important;
}

.content-section .container {
    max-width: 1200px !important;
}

.content-grid {
    display: grid !important;
    grid-template-columns: 2fr 1fr !important;
    gap: 60px !important;
    width: 100% !important;
}

/* ============================================
   9. INSTRUCTOR SECTION
   ============================================ */
.instructor-section {
    padding: 80px 0 !important;
    background: rgba(0, 0, 0, 0.2) !important;
}

.instructor-section .container {
    max-width: 1000px !important;
}

.instructor-content {
    display: grid !important;
    grid-template-columns: 1fr 2fr !important;
    gap: 60px !important;
    align-items: center !important;
    width: 100% !important;
}

/* ============================================
   10. FAQ SECTION
   ============================================ */
.faq-section {
    padding: 80px 0 !important;
    background: #0033A0 !important;
}

.faq-section .container {
    max-width: 900px !important;
}

.faq-question {
    word-wrap: break-word !important;
    white-space: normal !important;
}

.faq-question span:first-child {
    flex: 1;
    padding-right: 15px;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
}

/* ============================================
   11. CTA SECTION
   ============================================ */
.cta-section {
    min-height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 80px 20px !important;
    background: linear-gradient(135deg, #001d5c 0%, #000518 100%) !important;
    color: #fff !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

.cta-section .container {
    width: 100% !important;
    max-width: 800px !important;
    margin: 0 auto !important;
}

.cta-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 20px !important;
}

.cta-section .section-title {
    margin-bottom: 10px !important;
}

.cta-guarantee {
    font-size: 28px !important;
    font-weight: 600 !important;
    color: #FFFFFF !important;
    margin: 0 !important;
}

.cta-price {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
    padding: 25px 40px !important;
    background: rgba(0, 0, 0, 0.3) !important;
    border-radius: 15px !important;
    border: 2px solid #FFD700 !important;
    flex-wrap: wrap !important;
}

.promo-text {
    font-size: 16px !important;
    color: #E0E0E0 !important;
    margin: 0 !important;
}

.promo-text strong {
    color: #FFD700 !important;
}

.cta-call {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #FFFFFF !important;
    margin: 10px 0 !important;
}

/* ============================================
   12. BOTÃO CTA
   ============================================ */
.btn-cta {
    display: inline-block !important;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%) !important;
    color: #fff !important;
    padding: 20px 60px !important;
    border-radius: 50px !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    transition: all 0.3s !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: 0 10px 30px rgba(40, 167, 69, 0.4) !important;
}

.btn-cta:hover {
    transform: translateY(-5px) !important;
    color: #fff !important;
    box-shadow: 0 15px 40px rgba(40, 167, 69, 0.6) !important;
}

/* ============================================
   13. FOOTER
   ============================================ */
.footer {
    padding: 40px 0 !important;
    background: #000B2E !important;
    text-align: center !important;
    margin-bottom: 0 !important;
    padding-bottom: 40px !important;
    position: relative !important;
    z-index: 1 !important;
}

.footer .container {
    max-width: 1200px !important;
}

/* ============================================
   14. COUNTDOWN TIMER
   ============================================ */
.countdown-wrapper {
    margin: 30px 0;
    text-align: center;
}

.countdown-label {
    font-size: 14px;
    color: #E0E0E0;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.countdown {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px 25px;
    border-radius: 10px;
    border: 2px solid #FFD700;
    min-width: 80px;
}

.countdown-value {
    font-size: 36px;
    font-weight: 800;
    color: #FFD700;
    line-height: 1;
}

.countdown-unit {
    font-size: 12px;
    color: #E0E0E0;
    text-transform: uppercase;
    margin-top: 8px;
    letter-spacing: 1px;
}

/* ============================================
   15. MENU HAMBURGUER (MOBILE)
   ============================================ */
.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 5px;
    z-index: 100001;
}

.hamburger-line {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #FFFFFF;
    margin: 3px 0;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Animação X quando ativo */
.menu-toggle.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.menu-toggle.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* ============================================
   16. ANIMAÇÕES
   ============================================ */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes priceBounce {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.price-bounce {
    animation: priceBounce 0.5s ease;
}

.animated {
    animation: fadeInUp 0.6s ease forwards;
}

/* ============================================
   17. TÍTULOS DAS SEÇÕES
   ============================================ */
.section-title {
    font-size: 28px;
    padding: 0 10px;
    box-sizing: border-box;
}

/* ============================================
   18. RESPONSIVO - TABLET (até 968px)
   ============================================ */
@media screen and (max-width: 968px) {
    .container {
        padding: 0 30px !important;
    }
    
    .hero-content {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }
    
    .hero-title {
        font-size: 42px !important;
    }
    
    .hero-image {
        min-height: 300px !important;
    }
    
    .content-grid {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }
    
    .instructor-content {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
        text-align: center !important;
    }
    
    .instructor-image {
        max-width: 300px !important;
        margin: 0 auto !important;
    }
}

/* ============================================
   19. RESPONSIVO - MOBILE (até 768px)
   ============================================ */
@media screen and (max-width: 768px) {
    /* Base */
    html, body {
        overflow-x: hidden !important;
    }
    
    .container {
        padding: 0 20px !important;
    }
    
    /* Elementor fixes */
    .elementor-section,
    .elementor-section.elementor-section-boxed,
    .elementor-section.elementor-section-full_width,
    .elementor-top-section {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    /* Header */
    .header {
        padding: 30px 0 !important;
        padding: -25px 0 !important;
    }
    
    .header .container {
        padding: 0 15px !important;
    }
    
    .logo-image {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
    }
    
    .logo-curso {
        font-size: 12px !important;
    }
    
    .logo-title {
        font-size: 14px !important;
    }
    
    /* Menu Mobile */
    .menu-toggle {
        display: flex !important;
    }
    
    .nav {
        position: fixed !important;
        top: 0 !important;
        right: -100% !important;
        width: 80% !important;
        max-width: 300px !important;
        height: 100vh !important;
        background: #001d5c !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        padding: 100px 30px 30px 30px !important;
        gap: 0 !important;
        transition: right 0.3s ease !important;
        z-index: 100000 !important;
        box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3) !important;
        display: flex !important;
    }
    
    .nav.active {
        right: 0 !important;
    }
    
    .nav a {
        padding: 15px 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        width: 100% !important;
        font-size: 18px !important;
    }
    
    .nav .btn-nav {
        margin-top: 20px !important;
        text-align: center !important;
    }
    
    /* Overlay quando menu está aberto */
    body.menu-open::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 99999;
    }
    
    body.menu-open {
        overflow: hidden;
    }
    
    /* Hero */
    .hero {
        padding: 90px 0 50px 0 !important;
    }
    
    .hero .container {
        margin-top: -20px;
        padding: 20px 5px !important;
    }
    
    .hero-content {
        display: flex !important;
        flex-direction: column-reverse !important;
        gap: 30px !important;
        align-items: center !important;
    }
    
    .hero-text {
        text-align: center !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .hero-image {
        width: 100% !important;
        max-width: 320px !important;
        margin: 0 auto !important;
        min-height: 180px !important;
        padding: 25px 20px !important;
        border-radius: 15px !important;
    }
    
    /* Reduzir o espaço da hero-image */
.hero-image {
    min-height: auto !important;
    margin-top: -60px !important;
}

/* E/ou ajustar o gap do hero-content */
.hero-content {
    gap: 10px !important;  /* Estava 30px, reduzir */
}
    
    .curso-badge {
        font-size: 16px !important;
        letter-spacing: 3px !important;
        margin-bottom: 10px !important;
    }
    
    .hero-title {
        font-size: 36px !important;
        line-height: 1.1 !important;
        text-align: center !important;
        margin-bottom: 10px !important;
    }
    
    .hero-subtitle {
        font-size: 16px !important;
        text-align: center !important;
        margin-bottom: 20px !important;
    }
    
    .hero-description {
        font-size: 18px !important;
        line-height: 1.5 !important;
        text-align: center !important;
        margin-bottom: 25px !important;
    }
    
    .hero-price,
    .cta-price {
        flex-direction: column !important;
        gap: 10px !important;
        padding: 20px !important;
        text-align: center !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: 300px !important;
    }
    
    /* Preços */
    .price-old {
        font-size: 16px !important;
    }
    
    .price-divider {
        font-size: 14px !important;
    }
    
    .price-current {
        font-size: 32px !important;
    }
    
    /* Seções gerais */
    .why-section,
    .content-section,
    .instructor-section,
    .faq-section {
        padding: 50px 0 !important;
    }
    
    .footer {
        padding: 30px 0 !important;
        margin-bottom: 0 !important;
    }
    
    /* Títulos */
    .section-title {
        font-size: 18px !important;
        margin-bottom: 30px !important;
        letter-spacing: 1px !important;
        padding: 0 15px !important;
        line-height: 1.3 !important;
        white-space: nowrap !important;
    }
    
    /* Why section */
    .why-text {
        font-size: 15px !important;
        line-height: 1.6 !important;
        padding: 0 10px !important;
    }
    
    /* Content */
    .content-grid {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
    
    .course-topics li {
        font-size: 14px !important;
        padding: 12px 15px !important;
        line-height: 1.4 !important;
    }
    
    .course-topics li span:last-child {
        flex: 1;
        min-width: 0;
    }
    
    .bullet {
        font-size: 16px !important;
        flex-shrink: 0 !important;
    }
    
    /* Info boxes */
    .info-box {
        padding: 20px 15px !important;
    }
    
    .info-label {
        font-size: 14px !important;
    }
    
    .info-value {
        font-size: 28px !important;
    }
    
    .info-certificate {
        font-size: 16px !important;
    }
    
    /* Instructor */
    .instructor-content {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
    
    .instructor-image {
        max-width: 250px !important;
        min-height: 150px !important;
        padding: 30px !important;
    }
    
    .instructor-text {
        font-size: 15px !important;
        line-height: 1.6 !important;
        text-align: center !important;
        padding: 0 10px !important;
    }
    
    /* FAQ */
    .faq-container {
        padding: 0 !important;
    }
    
    .faq-item {
        margin-bottom: 12px !important;
    }
    
    .faq-question {
        font-size: 14px !important;
        padding: 15px !important;
        line-height: 1.4 !important;
        text-align: left !important;
        gap: 10px !important;
    }
    
    .faq-question span:first-child {
        flex: 1 !important;
        min-width: 0 !important;
    }
    
    .faq-icon {
        font-size: 18px !important;
        flex-shrink: 0 !important;
    }
    
    .faq-answer {
        padding: 0 15px !important;
    }
    
    .faq-answer.active {
        padding: 0 15px 15px 15px !important;
    }
    
    .faq-answer p {
        font-size: 13px !important;
        line-height: 1.6 !important;
    }
    
    /* CTA section */
    .cta-section {
        min-height: 100vh !important;
        padding: 60px 20px !important;
    }
    
    .cta-guarantee {
        font-size: 22px !important;
        padding: 0 10px !important;
    }
    
    .cta-call {
        font-size: 16px !important;
        padding: 0 10px !important;
        line-height: 1.4 !important;
    }
    
    .promo-text {
        font-size: 14px !important;
        padding: 0 10px !important;
    }
    
    .btn-cta {
        font-size: 16px !important;
        padding: 15px 30px !important;
        max-width: 280px !important;
        width: 100% !important;
    }
    
    /* Footer */
    .footer-logos {
        flex-direction: column !important;
        gap: 20px !important;
    }
    
    .footer-logo {
        width: 100px !important;
        height: 50px !important;
    }
    
    .footer-text {
        font-size: 12px !important;
        padding: 0 15px !important;
        line-height: 1.5 !important;
    }
    
    /* Countdown */
    .countdown-item {
        padding: 15px 18px;
        min-width: 65px;
    }
    
    .countdown-value {
        font-size: 28px;
    }
    
    .countdown-unit {
        font-size: 10px;
    }
}

/* ============================================
   20. RESPONSIVO - MOBILE PEQUENO (até 480px)
   ============================================ */
@media screen and (max-width: 480px) {
    
    .header {
        padding: 35px 0 !important;
    }
    
    .container {
        padding: 20px 10px 5px 10px; !important;
    }
    
    .hero {
    margin-top: 0 !important;
    }
    
    .hero-content {
    margin-top: 5px;
    margin-bottom: 20px; /* compensa o espaço vazio */
    }
    
    .hero-title {
        font-size: 34px !important;
    }
    
    .hero-subtitle {
        font-size: 18px !important;
    }
    
    .hero-description {
        font-size: 20px !important;
    }
    
    .section-title {
        font-size: 18px !important;
    }
    
    .price-current {
        font-size: 28px !important;
    }
    
    /* FAQ */
    .faq-question {
        font-size: 13px !important;
        padding: 12px !important;
    }
    
    .faq-answer p {
        font-size: 12px !important;
    }
    
    /* Content */
    .course-topics li {
        font-size: 13px !important;
    }
    
    /* CTA */
    .cta-section {
        padding: 50px 15px !important;
    }
    
    .cta-guarantee {
        font-size: 18px !important;
    }
    
    .cta-call {
        font-size: 14px !important;
    }
    
    .btn-cta {
        font-size: 14px !important;
        padding: 12px 25px !important;
    }
    
    .instructor-text {
        margin-top: -60px;
    }
    
    /* Countdown */
    .countdown {
        gap: 10px;
    }
    
    .countdown-item {
        padding: 12px 14px;
        min-width: 55px;
    }
    
    .countdown-value {
        font-size: 22px;
    }
    
    #maker {
        margin-top: -30px;
    }
    
    .elementor-element-5133bb1 {
        margin-top: 0 !important;
    }
}/* End custom CSS */