/* Book Publishing Test — original home brand (navy + gold). Not a Mastro clone layout. */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap');

:root {
  --bpt-navy: #1A0F3D;
  --bpt-navy-mid: #2D1B5A;
  --bpt-gold: #6B3AED;
  --bpt-gold-deep: #5521C9;
  --bpt-ink: #1A0F3D;
  --bpt-muted: #5C5A6E;
  --bpt-paper: #F3F0FF;
  --bpt-white: #ffffff;
  --bpt-line: rgba(26, 15, 61, 0.1);
  --bpt-serif: "Fraunces", Georgia, serif;
  --bpt-sans: "DM Sans", system-ui, sans-serif;
  --bpt-wrap: min(1200px, calc(100% - 3.5rem));
  --bpt-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-bpt {
  margin: 0;
  font-family: var(--bpt-sans);
  color: var(--bpt-ink);
  background: var(--bpt-paper);
  overflow-x: hidden;
}
body.page-bpt img { max-width: 100%; height: auto; display: block; }
body.page-bpt .bpt-site-header img {
  max-width: 440px;
  width: auto;
  height: 92px !important;
  object-fit: contain;
}
body.page-bpt a { text-decoration: none; color: inherit; }
body.page-bpt a.bpt-btn,
body.page-bpt .bpt-btn,
body.page-bpt .bpt-hero__ctas a,
body.page-bpt .bpt-hero__submit {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
body.page-bpt *,
body.page-bpt *::before,
body.page-bpt *::after { box-sizing: border-box; }

.bpt-wrap { width: var(--bpt-wrap); margin-inline: auto; }

/* Hide legacy Mastro block sections if leftover */
body.page-bpt .main-banner,
body.page-bpt .hireSection,
body.page-bpt .servicesSection,
body.page-bpt .provideSection,
body.page-bpt .platformsSection,
body.page-bpt .optionsSection,
body.page-bpt .chooseSection,
body.page-bpt .testimonialSection { display: none !important; }

/* —— Header (legacy override / hide old) —— */
body.page-bpt .headerMain { display: none !important; }

/* —— Coverflow slider —— */
.bpt-covers {
  padding: 4.5rem 0 4.75rem;
  background: #f7f5f0;
  border-bottom: 1px solid var(--bpt-line);
  overflow: hidden;
}
.bpt-covers__intro {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 2.5rem;
}
.bpt-covers__title {
  margin: 0;
  font-family: var(--bpt-serif);
  font-size: clamp(1.85rem, 3.4vw, 2.55rem);
  font-weight: 600;
  color: var(--bpt-navy);
  letter-spacing: -0.02em;
}
.bpt-covers__text {
  margin: 1rem 0 0;
  color: var(--bpt-muted);
  line-height: 1.7;
  font-size: 1.02rem;
}
.bpt-coverflow {
  padding: 1.5rem 3rem 3.25rem;
  position: relative;
}
.bpt-coverflow .swiper-slide {
  width: 220px;
  height: auto;
}
.bpt-coverflow__card {
  border-radius: 0.45rem;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(12, 35, 64, 0.22);
  background: #fff;
  transform: translateZ(0);
}
.bpt-coverflow__card img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  display: block;
}
.bpt-coverflow__next,
.bpt-coverflow__prev {
  color: var(--bpt-navy) !important;
  width: 42px !important;
  height: 42px !important;
  margin-top: 0 !important;
  top: 46% !important;
}
.bpt-coverflow__next::after,
.bpt-coverflow__prev::after {
  font-size: 1.15rem !important;
  font-weight: 700;
}
.bpt-coverflow__next { right: 0.15rem !important; }
.bpt-coverflow__prev { left: 0.15rem !important; }
.bpt-coverflow__count {
  position: absolute;
  left: 50%;
  bottom: 0.35rem;
  transform: translateX(-50%);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--bpt-navy);
  letter-spacing: 0.04em;
  z-index: 5;
}
@media (max-width: 767px) {
  .bpt-coverflow {
    padding: 1rem 2.25rem 3rem;
  }
  .bpt-coverflow .swiper-slide {
    width: 170px;
  }
  .bpt-coverflow__card img {
    height: 255px;
  }
}

/* —— Shared —— */
.bpt-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bpt-gold-deep);
}
.bpt-eyebrow::before {
  content: "";
  width: 1.5rem;
  height: 1px;
  background: var(--bpt-gold);
}
.bpt-title {
  font-family: var(--bpt-serif);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--bpt-navy);
  margin: 0.65rem 0 0;
}
.bpt-lead {
  color: var(--bpt-muted);
  line-height: 1.75;
  font-size: 1.02rem;
  margin: 1rem 0 0;
}
.bpt-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  overflow: visible;
  isolation: isolate;
  background: #1A0F3D !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-family: var(--bpt-sans), "DM Sans", system-ui, sans-serif !important;
  font-weight: 700;
  font-size: 0.95rem !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 1rem 1.65rem;
  min-height: 3.15rem;
  border-radius: 0.65rem;
  border: 0 !important;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(26, 15, 61, 0.22);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, background 0.35s ease;
  text-decoration: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.bpt-btn::before { display: none !important; content: none !important; }
