.bm-service-single{
  --bm-service-blue:#123d97;
  --bm-service-blue-deep:#0a2a6e;
  --bm-service-blue-soft:#2387ea;
  --bm-service-orange:#ff7b13;
  --bm-service-orange-deep:#d95a00;
  --bm-service-gold:#ffd36d;
  --bm-service-surface:rgba(229,238,255,.18);
  --bm-service-surface-strong:rgba(255,255,255,.22);
  --bm-service-border:rgba(255,255,255,.28);
  --bm-service-shadow:0 28px 52px rgba(9,24,61,.24);
  --bm-service-soft-shadow:0 18px 34px rgba(10,28,73,.14);
  position:relative;
  overflow-x:clip;
  padding:18px 0 30px;
  color:#12345f;
}

.bm-service-single::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top right, rgba(255,211,109,.18), transparent 28%),
    radial-gradient(circle at bottom left, rgba(35,135,234,.14), transparent 30%);
  pointer-events:none;
}

.bm-service-single .bm-wrap{
  width:100%;
  max-width:100%;
  box-sizing:border-box;
  padding:0;
  position:relative;
  z-index:1;
}

.bm-service-single .bm-single-frame-shell{
  display:grid;
  grid-template-columns:var(--bm-frame-rail-width) minmax(0, 1fr) var(--bm-frame-rail-width);
  gap:var(--bm-frame-shell-gap);
  align-items:start;
}

.bm-service-single .bm-single-frame-main{
  min-width:0;
  display:grid;
  gap:0;
}

.bm-service-single .bm-single-frame-shell > .bm-home-stage__side{
  position:sticky;
  top:calc(var(--bm-header-height, 0px) + 14px);
  min-height:0;
  height:auto;
}

.bm-single-mobile-pro{
  display:none;
}

.bm-single-mobile-pro__carousel{
  overflow:hidden;
}

.bm-single-mobile-pro__slide[hidden]{
  display:none !important;
}

.bm-service-single .bm-btn,
.bm-service-chip,
.bm-service-tabs a,
.bm-service-contact-list a{
  box-sizing:border-box;
}

.bm-service-hero{
  margin-bottom:16px;
}

.bm-service-breadcrumb{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  margin:0 0 12px;
  color:rgba(255,255,255,.84);
  font-size:.8rem;
  overflow-wrap:anywhere;
}

.bm-service-breadcrumb a{
  color:rgba(255,255,255,.88);
  text-decoration:none;
}

.bm-service-breadcrumb strong{
  color:#fff;
}

.bm-service-hero__shell{
  position:relative;
  display:grid;
  grid-template-areas:"main actions";
  grid-template-columns:minmax(0,1.92fr) minmax(248px,.48fr);
  gap:20px;
  padding:18px;
  border-radius:30px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.22);
  background:
    radial-gradient(circle at top right, rgba(255,211,109,.24), transparent 30%),
    linear-gradient(126deg, rgba(7,31,82,.95), rgba(18,74,176,.88) 55%, rgba(255,123,19,.76)),
    var(--bm-service-cover) center/cover no-repeat;
  box-shadow:var(--bm-service-shadow), inset 0 1px 0 rgba(255,255,255,.1);
}

.bm-service-hero__shell::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(115deg, rgba(6,18,49,.12), rgba(6,18,49,.02) 42%, rgba(255,255,255,.06));
  pointer-events:none;
}

.bm-service-hero__main,
.bm-service-hero__actions{
  position:relative;
  z-index:2;
  min-width:0;
}

.bm-service-hero__main{
  grid-area:main;
  display:grid;
  grid-template-columns:minmax(196px,244px) minmax(0,1fr);
  gap:18px;
  align-items:stretch;
}

.bm-service-hero__media{
  display:grid;
  gap:12px;
  align-content:start;
  min-width:0;
}

.bm-service-hero__featured{
  overflow:hidden;
  display:grid;
  place-items:center;
  height:clamp(264px, 25vw, 332px);
  min-height:0;
  padding:8px;
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.18);
  background:
    linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.08)),
    rgba(7,24,61,.3);
  box-shadow:var(--bm-service-soft-shadow), inset 0 1px 0 rgba(255,255,255,.14);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

.bm-service-hero__featured img{
  display:block;
  width:auto;
  max-width:100%;
  height:auto;
  max-height:100%;
  object-fit:contain;
  object-position:center;
}

.bm-service-hero__strip{
  display:grid;
  grid-template-columns:repeat(var(--bm-service-strip-cols,4), minmax(0,1fr));
  gap:10px;
}

.bm-service-hero__thumb,
.bm-service-hero__gallery-link{
  display:grid;
  place-items:center;
  min-height:52px;
  border-radius:18px;
  overflow:hidden;
  text-decoration:none;
  border:1px solid rgba(255,255,255,.16);
  background:
    linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.08)),
    rgba(7,24,61,.26);
  box-shadow:var(--bm-service-soft-shadow), inset 0 1px 0 rgba(255,255,255,.12);
}

.bm-service-hero__thumb img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.bm-service-hero__gallery-link{
  align-content:center;
  justify-items:center;
  gap:4px;
  padding:10px;
  color:#fff;
  text-align:center;
  background:
    radial-gradient(circle at top right, rgba(255,211,109,.2), transparent 48%),
    linear-gradient(135deg, rgba(18,61,151,.72), rgba(255,123,19,.58));
}

.bm-service-hero__gallery-link span{
  font-size:.78rem;
  color:rgba(255,255,255,.82);
}

.bm-service-hero__copy{
  display:grid;
  align-content:start;
  gap:10px;
  min-width:0;
  padding:6px 0 4px;
}

