/* --- Novo CSS Moderno e Gamer --- */

/* Importação de fontes GAMER: 'Montserrat' (moderna) e 'Michroma' (tecnológica) */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&family=Michroma&display=swap');

/* --- Reset e Variáveis de Cores (Ajustadas para mais contraste e neon) --- */
:root {
    --primary-color: #00bfff; /* Ciano Brilhante (Neon) */
    --secondary-color: #0077ff; /* Azul Profundo */
    --accent-color: #ff4500; /* Laranja/Vermelho (Contraste Fortnite) */
    --text-color: #ffffff; /* Branco puro */
    --bg-color: #0d1117; /* Fundo extremamente escuro (Quase preto) */
    --card-bg: #1c2333; /* Fundo para cards e seções */
    
    /* Sombras Neon */
    --neon-shadow: 0 0 8px var(--primary-color), 0 0 15px rgba(0, 191, 255, 0.4);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    line-height: 1.6;
    scroll-behavior: smooth;
}

/* --- Títulos e Tipografia --- */
h1, h2, h3 {
    font-family: 'Michroma', sans-serif; /* Fonte tecnológica para títulos */
    text-transform: uppercase;
    letter-spacing: 2px;
}

h1 { color: var(--primary-color); text-shadow: var(--neon-shadow); }
h2 { color: var(--text-color); margin-bottom: 25px; }

/* --- Cabeçalho e Navegação (Sticky/Fixo) --- */
header {
    background-color: rgba(13, 17, 23, 0.95); /* Fundo semi-transparente */
    backdrop-filter: blur(5px); /* Efeito de desfoque moderno */
    padding: 15px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid var(--primary-color);
    position: sticky; /* Fixa o cabeçalho no topo */
    top: 0;
    z-index: 1000;
    box-shadow: var(--neon-shadow);
}

.logo {
    height: 70px; /* Logo maior */
    transition: transform 0.3s;
}
.logo:hover {
    transform: scale(1.05);
}

nav ul {
    list-style: none;
    display: flex;
}

nav ul li {
    margin-left: 30px;
}

nav ul li a {
    color: var(--text-color);
    text-decoration: none;
    font-weight: 700;
    padding: 8px 0;
    position: relative;
    transition: color 0.3s;
}

/* Efeito de sublinhado animado */
nav ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: width 0.3s;
}

nav ul li a:hover {
    color: var(--primary-color);
    text-shadow: 0 0 5px var(--primary-color);
}
nav ul li a:hover::after {
    width: 100%;
}

/* --- Seção de Herói (Impacto) --- */
.hero {
    background: 
        linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), 
        url('fundo_gamer_placeholder.jpg'); /* Adicione sua imagem de fundo! */
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 120px 20px;
    height: 90vh; /* Ocupa 90% da altura da tela */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    animation: fadeIn 2s;
}

.hero h1 {
    font-size: 3.5em;
    margin-bottom: 15px;
    
}

.hero p {
    font-size: 1.4em;
    max-width: 800px;
    margin-bottom: 40px;
}

/* --- Botão de Ação (Com gradiente e Neon) --- */
.btn {
    display: inline-block;
    background: linear-gradient(90deg, var(--secondary-color) 0%, var(--primary-color) 100%);
    color: var(--text-color);
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 50px; /* Botão arredondado */
    font-weight: 900;
    text-transform: uppercase;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
    box-shadow: 0 0 15px rgba(0, 191, 255, 0.6);
}

.btn:hover {
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    transform: scale(1.05) translateY(-2px);
    box-shadow: 0 0 25px var(--primary-color);
}

/* --- Seções de Conteúdo (Cards e Layout) --- */
.content-section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
    background-color: var(--bg-color);
}

.content-section:nth-child(even) { /* Seções pares com fundo sutilmente diferente */
    background-color: #161c27;
}

.content-section h2 {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}


/* --- Estilos para a Seção Especial Fortnite Maps (Aprimorados) --- */
.special-section {
    background-color: var(--card-bg); 
    border-top: 5px solid var(--accent-color);
    border-bottom: 5px solid var(--accent-color);
    text-align: center;
    padding: 70px 20px;
    box-shadow: 0 0 30px rgba(255, 69, 0, 0.2);
}

.special-section h2 {
    color: var(--accent-color);
    text-shadow: 0 0 10px var(--accent-color);
}

