/*
 * Budding Futures Bright Clinical design system
 * Presentation-only overrides for selected premium page templates.
 */

body.bf-bright-preview {
  --bf-ink: #173f3e;
  --bf-teal: #1f4d4c;
  --bf-teal-2: #2a6260;
  --bf-lime: #8dc21f;
  --bf-lime-dark: #6f9d18;
  --bf-canvas: #f8fbff;
  --bf-sky: #e7f2ff;
  --bf-sky-strong: #cfe6ff;
  --bf-mint: #eaf7e6;
  --bf-mint-strong: #d4edca;
  --bf-sun: #fff3be;
  --bf-coral: #ffe5da;
  --bf-peach: #ffb99d;
  --bf-blue: #7eb8f0;
  --bf-lilac: #eee9ff;
  --bf-line: #dbe7e6;
  --bf-body: #365756;
  --bf-muted: #4b6766;
  --bf-muted-strong: #3f5c5a;
  --bf-lime-text: #4d7510;
  --bf-lime-on-dark: #a8d82b;
  --bf-gold: #9a5d00;
  --bf-shadow: 0 20px 55px rgba(31, 77, 76, 0.1);
  --bf-shadow-soft: 0 10px 28px rgba(31, 77, 76, 0.08);
  --bf-shadow-card: 0 24px 64px rgba(31, 77, 76, 0.13);
  --bf-focus: rgba(141, 194, 31, 0.38);
  --bf-container: 1280px;
  --bf-reading: 720px;
  --bf-radius-shell: 24px;
  --bf-radius-card: 18px;
  --bf-radius-control: 13px;
  --bf-section-space: clamp(72px, 7vw, 108px);
  background: var(--bf-canvas);
  color: var(--bf-ink);
  overflow-x: hidden;
}

/* Phase 9: policy, accessibility, confirmation, and utility pages */
body.bf-bright-preview.bf-template-utility {
  background:
    radial-gradient(circle at 4% 20%, rgba(181, 226, 116, 0.3) 0 110px, transparent 111px),
    radial-gradient(circle at 96% 16%, rgba(255, 199, 180, 0.34) 0 140px, transparent 141px),
    linear-gradient(118deg, #f5fbf1 0%, #eef7ff 56%, #f8f4ff 100%);
}

.bf-bright-preview.bf-template-utility #main-content {
  padding-top: 150px;
  padding-bottom: 92px;
}