.bm-service-hero__eyebrow{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.bm-service-hero__type,
.bm-service-hero__badge,
.bm-service-hero__tier{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 14px;
  border-radius:999px;
  font-size:.78rem;
  font-weight:800;
}

.bm-service-hero__type{
  color:#183b74;
  background:rgba(255,255,255,.94);
}

.bm-service-hero__badge{
  color:#fff;
  background:linear-gradient(135deg, rgba(255,123,19,.98), rgba(214,84,0,.86));
}

.bm-service-hero__tier{
  color:var(--bm-service-blue-deep);
  background:linear-gradient(135deg, var(--bm-service-gold), #ffb74d);
}

.bm-service-affiliate-disclosure{
  margin:10px 0 0;
  color:rgba(255,255,255,.86);
  font-size:.8rem;
  line-height:1.45;
}

.bm-service-hero h1{
  margin:0;
  color:#fff;
  max-width:100%;
  font-size:clamp(1.92rem, 2.3vw, 2.72rem);
  line-height:.94;
  letter-spacing:-.02em;
  overflow-wrap:anywhere;
}

.bm-service-hero__summary{
  margin:0;
  max-width:100%;
  color:rgba(255,255,255,.9);
  font-size:1rem;
  line-height:1.5;
  overflow-wrap:anywhere;
}

.bm-service-hero__meta{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(172px, 1fr));
  gap:9px;
}

.bm-service-chip{
  display:grid;
  gap:4px;
  min-height:38px;
  min-width:0;
  max-width:100%;
  padding:12px 14px;
  border-radius:18px;
  color:#eef4ff;
  text-decoration:none;
  background:linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.08));
  border:1px solid rgba(255,255,255,.2);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14);
}

.bm-service-chip span,
.bm-service-chip strong{
  min-width:0;
  overflow-wrap:anywhere;
}

.bm-service-chip span{
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:rgba(236,244,255,.76);
}

.bm-service-chip strong{
  color:#fff;
  font-size:.94rem;
  font-weight:700;
}

.bm-service-hero__actions{
  grid-area:actions;
  display:grid;
  align-content:start;
  gap:12px;
  width:100%;
  max-width:344px;
  justify-self:end;
  padding:16px;
  border-radius:24px;
  min-width:0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.06)),
    rgba(8,31,79,.18);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:var(--bm-service-soft-shadow), inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

.bm-service-hero__actions-head h2,
.bm-service-panel__head h2{
  margin:4px 0 0;
  color:var(--bm-service-blue-deep);
  font-size:clamp(1.22rem, 1.5vw, 1.55rem);
  overflow-wrap:anywhere;
}

.bm-service-hero__actions-head p{
  margin:0;
  color:rgba(255,255,255,.78);
  line-height:1.5;
}

.bm-service-hero__actions-head{
  display:grid;
  gap:8px;
  margin-bottom:2px;
}

.bm-service-hero__actions-head h2{
  margin:0;
  color:#fff;
  font-size:1.32rem;
  line-height:1.05;
}

.bm-service-panel__eyebrow{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 12px;
  border-radius:999px;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#fff;
  background:linear-gradient(135deg, rgba(255,123,19,.84), rgba(255,179,77,.72));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.22);
}

.bm-service-hero__action{
  width:100%;
  min-height:48px;
  border-radius:16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  text-decoration:none;
  font-size:.92rem;
  font-weight:800;
  line-height:1.3;
  text-align:center;
}

.bm-service-hero__action--primary{
  color:#fff;
  background:linear-gradient(135deg, rgba(255,130,23,.98), rgba(219,92,0,.88));
}

.bm-service-hero__action--whatsapp{
  color:#fff;
  background:linear-gradient(135deg, rgba(25,191,107,.98), rgba(12,143,74,.9));
}

.bm-service-hero__action--ghost{
  color:var(--bm-service-blue-deep);
  background:rgba(255,255,255,.94);
}

.bm-service-hero__action--ghost-alt{
  color:#fff;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.2);
}

.bm-service-hero__mascot{
  position:absolute;
  left:auto;
  right:clamp(252px, 22vw, 344px);
  bottom:16px;
  width:min(164px, 12.8vw);
  display:block;
  pointer-events:none;
  filter:drop-shadow(0 18px 24px rgba(7,21,52,.28));
  z-index:4;
}

.bm-service-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:18px;
  padding:14px 16px;
  border-radius:22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.18), rgba(201,222,255,.12)),
    rgba(11,45,109,.16);
  border:1px solid rgba(255,255,255,.2);
  box-shadow:var(--bm-service-soft-shadow), inset 0 1px 0 rgba(255,255,255,.1);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.bm-service-tabs a{
  display:inline-flex;
  align-items:center;
  min-width:0;
  max-width:100%;
  gap:10px;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  text-decoration:none;
  font-weight:700;
  color:#f5f9ff;
  background:linear-gradient(180deg, rgba(18,61,151,.5), rgba(8,34,88,.38));
  border:1px solid rgba(255,255,255,.14);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
  overflow-wrap:anywhere;
  transition:background .22s ease, transform .22s ease, box-shadow .22s ease;
}

.bm-service-tabs a:hover,
.bm-service-tabs a.is-active{
  color:#fff;
  background:linear-gradient(135deg, rgba(255,123,19,.96), rgba(18,61,151,.84));
  border-color:rgba(255,255,255,.22);
  box-shadow:0 14px 26px rgba(9,24,61,.18), inset 0 1px 0 rgba(255,255,255,.12);
  transform:translateY(-1px);
}

