/* Site-wide polish: gap, phones, headings */
html {
  margin: 0 !important;
  padding: 0 !important;
}
body {
  margin: 0 !important;
  padding: 0 !important;
}

/* Flush header to viewport top (kill white strip above email bar) */
.bpt-site-header {
  top: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #120A2E !important;
  border-top: 0 !important;
}
.bpt-site-header__top {
  margin: 0 !important;
  padding: 0 !important;
  background: #120A2E !important;
}
.bpt-site-header__main {
  background: #fff !important;
}

/* Temporary: hide phone numbers site-wide (markup kept) */
.phoneBtn,
.bpt-phone,
.bpt-footer__contact li:has(> a[href^="tel:"]),
.bpt-thanks__meta-item:has(> a[href^="tel:"]),
a[href^="tel:"]:not(.bpt-btn) {
  display: none !important;
}

/* Headings: breathing room between lines */
.bpt-hero__title {
  line-height: 1.35 !important;
}
.bpt-hero__typed .line-accent,
.bpt-hero__typed .line-rest {
  padding-block: 0.06em;
}
body:not(.page-bpt) .heading,
.innerBanner .heading,
.innerBanner h2.heading,
.worldSection .heading,
.aboutSection .heading,
.updatesSection .heading,
.ctaSection .heading,
.contentSection .heading,
.innerServices > .container > .heading,
.bpt-title {
  line-height: 1.35 !important;
  letter-spacing: -0.02em;
}

.innerServices > .container > .heading {
  font-size: clamp(1.5rem, 4.2vw, 2.35rem) !important;
  margin-bottom: 1.15rem !important;
  max-width: 36rem !important;
}
.innerServices > .container > p {
  margin-bottom: 2.5rem !important;
  line-height: 1.7 !important;
}
