/* Hub Comercial Estadual — hero compacto + header enxuto */
html:has(body[data-page-type="hub_comercial_estado"]){
  scroll-padding-top:88px;
}
body[data-page-type="hub_comercial_estado"] .header-inner{
  height:72px;
  gap:20px;
}
body[data-page-type="hub_comercial_estado"] .main-nav{
  gap:14px;
  font-size:13px;
}
body[data-page-type="hub_comercial_estado"] .hero{
  min-height:0;
}
body[data-page-type="hub_comercial_estado"] .hero-layout{
  min-height:0;
  padding-bottom:48px;
  align-items:center;
}
body[data-page-type="hub_comercial_estado"] .hero h1{
  font-size:clamp(28px,3.6vw,40px);
  max-width:18ch;
}
body[data-page-type="hub_comercial_estado"] .hero-copy > p{
  max-width:52ch;
}
@media (max-width:900px){
  html:has(body[data-page-type="hub_comercial_estado"]){
    scroll-padding-top:84px;
  }
  body[data-page-type="hub_comercial_estado"] .header-inner{height:68px}
}
@media (max-width:760px){
  body[data-page-type="hub_comercial_estado"] .hero-layout{
    padding-bottom:36px;
  }
}

/* =========================================================
   MASTER HUB ESTADUAL V1.0 — S03 Authority / Consultoria
   Escopo: hubs comerciais estaduais (não é CSS global)
   ========================================================= */