.bm-service-tabs em{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:24px;
  height:24px;
  border-radius:999px;
  font-style:normal;
  font-size:.72rem;
  color:var(--bm-service-blue-deep);
  background:linear-gradient(135deg, var(--bm-service-gold), #ffb74d);
}

.bm-service-layout{
  display:grid;
  grid-template-columns:minmax(0,1.68fr) minmax(300px,.82fr);
  gap:20px;
  align-items:start;
}

.bm-service-layout--full{
  grid-template-columns:1fr;
}

.bm-service-content,
.bm-service-sidebar{
  min-width:0;
}

.bm-service-sidebar{
  position:sticky;
  top:14px;
}

.bm-service-stage{
  display:none;
  gap:18px;
}

.bm-service-stage.is-active{
  display:grid;
}

.bm-service-stage[hidden]{
  display:none !important;
}

.bm-service-panel{
  position:relative;
  padding:22px;
  border-radius:24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.26), rgba(213,229,255,.18)),
    rgba(11,45,109,.12);
  border:1px solid rgba(255,255,255,.22);
  box-shadow:var(--bm-service-soft-shadow), inset 0 1px 0 rgba(255,255,255,.14);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  overflow:hidden;
}

.bm-service-panel::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg, rgba(35,135,234,.08), rgba(255,123,19,.06) 72%);
  pointer-events:none;
}

.bm-service-panel > *{
  position:relative;
  z-index:1;
}

.bm-service-panel__head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:14px;
  margin-bottom:18px;
  min-width:0;
}

.bm-service-panel__head > *{
  min-width:0;
}

.bm-service-panel__head a,
.bm-service-panel__count{
  font-size:.86rem;
  font-weight:700;
  color:var(--bm-service-blue);
  text-decoration:none;
  overflow-wrap:anywhere;
}

.bm-service-richtext{
  display:grid;
  gap:12px;
  color:#27456e;
  line-height:1.65;
  overflow-wrap:anywhere;
}

.bm-service-richtext > :first-child{
  margin-top:0;
}

.bm-service-richtext > :last-child{
  margin-bottom:0;
}

.bm-service-stats{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:14px;
  margin:16px 0;
}

.bm-service-stat,
.bm-service-detail-card{
  display:grid;
  gap:6px;
  padding:18px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.22);
  background:linear-gradient(180deg, rgba(26,92,196,.14), rgba(255,185,101,.14));
  box-shadow:var(--bm-service-soft-shadow), inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

.bm-service-stat:nth-child(even),
.bm-service-detail-card:nth-child(even){
  background:linear-gradient(180deg, rgba(26,92,196,.14), rgba(255,185,101,.14));
}

.bm-service-stat strong{
  display:block;
  margin-bottom:6px;
  color:var(--bm-service-blue-deep);
  font-size:clamp(1.2rem, 1.8vw, 1.65rem);
  line-height:1;
}

.bm-service-stat span,
.bm-service-detail-card span{
  display:block;
  color:#4b648b;
  font-size:.86rem;
  line-height:1.35;
  overflow-wrap:anywhere;
}

.bm-service-detail-card strong{
  color:var(--bm-service-blue-deep);
  font-size:1rem;
  font-weight:700;
  line-height:1.45;
  overflow-wrap:anywhere;
}

.bm-service-split{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:16px;
}

.bm-service-panel--mini{
  min-height:100%;
}

.bm-service-token-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.bm-service-token{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  color:var(--bm-service-blue-deep);
  font-weight:700;
  background:linear-gradient(180deg, rgba(255,255,255,.18), rgba(214,229,255,.14));
  border:1px solid rgba(255,255,255,.2);
  box-shadow:var(--bm-service-soft-shadow), inset 0 1px 0 rgba(255,255,255,.12);
}

.bm-service-token--accent{
  color:var(--bm-service-blue-deep);
}

.bm-service-empty p{
  margin:0;
  color:#5f6e87;
  line-height:1.7;
}

.bm-service-detail-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:14px;
}

.bm-service-detail-footer{
  display:flex;
  justify-content:center;
  margin-top:20px;
}

.bm-service-detail-cta{
  min-width:min(320px, 100%);
  min-height:52px;
  border-radius:18px;
  padding:0 20px;
  color:#fff;
  text-decoration:none;
  font-weight:800;
  justify-content:center;
  background:linear-gradient(135deg, var(--bm-service-orange), var(--bm-service-orange-deep));
}

.bm-service-gallery{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:14px;
}

.bm-service-gallery__item{
  display:block;
  overflow:hidden;
  border-radius:20px;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:var(--bm-service-soft-shadow);
}

.bm-service-gallery__item.is-featured{
  grid-column:span 2;
}

.bm-service-gallery__item img{
  display:block;
  width:100%;
  aspect-ratio:1.12 / 1;
  object-fit:contain;
  background:rgba(5,18,45,.92);
  transition:transform .32s ease;
}

.bm-service-gallery__item.is-featured img{
  aspect-ratio:16 / 10.4;
}

.bm-service-gallery__item:hover img{
  transform:none;
}

.bm-service-gallery--carousel{
  position:relative;
  display:block;
  overflow:hidden;
  min-height:clamp(280px, 42vw, 560px);
  border-radius:24px;
  background:rgba(5,18,45,.92);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:var(--bm-service-shadow);
}

.bm-service-gallery--carousel .bm-service-gallery__item{
  display:block;
  width:100%;
  min-height:clamp(280px, 42vw, 560px);
  border:0;
  border-radius:0;
  box-shadow:none;
  background:transparent;
}

.bm-service-gallery--carousel .bm-service-gallery__item[hidden]{
  display:none !important;
}

.bm-service-gallery--carousel .bm-service-gallery__item img,
.bm-service-gallery--carousel .bm-service-gallery__item.is-featured img{
  width:100%;
  height:clamp(280px, 42vw, 560px);
  aspect-ratio:auto;
  object-fit:contain;
  background:rgba(5,18,45,.92);
}

.bm-service-gallery--carousel .bm-service-gallery__item:hover img{
  transform:none;
}

