﻿/* ==========================================
   ABOUT HERO
========================================== */

.about-hero {
    position: relative;
    overflow: hidden;
    padding: 40px 0 45px;
    background: radial-gradient(circle at 82% 24%, rgba(255,255,255,.20), transparent 28%), radial-gradient(circle at 72% 80%, rgba(245,130,32,.20), transparent 26%), linear-gradient(120deg, #032b43 0%, #07587d 42%, #087cc4 72%, #16b4d8 100%);
}

    .about-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
        background-size: 40px 40px;
        opacity: .75;
    }

    .about-hero::after {
        content: "";
        position: absolute;
        width: 360px;
        height: 360px;
        right: -80px;
        top: -110px;
        border-radius: 50%;
        background: radial-gradient(circle,rgba(245,130,32,.34),rgba(245,130,32,0) 68%);
    }

.about-hero-content {
    position: relative;
    z-index: 2;
    max-width: 790px;
}

.about-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: #9fe9f5;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

    .about-kicker::before {
        content: "";
        width: 34px;
        height: 2px;
        background: #f58220;
    }

.about-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(42px,5vw,66px);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -2px;
}

    .about-hero h1 span {
        color: #f7a54d;
    }

.about-hero p {
    max-width: 670px;
    margin: 20px 0 0;
    color: rgba(255,255,255,.88);
    font-size: 16px;
    line-height: 1.8;
}

.about-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 25px;
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.15);
    backdrop-filter: blur(8px);
    font-size: 13px;
}

    .about-breadcrumb a {
        color: #fff;
        font-weight: 700;
    }

    .about-breadcrumb span {
        color: rgba(255,255,255,.72);
    }

        .about-breadcrumb span:last-child {
            color: #9fe9f5;
        }


/* ==========================================
   SHARED
========================================== */

.about-section-kicker {
    margin-bottom: 10px;
    color: #f58220;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.about-intro-section,
.about-purpose-section,
.about-features-section,
.about-elders-section {
    padding: 90px 0;
}


/* ==========================================
   INTRO
========================================== */

.about-intro-grid {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 65px;
    align-items: center;
}

.about-visual {
    position: relative;
    min-height: 570px;
}

.about-main-image {
    width: 74%;
    height: 500px;
    overflow: hidden;
    border-radius: 26px;
    box-shadow: 0 20px 50px rgba(3,43,67,.14);
}

    .about-main-image img,
    .about-small-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.about-small-image {
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 45%;
    height: 245px;
    overflow: hidden;
    border: 8px solid #fff;
    border-radius: 22px;
    box-shadow: 0 15px 35px rgba(3,43,67,.14);
}

.about-years-card {
    position: absolute;
    right: 12px;
    top: 28px;
    padding: 17px 19px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(3,43,67,.12);
}

    .about-years-card strong,
    .about-years-card .about-counter {
        color: #e56700;
        font-size: 32px;
        font-weight: 900;
        line-height: 1;
        letter-spacing: -1px;
    }

    .about-years-card span {
        color: #506773;
        font-size: 11px;
        font-weight: 700;
    }

.about-support-card {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 17px;
    border-radius: 15px;
    background: #032b43;
    color: #fff;
}

.about-support-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #f58220;
}

    .about-support-icon svg {
        width: 22px;
        height: 22px;
    }

.about-support-card strong {
    display: block;
    font-size: 13px;
}

.about-support-card span {
    display: block;
    margin-top: 2px;
    color: #9fe9f5;
    font-size: 10px;
    text-transform: uppercase;
}

.about-intro-content h2,
.about-purpose-copy h2,
.about-features-head h2,
.about-support-head h2,
.about-elders-head h2 {
    margin: 0 0 18px;
    color: #032b43;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 800;
}

    .about-intro-content h2 span,
    .about-purpose-copy h2 span,
    .about-features-head h2 span,
    .about-support-head h2 span,
    .about-elders-head h2 span {
        color: #087cc4;
    }

.about-intro-content p,
.about-purpose-copy p {
    color: #000;
    font-size: 14px;
    line-height: 1.8;
}

.about-impact-box {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-top: 28px;
    padding: 18px;
    border-radius: 15px;
    background: #eef8ff;
    border: 1px solid #dcebf0;
}

.about-impact-number,
.about-impact-number .about-counter {
    color: #087cc4;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -1px;
}

.about-impact-box strong {
    color: #032b43;
    font-size: 15px;
    font-weight: 800;
}

.about-impact-box span {
    display: block;
    margin-top: 3px;
    color: #536a75;
    font-size: 12px;
}

.about-years-card > span:last-child {
    display: block;
    margin-top: 6px;
    color: #032b43;
    font-size: 11px;
    font-weight: 800;
}


/* ==========================================
   PURPOSE
========================================== */

.about-purpose-section {
    background: #f7fbfc;
}

.about-purpose-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.about-purpose-card {
    padding: 28px;
    border-radius: 22px;
    background: #032b43;
    color: #fff;
}

.about-purpose-label {
    margin-bottom: 20px;
    color: #9fe9f5;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.about-work-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.about-work-item {
    padding: 15px;
    border-radius: 12px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.10);
}

    .about-work-item span {
        display: block;
        margin-bottom: 8px;
        color: #f7a54d;
        font-size: 11px;
        font-weight: 900;
    }

    .about-work-item strong {
        font-size: 13px;
    }


