:root {
    /* NOVA PALETA QUENTE E CONFORTO VISUAL */
    --bg-color: #f7f1e3; /* Um tom "creme/aveia" super confortável e quente */
    --text-main: #1e64fa; /* Um marrom escuro quente, no lugar do preto, para texto */
    --text-sub: #6d5b4f; /* Marrom médio para subtextos */
    --primary-color: #0d24ee; /* Laranja vibrante do seu logo, mantido */
    --secondary-color: #a066ff; /* Roxo mais "quente" e suave */
    --accent-light: #fff8f0; /* Creme quase branco para fundo de elementos */
    --border-color: #e2d8c3; /* Cor para bordas sutis */
    --font-rounded: 'Quicksand', sans-serif;
    --font-base: 'Inter', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    background-color: var(--bg-color);
    color: var(--text-main);
    font-family: var(--font-base);
    overflow-x: hidden;
}

/* BACKGROUND GLOW - Agora mais quente e difuso */
.bg-glow {
    position: fixed;
    width: 70vw;
    height: 70vw;
    background: radial-gradient(circle, rgba(255, 87, 34, 0.08) 0%, rgba(160, 102, 255, 0.05) 50%, transparent 80%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    transition: 0.2s ease-out; /* Movimento mais suave */
}

/* NAVBAR */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 8%;
    position: sticky;
    top: 0;
    background: rgba(247, 241, 227, 0.9); /* Usando a cor de fundo com transparência */
    backdrop-filter: blur(10px);
    z-index: 100;
    border-bottom: 1px solid var(--border-color);
}

.logo-text {
    font-family: var(--font-rounded);
    font-weight: 700;
    font-size: 1.4rem;
    color: var(--text-main);
}

.logo-text span { color: var(--primary-color); }

.navbar nav ul {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.navbar a {
    text-decoration: none;
    color: var(--text-main);
    font-weight: 500;
    transition: 0.3s;
}

.navbar a:hover { color: var(--primary-color); }

.btn-contact {
    background: var(--primary-color);
    color: white !important;
    padding: 0.6rem 1.2rem;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(255, 87, 34, 0.15);
}

/* HERO */
.hero {
    padding: 140px 8% 100px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.status-badge {
    background: var(--accent-light);
    color: var(--primary-color);
    padding: 0.5rem 1.2rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 2rem;
    border: 1px solid var(--border-color);
}

.hero h1 {
    font-family: var(--font-rounded);
    font-size: clamp(2.5rem, 8vw, 4.8rem);
    color: var(--text-main);
    line-height: 1.1;
    letter-spacing: -1px;
}

.hero h1 span { color: var(--secondary-color); }

.hero p {
    font-size: 1.25rem;
    color: var(--text-sub);
    margin: 2rem 0 3rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.btn-primary {
    background: var(--text-main);
    color: white;
    text-decoration: none;
    padding: 1.1rem 2.5rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    transition: 0.3s;
    box-shadow: 0 4px 20px rgba(61, 49, 42, 0.15);
}

.btn-primary:hover { transform: scale(1.05); background: var(--secondary-color); }

/* ABOUT SECTION */
.about-section { padding: 100px 8%; }

.about-card {
    background: var(--accent-light);
    border-radius: 35px;
    padding: 4rem;
    display: flex;
    align-items: center;
    gap: 4rem;
    box-shadow: 0 25px 50px rgba(61, 49, 42, 0.04);
    border: 1px solid var(--border-color);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    cursor: pointer;    
}

.about-card:hover {
    /* Faz o card subir 15 pixels para frente/cima */
    transform: translateY(-15px);
    
    /* Aumenta a sombra para dar a sensação de que ele se descolou da página */
    box-shadow: 0 40px 70px rgba(61, 49, 42, 0.08);
    
    /* Opcional: deixa a borda um pouco mais visível no foco */
    border-color: var(--primary-color);
}

.about-content h2 {
    font-family: var(--font-rounded);
    font-size: 2.2rem;
    color: var(--text-main);
    margin-bottom: 1rem;
}

.about-content p {
    color: var(--text-sub);
    font-size: 1.1rem;
}

.mini-status {
    margin-top: 2.5rem;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    color: var(--secondary-color);
    font-size: 1rem;
}

.dot {
    width: 12px;
    height: 12px;
    background: #5dc461; /* Verde mais quente e amigável */
    border-radius: 50%;
    display: inline-block;
    animation: blink 1.5s infinite;
}

.game-placeholder {
    font-size: 6rem;
    background: #eadfc5; /* Fundo interno do placeholder mais quente */
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    border: 1px solid var(--border-color);
}

/* FOOTER */
footer {
    text-align: center;
    padding: 5rem 0;
    background: #efe7d3; /* Fundo do footer ligeiramente mais escuro que o body */
    border-top: 1px solid var(--border-color);
}

footer p { color: var(--text-sub); font-size: 0.95rem; }
footer strong { color: var(--text-main); }

.footer-links {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    gap: 25px;
}

.footer-links a { color: var(--text-sub); text-decoration: none; font-size: 0.95rem; font-weight: 500;}
.footer-links a:hover { color: var(--primary-color); }

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

/* MOBILE */
@media (max-width: 900px) {
    .about-card { flex-direction: column; text-align: center; padding: 3rem; gap: 2rem;}
    .navbar nav { display: none; }
    .hero { padding: 120px 8% 80px; }
}