.sfs-mil-page{
  background:linear-gradient(180deg,#f8fafc 0%,#eefdf4 45%,#ffffff 100%);
  padding:50px 20px 80px;
  font-family:Inter,Arial,sans-serif;
}

.sfs-mil-wrap{
  max-width:1080px;
  margin:auto;
}

.sfs-mil-hero{
  background:linear-gradient(135deg,#052e1b,#0f5132);
  color:#fff;
  border-radius:30px;
  padding:46px 28px;
  text-align:center;
  box-shadow:0 24px 60px rgba(6,78,59,.25);
  margin-bottom:34px;
}

.sfs-mil-badge{
  display:inline-block;
  background:rgba(110,231,183,.16);
  color:#6ee7b7;
  border:1px solid rgba(110,231,183,.35);
  padding:10px 18px;
  border-radius:999px;
  font-weight:800;
  margin-bottom:18px;
}

.sfs-mil-hero h1{
  font-size:50px;
  line-height:1.05;
  margin:0 0 18px;
  color:#fff;
}

.sfs-mil-hero p{
  max-width:760px;
  margin:auto;
  font-size:19px;
  line-height:1.7;
  color:#d1fae5;
}

.sfs-mil-card,
.sfs-mil-content{
  background:#fff;
  border:1px solid #d1fae5;
  border-radius:30px;
  padding:34px;
  box-shadow:0 20px 55px rgba(15,23,42,.08);
  margin-bottom:34px;
}

.sfs-mil-head{
  text-align:center;
  margin-bottom:30px;
}

.sfs-mil-head span{
  color:#10b981;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:13px;
}

.sfs-mil-head h2,
.sfs-mil-content h2{
  color:#6ee7b7;
  font-size:34px;
  margin:10px 0 18px;
}

.sfs-mil-head p,
.sfs-mil-content p{
  color:#475569;
  font-size:17px;
  line-height:1.8;
}

.sfs-mil-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}

.sfs-mil-field label{
  display:block;
  font-weight:800;
  color:#0f172a;
  margin-bottom:8px;
}

.sfs-mil-field input{
  width:100%;
  box-sizing:border-box;
  padding:16px;
  border-radius:16px;
  border:1px solid #dbeafe;
  background:#f8fafc;
  font-size:17px;
  color:#0f172a;
}

.sfs-mil-button{
  width:100%;
  margin-top:24px;
  padding:18px;
  border:none;
  border-radius:18px;
  background:linear-gradient(135deg,#6ee7b7,#10b981);
  color:#052e1b;
  font-size:18px;
  font-weight:900;
  cursor:pointer;
}

.sfs-mil-result{
  margin-top:28px;
  background:linear-gradient(135deg,#ecfdf5,#ffffff);
  border:1px solid #bbf7d0;
  border-radius:22px;
  padding:24px;
}

.sfs-mil-result h3{
  color:#047857;
  margin-top:0;
}

.sfs-mil-line{
  display:flex;
  justify-content:space-between;
  gap:14px;
  padding:13px 0;
  border-bottom:1px solid #bbf7d0;
  color:#334155;
}

.sfs-mil-line strong{
  color:#047857;
  font-size:18px;
}

@media(max-width:768px){

  .sfs-mil-page{
    padding:30px 14px 60px;
  }

  .sfs-mil-hero{
    padding:34px 22px;
    border-radius:24px;
  }

  .sfs-mil-hero h1{
    font-size:38px;
  }

  .sfs-mil-card,
  .sfs-mil-content{
    padding:24px;
    border-radius:24px;
  }

  .sfs-mil-head h2,
  .sfs-mil-content h2{
    font-size:28px;
  }

  .sfs-mil-grid{
    grid-template-columns:1fr;
  }

  .sfs-mil-line{
    display:block;
  }

  .sfs-mil-line strong{
    display:block;
    margin-top:5px;
  }
.sfs-related-box{
  background:#fff;
  border:1px solid #d1fae5;
  border-radius:28px;
  padding:34px;
  box-shadow:0 18px 48px rgba(15,23,42,.07);
  margin-bottom:34px;
}

.sfs-related-box h2{
  color:#6ee7b7!important;
  font-size:34px;
  line-height:1.2;
  margin-top:0;
}

.sfs-related-box ul{
  margin:0;
  padding-left:20px;
}

.sfs-related-box li{
  margin:10px 0;
  color:#475569;
}

.sfs-related-box a{
  color:#047857;
  font-weight:800;
  text-decoration:none;
}

@media(max-width:768px){
  .sfs-related-box{
    padding:24px;
    border-radius:24px;
  }

  .sfs-related-box h2{
    font-size:28px;
  }
}