/* ============================================
   LEADERSHIP PAGE STYLES
   ============================================ */

/* Hero Section */
.leadership-hero-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    margin-top: -80px;
    padding-top: 0;
}

.leadership-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.leadership-hero-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.leadership-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(1, 75, 111, 0.85) 0%, rgba(23, 156, 216, 0.75) 100%);
    z-index: 2;
}

.leadership-hero-section .container-fluid {
    position: relative;
    z-index: 3;
    width: 100%;
}

.leadership-hero-wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 200px 40px 80px;
}

.leadership-hero-content h1 {
    font-family: "Inter", sans-serif;
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #ffffff;
}

.leadership-hero-description {
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.95);
    max-width: 800px;
    margin: 0 auto;
}

/* Section Headers */
.leadership-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.leadership-section-header h2 {
    font-family: "Inter", sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}

.leadership-section-subtitle {
    font-size: 18px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

/* Executive Leadership Section */
.leadership-executive-section {
    padding: 100px 0;
    background: #ffffff;
}

.leadership-executive-wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.executive-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 40px;
}

.executive-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.executive-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 32px rgba(23, 156, 216, 0.15);
}

.executive-image {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 25px;
    border: 4px solid #179cd8;
    flex-shrink: 0;
}

.executive-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.executive-info {
    width: 100%;
}

.executive-info h3 {
    font-family: "Inter", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 8px;
}

.executive-title {
    font-size: 18px;
    font-weight: 600;
    color: #179cd8;
    margin-bottom: 20px;
}

.executive-bio {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 25px;
    text-align: left;
}

.executive-contact {
    margin-top: auto;
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #179cd8;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
}

.contact-btn:hover {
    background: #245575;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(23, 156, 216, 0.3);
}

.contact-btn i {
    font-size: 16px;
}

/* Key Personnel Section */
.leadership-personnel-section {
    padding: 100px 0;
    background: #f8fafc;
}

.leadership-personnel-wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.personnel-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.personnel-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    text-align: center;
}

.personnel-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(23, 156, 216, 0.15);
}

.personnel-image {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
    border: 3px solid #179cd8;
}

.personnel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.personnel-image-placeholder {
    background: linear-gradient(135deg, #eef6fb 0%, #dbeef8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
}

.personnel-image-placeholder span {
    font-size: 12px;
    font-weight: 700;
    color: #245575;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.personnel-info h3 {
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 8px;
}

.personnel-title {
    font-size: 16px;
    font-weight: 600;
    color: #179cd8;
    margin-bottom: 15px;
}

.personnel-bio {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
    text-align: left;
}

.personnel-contact {
    margin-top: 15px;
}

.contact-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #f8fafc;
    color: #179cd8;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-link:hover {
    background: #179cd8;
    color: #ffffff;
    transform: scale(1.1);
}

/* Support Departments Section */
.leadership-departments-section {
    padding: 100px 0;
    background: #ffffff;
}

.leadership-departments-wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.departments-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.department-card {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.department-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(23, 156, 216, 0.15);
    border-color: #179cd8;
}

.department-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #179cd8 0%, #245575 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #ffffff;
}

.department-card h3 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
}

.department-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

/* Governance & Values Section */
.leadership-governance-section {
    padding: 100px 0;
    background: #f8fafc;
}

.leadership-governance-wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.governance-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.governance-item {
    background: #ffffff;
    border-radius: 16px;
    padding: 35px 30px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.governance-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(23, 156, 216, 0.15);
    border-color: #179cd8;
}

.governance-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #179cd8 0%, #245575 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #ffffff;
}

.governance-item h3 {
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
}

.governance-item p {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

/* Diversity & Expertise Section */
.leadership-diversity-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #014B6F 0%, #179cd8 100%);
    color: #ffffff;
}

.leadership-diversity-wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
}

.diversity-content {
    text-align: center;
}

.diversity-content h2 {
    font-family: "Inter", sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
}

