/* Estilo Moderno y Profesional para Tarjeta de Gimnasio */
.profile-card-3 {
    font-family: 'Space Grotesk', sans-serif;
    position: relative;
    overflow: hidden;
    width: 420px;
    height: 280px;
    margin: 0 auto;
    text-align: left;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    border: none;
    background: #fff;
    display: flex;
    transition: all 0.4s ease;
}

.profile-card-3 .side-accent {
    width: 12px;
    height: 100%;
    background: #ccff00;
}

.profile-card-3 .main-content {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.profile-card-3 .header-card {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.profile-card-3 .gym-brand {
    display: flex;
    flex-direction: column;
}

.profile-card-3 .gym-name {
    font-weight: 800;
    font-size: 1.1rem;
    color: #0a0a0a;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

.profile-card-3 .membership-badge {
    background: #0a0a0a;
    color: #ccff00;
    padding: 0 12px;
    height: 24px;
    border-radius: 50px;
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    line-height: 1;
    white-space: nowrap;
    box-sizing: border-box;
    vertical-align: middle;
}

.profile-card-3 .badge-text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    line-height: 1;
    transform: none;
}

.profile-card-3 .user-section {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 10px;
}

.profile-card-3 .profile {
    width: 90px;
    height: 90px;
    border-radius: 15px;
    object-fit: cover;
    border: 2px solid #f3f4f6;
    background: #fff;
}

.profile-card-3 .user-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.profile-card-3 .user-info h2 {
    margin: 0;
    font-weight: 800;
    font-size: 1.25rem;
    color: #0a0a0a;
    line-height: 1.1;
}

.profile-card-3 .client-email {
    font-size: 0.75rem;
    color: #6b7280;
    font-weight: 500;
}

.profile-card-3 .client-data {
    display: flex;
    gap: 10px;
    margin-top: 5px;
}

.profile-card-3 .data-pill {
    font-size: 0.65rem;
    font-weight: 700;
    color: #4b5563;
    background: #f3f4f6;
    padding: 2px 8px;
    border-radius: 4px;
}

.profile-card-3 .footer-card {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.profile-card-3 .contact-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.profile-card-3 .location-label {
    font-size: 0.6rem;
    font-weight: 800;
    color: #ccff00;
    background: #0a0a0a;
    width: auto;
    max-width: fit-content;
    padding: 0 8px;
    height: 18px;
    border-radius: 3px;
    margin-bottom: 4px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    white-space: nowrap;
    box-sizing: border-box;
    vertical-align: middle;
}

.profile-card-3 .location-label .badge-text {
    transform: none;
}

.profile-card-3 .gym-detail {
    font-size: 0.65rem;
    color: #9ca3af;
    display: flex;
    align-items: center;
    gap: 5px;
}

.profile-card-3 .qr-section {
    background: #fff;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #f3f4f6;
}

.profile-card-3 .qr-image {
    width: 75px;
    height: 75px;
}

.profile-card-3 .watermark {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    font-size: 3.5rem;
    font-weight: 900;
    color: rgba(0,0,0,0.025);
    pointer-events: none;
    white-space: nowrap;
}

/* --- ESTILOS ESPECIALES PARA PERSONAL (STAFF) --- */
.profile-card-3.staff-card {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    color: #ffffff;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.profile-card-3.staff-card .side-accent {
    background: linear-gradient(180deg, #fbbf24 0%, #d97706 100%);
    box-shadow: 2px 0 15px rgba(251, 191, 36, 0.3);
}

.profile-card-3.staff-card .gym-name {
    color: #fbbf24;
    text-shadow: 0 0 10px rgba(251, 191, 36, 0.2);
}

.profile-card-3.staff-card .membership-badge {
    background: linear-gradient(90deg, #fbbf24 0%, #f59e0b 100%);
    color: #000;
    font-weight: 900;
    box-shadow: 0 4px 12px rgba(251, 191, 36, 0.4);
    border: none;
    letter-spacing: 1px;
}

.profile-card-3.staff-card .user-info h2 {
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.profile-card-3.staff-card .client-email {
    color: #94a3b8;
}

.profile-card-3.staff-card .data-pill {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
    color: #fbbf24;
    border: 1px solid rgba(251, 191, 36, 0.2);
    padding: 3px 10px;
}

.profile-card-3.staff-card .location-label {
    background: #fbbf24;
    color: #000;
    font-weight: 900;
}

.profile-card-3.staff-card .gym-detail {
    color: #cbd5e1;
}

.profile-card-3.staff-card .gym-detail i {
    color: #fbbf24;
}

.profile-card-3.staff-card .watermark {
    color: rgba(251, 191, 36, 0.05);
    font-size: 4.5rem;
}

.profile-card-3.staff-card .profile {
    border: 3px solid #fbbf24;
    box-shadow: 0 0 20px rgba(251, 191, 36, 0.2);
}

.profile-card-3.staff-card .qr-section {
    background: #ffffff;
    padding: 6px;
    border-radius: 12px;
    box-shadow: 0 0 25px rgba(251, 191, 36, 0.15);
}
