
/* =========================================================
   HOME/SERVIÇOS — CTA E FOOTER CORRIGIDOS
   Corrige linhas, espaçamento e rodapé final.
   ========================================================= */
main{
  display:block!important;
  width:100%!important;
  overflow:visible!important;
}

.ms-cta{
  width:min(1180px,calc(100% - 44px))!important;
  max-width:1180px!important;
  margin:84px auto 76px!important;
  padding:46px 34px!important;
  display:block!important;
  text-align:center!important;
  border-radius:32px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  background:
    radial-gradient(circle at 50% 0%,rgba(255,255,255,.070),transparent 44%),
    linear-gradient(180deg,rgba(255,255,255,.064),rgba(255,255,255,.016))!important;
  box-shadow:0 28px 90px rgba(0,0,0,.68), inset 0 1px 0 rgba(255,255,255,.055)!important;
  position:relative!important;
  overflow:hidden!important;
}

.ms-cta::before,
.ms-cta::after,
.ms-cta .ms-kicker::before,
.ms-cta .ms-kicker::after,
.ms-cta .kicker::before,
.ms-cta .kicker::after{
  display:none!important;
  content:none!important;
}

.ms-cta .ms-kicker,
.ms-cta .kicker{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  width:100%!important;
  gap:0!important;
  margin:0 auto 14px!important;
  text-align:center!important;
  color:rgba(255,255,255,.62)!important;
  letter-spacing:.16em!important;
  text-transform:uppercase!important;
  font-size:10px!important;
  font-weight:950!important;
}

.ms-cta .ms-title{
  max-width:860px!important;
  margin:0 auto 14px!important;
  text-align:center!important;
}

.ms-cta .ms-lead{
  max-width:760px!important;
  margin:0 auto!important;
  text-align:center!important;
}

.ms-cta .ms-actions{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:12px!important;
  flex-wrap:wrap!important;
  margin:24px auto 0!important;
}

/* Rodapé padrão sem linhas quebradas */
.ms-footer-global,
.ms-footer-clean,
.ms-footer{
  clear:both!important;
  width:100%!important;
  margin:0!important;
  padding:28px 0!important;
  background:rgba(0,0,0,.98)!important;
  border-top:1px solid rgba(255,255,255,.10)!important;
  box-shadow:none!important;
  position:relative!important;
  z-index:2!important;
}

.ms-footer-global .ms-footer-inner,
.ms-footer-clean .ms-footer-inner,
.ms-footer-inner{
  width:min(1180px,calc(100% - 44px))!important;
  max-width:1180px!important;
  margin:0 auto!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:22px!important;
}

.ms-footer-copy{
  margin:0!important;
  padding:0!important;
}

.ms-footer-copy span{
  color:rgba(255,255,255,.62)!important;
  font-size:12px!important;
  font-weight:750!important;
  line-height:1.4!important;
  white-space:normal!important;
}

.ms-footer-right{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:12px!important;
  flex-wrap:wrap!important;
}

.ms-footer-social{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:10px!important;
}

.ms-footer-admin-link{
  min-height:42px!important;
  padding:0 15px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.18)!important;
  background:rgba(255,255,255,.035)!important;
  color:rgba(255,255,255,.86)!important;
  text-decoration:none!important;
  font-size:12px!important;
  font-weight:850!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:1!important;
}

.ms-social-link{
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  min-height:44px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.18)!important;
  background:rgba(255,255,255,.035)!important;
  color:rgba(255,255,255,.86)!important;
  text-decoration:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

.ms-social-icon,
.ms-social-icon svg{
  width:20px!important;
  height:20px!important;
  display:block!important;
  fill:currentColor!important;
}

.ms-footer-logo,
.ms-footer-copy strong{
  display:none!important;
}

/* Remove riscos/linhas soltas antes do footer */
.ms-footer-global::before,
.ms-footer-global::after,
.ms-footer-clean::before,
.ms-footer-clean::after,
.ms-footer::before,
.ms-footer::after{
  display:none!important;
  content:none!important;
}

