/*!
 * PROJETO: Conferência Madureira Kids 2026
 * ESTILO: Glassmorphism + Industrial Kids (High Contrast)
 * WEBDESIGNER: Romeu Neves — https://theuncoder.netlify.app
 * DESENVOLVIDO PARA: AD MINISTERIO FAMA - https://ministeriofama.org | Madureira Kids 2026
 * VERSION: 3.0 | 2026 — Refatorado Completo com base em feedbacks e testes de usabilidade
*/

/* ============================================================
   1. CUSTOM PROPERTIES (DESIGN TOKENS)
   ============================================================ */
:root {
    --primary-cyan: #00d2ff;
    --primary-pink: #ff0095;
    --primary-yellow: #ffd000;
    --primary-green: #46ff00;
    --deep-blue: #003d7a;
    --deep-blue-dark: #00264d;
    --navy-deep: #001228;
    --white: #ffffff;
    --glass-bg: rgba(255, 255, 255, 0.12);
    --glass-border: rgba(255, 255, 255, 0.25);
    --font-main: 'Poppins', sans-serif;

    /* Shadows reutilizáveis */
    --shadow-pink-glow: 0 0 25px rgba(255, 0, 149, 0.4);
    --shadow-cyan-glow: 0 0 20px rgba(0, 210, 255, 0.4);
    --shadow-card: 0 15px 35px rgba(0, 0, 0, 0.08);

    /* Transições reutilizáveis */
    --transition-base: 0.3s ease;
    --transition-bounce: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);

    /* Padding de seção */
    --section-padding: 100px 0;
}

/* ============================================================
   2. RESET & BASE
   ============================================================ */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-main);
    background-color: var(--deep-blue);
    color: var(--white);
    overflow-x: hidden;
    max-width: 100vw;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden !important;
    max-width: 100vw !important;
}

/* ============================================================
   3. UTILITÁRIOS FLEX
   ============================================================ */
.f-row {
    display: flex;
    flex-direction: row;
}

.f-col {
    display: flex;
    flex-direction: column;
}

.f-center {
    justify-content: center;
    align-items: center;
}

.f-between {
    justify-content: space-between;
    align-items: center;
}

.f-align-center {
    align-items: center;
}

.f-justify-start {
    justify-content: flex-start;
}

.f-wrap {
    flex-wrap: wrap;
}

/* ============================================================
   4. HEADER — TIMER BAR
   ============================================================ */
.event-timer-bar {
    background: var(--white);
    padding: 12px 0;
    color: var(--deep-blue);
    border-bottom: 4px solid var(--primary-pink);
    position: relative;
    z-index: 100;
}