.bpt-btn::after { display: none !important; content: none !important; }
.bpt-btn > * {
  position: relative;
  z-index: 1;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
}
.bpt-hero__ctas .bpt-btn {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 1rem !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.25 !important;
  opacity: 1 !important;
}
.bpt-btn:hover {
  transform: translateY(-3px) scale(1.02);
  background: #6B3AED !important;
  box-shadow: 0 18px 40px rgba(107, 58, 237, 0.35);
}
.bpt-btn:hover::before { display: none !important; }
.bpt-btn:active { transform: translateY(-1px) scale(0.99); }
.bpt-btn--ghost {
  background: rgba(255, 255, 255, 0.45) !important;
  color: #1A0F3D !important;
  -webkit-text-fill-color: #1A0F3D !important;
  border: 1.5px solid rgba(107, 58, 237, 0.28) !important;
  box-shadow: 0 8px 24px rgba(26, 15, 61, 0.08);
}
.bpt-btn--ghost:hover {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: #6B3AED !important;
  border-color: transparent !important;
}
.bpt-btn--gold,
.bpt-btn--light {
  background: #6B3AED !important;
}
.bpt-btn--light {
  background: #1A0F3D !important;
}
.bpt-btn--gold:hover,
.bpt-btn--light:hover {
  background: #7C4DFF !important;
}
.bpt-phone {
  display: inline-flex;
  flex-direction: column;
  font-size: 0.75rem;
  color: var(--bpt-muted);
  line-height: 1.3;
}
.bpt-phone a {
  color: var(--bpt-navy);
  font-weight: 700;
  font-size: 1.05rem;
}
.bpt-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.35rem;
  margin-top: 1.75rem;
}