@media(max-width:760px){
  .ms-cta{
    width:calc(100% - 18px)!important;
    max-width:560px!important;
    margin:58px auto 52px!important;
    padding:24px 18px!important;
    border-radius:22px!important;
  }

  .ms-cta .ms-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
  }

  .ms-cta .ms-btn,
  .ms-cta .btn{
    width:100%!important;
  }

  .ms-footer-global .ms-footer-inner,
  .ms-footer-clean .ms-footer-inner,
  .ms-footer-inner{
    width:calc(100% - 18px)!important;
    max-width:560px!important;
    flex-direction:column!important;
    justify-content:center!important;
    text-align:center!important;
    gap:18px!important;
  }

  .ms-footer-right{
    width:100%!important;
    justify-content:center!important;
    flex-direction:column!important;
    gap:12px!important;
  }

  .ms-footer-social{
    justify-content:center!important;
  }

  .ms-footer-admin-link{
    min-width:170px!important;
  }
}

@media(max-width:420px){
  .ms-cta,
  .ms-footer-global .ms-footer-inner,
  .ms-footer-clean .ms-footer-inner,
  .ms-footer-inner{
    width:calc(100% - 14px)!important;
  }
}


/* =========================================================
   CORREÇÃO FINAL GLOBAL — TODAS AS PÁGINAS
   Footer, CTA, linhas bugadas e responsividade.
   ========================================================= */
html,
body{
  overflow-x:hidden!important;
}

main{
  width:100%!important;
  display:block!important;
  overflow:visible!important;
}

/* CTA limpo em qualquer página */
.ms-cta{
  width:min(1180px,calc(100% - 44px))!important;
  max-width:1180px!important;
  margin:84px auto 76px!important;
  padding:46px 34px!important;
  display:block!important;
  text-align:center!important;
  border-radius:32px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  background:
    radial-gradient(circle at 50% 0%,rgba(255,255,255,.070),transparent 44%),
    linear-gradient(180deg,rgba(255,255,255,.064),rgba(255,255,255,.016))!important;
  box-shadow:0 28px 90px rgba(0,0,0,.68), inset 0 1px 0 rgba(255,255,255,.055)!important;
  position:relative!important;
  overflow:hidden!important;
  clear:both!important;
}

.ms-cta::before,
.ms-cta::after,
.ms-cta .ms-kicker::before,
.ms-cta .ms-kicker::after,
.ms-cta .kicker::before,
.ms-cta .kicker::after,
.ms-cta .profile-kicker::before,
.ms-cta .profile-kicker::after{
  display:none!important;
  content:none!important;
}

.ms-cta .ms-kicker,
.ms-cta .kicker,
.ms-cta .profile-kicker{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  width:100%!important;
  gap:0!important;
  margin:0 auto 14px!important;
  text-align:center!important;
  color:rgba(255,255,255,.62)!important;
  letter-spacing:.16em!important;
  text-transform:uppercase!important;
  font-size:10px!important;
  font-weight:950!important;
}

.ms-cta .ms-title,
.ms-cta h2{
  max-width:860px!important;
  margin:0 auto 14px!important;
  text-align:center!important;
}

.ms-cta .ms-lead,
.ms-cta p{
  max-width:760px!important;
  margin:0 auto!important;
  text-align:center!important;
}

.ms-cta .ms-actions,
.ms-cta .actions,
.ms-cta .btn-row{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:12px!important;
  flex-wrap:wrap!important;
  margin:24px auto 0!important;
}

/* Footer único e igual em todas as páginas */
.ms-footer-global,
.ms-footer-clean,
.ms-footer{
  clear:both!important;
  width:100%!important;
  margin:0!important;
  padding:28px 0!important;
  background:rgba(0,0,0,.98)!important;
  border-top:1px solid rgba(255,255,255,.10)!important;
  box-shadow:none!important;
  position:relative!important;
  z-index:2!important;
}

