/**
 * ===================================
 * CREATORS PAGE CSS - NUNTIUS THEME
 * ===================================
 * 
 * Página épica e cinematográfica para criadores de conteúdo
 * Inspirada nos estilos dos outros módulos com identidade própria
 * 
 * @package Nuntius Theme
 * @page Creators Program  
 * @version 1.0.0 EPIC CINEMATIC
 */

/* ===================================
 * BASE & RESET
 * ================================== */
.creators-epic-page {
    position: relative;
    min-height: 100vh;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-top: -80px;
    padding-top: 80px;
    background: 
        radial-gradient(circle at 20% 30%, rgba(138, 43, 226, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 20, 147, 0.12) 0%, transparent 50%),
        linear-gradient(135deg, #0a0a0f 0%, #1a0d2e 25%, #16213e 50%, #0f0f23 75%, #0a0a0f 100%);
    overflow-x: hidden;
    color: white;
    font-family: 'Inter', 'Arial', sans-serif;
}

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

/* ===================================
 * BACKGROUND EFFECTS
 * ================================== */
.creators-bg-effects {
    position: fixed;
    top: -80px;
    left: 0;
    width: 100vw;
    height: calc(100vh + 80px);
    z-index: -1;
    pointer-events: none;
}

.creators-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(2px 2px at 50px 100px, rgba(138, 43, 226, 0.8), transparent),
        radial-gradient(2px 2px at 150px 200px, rgba(255, 20, 147, 0.6), transparent),
        radial-gradient(1px 1px at 300px 150px, rgba(88, 101, 242, 0.4), transparent),
        radial-gradient(1px 1px at 500px 300px, rgba(67, 181, 129, 0.3), transparent);
    animation: particlesFloat 20s ease-in-out infinite;
}

.creators-depth-layer {
    position: absolute;
    width: 100%;
    height: 100%;
}

.creators-depth-layer.layer-1 {
    background: radial-gradient(circle at 30% 40%, rgba(138, 43, 226, 0.08) 0%, transparent 60%);
    animation: depthFloat1 25s ease-in-out infinite;
}

.creators-depth-layer.layer-2 {
    background: radial-gradient(circle at 70% 60%, rgba(255, 20, 147, 0.06) 0%, transparent 70%);
    animation: depthFloat2 30s ease-in-out infinite reverse;
}

.creators-depth-layer.layer-3 {
    background: radial-gradient(circle at 50% 80%, rgba(88, 101, 242, 0.04) 0%, transparent 80%);
    animation: depthFloat3 35s ease-in-out infinite;
}

/* ===================================
 * HERO SECTION
 * ================================== */
.creators-hero {
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
}

.creators-hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.creators-hero-content {
    z-index: 2;
}

.creators-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: linear-gradient(135deg, rgba(138, 43, 226, 0.2), rgba(255, 20, 147, 0.2));
    border: 1px solid rgba(138, 43, 226, 0.4);
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 30px;
    backdrop-filter: blur(10px);
}

.creators-badge i {
    color: #ffd700;
    font-size: 14px;
}

