.resource-links__header{margin-bottom:2rem}.resource-links__heading{color:var(--text-primary);font-family:var(--heading-font);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin:0 0 .75rem}.resource-links__description{max-width:640px}.resource-links__description p:last-child{margin-bottom:0}.resource-links--center .resource-links__header{text-align:center}.resource-links--center .resource-links__description{margin-left:auto;margin-right:auto}.resource-links__grid{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.resource-links__grid--list{grid-template-columns:1fr;max-width:720px}.resource-links--center .resource-links__grid--list{margin-left:auto;margin-right:auto}.resource-links__item{align-items:center;background:var(--neutral-white);border:1px solid var(--border);border-radius:var(--border-radius);display:flex;gap:1rem;padding:1.25rem 1.5rem;text-decoration:none;transition:box-shadow var(--transition-speed),border-color var(--transition-speed),transform var(--transition-speed)}.resource-links__item:hover{border-color:var(--primary);box-shadow:0 4px 12px rgba(0,0,0,.08);transform:translateY(-1px)}.section--light .resource-links__item{background:var(--neutral-white)}.resource-links__icon{align-items:center;background:color-mix(in srgb,var(--primary) 10%,transparent);border-radius:8px;color:var(--primary);display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.resource-links__icon i,.resource-links__icon svg{height:20px;width:20px}.resource-links__text{display:flex;flex:1;flex-direction:column;min-width:0}.resource-links__title{color:var(--text-primary);font-family:var(--heading-font);font-size:1rem;font-weight:600;line-height:1.3}.resource-links__subtitle{color:var(--text-secondary);font-size:.875rem;line-height:1.4;margin-top:.125rem}.resource-links__arrow{align-items:center;color:var(--text-secondary);display:flex;flex-shrink:0;transition:color var(--transition-speed),transform var(--transition-speed)}.resource-links__arrow i,.resource-links__arrow svg{height:18px;width:18px}.resource-links__item:hover .resource-links__arrow{color:var(--primary);transform:translateX(3px)}@media (max-width:767px){.resource-links__grid{grid-template-columns:1fr}.resource-links__item{padding:1rem 1.25rem}}