@font-face {
    font-family: 'Geist';
    src: url('assets/fonts/Geist-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('assets/fonts/Geist-ExtraLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('assets/fonts/Geist-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('assets/fonts/Geist-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('assets/fonts/Geist-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('assets/fonts/Geist-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('assets/fonts/Geist-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('assets/fonts/Geist-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('assets/fonts/Geist-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

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

body {
    font-family: 'Geist', 'Geist Sans', 'Geist Mono', Arial, sans-serif;
    line-height: 1.6;
    color: #ffffff;
}

.top-banner {
    background-color: #0037ff;
    color: white;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    font-size: 12px;
}

.hero {
    min-height: 70vh;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(assets/fundo.png);
    background-size: contain;
    margin-top: 2%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding: 2rem 4rem 6rem 12rem;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #000;
}

.hero-content {
    max-width: 350px;
    width: 100%;
    margin-left: 0;
    animation: fadeInUp 1s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.hero-left {
    max-width: 100%;
    padding-right: 0;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
}

.logo {
    max-width: 150px;
    margin: 0 0 1rem 0;
}

.hero-text {
    margin-bottom: 1rem;
}

.hero-subtitle.large {
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0.6rem;
    line-height: 1.4;
    max-width: 400px; /* Largura máxima para alinhar com o botão (ajustar conforme necessário) */
    margin-left: 0; /* Garantir alinhamento à esquerda */
}

h1 {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
    color: #fff;
    line-height: 1.2;
}

.hero-subtitle.small {
    font-size: 0.8rem;
    font-weight: 400;
    color: #e0e0e0;
    margin-bottom: 1.2rem;
    line-height: 1.4;
    max-width: 400px; /* Largura máxima para alinhar com o botão (ajustar conforme necessário) */
    margin-left: 0; /* Garantir alinhamento à esquerda */
}

.hero-description {
    font-size: 1rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2rem;
}

.event-info {
    margin-bottom: 1.5rem;
}

.event-date {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    font-size: 0.9rem;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.video-section {
    position: relative;
    background-color: #000;
    padding: 2rem 1rem;
    text-align: center;
    overflow: hidden;
}

#particles-js-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.video-section h2 {
    position: relative;
    z-index: 2;
    color: #fff;
    margin-bottom: 1rem;
}

.video-section .blue-line {
    position: relative;
    z-index: 2;
    margin-bottom: 3rem;
}

.video-container {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    overflow: hidden;
}

.custom-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: transform 0.3s ease;
    z-index: 10; /* Make sure it's above the video */
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-play-button i {
    font-size: 3rem;
    color: #fff;
}

.custom-play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background-color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 768px) {
    .video-section {
        padding: 1rem 1rem;
    }
    
    .video-container {
        max-width: 100%;
    }

    .custom-play-button {
        width: 60px; /* Smaller button on mobile */
        height: 60px; /* Smaller button on mobile */
        font-size: 2rem;
    }
    
    .custom-play-button i {
        font-size: 2rem;
    }
}

.video-overlay-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.6); /* Fundo semi-transparente */
    color: white;
    border: none;
    border-radius: 50%;
    width: 70px; /* Tamanho do botão */
    height: 70px; /* Tamanho do botão */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem; /* Tamanho do ícone */
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10; /* Garantir que fique acima do vídeo */
}

.video-overlay-button:hover {
    background-color: rgba(0, 0, 0, 0.8); /* Fundo mais escuro no hover */
    transform: translate(-50%, -50%) scale(1.1); /* Aumentar um pouco no hover */
}

.video-overlay-button i {
    pointer-events: none; /* Permite clicar no botão, não no ícone */
}

.video-section .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .hero {
        min-height: 100vh;
        text-align: center;
        /* Keep content centered vertically */
        justify-content: center; /* Center content vertically */
        /* Add significant top padding to push content down */
        padding: 12rem 1rem 4rem 1rem; /* Increased top padding slightly more */
        background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
                    url('assets/fundomob.png'); /* Updated image name */
        background-size: 100% auto; /* Make background size 100% width, auto height */
        background-position: top center; /* Position top to keep people visible */
        background-repeat: no-repeat;
        background-attachment: scroll;
    }

    .hero-content {
        /* Ensure content is centered horizontally within the flex container */
        align-items: center;
        /* Keep margin-bottom, remove margin-top if any */
        margin: 0 auto 2rem auto; /* Maintain bottom margin */
        /* Remove existing justify-content as it might interfere with flex-direction: column */
        /* justify-content: center; */
    }

    .hero-left {
        max-width: 100%;
        padding-right: 0;
        align-items: center;
    }



    .hero-text {
        margin-bottom: 0.8rem;
    }

    .hero-subtitle.large {
        font-size: 1.3rem;
        font-weight: 400;
        margin-bottom: 0.4rem;
        max-width: 90%; /* Ajuste para mobile */
        margin-left: auto; /* Centralizar no mobile */
        margin-right: auto; /* Centralizar no mobile */
    }

    h1 {
        font-size: 1.4rem;
        margin-bottom: 0.3rem;
        line-height: 1.1;
    }

    .hero-subtitle.small {
        font-size: 0.7rem;
        margin-bottom: 1rem;
        line-height: 1.4;
        max-width: 90%; /* Ajuste para mobile */
        margin-left: auto; /* Centralizar no mobile */
        margin-right: auto; /* Centralizar no mobile */
    }

    .hero-description {
        font-size: 0.9rem;
        line-height: 1.3;
    }

    .event-info {
        margin-bottom: 1rem;
    }

    .event-date {
        font-size: 0.8rem;
        padding: 0.3rem 0.6rem;
    }

    .video-section {
        padding: 0 1rem 2rem 1rem;
    }

    .video-section .video-container {
        max-width: 90%;
        margin: 0 auto;
    }

    .video-overlay-button {
        width: 60px; /* Tamanho menor no mobile */
        height: 60px; /* Tamanho menor no mobile */
        font-size: 1.8rem; /* Tamanho do ícone no mobile */
    }
}

.cta-button {
    margin-top: 0.5rem;
    display: inline-block;
    background: linear-gradient(45deg, #007bff, #00a2ff);
    color: white;
    padding: 0.7rem 1.5rem;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    animation: pulse 2s infinite;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
    /* max-width: 400px; */ /* Removendo restrição de largura */
    /* width: 100%; */ /* Removendo restrição de largura */
    /* text-align: center; */ /* Remover se não for mais necessário centralizar o texto */
}

.cta-button:hover {
    background: linear-gradient(45deg, #0056b3, #007bff);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
}

.cta-button:active {
    transform: translateY(1px);
}

@media (max-width: 768px) {
    .cta-button {
        padding: 0.8rem 1.6rem;
        font-size: 0.75rem;
        /* max-width: 90%; */ /* Removendo restrição de largura mobile */
        /* width: 100%; */ /* Removendo restrição de largura mobile */
        margin-left: auto;
        margin-right: auto;
    }
}

/* Testimonials Section */
.testimonials {
    position: relative;
    background-color: #000;
    padding: 8rem 2rem;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* Attempting subtle black to blue using very dark blue stops */
    background: linear-gradient(135deg, #000000 0%, #08081a 50%, #0a0a0a 100%) !important;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
    transform: none;
    will-change: transform;
    backface-visibility: hidden;
    perspective: 1000;
}

#particles-js canvas {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.testimonials-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 2rem 0;
    text-align: center;
    animation: fadeInUp 1s ease-out;
}

h2 {
    font-size: 2.2rem !important;
    line-height: 1.3 !important;
    max-width: 800px !important;
    margin: 0 auto 2rem !important;
    color: #fff !important;
    position: relative !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
}

h2::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #007bff, transparent);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.5s ease;
}

h2:hover::after {
    transform: scaleX(1);
}

.blue-line {
    width: 60px;
    height: 3px;
    background-color: #007bff;
    margin: 0 auto 1.5rem;
    animation: glow 3s infinite;
}

.section-description {
    font-size: 1.1rem !important;
    line-height: 1.6 !important;
    max-width: 800px !important;
    margin: 0 auto 2rem !important;
    color: rgba(255, 255, 255, 0.9) !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

.section-description-v2 {
    font-size: 1.1rem !important;
    line-height: 1.6 !important;
    max-width: 800px !important;
    margin: 0 auto 2rem !important;
    color: rgba(255, 255, 255, 0.9) !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    border-left: 3px solid #007bff;
    text-align: start;
    padding-left: 1rem;
}

.testimonials-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 2rem !important;
    margin: 2rem auto !important;
    max-width: 1200px !important;
}

.testimonial-card {
    background: rgba(20, 20, 20, 0.7) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2) !important;
    border-radius: 15px !important;
    padding: 2rem !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
}

.testimonial-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 30px rgba(0, 123, 255, 0.15) !important;
    border-color: rgba(0, 123, 255, 0.3) !important;
}

.testimonial-icon {
    font-size: 2.5rem !important;
    color: #007bff !important;
    margin-bottom: 1.5rem !important;
    transition: all 0.3s ease !important;
}

.testimonial-card:hover .testimonial-icon {
    transform: scale(1.1) !important;
    color: #00a2ff !important;
}

.testimonial-card p {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 1.1rem !important;
    line-height: 1.4 !important;
    margin: 0 !important;
}

.testimonial-card:nth-child(2) { animation-delay: 0.2s; }
.testimonial-card:nth-child(3) { animation-delay: 0.4s; }

.testimonial-card h3 {
    margin-bottom: 1rem;
    color: #007bff;
    font-size: 1.3rem;
    line-height: 1.4;
}

.quote-section {
    text-align: center;
    margin: 6rem auto;
    padding: 3rem 2rem;
    max-width: 900px;
}

.highlight-text {
    font-size: 2rem !important;
    color: #007bff;
    margin-bottom: 3rem;
    line-height: 1.4;
}

.quote-text {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1.6;
}

/* Results Section */
.results {
    position: relative;
    background-color: #000;
    padding: 8rem 2rem;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Attempting subtle dark grey to blue using very dark blue stops */
    background: linear-gradient(135deg, #0a0a0a 0%, #08081a 50%, #000000 100%) !important;
}

#particles-js-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.results-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 2rem 0;
    text-align: center;
    animation: fadeInUp 1s ease-out;
}

.results-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 2rem !important;
    margin: 2rem auto !important;
    max-width: 1200px !important;
}

.result-card,
.result-card-center {
    background: rgba(20, 20, 20, 0.7) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2) !important;
    border-radius: 15px !important;
    padding: 2rem !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
}

