.section-title{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:2.5rem;text-align:center}.resources-grid{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px;padding:0 20px}.resource-card{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:12px;color:inherit;display:flex;flex-direction:column;height:100%;padding:2rem;text-align:center;text-decoration:none;transition:all .3s ease}.resource-card:hover{border-color:var(--rc-hover-border,#00a6ce);box-shadow:0 10px 25px rgba(0,0,0,.1);transform:translateY(-5px)}.resource-icon{align-items:center;background:linear-gradient(135deg,#e6f7ff,#d1f0ff);border-radius:12px;color:#00a6ce;display:flex;flex-shrink:0;height:72px;justify-content:center;margin-bottom:1.5rem;width:72px}.resource-icon svg{height:48px;width:48px}.resource-icon.pink{background:linear-gradient(135deg,#ffe6f0,#ffd1e5);color:#e91e63}.resource-card h4{color:#1f2937;font-size:1.125rem;font-weight:600;line-height:1.4;margin-bottom:.75rem}.resource-card p{color:#666;font-size:.9375rem;line-height:1.6;margin:0}@media (max-width:1024px){.resources-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.resources-grid{gap:1.5rem;grid-template-columns:1fr;padding:0 20px}.section-title{font-size:1.5rem;margin-bottom:1.5rem}.resource-card{padding:1.5rem}}