:root {
  --bpsp-navy: #061826;
  --bpsp-navy-2: #0b2538;
  --bpsp-blue: #0e7892;
  --bpsp-aqua: #13b8bd;
  --bpsp-gold: #d8b96c;
  --bpsp-cream: #f7f3ea;
  --bpsp-paper: #ffffff;
  --bpsp-ink: #152331;
  --bpsp-muted: #5f6f7f;
  --bpsp-line: rgba(6, 24, 38, 0.12);
  --bpsp-shadow: 0 22px 60px rgba(6, 24, 38, 0.14);
  --bpsp-radius-xl: 28px;
  --bpsp-radius-lg: 20px;
  --bpsp-radius-md: 14px;
  --bpsp-wrap: 1180px;
}

body.bpsp-premium-single-post-active {
  background: #f7f8f8;
}

.bpsp-main,
.bpsp-main * {
  box-sizing: border-box;
}

.bpsp-main {
  color: var(--bpsp-ink);
  font-family: inherit;
  overflow: hidden;
}

.bpsp-wrap {
  width: min(var(--bpsp-wrap), calc(100% - 40px));
  margin-inline: auto;
}

.bpsp-hero {
  position: relative;
  padding: clamp(34px, 5vw, 76px) 0 clamp(38px, 7vw, 84px);
  background:
    radial-gradient(circle at 12% 20%, rgba(19, 184, 189, 0.22), transparent 32%),
    radial-gradient(circle at 90% 0%, rgba(216, 185, 108, 0.18), transparent 28%),
    linear-gradient(135deg, #061826 0%, #0a283d 54%, #082132 100%);
  color: #fff;
}

.bpsp-hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -90px -10%;
  height: 180px;
  background: #f7f8f8;
  transform: rotate(-2deg);
  transform-origin: center;
}

.bpsp-hero .bpsp-wrap {
  position: relative;
  z-index: 1;
}

.bpsp-breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: clamp(24px, 4vw, 42px);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.bpsp-breadcrumb a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
}

.bpsp-breadcrumb a:hover {
  color: #fff;
  text-decoration: underline;
}

.bpsp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: clamp(28px, 4vw, 52px);
  align-items: start;
}

.bpsp-eyebrow,
.bpsp-card-kicker {
  margin: 0 0 12px;
  color: var(--bpsp-gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bpsp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.bpsp-eyebrow span {
  width: 30px;
  height: 2px;
  background: var(--bpsp-gold);
  display: inline-block;
}

.bpsp-category-pill {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #e9fbff;
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
}

.bpsp-hero h1 {
  max-width: 850px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.25rem, 5.8vw, 5.3rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.bpsp-dek {
  max-width: 770px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  line-height: 1.75;
}

.bpsp-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.bpsp-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.11);
  font-size: 0.86rem;
}

.bpsp-hero-actions,
.bpsp-after-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.bpsp-after-article-cta .bpsp-after-actions {
  width: 100%;
  margin-top: 0;
}

.bpsp-after-article-cta .bpsp-btn {
  flex: 0 1 auto;
  white-space: nowrap;
}

.bpsp-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.bpsp-btn:hover {
  transform: translateY(-1px);
}

.bpsp-btn-primary {
  background: linear-gradient(135deg, var(--bpsp-aqua), var(--bpsp-blue));
  color: #fff !important;
  box-shadow: 0 14px 36px rgba(19, 184, 189, 0.24);
}

.bpsp-btn-secondary {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.bpsp-article-card .bpsp-btn-secondary,
.bpsp-sidebar .bpsp-btn-secondary {
  color: var(--bpsp-navy) !important;
  background: #f1f6f7;
  border-color: var(--bpsp-line);
}

.bpsp-btn-full {
  width: 100%;
}

.bpsp-hero-card {
  position: sticky;
  top: 26px;
  padding: 28px;
  border-radius: var(--bpsp-radius-xl);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.bpsp-hero-card h2,
.bpsp-sidebar-card h2,
.bpsp-after-article-cta h2,
.bpsp-section-heading h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.bpsp-hero-card p {
  color: rgba(255, 255, 255, 0.78);
}

.bpsp-hero-card ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.bpsp-hero-card li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.86);
}

.bpsp-hero-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--bpsp-gold);
  font-weight: 900;
}

.bpsp-card-link {
  display: inline-flex;
  margin-top: 20px;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.bpsp-featured-media {
  position: relative;
  margin: clamp(34px, 5vw, 58px) 0 -118px;
  border-radius: clamp(18px, 3vw, 34px);
  overflow: hidden;
  box-shadow: var(--bpsp-shadow);
  background: var(--bpsp-navy-2);
}

.bpsp-featured-media img {
  display: block;
  width: 100%;
  height: clamp(250px, 46vw, 560px);
  object-fit: cover;
}

.bpsp-article-section {
  padding: clamp(120px, 13vw, 170px) 0 clamp(46px, 7vw, 86px);
}

.bpsp-no-featured-image .bpsp-article-section {
  padding-top: clamp(54px, 8vw, 86px);
}


.bpsp-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(280px, 360px);
  gap: clamp(28px, 4vw, 52px);
  align-items: start;
}