/* —— Hero (full-bleed library + form panel) —— */
.bpt-hero {
  position: relative;
  padding: 3.25rem 0 2.25rem;
  overflow: visible;
  color: var(--bpt-ink);
  isolation: isolate;
  background:
    radial-gradient(ellipse 80% 60% at 15% 20%, rgba(167, 139, 250, 0.22) 0%, transparent 55%),
    radial-gradient(ellipse 70% 50% at 90% 10%, rgba(196, 181, 253, 0.28) 0%, transparent 50%),
    radial-gradient(ellipse 60% 45% at 70% 85%, rgba(107, 58, 237, 0.08) 0%, transparent 55%),
    linear-gradient(160deg, #FBF9FF 0%, #F3F0FF 42%, #EDE8FF 100%);
}
.bpt-hero__bg {
  display: none;
}
.bpt-hero__bg img {
  display: none;
}
.bpt-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.7) 0%, transparent 40%),
    radial-gradient(circle at 85% 40%, rgba(255, 255, 255, 0.45) 0%, transparent 35%);
  opacity: 0.9;
}
.bpt-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 2.75rem 3.75rem;
  align-items: start;
  width: 100%;
  max-width: 100%;
}
.bpt-hero__copy {
  order: 1;
  min-width: 0;
  max-width: 100%;
}
.bpt-hero__panel {
  order: 2;
  min-width: 0;
  max-width: 100%;
}
.bpt-hero__platforms {
  order: 3;
  grid-column: 1 / -1;
  margin-top: 0.35rem;
  padding: 0.1rem 0 0;
}
.bpt-hero__eyebrow {
  margin: 0 0 0.85rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6B3AED;
}
.bpt-hero__title {
  font-family: var(--bpt-serif);
  font-size: clamp(2.15rem, 4.2vw, 3.15rem);
  font-weight: 700;
  line-height: 1.35;
  color: #1A0F3D;
  margin: 0;
  max-width: 100%;
  letter-spacing: -0.025em;
  min-height: 2.5em;
  text-shadow: 0 1px 12px rgba(255, 255, 255, 0.65);
  overflow-wrap: anywhere;
  word-break: break-word;
}
.bpt-hero__typed {
  display: inline;
  white-space: normal;
}
.bpt-hero__typed .line-accent {
  color: #6B3AED;
  display: block;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.bpt-hero__typed .line-rest {
  color: #1A0F3D;
  display: block;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.bpt-hero__cursor {
  display: inline-block;
  width: 0.12em;
  height: 0.9em;
  margin-left: 0.12rem;
  background: #6B3AED;
  border-radius: 1px;
  vertical-align: -0.05em;
  animation: bptCursorBlink 0.85s steps(1) infinite;
}
@keyframes bptCursorBlink {
  0%, 45% { opacity: 1; }
  50%, 100% { opacity: 0; }
}
.bpt-hero__title-accent {
  display: block;
  color: #6B3AED;
}
.bpt-hero__lead {
  margin: 1.45rem 0 0;
  color: var(--bpt-muted);
  line-height: 1.8;
  font-size: 1.05rem;
  max-width: 34rem;
}
.bpt-hero__checks {
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
  max-width: 36rem;
}
.bpt-hero__checks li {
  position: relative;
  padding-left: 1.55rem;
  color: #2A2048;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.5;
}
.bpt-hero__checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #6B3AED;
  box-shadow: 0 0 0 3px rgba(107, 58, 237, 0.18);
}
.bpt-hero__provide {
  margin-top: 2.15rem;
}
.bpt-hero__provide h3 {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--bpt-gold-deep);
}
.bpt-hero__provide ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.95rem;
}
.bpt-hero__provide li {
  position: relative;
  padding-left: 1.85rem;
  color: var(--bpt-ink);
  font-size: 0.96rem;
  line-height: 1.55;
}
.bpt-hero__provide li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3rem;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: var(--bpt-gold) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") center / 0.65rem no-repeat;
}
.bpt-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.35rem;
}
.bpt-hero__ctas .bpt-btn {
  min-width: 9.5rem;
  padding: 0.95rem 1.6rem;
  font-size: 0.95rem !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 0.45rem;
  box-shadow: 0 10px 28px rgba(26, 15, 61, 0.12);
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  line-height: 1.2;
  z-index: 1;
}
.bpt-btn--light {
  background: #1A0F3D;
  color: #fff !important;
}
.bpt-btn--light:hover {
  background: #6B3AED;
  color: #fff !important;
}
.bpt-hero__trust {
  display: none;
}
.bpt-hero__platforms-label {
  margin: 0 0 0.7rem;
  text-align: center;
  font-size: clamp(0.85rem, 1.5vw, 1.05rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6B3AED;
}
.bpt-hero__marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 1rem 0;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(26, 15, 61, 0.1);
  border-radius: 1rem;
  box-shadow: 0 16px 40px rgba(26, 15, 61, 0.08);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.bpt-hero__marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 1.15rem;
  padding-inline: 0.5rem;
  animation: bptPlatformMarquee 38s linear infinite;
}
.bpt-hero__marquee:hover .bpt-hero__marquee-track {
  animation-play-state: paused;
}
.bpt-hero__platform {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.25rem;
  padding: 1rem 1.9rem;
  background: #fff;
  border: 1.5px solid rgba(26, 15, 61, 0.12);
  border-radius: 0.75rem;
  box-shadow: 0 6px 16px rgba(26, 15, 61, 0.06);
  color: #1A0F3D;
  font-family: var(--bpt-serif);
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  white-space: nowrap;
  line-height: 1;
}
@keyframes bptPlatformMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .bpt-hero__marquee-track {
    animation: none;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
}
.bpt-hero__panel {
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: linear-gradient(165deg, #1A0F3D 0%, #120A2E 55%, #2D1B5A 100%);
  border: 1px solid rgba(167, 139, 250, 0.35);
  border-radius: 1.25rem;
  padding: 2rem 1.65rem 1.65rem;
  box-shadow:
    0 28px 64px rgba(26, 15, 61, 0.32),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  color: #fff;
}
.bpt-hero__badge {
  position: absolute;
  top: -0.85rem;
  right: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.9rem;
  background: linear-gradient(135deg, #C9A86A, #E8D5A3);
  color: #1A0F3D;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(201, 168, 106, 0.4);
}
.bpt-hero__panel h2 {
  margin: 0.35rem 0 0.55rem;
  font-family: var(--bpt-serif);
  font-size: clamp(1.45rem, 2.2vw, 1.8rem);
  font-weight: 600;
  color: #fff;
  text-align: left;
  line-height: 1.25;
}
.bpt-hero__panel-lead {
  margin: 0 0 1.35rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.bpt-hero__form .form-group {
  margin: 0 0 0.85rem !important;
}
.bpt-hero__form .form-control {
  width: 100%;
  border: 1.5px solid transparent !important;
  border-radius: 0.55rem !important;
  min-height: 50px;
  padding: 0.85rem 1rem !important;
  background: #fff !important;
  color: #1A0F3D !important;
  font-size: 0.94rem;
  font-weight: 500;
  box-shadow: none !important;
  -webkit-text-fill-color: #1A0F3D;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.bpt-hero__form .form-control:focus {
  border-color: #A78BFA !important;
  box-shadow: 0 0 0 3px rgba(167, 139, 250, 0.25) !important;
  outline: none;
}
.bpt-hero__form .form-control::placeholder {
  color: #8B83A3 !important;
  opacity: 1 !important;
}
.bpt-hero__form textarea.form-control {
  min-height: 88px;
  resize: vertical;
}
.bpt-hero__form .form-group:last-of-type {
  margin-bottom: 1.15rem !important;
}
.bpt-hero__consent {
  display: none !important;
}
.bpt-hero__submit {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  border: 0 !important;
  border-radius: 0.55rem;
  min-height: 54px;
  background: #6B3AED !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-weight: 700;
  font-size: 0.95rem !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(107, 58, 237, 0.4);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, background 0.35s ease;
}
.bpt-hero__submit::before { display: none !important; }
.bpt-hero__submit:hover {
  background: #7C4DFF !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(107, 58, 237, 0.5);
}
.bpt-hero__submit:hover::before { display: none !important; }
.bpt-hero__footer-line {
  margin: 1.5rem 0 0;
  text-align: center;
  font-size: clamp(0.95rem, 1.4vw, 1.15rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1A0F3D;
  opacity: 0.85;
}

/* —— About —— */
.bpt-about {
  padding: 5.5rem 0;
  background: var(--bpt-paper);
}
.bpt-about__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 3rem 3.5rem;
  align-items: center;
}
.bpt-about__media {
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 28px 60px rgba(7, 26, 47, 0.16);
  border: 1px solid rgba(7, 26, 47, 0.08);
  line-height: 0;
}
body.page-bpt .bpt-about__media img {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  display: block !important;
  object-fit: cover;
  aspect-ratio: 4 / 5;
}
.bpt-about__copy p {
  color: var(--bpt-muted);
  line-height: 1.75;
  margin: 0.9rem 0 0;
}

/* —— Shared section chrome —— */
.bpt-section-head {
  max-width: 40rem;
  margin-bottom: 2.5rem;
}
.bpt-section-head--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 40rem;
}
.bpt-section-head--center .bpt-eyebrow {
  justify-content: center;
}
.bpt-section-head--center .bpt-title {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}
.bpt-section-head--center .bpt-lead {
  margin-left: auto;
  margin-right: auto;
}
.bpt-section-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
  margin-top: 2.5rem;
}

/* —— Services (purple band + white cards) —— */
.bpt-services {
  padding: 5.5rem 0;
  background: linear-gradient(180deg, #6B3AED 0%, #5521C9 100%);
  color: #fff;
}
.bpt-services .bpt-section-head .bpt-eyebrow { color: rgba(255, 255, 255, 0.9); }
.bpt-services .bpt-section-head .bpt-eyebrow::before { background: rgba(255, 255, 255, 0.85); }
.bpt-services .bpt-section-head .bpt-title { color: #fff !important; max-width: 28ch; }
.bpt-services .bpt-section-head .bpt-lead { color: rgba(255, 255, 255, 0.85) !important; }
.bpt-services .bpt-section-cta .bpt-phone { color: rgba(255, 255, 255, 0.75); }
.bpt-services .bpt-section-cta .bpt-phone a { color: #fff; }
.bpt-services .bpt-btn--light {
  background: #fff !important;
  color: #1A0F3D !important;
}
.bpt-services .bpt-btn--light:hover {
  background: #EDE9FE !important;
  color: #1A0F3D !important;
}
.bpt-svc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.15rem;
  margin-top: 2.5rem;
}
.bpt-svc {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  background: #ffffff !important;
  background-image: none !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  border-radius: 1.1rem;
  padding: 1.5rem 1.35rem 1.55rem;
  min-height: 0;
  box-shadow: 0 14px 32px rgba(26, 15, 61, 0.18);
  transition: transform 0.3s var(--bpt-ease), box-shadow 0.3s var(--bpt-ease);
}
.bpt-svc:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.6) !important;
  box-shadow: 0 20px 44px rgba(26, 15, 61, 0.22);
}
.bpt-svc__num {
  position: absolute;
  top: 0.35rem;
  right: 0.7rem;
  margin: 0;
  font-family: var(--bpt-serif);
  font-size: clamp(3rem, 4.5vw, 4rem);
  font-weight: 700;
  line-height: 1;
  color: rgba(107, 58, 237, 0.14) !important;
  pointer-events: none;
  z-index: 0;
}
.bpt-svc__top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
  position: relative;
  z-index: 1;
}
.bpt-svc__icon {
  flex: 0 0 auto;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 3.1rem !important;
  height: 3.1rem !important;
  border-radius: 0.85rem;
  background: rgba(107, 58, 237, 0.12);
  color: #6B3AED !important;
  box-shadow: inset 0 0 0 1px rgba(107, 58, 237, 0.22);
}
.bpt-svc__icon svg {
  width: 1.55rem !important;
  height: 1.55rem !important;
  display: block !important;
  stroke: currentColor !important;
}
.bpt-svc h3 {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 700;
  color: #1A0F3D !important;
  line-height: 1.25;
}
.bpt-svc p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5C5A6E !important;
  font-size: 0.9rem;
  line-height: 1.55;
}

