/*
 * NoMasCaosWebPanel 1.41.03
 * Capa final de acabado para paginas corporativas y fichas de centros.
 * Se carga la ultima para corregir la mezcla de estilos legacy sin modificar datos.
 */

:root {
  --nmc-polish-ink: #17181c;
  --nmc-polish-muted: #5f6672;
  --nmc-polish-red: #e30613;
  --nmc-polish-red-dark: #a90510;
  --nmc-polish-paper: #ffffff;
  --nmc-polish-warm: #f6f5f2;
  --nmc-polish-line: rgba(23, 24, 28, .10);
  --nmc-polish-shadow: 0 18px 48px rgba(23, 24, 28, .08);
  --nmc-polish-shadow-lg: 0 28px 82px rgba(23, 24, 28, .13);
}

body.nmc-public {
  color: var(--nmc-polish-ink);
  background: var(--nmc-polish-warm);
}
body.nmc-public img { max-width: 100%; }
body.nmc-public :where(h1,h2,h3,p,li,strong,span,a) { overflow-wrap: break-word; }
body.nmc-public :where(a,button,input,select,textarea):focus-visible {
  outline: 3px solid rgba(227, 6, 19, .28);
  outline-offset: 3px;
}

/* ======================================================================
   PAGINAS CORPORATIVAS: FRANQUICIAS, PROVEEDORES Y COLABORADORES
   ====================================================================== */
body.nmc-public main.nmc-corporate-page {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 18px 0 88px;
  color: var(--nmc-polish-ink) !important;
  background:
    radial-gradient(circle at 100% 0, rgba(227, 6, 19, .07), transparent 28rem),
    linear-gradient(180deg, #fbfbfa 0%, #f3f2ef 100%) !important;
}
body.nmc-public main.nmc-corporate-page::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 180px;
  left: -180px;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: rgba(227, 6, 19, .035);
  filter: blur(2px);
}

body.nmc-public main.nmc-corporate-page .nmc-corporate-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, .72fr) !important;
  gap: 18px !important;
  align-items: stretch !important;
  padding: 28px 0 52px !important;
}
body.nmc-public main.nmc-corporate-page .nmc-corporate-copy,
body.nmc-public main.nmc-corporate-page .nmc-corporate-panel {
  min-width: 0;
  border: 1px solid var(--nmc-polish-line) !important;
  border-radius: 28px !important;
  box-shadow: var(--nmc-polish-shadow-lg) !important;
}
body.nmc-public main.nmc-corporate-page .nmc-corporate-copy {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 520px;
  padding: clamp(30px, 5vw, 68px) !important;
  background:
    radial-gradient(circle at 88% 10%, rgba(227, 6, 19, .10), transparent 22rem),
    #fff !important;
}
body.nmc-public main.nmc-corporate-page .nmc-corporate-copy::after {
  content: "";
  position: absolute;
  right: -85px;
  bottom: -105px;
  width: 270px;
  height: 270px;
  border: 34px solid rgba(227, 6, 19, .07);
  border-radius: 42% 58% 62% 38%;
  transform: rotate(-18deg);
  pointer-events: none;
}
body.nmc-public main.nmc-corporate-page .nmc-corporate-copy > * {
  position: relative;
  z-index: 1;
}
body.nmc-public main.nmc-corporate-page .eyebrow {
  display: inline-flex !important;
  align-items: center;
  width: max-content;
  max-width: 100%;
  min-height: 30px;
  margin: 0;
  padding: 0 11px !important;
  border: 1px solid rgba(227, 6, 19, .18) !important;
  border-radius: 999px !important;
  background: #fff1f2 !important;
  color: var(--nmc-polish-red-dark) !important;
  font-size: .72rem !important;
  font-weight: 950 !important;
  letter-spacing: .10em !important;
  line-height: 1.1;
  text-transform: uppercase !important;
}
body.nmc-public main.nmc-corporate-page .nmc-corporate-copy h1 {
  max-width: 920px;
  margin: 18px 0 20px !important;
  color: var(--nmc-polish-ink) !important;
  font-size: clamp(2.65rem, 5.1vw, 4.85rem) !important;
  font-weight: 950;
  line-height: .96 !important;
  letter-spacing: -.065em !important;
  text-wrap: balance;
}
body.nmc-public main.nmc-corporate-page .nmc-corporate-copy > p {
  max-width: 780px !important;
  margin: 0 !important;
  color: #505865 !important;
  font-size: clamp(1rem, 1.35vw, 1.16rem) !important;
  font-weight: 620;
  line-height: 1.68 !important;
}
body.nmc-public main.nmc-corporate-page .hero-actions {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px !important;
  margin-top: 28px !important;
}
body.nmc-public main.nmc-corporate-page .hero-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 49px !important;
  padding: 0 19px !important;
  border: 1px solid var(--nmc-polish-red) !important;
  border-radius: 14px !important;
  background: var(--nmc-polish-red) !important;
  color: #fff !important;
  box-shadow: 0 13px 28px rgba(227, 6, 19, .20);
  font-weight: 950 !important;
  text-decoration: none !important;
}
body.nmc-public main.nmc-corporate-page .hero-btn:hover {
  background: var(--nmc-polish-red-dark) !important;
  border-color: var(--nmc-polish-red-dark) !important;
  transform: translateY(-1px);
}
body.nmc-public main.nmc-corporate-page .hero-btn.secondary.dark {
  border-color: rgba(23, 24, 28, .14) !important;
  background: #fff !important;
  color: var(--nmc-polish-ink) !important;
  box-shadow: none !important;
}

