.nh-cards{background:#fafafa;color:#101014;font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0 auto;max-width:1440px;padding:24px 80px 80px}.nh-cards-grid{display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.nh-card{background:#fff;border:1px solid #eceef1;flex-direction:column;padding:32px}.nh-card,.nh-card-icon{border-radius:10px;display:flex}.nh-card-icon{align-items:center;background:rgba(255,62,52,.08);height:56px;justify-content:center;margin-bottom:20px;width:56px}.nh-card-icon img{height:30px;object-fit:contain;width:30px}.nh-card-title{font-size:20px;font-weight:700;margin:0 0 12px}.nh-card-desc{color:#4a4a58;flex:1;font-size:15px;line-height:1.6;margin-bottom:24px}.nh-card-desc p{margin:0}.nh-card-items{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:24px}.nh-card-item{align-items:center;display:flex;flex-direction:column;gap:8px;text-align:center;width:60px}.nh-card-item img{height:32px;object-fit:contain;width:32px}.nh-card-item span{color:#4a4a58;font-size:12px}.nh-card-cta{align-items:center;align-self:flex-start;border:1.5px solid var(--nh-accent,#ff3e34);border-radius:6px;color:var(--nh-accent,#ff3e34);display:inline-flex;font-size:14px;font-weight:600;justify-content:center;padding:11px 22px;text-decoration:none;transition:background .15s ease,color .15s ease}.nh-card-cta:focus-visible,.nh-card-cta:hover{background:var(--nh-accent,#ff3e34);color:#fff}@media (max-width:1200px){.nh-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:991px){.nh-cards{padding:16px 20px 56px}}@media (max-width:640px){.nh-cards-grid{grid-template-columns:1fr}}