/* About page — matched to SOPLWebsite/About.aspx */

.badge-impact,
.about-page .section-badge {
    display: inline-block;
    padding: 8px 20px;
    background-color: rgba(45, 192, 185, 0.1);
    color: #d39500;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 40px;
    text-transform: uppercase;
}

.about-page .section-badge {
    background: #edf8f4;
    color: #1F5457;
    font-size: 0.8rem;
    font-weight: 700;
}

.about-hero {
    position: relative;
    background: linear-gradient(135deg, rgba(15, 94, 58, 0.62), rgba(15, 35, 55, 0.62)), var(--about-hero-bg, none);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 560px;
    padding: 120px 0 90px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7, 27, 19, 0.25), rgba(7, 27, 19, 0.05), rgba(7, 27, 19, 0.25));
    z-index: 1;
}

.about-hero .container {
    position: relative;
    z-index: 2;
}

.about-hero .hero-quote p {
    color: #fff;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.5px;
    text-shadow: 0 14px 34px rgba(0, 0, 0, 0.42);
}

.about-hero .hero-quote i {
    color: #86efac !important;
}

.about-intro-section {
    position: relative;
    background-color: rgba(164, 185, 185, 0.26) !important;
    background-image: var(--about-intro-bg, none);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about-intro-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.65);
    z-index: 1;
}

.about-intro-section > * {
    position: relative;
    z-index: 2;
}

.about-page .stat-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto;
    border-radius: 50%;
    background: rgba(25, 135, 84, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-page .stat-icon i {
    font-size: 28px;
    color: #198754;
}

.about-page .stats-card {
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

.about-page .stats-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08) !important;
    border-color: #0f5e3a;
}

.about-page .value-card {
    transition: all 0.3s ease;
    border: 2px solid transparent;
    min-height: 100%;
}

.about-page .value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.about-page .section-subtitle {
    max-width: 760px;
    color: #6c757d;
    font-size: 1.05rem;
    line-height: 1.8;
}

.leadership-card {
    perspective: 1800px;
    height: 510px;
}

.leadership-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: 0.8s;
    transform-style: preserve-3d;
}

.leadership-card:hover .leadership-inner {
    transform: rotateY(180deg);
}

.leadership-front,
.leadership-back {
    position: absolute;
    inset: 0;
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    backface-visibility: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.leadership-cover {
    height: 170px;
    background: linear-gradient(135deg, #4c9ea3, #d46e39);
}

.leadership-photo {
    margin-top: -95px;
    text-align: center;
}

.leadership-photo img {
    width: 190px;
    height: 190px;
    object-fit: cover;
    border-radius: 50%;
    border: 8px solid #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.leadership-content {
    padding: 25px 45px;
    text-align: center;
}

.leader-badge {
    display: inline-block;
    background: #edf8f4;
    color: #1F5457;
    padding: 8px 22px;
    border-radius: 40px;
    font-weight: 700;
    margin-bottom: 18px;
}

.leadership-content h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.leadership-content h6 {
    color: #1F5457;
    font-size: 1.05rem;
    margin-bottom: 15px;
}

.leadership-content p {
    color: #6c757d;
    line-height: 1.8;
}

.leadership-footer {
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
    color: #1F5457;
    font-weight: 600;
}

.leadership-back {
    transform: rotateY(180deg);
    background: linear-gradient(135deg, #4c9ea3, #d46e39);
    color: #fff;
    padding: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.leadership-back h4 {
    text-align: center;
    margin-bottom: 25px;
    font-weight: 700;
}

.leadership-back p {
    line-height: 1.9;
    text-align: center;
}

.leader-tags {
    text-align: center;
    margin: 30px 0;
}

.leader-tags span {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.18);
    margin: 5px;
}

.leader-social {
    text-align: center;
    margin-top: auto;
}

.leader-social a {
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #fff;
    color: #1F5457;
    text-decoration: none;
    margin: 0 8px;
    transition: 0.3s;
}

.leader-social a:hover {
    transform: translateY(-5px);
}

.advisor-premium-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transition: 0.35s;
    border-top: 5px solid #1F8E35;
    height: 100%;
}

.advisor-premium-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 45px rgba(0, 0, 0, 0.12);
}

.advisor-premium-img {
    padding: 35px 0 20px;
    text-align: center;
}

.advisor-premium-img img {
    width: 170px;
    height: 170px;
    object-fit: cover;
    border-radius: 50%;
    border: 6px solid #edf8f4;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.advisor-premium-body {
    padding: 0 30px 30px;
    text-align: center;
}

.advisor-badge {
    display: inline-block;
    padding: 6px 18px;
    background: #edf8f4;
    color: #1F5457;
    border-radius: 40px;
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
}

.advisor-premium-body h4 {
    font-weight: 700;
    font-size: 1.45rem;
    color: #243746;
    margin-bottom: 12px;
}

.advisor-premium-body h6 {
    color: #1F5457;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 18px;
    min-height: 55px;
}

.advisor-premium-body p {
    color: #6c757d;
    line-height: 1.8;
    margin-bottom: 0;
}

.expert-card {
    display: flex;
    align-items: center;
    gap: 25px;
    background: #fff;
    border-radius: 22px;
    padding: 25px;
    height: 100%;
    border: 1px solid rgba(31, 84, 87, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: 0.35s;
    position: relative;
    overflow: hidden;
}

.expert-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(#1F8E35, #24B1B1);
}

.expert-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.expert-image {
    flex: 0 0 145px;
}

.expert-image img {
    width: 145px;
    height: 145px;
    border-radius: 50%;
    object-fit: cover;
    border: 6px solid #edf8f4;
    transition: 0.4s;
}

.expert-card:hover .expert-image img {
    transform: scale(1.06);
}

.expert-content {
    flex: 1;
}

.expert-badge {
    display: inline-block;
    background: #edf8f4;
    color: #1F5457;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 14px;
}

.expert-content h4 {
    font-weight: 700;
    color: #243746;
    margin-bottom: 8px;
}

.expert-content h6 {
    color: #1F5457;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.5;
}

.expert-content p {
    color: #6c757d;
    line-height: 1.8;
    margin-bottom: 0;
}

.young-card {
    background: #fff;
    border-radius: 22px;
    padding: 28px 24px;
    text-align: center;
    border: 1px solid #edf0f3;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
    height: 100%;
}

.young-card img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
    border: 6px solid #edf8f4;
    margin-bottom: 18px;
}

@media (max-width: 991px) {
    .about-hero {
        min-height: 500px;
        padding: 100px 0 80px;
    }
}

@media (max-width: 768px) {
    .about-hero {
        min-height: 430px;
        padding: 80px 0 65px;
    }

    .leadership-card {
        height: 480px;
    }

    .expert-card {
        flex-direction: column;
        text-align: center;
    }

    .expert-image {
        flex: auto;
    }
}
