/*
Theme Name: WebsiteLanud
Theme URI: https://www.clinicbairopite.org
Author: IT-Lanud-Jubi
Author URI: https://www.clinicbairopite.org
Description: A professional non-profit healthcare theme for Clinic Bairo Pite, providing free medical care in Timor-Leste since 1999. Features: responsive design, donation integration, volunteer forms, financial transparency, and community outreach sections.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: clinic-bairo-pite
Tags: health, nonprofit, charity, responsive, custom-menu, featured-images

Clinic Bairo Pite WordPress Theme
Copyright 2026 Clinic Bairo Pite
*/

/* ========================================
   CORE STYLES (from styles.css)
   ======================================== */

:root {
    /* Color Palette */
    --primary: #0F766E;
    --primary-dark: #115E59;
    --primary-light: #14B8A6;
    --accent: #F59E0B;
    --accent-hover: #D97706;
    
    --text-main: #1E293B;
    --text-muted: #475569;
    --bg-light: #F8FAFC;
    --bg-white: #FFFFFF;
    
    /* Typography */
    --font-heading: 'Outfit', sans-serif;
    --font-body: 'Inter', sans-serif;
    
    /* Layout */
    --transition: all 0.3s ease;
    --shadow-sm: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-md: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --radius: 12px;
    --radius-lg: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    color: var(--text-muted);
    line-height: 1.6;
    background-color: var(--bg-white);
}

h1, h2, h3, h4, .logo, .footer-logo {
    font-family: var(--font-heading);
    color: var(--text-main);
    line-height: 1.2;
}

a {
    text-decoration: none;
    color: var(--primary);
    transition: var(--transition);
}

ul { list-style: none; }

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.section-padding { padding: 80px 0; }
.bg-light { background-color: var(--bg-light); }

/* Utilities */
.text-center { text-align: center; }
.mb-4 { margin-bottom: 24px; }
.mb-5 { margin-bottom: 40px; }
.mb-3 { margin-bottom: 16px; }
.mb-0 { margin-bottom: 0; }
.my-4 { margin-top: 24px; margin-bottom: 24px; }
.mt-4 { margin-top: 24px; }
.mt-5 { margin-top: 48px; }
.mt-6 { margin-top: 64px; }
.mt-3 { margin-top: 16px; }
.pt-5 { padding-top: 40px; }
.py-3 { padding-top: 16px; padding-bottom: 16px; }
.py-5 { padding-top: 40px; padding-bottom: 40px; }
.text-primary { color: var(--primary); }
.text-muted { color: var(--text-muted); }
.text-white { color: white !important; }
.text-light { color: rgba(255,255,255,0.9); }
.text-sm { font-size: 0.875rem; }
.text-4xl { font-size: 3rem; }
.w-100 { width: 100%; }
.mx-auto { margin-left: auto; margin-right: auto; }
.lead { font-size: 1.2rem; line-height: 1.75; color: var(--text-muted); }
.display-4 { font-size: 2.75rem; line-height: 1.15; }
.img-fluid { width: 100%; height: auto; display: block; }
.shadow { box-shadow: var(--shadow-sm); }
.shadow-sm { box-shadow: var(--shadow-sm); }
.shadow-lg { box-shadow: var(--shadow-lg); }
.rounded { border-radius: var(--radius); }
.rounded-xl { border-radius: var(--radius-lg); }
.shadow-2xl { box-shadow: var(--shadow-lg); }
.opacity-75 { opacity: 0.75; }
.align-center { display: flex; align-items: center; }
.col-md-8 { flex: 0 0 66.66%; padding: 0 15px;}
.col-md-7 { flex: 0 0 58.33%; padding: 0 15px;}
.col-md-6 { flex: 0 0 50%; padding: 0 15px;}
.col-md-5 { flex: 0 0 41.66%; padding: 0 15px;}
.col-md-4 { flex: 0 0 33.33%; padding: 0 15px;}
.col-md-3 { flex: 0 0 25%; padding: 0 15px;}
.col-md-10 { flex: 0 0 83.33%; padding: 0 15px;}
.col-md-12 { flex: 0 0 100%; padding: 0 15px;}
.row { display: flex; flex-wrap: wrap; margin-left: -15px; margin-right: -15px; }

/* Utility Classes */
.h-100 { height: 100%; }
.p-4 { padding: 24px !important; }
.p-5 { padding: 40px !important; }
.fw-600 { font-weight: 600; }
.italic { font-style: italic; }
.rounded-circle { border-radius: 50%; }
.border-0 { border: 0 !important; }
.border-left-accent { border-left: 4px solid var(--accent); }
.flex { display: flex; }
.justify-center { justify-content: center; }
.card { background: white; border-radius: var(--radius); border: 1px solid rgba(0,0,0,0.05); }
.form-control {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid #E2E8F0;
    border-radius: 8px;
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: var(--text-main);
    background: var(--bg-light);
}
.avatar-50 { width: 50px; height: 50px; margin-right: 15px; object-fit: cover; }
.story-max { max-width: 900px; }
.donate-impact-list { margin-top: 30px; }
.donation-form-card { border-radius: var(--radius-lg); }
.donation-options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }

/* Buttons */
.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-family: var(--font-body);
    text-align: center;
    cursor: pointer;
    transition: var(--transition);
    border: none;
}
.btn-lg { padding: 16px 32px; font-size: 1.125rem; }
.btn-primary { background: var(--primary); color: white; }
.btn-primary:hover { background: var(--primary-dark); color: white; transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-accent { background: var(--accent); color: white; }
.btn-accent:hover { background: var(--accent-hover); color: white; transform: translateY(-2px); box-shadow: 0 10px 15px -3px rgba(245, 158, 11, 0.4); }
.btn-outline-primary { border: 2px solid var(--primary); color: var(--primary); background: transparent; }
.btn-outline-primary:hover { background: var(--primary); color: white; }
.btn-outline-light { border: 2px solid rgba(255,255,255,0.3); color: white; background: transparent; }
.btn-outline-light:hover, .btn-outline-light.active { background: white; color: var(--primary-dark); }
.btn-link { font-weight: 600; color: var(--primary); display: inline-flex; align-items: center; gap: 8px; margin-top: 15px; }
.btn-link:hover { color: var(--primary-dark); gap: 12px; }

/* Navbar */
.navbar {
    position: fixed;
    top: 0; left: 0; right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(15px);
    z-index: 1000;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 18px 0;
}
.navbar.scrolled { padding: 12px 0; box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
.nav-container { display: flex; justify-content: space-between; align-items: center; max-width: 1400px !important; }
.logo { font-size: 1.4rem; font-weight: 800; color: var(--primary); display: flex; align-items: center; gap: 12px; transition: var(--transition); }
.logo:hover { opacity: 0.9; transform: scale(1.02); }
.logo-text-short { display: none; }
@media (max-width: 1150px) {
    .logo-text-full { display: none; }
    .logo-text-short { display: inline-block; }
}
.brand-logo { height: 50px; width: auto; object-fit: contain; }
.nav-collapse { display: flex; gap: 25px; align-items: center; }
.nav-menu { display: flex; gap: 32px; align-items: center; margin-top: 2px; }
.nav-item { position: relative; }
.nav-link { color: var(--text-main); font-weight: 600; font-size: 0.875rem; display: flex; align-items: center; gap: 6px; cursor: pointer; transition: color 0.3s; padding: 10px 0; }
.nav-link:hover, .nav-item:hover > .nav-link { color: var(--primary); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-actions .btn { padding: 11px 22px; font-size: 0.9rem; font-weight: 700; margin-right: 0 !important; }
.dropdown-menu { position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(15px); width: 240px; background: white; box-shadow: 0 15px 35px rgba(0,0,0,0.12); border-radius: 12px; padding: 12px 0; opacity: 0; visibility: hidden; transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); z-index: 1001; border: 1px solid rgba(0,0,0,0.06); }
.dropdown-menu::before { content: ''; position: absolute; top: -6px; left: 50%; transform: translateX(-50%) rotate(45deg); width: 12px; height: 12px; background: white; border-left: 1px solid rgba(0,0,0,0.06); border-top: 1px solid rgba(0,0,0,0.06); }
.dropdown-menu a { display: block; padding: 12px 24px; color: var(--text-muted); font-weight: 600; font-size: 0.9rem; transition: all 0.2s; border-radius: 0; }
.dropdown-menu a:hover { background: var(--bg-light); color: var(--primary); padding-left: 28px; }
@media (min-width: 1151px) { .nav-item:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(5px); } }
.mobile-toggle { display: none; background: none; border: none; font-size: 1.5rem; color: var(--text-main); cursor: pointer; }

/* WP Menu compatibility */
.navbar .sub-menu { position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(15px); width: 240px; background: white; box-shadow: 0 15px 35px rgba(0,0,0,0.12); border-radius: 12px; padding: 12px 0; opacity: 0; visibility: hidden; transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); z-index: 1001; border: 1px solid rgba(0,0,0,0.06); list-style: none; }
@media (min-width: 1151px) { .navbar .menu-item-has-children:hover > .sub-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(5px); } }
.navbar .sub-menu a { display: block; padding: 12px 24px; color: var(--text-muted); font-weight: 600; font-size: 0.9rem; }
.navbar .sub-menu a:hover { background: var(--bg-light); color: var(--primary); padding-left: 28px; }
.current-menu-item > a { color: var(--primary) !important; }

