/* Dark Theme Base - Igual ao Index */
body {
    background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%);
    color: #ffffff;
    min-height: 100vh;
}

/* Header Dark Theme */
header {
    background-color: #000 !important;
}

nav {
    background-color: transparent !important;
}

.logo {
    color: #ffffff !important;
}

.nav-links a {
    color: #ffffff !important;
}

.nav-links a:hover {
    color: #dc3545 !important;
}

/* Sections Dark Theme */
section {
    background: transparent !important;
    color: #ffffff !important;
}

.mentorship-new {
    background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%) !important;
}

.hero-ultra-modern {
    background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%) !important;
}

.programa-ultra-modern {
    background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%) !important;
}

.mentorship-info {
    background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%) !important;
}

/* Text Colors Dark Theme */
h1, h2, h3, h4, h5, h6 {
    color: #ffffff !important;
}

p {
    color: #ffffff !important;
}

/* Specific text elements for better visibility */
.hero-tagline {
    color: #ffffff !important;
}

.section-description {
    color: #ffffff !important;
}

.info-subtitle {
    color: #ffffff !important;
}

.stats-subtitle {
    color: #ffffff !important;
}

.process-subtitle {
    color: #ffffff !important;
}

.modules-subtitle {
    color: #ffffff !important;
}

.guarantee-enhanced {
    color: #ffffff !important;
}

.timeline-content p {
    color: #ffffff !important;
}

.timeline-duration {
    color: #ffffff !important;
}

.video-description p {
    color: #ffffff !important;
}

.mentor-role {
    color: #ffffff !important;
}

.credential-content p {
    color: #ffffff !important;
}

.module-description-compact {
    color: #ffffff !important;
}

.workshop-desc-centered {
    color: #ffffff !important;
}

/* List items */
.module-list li {
    color: #ffffff !important;
}

.module-topics-compact li {
    color: #ffffff !important;
}

/* Stats and labels */
.stat-label {
    color: #ffffff !important;
}

.stat-number {
    color: #ffffff !important;
}

/* CTA Section text */
.cta-section h2 {
    color: #ffffff !important;
}

.cta-section p {
    color: #ffffff !important;
}

.testimonial blockquote {
    color: #ffffff !important;
}

.testimonial cite {
    color: #ffffff !important;
}

/* Feature items */
.feature-item span {
    color: #ffffff !important;
}

.cta-features span {
    color: #ffffff !important;
}

/* Badges and special elements */
.workshop-style-centered {
    color: #ffffff !important;
}

/* All span elements */
span {
    color: #ffffff !important;
}

/* All text content */
.mentor-quote cite {
    color: #ffffff !important;
}

/* Cards Dark Theme */
.module-card {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}

.benefit-card-gray {
    background: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #000000 !important;
}

.benefit-card-gray h4 {
    color: #000000 !important;
}

.benefit-card-gray p {
    color: #000000 !important;
}

.module-box-blue {
    background: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(40, 167, 69, 0.3) !important;
    color: #000000 !important;
}

.module-box-blue h4 {
    color: #000000 !important;
}

.module-box-blue .module-description-compact {
    color: #000000 !important;
}

.module-box-blue p {
    color: #000000 !important;
}

.module-box-blue .module-topics-compact li {
    color: #000000 !important;
}

.workshop-item-centered {
    background: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #000000 !important;
}

.workshop-style-centered {
    color: #000000 !important;
}

.workshop-desc-centered {
    color: #000000 !important;
}

