/* TREATMENTS PAGE */

.treatment-page {
    background: #081018;
    color: #ffffff;
}

.treatment-page .page-hero {
    min-height: 430px;
    display: flex;
    align-items: center;
    padding: 96px 0;
    background:
        linear-gradient(90deg, rgba(8, 16, 24, .92), rgba(8, 16, 24, .72)),
        url('../images/about-clinic.jpg') center/cover;
}

.treatment-page .page-hero .container {
    width: 90%;
    max-width: 1120px;
}

.treatment-page .page-hero h1 {
    max-width: 780px;
    font-size: 48px;
    line-height: 1.16;
    margin-bottom: 18px;
}

.treatment-page .page-hero p {
    max-width: 650px;
    margin-left: 0;
}

.treatment-page .page-btn {
    border-radius: 14px;
}

.treatment-page .treatments-section {
    padding: 92px 0;
    background:
        radial-gradient(circle at top right, rgba(0, 255, 157, .12), transparent 34%),
        linear-gradient(180deg, #081018, #0b141d);
}

.treatment-page .treatment-heading {
    max-width: 760px;
    margin: 0 auto 52px;
}

.treatment-page .treatment-heading h2 {
    color: #f8fafc;
    font-size: 38px;
    line-height: 1.25;
}

.treatment-page .treatment-heading p {
    color: #cbd5e1;
}

.treatment-page .treatment-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.treatment-page .treatment-card {
    min-height: 245px;
    display: flex;
    flex-direction: column;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .025));
    box-shadow: 0 18px 40px rgba(0, 0, 0, .18);
}

.treatment-page .treatment-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 255, 157, .28);
    box-shadow: 0 20px 46px rgba(0, 255, 157, .08);
}

.treatment-page .service-icon {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 16px;
    background: rgba(0, 255, 157, .12);
    color: #00ff9d;
    font-size: 21px;
}

.treatment-page .treatment-card h3 {
    color: #f8fafc;
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 12px;
}

.treatment-page .treatment-card p {
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 22px;
}

.treatment-page .treatment-card a {
    margin-top: auto;
    color: #00ff9d;
    font-size: 14px;
    font-weight: 700;
}

.treatment-page .treatment-cta {
    padding: 82px 0;
    background: #f6faf8;
    color: #0d1b2a;
}

.treatment-page .treatment-cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 42px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(8, 16, 24, .08);
}

.treatment-page .treatment-cta-box span {
    display: inline-block;
    margin-bottom: 10px;
    color: #00a970;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.treatment-page .treatment-cta-box h2 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.treatment-page .treatment-cta-box p {
    color: #667085;
    line-height: 1.7;
}

.treatment-page .treatment-cta-box > a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 14px 26px;
    border-radius: 14px;
    background: #00d084;
    color: #081018;
    font-weight: 800;
}

@media (max-width: 991px) {
    .treatment-page .page-hero {
        min-height: 390px;
        padding: 82px 0;
    }

    .treatment-page .page-hero h1 {
        font-size: 40px;
    }

    .treatment-page .treatment-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .treatment-page .treatment-card {
        min-height: 230px;
    }
}

@media (max-width: 768px) {
    .treatment-page .page-hero {
        min-height: auto;
        padding: 68px 0 62px;
        text-align: left;
        background:
            linear-gradient(180deg, rgba(8, 16, 24, .76), rgba(8, 16, 24, .96)),
            url('../images/about-clinic.jpg') center/cover;
    }

    .treatment-page .page-hero .container {
        width: 88%;
    }

    .treatment-page .page-hero span {
        font-size: 12px;
    }

    .treatment-page .page-hero h1 {
        font-size: 32px;
        line-height: 1.18;
    }

    .treatment-page .page-hero p {
        font-size: 15px;
        line-height: 1.7;
    }

    .treatment-page .page-btn {
        width: 100%;
        max-width: 320px;
        min-height: 48px;
        margin-top: 24px;
    }

    .treatment-page .treatments-section {
        padding: 66px 0;
    }

    .treatment-page .treatment-heading {
        margin-bottom: 34px;
        text-align: left;
    }

    .treatment-page .treatment-heading span {
        font-size: 12px;
        letter-spacing: 1.4px;
    }

    .treatment-page .treatment-heading h2 {
        font-size: 28px;
    }

    .treatment-page .treatment-heading p {
        font-size: 14px;
    }

    .treatment-page .treatment-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .treatment-page .treatment-card {
        min-height: auto;
        padding: 22px;
        border-radius: 16px;
    }

    .treatment-page .service-icon {
        width: 48px;
        height: 48px;
        margin-bottom: 18px;
        border-radius: 14px;
        font-size: 18px;
    }

    .treatment-page .treatment-card h3 {
        font-size: 18px;
    }

    .treatment-page .treatment-card p {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .treatment-page .treatment-card a {
        display: inline-flex;
        align-items: center;
        min-height: 42px;
    }

    .treatment-page .treatment-cta {
        padding: 64px 0;
    }

    .treatment-page .treatment-cta-box {
        display: block;
        padding: 26px;
        border-radius: 18px;
    }

    .treatment-page .treatment-cta-box h2 {
        font-size: 24px;
    }

    .treatment-page .treatment-cta-box > a {
        width: 100%;
        margin-top: 22px;
    }
}

@media (max-width: 420px) {
    .treatment-page .page-hero h1 {
        font-size: 29px;
    }

    .treatment-page .treatment-card {
        padding: 20px;
    }
}