.result-card:hover,
.result-card-center:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 30px rgba(0, 123, 255, 0.15) !important;
    border-color: rgba(0, 123, 255, 0.3) !important;
}

.result-icon {
    font-size: 2.5rem !important;
    color: #007bff !important;
    margin-bottom: 1.5rem !important;
    transition: all 0.3s ease !important;
}

.result-card:hover .result-icon {
    transform: scale(1.1) !important;
    color: #00a2ff !important;
}

.result-card h3,
.result-card-center h3 {
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 600;
}

.result-card p,
.result-card-center p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    line-height: 1.4;
    text-align: center;
    margin: 0 auto;
    max-width: 250px;
}

.quote-section-blue {
    text-align: center;
    margin: 6rem auto;
    padding: 3rem 2rem;
    max-width: 900px;
}

.highlight-text-large {
    font-size: 2rem !important;
    color: #007bff;
    margin-bottom: 3rem !important;
    line-height: 1.4 !important;
}

/* Learning Section */
.learning {
    position: relative;
    background-color: #000;
    padding: 8rem 2rem;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Attempting subtle black to blue using very dark blue stops */
    background: linear-gradient(135deg, #000000 0%, #08081a 50%, #0a0a0a 100%) !important;
}

#particles-js-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.learning-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 2rem 0;
    text-align: center;
    animation: fadeInUp 1s ease-out;
}

.learning h2 {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 1.5rem;
}

.learning .section-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 3rem;
    line-height: 1.6;
    margin-top: 2rem;
}

.learning-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 2rem !important;
    margin: 3rem auto 4rem !important;
    max-width: 1200px !important;
}

.learning-card {
    background: rgba(20, 20, 20, 0.7) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2) !important;
    border-radius: 15px !important;
    padding: 2.5rem !important;
    text-align: center !important;
    transition: transform 0.3s ease !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 280px !important;
}

.learning-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 10px 30px rgba(0, 123, 255, 0.2) !important;
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.1), rgba(20, 20, 20, 0.6)) !important;
}

.learning-card .decorative-icon {
    font-size: 2.5rem !important;
    margin-bottom: 1.5rem !important;
    color: #007bff !important;
    transition: all 0.3s ease !important;
}

.learning-card:hover .decorative-icon {
    transform: scale(1.1) !important;
    color: #00a2ff !important;
}

.learning-card h3 {
    color: #fff !important;
    font-size: 1.2rem !important;
    margin-bottom: 1rem !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
}

.learning-card p {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .learning-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1.5rem !important;
        padding: 0 1rem !important;
    }
}

@media (max-width: 768px) {
    .learning {
        padding: 6rem 1.5rem;
    }

    .learning h2 {
        font-size: 2rem;
    }

    .learning .section-description {
        font-size: 1rem;
    }

    .learning-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
        max-width: 400px !important;
        margin: 2rem auto 3rem !important;
    }

    .learning-card {
        padding: 1.5rem !important;
        min-height: 220px !important;
    }

    .learning-card h3 {
        font-size: 1.2rem !important;
    }

    .learning-card p {
        font-size: 0.95rem !important;
    }

    .learning-card .decorative-icon {
        font-size: 2rem !important;
    }
}

.learning-card-wide {
    grid-column: 1 / -1;
    max-width: 700px;
    margin: 1rem auto 0;
}

.emoji {
    display: block;
    margin-bottom: 1rem;
}

.emoji i {
    font-size: 2.5rem;
    color: #fff;
    opacity: 0.9;
}

.learning-card:hover .emoji i {
    color: #007bff;
    transform: scale(1.1);
    transition: all 0.3s ease;
}

.learning-card h3 {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.4;
}

.learning-card p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* Schedule Section */
.schedule {
    position: relative;
    background-color: #000;
    padding: 8rem 2rem;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0a0a0a, #000000) !important;
}

#particles-js-4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.schedule-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 2rem 0;
    text-align: center;
    animation: fadeInUp 1s ease-out;
}

.schedule h2 {
    font-size: 2.2rem;
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.schedule .blue-line {
    width: 80px;
    height: 3px;
    background-color: #007bff;
    margin: 0 auto 3rem;
    animation: glow 3s infinite;
}

.schedule-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.schedule-card {
    background: rgba(20, 20, 20, 0.7) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2) !important;
    border-radius: 12px;
    padding: 2rem;
    text-align: left;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    gap: 2rem;
    animation: fadeInUp 0.8s ease-out;
    animation-fill-mode: both;
}

.schedule-card:nth-child(2) { animation-delay: 0.2s; }
.schedule-card:nth-child(3) { animation-delay: 0.4s; }

.schedule-card:hover {
    transform: translateX(10px);
}

.schedule-card h3 {
    color: #007bff;
    font-size: 1.1rem;
    font-weight: 600;
    min-width: 100px;
}

.schedule-card p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
}

/* Program Section */
.program {
    position: relative;
    background-color: #000;
    padding: 8rem 2rem;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #000000, #0a0a0a) !important;
}

#particles-js-5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.program-content {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    animation: fadeInUp 1s ease-out;
}

.program h2 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.program .blue-line {
    width: 80px;
    height: 3px;
    background-color: #007bff;
    margin: 0 auto 3rem;
    animation: glow 3s infinite;
}

.program-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    margin-bottom: 4rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.program-card {
    background: rgba(20, 20, 20, 0.7) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2) !important;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    animation: fadeInUp 0.8s ease-out;
    animation-fill-mode: both;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 400px;
    margin: 0 auto;
}

.program-card h3 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    text-align: center;
    font-weight: 600;
}