body.nmc-public main.nmc-corporate-page .nmc-corporate-panel {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(26px, 3.5vw, 42px) !important;
  background:
    radial-gradient(circle at 80% 8%, rgba(255, 255, 255, .13), transparent 14rem),
    linear-gradient(155deg, #17181c 0%, #25262c 58%, #64070e 100%) !important;
  color: #fff !important;
}
body.nmc-public main.nmc-corporate-page .nmc-corporate-panel::before {
  content: "NoMásCaos";
  position: absolute;
  top: 26px;
  left: 28px;
  color: rgba(255, 255, 255, .10);
  font-size: clamp(2.3rem, 4vw, 4.5rem);
  font-weight: 950;
  letter-spacing: -.065em;
  pointer-events: none;
}
body.nmc-public main.nmc-corporate-page .nmc-corporate-panel > * {
  position: relative;
  z-index: 1;
}
body.nmc-public main.nmc-corporate-page .nmc-corporate-panel h2 {
  margin: 0 0 17px !important;
  color: #fff !important;
  font-size: clamp(1.7rem, 2.8vw, 2.45rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -.045em !important;
}
body.nmc-public main.nmc-corporate-page .nmc-corporate-panel ul {
  display: grid !important;
  gap: 0 !important;
  margin: 0 0 24px !important;
  padding: 0 !important;
  list-style: none !important;
  color: rgba(255,255,255,.84) !important;
}
body.nmc-public main.nmc-corporate-page .nmc-corporate-panel li {
  position: relative;
  margin: 0 !important;
  padding: 12px 0 12px 28px !important;
  border-bottom: 1px solid rgba(255,255,255,.11);
  color: rgba(255,255,255,.84) !important;
  font-weight: 680;
  line-height: 1.42 !important;
}
body.nmc-public main.nmc-corporate-page .nmc-corporate-panel li::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 3px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 0 5px rgba(255,255,255,.11);
}
body.nmc-public main.nmc-corporate-page .nmc-corporate-panel > a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-height: 46px !important;
  padding: 0 17px !important;
  border: 1px solid rgba(255,255,255,.25) !important;
  border-radius: 13px !important;
  background: #fff !important;
  color: #17181c !important;
  font-weight: 950 !important;
  text-decoration: none !important;
}

body.nmc-public main.nmc-corporate-page .nmc-corporate-section {
  padding: 42px 0 !important;
}
body.nmc-public main.nmc-corporate-page .nmc-corporate-section + .nmc-corporate-section {
  border-top: 1px solid rgba(23,24,28,.07);
}
body.nmc-public main.nmc-corporate-page .nmc-corporate-head {
  max-width: 850px !important;
  margin: 0 0 28px !important;
  text-align: left !important;
}
body.nmc-public main.nmc-corporate-page .nmc-corporate-head h2 {
  max-width: 780px;
  margin: 13px 0 12px !important;
  color: var(--nmc-polish-ink) !important;
  font-size: clamp(2.15rem, 4vw, 3.55rem) !important;
  line-height: 1.01 !important;
  letter-spacing: -.055em !important;
  text-wrap: balance;
}
body.nmc-public main.nmc-corporate-page .nmc-corporate-head p {
  max-width: 740px;
  margin: 0 !important;
  color: var(--nmc-polish-muted) !important;
  font-size: 1.03rem;
  font-weight: 620;
  line-height: 1.62 !important;
}
body.nmc-public main.nmc-corporate-page .nmc-corporate-grid,
body.nmc-public main.nmc-corporate-page .nmc-job-grid {
  counter-reset: nmcCorporateCard;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
}
body.nmc-public main.nmc-corporate-page .nmc-corporate-card,
body.nmc-public main.nmc-corporate-page .nmc-job-card {
  counter-increment: nmcCorporateCard;
  position: relative;
  overflow: hidden;
  min-height: 238px;
  padding: 74px 24px 24px !important;
  border: 1px solid var(--nmc-polish-line) !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: 0 12px 34px rgba(23,24,28,.055) !important;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
body.nmc-public main.nmc-corporate-page .nmc-corporate-card::before,
body.nmc-public main.nmc-corporate-page .nmc-job-card::before {
  content: counter(nmcCorporateCard, decimal-leading-zero);
  position: absolute;
  top: 21px;
  left: 24px;
  color: var(--nmc-polish-red) !important;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .09em;
}
body.nmc-public main.nmc-corporate-page .nmc-corporate-card::after,
body.nmc-public main.nmc-corporate-page .nmc-job-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--nmc-polish-red), rgba(227,6,19,.12));
}
body.nmc-public main.nmc-corporate-page .nmc-corporate-card:hover,
body.nmc-public main.nmc-corporate-page .nmc-job-card:hover {
  transform: translateY(-3px);
  border-color: rgba(227,6,19,.22) !important;
  box-shadow: var(--nmc-polish-shadow) !important;
}
body.nmc-public main.nmc-corporate-page .nmc-corporate-card h3,
body.nmc-public main.nmc-corporate-page .nmc-job-card h3 {
  margin: 0 0 11px !important;
  color: var(--nmc-polish-ink) !important;
  font-size: 1.34rem !important;
  line-height: 1.13 !important;
  letter-spacing: -.035em !important;
}
body.nmc-public main.nmc-corporate-page .nmc-corporate-card p,
body.nmc-public main.nmc-corporate-page .nmc-job-card p,
body.nmc-public main.nmc-corporate-page .nmc-job-card li {
  color: var(--nmc-polish-muted) !important;
  font-weight: 610;
  line-height: 1.56 !important;
}
body.nmc-public main.nmc-corporate-page .nmc-job-card small {
  position: absolute;
  top: 17px;
  right: 18px;
  margin: 0 !important;
  border: 0 !important;
  background: #f3f3f1 !important;
  color: #474b54 !important;
  font-size: .67rem !important;
}
body.nmc-public main.nmc-corporate-page .nmc-corporate-card a {
  color: var(--nmc-polish-red-dark) !important;
  font-weight: 950 !important;
}

