.resources-hero {
    color: #fff;
    overflow: hidden;
    padding: 48px 0 56px;
    position: relative;
}

.resources-hero__bg {
    background: linear-gradient(125deg, #042964 0%, #0a5ab8 48%, #1258a8 100%);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.resources-hero__mesh {
    background-image:
        radial-gradient(ellipse 520px 340px at 18% -10%, rgba(255, 255, 255, 0.16), transparent),
        radial-gradient(ellipse 600px 400px at 92% 18%, rgba(40, 167, 69, 0.18), transparent);
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.resources-hero > .container {
    position: relative;
    z-index: 1;
}

.resources-hero__breadcrumb {
    font-size: 13px;
    margin-bottom: 20px;
    opacity: 0.88;
}

.resources-hero__crumb {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
}

.resources-hero__crumb:hover {
    color: #fff;
    text-decoration: underline;
}

.resources-hero__sep {
    margin: 0 8px;
    opacity: 0.65;
}

.resources-hero__here {
    color: rgba(255, 255, 255, 0.75);
}

.resources-hero__badge {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.96);
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.07em;
    margin-bottom: 14px;
    padding: 6px 16px;
    text-transform: uppercase;
}

.resources-hero__badge + .resources-hero__title {
    margin-top: 0;
}

.resources-hero__title {
    font-size: clamp(1.95rem, 4vw, 2.75rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 16px;
    max-width: 22rem;
}

.resources-hero__lead {
    color: rgba(255, 255, 255, 0.92);
    font-size: 18px;
    line-height: 1.65;
    margin-bottom: 0;
    max-width: 44rem;
}

.resources-hero__note {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 0;
    margin-top: 16px;
    max-width: 44rem;
}

.resources-hub-shell {
    background: #f4f8fc;
    padding-bottom: 72px;
    padding-top: 40px;
}

.resources-hub-intro {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(4, 41, 100, 0.06);
    margin-bottom: 40px;
    max-width: 820px;
    padding: 20px 24px;
}

.resources-hub-intro p:last-child {
    margin-bottom: 0;
}

.resources-hub-group + .resources-hub-group {
    margin-top: 48px;
    padding-top: 40px;
    border-top: 1px solid rgba(10, 90, 184, 0.12);
}

.resources-hub-group__head {
    margin-bottom: 24px;
    max-width: 720px;
}

.resources-hub-group__badge {
    background: rgba(10, 90, 184, 0.1);
    border-radius: 999px;
    color: #0a5ab8;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 5px 12px;
    text-transform: uppercase;
}

.resources-hub-group__badge + .resources-hub-group__title {
    margin-top: 12px;
}

.resources-hub-group__title {
    color: #042964;
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 8px;
}

.resources-hub-group__desc {
    color: #4a5663;
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 0;
}

.resources-hub-cards {
    margin-left: -10px;
    margin-right: -10px;
}

.resources-hub-cards > [class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

a.resources-hub-card,
.resources-hub-card {
    border-radius: 14px;
    display: block;
    height: 100%;
}

a.resources-hub-card {
    color: inherit;
    text-decoration: none;
}

a.resources-hub-card:hover {
    color: inherit;
    text-decoration: none;
}

.resources-hub-card__inner {
    align-items: flex-start;
    background: #fff;
    border: 1px solid rgba(4, 41, 100, 0.08);
    border-radius: 14px;
    box-shadow: 0 12px 32px rgba(4, 41, 100, 0.07);
    display: flex;
    gap: 16px;
    height: 100%;
    padding: 22px 22px 22px 20px;
    position: relative;
    transition: border-color 0.2s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.resources-hub-card--link:hover .resources-hub-card__inner {
    border-color: rgba(10, 90, 184, 0.35);
    box-shadow: 0 18px 44px rgba(4, 41, 100, 0.12);
    transform: translateY(-3px);
}

.resources-hub-card--soon .resources-hub-card__inner {
    background: linear-gradient(180deg, #fbfdff 0%, #fff 100%);
    border-style: dashed;
    opacity: 0.98;
}

.resources-hub-card__icon {
    align-items: center;
    background: linear-gradient(145deg, #e8f0fb 0%, #dbe8fb 100%);
    border-radius: 12px;
    color: #0a5ab8;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 22px;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.resources-hub-card--soon .resources-hub-card__icon {
    background: linear-gradient(145deg, #eef2f5 0%, #e2e8ee 100%);
    color: #6c7884;
}

.resources-hub-card__body {
    flex: 1;
    min-width: 0;
}

.resources-hub-card__pill {
    background: rgba(40, 167, 69, 0.12);
    border-radius: 999px;
    color: #1e7a34;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-bottom: 8px;
    padding: 3px 10px;
    text-transform: uppercase;
}

.resources-hub-card__pill--muted {
    background: rgba(108, 120, 132, 0.12);
    color: #5a6673;
}

.resources-hub-card__title {
    color: #042964;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 6px;
}

.resources-hub-card__summary {
    color: #4a5663;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}

.resources-hub-card__go {
    align-self: center;
    color: #0a5ab8;
    flex-shrink: 0;
    font-size: 20px;
    font-weight: 700;
}

.resources-hub-card--soon .resources-hub-card__go {
    display: none;
}

@media (max-width: 575px) {
    .resources-hub-card__inner {
        flex-wrap: wrap;
    }

    .resources-hub-card__go {
        display: none;
    }
}