.timeline {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    width: 100%;
    max-width: none;
    margin: 0;
    text-align: left;
}

.timeline-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    color: rgba(255, 255, 255, 0.8);
    padding: 0.5rem 1.2rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: rgba(0, 123, 255, 0.05);
    box-sizing: border-box;
    min-width: 320px;
}

.timeline-item:hover {
    background: rgba(0, 123, 255, 0.1);
}

.timeline-item span {
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    min-width: 60px;
    text-align: right;
    flex-shrink: 0;
}

.timeline-item p {
    margin: 0;
    font-size: 1rem;
    text-align: left;
    flex: 1;
    word-break: break-word;
}

.program-card.bonus {
    background: rgba(20, 20, 20, 0.7) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    position: relative;
    overflow: hidden;
    grid-column: 1 / -1;
    max-width: 500px;
    margin: 0 auto 2rem;
}

.program-card.bonus::before {
    content: 'BÔNUS';
    position: absolute;
    top: 1rem;
    right: -2rem;
    background: #007bff;
    color: white;
    padding: 0.3rem 3rem;
    transform: rotate(45deg);
    font-size: 0.8rem;
    font-weight: bold;
    letter-spacing: 1px;
}

.program-card.bonus h3 {
    color: #fff;
    margin-bottom: 2.5rem;
}

.program-card.bonus .timeline-item {
    background: rgba(0, 123, 255, 0.05);
    margin: 0 auto;
    max-width: 90%;
}

.program-card.bonus .timeline-item:hover {
    background: rgba(0, 123, 255, 0.1);
}

.resumo-title {
    margin: 4rem 0 3rem;
}

.comparison-grid {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 1.5rem;
    margin-bottom: 3rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.comparison-card {
    background: rgba(20, 20, 20, 0.7) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2) !important;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    animation: fadeInUp 0.8s ease-out;
    animation-fill-mode: both;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 320px;
}

.comparison-card h3 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.negative-list,
.positive-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.negative-list li,
.positive-list li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.4;
    width: 100%;
    text-align: center;
}

.negative-list li::before {
    content: "✕";
    position: absolute;
    left: 0;
    color: #ff4444;
}

.positive-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #00C851;
}

.program .cta-button {
    margin-top: 2rem;
    display: inline-block;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .hero {
        min-height: 100vh;
        text-align: center;
        /* Keep content centered vertically */
        justify-content: center; /* Center content vertically */
        /* Add significant top padding to push content down */
        padding: 12rem 1rem 1rem 1rem; /* Increased top padding slightly more */
        background: linear-gradient(rgba(14, 0, 51, 0.2), rgba(0, 0, 0, 0.1)),
                    url('assets/fundomob.png'); /* Updated image name */
        background-size: 100% auto; /* Make background size 100% width, auto height */
        background-position: top center; /* Position top to keep people visible */
        background-repeat: no-repeat;
        background-attachment: scroll;
        margin-bottom: -120px;
    }

    .hero-content {
        /* Ensure content is centered horizontally within the flex container */
        align-items: center;
        /* Keep margin-bottom, remove margin-top if any */
        margin: -6rem auto 2rem auto; /* Maintain bottom margin */
        /* Remove existing justify-content as it might interfere with flex-direction: column */
        /* justify-content: center; */
    }

    .hero-left {
        max-width: 100%;
        padding-right: 0;
        align-items: center;
    }

    .logo {
        max-width: 200px;
        margin: 0 auto 0.8rem auto;
    }

    .hero-text {
        margin-bottom: 0.8rem;
    }

    .hero-subtitle.large {
        font-size: 1.3rem;
        font-weight: 400;
        margin-bottom: 0.4rem;
        max-width: 90%; /* Ajuste para mobile */
        margin-left: auto; /* Centralizar no mobile */
        margin-right: auto; /* Centralizar no mobile */
    }

    h1 {
        font-size: 1.4rem;
        margin-bottom: 0.3rem;
        line-height: 1.1;
    }

    .hero-subtitle.small {
        font-size: 0.7rem;
        margin-bottom: 1rem;
        line-height: 1.4;
        max-width: 90%; /* Ajuste para mobile */
        margin-left: auto; /* Centralizar no mobile */
        margin-right: auto; /* Centralizar no mobile */
    }

    .hero-description {
        font-size: 0.9rem;
        line-height: 1.3;
    }

    .event-info {
        margin-bottom: 1rem;
    }

    .event-date {
        font-size: 0.8rem;
        padding: 0.3rem 0.6rem;
    }

    .video-container {
        margin: 0.8rem auto;
    }

    .cta-button {
        font-size: 0.8rem;
        padding: 0.6rem 1.2rem;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    h2 {
        font-size: 1.8rem !important;
        margin-bottom: 1.5rem !important;
    }

    .section-description {
        font-size: 1rem !important;
        margin-bottom: 3rem !important;
    }

    .quote-text {
        font-size: 1rem;
    }

    .results-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .result-card,
    .result-card-center {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
        min-height: auto;
    }

    .result-card h3,
    .result-card-center h3 {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }

    .result-card p,
    .result-card-center p {
        font-size: 0.95rem;
    }

    .highlight-text {
        font-size: 1.6rem !important;
        margin-bottom: 2rem !important;
    }

    .learning {
        padding: 6rem 1.5rem;
    }

    .learning h2 {
        font-size: 2rem;
    }

    .learning .section-description {
        font-size: 1rem;
    }

    .learning-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .learning-card {
        padding: 1.5rem;
        min-height: 220px;
    }

    .learning-card h3 {
        font-size: 1.2rem;
    }

    .learning-card p {
        font-size: 0.95rem;
    }

    .emoji i {
        font-size: 2rem;
    }

    .learning-card-wide {
        margin: 0.5rem auto 0;
    }

    .schedule {
        padding: 6rem 1.5rem;
    }

    .schedule h2 {
        font-size: 1.8rem;
    }

    .schedule-card {
        padding: 1.2rem 1.5rem;
        flex-direction: column;
        gap: 0.8rem;
        align-items: flex-start;
    }

    .schedule-card h3 {
        min-width: auto;
        margin-bottom: 0.3rem;
    }

    .schedule-card p {
        font-size: 0.95rem;
    }

    .program {
        padding: 6rem 1.5rem;
    }

    .program h2 {
        font-size: 1.6rem;
    }

    .program-grid,
    .comparison-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .program-card,
    .comparison-card {
        padding: 1.5rem;
    }

    .timeline-item {
        font-size: 0.9rem;
    }

    .negative-list li,
    .positive-list li {
        font-size: 0.9rem;
        padding-left: 1.5rem;
    }

    .cta-button, .pricing-button, .waiting-list-button, .contact-button {
        padding: 0.8rem 1.6rem;
        font-size: 0.75rem;
    }

    .comparison-grid {
        flex-direction: column;
        gap: 1.5rem;
        align-items: center;
    }
    .comparison-card {
        min-width: 0;
        width: 100%;
        max-width: 400px;
    }

    .video-section .video-container {
        max-width: 90%;
        margin: 0 auto;
    }

    .video-overlay-button {
        width: 60px; /* Tamanho menor no mobile */
        height: 60px; /* Tamanho menor no mobile */
        font-size: 1.8rem; /* Tamanho do ícone no mobile */
    }
}

@media (max-aspect-ratio: 16/9) {
    .hero {
        background-position: center;
    }
}

@media (min-aspect-ratio: 16/9) {
    .hero {
        background-size: 100% auto;
    }
}

@supports (-webkit-touch-callout: none) {
    .hero {
        background-attachment: scroll;
    }
}

/* Mentor Section */
.mentor {
    position: relative;
    background-color: #000;
    padding: 8rem 2rem;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #000000, #0a0a0a) !important;
}

#particles-js-mentor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
}

.mentor-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.mentor-card {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 2rem;
    align-items: start;
    margin: 3rem 0;
    background: rgba(20, 20, 20, 0.7) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border-radius: 15px;
    padding: 2.5rem;
}

.mentor-info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    text-align: left;
}

.mentor-info h3 {
    font-size: 1.5rem;
    color: #007bff;
    margin: 0;
}

