/* Premium brand polish — Purple theme (Book Publishing Plus style) */

body.page-bpt {
  --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);
  background: var(--bpt-paper);
}

/* Purple theme scrollbar */
html {
  scrollbar-width: thin;
  scrollbar-color: #6B3AED #EDE9FE;
}
body.page-bpt::-webkit-scrollbar,
html::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
body.page-bpt::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
  background: #EDE9FE;
}
body.page-bpt::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #6B3AED, #5521C9);
  border-radius: 999px;
  border: 2px solid #EDE9FE;
}
body.page-bpt::-webkit-scrollbar-thumb:hover,
html::-webkit-scrollbar-thumb:hover {
  background: #5521C9;
}

body.page-bpt .bpt-title {
  color: var(--bpt-navy);
  font-weight: 700;
  letter-spacing: -0.03em;
}
body.page-bpt .bpt-lead,
body.page-bpt .bpt-about__copy p,
body.page-bpt .bpt-care__copy p {
  color: var(--bpt-muted);
}

body.page-bpt .bpt-btn {
  box-shadow: 0 8px 22px rgba(107, 58, 237, 0.22);
  letter-spacing: 0.02em;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
}
body.page-bpt .bpt-btn--gold {
  box-shadow: 0 8px 22px rgba(107, 58, 237, 0.35);
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

/* Force hero CTA labels visible on mobile Safari */
body.page-bpt .bpt-hero__ctas a.bpt-btn {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  font-size: 1rem !important;
  line-height: 1.3 !important;
  opacity: 1 !important;
}

body.page-bpt .bpt-covers {
  background: #ffffff;
}
body.page-bpt .bpt-services {
  background: linear-gradient(180deg, #6B3AED 0%, #5521C9 100%) !important;
}
body.page-bpt .bpt-svc {
  background: #ffffff !important;
  background-image: none !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  box-shadow: 0 14px 32px rgba(26, 15, 61, 0.18) !important;
}
body.page-bpt .bpt-svc h3 {
  color: #1A0F3D !important;
}
body.page-bpt .bpt-svc p {
  color: #5C5A6E !important;
}
body.page-bpt .bpt-svc__icon {
  color: #6B3AED !important;
  background: rgba(107, 58, 237, 0.12) !important;
}
body.page-bpt .bpt-svc__num {
  color: rgba(107, 58, 237, 0.14) !important;
}
body.page-bpt .bpt-care,
body.page-bpt .bpt-process,
body.page-bpt .bpt-faq {
  background: var(--bpt-paper) !important;
}
body.page-bpt .bpt-platforms {
  background: #ffffff;
}
body.page-bpt .bpt-platforms__strip {
  background: #fff;
  border: 1px solid var(--bpt-line);
  box-shadow: 0 10px 28px rgba(26, 15, 61, 0.05);
}

body.page-bpt .bpt-hero {
  padding-top: 3.25rem;
  padding-bottom: 2.25rem;
  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%);
}
@media (max-width: 991px) {
  body.page-bpt .bpt-hero {
    padding-top: 2.25rem;
    padding-bottom: 1.75rem;
  }
}
@media (max-width: 540px) {
  body.page-bpt .bpt-hero {
    padding-top: 1.75rem;
    padding-bottom: 1.35rem;
  }
}
body.page-bpt .bpt-hero::before {
  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%);
}
body.page-bpt .bpt-hero__bg,
body.page-bpt .bpt-hero__bg img {
  display: none !important;
}
body.page-bpt .bpt-hero__title {
  color: #1A0F3D !important;
  text-shadow: none;
}
body.page-bpt .bpt-hero__title-accent {
  color: #6B3AED !important;
}
body.page-bpt .bpt-hero__copy p,
body.page-bpt .bpt-hero__lead,
body.page-bpt .bpt-hero .bpt-lead {
  color: #5C5A6E !important;
}
body.page-bpt .bpt-hero__list li,
body.page-bpt .bpt-hero__checks li {
  color: #2A2048 !important;
}
body.page-bpt .bpt-hero__panel {
  background: linear-gradient(165deg, #1A0F3D 0%, #120A2E 55%, #2D1B5A 100%);
  border: 1px solid rgba(167, 139, 250, 0.35);
  box-shadow: 0 28px 64px rgba(26, 15, 61, 0.32);
}
body.page-bpt .bpt-why-vik {
  background: linear-gradient(165deg, #120A2E 0%, #1A0F3D 50%, #2D1B5A 100%);
}
body.page-bpt .bpt-why-vik__card {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(167, 139, 250, 0.35) !important;
}
body.page-bpt .bpt-why-vik__card h3 {
  color: #fff !important;
}
body.page-bpt .bpt-why-vik__card p {
  color: rgba(255, 255, 255, 0.72) !important;
}
body.page-bpt .bpt-coverflow__card {
  box-shadow: 0 18px 40px rgba(26, 15, 61, 0.16);
}
body.page-bpt .contactSection {
  background: var(--bpt-paper) !important;
}
body.page-bpt .contactSection .heading {
  color: var(--bpt-navy) !important;
}
body.page-bpt .contactForm {
  background: #fff !important;
  border: 1px solid var(--bpt-line);
  box-shadow: 0 16px 40px rgba(26, 15, 61, 0.08);
}

body.page-bpt input::placeholder,
body.page-bpt textarea::placeholder,
body.page-bpt .form-control::placeholder,
body.page-bpt .contactForm input::placeholder,
body.page-bpt .contactForm textarea::placeholder,
body.page-bpt .bpt-hero__form .form-control::placeholder,
body.page-bpt .bpt-modal__field input::placeholder,
body.page-bpt .bpt-modal__field textarea::placeholder {
  color: #000 !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #000 !important;
}
body.page-bpt input::-webkit-input-placeholder,
body.page-bpt textarea::-webkit-input-placeholder {
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
}
body.page-bpt input::-moz-placeholder,
body.page-bpt textarea::-moz-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}
body.page-bpt input:-ms-input-placeholder,
body.page-bpt textarea:-ms-input-placeholder {
  color: #000 !important;
}
body.page-bpt input,
body.page-bpt textarea,
body.page-bpt .form-control,
body.page-bpt .contactForm input,
body.page-bpt .contactForm textarea {
  color: #1A0F3D !important;
  -webkit-text-fill-color: #1A0F3D !important;
}
body.page-bpt .contactForm input,
body.page-bpt .contactForm textarea,
body.page-bpt .bpt-hero__form .form-control {
  background: #ffffff !important;
}

body.page-bpt .bpt-site-header {
  box-shadow: 0 6px 24px rgba(26, 15, 61, 0.07);
}
body.page-bpt .bpt-site-header__top {
  background: #120A2E;
}
body.page-bpt .bpt-site-header__cta {
  background: #6B3AED !important;
}
body.page-bpt .bpt-site-header__cta:hover {
  background: #5521C9 !important;
}
body.page-bpt .main-footer {
  background: #120A2E !important;
}
body.page-bpt footer .flogo {
  display: none !important;
}

/* Light hero: solid buttons with visible white labels */
body.page-bpt .bpt-hero .bpt-btn--light {
  background: #1A0F3D !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
body.page-bpt .bpt-hero .bpt-btn--light:hover {
  background: #6B3AED !important;
}
body.page-bpt .bpt-hero .bpt-btn--gold {
  background: #6B3AED !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
body.page-bpt .bpt-btn--ghost {
  border-color: rgba(26, 15, 61, 0.25);
  color: #1A0F3D !important;
}
body.page-bpt .bpt-hero .bpt-btn--ghost {
  border-color: rgba(26, 15, 61, 0.3);
  color: #1A0F3D !important;
}
body.page-bpt .bpt-flow__badge {
  background: #6B3AED;
}
body.page-bpt .bpt-flow__icon {
  border-color: #1A0F3D;
  color: #1A0F3D;
  background: #fff;
}