.timer-content {
    width: 90%;
    max-width: 1200px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.timer-label {
    font-size: 0.9rem;
}

.time-block {
    margin-left: 20px;
    text-align: center;
    font-size: 0.7rem;
    line-height: 1;
}

.time-block span {
    display: block;
    font-size: 1.4rem;
    color: var(--primary-pink);
    font-weight: 900;
}

/* ============================================================
   5. HERO SECTION
   ============================================================ */
.hero-section {
    position: relative;
    height: 95vh;
    min-height: 700px;
    background-image: url('../assets/MADUREIRA-KIDS-TELÃO.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(0, 61, 122, 0.85) 0%,
            rgba(0, 210, 255, 0.4) 50%,
            transparent 100%);
    z-index: 1;
}

.main-hero-container {
    position: relative;
    z-index: 10;
    height: 100%;
}

/* ============================================================
   6. GLASSMORPHISM — CARD BASE (reutilizado em múltiplos lugares)
   ============================================================ */
.glass-base {
    background: var(--glass-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid var(--glass-border);
}

.info-card-glass {
    background: var(--glass-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid var(--glass-border);
    border-radius: 30px;
    padding: 50px;
    max-width: 550px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    animation: fadeInSlide 1s ease-out;
}

@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.event-title {
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 10px;
}

.event-title span {
    color: var(--primary-yellow);
    text-shadow: 3px 3px 0px var(--primary-pink);
}

.event-location {
    font-size: 1.1rem;
    color: var(--primary-cyan);
    margin-bottom: 25px;
    font-weight: 400;
}

.event-details-box {
    border-left: 4px solid var(--primary-green);
    padding-left: 20px;
    margin-bottom: 30px;
}

.date-highlight {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--white);
}

.description-text {
    font-size: 1rem;
    opacity: 0.9;
}

/* ============================================================
   7. BOTÕES (consolidados)
   ============================================================ */

/* Base compartilhada para botões arredondados */
.btn-register,
.btn-cta-glow,
.btn-cta-glow-cyan {
    border-radius: 50px;
    font-weight: 800;
    font-size: 1.1rem;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: var(--transition-base);
}

/* Botão principal de inscrição (Materialize override) */
.btn-register {
    background-color: var(--primary-pink) !important;
    padding: 0 40px;
    height: 55px;
    line-height: 55px;
    border: 2px solid transparent;
    transition: var(--transition-bounce);
    font-weight: 700;
}

.btn-register:hover {
    transform: scale(1.05) translateY(-3px);
    background-color: var(--primary-yellow) !important;
    color: var(--deep-blue);
    box-shadow: 0 10px 20px rgba(255, 0, 149, 0.4);
}

/* Botão CTA Ciano (usado em seções escuras) */
.btn-cta-glow,
.btn-cta-glow-cyan {
    background: var(--primary-cyan);
    color: var(--deep-blue);
    padding: 18px 45px;
    box-shadow: var(--shadow-cyan-glow);
}

.btn-cta-glow:hover,
.btn-cta-glow-cyan:hover {
    transform: scale(1.05);
    box-shadow: 0 0 35px rgba(0, 210, 255, 0.7);
    background: var(--white);
    color: var(--deep-blue);
}

.btn-cta-glow i {
    transition: transform var(--transition-base);
}

.btn-cta-glow:hover i {
    transform: translateX(8px);
}

/* Botão Verde Neon */
.btn-cta-neon-green {
    background-color: #00ff00;
    color: #000;
    padding: 20px 50px;
    border-radius: 8px;
    font-weight: 900;
    text-decoration: none;
    font-size: 1.1rem;
    display: inline-block;
    box-shadow: 0 0 25px rgba(0, 255, 0, 0.6);
    transition: var(--transition-base);
}

.btn-cta-neon-green:hover {
    transform: scale(1.05);
    box-shadow: 0 0 45px rgba(0, 255, 0, 0.9);
    background-color: var(--white);
}

/* Botão Azul Ação */
.btn-blue-action {
    display: block;
    background: #007bff;
    color: var(--white) !important;
    text-align: center;
    padding: 22px;
    border-radius: 18px;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0 12px 25px rgba(0, 123, 255, 0.4);
    transition: var(--transition-base);
    text-decoration: none;
}

.btn-blue-action:hover {
    background: var(--deep-blue);
    transform: translateY(-5px);
}

/* ============================================================
   8. TICKER (FAIXA ANIMADA)
   ============================================================ */
.ticker-container {
    position: absolute;
    bottom: 80px;
    width: 100%;
    overflow: hidden;
    transform: rotate(-1deg);
    z-index: 10;
    background: var(--primary-yellow);
}

.ticker-wrap {
    padding: clamp(5px, 3vw, 10px) 0;
    display: flex;
    white-space: nowrap;
}

.ticker-move {
    display: inline-block;
    white-space: nowrap;
    animation: tickerPingPong 90s ease-in-out infinite;
}

.ticker-item {
    display: inline-block;
    padding: 0 2rem;
    font-size: clamp(1.1rem, 5vw, 1.8rem);
    font-weight: 900;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.ticker-item span {
    color: var(--white);
    text-shadow: 0 0 15px rgba(255, 208, 0, 0.8);
    padding: 0 10px;
}

.ticker-container.reverse {
    bottom: 15px;
    z-index: 11;
}

.ticker-container.reverse .ticker-move {
    animation: tickerPingPongReverse 90s ease-in-out infinite;
}

@keyframes tickerPingPong {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-40%);
    }
}

@keyframes tickerPingPongReverse {

    0%,
    100% {
        transform: translateX(-40%);
    }

    50% {
        transform: translateX(0);
    }
}

/* ============================================================
   9. INFO SECTION (PARA QUEM É O EVENTO)
   ============================================================ */
.info-section {
    padding: var(--section-padding);
    background-color: #f9f9f9;
    color: var(--deep-blue);
    position: relative;
    z-index: 1;
}

/* Grid de cards-alvo */
.cards-grid {
    gap: 20px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.target-card {
    flex: 1;
    min-width: 250px;
    border-radius: 20px;
    padding: 25px 20px;
    color: var(--white);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    transition: transform var(--transition-base);
}

.target-card:hover {
    transform: translateY(-10px);
}

.card-header {
    background: rgba(255, 255, 255, 0.2);
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    width: fit-content;
    margin-bottom: 15px;
}

.target-card h3 {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 15px;
}

.target-card p {
    font-size: 0.9rem;
    margin-bottom: 20px;
    min-height: 60px;
}

.card-img-frame {
    width: 100%;
    height: 180px;
    background: #3d2b1f;
    border-radius: 15px;
    overflow: hidden;
}

.card-img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(20%);
    transition: filter var(--transition-base);
}

.target-card:hover .card-img-frame img {
    filter: grayscale(0%);
}

/* Variações de cor dos cards */
.card-cyan {
    background: var(--primary-cyan);
}

.card-green {
    background: #38cc00;
}

.card-yellow {
    background: #f9b100;
    color: var(--deep-blue);
}

.card-pink {
    background: var(--primary-pink);
}

.card-yellow .card-header {
    background: rgba(0, 0, 0, 0.1);
}

/* Card "Sobre" grande */
.about-big-card {
    background: var(--primary-yellow);
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0, 61, 122, 0.08);
    border: 1px solid rgba(0, 210, 255, 0.1);
    gap: 40px;
}

