:root {
  --bpe-ink: #062f3f;
  --bpe-deep: #06384a;
  --bpe-deeper: #032934;
  --bpe-teal: #0b858a;
  --bpe-mint: #26c7ae;
  --bpe-pale: #e9faf6;
  --bpe-cream: #fbf8ef;
  --bpe-gold: #f2c96d;
  --bpe-paper: #ffffff;
  --bpe-text: #173f49;
  --bpe-muted: #648089;
  --bpe-line: rgba(7, 61, 72, .13);
  --bpe-shadow: 0 24px 70px rgba(2, 38, 48, .14);
  --bpe-header-height: 76px;
}

html { scroll-behavior: smooth; }
body.bpe-active {
  padding-top: var(--bpe-header-height) !important;
  color: var(--bpe-text);
}
body.bpe-active.bpe-front-page {
  margin: 0;
  background: #f7fbfa;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.bpe-menu-open { overflow: hidden; }
body.admin-bar .bpe-header { top: 32px; }

body.bpe-active .bh-brand-dock,
body.bpe-active .bh-guide,
body.bpe-active .bh-portal-launcher,
body.bpe-active .bh-install-app { display: none !important; }
body.bpe-active #masthead:not(.bpe-header),
body.bpe-active .site-header:not(.bpe-header),
body.bpe-active .elementor-location-header:not(.bpe-header),
body.bpe-active .wp-site-blocks > header:not(.bpe-header),
body.bpe-active .ast-primary-header-bar,
body.bpe-active .main-header-bar,
body.bpe-active .site-primary-header-wrap { display: none !important; }

.bpe-skip-link:focus {
  position: fixed !important;
  z-index: 100000;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  background: #fff;
  color: var(--bpe-deep);
  border-radius: 8px;
}

.bpe-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

/* Logo */
.bpe-logo { display: inline-flex; align-items: center; gap: 10px; min-width: 0; }
.bpe-logo__mark { display: inline-flex; flex: 0 0 auto; width: 47px; height: 47px; }
.bpe-logo__mark svg { width: 100%; height: 100%; display: block; }
.bpe-logo__copy { min-width: 0; display: grid; line-height: 1; }
.bpe-logo__copy > span { display: flex; align-items: baseline; gap: 4px; white-space: nowrap; }
.bpe-logo__copy strong { font-size: 1.22rem; letter-spacing: -.045em; }
.bpe-logo__copy em { font-size: .88rem; font-style: normal; font-weight: 700; color: var(--bpe-mint); }
.bpe-logo__copy small { margin-top: 5px; font-size: .46rem; letter-spacing: .085em; text-transform: uppercase; white-space: nowrap; opacity: .72; }
.bpe-logo--light { color: #fff; }
.bpe-logo--dark { color: var(--bpe-deep); }
.bpe-logo--hero .bpe-logo__mark { width: 72px; height: 72px; }
.bpe-logo--hero .bpe-logo__copy strong { font-size: 1.8rem; }
.bpe-logo--hero .bpe-logo__copy em { font-size: 1.1rem; }
.bpe-logo--hero .bpe-logo__copy small { font-size: .53rem; }

/* One controlled header */
.bpe-header {
  position: fixed;
  z-index: 99990;
  inset: 0 0 auto;
  height: var(--bpe-header-height);
  color: #fff;
  background: rgba(3, 43, 55, .96);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  box-shadow: 0 12px 35px rgba(0, 26, 34, .2);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.bpe-header__inner {
  width: min(1320px, calc(100% - 32px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
}
.bpe-header__brand { display: inline-flex; flex: 0 0 auto; text-decoration: none !important; }
.bpe-header .bpe-logo__mark { width: 43px; height: 43px; }
.bpe-header .bpe-logo__copy strong { font-size: 1.08rem; }
.bpe-header .bpe-logo__copy em { font-size: .76rem; }
.bpe-header .bpe-logo__copy small { font-size: .4rem; }
.bpe-nav { display: flex; align-items: center; justify-content: center; gap: 2px; margin-left: auto; }
.bpe-nav > a {
  position: relative;
  padding: 12px 10px;
  color: rgba(255, 255, 255, .82) !important;
  font-size: .78rem;
  font-weight: 650;
  text-decoration: none !important;
  white-space: nowrap;
  border-radius: 9px;
}
.bpe-nav > a:hover,
.bpe-nav > a:focus-visible,
.bpe-nav > a.is-current { color: #fff !important; background: rgba(255, 255, 255, .08); }
.bpe-nav > a.is-current::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 5px;
  height: 2px;
  border-radius: 2px;
  background: var(--bpe-mint);
}
.bpe-header__actions { display: flex; align-items: center; gap: 7px; }
.bpe-header__actions a,
.bpe-install {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 11px;
  border-radius: 10px;
  font-size: .72rem;
  font-weight: 760;
  text-decoration: none !important;
  white-space: nowrap;
}
.bpe-header__portal,
.bpe-install { color: rgba(255,255,255,.9) !important; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.06); }
.bpe-install { cursor: pointer; font: inherit; }
.bpe-header__portal:hover,
.bpe-install:hover { color: #fff !important; background: rgba(255,255,255,.12); }
.bpe-header__request { gap: 6px; color: var(--bpe-deeper) !important; background: var(--bpe-gold); box-shadow: 0 10px 24px rgba(242, 201, 109, .2); }
.bpe-header__request:hover { color: var(--bpe-deeper) !important; transform: translateY(-1px); }
.bpe-menu-toggle { display: none; width: 44px; height: 42px; margin-left: auto; padding: 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; background: rgba(255,255,255,.07); cursor: pointer; }
.bpe-menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 4px 0; border-radius: 2px; background: #fff; transition: transform .2s ease, opacity .2s ease; }
.bpe-menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.bpe-menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.bpe-menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.bpe-nav__mobile-actions { display: none; }

/* Homepage */
.bpe-home, .bpe-home * { box-sizing: border-box; }
.bpe-home a { transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.bpe-hero {
  position: relative;
  overflow: hidden;
  min-height: 730px;
  display: grid;
  align-items: center;
  padding: 84px 0 82px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 13%, rgba(28, 203, 181, .2), transparent 32%),
    radial-gradient(circle at 14% 84%, rgba(242, 201, 109, .11), transparent 33%),
    linear-gradient(135deg, #032a37 0%, #064a5a 48%, #086d71 100%);
}
.bpe-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}
.bpe-hero__glow { position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.bpe-hero__glow--one { width: 480px; height: 480px; right: -240px; top: 100px; border: 1px solid rgba(103, 243, 215, .16); box-shadow: 0 0 120px rgba(39, 199, 174, .12) inset; }
.bpe-hero__glow--two { width: 280px; height: 280px; left: -160px; bottom: -90px; border: 1px solid rgba(242, 201, 109, .17); }
.bpe-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); gap: 72px; align-items: center; }
.bpe-kicker, .bpe-eyebrow { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .16em; font-size: .67rem; font-weight: 800; }
.bpe-kicker { margin-bottom: 22px; color: #aaf6e5; }
.bpe-kicker i { width: 24px; height: 24px; display: inline-grid; place-items: center; font-style: normal; color: var(--bpe-gold); border: 1px solid rgba(242,201,109,.4); border-radius: 8px; background: rgba(242,201,109,.08); }
.bpe-hero h1 { margin: 0; color: #fff; font-size: clamp(3rem, 5.35vw, 5.2rem); line-height: .99; letter-spacing: -.065em; font-weight: 760; }
.bpe-hero h1 em { color: #7cebd3; font-style: normal; font-weight: 580; }
.bpe-hero__copy > p { max-width: 660px; margin: 28px 0 0; color: rgba(240, 255, 252, .79); font-size: 1.05rem; line-height: 1.8; }
.bpe-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.bpe-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 21px; border: 1px solid transparent; border-radius: 13px; font-size: .83rem; font-weight: 800; text-decoration: none !important; }
.bpe-button:hover { transform: translateY(-2px); }
.bpe-button--primary { color: var(--bpe-deeper) !important; background: var(--bpe-gold); box-shadow: 0 17px 40px rgba(242,201,109,.2); }
.bpe-button--secondary { color: #fff !important; background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.2); }
.bpe-button--secondary:hover { background: rgba(255,255,255,.13); }
.bpe-button--gold { color: var(--bpe-deeper) !important; background: var(--bpe-gold); }
.bpe-button--mint { color: var(--bpe-deeper) !important; background: #7cebd3; }
.bpe-hero__assurance { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: rgba(255,255,255,.72); font-size: .7rem; font-weight: 650; }
.bpe-hero__assurance span { display: inline-flex; align-items: center; gap: 6px; }
.bpe-hero__assurance i { width: 17px; height: 17px; display: inline-grid; place-items: center; color: var(--bpe-deeper); font-size: .62rem; font-style: normal; border-radius: 50%; background: #7cebd3; }

.bpe-command { position: relative; padding: 24px; border: 1px solid rgba(255,255,255,.17); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.055)); box-shadow: 0 34px 90px rgba(0,20,29,.36); backdrop-filter: blur(20px); }
.bpe-command::before { content: ""; position: absolute; inset: 7px; pointer-events: none; border: 1px solid rgba(255,255,255,.06); border-radius: 22px; }
.bpe-command__top, .bpe-command__foot { position: relative; display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.66); font-size: .64rem; font-weight: 700; }
.bpe-command__signal, .bpe-command__foot span:first-child { display: inline-flex; align-items: center; gap: 7px; }
.bpe-command__signal i, .bpe-command__foot i { width: 7px; height: 7px; border-radius: 50%; background: #5ff0c9; box-shadow: 0 0 0 5px rgba(95,240,201,.09); }
.bpe-command__secure { padding: 5px 8px; color: #9af1df; border: 1px solid rgba(95,240,201,.22); border-radius: 999px; background: rgba(95,240,201,.07); }
.bpe-command__brand { position: relative; padding: 36px 0 28px; }
.bpe-command__cards { position: relative; display: grid; gap: 10px; }
.bpe-command__cards a { display: grid; grid-template-columns: 45px 1fr auto; gap: 13px; align-items: center; padding: 15px; color: #fff !important; text-decoration: none !important; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(2,37,48,.42); }
.bpe-command__cards a:hover { transform: translateX(3px); border-color: rgba(124,235,211,.45); background: rgba(2,37,48,.66); }
.bpe-command__icon { width: 45px; height: 45px; display: grid; place-items: center; color: var(--bpe-deeper); font-size: .8rem; font-weight: 900; border-radius: 13px; background: linear-gradient(145deg, #eafffa, #70e4cb); }
.bpe-command__cards span:nth-child(2) { display: grid; gap: 4px; }
.bpe-command__cards strong { font-size: .83rem; }
.bpe-command__cards small { color: rgba(255,255,255,.6); font-size: .61rem; line-height: 1.45; }
.bpe-command__cards b { font-size: 1.2rem; color: #8bead6; }
.bpe-command__foot { margin-top: 17px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.08); }

.bpe-trust { color: #305963; background: #fff; border-bottom: 1px solid var(--bpe-line); }
.bpe-trust__grid { min-height: 74px; display: flex; align-items: center; justify-content: center; gap: 24px; text-transform: uppercase; letter-spacing: .11em; font-size: .62rem; font-weight: 820; }
.bpe-trust__grid i { width: 4px; height: 4px; border-radius: 50%; background: var(--bpe-mint); }

.bpe-section { padding: 108px 0; }
.bpe-heading { max-width: 720px; margin-bottom: 42px; }
.bpe-eyebrow { margin-bottom: 16px; color: var(--bpe-teal); }
.bpe-heading h2, .bpe-platform h2, .bpe-cta h2 { margin: 0; color: var(--bpe-deep); font-size: clamp(2.05rem, 4vw, 3.45rem); line-height: 1.08; letter-spacing: -.048em; }
.bpe-heading p { max-width: 640px; margin: 18px 0 0; color: var(--bpe-muted); font-size: .98rem; line-height: 1.72; }
.bpe-service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.bpe-service-card { min-height: 285px; display: flex; flex-direction: column; padding: 25px; color: var(--bpe-text) !important; text-decoration: none !important; border: 1px solid var(--bpe-line); border-radius: 19px; background: #fff; box-shadow: 0 12px 34px rgba(7, 59, 72, .055); }
.bpe-service-card:hover { transform: translateY(-6px); border-color: rgba(11,133,138,.35); box-shadow: var(--bpe-shadow); }
.bpe-service-card > span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--bpe-teal); font-size: .65rem; font-weight: 900; border-radius: 11px; background: var(--bpe-pale); }
.bpe-service-card h3 { margin: 36px 0 12px; color: var(--bpe-deep); font-size: 1.2rem; letter-spacing: -.025em; }
.bpe-service-card p { margin: 0; color: var(--bpe-muted); font-size: .82rem; line-height: 1.7; }
.bpe-service-card b { margin-top: auto; padding-top: 25px; color: var(--bpe-teal); font-size: .71rem; }

.bpe-pathways { color: #fff; background: linear-gradient(135deg, #032c39, #064d5c); }
.bpe-heading--light h2 { color: #fff; }
.bpe-heading--light .bpe-eyebrow { color: #7cebd3; }
.bpe-pathway-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.bpe-pathway { min-height: 490px; display: flex; flex-direction: column; padding: 42px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 26px; }
.bpe-pathway--facility { background: radial-gradient(circle at 90% 12%, rgba(242,201,109,.17), transparent 33%), rgba(255,255,255,.055); }
.bpe-pathway--candidate { background: radial-gradient(circle at 90% 12%, rgba(38,199,174,.18), transparent 34%), rgba(255,255,255,.055); }
.bpe-pathway__label { color: #9bf0df; text-transform: uppercase; letter-spacing: .14em; font-size: .62rem; font-weight: 850; }
.bpe-pathway h3 { max-width: 500px; margin: 40px 0 28px; color: #fff; font-size: clamp(1.75rem, 3vw, 2.45rem); line-height: 1.13; letter-spacing: -.04em; }
.bpe-pathway ul { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.bpe-pathway li { position: relative; padding-left: 27px; color: rgba(255,255,255,.76); font-size: .85rem; }
.bpe-pathway li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 18px; height: 18px; display: grid; place-items: center; color: var(--bpe-deeper); font-size: .57rem; font-weight: 900; border-radius: 50%; background: #7cebd3; }
.bpe-pathway > div { display: flex; align-items: center; flex-wrap: wrap; gap: 19px; margin-top: auto; padding-top: 38px; }
.bpe-pathway > div > a:not(.bpe-button) { color: rgba(255,255,255,.8) !important; font-size: .75rem; font-weight: 750; text-decoration: none !important; }

.bpe-platform { background: var(--bpe-cream); }
.bpe-platform__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.bpe-platform p { max-width: 530px; margin: 22px 0; color: var(--bpe-muted); line-height: 1.8; }
.bpe-text-link { color: var(--bpe-teal) !important; font-size: .78rem; font-weight: 820; text-decoration: none !important; }
.bpe-platform__stack { display: grid; gap: 12px; }
.bpe-platform__stack article { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 24px; border: 1px solid rgba(7,61,72,.11); border-radius: 18px; background: rgba(255,255,255,.72); box-shadow: 0 12px 35px rgba(6,56,74,.05); }
.bpe-platform__stack article > span { width: 52px; height: 52px; display: grid; place-items: center; color: var(--bpe-teal); font-size: .69rem; font-weight: 900; border-radius: 15px; background: var(--bpe-pale); }
.bpe-platform__stack strong { color: var(--bpe-deep); font-size: 1rem; }
.bpe-platform__stack p { margin: 7px 0 0; font-size: .8rem; line-height: 1.6; }

.bpe-cta { padding-top: 80px; padding-bottom: 80px; background: #fff; }
.bpe-cta__inner { display: grid; grid-template-columns: 1fr auto; gap: 30px 50px; align-items: end; padding: 48px; color: #fff; border-radius: 28px; background: linear-gradient(125deg, #043443, #087579); box-shadow: var(--bpe-shadow); }
.bpe-cta .bpe-eyebrow { color: #8ff0dc; }
.bpe-cta h2 { max-width: 720px; color: #fff; }
.bpe-cta p { margin: 16px 0 0; color: rgba(255,255,255,.7); }
.bpe-cta__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.bpe-cta__contact { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }
.bpe-cta__contact a { color: rgba(255,255,255,.82) !important; font-size: .74rem; font-weight: 700; text-decoration: none !important; }

/* Legal bar */
.bpe-legal { position: relative; z-index: 2; color: rgba(255,255,255,.72); background: #022630; border-top: 1px solid rgba(255,255,255,.08); }
.bpe-legal__inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.bpe-legal__inner > div { display: flex; align-items: center; flex-wrap: wrap; gap: 11px 18px; font-size: .62rem; }
.bpe-legal strong { color: #fff; font-size: .68rem; }
.bpe-legal nav { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 17px; }
.bpe-legal a { color: rgba(255,255,255,.75) !important; font-size: .64rem; font-weight: 700; text-decoration: none !important; }
.bpe-legal a:hover { color: #fff !important; }

/* Ask Bamibo */
.bpe-guide { position: fixed; z-index: 99995; right: 22px; bottom: 22px; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.bpe-guide__launcher { position: relative; min-width: 190px; display: grid; grid-template-columns: 43px 1fr; gap: 10px; align-items: center; padding: 9px 15px 9px 9px; color: #fff; text-align: left; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: linear-gradient(135deg, #053b4b, #087d80); box-shadow: 0 20px 55px rgba(1,37,47,.3); cursor: pointer; }
.bpe-guide__launcher-mark, .bpe-guide__avatar { display: inline-flex; }
.bpe-guide__launcher-mark { width: 43px; height: 43px; }
.bpe-guide__launcher-mark svg, .bpe-guide__avatar svg { width: 100%; height: 100%; }
.bpe-guide__launcher > span:nth-child(2) { display: grid; gap: 3px; }
.bpe-guide__launcher strong { font-size: .78rem; }
.bpe-guide__launcher small { color: rgba(255,255,255,.64); font-size: .55rem; }
.bpe-guide__launcher > i { position: absolute; right: 10px; top: 8px; width: 7px; height: 7px; border-radius: 50%; background: #69efc9; box-shadow: 0 0 0 5px rgba(105,239,201,.1); }
.bpe-guide__panel { position: absolute; right: 0; bottom: 72px; width: min(390px, calc(100vw - 30px)); overflow: hidden; color: var(--bpe-text); border: 1px solid rgba(7,61,72,.13); border-radius: 22px; background: #fff; box-shadow: 0 30px 90px rgba(2,36,45,.28); opacity: 0; transform: translateY(12px) scale(.98); transform-origin: bottom right; transition: opacity .18s ease, transform .18s ease; }
.bpe-guide__panel.is-open { opacity: 1; transform: translateY(0) scale(1); }
.bpe-guide__head { display: grid; grid-template-columns: 42px 1fr auto; gap: 11px; align-items: center; padding: 16px; color: #fff; background: linear-gradient(125deg, #053846, #087879); }
.bpe-guide__avatar { width: 42px; height: 42px; }
.bpe-guide__head > span:nth-child(2) { display: grid; gap: 3px; }
.bpe-guide__head strong { font-size: .85rem; }
.bpe-guide__head small { color: rgba(255,255,255,.65); font-size: .58rem; }
.bpe-guide__close { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; font-size: 1.25rem; border: 0; border-radius: 10px; background: rgba(255,255,255,.08); cursor: pointer; }
.bpe-guide__status { padding: 8px 16px; color: #54747c; font-size: .57rem; font-weight: 700; border-bottom: 1px solid #edf3f3; background: #f8fbfb; }
.bpe-guide__status i { width: 6px; height: 6px; display: inline-block; margin-right: 6px; border-radius: 50%; background: #2cc8a8; }
.bpe-guide__messages { height: 265px; overflow-y: auto; padding: 16px; background: #f7fbfa; }
.bpe-guide__message { max-width: 88%; margin-bottom: 10px; padding: 11px 12px; border-radius: 14px; font-size: .72rem; line-height: 1.55; }
.bpe-guide__message p { margin: 0; }
.bpe-guide__message--guide { border: 1px solid #e2efec; border-bottom-left-radius: 5px; background: #fff; }
.bpe-guide__message--user { margin-left: auto; color: #fff; border-bottom-right-radius: 5px; background: #08787d; }
.bpe-guide__message--notice { max-width: 100%; color: #7c6b37; font-size: .62rem; border: 1px solid #f3e7bd; background: #fff9e8; }
.bpe-guide__answer-actions { display: grid; gap: 6px; margin-top: 9px; }
.bpe-guide__answer-link { display: flex; align-items: center; justify-content: space-between; padding: 8px 9px; color: var(--bpe-teal) !important; font-size: .65rem; font-weight: 800; text-decoration: none !important; border-radius: 9px; background: var(--bpe-pale); }
.bpe-guide__quick { display: flex; gap: 6px; overflow-x: auto; padding: 10px 13px; border-top: 1px solid #edf3f3; background: #fff; scrollbar-width: thin; }
.bpe-guide__quick button { flex: 0 0 auto; padding: 7px 9px; color: #35606a; font-size: .6rem; font-weight: 700; border: 1px solid #dce9e7; border-radius: 999px; background: #fff; cursor: pointer; }
.bpe-guide__quick button:hover { color: var(--bpe-teal); border-color: #9ddbd0; background: #f3fbf9; }
.bpe-guide__form { display: grid; grid-template-columns: 1fr 38px; gap: 7px; padding: 10px 13px; border-top: 1px solid #edf3f3; background: #fff; }
.bpe-guide__form input { min-width: 0; height: 39px; padding: 0 12px; color: var(--bpe-text); font: inherit; font-size: .68rem; border: 1px solid #dbe8e7; border-radius: 10px; outline: 0; }
.bpe-guide__form input:focus { border-color: #55cdb9; box-shadow: 0 0 0 3px rgba(38,199,174,.11); }
.bpe-guide__form button { height: 39px; color: #fff; font-size: 1rem; border: 0; border-radius: 10px; background: var(--bpe-teal); cursor: pointer; }
.bpe-guide__privacy { margin: 0; padding: 0 14px 11px; color: #7c9298; font-size: .53rem; line-height: 1.4; text-align: center; background: #fff; }

.bpe-reveal { opacity: 0; transform: translateY(16px); transition: opacity .58s ease, transform .58s ease; }
.bpe-reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Internal WordPress pages remain theme-rendered. Only spacing and broad content width are normalised. */
body.bpe-internal-page main,
body.bpe-internal-page .site-main { scroll-margin-top: calc(var(--bpe-header-height) + 20px); }
body.bpe-internal-page .entry-content { overflow-wrap: anywhere; }

@media (max-width: 1180px) {
  .bpe-header__actions .bpe-header__portal:first-of-type { display: none; }
  .bpe-nav > a { padding-inline: 8px; font-size: .74rem; }
  .bpe-hero__grid { gap: 44px; }
  .bpe-service-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1080px) {
  .bpe-menu-toggle { display: block; }
  .bpe-header__actions { margin-left: 0; }
  .bpe-header__actions .bpe-header__portal { display: none; }
  .bpe-nav { position: fixed; inset: var(--bpe-header-height) 0 auto; display: none; max-height: calc(100vh - var(--bpe-header-height)); overflow-y: auto; padding: 18px 20px 28px; border-top: 1px solid rgba(255,255,255,.1); background: rgba(3,43,55,.99); box-shadow: 0 28px 60px rgba(0,25,34,.32); }
  body.admin-bar .bpe-nav { top: calc(var(--bpe-header-height) + 32px); }
  .bpe-nav.is-open { display: grid; }
  .bpe-nav > a { padding: 13px 14px; font-size: .84rem; }
  .bpe-nav > a.is-current::after { display: none; }
  .bpe-nav__mobile-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 10px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.1); }
  .bpe-nav__mobile-actions a { display: grid; place-items: center; min-height: 44px; padding: 10px; color: #fff !important; font-size: .75rem; font-weight: 760; text-align: center; text-decoration: none !important; border: 1px solid rgba(255,255,255,.15); border-radius: 10px; }
  .bpe-nav__mobile-actions .bpe-nav__request { grid-column: 1 / -1; color: var(--bpe-deeper) !important; border-color: var(--bpe-gold); background: var(--bpe-gold); }
  .bpe-hero__grid { grid-template-columns: 1fr; }
  .bpe-command { max-width: 660px; }
  .bpe-platform__grid { grid-template-columns: 1fr; gap: 50px; }
  .bpe-cta__inner { grid-template-columns: 1fr; align-items: start; }
  .bpe-cta__actions { justify-content: flex-start; }
}

@media (max-width: 782px) {
  body.admin-bar .bpe-header { top: 46px; }
  body.admin-bar .bpe-nav { top: calc(var(--bpe-header-height) + 46px); }
  .bpe-shell { width: min(100% - 28px, 1180px); }
  .bpe-header__inner { width: calc(100% - 22px); gap: 10px; }
  .bpe-header .bpe-logo__copy small { display: none; }
  .bpe-header__request { display: none !important; }
  .bpe-hero { min-height: auto; padding: 70px 0 64px; }
  .bpe-hero__grid { gap: 44px; }
  .bpe-hero h1 { font-size: clamp(2.75rem, 12vw, 4.4rem); }
  .bpe-hero__copy > p { font-size: .94rem; line-height: 1.7; }
  .bpe-command { padding: 18px; border-radius: 22px; }
  .bpe-command__brand { padding: 26px 0 23px; }
  .bpe-logo--hero .bpe-logo__mark { width: 58px; height: 58px; }
  .bpe-logo--hero .bpe-logo__copy strong { font-size: 1.45rem; }
  .bpe-logo--hero .bpe-logo__copy em { font-size: .92rem; }
  .bpe-trust__grid { min-height: 80px; flex-wrap: wrap; gap: 10px 16px; padding-block: 16px; font-size: .54rem; }
  .bpe-section { padding: 78px 0; }
  .bpe-service-grid, .bpe-pathway-grid { grid-template-columns: 1fr; }
  .bpe-pathway { min-height: 450px; padding: 30px; }
  .bpe-cta__inner { padding: 30px; border-radius: 22px; }
  .bpe-legal__inner { align-items: flex-start; flex-direction: column; padding-block: 23px; }
  .bpe-legal nav { justify-content: flex-start; }
  .bpe-guide { right: 12px; bottom: 12px; }
  .bpe-guide__launcher { min-width: 0; grid-template-columns: 42px auto; padding-right: 13px; }
}

@media (max-width: 480px) {
  .bpe-header .bpe-logo__copy em { display: none; }
  .bpe-header .bpe-logo__copy strong { font-size: 1rem; }
  .bpe-install { display: none !important; }
  .bpe-actions .bpe-button { width: 100%; }
  .bpe-hero__assurance { display: grid; gap: 10px; }
  .bpe-command__cards a { grid-template-columns: 42px 1fr; }
  .bpe-command__cards b { display: none; }
  .bpe-command__foot { align-items: flex-start; flex-direction: column; gap: 7px; }
  .bpe-service-card { min-height: 255px; }
  .bpe-pathway > div { align-items: stretch; flex-direction: column; }
  .bpe-pathway .bpe-button { width: 100%; }
  .bpe-cta__actions { flex-direction: column; }
  .bpe-cta__actions .bpe-button { width: 100%; }
  .bpe-guide__launcher > span:nth-child(2) { display: none; }
  .bpe-guide__launcher { width: 58px; height: 58px; padding: 7px; border-radius: 18px; }
  .bpe-guide__launcher-mark { width: 43px; height: 43px; }
  .bpe-guide__panel { bottom: 68px; width: calc(100vw - 24px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .bpe-reveal { opacity: 1; transform: none; }
}

@media print {
  .bpe-header, .bpe-guide, .bpe-legal { display: none !important; }
  body.bpe-active { padding-top: 0 !important; }
}