/* —— Care (editorial split) —— */
.bpt-care {
  padding: 5.5rem 0;
  background: var(--bpt-paper);
}
.bpt-care__layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 3rem 4rem;
  align-items: center;
}
.bpt-care__copy .bpt-title { max-width: 16ch; }
.bpt-care__copy p {
  color: var(--bpt-muted);
  line-height: 1.75;
  margin: 1rem 0 0;
}
.bpt-care__copy .bpt-btn { margin-top: 1.75rem; }
.bpt-care__visual {
  position: relative;
  min-height: 460px;
}
.bpt-care__shot {
  margin: 0;
  border-radius: 1.35rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 40px rgba(26, 15, 61, 0.12);
  line-height: 0;
}
.bpt-care__shot img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  display: block !important;
}
.bpt-care__shot--main {
  width: 82%;
  height: 400px;
}
.bpt-care__shot--stack {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 52%;
  height: 280px;
  border: 8px solid var(--bpt-paper);
  z-index: 2;
}

/* —— Platforms —— */
.bpt-platforms {
  padding: 4rem 0;
  background: var(--bpt-white);
  border-block: 1px solid var(--bpt-line);
}
.bpt-platforms__strip {
  margin-top: 0.5rem;
  padding: 1.5rem 1.75rem;
  background: var(--bpt-paper);
  border-radius: 1rem;
  display: flex;
  justify-content: center;
}
.bpt-platforms__strip img {
  max-width: min(820px, 100%);
  margin: 0;
  opacity: 0.88;
}