.about-image {
    flex: 1;
    text-align: center;
}

.about-image img {
    max-width: 100%;
    border-radius: 20px;
}

.about-text-content {
    flex: 1.5;
}

/* Títulos de seção */
.section-title {
    font-size: 2.2rem;
    font-weight: 900;
    color: var(--deep-blue);
    margin-bottom: 25px;
}

.main-section-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 900;
    color: var(--deep-blue);
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 1.1;
}

/* span colorido compartilhado entre títulos de seção */
.section-title span,
.main-section-title span,
.main-section-title-left span,
.main-section-title-dark span,
.main-section-title-blue span,
.investment-title-white span,
.faq-main-title span {
    color: var(--primary-pink);
}

/* Check list */
.check-list {
    list-style: none;
}

.check-list li {
    margin-bottom: 15px;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
}

.check-list li span {
    color: var(--primary-green);
    font-weight: bold;
    margin-right: 15px;
    font-size: 1.3rem;
}

.about-summary {
    margin-top: 25px;
    font-style: italic;
    color: #585858;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

/* Rodapé de ação das seções */
.section-footer-action {
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}

/* ============================================================
   10. SEÇÃO DESAFIOS DA NOVA GERAÇÃO
   ============================================================ */
.problems-new-gen {
    padding: var(--section-padding);
    background-color: var(--deep-blue);
    width: 100%;
    overflow: hidden;
}

.main-section-title-left {
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    font-weight: 900;
    color: var(--white);
    margin-bottom: 5px;
    text-transform: uppercase;
    line-height: 1;
}

.section-subtitle {
    color: var(--primary-cyan);
    font-weight: 600;
    margin-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Grid de problemas */
.problems-flex-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: flex-start;
}

.problem-item {
    flex: 1 1 calc(25% - 30px);
    min-width: 280px;
    max-width: 100%;
}

/* Card glass com altura fixa */
.card-content-glass.fixed-height-card {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 25px;
    padding: 25px;
    height: 300px;
    display: flex;
    flex-direction: column;
    transition: var(--transition-base);
}

.problem-item:hover .card-content-glass {
    transform: translateY(-8px);
    border-color: var(--primary-cyan);
    box-shadow: 0 15px 40px rgba(0, 210, 255, 0.15);
}

/* Ícone do card */
.card-icon-fa {
    min-width: 60px;
    height: 60px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: var(--white);
    font-size: 24px;
}

/* Background coloridos dos ícones */
.bg-pink {
    background: var(--primary-pink);
    box-shadow: 0 8px 20px rgba(255, 0, 149, 0.3);
}

.bg-cyan {
    background: var(--primary-cyan);
    box-shadow: 0 8px 20px rgba(0, 210, 255, 0.3);
}

.bg-yellow {
    background: var(--primary-yellow);
    box-shadow: 0 8px 20px rgba(255, 208, 0, 0.3);
}

.bg-green {
    background: var(--primary-green);
    box-shadow: 0 8px 20px rgba(70, 255, 0, 0.3);
}

/* Corpo scroll do card */
.card-body-scroll {
    flex-grow: 1;
    overflow-y: auto;
    padding-right: 5px;
}

.card-body-scroll h3 {
    color: var(--white);
    font-size: 1.3rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.card-body-scroll p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
    line-height: 1.5;
}

.card-body-scroll::-webkit-scrollbar {
    width: 4px;
}

.card-body-scroll::-webkit-scrollbar-thumb {
    background: var(--primary-cyan);
    border-radius: 10px;
}

/* Frame de notícia */
.news-frame {
    margin-top: 20px;
    width: 100%;
    height: 140px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--glass-border);
    background: #000;
}