/* Stats cards with white background */
.stat-card {
    background: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.stat-card .stat-number {
    color: #000000 !important;
}

.stat-card .stat-label {
    color: #000000 !important;
}

/* Guarantee card with white background */
.guarantee-card {
    background: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.guarantee-card h3 {
    color: #000000 !important;
}

/* Timeline items with white background */
.timeline-item {
    background: rgba(255, 255, 255, 0.9) !important;
}

.timeline-item h4 {
    color: #000000 !important;
}

.timeline-item p {
    color: #000000 !important;
}

.timeline-duration {
    color: #000000 !important;
}

/* Mentor profile card with white background */
.mentor-profile-card {
    background: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.mentor-profile-card h3 {
    color: #000000 !important;
}

.mentor-profile-card .mentor-role {
    color: #000000 !important;
}

/* Credential cards with white background */
.credential-enhanced {
    background: rgba(255, 255, 255, 0.9) !important;
}

.credential-enhanced h4 {
    color: #000000 !important;
}

.credential-enhanced p {
    color: #000000 !important;
}

/* Video container with white background */
.video-container-professional {
    background: rgba(255, 255, 255, 0.9) !important;
}

.video-description h4 {
    color: #000000 !important;
}

.video-description p {
    color: #000000 !important;
}

/* Realism items with white background */
.realism-item-compact {
    background: rgba(255, 255, 255, 0.9) !important;
    color: #000000 !important;
}

/* Footer Dark Theme */
footer {
    background: #000000 !important;
    color: #ffffff !important;
}

/* CTA Section Dark Theme */
.cta-section {
    background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%) !important;
}

/* Mobile Home Button */
.mobile-home-button {
    display: none;
    margin-top: 15px;
    text-align: center;
    width: 100%;
}

.btn-home-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-home-mobile:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(40, 167, 69, 0.4);
    text-decoration: none;
    color: white;
}

.btn-home-mobile i {
    font-size: 18px;
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 80px;
    left: 20px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-to-top.show {
    opacity: 1 !important;
    visibility: visible !important;
}

.back-to-top:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(40, 167, 69, 0.4);
}

/* Additional Dark Theme Elements */
.status-badge {
    background: rgba(40, 167, 69, 0.2) !important;
    border: 1px solid rgba(40, 167, 69, 0.3) !important;
    color: #28a745 !important;
}

.hero-title {
    color: #ffffff !important;
}

.hero-title span {
    color: #ffffff !important;
}

.hero-tagline {
    color: #000000 !important;
}

.intro-badge {
    background: rgba(40, 167, 69, 0.2) !important;
    border: 1px solid rgba(40, 167, 69, 0.3) !important;
    color: #28a745 !important;
}

.guarantee-card {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.timeline-item {
    background: rgba(255, 255, 255, 0.05) !important;
}

.timeline-marker {
    background: linear-gradient(135deg, #28a745, #20c997) !important;
}

.mentor-profile-card {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.credential-enhanced {
    background: rgba(255, 255, 255, 0.05) !important;
}

.video-container-professional {
    background: rgba(255, 255, 255, 0.1) !important;
}

blockquote {
    background: rgba(255, 255, 255, 0.1) !important;
    border-left: 4px solid #28a745 !important;
    color: #ffffff !important;
}

/* Additional text elements that need white color */
.cta-header h3 {
    color: #000000 !important;
}

.cta-header p {
    color: #000000 !important;
}

.development-title {
    color: #ffffff !important;
}

.development-title span {
    color: #ffffff !important;
}

.benefits-title {
    color: #ffffff !important;
}

.modules-title {
    color: #ffffff !important;
}

.stats-title {
    color: #ffffff !important;
}

.process-title {
    color: #ffffff !important;
}

.process-subtitle {
    color: #ffffff !important;
}

.process-title span {
    color: #ffffff !important;
}

.guarantee-content h3 {
    color: #ffffff !important;
}

.guarantee-enhanced {
    color: #ffffff !important;
}

.info-main-title {
    color: #ffffff !important;
}

.info-subtitle {
    color: #ffffff !important;
}

.section-title {
    color: #ffffff !important;
}

.section-title span {
    color: #ffffff !important;
}

.title-accent {
    color: #ffffff !important;
}

.section-description {
    color: #ffffff !important;
}

/* Navigation and header text */
.nav-links li a {
    color: #ffffff !important;
}

/* Footer text */
footer p {
    color: #ffffff !important;
}

footer span {
    color: #ffffff !important;
}

/* Video description */
.video-description h4 {
    color: #ffffff !important;
}

/* Timeline content */
.timeline-content h4 {
    color: #ffffff !important;
}

/* All content within cards */
.module-card h3 {
    color: #ffffff !important;
}

.module-card p {
    color: #ffffff !important;
}

.benefit-card-gray h4 {
    color: #000000 !important;
}

.benefit-card-gray p {
    color: #000000 !important;
}

.module-box-blue h4 {
    color: #000000 !important;
}

.credential-enhanced h4 {
    color: #ffffff !important;
}

/* Mentor section elements - all white */
.mentor-profile-card h3 {
    color: #ffffff !important;
}

.mentor-role {
    color: #ffffff !important;
}

.mentor-status-badge span {
    color: #ffffff !important;
}

.credential-content h4 {
    color: #ffffff !important;
}

.credential-content p {
    color: #ffffff !important;
}

/* CTA Section - all elements white */
.cta-section h2 {
    color: #ffffff !important;
}

.cta-section p {
    color: #ffffff !important;
}

.testimonial blockquote {
    color: #ffffff !important;
}

.testimonial cite {
    color: #ffffff !important;
}

.mentor-quote cite {
    color: #ffffff !important;
}

/* Ensure main text is white, but override for white cards */
body, section, 
.stats-subtitle, .modules-subtitle,
.timeline-content p,
.module-description-compact, .workshop-desc-centered,
.cta-features span, .workshop-style-centered,
.development-title, .benefits-title, .modules-title, .stats-title,
.process-title, .info-main-title,
.nav-links li a, footer p, footer span {
    color: #000000 !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #eeeeee !important;
}

p {
    color: #cecece !important;
}

/* Override for cards with white backgrounds - keep text black */
.benefit-card-gray *, 
.module-box-blue *, 
.workshop-item-centered *,
.stat-card *,
.guarantee-card h3,
.timeline-item *,
.mentor-profile-card *,
.credential-enhanced *,
.video-container-professional *,
.realism-item-compact * {
    color: #000000 !important;
}

/* Specific override for module numbers in white cards */
.module-box-blue .module-number {
    color: #000000 !important;
}

/* Specific override for timeline numbers in white cards */
.timeline-item .timeline-number {
    color: #000000 !important;
}

/* Keep some elements green on white cards */
.benefit-card-gray .fas,
.module-box-blue .fas,
.workshop-item-centered .fas,
.stat-card .fas,
.guarantee-card .fas,
.timeline-item .fas,
.mentor-profile-card .fas,
.credential-enhanced .fas,
.video-container-professional .fas {
    color: #28a745 !important;
}

/* Override only specific colored elements that should remain colored */
.status-badge {
    color: #28a745 !important;
}

.intro-badge {
    color: #28a745 !important;
}

.style-tag-compact {
    color: #28a745 !important;
}

.btn-home-mobile {
    color: #ffffff !important;
}

.back-to-top {
    color: #ffffff !important;
}

.cta-primary {
    color: #ffffff !important;
}

.cta-secondary {
    color: #ffffff !important;
}

.cta-button-ultra-modern {
    color: #ffffff !important;
}

/* Stats and Icons */
.stat-card {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.feature-item {
    color: #ffffff !important;
}

.module-list li {
    color: #ffffff !important;
}

.module-topics-compact li {
    color: #ffffff !important;
}

.realism-item-compact {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
}

.style-tag-compact {
    background: rgba(40, 167, 69, 0.2) !important;
    color: #28a745 !important;
}

/* Specific rule for hero tagline to ensure black text */
.hero-content-centered .hero-tagline,
.hero-tagline {
    color: #000000 !important;
    background: transparent !important;
}

     /* Separador decorativo sofisticado */
        .section-separator {
            width: 100%;
            height: 48px;
            background: linear-gradient(135deg, #3b82f6 0%, #6366f1 45%, #8b5cf6 100%);
            opacity: 0.08;
            border-radius: 0 0 48px 48px;
            margin: 0 auto 48px auto;
            position: relative;
            overflow: hidden;
        }
        .section-separator::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
            animation: shimmer 3s infinite;
        }
        @keyframes shimmer {
            0% { left: -100%; }
            50% { left: 100%; }
            100% { left: 100%; }
        }
        /* Glassmorphism sofisticado */
        .floating-card {
            background: rgba(255,255,255,0.12);
            color: #222;
            border-radius: 24px;
            box-shadow: 
                0 8px 32px rgba(59,130,246,0.15),
                0 1px 1px rgba(255,255,255,0.3) inset,
                0 -1px 1px rgba(59,130,246,0.1) inset;
            padding: 28px 32px;
            margin-bottom: 24px;
            backdrop-filter: blur(16px) saturate(180%);
            border: 1px solid rgba(59,130,246,0.15);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
        }
        .floating-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, transparent 50%, rgba(59,130,246,0.05) 100%);
            pointer-events: none;
        }
        .floating-card:hover {
            transform: translateY(-8px) scale(1.03);
            box-shadow: 
                0 20px 60px rgba(59,130,246,0.25),
                0 8px 24px rgba(59,130,246,0.15),
                0 0 0 1px rgba(59,130,246,0.3);
            border: 1px solid rgba(59,130,246,0.3);
        }
        /* Animação nos ícones de destaque */
        .feature-icon svg, .category-icon svg {
            transition: transform 0.3s cubic-bezier(.4,0,.2,1);
        }
        .feature-item:hover .feature-icon svg,
        .skill-category:hover .category-icon svg {
            transform: scale(1.15) rotate(-6deg);
        }
        /* Microinteração FAQ */
        .faq-question {
            cursor: pointer;
            transition: background 0.2s;
            border-radius: 8px;
            padding: 8px 0;
        }
        .faq-question:hover {
            background: #e0e7ef;
        }
        /* Cards de benefícios sofisticados */
        .benefit-card-gray {
            background: rgba(255,255,255,0.95);
            box-shadow: 0 6px 24px rgba(33,37,41,0.1);
            border-radius: 20px;
            backdrop-filter: blur(20px) saturate(180%);
            border: 1px solid #dee2e6;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
            padding: 28px;
        }

        .benefit-card-gray::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(33,37,41,0.02) 100%);
            pointer-events: none;
        }

        .benefit-card-gray:hover {
            transform: translateY(-6px) scale(1.03);
            box-shadow: 0 12px 40px rgba(33,37,41,0.15);
            border: 1px solid #adb5bd;
        }

        /* Benefits Grid Base Styles */
        .benefits-grid-redesigned {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 2rem;
        }

        .program-benefits {
            padding: 4rem 2rem;
            background: #ffffff;
        }

        .benefits-title {
            text-align: center;
            margin-bottom: 3rem;
            font-size: 2rem;
            color: #212529;
            font-weight: 700;
        }

        .benefits-title i {
            color: #28a745;
            margin-right: 0.5rem;
        }

        /* Imagem central sofisticada */
        .central-image img {
            box-shadow: 0 20px 60px rgba(33,37,41,0.2);
            border-radius: 24px;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .central-image img:hover {
            transform: scale(1.05) rotate(1deg);
            box-shadow: 0 25px 80px rgba(33,37,41,0.3);
        }
        /* Responsividade aprimorada */
        @media (max-width: 700px) {
            .hero-title span {
                font-size: 1.3rem;
            }
            .floating-card, .module-box-blue {
                padding: 12px 8px;
                margin-bottom: 12px;
            }
            .central-image img {
                width: 100%;
                border-radius: 12px;
            }
        }
        .progress-bar {
            background: rgba(33,37,41,0.10);
            border-radius: 8px;
            height: 10px;
            margin-top: 8px;
            margin-bottom: 4px;
            width: 100%;
            overflow: hidden;
        }

        .progress-fill {
            background: linear-gradient(90deg, #495057 0%, #6c757d 100%);
            height: 100%;
            border-radius: 8px;
            transition: width 0.6s cubic-bezier(.4,0,.2,1);
        }
        .progress-85 { width: 85%; }
        .progress-100 { width: 100%; }
        .progress-45 { width: 45%; }
        body.mentoria-body {
            margin: 0;
            padding: 0;
            font-family: 'Montserrat', sans-serif;
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            color: #212529;
            line-height: 1.6;
            overflow-x: hidden;
        }

        /* Container centralizado */
        .mentorship-new,
        .mentorship-info,
        .cta-section {
            background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 50%, #1d4ed8 100%);
            padding: 80px 0;
            margin: 60px 0;
            border-radius: 24px;
            position: relative;
            overflow: hidden;
        }

        .cta-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, rgba(255,255,255,0.1) 0%, transparent 100%);
            pointer-events: none;
        }

        /* Hero sofisticado com cores neutras */
        .hero-ultra-modern {
            background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #e9ecef 100%);
            padding: 80px 0;
            border-bottom: 1px solid #dee2e6;
            position: relative;
            overflow: hidden;
        }

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

        .hero-content-centered {
            text-align: center;
            max-width: 800px;
            margin: 0 auto;
        }

        .hero-features {
            display: flex;
            justify-content: center;
            gap: 40px;
            margin: 40px 0;
            flex-wrap: wrap;
        }

        .feature-item {
            display: flex;
            align-items: center;
            gap: 12px;
            color: #495057;
            font-weight: 600;
        }

        .feature-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background: rgba(33,37,41,0.1);
            border-radius: 50%;
            color: #495057;
        }

        .central-image {
            margin-top: 40px;
            display: flex;
            justify-content: center;
        }

        .central-image img {
            max-width: 400px;
            width: 100%;
            height: auto;
            border-radius: 20px;
            box-shadow: 0 20px 60px rgba(33,37,41,0.2);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .central-image img:hover {
            transform: scale(1.05);
            box-shadow: 0 25px 80px rgba(33,37,41,0.3);
        }

        .status-badge {
            background: #28a745;
            color: #fff;
            border-radius: 24px;
            padding: 8px 20px;
            font-weight: 700;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 20px;
        }

        .badge-dot {
            width: 8px;
            height: 8px;
            background: #fff;
            border-radius: 50%;
            display: inline-block;
        }

        @media (max-width: 768px) {
            .hero-features {
                flex-direction: column;
                gap: 20px;
            }
            
            .feature-item {
                justify-content: center;
            }
            
            .central-image img {
                max-width: 300px;
            }
        }
        .hero-ultra-modern::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at 30% 20%, rgba(33,37,41,0.05) 0%, transparent 50%);
            pointer-events: none;
        }

        .hero-title span {
            display: block;
            font-size: 3.5rem;
            font-weight: 800;
            letter-spacing: -2px;
            margin-bottom: 8px;
            background: linear-gradient(135deg, #212529 0%, #495057 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 2px 4px rgba(33,37,41,0.1);
        }

        .hero-tagline {
            font-size: 1.4rem;
            color: #6c757d;
            margin-bottom: 40px;
            max-width: 600px;
            line-height: 1.6;
        }
        @keyframes gradientMove {
            0% {background-position: 0% 50%;}
            50% {background-position: 100% 50%;}
            100% {background-position: 0% 50%;}
        }
        .hero-background-pattern {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23dee2e6" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
            opacity: 0.3;
            pointer-events: none;
        }

        /* Botões sofisticados com cores neutras */
        .cta-button-modern, .cta-primary, .cta-secondary {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 16px 32px;
            border-radius: 50px;
            font-weight: 700;
            text-decoration: none;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
            border: 2px solid transparent;
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
        }

        .cta-button-modern, .cta-primary {
            background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
            color: white;
            border: 2px solid rgba(34,197,94,0.8);
        }

        .cta-secondary {
            background: linear-gradient(135deg, #15803d 0%, #166534 100%);
            color: #ffffff;
            border: 2px solid rgba(21,128,61,0.8);
        }
        .cta-button-modern::before, .cta-primary::before, .cta-secondary::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
            transition: left 0.6s;
        }
        .cta-button-modern:hover::before, .cta-primary:hover::before, .cta-secondary:hover::before {
            left: 100%;
        }
        .cta-button-modern:hover, .cta-primary:hover, .cta-secondary:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.3);
        }

        .cta-primary:hover {
            background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
            border-color: rgba(34,197,94,1);
            box-shadow: 0 8px 25px rgba(34,197,94,0.4);
        }

        .cta-secondary:hover {
            background: linear-gradient(135deg, #166534 0%, #14532d 100%);
            border-color: rgba(21,128,61,1);
            box-shadow: 0 8px 25px rgba(21,128,61,0.4);
        }

        .floating-card {
            background: rgba(255,255,255,0.9);
            color: #212529;
            border-radius: 18px;
            box-shadow: 0 8px 32px rgba(33,37,41,0.1), 0 1.5px 8px rgba(33,37,41,0.05);
            padding: 22px 28px;
            margin-bottom: 22px;
            backdrop-filter: blur(8px);
            border: 1.5px solid #dee2e6;
            transition: box-shadow 0.3s, transform 0.2s, border 0.2s;
            position: relative;
        }

        .floating-card:hover {
            box-shadow: 0 12px 40px rgba(33,37,41,0.15), 0 2px 12px rgba(33,37,41,0.1);
            transform: scale(1.05);
            border: 1.5px solid #495057;
        }
        .floating-card::after {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            border-radius: 18px;
            pointer-events: none;
            box-shadow: 0 0 32px 8px rgba(33,37,41,0.1);
            opacity: 0.12;
        }

        .status-badge {
            background: #28a745;
            color: #fff;
            border-radius: 24px;
            padding: 6px 18px;
            font-weight: 700;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 18px;
        }

        .progress-bar {
            background: rgba(33,37,41,0.10);
            border-radius: 8px;
            height: 10px;
            margin-top: 8px;
            margin-bottom: 4px;
            width: 100%;
            overflow: hidden;
        }

        .progress-fill {
            background: linear-gradient(90deg, #495057 0%, #6c757d 100%);
            height: 100%;
            border-radius: 8px;
            transition: width 0.6s cubic-bezier(.4,0,.2,1);
        }
        /* Módulos sofisticados */
        .module-box-blue {
            background: rgba(255,255,255,0.95);
            color: #212529;
            border-radius: 24px;
            box-shadow: 0 8px 32px rgba(33,37,41,0.1);
            margin-bottom: 24px;
            padding: 32px;
            backdrop-filter: blur(20px) saturate(180%);
            border: 1px solid #dee2e6;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
        }

        .module-box-blue::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(33,37,41,0.02) 100%);
            pointer-events: none;
        }

        .module-box-blue:hover {
            transform: translateY(-6px) scale(1.02);
            box-shadow: 0 12px 40px rgba(33,37,41,0.15);
            border: 1px solid #adb5bd;
        }
        /* FAQ sofisticado */
        .faq-item {
            border-radius: 20px;
            background: rgba(255,255,255,0.08);
            box-shadow: 
                0 4px 16px rgba(59,130,246,0.08),
                0 2px 8px rgba(99,102,241,0.05),
                0 0 0 1px rgba(59,130,246,0.1);
            margin-bottom: 20px;
            padding: 24px 28px;
            backdrop-filter: blur(16px) saturate(180%);
            border: 1px solid rgba(59,130,246,0.1);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
        }
        .faq-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, 
                rgba(255,255,255,0.08) 0%, 
                transparent 50%, 
                rgba(59,130,246,0.03) 100%);
            pointer-events: none;
        }
        .faq-item:hover {
            transform: translateY(-4px) scale(1.02);
            box-shadow: 
                0 12px 40px rgba(59,130,246,0.15),
                0 6px 20px rgba(99,102,241,0.1),
                0 0 0 1px rgba(59,130,246,0.2);
            border: 1px solid rgba(59,130,246,0.2);
        }
        /* Mentor e testimonial sofisticados */
        .mentor-avatar img {
            border-radius: 50%;
            box-shadow: 
                0 8px 32px rgba(59,130,246,0.25),
                0 4px 16px rgba(99,102,241,0.15),
                0 0 0 4px rgba(59,130,246,0.1);
            border: 4px solid #3b82f6;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }
        .mentor-avatar img:hover {
            transform: scale(1.05);
            box-shadow: 
                0 12px 48px rgba(59,130,246,0.35),
                0 6px 24px rgba(99,102,241,0.25),
                0 0 0 4px rgba(59,130,246,0.2);
        }
        .mentor-profile {
            display: flex;
            align-items: center;
            gap: 32px;
        }
        .mentor-info h3 {
            font-size: 1.8rem;
            font-weight: 800;
            background: linear-gradient(135deg, #1e293b 0%, #3b82f6 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .mentor-rating .stars i {
            color: #fbbf24;
            text-shadow: 0 2px 4px rgba(251,191,36,0.3);
        }
        .testimonial {
            background: rgba(255,255,255,0.06);
            border-radius: 24px;
            padding: 32px;
            margin-top: 40px;
            box-shadow: 
                0 8px 32px rgba(59,130,246,0.12),
                0 4px 16px rgba(99,102,241,0.08),
                0 0 0 1px rgba(59,130,246,0.08);
            backdrop-filter: blur(20px) saturate(180%);
            border: 1px solid rgba(59,130,246,0.08);
            position: relative;
            overflow: hidden;
        }
        .testimonial::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, 
                rgba(255,255,255,0.08) 0%, 
                transparent 50%, 
                rgba(59,130,246,0.03) 100%);
            pointer-events: none;
        }
        .testimonial blockquote {
            font-style: italic;
            color: #475569;
            font-size: 1.1rem;
            line-height: 1.7;
            position: relative;
            z-index: 1;
        }
        .testimonial cite {
            display: block;
            margin-top: 16px;
            color: #3b82f6;
            font-weight: 700;
            font-size: 1.1rem;
            position: relative;
            z-index: 1;
        }
        /* Responsividade sofisticada */
        @media (max-width: 900px) {
            .hero-title span {
                font-size: 2.2rem;
            }
            .mentor-profile {
                flex-direction: column;
                gap: 16px;
            }
        }
        /* Animações de entrada */
        .floating-card, .module-box-blue, .benefit-card-gray {
            opacity: 0;
            transform: translateY(20px);
            animation: fadeInUp 0.6s ease-out forwards;
        }

        .floating-card:nth-child(1) { animation-delay: 0.1s; }
        .floating-card:nth-child(2) { animation-delay: 0.2s; }
        .floating-card:nth-child(3) { animation-delay: 0.3s; }

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

        /* Estilos gerais adicionais */
        .cta-container {
            text-align: center;
            max-width: 1000px;
            margin: 0 auto;
            padding: 80px 20px;
            position: relative;
            z-index: 1;
        }

        .cta-container h2 {
            font-size: 2.5rem;
            color: #ffffff;
            margin-bottom: 20px;
            font-weight: 800;
            text-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .cta-container p {
            font-size: 1.2rem;
            color: rgba(255,255,255,0.9);
            margin-bottom: 40px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
            text-shadow: 0 1px 2px rgba(0,0,0,0.1);
        }

        .cta-buttons {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
            margin-bottom: 60px;
        }

        .testimonial {
            background: rgba(255,255,255,0.15);
            border-radius: 24px;
            padding: 40px;
            margin-top: 40px;
            box-shadow: 0 8px 32px rgba(0,0,0,0.1);
            border: 1px solid rgba(255,255,255,0.2);
            backdrop-filter: blur(10px);
        }

        .testimonial blockquote {
            font-style: italic;
            font-size: 1.1rem;
            line-height: 1.8;
            color: rgba(255,255,255,0.95);
            margin-bottom: 20px;
            text-shadow: 0 1px 2px rgba(0,0,0,0.1);
        }

        .testimonial cite {
            color: #ffffff;
            font-weight: 600;
            font-size: 1rem;
            text-shadow: 0 1px 2px rgba(0,0,0,0.1);
        }

        /* Centralização geral */
        .section-separator {
            height: 2px;
            background: linear-gradient(90deg, transparent, #dee2e6, transparent);
            margin: 40px 0;
        }
        
        .info-main-title {
            text-align: center;
            font-size: 2.5rem;
            color: #212529;
            margin-bottom: 20px;
            font-weight: 800;
        }

        .info-subtitle {
            text-align: center;
            font-size: 1.2rem;
            color: #6c757d;
            margin-bottom: 40px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        /* Programa Section Centralizada */
        .programa-ultra-modern {
            padding: 60px 0;
            background: #f8f9fa;
        }

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

        .section-intro {
            text-align: center;
            margin-bottom: 60px;
        }

        .intro-badge {
            background: #28a745;
            color: white;
            padding: 8px 20px;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 700;
            display: inline-block;
            margin-bottom: 20px;
        }

        .section-title {
            font-size: 2.5rem;
            color: #212529;
            margin-bottom: 20px;
            font-weight: 800;
        }

        .title-accent {
            color: #495057;
        }

        .section-description {
            font-size: 1.2rem;
            color: #6c757d;
            max-width: 800px;
            margin: 0 auto;
            line-height: 1.6;
        }

        .modules-overview-centered {
            margin-bottom: 60px;
        }

        .modules-grid-simple {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            max-width: 1000px;
            margin: 0 auto;
        }

        .module-card {
            background: rgba(255,255,255,0.95);
            border-radius: 20px;
            padding: 30px;
            text-align: center;
            box-shadow: 0 8px 32px rgba(33,37,41,0.1);
            border: 1px solid #dee2e6;
            transition: all 0.3s ease;
        }

        .module-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 40px rgba(33,37,41,0.15);
        }

        .module-icon {
            width: 60px;
            height: 60px;
            background: rgba(33,37,41,0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            color: #495057;
        }

        .module-card h3 {
            font-size: 1.5rem;
            color: #212529;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .module-card p {
            color: #6c757d;
            margin-bottom: 20px;
            font-size: 1rem;
        }

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

        .module-list li {
            padding: 8px 0;
            color: #495057;
            font-size: 0.95rem;
            border-bottom: 1px solid rgba(33,37,41,0.1);
        }

        .module-list li:last-child {
            border-bottom: none;
        }

        .action-section {
            text-align: center;
        }

        .cta-modern {
            background: rgba(255,255,255,0.95);
            border-radius: 20px;
            padding: 40px;
            max-width: 600px;
            margin: 0 auto;
            box-shadow: 0 8px 32px rgba(33,37,41,0.1);
            border: 1px solid #dee2e6;
        }

        .cta-content h3 {
            font-size: 1.8rem;
            color: #212529;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .cta-content p {
            color: #6c757d;
            margin-bottom: 30px;
            font-size: 1.1rem;
        }

        /* Enhanced Action Section Styles */
        .action-section-centered {
            text-align: center;
            padding: 60px 0;
        }

        .cta-ultra-modern {
            background: linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(248,249,250,0.98) 100%);
            border-radius: 24px;
            padding: 50px 40px;
            max-width: 700px;
            margin: 0 auto;
            box-shadow: 
                0 20px 60px rgba(33,37,41,0.12),
                0 8px 32px rgba(33,37,41,0.08);
            border: 1px solid rgba(222,226,230,0.8);
            position: relative;
            overflow: hidden;
        }

        .cta-ultra-modern::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, 
                rgba(33,37,41,0.02) 0%, 
                transparent 50%, 
                rgba(73,80,87,0.02) 100%);
            pointer-events: none;
        }

        .cta-content-enhanced {
            position: relative;
            z-index: 1;
        }

        .cta-header h3 {
            font-size: 2.2rem;
            color: #000000 !important;
            margin-bottom: 15px;
            font-weight: 800;
            line-height: 1.2;
        }

        .cta-header p {
            color: #000000 !important;
            margin-bottom: 35px;
            font-size: 1.2rem;
            line-height: 1.5;
        }

        .cta-features {
            display: flex;
            justify-content: center;
            gap: 30px;
            margin-bottom: 40px;
            flex-wrap: wrap;
        }

        .feature-highlight {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 12px 20px;
            background: rgba(33,37,41,0.05);
            border-radius: 50px;
            font-weight: 600;
            color: #495057;
            font-size: 0.95rem;
            border: 1px solid rgba(222,226,230,0.6);
        }

        .feature-icon {
            font-size: 1.1rem;
        }

        .cta-button-ultra-modern {
            display: inline-flex;
            align-items: center;
            gap: 15px;
            padding: 18px 40px;
            background: linear-gradient(135deg, #212529 0%, #495057 100%);
            color: white;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 700;
            font-size: 1.1rem;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
            box-shadow: 
                0 8px 25px rgba(33,37,41,0.2),
                0 4px 12px rgba(33,37,41,0.1);
            border: 2px solid transparent;
        }

        .cta-button-ultra-modern::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
            transition: left 0.6s;
        }

        .cta-button-ultra-modern:hover::before {
            left: 100%;
        }

        .cta-button-ultra-modern:hover {
            transform: translateY(-3px) scale(1.02);
            box-shadow: 
                0 15px 40px rgba(33,37,41,0.25),
                0 8px 20px rgba(33,37,41,0.15);
        }

        .button-icon {
            transition: transform 0.3s ease;
        }

        .cta-button-ultra-modern:hover .button-icon {
            transform: translateX(4px);
        }

        /* Mentorship Info Section Styles */
        .mentorship-info {
            padding: 60px 0;
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        }

        .mentorship-info-enhanced {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .info-header {
            text-align: center;
            margin-bottom: 60px;
        }

        /* Success Statistics Styles */
        .success-statistics {
            margin-bottom: 60px;
        }

        .statistics-container {
            background: rgba(255,255,255,0.95);
            border-radius: 24px;
            padding: 50px 40px;
            box-shadow: 0 12px 40px rgba(33,37,41,0.1);
            border: 1px solid #dee2e6;
        }

        .stats-header {
            text-align: center;
            margin-bottom: 40px;
        }

        .stats-title {
            font-size: 2rem;
            color: #212529;
            margin-bottom: 15px;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
        }

        .stats-subtitle {
            color: #6c757d;
            font-size: 1.1rem;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 30px;
            max-width: 800px;
            margin: 0 auto;
        }

        .stat-card {
            text-align: center;
            padding: 30px 20px;
            background: rgba(248,249,250,0.8);
            border-radius: 16px;
            border: 1px solid rgba(222,226,230,0.6);
            transition: all 0.3s ease;
        }

        .stat-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(33,37,41,0.1);
        }

        .stat-icon {
            font-size: 2.5rem;
            color: #495057;
            margin-bottom: 15px;
        }

        .stat-number {
            font-size: 3rem;
            font-weight: 800;
            color: #212529;
            margin-bottom: 10px;
        }

        .stat-label {
            font-size: 1rem;
            color: #6c757d;
            font-weight: 600;
        }

        /* Guarantee Section Styles */
        .guarantee-section {
            margin-bottom: 60px;
        }

        .guarantee-card {
            background: rgba(255,255,255,0.95);
            border-radius: 24px;
            padding: 40px;
            display: flex;
            align-items: center;
            gap: 30px;
            box-shadow: 0 12px 40px rgba(33,37,41,0.1);
            border: 1px solid #dee2e6;
            max-width: 800px;
            margin: 0 auto;
        }

        .guarantee-icon {
            font-size: 3rem;
            color: #28a745;
            min-width: 60px;
        }

        .guarantee-content h3 {
            font-size: 1.8rem;
            color: #212529;
            margin-bottom: 15px;
            font-weight: 700;
        }

        .guarantee-enhanced {
            color: #495057;
            font-size: 1.1rem;
            line-height: 1.6;
        }

        /* Learning Process Styles */
        .learning-process {
            margin-bottom: 60px;
        }

        .process-header {
            text-align: center;
            margin-bottom: 50px;
        }

        .process-title {
            font-size: 2rem;
            color: #212529;
            margin-bottom: 15px;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
        }

        .process-subtitle {
            color: #6c757d;
            font-size: 1.1rem;
        }

        .process-timeline {
            background: rgba(255,255,255,0.95);
            border-radius: 24px;
            padding: 40px;
            box-shadow: 0 12px 40px rgba(33,37,41,0.1);
            border: 1px solid #dee2e6;
            max-width: 900px;
            margin: 0 auto;
        }

        .timeline-item {
            display: flex;
            align-items: flex-start;
            gap: 25px;
            margin-bottom: 30px;
            position: relative;
        }

        .timeline-item:last-child {
            margin-bottom: 0;
        }

        .timeline-item:not(:last-child)::after {
            content: '';
            position: absolute;
            left: 30px;
            top: 60px;
            width: 2px;
            height: 40px;
            background: #dee2e6;
        }

        .timeline-marker {
            min-width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #212529 0%, #495057 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 15px rgba(33,37,41,0.2);
        }

        .timeline-number {
            color: white;
            font-size: 1.5rem;
            font-weight: 700;
        }

        .timeline-content h4 {
            font-size: 1.4rem;
            color: #212529;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .timeline-content p {
            color: #495057;
            font-size: 1rem;
            line-height: 1.6;
            margin-bottom: 10px;
        }

        .timeline-duration {
            color: #6c757d;
            font-size: 0.9rem;
            font-weight: 600;
            background: rgba(108,117,125,0.1);
            padding: 5px 12px;
            border-radius: 20px;
            display: inline-block;
        }

        @media (max-width: 768px) {
            .modules-grid-simple {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .section-title {
                font-size: 2rem;
            }
            
            .module-card {
                padding: 20px;
            }

            .cta-ultra-modern {
                padding: 30px 20px;
                margin: 0 20px;
            }

            .cta-header h3 {
                font-size: 1.8rem;
            }

            .cta-features {
                flex-direction: column;
                gap: 15px;
                align-items: center;
            }

            .feature-highlight {
                justify-content: center;
            }

            .cta-button-ultra-modern {
                padding: 16px 32px;
                font-size: 1rem;
            }

            .stats-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 20px;
            }

            .stat-number {
                font-size: 2.5rem;
            }

            .guarantee-card {
                flex-direction: column;
                text-align: center;
                padding: 30px 20px;
            }

            .guarantee-icon {
                margin-bottom: 20px;
            }

            .timeline-item {
                flex-direction: column;
                gap: 15px;
                align-items: center;
                text-align: center;
            }

            .timeline-item:not(:last-child)::after {
                display: none;
            }

            .timeline-marker {
                margin-bottom: 10px;
            }

            .process-timeline {
                padding: 30px 20px;
            }

            .statistics-container {
                padding: 30px 20px;
            }

            .mentor-credentials-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .credential-enhanced {
                flex-direction: column;
                text-align: center;
            }

            .credential-icon {
                margin-bottom: 15px;
            }

            .video-container-professional {
                padding: 30px 20px;
            }

            .mentor-profile-card {
                padding: 30px 20px;
            }

            .mentor-quote {
                padding: 30px 20px;
            }

            .module-row {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .bonus-workshops-centered {
                grid-template-columns: 1fr;
                gap: 15px;
            }

            .bonus-header-centered {
                flex-direction: column;
                gap: 15px;
            }

            .bonus-professional-centered {
                padding: 30px 20px;
            }

            .styles-grid-compact,
            .realism-styles-compact {
                grid-template-columns: 1fr;
            }
        }

        /* Professional Development & Mentor Section Styles */
        .professional-development {
            margin-bottom: 60px;
        }

        .development-title {
            font-size: 2rem;
            color: #212529;
            margin-bottom: 40px;
            font-weight: 700;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
        }

        .video-container-professional {
            background: rgba(255,255,255,0.95);
            border-radius: 24px;
            padding: 40px;
            box-shadow: 0 12px 40px rgba(33,37,41,0.1);
            border: 1px solid #dee2e6;
            max-width: 800px;
            margin: 0 auto;
            text-align: center;
        }

        .video-responsive {
            width: 100%;
            max-width: 100%;
            height: auto;
            border-radius: 16px;
            margin-bottom: 20px;
        }

        .video-description h4 {
            font-size: 1.5rem;
            color: #212529;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .video-description p {
            color: #6c757d;
            font-size: 1.1rem;
            line-height: 1.6;
        }

        .mentor-presentation-enhanced {
            margin-bottom: 60px;
        }

        .mentor-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .mentor-profile-card {
            background: rgba(255,255,255,0.95);
            border-radius: 24px;
            padding: 40px;
            box-shadow: 0 12px 40px rgba(33,37,41,0.1);
            border: 1px solid #dee2e6;
            text-align: center;
            margin-bottom: 40px;
        }

        .mentor-info-centered {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .mentor-avatar-simple {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            margin-bottom: 20px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(33,37,41,0.15);
        }

        .mentor-avatar-simple::before {
            content: 'MT';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, #495057 0%, #212529 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 3rem;
            font-weight: 700;
        }

        .mentor-info-centered h3 {
            font-size: 2rem;
            color: #212529;
            margin-bottom: 10px;
            font-weight: 800;
        }

        .mentor-role {
            color: #6c757d;
            font-size: 1.2rem;
            margin-bottom: 20px;
        }

        .mentor-rating {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            margin-bottom: 20px;
        }

        .stars {
            display: flex;
            gap: 5px;
        }

        .stars i {
            color: #ffc107;
            font-size: 1.2rem;
        }

        .rating-text {
            color: #495057;
            font-weight: 600;
        }

        .mentor-status-badge {
            background: #28a745;
            color: white;
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .status-dot {
            width: 8px;
            height: 8px;
            background: white;
            border-radius: 50%;
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.5; }
        }

        .mentor-credentials-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 25px;
            margin-bottom: 40px;
        }

        .credential-enhanced {
            background: rgba(255,255,255,0.95);
            border-radius: 20px;
            padding: 30px;
            display: flex;
            align-items: center;
            gap: 20px;
            box-shadow: 0 8px 25px rgba(33,37,41,0.08);
            border: 1px solid #dee2e6;
            transition: all 0.3s ease;
        }

        .credential-enhanced:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 35px rgba(33,37,41,0.12);
        }

        .credential-icon {
            font-size: 2.5rem;
            color: #495057;
            min-width: 50px;
        }

        .credential-content h4 {
            font-size: 1.2rem;
            color: #212529;
            margin-bottom: 8px;
            font-weight: 700;
        }

        .credential-content p {
            color: #6c757d;
            font-size: 0.95rem;
            line-height: 1.4;
        }

        .mentor-quote {
            background: rgba(255,255,255,0.95);
            border-radius: 24px;
            padding: 40px;
            box-shadow: 0 12px 40px rgba(33,37,41,0.1);
            border: 1px solid #dee2e6;
            text-align: center;
        }

        .mentor-quote blockquote {
            font-size: 1.2rem;
            color: #495057;
            font-style: italic;
            line-height: 1.7;
            margin-bottom: 20px;
        }

        .mentor-quote cite {
            color: #212529;
            font-weight: 700;
            font-size: 1.1rem;
        }

        /* Modules Section Styles */
        .mentorship-modules {
            margin-bottom: 60px;
        }

        .modules-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .modules-title {
            font-size: 2.2rem;
            color: #212529;
            margin-bottom: 20px;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
        }

        .modules-subtitle {
            color: #6c757d;
            font-size: 1.2rem;
            max-width: 800px;
            margin: 0 auto;
            line-height: 1.6;
        }

        .modules-grid-professional {
            max-width: 1200px;
            margin: 0 auto;
            margin-bottom: 60px;
        }

        .module-row {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin-bottom: 40px;
        }

        .module-row:last-child {
            margin-bottom: 0;
        }

        .module-box-blue {
            background: rgba(255,255,255,0.95);
            border-radius: 24px;
            padding: 30px;
            box-shadow: 0 12px 40px rgba(33,37,41,0.1);
            border: 1px solid #dee2e6;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .module-box-blue::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(33,37,41,0.02) 0%, transparent 100%);
            pointer-events: none;
        }

        .module-box-blue:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 50px rgba(33,37,41,0.15);
            border-color: #adb5bd;
        }

        .module-header-compact {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 20px;
        }

        .module-number {
            background: linear-gradient(135deg, #212529 0%, #495057 100%);
            color: white;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 1.1rem;
            min-width: 40px;
        }

        .module-header-compact h4 {
            color: #212529;
            font-size: 1.3rem;
            font-weight: 700;
            margin: 0;
            line-height: 1.3;
        }

        .module-topics-compact {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .module-topics-compact li {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 8px 0;
            color: #495057;
            font-size: 0.95rem;
            border-bottom: 1px solid rgba(33,37,41,0.1);
        }

        .module-topics-compact li:last-child {
            border-bottom: none;
        }

        .module-topics-compact i {
            color: #28a745;
            font-size: 0.9rem;
        }

        .module-description-compact {
            color: #495057;
            font-size: 1rem;
            line-height: 1.6;
            margin: 0;
        }

        .styles-grid-compact {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;
        }

        .style-tag-compact {
            background: rgba(33,37,41,0.1);
            color: #495057;
            padding: 8px 12px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 600;
            text-align: center;
        }

        .realism-styles-compact {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;
        }

        .realism-item-compact {
            background: rgba(33,37,41,0.1);
            color: #495057;
            padding: 8px 12px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 600;
            text-align: center;
        }

        /* Bonus Section Styles */
        .bonus-professional-centered {
            background: rgba(255,255,255,0.95);
            border-radius: 24px;
            padding: 40px;
            box-shadow: 0 12px 40px rgba(33,37,41,0.1);
            border: 1px solid #dee2e6;
            max-width: 800px;
            margin: 0 auto;
        }

        .bonus-header-centered {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-bottom: 30px;
            justify-content: center;
        }

        .bonus-icon-centered {
            font-size: 3rem;
            color: #28a745;
        }

        .bonus-content-centered h4 {
            color: #212529;
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .bonus-content-centered p {
            color: #6c757d;
            font-size: 1.1rem;
            margin: 0;
        }

        .bonus-workshops-centered {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }

        .workshop-item-centered {
            background: rgba(248,249,250,0.8);
            border-radius: 16px;
            padding: 20px;
            text-align: center;
            border: 1px solid #dee2e6;
            transition: all 0.3s ease;
        }

        .workshop-item-centered:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(33,37,41,0.1);
        }

        .workshop-style-centered {
            display: block;
            font-weight: 700;
            color: #212529;
            font-size: 1.1rem;
            margin-bottom: 5px;
        }

        .workshop-desc-centered {
            color: #6c757d;
            font-size: 0.9rem;
        }

        /* Header and Logo Styles */
        header {
            background: #212529;
            padding: 15px 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }

        nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .logo {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .logo img {
            height: 40px;
        }

        .logo span {
            color: white;
            font-size: 1.5rem;
            font-weight: 700;
        }

        .nav-links {
            display: flex;
            list-style: none;
            gap: 30px;
            margin: 0;
            padding: 0;
        }

        .nav-links a {
            color: white;
            text-decoration: none;
            font-weight: 600;
            transition: color 0.3s ease;
        }

        .nav-links a:hover {
            color: #28a745;
        }

        @media (max-width: 768px) {}

     footer {
            background: #212529;
            border-top: 1px solid #dee2e6;
            text-align: center;
            padding: 20px 0;
            margin-top: 60px;
        }
        
        footer p {
            color: white;
            margin: 0;
            font-size: 1rem;
        }
        
        footer span {
            color: white;
        }