/**
 * Board Members Page Styles
 * /yonetim-kurulu, /denetleme-kurulu, /onursal-uyeler
 * HGC Logo Renkleri: Altın (#D4AF37), Koyu Gri (#2C2C2C)
 */

/* Navigation Pills */
.nav-pills .nav-link {
    color: #2C2C2C;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 50px;
    padding: 0.625rem 1.25rem;
    font-weight: 500;
    font-size: 0.9375rem;
    transition: all 0.3s ease;
}

.nav-pills .nav-link:hover {
    background: #f8f9fa;
    border-color: #D4AF37;
    color: #D4AF37;
}

.nav-pills .nav-link.active {
    background: #D4AF37;
    border-color: #D4AF37;
    color: #fff;
}

/* President Card - Dikey (Vertical) Layout */
.president-card {
    background: #fff;
    border-radius: 16px;
    padding: 2.5rem 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 2px solid #D4AF37;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}

.president-photo {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #D4AF37;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    margin-bottom: 1.5rem;
}

.president-placeholder {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: linear-gradient(135deg, #D4AF37 0%, #B8960C 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    border: 4px solid #D4AF37;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.president-placeholder span {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
}

.president-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2C2C2C;
    margin-bottom: 0.5rem;
}

.president-position {
    font-size: 1.125rem;
    color: #D4AF37;
    font-weight: 600;
    margin-bottom: 1rem;
}

.president-institution {
    color: #666;
    font-size: 1rem;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.president-institution i {
    color: #D4AF37;
}

.president-bio {
    color: #555;
    font-size: 0.9375rem;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.president-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #f0f0f0;
}

.president-contact .contact-link {
    color: #666;
    text-decoration: none;
    font-size: 0.9375rem;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.president-contact .contact-link:hover {
    color: #D4AF37;
}

.president-contact .contact-link i {
    color: #D4AF37;
}

/* Member Card - Yuvarlak Fotoğraf ve Arkaplan Rengi */
.member-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.member-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.member-photo-wrapper {
    height: 280px;
    overflow: hidden;
    background: linear-gradient(135deg, #d4af37 0%, #dcaf1f 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.member-photo {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #D4AF37;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    object-position: top;
}

.member-card:hover .member-photo {
    transform: scale(1.05);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}

.member-placeholder {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: linear-gradient(135deg, #D4AF37 0%, #B8960C 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #D4AF37;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.3);
}

.member-placeholder span {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
}

.member-info {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.member-name {
    font-size: 1.125rem;
    font-weight: 700;
    color: #2C2C2C;
    margin-bottom: 0.375rem;
}

.member-position {
    color: #D4AF37;
    font-size: 0.9375rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.member-institution {
    color: #888;
    font-size: 0.875rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
}

.member-institution i {
    color: #D4AF37;
    font-size: 0.875rem;
}

.member-contact {
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid #f0f0f0;
    display: flex;
    justify-content: center;
    gap: 0.75rem;
}

.member-contact a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.member-contact a:hover {
    background: #D4AF37;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
}

/* Responsive */
@media (max-width: 768px) {
    .president-card {
        padding: 1.5rem;
    }
    
    .president-photo,
    .president-placeholder {
        width: 140px;
        height: 140px;
    }
    
    .president-name {
        font-size: 1.25rem;
    }
    
    .member-photo-wrapper {
        height: 180px;
        padding: 1rem;
    }
    
    .member-photo,
    .member-placeholder {
        width: 130px;
        height: 130px;
    }
}

@media (max-width: 576px) {
    .nav-pills .nav-link {
        padding: 0.5rem 1rem;
        font-size: 0.8125rem;
    }
}