.creators-hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.title-main {
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.title-sub {
    color: #b8b8b8;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.title-highlight {
    background: linear-gradient(135deg, #8a2be2, #ff1493, #5865f2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
}

.creators-hero-subtitle {
    font-size: 1.2rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
    max-width: 500px;
}

.creators-hero-cta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 50px;
    transition: all 0.3s ease;
    overflow: hidden;
    cursor: pointer;
}

.cta-btn.primary {
    background: linear-gradient(135deg, #8a2be2, #ff1493);
    color: white;
    border: 2px solid transparent;
    box-shadow: 0 10px 30px rgba(138, 43, 226, 0.4);
}

.cta-btn.primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(138, 43, 226, 0.6);
}

.cta-btn.secondary {
    background: transparent;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.cta-btn.secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

.btn-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cta-btn:hover .btn-particles {
    opacity: 1;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
    animation: particlesPulse 0.6s ease-out;
}

/* ===================================
 * HERO VISUAL
 * ================================== */
.creators-hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-gaming-setup {
    position: relative;
    width: 300px;
    height: 200px;
    transform: perspective(1000px) rotateY(-15deg) rotateX(5deg);
}

.setup-screen {
    width: 250px;
    height: 140px;
    background: linear-gradient(135deg, #1a1a2e, #16213e);
    border-radius: 8px;
    border: 3px solid #8a2be2;
    position: relative;
    box-shadow: 
        0 0 30px rgba(138, 43, 226, 0.5),
        inset 0 0 20px rgba(138, 43, 226, 0.1);
}

.setup-screen::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: 
        linear-gradient(45deg, transparent 30%, rgba(138, 43, 226, 0.1) 50%, transparent 70%),
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 20"><text x="10" y="15" fill="%23ff1493" font-size="12" font-family="monospace">NUNTIUS GAMES</text></svg>');
    border-radius: 4px;
    animation: screenGlow 3s ease-in-out infinite;
}

.setup-keyboard {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 15px;
    background: linear-gradient(135deg, #2a2a3e, #1a1a2e);
    border-radius: 4px;
    border: 1px solid rgba(138, 43, 226, 0.3);
}

.setup-mouse {
    position: absolute;
    bottom: -15px;
    right: -30px;
    width: 30px;
    height: 20px;
    background: linear-gradient(135deg, #2a2a3e, #1a1a2e);
    border-radius: 8px;
    border: 1px solid rgba(255, 20, 147, 0.3);
}

/* ===================================
 * STATS SECTION
 * ================================== */
.creators-stats {
    padding: 80px 0;
    position: relative;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.stat-item {
    text-align: center;
    padding: 40px 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(138, 43, 226, 0.2);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
    border-color: rgba(138, 43, 226, 0.4);
    box-shadow: 0 10px 30px rgba(138, 43, 226, 0.2);
}

.stat-number {
    font-size: 3rem;
    font-weight: 900;
    background: linear-gradient(135deg, #8a2be2, #ff1493);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
}

/* ===================================
 * BENEFITS SECTION
 * ================================== */
.creators-benefits {
    padding: 100px 0;
    position: relative;
}

.section-header {
    text-align: center;
    margin-bottom: 80px;
}

.section-title {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 900;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.section-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 600px;
    margin: 0 auto;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.benefit-card {
    padding: 40px 30px;
    background: 
        linear-gradient(135deg, rgba(138, 43, 226, 0.1), rgba(255, 20, 147, 0.05)),
        rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(138, 43, 226, 0.2);
    border-radius: 20px;
    backdrop-filter: blur(15px);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #8a2be2, #ff1493, transparent);
    transform: translateX(-100%);
    transition: transform 0.8s ease;
}

.benefit-card:hover::before {
    transform: translateX(100%);
}

.benefit-card:hover {
    transform: translateY(-8px);
    border-color: rgba(138, 43, 226, 0.4);
    box-shadow: 
        0 20px 40px rgba(138, 43, 226, 0.2),
        0 0 30px rgba(255, 20, 147, 0.1);
}

.benefit-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 25px;
    background: linear-gradient(135deg, #8a2be2, #ff1493);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    box-shadow: 0 10px 25px rgba(138, 43, 226, 0.3);
}

.benefit-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: white;
}

.benefit-card p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 1rem;
}

/* ===================================
 * TEAM SECTION
 * ================================== */
.creators-team {
    padding: 100px 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: 
        radial-gradient(circle at 50% 50%, rgba(138, 43, 226, 0.05) 0%, transparent 70%),
        rgba(0, 0, 0, 0.2);
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
}

.team-card {
    text-align: center;
    padding: 40px 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(138, 43, 226, 0.2);
    border-radius: 25px;
    backdrop-filter: blur(15px);
    transition: all 0.3s ease;
    position: relative;
}

.team-card:hover {
    transform: translateY(-10px);
    border-color: rgba(255, 20, 147, 0.4);
    box-shadow: 0 25px 50px rgba(138, 43, 226, 0.2);
}

.team-avatar {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid transparent;
    background: linear-gradient(135deg, #8a2be2, #ff1493) padding-box,
                linear-gradient(135deg, #8a2be2, #ff1493) border-box;
}

.avatar-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}

.avatar-bg.velberan {
    background: linear-gradient(135deg, #ff6b6b, #4ecdc4);
}

.avatar-bg.pedro {
    background: linear-gradient(135deg, #a8e6cf, #dcedc1);
}

.avatar-bg.renato {
    background: linear-gradient(135deg, #ffb347, #ff7675);
}

.avatar-bg.coelho {
    background: linear-gradient(135deg, #74b9ff, #0984e3);
}

.play-button {
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 35px;
    height: 35px;
    background: #ff0000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1rem;
    box-shadow: 0 5px 15px rgba(255, 0, 0, 0.4);
}

.team-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 5px;
}

.team-role {
    color: #8a2be2;
    font-weight: 600;
    margin-bottom: 5px;
}

.team-stats {
    color: #ff1493;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.team-description {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    font-size: 0.9rem;
}

/* ===================================
 * FORM SECTION
 * ================================== */
.creators-form {
    padding: 100px 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: rgba(0, 0, 0, 0.3);
}

.form-content {
    max-width: 800px;
    margin: 0 auto;
}

.application-form {
    background: 
        linear-gradient(135deg, rgba(138, 43, 226, 0.08), rgba(255, 20, 147, 0.04)),
        rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(138, 43, 226, 0.2);
    border-radius: 25px;
    padding: 50px 40px;
    backdrop-filter: blur(20px);
}

.creators-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group.full-width {
    grid-column: span 2;
}

.form-group label {
    font-weight: 600;
    color: white;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(138, 43, 226, 0.3);
    border-radius: 10px;
    color: white !important;
    font-size: 1rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

/* Forçar cor do texto em selects */
.form-group select option {
    background: #2a2a3e !important;
    color: white !important;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #8a2be2;
    box-shadow: 0 0 20px rgba(138, 43, 226, 0.3);
    background: rgba(255, 255, 255, 0.08);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.form-submit {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.submit-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 40px;
    background: linear-gradient(135deg, #8a2be2, #ff1493);
    color: white;
    border: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(138, 43, 226, 0.4);
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 45px rgba(138, 43, 226, 0.6);
}

/* ===================================
 * CONTACT SECTION
 * ================================== */
.creators-contact {
    padding: 100px 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.contact-card {
    text-align: center;
    padding: 40px 30px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(138, 43, 226, 0.2);
    border-radius: 20px;
    backdrop-filter: blur(15px);
    transition: all 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 20, 147, 0.4);
    box-shadow: 0 15px 35px rgba(138, 43, 226, 0.2);
}

.contact-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #8a2be2, #ff1493);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
}

.contact-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
}

.contact-card p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 15px;
}

.contact-card a {
    color: #8a2be2;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.contact-card a:hover {
    color: #ff1493;
}

/* ===================================
 * ANIMATIONS
 * ================================== */
@keyframes particlesFloat {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

@keyframes depthFloat1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-10px, -15px) scale(1.05); }
}

@keyframes depthFloat2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(15px, -10px) scale(0.95); }
}

@keyframes depthFloat3 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-5px, 10px) scale(1.02); }
}

@keyframes screenGlow {
    0%, 100% { opacity: 0.8; }
    50% { opacity: 1; }
}

@keyframes particlesPulse {
    0% { transform: scale(0); opacity: 1; }
    100% { transform: scale(1); opacity: 0; }
}

/* ===================================
 * RESPONSIVE DESIGN
 * ================================== */
@media (max-width: 768px) {
    .creators-hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .creators-hero {
        padding: 80px 0 60px;
    }
    
    .creators-form-grid {
        grid-template-columns: 1fr;
    }
    
    .form-group.full-width {
        grid-column: span 1;
    }
    
    .application-form {
        padding: 30px 20px;
    }
    
    .creators-hero-cta {
        justify-content: center;
    }
    
    .section-title {
        flex-direction: column;
        gap: 10px;
    }
}