.partnership-badge {
    background: linear-gradient(45deg, var(--accent-color), #ff8c00); /* Gradiente Laranja */
    color: var(--text-color);
    padding: 10px 30px;
    margin: 20px auto 40px auto;
    width: fit-content;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(255, 69, 0, 0.8);
    transform: skewX(-10deg); /* Efeito de inclinação agressiva */
}
.partnership-badge * {
    transform: skewX(10deg); /* Desfaz a inclinação no texto */
}

.partnership-badge h3 {
    font-size: 1.6em;
}

.map-feature {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 40px auto;
}

.map-feature ul {
    list-style-type: none;
    padding-left: 0;
    background-color: var(--bg-color);
    padding: 25px;
    border-radius: 10px;
    border: 1px solid var(--primary-color);
    box-shadow: var(--neon-shadow);
    max-width: 450px;
}

.map-feature h4 {
    color: var(--primary-color); 
    font-family: 'Michroma', sans-serif;
    margin-bottom: 15px;
}

.map-feature ul li {
    padding: 10px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.05);
    font-weight: 700;
}

.map-feature ul li::before {
    content: ">> "; /* Mudança de ícone */
    color: var(--accent-color);
}

.primary-btn {
    background: linear-gradient(90deg, #ff8c00 0%, var(--accent-color) 100%);
    box-shadow: 0 0 15px rgba(255, 69, 0, 0.6);
}
.primary-btn:hover {
    box-shadow: 0 0 25px var(--accent-color);
}


/* --- Placeholder de Vídeo --- */
.video-embed .placeholder {
    background-color: var(--card-bg);
    padding: 80px;
    text-align: center;
    border: 2px dashed var(--primary-color);
    border-radius: 10px;
    margin: 40px auto;
    font-size: 1.5em;
    color: rgba(255, 255, 255, 0.4);
    transition: border-color 0.3s;
}
.video-embed .placeholder:hover {
    border-color: var(--secondary-color);
}


/* --- Formulário de Contato --- */
#contato form {
    max-width: 600px;
    margin: 0 auto;
}

form input[type="text"],
form input[type="email"],
form textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid var(--primary-color);
    background-color: var(--card-bg);
    color: var(--text-color);
    border-radius: 5px;
    transition: all 0.3s;
}

form input:focus, form textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 10px rgba(0, 191, 255, 0.5);
}

/* --- Rodapé --- */
footer {
    background-color: #05080b; /* Fundo do Rodapé mais escuro que o background */
    text-align: center;
    padding: 20px 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9em;
    color: rgba(255, 255, 255, 0.6);
}

footer a {
    color: var(--primary-color);
    margin: 0 10px;
    text-decoration: none;
}

footer a:hover {
    color: var(--accent-color);
}


/* --- Responsividade OTIMIZADA para Dispositivos Móveis --- */

/* Ajustes para telas de tablets e smartphones (até 768px de largura) */
@media (max-width: 768px) {
    
    /* GERAL */
    .content-section {
        padding: 40px 15px; /* Diminui o padding horizontal */
    }
    
    h1 { font-size: 2.2em; }
    h2 { font-size: 1.8em; }

    /* CABEÇALHO E NAVEGAÇÃO */
    header {
        flex-direction: column; /* Empilha logo e menu */
        padding: 10px 15px;
        position: static; /* Remove sticky em mobile para melhor visualização */
    }

    .logo {
        height: 50px; /* Diminui a logo */
        margin-bottom: 10px;
    }
    
    nav ul {
        padding-top: 10px;
        flex-wrap: wrap; /* Permite que os itens de menu quebrem a linha */
        justify-content: center;
    }
    
    nav ul li {
        margin: 5px 8px; /* Espaçamento menor entre os itens */
    }
    
    nav ul li a {
        font-size: 0.9em; /* Diminui a fonte do menu */
        padding: 5px 0;
    }

    /* SEÇÃO HERO */
    .hero {
        padding: 60px 20px;
        height: auto; /* Deixa a altura se adaptar ao conteúdo */
    }
    
    .hero h1 {
        font-size: 2em;
    }
    
    .hero p {
        font-size: 1em;
    }

    /* SEÇÃO FORTNITE MAPS */
    .special-section {
        padding: 50px 15px;
    }

    .map-feature {
        flex-direction: column; /* Pilha vertical: título/lista */
        gap: 20px;
    }

    .map-feature ul {
        max-width: 100%; /* Ocupa a largura total da tela */
    }
    
    .partnership-badge {
        transform: skewX(0deg); /* Remove a inclinação para melhor legibilidade no mobile */
        padding: 10px 15px;
    }
    .partnership-badge * {
        transform: skewX(0deg); /* Remove a inclinação do texto */
    }

    /* PLACEHOLDER DE VÍDEO E FORMULÁRIO */
    .video-embed .placeholder {
        padding: 40px 20px;
        font-size: 1.2em;
    }

    #contato form {
        padding: 0 10px;
    }
}

/* Animações (para um toque moderno) */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}