/* 1. Hero Section */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    padding-top: 80px;
}
.hero-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(to right, rgba(15,118,110,0.9) 0%, rgba(15,118,110,0.6) 100%); z-index: 1; }
.hero-content { position: relative; z-index: 2; max-width: 800px; color: white; }
.badge { background: rgba(255,255,255,0.2); backdrop-filter: blur(5px); padding: 6px 16px; border-radius: 50px; font-weight: 600; font-size: 0.875rem; letter-spacing: 1px; text-transform: uppercase; display: inline-block; margin-bottom: 24px; border: 1px solid rgba(255,255,255,0.3); }
.hero-title { font-size: 4rem; color: white; margin-bottom: 24px; font-weight: 800; }
.hero-desc { font-size: 1.25rem; color: rgba(255,255,255,0.9); margin-bottom: 40px; font-weight: 400; max-width: 600px; }
.hero-buttons { display: flex; gap: 20px; }

/* 2. Mission Action */
.mission-action { margin-top: -60px; position: relative; z-index: 10; }
.mission-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.mission-card { background: white; padding: 40px 30px; border-radius: var(--radius); box-shadow: var(--shadow-lg); text-align: center; transition: var(--transition); border-bottom: 4px solid var(--primary); }
.mission-card:hover { transform: translateY(-10px); }
.mission-card .icon-circle { width: 80px; height: 80px; background: var(--bg-light); border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 2rem; color: var(--primary); margin: 0 auto 20px; transition: var(--transition); }
.mission-card:hover .icon-circle { background: var(--primary); color: white; }
.mission-card h3 { margin-bottom: 15px; font-size: 1.25rem; }

/* Section Headings */
.subheading { color: var(--primary); text-transform: uppercase; letter-spacing: 2px; font-size: 0.875rem; font-weight: 700; margin-bottom: 10px; display: block; }
.section-heading h2 { font-size: 2.5rem; margin-bottom: 20px; }
.section-heading p { font-size: 1.125rem; max-width: 600px; }
.section-heading.text-center p { margin: 0 auto; }

/* 3. Services */
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-top: 40px; }
.service-card { background: white; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: var(--transition); border: 1px solid rgba(0,0,0,0.05); display: flex; flex-direction: column; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.service-card img { width: 100%; height: 200px; object-fit: cover; }
.service-content { padding: 24px; flex-grow: 1; display: flex; flex-direction: column; }
.service-content h3 { margin-bottom: 12px; font-size: 1.25rem; }
.service-content p { margin-bottom: 20px; font-size: 0.95rem; flex-grow: 1; }

/* 4. About */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-image { position: relative; }
.about-image img { width: 100%; border-radius: var(--radius); }
.experience-badge { position: absolute; bottom: -30px; right: -30px; background: var(--accent); color: white; padding: 30px; border-radius: var(--radius); box-shadow: var(--shadow-md); display: flex; align-items: center; gap: 15px; }
.experience-badge .years { font-size: 3rem; font-weight: 800; font-family: var(--font-heading); line-height: 1; }
.experience-badge .text { font-size: 1rem; font-weight: 600; line-height: 1.2; text-transform: uppercase; }
.about-content h2 { font-size: 2.75rem; margin-bottom: 28px; line-height: 1.1; font-weight: 800; }
.about-content p { margin-bottom: 24px; font-size: 1.1rem; color: var(--text-muted); line-height: 1.7; }
.about-features { display: grid; grid-gap: 20px; margin: 40px 0; }
.feature { font-weight: 700; color: var(--text-main); display: flex; align-items: center; gap: 12px; font-size: 0.95rem; }

/* 5. Impact */
.impact { background-color: var(--primary-dark); background-image: radial-gradient(circle at top right, var(--primary) 0%, transparent 50%); position: relative; }
.impact h2 { color: white !important; font-weight: 700; text-shadow: 0 2px 4px rgba(0,0,0,0.3); }
.impact .subheading { color: var(--accent) !important; opacity: 1 !important; font-size: 1rem; letter-spacing: 3px; margin-bottom: 15px; }
.counter-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
.counter-box i { font-size: 3rem; color: var(--accent); margin-bottom: 20px; }
.counter { font-size: 4rem; font-weight: 800; font-family: var(--font-heading); line-height: 1; margin-bottom: 10px; }
.counter-box p { font-size: 1.1rem; font-weight: 500; opacity: 0.9; }
.impact-cta { margin-top: 60px; }
.impact-cta-text { font-size: 1.1rem; margin-bottom: 20px; color: rgba(255,255,255,0.9); }
.impact-cta-btn { border-width: 2px; padding: 15px 30px; }

/* 6. Outreach */
.outreach-flex { display: flex; gap: 60px; align-items: center; }
.outreach-content { flex: 1; }
.outreach-images { flex: 1; position: relative; height: 500px; display: flex; align-items: center; justify-content: center; }
.outreach-images img { position: absolute; border-radius: var(--radius); object-fit: cover; box-shadow: var(--shadow-lg); transition: var(--transition); }
.img-1 { width: 85%; height: 380px; top: 0; left: 0; z-index: 1; }
.img-2 { width: 65%; height: 320px; bottom: 0; right: 0; z-index: 2; border: 10px solid white; }
.outreach-list { margin-top: 35px; display: flex; flex-direction: column; gap: 25px; }
.outreach-list li { display: flex; gap: 20px; align-items: flex-start; }
.outreach-list .icon { width: 50px; height: 50px; background: var(--bg-light); color: var(--primary); border-radius: 12px; display: flex; justify-content: center; align-items: center; font-size: 1.25rem; flex-shrink: 0; }
.outreach-list h4 { font-size: 1.1rem; margin-bottom: 5px; color: var(--text-main); }

/* 7. Donation */
.donation { background: linear-gradient(180deg, #e6f6f3 0%, #f4fbf9 100%); }
.donation-card { background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); border-radius: 20px; padding: 50px; color: white; overflow: hidden; position: relative; }
.donation-card::before { content: ''; position: absolute; top: -50%; right: -10%; width: 300px; height: 300px; background: rgba(255,255,255,0.05); border-radius: 50%; }
.donation-info h2 { color: white; font-size: 2.25rem; margin-bottom: 20px; }
.donation-info p { font-size: 1.1rem; opacity: 0.9; margin-bottom: 30px; }
.donation-options { display: flex; gap: 15px; flex-wrap: wrap; }
.themed-donation {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
    padding: 60px; 
    border-radius: 20px; 
    color: white;
    border: 1px solid rgba(255,255,255,0.15);
}
.trust-pill { 
    display: inline-flex; 
    align-items: center; 
    gap: 8px; 
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.35);
    color: #ECFEFF;
    padding: 8px 16px; 
    border-radius: 100px; 
    font-size: 0.85rem; 
    font-weight: 700; 
    text-transform: uppercase; 
    letter-spacing: 1px; 
}
.donation-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.price-chip { 
    background: rgba(255,255,255,0.12);
    border: 2px solid rgba(255,255,255,0.25);
    padding: 20px; 
    border-radius: 12px; 
    text-align: center; 
    cursor: pointer; 
    transition: all 0.3s ease; 
    color: white;
}
.price-chip:hover { border-color: rgba(255,255,255,0.6); background: rgba(255,255,255,0.2); transform: translateY(-3px); }
.price-chip.active { background: white; border-color: white; color: var(--primary-dark); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); }
.price-chip .amount { display: block; font-size: 1.5rem; font-weight: 800; margin-bottom: 2px; }
.price-chip .label { font-size: 0.75rem; font-weight: 600; opacity: 0.8; text-transform: uppercase; }
.donation-title { margin-bottom: 16px; color: white; }
.donation-copy { color: rgba(255,255,255,0.92); opacity: 1; }