body.nmc-public main.nmc-corporate-page .nmc-corporate-form {
  position: relative;
  overflow: hidden;
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(25px, 4vw, 46px) !important;
  border: 1px solid var(--nmc-polish-line) !important;
  border-radius: 28px !important;
  background: #fff !important;
  box-shadow: var(--nmc-polish-shadow-lg) !important;
}
body.nmc-public main.nmc-corporate-page .nmc-corporate-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--nmc-polish-red), #17181c);
}
body.nmc-public main.nmc-corporate-page .nmc-corporate-form h2 {
  max-width: 760px;
  margin: 0 0 10px !important;
  color: var(--nmc-polish-ink) !important;
  font-size: clamp(2rem, 3.7vw, 3.15rem) !important;
  line-height: 1.03 !important;
  letter-spacing: -.05em !important;
}
body.nmc-public main.nmc-corporate-page .nmc-corporate-form > p {
  max-width: 760px;
  margin: 0 0 28px !important;
  color: var(--nmc-polish-muted) !important;
  line-height: 1.6 !important;
}
body.nmc-public main.nmc-corporate-page .nmc-corporate-form-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 15px !important;
}
body.nmc-public main.nmc-corporate-page .nmc-corporate-form label {
  display: grid !important;
  gap: 7px !important;
}
body.nmc-public main.nmc-corporate-page .nmc-corporate-form label > span {
  color: #555d68 !important;
  font-size: .74rem !important;
  font-weight: 950 !important;
  letter-spacing: .07em !important;
}
body.nmc-public main.nmc-corporate-page .nmc-corporate-form input,
body.nmc-public main.nmc-corporate-page .nmc-corporate-form select,
body.nmc-public main.nmc-corporate-page .nmc-corporate-form textarea {
  min-height: 50px !important;
  border: 1px solid rgba(23,24,28,.14) !important;
  border-radius: 12px !important;
  background: #fafafa !important;
  color: var(--nmc-polish-ink) !important;
  box-shadow: inset 0 1px 0 rgba(23,24,28,.025);
  font-weight: 680 !important;
}
body.nmc-public main.nmc-corporate-page .nmc-corporate-form textarea {
  min-height: 132px !important;
}
body.nmc-public main.nmc-corporate-page .nmc-corporate-form input:focus,
body.nmc-public main.nmc-corporate-page .nmc-corporate-form select:focus,
body.nmc-public main.nmc-corporate-page .nmc-corporate-form textarea:focus {
  border-color: rgba(227,6,19,.48) !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(227,6,19,.08) !important;
}
body.nmc-public main.nmc-corporate-page .nmc-corporate-form button {
  min-height: 52px !important;
  margin-top: 21px !important;
  padding: 0 24px !important;
  border-radius: 13px !important;
  background: var(--nmc-polish-red) !important;
  color: #fff !important;
  box-shadow: 0 15px 34px rgba(227,6,19,.22);
}
body.nmc-public main.nmc-corporate-page .nmc-legal-check {
  padding: 13px 14px;
  border: 1px solid rgba(23,24,28,.08);
  border-radius: 12px;
  background: #f7f7f5;
}
body.nmc-public main.nmc-corporate-page .nmc-legal-check span {
  color: #545b66 !important;
}

