.page-hero{background:#0c1929;color:#fff;padding:var(--space-4xl) 0 var(--space-3xl);text-align:center}.page-hero h1{font-family:'Inter',sans-serif;font-size:clamp(2rem, 4vw, 3rem);font-weight:700;color:#fff;margin-bottom:var(--space-md)}.page-hero__subtitle{font-size:1.15rem;color:#e0f2fe;max-width:680px;margin:0 auto;line-height:1.7}@media (max-width:768px){.page-hero{padding:var(--space-3xl) 0 var(--space-2xl)}}.resources-intro{max-width:720px;margin:0 auto;text-align:center}.resources-intro p{font-family:'DM Sans',sans-serif;font-size:1.1rem;line-height:1.75;color:#475569;margin-bottom:1rem}.resources-byline{font-family:'Inter',sans-serif;font-size:.9rem;font-weight:600;color:#94a3b8;letter-spacing:.02em;text-transform:uppercase;margin-top:1.5rem!important}.resources-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:960px;margin:0 auto}@media (max-width:768px){.resources-grid{grid-template-columns:1fr;gap:1.5rem}}.resource-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;text-decoration:none;color:inherit;transition:border-color 0.2s ease,box-shadow 0.2s ease,transform 0.15s ease}.resource-card:hover{border-color:#2563eb;box-shadow:0 4px 24px rgb(37 99 235 / .1);transform:translateY(-2px)}.resource-card__tag{display:inline-block;font-family:'Inter',sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#2563eb;background:#eff6ff;padding:.25rem .75rem;border-radius:4px;margin-bottom:1rem;align-self:flex-start}.resource-card__title{font-family:'Inter',sans-serif;font-size:1.2rem;font-weight:700;color:#0f172a;line-height:1.35;margin:0 0 .75rem}.resource-card__desc{font-family:'DM Sans',sans-serif;font-size:.95rem;line-height:1.65;color:#64748b;margin:0 0 1.25rem;flex:1}.resource-card__cta{font-family:'Inter',sans-serif;font-size:.9rem;font-weight:600;color:#2563eb;margin-top:auto}.resource-card:hover .resource-card__cta{text-decoration:underline}