.donation-actions-themed { padding-left: 50px; border-left: 1px solid rgba(255,255,255,0.25); }
.payment-box { text-align: center; }
.payment-methods { display: flex; justify-content: center; gap: 15px; font-size: 1.75rem; color: #CBD5E0; }
.payment-methods i:hover { color: var(--primary); transition: color 0.3s; }
.payment-methods.paypal-only {
    gap: 10px;
    color: rgba(255,255,255,0.9);
    font-size: 1rem;
    align-items: center;
}
.payment-methods.paypal-only span {
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-transform: none;
    color: rgba(255,255,255,0.95);
}
.verification-text { font-size: 0.85rem; color: rgba(255,255,255,0.85); display: flex; align-items: center; justify-content: center; margin-top: 10px; }

.divider { display: flex; align-items: center; text-align: center; margin: 25px 0; width: 100%; color: #A0AEC0; font-weight: 600; font-size: 0.8rem; }
.divider::before, .divider::after { content: ''; flex: 1; border-bottom: 1px solid #EDF2F7; }
.divider span { padding: 0 15px; }

/* 8. News */
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 50px; }
.news-grid-fluid { grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); }
.news-card { background: white; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: var(--transition); }
.news-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.news-card img { width: 100%; height: 220px; object-fit: cover; }
.news-content { padding: 25px; }
.news-content .date { font-size: 0.875rem; color: var(--accent); font-weight: 600; margin-bottom: 10px; display: block; }
.news-content h3 { margin-bottom: 15px; font-size: 1.25rem; }
.news-content h3 a { color: var(--text-main); }
.news-content h3 a:hover { color: var(--primary); }
.news-content p { margin-bottom: 20px; font-size: 0.95rem; }
.read-more { font-weight: 600; font-size: 0.9rem; display: inline-flex; align-items: center; gap: 8px;}
.read-more:hover { gap: 12px;}

/* 9. Partners */
.border-top { border-top: 1px solid rgba(0,0,0,0.05); }
.partner-subtitle { color: var(--text-muted); font-size: 1.05rem; max-width: 700px; margin: 0 auto 50px; }
.partner-logos { 
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    gap: 30px; 
}
.partner-card { 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    text-align: center; 
    padding: 40px 30px; 
    border-radius: var(--radius-lg); 
    border: 1px solid rgba(0,0,0,0.06); 
    background: white; 
    transition: var(--transition); 
    box-shadow: var(--shadow-sm); 
}
.partner-card:hover { transform: translateY(-5px); }
.partner-card:hover .partner-logo img { filter: grayscale(0); transform: scale(1.05); }

/* Legal Badges & Info */
.legal-badge {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 16px;
    background: rgba(255,255,255,0.05);
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.1);
}
.legal-badge i {
    font-size: 1.5rem;
    color: var(--primary-light);
    margin-top: 0 !important;
}
.legal-badge strong { color: white; display: block; font-size: 0.9rem; }
.legal-badge span { color: #94A3B8; font-size: 0.75rem; }

.legal-registration-box {
    border: 1px solid #e2e8f0;
    transition: var(--transition);
}
.legal-registration-box:hover {
    border-color: var(--primary);
    background: #fff !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.partner-logo-wrap { 
    height: 80px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    margin-bottom: 24px; 
    width: 100%;
}
.partner-logo-wrap img { 
    max-height: 100%; 
    max-width: 180px; 
    object-fit: contain; 
    filter: grayscale(100%); 
    opacity: 0.7; 
    transition: var(--transition); 
}
.partner-card:hover img { filter: grayscale(0%); opacity: 1; }
.partner-card span { 
    font-size: 1.2rem; 
    font-weight: 800; 
    font-family: var(--font-heading); 
    color: var(--primary-dark); 
    margin-bottom: 12px; 
    display: block;
}
.partner-card p { 
    font-size: 0.9rem; 
    color: var(--text-muted); 
    line-height: 1.6; 
    margin: 0;
}

@media (max-width: 991px) {
    .partner-logos { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
    .partner-logos { grid-template-columns: 1fr; }
}
.active-page { color: var(--primary) !important; font-weight: 700; }

/* 10. Volunteer Section */
.volunteer-section { background: var(--bg-light); }
.volunteer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.volunteer-content h2 { font-size: 2.5rem; margin-bottom: 20px; }
.volunteer-content p { font-size: 1.05rem; margin-bottom: 24px; }
.volunteer-list { display: flex; flex-direction: column; gap: 14px; }
.volunteer-list li { display: flex; align-items: center; gap: 12px; font-weight: 500; color: var(--text-main); font-size: 1rem; }
.volunteer-list li i { color: var(--primary); font-size: 1.1rem; flex-shrink: 0; }
.volunteer-form-box { background: white; border-radius: var(--radius); padding: 40px; box-shadow: var(--shadow-lg); border: 1px solid rgba(0,0,0,0.05); }
.volunteer-form-box h3 { font-size: 1.5rem; margin-bottom: 6px; }

/* 10b. Contact Section */
.contact-section { background: white; border-top: 1px solid rgba(0,0,0,0.05); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 50px; margin-top: 50px; align-items: start; }
.contact-info-side h2 { margin-bottom: 8px; }
.contact-info-col { display: flex; flex-direction: column; gap: 16px; margin-top: 18px; }
.contact-info-card { 
    display: flex; 
    align-items: flex-start; 
    gap: 25px; 
    background: white; 
    padding: 28px 24px; 
    border-radius: var(--radius); 
    box-shadow: 0 10px 30px rgba(0,0,0,0.05); 
    transition: var(--transition); 
    border: 1px solid rgba(0,0,0,0.06);
    border-top: 4px solid var(--primary);
}
.contact-info-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.1); border-color: var(--primary-light); }
.contact-icon { width: 48px; height: 48px; background: var(--primary); color: white; border-radius: 10px; display: flex; justify-content: center; align-items: center; font-size: 1.1rem; flex-shrink: 0; }
.contact-info-card h4 { font-size: 1rem; margin-bottom: 8px; color: var(--text-main); }
.contact-info-card p, .contact-info-card a { font-size: 0.95rem; color: var(--text-muted); line-height: 1.6; }
.contact-info-card a:hover { color: var(--primary); }
.contact-form-box { background: white; border-radius: var(--radius); padding: 40px; box-shadow: var(--shadow-lg); border: 1px solid rgba(0,0,0,0.05); }
.contact-form-side .contact-form-box { margin-top: 4px; }

