.help-hero {
    padding: clamp(3rem, 7vw, 6rem) 0;
    background: linear-gradient(135deg, rgba(19, 61, 54, .97), rgba(34, 91, 79, .94));
    color: #fff;
}

.help-hero__inner {
    max-width: 900px;
}

.help-hero h1,
.help-hero .eyebrow {
    color: #fff;
}

.help-hero .lead {
    max-width: 760px;
    color: rgba(255, 255, 255, .88);
}

.help-scope-note {
    margin-top: 1.25rem;
    font-size: .95rem;
    color: rgba(255, 255, 255, .78);
}

.help-search {
    display: grid;
    gap: 1rem;
    align-items: end;
    padding: 1.25rem;
    margin-bottom: 2rem;
    border: 1px solid rgba(19, 61, 54, .14);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 14px 40px rgba(18, 46, 41, .08);
}

.help-search--overview,
.help-search--category {
    grid-template-columns: minmax(260px, 1fr) auto auto;
}

.help-search--category {
    margin-top: 2.5rem;
}

.help-search label {
    display: grid;
    gap: .45rem;
    font-weight: 700;
}

.help-search input,
.help-search select {
    width: 100%;
    min-height: 46px;
    padding: .7rem .8rem;
    border: 1px solid rgba(19, 61, 54, .24);
    border-radius: .65rem;
    background: #fff;
    color: inherit;
    font: inherit;
}

.help-alert,
.help-empty,
.help-scope-box {
    padding: clamp(1.25rem, 4vw, 2.5rem);
    border: 1px solid rgba(19, 61, 54, .14);
    border-radius: 1rem;
    background: #f7faf8;
}

.help-alert--warning {
    border-color: rgba(151, 105, 20, .35);
    background: #fff8e9;
}

.help-empty {
    max-width: 760px;
    margin: 1rem auto;
    text-align: center;
}

.help-empty--compact {
    margin: 0;
}

.help-section-heading {
    margin-top: 2.75rem;
}

.help-category-grid,
.help-article-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.help-category-card,
.help-article-card {
    display: block;
    border: 1px solid rgba(19, 61, 54, .14);
    border-radius: 1rem;
    background: #fff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 12px 34px rgba(18, 46, 41, .06);
    transition: border-color .18s ease, transform .18s ease;
}

.help-article-card {
    padding: 1.35rem;
}

.help-category-card:hover,
.help-article-card:hover {
    border-color: rgba(19, 61, 54, .35);
    transform: translateY(-1px);
}

.help-category-card__main {
    display: block;
    padding: 1.35rem;
    color: inherit;
    text-decoration: none;
}

.help-category-card__main > span,
.help-article-card__meta {
    color: #5c756f;
    font-size: .82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.help-category-card__children {
    display: grid;
    gap: .25rem;
    padding: 0 1.35rem 1.2rem;
}

.help-category-card__children a {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .6rem .75rem;
    border-radius: .6rem;
    background: #f4f8f6;
    color: #245d52;
    font-size: .92rem;
    font-weight: 700;
    text-decoration: none;
}

.help-category-card__children a:hover {
    text-decoration: underline;
}

.help-category-card__children span {
    color: #60736f;
}

.help-article-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem .85rem;
}

.help-article-card__meta a {
    color: inherit;
}

.help-article-card h3 a,
.help-read-link {
    color: #133d36;
}

.help-read-link {
    font-weight: 800;
    text-decoration: none;
}

.help-article-shell,
.help-category-shell {
    max-width: 1100px;
}

.help-article-shell {
    max-width: 980px;
}

.help-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-bottom: 2rem;
    font-size: .95rem;
}

.help-breadcrumb a {
    color: #245d52;
}

.help-breadcrumb [aria-current="page"] {
    color: #60736f;
}

.help-category-header {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: flex-start;
    padding: clamp(1.5rem, 5vw, 3rem);
    border: 1px solid rgba(19, 61, 54, .14);
    border-radius: 1.25rem;
    background: #f7faf8;
}

.help-category-header > div:first-child {
    max-width: 760px;
}

.help-category-count {
    display: grid;
    min-width: 130px;
    padding: 1rem;
    border-radius: .9rem;
    background: #fff;
    text-align: center;
}

.help-category-count strong {
    font-size: 2rem;
    color: #133d36;
}

.help-category-count span {
    color: #60736f;
}

.help-subcategories {
    margin-top: 1rem;
}

.help-article {
    padding: clamp(1.5rem, 5vw, 3.5rem);
    border: 1px solid rgba(19, 61, 54, .14);
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 18px 46px rgba(18, 46, 41, .07);
}

.help-article__header {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(19, 61, 54, .12);
}

.help-article__body {
    max-width: 760px;
    padding: 1.5rem 0;
    font-size: 1.05rem;
    line-height: 1.75;
}

.help-scope-box {
    margin-top: 1.5rem;
}

.help-related {
    margin-top: 3rem;
}

.help-admin-main {
    padding-bottom: 3rem;
}

.help-admin-metrics {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.help-admin-metrics article {
    display: grid;
    gap: .35rem;
    padding: 1rem;
    border: 1px solid rgba(19, 61, 54, .14);
    border-radius: .9rem;
    background: #fff;
}

.help-admin-metrics strong {
    font-size: 1.8rem;
}

.help-admin-metrics span,
.help-admin-metrics small,
.help-admin-line span {
    color: #60736f;
}

.help-admin-line {
    display: grid;
    gap: .25rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(19, 61, 54, .1);
}

.help-admin-line:last-child {
    border-bottom: 0;
}

@media (max-width: 1000px) {
    .help-category-grid,
    .help-article-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .help-admin-metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .help-search--overview,
    .help-search--category,
    .help-category-grid,
    .help-article-grid,
    .help-admin-metrics {
        grid-template-columns: 1fr;
    }

    .help-search .button {
        width: 100%;
    }

    .help-category-header {
        display: grid;
    }

    .help-category-count {
        justify-self: stretch;
    }
}
