/* =========================================================
   FIT50PLUS — ABOUT PAGE
   ========================================================= */


/* =========================================================
   ABOUT HERO
   ========================================================= */

.about-hero {
    padding: 88px 0 96px;
    background:
        linear-gradient(
            135deg,
            #f4f8f4 0%,
            #ffffff 58%,
            #edf5ee 100%
        );
    border-bottom: 1px solid #e7eee8;
}

.about-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    align-items: center;
    gap: 80px;
}

.about-eyebrow,
.section-kicker {
    display: inline-block;
    margin-bottom: 16px;
    color: #5d8c68;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.about-hero-content h1 {
    max-width: 720px;
    margin: 0;
    color: #173c2b;
    font-size: clamp(46px, 6vw, 76px);
    line-height: 0.99;
    letter-spacing: -3.5px;
}

.about-hero-content h1 span {
    display: block;
    color: #6a9b72;
}

.about-hero-content > p {
    max-width: 650px;
    margin: 28px 0 0;
    color: #52635a;
    font-size: 18px;
    line-height: 1.8;
}

.about-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 34px;
}

.about-text-link {
    color: #315b40;
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
}

.about-text-link:hover {
    text-decoration: underline;
}


/* Hero Card */

.about-hero-card {
    position: relative;
    padding: 34px;
    border: 1px solid #dce8de;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 22px 60px rgba(25, 61, 43, 0.09);
}

.about-hero-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-card-label {
    color: #6a7c70;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-card-symbol {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #edf5ee;
    color: #315f3e;
    font-size: 22px;
    font-weight: 700;
}

.about-hero-card-content {
    display: flex;
    flex-direction: column;
    margin-top: 48px;
}

.about-hero-card-content strong {
    color: #173c2b;
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -1.5px;
}

.about-hero-card-content strong + strong {
    color: #6a9b72;
}

.about-hero-card p {
    margin: 28px 0 0;
    padding-top: 22px;
    border-top: 1px solid #e6ede7;
    color: #617067;
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   COMMON ABOUT SECTIONS
   ========================================================= */

.about-section {
    padding: 100px 0;
}

.about-section-heading h2,
.approach-intro h2,
.about-final-content h2 {
    margin: 0;
    color: #173c2b;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.08;
    letter-spacing: -1.8px;
}

.about-section-copy p {
    margin: 0 0 22px;
    color: #52635a;
    font-size: 16px;
    line-height: 1.85;
}

.about-section-copy p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   TWO COLUMN
   ========================================================= */

.about-two-column {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 90px;
}

.about-section-heading {
    position: sticky;
    top: 30px;
    align-self: start;
}


/* =========================================================
   TOPICS
   ========================================================= */

.about-topics-section {
    background: #f5f8f5;
}

.about-topics-section .section-heading {
    max-width: 680px;
    margin: 0 auto 55px;
}

.about-topics-section .section-heading h2 {
    margin: 0;
    color: #173c2b;
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.1;
    letter-spacing: -1.7px;
}

.about-topics-section .section-heading p {
    max-width: 600px;
    margin: 18px auto 0;
    color: #627168;
    font-size: 16px;
    line-height: 1.75;
}

.about-topic-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.about-topic-card {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: start;
    gap: 20px;
    min-height: 180px;
    padding: 30px;
    border: 1px solid #e0e8e1;
    border-radius: 18px;
    background: #ffffff;
    color: inherit;
    text-decoration: none;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.about-topic-card:hover {
    transform: translateY(-4px);
    border-color: #c8dacb;
    box-shadow: 0 16px 40px rgba(25, 61, 43, 0.08);
}

.topic-number {
    color: #8aa38e;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.about-topic-card h3 {
    margin: 0 0 9px;
    color: #173c2b;
    font-size: 20px;
    letter-spacing: -0.4px;
}

.about-topic-card p {
    max-width: 330px;
    margin: 0;
    color: #64736a;
    font-size: 14px;
    line-height: 1.7;
}

.topic-arrow {
    align-self: center;
    color: #4f7f5a;
    font-size: 20px;
    font-weight: 700;
}


/* =========================================================
   APPROACH
   ========================================================= */

.approach-section {
    background: #ffffff;
}

.approach-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 100px;
}

.approach-intro p {
    max-width: 480px;
    margin: 25px 0 0;
    color: #627168;
    font-size: 16px;
    line-height: 1.8;
}

.approach-list {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #e4ebe5;
}

.approach-item {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 20px;
    padding: 27px 0;
    border-bottom: 1px solid #e4ebe5;
}

.approach-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: #edf5ee;
    color: #4f7f5a;
    font-size: 11px;
    font-weight: 800;
}