.bf-bright-preview.bf-template-utility .page-content {
  width: min(100% - 48px, 900px);
  max-width: none;
  margin: 0 auto;
  padding: clamp(34px, 5vw, 64px);
  border: 1px solid rgba(23, 80, 77, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 68px rgba(23, 80, 77, 0.12);
}

.bf-bright-preview.bf-template-utility .page-content h1 {
  margin-bottom: 12px;
  color: var(--bf-ink);
  font-size: clamp(2.7rem, 5vw, 4.6rem);
  line-height: 1;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.bf-bright-preview.bf-template-utility .page-updated {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  margin-bottom: 34px;
  padding: 7px 13px;
  border-radius: 999px;
  background: #f1f8e7;
  color: #4c6d1c;
  font-size: 0.84rem;
  font-weight: 700;
}

.bf-bright-preview.bf-template-utility .page-content h2 {
  margin-top: 42px;
  color: var(--bf-ink);
  font-size: clamp(1.45rem, 3vw, 2.05rem);
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.bf-bright-preview.bf-template-utility .page-content :where(p, li) {
  color: #365e5c;
  font-size: 1rem;
  line-height: 1.8;
}

.bf-bright-preview.bf-template-utility .contact-box {
  margin-top: 42px;
  padding: 26px;
  border: 1px solid rgba(23, 80, 77, 0.11);
  border-radius: 20px;
  background: linear-gradient(120deg, #f4faec, #eef7ff);
}

.bf-bright-preview.bf-template-utility .thank-you {
  min-height: 0;
  padding-top: 150px;
  padding-bottom: 74px;
  background: transparent;
}

.bf-bright-preview.bf-template-utility .thank-you-card,
.bf-bright-preview.bf-template-utility .booking-card {
  border: 1px solid rgba(23, 80, 77, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 24px 68px rgba(23, 80, 77, 0.12);
}

.bf-bright-preview.bf-template-utility .thank-you-card h1 {
  color: var(--bf-ink);
  font-size: clamp(2.6rem, 5vw, 4.3rem);
  letter-spacing: -0.05em;
}

.bf-bright-preview.bf-template-utility .next-steps {
  border-radius: 20px;
  background: linear-gradient(120deg, #f4faec, #eef7ff);
}

.bf-bright-preview.bf-template-utility .booking {
  padding-top: 74px;
  padding-bottom: 90px;
  background: transparent;
}

.bf-bright-preview.bf-template-utility > main:not(#main-content) {
  width: min(100% - 48px, 1100px);
  max-width: none;
  margin: 0 auto;
  padding: 82px 0;
}

.bf-bright-preview.bf-template-utility > main:not(#main-content) > h1 {
  color: var(--bf-ink);
  font-size: clamp(2.7rem, 5vw, 4.6rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.bf-bright-preview.bf-template-utility > main:not(#main-content) > .meta {
  max-width: 760px;
  margin-bottom: 36px;
  color: #365e5c;
}

.bf-bright-preview.bf-template-utility > main:not(#main-content) article {
  padding: clamp(24px, 4vw, 38px);
  border-color: rgba(23, 80, 77, 0.12);
  border-radius: 22px;
  box-shadow: 0 14px 42px rgba(23, 80, 77, 0.07);
}

.bf-bright-preview.bf-template-utility > main:not(#main-content) article:nth-of-type(4n + 1) {
  background: #f5faed;
}

.bf-bright-preview.bf-template-utility > main:not(#main-content) article:nth-of-type(4n + 2) {
  background: #eef7ff;
}

.bf-bright-preview.bf-template-utility > main:not(#main-content) article:nth-of-type(4n + 3) {
  background: #fff7e7;
}

.bf-bright-preview.bf-template-utility > main:not(#main-content) article:nth-of-type(4n + 4) {
  background: #fff1eb;
}

@media (max-width: 620px) {
  .bf-bright-preview.bf-template-utility #main-content {
    padding-top: 118px;
    padding-bottom: 62px;
  }

  .bf-bright-preview.bf-template-utility .page-content {
    width: min(100% - 28px, 900px);
    padding: 30px 22px;
    border-radius: 22px;
  }

  .bf-bright-preview.bf-template-utility .page-content h1,
  .bf-bright-preview.bf-template-utility > main:not(#main-content) > h1 {
    font-size: clamp(2.35rem, 12vw, 3.2rem);
  }

  .bf-bright-preview.bf-template-utility .thank-you {
    padding-top: 118px;
  }

  .bf-bright-preview.bf-template-utility > main:not(#main-content) {
    width: min(100% - 32px, 1100px);
    padding-top: 48px;
    padding-bottom: 58px;
  }
}

/* Phase 8: leadership profiles and care philosophy */
body.bf-bright-preview.bf-template-profile {
  background: #fffdfa;
}

.bf-bright-preview.bf-template-profile .page-hero {
  background:
    radial-gradient(circle at 5% 72%, rgba(181, 226, 116, 0.34) 0 120px, transparent 121px),
    radial-gradient(circle at 96% 18%, rgba(255, 199, 180, 0.4) 0 150px, transparent 151px),
    linear-gradient(118deg, #f3fbef 0%, #edf7ff 54%, #f7f2ff 100%);
}

.bf-bright-preview.bf-template-profile .page-hero .hero-photo {
  display: none;
}

.bf-bright-preview.bf-template-profile .bf-profile-hero {
  position: relative;
  padding: 160px 0 92px;
  border-bottom: 0;
  background:
    radial-gradient(circle at 5% 72%, rgba(181, 226, 116, 0.34) 0 120px, transparent 121px),
    radial-gradient(circle at 96% 18%, rgba(255, 199, 180, 0.4) 0 150px, transparent 151px),
    linear-gradient(118deg, #f3fbef 0%, #edf7ff 54%, #f7f2ff 100%);
  overflow: hidden;
}

.bf-bright-preview.bf-template-profile .bf-profile-hero::after {
  content: "";
  position: absolute;
  right: 8%;
  bottom: -120px;
  width: 360px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(195, 222, 255, 0.45);
}

.bf-bright-preview.bf-template-profile .bf-profile-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: clamp(42px, 7vw, 86px);
  align-items: center;
  width: min(100% - 48px, 1120px);
  max-width: none;
  padding: 0;
}

.bf-bright-preview.bf-template-profile .bf-profile-mono {
  width: 232px;
  height: 232px;
  flex-basis: auto;
  border: 12px solid rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 64px rgba(23, 80, 77, 0.17), 0 0 0 1px rgba(23, 80, 77, 0.1);
}

.bf-bright-preview.bf-template-profile .bf-profile-mono :where(img, svg) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bf-bright-preview.bf-template-profile .bf-profile-role {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 9px 15px;
  border: 1px solid rgba(23, 80, 77, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  color: var(--bf-ink);
  box-shadow: 0 10px 28px rgba(23, 80, 77, 0.07);
}

.bf-bright-preview.bf-template-profile .bf-profile-role::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bf-lime);
}

.bf-bright-preview.bf-template-profile .bf-profile-hero h1 {
  margin: 20px 0 14px;
  color: var(--bf-ink);
  font-size: clamp(3rem, 5.6vw, 5rem);
  line-height: 1;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.bf-bright-preview.bf-template-profile .bf-profile-cred {
  max-width: 700px;
  color: #315b59;
  font-size: clamp(1.04rem, 1.5vw, 1.22rem);
  line-height: 1.72;
}

.bf-bright-preview.bf-template-profile .bf-profile-shell .bf-review-strip {
  margin-top: 18px;
}

.bf-bright-preview.bf-template-profile main > .section {
  padding-top: clamp(76px, 7vw, 104px);
  padding-bottom: clamp(76px, 7vw, 104px);
}

.bf-bright-preview.bf-template-profile main > .section :where(h2, h3) {
  color: var(--bf-ink);
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.bf-bright-preview.bf-template-profile main > .section :where(p, li) {
  color: #365e5c;
  line-height: 1.78;
}

.bf-bright-preview.bf-template-profile main > .section :where(.card, article, .bf-profile-card) {
  border-radius: 20px;
}

.bf-bright-preview.bf-template-profile #cta {
  background: linear-gradient(120deg, #f4faec, #edf7ff) !important;
}

.bf-bright-preview.bf-template-profile #cta .bf-hero-formcard {
  border-radius: 24px;
  box-shadow: 0 24px 64px rgba(23, 80, 77, 0.14);
}

@media (max-width: 720px) {
  .bf-bright-preview.bf-template-profile .bf-profile-hero {
    padding-top: 126px;
    padding-bottom: 68px;
  }

  .bf-bright-preview.bf-template-profile .bf-profile-shell {
    grid-template-columns: 1fr;
    gap: 28px;
    width: min(100% - 40px, 1120px);
  }

  .bf-bright-preview.bf-template-profile .bf-profile-mono {
    width: 138px;
    height: 138px;
  }

  .bf-bright-preview.bf-template-profile .bf-profile-hero h1 {
    font-size: clamp(2.65rem, 12vw, 3.55rem);
  }
}

/* Phase 5: long-form answer and article pages */
body.bf-bright-preview.bf-template-article {
  background: #fffdfa;
}

.bf-bright-preview.bf-template-article .article-hero {
  position: relative;
  padding: 154px 0 88px;
  background:
    radial-gradient(circle at 4% 58%, rgba(180, 224, 117, 0.34) 0 112px, transparent 113px),
    radial-gradient(circle at 96% 22%, rgba(255, 203, 183, 0.4) 0 148px, transparent 149px),
    linear-gradient(120deg, #f4fbef 0%, #eef8ff 54%, #f8f3ff 100%);
  overflow: hidden;
}

.bf-bright-preview.bf-template-article .article-hero::after {
  content: "";
  position: absolute;
  right: 5%;
  bottom: -110px;
  width: 330px;
  height: 220px;
  border-radius: 50%;
  background: rgba(164, 203, 255, 0.26);
  pointer-events: none;
}

.bf-bright-preview.bf-template-article .article-shell {
  width: min(100% - 48px, 1160px);
  max-width: none;
  padding: 0;
}

.bf-bright-preview.bf-template-article .article-hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: clamp(48px, 7vw, 92px);
}

.bf-bright-preview.bf-template-article .article-hero-grid > div {
  position: relative;
  z-index: 2;
}

.bf-bright-preview.bf-template-article .article-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  padding: 9px 16px;
  border: 1px solid rgba(23, 80, 77, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 10px 30px rgba(23, 80, 77, 0.07);
  color: var(--bf-ink);
}

.bf-bright-preview.bf-template-article .article-kicker::before {
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bf-lime);
}

.bf-bright-preview.bf-template-article .article-hero h1 {
  max-width: 770px;
  margin: 24px 0 20px;
  color: var(--bf-ink);
  font-size: clamp(3rem, 5.3vw, 5.15rem);
  line-height: 0.99;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.bf-bright-preview.bf-template-article .article-deck {
  max-width: 680px;
  color: #285654;
  font-size: clamp(1.08rem, 1.5vw, 1.25rem);
  line-height: 1.68;
}

.bf-bright-preview.bf-template-article .article-hero-grid > img {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  min-height: 430px;
  opacity: 0;
  pointer-events: none;
}

.bf-bright-preview.bf-template-article .article-hero-grid::after {
  content: "";
  grid-column: 2;
  grid-row: 1;
  align-self: stretch;
  min-height: 430px;
  border: 1px solid rgba(23, 80, 77, 0.12);
  border-radius: 32px;
  background:
    linear-gradient(90deg, transparent 49%, rgba(23, 80, 77, 0.07) 50%, transparent 51%) 0 0 / 64px 64px,
    linear-gradient(transparent 49%, rgba(23, 80, 77, 0.07) 50%, transparent 51%) 0 0 / 64px 64px,
    radial-gradient(circle at 20% 24%, #ffe89b 0 70px, transparent 71px),
    radial-gradient(circle at 82% 28%, #ffd1c2 0 92px, transparent 93px),
    radial-gradient(circle at 62% 78%, #b9d9ff 0 105px, transparent 106px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), #eaf5ff);
  box-shadow: 0 28px 70px rgba(23, 80, 77, 0.13);
}

.bf-bright-preview.bf-template-article .article-hero-grid::before {
  content: "";
  position: absolute;
  z-index: 2;
  right: clamp(34px, 5vw, 72px);
  bottom: 54px;
  width: clamp(250px, 29vw, 360px);
  height: 148px;
  border: 1px solid rgba(23, 80, 77, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(var(--bf-ink), var(--bf-ink)) 24px 28px / 58% 10px no-repeat,
    linear-gradient(rgba(23, 80, 77, 0.28), rgba(23, 80, 77, 0.28)) 24px 53px / 76% 8px no-repeat,
    linear-gradient(rgba(23, 80, 77, 0.18), rgba(23, 80, 77, 0.18)) 24px 76px / 68% 8px no-repeat,
    linear-gradient(90deg, var(--bf-lime) 0 38%, #78b5ee 38% 67%, var(--bf-peach) 67% 100%) 24px 108px / calc(100% - 48px) 14px no-repeat,
    rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(23, 80, 77, 0.14);
  pointer-events: none;
}

.bf-bright-preview.bf-template-article .answer-layout {
  grid-template-columns: minmax(0, 760px) 292px;
  gap: clamp(40px, 6vw, 76px);
  padding-top: 84px;
  padding-bottom: 86px;
}

.bf-bright-preview.bf-template-article .article-section {
  padding: 0 0 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid rgba(23, 80, 77, 0.12);
}

.bf-bright-preview.bf-template-article .article-section:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.bf-bright-preview.bf-template-article .article-section h2,
.bf-bright-preview.bf-template-article .section-title {
  color: var(--bf-ink);
  font-size: clamp(1.85rem, 3.1vw, 2.75rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.bf-bright-preview.bf-template-article .article-section p,
.bf-bright-preview.bf-template-article .article-section li {
  color: #315b59;
  font-size: 1.04rem;
  line-height: 1.82;
}

.bf-bright-preview.bf-template-article .toc {
  top: 112px;
  padding: 24px;
  border-color: rgba(23, 80, 77, 0.12);
  border-radius: 22px;
  background: linear-gradient(155deg, #f3fae9, #eff7ff);
  box-shadow: 0 18px 46px rgba(23, 80, 77, 0.09);
}

.bf-bright-preview.bf-template-article .toc h2 {
  font-size: 1.05rem;
}

.bf-bright-preview.bf-template-article .toc li {
  margin: 0.7rem 0;
}

.bf-bright-preview.bf-template-article .toc a {
  color: #285654;
  font-size: 0.9rem;
}

.bf-bright-preview.bf-template-article .callout,
.bf-bright-preview.bf-template-article .answer-card {
  border: 1px solid rgba(23, 80, 77, 0.11);
  border-left: 6px solid var(--bf-lime);
  border-radius: 0 20px 20px 0;
  background: linear-gradient(120deg, #f5fbe9, #f1f8ff);
  box-shadow: 0 14px 38px rgba(23, 80, 77, 0.07);
}

.bf-bright-preview.bf-template-article .table-wrap {
  border-color: rgba(23, 80, 77, 0.13);
  border-radius: 20px;
  box-shadow: 0 14px 36px rgba(23, 80, 77, 0.06);
}

.bf-bright-preview.bf-template-article .table-wrap th {
  background: var(--bf-ink);
}

.bf-bright-preview.bf-template-article .table-wrap tr:nth-child(even) td {
  background: #f5faee;
}

.bf-bright-preview.bf-template-article .step-grid article,
.bf-bright-preview.bf-template-article .swatches article,
.bf-bright-preview.bf-template-article .method-list article {
  border-color: rgba(23, 80, 77, 0.12);
  border-radius: 20px;
  box-shadow: 0 12px 32px rgba(23, 80, 77, 0.06);
}

.bf-bright-preview.bf-template-article .step-grid article:nth-child(4n + 1),
.bf-bright-preview.bf-template-article .method-list article:nth-child(4n + 1) {
  background: #f4faec;
}

.bf-bright-preview.bf-template-article .step-grid article:nth-child(4n + 2),
.bf-bright-preview.bf-template-article .method-list article:nth-child(4n + 2) {
  background: #eef7ff;
}

.bf-bright-preview.bf-template-article .step-grid article:nth-child(4n + 3),
.bf-bright-preview.bf-template-article .method-list article:nth-child(4n + 3) {
  background: #fff6e5;
}

.bf-bright-preview.bf-template-article .step-grid article:nth-child(4n + 4),
.bf-bright-preview.bf-template-article .method-list article:nth-child(4n + 4) {
  background: #fff0eb;
}

.bf-bright-preview.bf-template-article .image-break {
  height: 310px;
  background:
    radial-gradient(circle at 12% 40%, rgba(255, 235, 156, 0.9) 0 92px, transparent 93px),
    radial-gradient(circle at 88% 30%, rgba(255, 189, 165, 0.72) 0 118px, transparent 119px),
    linear-gradient(112deg, var(--bf-ink), #276b67);
}

.bf-bright-preview.bf-template-article .image-break img {
  opacity: 0;
}

.bf-bright-preview.bf-template-article .image-break::before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 10%;
  top: 50%;
  width: 210px;
  height: 150px;
  transform: translateY(-50%) rotate(3deg);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)) 28px 34px / 68% 9px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.55)) 28px 62px / 54% 8px no-repeat,
    linear-gradient(90deg, #a8d82b, #79b7ee, #ffb59c) 28px 102px / calc(100% - 56px) 16px no-repeat,
    rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.16);
}

.bf-bright-preview.bf-template-article .image-break::after {
  background: linear-gradient(90deg, rgba(20, 54, 53, 0.34), transparent 64%);
}

.bf-bright-preview.bf-template-article .image-break-copy {
  max-width: 650px;
}

.bf-bright-preview.bf-template-article .image-break-copy h2 {
  max-width: 650px;
  color: #fff;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.bf-bright-preview.bf-template-article .section.alt {
  background: linear-gradient(120deg, #f5faec, #eef7ff);
}

.bf-bright-preview.bf-template-article .faq-wrap {
  max-width: 900px;
}

.bf-bright-preview.bf-template-article .faq-wrap details {
  padding: 1.15rem 1.35rem;
  border-color: rgba(23, 80, 77, 0.12);
  border-radius: 17px;
  box-shadow: 0 10px 26px rgba(23, 80, 77, 0.05);
}

.bf-bright-preview.bf-template-article .related-grid a {
  min-height: 124px;
  padding: 1.45rem;
  border-color: rgba(23, 80, 77, 0.12);
  border-radius: 20px;
  box-shadow: 0 12px 34px rgba(23, 80, 77, 0.06);
}

.bf-bright-preview.bf-template-article .related-grid a:nth-child(3n + 1) {
  background: #f3fae9;
}

.bf-bright-preview.bf-template-article .related-grid a:nth-child(3n + 2) {
  background: #eef7ff;
}

.bf-bright-preview.bf-template-article .related-grid a:nth-child(3n + 3) {
  background: #fff2ec;
}

.bf-bright-preview.bf-template-article .source-list li {
  border: 1px solid rgba(23, 80, 77, 0.09);
  background: #f3f8f7;
}

.bf-bright-preview.bf-template-article .article-cta {
  padding: 84px 0;
  background:
    radial-gradient(circle at 10% 110%, rgba(168, 216, 43, 0.2) 0 180px, transparent 181px),
    radial-gradient(circle at 95% 8%, rgba(120, 181, 238, 0.2) 0 190px, transparent 191px),
    var(--bf-ink);
}

.bf-bright-preview.bf-template-article .article-form {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.2);
}

.bf-bright-preview.bf-template-article .article-form :where(input, select, textarea) {
  min-height: 48px;
  border-color: rgba(23, 80, 77, 0.17);
  background: #fbfdfd;
}

.bf-bright-preview.bf-template-article .article-form button {
  min-height: 50px;
  border-radius: 12px;
  box-shadow: 0 8px 0 rgba(112, 157, 16, 0.28);
}

@media (max-width: 900px) {
  .bf-bright-preview.bf-template-article .article-hero-grid,
  .bf-bright-preview.bf-template-article .answer-layout,
  .bf-bright-preview.bf-template-article .article-cta-grid {
    grid-template-columns: 1fr;
  }

  .bf-bright-preview.bf-template-article .article-hero-grid > img,
  .bf-bright-preview.bf-template-article .article-hero-grid::after {
    grid-column: 1;
    grid-row: 2;
    min-height: 330px;
  }

  .bf-bright-preview.bf-template-article .article-hero-grid::before {
    right: 7%;
    bottom: 42px;
    width: 62%;
  }

  .bf-bright-preview.bf-template-article .toc {
    order: initial;
  }
}

@media (max-width: 600px) {
  .bf-bright-preview.bf-template-article .article-shell {
    width: min(100% - 40px, 1160px);
  }

  .bf-bright-preview.bf-template-article .article-hero {
    padding-top: 126px;
    padding-bottom: 62px;
  }

  .bf-bright-preview.bf-template-article .article-hero-grid {
    gap: 34px;
  }

  .bf-bright-preview.bf-template-article .article-hero h1 {
    margin-top: 20px;
    font-size: clamp(2.45rem, 12vw, 3.35rem);
    line-height: 1.01;
    overflow-wrap: anywhere;
  }

  .bf-bright-preview.bf-template-article .article-deck {
    font-size: 1.05rem;
    line-height: 1.65;
  }

  .bf-bright-preview.bf-template-article .article-hero-grid > img,
  .bf-bright-preview.bf-template-article .article-hero-grid::after {
    min-height: 280px;
  }

  .bf-bright-preview.bf-template-article .article-hero-grid::before {
    right: 26px;
    bottom: 28px;
    width: calc(100% - 52px);
    height: 126px;
  }

  .bf-bright-preview.bf-template-article .answer-layout {
    gap: 34px;
    padding-top: 56px;
    padding-bottom: 58px;
  }

  .bf-bright-preview.bf-template-article .article-section {
    padding-bottom: 28px;
    margin-bottom: 28px;
  }

  .bf-bright-preview.bf-template-article .article-section h2,
  .bf-bright-preview.bf-template-article .section-title {
    font-size: 2rem;
  }

  .bf-bright-preview.bf-template-article .image-break {
    height: 330px;
  }

  .bf-bright-preview.bf-template-article .image-break::before {
    right: -44px;
    width: 180px;
    opacity: 0.58;
  }

  .bf-bright-preview.bf-template-article .image-break-copy {
    max-width: 78%;
  }

  .bf-bright-preview.bf-template-article .article-cta {
    padding: 66px 0;
  }
}

.bf-bright-preview :where(h1, h2, h3, h4) {
  color: var(--bf-ink);
  letter-spacing: -0.025em;
}

.bf-bright-preview :where(p, li) {
  color: var(--bf-muted);
}

.bf-bright-preview :where(a, button, input, select, textarea, summary) {
  -webkit-tap-highlight-color: transparent;
}

.bf-bright-preview :where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid var(--bf-focus);
  outline-offset: 3px;
}

/* Header and logo */
.bf-bright-preview .entity-main-nav,
.bf-bright-preview #main-nav {
  min-height: 96px;
  border-bottom: 1px solid rgba(31, 77, 76, 0.1);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 32px rgba(31, 77, 76, 0.05);
  backdrop-filter: blur(16px);
}

.bf-bright-preview .entity-main-nav .nav-inner,
.bf-bright-preview .entity-main-nav .entity-nav-inner {
  width: min(1280px, calc(100% - 48px));
  min-height: 96px;
  gap: 30px;
}

.bf-bright-preview .entity-logo-link {
  position: relative;
  display: inline-flex;
  width: 180px;
  height: 78px;
  align-items: center;
  flex: 0 0 auto;
  padding: 0;
  overflow: hidden;
}

.bf-bright-preview .entity-main-nav .logo-img,
.bf-bright-preview .logo-img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 176px;
  height: 176px;
  max-width: none;
  object-fit: contain;
  transform: translateY(-50%);
  filter: drop-shadow(0 4px 8px rgba(31, 77, 76, 0.08));
}

.bf-bright-preview .entity-nav-links {
  gap: 8px;
}

.bf-bright-preview .entity-nav-links > li > a:not(.nav-cta),
.bf-bright-preview .nav-links > li > a:not(.nav-cta) {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 12px 10px;
  border-radius: 10px;
  color: var(--bf-ink);
  font-size: 14px;
  font-weight: 650;
}

.bf-bright-preview .entity-nav-links > li > a:not(.nav-cta):hover,
.bf-bright-preview .nav-links > li > a:not(.nav-cta):hover {
  background: var(--bf-mint);
  color: var(--bf-teal);
}

/* Buttons: retain labels and behavior, upgrade shape and hierarchy */
.bf-bright-preview :where(.btn, .btn-primary, .btn-lime, .btn-outline, .nav-cta, .bf-form-btn, .form-btn, .hero-card button, .cta-btn, .cta-contact a) {
  min-height: 52px;
  padding: 14px 23px;
  border-radius: 13px !important;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -0.01em;
  box-shadow: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.bf-bright-preview :where(.btn-primary, .btn-lime, .nav-cta, .bf-form-btn, .form-btn, .hero-card button) {
  border: 1px solid var(--bf-lime-dark) !important;
  background: var(--bf-lime) !important;
  color: #173f3e !important;
  box-shadow: 0 8px 0 rgba(111, 157, 24, 0.16), 0 14px 28px rgba(111, 157, 24, 0.14);
}

.bf-bright-preview .entity-main-nav .nav-cta,
.bf-bright-preview #main-nav .nav-cta {
  min-height: 50px;
  padding: 14px 22px;
  border: 1px solid var(--bf-lime-dark) !important;
  border-radius: 13px !important;
  background: var(--bf-lime) !important;
  color: var(--bf-ink) !important;
  box-shadow: 0 8px 0 rgba(111, 157, 24, 0.15), 0 14px 28px rgba(111, 157, 24, 0.13) !important;
}

.bf-bright-preview :where(.btn-primary, .btn-lime, .nav-cta, .bf-form-btn, .form-btn, .hero-card button):hover {
  transform: translateY(-2px);
  background: #9ad026 !important;
  box-shadow: 0 10px 0 rgba(111, 157, 24, 0.13), 0 18px 30px rgba(111, 157, 24, 0.18);
}

.bf-bright-preview :where(.btn-outline, .cta-contact a) {
  border: 1.5px solid rgba(31, 77, 76, 0.35) !important;
  background: rgba(255, 255, 255, 0.82) !important;
  color: var(--bf-teal) !important;
}

.bf-bright-preview :where(.btn-outline, .cta-contact a):hover {
  transform: translateY(-2px);
  border-color: var(--bf-teal) !important;
  background: #fff !important;
  box-shadow: var(--bf-shadow-soft);
}

/* Layout rhythm */
.bf-bright-preview :where(.section, .services-sec, .process-sec, .milestones-sec, .why-sec, .ins-sec, .cities-sec, .about-sec, .testimonial-sec, .bf-leaders, .city-credentials-sec, .benefits-sec, .neighborhoods-sec, .city-faq-sec, .research-home-sec, .parent-resources-sec, .start-aba-sec, .school-aba-sec) {
  position: relative;
  padding-top: clamp(72px, 7vw, 108px);
  padding-bottom: clamp(72px, 7vw, 108px);
}

.bf-bright-preview :where(.section-inner, .services-inner, .process-inner, .milestones-inner, .why-inner, .ins-inner, .cities-inner, .about-inner, .testimonial-inner, .leaders-inner, .city-credentials-inner, .benefits-inner, .neighborhoods-inner, .city-faq-inner) {
  width: min(1200px, calc(100% - 48px));
  margin-inline: auto;
}

.bf-bright-preview :where(.section-label, .eyebrow, .hero-eyebrow) {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(31, 77, 76, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--bf-teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.bf-bright-preview :where(.section-title, .services-title, .process-title, .why-title, .ins-title, .cities-title, .about-title, .testimonial-title, .benefits-title, .city-faq-title) {
  max-width: 780px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
}

.bf-bright-preview :where(.section-sub, .services-sub, .process-sub, .why-sub, .ins-sub, .cities-sub, .about-sub, .testimonial-sub, .benefits-sub) {
  max-width: 700px;
  font-size: 18px;
  line-height: 1.72;
}

/* Heroes */
.bf-bright-preview .hero {
  position: relative;
  padding-top: clamp(72px, 7vw, 112px);
  padding-bottom: clamp(78px, 8vw, 124px);
  background:
    radial-gradient(circle at 8% 16%, rgba(141, 194, 31, 0.18) 0 96px, transparent 98px),
    radial-gradient(circle at 84% 22%, rgba(255, 229, 218, 0.92) 0 140px, transparent 142px),
    radial-gradient(circle at 76% 88%, rgba(207, 230, 255, 0.92) 0 210px, transparent 212px),
    linear-gradient(135deg, #f0f8ff 0%, #f8fbff 45%, #f4faee 100%) !important;
  overflow: hidden;
}

.bf-bright-preview .hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.28;
  pointer-events: none;
  background-image: radial-gradient(rgba(31, 77, 76, 0.16) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(to right, black, transparent 52%);
}

.bf-bright-preview .hero-inner,
.bf-bright-preview .bf-hero-2col {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 48px));
  margin-inline: auto;
  gap: clamp(48px, 6vw, 84px);
}

.bf-bright-preview .hero h1 {
  max-width: 760px;
  margin-top: 18px;
  font-size: clamp(46px, 5.3vw, 66px);
  line-height: 1.01;
  letter-spacing: -0.045em;
}

.bf-bright-preview.bf-preview-location .hero h1 {
  font-size: clamp(44px, 5vw, 62px);
  line-height: 1.03;
}

.bf-bright-preview.bf-preview-location .hero .hero-photo {
  display: none !important;
}

.bf-bright-preview .hero-sub {
  max-width: 660px;
  font-size: clamp(17px, 1.55vw, 20px);
  line-height: 1.7;
}

.bf-bright-preview .bf-outcomes {
  gap: 10px;
}

.bf-bright-preview .bf-outcome,
.bf-bright-preview .pill,
.bf-bright-preview .hero-pills > * {
  border: 1px solid rgba(31, 77, 76, 0.12);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 4px 14px rgba(31, 77, 76, 0.05);
}

.bf-bright-preview .hero-card,
.bf-bright-preview .bf-hero-formcard {
  position: relative;
  border: 1px solid rgba(31, 77, 76, 0.1);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 28px 70px rgba(31, 77, 76, 0.16);
}

.bf-bright-preview .hero-card::before,
.bf-bright-preview .bf-hero-formcard::before {
  position: absolute;
  top: 22px;
  left: -8px;
  width: 8px;
  height: 74px;
  border-radius: 8px 0 0 8px;
  background: linear-gradient(var(--bf-lime), var(--bf-sky-strong));
  content: "";
}

.bf-bright-preview :where(.hero-card input, .hero-card select, .hero-card textarea, .bf-ff input, .bf-ff select, .bf-ff textarea) {
  min-height: 50px;
  border: 1px solid #cfdddc;
  border-radius: 11px;
  background: #fbfdfd;
}

.bf-bright-preview :where(.hero-card input, .hero-card select, .hero-card textarea, .bf-ff input, .bf-ff select, .bf-ff textarea):focus {
  border-color: var(--bf-teal-2);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(42, 98, 96, 0.09);
}

.bf-bright-preview .hero-photo {
  border-radius: 24px;
  box-shadow: var(--bf-shadow);
}

.bf-bright-preview .bf-hero-quote {
  border: 1px solid rgba(31, 77, 76, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
}

/* Deliberate color bands */
.bf-bright-preview :where(.services-sec, .benefits-sec) {
  background: var(--bf-sky) !important;
}

.bf-bright-preview :where(.process-sec, .testimonial-sec, .neighborhoods-sec) {
  background: var(--bf-mint) !important;
}

.bf-bright-preview :where(.ins-sec, .start-aba-sec) {
  background: var(--bf-sun) !important;
}

.bf-bright-preview :where(.parent-resources-sec, .school-aba-sec) {
  background: #fff5ef !important;
}

.bf-bright-preview :where(.cities-sec, .city-faq-sec) {
  background: #eef5ff !important;
}

.bf-bright-preview :where(.bf-leaders, .about-sec, .city-credentials-sec, .research-home-sec) {
  background: #fff !important;
}

.bf-bright-preview .bf-denver-band {
  padding-block: 22px;
  background: var(--bf-teal) !important;
}

/* Shared card language */
.bf-bright-preview :where(.svc-card, .benefit-card, .why-card, .milestone-card, .process-card, .bf-review-card, .bf-leader-card, .city-card, .pm-block, .city-faq, .parent-resource-card, .research-card) {
  border: 1px solid rgba(31, 77, 76, 0.09) !important;
  border-radius: 22px !important;
  box-shadow: var(--bf-shadow-soft) !important;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.bf-bright-preview :where(.svc-card, .benefit-card, .why-card, .milestone-card, .process-card, .bf-review-card, .bf-leader-card, .city-card, .pm-block, .parent-resource-card, .research-card):hover {
  transform: translateY(-4px);
  border-color: rgba(31, 77, 76, 0.17) !important;
  box-shadow: 0 20px 42px rgba(31, 77, 76, 0.12) !important;
}

.bf-bright-preview .services-grid,
.bf-bright-preview .benefits-grid,
.bf-bright-preview .why-grid,
.bf-bright-preview .process-grid,
.bf-bright-preview .cities-grid {
  gap: 22px;
}

.bf-bright-preview .svc-card,
.bf-bright-preview .benefit-card,
.bf-bright-preview .why-card,
.bf-bright-preview .process-card,
.bf-bright-preview .milestone-card {
  position: relative;
  padding: 30px !important;
  overflow: hidden;
}

.bf-bright-preview .svc-card::after,
.bf-bright-preview .benefit-card::after,
.bf-bright-preview .why-card::after {
  position: absolute;
  right: -28px;
  bottom: -28px;
  width: 92px;
  height: 92px;
  border: 16px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.bf-bright-preview :where(.svc-card, .benefit-card, .why-card):nth-child(4n + 1) {
  background: #fff !important;
}

.bf-bright-preview :where(.svc-card, .benefit-card, .why-card):nth-child(4n + 2) {
  background: #f5fbef !important;
}

.bf-bright-preview :where(.svc-card, .benefit-card, .why-card):nth-child(4n + 3) {
  background: #fff9dc !important;
}

.bf-bright-preview :where(.svc-card, .benefit-card, .why-card):nth-child(4n) {
  background: #fff2ec !important;
}

/* Icons: semantic SVGs remain, presentation becomes intentional */
.bf-bright-preview :where(.svc-icon, .m-icon, .why-icon, .b-icon, .c-icon, .hero-pathway-icon, .benefit-icon) {
  display: inline-flex;
  width: 58px !important;
  height: 58px !important;
  min-width: 58px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border: 1px solid rgba(31, 77, 76, 0.1);
  border-radius: 17px !important;
  background: var(--bf-sky-strong) !important;
  color: var(--bf-teal) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 8px 18px rgba(31, 77, 76, 0.08);
}

.bf-bright-preview :where(.svc-icon, .m-icon, .why-icon, .b-icon, .c-icon, .hero-pathway-icon, .benefit-icon) svg {
  width: 27px !important;
  height: 27px !important;
  color: currentColor !important;
  stroke-width: 2 !important;
}

.bf-bright-preview :where(.svc-card, .benefit-card, .why-card):nth-child(4n + 2) :where(.svc-icon, .b-icon, .why-icon, .benefit-icon) {
  background: var(--bf-mint-strong) !important;
}

.bf-bright-preview :where(.svc-card, .benefit-card, .why-card):nth-child(4n + 3) :where(.svc-icon, .b-icon, .why-icon, .benefit-icon) {
  background: #ffe99a !important;
}

.bf-bright-preview :where(.svc-card, .benefit-card, .why-card):nth-child(4n) :where(.svc-icon, .b-icon, .why-icon, .benefit-icon) {
  background: #ffd7c8 !important;
}

.bf-bright-preview :where(.svc-name, .b-title, .why-name, .milestone-title) {
  margin-bottom: 10px;
  color: var(--bf-ink);
  font-size: 20px;
  line-height: 1.25;
}

.bf-bright-preview :where(.svc-desc, .b-desc, .why-desc) {
  font-size: 15px;
  line-height: 1.67;
}

/* Process and credentials */
.bf-bright-preview .process-card {
  background: rgba(255, 255, 255, 0.82) !important;
}

.bf-bright-preview :where(.process-num, .bf-step-num) {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--bf-teal) !important;
  color: #fff !important;
  font-weight: 850;
  box-shadow: 0 8px 18px rgba(31, 77, 76, 0.18);
}

.bf-bright-preview .pm-wrap {
  gap: 24px;
}

.bf-bright-preview .pm-block {
  padding: clamp(28px, 4vw, 48px) !important;
  background: #f8fbff !important;
}

.bf-bright-preview .pm-block:nth-child(even) {
  background: #f3faef !important;
}

.bf-bright-preview .pm-check {
  display: inline-flex;
  width: 28px;
  height: 28px;
  min-width: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: var(--bf-mint-strong) !important;
  color: var(--bf-teal) !important;
}

/* Reviews and people */
.bf-bright-preview .bf-review-card {
  padding: clamp(28px, 4vw, 42px) !important;
  background: rgba(255, 255, 255, 0.88) !important;
}

.bf-bright-preview .bf-leader-card {
  overflow: hidden;
  background: #fff !important;
}

.bf-bright-preview .bf-leader-card img {
  transition: transform 300ms ease;
}

.bf-bright-preview .bf-leader-card:hover img {
  transform: scale(1.025);
}

/* Insurance becomes a clean badge wall */
.bf-bright-preview .ins-logos {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px !important;
  align-items: stretch;
}

.bf-bright-preview .ins-logo {
  display: flex !important;
  min-height: 86px;
  align-items: center;
  justify-content: center;
  padding: 18px 20px !important;
  border: 1px solid rgba(31, 77, 76, 0.11) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.86) !important;
  box-shadow: 0 8px 22px rgba(31, 77, 76, 0.07);
}

.bf-bright-preview .ins-logo::after,
.bf-bright-preview .ins-logo + .ins-logo::before {
  display: none !important;
}

.bf-bright-preview .ins-name {
  color: var(--bf-ink) !important;
  font-size: 15px;
  font-weight: 750;
  text-align: center;
}

.bf-bright-preview .ins-badge {
  border-radius: 9px;
  background: var(--bf-teal) !important;
  color: #fff !important;
}

/* Cities and FAQs */
.bf-bright-preview .city-card {
  min-height: 150px;
  padding: 26px !important;
  background: rgba(255, 255, 255, 0.88) !important;
}

.bf-bright-preview .city-card:nth-child(3n + 2) {
  background: #f3faef !important;
}

.bf-bright-preview .city-card:nth-child(3n) {
  background: #fff8dc !important;
}

.bf-bright-preview .city-dot {
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  background: var(--bf-lime) !important;
  box-shadow: 0 0 0 2px var(--bf-lime);
}

.bf-bright-preview .city-faq {
  margin-bottom: 14px;
  background: rgba(255, 255, 255, 0.9) !important;
  overflow: hidden;
}

.bf-bright-preview .city-faq summary,
.bf-bright-preview details summary {
  padding: 22px 24px;
  color: var(--bf-ink);
  font-weight: 750;
}

/* Conversion sections */
.bf-bright-preview .cta-sec {
  position: relative;
  padding-top: clamp(72px, 7vw, 108px);
  padding-bottom: clamp(72px, 7vw, 108px);
  background:
    radial-gradient(circle at 10% 10%, rgba(141, 194, 31, 0.28), transparent 28%),
    radial-gradient(circle at 92% 90%, rgba(207, 230, 255, 0.22), transparent 34%),
    var(--bf-teal) !important;
}

.bf-bright-preview .cta-sec :where(h2, h3, p, a:not(.btn-lime):not(.btn-primary)) {
  color: #fff;
}

.bf-bright-preview .cta-contact {
  gap: 12px;
}

.bf-bright-preview .cta-contact .c-icon {
  margin: 0;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.14) !important;
  color: #fff !important;
}

/* Footer */
.bf-bright-preview .entity-footer {
  background: #153c3b !important;
}

.bf-bright-preview .entity-footer .foot-logo {
  width: auto;
  height: 74px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.bf-bright-preview .entity-footer :where(p, li, a) {
  color: rgba(255, 255, 255, 0.76);
}

.bf-bright-preview .entity-footer a:hover {
  color: #fff;
}

@media (max-width: 1080px) {
  .bf-bright-preview .entity-main-nav .nav-inner,
  .bf-bright-preview .entity-main-nav .entity-nav-inner {
    width: min(100% - 32px, 1200px);
  }

  .bf-bright-preview .entity-nav-links > li > a:not(.nav-cta),
  .bf-bright-preview .nav-links > li > a:not(.nav-cta) {
    padding-inline: 7px;
    font-size: 13px;
  }

  .bf-bright-preview .ins-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .bf-bright-preview .entity-main-nav,
  .bf-bright-preview #main-nav,
  .bf-bright-preview .entity-main-nav .nav-inner,
  .bf-bright-preview .entity-main-nav .entity-nav-inner {
    min-height: 78px;
  }

  .bf-bright-preview .entity-main-nav .nav-inner,
  .bf-bright-preview .entity-main-nav .entity-nav-inner {
    width: calc(100% - 28px);
  }

  .bf-bright-preview .entity-main-nav .logo-img,
  .bf-bright-preview .logo-img {
    width: 150px;
    height: 150px;
    max-width: none;
  }

  .bf-bright-preview .entity-logo-link {
    width: 154px;
    height: 64px;
  }

  .bf-bright-preview .hamburger {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(31, 77, 76, 0.13);
    border-radius: 13px;
    background: var(--bf-mint);
  }

  .bf-bright-preview :where(.section, .services-sec, .process-sec, .milestones-sec, .why-sec, .ins-sec, .cities-sec, .about-sec, .testimonial-sec, .bf-leaders, .city-credentials-sec, .benefits-sec, .neighborhoods-sec, .city-faq-sec, .research-home-sec, .parent-resources-sec, .start-aba-sec, .school-aba-sec) {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .bf-bright-preview :where(.section-inner, .services-inner, .process-inner, .milestones-inner, .why-inner, .ins-inner, .cities-inner, .about-inner, .testimonial-inner, .leaders-inner, .city-credentials-inner, .benefits-inner, .neighborhoods-inner, .city-faq-inner),
  .bf-bright-preview .hero-inner,
  .bf-bright-preview .bf-hero-2col {
    width: calc(100% - 32px);
  }

  .bf-bright-preview .hero {
    padding-top: 58px;
    padding-bottom: 72px;
    background:
      radial-gradient(circle at 88% 9%, rgba(255, 229, 218, 0.88) 0 90px, transparent 92px),
      linear-gradient(150deg, #eef7ff 0%, #f8fbff 56%, #f3faee 100%) !important;
  }

  .bf-bright-preview .hero::before {
    opacity: 0.18;
    mask-image: linear-gradient(to bottom, black, transparent 62%);
  }

  .bf-bright-preview .hero h1 {
    margin-top: 14px;
    font-size: clamp(38px, 11.2vw, 44px);
    line-height: 1.045;
  }

  .bf-bright-preview.bf-preview-location .hero h1 {
    font-size: clamp(37px, 10.7vw, 42px);
    line-height: 1.055;
  }

  .bf-bright-preview .hero-sub,
  .bf-bright-preview :where(.section-sub, .services-sub, .process-sub, .why-sub, .ins-sub, .cities-sub, .about-sub, .testimonial-sub, .benefits-sub) {
    font-size: 16px;
    line-height: 1.66;
  }

  .bf-bright-preview :where(.section-title, .services-title, .process-title, .why-title, .ins-title, .cities-title, .about-title, .testimonial-title, .benefits-title, .city-faq-title) {
    font-size: clamp(31px, 9vw, 42px);
  }

  .bf-bright-preview .hero-btns :where(a, button),
  .bf-bright-preview .bf-form-btn {
    width: 100%;
    justify-content: center;
  }

  .bf-bright-preview .svc-card,
  .bf-bright-preview .benefit-card,
  .bf-bright-preview .why-card,
  .bf-bright-preview .process-card,
  .bf-bright-preview .milestone-card {
    padding: 25px !important;
  }

  .bf-bright-preview :where(.svc-icon, .m-icon, .why-icon, .b-icon, .c-icon, .hero-pathway-icon, .benefit-icon) {
    width: 54px !important;
    height: 54px !important;
    min-width: 54px;
    border-radius: 16px !important;
  }

  .bf-bright-preview .ins-logos {
    grid-template-columns: 1fr;
  }

  .bf-bright-preview .ins-logo {
    min-height: 70px;
  }

  .bf-bright-preview .entity-footer .foot-logo {
    height: 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bf-bright-preview *,
  .bf-bright-preview *::before,
  .bf-bright-preview *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .bf-bright-preview .fade-up {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* -----------------------------------------------------------------
   Contrast and transition refinement, visual iteration 3
   ----------------------------------------------------------------- */
.bf-bright-preview :where(h1, h2, h3, h4) {
  text-wrap: balance;
}

.bf-bright-preview :where(p, li) {
  text-wrap: pretty;
}

.bf-bright-preview section {
  border-top: 1px solid rgba(31, 77, 76, 0.065);
}

.bf-bright-preview :where(
  .sec-desc,
  .svc-desc,
  .b-desc,
  .p-text,
  .why-text,
  .ins-desc,
  .ins-note,
  .pm-body,
  .pm-foot,
  .bf-step-text,
  .city-co,
  .card-sub,
  .form-note,
  cite
) {
  color: var(--bf-muted) !important;
}

.bf-bright-preview :where(.accent, .bf-leaders-eyebrow, .bf-leader-role, .bf-outcomes-label) {
  color: var(--bf-lime-text) !important;
}

.bf-bright-preview :where(.bf-review-stars, .bf-q-stars, .bf-grate-stars, .bf-gr-stars, .bf-rs-stars, .bf-rc-stars) {
  color: var(--bf-gold) !important;
}

.bf-bright-preview :where(.hero-card, .bf-hero-formcard, .cta-form) :where(.card-sub, label, .sms-consent span, .form-note) {
  color: var(--bf-muted-strong) !important;
}

.bf-bright-preview :where(.hero-card, .bf-hero-formcard, .cta-form) :where(a, .sms-consent a) {
  color: var(--bf-teal) !important;
  text-decoration-color: rgba(31, 77, 76, 0.45);
}

.bf-bright-preview :where(input, select, textarea)::placeholder {
  color: #617a79;
  opacity: 1;
}

.bf-bright-preview :where(.eyebrow, .section-label, .hero-eyebrow, .bf-leaders-eyebrow) {
  color: var(--bf-teal) !important;
}

.bf-bright-preview :where(.text-link, .bf-denver-payers-link, .bf-reviews-link a) {
  color: var(--bf-teal) !important;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 5px;
}

/* The Denver proof band is intentionally dark, so its copy needs its own palette. */
.bf-bright-preview .bf-denver-band {
  padding-top: clamp(72px, 7vw, 96px) !important;
  padding-bottom: clamp(76px, 7vw, 104px) !important;
  border-top: 0;
  background:
    radial-gradient(circle at 92% 12%, rgba(168, 216, 43, 0.14), transparent 28%),
    linear-gradient(135deg, #173f3e 0%, #245b59 100%) !important;
}

.bf-bright-preview .bf-denver-inner {
  width: min(1200px, calc(100% - 48px));
  margin-inline: auto;
  gap: clamp(42px, 6vw, 76px);
}

.bf-bright-preview .bf-denver-copy :where(h2, p) {
  color: #fff !important;
}

.bf-bright-preview .bf-denver-copy p {
  color: rgba(255, 255, 255, 0.84) !important;
}

.bf-bright-preview .bf-denver-eyebrow {
  color: var(--bf-lime-on-dark) !important;
}

.bf-bright-preview .bf-denver-links a {
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
}

.bf-bright-preview .bf-denver-links a:hover {
  background: #fff;
  color: var(--bf-teal) !important;
}

.bf-bright-preview .bf-denver-payers {
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: 0 24px 60px rgba(10, 45, 44, 0.25);
}

.bf-bright-preview .bf-denver-payers :where(p, li, span, a) {
  color: var(--bf-ink);
}

/* The existing dark trust section now uses readable light cards. */
.bf-bright-preview .why-sec:not(.why-sec--light) {
  border-top: 0;
  background:
    radial-gradient(circle at 8% 18%, rgba(168, 216, 43, 0.12), transparent 26%),
    linear-gradient(145deg, #173f3e 0%, #245b59 100%) !important;
}

.bf-bright-preview .why-sec:not(.why-sec--light) > :where(.sec-inner, .why-inner) > :where(h2, p),
.bf-bright-preview .why-sec:not(.why-sec--light) :where(.why-head, .sec-head) > :where(h2, p) {
  color: #fff !important;
}

.bf-bright-preview .why-sec:not(.why-sec--light) :where(.sec-desc, .why-sub) {
  color: rgba(255, 255, 255, 0.8) !important;
}

.bf-bright-preview .why-sec:not(.why-sec--light) :where(.eyebrow, .accent) {
  color: var(--bf-lime-on-dark) !important;
}

.bf-bright-preview .why-sec:not(.why-sec--light) .eyebrow {
  background: rgba(255, 255, 255, 0.9) !important;
  color: var(--bf-lime-text) !important;
}

.bf-bright-preview .why-sec:not(.why-sec--light) .why-card {
  border-color: rgba(255, 255, 255, 0.58) !important;
}

.bf-bright-preview .why-sec:not(.why-sec--light) .why-title {
  color: var(--bf-ink) !important;
  font-size: clamp(29px, 2.8vw, 40px) !important;
  line-height: 1.05;
}

.bf-bright-preview .why-sec:not(.why-sec--light) .why-text {
  color: var(--bf-muted) !important;
}

/* Long-form homepage readability. */
.bf-bright-preview.bf-preview-home :where(.sec-desc, .about-text, .about-sec p, .about-sec li) {
  color: var(--bf-muted) !important;
}

.bf-bright-preview .about-sec .chk {
  background: var(--bf-lime-on-dark) !important;
  color: var(--bf-ink) !important;
}

.bf-bright-preview .chk {
  background: var(--bf-lime-on-dark) !important;
  color: var(--bf-ink) !important;
}

.bf-bright-preview .about-sec :where(.quote-text, .quote-attr) {
  color: #fff !important;
  text-shadow: 0 2px 12px rgba(10, 45, 44, 0.7);
}

.bf-bright-preview .about-sec .quote-attr,
.bf-bright-preview .about-sec .q-stat-l {
  color: rgba(255, 255, 255, 0.9) !important;
}

.bf-bright-preview .about-sec .q-stat-n {
  color: var(--bf-lime-on-dark) !important;
}

.bf-bright-preview .testimonial-sec .bf-review-card cite {
  color: var(--bf-muted-strong) !important;
}

.bf-bright-preview .city-name,
.bf-bright-preview .city-card:last-child .city-name {
  color: var(--bf-ink) !important;
}

.bf-bright-preview .city-card :where(.city-name + span, span[aria-hidden="true"]) {
  color: var(--bf-lime-text) !important;
}

/* CTA contrast stays dark on the left and dark-on-white inside the form. */
.bf-bright-preview .cta-sec :where(.cta-copy, .cta-left) :where(h2, h3, p, a) {
  color: #fff !important;
}

.bf-bright-preview .cta-sec :where(.cta-copy, .cta-left) .accent,
.bf-bright-preview .cta-sec > :where(.sec-inner, .cta-inner) > :where(h2, h3) .accent {
  color: var(--bf-lime-on-dark) !important;
}

.bf-bright-preview .cta-form :where(h2, h3, p, label, span, a) {
  color: var(--bf-ink) !important;
}

.bf-bright-preview .cta-form :where(.card-sub, .sms-consent span, .form-note) {
  color: var(--bf-muted-strong) !important;
}

/* Aurora is a content-rich location template, not a homepage clone. */
.bf-bright-preview.bf-preview-location .city-credentials-sec {
  background:
    radial-gradient(circle at 9% 12%, rgba(207, 230, 255, 0.58), transparent 28%),
    #fff !important;
}

.bf-bright-preview.bf-preview-location .pm-block {
  position: relative;
  overflow: hidden;
}

.bf-bright-preview.bf-preview-location .pm-block::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(var(--bf-lime), var(--bf-sky-strong));
  content: "";
}

.bf-bright-preview.bf-preview-location .bf-location-coverage {
  background:
    radial-gradient(circle at 86% 12%, rgba(207, 230, 255, 0.62), transparent 27%),
    var(--bf-mint) !important;
}

.bf-bright-preview.bf-preview-location .bf-location-coverage .sec-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 22px 56px;
  align-items: start;
}

.bf-bright-preview.bf-preview-location .neighborhoods-head {
  grid-row: 1 / 4;
  max-width: none;
  margin: 0;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(31, 77, 76, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  text-align: left;
  box-shadow: var(--bf-shadow-soft);
}

.bf-bright-preview.bf-preview-location .neighborhoods-head :where(.sec-desc, p) {
  margin-inline: 0 !important;
  color: var(--bf-muted) !important;
  text-align: left;
}

.bf-bright-preview.bf-preview-location .neighborhoods-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: none;
  margin: 0;
  gap: 10px;
}

.bf-bright-preview.bf-preview-location .bf-location-coverage .sec-inner > .sec-desc {
  margin: 4px 0 0 !important;
  color: var(--bf-ink) !important;
  font-weight: 700;
  text-align: left;
}

.bf-bright-preview.bf-preview-location .bf-location-coverage--zip .sec-inner > .neighborhoods-grid:last-child {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.bf-bright-preview.bf-preview-location .n-pill {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 11px 13px;
  border: 1px solid rgba(31, 77, 76, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--bf-ink);
  line-height: 1.25;
  text-align: left;
}

.bf-bright-preview.bf-preview-location .n-pill::before {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--bf-lime);
  box-shadow: 0 0 0 1px var(--bf-lime-dark);
  content: "";
}

.bf-bright-preview.bf-preview-location .city-faq-wrap > .eyebrow {
  width: max-content;
  margin: 0 auto 14px !important;
  padding-inline: 14px;
}

.bf-bright-preview.bf-preview-location .city-faq details {
  box-shadow: 0 8px 20px rgba(31, 77, 76, 0.06);
}

.bf-bright-preview.bf-preview-location .city-faq summary::after {
  color: var(--bf-lime-text) !important;
}

.bf-bright-preview.bf-preview-location #aurora-resources {
  padding-top: 84px !important;
  padding-bottom: 92px !important;
  background: #fff5ef !important;
}

.bf-bright-preview.bf-preview-location #aurora-resources .sec-inner > div > a {
  position: relative;
  min-height: 168px;
  overflow: hidden;
  border: 1px solid rgba(31, 77, 76, 0.1) !important;
  border-radius: 19px !important;
  box-shadow: var(--bf-shadow-soft) !important;
}

.bf-bright-preview.bf-preview-location #aurora-resources .sec-inner > div {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.bf-bright-preview.bf-preview-location #aurora-resources .sec-inner > div > a:nth-child(2) {
  background: #f3faef !important;
}

.bf-bright-preview.bf-preview-location #aurora-resources .sec-inner > div > a:nth-child(3) {
  background: #fff8dc !important;
}

.bf-bright-preview.bf-preview-location #aurora-resources .sec-inner > div > a:nth-child(4) {
  background: #eef5ff !important;
}

.bf-bright-preview.bf-preview-location #aurora-resources .sec-inner > div > a::after {
  position: absolute;
  right: 18px;
  bottom: 15px;
  color: var(--bf-lime-text);
  content: "\2192";
  font-size: 20px;
  font-weight: 800;
}

.bf-bright-preview.bf-preview-location #free-consultation {
  background:
    radial-gradient(circle at 90% 12%, rgba(255, 229, 218, 0.7), transparent 25%),
    var(--bf-lilac) !important;
}

.bf-bright-preview.bf-preview-location .bf-spanish-callout {
  margin-top: 34px !important;
  margin-bottom: 34px !important;
  padding: 24px 28px !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px !important;
  box-shadow: 0 16px 34px rgba(31, 77, 76, 0.16);
}

.bf-bright-preview.bf-preview-location .bf-spanish-callout p {
  color: #fff !important;
}

.bf-bright-preview.bf-preview-location .bf-spanish-callout a {
  border-radius: 11px !important;
  background: var(--bf-lime) !important;
  color: var(--bf-ink) !important;
}

@media (max-width: 767px) {
  .bf-bright-preview .bf-denver-inner {
    width: calc(100% - 32px);
  }

  .bf-bright-preview .bf-denver-band {
    padding-top: 60px !important;
    padding-bottom: 68px !important;
  }

  .bf-bright-preview .why-sec:not(.why-sec--light) .why-title {
    font-size: 29px !important;
  }

  .bf-bright-preview.bf-preview-location .bf-location-coverage .sec-inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .bf-bright-preview.bf-preview-location .neighborhoods-head {
    grid-row: auto;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .bf-bright-preview.bf-preview-location .neighborhoods-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bf-bright-preview.bf-preview-location .bf-location-coverage--zip .sec-inner > .neighborhoods-grid:last-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bf-bright-preview.bf-preview-location #aurora-resources .sec-inner > div {
    grid-template-columns: 1fr !important;
  }

  .bf-bright-preview.bf-preview-location .n-pill {
    min-height: 44px;
    padding: 10px 11px;
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1040px) {
  .bf-bright-preview.bf-preview-location #aurora-resources .sec-inner > div {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* -----------------------------------------------------------------
   Service and decision page family
   Explicit opt-in: body.bf-template-service
   ----------------------------------------------------------------- */
body.bf-bright-preview.bf-template-service {
  background:
    radial-gradient(circle at 8% 18%, rgba(141, 194, 31, 0.08), transparent 22rem),
    var(--bf-canvas);
}

.bf-bright-preview.bf-template-service .hero-inner-page {
  min-height: 760px;
  padding-top: 96px;
  overflow: hidden;
  border-top: 0;
  border-bottom: 1px solid rgba(31, 77, 76, 0.1);
  background:
    radial-gradient(circle at 8% 30%, rgba(141, 194, 31, 0.2) 0 88px, transparent 90px),
    radial-gradient(circle at 92% 29%, rgba(255, 184, 157, 0.24) 0 150px, transparent 152px),
    radial-gradient(circle at 78% 88%, rgba(183, 216, 255, 0.4) 0 180px, transparent 182px),
    linear-gradient(118deg, #f6fbff 0%, var(--bf-sky) 56%, #f8fff1 100%);
}

.bf-bright-preview.bf-template-service .hero-inner-page .hero-photo {
  display: none !important;
}

.bf-bright-preview.bf-template-service .hero-inner-page .hero-blob {
  opacity: 0.24;
  filter: blur(6px);
}

.bf-bright-preview.bf-template-service .hero-inner-page .hero-blob-1 {
  right: -300px;
  top: -340px;
}

.bf-bright-preview.bf-template-service .hero-inner-page .hero-blob-2 {
  bottom: -260px;
  left: 34%;
}

.bf-bright-preview.bf-template-service .bf-hero-wrap {
  width: min(var(--bf-container), calc(100% - 48px));
  max-width: none;
  padding: 0;
}

.bf-bright-preview.bf-template-service .bf-hero-wrap .bf-hero-2col {
  grid-template-columns: minmax(0, 1fr) minmax(390px, 430px);
  gap: clamp(54px, 6vw, 86px);
  align-items: start;
  padding: clamp(48px, 4vw, 60px) 0 clamp(66px, 7vw, 98px);
}

.bf-bright-preview.bf-template-service .hero-content {
  text-align: left;
}

.bf-bright-preview.bf-template-service .hero-content h1 {
  max-width: 760px;
  margin-bottom: 22px;
  color: var(--bf-ink);
  font-size: clamp(3rem, 5vw, 4.7rem);
  line-height: 0.99;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.bf-bright-preview.bf-template-service .hero-content h1 .accent {
  color: var(--bf-lime-text);
}

.bf-bright-preview.bf-template-service .hero-eyebrow {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  margin-bottom: 24px;
  padding: 9px 14px;
  border: 1px solid rgba(31, 77, 76, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 24px rgba(31, 77, 76, 0.06);
  color: var(--bf-teal);
  font-size: 12px;
  font-weight: 800;
}

.bf-bright-preview.bf-template-service .hero-sub {
  max-width: 660px;
  margin-bottom: 22px;
  color: var(--bf-muted-strong) !important;
  font-size: clamp(1.05rem, 1.35vw, 1.2rem);
  line-height: 1.7;
}

.bf-bright-preview.bf-template-service .bf-review-strip {
  margin: 8px 0 22px;
  border-color: rgba(31, 77, 76, 0.12);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 8px 24px rgba(31, 77, 76, 0.05);
  backdrop-filter: blur(10px);
}

.bf-bright-preview.bf-template-service .bf-fold-trust {
  max-width: 680px;
  margin-top: 30px;
  padding: 22px;
  border: 1px solid rgba(31, 77, 76, 0.1);
  border-radius: var(--bf-radius-card);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 16px 42px rgba(31, 77, 76, 0.07);
  backdrop-filter: blur(12px);
}

.bf-bright-preview.bf-template-service .bf-payer-chips--fold li {
  min-height: 40px;
  align-content: center;
  border-color: rgba(31, 77, 76, 0.11);
  border-radius: 11px;
  background: #fff;
}

.bf-bright-preview.bf-template-service .bf-hero-formcard {
  padding: 30px;
  border: 1px solid rgba(31, 77, 76, 0.1);
  border-radius: var(--bf-radius-shell);
  box-shadow: 0 28px 70px rgba(31, 77, 76, 0.16);
}

.bf-bright-preview.bf-template-service .bf-hero-formcard::before {
  right: 30px;
  left: 30px;
  height: 5px;
  background: linear-gradient(90deg, var(--bf-lime), #b5dc43);
}

.bf-bright-preview.bf-template-service .bf-hff-title {
  margin-top: 4px;
  color: var(--bf-ink);
  font-size: 1.32rem;
  letter-spacing: -0.02em;
}

.bf-bright-preview.bf-template-service .bf-hff-sub {
  font-size: 0.84rem;
  line-height: 1.6;
}

.bf-bright-preview.bf-template-service :where(.bf-ff input, .bf-ff select) {
  min-height: 50px;
  border-color: rgba(31, 77, 76, 0.2);
  border-radius: 11px;
}

.bf-bright-preview.bf-template-service .bf-step-num {
  box-shadow: 0 6px 16px rgba(31, 77, 76, 0.14);
}

.bf-bright-preview.bf-template-service .section {
  padding-top: var(--bf-section-space);
  padding-bottom: calc(var(--bf-section-space) + 8px);
}

.bf-bright-preview.bf-template-service .sec-inner {
  width: min(var(--bf-container), calc(100% - 48px));
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.bf-bright-preview.bf-template-service .sec-title {
  color: var(--bf-ink);
  font-size: clamp(2.1rem, 3.6vw, 3.35rem);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.bf-bright-preview.bf-template-service .sec-desc {
  max-width: 720px;
  color: var(--bf-muted) !important;
  font-size: 1.02rem;
  line-height: 1.75;
}

.bf-bright-preview.bf-template-service .looks-like-sec,
.bf-bright-preview.bf-template-service .team-sec,
.bf-bright-preview.bf-template-service .concerns-sec {
  background: #fff;
}

.bf-bright-preview.bf-template-service .why-sec {
  background:
    radial-gradient(circle at 12% 20%, rgba(141, 194, 31, 0.12), transparent 22rem),
    var(--bf-mint) !important;
}

.bf-bright-preview.bf-template-service .why-sec :where(.sec-title, .why-title, .why-text, p) {
  color: var(--bf-ink) !important;
}

.bf-bright-preview.bf-template-service .why-sec:not(.why-sec--light) .accent {
  color: var(--bf-lime-text) !important;
}

.bf-bright-preview.bf-template-service .why-card,
.bf-bright-preview.bf-template-service .role-card,
.bf-bright-preview.bf-template-service .ins-card,
.bf-bright-preview.bf-template-service .testimonial-card {
  border: 1px solid rgba(31, 77, 76, 0.1);
  border-radius: var(--bf-radius-card);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--bf-shadow-soft);
}

.bf-bright-preview.bf-template-service .why-card:nth-child(3n + 2),
.bf-bright-preview.bf-template-service .testimonial-card:nth-child(3n + 2) {
  background: #f5fbef;
}

.bf-bright-preview.bf-template-service .why-card:nth-child(3n),
.bf-bright-preview.bf-template-service .testimonial-card:nth-child(3n) {
  background: #fff8dd;
}

.bf-bright-preview.bf-template-service .why-icon,
.bf-bright-preview.bf-template-service .hero-pathway-icon {
  border: 1px solid rgba(31, 77, 76, 0.1);
  border-radius: 13px;
  background: var(--bf-sky-strong);
  box-shadow: 0 8px 20px rgba(31, 77, 76, 0.08);
}

.bf-bright-preview.bf-template-service .why-card:nth-child(3n + 2) .why-icon {
  background: var(--bf-mint-strong);
}

.bf-bright-preview.bf-template-service .why-card:nth-child(3n) .why-icon {
  background: var(--bf-sun);
}

.bf-bright-preview.bf-template-service .ins-sec {
  background:
    radial-gradient(circle at 86% 18%, rgba(255, 184, 157, 0.2), transparent 20rem),
    var(--bf-sun) !important;
}

.bf-bright-preview.bf-template-service .ins-card {
  min-height: 76px;
  align-content: center;
  background: rgba(255, 255, 255, 0.82);
}

.bf-bright-preview.bf-template-service .hero-pathways {
  max-width: 900px;
  border-radius: var(--bf-radius-card);
}

.bf-bright-preview.bf-template-service .hero-pathway-link {
  border-radius: 12px;
}

.bf-bright-preview.bf-template-service table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid rgba(31, 77, 76, 0.12);
  border-radius: 14px;
  background: #fff;
}

.bf-bright-preview.bf-template-service :where(th, td) {
  border-color: rgba(31, 77, 76, 0.1);
}

@media (max-width: 900px) {
  .bf-bright-preview.bf-template-service .hero-inner-page {
    min-height: 0;
    padding-top: 86px;
  }

  .bf-bright-preview.bf-template-service .bf-hero-wrap {
    width: min(680px, calc(100% - 36px));
  }

  .bf-bright-preview.bf-template-service .bf-hero-wrap .bf-hero-2col {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 48px 0 58px;
  }

  .bf-bright-preview.bf-template-service .hero-content {
    max-width: none;
    text-align: left;
  }

  .bf-bright-preview.bf-template-service .hero-content h1 {
    font-size: clamp(2.5rem, 10.5vw, 4rem);
  }

  .bf-bright-preview.bf-template-service .hero-sub {
    margin-right: 0;
    margin-left: 0;
  }

  .bf-bright-preview.bf-template-service .bf-hero-2col .hero-content .bf-fold-trust {
    margin-right: 0;
    margin-left: 0;
  }

  .bf-bright-preview.bf-template-service .bf-hero-2col .hero-content .bf-payer-chips--fold {
    justify-content: start;
  }

  .bf-bright-preview.bf-template-service .bf-formcard-mobhide .bf-hero-formcard {
    margin-top: 0;
    padding: 22px;
    border-radius: var(--bf-radius-card);
    background: rgba(255, 255, 255, 0.7);
  }

  .bf-bright-preview.bf-template-service .section {
    padding-top: 64px;
    padding-bottom: 70px;
  }

  .bf-bright-preview.bf-template-service .sec-inner {
    width: min(680px, calc(100% - 36px));
  }
}

@media (max-width: 560px) {
  .bf-bright-preview.bf-template-service .hero-inner-page {
    background:
      radial-gradient(circle at 96% 12%, rgba(255, 184, 157, 0.24) 0 84px, transparent 86px),
      linear-gradient(145deg, #f8fbff, var(--bf-sky));
  }

  .bf-bright-preview.bf-template-service .hero-eyebrow {
    margin-bottom: 20px;
    font-size: 10px;
  }

  .bf-bright-preview.bf-template-service .hero-content h1 {
    font-size: clamp(2.35rem, 11.8vw, 3.25rem);
    line-height: 1.02;
  }

  .bf-bright-preview.bf-template-service .bf-review-strip {
    align-items: flex-start;
  }

  .bf-bright-preview.bf-template-service .bf-fold-trust {
    padding: 18px;
  }

  .bf-bright-preview.bf-template-service .bf-payer-chips--fold {
    grid-template-columns: 1fr;
  }
}

/* Card headings must stay at card scale. The broad section-title rule also
   matches .why-title, so this final override prevents long labels clipping. */
.bf-bright-preview .why-card .why-title {
  max-width: none;
  font-size: 20px !important;
  line-height: 1.28;
  overflow-wrap: anywhere;
}

/* -----------------------------------------------------------------
   Conversion and access page family
   Explicit opt-in: body.bf-template-conversion
   ----------------------------------------------------------------- */
body.bf-bright-preview.bf-template-conversion {
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 184, 157, 0.1), transparent 24rem),
    var(--bf-canvas);
}

.bf-bright-preview.bf-template-conversion .entity-main-nav .logo-img,
.bf-bright-preview.bf-template-conversion .logo-img {
  width: 160px;
  height: 160px;
}

.bf-bright-preview.bf-template-conversion .hero {
  position: relative;
  min-height: 650px;
  padding: 96px 0 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(31, 77, 76, 0.1);
  background:
    radial-gradient(circle at 5% 66%, rgba(141, 194, 31, 0.18) 0 105px, transparent 107px),
    radial-gradient(circle at 91% 28%, rgba(255, 184, 157, 0.24) 0 158px, transparent 160px),
    radial-gradient(circle at 72% 92%, rgba(183, 216, 255, 0.42) 0 190px, transparent 192px),
    linear-gradient(116deg, #f8fff3 0%, var(--bf-sky) 47%, #f9f5ff 100%);
}

.bf-bright-preview.bf-template-conversion .hero::before {
  width: 430px;
  height: 430px;
  right: -150px;
  top: -150px;
  opacity: 0.5;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.85), transparent 68%);
}

.bf-bright-preview.bf-template-conversion .hero::after {
  width: 470px;
  height: 470px;
  left: -250px;
  bottom: -270px;
  opacity: 0.65;
  background: radial-gradient(circle, rgba(141, 194, 31, 0.18), transparent 68%);
}

.bf-bright-preview.bf-template-conversion .hero .hero-photo {
  display: none !important;
}

.bf-bright-preview.bf-template-conversion .hero-inner,
.bf-bright-preview.bf-template-conversion .hero > .wrap {
  width: min(var(--bf-container), calc(100% - 48px));
  max-width: none;
  margin-inline: auto;
  padding: clamp(48px, 5vw, 68px) 0 clamp(68px, 7vw, 96px);
}

.bf-bright-preview.bf-template-conversion .hero-grid,
.bf-bright-preview.bf-template-conversion .hero-inner:has(.hero-media) {
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.72fr);
  gap: clamp(52px, 6vw, 86px);
  align-items: center;
}

.bf-bright-preview.bf-template-conversion .hero-grid {
  align-items: start;
}

.bf-bright-preview.bf-template-conversion .hero .bf-hero-2col {
  grid-template-columns: minmax(0, 1fr) minmax(390px, 430px);
  gap: clamp(54px, 6vw, 86px);
  align-items: start;
}

.bf-bright-preview.bf-template-conversion .hero h1 {
  max-width: 780px;
  margin-bottom: 22px;
  color: var(--bf-ink);
  font-size: clamp(3rem, 5.05vw, 4.65rem);
  line-height: 0.99;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.bf-bright-preview.bf-template-conversion .hero h1 .accent {
  color: var(--bf-lime-text);
}

.bf-bright-preview.bf-template-conversion .hero .eyebrow,
.bf-bright-preview.bf-template-conversion .hero-eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  padding: 10px 16px;
  border: 1px solid rgba(31, 77, 76, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 10px 30px rgba(31, 77, 76, 0.07);
  color: var(--bf-teal);
  font-size: 11px;
  letter-spacing: 0.115em;
}

.bf-bright-preview.bf-template-conversion .hero .eyebrow::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bf-lime);
  content: "";
}

.bf-bright-preview.bf-template-conversion .hero-eyebrow .hero-dot {
  box-shadow: none;
  animation: none;
}

.bf-bright-preview.bf-template-conversion .hero p,
.bf-bright-preview.bf-template-conversion .hero-lead,
.bf-bright-preview.bf-template-conversion .hero-sub,
.bf-bright-preview.bf-template-conversion .hero-sub-2 {
  max-width: 720px;
  color: var(--bf-body);
  font-size: clamp(1.08rem, 1.5vw, 1.25rem);
  line-height: 1.72;
}

.bf-bright-preview.bf-template-conversion .hero .bf-review-strip {
  margin-top: 26px;
}

.bf-bright-preview.bf-template-conversion .hero-chip-grid,
.bf-bright-preview.bf-template-conversion .hero-pills {
  gap: 9px;
  margin-top: 22px;
  margin-bottom: 24px;
}

.bf-bright-preview.bf-template-conversion .hero-chip,
.bf-bright-preview.bf-template-conversion .hero-pill {
  min-height: 42px;
  padding: 10px 15px;
  border-color: rgba(31, 77, 76, 0.15);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 22px rgba(31, 77, 76, 0.06);
}

.bf-bright-preview.bf-template-conversion .hero-chip:hover,
.bf-bright-preview.bf-template-conversion .hero-chip.active {
  border-color: var(--bf-teal);
  background: var(--bf-teal);
  color: #fff;
}

.bf-bright-preview.bf-template-conversion .hero-pathways {
  margin: 26px 0;
  padding: 20px;
  border: 1px solid rgba(31, 77, 76, 0.13);
  border-radius: var(--bf-radius-card);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--bf-shadow-soft);
}

.bf-bright-preview.bf-template-conversion .hero-pathway-links {
  gap: 10px;
}

.bf-bright-preview.bf-template-conversion .hero-pathway-link {
  min-height: 46px;
  border-color: rgba(31, 77, 76, 0.14);
  box-shadow: none;
}

.bf-bright-preview.bf-template-conversion .hero-pathway-link:nth-child(4n + 1) .hero-pathway-icon {
  background: var(--bf-mint) !important;
}

.bf-bright-preview.bf-template-conversion .hero-pathway-link:nth-child(4n + 2) .hero-pathway-icon {
  background: var(--bf-sky-strong) !important;
}

.bf-bright-preview.bf-template-conversion .hero-pathway-link:nth-child(4n + 3) .hero-pathway-icon {
  background: var(--bf-sun) !important;
}

.bf-bright-preview.bf-template-conversion .hero-pathway-link:nth-child(4n + 4) .hero-pathway-icon {
  background: var(--bf-coral) !important;
}

.bf-bright-preview.bf-template-conversion .hero .panel {
  position: relative;
  padding: clamp(26px, 3vw, 38px);
  overflow: hidden;
  border: 1px solid rgba(31, 77, 76, 0.12);
  border-radius: var(--bf-radius-shell);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 230, 138, 0.42), transparent 12rem),
    rgba(255, 255, 255, 0.94);
  box-shadow: var(--bf-shadow-card);
}

.bf-bright-preview.bf-template-conversion .hero-grid > .panel {
  margin-top: 120px;
}

.bf-bright-preview.bf-template-conversion .hero .panel::before {
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, var(--bf-lime), #b6df4c, var(--bf-peach));
  content: "";
}

.bf-bright-preview.bf-template-conversion .hero .panel h2 {
  font-size: clamp(1.3rem, 2vw, 1.65rem);
}

.bf-bright-preview.bf-template-conversion .hero .panel ul {
  gap: 13px;
  padding-left: 21px;
  font-size: 1rem;
}

.bf-bright-preview.bf-template-conversion .hero-media {
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(31, 77, 76, 0.1);
  border-radius: var(--bf-radius-shell);
  background:
    radial-gradient(circle at 26% 28%, var(--bf-sun) 0 72px, transparent 74px),
    radial-gradient(circle at 83% 20%, var(--bf-coral) 0 112px, transparent 114px),
    radial-gradient(circle at 58% 90%, var(--bf-mint) 0 150px, transparent 152px),
    linear-gradient(145deg, #fff, var(--bf-sky-strong));
  box-shadow: var(--bf-shadow-card);
}

.bf-bright-preview.bf-template-conversion .hero-media::before {
  position: absolute;
  top: 78px;
  left: 56px;
  width: 78px;
  height: 78px;
  border-radius: 26px;
  background: var(--bf-teal);
  box-shadow: 0 15px 34px rgba(31, 77, 76, 0.2);
  content: "✓";
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  line-height: 78px;
  text-align: center;
  transform: rotate(-4deg);
}

.bf-bright-preview.bf-template-conversion .hero-media::after {
  position: absolute;
  top: 52px;
  right: 52px;
  width: 84px;
  height: 12px;
  border-radius: 999px;
  background: var(--bf-lime);
  box-shadow: 0 25px 0 var(--bf-peach), 0 50px 0 var(--bf-blue);
  content: "";
  transform: rotate(3deg);
}

.bf-bright-preview.bf-template-conversion .hero-media img {
  display: none;
}

.bf-bright-preview.bf-template-conversion .hero-media-badge {
  left: 30px;
  right: 30px;
  bottom: 30px;
  padding: 22px 24px;
  border-color: rgba(31, 77, 76, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--bf-ink);
  font-size: 1.05rem;
  line-height: 1.45;
  box-shadow: 0 16px 34px rgba(31, 77, 76, 0.12);
}

.bf-bright-preview.bf-template-conversion .hero .bf-hero-formcard {
  border: 1px solid rgba(31, 77, 76, 0.11);
  border-radius: var(--bf-radius-shell);
  box-shadow: var(--bf-shadow-card);
}

.bf-bright-preview.bf-template-conversion .hero .buttons,
.bf-bright-preview.bf-template-conversion .hero-btns {
  gap: 14px;
  margin-top: 28px;
}

.bf-bright-preview.bf-template-conversion .hero .btn,
.bf-bright-preview.bf-template-conversion .hero .btn-lime,
.bf-bright-preview.bf-template-conversion .hero .btn-outline {
  min-height: 54px;
  align-items: center;
  padding: 15px 24px;
  border-radius: 14px;
}

.bf-bright-preview.bf-template-conversion .section,
.bf-bright-preview.bf-template-conversion .cta-sec {
  padding-top: var(--bf-section-space);
  padding-bottom: var(--bf-section-space);
}

.bf-bright-preview.bf-template-conversion .wrap,
.bf-bright-preview.bf-template-conversion .sec-inner {
  width: min(var(--bf-container), calc(100% - 48px));
  max-width: none;
  padding-inline: 0;
}

.bf-bright-preview.bf-template-conversion .content {
  max-width: var(--bf-reading);
}

.bf-bright-preview.bf-template-conversion .content h2,
.bf-bright-preview.bf-template-conversion .sec-title {
  color: var(--bf-ink);
  letter-spacing: -0.025em;
}

.bf-bright-preview.bf-template-conversion .intro-card,
.bf-bright-preview.bf-template-conversion .stat-card,
.bf-bright-preview.bf-template-conversion .answer-block,
.bf-bright-preview.bf-template-conversion .faq-item,
.bf-bright-preview.bf-template-conversion .step-card {
  border-color: rgba(31, 77, 76, 0.11);
  border-radius: var(--bf-radius-card);
  box-shadow: var(--bf-shadow-soft);
}

.bf-bright-preview.bf-template-conversion .intro-card,
.bf-bright-preview.bf-template-conversion .answer-block:nth-child(4n + 1),
.bf-bright-preview.bf-template-conversion .step-card:nth-child(4n + 1) {
  background: var(--bf-mint);
}

.bf-bright-preview.bf-template-conversion .stat-card,
.bf-bright-preview.bf-template-conversion .answer-block:nth-child(4n + 2),
.bf-bright-preview.bf-template-conversion .step-card:nth-child(4n + 2) {
  background: var(--bf-sky);
}

.bf-bright-preview.bf-template-conversion .answer-block:nth-child(4n + 3),
.bf-bright-preview.bf-template-conversion .step-card:nth-child(4n + 3) {
  background: var(--bf-sun);
}

.bf-bright-preview.bf-template-conversion .answer-block:nth-child(4n + 4),
.bf-bright-preview.bf-template-conversion .step-card:nth-child(4n + 4) {
  background: var(--bf-coral);
}

.bf-bright-preview.bf-template-conversion .answer-block,
.bf-bright-preview.bf-template-conversion .step-card {
  min-height: 0;
  padding: clamp(24px, 3vw, 34px);
}

.bf-bright-preview.bf-template-conversion .answer-block h2,
.bf-bright-preview.bf-template-conversion .step-title {
  color: var(--bf-ink);
}

.bf-bright-preview.bf-template-conversion .faq-grid {
  gap: 18px;
}

.bf-bright-preview.bf-template-conversion .faq-item {
  padding: 26px;
  background: #fff;
}

.bf-bright-preview.bf-template-conversion .cta-box,
.bf-bright-preview.bf-template-conversion .cta-card {
  gap: clamp(34px, 5vw, 68px);
  padding: clamp(32px, 5vw, 58px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--bf-radius-shell);
  background:
    radial-gradient(circle at 94% 12%, rgba(141, 194, 31, 0.23), transparent 15rem),
    radial-gradient(circle at 5% 100%, rgba(183, 216, 255, 0.13), transparent 17rem),
    var(--bf-teal);
  box-shadow: var(--bf-shadow-card);
}

.bf-bright-preview.bf-template-conversion .cta-box .form-card,
.bf-bright-preview.bf-template-conversion .cta-card .form-card,
.bf-bright-preview.bf-template-conversion .cta-form {
  padding: clamp(22px, 3vw, 34px);
  border-radius: var(--bf-radius-card);
  background: #fff;
}

.bf-bright-preview.bf-template-conversion .quick-links a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  border-color: rgba(31, 77, 76, 0.13);
  background: var(--bf-mint);
}

@media (max-width: 980px) {
  .bf-bright-preview.bf-template-conversion .hero-grid,
  .bf-bright-preview.bf-template-conversion .hero-inner:has(.hero-media),
  .bf-bright-preview.bf-template-conversion .hero .bf-hero-2col {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .bf-bright-preview.bf-template-conversion .hero .bf-hero-formcard {
    display: none;
  }

  .bf-bright-preview.bf-template-conversion .hero-media,
  .bf-bright-preview.bf-template-conversion .hero .panel {
    max-width: 680px;
  }

  .bf-bright-preview.bf-template-conversion .hero-grid > .panel {
    margin-top: 0;
  }
}

@media (max-width: 620px) {
  .bf-bright-preview.bf-template-conversion .entity-main-nav .logo-img,
  .bf-bright-preview.bf-template-conversion .logo-img {
    width: 150px;
    height: 150px;
  }

  .bf-bright-preview.bf-template-conversion .hero {
    min-height: auto;
    padding-top: 92px;
    background:
      radial-gradient(circle at 96% 12%, rgba(255, 184, 157, 0.25) 0 84px, transparent 86px),
      linear-gradient(145deg, #f8fff3, var(--bf-sky));
  }

  .bf-bright-preview.bf-template-conversion .hero-inner,
  .bf-bright-preview.bf-template-conversion .hero > .wrap {
    width: min(100% - 40px, var(--bf-container));
    padding: 42px 0 62px;
  }

  .bf-bright-preview.bf-template-conversion .hero h1 {
    font-size: clamp(2.32rem, 11.7vw, 3.2rem);
    line-height: 1.02;
  }

  .bf-bright-preview.bf-template-conversion .hero p,
  .bf-bright-preview.bf-template-conversion .hero-lead,
  .bf-bright-preview.bf-template-conversion .hero-sub,
  .bf-bright-preview.bf-template-conversion .hero-sub-2 {
    font-size: 1.03rem;
    line-height: 1.7;
  }

  .bf-bright-preview.bf-template-conversion .hero-pathways,
  .bf-bright-preview.bf-template-conversion .hero .panel {
    padding: 18px;
  }

  .bf-bright-preview.bf-template-conversion .hero-pathway-links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bf-bright-preview.bf-template-conversion .hero-pathway-link {
    width: 100%;
  }

  .bf-bright-preview.bf-template-conversion .hero-media {
    min-height: 330px;
  }

  .bf-bright-preview.bf-template-conversion .hero-media::before {
    top: 48px;
    left: 32px;
  }

  .bf-bright-preview.bf-template-conversion .hero-media::after {
    top: 38px;
    right: 34px;
  }

  .bf-bright-preview.bf-template-conversion .hero-media-badge {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .bf-bright-preview.bf-template-conversion .wrap,
  .bf-bright-preview.bf-template-conversion .sec-inner {
    width: min(100% - 40px, var(--bf-container));
  }

  .bf-bright-preview.bf-template-conversion .section,
  .bf-bright-preview.bf-template-conversion .cta-sec {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .bf-bright-preview.bf-template-conversion .intro-grid,
  .bf-bright-preview.bf-template-conversion .answer-grid,
  .bf-bright-preview.bf-template-conversion .faq-grid,
  .bf-bright-preview.bf-template-conversion .steps-grid,
  .bf-bright-preview.bf-template-conversion .cta-box,
  .bf-bright-preview.bf-template-conversion .cta-card {
    grid-template-columns: 1fr;
  }
}

/* -----------------------------------------------------------------
   Editorial and research page family
   Explicit opt-in: body.bf-template-editorial
   ----------------------------------------------------------------- */
body.bf-bright-preview.bf-template-editorial {
  background:
    radial-gradient(circle at 93% 9%, rgba(255, 184, 157, 0.1), transparent 22rem),
    var(--bf-canvas);
}

.bf-bright-preview.bf-template-editorial .research-hero {
  position: relative;
  min-height: 690px;
  padding: 96px 0 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(31, 77, 76, 0.1);
  background:
    radial-gradient(circle at 6% 30%, rgba(141, 194, 31, 0.18) 0 96px, transparent 98px),
    radial-gradient(circle at 93% 25%, rgba(255, 184, 157, 0.25) 0 155px, transparent 157px),
    radial-gradient(circle at 77% 95%, rgba(183, 216, 255, 0.44) 0 200px, transparent 202px),
    linear-gradient(120deg, #f8fff3 0%, var(--bf-sky) 48%, #fbf6ff 100%);
}

.bf-bright-preview.bf-template-editorial .research-hero .hero-shell {
  width: min(var(--bf-container), calc(100% - 48px));
  max-width: none;
  grid-template-columns: minmax(0, 1.08fr) minmax(370px, 0.78fr);
  gap: clamp(54px, 6vw, 86px);
  align-items: center;
  padding: clamp(50px, 5vw, 72px) 0 clamp(72px, 7vw, 104px);
}

.bf-bright-preview.bf-template-editorial .research-hero h1 {
  max-width: 820px;
  margin-bottom: 24px;
  color: var(--bf-ink);
  font-size: clamp(3rem, 4.85vw, 4.55rem);
  line-height: 0.99;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.bf-bright-preview.bf-template-editorial .research-hero h1 .accent {
  color: var(--bf-lime-text);
}

.bf-bright-preview.bf-template-editorial .research-hero .eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 24px;
  padding: 10px 16px;
  border: 1px solid rgba(31, 77, 76, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 30px rgba(31, 77, 76, 0.07);
  color: var(--bf-teal);
  font-size: 11px;
  letter-spacing: 0.115em;
}

.bf-bright-preview.bf-template-editorial .research-hero .dot {
  animation: none;
}

.bf-bright-preview.bf-template-editorial .research-hero .lead {
  max-width: 760px;
  margin-bottom: 15px;
  color: var(--bf-body);
  font-size: clamp(1.06rem, 1.45vw, 1.21rem);
  line-height: 1.72;
}

.bf-bright-preview.bf-template-editorial .research-hero .bf-review-strip {
  margin-top: 26px;
}

.bf-bright-preview.bf-template-editorial .hero-actions {
  gap: 14px;
  margin-top: 25px;
}

.bf-bright-preview.bf-template-editorial .hero-actions .btn-primary,
.bf-bright-preview.bf-template-editorial .hero-actions .btn-secondary {
  min-height: 54px;
  padding: 15px 24px;
  border-radius: 14px;
}

.bf-bright-preview.bf-template-editorial .hero-visual {
  min-height: 410px;
  height: clamp(410px, 34vw, 470px);
  overflow: hidden;
  border: 1px solid rgba(31, 77, 76, 0.11);
  border-radius: var(--bf-radius-shell);
  background:
    linear-gradient(rgba(31, 77, 76, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 77, 76, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 86% 18%, var(--bf-coral) 0 95px, transparent 97px),
    radial-gradient(circle at 18% 18%, var(--bf-sun) 0 67px, transparent 69px),
    linear-gradient(145deg, #fff, var(--bf-sky-strong));
  background-size: 32px 32px, 32px 32px, auto, auto, auto;
  box-shadow: var(--bf-shadow-card);
}

.bf-bright-preview.bf-template-editorial .hero-visual img {
  display: none;
}

.bf-bright-preview.bf-template-editorial .hero-visual::before {
  position: absolute;
  bottom: 140px;
  left: 60px;
  width: 54px;
  height: 92px;
  border-radius: 14px 14px 5px 5px;
  background: var(--bf-teal);
  box-shadow:
    72px -42px 0 var(--bf-lime),
    144px -6px 0 var(--bf-peach),
    216px -76px 0 var(--bf-blue);
  content: "";
  opacity: 0.96;
}

.bf-bright-preview.bf-template-editorial .hero-visual::after {
  position: absolute;
  top: 54px;
  left: 56px;
  width: 110px;
  height: 13px;
  border-radius: 999px;
  background: var(--bf-teal);
  box-shadow: 0 25px 0 rgba(31, 77, 76, 0.22), 0 50px 0 rgba(31, 77, 76, 0.12);
  content: "";
}

.bf-bright-preview.bf-template-editorial .hero-visual .data-badge {
  right: 28px;
  bottom: 28px;
  left: 28px;
  z-index: 2;
  padding: 21px 23px;
  border: 1px solid rgba(31, 77, 76, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 16px 34px rgba(31, 77, 76, 0.12);
}

.bf-bright-preview.bf-template-editorial .hero-visual .data-badge strong {
  color: var(--bf-ink);
  font-size: 1.04rem;
}

.bf-bright-preview.bf-template-editorial .hero-visual .data-badge p {
  color: var(--bf-body);
  font-size: 0.91rem;
  line-height: 1.55;
}

.bf-bright-preview.bf-template-editorial .investigation-box {
  margin-top: 30px;
  border: 1px solid rgba(31, 77, 76, 0.12);
  border-radius: var(--bf-radius-shell);
  background:
    radial-gradient(circle at 100% 0%, rgba(141, 194, 31, 0.18), transparent 13rem),
    var(--bf-teal);
  box-shadow: var(--bf-shadow-card);
}

.bf-bright-preview.bf-template-editorial .section,
.bf-bright-preview.bf-template-editorial .number-story,
.bf-bright-preview.bf-template-editorial .content-section {
  padding-top: var(--bf-section-space);
  padding-bottom: var(--bf-section-space);
}

.bf-bright-preview.bf-template-editorial .shell {
  width: min(var(--bf-container), calc(100% - 48px));
  max-width: none;
  padding-inline: 0;
}

.bf-bright-preview.bf-template-editorial .section-copy,
.bf-bright-preview.bf-template-editorial .post-q,
.bf-bright-preview.bf-template-editorial .post-list,
.bf-bright-preview.bf-template-editorial .toc,
.bf-bright-preview.bf-template-editorial .quote-card {
  max-width: 840px;
}

.bf-bright-preview.bf-template-editorial .section-copy {
  color: var(--bf-body);
  font-size: 1.04rem;
  line-height: 1.78;
}

.bf-bright-preview.bf-template-editorial .section-title,
.bf-bright-preview.bf-template-editorial .number-title,
.bf-bright-preview.bf-template-editorial .post-q h2 {
  color: var(--bf-ink);
  letter-spacing: -0.028em;
}

.bf-bright-preview.bf-template-editorial .quote-card,
.bf-bright-preview.bf-template-editorial .toc,
.bf-bright-preview.bf-template-editorial .chart,
.bf-bright-preview.bf-template-editorial .chart-frame {
  border-color: rgba(31, 77, 76, 0.11);
  border-radius: var(--bf-radius-card);
  box-shadow: var(--bf-shadow-soft);
}

.bf-bright-preview.bf-template-editorial .quote-card {
  padding: clamp(22px, 3vw, 30px);
  border-left: 6px solid var(--bf-lime);
  background: var(--bf-mint);
}

.bf-bright-preview.bf-template-editorial .toc {
  padding: clamp(22px, 3vw, 30px);
  background: var(--bf-sky);
}

.bf-bright-preview.bf-template-editorial .asset-grid,
.bf-bright-preview.bf-template-editorial .source-grid,
.bf-bright-preview.bf-template-editorial .mini-grid,
.bf-bright-preview.bf-template-editorial .report-grid,
.bf-bright-preview.bf-template-editorial .finding-stack {
  gap: 18px;
}

.bf-bright-preview.bf-template-editorial .asset-card,
.bf-bright-preview.bf-template-editorial .source-card,
.bf-bright-preview.bf-template-editorial .mini-card,
.bf-bright-preview.bf-template-editorial .report-card,
.bf-bright-preview.bf-template-editorial .finding-note {
  border-color: rgba(31, 77, 76, 0.11);
  border-radius: var(--bf-radius-card);
  box-shadow: var(--bf-shadow-soft);
}

.bf-bright-preview.bf-template-editorial :where(.asset-card, .source-card, .mini-card, .report-card, .finding-note):nth-child(4n + 1) {
  background: var(--bf-mint);
}

.bf-bright-preview.bf-template-editorial :where(.asset-card, .source-card, .mini-card, .report-card, .finding-note):nth-child(4n + 2) {
  background: var(--bf-sky);
}

.bf-bright-preview.bf-template-editorial :where(.asset-card, .source-card, .mini-card, .report-card, .finding-note):nth-child(4n + 3) {
  background: var(--bf-sun);
}

.bf-bright-preview.bf-template-editorial :where(.asset-card, .source-card, .mini-card, .report-card, .finding-note):nth-child(4n + 4) {
  background: var(--bf-coral);
}

.bf-bright-preview.bf-template-editorial .stat-row {
  gap: 16px;
}

.bf-bright-preview.bf-template-editorial .stat {
  min-height: 150px;
  padding: 24px;
  border: 1px solid rgba(31, 77, 76, 0.1);
  border-radius: var(--bf-radius-card);
  background: var(--bf-mint);
  color: var(--bf-ink);
  box-shadow: var(--bf-shadow-soft);
}

.bf-bright-preview.bf-template-editorial .stat:nth-child(4n + 2) {
  background: var(--bf-sky);
}

.bf-bright-preview.bf-template-editorial .stat:nth-child(4n + 3) {
  background: var(--bf-sun);
}

.bf-bright-preview.bf-template-editorial .stat:nth-child(4n + 4) {
  background: var(--bf-coral);
}

.bf-bright-preview.bf-template-editorial .stat b {
  color: var(--bf-teal);
}

.bf-bright-preview.bf-template-editorial .stat span {
  color: var(--bf-body);
  line-height: 1.58;
}

.bf-bright-preview.bf-template-editorial .data-table {
  border: 1px solid rgba(31, 77, 76, 0.1);
  border-radius: var(--bf-radius-card);
  box-shadow: var(--bf-shadow-soft);
}

.bf-bright-preview.bf-template-editorial .data-table th {
  padding: 15px 16px;
  background: var(--bf-teal);
}

.bf-bright-preview.bf-template-editorial .data-table td {
  padding: 14px 16px;
}

.bf-bright-preview.bf-template-editorial .cta-band {
  padding: clamp(30px, 5vw, 54px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--bf-radius-shell);
  background:
    radial-gradient(circle at 92% 12%, rgba(141, 194, 31, 0.25), transparent 13rem),
    var(--bf-teal);
  box-shadow: var(--bf-shadow-card);
}

@media (max-width: 980px) {
  .bf-bright-preview.bf-template-editorial .research-hero .hero-shell {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .bf-bright-preview.bf-template-editorial .hero-visual {
    max-width: 720px;
  }
}

@media (max-width: 620px) {
  .bf-bright-preview.bf-template-editorial .research-hero {
    min-height: auto;
    padding-top: 92px;
    background:
      radial-gradient(circle at 96% 12%, rgba(255, 184, 157, 0.25) 0 84px, transparent 86px),
      linear-gradient(145deg, #f8fff3, var(--bf-sky));
  }

  .bf-bright-preview.bf-template-editorial .research-hero .hero-shell {
    width: min(100% - 40px, var(--bf-container));
    padding: 42px 0 62px;
  }

  .bf-bright-preview.bf-template-editorial .research-hero h1 {
    font-size: clamp(2.28rem, 11.5vw, 3.1rem);
    line-height: 1.02;
  }

  .bf-bright-preview.bf-template-editorial .research-hero .lead {
    font-size: 1rem;
    line-height: 1.68;
  }

  .bf-bright-preview.bf-template-editorial .hero-visual {
    min-height: 350px;
    height: 350px;
  }

  .bf-bright-preview.bf-template-editorial .hero-visual::before {
    bottom: 132px;
    left: 36px;
    width: 36px;
    height: 66px;
    box-shadow:
      48px -28px 0 var(--bf-lime),
      96px -5px 0 var(--bf-peach),
      144px -50px 0 var(--bf-blue);
  }

  .bf-bright-preview.bf-template-editorial .hero-visual::after {
    top: 40px;
    left: 32px;
  }

  .bf-bright-preview.bf-template-editorial .hero-visual .data-badge {
    right: 18px;
    bottom: 18px;
    left: 18px;
    padding: 17px 18px;
  }

  .bf-bright-preview.bf-template-editorial .shell {
    width: min(100% - 40px, var(--bf-container));
  }

  .bf-bright-preview.bf-template-editorial .section,
  .bf-bright-preview.bf-template-editorial .number-story,
  .bf-bright-preview.bf-template-editorial .content-section {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .bf-bright-preview.bf-template-editorial .data-table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    border-radius: 16px;
    -webkit-overflow-scrolling: touch;
  }

  .bf-bright-preview.bf-template-editorial .data-table :where(thead, tbody) {
    display: table;
    min-width: 660px;
    width: 100%;
    table-layout: fixed;
  }
}

/* Phase 6: hubs, resource directories, and special landing pages */
body.bf-bright-preview.bf-template-hub {
  background: #fffdfa;
}

.bf-bright-preview.bf-template-hub :where(.shell, .wrap, .hero-inner) {
  width: min(100% - 48px, var(--bf-container));
  max-width: var(--bf-container);
  margin-right: auto;
  margin-left: auto;
}

.bf-bright-preview.bf-template-hub :where(.research-hero, .hero-inner-page, main > .hero) {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 5% 72%, rgba(181, 226, 116, 0.34) 0 122px, transparent 123px),
    radial-gradient(circle at 96% 20%, rgba(255, 199, 180, 0.4) 0 152px, transparent 153px),
    linear-gradient(118deg, #f3fbef 0%, #edf7ff 54%, #f7f2ff 100%);
  overflow: hidden;
}

.bf-bright-preview.bf-template-hub :where(.research-hero, .hero-inner-page, main > .hero)::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: clamp(22px, 7vw, 110px);
  bottom: clamp(-90px, -5vw, -40px);
  width: clamp(220px, 29vw, 440px);
  aspect-ratio: 1;
  border-radius: 42% 58% 63% 37% / 43% 38% 62% 57%;
  background:
    linear-gradient(90deg, transparent 49%, rgba(23, 80, 77, 0.07) 50%, transparent 51%) 0 0 / 54px 54px,
    linear-gradient(transparent 49%, rgba(23, 80, 77, 0.07) 50%, transparent 51%) 0 0 / 54px 54px,
    rgba(202, 227, 255, 0.62);
  transform: rotate(8deg);
}

.bf-bright-preview.bf-template-hub .research-hero {
  padding-top: clamp(150px, 13vw, 190px);
  padding-bottom: clamp(78px, 8vw, 112px);
}

.bf-bright-preview.bf-template-hub .research-hero .hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(330px, 0.82fr);
  gap: clamp(44px, 6vw, 86px);
  align-items: center;
}

.bf-bright-preview.bf-template-hub .research-hero .hero-shell::after {
  content: "";
  grid-column: 2;
  grid-row: 1;
  min-height: 390px;
  border: 1px solid rgba(23, 80, 77, 0.12);
  border-radius: 32px;
  background:
    linear-gradient(var(--bf-ink), var(--bf-ink)) 56px 68px / 53% 13px no-repeat,
    linear-gradient(rgba(23, 80, 77, 0.28), rgba(23, 80, 77, 0.28)) 56px 100px / 70% 9px no-repeat,
    linear-gradient(rgba(23, 80, 77, 0.18), rgba(23, 80, 77, 0.18)) 56px 126px / 62% 9px no-repeat,
    linear-gradient(90deg, var(--bf-lime) 0 34%, #78b5ee 34% 66%, var(--bf-peach) 66% 100%) 56px 172px / calc(100% - 112px) 22px no-repeat,
    radial-gradient(circle at 21% 78%, #ffe79a 0 66px, transparent 67px),
    radial-gradient(circle at 82% 72%, #ffd0c1 0 86px, transparent 87px),
    linear-gradient(145deg, rgba(255,255,255,0.95), #eaf5ff);
  box-shadow: 0 28px 70px rgba(23, 80, 77, 0.13);
}

.bf-bright-preview.bf-template-hub main > .hero {
  min-height: 0;
  padding-top: clamp(145px, 12vw, 182px);
  padding-bottom: clamp(76px, 7vw, 106px);
}

.bf-bright-preview.bf-template-hub :where(.hero-photo, .hero > .hero-photo) {
  display: none;
}

.bf-bright-preview.bf-template-hub :where(.research-hero h1, .hero h1, .hero-inner-page h1) {
  max-width: 930px;
  color: var(--bf-ink);
  font-size: clamp(3rem, 5.6vw, 5.35rem);
  line-height: 0.99;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.bf-bright-preview.bf-template-hub :where(.research-hero .lead, .hero-sub, .hero p, .hero-inner-page p) {
  max-width: 760px;
  color: #285654;
  font-size: clamp(1.05rem, 1.5vw, 1.24rem);
  line-height: 1.72;
}

.bf-bright-preview.bf-template-hub :where(.eyebrow, .hero-eyebrow, .kicker) {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  min-height: 40px;
  padding: 9px 16px;
  border: 1px solid rgba(23, 80, 77, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 28px rgba(23, 80, 77, 0.07);
  color: var(--bf-ink);
}

.bf-bright-preview.bf-template-hub .hub-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  max-width: 920px;
  margin-top: 28px;
}

.bf-bright-preview.bf-template-hub .hub-proof span {
  padding: 9px 13px;
  border: 1px solid rgba(23, 80, 77, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: #285654;
  font-size: 0.82rem;
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(23, 80, 77, 0.05);
}

.bf-bright-preview.bf-template-hub :where(.section, main > section:not(.hero):not(.research-hero):not(.hero-inner-page)) {
  padding-top: clamp(72px, 7vw, 104px);
  padding-bottom: clamp(72px, 7vw, 104px);
}

.bf-bright-preview.bf-template-hub :where(.section-title, .hub-group > h2, main section h2) {
  color: var(--bf-ink);
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.bf-bright-preview.bf-template-hub .hub-group {
  margin-bottom: clamp(52px, 6vw, 80px);
}

.bf-bright-preview.bf-template-hub .hub-group > h2 {
  margin-bottom: 24px;
  font-size: clamp(2rem, 3.2vw, 3rem);
}

.bf-bright-preview.bf-template-hub .hub-cards {
  gap: 18px;
}

.bf-bright-preview.bf-template-hub :where(.hub-card, .res-card, .blog-card, .card, .episode) {
  position: relative;
  border: 1px solid rgba(23, 80, 77, 0.12);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(23, 80, 77, 0.07);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.bf-bright-preview.bf-template-hub :where(.hub-card, .res-card, .blog-card, .card, .episode):hover {
  border-color: rgba(141, 194, 31, 0.58);
  box-shadow: 0 22px 54px rgba(23, 80, 77, 0.11);
  transform: translateY(-3px);
}

.bf-bright-preview.bf-template-hub :where(.hub-card, .res-card, .blog-card, .card, .episode):nth-child(4n + 1) {
  background: #f4faec;
}

.bf-bright-preview.bf-template-hub :where(.hub-card, .res-card, .blog-card, .card, .episode):nth-child(4n + 2) {
  background: #eef7ff;
}

.bf-bright-preview.bf-template-hub :where(.hub-card, .res-card, .blog-card, .card, .episode):nth-child(4n + 3) {
  background: #fff7e6;
}

.bf-bright-preview.bf-template-hub :where(.hub-card, .res-card, .blog-card, .card, .episode):nth-child(4n + 4) {
  background: #fff1eb;
}

.bf-bright-preview.bf-template-hub .hub-card {
  min-height: 168px;
  padding: 26px;
}

.bf-bright-preview.bf-template-hub .hub-card strong {
  display: block;
  margin-bottom: 11px;
  color: var(--bf-ink);
  font-size: 1.12rem;
  line-height: 1.3;
}

.bf-bright-preview.bf-template-hub .hub-card span {
  color: #3b6260;
  line-height: 1.65;
}

.bf-bright-preview.bf-template-hub :where(.res-card, .card, .episode) {
  padding: 24px;
}

.bf-bright-preview.bf-template-hub :where(.res-grid, .blog-grid, .grid, .sitemap-grid) {
  gap: 20px;
}

.bf-bright-preview.bf-template-hub .hub-start,
.bf-bright-preview.bf-template-hub .hub-note,
.bf-bright-preview.bf-template-hub .hub-prose {
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(23, 80, 77, 0.12);
  border-radius: 24px;
  background: linear-gradient(125deg, #f4faec, #eef7ff);
  box-shadow: 0 18px 46px rgba(23, 80, 77, 0.07);
}

.bf-bright-preview.bf-template-hub .alt {
  background: linear-gradient(120deg, #f5faed, #edf7ff);
}

.bf-bright-preview.bf-template-hub :where(.cta-band, .bf-consult-sec) {
  border-radius: 28px;
}

.bf-bright-preview.bf-template-hub .cta-band {
  box-shadow: 0 24px 66px rgba(23, 80, 77, 0.15);
}

.bf-bright-preview.bf-template-hub :where(.bf-hero-formcard, .bf-form-card) {
  border-radius: 24px;
  box-shadow: 0 24px 64px rgba(23, 80, 77, 0.15);
}

.bf-bright-preview.bf-template-hub :where(table, .bf-table) {
  overflow: hidden;
  border-radius: 18px;
}

.bf-bright-preview.bf-template-hub :where(table, .bf-table) th {
  background: var(--bf-ink);
  color: #fff;
}

@media (max-width: 900px) {
  .bf-bright-preview.bf-template-hub :where(.research-hero h1, .hero h1, .hero-inner-page h1) {
    max-width: 720px;
  }

  .bf-bright-preview.bf-template-hub .research-hero .hero-shell {
    grid-template-columns: 1fr;
  }

  .bf-bright-preview.bf-template-hub .research-hero .hero-shell::after {
    grid-column: 1;
    grid-row: 2;
    min-height: 300px;
  }
}

@media (max-width: 620px) {
  .bf-bright-preview.bf-template-hub :where(.shell, .wrap, .hero-inner) {
    width: min(100% - 40px, var(--bf-container));
  }

  .bf-bright-preview.bf-template-hub :where(.research-hero, .hero-inner-page, main > .hero) {
    padding-top: 126px;
    padding-bottom: 64px;
  }

  .bf-bright-preview.bf-template-hub :where(.research-hero h1, .hero h1, .hero-inner-page h1) {
    font-size: clamp(2.5rem, 12vw, 3.35rem);
    line-height: 1.01;
    overflow-wrap: anywhere;
  }

  .bf-bright-preview.bf-template-hub .research-hero .hero-shell::after {
    min-height: 250px;
    border-radius: 25px;
    background:
      linear-gradient(var(--bf-ink), var(--bf-ink)) 32px 44px / 53% 11px no-repeat,
      linear-gradient(rgba(23, 80, 77, 0.28), rgba(23, 80, 77, 0.28)) 32px 70px / 70% 8px no-repeat,
      linear-gradient(90deg, var(--bf-lime) 0 34%, #78b5ee 34% 66%, var(--bf-peach) 66% 100%) 32px 108px / calc(100% - 64px) 18px no-repeat,
      radial-gradient(circle at 21% 78%, #ffe79a 0 52px, transparent 53px),
      radial-gradient(circle at 82% 72%, #ffd0c1 0 68px, transparent 69px),
      linear-gradient(145deg, rgba(255,255,255,0.95), #eaf5ff);
  }

  .bf-bright-preview.bf-template-hub :where(.research-hero .lead, .hero-sub, .hero p, .hero-inner-page p) {
    font-size: 1.04rem;
    line-height: 1.65;
  }

  .bf-bright-preview.bf-template-hub .hub-proof {
    gap: 7px;
  }

  .bf-bright-preview.bf-template-hub .hub-proof span {
    font-size: 0.76rem;
  }

  .bf-bright-preview.bf-template-hub :where(.section, main > section:not(.hero):not(.research-hero):not(.hero-inner-page)) {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .bf-bright-preview.bf-template-hub .hub-card {
    min-height: 0;
    padding: 22px;
  }

  .bf-bright-preview.bf-template-hub :where(.res-card, .card, .episode) {
    padding: 21px;
  }
}