.bpsp-article-card {
  container-type: inline-size;
  background: var(--bpsp-paper);
  border: 1px solid rgba(6, 24, 38, 0.08);
  border-radius: var(--bpsp-radius-xl);
  box-shadow: 0 20px 60px rgba(6, 24, 38, 0.08);
  overflow: hidden;
}

.bpsp-content {
  padding: clamp(28px, 5vw, 58px);
}

.bpsp-content > *:first-child {
  margin-top: 0 !important;
}

.bpsp-content > *:last-child {
  margin-bottom: 0 !important;
}

.bpsp-content p,
.bpsp-content li {
  color: #2b3b48;
  font-size: 1.075rem;
  line-height: 1.86;
}

.bpsp-content p {
  margin: 0 0 1.25em;
}

.bpsp-content a {
  color: var(--bpsp-blue);
  font-weight: 800;
  text-underline-offset: 3px;
}

.bpsp-content h2,
.bpsp-content h3,
.bpsp-content h4 {
  color: var(--bpsp-navy);
  letter-spacing: -0.035em;
  scroll-margin-top: 100px;
}

.bpsp-content h2 {
  margin: 2.15em 0 0.55em;
  padding-top: 0.15em;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  line-height: 1.1;
}

.bpsp-content h3 {
  margin: 1.75em 0 0.45em;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.18;
}

.bpsp-content h4 {
  margin: 1.5em 0 0.35em;
  font-size: 1.15rem;
}

.bpsp-content ul,
.bpsp-content ol {
  display: grid;
  gap: 9px;
  margin: 0 0 1.35em 1.15em;
  padding-left: 1.15em;
}

.bpsp-content li::marker {
  color: var(--bpsp-blue);
  font-weight: 900;
}

.bpsp-content blockquote {
  margin: 2em 0;
  padding: 24px 26px;
  border-left: 5px solid var(--bpsp-aqua);
  border-radius: 0 var(--bpsp-radius-lg) var(--bpsp-radius-lg) 0;
  background: #f1fbfc;
  color: var(--bpsp-navy);
  font-size: 1.14rem;
  line-height: 1.75;
}

.bpsp-content img {
  max-width: 100%;
  height: auto;
  border-radius: var(--bpsp-radius-lg);
}

.bpsp-content figure {
  margin: 2em 0;
}

.bpsp-content figcaption {
  margin-top: 10px;
  color: var(--bpsp-muted);
  font-size: 0.92rem;
  text-align: center;
}

.bpsp-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 2em 0;
  border: 1px solid var(--bpsp-line);
  border-radius: var(--bpsp-radius-lg);
}

.bpsp-content table {
  width: 100%;
  border-collapse: collapse;
  min-width: 620px;
}

.bpsp-content th,
.bpsp-content td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--bpsp-line);
  text-align: left;
  vertical-align: top;
}

.bpsp-content th {
  background: #f1f7f8;
  color: var(--bpsp-navy);
}

.bpsp-after-article-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  margin: 0 clamp(20px, 4vw, 42px) clamp(20px, 4vw, 42px);
  padding: clamp(24px, 4vw, 36px);
  border-radius: var(--bpsp-radius-xl);
  background:
    radial-gradient(circle at top left, rgba(19, 184, 189, 0.18), transparent 30%),
    linear-gradient(135deg, var(--bpsp-navy), var(--bpsp-navy-2));
  color: #fff;
}

.bpsp-after-article-cta > div {
  min-width: 0;
}

.bpsp-after-article-cta p:not(.bpsp-card-kicker) {
  max-width: 560px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.bpsp-post-footer {
  padding: 0 clamp(20px, 4vw, 42px) clamp(24px, 4vw, 42px);
}

.bpsp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}

.bpsp-tags a {
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--bpsp-navy);
  background: #f0f5f6;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.bpsp-post-nav {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--bpsp-line);
}

.bpsp-post-nav a {
  color: var(--bpsp-blue);
  font-weight: 900;
  text-decoration: none;
}

.bpsp-sidebar {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 18px;
}

.bpsp-sidebar-card {
  padding: 24px;
  border: 1px solid var(--bpsp-line);
  border-radius: var(--bpsp-radius-xl);
  background: #fff;
  box-shadow: 0 16px 45px rgba(6, 24, 38, 0.07);
}

