.elementor-17477 .elementor-element.elementor-element-1ad0e7a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17477 .elementor-element.elementor-element-53f2960{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-2a175e7 *//* ==========================================================================
   CSS CUSTOM DESIGN SYSTEM - LANDING PAGE PREMIUM RPPS MA (PROF. IBRAIM DJALMA)
   Concebido para visualização imediata e fácil exportação para o Elementor
   ========================================================================== */

:root {
    /* Color Palette */
    --bg-dark-primary: #070C16;
    --bg-dark-secondary: #0E1626;
    --bg-dark-card: #131E33;
    --bg-dark-glass: rgba(19, 30, 51, 0.75);
    
    /* Gold Accents & Gradients */
    --gold-primary: #D4AF37;
    --gold-light: #F4E07E;
    --gold-dark: #AA820A;
    --gold-gradient: linear-gradient(135deg, #FFF0B2 0%, #D4AF37 50%, #997405 100%);
    --gold-glow: rgba(212, 175, 55, 0.35);
    
    /* Text Colors */
    --text-light: #F8FAFC;
    --text-muted: #94A3B8;
    --text-dark: #0F172A;
    
    /* System Colors */
    --whatsapp-green: #25D366;
    --whatsapp-hover: #1EBE5B;
    --border-color: rgba(212, 175, 55, 0.2);
    --border-light: rgba(255, 255, 255, 0.08);
    
    /* Typography */
    --font-heading: 'Outfit', sans-serif;
    --font-display: 'Cinzel', serif;
    --font-body: 'Inter', sans-serif;
    
    /* Container Width */
    --max-width: 1200px;
    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --transition: all 0.3s ease-in-out;
}

/* Reset & Global Base Styles */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Elementor & Theme Override Protections */
html, body, #page, .site, #content, .site-main, .elementor, .elementor-page, .elementor-section-wrap, .elementor-location-footer {
    background-color: var(--bg-dark-primary) !important;
    background: var(--bg-dark-primary) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.site-header, .site-footer, .elementor-section, section {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
}

.site-footer, #sec-footer, .footer-section {
    background-color: #04070D !important;
    background: #04070D !important;
    width: 100% !important;
    max-width: 100% !important;
}

.header-container {
    max-width: 1280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    background-color: var(--bg-dark-primary);
    color: var(--text-light);
    font-family: var(--font-body);
    line-height: 1.6;
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 20px;
}

/* Helper Utility Classes */
.text-center { text-align: center; }
.gold-gradient-text {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.gold-divider {
    height: 4px;
    width: 80px;
    background: var(--gold-gradient);
    margin: 15px auto 0;
    border-radius: 2px;
}

.gold-divider.left-aligned {
    margin-left: 0;
}

.section {
    padding: 100px 0;
    position: relative;
}

.section-header {
    margin-bottom: 60px;
}

.section-subtitle {
    color: var(--gold-primary);
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.875rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.section-title {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-light);
    line-height: 1.2;
}

.section-desc {
    color: var(--text-muted);
    font-size: 1.1rem;
    margin-top: 12px;
}

/* Buttons System */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1rem;
    border-radius: var(--radius-sm);
    text-decoration: none;
    cursor: pointer;
    transition: var(--transition);
    border: none;
    outline: none;
}

.btn-gold {
    background: var(--gold-gradient);
    color: #070C16;
    box-shadow: 0 4px 20px var(--gold-glow);
}

.btn-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(212, 175, 55, 0.5);
    filter: brightness(1.1);
}

.btn-outline {
    background: transparent;
    color: var(--text-light);
    border: 1px solid var(--border-color);
}

.btn-outline:hover {
    border-color: var(--gold-primary);
    color: var(--gold-primary);
    background: rgba(212, 175, 55, 0.05);
}

.btn-map-app {
    border-color: var(--gold-primary);
    color: var(--gold-light);
    padding: 12px 22px;
    font-size: 0.92rem;
}

.btn-map-app:hover {
    background: var(--gold-gradient);
    color: #070C16;
}

.btn-xl {
    padding: 18px 36px;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    border-radius: 50px;
}

