.res-page{background:#f4f7f5;min-height:100vh;color:#022c22}.res-container{max-width:1120px;margin:0 auto;padding:0 1.5rem}.res-hero{background:radial-gradient(circle at top left,#22c55e,#022c22);color:#ecfdf5;padding:3.5rem 0 3rem;margin-bottom:1rem}.res-kicker{text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;font-weight:600;color:#bbf7d0;margin-bottom:.75rem}.res-title{font-size:clamp(1.9rem,3vw,2.6rem);font-weight:800;line-height:1.2;margin-bottom:.75rem}.res-subtitle{max-width:46rem;font-size:.98rem;line-height:1.6;color:#dcfce7;margin-bottom:1.5rem}.res-hero-badges{display:flex;flex-wrap:wrap;gap:.5rem}.res-hero-badges span{border-radius:999px;border:1px solid rgba(187,247,208,.7);padding:.35rem .85rem;font-size:.78rem;background:rgba(2,44,34,.45)}.res-section{padding:2.5rem 0 3.5rem}.res-section-header{max-width:720px;margin:0 auto 2rem;text-align:center}.res-section-header h2{font-size:1.7rem;font-weight:700;margin-bottom:.5rem}.res-section-header p{font-size:.96rem;color:#4b5563;line-height:1.6}.res-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.25rem}@media (min-width:768px){.res-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.res-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.res-card{display:flex;flex-direction:column;padding:1.1rem 1.2rem;border-radius:1rem;background:#fff;border:1px solid #d1fae5;box-shadow:0 10px 25px rgba(15,23,42,.06);text-decoration:none;color:inherit;position:relative;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.res-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top left,rgba(52,211,153,.18),transparent 60%);opacity:0;transition:opacity .18s ease}.res-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(15,23,42,.12);border-color:#22c55e;background:#f9fafb}.res-card:hover:before{opacity:1}.res-card-category{align-self:flex-start;margin-bottom:.4rem;padding:.2rem .7rem;border-radius:999px;font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#047857;background:#d1fae5}.res-card-title{font-size:1rem;font-weight:700;margin-bottom:.35rem;color:#022c22}.res-card-text{font-size:.9rem;color:#4b5563;line-height:1.5;margin-bottom:.6rem}.res-card-link{margin-top:auto;display:inline-flex;align-items:center;font-size:.85rem;font-weight:600;color:#047857}.res-card-link span{margin-left:.25rem;transition:transform .18s ease}.res-card:hover .res-card-link span{transform:translateX(3px)}