.news-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
    transition: 0.6s ease;
}

.problem-item:hover .news-frame img {
    opacity: 1;
    transform: scale(1.1);
}

/* Divisor de seção */
.section-divider {
    width: 100%;
    margin: 60px 0;
    gap: 20px;
}

.divider-line {
    flex-grow: 1;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--glass-border), transparent);
}

.divider-icon {
    color: var(--primary-cyan);
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

/* Bordas coloridas para cards de solução */
.border-cyan {
    border-bottom: 4px solid var(--primary-cyan) !important;
}

.border-green {
    border-bottom: 4px solid var(--primary-green) !important;
}

.border-yellow {
    border-bottom: 4px solid var(--primary-yellow) !important;
}

.border-pink {
    border-bottom: 4px solid var(--primary-pink) !important;
}

/* Moldura foto solução */
.solution-frame {
    border: 2px solid var(--primary-cyan) !important;
    box-shadow: 0 10px 30px rgba(0, 210, 255, 0.2);
}

.solution-frame img {
    opacity: 0.9 !important;
    filter: brightness(1.1);
}

/* ============================================================
   11. SEÇÃO PRELETORES
   ============================================================ */
.speakers-section {
    padding: var(--section-padding);
    background-color: var(--primary-yellow);
}

.section-header-center {
    text-align: center;
    margin-bottom: 50px;
}

.main-section-title-dark {
    color: var(--deep-blue);
    font-size: clamp(2.2rem, 5vw, 3rem);
    font-weight: 900;
    text-transform: uppercase;
}

.section-subtitle-dark {
    color: #666;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Grid de preletores */
.speakers-grid {
    gap: 25px;
    width: 100%;
    margin-bottom: 60px;
}

.speaker-item {
    flex: 1 1 calc(25% - 25px);
    min-width: 260px;
    max-width: 300px;
}

.speaker-card-glass {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 30px;
    padding: 12px;
    box-shadow: var(--shadow-card);
    transition: var(--transition-base);
}

.speaker-img-wrapper {
    position: relative;
    width: 100%;
    height: 380px;
    border-radius: 20px;
    overflow: hidden;
    background: var(--deep-blue);
}

.speaker-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}

.speaker-info-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 20px 20px;
    background: linear-gradient(to top, rgba(0, 61, 122, 0.9), transparent);
    color: var(--white);
}

