body {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(124, 140, 255, 0.15), transparent 35%),
        radial-gradient(circle at bottom right, rgba(147, 51, 234, 0.12), transparent 35%),
        #050505,
        url("../images/estrelas.png") center center / cover no-repeat;
    font-family: 'Space Grotesk', 'Segoe UI', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    position: relative;
}

.landing {
    max-width: 600px;
    width: 100%;
    background: rgba(10, 10, 10, 0.72);
    border: 1px solid rgba(124, 140, 255, 0.18);
    border-radius: 20px;
    padding: 32px 26px;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
}

.avatar-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    object-position: 50% 55%;
    border: 3px solid rgba(124, 140, 255, 0.4);
    box-shadow: 0 0 18px rgba(124, 140, 255, 0.25);
}

.mini-titulo {
    color: #8ea2ff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
    margin-bottom: 10px;
}

.landing h1 {
    font-size: 2.3rem;
    color: #ffffff;
    margin-bottom: 12px;
}

.landing .hero-texto {
    color: #cfcfd6;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 18px;
}

.landing-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

/* mantém botões no estilo global */