/* —— Process (Owl-style circular flow) —— */
.bpt-process {
  padding: 3.25rem 0 2.5rem;
  background: var(--bpt-paper);
}
.bpt-eyebrow--center {
  justify-content: center;
  width: 100%;
}
.bpt-process .bpt-section-head .bpt-eyebrow {
  color: var(--bpt-gold-deep);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
}
.bpt-process .bpt-section-head .bpt-eyebrow::before { display: none; }
.bpt-process .bpt-section-head .bpt-title {
  color: #1a1a1a;
  max-width: 22ch;
  margin-inline: auto;
}
.bpt-process .bpt-section-head .bpt-lead {
  color: #4a5560;
  max-width: 52ch;
  margin-inline: auto;
}
.bpt-flow {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem 0.75rem;
  position: relative;
}
.bpt-flow__item {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 0.35rem;
  opacity: 0.55;
  transition: opacity 0.35s ease;
}
.bpt-flow__item.is-active,
.bpt-flow__item.is-done {
  opacity: 1;
}
.bpt-flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 3.55rem;
  left: calc(50% + 3.55rem);
  width: calc(100% - 7.1rem);
  height: 3px;
  border: none;
  border-radius: 99px;
  background: rgba(107, 58, 237, 0.18);
  pointer-events: none;
  z-index: 0;
}
.bpt-flow__item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 3.35rem;
  left: calc(50% + 3.55rem + (100% - 7.1rem) - 2px);
  width: 10px;
  height: 10px;
  border-top: 3px solid rgba(107, 58, 237, 0.28);
  border-right: 3px solid rgba(107, 58, 237, 0.28);
  transform: rotate(45deg);
  pointer-events: none;
  z-index: 2;
  transition: border-color 0.35s ease;
}
.bpt-flow__item.is-done:not(:last-child)::before,
.bpt-flow__item.is-traveling:not(:last-child)::before {
  border-color: #6B3AED;
}
.bpt-flow__item.is-done:not(:last-child)::after {
  background: #6B3AED;
}
.bpt-flow__item.is-traveling:not(:last-child)::after {
  background: #6B3AED;
  transform-origin: left center;
  animation: bptArrowTravel 0.7s ease forwards;
}
@keyframes bptArrowTravel {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

.bpt-flow__icon {
  position: relative;
  width: 7.1rem;
  height: 7.1rem;
  margin: 0 auto 1.15rem;
  border: 1.5px solid rgba(167, 139, 250, 0.45);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.95) 0%, rgba(243, 240, 255, 0.75) 100%);
  color: #1A0F3D;
  box-shadow:
    0 12px 28px rgba(107, 58, 237, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -1px 0 rgba(107, 58, 237, 0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease, border-color 0.35s ease;
  animation: none;
}
.bpt-flow__icon svg {
  width: 2.65rem;
  height: 2.65rem;
  transition: transform 0.4s ease;
}
.bpt-flow__item:hover .bpt-flow__icon {
  transform: translateY(-6px) scale(1.05);
  box-shadow:
    0 20px 40px rgba(107, 58, 237, 0.22),
    0 0 0 6px rgba(107, 58, 237, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}
.bpt-flow__item:hover .bpt-flow__icon svg {
  transform: scale(1.08);
}
.bpt-flow__icon::before {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, #6B3AED, #C4B5FD, #6B3AED 40%, transparent 55%, #6B3AED);
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 0);
  mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 0);
  transition: opacity 0.3s ease;
}
.bpt-flow__item.is-active .bpt-flow__icon {
  border-color: #6B3AED;
  color: #6B3AED;
  transform: scale(1.08);
  box-shadow:
    0 0 0 5px rgba(107, 58, 237, 0.16),
    0 0 28px rgba(107, 58, 237, 0.45),
    0 10px 24px rgba(26, 15, 61, 0.08);
}
.bpt-flow__item.is-active .bpt-flow__icon::before {
  opacity: 1;
  animation: bptActiveRing 1.4s linear infinite;
}
.bpt-flow__item.is-done .bpt-flow__icon {
  border-color: #6B3AED;
  box-shadow:
    0 0 0 3px rgba(107, 58, 237, 0.1),
    0 10px 22px rgba(107, 58, 237, 0.12);
}
@keyframes bptActiveRing {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .bpt-flow__item:not(:last-child)::after,
  .bpt-flow__icon::before {
    animation: none !important;
  }
  .bpt-flow__item.is-active .bpt-flow__icon::before { opacity: 0.65; }
}
.bpt-flow__icon svg {
  width: 2.65rem;
  height: 2.65rem;
  display: block;
  position: relative;
  z-index: 1;
}
.bpt-flow__badge {
  position: absolute;
  top: -0.15rem;
  left: -0.1rem;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 50%;
  background: #6B3AED;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(107, 58, 237, 0.4);
  z-index: 2;
}
.bpt-flow__item h3 {
  margin: 0;
  font-family: var(--bpt-sans);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1a1a1a;
}
.bpt-flow__item p {
  margin: 0.55rem 0 0;
  color: #5a6570;
  font-size: 0.86rem;
  line-height: 1.55;
  max-width: 18ch;
  margin-inline: auto;
}