.ms-footer-global::before,
.ms-footer-global::after,
.ms-footer-clean::before,
.ms-footer-clean::after,
.ms-footer::before,
.ms-footer::after{
  display:none!important;
  content:none!important;
}

.ms-footer-global .ms-footer-inner,
.ms-footer-clean .ms-footer-inner,
.ms-footer-inner,
.ms-footer-clean-inner{
  width:min(1180px,calc(100% - 44px))!important;
  max-width:1180px!important;
  margin:0 auto!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:22px!important;
}

.ms-footer-logo,
.ms-footer-copy strong{
  display:none!important;
}

.ms-footer-copy{
  margin:0!important;
  padding:0!important;
  display:block!important;
}

.ms-footer-copy span,
.ms-footer-copy{
  color:rgba(255,255,255,.62)!important;
  font-size:12px!important;
  font-weight:750!important;
  line-height:1.4!important;
  white-space:normal!important;
  letter-spacing:0!important;
}

.ms-footer-right{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:12px!important;
  flex-wrap:wrap!important;
}

.ms-footer-social{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:10px!important;
}

.ms-footer-admin-link{
  min-height:42px!important;
  padding:0 15px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.18)!important;
  background:rgba(255,255,255,.035)!important;
  color:rgba(255,255,255,.86)!important;
  text-decoration:none!important;
  font-size:12px!important;
  font-weight:850!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:1!important;
}

.ms-social-link{
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  min-height:44px!important;
  padding:0!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.18)!important;
  background:rgba(255,255,255,.035)!important;
  color:rgba(255,255,255,.86)!important;
  text-decoration:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

.ms-social-icon,
.ms-social-icon svg{
  width:20px!important;
  height:20px!important;
  display:block!important;
  fill:currentColor!important;
}

/* Remove linhas soltas/duplicadas próximas do rodapé */
main + .ms-footer,
main + footer,
.ms-cta + .ms-footer,
.ms-cta + footer,
section + footer{
  border-top:1px solid rgba(255,255,255,.10)!important;
}

/* Mantém preto/branco em botões e cards */
.ms-card,
.ms-premium-panel,
.ms-service-card,
.ms-cta,
.panel,
.side,
.side-item,
.form-card,
.table-card,
.profile-card,
.profile-hero,
.profile-hero-card,
.auth-card,
.login-card,
.login-panel,
.register-card,
.cadastro-card,
.card,
.ticket-card,
.reports-card,
.driver-card,
.info-item,
.history-cta-card,
.ms-plan-card,
.ms-side-box{
  border-color:rgba(255,255,255,.12)!important;
}

.ms-btn,
.btn,
button,
input[type="submit"],
.profile-btn,
.login-btn{
  border-color:rgba(255,255,255,.24)!important;
  color:#fff!important;
}

@media(max-width:760px){
  .ms-cta{
    width:calc(100% - 18px)!important;
    max-width:560px!important;
    margin:58px auto 52px!important;
    padding:24px 18px!important;
    border-radius:22px!important;
  }

  .ms-cta .ms-actions,
  .ms-cta .actions,
  .ms-cta .btn-row{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
  }

  .ms-cta .ms-btn,
  .ms-cta .btn,
  .ms-cta button{
    width:100%!important;
  }

  .ms-footer-global .ms-footer-inner,
  .ms-footer-clean .ms-footer-inner,
  .ms-footer-inner,
  .ms-footer-clean-inner{
    width:calc(100% - 18px)!important;
    max-width:560px!important;
    flex-direction:column!important;
    justify-content:center!important;
    text-align:center!important;
    gap:18px!important;
  }

  .ms-footer-right{
    width:100%!important;
    justify-content:center!important;
    flex-direction:column!important;
    gap:12px!important;
  }

  .ms-footer-social{
    justify-content:center!important;
  }

  .ms-footer-admin-link{
    min-width:170px!important;
  }
}

