/* =========================================================
   EXECUTIVE ABOUT US STYLESHEET
   Harmonized with Executive Chauffeur & Ride Booking Theme
   ========================================================= */

:root {
    --about-dark: #0A0E1A;
    --about-navy: #130F40;
    --about-navy-light: #1E234B;
    --about-gold: #F59E0B;
    --about-gold-light: #FEF3C7;
    --about-emerald: #10B981;
    --about-text-muted: #64748B;
    --about-border: #E2E8F0;
    --about-bg-soft: #F8FAFC;
}

/* Hero Section */
.about-hero-wrapper {
    background: linear-gradient(135deg, var(--about-dark) 0%, var(--about-navy) 100%);
    position: relative;
    padding: 100px 0 140px 0;
    color: #ffffff;
    overflow: hidden;
}

.about-hero-wrapper::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.about-hero-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}

.about-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(245, 158, 11, 0.15);
    border: 1px solid rgba(245, 158, 11, 0.35);
    color: var(--about-gold);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.about-hero-title {
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 24px;
    background: linear-gradient(180deg, #FFFFFF 0%, #E2E8F0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-hero-subtitle {
    font-size: 1.15rem;
    color: #94A3B8;
    max-width: 620px;
    line-height: 1.7;
    margin-bottom: 0;
}

/* Stats Ribbon Overlapping Hero */
.about-stats-ribbon {
    margin-top: -70px;
    position: relative;
    z-index: 10;
    margin-bottom: 80px;
}

.stat-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 24px;
    box-shadow: 0 15px 35px rgba(10, 14, 26, 0.08);
    border: 1px solid var(--about-border);
    text-align: center;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.stat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(19, 15, 64, 0.12);
    border-color: var(--about-gold);
}

.stat-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: var(--about-gold-light);
    color: var(--about-gold);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 18px;
}

.stat-number {
    font-size: 2.3rem;
    font-weight: 800;
    color: var(--about-navy);
    margin-bottom: 6px;
    display: block;
}

.stat-label {
    font-size: 0.95rem;
    color: var(--about-text-muted);
    font-weight: 600;
    margin-bottom: 0;
}

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

.section-tag {
    display: inline-block;
    color: var(--about-gold);
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.section-title {
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--about-navy);
    margin-bottom: 16px;
}

.section-desc {
    color: var(--about-text-muted);
    font-size: 1.1rem;
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Heritage Narrative Section */
.heritage-section {
    padding: 60px 0 90px 0;
}

.heritage-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 45px;
    border: 1px solid var(--about-border);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    height: 100%;
}

.heritage-card h3 {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--about-navy);
    margin-bottom: 22px;
}

.heritage-card p {
    color: var(--about-text-muted);
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 20px;
}

.pillar-card {
    background: var(--about-bg-soft);
    border-radius: 18px;
    padding: 28px;
    border: 1px solid var(--about-border);
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.pillar-card:hover {
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border-color: var(--about-gold);
}

.pillar-card h4 {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--about-navy);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pillar-card p {
    color: var(--about-text-muted);
    font-size: 0.95rem;
    margin-bottom: 0;
    line-height: 1.6;
}

/* Leadership Showcase */
.leadership-section {
    padding: 80px 0;
    background: var(--about-bg-soft);
}

.profile-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 36px 24px;
    border: 1px solid var(--about-border);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

.profile-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(19, 15, 64, 0.09);
    border-color: var(--about-gold);
}

.profile-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 24px auto;
    border: 3px solid var(--about-gold);
    padding: 4px;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.profile-name {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--about-navy);
    margin-bottom: 6px;
}

.profile-role {
    font-size: 0.9rem;
    color: var(--about-gold);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

.profile-bio {
    font-size: 0.92rem;
    color: var(--about-text-muted);
    line-height: 1.6;
    margin-bottom: 0;
}

/* Call To Action Banner */
.about-cta-section {
    padding: 90px 0;
}

.about-cta-box {
    background: linear-gradient(135deg, var(--about-navy) 0%, var(--about-dark) 100%);
    border-radius: 28px;
    padding: 60px 45px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(19, 15, 64, 0.25);
}

.about-cta-box::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -15%;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.2) 0%, transparent 70%);
    pointer-events: none;
}

/* Responsive Overrides */
@media (max-width: 991.98px) {
    .about-hero-title {
        font-size: 2.5rem;
    }
    .heritage-card {
        padding: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .about-hero-wrapper {
        padding: 70px 0 110px 0;
    }
    .about-hero-title {
        font-size: 2.1rem;
    }
    .about-stats-ribbon {
        margin-top: -50px;
    }
    .section-title {
        font-size: 1.9rem;
    }
    .about-cta-box {
        padding: 40px 24px;
        text-align: center;
    }
}