:root {
    --acc-hub-ink: #15152a;
    --acc-hub-muted: #5f6472;
    --acc-hub-brand: #100190;
    --acc-hub-accent: #36c8e6;
    --acc-hub-line: #dedfea;
    --acc-hub-soft: #f7f7fb;
}

.acc-hub-page {
    background: #ffffff;
    color: var(--acc-hub-ink);
}

.acc-hub-container {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.acc-breadcrumb {
    background: #ffffff;
    border-bottom: 1px solid #ececf2;
}

.acc-breadcrumb__list {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 44px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #717584;
    font-size: 13px;
    line-height: 1.4;
}

.acc-breadcrumb__link {
    color: var(--acc-hub-brand);
    font-weight: 600;
    text-decoration: none;
}

.acc-breadcrumb__link:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.acc-breadcrumb__separator {
    color: #a3a6b2;
}

.acc-breadcrumb__current {
    color: #555967;
}

.acc-hub-hero {
    padding: 52px 0 56px;
    background: var(--acc-hub-soft);
    border-bottom: 1px solid var(--acc-hub-line);
}

.acc-hub-hero__inner {
    max-width: 860px;
}

.acc-hub-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
    color: var(--acc-hub-brand);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: 1.2;
    text-transform: uppercase;
}

.acc-hub-eyebrow::before {
    width: 28px;
    height: 2px;
    background: var(--acc-hub-accent);
    content: '';
}

.acc-hub-title {
    max-width: 820px;
    margin: 0;
    color: var(--acc-hub-ink);
    font-size: clamp(2.15rem, 5vw, 3.55rem);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.04;
}

.acc-hub-intro {
    max-width: 790px;
    margin: 20px 0 0;
    color: var(--acc-hub-muted);
    font-size: clamp(1rem, 1.7vw, 1.15rem);
    line-height: 1.7;
}

.acc-hub-directory {
    padding: 68px 0 72px;
}

.acc-hub-group {
    display: grid;
    grid-template-columns: 218px minmax(0, 1fr);
    gap: 34px;
    align-items: start;
}

.acc-hub-group + .acc-hub-group {
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid var(--acc-hub-line);
}

.acc-hub-group__heading-wrap {
    position: sticky;
    top: 150px;
}

.acc-hub-group__number {
    display: block;
    margin-bottom: 10px;
    color: #9093a0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
}

.acc-hub-group__heading {
    margin: 0;
    color: var(--acc-hub-ink);
    font-size: 1.2rem;
    font-weight: 750;
    line-height: 1.35;
}

.acc-hub-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.acc-hub-card {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    min-width: 0;
    min-height: 116px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid var(--acc-hub-line);
    border-radius: 4px;
    color: inherit;
    text-decoration: none;
    transition: border-color .18s ease, background-color .18s ease;
}

.acc-hub-card:hover {
    background: #fafaff;
    border-color: var(--acc-hub-brand);
}

.acc-hub-card__copy {
    min-width: 0;
}

.acc-hub-card__title {
    display: block;
    color: var(--acc-hub-ink);
    font-size: 15px;
    font-weight: 750;
    line-height: 1.38;
}

.acc-hub-card__description {
    display: block;
    margin-top: 7px;
    color: var(--acc-hub-muted);
    font-size: 13px;
    line-height: 1.5;
}

.acc-hub-card__arrow {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-top: 1px;
    color: var(--acc-hub-brand);
    border: 1px solid #d9d9e7;
    border-radius: 50%;
}

.acc-hub-card__arrow svg {
    width: 13px;
    height: 13px;
}

.acc-hub-support {
    padding: 42px 0;
    background: #ffffff;
    border-top: 1px solid var(--acc-hub-line);
    border-bottom: 1px solid var(--acc-hub-line);
}

.acc-hub-support__inner {
    display: grid;
    grid-template-columns: minmax(220px, .75fr) minmax(0, 1.4fr);
    gap: 42px;
    align-items: start;
}

.acc-hub-support__title {
    margin: 0;
    color: var(--acc-hub-ink);
    font-size: 1.35rem;
    font-weight: 750;
    line-height: 1.3;
}

.acc-hub-support__copy {
    max-width: 720px;
    margin: 0;
    color: var(--acc-hub-muted);
    font-size: 15px;
    line-height: 1.7;
}

.acc-hub-cta-wrap {
    padding: 56px 0 68px;
}

.acc-hub-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 30px 32px;
    background: #100190;
    border: 1px solid #100190;
    border-radius: 4px;
}

.acc-hub-cta__title {
    margin: 0;
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 750;
    line-height: 1.3;
}

.acc-hub-cta__copy {
    max-width: 650px;
    margin: 7px 0 0;
    color: #d9d6f2;
    font-size: 14px;
    line-height: 1.55;
}

.acc-hub-cta__actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
}

.acc-hub-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border: 1px solid #ffffff;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.acc-hub-button--primary {
    background: #ffffff;
    color: var(--acc-hub-brand);
}

.acc-hub-button--secondary {
    background: transparent;
    color: #ffffff;
}

.acc-hub-button:hover {
    background: var(--acc-hub-accent);
    border-color: var(--acc-hub-accent);
    color: #0c1940;
}

.acc-breadcrumb__link:focus-visible,
.acc-hub-card:focus-visible,
.acc-hub-button:focus-visible {
    outline: 3px solid var(--acc-hub-accent);
    outline-offset: 3px;
}

@media (max-width: 900px) {
    .acc-hub-group {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .acc-hub-group__heading-wrap {
        position: static;
    }

    .acc-hub-support__inner {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .acc-hub-cta {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .acc-hub-container {
        width: min(100% - 32px, 1180px);
    }

    .acc-breadcrumb__list {
        min-height: 40px;
        font-size: 12px;
    }

    .acc-hub-hero {
        padding: 38px 0 42px;
    }

    .acc-hub-title {
        font-size: clamp(2rem, 11vw, 2.7rem);
    }

    .acc-hub-directory {
        padding: 46px 0 50px;
    }

    .acc-hub-group + .acc-hub-group {
        margin-top: 36px;
        padding-top: 36px;
    }

    .acc-hub-grid {
        grid-template-columns: 1fr;
    }

    .acc-hub-card {
        min-height: 0;
        padding: 17px;
    }

    .acc-hub-support {
        padding: 34px 0;
    }

    .acc-hub-cta-wrap {
        padding: 42px 0 52px;
    }

    .acc-hub-cta {
        padding: 24px 20px;
    }

    .acc-hub-cta__actions {
        width: 100%;
        align-items: stretch;
        flex-direction: column;
    }

    .acc-hub-button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .acc-hub-card {
        transition: none;
    }
}