/* —— FAQ (branded accordion) —— */
.bpt-faq {
  position: relative;
  padding: 5.75rem 0;
  background: var(--bpt-paper);
  overflow: hidden;
}
.bpt-faq::before { display: none; }
.bpt-faq__head {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 2.75rem;
}
.bpt-faq__title {
  margin: 0;
  font-family: var(--bpt-serif);
  font-size: clamp(2rem, 4vw, 2.85rem);
  font-weight: 600;
  color: var(--bpt-ink);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.bpt-faq__title em {
  font-style: italic;
  font-weight: 500;
  color: var(--bpt-gold-deep);
}
.bpt-faq__head p {
  margin: 0.9rem auto 0;
  max-width: 46ch;
  color: var(--bpt-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}
.bpt-faq__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 1.15rem;
  align-items: start;
}
.bpt-faq__item {
  background: #fff;
  border-radius: 1.35rem;
  box-shadow: 0 6px 22px rgba(11, 31, 51, 0.06);
  border: 1px solid rgba(11, 31, 51, 0.06);
  overflow: hidden;
  height: auto;
  align-self: start;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}
.bpt-faq__item[open] {
  border-radius: 1.35rem;
  border-color: rgba(107, 58, 237, 0.4);
  box-shadow: 0 10px 28px rgba(26, 15, 61, 0.09);
}
.bpt-faq__item summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.2rem 1rem 1rem;
  min-height: 4.1rem;
}
.bpt-faq__item summary::-webkit-details-marker { display: none; }
.bpt-faq__num {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  background: var(--bpt-gold);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.bpt-faq__q {
  font-family: var(--bpt-serif);
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--bpt-ink);
  line-height: 1.3;
}
.bpt-faq__plus {
  width: 1.35rem;
  height: 1.35rem;
  position: relative;
  flex: 0 0 auto;
}
.bpt-faq__plus::before,
.bpt-faq__plus::after {
  content: "";
  position: absolute;
  background: var(--bpt-gold-deep);
  border-radius: 2px;
  transition: transform 0.25s var(--bpt-ease), opacity 0.25s ease;
}
.bpt-faq__plus::before {
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}
.bpt-faq__plus::after {
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}
.bpt-faq__item[open] .bpt-faq__plus::after {
  opacity: 0;
  transform: translateX(-50%) scaleY(0);
}
.bpt-faq__a {
  padding: 0 1.35rem 1.25rem 4.2rem;
}
.bpt-faq__a p {
  margin: 0;
  color: var(--bpt-muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

/* —— Why section (promo + 6 cards) —— */
.bpt-why-vik {
  padding: 5.5rem 0;
  background: linear-gradient(165deg, #120A2E 0%, #1A0F3D 55%, #2D1B5A 100%);
  color: #fff;
}
.bpt-why-vik__head {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 2.75rem;
}
.bpt-why-vik__head h2 {
  margin: 0;
  font-family: var(--bpt-serif);
  font-size: clamp(1.85rem, 3.5vw, 2.65rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fff;
}
.bpt-why-vik__head p {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
  font-size: 1.02rem;
}
.bpt-why-vik__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.15fr;
  gap: 1.35rem 1.5rem;
  align-items: stretch;
}
.bpt-why-vik__promo {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  min-height: 560px;
  background: #1A0F3D;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem 1.35rem 1.4rem;
}
.bpt-why-vik__promo > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.bpt-why-vik__promo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(18, 10, 46, 0.15) 0%, rgba(18, 10, 46, 0.45) 40%, rgba(18, 10, 46, 0.92) 100%);
}
.bpt-why-vik__promo-copy {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
}
.bpt-why-vik__promo-top {
  margin: 0;
  color: #fff;
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}
.bpt-why-vik__promo-top strong {
  display: block;
  margin-top: 0.2rem;
  color: var(--bpt-gold);
}
.bpt-why-vik__promo-bar {
  margin: 0.85rem 0 0;
  display: inline-block;
  background: var(--bpt-gold);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.7rem 0.95rem;
  border-radius: 0.35rem;
  max-width: 100%;
  line-height: 1.35;
}
.bpt-why-vik__promo-cta {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #1A0F3D !important;
  font-weight: 700;
  font-size: 0.88rem;
  padding: 0.8rem 1.35rem;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease;
}
.bpt-why-vik__promo-cta:hover {
  background: var(--bpt-gold);
  color: #fff !important;
}
.bpt-why-vik__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.95rem;
}
.bpt-why-vik__card {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 0.9rem;
  padding: 1.3rem 1.2rem 1.4rem;
  color: #fff;
  transition: transform 0.3s var(--bpt-ease), border-color 0.25s ease, background 0.25s ease;
}
.bpt-why-vik__card:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(107, 58, 237, 0.55) !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}
.bpt-why-vik__card h3 {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff !important;
  line-height: 1.3;
}
.bpt-why-vik__card p {
  margin: 0.6rem 0 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72) !important;
}
.bpt-why-vik__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem 1.25rem;
  margin-top: 2.25rem;
}
.bpt-why-vik__trust img {
  height: 52px;
  width: auto;
  background: #fff;
  border-radius: 0.55rem;
  padding: 0.4rem 0.7rem;
}

