.page-title-box,
.page-heading .page-title,
.hm-page-header-card {
    position: relative;
    overflow: hidden;
    margin: 0 0 1.25rem;
    padding: 1.45rem 1.35rem;
    border-radius: 0 0 1.45rem 1.45rem;
    background: linear-gradient(135deg, #31482a 0%, #5d623f 52%, #7d8455 100%);
    box-shadow: 0 18px 40px rgba(37, 56, 29, 0.08);
}

.page-title-box::before,
.page-title-box::after,
.page-heading .page-title::before,
.page-heading .page-title::after,
.hm-page-header-card::before,
.hm-page-header-card::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.page-title-box::before,
.page-heading .page-title::before,
.hm-page-header-card::before {
    width: 10rem;
    height: 10rem;
    top: -3rem;
    right: -2rem;
}

.page-title-box::after,
.page-heading .page-title::after,
.hm-page-header-card::after {
    width: 7rem;
    height: 7rem;
    bottom: -2rem;
    left: -1rem;
}

.page-title-box > *,
.page-heading .page-title > *,
.hm-page-header-card > * {
    position: relative;
    z-index: 1;
}

.page-title-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.page-title-box h4,
.page-heading .page-title h4,
.hm-page-title {
    margin: 0;
    color: #fff;
    font-size: clamp(1.7rem, 2.8vw, 2.35rem);
    font-weight: 600;
}

.page-title-box .page-title-right,
.page-heading .page-title ul,
.hm-page-breadcrumb-wrap {
    margin: 0;
}

.page-title-box .breadcrumb,
.page-heading .page-title ul,
.hm-page-breadcrumb {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .45rem;
    margin: 0;
    padding: .45rem .8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
}

.page-title-box .breadcrumb-item,
.page-title-box .breadcrumb-item.active,
.page-title-box .breadcrumb-item + .breadcrumb-item::before,
.page-heading .page-title ul li,
.page-heading .page-title ul li a,
.hm-page-breadcrumb .breadcrumb-item,
.hm-page-breadcrumb .breadcrumb-item.active,
.hm-page-breadcrumb .breadcrumb-item + .breadcrumb-item::before,
.hm-page-breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.88);
}

.page-title-box .breadcrumb a,
.page-heading .page-title ul a,
.hm-page-breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
}

.page-heading {
    margin-bottom: 1.25rem;
}

.page-heading .container,
.page-heading .container-fluid {
    max-width: 100%;
    padding: 0;
}

.page-heading .page-title ul {
    list-style: none;
}

.page-heading .page-title ul li + li::before {
    content: "/";
    margin-right: .45rem;
    color: rgba(255, 255, 255, 0.72);
}

.page-heading .page-title ul li {
    display: inline-flex;
    align-items: center;
}

.hm-page-header-main,
.hm-page-breadcrumb-wrap {
    position: relative;
    z-index: 1;
}

.hm-page-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    margin-bottom: .5rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: .78rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 700;
}

.hm-page-copy {
    max-width: 44rem;
    margin: .75rem 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: .97rem;
}

.hub-header {
    margin-bottom: 1.25rem;
}

.hub-header-box {
    position: relative;
    overflow: hidden;
    padding: 1.45rem 1.35rem;
    border-radius: 0 0 1.45rem 1.45rem;
    background: linear-gradient(135deg, #31482a 0%, #5d623f 52%, #7d8455 100%);
    box-shadow: 0 18px 40px rgba(37, 56, 29, 0.08);
}

.hub-header-box::before,
.hub-header-box::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
}

.hub-header-box::before {
    width: 10rem;
    height: 10rem;
    top: -3rem;
    right: -2rem;
}

.hub-header-box::after {
    width: 7rem;
    height: 7rem;
    bottom: -2rem;
    left: -1rem;
}

.hub-header-box > * {
    position: relative;
    z-index: 1;
}

.hub-header-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.hub-header-kicker {
    color: rgba(255, 255, 255, 0.78);
    font-size: .72rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: .5rem;
}

.hub-header-title {
    margin: 0;
    color: #fff;
    font-size: clamp(0.84rem, 1.72vw, 1.48rem);
    font-weight: 600;
}

.hub-header-copy {
    max-width: 44rem;
    margin: .75rem 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: .97rem;
}

.hub-breadcrumb {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .45rem;
    margin: 0;
    padding: .45rem .8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
}

.hub-breadcrumb,
.hub-breadcrumb a,
.hub-breadcrumb span {
    color: rgba(255, 255, 255, 0.88);
}

.hub-breadcrumb a {
    text-decoration: none;
}

.hub-summary {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    margin-top: 1rem;
}

.hub-summary-pill {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .55rem .85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: .86rem;
}

@media (max-width: 991.98px) {
    .page-title-box,
    .hm-page-header-card,
    .hub-header-top {
        flex-direction: column;
    }
}
