/* ── About Us page ── */

.about-page {
    background: #fff;
    overflow-x: hidden;
}

/* Intro under doctor banner */
.about-intro {
    padding: 3rem 0 1rem;
}

.about-intro__eyebrow {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.35rem 0.9rem;
    background: rgba(30, 66, 116, 0.08);
    color: #1e4274;
    border-radius: 999px;
    margin-bottom: 1rem;
}

.about-intro__title {
    font-size: clamp(1.75rem, 4vw, 2.4rem);
    font-weight: 800;
    line-height: 1.2;
    color: #1e4274;
    margin: 0 0 0.75rem;
}

.about-intro__tagline {
    font-size: clamp(1.05rem, 2.5vw, 1.25rem);
    font-weight: 600;
    font-style: italic;
    color: #3d6aa0;
    margin: 0 0 1rem;
}

.about-intro__lead {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #4a5568;
    margin: 0;
    max-width: 720px;
}

/* Section headers */
.about-section-header {
    margin-bottom: 2.5rem;
}

.about-section-header h2 {
    font-size: clamp(1.6rem, 3.5vw, 2.1rem);
    font-weight: 800;
    color: #1e4274;
    margin: 0 0 0.65rem;
}

.about-section-header p {
    font-size: 1.05rem;
    color: #5a7a9a;
    margin: 0;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.about-section-header--light h2,
.about-section-header--light p {
    color: #fff;
}

.about-section-header--light p {
    opacity: 0.9;
}

/* Mission */
.about-mission {
    padding: 3.5rem 0;
    margin-top: -2rem;
    position: relative;
    z-index: 2;
}

.about-mission__card {
    display: flex;
    align-items: flex-start;
    gap: 1.75rem;
    background: #fff;
    border-radius: 20px;
    padding: 2.25rem 2rem;
    box-shadow: 0 12px 48px rgba(30, 66, 116, 0.12);
    border: 1px solid rgba(30, 66, 116, 0.08);
    max-width: 900px;
    margin: 0 auto;
}

.about-mission__icon {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: linear-gradient(135deg, #1e4274, #2a5a96);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}

.about-mission__text h2 {
    font-size: 1.35rem;
    font-weight: 800;
    color: #1e4274;
    margin: 0 0 0.85rem;
}

.about-mission__text p {
    font-size: 1rem;
    line-height: 1.75;
    color: #3d5166;
    margin: 0 0 0.75rem;
}

.about-mission__text p:last-child {
    margin-bottom: 0;
}

/* Vision */
.about-vision {
    padding: 4rem 0;
    background: #f8fafc;
}

.about-vision__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.about-vision__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
    padding: 1.5rem 1.25rem;
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(30, 66, 116, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-vision__item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(30, 66, 116, 0.1);
}

.about-vision__item i {
    font-size: 1.5rem;
    color: #1e4274;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(30, 66, 116, 0.06);
    border-radius: 12px;
}

.about-vision__item span {
    font-size: 0.92rem;
    font-weight: 600;
    color: #1e4274;
    line-height: 1.4;
}

.about-vision__closing {
    font-size: 1.02rem;
    line-height: 1.7;
    color: #3d5166;
    max-width: 720px;
    margin: 0 auto;
}

/* Services */
.about-services {
    padding: 4.5rem 0;
}

.about-services__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.about-service-card {
    background: #fff;
    border: 1px solid rgba(30, 66, 116, 0.1);
    border-radius: 16px;
    padding: 1.75rem;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.about-service-card:hover {
    border-color: rgba(30, 66, 116, 0.22);
    box-shadow: 0 10px 32px rgba(30, 66, 116, 0.08);
}

.about-service-card--wide {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
}

.about-service-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    color: #fff;
    margin-bottom: 1rem;
}

.about-service-card__icon--consult { background: linear-gradient(135deg, #1e4274, #3a6ea5); }
.about-service-card__icon--meds { background: linear-gradient(135deg, #27ae60, #2ecc71); }
.about-service-card__icon--mental { background: linear-gradient(135deg, #8e44ad, #9b59b6); }
.about-service-card__icon--family { background: linear-gradient(135deg, #e67e22, #f39c12); }
.about-service-card__icon--global { background: linear-gradient(135deg, #2980b9, #3498db); }

.about-service-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e4274;
    margin: 0 0 0.65rem;
}

.about-service-card p {
    font-size: 0.92rem;
    line-height: 1.65;
    color: #5a7a9a;
    margin: 0;
}

/* Commitment */
.about-commitment {
    padding: 4.5rem 0;
    background: linear-gradient(135deg, #1e4274 0%, #1d4373 50%, #2a5a96 100%);
}

.about-commitment__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
}

.about-commitment__card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 1.75rem;
    backdrop-filter: blur(8px);
    transition: background 0.25s ease, transform 0.25s ease;
}

.about-commitment__card:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-3px);
}

.about-commitment__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    margin-bottom: 1rem;
}

.about-commitment__card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.6rem;
}

.about-commitment__card p {
    font-size: 0.9rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

/* Innovation */
.about-innovation {
    padding: 4.5rem 0;
    background: #fff;
}

.about-innovation__inner {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 3rem;
    align-items: center;
    max-width: 960px;
    margin: 0 auto;
}

.about-innovation__content h2 {
    font-size: clamp(1.5rem, 3vw, 1.9rem);
    font-weight: 800;
    color: #1e4274;
    margin: 0 0 1rem;
}

.about-innovation__content p {
    font-size: 1rem;
    line-height: 1.75;
    color: #3d5166;
    margin: 0 0 0.85rem;
}

.about-innovation__quote {
    margin: 1.5rem 0 0;
    padding: 1.25rem 1.5rem;
    border-left: 4px solid #1e4274;
    background: rgba(30, 66, 116, 0.05);
    border-radius: 0 12px 12px 0;
    font-size: 1.05rem;
    font-weight: 600;
    font-style: italic;
    color: #1e4274;
    line-height: 1.6;
}

.about-innovation__visual {
    position: relative;
    width: 280px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-innovation__orb {
    position: absolute;
    border-radius: 50%;
    opacity: 0.5;
}

.about-innovation__orb--1 {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(30, 66, 116, 0.15) 0%, transparent 70%);
    animation: about-pulse 4s ease-in-out infinite;
}

.about-innovation__orb--2 {
    width: 140px;
    height: 140px;
    background: radial-gradient(circle, rgba(42, 90, 150, 0.2) 0%, transparent 70%);
    animation: about-pulse 4s ease-in-out infinite 1s;
}

.about-innovation__heart {
    font-size: 4rem;
    color: #1e4274;
    opacity: 0.85;
    z-index: 1;
}

@keyframes about-pulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.08); opacity: 0.7; }
}

/* Global mission */
.about-global {
    padding: 4rem 0 5rem;
    background: #f8fafc;
}

.about-global__card {
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
    padding: 3rem 2rem;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 16px 56px rgba(30, 66, 116, 0.1);
    border: 1px solid rgba(30, 66, 116, 0.08);
}

.about-global__card h2 {
    font-size: clamp(1.6rem, 3.5vw, 2rem);
    font-weight: 800;
    color: #1e4274;
    margin: 0 0 1.25rem;
}

.about-global__card p {
    font-size: 1.02rem;
    line-height: 1.75;
    color: #3d5166;
    margin: 0 0 0.85rem;
}

.about-global__highlight {
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    color: #1e4274 !important;
    margin: 1.25rem 0 2rem !important;
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, rgba(30, 66, 116, 0.06), rgba(42, 90, 150, 0.08));
    border-radius: 12px;
}

.about-global__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    justify-content: center;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.75rem;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.about-btn--primary {
    background: linear-gradient(135deg, #1e4274, #2a5a96);
    color: #fff;
    border: none;
}

.about-btn--primary:hover {
    background: linear-gradient(135deg, #16345c, #1e4274);
    color: #fff;
    transform: translateY(-2px);
}

.about-btn--outline {
    background: transparent;
    color: #1e4274;
    border: 2px solid #1e4274;
}

.about-btn--outline:hover {
    background: rgba(30, 66, 116, 0.06);
    color: #16345c;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 991.98px) {
    .about-innovation__inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .about-innovation__visual {
        margin: 0 auto;
    }

    .about-innovation__quote {
        text-align: left;
    }
}

@media (max-width: 767.98px) {
    .about-mission__card {
        flex-direction: column;
        text-align: center;
        align-items: center;
        padding: 1.75rem 1.5rem;
    }

    .about-services__grid {
        grid-template-columns: 1fr;
    }

    .about-service-card--wide {
        grid-column: auto;
    }

    .about-hero {
        padding: 2.5rem 0 3.5rem;
    }
}

@media (max-width: 575.98px) {
    .about-global__card {
        padding: 2rem 1.25rem;
    }

    .about-global__actions {
        flex-direction: column;
    }

    .about-btn {
        width: 100%;
    }
}