@media (max-width: 991px) {
  .bpt-why-vik__grid { grid-template-columns: 1fr; }
  .bpt-why-vik__promo { min-height: 440px; }
}
@media (max-width: 640px) {
  .bpt-why-vik__cards { grid-template-columns: 1fr; }
}

body.page-bpt .contactSection .phoneBtn svg {
  background: var(--bpt-gold-deep) !important;
  color: #fff !important;
  border-radius: 50%;
  padding: 0.65rem;
  width: 2.6rem;
  height: 2.6rem;
}

@media (max-width: 1100px) {
  .bpt-svc-grid { grid-template-columns: repeat(2, 1fr); }
  .bpt-flow { grid-template-columns: repeat(3, 1fr); gap: 2.25rem 1rem; }
  .bpt-flow__item:not(:last-child)::after,
  .bpt-flow__item:not(:last-child)::before { display: none; }
}
@media (max-width: 991px) {
  .bpt-care__layout {
    grid-template-columns: 1fr;
  }
  .bpt-care__visual { min-height: 380px; }
  .bpt-care__shot--main { width: 100%; height: 300px; }
  .bpt-care__shot--stack {
    width: 58%;
    height: 200px;
    right: 0.75rem;
    bottom: -0.35rem;
  }
  .bpt-faq__grid { grid-template-columns: 1fr; }
  .bpt-faq__item { border-radius: 1.25rem; }
  .bpt-process { padding: 2.75rem 0 2rem; }
  .bpt-about { padding: 3.25rem 0; }
  .bpt-platforms { padding: 2.75rem 0; }
}
@media (max-width: 720px) {
  .bpt-flow { grid-template-columns: 1fr 1fr; gap: 2rem 1rem; }
}
@media (max-width: 640px) {
  .bpt-svc-grid { grid-template-columns: 1fr; }
  .bpt-flow {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 22rem;
    margin-inline: auto;
  }
  .bpt-flow__item {
    padding: 0 0 2.35rem;
  }
  .bpt-flow__item:last-child { padding-bottom: 0; }
  .bpt-flow__item:not(:last-child)::after {
    display: block;
    top: auto;
    bottom: 0.35rem;
    left: 50%;
    width: 3px;
    height: 1.6rem;
    transform: translateX(-50%);
    border-radius: 99px;
    background: rgba(107, 58, 237, 0.18);
  }
  .bpt-flow__item:not(:last-child)::before {
    display: block;
    top: auto;
    bottom: 0.15rem;
    left: 50%;
    width: 9px;
    height: 9px;
    margin-left: -5px;
    border-top: none;
    border-right: 3px solid rgba(107, 58, 237, 0.28);
    border-bottom: 3px solid rgba(107, 58, 237, 0.28);
    transform: rotate(45deg);
  }
  .bpt-flow__item.is-done:not(:last-child)::after {
    background: #6B3AED;
    transform: translateX(-50%);
  }
  .bpt-flow__item.is-traveling:not(:last-child)::after {
    transform-origin: top center;
    animation: bptArrowTravelY 0.7s ease forwards;
  }
  .bpt-flow__item.is-done:not(:last-child)::before,
  .bpt-flow__item.is-traveling:not(:last-child)::before {
    border-color: #6B3AED;
  }
  .bpt-flow__item p { max-width: 28ch; }
  .bpt-faq__a { padding-left: 1.15rem; padding-right: 1.15rem; }
}
@keyframes bptArrowTravelY {
  from { transform: translateX(-50%) scaleY(0); }
  to { transform: translateX(-50%) scaleY(1); }
}