/* ==========================================
   FEATURES
========================================== */

.about-features-head,
.about-elders-head {
    max-width: 760px;
    margin: 0 auto 38px;
    text-align: center;
}

    .about-features-head p,
    .about-elders-head p {
        color: #000;
        font-size: 14px;
        line-height: 1.75;
    }

.about-feature-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.about-feature-card {
    padding: 25px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #dcebf0;
    box-shadow: 0 10px 28px rgba(3,43,67,.05);
}

.about-feature-no {
    display: inline-flex;
    margin-bottom: 16px;
    color: #f58220;
    font-size: 11px;
    font-weight: 900;
}

.about-feature-card h3 {
    margin: 0 0 9px;
    color: #032b43;
    font-size: 17px;
}

.about-feature-card p {
    margin: 0;
    color: #000;
    font-size: 12.5px;
    line-height: 1.7;
}

.about-feature-note {
    margin-top: 28px;
    padding: 20px 24px;
    border-left: 4px solid #f58220;
    border-radius: 12px;
    background: #fff7ef;
    color: #344c59;
    font-size: 13px;
    line-height: 1.75;
}


/* ==========================================
   SUPPORT
========================================== */

.about-support-section {
    background: #f7fbfc;
}


/* ==========================================
   ELDERS
========================================== */

.about-elder {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 45px;
    align-items: center;
    padding: 32px;
    margin-bottom: 28px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid #dcebf0;
    box-shadow: 0 12px 30px rgba(3,43,67,.05);
}

.about-elder-reverse {
    grid-template-columns: 1fr 340px;
}

    .about-elder-reverse .about-elder-image {
        order: 2;
    }

.about-elder-image {
    height: 360px;
    overflow: hidden;
    border-radius: 18px;
}

    .about-elder-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position:top;
    }

.about-elder-label {
    margin-bottom: 8px;
    color: #f58220;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.about-elder-content h3 {
    margin: 0 0 15px;
    color: #032b43;
    font-size: 28px;
}

    .about-elder-content h3 span {
        display: block;
        margin-top: 3px;
        color: #087cc4;
        font-size: 16px;
    }

.about-elder-content p {
    color: #000;
    font-size: 13px;
    line-height: 1.8;
}

.about-elder-content blockquote {
    margin: 22px 0 0;
    padding: 18px 20px;
    border-left: 4px solid #f58220;
    border-radius: 0 12px 12px 0;
    background: #f7fbfc;
    color: #032b43;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 700;
}


/* ==========================================
   FINAL CTA
========================================== */

.about-final-cta {
    padding: 0 0 90px;
}

.about-final-cta-box {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 42px 45px;
    border-radius: 26px;
    background: linear-gradient(110deg,#032b43,#087cc4);
    color: #fff;
}

    .about-final-cta-box::after {
        content: "";
        position: absolute;
        width: 300px;
        height: 300px;
        right: -110px;
        top: -140px;
        border-radius: 50%;
        background: rgba(255,255,255,.07);
    }

.about-final-label {
    margin-bottom: 8px;
    color: #9fe9f5;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}

.about-final-cta h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 34px;
}

    .about-final-cta h2 span {
        color: #f7a54d;
    }

.about-final-cta p {
    margin: 0;
    color: rgba(255,255,255,.8);
    font-size: 13px;
}

.about-final-actions {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.about-cta-primary,
.about-cta-secondary {
    padding: 13px 18px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 800;
}

.about-cta-primary {
    background: #f58220;
    color: #fff;
}

.about-cta-secondary {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.25);
    color: #fff;
}


/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 991px) {

    .about-intro-grid,
    .about-purpose-grid {
        grid-template-columns: 1fr;
    }

    .about-feature-grid,
    .about-support-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .about-elder,
    .about-elder-reverse {
        grid-template-columns: 280px 1fr;
    }

        .about-elder-reverse .about-elder-image {
            order: 0;
        }

    .about-support-head {
        display: block;
    }

        .about-support-head > p {
            margin-top: 12px;
        }
}


@media (max-width: 576px) {

    .about-hero {
        padding: 55px 0 60px;
    }

        .about-hero h1 {
            font-size: 42px;
            letter-spacing: -1px;
        }

        .about-hero p {
            font-size: 14px;
        }

    .about-intro-section,
    .about-purpose-section,
    .about-features-section,
    .about-support-section,
    .about-elders-section {
        padding: 55px 0;
    }

    .about-visual {
        min-height: 470px;
    }

    .about-main-image {
        width: 88%;
        height: 390px;
    }

    .about-small-image {
        width: 48%;
        height: 190px;
    }

    .about-intro-content h2,
    .about-purpose-copy h2,
    .about-features-head h2,
    .about-support-head h2,
    .about-elders-head h2 {
        font-size: 31px;
    }

    .about-work-grid,
    .about-feature-grid,
    .about-support-grid {
        grid-template-columns: 1fr;
    }

    .about-elder,
    .about-elder-reverse {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .about-elder-image {
        height: 330px;
    }

    .about-final-cta {
        padding-bottom: 55px;
    }

    .about-final-cta-box {
        display: block;
        padding: 30px 22px;
    }

    .about-final-cta h2 {
        font-size: 29px;
    }

    .about-final-actions {
        margin-top: 20px;
        flex-direction: column;
    }

    .about-cta-primary,
    .about-cta-secondary {
        text-align: center;
    }
}
