/* =========================
   STAFF
   Neo Anime Radio
========================= */

.nav-menu a.active {
    color: #22d3ee;
    text-shadow: 0 0 18px rgba(34, 211, 238, .65);
}

/* =========================
   HERO STAFF
========================= */

.staff-hero {
    width: min(1200px, calc(100% - 30px));
    margin: 70px auto 40px;
    min-height: 380px;
    padding: 55px;
    border-radius: 34px;
    background:
        linear-gradient(135deg, rgba(0, 12, 30, 0.94), rgba(40, 0, 50, 0.75)),
        url("https://i.imgur.com/YDYcJel.png");
    background-size: cover;
    background-position: center;
    border: 1px solid rgba(0, 195, 255, 0.18);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
    position: relative;
    overflow: hidden;
}

.staff-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0,0,0,0.25), rgba(0,195,255,0.08)),
        radial-gradient(circle at right, rgba(255,0,180,0.18), transparent 42%);
    pointer-events: none;
}

.staff-hero > * {
    position: relative;
    z-index: 2;
}

.staff-hero h2 {
    font-family: "Orbitron", sans-serif;
    font-size: clamp(34px, 5vw, 60px);
    max-width: 850px;
    line-height: 1.08;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 18px 0 20px;
    background: linear-gradient(90deg, #00c3ff, #ffffff, #ff4fd8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.staff-hero p {
    max-width: 720px;
    color: #d4f7ff;
    line-height: 1.7;
    font-size: 17px;
}

.staff-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

/* =========================
   GRID STAFF
========================= */

.staff-page-grid {
    width: min(1200px, calc(100% - 30px));
    margin: 40px auto 80px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.staff-profile {
    min-height: 420px;
    padding: 28px;
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(0, 217, 255, 0.10), transparent 35%),
        linear-gradient(145deg, rgba(0, 20, 45, 0.92), rgba(0, 8, 20, 0.94));
    border: 1px solid rgba(0, 195, 255, 0.14);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 26px;
    align-items: center;
    transition: 0.3s ease;
    position: relative;
    overflow: hidden;
}

.staff-profile::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(0, 217, 255, 0.12), transparent 38%),
        radial-gradient(circle at bottom left, rgba(255, 0, 180, 0.10), transparent 38%);
    opacity: 0;
    transition: 0.3s ease;
    pointer-events: none;
}

.staff-profile::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 3px;
    background: linear-gradient(90deg, #00c3ff, #ff4fd8);
    opacity: 0;
    transition: 0.3s ease;
}

.staff-profile:hover {
    transform: translateY(-8px);
    border-color: rgba(0, 217, 255, 0.35);
    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.35),
        0 0 28px rgba(0, 195, 255, 0.12);
}

.staff-profile:hover::before,
.staff-profile:hover::after {
    opacity: 1;
}

.staff-profile.featured {
    grid-column: span 2;
    min-height: 360px;
}

/* =========================
   FOTO STAFF
========================= */

.staff-photo {
    width: 220px;
    height: 220px;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(0, 217, 255, 0.28);
    box-shadow:
        0 0 35px rgba(0, 195, 255, 0.18),
        0 18px 45px rgba(0, 0, 0, 0.28);
    background: rgba(0, 0, 0, 0.35);
    position: relative;
    z-index: 2;
}

.staff-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.4s ease;
}

.staff-profile:hover .staff-photo img {
    transform: scale(1.06);
}

/* =========================
   CONTENIDO STAFF
========================= */

.staff-content {
    position: relative;
    z-index: 2;
}

.staff-label {
    display: inline-flex;
    width: fit-content;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(0, 217, 255, 0.08);
    border: 1px solid rgba(0, 217, 255, 0.2);
    color: #00d9ff;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 14px;
}

.staff-content h3 {
    font-family: "Orbitron", sans-serif;
    font-size: 34px;
    margin-bottom: 14px;
    color: #ffffff;
}

.staff-content p {
    color: #c9eef7;
    line-height: 1.7;
    font-size: 15px;
}

.staff-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.staff-tags span {
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #dff9ff;
    font-size: 12px;
    font-weight: 700;
}

/* =========================
   CARD SUMATE
========================= */

.join-profile {
    background:
        radial-gradient(circle at top right, rgba(255, 0, 180, 0.14), transparent 35%),
        radial-gradient(circle at bottom left, rgba(0, 217, 255, 0.10), transparent 38%),
        linear-gradient(145deg, rgba(35, 0, 45, 0.92), rgba(0, 8, 20, 0.94));
}

.join-photo {
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 55%),
        linear-gradient(135deg, #ff4fd8, #00c3ff);
}

.join-photo span {
    font-family: "Orbitron", sans-serif;
    font-size: 80px;
    color: white;
    text-shadow: 0 0 20px rgba(255,255,255,0.6);
}

.staff-join-btn {
    display: inline-flex;
    margin-top: 20px;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #00111f;
    font-weight: 900;
    background: linear-gradient(135deg, #00c3ff, #ffffff);
    box-shadow: 0 0 22px rgba(0, 195, 255, 0.28);
    transition: 0.25s;
}

.staff-join-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 32px rgba(0, 195, 255, 0.45);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 950px) {
    .staff-hero {
        padding: 40px 30px;
    }

    .staff-page-grid {
        grid-template-columns: 1fr;
    }

    .staff-profile,
    .staff-profile.featured {
        grid-column: auto;
        grid-template-columns: 1fr;
    }

    .staff-photo {
        width: 100%;
        height: 320px;
    }
}

@media (max-width: 650px) {
    .staff-hero {
        margin-top: 35px;
        padding: 30px 24px;
        border-radius: 26px;
    }

    .staff-hero-actions .btn {
        width: 100%;
        justify-content: center;
    }

    .staff-profile {
        padding: 22px;
        border-radius: 24px;
    }

    .staff-photo {
        height: 260px;
        border-radius: 22px;
    }

    .staff-content h3 {
        font-size: 28px;
    }
}