/* —— Contact (restyle existing sub-footer) —— */
body.page-bpt .contactSection {
  background: var(--bpt-paper) !important;
  padding: 5rem 0 !important;
}
body.page-bpt .contactSection .heading {
  font-family: var(--bpt-serif) !important;
  color: var(--bpt-navy) !important;
  font-weight: 600 !important;
  font-size: clamp(1.7rem, 3vw, 2.4rem) !important;
}
body.page-bpt .contactSection p,
body.page-bpt .contactSection .sec-title,
body.page-bpt .contactSection .smallTitleLine {
  color: var(--bpt-muted) !important;
}
body.page-bpt .contactSection .phoneBtn a {
  color: var(--bpt-navy) !important;
  font-weight: 700;
}
body.page-bpt .contactForm {
  background: #fff !important;
  border-radius: 1rem !important;
  border: 1px solid var(--bpt-line);
  padding: 1.5rem !important;
  box-shadow: 0 18px 44px rgba(12, 35, 64, 0.08);
}
body.page-bpt .contactForm input,
body.page-bpt .contactForm textarea {
  border-radius: 0.65rem !important;
  border: 1px solid rgba(12, 35, 64, 0.18) !important;
  border-bottom: 1px solid rgba(12, 35, 64, 0.18) !important;
  background: #f3f0e8 !important;
  color: #1A0F3D !important;
  width: 100%;
  margin-bottom: 0.75rem;
  padding: 0.9rem 1rem !important;
  font-size: 1rem !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-text-fill-color: #1A0F3D;
}
body.page-bpt .contactForm input::placeholder,
body.page-bpt .contactForm textarea::placeholder {
  color: #6b7280 !important;
  opacity: 1 !important;
}
body.page-bpt .contactForm input::-webkit-input-placeholder,
body.page-bpt .contactForm textarea::-webkit-input-placeholder {
  color: #6b7280 !important;
  opacity: 1 !important;
}
body.page-bpt .contactForm input::-moz-placeholder,
body.page-bpt .contactForm textarea::-moz-placeholder {
  color: #6b7280 !important;
  opacity: 1 !important;
}
body.page-bpt .contactForm .btnRequest {
  background: var(--bpt-navy) !important;
  color: #fff !important;
  border-radius: 999px !important;
  width: 100%;
  justify-content: center;
  border: none !important;
}
body.page-bpt .contactForm .btnRequest:hover { background: var(--bpt-gold-deep) !important; }

/* —— Footer —— */
body.page-bpt .main-footer {
  background: #120A2E !important;
  padding-top: 3rem !important;
}
body.page-bpt .main-footer .heading {
  font-family: var(--bpt-serif) !important;
  color: #fff !important;
  font-size: 1.55rem !important;
}
body.page-bpt .main-footer img {
  max-height: 110px;
  width: auto !important;
  max-width: 280px;
  margin-bottom: 1rem;
  background: #fff;
  border-radius: 0.65rem;
  padding: 0.45rem 0.65rem;
}

@media (max-width: 991px) {
  .bpt-hero__grid,
  .bpt-about__grid {
    grid-template-columns: 1fr;
  }
  .bpt-hero {
    padding: 2.25rem 0 1.75rem;
    overflow: visible;
  }
  .bpt-hero__grid {
    gap: 2rem;
    width: 100%;
    max-width: 100%;
  }
  .bpt-hero__copy,
  .bpt-hero__panel,
  .bpt-hero__platforms {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  .bpt-hero__copy { order: 1; }
  .bpt-hero__panel { order: 2; width: 100%; max-width: none; margin-top: 0.75rem; }
  .bpt-hero__platforms { order: 3; margin-top: 0.35rem; }
  .bpt-hero__title {
    max-width: 100%;
    font-size: clamp(1.55rem, 7vw, 2.1rem);
    min-height: 0;
    padding-right: 0.15rem;
  }
  .bpt-hero__checks {
    gap: 0.65rem;
    max-width: 100%;
  }
  .bpt-hero__checks li {
    font-size: 0.9rem;
  }
  .bpt-hero__ctas {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 1.75rem;
  }
  .bpt-hero__ctas .bpt-btn {
    flex: none;
    width: 100%;
    min-width: 0;
    min-height: 3.25rem;
    padding: 0.9rem 1.15rem !important;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 0.95rem !important;
    line-height: 1.3 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
  }
  .bpt-hero__ctas .bpt-btn--light {
    background: #1A0F3D !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
  }
  .bpt-hero__ctas .bpt-btn--gold {
    background: #6B3AED !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
  }
  .bpt-hero__panel {
    margin-inline: 0;
    padding: 1.5rem 1.15rem 1.25rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: visible;
  }
  .bpt-hero__panel h2,
  .bpt-hero__panel-lead {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .bpt-hero__form .form-control {
    max-width: 100%;
    box-sizing: border-box;
  }
  .bpt-hero__panel h2 {
    font-size: clamp(1.3rem, 5vw, 1.55rem);
  }
  .bpt-hero__trust {
    max-width: none;
  }
  .bpt-hero__marquee {
    padding: 0.9rem 0;
    border-radius: 0.85rem;
  }
  .bpt-hero__platform {
    min-height: 3rem;
    padding: 0.65rem 1.1rem;
    font-size: 1.1rem;
  }
  .bpt-hero__footer-line {
    margin-top: 1.15rem;
    letter-spacing: 0.05em;
    font-size: 0.82rem;
    padding-inline: 0.5rem;
    line-height: 1.45;
  }
  .bpt-about__media img { min-height: 280px; }
  .bpt-wrap {
    width: min(1200px, calc(100% - 2rem)) !important;
    max-width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 540px) {
  .bpt-hero {
    padding: 1.75rem 0 1.35rem;
  }
  .bpt-hero__ctas {
    flex-direction: column;
  }
  .bpt-hero__ctas .bpt-btn {
    width: 100%;
  }
  .bpt-hero__platforms-label {
    font-size: 0.82rem;
    letter-spacing: 0.1em;
    margin-bottom: 0.85rem;
  }
  .bpt-hero__platform {
    min-height: 2.65rem;
    padding: 0.55rem 0.95rem;
    font-size: 1rem;
  }
  body.page-bpt {
    overflow-x: hidden;
  }
}