.bpsp-sidebar-card p:not(.bpsp-card-kicker) {
  color: var(--bpsp-muted);
  line-height: 1.72;
}

.bpsp-toc-list {
  display: grid;
  gap: 7px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.bpsp-toc-list a {
  display: block;
  padding: 9px 10px;
  border-radius: 12px;
  color: var(--bpsp-ink);
  text-decoration: none;
  font-size: 0.92rem;
  line-height: 1.32;
}

.bpsp-toc-list a:hover {
  background: #edf8f9;
  color: var(--bpsp-blue);
}

.bpsp-toc-subitem a {
  padding-left: 22px;
  color: var(--bpsp-muted);
  font-size: 0.88rem;
}

.bpsp-toc-empty {
  color: var(--bpsp-muted);
  font-size: 0.92rem;
}

.bpsp-sidebar-cta {
  background:
    radial-gradient(circle at top right, rgba(19, 184, 189, 0.18), transparent 34%),
    var(--bpsp-navy);
  color: #fff;
  border: 0;
}

.bpsp-sidebar-cta h2 {
  color: #fff;
}

.bpsp-sidebar-cta p:not(.bpsp-card-kicker) {
  color: rgba(255, 255, 255, 0.76);
}

.bpsp-phone-link {
  display: block;
  margin-top: 14px;
  color: #fff;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.bpsp-area-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.bpsp-area-grid span {
  padding: 8px 10px;
  border-radius: 999px;
  background: #f1f6f7;
  color: var(--bpsp-navy);
  font-size: 0.82rem;
  font-weight: 800;
}

.bpsp-disclaimer-card {
  background: var(--bpsp-cream);
}

.bpsp-related-section {
  padding: clamp(40px, 6vw, 78px) 0 clamp(58px, 7vw, 96px);
  background: #eef4f5;
}

.bpsp-section-heading {
  max-width: 760px;
  margin-bottom: 24px;
}

.bpsp-section-heading h2 {
  color: var(--bpsp-navy);
}

.bpsp-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.bpsp-related-card {
  overflow: hidden;
  border: 1px solid rgba(6, 24, 38, 0.1);
  border-radius: var(--bpsp-radius-xl);
  background: #fff;
  box-shadow: 0 16px 45px rgba(6, 24, 38, 0.07);
}

.bpsp-related-media {
  display: grid;
  place-items: center;
  min-height: 190px;
  color: rgba(255, 255, 255, 0.78);
  background: linear-gradient(135deg, var(--bpsp-navy), var(--bpsp-blue));
  text-decoration: none;
  font-weight: 900;
}

.bpsp-related-media img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}

.bpsp-related-body {
  padding: 20px;
}

.bpsp-related-body p {
  margin: 0 0 8px;
  color: var(--bpsp-muted);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.bpsp-related-body h3 {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.22;
  letter-spacing: -0.025em;
}

.bpsp-related-body h3 a,
.bpsp-read-more {
  color: var(--bpsp-navy);
  text-decoration: none;
}

.bpsp-read-more {
  display: inline-flex;
  margin-top: 14px;
  color: var(--bpsp-blue);
  font-weight: 900;
}

.bpsp-page-links {
  padding: 0 clamp(20px, 4vw, 42px) 20px;
  font-weight: 800;
}

@container (max-width: 520px) {
  .bpsp-after-article-cta .bpsp-after-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bpsp-after-article-cta .bpsp-btn {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .bpsp-after-article-cta .bpsp-after-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bpsp-after-article-cta .bpsp-btn {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .bpsp-hero-grid,
  .bpsp-article-layout {
    grid-template-columns: 1fr;
  }

  .bpsp-hero-card,
  .bpsp-sidebar {
    position: static;
  }

  .bpsp-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bpsp-toc-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .bpsp-wrap {
    width: min(100% - 28px, var(--bpsp-wrap));
  }

  .bpsp-hero {
    padding-top: 28px;
  }

  .bpsp-hero h1 {
    font-size: clamp(2.05rem, 13vw, 3.5rem);
  }

  .bpsp-meta span,
  .bpsp-btn {
    width: 100%;
  }

  .bpsp-featured-media {
    margin-bottom: -80px;
  }

  .bpsp-featured-media img {
    height: 260px;
  }

  .bpsp-article-section {
    padding-top: 104px;
  }

  .bpsp-content {
    padding: 28px 20px;
  }

  .bpsp-content p,
  .bpsp-content li {
    font-size: 1rem;
    line-height: 1.78;
  }

  .bpsp-after-article-cta {
    grid-template-columns: 1fr;
    margin-inline: 14px;
  }

  .bpsp-post-nav {
    display: grid;
  }

  .bpsp-sidebar,
  .bpsp-related-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bpsp-btn {
    transition: none;
  }

  .bpsp-btn:hover {
    transform: none;
  }
}