/* Variante franquicias: posicion mas premium y diferenciada. */
body.nmc-public main.nmc-franchise-page .nmc-corporate-copy {
  background:
    radial-gradient(circle at 86% 14%, rgba(227,6,19,.42), transparent 19rem),
    linear-gradient(145deg, #17181c 0%, #24262c 58%, #3f090d 100%) !important;
}
body.nmc-public main.nmc-franchise-page .nmc-corporate-copy .eyebrow {
  border-color: rgba(255,255,255,.20) !important;
  background: rgba(255,255,255,.10) !important;
  color: #fff !important;
}
body.nmc-public main.nmc-franchise-page .nmc-corporate-copy h1 { color: #fff !important; }
body.nmc-public main.nmc-franchise-page .nmc-corporate-copy > p { color: rgba(255,255,255,.78) !important; }
body.nmc-public main.nmc-franchise-page .nmc-corporate-copy .hero-btn.secondary.dark {
  border-color: rgba(255,255,255,.23) !important;
  background: rgba(255,255,255,.10) !important;
  color: #fff !important;
}
body.nmc-public main.nmc-franchise-page .nmc-corporate-panel {
  background: linear-gradient(155deg, #e30613 0%, #a90510 72%, #69040a 100%) !important;
}

/* Variante proveedores: hero claro y panel operativo sobrio. */
body.nmc-public main.nmc-suppliers-page .nmc-corporate-copy {
  background:
    linear-gradient(120deg, rgba(255,255,255,.96), rgba(255,255,255,.94)),
    repeating-linear-gradient(135deg, transparent 0 22px, rgba(227,6,19,.035) 22px 23px) !important;
}

/* ======================================================================
   FICHAS DE CENTRO: JERARQUIA, CONTRASTE Y MENOR RUIDO VISUAL
   ====================================================================== */
body.nmc-public main.trasterospub-center-page,
body.nmc-public main.nmc-direct-center-page,
body.nmc-public main.nmc-portal-center-page {
  padding-bottom: 96px;
  color: var(--nmc-polish-ink) !important;
  background:
    radial-gradient(circle at 100% 6%, rgba(227,6,19,.045), transparent 26rem),
    linear-gradient(180deg, #fbfbfa, #f4f3f0) !important;
}
body.nmc-public main.trasterospub-center-page .tp-breadcrumbs,
body.nmc-public main.nmc-direct-center-page .tp-breadcrumbs,
body.nmc-public main.nmc-portal-center-page .tp-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  padding-top: 18px !important;
  padding-bottom: 14px !important;
  color: #747a84 !important;
  font-size: .82rem !important;
}
body.nmc-public main.trasterospub-center-page .tp-breadcrumbs a,
body.nmc-public main.nmc-direct-center-page .tp-breadcrumbs a,
body.nmc-public main.nmc-portal-center-page .tp-breadcrumbs a {
  color: #4c535e !important;
  font-weight: 760;
  text-decoration: none;
}

body.nmc-public main.trasterospub-center-page .tp-hero,
body.nmc-public main.nmc-direct-center-page .tp-hero,
body.nmc-public main.nmc-portal-center-page .tp-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 1.16fr) minmax(310px, .72fr) !important;
  gap: 18px !important;
  align-items: stretch !important;
  margin-top: 10px !important;
  margin-bottom: 26px !important;
}
body.nmc-public main.trasterospub-center-page .tp-hero-copy,
body.nmc-public main.nmc-direct-center-page .tp-hero-copy,
body.nmc-public main.nmc-portal-center-page .tp-hero-copy {
  position: relative;
  overflow: hidden;
  min-width: 0;
  min-height: 500px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 4.7vw, 62px) !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 30px !important;
  background:
    radial-gradient(circle at 88% 6%, rgba(227,6,19,.38), transparent 21rem),
    linear-gradient(145deg, #17181c 0%, #26272d 64%, #4d080e 100%) !important;
  color: #fff !important;
  box-shadow: var(--nmc-polish-shadow-lg) !important;
}
body.nmc-public main.trasterospub-center-page .tp-hero-copy::after,
body.nmc-public main.nmc-direct-center-page .tp-hero-copy::after,
body.nmc-public main.nmc-portal-center-page .tp-hero-copy::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -150px;
  width: 350px;
  height: 350px;
  border: 46px solid rgba(255,255,255,.045);
  border-radius: 50%;
  pointer-events: none;
}
body.nmc-public main.trasterospub-center-page .tp-hero-copy > *,
body.nmc-public main.nmc-direct-center-page .tp-hero-copy > *,
body.nmc-public main.nmc-portal-center-page .tp-hero-copy > * {
  position: relative;
  z-index: 1;
}
body.nmc-public main.trasterospub-center-page .tp-promo-label,
body.nmc-public main.nmc-direct-center-page .tp-promo-label,
body.nmc-public main.nmc-portal-center-page .tp-promo-label {
  display: inline-flex !important;
  width: max-content;
  max-width: 100%;
  margin: 0 0 14px !important;
  padding: 7px 11px !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.10) !important;
  color: #fff !important;
  font-size: .72rem !important;
  font-weight: 950 !important;
  letter-spacing: .09em;
  text-transform: uppercase;
}
body.nmc-public main.trasterospub-center-page .tp-status,
body.nmc-public main.nmc-direct-center-page .tp-status,
body.nmc-public main.nmc-portal-center-page .tp-status {
  margin: 0 0 9px !important;
  color: rgba(255,255,255,.70) !important;
  font-size: .78rem !important;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}
body.nmc-public main.trasterospub-center-page .tp-hero-copy h1,
body.nmc-public main.nmc-direct-center-page .tp-hero-copy h1,
body.nmc-public main.nmc-portal-center-page .tp-hero-copy h1 {
  max-width: 920px;
  margin: 0 0 18px !important;
  color: #fff !important;
  font-size: clamp(2.55rem, 5vw, 4.75rem) !important;
  font-weight: 950;
  line-height: .97 !important;
  letter-spacing: -.065em !important;
  text-wrap: balance;
}
body.nmc-public main.trasterospub-center-page .tp-lead,
body.nmc-public main.nmc-direct-center-page .tp-lead,
body.nmc-public main.nmc-portal-center-page .tp-lead {
  max-width: 760px;
  margin: 0 !important;
  color: rgba(255,255,255,.80) !important;
  font-size: clamp(1rem, 1.35vw, 1.16rem) !important;
  font-weight: 620;
  line-height: 1.64 !important;
}
body.nmc-public main.trasterospub-center-page .tp-description,
body.nmc-public main.nmc-direct-center-page .tp-description,
body.nmc-public main.nmc-portal-center-page .tp-description {
  max-width: 760px;
  margin: 22px 0 0 !important;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.68) !important;
  font-size: .93rem;
  line-height: 1.55 !important;
}
body.nmc-public main.trasterospub-center-page .tp-actions,
body.nmc-public main.nmc-direct-center-page .tp-actions,
body.nmc-public main.nmc-portal-center-page .tp-actions {
  display: flex !important;
  flex-wrap: wrap;
  gap: 9px !important;
  margin-top: 25px !important;
}
body.nmc-public main.trasterospub-center-page .tp-btn,
body.nmc-public main.nmc-direct-center-page .tp-btn,
body.nmc-public main.nmc-portal-center-page .tp-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 48px !important;
  padding: 0 18px !important;
  border: 1px solid rgba(255,255,255,.20) !important;
  border-radius: 13px !important;
  background: rgba(255,255,255,.09) !important;
  color: #fff !important;
  font-weight: 950 !important;
  text-decoration: none !important;
}
body.nmc-public main.trasterospub-center-page .tp-btn.primary,
body.nmc-public main.nmc-direct-center-page .tp-btn.primary,
body.nmc-public main.nmc-portal-center-page .tp-btn.primary {
  border-color: var(--nmc-polish-red) !important;
  background: var(--nmc-polish-red) !important;
  color: #fff !important;
  box-shadow: 0 15px 32px rgba(227,6,19,.25) !important;
}
body.nmc-public main.trasterospub-center-page .tp-btn.secondary,
body.nmc-public main.nmc-direct-center-page .tp-btn.secondary,
body.nmc-public main.nmc-portal-center-page .tp-btn.secondary {
  border-color: #fff !important;
  background: #fff !important;
  color: #17181c !important;
}