.speaker-info-overlay h3 {
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.speaker-info-overlay span {
    font-size: 0.85rem;
    color: var(--primary-cyan);
    font-weight: 600;
    text-transform: uppercase;
}

.speaker-item:hover .speaker-card-glass {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(255, 0, 149, 0.2);
    border-color: var(--primary-pink);
}

.speaker-item:hover img {
    transform: scale(1.08);
}

/* ============================================================
   12. SEÇÃO INVESTIMENTO
   ============================================================ */
.investment-section-premium {
    position: relative;
    padding: var(--section-padding);
    background-image: url('../assets/0T0A4080.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
}

/* Overlays (reutilizados em múltiplas seções) */
.bg-overlay,
.overlay-dark {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.bg-overlay {
    background: linear-gradient(135deg, rgba(0, 30, 60, 0.92), rgba(0, 0, 0, 0.20));
}

.overlay-dark {
    background: rgba(0, 18, 40, 0.85);
}

/* Posicionamento relativo acima dos overlays */
.relative-z,
.relative-content {
    position: relative;
    z-index: 2;
}

/* Badge de contraste */
.badge-contrast {
    background: var(--primary-yellow);
    color: var(--deep-blue);
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 900;
    font-size: 0.8rem;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(255, 208, 0, 0.4);
}

.subtitle-badge {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    padding: 12px 30px;
    border-radius: 15px;
    margin-top: 15px;
}

.subtitle-badge p {
    color: var(--white);
    font-weight: 600;
    margin: 0;
}

.subtitle-badge p span {
    color: var(--primary-cyan);
    font-weight: 700;
    text-shadow: 0 0 10px rgba(0, 210, 255, 0.6);
}

.investment-title-white {
    color: var(--white);
    font-weight: 900;
    font-size: clamp(2rem, 5vw, 3.5rem);
    text-transform: uppercase;
}

.investment-title-white span {
    text-shadow: 0 0 20px rgba(255, 0, 149, 0.6);
}

/* Wrapper e cards de investimento */
.investment-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 25px;
    margin-top: 60px;
}

.equal-height-card {
    display: flex;
    flex-direction: column;
    flex: 1 1 320px;
    max-width: 380px;
}

.card-inner-white {
    background: var(--white);
    padding: 45px 35px;
    border-radius: 30px;
    text-align: left;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tag-price {
    font-weight: 900;
    font-size: 0.75rem;
    color: #888;
    letter-spacing: 1px;
}

.price-display {
    color: var(--deep-blue);
    margin: 25px 0;
    display: flex;
    align-items: flex-start;
}

.price-display .value {
    font-size: 5.5rem;
    font-weight: 900;
    line-height: 0.8;
}

.price-display .currency,
.price-display .cents {
    font-size: 1.6rem;
    font-weight: 800;
    margin-top: 8px;
}

/* Cards de info coloridos */
.bg-kids-cyan {
    background: var(--primary-cyan);
    color: var(--deep-blue);
}

.bg-kids-pink {
    background: var(--primary-pink);
    color: var(--white);
}

.invest-card-info {
    padding: 50px 35px;
    border-radius: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.info-tag {
    font-weight: 900;
    font-size: 0.75rem;
    opacity: 0.8;
    text-transform: uppercase;
}

.invest-card-info h3 {
    font-size: 1.9rem;
    font-weight: 800;
    margin: 25px 0;
    line-height: 1.2;
}

.invest-card-info h3 span {
    background: rgba(0, 0, 0, 0.08);
    padding: 0 5px;
    border-radius: 5px;
}

/* Animação float */
.animate-float {
    animation: float 5s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

/* Listas com ícones */
.check-list-dark,
.info-list-white {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.check-list-dark li {
    color: var(--deep-blue);
}

.check-list-dark li,
.info-list-white li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-weight: 600;
}

.check-list-dark i {
    color: #007bff;
}

.info-list-white i {
    color: var(--primary-cyan);
}

.info-details {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.info-details i {
    font-size: 1.4rem;
    margin-top: 5px;
}

/* ============================================================
   13. SEÇÃO FAQ NEON
   ============================================================ */
.faq-section-neon {
    padding: var(--section-padding);
    background-color: var(--deep-blue);
    color: var(--white);
}

.faq-title-container {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.faq-main-title {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 900;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: -1px;
    margin: 0;
    line-height: 1;
}

.faq-main-title span {
    text-shadow: 0 0 15px rgba(255, 0, 149, 0.6), 0 0 30px rgba(255, 0, 149, 0.3);
}

.faq-title-underline {
    width: 80px;
    height: 4px;
    background: var(--primary-cyan);
    margin: 15px auto 0;
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(0, 210, 255, 0.8);
}

.faq-badge-wrapper {
    margin-bottom: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
}

.faq-neon-dot {
    color: var(--primary-cyan);
    margin-right: 5px;
}

.faq-neon-text {
    color: var(--primary-cyan);
    text-shadow: 0 0 10px rgba(0, 210, 255, 0.7);
}

.faq-footer-phrase-neon {
    margin: 60px 0;
    color: var(--primary-cyan);
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

.phrase-glow {
    text-shadow: 0 0 15px rgba(0, 210, 255, 0.8);
}

/* FAQ Collapsible (Materialize override) */
.custom-faq-container {
    border: none !important;
    width: 100%;
    max-width: 900px;
    margin-top: 40px !important;
    background-color: transparent !important;
}

.custom-faq-container li {
    background-color: var(--deep-blue-dark) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    margin-bottom: 15px;
    border-radius: 12px !important;
    transition: all 0.4s ease;
    overflow: hidden;
}

.collapsible-header {
    background-color: transparent !important;
    color: var(--white) !important;
    border-bottom: none !important;
    padding: 25px !important;
    font-size: 1.2rem;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right-icon {
    margin-right: 0 !important;
    font-size: 1.1rem;
    transition: transform var(--transition-base);
    opacity: 0.6;
}

.collapsible-body {
    border-bottom: none !important;
    padding: 0 25px 25px !important;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

.custom-faq-container li.active {
    border-color: var(--primary-pink) !important;
    box-shadow: var(--shadow-pink-glow) !important;
}

.custom-faq-container li.active .collapsible-header {
    color: var(--primary-pink) !important;
    text-shadow: 0 0 10px rgba(255, 0, 149, 0.5);
}

.custom-faq-container li.active .right-icon {
    transform: rotate(45deg);
    color: var(--primary-pink);
    opacity: 1;
}

/* ============================================================
   14. SEÇÃO DIRETORIA
   ============================================================ */
.diretoria-section {
    background-color: #ffd200;
    padding: 100px 0 160px;
    position: relative;
    overflow: hidden;
}

.main-section-title-blue {
    color: #003366;
    font-weight: 900;
    font-size: clamp(2.5rem, 5vw, 4rem);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
}

.main-section-title-blue span {
    color: var(--primary-pink);
}

.diretoria-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.diretoria-card {
    background: var(--white);
    border-radius: 30px;
    padding: 45px 35px;
    flex: 1 1 320px;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transition: var(--transition-bounce);
}

.diretoria-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.card-main-title {
    color: #003366;
    font-size: 1.3rem;
    font-weight: 900;
    margin-bottom: 25px;
    border-bottom: 3px solid var(--primary-pink);
    display: inline-block;
    padding-bottom: 5px;
}

.card-topic {
    color: #003366;
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    margin: 20px 0 8px;
}

.diretoria-card p {
    color: #444;
    font-weight: 600;
    margin: 4px 0;
    line-height: 1.4;
}

.vice-text {
    font-size: 0.95rem;
    color: #666;
    font-style: italic;
}

/* Wave divisor */
.custom-shape-divider-bottom {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 110px;
}

.custom-shape-divider-bottom .shape-fill {
    fill: #f0f4f8;
}

/* ============================================================
   15. SEÇÃO LOCALIZAÇÃO & IMPACTO
   ============================================================ */
.location-impact-section {
    position: relative;
    padding: 120px 0;
    background-image: url('../assets/0T0A3909.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.top-badge-neon {
    color: var(--white);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.1rem;
    margin-bottom: 10px;
    display: block;
}

.main-title-neon {
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 900;
    color: var(--white);
    line-height: 0.9;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.main-title-neon span {
    color: var(--primary-pink);
    text-shadow: 0 0 20px rgba(255, 0, 149, 0.8), 0 0 40px rgba(255, 0, 149, 0.4);
}

.subtitle-neon {
    color: var(--primary-cyan);
    font-weight: 700;
    letter-spacing: 5px;
    font-size: 1.2rem;
    margin-bottom: 40px;
    text-shadow: 0 0 10px rgba(0, 210, 255, 0.6);
}

.map-container-wrapper {
    margin: 80px auto 0;
    width: 100%;
    max-width: 1100px;
}

.map-card-glass {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.map-card-glass iframe {
    border-radius: 12px;
    filter: grayscale(0.3) contrast(1.2) invert(0.1);
}

/* ============================================================
   16. FOOTER 
   ============================================================ */
.footer-neon {
    background-color: var(--navy-deep);
    padding: 40px 0;
    border-top: 1px solid rgba(0, 210, 255, 0.2);
}

.footer-content {
    gap: 20px;
}

.footer-copyright p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0;
    font-weight: 500;
}

.developer-signature {
    color: var(--white);
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.portfolio-link-neon {
    color: var(--primary-cyan);
    text-decoration: none;
    font-weight: 800;
    transition: all var(--transition-base);
    text-shadow: 0 0 8px rgba(0, 210, 255, 0.5);
}

.portfolio-link-neon:hover {
    color: var(--primary-pink);
    text-shadow: 0 0 12px rgba(255, 0, 149, 0.8);
    transform: translateY(-2px);
}

/* ============================================================
   17. RESPONSIVO — TABLET (max-width: 992px)
   ============================================================ */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

    :root {
        --section-padding: 70px 0;
    }

    /* Hero */
    .hero-section {
        height: auto;
        min-height: 600px;
        padding: 80px 0 200px;
        align-items: flex-start;
    }

    .hero-overlay {
        background: linear-gradient(160deg,
                rgba(0, 61, 122, 0.90) 0%,
                rgba(0, 210, 255, 0.3) 70%,
                transparent 100%);
    }

    .info-card-glass {
        padding: 35px;
        max-width: 100%;
        border-radius: 20px;
    }

    .event-title {
        font-size: 2.6rem;
    }

    /* Timer */
    .timer-content {
        width: 95%;
    }

    .timer-label {
        font-size: 0.75rem;
    }

    .time-block {
        margin-left: 12px;
    }

    .ticker-container.reverse {
        bottom: 41rem;
    }

    /* Cards info */
    .cards-grid {
        gap: 15px;
    }

    .target-card {
        flex: 1 1 calc(50% - 15px);
        min-width: unset;
    }

    /* Sobre */
    .about-big-card {
        flex-direction: column;
        gap: 25px;
        padding: 30px;
    }

    .about-text-content,
    .about-image {
        flex: unset;
        width: 100%;
    }

    /* Problemas */
    .problem-item {
        flex: 1 1 calc(50% - 30px);
        min-width: unset;
    }

    /* Preletores */
    .speaker-item {
        flex: 1 1 calc(50% - 25px);
        min-width: unset;
        max-width: 100%;
    }

    /* Investimento */
    .equal-height-card {
        flex: 1 1 calc(50% - 25px);
        max-width: 100%;
    }

    /* Diretoria */
    .diretoria-card {
        flex: 1 1 calc(50% - 30px);
        max-width: 100%;
    }

    /* Mapa */
    .location-impact-section {
        background-attachment: scroll;
        padding: 80px 0;
        min-height: auto;
    }

    .investment-section-premium {
        background-attachment: scroll;
    }

    /* Footer */
    .footer-content {
        flex-direction: column;
        text-align: center;
    }
}

/* ============================================================
   18. RESPONSIVO — MOBILE (max-width: 600px)
   ============================================================ */
@media (max-width: 480px) {

    :root {
        --section-padding: 55px 0;
    }

    /* Timer bar — empilha verticalmente */
    .event-timer-bar {
        padding: 10px 0;
    }

    .timer-content {
        flex-direction: column;
        align-items: center;
        gap: 8px;
        width: 95%;
        text-align: center;
    }

    .timer-label {
        font-size: 0.7rem;
    }

    .countdown-container {
        gap: 4px;
        justify-content: center;
    }

    .time-block {
        margin-left: 8px;
        font-size: 0.6rem;
    }

    .time-block span {
        font-size: 1.15rem;
    }

    /* Hero */
    .hero-section {
        padding: 60px 0 180px;
        min-height: 500px;
    }

    .main-hero-container {
        justify-content: center;
    }

    .info-card-glass {
        padding: 25px 20px;
        border-radius: 16px;
        margin: 0 10px;
    }

    .event-title {
        font-size: 2rem;
    }

    .event-location {
        font-size: 0.95rem;
    }

    .date-highlight {
        font-size: 1.4rem;
    }

    .btn-register {
        padding: 0 25px;
        height: 48px;
        line-height: 48px;
        font-size: 0.9rem;
    }


    .ticker-container.reverse {}

    /* Títulos de seção */
    .main-section-title,
    .main-section-title-left,
    .main-section-title-dark,
    .main-section-title-blue {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
        margin-bottom: 30px;
    }

    .section-title {
        font-size: 1.8rem;
    }

    /* Cards info — empilha em coluna única */
    .cards-grid {
        flex-direction: column;
    }

    .target-card {
        flex: unset;
        width: 100%;
        min-width: unset;
    }

    .target-card p {
        min-height: auto;
    }

    /* Sobre */
    .about-big-card {
        padding: 20px;
        gap: 20px;
        display: flex;
        flex-direction: column;
    }

    /* Problemas — coluna única */
    .problems-flex-grid {
        gap: 20px;
    }

    .problem-item {
        flex: unset;
        width: 100%;
    }

    .card-content-glass.fixed-height-card {
        height: auto;
        min-height: 200px;
    }

    /* Preletores — coluna única */
    .speakers-grid {
        flex-direction: column;
        align-items: center;
    }

    .speaker-item {
        flex: unset;
        width: 100%;
        max-width: 360px;
    }

    .speaker-img-wrapper {
        height: 450px;
    }

    /* Investimento — coluna única */
    .investment-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .equal-height-card {
        flex: unset;
        width: 100%;
        max-width: 100%;
    }

    .invest-card-info {
        padding: 30px 25px;
    }

    .invest-card-info h3 {
        font-size: 1.5rem;
    }

    .price-display .value {
        font-size: 4rem;
    }

    /* FAQ */
    .collapsible-header {
        padding: 18px !important;
        font-size: 1rem;
    }

    .custom-faq-container {
        margin-top: 25px !important;
    }

    /* Diretoria — coluna única */
    .diretoria-section {
        padding: 55px 0 120px;
    }

    .diretoria-wrapper {
        gap: 20px;
    }

    .diretoria-card {
        flex: unset;
        width: 100%;
        max-width: 100%;
        padding: 30px 25px;
    }

    /* Location/Mapa */
    .main-title-neon {
        font-size: clamp(2.5rem, 10vw, 4rem);
    }

    .subtitle-neon {
        font-size: 1rem;
        letter-spacing: 3px;
    }

    .btn-cta-neon-green {
        padding: 16px 30px;
        font-size: 0.95rem;
    }

    .map-card-glass iframe {
        height: 300px !important;
    }

    .map-container-wrapper {
        margin-top: 40px;
    }

    /* Botões CTA */
    .btn-cta-glow,
    .btn-cta-glow-cyan {
        padding: 14px 28px;
        font-size: 0.9rem;
        text-align: center;
        justify-content: center;
    }

    /* Footer */
    .footer-neon {
        padding: 30px 0;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 12px;
    }

    .footer-copyright p {
        font-size: 0.8rem;
    }

    .developer-signature {
        font-size: 0.85rem;
    }
}