.services-page {
        background: #fff;
    }

    .services-page .services-hero {
        padding: 2.35rem 0 1.85rem;
    }

    .services-page .services-results-title,
    .services-page .service-detail-title,
    .services-page .services-empty h2 {
        font-family: var(--portal-font-heading);
        font-weight: 700;
        color: #0f6f2f;
    }

    .services-page .service-detail-body {
        color: #5d6b77;
        line-height: 1.75;
    }

    .services-layout {
        padding-bottom: 4rem;
    }

    .services-sidebar {
        position: sticky;
        top: 20px;
    }

    .services-filter-shell {
        padding: 1rem;
    }

    .services-filter-title {
        font-family: var(--portal-font-heading);
        font-size: 1.05rem;
        font-weight: 700;
        color: #1d2d38;
        margin-bottom: .85rem;
    }

    .services-search-wrap {
        position: relative;
    }

    .services-search-wrap i {
        position: absolute;
        left: 1rem;
        top: 50%;
        transform: translateY(-50%);
        color: #6c7b88;
    }

    .services-search-input {
        border: 1px solid #cfd8df;
        box-shadow: none;
        border-radius: 10px;
    }

    .services-search-input {
        height: 52px;
        padding-left: 2.8rem;
    }

    .services-search-input:focus {
        border-color: #0f6f2f;
        box-shadow: 0 0 0 3px rgba(15, 111, 47, .12);
    }

    .services-type-group {
        display: grid;
        gap: .6rem;
        margin-top: 1rem;
    }

    .services-type-check {
        display: flex;
        align-items: center;
        gap: .65rem;
        border-radius: 10px;
        padding: .7rem .8rem;
        font-weight: 600;
        cursor: pointer;
    }

    .services-type-check input {
        margin: 0;
        accent-color: #0f6f2f;
    }

    .services-subsections {
        display: flex;
        flex-direction: column;
        gap: .55rem;
        margin-top: 1rem;
    }

    .services-subsection-chip {
        width: 100%;
        text-align: left;
        border-radius: 10px;
        padding: .75rem .85rem;
        font-size: .93rem;
        font-weight: 600;
        line-height: 1.3;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: .75rem;
    }

    .services-subsection-chip small {
        font-size: .78rem;
        opacity: .85;
    }

    .services-clear-btn {
        margin-top: 1rem;
    }

    .services-results-head {
        display: flex;
        align-items: end;
        justify-content: space-between;
        gap: 1rem;
        margin-bottom: 1.25rem;
    }

    .services-results-title {
        font-size: clamp(1.45rem, 2.2vw, 1.7rem);
        line-height: 1.2;
        margin: 0;
    }

    .services-results-count {
        color: #677683;
        font-size: .95rem;
        margin-top: .35rem;
    }

    .services-active-filters {
        display: flex;
        flex-wrap: wrap;
        gap: .6rem;
        margin-bottom: 1.15rem;
    }

    .services-filter-badge {
        gap: .45rem;
        padding: .45rem .8rem;
        font-size: .85rem;
        line-height: 1;
        cursor: pointer;
    }

    .services-filter-badge i {
        font-size: .8rem;
    }

    .service-detail-card {
        padding: 1.05rem 1.1rem 1.2rem;
        margin-bottom: 1.5rem;
    }

    .service-detail-back {
        display: inline-flex;
        align-items: center;
        gap: .45rem;
        color: #0f6f2f;
        font-weight: 700;
        text-decoration: none;
        margin-bottom: 1rem;
    }

    .service-detail-back:hover {
        color: #0c5a27;
    }

    .service-detail-head {
        display: flex;
        gap: 1rem;
        align-items: flex-start;
        margin-bottom: 1rem;
    }

    .service-detail-icon {
        width: 62px;
        height: 62px;
        border-radius: 14px;
        background: #eff7f1;
        color: #0f6f2f;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1.55rem;
        flex: 0 0 auto;
    }

    .service-detail-title {
        font-size: clamp(1.35rem, 2.25vw, 1.6rem);
        line-height: 1.25;
        margin: 0 0 .65rem;
        overflow-wrap: anywhere;
    }

    .service-detail-meta {
        display: flex;
        flex-wrap: wrap;
        gap: .5rem;
    }

    .service-meta-badge {
        display: inline-flex;
        align-items: center;
        border-radius: 999px;
        padding: .36rem .7rem;
        font-size: .78rem;
        line-height: 1;
        font-weight: 700;
    }

    .service-meta-type {
        background: #0f6f2f;
        color: #fff;
    }

    .service-meta-subsection {
        background: #edf3f7;
        color: #445766;
    }

    .service-detail-body p:last-child,
    .service-detail-body ul:last-child,
    .service-detail-body ol:last-child {
        margin-bottom: 0;
    }

    .service-detail-action {
        margin-top: 1.2rem;
        padding-top: 1rem;
        border-top: 1px solid #e4ebef;
    }

    .service-detail-action a {
        display: inline-flex;
        align-items: center;
        gap: .5rem;
        color: #0f6f2f;
        text-decoration: none;
        font-weight: 700;
    }

    .service-detail-action a:hover {
        color: #0c5a27;
    }

    .services-grid {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }

    .service-page-card {
        min-height: 218px;
        padding: 1rem;
    }

    .service-page-card.is-current {
        border-color: #0f6f2f;
        box-shadow: 0 0 0 1px rgba(15, 111, 47, .16), 0 4px 12px rgba(0, 0, 0, .12);
    }

    .service-page-card-head {
        display: flex;
        align-items: flex-start;
        gap: .9rem;
        margin-bottom: .95rem;
    }

    .service-page-icon {
        width: 52px;
        height: 52px;
        border-radius: 12px;
        background: #eff7f1;
        color: #0f6f2f;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1.4rem;
        flex: 0 0 auto;
    }

    .service-page-title {
        font-family: var(--portal-font-heading);
        font-size: 1rem;
        line-height: 1.35;
        font-weight: 700;
        margin: 0;
        color: #1d2d38;
        overflow-wrap: anywhere;
    }

    .service-page-title a {
        color: inherit;
        text-decoration: none;
    }

    .service-page-title a:hover {
        color: #0f6f2f;
    }

    .service-page-meta {
        display: flex;
        flex-wrap: wrap;
        gap: .45rem;
        margin-top: .55rem;
    }

    .service-page-summary {
        color: #5d6b77;
        line-height: 1.62;
        font-size: .92rem;
        margin-bottom: 1rem;
        flex: 1 1 auto;
    }

    .service-page-link {
        display: inline-flex;
        align-items: center;
        gap: .45rem;
        color: #0f6f2f;
        font-weight: 700;
        text-decoration: none;
    }

    .service-page-link:hover {
        color: #0c5a27;
    }

    .services-empty {
        border: 1px dashed #d7e0e6;
        border-radius: 12px;
        background: #f8fbfc;
        padding: 2.2rem 1rem;
        text-align: center;
        color: #5d6b77;
        margin-top: 1rem;
    }

    .services-empty h2 {
        font-size: 1.3rem;
        margin-bottom: .55rem;
    }

    .services-empty p {
        margin: 0;
    }

    @media (max-width: 991.98px) {
        .services-sidebar {
            position: static;
            margin-bottom: 1.5rem;
        }

        .services-subsections {
            flex-direction: row;
            overflow-x: auto;
            padding-bottom: .2rem;
        }

        .services-subsection-chip {
            min-width: 220px;
        }

        .service-detail-head {
            flex-direction: column;
        }
    }

    @media (max-width: 767.98px) {
        .services-page .services-hero {
            padding: 1.9rem 0 1.35rem;
        }

        .services-filter-shell,
        .service-detail-card {
            padding: .95rem;
        }

        .services-results-head {
            flex-direction: column;
            align-items: stretch;
        }

        .service-page-card {
            min-height: 0;
            padding: .9rem;
        }

        .service-page-title {
            font-size: .95rem;
        }

        .service-page-summary {
            font-size: .88rem;
        }
    }