.btn-block {
    width: 100%;
}

.glow-effect {
    animation: pulseGlow 2.5s infinite alternate;
}

@keyframes pulseGlow {
    0% { box-shadow: 0 0 15px rgba(212, 175, 55, 0.3); }
    100% { box-shadow: 0 0 35px rgba(212, 175, 55, 0.7); }
}

@keyframes bgKenBurns {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.08);
    }
}

/* ==========================================================================
   SEÇÃO 1: CABEÇALHO / HEADER
   ========================================================================== */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10000;
    background: rgba(7, 12, 22, 0.95);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-light);
    padding: 12px 0;
    transition: var(--transition);
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.logo-link {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none;
}

.brand-logo {
    height: 46px !important;
    max-height: 46px !important;
    max-width: 250px !important;
    width: auto !important;
    object-fit: contain !important;
    display: block;
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.main-nav .nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 22px;
    margin: 0;
    padding: 0;
}

.nav-link {
    color: var(--text-muted);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    white-space: nowrap;
    transition: var(--transition);
}

.nav-link:hover, .nav-home-link {
    color: var(--gold-primary);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.btn-home-header, .btn-header {
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-home-header {
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 1.1rem;
    border-radius: 50%;
}

.btn-header {
    padding: 9px 18px;
    font-size: 0.83rem;
}

.btn-text-short {
    display: none;
}

.btn-text-full {
    display: inline;
}

.mobile-toggle {
    display: none;
    background: transparent;
    border: none;
    color: var(--text-light);
    font-size: 1.5rem;
    cursor: pointer;
}

/* ==========================================================================
   SEÇÃO 2: HERO PRINCIPAL
   ========================================================================== */
.hero-section {
    position: relative;
    padding: 170px 0 100px;
    background: radial-gradient(circle at 70% 30%, rgba(212, 175, 55, 0.08) 0%, transparent 60%),
                radial-gradient(circle at 10% 80%, rgba(14, 22, 38, 0.8) 0%, transparent 50%),
                var(--bg-dark-primary);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 50px;
    align-items: center;
}

.badge-pulse {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 24px;
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background-color: var(--gold-primary);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--gold-primary);
    animation: blink 1.5s infinite;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

.badge-text {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--gold-primary);
    letter-spacing: 1.5px;
}

.hero-title {
    font-family: var(--font-heading);
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 20px;
}

.sub-title-highlight {
    font-size: 1.5rem;
    color: var(--text-muted);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
}

.hero-description {
    font-size: 1.15rem;
    color: var(--text-muted);
    margin-bottom: 35px;
    max-width: 620px;
}

.hero-highlights {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 35px;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--bg-dark-glass);
    border: 1px solid var(--border-light);
    padding: 12px 16px;
    border-radius: var(--radius-sm);
}

.highlight-icon {
    font-size: 1.5rem;
    color: var(--gold-primary);
}

.highlight-item strong {
    display: block;
    font-size: 0.75rem;
    color: var(--text-muted);
    text-transform: uppercase;
}

.highlight-item p {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-light);
}

.hero-cta-group {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.hero-cta-group .btn-gold {
    padding: 14px 28px;
    font-size: 0.95rem;
}

/* Timer Regressivo */
.countdown-wrapper {
    background: rgba(14, 22, 38, 0.9);
    border: 1px solid var(--border-color);
    padding: 20px 25px;
    border-radius: var(--radius-md);
    display: inline-block;
}

.countdown-label {
    font-size: 0.9rem;
    color: var(--gold-primary);
    font-weight: 600;
    margin-bottom: 12px;
}

.countdown-timer {
    display: flex;
    align-items: center;
    gap: 12px;
}

.timer-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--bg-dark-card);
    padding: 8px 16px;
    border-radius: var(--radius-sm);
    min-width: 65px;
    border: 1px solid var(--border-light);
}

.timer-box span {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--text-light);
}

.timer-box small {
    font-size: 0.65rem;
    color: var(--text-muted);
    text-transform: uppercase;
}

.timer-divider {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--gold-primary);
}