/* Shared Form Styles */
.form-sub { color: var(--text-muted); font-size: 0.95rem; margin-bottom: 24px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-weight: 600; font-size: 0.9rem; color: var(--text-main); margin-bottom: 7px; }
.form-group input,
.form-group select,
.form-group textarea { width: 100%; padding: 12px 16px; border: 1.5px solid #E2E8F0; border-radius: 8px; font-family: var(--font-body); font-size: 0.95rem; color: var(--text-main); background: var(--bg-light); transition: border-color 0.2s, box-shadow 0.2s; outline: none; }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(15,118,110,0.1); background: white; }
.form-group select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23475569' d='M6 8L1 3h10z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; cursor: pointer; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-note { font-size: 0.8rem; color: var(--text-muted); text-align: center; margin-top: 14px; display: flex; align-items: center; justify-content: center; gap: 6px; }
.map-section { padding-top: 0; }
.map-wrapper {
    height: 450px;
    background: #eee;
    border-radius: var(--radius);
    overflow: hidden;
    position: relative;
}
.map-frame { border: 0; }

/* Pagination */
.pagination-wrapper { display: flex; justify-content: center; }
.report-icon { margin-right: 10px; }
.finance-divider { width: 50%; margin: 15px auto; border: 0; border-top: 1px solid rgba(0,0,0,0.1); }

/* WP Pagination */
.wp-pagination { display: flex; justify-content: center; gap: 10px; margin-top: 30px; padding-bottom: 8px; }
.wp-pagination a, .wp-pagination span { min-width: 48px; height: 48px; border-radius: 10px; font-weight: 700; display: flex; align-items: center; justify-content: center; border: 2px solid #E2E8F0; color: var(--text-muted); background: white; transition: all 0.3s; padding: 0 16px; }
.wp-pagination a:hover { border-color: var(--primary); color: var(--primary); background: var(--bg-light); transform: translateY(-2px); }
.wp-pagination .current { background: var(--primary); color: white; border-color: var(--primary); box-shadow: 0 4px 15px rgba(26, 71, 71, 0.3); }

.pagination { display: flex; justify-content: center; gap: 10px; margin-top: 30px; padding-bottom: 8px; }
.pagination .btn { min-width: 48px; height: 48px; border-radius: 10px; font-weight: 700; display: flex; align-items: center; justify-content: center; border: 2px solid #E2E8F0; color: var(--text-muted); background: white; transition: all 0.3s; }
.pagination .btn:hover { border-color: var(--primary); color: var(--primary); background: var(--bg-light); transform: translateY(-2px); }
.pagination .btn.active { background: var(--primary); color: white; border-color: var(--primary); box-shadow: 0 4px 15px rgba(26, 71, 71, 0.3); }

/* 11. Final CTA */
.cta-final { background: var(--primary-dark); color: white; padding: 100px 0; background-image: url('data:image/svg+xml,%3Csvg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg fill="%23ffffff" fill-opacity="0.05"%3E%3Cpath d="M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E'); }
.cta-final h2 { color: white; font-size: 3rem; margin-bottom: 20px; }
.cta-final p { font-size: 1.25rem; opacity: 0.9; margin-bottom: 40px; }
.cta-buttons { display: flex; justify-content: center; gap: 20px; }

/* 12. Footer */
.footer { background: #0B1120; color: #94A3B8; padding-top: 80px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 40px; margin-bottom: 60px; }
.footer-logo { color: white; font-size: 1.5rem; display: flex; align-items: center; gap: 10px; margin-bottom: 20px; font-weight: 700; }
.footer-logo i { color: var(--accent); }
.brand-logo-footer { height: 45px; width: auto; object-fit: contain; background: white; padding: 4px; border-radius: 6px; }
.footer-desc { margin-bottom: 24px; }
.social-links { display: flex; gap: 15px; }
.social-links a { width: 40px; height: 40px; background: rgba(255,255,255,0.1); display: flex; justify-content: center; align-items: center; border-radius: 50%; color: white; transition: var(--transition); }
.social-links a:hover { background: var(--accent); transform: translateY(-3px); }
.footer-col h3 { color: white; font-size: 1.2rem; margin-bottom: 24px; }
.footer-links li { margin-bottom: 12px; }
.footer-links a { 
    color: #94A3B8; 
    display: inline-block; 
    transition: var(--transition); 
}
.footer-links a:hover { 
    color: var(--primary-light); 
    transform: translateX(6px);
}
.footer-contact li { margin-bottom: 15px; display: flex; gap: 15px; align-items: flex-start; }
.footer-contact i { color: var(--primary-light); margin-top: 5px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 24px 0; display: flex; justify-content: space-between; align-items: center; font-size: 0.875rem; }
.legal-links { display: flex; gap: 20px; }
.legal-links a { color: #94A3B8; }
.legal-links a:hover { color: white; }

/* Page Banner */
.page-header, .page-banner { 
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%); 
    padding: 160px 0 80px; 
    color: white; 
    text-align: center; 
}
.page-banner h1 { color: white; font-size: 2rem; margin-bottom: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.page-banner p { font-size: 1.1rem; max-width: 800px; margin: 0 auto; color: rgba(255,255,255,0.95); line-height: 1.6; }

/* Team */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 40px; }
.team-card { background: white; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.04); border: 1px solid rgba(0,0,0,0.05); transition: var(--transition); text-align: center; }
.team-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.08); border-color: var(--primary-light); }
.team-img-wrapper { height: 160px; overflow: hidden; position: relative; }
.team-img-wrapper img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.team-card:hover img { transform: scale(1.05); }
.team-info { padding: 18px 12px; }
.team-info h3 { font-size: 1.05rem; margin-bottom: 4px; color: var(--text-main); font-weight: 700; }
.team-info .role { color: var(--primary); font-weight: 700; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; display: block; }
.team-info .bio { font-size: 0.8rem; color: var(--text-muted); margin-bottom: 12px; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-clamp: 2; overflow: hidden; }
.team-social { display: flex; justify-content: center; gap: 12px; }
.team-social a { color: #CBD5E0; font-size: 0.85rem; transition: color 0.2s; }
.team-social a:hover { color: var(--primary); }

/* Financial */
.report-card { background: white; border-radius: 12px; padding: 20px 25px; margin-bottom: 15px; display: flex; justify-content: space-between; align-items: center; box-shadow: var(--shadow-sm); border: 1px solid rgba(0,0,0,0.05); transition: var(--transition); }
.report-card:hover { transform: translateX(5px); box-shadow: var(--shadow-md); border-color: var(--primary-light); }
.report-info h3 { font-size: 1.1rem; margin-bottom: 4px; }
.report-info p { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 0; }
.finance-chart { background: white; border-radius: 24px; padding: 50px; text-align: center; }
.stat-circle { width: 140px; height: 140px; border: 12px solid var(--primary-light); border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.stat-circle span { font-size: 2rem; font-weight: 800; color: var(--primary); line-height: 1; margin-top: 5px; }
.stat-circle small { font-size: 0.75rem; font-weight: 800; color: var(--text-muted); text-transform: uppercase; margin-top: 4px; }
.finance-divider { width: 40px; margin: 30px auto; border: 0; border-top: 2px solid #E2E8F0; }

/* Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 40px; }
.gallery-item { border-radius: var(--radius); overflow: hidden; height: 250px; box-shadow: var(--shadow-sm); position: relative; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.gallery-item:hover img { transform: scale(1.1); }

/* FAQ */
.faq-list { max-width: 800px; margin: 40px auto 0; }
.faq-item { background: white; border-radius: 10px; margin-bottom: 15px; box-shadow: var(--shadow-sm); overflow: hidden; border: 1px solid rgba(0,0,0,0.05); }
.faq-header { padding: 20px 25px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; transition: background 0.2s; }
.faq-header:hover { background: var(--bg-light); }
.faq-header h4 { margin-bottom: 0; font-size: 1.1rem; }
.faq-icon { transition: transform 0.3s; color: var(--primary); }
.faq-item.open .faq-icon { transform: rotate(180deg); }
.faq-content { padding: 0 25px; max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; }
.faq-item.open .faq-content { padding: 0 25px 25px; max-height: 500px; }

/* Sidebar */
.sidebar-box { background: white; padding: 25px; border-radius: var(--radius); box-shadow: var(--shadow-sm); margin-bottom: 30px; border: 1px solid rgba(0,0,0,0.05); }
.sidebar-box h3 { font-size: 1.2rem; margin-bottom: 20px; border-bottom: 2px solid var(--bg-light); padding-bottom: 10px; }
.sidebar-links li { margin-bottom: 12px; }
.sidebar-links a { color: var(--text-muted); display: flex; justify-content: space-between; }
.sidebar-links a:hover { color: var(--primary); }

/* Active Nav */
.active-nav { color: var(--primary) !important; position: relative; }
.active-nav::after { content: ''; position: absolute; bottom: -5px; left: 0; width: 100%; height: 2px; background: var(--primary); border-radius: 2px; }

/* Page-specific */
.volunteer-intro-row { align-items: flex-start; }
.volunteer-intro-row .feature { align-items: flex-start; gap: 10px; line-height: 1.5; }
.volunteer-intro-row .feature i { margin-top: 3px; flex-shrink: 0; }
.testimonial-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin: 0; }
.testimonial-row .col-md-6 { flex: none; max-width: none; width: 100%; padding: 0; }

/* Contact Form 7 Integration */
.wpcf7 .wpcf7-form-control { width: 100%; padding: 12px 16px; border: 1.5px solid #E2E8F0; border-radius: 8px; font-family: var(--font-body); font-size: 0.95rem; color: var(--text-main); background: var(--bg-light); }
.wpcf7 .wpcf7-form-control:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(15,118,110,0.1); background: white; }
.wpcf7 .wpcf7-submit { display: inline-flex; justify-content: center; align-items: center; gap: 8px; padding: 16px 32px; border-radius: 8px; font-weight: 600; font-family: var(--font-body); background: var(--primary); color: white; border: none; cursor: pointer; width: 100%; font-size: 1rem; transition: var(--transition); }
.wpcf7 .wpcf7-submit:hover { background: var(--primary-dark); transform: translateY(-2px); }
.wpcf7-response-output { border-radius: 8px !important; padding: 12px 16px !important; }

/* Responsive */
@media (max-width: 1150px) {
    .nav-collapse { display: none; position: absolute; top: 100%; left: 0; right: 0; background: white; flex-direction: column; padding: 20px; box-shadow: var(--shadow-lg); max-height: 80vh; overflow-y: auto; align-items: flex-start; }
    .nav-collapse.open { display: flex; }
    .nav-menu { flex-direction: column; width: 100%; gap: 5px; align-items: flex-start; }
    .nav-item { width: 100%; }
    .nav-link { padding: 10px 0; width: 100%; border-bottom: 1px solid rgba(0,0,0,0.05); }
    .navbar .sub-menu { position: static; width: 100%; box-shadow: none; opacity: 1; visibility: visible; transform: none; display: none; padding: 10px 0 10px 20px; background: #f8fafc; border: none; border-radius: 0; }
    .nav-item.active .sub-menu, .menu-item-has-children.active .sub-menu { display: block; }
    .nav-actions { flex-direction: column; width: 100%; margin-top: 15px; }
    .nav-actions .btn { width: 100%; margin: 0 0 10px 0 !important; }
    .mobile-toggle { display: block; }
    .active-nav::after { display: none; }
}

@media (max-width: 1024px) {
    .page-banner h1 { font-size: 3rem; }
    .hero-title { font-size: 2.75rem; }
    .mission-cards, .services-grid { grid-template-columns: repeat(2, 1fr); }
    .news-grid { grid-template-columns: repeat(2, 1fr); }
    .team-grid { grid-template-columns: repeat(3, 1fr) !important; }
    .about-grid, .volunteer-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
    .outreach-flex { flex-direction: column; gap: 60px; text-align: center; }
    .outreach-images { width: 100%; height: auto; position: relative; display: flex; flex-direction: column; align-items: center; gap: 20px; }
    .img-1 { width: 88% !important; height: 330px !important; position: relative !important; margin: 0 auto; display: block; border-radius: 15px; }
    .img-2 { width: 68% !important; height: 250px !important; position: relative !important; margin: -70px auto 0; border: 8px solid white; border-radius: 15px; z-index: 2; }
}
@media (max-width: 768px) {
    .section-padding { padding: 60px 0; }
    .container { padding: 0 25px; }
    .hero-title { font-size: 2.25rem; }
    .hero-buttons { flex-direction: column; width: 100%; }
    .mission-cards, .services-grid, .counter-grid { grid-template-columns: 1fr; }
    .news-grid { grid-template-columns: 1fr; }
    .partner-grid { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: 1fr; }
    .team-grid { grid-template-columns: repeat(2, 1fr) !important; }
    .row { flex-direction: column; gap: 40px; }
    .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3 { flex: 0 0 100%; max-width: 100%; }
    .donation-actions-themed { border-left: none; border-top: 1px solid rgba(0,0,0,0.08); padding-left: 0; padding-top: 40px; margin-top: 40px; }
    .donation-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; }
    .themed-donation { padding: 40px 30px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; gap: 20px; text-align: center; }
    .cta-buttons { flex-direction: column; width: 100%; }
    .cta-buttons .btn { width: 100%; margin-right: 0 !important; margin-bottom: 20px; }
    .form-row { grid-template-columns: 1fr; }
    .partner-logos { gap: 14px; }
    .partner-card { max-width: 100%; min-width: 0; flex: 1 1 calc(50% - 14px); padding: 22px 16px; }
    .cta-final h2 { font-size: 1.8rem; }
    .page-banner h1 { font-size: 2.25rem; }
    .outreach-images { height: auto; gap: 15px; }
    .img-1 { width: 100% !important; height: 280px !important; }
    .img-2 { width: 80% !important; height: 220px !important; margin-top: -80px; }
    .testimonial-row { grid-template-columns: 1fr; }
    .volunteer-intro-row .feature { font-size: 0.92rem; }
    .donation-form-card { padding: 30px 24px !important; }
}
@media (max-width: 576px) {
    .donation-grid { grid-template-columns: 1fr; }
    .themed-donation { padding: 30px 20px; }
    .donation-info h2 { font-size: 1.75rem; }
    .hero-title { font-size: 2rem; }
    .page-banner h1 { font-size: 2rem; }
    .cta-final h2 { font-size: 1.8rem; }
    .experience-badge { bottom: -20px; right: -20px; padding: 20px; gap: 10px; }
    .experience-badge .years { font-size: 2.5rem; }
    .experience-badge .text { font-size: 0.8rem; }
    .counter { font-size: 3rem; }
    .partner-card { max-width: 100%; }
    .map-wrapper { height: 280px; }
    .map-frame { height: 280px; }
    .about-features { grid-template-columns: 1fr; }
    .contact-info-card { flex-direction: column; text-align: center; align-items: center; }
    .contact-icon { margin-bottom: 10px; }
    .partner-logos { gap: 12px; }
    .partner-card { flex: 1 1 100%; padding: 20px 14px; }
    .donation-options-grid { grid-template-columns: 1fr; }
    .donation-form-card { padding: 24px 18px !important; }
}


	
	
/* --- PERBAIKAN FORM & TANDA + --- */

/* 1. Paksa warna kuning tombol Volunteer */
.btn-accent, 
.volunteer-form .wpcf7-submit,
#volunteer-form .wpcf7-submit,
.volunteer-form button[type="submit"] { 
    background-color: #F59E0B !important; 
    color: white !important; 
    border: none !important;
}

/* 2. Tambah Ikon Panah Dropdown */
.form-group select, 
.form-group select.wpcf7-form-control,
.wpcf7-form-control-wrap select,
.wpcf7-select {
    display: block !important;
    width: 100% !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23475569' d='M6 8L1 3h10z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    background-color: #F8FAFC !important;
    padding-right: 40px !important;
    height: 48px !important;
    line-height: normal !important;
    font-family: var(--font-body) !important;
}

/* 3. Perbaiki Jarak (Spacing) CF7 */
.wpcf7-form p { margin-bottom: 15px !important; margin-top: 0 !important; }
.wpcf7-form br { display: none !important; }
.wpcf7-form-control-wrap { display: block !important; width: 100% !important; margin-bottom: 5px !important; }
.wpcf7-form label { display: block !important; font-weight: 600; margin-bottom: 8px; font-size: 0.9rem; }

/* 4. Force Block Layout (Full Width) */
.wpcf7-form-control-wrap { display: block !important; width: 100% !important; }
.wpcf7-form input:not([type="submit"]), .wpcf7-form textarea { width: 100% !important; }

/* 13. Team Directory & Staff — Tiered Compact Layout */

/* ── Filter Bar ──────────────────────────────────────── */
.staff-directory-section { padding-top: 60px; }

.directory-filter-bar {
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 6px 24px rgba(0,0,0,0.06);
    padding: 20px 24px;
}

.dir-filter-inner {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* Search */
.dir-search-wrap {
    position: relative;
    flex: 1 1 300px;
    min-width: 0;
}
.dir-search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #94A3B8;
    font-size: 0.9rem;
    pointer-events: none;
}
.dir-search-input {
    width: 100%;
    height: 48px;
    padding: 0 44px 0 44px;
    border: 1.5px solid #E2E8F0;
    border-radius: 12px;
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: var(--text-main);
    background: var(--bg-light);
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
}
.dir-search-input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(15,118,110,0.1);
    background: #fff;
}
.dir-clear-btn {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border: none;
    background: #E2E8F0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #64748B;
    font-size: 0.75rem;
    transition: background 0.2s;
}
.dir-clear-btn:hover { background: #CBD5E0; }

/* Dept Select */
.dir-dept-wrap {
    position: relative;
    flex: 0 1 240px;
    min-width: 0;
}
.dir-filter-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary);
    font-size: 0.85rem;
    pointer-events: none;
}
.dir-dept-select {
    width: 100%;
    height: 48px;
    padding: 0 40px 0 38px;
    border: 1.5px solid var(--primary);
    border-radius: 12px;
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary);
    background: #F0FDF9;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%230F766E' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    cursor: pointer;
    outline: none;
}
.dir-dept-select:focus { box-shadow: 0 0 0 3px rgba(15,118,110,0.1); }