@media(max-width:420px){
  .ms-cta,
  .ms-footer-global .ms-footer-inner,
  .ms-footer-clean .ms-footer-inner,
  .ms-footer-inner,
  .ms-footer-clean-inner{
    width:calc(100% - 14px)!important;
  }
}


/* =========================================================
   HOME E SITE PÚBLICO — PRETO E BRANCO FINAL, SEM AMARELO
   ========================================================= */
:root{
  --gold:#fff!important;
  --gold2:#e8e8e8!important;
  --ms-gold:#fff!important;
  --ms-gold-2:#e8e8e8!important;
  --ms-gold-soft:#e8e8e8!important;
  --ms-line-gold:rgba(255,255,255,.22)!important;
  --yellow:#fff!important;
  --amarelo:#fff!important;
  --blue:#fff!important;
  --green:#fff!important;
}

html,
body{
  background:
    radial-gradient(circle at 50% -18%,rgba(255,255,255,.070),transparent 36%),
    linear-gradient(180deg,#000 0%,#050505 52%,#000 100%)!important;
  color:#fff!important;
  overflow-x:hidden!important;
}

body *,
body *::before,
body *::after{
  box-shadow:none!important;
}

/* Força preto/branco e remove amarelo/dourado */
*[style*="#d2b270"],
*[style*="#D2B270"],
*[style*="#e8cf91"],
*[style*="#E8CF91"],
*[style*="#efd79a"],
*[style*="#EFD79A"],
*[style*="#f6d365"],
*[style*="#F6D365"],
*[style*="#ffd"],
*[style*="#FFD"],
*[style*="gold"],
*[style*="Gold"],
*[style*="yellow"],
*[style*="Yellow"],
*[style*="210,178,112"],
*[style*="232,207,145"],
*[style*="255,215,0"]{
  color:#fff!important;
  border-color:rgba(255,255,255,.22)!important;
  background-color:transparent!important;
}

a,
.ms-kicker,
.kicker,
.ms-plan-badge,
.ms-plan-meta,
.ms-plan-meta strong,
.badge,
.ms-tag,
.ms-number,
.step-number,
.ms-service-number,
.ms-card-number{
  color:#fff!important;
}

.ms-kicker::before,
.kicker::before,
.ms-list li::before,
.ms-detail-list li::before,
.ms-service-card li::before,
.ms-plan-foot span::before,
.step-number::before,
.step-number::after{
  background:#fff!important;
  border-color:#fff!important;
}

.ms-plan-card,
.ms-card,
.ms-premium-panel,
.ms-service-card,
.ms-cta,
.ms-side-box,
.card,
.panel,
.feature-card,
.service-card,
.process-card,
.plan-card{
  border:1px solid rgba(255,255,255,.12)!important;
  background:
    radial-gradient(circle at 50% 0%,rgba(255,255,255,.055),transparent 42%),
    linear-gradient(180deg,rgba(255,255,255,.052),rgba(255,255,255,.014))!important;
}

.ms-plan-card.featured,
.ms-card.gold,
.highlight,
.featured{
  border-color:rgba(255,255,255,.18)!important;
  background:
    radial-gradient(circle at 50% 0%,rgba(255,255,255,.060),transparent 42%),
    linear-gradient(180deg,rgba(255,255,255,.060),rgba(255,255,255,.016))!important;
}

.ms-btn,
.btn,
button,
input[type="submit"]{
  border-color:rgba(255,255,255,.24)!important;
  background:linear-gradient(180deg,#1b1b1b,#050505)!important;
  color:#fff!important;
}

.ms-btn.ghost,
.btn.ghost{
  background:rgba(255,255,255,.035)!important;
  color:rgba(255,255,255,.86)!important;
  border-color:rgba(255,255,255,.18)!important;
}

.ms-btn:hover,
.btn:hover,
button:hover{
  background:rgba(255,255,255,.085)!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.42)!important;
  transform:none!important;
}

input,
select,
textarea{
  background:rgba(0,0,0,.44)!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.14)!important;
}