/* Hero Image Card */
.hero-image-column {
    position: relative;
}

.hero-image-card {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 2px solid var(--gold-primary);
    box-shadow: 0 15px 40px rgba(0,0,0,0.6);
    background: transparent;
}

.professor-hero-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.floating-badge {
    position: absolute;
    background: rgba(14, 22, 38, 0.95);
    border: 1px solid var(--gold-primary);
    backdrop-filter: blur(10px);
    padding: 12px 20px;
    border-radius: var(--radius-md);
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 10;
}

.hero-badge-experience {
    bottom: -20px;
    left: -20px;
}

.badge-number {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--gold-primary);
    line-height: 1;
}

.badge-txt {
    font-size: 0.8rem;
    font-weight: 600;
    max-width: 200px;
    color: var(--text-light);
}

.hero-badge-role {
    top: 30px;
    right: -20px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--gold-primary);
}

/* ==========================================================================
   SEÇÃO 3: DIFERENCIAIS (POR QUE ESTE CURSO É ÚNICO?)
   ========================================================================== */
.differentials-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #070C16;
}

.differentials-section::before {
    content: '';
    position: absolute;
    top: -15%;
    left: -5%;
    width: 110%;
    height: 130%;
    background-image: linear-gradient(180deg, rgba(7, 12, 22, 0.86) 0%, rgba(7, 12, 22, 0.78) 50%, rgba(7, 12, 22, 0.90) 100%), url('https://idprevidenciario.com.br/wp-content/uploads/2026/07/BG-RPPS_MA-scaled.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 0;
    transform: translateY(var(--parallax-y, 0px)) scale(1.05);
    transform-origin: center center;
    will-change: transform;
    transition: none;
}

.differentials-section .container {
    position: relative;
    z-index: 2;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    position: relative;
    z-index: 2;
}

.feature-card {
    background: rgba(7, 12, 22, 0.35);
    backdrop-filter: blur(14px) saturate(160%);
    -webkit-backdrop-filter: blur(14px) saturate(160%);
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-top: 1px solid rgba(212, 175, 55, 0.6);
    padding: 40px 30px;
    border-radius: var(--radius-lg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.feature-card:hover {
    transform: translateY(-10px) scale(1.02);
    background: rgba(212, 175, 55, 0.15);
    border-color: var(--gold-primary);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.6), 0 0 25px rgba(212, 175, 55, 0.3);
}

.card-icon {
    width: 64px;
    height: 64px;
    background: rgba(212, 175, 55, 0.15);
    border: 1px solid rgba(212, 175, 55, 0.4);
    backdrop-filter: blur(8px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    color: var(--gold-primary);
    margin-bottom: 24px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: var(--transition);
}

.feature-card:hover .card-icon {
    background: var(--gold-gradient);
    color: #070C16;
    transform: rotate(5deg) scale(1.08);
}

.feature-card h3 {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    margin-bottom: 14px;
    color: var(--text-light);
}

.feature-card p {
    color: var(--text-muted);
    font-size: 0.95rem;
}

/* ==========================================================================
   SEÇÃO 5: CRONOGRAMA / PROGRAMAÇÃO DOS DIAS
   ========================================================================== */
.schedule-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #070C16;
}

.schedule-section::before {
    content: '';
    position: absolute;
    top: -15%;
    left: -5%;
    width: 110%;
    height: 130%;
    background-image: linear-gradient(180deg, rgba(7, 12, 22, 0.86) 0%, rgba(7, 12, 22, 0.78) 50%, rgba(7, 12, 22, 0.90) 100%), url('https://idprevidenciario.com.br/wp-content/uploads/2026/07/BG-RPPS_MA_2-scaled.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 0;
    transform: translateY(var(--parallax-y, 0px)) scale(1.05);
    transform-origin: center center;
    will-change: transform;
    transition: none;
}

.schedule-section .container {
    position: relative;
    z-index: 2;
}

.schedule-wrapper {
    max-width: 850px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.schedule-tabs {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-bottom: 40px;
}

.tab-btn {
    background: rgba(7, 12, 22, 0.35);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(212, 175, 55, 0.3);
    color: var(--text-light);
    padding: 16px 28px;
    border-radius: 30px;
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: var(--transition);
}

.tab-btn.active, .tab-btn:hover {
    background: var(--gold-gradient);
    color: #070C16;
    border-color: transparent;
    box-shadow: 0 4px 20px var(--gold-glow);
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.timeline {
    position: relative;
    padding-left: 20px;
    border-left: 2px solid var(--gold-primary);
}

.timeline-item {
    position: relative;
    margin-bottom: 35px;
    padding-left: 30px;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -27px;
    top: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--gold-primary);
    box-shadow: 0 0 10px var(--gold-primary);
}

.timeline-time {
    color: var(--gold-primary);
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 6px;
}

.timeline-content {
    background: rgba(7, 12, 22, 0.25);
    backdrop-filter: blur(12px) saturate(160%);
    -webkit-backdrop-filter: blur(12px) saturate(160%);
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-top: 1px solid rgba(212, 175, 55, 0.6);
    padding: 26px 30px;
    border-radius: var(--radius-lg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.timeline-content:hover {
    transform: translateX(6px);
    background: rgba(212, 175, 55, 0.12);
    border-color: var(--gold-primary);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), 0 0 20px rgba(212, 175, 55, 0.25);
}

.session-badge {
    display: inline-block;
    font-size: 0.75rem;
    background: rgba(212, 175, 55, 0.15);
    color: var(--gold-light);
    padding: 4px 12px;
    border-radius: 12px;
    margin-bottom: 10px;
    font-weight: 600;
}

.timeline-content h4 {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    margin-bottom: 8px;
}

.timeline-content p {
    color: var(--text-muted);
    font-size: 0.95rem;
}

/* ==========================================================================
   SEÇÃO 5: SOBRE O PROFESSOR
   ========================================================================== */
.bio-section {
    background: var(--bg-dark-secondary);
}

.bio-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 60px;
    align-items: center;
}

@media (min-width: 993px) {
    .bio-grid-reverse {
        grid-template-columns: 1.2fr 0.8fr;
    }
    .bio-grid-reverse .bio-image-wrapper {
        order: 2;
    }
    .bio-grid-reverse .bio-details {
        order: 1;
    }
}

.bio-frame {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 2px solid var(--gold-primary);
    box-shadow: 0 15px 40px rgba(0,0,0,0.6);
}

.bio-img {
    width: 100%;
    height: auto;
    display: block;
}

.bio-title-card {
    background: var(--bg-dark-card);
    border: 1px solid var(--border-color);
    padding: 20px;
    border-radius: var(--radius-md);
    margin-top: -30px;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.bio-title-card h3 {
    font-family: var(--font-heading);
    color: var(--gold-primary);
    font-size: 1.3rem;
}

.bio-title-card p {
    color: var(--text-muted);
    font-size: 0.85rem;
}

.bio-lead-text {
    font-size: 1.15rem;
    color: var(--text-light);
    margin: 24px 0 30px;
    line-height: 1.7;
}

.bio-credentials-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bio-credentials-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 0.98rem;
    color: var(--text-muted);
}

.bio-credentials-list i {
    color: var(--gold-primary);
    font-size: 1.2rem;
    margin-top: 3px;
}

.bio-credentials-list strong {
    color: var(--text-light);
}

/* ==========================================================================
   SEÇÃO 6: LOCAL DO EVENTO
   ========================================================================== */
.location-card {
    background: linear-gradient(135deg, var(--bg-dark-card) 0%, rgba(14, 22, 38, 0.9) 100%);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 50px;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: center;
}

.badge-gold {
    background: var(--gold-gradient);
    color: #070C16;
    font-weight: 800;
    font-size: 0.75rem;
    padding: 6px 14px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.location-info h2 {
    font-family: var(--font-heading);
    font-size: 2rem;
    margin-bottom: 8px;
}

.venue-name {
    color: var(--gold-primary);
    font-size: 1.3rem;
    margin-bottom: 12px;
}

.venue-address {
    color: var(--text-muted);
    font-size: 1.05rem;
    margin-bottom: 30px;
}

.venue-features {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.v-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.05);
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 0.88rem;
    color: var(--text-light);
}

.v-feature i {
    color: var(--gold-primary);
}

.location-cta-box {
    background: var(--bg-dark-primary);
    border: 1px solid var(--border-light);
    padding: 35px;
    border-radius: var(--radius-md);
    text-align: center;
}

.cert-stamp {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--gold-light);
    font-weight: 700;
    font-size: 0.85rem;
    margin-bottom: 15px;
}

.location-cta-box h4 {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.location-cta-box p {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 25px;
}

/* ==========================================================================
   SEÇÃO 7: FAQ
   ========================================================================== */
.faq-section {
    background: var(--bg-dark-secondary);
}

.faq-accordion {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    background: var(--bg-dark-card);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: var(--transition);
}

.faq-question {
    width: 100%;
    padding: 22px 28px;
    background: transparent;
    border: none;
    color: var(--text-light);
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 600;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-question i {
    color: var(--gold-primary);
    transition: var(--transition);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 28px;
}

.faq-item.active {
    border-color: var(--border-color);
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-item.active .faq-answer {
    max-height: 250px;
    padding: 0 28px 24px;
    color: var(--text-muted);
}

/* ==========================================================================
   SEÇÃO 8: CTA FINAL & RODAPÉ
   ========================================================================== */
.final-cta-section {
    padding: 100px 0;
    background: radial-gradient(circle at center, rgba(212, 175, 55, 0.12) 0%, var(--bg-dark-primary) 70%);
}

.cta-card {
    max-width: 800px;
    margin: 0 auto;
}

.cta-card h2 {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    margin: 20px 0;
    line-height: 1.25;
}

.cta-card p {
    color: var(--text-muted);
    font-size: 1.15rem;
    margin-bottom: 40px;
}

.site-footer {
    background: #04070D !important;
    background-color: #04070D !important;
    border-top: 1px solid var(--border-light);
    padding: 60px 0 30px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-logo {
    height: 50px !important;
    max-height: 50px !important;
    max-width: 280px !important;
    width: auto !important;
    object-fit: contain !important;
    margin-bottom: 16px;
    display: block;
}

.footer-brand p {
    color: var(--text-muted);
    font-size: 0.9rem;
    max-width: 450px;
}

.footer-info h4 {
    font-family: var(--font-heading);
    color: var(--gold-primary);
    margin-bottom: 16px;
}

.footer-info p {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.05);
    padding-top: 25px;
    color: var(--text-muted);
    font-size: 0.85rem;
}

/* ==========================================================================
   RESPONSIVIDADE COMPLETA (DESKTOP, TABLET & MOBILE)
   ========================================================================== */
@media (max-width: 992px) {
    .differentials-section::before, .schedule-section::before {
        background-attachment: scroll !important;
        background-size: cover !important;
        height: 110% !important;
    }

    .hero-grid, .bio-grid, .location-card {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .hero-section {
        padding: 130px 0 80px;
    }
    
    .hero-title {
        font-size: 2.2rem;
    }
    
    .main-nav {
        position: fixed;
        top: 78px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 78px);
        background: var(--bg-dark-primary);
        padding: 40px 20px;
        transition: var(--transition);
        z-index: 999;
    }
    
    .main-nav.active {
        left: 0;
    }
    
    .main-nav .nav-list {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }
    
    .mobile-toggle {
        display: block;
    }
    
    .hero-highlights {
        grid-template-columns: 1fr;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .header-container {
        padding: 0 12px !important;
    }

    .brand-logo {
        height: 36px !important;
        max-height: 36px !important;
        max-width: 175px !important;
    }

    .header-actions {
        gap: 8px;
    }

    .btn-home-header {
        width: 36px;
        height: 36px;
        min-width: 36px;
        padding: 0;
        font-size: 0.95rem;
    }

    .btn-header {
        padding: 8px 14px;
        font-size: 0.8rem;
    }

    .hero-title {
        font-size: 1.9rem;
    }

    .sub-title-highlight {
        font-size: 1.2rem;
    }

    .section {
        padding: 70px 0;
    }

    .section-title {
        font-size: 2rem;
    }

    .countdown-wrapper {
        width: 100%;
        text-align: center;
    }

    .countdown-timer {
        justify-content: center;
        gap: 8px;
    }

    .timer-box {
        min-width: 52px;
        padding: 6px 10px;
    }

    .timer-box span {
        font-size: 1.3rem;
    }
}

@media (max-width: 576px) {
    .site-header {
        padding: 10px 0;
    }

    .header-container {
        padding: 0 10px !important;
    }

    .brand-logo {
        height: 32px !important;
        max-height: 32px !important;
        max-width: 145px !important;
    }

    .header-actions {
        gap: 6px;
    }

    .btn-home-header {
        width: 32px;
        height: 32px;
        min-width: 32px;
        font-size: 0.85rem;
    }

    .btn-header {
        padding: 7px 10px;
        font-size: 0.78rem;
    }

    .btn-text-full {
        display: none;
    }

    .btn-text-short {
        display: inline;
    }

    .hero-title {
        font-size: 1.6rem;
    }
    
    .section-title {
        font-size: 1.6rem;
    }
    
    .btn-xl {
        width: 100%;
        padding: 16px 20px;
        font-size: 0.95rem;
    }
    
    .schedule-tabs {
        flex-direction: column;
    }
    
    .location-card {
        padding: 25px 15px;
    }

    .floating-badge {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 15px;
        width: 100%;
        justify-content: center;
    }

    .badge-txt {
        max-width: 100%;
    }
}

/* ==========================================================================
   ESTILOS ADICIONAIS: EMENTA DETALHADA E TÓPICOS DO CURSO
   ========================================================================== */
.topic-list {
    list-style: none;
    margin: 16px 0 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.topic-list > li {
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(212, 175, 55, 0.15);
    padding: 14px 18px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
}

.topic-list > li:hover {
    border-color: var(--gold-primary);
    background: rgba(212, 175, 55, 0.05);
}

.topic-header-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.96rem;
    color: var(--text-light);
    font-weight: 600;
    line-height: 1.4;
}

.topic-header-item i {
    color: var(--gold-primary);
    font-size: 0.9rem;
    margin-top: 3px;
    flex-shrink: 0;
}

.subtopic-list {
    list-style: none;
    margin: 6px 0 4px 26px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.subtopic-list li {
    font-size: 0.88rem;
    color: var(--text-muted);
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.4;
}

.subtopic-list li i {
    font-size: 0.55rem;
    color: var(--gold-primary);
    margin-top: 6px;
    flex-shrink: 0;
}

.topic-badge-tag {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    background: rgba(212, 175, 55, 0.18);
    color: var(--gold-primary);
    border: 1px solid rgba(212, 175, 55, 0.35);
    margin-right: 6px;
    flex-shrink: 0;
}

.ementa-summary-box {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.08) 0%, rgba(14, 22, 38, 0.8) 100%);
    border: 1px solid var(--gold-primary);
    border-radius: var(--radius-md);
    padding: 20px 24px;
    margin-bottom: 30px;
}

.ementa-summary-box p {
    color: var(--text-light);
    font-size: 0.98rem;
    line-height: 1.6;
    margin: 0;
}

/* SEÇÃO DEDICADA: EMENTA DO CURSO (#sec-ementa) */
.ementa-section {
    background: var(--bg-dark-primary);
    position: relative;
}

.ementa-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 35px;
}

.ementa-card {
    background: var(--bg-dark-card);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-md);
    padding: 30px 24px;
    transition: var(--transition);
    display: flex;
    flex-direction: column;
}

.ementa-card:hover {
    border-color: var(--gold-primary);
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
}

.ementa-card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-light);
}

.ementa-card-icon {
    width: 52px;
    height: 52px;
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: var(--gold-primary);
    flex-shrink: 0;
}

.ementa-card-title h3 {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    color: var(--text-light);
    margin-bottom: 4px;
}

.ementa-card-title span {
    font-size: 0.78rem;
    color: var(--gold-primary);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}/* End custom CSS */