.diversity-content p {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.95);
    max-width: 900px;
    margin: 0 auto;
}

/* CTA Section */
.leadership-cta-section {
    padding: 100px 0;
    background: #ffffff;
}

.leadership-cta-wrapper {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
}

.leadership-cta-wrapper h2 {
    font-family: "Inter", sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}

.leadership-cta-wrapper p {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 40px;
}

.leadership-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.leadership-cta-buttons .btn-primary {
    background: #179cd8;
    color: #ffffff;
    border: 2px solid #179cd8;
    border-radius: 25px;
    padding: 12px 28px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.leadership-cta-buttons .btn-primary:hover {
    background: #245575;
    border-color: #245575;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(23, 156, 216, 0.3);
}

.leadership-cta-buttons .btn-secondary {
    background: #245575;
    color: #ffffff;
    border: 2px solid #245575;
    border-radius: 25px;
    padding: 12px 28px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.leadership-cta-buttons .btn-secondary:hover {
    background: #179cd8;
    border-color: #179cd8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(23, 156, 216, 0.3);
}

/* FAQ Section */
.leadership-faq-section {
    padding: 100px 0;
    background: #ffffff;
}

.leadership-faq-wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
}

.leadership-faq-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 40px;
}

.leadership-faq-item {
    background: #f8fafc;
    padding: 30px 35px;
    border-radius: 16px;
    border-left: 4px solid #179cd8;
    transition: all 0.3s ease;
}

.leadership-faq-item:hover {
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(23, 156, 216, 0.15);
    transform: translateX(5px);
}

.leadership-faq-item h3 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
}

.leadership-faq-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

.leadership-faq-item a {
    color: #179cd8;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.leadership-faq-item a:hover {
    color: #245575;
    text-decoration: underline;
}

/* Leadership Image Adjust */
.leadership-img-adjust {
    object-position: center 20% !important;
}

/* Executive Bio Links */
.executive-bio a,
.personnel-bio a {
    color: #179cd8;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.executive-bio a:hover,
.personnel-bio a:hover {
    color: #245575;
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .executive-grid {
        grid-template-columns: 1fr;
    }
    
    .personnel-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .departments-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .governance-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .leadership-hero-section .container-fluid,
    .leadership-executive-section .container-fluid,
    .leadership-personnel-section .container-fluid,
    .leadership-departments-section .container-fluid,
    .leadership-governance-section .container-fluid,
    .leadership-diversity-section .container-fluid,
    .leadership-faq-section .container-fluid,
    .leadership-cta-section .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .leadership-hero-overlay {
        /* Keep leadership mobile hero tint consistent with About hero */
        background: linear-gradient(135deg, rgba(1, 75, 111, 0.75) 0%, rgba(23, 156, 216, 0.65) 100%) !important;
        z-index: 2 !important;
    }

    .leadership-hero-section {
        min-height: 80vh;
    }
    
    .leadership-hero-wrapper {
        padding: 180px 10px 60px;
    }
    
    .leadership-hero-wrapper,
    .leadership-executive-wrapper,
    .leadership-personnel-wrapper,
    .leadership-departments-wrapper,
    .leadership-governance-wrapper,
    .leadership-diversity-wrapper,
    .leadership-faq-wrapper,
    .leadership-cta-wrapper {
        padding: 0 10px;
    }
    
    .leadership-section-header h2,
    .diversity-content h2,
    .leadership-cta-wrapper h2 {
        font-size: 32px;
    }
    
    .leadership-faq-item {
        padding: 25px 20px;
    }
    
    .leadership-faq-item h3 {
        font-size: 18px;
    }
    
    .leadership-faq-item p {
        font-size: 14px;
    }
    
    .personnel-grid,
    .departments-grid {
        grid-template-columns: 1fr;
    }
    
    .executive-image {
        width: 150px;
        height: 150px;
    }
    
    .personnel-image {
        width: 120px;
        height: 120px;
    }
    
    .leadership-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
}