.approach-item h3 {
    margin: 0 0 7px;
    color: #173c2b;
    font-size: 19px;
}

.approach-item p {
    max-width: 600px;
    margin: 0;
    color: #66756b;
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   CARE MESSAGE
   ========================================================= */

.about-care-section {
    padding: 20px 0 100px;
}

.about-care-card {
    position: relative;
    overflow: hidden;
    padding: 70px;
    border-radius: 28px;
    background: #173c2b;
    text-align: center;
}

.about-care-card::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    top: -170px;
    right: -100px;
    border: 1px solid rgba(255,255,255,0.09);
    border-radius: 50%;
}

.about-care-card::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    bottom: -300px;
    left: -130px;
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 50%;
}

.care-mark {
    position: relative;
    z-index: 1;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    border-radius: 13px;
    background: rgba(255,255,255,0.12);
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
}

.about-care-card .section-kicker {
    position: relative;
    z-index: 1;
    color: #a9c7ad;
}

.about-care-card h2 {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
    color: #ffffff;
    font-size: clamp(40px, 5vw, 62px);
    line-height: 1.03;
    letter-spacing: -2px;
}

.about-care-card h2 span {
    color: #a9c7ad;
}

.about-care-card p {
    position: relative;
    z-index: 1;
    max-width: 650px;
    margin: 25px auto 0;
    color: #c2d2c6;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   EDUCATIONAL NOTE
   ========================================================= */

.about-note-section {
    padding: 0 0 90px;
}

.about-note {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 22px;
    padding: 30px;
    border: 1px solid #dfe8e1;
    border-radius: 18px;
    background: #f7f9f7;
}

.about-note-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e7f0e8;
    color: #3e704b;
    font-size: 17px;
    font-weight: 800;
}

.about-note h2 {
    margin: 0 0 10px;
    color: #173c2b;
    font-size: 18px;
}

.about-note p {
    max-width: 850px;
    margin: 0 0 10px;
    color: #64736a;
    font-size: 13px;
    line-height: 1.75;
}

.about-note p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   FINAL CTA
   ========================================================= */

.about-final-section {
    padding: 20px 0 30px;
}

.about-final-content {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.about-final-content .section-kicker {
    margin-bottom: 14px;
}

.about-final-content h2 {
    font-size: clamp(38px, 5vw, 58px);
}

.about-final-content p {
    max-width: 570px;
    margin: 20px auto 28px;
    color: #627168;
    font-size: 16px;
    line-height: 1.75;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {

    .about-hero {
        padding: 65px 0 75px;
    }

    .about-hero-inner {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .about-hero-content h1 {
        font-size: clamp(44px, 9vw, 66px);
    }

    .about-two-column {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-section-heading {
        position: static;
    }

    .approach-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }

}


@media (max-width: 680px) {

    .about-section {
        padding: 70px 0;
    }

    .about-hero {
        padding: 50px 0 60px;
    }

    .about-hero-content h1 {
        font-size: clamp(40px, 12vw, 56px);
        letter-spacing: -2.3px;
    }

    .about-hero-content > p {
        font-size: 16px;
        line-height: 1.7;
    }

    .about-hero-card {
        padding: 27px;
        border-radius: 20px;
    }

    .about-hero-card-content {
        margin-top: 38px;
    }

    .about-hero-card-content strong {
        font-size: 30px;
    }

    .about-topic-grid {
        grid-template-columns: 1fr;
    }

    .about-topic-card {
        min-height: auto;
        padding: 24px;
    }

    .about-care-section {
        padding: 10px 0 70px;
    }

    .about-care-card {
        padding: 50px 25px;
        border-radius: 22px;
    }

    .about-care-card h2 {
        font-size: 40px;
        letter-spacing: -1.5px;
    }

    .about-note {
        grid-template-columns: 1fr;
        padding: 25px;
    }

}


@media (max-width: 430px) {

    .about-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .about-hero-actions .button {
        text-align: center;
    }

    .about-topic-card {
        grid-template-columns: 32px 1fr;
        gap: 14px;
    }

    .topic-arrow {
        display: none;
    }

    .about-care-card h2 {
        font-size: 35px;
    }

}