body.nmc-public main.trasterospub-center-page .tp-promo-card,
body.nmc-public main.nmc-direct-center-page .tp-promo-card,
body.nmc-public main.nmc-portal-center-page .tp-promo-card {
  min-width: 0;
  padding: 22px !important;
  border: 1px solid var(--nmc-polish-line) !important;
  border-radius: 30px !important;
  background: #fff !important;
  color: var(--nmc-polish-ink) !important;
  box-shadow: var(--nmc-polish-shadow-lg) !important;
}
body.nmc-public main.trasterospub-center-page .tp-promo-card > span,
body.nmc-public main.nmc-direct-center-page .tp-promo-card > span,
body.nmc-public main.nmc-portal-center-page .tp-promo-card > span {
  display: inline-flex;
  margin-bottom: 13px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #fff1f2 !important;
  color: var(--nmc-polish-red-dark) !important;
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}
body.nmc-public main.trasterospub-center-page .tp-promo-card img,
body.nmc-public main.nmc-direct-center-page .tp-promo-card img,
body.nmc-public main.nmc-portal-center-page .tp-promo-card img {
  display: block;
  width: 100%;
  max-height: 250px;
  margin: 0 0 18px;
  border-radius: 18px !important;
  object-fit: cover;
}
body.nmc-public main.trasterospub-center-page .tp-promo-card > strong,
body.nmc-public main.nmc-direct-center-page .tp-promo-card > strong,
body.nmc-public main.nmc-portal-center-page .tp-promo-card > strong {
  display: block;
  color: var(--nmc-polish-red-dark) !important;
  font-size: clamp(1.5rem, 2.8vw, 2.25rem) !important;
  letter-spacing: -.045em;
}
body.nmc-public main.trasterospub-center-page .tp-promo-card h2,
body.nmc-public main.nmc-direct-center-page .tp-promo-card h2,
body.nmc-public main.nmc-portal-center-page .tp-promo-card h2 {
  margin: 9px 0 8px !important;
  color: var(--nmc-polish-ink) !important;
  font-size: clamp(1.6rem, 2.7vw, 2.25rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -.045em !important;
}
body.nmc-public main.trasterospub-center-page .tp-promo-card p,
body.nmc-public main.nmc-direct-center-page .tp-promo-card p,
body.nmc-public main.nmc-portal-center-page .tp-promo-card p,
body.nmc-public main.trasterospub-center-page .tp-promo-card li,
body.nmc-public main.nmc-direct-center-page .tp-promo-card li,
body.nmc-public main.nmc-portal-center-page .tp-promo-card li {
  color: var(--nmc-polish-muted) !important;
  line-height: 1.48 !important;
}
body.nmc-public main.trasterospub-center-page .tp-promo-card ul,
body.nmc-public main.nmc-direct-center-page .tp-promo-card ul,
body.nmc-public main.nmc-portal-center-page .tp-promo-card ul {
  display: grid;
  gap: 8px;
  margin: 17px 0 0 !important;
  padding: 16px 0 0 20px !important;
  border-top: 1px solid rgba(23,24,28,.08);
}

/* Secciones principales: una misma respiracion y menor efecto "mosaico". */
body.nmc-public main.trasterospub-center-page :where(.nmc-center-blueprint,.nmc-center-premium-conversion,.nmc-center-use-size,.nmc-center-premium-essentials,.nmc-center-location-section,.nmc-center-video-business,.nmc-center-local-reputation,.nmc-real-availability,.nmc-booking-embed,.tp-center-intro,.tp-sizes,.tp-available),
body.nmc-public main.nmc-direct-center-page :where(.nmc-center-blueprint,.nmc-center-premium-conversion,.nmc-center-use-size,.nmc-center-premium-essentials,.nmc-center-location-section,.nmc-center-video-business,.nmc-center-local-reputation,.nmc-real-availability,.nmc-booking-embed,.tp-center-intro,.tp-sizes,.tp-available),
body.nmc-public main.nmc-portal-center-page :where(.nmc-center-blueprint,.nmc-center-premium-conversion,.nmc-center-use-size,.nmc-center-premium-essentials,.nmc-center-location-section,.nmc-center-video-business,.nmc-center-local-reputation,.nmc-real-availability,.nmc-booking-embed,.tp-center-intro,.tp-sizes,.tp-available) {
  margin-top: 22px !important;
  margin-bottom: 22px !important;
}
body.nmc-public main.trasterospub-center-page :where(.nmc-center-blueprint,.nmc-center-use-size,.nmc-center-premium-essentials,.nmc-center-location-section,.tp-center-intro,.tp-sizes,.tp-available),
body.nmc-public main.nmc-direct-center-page :where(.nmc-center-blueprint,.nmc-center-use-size,.nmc-center-premium-essentials,.nmc-center-location-section,.tp-center-intro,.tp-sizes,.tp-available),
body.nmc-public main.nmc-portal-center-page :where(.nmc-center-blueprint,.nmc-center-use-size,.nmc-center-premium-essentials,.nmc-center-location-section,.tp-center-intro,.tp-sizes,.tp-available) {
  padding: clamp(22px, 3.5vw, 38px) !important;
  border: 1px solid var(--nmc-polish-line) !important;
  border-radius: 28px !important;
  background: #fff !important;
  box-shadow: 0 15px 45px rgba(23,24,28,.055) !important;
}
body.nmc-public main.trasterospub-center-page :where(.nmc-center-use-size,.tp-sizes),
body.nmc-public main.nmc-direct-center-page :where(.nmc-center-use-size,.tp-sizes),
body.nmc-public main.nmc-portal-center-page :where(.nmc-center-use-size,.tp-sizes) {
  background: linear-gradient(145deg, #f0efec, #fafafa) !important;
}
body.nmc-public main.trasterospub-center-page :where(.nmc-center-use-head,.nmc-premium-essentials-head,.nmc-center-blueprint-head,.tp-section-title) h2,
body.nmc-public main.nmc-direct-center-page :where(.nmc-center-use-head,.nmc-premium-essentials-head,.nmc-center-blueprint-head,.tp-section-title) h2,
body.nmc-public main.nmc-portal-center-page :where(.nmc-center-use-head,.nmc-premium-essentials-head,.nmc-center-blueprint-head,.tp-section-title) h2 {
  max-width: 850px;
  color: var(--nmc-polish-ink) !important;
  font-size: clamp(2rem, 3.8vw, 3.15rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -.055em !important;
  text-wrap: balance;
}
body.nmc-public main.trasterospub-center-page :where(.nmc-center-use-head,.nmc-premium-essentials-head,.nmc-center-blueprint-head,.tp-section-title) p,
body.nmc-public main.nmc-direct-center-page :where(.nmc-center-use-head,.nmc-premium-essentials-head,.nmc-center-blueprint-head,.tp-section-title) p,
body.nmc-public main.nmc-portal-center-page :where(.nmc-center-use-head,.nmc-premium-essentials-head,.nmc-center-blueprint-head,.tp-section-title) p {
  max-width: 760px;
  color: var(--nmc-polish-muted) !important;
  font-size: 1rem;
  line-height: 1.6 !important;
}

/* Conversion: menos volumen, mejor contraste. */
body.nmc-public main.trasterospub-center-page .nmc-center-premium-conversion,
body.nmc-public main.nmc-direct-center-page .nmc-center-premium-conversion,
body.nmc-public main.nmc-portal-center-page .nmc-center-premium-conversion {
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, .62fr) !important;
  gap: 14px !important;
}
body.nmc-public main.trasterospub-center-page .nmc-center-premium-main,
body.nmc-public main.nmc-direct-center-page .nmc-center-premium-main,
body.nmc-public main.nmc-portal-center-page .nmc-center-premium-main {
  border-radius: 26px !important;
  background: #fff !important;
  box-shadow: 0 15px 44px rgba(23,24,28,.06) !important;
}
body.nmc-public main.trasterospub-center-page .nmc-center-next-step-card,
body.nmc-public main.nmc-direct-center-page .nmc-center-next-step-card,
body.nmc-public main.nmc-portal-center-page .nmc-center-next-step-card {
  border-radius: 26px !important;
  background: linear-gradient(150deg, #17181c 0%, #292a30 58%, #72080f 100%) !important;
  box-shadow: 0 20px 56px rgba(23,24,28,.14) !important;
}
body.nmc-public main.trasterospub-center-page .nmc-center-next-step-card :where(h3,p,span),
body.nmc-public main.nmc-direct-center-page .nmc-center-next-step-card :where(h3,p,span),
body.nmc-public main.nmc-portal-center-page .nmc-center-next-step-card :where(h3,p,span) {
  color: #fff !important;
}
body.nmc-public main.trasterospub-center-page .nmc-center-next-step-card p,
body.nmc-public main.nmc-direct-center-page .nmc-center-next-step-card p,
body.nmc-public main.nmc-portal-center-page .nmc-center-next-step-card p {
  color: rgba(255,255,255,.76) !important;
}
body.nmc-public main.trasterospub-center-page .nmc-center-premium-facts,
body.nmc-public main.nmc-direct-center-page .nmc-center-premium-facts,
body.nmc-public main.nmc-portal-center-page .nmc-center-premium-facts {
  gap: 9px !important;
}
body.nmc-public main.trasterospub-center-page .nmc-center-premium-facts article,
body.nmc-public main.nmc-direct-center-page .nmc-center-premium-facts article,
body.nmc-public main.nmc-portal-center-page .nmc-center-premium-facts article {
  min-height: 104px !important;
  padding: 14px !important;
  border-radius: 17px !important;
  background: #f7f7f5 !important;
  box-shadow: none !important;
}

/* Tarjetas de usos/tamanos: compactas y consistentes. */
body.nmc-public main.trasterospub-center-page :where(.nmc-center-use-grid,.nmc-center-size-guide,.nmc-premium-essentials-grid,.nmc-center-blueprint-grid),
body.nmc-public main.nmc-direct-center-page :where(.nmc-center-use-grid,.nmc-center-size-guide,.nmc-premium-essentials-grid,.nmc-center-blueprint-grid),
body.nmc-public main.nmc-portal-center-page :where(.nmc-center-use-grid,.nmc-center-size-guide,.nmc-premium-essentials-grid,.nmc-center-blueprint-grid) {
  gap: 10px !important;
}
body.nmc-public main.trasterospub-center-page :where(.nmc-center-use-grid,.nmc-center-size-guide,.nmc-premium-essentials-grid,.nmc-center-blueprint-grid) article,
body.nmc-public main.nmc-direct-center-page :where(.nmc-center-use-grid,.nmc-center-size-guide,.nmc-premium-essentials-grid,.nmc-center-blueprint-grid) article,
body.nmc-public main.nmc-portal-center-page :where(.nmc-center-use-grid,.nmc-center-size-guide,.nmc-premium-essentials-grid,.nmc-center-blueprint-grid) article {
  min-height: 170px !important;
  padding: 19px !important;
  border: 1px solid rgba(23,24,28,.09) !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: none !important;
}
body.nmc-public main.trasterospub-center-page :where(.nmc-center-use-grid,.nmc-center-size-guide,.nmc-premium-essentials-grid,.nmc-center-blueprint-grid) article:hover,
body.nmc-public main.nmc-direct-center-page :where(.nmc-center-use-grid,.nmc-center-size-guide,.nmc-premium-essentials-grid,.nmc-center-blueprint-grid) article:hover,
body.nmc-public main.nmc-portal-center-page :where(.nmc-center-use-grid,.nmc-center-size-guide,.nmc-premium-essentials-grid,.nmc-center-blueprint-grid) article:hover {
  border-color: rgba(227,6,19,.21) !important;
}
body.nmc-public main.trasterospub-center-page :where(.nmc-center-use-grid,.nmc-center-size-guide,.nmc-premium-essentials-grid,.nmc-center-blueprint-grid) :where(strong,h3),
body.nmc-public main.nmc-direct-center-page :where(.nmc-center-use-grid,.nmc-center-size-guide,.nmc-premium-essentials-grid,.nmc-center-blueprint-grid) :where(strong,h3),
body.nmc-public main.nmc-portal-center-page :where(.nmc-center-use-grid,.nmc-center-size-guide,.nmc-premium-essentials-grid,.nmc-center-blueprint-grid) :where(strong,h3) {
  color: var(--nmc-polish-ink) !important;
}
body.nmc-public main.trasterospub-center-page :where(.nmc-center-use-grid,.nmc-center-size-guide,.nmc-premium-essentials-grid,.nmc-center-blueprint-grid) p,
body.nmc-public main.nmc-direct-center-page :where(.nmc-center-use-grid,.nmc-center-size-guide,.nmc-premium-essentials-grid,.nmc-center-blueprint-grid) p,
body.nmc-public main.nmc-portal-center-page :where(.nmc-center-use-grid,.nmc-center-size-guide,.nmc-premium-essentials-grid,.nmc-center-blueprint-grid) p {
  color: var(--nmc-polish-muted) !important;
  line-height: 1.48 !important;
}

/* Bloques oscuros: proteccion explicita de contraste. */
body.nmc-public main.trasterospub-center-page :where(.nmc-real-availability,.nmc-center-next-step-card),
body.nmc-public main.nmc-direct-center-page :where(.nmc-real-availability,.nmc-center-next-step-card),
body.nmc-public main.nmc-portal-center-page :where(.nmc-real-availability,.nmc-center-next-step-card) {
  color: #fff !important;
}
body.nmc-public main.trasterospub-center-page :where(.nmc-real-availability,.nmc-center-next-step-card) :where(h2,h3,strong),
body.nmc-public main.nmc-direct-center-page :where(.nmc-real-availability,.nmc-center-next-step-card) :where(h2,h3,strong),
body.nmc-public main.nmc-portal-center-page :where(.nmc-real-availability,.nmc-center-next-step-card) :where(h2,h3,strong) {
  color: #fff !important;
}
body.nmc-public main.trasterospub-center-page .nmc-real-availability,
body.nmc-public main.nmc-direct-center-page .nmc-real-availability,
body.nmc-public main.nmc-portal-center-page .nmc-real-availability {
  border-radius: 28px !important;
  background: linear-gradient(145deg, #17181c 0%, #282930 62%, #52070c 100%) !important;
  box-shadow: 0 22px 64px rgba(23,24,28,.16) !important;
}
body.nmc-public main.trasterospub-center-page .nmc-real-availability p,
body.nmc-public main.nmc-direct-center-page .nmc-real-availability p,
body.nmc-public main.nmc-portal-center-page .nmc-real-availability p {
  color: rgba(255,255,255,.76) !important;
}

/* Formularios, inventario y ubicacion. */
body.nmc-public main.trasterospub-center-page :where(.guided-request,.lead-form,.tp-available,.tp-location,.nmc-center-location-section) input,
body.nmc-public main.trasterospub-center-page :where(.guided-request,.lead-form,.tp-available,.tp-location,.nmc-center-location-section) select,
body.nmc-public main.trasterospub-center-page :where(.guided-request,.lead-form,.tp-available,.tp-location,.nmc-center-location-section) textarea,
body.nmc-public main.nmc-direct-center-page :where(.guided-request,.lead-form,.tp-available,.tp-location,.nmc-center-location-section) input,
body.nmc-public main.nmc-direct-center-page :where(.guided-request,.lead-form,.tp-available,.tp-location,.nmc-center-location-section) select,
body.nmc-public main.nmc-direct-center-page :where(.guided-request,.lead-form,.tp-available,.tp-location,.nmc-center-location-section) textarea {
  border-radius: 12px !important;
  background: #fff !important;
  color: var(--nmc-polish-ink) !important;
}
body.nmc-public main.trasterospub-center-page iframe,
body.nmc-public main.nmc-direct-center-page iframe,
body.nmc-public main.nmc-portal-center-page iframe {
  max-width: 100%;
}
body.nmc-public main.trasterospub-center-page .nmc-booking-embed,
body.nmc-public main.nmc-direct-center-page .nmc-booking-embed,
body.nmc-public main.nmc-portal-center-page .nmc-booking-embed {
  border-radius: 28px !important;
  background: #fff !important;
  box-shadow: var(--nmc-polish-shadow) !important;
}

@media (max-width: 1080px) {
  body.nmc-public main.nmc-corporate-page .nmc-corporate-hero,
  body.nmc-public main.trasterospub-center-page .tp-hero,
  body.nmc-public main.nmc-direct-center-page .tp-hero,
  body.nmc-public main.nmc-portal-center-page .tp-hero,
  body.nmc-public main.trasterospub-center-page .nmc-center-premium-conversion,
  body.nmc-public main.nmc-direct-center-page .nmc-center-premium-conversion,
  body.nmc-public main.nmc-portal-center-page .nmc-center-premium-conversion {
    grid-template-columns: 1fr !important;
  }
  body.nmc-public main.nmc-corporate-page .nmc-corporate-copy { min-height: 0; }
  body.nmc-public main.nmc-corporate-page .nmc-corporate-grid,
  body.nmc-public main.nmc-corporate-page .nmc-job-grid {
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  }
  body.nmc-public main.trasterospub-center-page .tp-hero-copy,
  body.nmc-public main.nmc-direct-center-page .tp-hero-copy,
  body.nmc-public main.nmc-portal-center-page .tp-hero-copy { min-height: 0; }
}

@media (max-width: 700px) {
  body.nmc-public main.nmc-corporate-page { padding-bottom: 58px; }
  body.nmc-public main.nmc-corporate-page .nmc-corporate-hero { padding: 14px 0 34px !important; }
  body.nmc-public main.nmc-corporate-page .nmc-corporate-copy,
  body.nmc-public main.nmc-corporate-page .nmc-corporate-panel,
  body.nmc-public main.trasterospub-center-page .tp-hero-copy,
  body.nmc-public main.nmc-direct-center-page .tp-hero-copy,
  body.nmc-public main.nmc-portal-center-page .tp-hero-copy,
  body.nmc-public main.trasterospub-center-page .tp-promo-card,
  body.nmc-public main.nmc-direct-center-page .tp-promo-card,
  body.nmc-public main.nmc-portal-center-page .tp-promo-card {
    border-radius: 22px !important;
  }
  body.nmc-public main.nmc-corporate-page .nmc-corporate-copy { padding: 29px 23px !important; }
  body.nmc-public main.nmc-corporate-page .nmc-corporate-panel { min-height: 350px; padding: 24px !important; }
  body.nmc-public main.nmc-corporate-page .nmc-corporate-copy h1,
  body.nmc-public main.trasterospub-center-page .tp-hero-copy h1,
  body.nmc-public main.nmc-direct-center-page .tp-hero-copy h1,
  body.nmc-public main.nmc-portal-center-page .tp-hero-copy h1 {
    font-size: clamp(2.35rem, 12vw, 3.5rem) !important;
    line-height: 1 !important;
  }
  body.nmc-public main.nmc-corporate-page .hero-actions,
  body.nmc-public main.trasterospub-center-page .tp-actions,
  body.nmc-public main.nmc-direct-center-page .tp-actions,
  body.nmc-public main.nmc-portal-center-page .tp-actions {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  body.nmc-public main.nmc-corporate-page .hero-btn,
  body.nmc-public main.trasterospub-center-page .tp-btn,
  body.nmc-public main.nmc-direct-center-page .tp-btn,
  body.nmc-public main.nmc-portal-center-page .tp-btn {
    width: 100%;
  }
  body.nmc-public main.nmc-corporate-page .nmc-corporate-grid,
  body.nmc-public main.nmc-corporate-page .nmc-job-grid,
  body.nmc-public main.nmc-corporate-page .nmc-corporate-form-grid {
    grid-template-columns: 1fr !important;
  }
  body.nmc-public main.nmc-corporate-page .nmc-corporate-card,
  body.nmc-public main.nmc-corporate-page .nmc-job-card {
    min-height: 0;
  }
  body.nmc-public main.nmc-corporate-page .nmc-corporate-form { padding: 28px 19px !important; border-radius: 22px !important; }
  body.nmc-public main.trasterospub-center-page .tp-hero-copy,
  body.nmc-public main.nmc-direct-center-page .tp-hero-copy,
  body.nmc-public main.nmc-portal-center-page .tp-hero-copy { padding: 31px 22px !important; }
  body.nmc-public main.trasterospub-center-page :where(.nmc-center-blueprint,.nmc-center-use-size,.nmc-center-premium-essentials,.nmc-center-location-section,.tp-center-intro,.tp-sizes,.tp-available),
  body.nmc-public main.nmc-direct-center-page :where(.nmc-center-blueprint,.nmc-center-use-size,.nmc-center-premium-essentials,.nmc-center-location-section,.tp-center-intro,.tp-sizes,.tp-available),
  body.nmc-public main.nmc-portal-center-page :where(.nmc-center-blueprint,.nmc-center-use-size,.nmc-center-premium-essentials,.nmc-center-location-section,.tp-center-intro,.tp-sizes,.tp-available) {
    padding: 20px !important;
    border-radius: 22px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.nmc-public main.nmc-corporate-page *,
  body.nmc-public main.trasterospub-center-page *,
  body.nmc-public main.nmc-direct-center-page *,
  body.nmc-public main.nmc-portal-center-page * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
