.np-step-section{padding:80px 40px;font-family:'Poppins',system-ui,-apple-system,sans-serif;}
.np-step-head{text-align:center;max-width:780px;margin:0 auto 56px;}
.np-step-h2{font-family:'Korataki','Poppins',sans-serif;font-size:38px;font-weight:700;line-height:1.15;margin:0 0 14px 0;letter-spacing:-0.5px;}
.np-step-h2 span{color:#90E509;font-style:italic;}
.np-step-lead{font-family:'Montserrat',sans-serif;font-size:15px;line-height:1.6;margin:0 auto;max-width:580px;}
.np-step-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1280px;margin:0 auto;}
.np-step-card{background:#FFFFFF;border-radius:18px;overflow:hidden;border:1px solid rgba(10,26,29,0.06);transition:all 0.3s ease;position:relative;}
.np-step-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(10,26,29,0.08);border-color:rgba(144,229,9,0.25);}
.np-step-img{position:relative;height:240px;overflow:hidden;background:#0a1a1d;}
.np-step-img img{width:100%;height:100%;object-fit:cover;display:block;}
.np-step-num{position:absolute;bottom:-14px;right:18px;width:36px;height:36px;border-radius:50%;background:#90E509;border:3px solid #FFFFFF;display:flex;align-items:center;justify-content:center;font-family:'Korataki','Poppins',sans-serif;font-size:14px;font-weight:700;color:#0a1a1d;z-index:2;}
.np-step-content{padding:26px 22px 24px;}
.np-step-title{font-family:'Korataki','Poppins',sans-serif;font-size:18px;font-weight:700;color:#0a1a1d;margin:0 0 12px 0;letter-spacing:-0.2px;}
.np-step-desc{font-family:'Montserrat',sans-serif;font-size:13px;line-height:1.65;color:#5a6566;margin:0;}
.np-step-desc strong{color:#0a1a1d;font-weight:600;}
.np-step-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:rgba(144,229,9,0.12);border-radius:999px;font-size:10px;font-weight:600;color:#3d6800;letter-spacing:0.6px;text-transform:uppercase;margin-bottom:10px;}
.np-step-tag::before{content:'';width:5px;height:5px;background:#90E509;border-radius:50%;}
.np-step-cta{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:48px;flex-wrap:wrap;}
.np-step-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 24px;background:#90E509;color:#0a1a1d;border-radius:999px;font-family:'Korataki','Poppins',sans-serif;font-size:13px;font-weight:700;text-decoration:none;letter-spacing:0.5px;transition:all 0.3s ease;}
.np-step-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(144,229,9,0.25);}
.np-step-btn svg{width:14px;height:14px;transition:transform 0.3s ease;}
.np-step-btn:hover svg{transform:translateX(3px);}
.np-step-btn-ghost{background:transparent;color:#0a1a1d;border:1px solid rgba(10,26,29,0.15);}
.np-step-btn-ghost:hover{background:rgba(144,229,9,0.08);border-color:#90E509;box-shadow:none;transform:none;}
@media(max-width:1100px){.np-step-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:600px){.np-step-section{padding:50px 20px;}.np-step-grid{grid-template-columns:1fr;gap:16px;}.np-step-h2{font-size:28px;}.np-step-img{height:220px;}}
