/* =========================================================
   MEDZIVA - ABOUT US PAGE
   ========================================================= */

.about-container,
.about-hero-inner,
.about-stats {
    width: min(1160px, calc(100% - 40px));
    margin: 0 auto;
}

.about-container {
    padding-top: 75px;
    padding-bottom: 75px;
}

/* =========================================================
   HERO
   ========================================================= */

.about-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 20%, rgba(37, 99, 235, 0.22), transparent 30%),
        linear-gradient(135deg, #071a2a 0%, #0b3147 55%, #0d4058 100%);
    padding: 82px 0;
    color: #fff;
}

.about-hero::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    right: -180px;
    bottom: -240px;
    background: rgba(37, 99, 235, 0.12);
}

.about-hero::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    left: -90px;
    top: -80px;
    border: 1px solid rgba(255,255,255,0.08);
}

.about-hero-inner {
    position: relative;
    z-index: 2;
}

.about-breadcrumb {
    color: #b9c9d5;
    font-size: 14px;
    margin-bottom: 22px;
}

.about-breadcrumb a {
    color: #60a5fa;
    text-decoration: none;
    transition: 0.3s;
}

.about-breadcrumb a:hover {
    color: #fff;
}

.about-hero h1 {
    margin: 0 0 18px;
    font-size: clamp(38px, 5vw, 58px);
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -1px;
}

.about-hero p {
    max-width: 820px;
    margin: 0 0 30px;
    color: #d7e3ea;
    font-size: 17px;
    line-height: 1.8;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 13px 22px;
    border-radius: 9px;
    background: #2563eb;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #2563eb;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.25);
}

.about-btn:hover {
    background: #1d4ed8;
    border-color: #1d4ed8;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(37, 99, 235, 0.30);
}

/* =========================================================
   INTRO
   ========================================================= */

.about-intro {
    display: grid;
    grid-template-columns: 1.55fr 0.85fr;
    gap: 55px;
    align-items: center;
}

.about-intro h2,
.about-heading h2 {
    margin: 0 0 15px;
    color: #172033;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
}

.about-intro > div:first-child p {
    margin: 0 0 17px;
    color: #5d6878;
    font-size: 15.5px;
    line-height: 1.85;
}

.about-highlight {
    padding: 32px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #e5eaf1;
    box-shadow: 0 12px 35px rgba(20, 35, 55, 0.08);
    position: relative;
    overflow: hidden;
}

.about-highlight::after {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    right: -55px;
    top: -55px;
    background: rgba(37, 99, 235, 0.06);
}

.about-highlight-icon {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eff6ff;
    color: #2563eb;
    font-size: 25px;
    margin-bottom: 20px;
}

.about-highlight h3 {
    margin: 0 0 10px;
    color: #172033;
    font-size: 21px;
}

.about-highlight p {
    margin: 0;
    color: #667085;
    font-size: 14.5px;
    line-height: 1.8;
}

/* =========================================================
   BLUE STATS STRIP
   ========================================================= */

.about-strip {
    padding: 55px 0;
    background: linear-gradient(135deg, #0b3150, #2563eb);
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.about-stat {
    text-align: center;
    padding: 18px 12px;
    color: #fff;
}

.about-stat i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    border-radius: 16px;
    background: rgba(255,255,255,0.13);
    font-size: 24px;
}

.about-stat h3 {
    margin: 0 0 7px;
    font-size: 18px;
    font-weight: 600;
}

.about-stat p {
    margin: 0;
    color: rgba(255,255,255,0.75);
    font-size: 13px;
    line-height: 1.5;
}

/* =========================================================
   SECTION HEADING
   ========================================================= */

.about-heading {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 42px;
}

.about-heading span {
    display: inline-block;
    margin-bottom: 9px;
    color: #2563eb;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.about-heading h2 {
    margin-bottom: 12px;
}

.about-heading p {
    margin: 0;
    color: #687386;
    font-size: 15px;
    line-height: 1.75;
}

/* =========================================================
   MISSION / VISION CARDS
   ========================================================= */

.about-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.about-card {
    padding: 32px 28px;
    background: #fff;
    border: 1px solid #e5eaf1;
    border-radius: 16px;
    box-shadow: 0 8px 28px rgba(20, 35, 55, 0.055);
    transition: all 0.3s ease;
}

.about-card:hover {
    transform: translateY(-6px);
    border-color: #cbdcff;
    box-shadow: 0 16px 38px rgba(20, 35, 55, 0.10);
}

.about-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 21px;
    border-radius: 14px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 23px;
}

