.muicw-workflow{
  margin-top:clamp(18px,3vw,30px);
  padding:clamp(22px,4vw,36px)!important;
  border:1px solid rgba(214,178,110,.32)!important;
  border-radius:18px;
  background:linear-gradient(135deg,rgba(37,25,17,.82),rgba(17,13,10,.72));
  box-shadow:0 18px 50px rgba(0,0,0,.18);
}
.muicw-workflow h2{margin-bottom:18px!important;color:#f1d7a1!important}
.muicw-flow-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.muicw-flow-card{
  padding:18px;
  border:1px solid rgba(214,178,110,.22);
  border-radius:14px;
  background:rgba(255,248,235,.055);
  color:#f4ead7;
}
.muicw-flow-card>span{display:block;margin-bottom:10px;font-size:12px;letter-spacing:.16em;color:#d9b46e}
.muicw-flow-card strong{display:block;margin-bottom:8px;color:#fff5e5;font-size:15px}
.muicw-flow-card p{margin:0!important;color:#dfd2bd!important;line-height:1.7}
.muip-contact-intro strong{color:#fff1d7}
@media(max-width:760px){.muicw-flow-grid{grid-template-columns:1fr}.muicw-workflow{border-radius:14px}}