.mentor-info h4 {
    font-size: 1rem;
    color: #fff;
    margin: 0;
    opacity: 0.9;
}

.mentor-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #fff;
    opacity: 0.9;
}

.achievements-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 1rem;
}

.achievements-list li {
    padding-left: 1.5rem;
    position: relative;
    color: #fff;
    opacity: 0.9;
}

.achievements-list li::before {
    content: "•";
    color: #007bff;
    position: absolute;
    left: 0;
    font-size: 1.2rem;
}

.mentor-quote {
    font-size: 1rem;
    line-height: 1.6;
    color: #fff;
    opacity: 0.9;
    font-style: italic;
    border-left: 3px solid #007bff;
    padding-left: 1rem;
    margin: 0;
}

.mentor-image {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.mentor-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    transition: transform 0.3s ease;
}

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

.mentor .cta-button {
    margin-top: 2rem;
}

@media (max-width: 768px) {
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .pricing-card.featured {
        transform: none;
    }

    .pricing-card.featured:hover {
        transform: translateY(-10px);
    }

    .mentor-card {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 1.5rem;
    }

    .mentor-info h3 {
        font-size: 1.4rem;
    }

    .mentor-info h4 {
        font-size: 1rem;
    }

    .mentor-description,
    .mentor-quote {
        font-size: 0.95rem;
    }
}

/* Pricing Section */
.pricing {
    position: relative;
    background-color: #000;
    padding: 8rem 2rem;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0a0a0a, #000000) !important;
}

#particles-js-pricing {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
}

.pricing-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.pricing h2 {
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 1rem;
    font-weight: normal;
}

.pricing .blue-line {
    margin-bottom: 3rem;
    animation: glow 3s infinite;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    margin-bottom: 4rem;
}

.pricing-card {
    background: rgba(20, 20, 20, 0.7) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2) !important;
    border-radius: 15px;
    padding: 2rem;
    text-align: left;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    height: 100%;
}

.pricing-card.featured {
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.05), #0D1117);
    border: 1px solid #007bff;
    transform: scale(1.05);
}

.pricing-card:hover {
    transform: translateY(-10px);
}

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

.features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    flex: 1;
}

.features-list h4 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    text-align: left;
}

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

.features-list li {
    color: rgba(255, 255, 255, 0.9);
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
    position: relative;
    line-height: 1.5;
    font-size: 0.95rem;
}

.features-list li.included::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #007bff;
}

.price {
    text-align: center;
    margin: 2rem 0;
    padding: 2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.price-label {
    color: #007bff;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.installments {
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.price-note {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
}

.pricing-button {
    display: inline-block;
    width: 100%;
    background: linear-gradient(45deg, #007bff, #00a2ff);
    color: white;
    padding: 1.2rem;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1.1rem;
    text-align: center;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    animation: pulse 2s infinite;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.pricing-button:hover {
    background: linear-gradient(45deg, #0056b3, #007bff);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
}

@media (max-width: 768px) {
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0;
    }

    .pricing-card.featured {
        transform: none;
    }

    .pricing-card.featured:hover {
        transform: translateY(-10px);
    }

    .pricing-card {
        padding: 2rem;
    }

    .features-list li {
        font-size: 0.95rem;
    }

    .price-label {
        font-size: 1.1rem;
    }

    .installments {
        font-size: 1.6rem;
    }

    .price-note {
        font-size: 1rem;
    }

    .pricing-button {
        font-size: 1rem;
        padding: 1rem;
    }
}

/* FAQ Section */
.faq {
    position: relative;
    background-color: #000;
    padding: 8rem 2rem;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0a0a0a, #000000) !important;
}

#particles-js-faq {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
}

.faq-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    animation: fadeInUp 1s ease-out;
    text-align: center;
}

.faq h2 {
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 1rem;
    font-weight: normal;
    text-align: center;
}

.faq-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

.faq-item {
    width: 100%;
    max-width: 700px;
    background: rgba(20, 20, 20, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden; /* Hide overflowing answer content */
    transition: all 0.3s ease; /* Smooth transition for item changes */
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    cursor: pointer;
    background-color: rgba(0, 123, 255, 0.1); /* Slightly colored background for question */
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background-color: rgba(0, 123, 255, 0.2);
}

.faq-question h3 {
    margin: 0;
    font-size: 1.1rem;
    color: #fff;
    font-weight: 600;
}

.faq-question i {
    font-size: 1rem;
    color: #fff;
    transition: transform 0.3s ease;
}

.faq-answer {
    padding: 0 2rem;
    max-height: 0; /* Hide answer by default */
    overflow: hidden;
    transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
}

.faq-answer p {
    margin: 1.5rem 0;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 1rem;
}

/* State when FAQ item is active (open) */
.faq-item.active .faq-answer {
    max-height: 500px; /* Sufficient height to show content (adjust if needed) */
    padding: 1.5rem 2rem;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg); /* Rotate icon when open */
}

.faq .cta-button {
    margin-top: 2.5rem;
    display: inline-block;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .faq {
        padding: 6rem 1rem;
    }

    .faq-item {
        max-width: 100%;
    }

    .faq-question {
        padding: 1rem 1.5rem;
    }

    .faq-question h3 {
        font-size: 1rem;
    }

    .faq-question i {
        font-size: 0.9rem;
    }

    .faq-answer {
        padding: 0 1.5rem;
    }

    .faq-answer p {
        margin: 1rem 0;
        font-size: 0.95rem;
    }

    .faq-item.active .faq-answer {
        padding: 1rem 1.5rem;
    }
}

/* Footer */
.footer {
    background-color: #000;
    padding: 2rem;
    position: relative;
    min-height: 250px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 0 1rem;
    position: relative;
}

.footer-logo-container {
    margin: 0;
}

.footer-logo {
    height: 150px;
    width: auto;
    margin: 1rem 0;
}

.social-links {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    margin-bottom: 3rem;
}

.footer-line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 1rem 0;
}

.copyright {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
    text-align: center;
    margin: 0;
    padding: 1rem 0;
    width: 100%;
}

@media (max-width: 768px) {
    .testimonials-carousel-container {
        max-width: 280px;
        padding: 0;
        margin: 0 auto;
    }

    .carousel-button {
        width: 35px;
        height: 35px;
    }

    .carousel-button.prev {
        left: -45px;
    }

    .carousel-button.next {
        right: -45px;
    }

    .video-wrapper {
        padding-top: 0 !important; /* Explicitly remove padding-top */
        /* padding: 0.6rem; */ /* Keep other mobile padding if needed */
        width: 100%;
        max-width: 280px; /* Keep mobile max-width if needed */
        margin: 0 auto; /* Keep mobile margin if needed */
        position: relative; /* Ensure position is relative for mobile */
        z-index: 5; /* Keep mobile z-index if needed */
    }

    .footer {
        padding: 2rem 1rem;
    }

    .footer-content {
        gap: 1.5rem;
    }

    .footer-logo {
        height: 100px;
    }

    .social-links {
        margin-bottom: 2rem;
    }

    .copyright {
        position: relative;
        bottom: 0;
        padding: 0.5rem 0;
    }
}

/* Animations */
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
    }
    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes glow {
    0% {
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    }
    50% {
        box-shadow: 0 0 20px rgba(0, 123, 255, 0.8);
    }
    100% {
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    }
}

/* Section Animations */
.hero-content, .testimonials-content, .results-content, 
.learning-content, .schedule-content, .program-content,
.mentor-content, .pricing-content, .faq-content {
    animation: fadeInUp 1s ease-out;
}

.testimonial-card, .result-card, .learning-card, 
.schedule-card, .program-card, .pricing-card {
    animation: fadeInUp 0.8s ease-out;
    animation-fill-mode: both;
}

.testimonial-card:nth-child(2) { animation-delay: 0.2s; }
.testimonial-card:nth-child(3) { animation-delay: 0.4s; }

.result-card:nth-child(2) { animation-delay: 0.2s; }
.result-card:nth-child(3) { animation-delay: 0.4s; }