/* Menu público no mesmo padrão */
.ms-final-header,
.site-topbar,
.ref-topbar,
.ms-site-header{
  background:rgba(0,0,0,.975)!important;
  border-bottom:1px solid rgba(255,255,255,.10)!important;
}

.ms-final-nav a,
.site-nav a,
.ref-nav a,
.ms-site-nav a{
  color:rgba(255,255,255,.72)!important;
}

.ms-final-nav a:hover,
.site-nav a:hover,
.ref-nav a:hover,
.ms-site-nav a:hover{
  color:#fff!important;
}

/* Remove linhas amarelas e detalhes decorativos dourados */
.hr-gold,
.gold-line,
.ms-gold-line,
.divider,
.ms-divider{
  background:rgba(255,255,255,.12)!important;
  border-color:rgba(255,255,255,.12)!important;
}

/* Footer padrão */
.ms-footer,
.ms-footer-clean,
.ms-footer-global{
  background:rgba(0,0,0,.98)!important;
  border-top:1px solid rgba(255,255,255,.10)!important;
}

.ms-footer-copy span{
  color:rgba(255,255,255,.62)!important;
}

.ms-footer-admin-link,
.ms-social-link{
  color:rgba(255,255,255,.86)!important;
  background:rgba(255,255,255,.035)!important;
  border-color:rgba(255,255,255,.18)!important;
}

@media(max-width:760px){
  .ms-container,
  .container,
  .wrap,
  .content,
  .hero,
  main{
    max-width:560px!important;
  }
}


/* =========================================================
   MARTINS SELECT — PADRÃO PRETO/BRANCO + EFEITOS AMARELOS
   Mensagens verdes / alertas e erros vermelhos.
   Aplicação global em todo o site.
   ========================================================= */
:root{
  --ms-black:#000!important;
  --ms-black-2:#050505!important;
  --ms-white:#fff!important;
  --ms-muted:rgba(255,255,255,.66)!important;
  --ms-line:rgba(255,255,255,.12)!important;

  --ms-yellow:#f5c542!important;
  --ms-yellow-2:#ffe08a!important;
  --ms-yellow-3:#b98a16!important;
  --ms-yellow-soft:rgba(245,197,66,.13)!important;
  --ms-yellow-line:rgba(245,197,66,.46)!important;

  --ms-success:#22c55e!important;
  --ms-success-2:#86efac!important;
  --ms-success-bg:rgba(34,197,94,.12)!important;
  --ms-success-line:rgba(34,197,94,.44)!important;

  --ms-error:#ef4444!important;
  --ms-error-2:#fecaca!important;
  --ms-error-bg:rgba(239,68,68,.13)!important;
  --ms-error-line:rgba(239,68,68,.48)!important;

  --gold:var(--ms-yellow)!important;
  --gold2:var(--ms-yellow-2)!important;
  --ms-gold:var(--ms-yellow)!important;
  --ms-gold-2:var(--ms-yellow-2)!important;
  --ms-gold-line:var(--ms-yellow-line)!important;
  --perfil-gold:var(--ms-yellow)!important;
  --perfil-gold-2:var(--ms-yellow-2)!important;
}

