/* MIDAS v32 — global phone cleanup + no light seams */
html,body{background:#000!important}
body.midas-inner,body.midas-inner main,body.midas-inner .section,body.midas-inner .section.alt{background:#000!important}

/* Header phone is plain text everywhere: no card, outline or glow. */
.midas-actions-v6 .phone-btn-v6,
body.midas-home .phone-btn-v6,
body.midas-inner .phone-btn-v6{
  background:transparent!important;
  background-image:none!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  border-radius:0!important;
}
.midas-actions-v6 .phone-btn-v6:hover,
.midas-actions-v6 .phone-btn-v6:focus{
  background:transparent!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  transform:none!important;
}

/* Works/reviews: absolutely no pale seam before the footer. */
body.midas-inner .section:last-of-type{margin-bottom:0!important;padding-bottom:34px!important;border-bottom:0!important}
body.midas-inner .section:last-of-type::before,
body.midas-inner .section:last-of-type::after{background:#000!important;border:0!important;box-shadow:none!important}
body.midas-inner .midas-footer-v6{
  margin-top:0!important;
  background:#030304!important;
  border-top:1px solid rgba(255,255,255,.08)!important;
}
body.midas-inner main + .midas-footer-v6{margin-top:0!important}
body.midas-inner main{margin-bottom:0!important;border-bottom:0!important}

@media(max-width:900px){
  body.midas-inner .section:last-of-type{padding-bottom:22px!important}
}