/* Count label */
.dir-count-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-muted);
    white-space: nowrap;
    margin-left: auto;
    background: var(--bg-light);
    padding: 8px 16px;
    border-radius: 50px;
    border: 1px solid #E2E8F0;
}
.dir-count-label #staffVisible {
    color: var(--primary);
    font-weight: 800;
}

/* ── Tier Section Heading ─────────────────────────────── */
.staff-tier-block { margin-bottom: 48px; }

.tier-heading {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.tier-heading-left {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}
.tier-icon-circle {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(15,118,110,0.25);
}
.tier-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--text-main);
    margin: 0;
    line-height: 1.2;
}
.tier-count {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.tier-divider-line {
    flex: 1;
    height: 1.5px;
    background: linear-gradient(to right, #E2E8F0, transparent);
    border-radius: 2px;
}

/* ── Compact Staff Grid ───────────────────────────────── */
.staff-compact-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}

/* ── Single Staff Card ───────────────────────────────── */
.staff-compact-card {
    background: #fff;
    border-radius: 14px;
    padding: 18px 14px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    cursor: default;
}
.staff-compact-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(15,118,110,0.12);
    border-color: var(--primary-light);
}

/* Avatar area */
.scc-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}
.scc-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

/* Initial circle */
.scc-initials {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
    font-family: var(--font-heading);
    user-select: none;
}

