.page-heading, .breadcrumb-trail {
    background-image: url(https://wpitmediacloud.com/wp-content/uploads/2026/05/gen-topgraphic-brands.png) !important;
    margin-bottom: 5px !important;
    height: 500px
}

.bmu-lp, .bmu-lp * { box-sizing: border-box; margin: 0; padding: 0; }
.bmu-lp a { text-decoration: none; }
.bmu-lp {
  --navy: #1A2340; --blue: #1565C0; --blue2: #2474D0; --sky: #5BB8F5;
  --skylt: #EBF5FF; --orange: #F7941D; --amber: #F5C431; --pink: #D81B82;
  --green: #16A34A; --white: #fff; --gray: #5A6A82; --border: #D1E4F6;
  --r: 14px; --font: 'Trebuchet MS','Segoe UI',Arial,sans-serif;
  font-family: var(--font); color: var(--navy); line-height: 1.65;
}

/* ── HERO ── */
.bmu-hero {
  background: linear-gradient(140deg, #0D1A35 0%, #1A2B5A 50%, #1565C0 100%);
  padding: 56px 0 48px; color: #fff;
}

.bmu-hero__wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.bmu-hero__eyebrow {
  display: block; font-size: .7rem; font-weight: 800;
  letter-spacing: 3px; text-transform: uppercase;
  color: var(--amber); margin-bottom: 10px;
}
.bmu-hero__h1 {
  font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 900;
  line-height: 1.12; margin-bottom: 10px;
}
.bmu-hero__h1 em {
  font-style: normal;
  background: linear-gradient(90deg, var(--sky), var(--amber));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.bmu-hero__sub { font-size: .98rem; opacity: .82; max-width: 620px; line-height: 1.7; }

/* ── LAYOUT ── */
.bmu-wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.bmu-sec { padding: 64px 0; }
.bmu-sec--light { background: var(--skylt); }
.bmu-sec--white { background: #fff; }
.bmu-sec--dark { background: var(--navy); color: #fff; }
.bmu-tag {
  display: block; font-size: .7rem; font-weight: 800;
  letter-spacing: 3px; text-transform: uppercase;
  color: var(--orange); margin-bottom: 10px;
}
.bmu-h2 {
  font-size: clamp(1.5rem, 2.5vw, 2.1rem); font-weight: 900;
  line-height: 1.15; margin-bottom: 14px; color: var(--navy);
}
.bmu-lead { font-size: 1rem; color: var(--gray); line-height: 1.75; max-width: 680px; }
.bmu-center { text-align: center; }
.bmu-center .bmu-lead { margin: 0 auto; }

/* ── BUTTONS ── */
.bmu-btn {
  display: inline-block; padding: 13px 28px; border-radius: 50px;
  font-family: var(--font); font-size: .92rem; font-weight: 700;
  transition: transform .15s, box-shadow .15s; border: none;
  text-decoration: none; cursor: pointer;
}
.bmu-btn:hover { transform: translateY(-2px); }
.bmu-btn--orange { background: var(--orange); color: #fff; box-shadow: 0 4px 14px rgba(247,148,29,.35); }
.bmu-btn--blue   { background: var(--blue);   color: #fff; box-shadow: 0 4px 14px rgba(21,101,192,.3);  }
.bmu-btn--green  { background: var(--green);  color: #fff; box-shadow: 0 4px 14px rgba(22,163,74,.3);   }
.bmu-btn--ghost  { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.6); }
.bmu-btn--ghost:hover { background: rgba(255,255,255,.1); border-color: #fff; }
.bmu-btn--outline { background: transparent; color: var(--blue); border: 2px solid var(--blue); }
.bmu-btn--outline:hover { background: var(--blue); color: #fff; }
.bmu-btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* ══ BRANDS PAGE ══ */
.bmu-brands__grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 20px; margin-top: 40px;
}
.bmu-brand-card {
  background: #fff; border-radius: var(--r); padding: 28px 20px;
  border: 1px solid var(--border); text-align: center;
  transition: transform .2s, box-shadow .2s;
  display: flex; flex-direction: column; align-items: center; gap: 14px;
}
.bmu-brand-card:hover { transform: translateY(-4px); box-shadow: 0 8px 28px rgba(21,101,192,.1); }
.bmu-brand-card img { max-height: 60px; width: auto; object-fit: contain; }
.bmu-brand-card h3 { font-size: .88rem; font-weight: 700; color: var(--navy); }
.bmu-brand-card p  { font-size: .78rem; color: var(--gray); line-height: 1.5; }
.bmu-brand-cta {
  margin-top: 40px; padding: 28px 36px;
  background: linear-gradient(135deg, #EBF5FF, #D6EAFF);
  border-radius: var(--r); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}
.bmu-brand-cta h3 { font-size: 1rem; font-weight: 800; color: var(--navy); margin-bottom: 4px; }
.bmu-brand-cta p  { font-size: .875rem; color: var(--gray); }

/* brand shortcode wrapper */
.bmu-brands__sc-wrap { margin-top: 20px; }
.bmu-brands__sc-wrap .brands { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }

/* ══ CONTACT PAGE ══ */
.bmu-contact__grid {
  display: grid; grid-template-columns: 380px 1fr;
  gap: 52px; align-items: start; margin-top: 8px;
}
.bmu-contact__info { display: flex; flex-direction: column; gap: 20px; }
.bmu-contact__card {
  background: #fff; border-radius: var(--r); padding: 24px;
  border: 1px solid var(--border);
  display: flex; gap: 16px; align-items: flex-start;
}
.bmu-contact__card-icon {
  width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.bmu-contact__card-icon svg {
  width: 22px; height: 22px; fill: none; stroke: #fff;
  stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
}
.bmu-contact__card h3 { font-size: .88rem; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.bmu-contact__card p, .bmu-contact__card a { font-size: .85rem; color: var(--gray); line-height: 1.6; }
.bmu-contact__card a:hover { color: var(--blue); }
.bmu-contact__form-wrap {
  background: #fff; border-radius: var(--r); padding: 36px;
  border: 1px solid var(--border);
  box-shadow: 0 4px 24px rgba(21,101,192,.07);
}
.bmu-contact__form-title {
  font-size: 1.1rem; font-weight: 800; color: var(--navy);
  margin-bottom: 6px;
}
.bmu-contact__form-sub { font-size: .85rem; color: var(--gray); margin-bottom: 24px; }
.bmu-response-time {
  margin-top: 32px; padding: 16px 20px;
  background: var(--skylt); border-radius: var(--r);
  border-left: 4px solid var(--blue);
  font-size: .82rem; color: var(--gray);
}
.bmu-response-time strong { color: var(--navy); }

/* ══ LEGAL PAGES (Publisher / T&C / Privacy) ══ */
.bmu-legal__wrap {
  max-width: 860px; margin: 0 auto; padding: 0 24px;
}
.bmu-legal__body { background: #fff; border-radius: var(--r); padding: 48px; }
.bmu-legal__body h2 {
  font-size: 1.2rem; font-weight: 800; color: var(--navy);
  margin: 32px 0 10px; padding-bottom: 8px;
  border-bottom: 2px solid var(--border);
}
.bmu-legal__body h2:first-child { margin-top: 0; }
.bmu-legal__body h3 {
  font-size: 1rem; font-weight: 700; color: var(--navy);
  margin: 20px 0 8px;
}
.bmu-legal__body p {
  font-size: .9rem; color: var(--gray); line-height: 1.8;
  margin-bottom: 14px;
}
.bmu-legal__body ul, .bmu-legal__body ol {
  margin: 0 0 14px 20px;
}
.bmu-legal__body li {
  font-size: .9rem; color: var(--gray); line-height: 1.75;
  margin-bottom: 6px;
}
.bmu-legal__body a { color: var(--blue); }
.bmu-legal__body a:hover { text-decoration: underline; }
.bmu-legal__body strong { color: var(--navy); }
.bmu-legal__toc {
  background: var(--skylt); border-radius: var(--r);
  padding: 20px 24px; margin-bottom: 32px;
  border: 1px solid var(--border);
}
.bmu-legal__toc h4 {
  font-size: .78rem; font-weight: 800; letter-spacing: 2px;
  text-transform: uppercase; color: var(--blue); margin-bottom: 10px;
}
.bmu-legal__toc ol { margin-left: 16px; }
.bmu-legal__toc li { font-size: .85rem; color: var(--gray); margin-bottom: 4px; }
.bmu-legal__toc a { color: var(--blue); }
.bmu-legal__toc a:hover { text-decoration: underline; }
.bmu-legal__updated {
  font-size: .78rem; color: var(--gray); opacity: .7;
  margin-top: 32px; padding-top: 20px;
  border-top: 1px solid var(--border);
}
.bmu-publisher__grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
  margin-bottom: 32px;
}
.bmu-publisher__card {
  background: var(--skylt); border-radius: var(--r);
  padding: 20px 24px; border: 1px solid var(--border);
}
.bmu-publisher__card h3 {
  font-size: .78rem; font-weight: 800; letter-spacing: 2px;
  text-transform: uppercase; color: var(--blue); margin-bottom: 10px;
}
.bmu-publisher__card p, .bmu-publisher__card a {
  font-size: .88rem; color: var(--gray); line-height: 1.7;
}
.bmu-publisher__card a:hover { color: var(--blue); }

/* ══ FOOTER CTA (shared) ══ */
.bmu-cta {
  background: linear-gradient(135deg, #0D1A35, #1A2B5A 60%, #1565C0);
  padding: 64px 0; text-align: center; color: #fff;
}
.bmu-cta__inner { max-width: 640px; margin: 0 auto; padding: 0 24px; }
.bmu-cta h2 { font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 900; margin-bottom: 12px; }
.bmu-cta h2 em { font-style: normal; color: var(--amber); }
.bmu-cta p { font-size: .95rem; opacity: .8; margin-bottom: 28px; }

/* ══ RESPONSIVE ══ */
@media(max-width: 900px) {
  .bmu-contact__grid { grid-template-columns: 1fr; }
  .bmu-brands__grid  { grid-template-columns: repeat(2, 1fr); }
  .bmu-publisher__grid { grid-template-columns: 1fr; }
}
@media(max-width: 600px) {
  .bmu-brands__grid { grid-template-columns: repeat(2, 1fr); }
  .bmu-legal__body  { padding: 28px 20px; }
  .bmu-brand-cta    { flex-direction: column; }
}