
/* === STAGE 5 POLISH LAYER === */
.stage5-soft-title{
  color:#10211B!important;
  text-shadow:none!important;
  opacity:1!important;
}
.stage5-soft-section{
  background:linear-gradient(135deg,#F7FFF9,#FFFDF5)!important;
  border:1px solid rgba(0,184,132,.10)!important;
}
.stage5-card-polish{
  transition:all .18s ease;
}
.stage5-card-polish:hover{
  transform:translateY(-2px);
  box-shadow:0 20px 42px rgba(7,17,15,.12)!important;
}
.stage5-readable{
  color:#5F726B!important;
  line-height:1.7!important;
}
@media(max-width:980px){
  .stage5-soft-title{
    font-size:34px!important;
    line-height:1.08!important;
  }
}
