.resources-content{max-width:960px;margin:0 auto;padding:0 clamp(1.5rem,4vw,2.5rem)clamp(80px,12vh,140px)}.resources-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(1.5rem,3vw,2rem);margin-bottom:clamp(60px,10vh,100px)}.resource-card{background:rgba(255,255,255,4%);backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);border:1px solid rgba(255,255,255,5%);border-radius:24px;padding:2rem;text-decoration:none;color:#eef1f6;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1),border-color .3s ease;display:flex;flex-direction:column}.resource-card:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.12)}.resource-card[data-accent=orange]:hover{box-shadow:0 8px 32px rgba(249,115,22,.15)}.resource-card[data-accent=teal]:hover{box-shadow:0 8px 32px rgba(20,184,166,.15)}.resource-card[data-accent=purple]:hover{box-shadow:0 8px 32px rgba(168,85,247,.15)}.resource-card[data-accent=blue]:hover{box-shadow:0 8px 32px rgba(59,130,246,.15)}.resource-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.resource-icon svg{width:24px;height:24px}.resource-icon.orange{background:rgba(249,115,22,.12);color:#fe5f10}.resource-icon.teal{background:rgba(20,184,166,.12);color:#14b8a6}.resource-icon.purple{background:rgba(168,85,247,.12);color:#a855f7}.resource-icon.blue{background:rgba(59,130,246,.12);color:#3b82f6}.resource-card h2,.resource-card h3{font-family:var(--font-display,"Manrope",sans-serif);font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#eef1f6}.resource-card p{font-size:.95rem;line-height:1.65;color:#8a93a7;margin-bottom:1.5rem;flex-grow:1}.resource-link{font-size:.9rem;font-weight:500;display:inline-flex;align-items:center;gap:.5rem;transition:gap .3s ease}.resource-card[data-accent=orange] .resource-link{color:#fe5f10}.resource-card[data-accent=teal] .resource-link{color:#14b8a6}.resource-card[data-accent=purple] .resource-link{color:#a855f7}.resource-card[data-accent=blue] .resource-link{color:#3b82f6}.resource-link svg{width:16px;height:16px}.resource-card:hover .resource-link{gap:.75rem}.resources-cta-block{text-align:center;padding:clamp(2rem,5vw,3rem);background:rgba(255,255,255,4%);backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);border:1px solid rgba(255,255,255,5%);border-radius:24px}.resources-cta-block h2{font-family:var(--font-display,"Manrope",sans-serif);font-size:clamp(1.4rem,3vw,1.8rem);font-weight:700;color:#eef1f6;margin-bottom:.75rem}.resources-cta-block p{font-size:1rem;color:#8a93a7;margin-bottom:1.5rem}.resources-cta-buttons{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.resources-or{color:#495264;font-size:.85rem}@media(max-width:768px){.resources-grid{grid-template-columns:1fr}.resource-card{padding:1.5rem}}