/* Team Variant A - Premium/Glassmorphism */

.sslp-team--a {
    background: linear-gradient(180deg, #0a0a0a 0%, #121212 100%);
}

.sslp-team--a::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 30%, rgba(156, 168, 70, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.sslp-team--a .sslp-team__card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.sslp-team--a .sslp-team__card:hover {
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.4),
        inset 0 0 0 1px rgba(156, 168, 70, 0.2);
}

.sslp-team--a .sslp-team__photo-wrapper::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.6) 100%);
}

.sslp-team--a .sslp-team__name {
    font-family: var(--font-display, 'Playfair Display', serif);
}

.sslp-team--a .sslp-team__cta-button {
    background: linear-gradient(135deg, #9CA846 0%, #7a8536 100%);
    box-shadow: 0 0 30px rgba(156, 168, 70, 0.4);
}