/* Enhanced Card Hover Effects */
.testimonial-card:hover, .result-card:hover, 
.learning-card:hover, .schedule-card:hover, 
.program-card:hover, .pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 123, 255, 0.2);
    transition: all 0.3s ease;
}

/* Glowing Effects */
.blue-line {
    animation: glow 3s infinite;
}

h1, h2 {
    position: relative;
    display: inline-block;
}

h1::after, h2::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #007bff, transparent);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.5s ease;
}

h1:hover::after, h2:hover::after {
    transform: scaleX(1);
}

/* Social Links Animation */
.social-link {
    transition: all 0.3s ease;
}

.social-link:hover {
    color: #007bff;
    transform: translateY(-5px) rotate(360deg);
    animation: none;
}

/* FAQ Animations */
.faq-question {
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: linear-gradient(45deg, #111111, #1a1a1a);
    transform: translateX(5px);
}

.faq-answer {
    animation: fadeInUp 0.5s ease-out;
}

/* Pricing Card Highlight */
.pricing-card.featured {
    position: relative;
    overflow: hidden;
}

.pricing-card.featured::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    animation: shine 3s infinite;
}

@keyframes shine {
    to {
        left: 100%;
    }
}

/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
    .cta-button, .pricing-button, .waiting-list-button, .contact-button {
        padding: 0.8rem 1.6rem;
        font-size: 0.7rem;
    }
}

@media (max-width: 768px) {
    .footer-logo {
        height: 100px;
    }
}

.testimonials-carousel-container {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    max-width: 350px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.testimonials-carousel {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 5;
}

.testimonials-carousel .carousel-track {
    position: relative;
    width: 100%;
    z-index: 5;
    display: flex;
    justify-content: center;
}

.testimonials-carousel .carousel-item {
    flex: 0 0 100%;
    opacity: 0;
    position: absolute;
    transition: opacity 0.5s ease-in-out;
    width: 100%;
    pointer-events: none;
    display: flex;
    justify-content: center;
}

.testimonials-carousel .carousel-item.active {
    opacity: 1;
    position: relative;
    pointer-events: all;
}

.video-wrapper {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    overflow: hidden;
    padding: 0.8rem;
    width: 280px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.video-wrapper iframe {
    width: 100%;
    aspect-ratio: 9/16;
    border-radius: 8px;
    margin-bottom: 0.8rem;
}

.video-info {
    padding: 0.8rem;
    text-align: center;
}

.video-info h3 {
    color: #007bff;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.video-info p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    line-height: 1.4;
}

/* Event Image Carousel Styles */
.event-carousel {
    position: relative;
    background-color: #000;
    padding: 4rem 2rem;
}

.event-carousel .carousel-content {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

.event-carousel .carousel-container {
    position: relative;
    margin-top: 3rem;
}

.event-carousel .carousel-track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 0 auto;
}

.event-carousel .carousel-slide {
    position: relative;
    aspect-ratio: 16/9;
    border-radius: 10px;
    overflow: hidden;
    opacity: 1;
    display: block;
}

.event-carousel .carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.event-carousel .carousel-slide:hover img {
    transform: scale(1.05);
}

.event-carousel .slide-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 123, 255, 0.8), transparent);
    padding: 15px;
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.event-carousel .carousel-slide:hover .slide-overlay {
    opacity: 1;
}

.event-carousel .slide-overlay span {
    font-size: 1rem;
    font-weight: bold;
}

/* Hide navigation buttons since we're showing all images */
.event-carousel .carousel-button,
.event-carousel .carousel-dots {
    display: none;
}

@media (max-width: 1200px) {
    .event-carousel .carousel-track {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .event-carousel {
        padding: 6rem 1.5rem;
    }
    
    .event-carousel .carousel-track {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
    
    .event-carousel .slide-overlay {
        opacity: 1;
    }
}

.about-lex {
    position: relative;
    background-color: #000;
    color: #fff;
    padding: 80px 0;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#particles-js-about {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
}

.about-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.about-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #fff;
    text-align: center;
    width: 100%;
}

.about-content .blue-line {
    width: 80px;
    height: 4px;
    background-color: #007bff;
    margin: 0 auto 2rem;
    animation: glow 3s infinite;
}

.about-card {
    display: flex;
    gap: 2rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 2rem;
    margin: 0;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    border: 1px solid rgba(255, 255, 255, 0.18);
    width: 100%;
    align-items: center;
}

.about-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
}

.about-info h3 {
    color: #007bff;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
}

.about-info p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #fff;
    margin: 0;
}

.about-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 50%;
}

.about-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}

@media (max-width: 768px) {
    .about-card {
        flex-direction: column;
        padding: 1.5rem;
        gap: 1rem;
    }
    
    .about-image {
        order: -1;
        max-width: 100%;
        margin-bottom: 0.5rem;
    }

    .about-info {
        text-align: center;
        gap: 0.5rem;
    }

    .about-info h3 {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }

    .about-info p {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    .about-content h2 {
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }

    .about-content .blue-line {
        margin-bottom: 1.5rem;
    }
}

.online-access-info {
    max-width: 600px;
    margin: 4rem auto 0;
    text-align: center;
}

.warning-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background: rgba(0, 123, 255, 0.05);
    border: 1px solid rgba(0, 123, 255, 0.3);
    padding: 1.2rem;
    margin-bottom: 2rem;
    border-radius: 10px;
}

.warning-icon {
    font-size: 1.5rem;
}

.warning-card p {
    color: #fff;
    font-size: 1.1rem;
    margin: 0;
}

.info-text {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2.5rem;
}

.info-text p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.info-text strong {
    color: #007bff;
    font-weight: 600;
}

.online-button {
    display: inline-block;
    background: transparent;
    color: white;
    padding: 1rem 3rem;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1.1rem;
    text-align: center;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    border: 2px solid #007bff;
    position: relative;
    overflow: hidden;
}

.online-button:hover {
    background: rgba(0, 123, 255, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.2);
}

@media (max-width: 768px) {
    .online-access-info {
        margin-top: 3rem;
        padding: 0 1rem;
    }

    .warning-card {
        padding: 1rem;
        flex-direction: column;
        gap: 0.5rem;
    }

    .warning-card p {
        font-size: 1rem;
        text-align: center;
    }

    .info-text p {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .online-button {
        width: 100%;
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
    }
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: transparent;
    transition: all 0.3s ease;
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
}

.social-link i {
    color: #fff;
    transition: all 0.3s ease;
}

.social-link:hover {
    transform: translateY(-5px);
}

.social-link:hover i {
    color: #007bff;
}

@media (max-width: 768px) {
    .social-link {
        width: 30px;
        height: 30px;
        font-size: 1.1rem;
    }
}

.gallery {
    position: relative;
    background-color: #000;
    padding: 8rem 2rem;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.carousel-content {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

.carousel-container {
    position: relative;
    margin-top: 3rem;
    padding: 0 60px;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    margin: 0 auto;
    max-width: 1000px;
}

.carousel-slide {
    flex: 0 0 100%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    aspect-ratio: 16/9;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    position: absolute;
}

.carousel-slide.active {
    opacity: 1;
    position: relative;
    pointer-events: all;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.slide-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 55, 255, 0.8), transparent);
    padding: 2rem;
    text-align: center;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.carousel-slide.active .slide-overlay {
    transform: translateY(0);
}

.slide-overlay span {
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
}

.carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 55, 255, 0.9);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    z-index: 10;
}

.carousel-button:hover {
    background: #0037ff;
    transform: translateY(-50%) scale(1.1);
}

.carousel-button.prev {
    left: 0;
}

.carousel-button.next {
    right: 0;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: #0037ff;
    transform: scale(1.2);
}