html,
body{
  background:
    radial-gradient(circle at 50% -18%,rgba(255,255,255,.065),transparent 36%),
    linear-gradient(180deg,#000 0%,#050505 52%,#000 100%)!important;
  color:#fff!important;
  overflow-x:hidden!important;
}

body *,
body *::before,
body *::after{
  box-shadow:none!important;
}

/* Fundo/cards sempre preto, branco e cinza */
body .ms-card,
body .ms-premium-panel,
body .ms-service-card,
body .ms-cta,
body .ms-side-box,
body .panel,
body .card,
body .form-card,
body .table-card,
body .reports-card,
body .ticket-card,
body .profile-card,
body .perfil-card,
body .perfil-hero,
body .login-card,
body .login-panel,
body .side,
body .side-item,
body .info-item,
body .perfil-info-item,
body .client-block,
body .service-card,
body .plan-card,
body .process-card,
body .feature-card{
  border-color:rgba(255,255,255,.12)!important;
  background:
    radial-gradient(circle at 50% 0%,rgba(255,255,255,.055),transparent 42%),
    linear-gradient(180deg,rgba(255,255,255,.052),rgba(255,255,255,.014))!important;
}

/* Efeitos amarelos: links, detalhes, badges e destaques */
body a{
  color:var(--ms-yellow)!important;
  transition:color .22s ease, background .22s ease, border-color .22s ease, transform .22s ease!important;
}

body a:hover{
  color:var(--ms-yellow-2)!important;
}

/* Menu superior continua limpo no padrão preto/branco, com hover amarelo suave */
body header a,
body .admin-clean-topbar a,
body .admin-clean-nav a,
body .ms-final-header a,
body .ms-final-nav a,
body .site-topbar a,
body .site-nav a,
body .ref-topbar a,
body .ref-nav a,
body .lux-nav a,
body .ms-site-header a,
body .ms-site-nav a,
body .cadastro-menu-ok-nav a,
body nav[aria-label="Menu principal"] a{
  color:#fff!important;
}

body header a:hover,
body header a.active,
body .admin-clean-nav a:hover,
body .admin-clean-nav a.active,
body .ms-final-nav a:hover,
body .ms-final-nav a.active,
body .site-nav a:hover,
body .site-nav a.active,
body .ref-nav a:hover,
body .ref-nav a.active,
body .lux-nav a:hover,
body .lux-nav a.active,
body .ms-site-nav a:hover,
body .ms-site-nav a.active,
body .cadastro-menu-ok-nav a:hover,
body .cadastro-menu-ok-nav a.active{
  color:var(--ms-yellow-2)!important;
}

/* Botões amarelos com efeito */
body .ms-btn,
body .btn,
body button,
body input[type="submit"],
body .profile-btn,
body .perfil-btn,
body .login-btn,
body .blue-access-btn{
  background:linear-gradient(180deg,var(--ms-yellow-2) 0%,var(--ms-yellow) 52%,var(--ms-yellow-3) 100%)!important;
  color:#050505!important;
  border:1px solid var(--ms-yellow-line)!important;
  font-weight:950!important;
  box-shadow:0 10px 28px rgba(245,197,66,.14)!important;
  transition:background .22s ease, color .22s ease, border-color .22s ease, transform .22s ease!important;
}

body .ms-btn:hover,
body .btn:hover,
body button:hover,
body input[type="submit"]:hover,
body .profile-btn:hover,
body .perfil-btn:hover,
body .login-btn:hover,
body .blue-access-btn:hover{
  background:linear-gradient(180deg,#fff0ae 0%,var(--ms-yellow) 54%,#c79012 100%)!important;
  color:#050505!important;
  border-color:rgba(255,224,138,.80)!important;
  transform:translateY(-1px)!important;
}

/* Botões secundários */
body .ms-btn.ghost,
body .btn.ghost,
body .btn.secondary,
body .profile-btn.ghost,
body .perfil-btn.ghost,
body .login-btn.ghost,
body .ms-footer-admin-link{
  background:rgba(245,197,66,.075)!important;
  color:var(--ms-yellow-2)!important;
  border:1px solid var(--ms-yellow-line)!important;
}

body .ms-btn.ghost:hover,
body .btn.ghost:hover,
body .btn.secondary:hover,
body .profile-btn.ghost:hover,
body .perfil-btn.ghost:hover,
body .login-btn.ghost:hover,
body .ms-footer-admin-link:hover{
  background:linear-gradient(180deg,var(--ms-yellow-2),var(--ms-yellow))!important;
  color:#050505!important;
}

/* Títulos pequenos, linhas e detalhes amarelos */
body .ms-kicker,
body .kicker,
body .perfil-kicker,
body .profile-kicker,
body .login-kicker,
body .card-title span,
body .perfil-card-head span,
body .badge,
body .ms-plan-badge,
body .ms-plan-meta,
body .ms-plan-meta strong{
  color:var(--ms-yellow)!important;
}

body .ms-kicker::before,
body .kicker::before,
body .perfil-kicker::before,
body .profile-kicker::before,
body .login-kicker::before,
body .ms-list li::before,
body .ms-detail-list li::before,
body .ms-service-card li::before,
body .ms-plan-foot span::before{
  background:var(--ms-yellow)!important;
  border-color:var(--ms-yellow)!important;
}

body .highlight,
body .destaque,
body .perfil-info-item.destaque,
body .info-item.highlight,
body .side-item.green,
body .featured{
  border-color:var(--ms-yellow-line)!important;
  background:rgba(245,197,66,.055)!important;
}

/* Campos com foco amarelo */
body input,
body select,
body textarea{
  background:rgba(0,0,0,.44)!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.14)!important;
}

body input:focus,
body select:focus,
body textarea:focus{
  border-color:var(--ms-yellow-line)!important;
  outline:none!important;
}

/* Ícones sociais amarelos */
body .ms-social-link{
  color:var(--ms-yellow-2)!important;
  border-color:var(--ms-yellow-line)!important;
  background:rgba(245,197,66,.075)!important;
}

body .ms-social-link:hover{
  color:#050505!important;
  background:linear-gradient(180deg,var(--ms-yellow-2),var(--ms-yellow))!important;
}

/* Mensagens de alteração/modificação/sucesso: VERDE */
body .success,
body .sucesso,
body .mensagem,
body .message.success,
body .alert.success,
body .alert.green,
body .notice.success,
body .perfil-alert.success,
body .profile-alert.success,
body .login-note.success,
body .flash.success,
body .status-success,
body [class*="success"],
body [class*="sucesso"]{
  color:var(--ms-success-2)!important;
  background:var(--ms-success-bg)!important;
  border-color:var(--ms-success-line)!important;
}

/* Alertas e erros: VERMELHO */
body .error,
body .erro,
body .danger,
body .alert.error,
body .alert.danger,
body .notice.error,
body .perfil-alert.error,
body .profile-alert.error,
body .login-note.error,
body .flash.error,
body .status-error,
body .senha-aviso.show,
body [class*="error"],
body [class*="erro"],
body [class*="danger"]{
  color:var(--ms-error-2)!important;
  background:var(--ms-error-bg)!important;
  border-color:var(--ms-error-line)!important;
}

/* Campos com erro */
body input.field-error,
body select.field-error,
body textarea.field-error,
body .field-error{
  border-color:var(--ms-error-line)!important;
}

/* Botão hamburguer: preto/branco com detalhe amarelo no hover */
body header .admin-menu-toggle,
body header .ms-final-menu-btn,
body header .menu-toggle,
body header button[aria-label*="menu" i],
body header button[aria-label*="abrir" i]{
  background:rgba(255,255,255,.06)!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.18)!important;
}

body header .admin-menu-toggle:hover,
body header .ms-final-menu-btn:hover,
body header .menu-toggle:hover{
  background:var(--ms-yellow-soft)!important;
  color:var(--ms-yellow-2)!important;
  border-color:var(--ms-yellow-line)!important;
  transform:none!important;
}

/* Footer */
body .ms-footer,
body .ms-footer-clean,
body .ms-footer-global{
  background:rgba(0,0,0,.98)!important;
  border-top:1px solid rgba(255,255,255,.10)!important;
}