/* Text info */
.scc-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: 100%;
}
.scc-name {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--text-main);
    line-height: 1.3;
    display: block;
}
.scc-role {
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 0.4px;
    line-height: 1.3;
    display: block;
}

/* ── Empty State ──────────────────────────────────────── */
.dir-empty-state {
    text-align: center;
    padding: 80px 20px;
    color: var(--text-muted);
}
.dir-empty-state i {
    font-size: 3rem;
    margin-bottom: 20px;
    display: block;
    opacity: 0.4;
}
.dir-empty-state h3 { font-size: 1.4rem; margin-bottom: 10px; }
.dir-empty-state p  { font-size: 0.95rem; }

/* Legacy badge (kept for backward compat) */
.dept-badge {
    background: var(--bg-light);
    color: var(--primary);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 50px;
    letter-spacing: 0.5px;
}

/* Custom Premium Dropdown */
.custom-dropdown {
    position: relative;
    width: 100%;
}

.custom-dropdown-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 48px;
    padding: 0 16px 0 38px;
    border: 1.5px solid var(--primary);
    border-radius: 12px;
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary);
    background: #F0FDF9;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-dropdown-trigger:hover {
    background: #E6FFFA;
    box-shadow: 0 4px 12px rgba(15,118,110,0.08);
}

.custom-dropdown-trigger i.chevron {
    transition: transform 0.3s ease;
    font-size: 0.75rem;
}

.custom-dropdown.open .custom-dropdown-trigger i.chevron {
    transform: rotate(180deg);
}

.custom-dropdown-list {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(15, 118, 110, 0.15);
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    z-index: 1000;
    max-height: 350px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px) scale(0.98);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    padding: 8px;
}

.custom-dropdown.open .custom-dropdown-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.custom-dropdown-item {
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-main);
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2px;
}

.custom-dropdown-item:last-child {
    margin-bottom: 0;
}

.custom-dropdown-item:hover {
    background: rgba(15, 118, 110, 0.08);
    color: var(--primary);
}

.custom-dropdown-item.selected {
    background: var(--primary);
    color: #fff;
}

.custom-dropdown-item .count-badge {
    background: rgba(15, 118, 110, 0.1);
    color: var(--primary);
    padding: 2px 8px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
}

.custom-dropdown-item.selected .count-badge {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

/* Scrollbar styling */
.custom-dropdown-list::-webkit-scrollbar {
    width: 6px;
}
.custom-dropdown-list::-webkit-scrollbar-track {
    background: transparent;
}
.custom-dropdown-list::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.1);
    border-radius: 10px;
}

/* ── Responsive ───────────────────────────────────────── */
@media (max-width: 1200px) {
    .staff-compact-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 900px) {
    .staff-compact-grid { grid-template-columns: repeat(3, 1fr); }
    .dir-filter-inner   { flex-wrap: wrap; }
    .dir-count-label    { margin-left: 0; }
}
@media (max-width: 600px) {
    .staff-compact-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .dir-search-wrap    { flex: 1 1 100%; }
    .dir-dept-wrap      { flex: 1 1 100%; }
    .dir-count-label    { width: 100%; text-align: center; }
    .tier-heading       { gap: 12px; }
    .tier-title         { font-size: 1rem; }
}

/* 14. Standard Page Layout */
.entry-content { font-size: 1.1rem; line-height: 1.7; color: var(--text-dark); }
.entry-content p { margin-bottom: 1.5rem; }
.entry-content h2, .entry-content h3 { margin-top: 2rem; margin-bottom: 1rem; color: var(--primary); }
.rounded-24 { border-radius: 24px; }

@media (max-width: 768px) {
    article.bg-white.p-5 { padding: 2rem !important; }
}
/* Force GiveWP Dashboard Flex Fix to break container overlaps */
@media (min-width: 768px) { .give-donor-dashboard-layout { display: flex !important; flex-direction: row !important; gap: 40px !important; align-items: flex-start !important; overflow: visible !important; } .give-donor-dashboard-nav { width: 30% !important; min-width: 250px !important; position: static !important; height: auto !important; box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important; z-index: 10 !important; } .give-donor-dashboard-tab-content { width: 70% !important; flex-grow: 1 !important; padding-left: 0 !important; margin-left: 0 !important; position: static !important; overflow: visible !important; } }

/* 15. GiveWP Premium Enhancements */
.givewp-banner {
    padding: 140px 0 100px !important;
    position: relative;
    overflow: hidden;
}

.givewp-banner::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(circle at 70% 30%, rgba(255,255,255,0.1) 0%, transparent 70%);
    pointer-events: none;
}