@media (max-width: 768px) {
    .event-carousel {
        padding: 6rem 1.5rem;
    }

    .carousel-container {
        padding: 0 40px;
    }

    .carousel-button {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .slide-overlay {
        padding: 1.5rem;
    }

    .slide-overlay span {
        font-size: 1.2rem;
    }
}

.quote-section-blue .video-container {
    max-width: 800px;
    margin: 2rem auto;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.quote-section-blue .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .quote-section-blue .video-container {
        max-width: 100%;
        margin: 1.5rem auto;
    }
}

/* Particles container */
#particles-js,
#particles-js-2,
#particles-js-3,
#particles-js-4,
#particles-js-5,
#particles-js-about,
#particles-js-pricing,
#particles-js-mentor,
#particles-js-faq {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

/* Sections with particles */
.about-lex,
.testimonials,
.results,
.learning,
.schedule,
.program,
.pricing,
.mentor,
.faq {
    position: relative;
    background-color: #000;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    overflow: hidden;
}

/* Content containers */
.about-content,
.testimonials-content,
.results-content,
.learning-content,
.schedule-content,
.program-content,
.pricing-content,
.mentor-content,
.faq-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.pricing .section-description {
    margin-top: 2rem;
    font-size: 1.1rem;
    line-height: 1.5;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

@media (max-width: 900px) {
    .program-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

.nowrap {
    white-space: nowrap;
}

/* Enhanced Section Styles for Specific Sections */
.results .result-card,
.learning .learning-card {
    position: relative !important;
    overflow: hidden !important;
    line-height: 1.4 !important;
}

.results .result-card::before,
.learning .learning-card::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(45deg, rgba(0, 123, 255, 0.05), transparent) !important;
    z-index: 0 !important;
}

.results .result-card::after,
.learning .learning-card::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    width: 150px !important;
    height: 150px !important;
    background: radial-gradient(circle, rgba(0, 123, 255, 0.1) 0%, transparent 70%) !important;
    z-index: 0 !important;
}

.results .result-card h3,
.learning .learning-card h3 {
    position: relative !important;
    z-index: 1 !important;
    font-size: 1.4rem !important;
    margin-bottom: 1.2rem !important;
    color: #007bff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

.results .result-card p,
.learning .learning-card p {
    position: relative !important;
    z-index: 1 !important;
    font-size: 1.1rem !important;
    line-height: 1.4 !important;
    color: rgba(255, 255, 255, 0.9) !important;
    margin-bottom: 1rem !important;
}

/* Decorative Elements */
.results .result-card .decorative-icon,
.learning .learning-card .decorative-icon {
    position: absolute !important;
    top: 1.5rem !important;
    right: 1.5rem !important;
    font-size: 2rem !important;
    color: rgba(0, 123, 255, 0.1) !important;
    z-index: 0 !important;
}

/* Hover Effects */
.results .result-card:hover,
.learning .learning-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 30px rgba(0, 123, 255, 0.15) !important;
}

.results .result-card:hover::before,
.learning .learning-card:hover::before {
    background: linear-gradient(45deg, rgba(0, 123, 255, 0.1), transparent) !important;
}

.results .result-card:hover::after,
.learning .learning-card:hover::after {
    background: radial-gradient(circle, rgba(0, 123, 255, 0.15) 0%, transparent 70%) !important;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .results .result-card h3,
    .learning .learning-card h3 {
        font-size: 1.2rem !important;
    }

    .results .result-card p,
    .learning .learning-card p {
        font-size: 1rem !important;
    }

    .results .result-card .decorative-icon,
    .learning .learning-card .decorative-icon {
        font-size: 1.5rem !important;
    }
}

/* Mixed Content Layout */
.mixed-content {
    display: flex !important;
    flex-direction: column !important; /* Always stack text and cards vertically */
    gap: 3rem !important;
    align-items: center !important;
    justify-content: center !important;
    max-width: 1200px !important;
    margin: 2rem auto !important;
    padding: 0 1rem !important;
}

.text-content {
    width: 100% !important; /* Text takes full width within mixed-content */
    text-align: center !important;
    max-width: 800px !important; /* Adjust max width for text block */
}

.text-content .section-description {
    margin-bottom: 1.5rem !important;
    font-size: 1.1rem !important;
    line-height: 1.6 !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

.cards-content {
    width: 100% !important; /* Cards container takes full width within mixed-content */
    display: grid !important; /* Use grid for card layout */
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important; /* Responsive grid */
    gap: 1.5rem !important;
    max-width: 900px !important; /* Adjust max width for cards container */
}

.testimonial-card,
.result-card {
    background: rgba(20, 20, 20, 0.7) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2) !important;
    border-radius: 15px !important;
    padding: 1.5rem !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
    height: auto !important; /* Adjust height for grid layout */
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}

/* Responsive Adjustments - Simplify since grid handles much of it */
@media (max-width: 768px) {
    .mixed-content {
        gap: 2rem !important;
        padding: 0 1rem !important;
    }

    .text-content {
        max-width: 100% !important;
    }

    .cards-content {
         grid-template-columns: 1fr !important; /* Stack cards on very small screens */
         max-width: 400px !important; /* Constraint card width on mobile */
    }

    .testimonial-card,
    .result-card {
        padding: 1.2rem !important;
    }

    .testimonial-icon,
    .result-icon {
        font-size: 1.8rem !important;
    }

    .text-content .section-description {
        font-size: 1rem !important;
    }
}

@media (max-width: 768px) {
    .about-lex,
    .testimonials,
    .results,
    .learning,
    .schedule,
    .program,
    .pricing,
    .mentor,
    .faq,
    .event-carousel {
        padding: 2rem 1rem;
    }

    .video-section {
        padding: 1rem 1rem;
    }

    .about-content,
    .testimonials-content,
    .results-content,
    .learning-content,
    .schedule-content,
    .program-content,
    .pricing-content,
    .mentor-content,
    .faq-content {
        padding: 0;
    }

    .about-content h2,
    .testimonials-content h2,
    .results-content h2,
    .learning-content h2,
    .schedule-content h2,
    .program-content h2,
    .pricing-content h2,
    .mentor-content h2,
    .faq-content h2 {
        margin-bottom: 1rem;
    }

    .blue-line {
        margin-bottom: 2rem;
    }
}

.about-content .cta-button {
    margin-top: 1rem;
    font-size: 1.1rem;
    padding: 1rem 2.5rem;
    background: linear-gradient(45deg, #007bff, #00a2ff);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
    animation: pulse 2s infinite;
}

.about-content .cta-button:hover {
    background: linear-gradient(45deg, #0056b3, #007bff);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
}

@media (max-width: 768px) {
    .about-content .cta-button {
        font-size: 0.9rem;
        padding: 0.8rem 2rem;
        width: 90%;
        text-align: center;
    }
}

.testimonials .cards-content {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 1.5rem !important;
    max-width: 1200px !important;
    margin: 2rem auto !important;
}

@media (max-width: 1200px) {
    .testimonials .cards-content {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .testimonials .cards-content {
        grid-template-columns: 1fr !important;
        max-width: 400px !important;
    }
}

.audience-section {
    max-width: 800px;
    margin: 2rem auto;
    text-align: left;
}

.audience-section h3 {
    color: #007bff;
    margin: 2rem 0 1rem;
    font-size: 1.4rem;
}

.audience-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 2rem;
}

.audience-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 0.8rem;
    line-height: 1.4;
}

.audience-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #007bff;
}

.audience-list.negative li:before {
    content: "×";
    font-weight: bold;
}

.benefits-section {
    max-width: 800px;
    margin: 3rem auto;
    text-align: left;
}

.benefits-section h3 {
    color: #007bff;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
}

.benefits-list {
    list-style: none;
    padding-left: 0;
}

.benefits-list li {
    display: flex;
    margin-bottom: 1.5rem;
    align-items: flex-start;
    color: #ffffff;
}

.benefits-list .check {
    color: #007bff;
    font-size: 1.2rem;
    flex-shrink: 0;
    margin-right: 15px;
    /* Adjusted margin-top for alignment */
    margin-top: 0.1em;
}

.benefits-list li > div {
    flex: 1;
}

.benefits-list strong {
    display: block;
    margin-bottom: 0.3rem;
    color: #ffffff;
    font-size: 1.1rem;
}

.benefits-list p {
    margin: 0;
    line-height: 1.4;
    color: #cccccc;
}

.tools-list {
    list-style: none;
    padding-left: 0;
    margin-top: 0.5rem;
}

.tools-list li {
    margin-bottom: 0.3rem;
    color: #cccccc;
    display: flex;
    align-items: flex-start;
}

.tools-list li:before {
    content: "•";
    color: #007bff;
    margin-right: 8px;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .benefits-list li {
        flex-direction: column;
        margin-bottom: 1.2rem;
    }

    .benefits-list .check {
        margin-bottom: 0.3rem;
        margin-right: 0;
        margin-top: 0;
    }

    .benefits-list strong {
        font-size: 1rem;
    }

    .tools-list li {
        padding-left: 0;
        /* Ensure flex behavior on mobile */
        display: flex;
        align-items: flex-start;
    }

    .tools-list li:before {
        margin-right: 5px;
    }
}

.audience-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.audience-card {
    background: white;
    border-radius: 10px;
    padding: 1.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.audience-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.audience-card i {
    font-size: 2rem;
    color: #007bff;
    margin-bottom: 1rem;
}

.audience-card p {
    margin: 0;
    line-height: 1.4;
    color: #333;
}

.audience-grid.negative .audience-card {
    background: #f8f9fa;
}

.audience-grid.negative .audience-card i {
    color: #dc3545;
}

@media (max-width: 768px) {
    .audience-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .audience-card {
        padding: 1rem;
    }

    .audience-card i {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }
}

.audience-cards-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin: 2rem 0;
}

.audience-main-card {
    background: #1a1a1a;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.audience-main-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    background: #222222;
}

.audience-main-card h3 {
    color: #007bff;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    text-align: center;
}

.audience-main-card.negative {
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.audience-main-card.negative:hover {
    background: #222222;
}

.audience-main-card.negative h3 {
    color: #dc3545;
}

.audience-list {
    list-style: none;
    padding-left: 0;
}

.audience-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 1rem;
    line-height: 1.4;
    color: #ffffff;
}

.audience-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #007bff;
}