.bm-service-map{
  overflow:hidden;
  border-radius:22px;
  box-shadow:var(--bm-service-soft-shadow);
}

.bm-service-map iframe{
  display:block;
  width:100%;
  min-height:320px;
  border:0;
}

.bm-service-location-copy{
  display:grid;
  gap:8px;
  margin-top:14px;
}

.bm-service-location-copy p{
  margin:0;
  color:#425b80;
  line-height:1.55;
  overflow-wrap:anywhere;
}

.bm-service-list{
  display:grid;
  gap:12px;
  margin:0;
}

.bm-service-list div{
  display:grid;
  gap:4px;
}

.bm-service-list dt{
  margin:0;
  color:#6c7f98;
  font-size:.76rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.bm-service-list dd{
  margin:0;
  color:var(--bm-service-blue-deep);
  line-height:1.45;
  font-weight:600;
  overflow-wrap:anywhere;
}

.bm-service-panel--sidebar{
  position:static;
}

.bm-service-panel--mascot{
  position:relative;
  min-height:100%;
  padding-bottom:122px;
  padding-right:118px;
}

.bm-service-panel__mascot{
  position:absolute;
  right:10px;
  bottom:-4px;
  display:block;
  width:min(132px, 44%);
  z-index:2;
  opacity:.98;
  pointer-events:none;
  filter:drop-shadow(0 18px 24px rgba(7, 21, 52, .22));
}

.bm-service-contact-band{
  margin-top:18px;
}

.bm-service-contact-list--band{
  display:grid;
  grid-template-columns:repeat(5, minmax(0,1fr));
  gap:12px;
}

.bm-service-contact-list a{
  display:grid;
  gap:4px;
  padding:14px 16px;
  border-radius:18px;
  text-decoration:none;
  color:var(--bm-service-blue-deep);
  background:linear-gradient(180deg, rgba(255,255,255,.2), rgba(214,229,255,.14));
  border:1px solid rgba(255,255,255,.2);
  box-shadow:var(--bm-service-soft-shadow), inset 0 1px 0 rgba(255,255,255,.12);
  min-width:0;
}

.bm-service-contact-list a span{
  font-size:.76rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.04em;
  color:#6c7f98;
}

.bm-service-contact-list a strong{
  font-size:.94rem;
  min-width:0;
  overflow-wrap:anywhere;
}

@media (max-width: 1220px){
  .bm-service-single .bm-single-frame-shell{
    grid-template-columns:1fr;
  }

  .bm-service-single .bm-single-frame-main{
    order:1;
  }

  .bm-service-single .bm-single-frame-shell > .bm-home-stage__side{
    position:relative;
    top:auto;
  }

  .bm-service-single .bm-single-frame-shell > .bm-home-stage__side--left{
    order:2;
  }

  .bm-service-single .bm-single-frame-shell > .bm-home-stage__side--right{
    order:3;
  }

  .bm-service-hero__shell{
    grid-template-columns:minmax(0,1fr) 272px;
  }

  .bm-service-hero__main{
    grid-template-columns:minmax(196px,228px) minmax(0,1fr);
  }

  .bm-service-layout{
    grid-template-columns:minmax(0,1.45fr) 320px;
  }

  .bm-service-contact-list--band{
    grid-template-columns:repeat(3, minmax(0,1fr));
  }

  .bm-service-hero__mascot{
    width:150px;
  }
}

@media (max-width: 1080px){
  .bm-service-hero__shell,
  .bm-service-layout{
    grid-template-columns:1fr;
  }

  .bm-service-hero__shell{
    grid-template-areas:
      "main"
      "mascot"
      "actions";
  }

  .bm-service-hero__main{
    grid-template-columns:minmax(220px,252px) minmax(0,1fr);
  }

  .bm-service-sidebar{
    position:static;
  }

  .bm-service-contact-list--band{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }

  .bm-service-hero__mascot{
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    width:92px;
    margin:-18px 14px -6px 0;
    justify-self:end;
    align-self:start;
    display:block;
  }

  .bm-service-panel--mascot{
    padding-right:104px;
  }

}

@media (max-width: 820px){
  .bm-service-single{
    padding-top:12px;
  }

  .bm-service-single .bm-single-frame-shell > .bm-home-stage__side{
    display:none;
  }

  .bm-single-mobile-pro{
    display:grid;
    gap:10px;
    margin:0 0 14px;
    padding:12px;
    border-radius:20px;
    border:1px solid rgba(255,255,255,.2);
    background:
      radial-gradient(circle at top right, rgba(255,211,109,.18), transparent 38%),
      linear-gradient(160deg, rgba(9,37,90,.82), rgba(19,71,168,.62) 52%, rgba(255,123,19,.34));
    box-shadow:var(--bm-service-soft-shadow);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
  }

  .bm-single-mobile-pro__head{
    display:grid;
    gap:4px;
  }

  .bm-single-mobile-pro__eyebrow{
    display:inline-flex;
    width:fit-content;
    padding:6px 10px;
    border-radius:999px;
    font-size:.68rem;
    font-weight:900;
    letter-spacing:.06em;
    text-transform:uppercase;
    color:var(--bm-service-blue-deep);
    background:linear-gradient(180deg, var(--bm-service-gold), #ffb74d);
  }

  .bm-single-mobile-pro__head h2{
    margin:0;
    color:#fff;
    font-size:.96rem;
    line-height:1.12;
  }

  .bm-single-mobile-pro__slides{
    position:relative;
  }

  .bm-single-mobile-pro__slide{
    display:grid;
    grid-template-columns:repeat(2, minmax(0,1fr));
    gap:8px;
    align-items:stretch;
  }

  .bm-single-mobile-pro__card{
    display:grid;
    grid-template-rows:auto 1fr;
    gap:6px;
    min-width:0;
    height:100%;
    padding:7px;
    border-radius:16px;
    text-decoration:none;
    color:#fff;
    border:1px solid rgba(255,255,255,.18);
    background:linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.06));
    box-shadow:0 14px 26px rgba(6,18,49,.18);
  }

  .bm-single-mobile-pro__media{
    position:relative;
    overflow:hidden;
    border-radius:12px;
    aspect-ratio:1.34/1;
    background:rgba(255,255,255,.12);
  }

  .bm-single-mobile-pro__media img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
  }

  .bm-single-mobile-pro__badge{
    position:absolute;
    top:6px;
    left:6px;
    padding:3px 7px;
    border-radius:999px;
    font-size:.58rem;
    font-weight:900;
    color:#fff;
    background:linear-gradient(135deg, rgba(255,123,19,.98), rgba(214,84,0,.86));
  }

  .bm-single-mobile-pro__body{
    display:grid;
    grid-template-rows:auto auto 1fr;
    gap:4px;
    min-width:0;
    min-height:66px;
  }

  .bm-single-mobile-pro__label{
    font-size:.58rem;
    font-weight:800;
    letter-spacing:.05em;
    text-transform:uppercase;
    color:rgba(255,255,255,.74);
  }

  .bm-single-mobile-pro__body strong{
    font-size:.72rem;
    line-height:1.12;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }

  .bm-single-mobile-pro__body p{
    margin:0;
    font-size:.6rem;
    line-height:1.2;
    color:rgba(255,255,255,.82);
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }

  .bm-service-hero__shell{
    padding:14px;
    border-radius:24px;
  }

  .bm-service-hero__main{
    grid-template-columns:1fr;
  }

  .bm-service-hero__featured{
    height:clamp(236px, 52vw, 300px);
  }

  .bm-service-hero h1{
    font-size:1.72rem;
    max-width:100%;
  }

  .bm-service-hero__meta{
    grid-template-columns:1fr;
  }

  .bm-service-hero__strip{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }

  .bm-service-hero__mascot{
    width:156px;
    margin:-38px 12px -18px 0;
  }

  .bm-service-tabs{
    overflow-x:auto;
    flex-wrap:nowrap;
    padding-bottom:12px;
  }

  .bm-service-tabs a{
    flex:none;
  }

  .bm-service-panel{
    padding:18px;
  }

  .bm-service-stats,
  .bm-service-detail-grid,
  .bm-service-gallery{
    grid-template-columns:1fr 1fr;
  }

  .bm-service-split{
    grid-template-columns:1fr;
  }

  .bm-service-panel--mascot{
    padding-right:88px;
    padding-bottom:102px;
  }

  .bm-service-panel__mascot{
    width:108px;
  }

  .bm-service-gallery__item.is-featured{
    grid-column:span 2;
  }

}