.banner-subtitle-wrapper {
    max-width: 700px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    padding: 20px 30px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.banner-subtitle-wrapper p {
    margin-bottom: 0;
    color: white !important;
    line-height: 1.6;
}

.givewp-page-container {
    background: var(--bg-light);
    min-height: 400px;
    padding: 1px 0 100px; /* Prevent margin collapse */
}

.givewp-content-card {
    background: white;
    border-radius: 24px;
    padding: 50px;
    margin-top: -60px;
    position: relative;
    z-index: 10;
    border: 1px solid rgba(0,0,0,0.05);
}

/* GiveWP Dashboard Overrides */
.give-donor-dashboard-desktop-layout {
    gap: 30px !important;
}

.give-donor-dashboard-nav {
    border-radius: 16px !important;
    overflow: hidden !important;
    border: 1px solid rgba(0,0,0,0.08) !important;
    background: white !important;
}

.give-donor-dashboard-nav-item {
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    padding: 12px 20px !important;
}

.give-donor-dashboard-nav-item.give-donor-dashboard-nav-item--active {
    background-color: var(--primary) !important;
    color: white !important;
}

.give-donor-dashboard-heading {
    font-family: var(--font-heading) !important;
    color: var(--text-main) !important;
    font-weight: 700 !important;
}

.give-donor-dashboard-table {
    border-radius: 12px !important;
    overflow: hidden !important;
    border: 1px solid rgba(0,0,0,0.05) !important;
}

/* GiveWP Form Overrides */
.give-form-wrap .give-btn-submit {
    background: var(--accent) !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    padding: 14px 28px !important;
    transition: all 0.3s ease !important;
    border: none !important;
    color: white !important;
}

.give-form-wrap .give-btn-submit:hover {
    background: var(--accent-hover) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(245, 158, 11, 0.3) !important;
}

@media (max-width: 768px) {
    .givewp-content-card {
        margin-top: -40px;
        padding: 30px 20px;
        border-radius: 16px;
    }
    .banner-subtitle-wrapper {
        padding: 15px 20px;
        margin: 0 15px;
    }
}

/* ========================================
   16. SERVICE PAGE
   ======================================== */

/* Page Banner Override for Service */
.svc-banner {
    background-image: radial-gradient(circle at 70% 30%, rgba(255,255,255,0.08) 0%, transparent 60%),
                      linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
    text-align: center;
}
.svc-banner .badge {
    background: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.3);
    margin-bottom: 20px;
}