.audience-main-card.negative .audience-list li:before {
    color: #dc3545;
}

@media (max-width: 768px) {
    .audience-cards-container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .audience-main-card {
        padding: 1.5rem;
    }

    .audience-main-card h3 {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }

    .audience-list li {
        margin-bottom: 0.8rem;
    }
}

.benefits-card {
    background: #1a1a1a;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 2rem auto;
    max-width: 800px;
}

.benefits-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    background: #222222;
}

.benefits-card h3 {
    color: #007bff;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    /* Align title left */
    text-align: left;
}

.benefits-card .section-description {
    color: #ffffff;
    /* Align description text left */
    text-align: left;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.benefits-list {
    list-style: none;
    padding-left: 0;
}

.benefits-list li {
    display: flex;
    margin-bottom: 1.5rem;
    align-items: flex-start;
    color: #ffffff;
}

.benefits-list .check {
    margin-right: 15px;
    color: #007bff;
    font-size: 1.2rem;
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.benefits-list strong {
    display: block;
    margin-bottom: 0.3rem;
    color: #ffffff;
    font-size: 1.1rem;
}

.benefits-list p {
    margin: 0;
    line-height: 1.4;
    color: #cccccc;
}

.tools-list {
    list-style: none;
    padding-left: 0;
    margin-top: 0.5rem;
}

.tools-list li {
    margin-bottom: 0.3rem;
    padding-left: 15px;
    position: relative;
    color: #cccccc;
}

.tools-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #007bff;
}

@media (max-width: 768px) {
    .benefits-card {
        padding: 1.5rem;
        margin: 1.5rem 1rem;
    }

    .benefits-card h3 {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }

    .benefits-list li {
        flex-direction: column;
        margin-bottom: 1.2rem;
    }

    .benefits-list .check {
        margin-bottom: 0.3rem;
    }

    .benefits-list strong {
        font-size: 1rem;
    }
}

.benefits-card p,
.benefits-card li,
.benefits-card strong {
    text-align: left !important;
}

@media (max-width: 768px) {
    .benefits-card p,
    .benefits-card li,
    .benefits-card strong {
        text-align: left !important;
    }
}

.benefits-card h3,
.benefits-card .section-description,
.benefits-card .benefits-list {
    /* Ensure these block elements are not auto-centering */
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
}

.benefits-card p,
.benefits-card li,
.benefits-card strong {
    text-align: left !important;
}

@media (max-width: 768px) {
    .benefits-card h3,
    .benefits-card .section-description,
    .benefits-card .benefits-list {
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: left !important;
    }

    .benefits-card p,
    .benefits-card li,
    .benefits-card strong {
        text-align: left !important;
    }
}

/* Keep existing styles for other elements */

.how-it-works {
    position: relative;
    background-color: #000;
    padding: 8rem 2rem;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#particles-js-6 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
}

.how-it-works-content {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.how-it-works h2 {
    font-size: 2.2rem;
    color: #fff;
    margin-bottom: 1rem;
}

.how-it-works .blue-line {
    margin-bottom: 3rem;
}

.how-it-works .section-description {
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto 3rem;
    color: rgba(255, 255, 255, 0.9);
}

.format-experience-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    text-align: left;
}

.format h3,
.experience h3 {
    color: #007bff;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
}

.styled-list {
    list-style: none;
    padding-left: 0;
}

.styled-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 1rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
}

.styled-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #007bff;
}

@media (max-width: 768px) {
    .how-it-works {
        padding: 6rem 1rem;
    }

    .how-it-works h2 {
        font-size: 2rem;
    }

    .how-it-works .section-description {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .format-experience-container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .format h3,
    .experience h3 {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }

    .styled-list li {
        font-size: 0.95rem;
        margin-bottom: 0.8rem;
        padding-left: 18px;
    }

    .styled-list li:before {
        left: 0;
    }
}

/* Estilos para ocultar elementos mobile por padrão (desktop) */
.learning-subtitle-mobile,
.learning-paragraph-mobile,
.learning-frameworks-mobile,
.learning-divisor-mobile,
.learning-button-mobile,
.eixos-mobile-content {
    display: none;
}

/* Estilos para telas menores (mobile) */
@media (max-width: 768px) {
    /* Ocultar elementos desktop no mobile */
    .learning-subtitle-desktop,
    .learning-paragraph-desktop,
    .learning-frameworks-desktop,
    .learning-divisor-desktop,
    .learning-button-desktop,
    .eixos-button-desktop {
        display: none !important;
    }

    /* Configuração Flexbox para a eixos-lex-content no mobile */
    .eixos-lex-content {
        display: flex !important; /* Usar Flexbox */
        flex-direction: column !important; /* Empilhar os elementos verticalmente */
        align-items: center !important; /* Centralizar horizontalmente */
        padding: 0 1rem !important; /* Ajustar padding */
        gap: 1.5rem !important; /* Espaçamento entre os elementos empilhados */
    }

    /* Ajustar alinhamento de texto e ordem para o título e descrição no mobile */
    .eixos-title {
        text-align: center !important;
        order: 1;
    }

     .eixos-description {
        text-align: center !important;
        order: 3;
     }

    /* Ajustar margem do botão e ordem no mobile para centralizar */
    .eixos-button {
        margin: 1.5rem auto 0 auto !important; /* Espaço acima do botão e centralização */
        display: block !important; /* Garantir que o botão seja um bloco para centralizar com margin: auto */
        order: 4;
    }

    /* Garantir que a imagem da pirâmide seja responsiva, centralizada e com ordem correta */
    .eixos-lex-image {
        width: 100% !important;
        max-width: 600px !important; /* Aumentado para 600px no mobile */
        margin: 1.5rem auto !important;
        display: block !important;
        order: 2;
    }
    
    .eixos-lex-image img {
        display: block !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 0 auto !important; /* Centralizar a imagem dentro da div */
    }
}

/* Estilos para telas maiores (desktop) */
@media (min-width: 769px) {
     .eixos-lex-content {
        display: flex; /* Usar Flexbox */
        flex-direction: row; /* Layout em linha para desktop */
        justify-content: space-between; /* Espaço entre as divs */
        align-items: center;
        padding: 0 2rem;
        gap: 4rem;
    }

     .eixos-title,
     .eixos-description {
        text-align: left;
     }

     .eixos-button {
        margin-top: 1rem;
        margin-left: 0;
        margin-right: 0;
        display: inline-block;
     }

     /* Resetar ordem para desktop */
     .eixos-title,
     .eixos-lex-image,
     .eixos-description,
     .eixos-button {
        order: 0; /* Resetar a ordem para a ordem do HTML no desktop */
     }

     .eixos-lex-image {
        width: auto;
        max-width: none;
        margin: 0;
     }
}

/* Estilos gerais para a seção eixos-lex (pode ser a base para desktop) */
.eixos-lex-section {
    position: relative;
    overflow: hidden;
    padding: 6rem 2rem; /* Ajuste o padding geral se necessário */
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    text-align: center; /* Centraliza texto por padrão */
    background-color: #0c0c1f; /* Garante um fundo escuro se as partículas não carregarem */
    color: white; /* Garante que o texto seja visível */
}

#particles-js-eixos-lex {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1; /* Garante que as partículas fiquem atrás do conteúdo */
}