@media (max-width: 640px){
  .bm-service-single .bm-single-frame-shell > .bm-home-stage__side{
    display:none;
  }

  .bm-single-mobile-pro__slide{
    grid-template-columns:repeat(2, minmax(0,1fr));
    gap:7px;
  }

  .bm-service-single .bm-wrap{
    width:100%;
    padding:0;
  }

  .bm-service-hero__meta,
  .bm-service-contact-list--band{
    gap:10px;
  }

  .bm-service-chip{
    width:100%;
    min-width:0;
    border-radius:18px;
  }

  .bm-service-panel__head{
    flex-direction:column;
  }

  .bm-service-stats,
  .bm-service-detail-grid,
  .bm-service-gallery,
  .bm-service-hero__strip,
  .bm-service-contact-list--band{
    grid-template-columns:1fr;
  }

  .bm-service-panel--mascot{
    padding-right:18px;
    padding-bottom:30px;
    overflow:visible;
    z-index:6;
  }

  .bm-service-panel__mascot{
    display:block;
    right:8px;
    bottom:-34px;
    width:128px;
    z-index:12;
  }

  .bm-service-hero__actions{
    padding:16px;
    max-width:none;
  }

  .bm-service-hero__featured{
    height:clamp(212px, 62vw, 272px);
  }

  .bm-service-hero__mascot{
    width:142px;
    margin:-34px 10px -18px 0;
  }

  .bm-single-mobile-pro__body strong{
    font-size:.68rem;
  }

  .bm-single-mobile-pro__body p{
    font-size:.58rem;
  }

  .bm-service-gallery__item.is-featured{
    grid-column:span 1;
  }

.bm-service-map iframe{
    min-height:280px;
  }
}

/* Shared single hero layout: first row image + data, second row actions. */
.bm-service-hero .bm-service-hero__shell {
  grid-template-areas:
    "main"
    "actions" !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(12px, 1.2vw, 18px) !important;
  padding: clamp(12px, 1.2vw, 18px) !important;
  align-items: stretch !important;
}

.bm-service-hero .bm-service-hero__main {
  grid-area: main !important;
  grid-template-columns: minmax(176px, 324px) minmax(0, 1fr) !important;
  gap: clamp(14px, 1.35vw, 22px) !important;
  align-items: stretch !important;
}

.bm-service-hero .bm-service-hero__media {
  gap: 8px !important;
}

.bm-service-hero .bm-service-hero__featured {
  height: clamp(214px, 23vw, 300px) !important;
  min-height: 0 !important;
}

.bm-service-hero .bm-service-hero__featured img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  background: rgba(5,18,45,.82) !important;
}

.bm-service-hero .bm-service-hero__copy {
  gap: clamp(8px, .9vw, 14px) !important;
  align-content: center !important;
}