/* Tab Navigation */
.svc-tab-nav {
    background: white;
    border-bottom: 1px solid rgba(0,0,0,0.07);
    position: sticky;
    top: 75px;
    z-index: 900;
    transition: box-shadow 0.3s ease;
}
.svc-tab-nav-sticky {
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.svc-tabs {
    display: flex;
    gap: 4px;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 12px 0;
}
.svc-tabs::-webkit-scrollbar { display: none; }
.svc-tab {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    border-radius: 10px;
    color: var(--text-muted);
    font-weight: 600;
    font-size: 0.9rem;
    white-space: nowrap;
    transition: all 0.25s ease;
    border: 2px solid transparent;
    flex-shrink: 0;
}
.svc-tab i { font-size: 1rem; }
.svc-tab:hover {
    background: var(--bg-light);
    color: var(--primary);
}
.svc-tab.active {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
}

/* Section Header */
.svc-section-header {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0,0,0,0.07);
}
.svc-icon-wrap {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    flex-shrink: 0;
}
.primary-icon  { background: linear-gradient(135deg, #0F766E, #14B8A6); }
.maternal-icon { background: linear-gradient(135deg, #DB2777, #F472B6); }
.emergency-icon{ background: linear-gradient(135deg, #DC2626, #F87171); }
.programs-icon { background: linear-gradient(135deg, #7C3AED, #A78BFA); }

.svc-section-meta { flex: 1; }
.svc-section-meta h2 { font-size: 2.25rem; margin-bottom: 12px; }
.svc-section-meta p { font-size: 1.05rem; max-width: 700px; }

/* Service Item Grid */
.svc-items-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 50px;
}

/* Service Item Card */
.svc-item-card {
    background: white;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: var(--radius);
    padding: 24px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    transition: all 0.25s ease;
    box-shadow: var(--shadow-sm);
}
.svc-item-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: var(--primary-light);
}
.svc-item-card.svc-item-featured {
    border-color: var(--accent);
    border-width: 2px;
    background: linear-gradient(135deg, #FFFBEB 0%, white 100%);
}
.svc-item-icon {
    width: 48px;
    height: 48px;
    background: var(--bg-light);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: var(--primary);
    flex-shrink: 0;
    transition: all 0.25s ease;
}
.svc-item-card:hover .svc-item-icon {
    background: var(--primary);
    color: white;
}
.svc-item-card.svc-item-featured:hover .svc-item-icon {
    background: var(--accent);
    color: white;
}
.svc-item-body { flex: 1; min-width: 0; }
.svc-item-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
}
.svc-item-top h4 {
    font-size: 1rem;
    color: var(--text-main);
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1.3;
}
.svc-item-body p {
    font-size: 0.875rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
}

/* Badges */
.svc-badge {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    flex-shrink: 0;
}
.badge-available {
    background: #DCFCE7;
    color: #166534;
}
.badge-247 {
    background: #FEF3C7;
    color: #92400E;
}
.badge-active {
    background: #DBEAFE;
    color: #1E40AF;
}
.badge-free {
    background: #F3E8FF;
    color: #6B21A8;
}

/* Section CTA */
.svc-section-cta {
    background: var(--bg-light);
    border-radius: var(--radius);
    padding: 30px 35px;
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid rgba(0,0,0,0.05);
}
.svc-section-cta p {
    margin: 0;
    font-size: 1rem;
    flex: 1;
    color: var(--text-muted);
}

/* Emergency CTA special */
.svc-cta-emergency { background: #FFF5F5; border-color: rgba(220,38,38,0.15); padding: 0; }
.emergency-callout {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 30px 35px;
    width: 100%;
}
.emergency-callout > i {
    font-size: 2.5rem;
    color: #DC2626;
    flex-shrink: 0;
    animation: pulse-ring 2s infinite;
}
@keyframes pulse-ring {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.15); }
}
.emergency-callout > div { flex: 1; }
.emergency-callout strong { 
    display: block;
    font-size: 1.1rem;
    color: var(--text-main);
    margin-bottom: 4px;
}
.emergency-callout p { margin: 0; font-size: 0.9rem; }

/* Responsive Service Grid */
@media (max-width: 1024px) {
    .svc-items-grid { grid-template-columns: repeat(2, 1fr); }
    .svc-section-header { flex-direction: column; gap: 20px; }
    .svc-icon-wrap { width: 64px; height: 64px; font-size: 1.5rem; }
}
@media (max-width: 768px) {
    .svc-tab-nav { top: 65px; }
    .svc-tabs { gap: 6px; }
    .svc-tab span { display: none; }
    .svc-tab { padding: 12px 16px; }
    .svc-items-grid { grid-template-columns: 1fr; }
    .svc-section-cta, .emergency-callout { flex-direction: column; text-align: center; padding: 24px; }
    .svc-section-meta h2 { font-size: 1.75rem; }
}

/* ========================================
   17. FOUNDER SECTION (About Page)
   ======================================== */

.founder-section {
    background: white;
    position: relative;
    overflow: hidden;
}
.founder-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(15,118,110,0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.founder-grid {
    display: block;
    overflow: hidden; /* clearfix */
}
.founder-image-col {
    float: left;
    width: 360px;
    margin-right: 44px;
    margin-bottom: 24px;
}
.founder-img-wrap {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}
.founder-photo {
    width: 100%;
    height: 460px;
    display: block;
    object-fit: cover;
    object-position: top center;
}
.founder-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: var(--accent);
    color: white;
    padding: 14px 20px;
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: var(--shadow-md);
}
.founder-badge i { font-size: 1.3rem; }

.founder-content-col h2 {
    font-size: 2.5rem;
    margin-bottom: 28px;
    font-weight: 800;
}
.founder-content-col > p {
    font-size: 1.05rem;
    color: var(--text-muted);
    line-height: 1.75;
    margin-bottom: 20px;
}
.founder-stats {
    display: flex;
    gap: 30px;
    margin-top: 36px;
    padding-top: 36px;
    border-top: 1px solid rgba(0,0,0,0.07);
}
.fstat {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.fstat-num {
    font-family: var(--font-heading);
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1;
}
.fstat-label {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-muted);
}

@media (max-width: 1024px) {
    .founder-image-col {
        float: none;
        width: 100%;
        max-width: 380px;
        margin: 0 auto 36px;
    }
    .founder-quote { text-align: left; }
    .founder-stats { justify-content: center; }
}
@media (max-width: 576px) {
    .founder-content-col h2 { font-size: 2rem; }
    .founder-stats { gap: 20px; }
    .fstat-num { font-size: 1.75rem; }
    .founder-badge { font-size: 0.8rem; padding: 10px 15px; }
}

/* --- ABOUT PAGE STYLES (Consolidated) --- */
.border-accent-left { border-left: 10px solid #1a6b9a; padding-left: 0; }
.rounded-xl { border-radius: 24px; }
.awards-list-new { display: flex; flex-direction: column; gap: 20px; }
.award-item-new { display: flex; align-items: start; gap: 15px; padding: 15px; background: #f8fafc; border-radius: 12px; transition: transform 0.2s; }
.award-item-new:hover { transform: translateX(5px); background: #f1f5f9; }
.award-icon-new { width: 40px; height: 40px; background: #fff; color: #F59E0B; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 8px rgba(0,0,0,0.05); flex-shrink: 0; }
.award-text-new strong { display: block; color: #1e293b; font-size: 1rem; }
.award-text-new p { color: #64748b; font-size: 0.85rem; }
.border-top-accent { border-top: 6px solid #1a6b9a; }
.governing-grid-box { display: flex; flex-direction: column; gap: 12px; padding: 16px; border-radius: 12px; }
.gov-item { display: flex; align-items: center; gap: 12px; font-weight: 600; color: #1a3a5c; font-size: 0.95rem; }
.gov-item i { color: #1a6b9a; font-size: 1.1rem; width: 20px; text-align: center; }
.bg-primary { background-color: #1a6b9a !important; }
.badge { font-size: 0.85rem; font-weight: 600; letter-spacing: 0.5px; border-radius: 6px; }
.font-heading { font-family: var(--font-heading), sans-serif; text-transform: uppercase; letter-spacing: 1px; font-size: 0.8rem; }
.founder-quote-box { margin-bottom: 30px; }
.founder-quote { background: #1a3a5c !important; color: #fff !important; border-left: 4px solid #F59E0B !important; border-radius: 0 12px 12px 0 !important; padding: 16px 24px !important; margin: 0 !important; }
.founder-quote p { color: #fff !important; font-size: 1rem !important; line-height: 1.5 !important; font-style: italic !important; margin: 0 !important; }
.founder-quote i { color: rgba(255, 255, 255, 0.2); font-size: 2rem; float: left; margin-right: 15px; margin-top: 5px; }
.founder-name { font-size: 2rem; font-weight: 800; color: #1a3a5c; margin-bottom: 4px; }
.founder-tagline { font-size: 0.9rem; color: #6c757d; letter-spacing: 0.04em; margin-bottom: 1.5rem; font-weight: 500; }
.founder-img-wrap { border-radius: 20px; overflow: hidden; box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12); }
.founder-photo { width: 100%; height: 460px; display: block; object-fit: cover; object-position: top center; }
.founder-info-card { background: #fff; border-radius: 16px; box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08); margin-top: 16px; overflow: hidden; }
.founder-info-top { display: flex; align-items: stretch; border-bottom: 1px solid #f0f2f5; }
.fi-founder-tag { flex: 1; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 10px 14px; font-size: 0.8rem; font-weight: 700; color: #1a6b9a; background: #eef6ff; border-right: 1px solid #f0f2f5; }
.fi-memoriam-tag { flex: 1; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 10px 14px; font-size: 0.8rem; font-weight: 700; color: #c0392b; background: #fff5f5; }
.founder-info-dates { padding: 16px 20px; display: flex; flex-direction: column; gap: 6px; }
.fid-row { display: flex; align-items: center; gap: 14px; }
.fid-icon { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.9rem; flex-shrink: 0; }
.fid-icon.born { background: #eef6ff; color: #1a6b9a; }
.fid-icon.passed { background: #fff5f5; color: #c0392b; }
.fid-label { display: block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em; color: #999; }
.fid-value { display: block; font-size: 0.93rem; font-weight: 700; color: #1a3a5c; margin-top: 1px; }
.fid-divider { height: 1px; background: #f0f2f5; margin: 2px 0; }
.founder-bio p { font-size: 0.95rem; line-height: 1.85; color: #444; margin-bottom: 0.9rem; }
.founder-compact-cards { display: grid; grid-template-columns: 1.2fr 1fr; gap: 20px; margin-top: 30px; }
.founder-awards-card { background: linear-gradient(135deg, #f0f7ff, #e8f4fd); border-left: 4px solid #1a6b9a; border-radius: 12px; padding: 24px 28px; height: 100%; }
.founder-awards-card h5 { font-size: 1.05rem; font-weight: 700; color: #1a3a5c; margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }
.founder-awards-card ul { list-style: none; padding: 0; margin: 0; }
.founder-awards-card ul li { font-size: 0.9rem; color: #444; padding: 5px 0; display: flex; align-items: flex-start; gap: 10px; }
.founder-awards-card ul li i { color: #28a745; margin-top: 3px; flex-shrink: 0; }
.founder-stats-card { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 24px; background: #f8fafc; border: 1px solid #edf2f7; border-radius: 12px; padding: 24px 32px; height: 100%; }
.fsc-item { text-align: left; display: flex; align-items: center; gap: 16px; }
.fsc-num { font-size: 2.2rem; font-weight: 800; color: #1a6b9a; line-height: 1; }
.fsc-label { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; color: #64748b; letter-spacing: 0.05em; line-height: 1.3; }
.founder-legacy-banner { display: flex; align-items: flex-start; gap: 24px; background: linear-gradient(135deg, #1a3a5c, #1a6b9a); color: #fff; border-radius: 20px; padding: 36px 40px; margin-top: 50px; box-shadow: 0 10px 40px rgba(26, 58, 92, 0.25); }
.legacy-icon { font-size: 2.8rem; color: rgba(255, 255, 255, 0.7); flex-shrink: 0; padding-top: 4px; }
.legacy-text h4 { font-size: 1.3rem; font-weight: 800; margin-bottom: 10px; }
.legacy-text p { font-size: 0.95rem; line-height: 1.8; margin: 0; opacity: 0.9; }
.legacy-text strong { color: #7ecbf5; }
.mission-card-premium { transition: transform 0.3s ease, box-shadow 0.3s ease; border-bottom: 4px solid #1a6b9a !important; }
.mission-card-premium:hover { transform: translateY(-8px); box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important; }
.team-grid-premium { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 40px; }
.team-card-premium { background: #fff; border-radius: 20px; overflow: hidden; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.09); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; }
.team-card-premium:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(26, 58, 92, 0.15); }
.tcp-img-wrapper { position: relative; width: 100%; height: 320px; overflow: hidden; background: #f0f4f8; }
.tcp-img-wrapper img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; transition: transform 0.5s ease; }
.team-card-premium:hover .tcp-img-wrapper img { transform: scale(1.05); }
.tcp-role-badge { position: absolute; bottom: 14px; left: 14px; background: linear-gradient(135deg, #1a3a5c, #1a6b9a); color: #fff; border-radius: 30px; padding: 6px 14px; font-size: 0.78rem; font-weight: 700; display: flex; align-items: center; gap: 6px; box-shadow: 0 4px 12px rgba(26, 58, 92, 0.35); letter-spacing: 0.02em; }
.tcp-badge-teal { background: linear-gradient(135deg, #0a7c6e, #14b89a); }
.tcp-badge-green { background: linear-gradient(135deg, #1a6b2a, #28a745); }
.tcp-body { padding: 24px; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.tcp-name { font-size: 1.15rem; font-weight: 800; color: #1a3a5c; margin: 0; }
.tcp-title { font-size: 0.82rem; color: #1a6b9a; font-weight: 600; letter-spacing: 0.03em; margin: 0; }
.tcp-bio { font-size: 0.88rem; color: #555; line-height: 1.75; margin: 4px 0 0; flex: 1; }
.tcp-tag { display: inline-flex; align-items: center; gap: 6px; background: #eef4fb; color: #1a6b9a; border-radius: 20px; padding: 5px 14px; font-size: 0.78rem; font-weight: 600; margin-top: 6px; width: fit-content; }
.tcp-tag-teal { background: #e6f7f4; color: #0a7c6e; }
.tcp-tag-green { background: #e8f5ec; color: #1a6b2a; }

@media (max-width: 991px) {
    .team-grid-premium { grid-template-columns: repeat(2, 1fr); }
    .founder-compact-cards { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .fi-founder-tag { border-right: none; border-bottom: 1px solid #f0f2f5; }
    .founder-legacy-banner { flex-direction: column; padding: 28px 24px; }
}

@media (max-width: 600px) {
    .team-grid-premium { grid-template-columns: 1fr; }
    .tcp-img-wrapper { height: 240px; }
}