.eixos-lex-content {
    position: relative;
    z-index: 2; /* Garante que o conteúdo fique acima das partículas */
    width: 100%;
    max-width: 1200px; /* Ou o max-width que você preferir para o conteúdo */
    /* O display flex ou block será definido para as divs .eixos-lex-content-desktop/mobile */
}

/* Estilos para a estrutura Desktop */
.eixos-lex-content-desktop {
    display: flex; /* Ativa flexbox para as colunas */
    flex-direction: row;
    align-items: center; /* Alinha as colunas ao centro verticalmente */
    gap: 4rem; /* Espaço entre as colunas */
    text-align: left; /* Alinha o texto à esquerda na estrutura desktop */
    width: 100%; /* Ocupa a largura total do .eixos-lex-content */
}

.eixos-lex-text-column {
    flex: 1; /* Permite que a coluna de texto cresça */
    display: flex;
    flex-direction: column; /* Empilha itens dentro da coluna de texto */
    align-items: flex-start; /* Alinha texto e botão à esquerda na coluna */
}

.eixos-title {
    font-size: 3rem; /* Ajuste para desktop */
    margin-bottom: 1rem;
    /* Outros estilos de título */
}

.eixos-description {
    font-size: 1.2rem; /* Ajuste para desktop */
    margin-bottom: 2rem;
    /* Outros estilos de descrição */
}

.eixos-button {
    /* Mantenha seus estilos de botão existentes */
     display: inline-block; /* Garante que o botão se comporte corretamente com flexbox */
     margin-top: 1rem; /* Espaço acima do botão, ajuste se necessário */
}

.eixos-lex-image-column {
    flex: 1; /* Permite que a coluna da imagem cresça */
    display: flex;
    justify-content: center; /* Centraliza a imagem dentro da sua coluna */
    align-items: center; /* Centraliza a imagem verticalmente */
}

.eixos-lex-image {
    max-width: 100%;
    height: auto;
    display: block;
    max-width: 500px; /* Voltando para 500px no desktop */
}

.eixos-lex-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Estilos para a estrutura Mobile (Inicialmente oculta) */
.eixos-lex-content-mobile {
    display: none; /* Oculta a estrutura mobile por padrão no desktop */
    flex-direction: column; /* Define a direção para mobile (empilhado) */
    align-items: center; /* Centraliza os itens horizontalmente no mobile */
    width: 100%; /* Ocupa a largura total do .eixos-lex-content no mobile */
    text-align: center; /* Centraliza texto no mobile */
}

/* Media Query para Mobile (ativa a estrutura mobile e oculta a desktop) */
@media (max-width: 768px) {
    .eixos-lex-content-desktop {
        display: none; /* Oculta a estrutura desktop no mobile */
    }

    .eixos-lex-content-mobile {
        display: flex; /* Mostra a estrutura mobile no mobile */
         /* Ajuste para display: block; se preferir não usar flexbox nos filhos diretos */
    }

    /* Ajustes de estilos para elementos dentro da estrutura mobile */
    .eixos-lex-content-mobile .eixos-title {
        font-size: 2rem; /* Ajuste o tamanho da fonte para mobile */
        margin-bottom: 1rem;
        width: 100%; /* Ocupa a largura total */
    }

    .eixos-lex-content-mobile .eixos-lex-image {
         width: 100%; /* Ocupa a largura total para centralização */
         display: flex; /* Usar flex para centralizar a imagem */
         justify-content: center;
         align-items: center;
    }

     .eixos-lex-content-mobile .eixos-lex-image img {
         width: 95vw !important; /* Tenta forçar a largura para 95% */
         height: auto !important; /* Mantém a proporção, forçando com !important */
         display: block !important; /* Garante que a imagem é um bloco, importante para width/auto */
     }

    .eixos-lex-content-mobile .eixos-description {
        font-size: 1rem; /* Ajuste o tamanho da fonte para mobile */
        margin-bottom: 1.5rem;
        width: 100%; /* Ocupa a largura total */
    }

    .eixos-lex-content-mobile .eixos-button {
         margin-top: 0; /* Ajuste ou remova margem superior */
         display: block; /* Para centralizar o botão */
         margin-left: auto;
         margin-right: auto;
    }
}

/* Popup Styles */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(5px);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.popup-overlay.active {
    display: flex;
}

.popup-content {
    background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    max-width: 500px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    border: 2px solid #007bff;
}

.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, #007bff, #00a2ff);
    border-radius: 18px 18px 0 0;
}

.popup-header h3 {
    color: white;
    margin: 0;
    font-size: 1.3rem;
    font-weight: 600;
}

.popup-close {
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.popup-close:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.popup-body {
    padding: 2rem;
}

.popup-pricing-card {
    text-align: center;
}

.popup-pricing-card h4 {
    color: #007bff;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.popup-features {
    margin-bottom: 2rem;
    text-align: left;
}

.popup-features h5 {
    color: white;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    text-align: center;
}

.popup-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.popup-features li {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0.8rem;
    font-size: 1rem;
    line-height: 1.4;
}

.popup-price {
    margin: 2rem 0;
    padding: 1.5rem;
    background: rgba(0, 123, 255, 0.1);
    border-radius: 15px;
    border: 1px solid rgba(0, 123, 255, 0.3);
}

.popup-lot {
    color: #007bff;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.popup-original-price {
    color: #bfc9da;
    font-size: 1.1rem;
    text-decoration: line-through;
    margin-bottom: 0.5rem;
}

.popup-discount-price {
    color: #007bff;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.popup-deadline {
    color: #ff6b6b;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

.popup-button {
    display: inline-block;
    width: 100%;
    background: linear-gradient(45deg, #ff6b6b, #ff8e8e);
    color: white;
    padding: 1.2rem;
    text-decoration: none;
    border-radius: 10px;
    font-weight: bold;
    font-size: 1.1rem;
    text-align: center;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
    animation: pulse 2s infinite;
}

.popup-button:hover {
    background: linear-gradient(45deg, #ff5252, #ff7979);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
}

@media (max-width: 768px) {
    .popup-content {
        margin: 1rem;
        max-width: calc(100% - 2rem);
    }
    
    .popup-header {
        padding: 1rem 1.5rem;
    }
    
    .popup-header h3 {
        font-size: 1.1rem;
    }
    
    .popup-body {
        padding: 1.5rem;
    }
    
    .popup-pricing-card h4 {
        font-size: 1.3rem;
    }
    
    .popup-discount-price {
        font-size: 2rem;
    }
}

/* Cores de Fundo Alternadas para as Seções */
.bg-dark-1 {
    background-color: #0c0c1f; /* Cor 1 */
}

.bg-dark-2 {
    background-color: #181c23; /* Cor 2 (levemente diferente) */
}

/* Certifique-se de que as seções que já tinham background-color */
/* não estejam sobrescrevendo essas novas classes. Pode ser necessário */
/* ajustar as regras existentes ou usar !important com cuidado. */
/* Por exemplo, se .video-testimonials já tem background: #181c23;, */
/* você pode remover essa regra específica e confiar na classe .bg-dark-2 */