/* * Home CSS - Equipe Origem 
 * Paleta: OLED #000000 | Roxo #7b2fff | Ciano #3de7ff 
 */

#orig-nav {
    background: #000000;
    border-bottom: 1px solid #7b2fff;
    padding: 15px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.orig-logo {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2rem;
    color: #3de7ff;
    text-decoration: none;
    letter-spacing: 1px;
}

.orig-logo span {
    color: #7b2fff;
}

.orig-nav-links {
    display: flex;
    align-items: center;
    gap: 30px;
}

.orig-nav-links a {
    color: #3de7ff;
    text-decoration: none;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.orig-nav-btn {
    border: 1px solid #7b2fff;
    padding: 8px 20px !important;
    color: #7b2fff !important;
    text-decoration: none;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
}

.orig-nav-btn-login {
    border: 1px solid #3de7ff;
    padding: 8px 20px !important;
    color: #3de7ff !important;
    text-decoration: none;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
}

.orig-nav-btn-login:hover {
    background: #3de7ff;
    color: #000 !important;
}

#orig-hero {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    overflow: hidden;
    text-align: center;
}

.orig-hero-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(to right, rgba(123, 47, 255, 0.05) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(123, 47, 255, 0.05) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(circle, black, transparent 95%);
}

.orig-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.orig-h1 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(6rem, 18vw, 12rem);
    line-height: 0.8;
    margin-bottom: 20px;
    order: 1;
}

.text-cyan { color: #3de7ff; }
.text-purple { color: #7b2fff; }

.orig-hero-label {
    display: block;
    font-family: 'Rajdhani', sans-serif;
    letter-spacing: 4px;
    color: #3de7ff;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    order: 2;
}

.orig-hero-sub {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.3rem;
    color: #3de7ff;
    max-width: 650px;
    margin: 0 auto;
    font-weight: 500;
    order: 3;
    line-height: 1.4;
}

.orig-section {
    padding: 100px 0;
    background: #000000;
}

.orig-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.bebas { font-family: 'Bebas Neue', sans-serif; }

.filosofia-section .orig-grid-two {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.filosofia-section .orig-text-content {
    flex: 1;
    text-align: left;
}

.philosophy-label {
    font-size: 1.1rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.philosophy-title {
    font-size: 4rem;
    margin: 0 0 20px 0;
    line-height: 1;
}

.philosophy-text {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.1rem;
    color: #3de7ff;
    line-height: 1.4;
    margin-bottom: 15px;
    max-width: 800px;
}

.filosofia-section .orig-stat-box {
    display: flex;
    gap: 20px;
    flex-shrink: 0;
}

.filosofia-section .orig-stat-card {
    border: 2px solid #7b2fff;
    padding: 20px;
    background: #000000;
    min-width: 180px;
    text-align: center;
}

.filosofia-section .orig-stat-num {
    font-size: 4rem;
    margin-bottom: 0;
    line-height: 1;
}

.stat-label {
    font-size: 0.75rem;
    letter-spacing: 1px;
    margin-top: 5px;
}

.streamers-title {
    font-size: 4rem;
    margin: 0 0 60px 0;
    text-align: center;
}

.orig-streamers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

.orig-card {
    background: #000000;
    border: 2px solid #7b2fff;
    padding: 30px;
    text-align: center;
    position: relative;
}

.staff-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #7b2fff;
    color: #000000;
    padding: 2px 6px;
    font-size: 0.7rem;
    letter-spacing: 1px;
}

.orig-avatar-wrap {
    width: 90px;
    height: 90px;
    margin: 0 auto 15px;
    border: 3px solid #3de7ff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.orig-card-name {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.8rem;
    margin-bottom: 0;
}

.orig-card-role {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8rem;
    margin-bottom: 20px;
}

.orig-card-socials-v2 {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.social-btn {
    padding: 4px 10px;
    border: 1px solid;
    text-decoration: none;
    font-size: 0.7rem;
    letter-spacing: 1px;
}

.social-btn.twitch { border-color: #9146ff; color: #9146ff; }
.social-btn.kick { border-color: #53fc18; color: #53fc18; }
.social-btn.youtube { border-color: #ff0000; color: #ff0000; }
.social-btn.tiktoklive { border-color: #ff0050; color: #ff0050; }
.social-btn.instagram { border-color: #e1306c; color: #e1306c; }
.social-btn.tiktok { border-color: #00f2ea; color: #00f2ea; }
.social-btn.discord { border-color: #5865f2; color: #5865f2; }
.social-btn.steam { border-color: #00adef; color: #00adef; }
.social-btn.xbox { border-color: #107c10; color: #107c10; }
.social-btn.playstationnetwork { border-color: #003791; color: #003791; }

#orig-footer {
    padding: 40px 20px;
    text-align: center;
    border-top: 1px solid #7b2fff;
    color: #7b2fff;
    font-family: 'Rajdhani', sans-serif;
}

@media (max-width: 992px) {
    .filosofia-section .orig-grid-two { flex-direction: column; text-align: center; }
    .filosofia-section .orig-text-content { text-align: center; }
}