body[data-page-type="hub_comercial_estado"] .mhe-intro{
  max-width:72ch;
  margin:0 0 28px;
  display:grid;
  gap:14px;
}
body[data-page-type="hub_comercial_estado"] .mhe-intro p{
  margin:0;
  font-size:16px;
  line-height:1.65;
  color:#3d4a5c;
}
body[data-page-type="hub_comercial_estado"] .mhe-grid{
  display:grid;
  gap:16px;
}
body[data-page-type="hub_comercial_estado"] .mhe-grid--profiles{
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin:0 0 36px;
}
body[data-page-type="hub_comercial_estado"] .mhe-card{
  display:flex;
  flex-direction:column;
  gap:10px;
  min-height:100%;
  padding:22px 20px;
  border:1px solid #e3e8ef;
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 28px rgba(6,20,38,.05);
}
body[data-page-type="hub_comercial_estado"] .mhe-card__label{
  margin:0;
  font-size:11px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#5f6b7a;
}
body[data-page-type="hub_comercial_estado"] .mhe-card__title{
  margin:0;
  font-size:18px;
  line-height:1.25;
  color:var(--navy,#04111f);
}
body[data-page-type="hub_comercial_estado"] .mhe-card__text{
  margin:0;
  flex:1;
  font-size:14px;
  line-height:1.55;
  color:#5f6b7a;
}
body[data-page-type="hub_comercial_estado"] .mhe-card__cta{
  align-self:flex-start;
  margin-top:6px;
  text-align:center;
}
body[data-page-type="hub_comercial_estado"] .mhe-block{
  margin:0 0 32px;
}
body[data-page-type="hub_comercial_estado"] .mhe-subtitle{
  margin:0 0 16px;
  font-size:clamp(20px,2.2vw,26px);
  line-height:1.25;
  color:var(--navy,#04111f);
}
body[data-page-type="hub_comercial_estado"] .mhe-grid--reasons{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
body[data-page-type="hub_comercial_estado"] .mhe-reason{
  padding:18px 16px;
  border-radius:14px;
  border:1px solid #e8edf3;
  background:linear-gradient(180deg,#fbfcfe 0%,#f4f7fb 100%);
}
body[data-page-type="hub_comercial_estado"] .mhe-reason__title{
  margin:0 0 8px;
  font-size:15px;
  color:var(--navy,#04111f);
}
body[data-page-type="hub_comercial_estado"] .mhe-reason__text{
  margin:0;
  font-size:13px;
  line-height:1.5;
  color:#5f6b7a;
}
body[data-page-type="hub_comercial_estado"] .mhe-box{
  margin:0 0 32px;
  padding:24px 26px;
  border-radius:18px;
  border:1px solid #f0d5d8;
  background:linear-gradient(135deg,#fff8f8 0%,#fff 55%,#f7fafc 100%);
  box-shadow:0 12px 30px rgba(204,0,51,.06);
}
body[data-page-type="hub_comercial_estado"] .mhe-box__title{
  margin:0 0 12px;
  font-size:clamp(18px,2vw,22px);
  color:var(--navy,#04111f);
}
body[data-page-type="hub_comercial_estado"] .mhe-box p{
  margin:0 0 12px;
  max-width:68ch;
  font-size:15px;
  line-height:1.6;
  color:#3d4a5c;
}
body[data-page-type="hub_comercial_estado"] .mhe-box p:last-child{
  margin-bottom:0;
}
body[data-page-type="hub_comercial_estado"] .mhe-cta{
  padding:26px 24px;
  border-radius:18px;
  border:1px solid #e3e8ef;
  background:#fff;
  text-align:center;
}
body[data-page-type="hub_comercial_estado"] .mhe-cta__title{
  margin:0 0 16px;
  font-size:clamp(18px,2vw,24px);
  color:var(--navy,#04111f);
}
body[data-page-type="hub_comercial_estado"] .mhe-cta__actions{
  justify-content:center;
  margin:0;
  flex-wrap:wrap;
  gap:12px;
}
@media (max-width:1100px){
  body[data-page-type="hub_comercial_estado"] .mhe-grid--profiles,
  body[data-page-type="hub_comercial_estado"] .mhe-grid--reasons{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:640px){
  body[data-page-type="hub_comercial_estado"] .mhe-grid--profiles,
  body[data-page-type="hub_comercial_estado"] .mhe-grid--reasons{
    grid-template-columns:1fr;
  }
  body[data-page-type="hub_comercial_estado"] .mhe-cta__actions .button{
    width:100%;
  }
}

/* =========================================================
   MASTER HUB ESTADUAL V1.0 — S04 Critérios de escolha
   Escopo: hubs comerciais estaduais (não é CSS global)
   ========================================================= */
body[data-page-type="hub_comercial_estado"] .mhe-intro--criteria{
  margin-bottom:28px;
}
body[data-page-type="hub_comercial_estado"] .mhe-criteria{
  list-style:none;
  margin:0 0 32px;
  padding:0;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
body[data-page-type="hub_comercial_estado"] .mhe-criteria__item{
  margin:0;
  min-width:0;
}
body[data-page-type="hub_comercial_estado"] .mhe-factor{
  display:flex;
  flex-direction:column;
  gap:10px;
  height:100%;
  padding:20px 18px;
  border:1px solid #e8edf3;
  border-radius:16px;
  background:#fcfdff;
  box-shadow:none;
}
body[data-page-type="hub_comercial_estado"] .mhe-factor__mark{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:999px;
  border:1px solid #e3e8ef;
  background:#fff;
  color:var(--navy,#04111f);
  font-size:12px;
  font-weight:800;
}
body[data-page-type="hub_comercial_estado"] .mhe-factor__title{
  margin:0;
  font-size:17px;
  line-height:1.25;
  font-weight:800;
  color:var(--navy,#04111f);
}
body[data-page-type="hub_comercial_estado"] .mhe-factor__text{
  margin:0;
  font-size:14px;
  line-height:1.55;
  color:#5f6b7a;
}
body[data-page-type="hub_comercial_estado"] .mhe-box--criteria{
  margin-bottom:28px;
}
body[data-page-type="hub_comercial_estado"] .mhe-cta__lead{
  margin:0 auto 16px;
  max-width:54ch;
  font-size:15px;
  line-height:1.55;
  color:#5f6b7a;
}
body[data-page-type="hub_comercial_estado"] .bh-section--muted .mhe-cta{
  background:#fff;
  border-color:#dfe6ee;
}
@media (max-width:1100px){
  body[data-page-type="hub_comercial_estado"] .mhe-criteria{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:640px){
  body[data-page-type="hub_comercial_estado"] .mhe-criteria{
    grid-template-columns:1fr;
  }
}

/* =========================================================
   MASTER HUB ESTADUAL V1.0 — S05 Leitura regional
   Escopo: hubs comerciais estaduais (não é CSS global)
   ========================================================= */
body[data-page-type="hub_comercial_estado"] .mhe-intro--regional{
  margin-bottom:28px;
}
body[data-page-type="hub_comercial_estado"] .mhe-region-grid{
  list-style:none;
  margin:0 0 20px;
  padding:0;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
body[data-page-type="hub_comercial_estado"] .mhe-region-grid__item{
  margin:0;
  min-width:0;
}
body[data-page-type="hub_comercial_estado"] .mhe-region-card{
  display:flex;
  flex-direction:column;
  gap:10px;
  height:100%;
  padding:22px 20px;
  border:1px solid #dde5ee;
  border-radius:18px;
  background:linear-gradient(180deg,#ffffff 0%,#f7fafc 100%);
}
body[data-page-type="hub_comercial_estado"] .mhe-region-card__mark{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:#eef3f8;
  color:var(--navy,#04111f);
  font-size:13px;
  font-weight:800;
}
body[data-page-type="hub_comercial_estado"] .mhe-region-card__title{
  margin:0;
  font-size:18px;
  line-height:1.25;
  font-weight:800;
  color:var(--navy,#04111f);
}
body[data-page-type="hub_comercial_estado"] .mhe-region-card__text{
  margin:0;
  font-size:14px;
  line-height:1.55;
  color:#5f6b7a;
}
body[data-page-type="hub_comercial_estado"] .mhe-region-notes{
  list-style:none;
  margin:0 0 28px;
  padding:0;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
body[data-page-type="hub_comercial_estado"] .mhe-region-note{
  margin:0;
  padding:16px 18px;
  border-radius:14px;
  border:1px dashed #d5dee8;
  background:#fbfcfe;
}
body[data-page-type="hub_comercial_estado"] .mhe-region-note__title{
  margin:0 0 6px;
  font-size:15px;
  line-height:1.3;
  color:var(--navy,#04111f);
}
body[data-page-type="hub_comercial_estado"] .mhe-region-note__text{
  margin:0;
  font-size:13px;
  line-height:1.5;
  color:#5f6b7a;
}
body[data-page-type="hub_comercial_estado"] .mhe-box--regional{
  margin-bottom:28px;
}
body[data-page-type="hub_comercial_estado"] .mhe-cta--regional{
  text-align:left;
}
body[data-page-type="hub_comercial_estado"] .mhe-cta--regional .mhe-cta__title,
body[data-page-type="hub_comercial_estado"] .mhe-cta--regional .mhe-cta__lead{
  text-align:left;
  margin-left:0;
  margin-right:0;
}
body[data-page-type="hub_comercial_estado"] .mhe-cta--regional .mhe-cta__actions{
  justify-content:flex-start;
}
@media (max-width:1100px){
  body[data-page-type="hub_comercial_estado"] .mhe-region-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  body[data-page-type="hub_comercial_estado"] .mhe-region-grid__item:last-child{
    grid-column:1 / -1;
    max-width:100%;
  }
}
@media (max-width:640px){
  body[data-page-type="hub_comercial_estado"] .mhe-region-grid,
  body[data-page-type="hub_comercial_estado"] .mhe-region-notes{
    grid-template-columns:1fr;
  }
  body[data-page-type="hub_comercial_estado"] .mhe-region-grid__item:last-child{
    grid-column:auto;
  }
  body[data-page-type="hub_comercial_estado"] .mhe-cta--regional .mhe-cta__actions .button{
    width:100%;
  }
}

/* =========================================================
   MASTER HUB ESTADUAL V1.0 — S06 Comparação de propostas
   Escopo: hubs comerciais estaduais (não é CSS global)
   ========================================================= */
body[data-page-type="hub_comercial_estado"] .mhe-intro--comparison{
  margin-bottom:24px;
}
body[data-page-type="hub_comercial_estado"] .mhe-compare{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin:0 0 28px;
}
body[data-page-type="hub_comercial_estado"] .mhe-compare__group{
  margin:0;
  padding:20px 18px;
  border-radius:16px;
  border:1px solid #e3e8ef;
  background:#fff;
}
body[data-page-type="hub_comercial_estado"] .mhe-compare__group--positive{
  border-color:#d7e3ef;
  background:#f8fbfd;
}
body[data-page-type="hub_comercial_estado"] .mhe-compare__group--attention{
  border-color:#e6e0d8;
  background:#fcfbf9;
}
body[data-page-type="hub_comercial_estado"] .mhe-compare__title{
  margin:0 0 14px;
  font-size:17px;
  line-height:1.3;
  font-weight:800;
  color:var(--navy,#04111f);
}
body[data-page-type="hub_comercial_estado"] .mhe-compare__list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:10px;
}
body[data-page-type="hub_comercial_estado"] .mhe-compare__item{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin:0;
  font-size:14px;
  line-height:1.45;
  color:#3d4a5c;
}
body[data-page-type="hub_comercial_estado"] .mhe-compare__mark{
  flex:0 0 auto;
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  line-height:1;
}
body[data-page-type="hub_comercial_estado"] .mhe-compare__group--positive .mhe-compare__mark{
  background:#e8eef5;
  color:var(--navy,#04111f);
}
body[data-page-type="hub_comercial_estado"] .mhe-compare__group--attention .mhe-compare__mark{
  background:#f1ebe3;
  color:#5a4f43;
}
body[data-page-type="hub_comercial_estado"] .mhe-validation{
  margin:0 0 28px;
  padding:22px 20px;
  border-radius:16px;
  border:1px solid #e3e8ef;
  background:#fff;
}
body[data-page-type="hub_comercial_estado"] .mhe-validation__title{
  margin:0 0 8px;
  font-size:18px;
  line-height:1.3;
  color:var(--navy,#04111f);
}
body[data-page-type="hub_comercial_estado"] .mhe-validation__intro{
  margin:0 0 14px;
  font-size:14px;
  line-height:1.55;
  color:#5f6b7a;
}
body[data-page-type="hub_comercial_estado"] .mhe-validation__list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:12px;
}
body[data-page-type="hub_comercial_estado"] .mhe-validation__item{
  display:flex;
  align-items:flex-start;
  gap:12px;
  margin:0;
  font-size:15px;
  line-height:1.45;
  color:#3d4a5c;
}
body[data-page-type="hub_comercial_estado"] .mhe-validation__mark{
  flex:0 0 auto;
  width:18px;
  height:18px;
  margin-top:2px;
  border:1.5px solid #c5d0dc;
  border-radius:4px;
  background:#fff;
}
body[data-page-type="hub_comercial_estado"] .mhe-box--comparison{
  margin-bottom:28px;
}
body[data-page-type="hub_comercial_estado"] .mhe-cta--comparison .mhe-cta__actions{
  justify-content:flex-start;
}
@media (max-width:1100px){
  body[data-page-type="hub_comercial_estado"] .mhe-compare{
    grid-template-columns:1fr;
  }
}
@media (max-width:640px){
  body[data-page-type="hub_comercial_estado"] .mhe-cta--comparison .mhe-cta__actions .button{
    width:100%;
  }
}

/* =========================================================
   MASTER HUB ESTADUAL V1.0 — S07 Fatores do valor
   Escopo: hubs comerciais estaduais (não é CSS global)
   ========================================================= */
body[data-page-type="hub_comercial_estado"] .mhe-intro--price{
  margin-bottom:24px;
}
body[data-page-type="hub_comercial_estado"] .mhe-price-composition{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  margin:0 0 24px;
  border:1px solid #e3e8ef;
  border-radius:18px;
  overflow:hidden;
  background:#fff;
}
body[data-page-type="hub_comercial_estado"] .mhe-price-group{
  margin:0;
  padding:24px 20px;
  border-right:1px solid #e8edf3;
  background:linear-gradient(180deg,#ffffff 0%,#f9fbfd 100%);
}
body[data-page-type="hub_comercial_estado"] .mhe-price-group:last-child{
  border-right:0;
}
body[data-page-type="hub_comercial_estado"] .mhe-price-group__index{
  display:inline-block;
  margin:0 0 10px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  color:#5f6b7a;
}
body[data-page-type="hub_comercial_estado"] .mhe-price-group__title{
  margin:0 0 8px;
  font-size:18px;
  line-height:1.25;
  font-weight:800;
  color:var(--navy,#04111f);
}
body[data-page-type="hub_comercial_estado"] .mhe-price-group__text{
  margin:0 0 14px;
  font-size:14px;
  line-height:1.55;
  color:#5f6b7a;
}
body[data-page-type="hub_comercial_estado"] .mhe-price-group__list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:8px;
}
body[data-page-type="hub_comercial_estado"] .mhe-price-group__item{
  position:relative;
  margin:0;
  padding-left:14px;
  font-size:14px;
  line-height:1.45;
  color:#3d4a5c;
}
body[data-page-type="hub_comercial_estado"] .mhe-price-group__item::before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:6px;
  height:6px;
  border-radius:999px;
  background:#c5d0dc;
}
body[data-page-type="hub_comercial_estado"] .mhe-price-note{
  margin:0 0 24px;
  padding:18px 20px;
  border-radius:14px;
  border:1px dashed #d5dee8;
  background:#fbfcfe;
}
body[data-page-type="hub_comercial_estado"] .mhe-price-note__title{
  margin:0 0 6px;
  font-size:16px;
  line-height:1.3;
  color:var(--navy,#04111f);
}
body[data-page-type="hub_comercial_estado"] .mhe-price-note__text{
  margin:0;
  max-width:68ch;
  font-size:14px;
  line-height:1.55;
  color:#5f6b7a;
}
body[data-page-type="hub_comercial_estado"] .mhe-box--price{
  margin-bottom:28px;
}
body[data-page-type="hub_comercial_estado"] .mhe-cta--price .mhe-cta__actions{
  justify-content:flex-start;
}
@media (max-width:1100px){
  body[data-page-type="hub_comercial_estado"] .mhe-price-composition{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  body[data-page-type="hub_comercial_estado"] .mhe-price-group{
    border-right:0;
    border-bottom:1px solid #e8edf3;
  }
  body[data-page-type="hub_comercial_estado"] .mhe-price-group:nth-child(2){
    border-right:0;
  }
  body[data-page-type="hub_comercial_estado"] .mhe-price-group:last-child{
    grid-column:1 / -1;
    border-bottom:0;
  }
}
@media (max-width:640px){
  body[data-page-type="hub_comercial_estado"] .mhe-price-composition{
    grid-template-columns:1fr;
  }
  body[data-page-type="hub_comercial_estado"] .mhe-price-group:last-child{
    grid-column:auto;
  }
  body[data-page-type="hub_comercial_estado"] .mhe-cta--price .mhe-cta__actions .button{
    width:100%;
  }
}

/* =========================================================
   MASTER HUB ESTADUAL V1.0 — S08 Validação da rede
   Escopo: hubs comerciais estaduais (não é CSS global)
   ========================================================= */
body[data-page-type="hub_comercial_estado"] .mhe-intro--network{
  margin-bottom:24px;
}
body[data-page-type="hub_comercial_estado"] .mhe-network-flow{
  list-style:none;
  margin:0 0 24px;
  padding:0;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  counter-reset:none;
  border:1px solid #e3e8ef;
  border-radius:18px;
  background:#fff;
  overflow:hidden;
}
body[data-page-type="hub_comercial_estado"] .mhe-network-step{
  position:relative;
  margin:0;
  min-width:0;
}
body[data-page-type="hub_comercial_estado"] .mhe-network-step:not(:last-child)::after{
  content:"";
  position:absolute;
  top:34px;
  right:0;
  width:1px;
  height:calc(100% - 56px);
  background:#e8edf3;
}
body[data-page-type="hub_comercial_estado"] .mhe-network-step__content{
  padding:22px 20px 24px;
}
body[data-page-type="hub_comercial_estado"] .mhe-network-step__index{
  display:inline-block;
  margin:0 0 10px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  color:#5f6b7a;
}
body[data-page-type="hub_comercial_estado"] .mhe-network-step__title{
  margin:0 0 8px;
  font-size:17px;
  line-height:1.3;
  font-weight:800;
  color:var(--navy,#04111f);
}
body[data-page-type="hub_comercial_estado"] .mhe-network-step__text{
  margin:0 0 12px;
  font-size:14px;
  line-height:1.55;
  color:#5f6b7a;
}
body[data-page-type="hub_comercial_estado"] .mhe-network-step__list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:8px;
}
body[data-page-type="hub_comercial_estado"] .mhe-network-step__item{
  position:relative;
  margin:0;
  padding-left:14px;
  font-size:14px;
  line-height:1.45;
  color:#3d4a5c;
}
body[data-page-type="hub_comercial_estado"] .mhe-network-step__item::before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:6px;
  height:6px;
  border-radius:999px;
  background:#c5d0dc;
}
body[data-page-type="hub_comercial_estado"] .mhe-network-note{
  margin:0 0 18px;
  padding:18px 20px;
  border-radius:14px;
  border:1px dashed #d5dee8;
  background:#fbfcfe;
}
body[data-page-type="hub_comercial_estado"] .mhe-network-note__title{
  margin:0 0 6px;
  font-size:16px;
  line-height:1.3;
  color:var(--navy,#04111f);
}
body[data-page-type="hub_comercial_estado"] .mhe-network-note__text{
  margin:0;
  max-width:68ch;
  font-size:14px;
  line-height:1.55;
  color:#5f6b7a;
}
body[data-page-type="hub_comercial_estado"] .mhe-network-bridge{
  margin:0 0 28px;
  padding:4px 2px 0;
}
body[data-page-type="hub_comercial_estado"] .mhe-network-bridge__title{
  margin:0 0 6px;
  font-size:16px;
  line-height:1.3;
  color:var(--navy,#04111f);
}
body[data-page-type="hub_comercial_estado"] .mhe-network-bridge__text{
  margin:0;
  max-width:68ch;
  font-size:14px;
  line-height:1.55;
  color:#5f6b7a;
}
body[data-page-type="hub_comercial_estado"] .mhe-cta--network .mhe-cta__actions{
  justify-content:flex-start;
}
@media (max-width:1100px){
  body[data-page-type="hub_comercial_estado"] .mhe-network-flow{
    grid-template-columns:1fr;
  }
  body[data-page-type="hub_comercial_estado"] .mhe-network-step:not(:last-child)::after{
    top:auto;
    right:auto;
    left:20px;
    bottom:0;
    width:calc(100% - 40px);
    height:1px;
  }
}
@media (max-width:640px){
  body[data-page-type="hub_comercial_estado"] .mhe-cta--network .mhe-cta__actions .button{
    width:100%;
  }
}

/* =========================================================
   MASTER HUB ESTADUAL V1.0 — S09 Estrutura hospitalar
   Escopo: hubs comerciais estaduais (não é CSS global)
   ========================================================= */
body[data-page-type="hub_comercial_estado"] .mhe-intro--hospital{
  margin-bottom:24px;
}
body[data-page-type="hub_comercial_estado"] .mhe-hospital-matrix{
  margin:0 0 24px;
  border:1px solid #e3e8ef;
  border-radius:18px;
  background:#fff;
}
body[data-page-type="hub_comercial_estado"] .mhe-hospital-row{
  display:grid;
  grid-template-columns:minmax(160px,.9fr) minmax(0,1.6fr);
  gap:18px 28px;
  margin:0;
  padding:20px 22px;
  border-bottom:1px solid #e8edf3;
}
body[data-page-type="hub_comercial_estado"] .mhe-hospital-row:last-child{
  border-bottom:0;
}
body[data-page-type="hub_comercial_estado"] .mhe-hospital-row__label{
  margin:0;
  font-size:16px;
  line-height:1.3;
  font-weight:800;
  color:var(--navy,#04111f);
}
body[data-page-type="hub_comercial_estado"] .mhe-hospital-row__content{
  min-width:0;
}
body[data-page-type="hub_comercial_estado"] .mhe-hospital-row__question{
  margin:0 0 6px;
  font-size:15px;
  line-height:1.45;
  font-weight:700;
  color:#3d4a5c;
}
body[data-page-type="hub_comercial_estado"] .mhe-hospital-row__text{
  margin:0;
  font-size:14px;
  line-height:1.55;
  color:#5f6b7a;
}
body[data-page-type="hub_comercial_estado"] .mhe-hospital-note{
  margin:0 0 28px;
  padding:18px 20px;
  border-radius:14px;
  border:1px dashed #d5dee8;
  background:#fbfcfe;
}
body[data-page-type="hub_comercial_estado"] .mhe-hospital-note__title{
  margin:0 0 6px;
  font-size:16px;
  line-height:1.3;
  color:var(--navy,#04111f);
}
body[data-page-type="hub_comercial_estado"] .mhe-hospital-note__text{
  margin:0;
  max-width:68ch;
  font-size:14px;
  line-height:1.55;
  color:#5f6b7a;
}
body[data-page-type="hub_comercial_estado"] .mhe-cta--hospital .mhe-cta__actions{
  justify-content:flex-start;
}
@media (max-width:900px){
  body[data-page-type="hub_comercial_estado"] .mhe-hospital-row{
    grid-template-columns:1fr;
    gap:8px;
  }
}
@media (max-width:640px){
  body[data-page-type="hub_comercial_estado"] .mhe-cta--hospital .mhe-cta__actions .button{
    width:100%;
  }
}

/* =========================================================
   MASTER HUB ESTADUAL V1.0 — S10 Rota de contratação
   Escopo: hubs comerciais estaduais (não é CSS global)
   ========================================================= */
body[data-page-type="hub_comercial_estado"] .mhe-intro--contract{
  margin-bottom:24px;
}
body[data-page-type="hub_comercial_estado"] .mhe-contract-path{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  margin:0 0 24px;
  position:relative;
}
body[data-page-type="hub_comercial_estado"] .mhe-contract-path::before{
  content:"";
  position:absolute;
  left:6%;
  right:6%;
  top:18px;
  height:1px;
  background:#d7dee8;
  pointer-events:none;
}
body[data-page-type="hub_comercial_estado"] .mhe-contract-stage{
  position:relative;
  z-index:1;
  padding:0 14px 4px;
  text-align:left;
}
body[data-page-type="hub_comercial_estado"] .mhe-contract-stage__marker{
  display:inline-block;
  margin:0 0 14px;
  padding:4px 10px;
  border-radius:999px;
  border:1px solid #d5dee8;
  background:#fff;
  font-size:12px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:.02em;
  color:#3d4a5c;
}
body[data-page-type="hub_comercial_estado"] .mhe-contract-stage__title{
  margin:0 0 8px;
  font-size:16px;
  line-height:1.3;
  font-weight:800;
  color:var(--navy,#04111f);
}
body[data-page-type="hub_comercial_estado"] .mhe-contract-stage__text{
  margin:0;
  font-size:14px;
  line-height:1.55;
  color:#5f6b7a;
}
body[data-page-type="hub_comercial_estado"] .mhe-contract-note{
  margin:0 0 28px;
  padding:18px 20px;
  border-radius:14px;
  border:1px dashed #d5dee8;
  background:#fff;
}
body[data-page-type="hub_comercial_estado"] .mhe-contract-note__title{
  margin:0 0 6px;
  font-size:16px;
  line-height:1.3;
  color:var(--navy,#04111f);
}
body[data-page-type="hub_comercial_estado"] .mhe-contract-note__text{
  margin:0;
  max-width:68ch;
  font-size:14px;
  line-height:1.55;
  color:#5f6b7a;
}
body[data-page-type="hub_comercial_estado"] .mhe-cta--contract .mhe-cta__actions{
  justify-content:flex-start;
}
@media (max-width:1024px){
  body[data-page-type="hub_comercial_estado"] .mhe-contract-path{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:22px 18px;
  }
  body[data-page-type="hub_comercial_estado"] .mhe-contract-path::before{
    display:none;
  }
  body[data-page-type="hub_comercial_estado"] .mhe-contract-stage{
    padding:16px 16px 14px;
    border:1px solid #e3e8ef;
    border-radius:14px;
    background:#fff;
  }
}
@media (max-width:640px){
  body[data-page-type="hub_comercial_estado"] .mhe-contract-path{
    grid-template-columns:1fr;
    gap:14px;
  }
  body[data-page-type="hub_comercial_estado"] .mhe-contract-stage{
    padding:14px 14px 12px;
  }
  body[data-page-type="hub_comercial_estado"] .mhe-cta--contract .mhe-cta__actions .button{
    width:100%;
  }
}


/* =========================================================
   MASTER HUB ESTADUAL V1.0 — FAQ transição para formulário
   ========================================================= */
body[data-page-type="hub_comercial_estado"] .mhe-faq-bridge{
  margin:22px 0 0;
  max-width:68ch;
  font-size:15px;
  line-height:1.55;
  color:#5f6b7a;
}