.bm-service-hero .bm-service-hero__meta {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.bm-service-hero .bm-service-hero__actions {
  grid-area: actions !important;
  max-width: none !important;
  width: 100% !important;
  display: grid !important;
  grid-template-columns: minmax(220px, .9fr) repeat(2, minmax(180px, 1fr)) !important;
  gap: 14px !important;
  align-items: center !important;
}

.bm-service-hero .bm-service-hero__actions-head {
  min-width: 0 !important;
}

.bm-service-hero .bm-service-hero__actions .bm-service-hero__action {
  min-height: 50px !important;
}

@media (max-width: 780px) {
  .bm-service-hero .bm-service-hero__main {
    grid-template-columns: 1fr !important;
  }

  .bm-service-hero .bm-service-hero__actions {
    grid-template-columns: 1fr !important;
  }
}

/* Compact responsive single listing hero. */
.bm-service-hero__shell {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px) !important;
  gap: clamp(10px, 1vw, 16px) !important;
  padding: clamp(12px, 1.2vw, 18px) !important;
  align-items: stretch !important;
}

.bm-service-hero__main {
  grid-template-columns: minmax(154px, 210px) minmax(0, 1fr) !important;
  gap: clamp(10px, 1vw, 16px) !important;
  align-items: stretch !important;
}

.bm-service-hero__media {
  gap: 8px !important;
}

.bm-service-hero__featured {
  height: clamp(170px, 16vw, 230px) !important;
  min-height: 0 !important;
}

.bm-service-hero__featured img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  background: rgba(5,18,45,.82) !important;
}

.bm-service-hero__copy {
  gap: 8px !important;
  align-content: center !important;
}

.bm-service-hero__eyebrow {
  gap: 7px !important;
}

.bm-service-hero h1 {
  margin: 0 !important;
  font-size: clamp(1.55rem, 2.1vw, 2.35rem) !important;
  line-height: 1.02 !important;
}

.bm-service-hero__summary {
  margin: 0 !important;
  max-width: 64ch !important;
  line-height: 1.35 !important;
}

.bm-service-hero__meta {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
  gap: 7px !important;
}

.bm-service-chip {
  padding: 8px 10px !important;
  min-height: 0 !important;
}

.bm-service-hero__actions {
  padding: clamp(12px, 1vw, 16px) !important;
  gap: 9px !important;
  align-content: center !important;
}

.bm-service-hero__actions-head {
  gap: 5px !important;
  margin: 0 !important;
}

.bm-service-hero__actions-head h2 {
  font-size: clamp(1rem, 1.12vw, 1.18rem) !important;
  line-height: 1.08 !important;
}

.bm-service-hero__actions-head p {
  font-size: .88rem !important;
  line-height: 1.32 !important;
}

.bm-service-hero__action,
.bm-service-hero__actions .bm-btn {
  min-height: 38px !important;
  padding: 9px 12px !important;
}

.bm-service-hero__mascot {
  display: none !important;
}

@media (max-width: 1080px) {
  .bm-service-hero__shell {
    grid-template-areas: "main" "actions" !important;
    grid-template-columns: 1fr !important;
  }

  .bm-service-hero__main {
    grid-template-columns: minmax(150px, 210px) minmax(0, 1fr) !important;
  }
}

@media (max-width: 700px) {
  .bm-service-hero__shell {
    padding: 12px !important;
  }

  .bm-service-hero__main {
    grid-template-columns: 1fr !important;
  }

  .bm-service-hero__featured {
    height: clamp(180px, 48vw, 250px) !important;
  }

  .bm-service-hero__copy {
    align-content: start !important;
  }
}

/* Final shared layout lock for all single heroes using the service structure. */
.bm-service-hero .bm-service-hero__shell {
  grid-template-areas:
    "main"
    "actions" !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(12px, 1.2vw, 18px) !important;
}

.bm-service-hero .bm-service-hero__main {
  grid-area: main !important;
  grid-template-columns: minmax(176px, 324px) minmax(0, 1fr) !important;
  gap: clamp(14px, 1.35vw, 22px) !important;
}

.bm-service-hero .bm-service-hero__featured {
  height: clamp(214px, 23vw, 300px) !important;
}

.bm-service-hero .bm-service-hero__copy {
  gap: clamp(8px, .9vw, 14px) !important;
}

