.resources-page { background: #fff; color: var(--brand-charcoal); }
.rs-hero { padding: 72px 0 82px; background: #f4f6f9; border-bottom: 1px solid #d9dde4; }
.rs-breadcrumb { display: flex; gap: 9px; margin-bottom: 42px; color: #62656b; font-size: 14px; }
.rs-breadcrumb a { color: inherit; }
.rs-hero h1 { margin: 18px 0 28px; font-size: clamp(50px, 6.5vw, 92px); line-height: .95; letter-spacing: -.05em; }
.rs-hero h1 em { color: var(--brand-blue); font-style: normal; }
.rs-hero > .hf-wrap > p:last-child { max-width: 790px; margin: 0; color: #50535a; font-size: 19px; line-height: 1.65; }
.rs-downloads { padding-top: 96px; padding-bottom: 110px; }
.rs-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 7%; align-items: end; margin-bottom: 48px; }
.rs-heading .hf-eyebrow { grid-column: 1 / -1; }
.rs-heading h2 { margin: 0; font-size: clamp(40px, 4.6vw, 64px); line-height: 1; letter-spacing: -.04em; }
.rs-heading > p:last-child { max-width: 560px; margin: 0; color: #60636a; line-height: 1.65; }
.rs-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cfd3da; border-left: 1px solid #cfd3da; }
.rs-grid article { display: flex; min-width: 0; flex-direction: column; padding: 34px; border-right: 1px solid #cfd3da; border-bottom: 1px solid #cfd3da; }
.rs-type { color: var(--brand-blue); font-size: 12px; font-weight: 850; letter-spacing: .09em; }
.rs-grid h3 { margin: 28px 0 16px; font-size: 27px; line-height: 1.1; letter-spacing: -.025em; }
.rs-grid p { margin: 0; color: #55585e; line-height: 1.65; }
.rs-grid ul { margin: 25px 0 30px; padding: 20px 0 0 20px; border-top: 1px solid #e0e2e7; color: #474a50; line-height: 1.7; }
.rs-grid .hf-button { width: fit-content; margin-top: auto; }
.rs-next { padding: 90px 0; background: #f4f6f9; }
.rs-next-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8%; }
.rs-next h2 { margin: 17px 0 24px; font-size: clamp(38px, 4vw, 58px); line-height: 1.02; letter-spacing: -.035em; }
.rs-next-grid > div:first-child > p:last-child { color: #595c63; line-height: 1.7; }
.rs-actions { border-top: 1px solid #c9cdd5; }
.rs-actions a { display: grid; grid-template-columns: 45px 1fr; gap: 6px 18px; padding: 25px 4px; border-bottom: 1px solid #c9cdd5; color: var(--brand-charcoal); }
.rs-actions span { grid-row: 1 / 3; color: var(--brand-blue); font-size: 13px; font-weight: 850; letter-spacing: .08em; }
.rs-actions strong { font-size: 19px; }
.rs-actions small { color: #62656b; font-size: 14px; }
.rs-contact { padding: 80px 0; background: var(--brand-blue); color: #fff; }
.rs-contact > .hf-wrap { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.rs-contact .hf-eyebrow { color: #fff; }
.rs-contact h2 { margin: 16px 0 0; font-size: clamp(38px, 4.2vw, 60px); line-height: 1.02; letter-spacing: -.035em; }
.rs-contact > .hf-wrap > div:last-child { display: grid; justify-items: end; gap: 18px; }
.rs-contact > .hf-wrap > div:last-child > a:last-child { color: #fff; font-weight: 700; }
@media (max-width: 920px) {
  .rs-heading, .rs-next-grid { grid-template-columns: 1fr; gap: 28px; }
  .rs-grid { grid-template-columns: 1fr; }
  .rs-contact > .hf-wrap { align-items: start; flex-direction: column; }
  .rs-contact > .hf-wrap > div:last-child { justify-items: start; }
}
@media (max-width: 650px) {
  .rs-hero { padding: 42px 0 54px; }
  .rs-breadcrumb { margin-bottom: 28px; }
  .rs-hero h1 { font-size: clamp(45px, 14vw, 62px); }
  .rs-hero > .hf-wrap > p:last-child { font-size: 17px; }
  .rs-downloads { padding-top: 66px; padding-bottom: 72px; }
  .rs-grid article { padding: 27px 22px; }
  .rs-next, .rs-contact { padding: 64px 0; }
}
