.resources-page {
    color: #0b2550;
    background: #f5f8fd;
}

.resources-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(120deg, #061f42 0%, #0b356e 65%, #14679a 100%);
}

.resources-hero::after {
    content: "";
    position: absolute;
    width: 32rem;
    height: 32rem;
    right: -10rem;
    top: -18rem;
    border: 1px solid rgba(99, 214, 243, 0.22);
    border-radius: 50%;
}

.resources-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 920px;
    padding-top: clamp(5rem, 9vw, 8rem);
    padding-bottom: clamp(5rem, 9vw, 8rem);
}

.resources-kicker,
.resource-label {
    display: inline-block;
    color: #36c9ef;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.resources-hero h1 {
    max-width: 820px;
    margin: 1rem 0 1.25rem;
    font-size: clamp(2.7rem, 6vw, 5.3rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.resources-hero p {
    max-width: 720px;
    margin: 0;
    color: #d9e7f8;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    line-height: 1.65;
}

.resources-section {
    padding: clamp(4rem, 7vw, 7rem) 0;
}

.resources-section-alt {
    background: #fff;
}

.resources-heading {
    max-width: 760px;
    margin-bottom: 2rem;
}

.resources-heading h2 {
    margin: 0.7rem 0 0.65rem;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.resources-heading p,
.resources-future-note {
    color: #62738e;
    font-size: 1.05rem;
    line-height: 1.7;
}

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

.resources-grid-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.resource-card {
    display: flex;
    min-height: 310px;
    padding: clamp(1.6rem, 3vw, 2.2rem);
    flex-direction: column;
    border: 1px solid #dce5f2;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(16, 46, 91, 0.08);
}

.resources-section-alt .resource-card {
    background: #f8faff;
}

.resource-card-featured {
    border-color: #b9d7ff;
    background: linear-gradient(145deg, #eef6ff, #f8fbff) !important;
}

.resource-card h3 {
    margin: 0.85rem 0;
    font-size: clamp(1.35rem, 2vw, 1.8rem);
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.resource-card p {
    margin: 0 0 1.5rem;
    color: #60718b;
    line-height: 1.7;
}

.resource-card a {
    margin-top: auto;
    color: #145bd7;
    font-weight: 800;
    text-decoration: none;
}

.resource-card a:hover,
.resource-card a:focus-visible {
    text-decoration: underline;
}

.resources-future-note {
    max-width: 820px;
    margin: 2rem 0 0;
}

@media (max-width: 900px) {
    .resources-grid,
    .resources-grid-two {
        grid-template-columns: 1fr;
    }

    .resource-card {
        min-height: 0;
    }
}