.bm-service-hero .bm-service-hero__meta {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.bm-service-hero .bm-service-hero__actions {
  grid-area: actions !important;
  max-width: none !important;
  width: 100% !important;
  display: grid !important;
  grid-template-columns: minmax(220px, .9fr) repeat(2, minmax(180px, 1fr)) !important;
  gap: 14px !important;
  align-items: center !important;
}

.bm-service-hero .bm-service-hero__actions .bm-service-hero__action,
.bm-service-hero .bm-service-hero__actions .bm-btn {
  min-height: 50px !important;
}

@media (max-width: 780px) {
  .bm-service-hero .bm-service-hero__main,
  .bm-service-hero .bm-service-hero__actions {
    grid-template-columns: 1fr !important;
  }
}

/* Page structure: frames only flank the hero; content spans full width below. */
@media (min-width: 1221px){
  .bm-service-single .bm-single-frame-shell.bm-archive-frame-shell{
    --bm-single-fluid-gap:clamp(.625rem, 1vw, 1.25rem);
    --bm-single-side-width:clamp(11.5rem, 13vw, 17.5rem);
    --bm-single-content-font:clamp(12px, .72vw, 16px);
    display:grid !important;
    grid-template-columns:var(--bm-single-side-width) minmax(0, 1fr) var(--bm-single-side-width) !important;
    grid-template-areas:
      "frame-left hero frame-right"
      "content content content" !important;
    gap:var(--bm-single-fluid-gap) !important;
    align-items:start !important;
  }

  .bm-service-single .bm-single-frame-shell.bm-archive-frame-shell > .bm-home-stage__side:first-child{
    grid-area:frame-left !important;
    align-self:start !important;
  }

  .bm-service-single .bm-single-frame-shell.bm-archive-frame-shell > .bm-home-stage__side:last-child{
    grid-area:frame-right !important;
    align-self:start !important;
  }

  .bm-service-single .bm-single-frame-shell.bm-archive-frame-shell > .bm-single-frame-main{
    display:contents !important;
  }

  .bm-service-single .bm-single-frame-main > .bm-service-hero,
  .bm-service-single .bm-single-frame-main > .bm-company-hero,
  .bm-service-single .bm-single-frame-main > .bm-question-hero{
    grid-area:hero !important;
    min-width:0 !important;
    width:100% !important;
  }

  .bm-service-single .bm-single-frame-main > .bm-single-mobile-pro{
    display:none !important;
  }

  .bm-service-single .bm-single-frame-main > :not(.bm-service-hero):not(.bm-company-hero):not(.bm-question-hero):not(.bm-single-mobile-pro){
    grid-column:1 / -1 !important;
    min-width:0 !important;
    width:100% !important;
  }

  .bm-service-single .bm-service-layout,
  .bm-service-single .bm-question-layout,
  .bm-service-single .bm-service-contact-band,
  .bm-service-single .bm-question-answer-band,
  .bm-service-single .bm-service-tabs{
    font-size:var(--bm-single-content-font);
  }

  .bm-service-single .bm-service-layout,
  .bm-service-single .bm-question-layout{
    gap:clamp(12px, 1.1vw, 22px) !important;
  }
}

@media (min-width: 1221px) and (max-width: 1500px){
  .bm-service-single .bm-single-frame-shell.bm-archive-frame-shell{
    --bm-single-side-width:clamp(11rem, 13vw, 15rem);
    --bm-single-fluid-gap:clamp(.5rem, .85vw, 1rem);
  }

  .bm-service-single .bm-single-frame-shell.bm-archive-frame-shell > .bm-home-stage__side{
    padding:clamp(7px, .65vw, 10px) !important;
  }
}

@media (max-width: 1220px){
  .bm-service-single .bm-single-frame-shell.bm-archive-frame-shell{
    grid-template-columns:minmax(0, 1fr) !important;
  }

  .bm-service-single .bm-single-frame-main.bm-archive-frame-main{
    width:100% !important;
  }
}

/* Remove the mascot that appears in content panels below the hero. */
.bm-service-single .bm-service-panel--mascot{
  min-height:0 !important;
  padding-right:clamp(12px, 1.05vw, 20px) !important;
  padding-bottom:clamp(12px, 1.05vw, 20px) !important;
  overflow:visible !important;
}

.bm-service-single .bm-service-panel__mascot{
  display:none !important;
}

/* Empleo single cleanup after the shared framed hero layout. */
.bm-single-page--empleo .bm-single-frame-main > .bm-static-box,
.bm-single-page--empleo .bm-single-frame-main > .bm-single-card--empleo{
  width:100%;
  max-width:none;
}

.bm-single-page--empleo .bm-single-card--empleo{
  display:block;
  padding:clamp(14px, 1.25vw, 22px);
  border-radius:clamp(16px, 1.2vw, 22px);
}

.bm-single-page--empleo .bm-single-card--empleo > .bm-single-card__media,
.bm-single-page--empleo .bm-single-card--empleo .bm-single-card__badge,
.bm-single-page--empleo .bm-single-card--empleo h1,
.bm-single-page--empleo .bm-single-card--empleo .bm-single-card__excerpt{
  display:none !important;
}

.bm-single-page--empleo .bm-single-card__body{
  display:grid;
  gap:clamp(10px, 1vw, 16px);
}

.bm-single-page--empleo .bm-single-card__meta,
.bm-single-page--empleo .bm-single-card__price{
  margin:0;
  display:inline-flex;
  width:fit-content;
  max-width:100%;
  align-items:center;
  min-height:38px;
  padding:8px 12px;
  border-radius:14px;
  background:rgba(255,255,255,.62);
  border:1px solid rgba(18,61,151,.12);
  color:#12345f;
  font-weight:800;
}

.bm-single-page--empleo .bm-single-card__price{
  color:var(--bm-archive-blue, #0d4ea6);
  background:linear-gradient(135deg, rgba(255,211,109,.9), rgba(255,255,255,.72));
}

.bm-single-page--empleo .bm-single-card__content{
  margin-top:0;
  padding-top:clamp(8px, .8vw, 14px);
  border-top:1px solid rgba(18,61,151,.12);
}

.bm-single-page--empleo .bm-single-card__content p{
  margin:0 0 .75em;
}

.bm-single-page--empleo .bm-static-box{
  margin-top:clamp(10px, 1vw, 16px);
}

@media (min-width: 1221px){
  .bm-single-page--empleo .bm-single-frame-shell.bm-archive-frame-shell{
    --bm-single-side-width:clamp(168px, 12vw, 248px);
    --bm-single-fluid-gap:clamp(8px, .9vw, 16px);
  }
}

@media (min-width: 1221px) and (max-width: 1500px){
  .bm-single-page--empleo .bm-single-frame-shell.bm-archive-frame-shell{
    --bm-single-side-width:clamp(152px, 11vw, 198px);
  }
}

/* Phase 2B: keep commercial singles aligned with wider archive frame rails. */
@media (min-width: 1221px){
  .bm-service-single .bm-single-frame-shell.bm-archive-frame-shell,
  .bm-company-single .bm-single-frame-shell.bm-archive-frame-shell{
    --bm-single-side-width: clamp(190px, 16.8vw, 322px);
  }
}

@media (min-width: 1221px) and (max-width: 1500px){
  .bm-service-single .bm-single-frame-shell.bm-archive-frame-shell,
  .bm-company-single .bm-single-frame-shell.bm-archive-frame-shell{
    --bm-single-side-width: clamp(180px, 15vw, 240px);
  }
}


/* Codex microfase: legibilidad y visor interno de imagen destacada. */
.bm-service-hero__featured[data-bm-lightbox-trigger]{
  cursor:zoom-in;
}

.bm-service-breadcrumb,
.bm-service-hero__summary,
.bm-service-chip span,
.bm-service-chip strong,
.bm-service-panel__eyebrow,
.bm-service-panel__head h2,
.bm-service-panel__head a,
.bm-service-panel__count,
.bm-service-richtext,
.bm-service-richtext p,
.bm-service-richtext li,
.bm-service-empty p,
.bm-service-detail-card span,
.bm-service-detail-card strong,
.bm-service-list dt,
.bm-service-list dd,
.bm-service-contact-list a span,
.bm-service-location-copy p{
  text-shadow:0 1px 4px rgba(3,20,58,.85);
}

.bm-service-hero__summary{
  font-size:.96rem !important;
}

.bm-service-chip span,
.bm-service-panel__eyebrow,
.bm-service-list dt,
.bm-service-contact-list a span{
  font-size:.85rem !important;
}

.bm-service-chip strong,
.bm-service-richtext,
.bm-service-richtext p,
.bm-service-richtext li,
.bm-service-list dd,
.bm-service-location-copy p,
.bm-service-empty p,
.bm-service-detail-card span{
  font-size:.92rem !important;
}

.bm-service-detail-description{
  margin-top:18px;
}

.bm-single-lightbox-open{
  overflow:hidden;
}

.bm-single-lightbox[hidden]{
  display:none !important;
}

.bm-single-lightbox{
  position:fixed;
  inset:0;
  z-index:9999;
  display:grid;
  place-items:center;
  padding:clamp(16px, 3vw, 36px);
}

.bm-single-lightbox__backdrop{
  position:absolute;
  inset:0;
  background:rgba(5, 14, 38, .82);
  backdrop-filter:blur(6px);
}

.bm-single-lightbox__dialog{
  position:relative;
  z-index:1;
  width:min(96vw, 1180px);
  max-height:92vh;
  display:grid;
  gap:12px;
  justify-items:center;
}

.bm-single-lightbox__image{
  width:auto;
  max-width:100%;
  max-height:calc(92vh - 56px);
  border-radius:20px;
  box-shadow:0 18px 60px rgba(0,0,0,.45);
  background:#08142b;
}

.bm-single-lightbox__close{
  justify-self:end;
  width:44px;
  height:44px;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.18);
  color:#fff;
  font-size:1.75rem;
  line-height:1;
  cursor:pointer;
}

@media (max-width: 768px){
  .bm-service-hero__summary,
  .bm-service-chip strong,
  .bm-service-richtext,
  .bm-service-richtext p,
  .bm-service-richtext li,
  .bm-service-list dd,
  .bm-service-location-copy p,
  .bm-service-empty p,
  .bm-service-detail-card span{
    font-size:.88rem !important;
  }

  .bm-service-chip span,
  .bm-service-panel__eyebrow,
  .bm-service-list dt,
  .bm-service-contact-list a span{
    font-size:.82rem !important;
  }
}


/* Codex microfase: correccion visual de paneles y ajuste leve del hero. */
.bm-service-panel__eyebrow,
.bm-service-panel__head h2,
.bm-service-panel__head a,
.bm-service-panel__count,
.bm-service-richtext,
.bm-service-richtext p,
.bm-service-richtext li,
.bm-service-empty p,
.bm-service-detail-card span,
.bm-service-detail-card strong,
.bm-service-list dt,
.bm-service-list dd,
.bm-service-contact-list a span,
.bm-service-location-copy p{
  text-shadow:none !important;
}

.bm-service-panel__head h2{
  color:#17345f !important;
  font-size:clamp(1.08rem, 1.35vw, 1.15rem) !important;
}

.bm-service-panel__eyebrow,
.bm-service-panel__count,
.bm-service-detail-card span,
.bm-service-list dt,
.bm-service-contact-list a span{
  color:#35557f !important;
  font-size:.9rem !important;
  font-weight:700 !important;
}

.bm-service-richtext,
.bm-service-richtext p,
.bm-service-richtext li,
.bm-service-list dd,
.bm-service-location-copy p,
.bm-service-empty p{
  color:#17345f !important;
  font-size:.92rem !important;
  font-weight:500 !important;
}

.bm-service-detail-card strong{
  color:#17345f !important;
  font-size:1.02rem !important;
  font-weight:800 !important;
}

.bm-service-hero h1{
  font-size:clamp(1.68rem, 2.22vw, 2.5rem) !important;
}

.bm-service-hero__summary{
  font-size:1.03rem !important;
}

.bm-service-breadcrumb,
.bm-service-chip span{
  font-size:.86rem !important;
}

@media (max-width: 768px){
  .bm-service-panel__head h2{
    font-size:1.05rem !important;
  }

  .bm-service-panel__eyebrow,
  .bm-service-panel__count,
  .bm-service-detail-card span,
  .bm-service-list dt,
  .bm-service-contact-list a span{
    font-size:.88rem !important;
  }

  .bm-service-richtext,
  .bm-service-richtext p,
  .bm-service-richtext li,
  .bm-service-list dd,
  .bm-service-location-copy p,
  .bm-service-empty p{
    font-size:.89rem !important;
  }

  .bm-service-detail-card strong{
    font-size:1rem !important;
  }

  .bm-service-hero h1{
    font-size:1.84rem !important;
  }

  .bm-service-hero__summary{
    font-size:.98rem !important;
  }

  .bm-service-breadcrumb,
  .bm-service-chip span{
    font-size:.85rem !important;
  }
}