.about-card h3 {
    margin: 0 0 10px;
    color: #172033;
    font-size: 20px;
}

.about-card p {
    margin: 0;
    color: #687386;
    font-size: 14.5px;
    line-height: 1.8;
}

/* =========================================================
   SERVICES
   ========================================================= */

.about-services {
    padding: 78px 0;
    background: #f6f9fc;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.service-card {
    background: #fff;
    border: 1px solid #e5eaf1;
    border-radius: 16px;
    padding: 30px 24px;
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    border-color: #cbdcff;
    box-shadow: 0 14px 35px rgba(20, 35, 55, 0.09);
}

.service-card > i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
    border-radius: 13px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 22px;
}

.service-card h3 {
    margin: 0 0 9px;
    color: #172033;
    font-size: 18px;
}

.service-card p {
    margin: 0;
    color: #687386;
    font-size: 14px;
    line-height: 1.75;
}

/* =========================================================
   HOW IT WORKS
   ========================================================= */

.about-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: relative;
}

.step {
    position: relative;
    text-align: center;
    padding: 25px 18px;
}

.step-num {
    width: 54px;
    height: 54px;
    margin: 0 auto 17px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2563eb;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    box-shadow: 0 8px 22px rgba(37, 99, 235, 0.25);
}

.step h3 {
    margin: 0 0 8px;
    color: #172033;
    font-size: 17px;
}

.step p {
    margin: 0;
    color: #687386;
    font-size: 13.5px;
    line-height: 1.7;
}

/* =========================================================
   CTA
   ========================================================= */

.about-cta {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 55px 35px;
    border-radius: 20px;
    background: linear-gradient(135deg, #071d2d, #0d4260);
    box-shadow: 0 15px 40px rgba(7, 29, 45, 0.15);
}

.about-cta::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    right: -100px;
    top: -130px;
    background: rgba(37, 99, 235, 0.20);
}

.about-cta h2,
.about-cta p,
.about-cta .about-btn {
    position: relative;
    z-index: 2;
}

.about-cta h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 32px;
}

.about-cta p {
    max-width: 650px;
    margin: 0 auto 25px;
    color: #cbd9e2;
    font-size: 15px;
    line-height: 1.7;
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 992px) {

    .about-intro {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .about-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-steps {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 20px;
    }

    .about-stats {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    .about-container,
    .about-hero-inner,
    .about-stats {
        width: min(100% - 30px, 600px);
    }

    .about-hero {
        padding: 60px 0;
    }

    .about-hero h1 {
        font-size: 40px;
    }

    .about-hero p {
        font-size: 15px;
        line-height: 1.7;
    }

    .about-container {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .about-intro h2,
    .about-heading h2 {
        font-size: 28px;
    }

    .about-grid,
    .service-grid {
        grid-template-columns: 1fr;
    }

    .about-steps {
        grid-template-columns: 1fr;
    }

    .about-stat {
        padding: 15px 5px;
    }

    .about-strip {
        padding: 40px 0;
    }

    .about-cta {
        padding: 42px 22px;
        border-radius: 16px;
    }

    .about-cta h2 {
        font-size: 26px;
    }
}

@media (max-width: 480px) {

    .about-container,
    .about-hero-inner,
    .about-stats {
        width: calc(100% - 24px);
    }

    .about-hero {
        padding: 48px 0;
    }

    .about-hero h1 {
        font-size: 34px;
    }

    .about-hero p {
        font-size: 14px;
    }

    .about-btn {
        width: 100%;
        padding: 13px 16px;
    }

    .about-highlight {
        padding: 24px;
    }

    .about-stats {
        gap: 8px;
    }

    .about-stat i {
        width: 52px;
        height: 52px;
    }

    .about-stat h3 {
        font-size: 16px;
    }

    .about-stat p {
        font-size: 12px;
    }

    .about-card,
    .service-card {
        padding: 25px 21px;
    }
}