/* ============================================================
   PRICING — page-specific styles. Tokens + measured Figma values.
   Desktop Figma 8353:2750 · Mobile 9435:51 (page 6530:2).
   Chrome blocks (announce, dropdowns, mobile menu) mirror home.
   ============================================================ */

/* ---------- SECTION RHYTHM ----------
   Measured seams: plans 112 · compare 64 · addons/proof/faq 80.
   FAQ→banner→footer built at the site-normalized 90 (frame drew
   134/136 — logged as a [FIGMA] finding). */
@media (min-width: 768px) {
  #plans { margin-top: 112px; }
  #compare { margin-top: 64px; }
  #addons { margin-top: 80px; }
  #proof { margin-top: 80px; }
  #faq { margin-top: 80px; }
  #book-a-demo { margin-top: 90px; padding-bottom: 90px; }
}
@media (max-width: 767px) {
  #plans, #compare, #addons, #proof, #faq, #book-a-demo { margin-top: 80px; }
  #book-a-demo { padding-bottom: 80px; }
}

/* ---------- Announcement bar (verbatim chrome support, same as home) ---------- */
.bh-announce {
  background: var(--bh-dark);
  padding-block: 9px;
  text-align: center;
}
.bh-announce p {
  font-size: var(--bh-fs-fine);
  font-weight: var(--bh-w-semibold);
  line-height: 17px; /* Figma: announce bar 35px = 9 + 17 + 9 */
  color: rgba(255,255,255,0.92);
}
@media (max-width: 767px) {
  .bh-announce { padding-inline: var(--bh-space-16); }
  .bh-announce p { font-size: 11px; }
}

/* ---------- Dropdown internals (same as home) ---------- */
.bh-dd-cols { display: flex; gap: var(--bh-space-30); align-items: stretch; }
.bh-dd-col { flex: 1 1 220px; min-width: 0; }
.bh-dd-colhead { display: flex; align-items: center; gap: var(--bh-space-12); margin-bottom: var(--bh-space-12); color: inherit; text-decoration: none; }
.bh-dd-product { display: block; font-family: var(--bh-font-display); font-weight: var(--bh-w-xbold); font-size: 17px; color: var(--bh-ink); }
.bh-dd-sub { display: block; font-size: 12px; font-weight: var(--bh-w-medium); color: var(--bh-body); }
.bh-dd-rule { border: 0; border-top: 1px solid #EFECF3; margin: var(--bh-space-12) 0; }
.bh-dd-tile--lg { width: 40px; height: 40px; }
.bh-dd-tile--xl { width: 64px; height: 64px; }
.bh-dd-item .bh-dd-tile { width: 34px; height: 34px; }
.bh-dd-about .bh-dd-item .bh-dd-tile, .bh-dd-resources .bh-dd-item .bh-dd-tile { width: 40px; height: 40px; }
.bh-dd-item .bh-dd-name { font-size: var(--bh-fs-body-sm); font-weight: var(--bh-w-semibold); }
/* keep name + ADD-ON pill on ONE line; long names without a pill may still wrap (review A2) */
.bh-dd-item { display: flex; align-items: center; flex-wrap: nowrap; }
.bh-dd-item:has(.bh-tag--addon) .bh-dd-name { white-space: nowrap; }
.bh-dd-item .bh-tag--addon {
  flex: 0 0 auto; white-space: nowrap;
  /* same chip as the mobile drill rows (review A2) */
  background: #F2F1F4; border: none; border-radius: var(--bh-r-6);
  padding: 3px 7px; font-size: 10px; font-weight: var(--bh-w-medium);
  letter-spacing: 0; text-transform: none; color: #828794;
}
.bh-dd-featured--crm { min-height: 390px; }
.bh-dd-featured-btn { min-width: 150px; height: 44px; padding-block: 0; font-size: 15px; }
.bh-dd-about, .bh-dd-resources {
  border-radius: var(--bh-r-20);   /* was 24 - off the 8/12/16/20 scale */
}
.bh-dd-eyebrow {
  font-size: 11px; font-weight: var(--bh-w-bold); letter-spacing: 1px;
  text-transform: uppercase; color: #99A2B3; margin-bottom: var(--bh-space-12);
}
.bh-dd-eyebrow--white { color: var(--bh-white); letter-spacing: 1.5px; font-size: 12px; }
.bh-dd-eyebrow--pink { color: var(--bh-pink); letter-spacing: 1.5px; font-size: 12px; }
.bh-dd-item { position: relative; }
.bh-dd-item .bh-tag--addon { margin-left: var(--bh-space-8); }

.bh-dd-featured {
  flex: 0 0 340px; border-radius: var(--bh-r-16); overflow: hidden;
  position: relative; display: flex; flex-direction: column;
  padding: var(--bh-space-24); gap: var(--bh-space-12);
}
.bh-dd-featured--crm {
  background: linear-gradient(233.8deg, #4C1D95 14.5%, var(--bh-violet) 85.5%);
  position: relative;
}
.bh-dd-featured--crm::after {
  content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='128' height='128'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='128' height='128' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  background-size: 128px 128px;
  opacity: 0.10; mix-blend-mode: multiply;
}
.bh-dd-featured--crm > * { position: relative; z-index: 1; }
.bh-dd-featured-title { font-family: var(--bh-font-display); font-weight: var(--bh-w-xbold); font-size: 24px; color: var(--bh-white); }
.bh-dd-featured-title--lg { font-size: 30px; max-width: 380px; }
.bh-dd-featured-desc { font-size: var(--bh-fs-body-sm); font-weight: var(--bh-w-medium); color: var(--bh-white-85); }
.bh-dd-featured-btn { background: var(--bh-white); color: #6D28D9; margin-top: auto; align-self: flex-start; padding: var(--bh-space-12) var(--bh-space-24); }
.bh-dd-featured--news, .bh-dd-featured--pillow { padding: 0; border: 1px solid rgba(0,0,0,0.06); border-radius: var(--bh-r-20); }
.bh-dd-featured--pillow { flex: 1 1 auto; }
.bh-dd-featured-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bh-dd-featured-overlay {
  position: relative; z-index: 1; display: flex; flex-direction: column; gap: var(--bh-space-12);
  justify-content: flex-end; height: 100%; min-height: 300px; padding: var(--bh-space-24);
  background: linear-gradient(180deg, rgba(20,13,31,0) 35%, rgba(20,13,31,0.92) 100%);
  border-radius: inherit;
}
.bh-dd-featured--pillow .bh-dd-featured-overlay {
  justify-content: center; align-items: flex-start;
  background: linear-gradient(90deg, rgba(26,15,36,0.94) 0%, rgba(26,15,36,0.72) 42%, rgba(26,15,36,0) 72%);
}
.bh-dd-featured--news .bh-dd-featured-title { font-size: 20px; }
.bh-dd-featured-link { font-size: 13px; font-weight: var(--bh-w-bold); color: var(--bh-pink); }
/* PMI news card — exact Figma spec (8528:2979 / 2981 / 2982 / 2983):
   32px side padding, 35px bottom, eyebrow 16 above the title, title 44 above the link,
   eyebrow + link both #F24476. */
.bh-dd-featured--news .bh-dd-featured-overlay {
  gap: 0; padding: var(--bh-space-24) var(--bh-space-32) 35px;
}
.bh-dd-featured--news .bh-dd-eyebrow--pink { color: var(--bh-pink); margin-bottom: var(--bh-space-16); }
.bh-dd-featured--news .bh-dd-featured-title { margin-bottom: 44px; }
/* the whole card is the hit area; the "Read the story" link carries it */
.bh-dd-featured--news { position: relative; }
.bh-dd-featured--news .bh-dd-featured-link::after { content: ""; position: absolute; inset: 0; z-index: 2; }
.bh-dd-featured--pillow .bh-btn { align-self: flex-start; }
/* nav dropdown: extra air above the Pillow Talk Subscribe button (2026-08-27) */
.bh-dd-featured--pillow .bh-dd-featured-overlay .bh-btn { margin-top: var(--bh-space-12); }

/* ---------- Mobile menu internals (same as home) ---------- */
.bh-mm-list { padding: var(--bh-space-16) var(--bh-space-24) 0; }
.bh-mm-list a {
  display: flex; align-items: center; justify-content: space-between;
  height: 64px; border-bottom: 1px solid #ECECEF;
  font-size: 22px; font-weight: var(--bh-w-semibold); color: var(--bh-ink);
}
.bh-mm-chev { font-size: 24px; font-weight: var(--bh-w-medium); color: var(--bh-body); }
.bh-drill { padding: 0 var(--bh-space-20) var(--bh-space-24); }
.bh-drill-header { margin: 0 calc(-1 * var(--bh-space-20)) var(--bh-space-16); }
.bh-drill-back {
  font-size: 18px; font-weight: var(--bh-w-semibold); color: var(--bh-ink);
  padding-block: var(--bh-space-12);
}
.bh-drill-title { font-size: 26px; font-weight: var(--bh-w-xbold); color: var(--bh-ink); margin-bottom: var(--bh-space-16); }
.bh-drill-group {
  font-size: 12px; font-weight: var(--bh-w-xbold); letter-spacing: 0.6px;
  color: #828794; text-transform: uppercase; margin: var(--bh-space-20) 0 var(--bh-space-12);
}
.bh-drill-row { display: flex; align-items: center; gap: var(--bh-space-12); padding-block: var(--bh-space-8); }
.bh-drill-name { display: block; font-size: 16px; font-weight: var(--bh-w-semibold); color: var(--bh-ink); }
.bh-drill-desc { display: block; font-size: 12.5px; font-weight: var(--bh-w-medium); color: #828794; }
.bh-tag--addon-m { background: #F2F1F4; border-radius: var(--bh-r-6); padding: 3px 7px; font-size: 10px; font-weight: var(--bh-w-medium); color: #828794; }
.bh-drill-card {
  display: block; border-radius: 18px; padding: var(--bh-space-24);
  margin-top: var(--bh-space-24); position: relative; overflow: hidden;
}
.bh-drill-card--crm { background: linear-gradient(90deg, var(--bh-violet) 0%, #6D32D5 100%); }
.bh-drill-card--news { background: var(--bh-dark); }
.bh-drill-card--pillow { background: var(--bh-dark); }
.bh-drill-card-eyebrow { font-size: 11px; font-weight: var(--bh-w-xbold); letter-spacing: 1px; color: rgba(255,255,255,0.85); margin-bottom: var(--bh-space-8); }
.bh-drill-card-eyebrow--pink { color: var(--bh-pink); }
.bh-drill-card-title { display: flex; align-items: center; gap: var(--bh-space-12); font-size: 20px; font-weight: var(--bh-w-xbold); color: var(--bh-white); margin-bottom: var(--bh-space-8); }
.bh-drill-card-desc { font-size: 13.5px; color: var(--bh-white-85); margin-bottom: var(--bh-space-12); }
.bh-drill-card-link { font-size: var(--bh-fs-body-sm); font-weight: var(--bh-w-semibold); color: var(--bh-pink); }
.bh-drill-card-btn { padding: 9px var(--bh-space-16); font-size: 13px; border-radius: 10px; display: inline-flex; }
.bh-mm-header {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px; padding: 0 18px 0 22px;
  border-bottom: 1px solid #ECECEF;
}
.bh-mm-header img { height: 22.8px; width: auto; }
.bh-mm-header-right { display: flex; align-items: center; gap: var(--bh-space-12); }
.bh-mm-cta { padding: 10px var(--bh-space-16); border-radius: 10px; font-size: var(--bh-fs-body-sm); font-weight: var(--bh-w-semibold); }
.bh-mm-close { font-size: 20px; color: var(--bh-ink); padding: var(--bh-space-8); line-height: 1; }
.bh-mobile-menu {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='128' height='128'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='128' height='128' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");
}

/* ---------- Hero ---------- */
.hero { padding-top: 120px; } /* icon-led content page: 140px clearance under the nav (review A9) */
.hero .bh-section-header { max-width: 1000px; }
.hero-h1 {
  font-size: 44px; letter-spacing: 0; line-height: 1.2;
  color: var(--bh-ink); margin-top: var(--bh-space-4);
}
.hero-sub { font-size: 17px; color: var(--bh-body); margin-top: var(--bh-space-8); }
@media (max-width: 767px) {
  .hero { padding-top: var(--bh-space-40); }
  .hero-h1 { font-size: 30px; line-height: 1.17; margin-top: 0; }
  .hero-br { display: none; }
  .hero-sub { font-size: 16px; margin-top: 0; }
  /* Mobile section icons are 44px on this page (Figma 9435:51) */
  main .bh-section-header .bh-icon { width: 44px; height: 44px; }
}

/* ---------- Plans ---------- */
.plans-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: var(--bh-space-24);
}
.plan { position: relative; }
.plan--bdm { --plan-accent: var(--bh-green); --plan-hd-grad: linear-gradient(225deg, #0B6E57 0%, var(--bh-green) 100%); }
.plan--pm { --plan-accent: var(--bh-pink); --plan-hd-grad: linear-gradient(225deg, #521728 0%, var(--bh-pink) 100%); }
.plan--broker { --plan-accent: var(--bh-blue); --plan-hd-grad: linear-gradient(225deg, #1E3A8A 0%, var(--bh-blue) 100%); }
.plan--bundle { --plan-accent: var(--bh-violet); --plan-hd-grad: linear-gradient(225deg, #241521 0%, var(--bh-bundle) 100%); }
.plan-hd {
  position: relative; overflow: hidden;
  height: 130px; border-radius: var(--bh-r-16);
  background: var(--plan-hd-grad);
  padding: 34px var(--bh-space-24) 0;
}
.plan-name { font-size: 22px; letter-spacing: 0; color: var(--bh-white); line-height: 26px; }
.plan-tag {
  font-size: 11.5px; line-height: 15px; color: var(--bh-white);
  max-width: 135px; margin-top: var(--bh-space-8);
  position: relative; z-index: 1;
}
.plan-astro { position: absolute; right: 0; top: 0; }
.plan-astro--d { width: 162px; height: 130px; }
.plan-astro--m { display: none; }
.plan-body { padding: 0 var(--bh-space-16); display: flex; flex-direction: column; align-items: flex-start; }
.plan-price {
  display: flex; align-items: baseline;
  font-family: var(--bh-font-display); font-weight: var(--bh-w-black);
  font-size: 32px; line-height: 38px; color: var(--bh-ink);
  margin-top: var(--bh-space-20);
}
.plan-price-note { font-size: 12.5px; line-height: 16px; color: var(--bh-body); margin-top: 2px; }
.plan-rule { width: 100%; border: 0; border-top: 1px solid #E0E0E6; margin: var(--bh-space-16) 0 0; }
.plan-inc { font-size: 12.5px; line-height: 16px; font-weight: var(--bh-w-medium); color: var(--bh-body); margin-top: var(--bh-space-16); }
ul.plan-list { margin-top: 10px; }
.plan-list li {
  position: relative; padding-left: 18px;
  font-size: 12.5px; font-weight: var(--bh-w-medium); color: var(--bh-ink); line-height: 16px;
}
.plan-list li + li { margin-top: 9px; }
.plan-list li::before {
  content: ''; position: absolute; left: 2px; top: 5.5px;
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--plan-accent);
}
.plan-cta {
  margin-top: 38px; width: 100%; height: 48px;
  padding-block: 0; border-radius: var(--bh-r-btn);
  background: var(--plan-accent); color: var(--bh-white);
  border: 1.5px solid var(--bh-ink);
  font-size: var(--bh-fs-body-sm); font-weight: var(--bh-w-semibold);
}
.plan-cta--ghost { background: var(--bh-white); color: var(--bh-violet); }
/* Column dividers (desktop) */
@media (min-width: 768px) {
  .plan + .plan::before {
    content: ''; position: absolute; left: -12.5px; top: 150px;
    width: 1px; height: 352px; background: #E0E0E6;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .plans-grid { grid-template-columns: 1fr 1fr; }
  .plan:nth-child(3)::before { display: none; }
}
@media (max-width: 767px) {
  .plans-grid { grid-template-columns: 1fr; gap: var(--bh-space-16); }
  .plan {
    background: var(--bh-white);
    border: 1px solid #E5E8EE; border-radius: var(--bh-r-16);
    overflow: hidden;
  }
  .plan-hd { height: 107px; border-radius: 0; padding: var(--bh-space-20) 22px 0; }
  .plan-name { line-height: 26px; }
  .plan-tag { font-size: 16px; line-height: 18px; font-weight: var(--bh-w-medium); max-width: 215px; margin-top: 5px; }
  .plan-astro--d { display: none; }
  .plan-astro--m { display: block; width: 181px; height: 107px; }
  .plan-body { padding: var(--bh-space-20) 22px 22px; }
  .plan-price { font-size: 34px; line-height: 38px; margin-top: 0; }
  .plan-price-per { font-size: 15px; font-family: var(--bh-font-body); font-weight: var(--bh-w-medium); color: var(--bh-body); margin-left: 3px; }
  .plan-price-note { font-size: 16px; font-weight: var(--bh-w-regular); margin-top: 7px; }
  .plan-rule { margin-top: var(--bh-space-16); border-color: #E5E8EE; }
  .plan-inc { font-size: 13px; font-weight: var(--bh-w-bold); color: var(--bh-ink); margin-top: 15px; }
  ul.plan-list { margin-top: 14px; }
  .plan-list li { font-size: 14px; line-height: 20px; padding-left: 15px; }
  .plan-list li + li { margin-top: 9px; }
  .plan-list li::before { left: 0; top: 8px; }
  .plan-cta { margin-top: 14px; font-size: 15px; font-weight: var(--bh-w-bold); }
}

/* ---------- Compare ---------- */
.compare-toggle {
  display: flex; align-items: center; justify-content: center; gap: var(--bh-space-8);
  width: 100%; height: 56px;
  background: #F3F1F7; border: 1px solid #E4E4EA; border-radius: var(--bh-r-12);
  font-family: var(--bh-font-body); font-weight: var(--bh-w-bold); font-size: 18px;
  color: var(--bh-pink);
}
.compare-caret {
  font-size: 16px; line-height: 1;
  transition: transform var(--bh-dur-med) var(--bh-ease);
}
.compare-toggle[aria-expanded="false"] .compare-caret { transform: rotate(-180deg); }
.compare-hint { display: none; }
.compare-wrap { margin-top: 48px; overflow: hidden; transition: max-height var(--bh-dur-med) var(--bh-ease); }
@media (prefers-reduced-motion: reduce) { .compare-wrap { transition: none; } }
.compare-scroll { position: relative; }
.c-table { width: 100%; table-layout: fixed; border-collapse: collapse; }
.c-table .c-col { width: 200px; }
.c-table thead th {
  font-family: var(--bh-font-body); font-weight: var(--bh-w-xbold); font-size: 13px;
  text-align: center; padding: 0 0 25px; line-height: 17px;
}
.c-col--bdm { color: var(--bh-green); }
.c-col--pm { color: var(--bh-pink); }
.c-col--broker { color: var(--bh-blue); }
.c-col--bundle { color: var(--bh-bundle); }
.c-band th {
  background: #F3F1F7; border-radius: var(--bh-r-8);
  font-family: var(--bh-font-body); font-weight: var(--bh-w-xbold); font-size: 12px;
  color: var(--bh-ink); text-align: left; letter-spacing: 0;
  padding: 7px var(--bh-space-8); line-height: 16px;
}
.c-table tbody th[scope="row"] {
  font-family: var(--bh-font-body); font-weight: var(--bh-w-medium); font-size: 13px;
  color: var(--bh-ink); text-align: left;
  padding: 8.5px 0 8.5px var(--bh-space-8); line-height: 17px;
}
.c-table tbody td { text-align: center; padding: 8.5px 0; line-height: 17px; }
.c-yes { font-weight: var(--bh-w-bold); font-size: 14px; color: var(--bh-ink); }
.c-no { font-weight: var(--bh-w-medium); font-size: 13px; color: #9696A0; }
.c-sup { font-weight: var(--bh-w-medium); font-size: 11.5px; color: var(--bh-body); }
.c-vline { position: absolute; top: 34px; bottom: 0; width: 1px; background: #E4E4EA; }
.c-vline--1 { right: 600px; }
.c-vline--2 { right: 400px; }
.c-vline--3 { right: 200px; }
@media (max-width: 767px) {
  .compare-toggle { height: 52px; font-size: 15px; }
  .compare-hint {
    display: block; text-align: center;
    font-size: 12px; font-weight: var(--bh-w-medium); color: #9696A0;
    margin-top: var(--bh-space-16);
  }
  .compare-wrap { margin-top: var(--bh-space-16); }
  .compare-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .c-table { min-width: 564px; }
  .c-table .c-col { width: 92px; }
  .c-table thead th { font-size: 11.5px; padding-bottom: 12px; line-height: 14px; }
  .c-band th { font-size: 11px; border-radius: 0; padding: 6px 10px; line-height: 14px; }
  .c-table tbody th[scope="row"] { font-size: 11px; padding: 8.5px 0 8.5px 10px; line-height: 11px; }
  .c-table tbody td { padding: 8.5px 0; line-height: 11px; }
  .c-yes { font-size: 12.5px; }
  .c-no { font-size: 11px; }
  .c-sup { font-size: 10px; }
  .c-vline { display: none; }
}

/* ---------- Section headers (32px h2 family on this page) ---------- */
.addons-h2, .proof-h2, #faq .bh-h2 { font-size: 32px; letter-spacing: 0; }
.addons-sub, .proof-sub { font-size: 16px; }
@media (max-width: 767px) {
  .addons-h2, .proof-h2, #faq .bh-h2 { font-size: 24px; }
  .addons-sub, .proof-sub { font-size: 16px; }
}

/* ---------- Add-ons ---------- */
ul.addons-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: var(--bh-space-40);
  margin-top: var(--bh-space-40);
}
.addon {
  background: var(--bh-white); border-radius: var(--bh-r-16);
  box-shadow: var(--bh-shadow-card); overflow: hidden;
}
.addon--boost { --addon-accent: var(--bh-green); }
.addon--advisory { --addon-accent: var(--bh-blue); }
.addon-hd {
  display: flex; align-items: center; justify-content: space-between;
  height: 58px; background: var(--addon-accent);
  padding: 0 var(--bh-space-16) 0 var(--bh-space-24);
  border-radius: var(--bh-r-16) var(--bh-r-16) 0 0;
}
.addon-name { font-size: 20px; letter-spacing: 0; color: var(--bh-white); }
.addon-pill {
  display: inline-flex; align-items: center; justify-content: center;
  height: 26px; min-width: 150px; padding: 0 14px;
  background: var(--bh-white); border-radius: var(--bh-r-12);
  font-size: 11px; font-weight: var(--bh-w-semibold); color: var(--addon-accent);
}
.addon-body { padding: var(--bh-space-24) var(--bh-space-24) 28px; display: flex; flex-direction: column; align-items: flex-start; }
.addon-price { display: flex; align-items: baseline; gap: var(--bh-space-8); }
.addon-price-num {
  font-family: var(--bh-font-display); font-weight: var(--bh-w-black);
  font-size: 34px; line-height: 41px; color: var(--addon-accent);
}
.addon-price-per { font-size: 14px; font-weight: var(--bh-w-medium); color: var(--bh-body); }
.addon-fine { font-size: 12px; line-height: 16px; color: var(--bh-body); margin-top: 5px; }
.addon-desc { font-size: 13.5px; line-height: 18px; color: var(--bh-ink); margin-top: var(--bh-space-8); max-width: 570px; }
.addon-desc--advisory { margin-top: 27px; }
ul.addon-list { margin-top: 18px; }
.addon-list li {
  position: relative; padding-left: 22px;
  font-size: 13px; font-weight: var(--bh-w-medium); color: var(--bh-ink); line-height: 17px;
}
.addon-list li + li { margin-top: 13px; }
.addon-list li::before {
  content: '✓'; position: absolute; left: 0; top: 0;
  font-weight: var(--bh-w-xbold); font-size: 13px; color: var(--bh-ink);
}
.addon--advisory .addon-list li::before { color: var(--bh-blue); }
.addon-cta {
  margin-top: 21px; margin-left: 6px; min-width: 220px; height: 48px;
  padding-block: 0; border-radius: var(--bh-r-btn);
  background: var(--addon-accent); color: var(--bh-white);
  border: 1.5px solid var(--bh-ink);
  font-size: 16px; font-weight: var(--bh-w-bold);
}
@media (max-width: 767px) {
  ul.addons-grid { grid-template-columns: 1fr; gap: var(--bh-space-16); margin-top: var(--bh-space-30); }
  /* mobile: accent-outlined card, no header strip, no shadow (Figma 9438:56/76) */
  .addon { border: 1.5px solid var(--addon-accent); box-shadow: none; }
  .addon-hd { height: auto; background: none; padding: 22px 22px 0; border-radius: 0; }
  .addon-name { font-size: 19px; color: var(--bh-ink); }
  .addon-pill {
    height: 23px; min-width: 0; padding: 0 10px; border-radius: var(--bh-r-pill);
    background: color-mix(in srgb, var(--addon-accent) 12%, transparent);
    color: var(--addon-accent); font-size: 10.5px; font-weight: var(--bh-w-bold);
  }
  .addon-body { padding: var(--bh-space-12) 22px 22px; }
  .addon-price-num { font-size: 30px; line-height: 34px; }
  .addon-price-per { font-size: 13px; }
  .addon-fine, .addon-desc { display: none; }
  ul.addon-list { margin-top: var(--bh-space-12); }
  .addon-list li {
    font-size: 16px; font-weight: var(--bh-w-regular); line-height: 19px;
    padding-left: 27px; min-height: 18px;
  }
  .addon-list li + li { margin-top: 12px; }
  .addon-list li::before {
    content: '✓'; top: 0; width: 18px; height: 18px; border-radius: 50%;
    background: var(--addon-accent); color: var(--bh-white);
    font-size: 10px; font-weight: var(--bh-w-bold);
    display: inline-flex; align-items: center; justify-content: center;
  }
  .addon--advisory .addon-list li::before { color: var(--bh-white); }
  .addon-cta { margin-top: var(--bh-space-12); margin-left: 0; width: 100%; min-width: 0; height: 46px; font-size: 14.5px; }
}

/* ---------- Proof ---------- */
.proof-band {
  margin-top: var(--bh-space-40);
  position: relative; overflow: hidden;
  border-radius: var(--bh-r-20);
  background: linear-gradient(210deg, var(--bh-dark) 0%, #3B0A63 100%);
  padding: var(--bh-space-24) var(--bh-space-16);
}
.proof-band::after {
  content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='128' height='128'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='128' height='128' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  background-size: 128px 128px;
  opacity: 0.10; mix-blend-mode: multiply;
}
ul.proof-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--bh-space-32);
}
.proof-card {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  height: 252px; border-radius: var(--bh-r-16);
  background: rgba(255,255,255,0.06);
  padding-top: 54px;
}
.proof-logo { height: 38px; width: auto; object-fit: contain; }
.proof-stat {
  font-family: var(--bh-font-display); font-weight: var(--bh-w-black);
  font-size: 40px; letter-spacing: -1px; line-height: 1; color: var(--bh-white);
  margin-top: var(--bh-space-16);
}
.proof-desc { font-size: 15px; font-weight: var(--bh-w-medium); color: rgba(255,255,255,0.8); margin-top: var(--bh-space-12); }
@media (max-width: 1023px) and (min-width: 768px) {
  ul.proof-grid { grid-template-columns: 1fr 1fr; gap: var(--bh-space-16); }
}
@media (max-width: 767px) {
  .proof-band { margin-top: var(--bh-space-30); background: none; border-radius: 0; padding: 0; overflow: visible; }
  .proof-band::after { display: none; }
  ul.proof-grid { grid-template-columns: 1fr; gap: 14px; }
  .proof-card {
    height: auto; min-height: 183px;
    background: linear-gradient(135deg, #291A2E 0%, #3F2951 100%);
    padding: var(--bh-space-30) var(--bh-space-24);
  }
  .proof-logo { height: 32px; }
  .proof-logo--seal { height: 44px; }
  .proof-stat { font-size: 42px; margin-top: 14px; }
  .proof-desc { font-size: 14px; }
}

/* ---------- FAQ ---------- */
.faq-list { width: min(1000px, 100%); margin: 32px auto 0; }
.faq-list .bh-acc-item { border-color: #E5E8EE; box-shadow: var(--bh-shadow-card); }
.faq-list .bh-acc-item + .bh-acc-item { margin-top: 14px; }
.faq-list .bh-acc-item.is-open { border-color: #E5E8EE; }
.faq-list .bh-acc-toggle { padding: var(--bh-space-16) var(--bh-space-24) var(--bh-space-16) 28px; }
.faq-list .bh-acc-glyph { width: 30px; height: 30px; font-size: 18px; background: transparent; }
/* Figma open state shows a “−”, not a rotated “+” */
.faq-list .bh-acc-item.is-open .bh-acc-glyph { transform: none; }
.faq-list .bh-acc-glyph .glyph-minus { display: none; }
.faq-list .bh-acc-item.is-open .glyph-plus { display: none; }
.faq-list .bh-acc-item.is-open .glyph-minus { display: inline; }
.faq-list .bh-acc-body > p { padding: 0 70px var(--bh-space-24) 28px; font-size: var(--bh-fs-body); line-height: 20px; }
@media (max-width: 767px) {
  .faq-list { margin-top: var(--bh-space-16); }
  .faq-list .bh-acc-item { border: none; }
  .faq-list .bh-acc-item + .bh-acc-item { margin-top: var(--bh-space-16); }
  .faq-list .bh-acc-toggle { padding: var(--bh-space-16) var(--bh-space-20); font-size: 16px; line-height: 21px; }
  .faq-list .bh-acc-glyph { width: 26px; height: 26px; }
  /* answer column matches the question column width (Figma 260 @ 342) */
  .faq-list .bh-acc-body > p { padding: 0 66px var(--bh-space-20) var(--bh-space-20); font-size: 16px; line-height: 21px; }
}

/* ---------- CTA banner ---------- */
.cta-banner {
  position: relative; overflow: hidden;
  min-height: 560px; border-radius: var(--bh-r-16);
  background: linear-gradient(90deg, #521728 0%, #952A49 50%, var(--bh-pink) 100%);
  box-shadow: var(--bh-shadow-lift);
  display: flex; align-items: center;
}
.cta-copy { position: relative; z-index: 1; max-width: 700px; padding: var(--bh-space-60) 72px; }
.cta-h { font-size: 52px; letter-spacing: -1px; line-height: 1.02; color: var(--bh-white); }
.cta-break { display: none; }
.cta-body { font-size: 20px; line-height: 1.46; color: var(--bh-white-85); max-width: 520px; margin-top: var(--bh-space-24); }
.cta-btn {
  background: var(--bh-white); color: var(--bh-pink);
  margin-top: var(--bh-space-24); min-width: 169px; height: 60px; font-size: 18px;
  box-shadow: 0px 6px 16px rgba(0,0,0,0.14);
}
.cta-photo { position: absolute; right: 0; bottom: 0; height: 560px; width: auto; object-fit: contain; object-position: bottom right; }
@media (max-width: 1023px) {
  .cta-banner {
    min-height: 400px; align-items: flex-start;
    background: linear-gradient(135deg, #521728 0%, #952A49 50%, var(--bh-pink) 100%);
  }
  .cta-break { display: inline; }
  .cta-copy { padding: var(--bh-space-40) var(--bh-space-24); max-width: 100%; }
  .cta-h { font-size: 30px; letter-spacing: -0.5px; line-height: 1.04; }
  .cta-body { font-size: 16px; color: var(--bh-white); margin-top: var(--bh-space-20); max-width: 285px; }
  .cta-btn { margin-top: var(--bh-space-16); min-width: 143px; height: 46px; font-size: 15px; }
  .cta-photo { height: 218px; width: 215px; }
}

/* ---------- Footer page-level tweaks (verbatim chrome support, same as home) ---------- */
.bh-footer-tagline { font-size: var(--bh-fs-body-sm); color: rgba(244,242,248,0.75); }
.bh-footer-social { display: flex; gap: var(--bh-space-16); align-items: flex-end; margin-top: var(--bh-space-8); }
/* social glyph art has differing heights — normalise so baselines align (review A6) */
.bh-footer-social a { display: inline-flex; align-items: flex-end; }
/* keep each glyph at its designed size; only align their baselines (review A6) */
.bh-footer-social img { display: block; }
/* the narrow "f" makes the f→YouTube gap read wider than in→f even at equal
   spacing, so YouTube is pulled in optically (review A6) */
.bh-footer-social a:last-child { margin-left: -5px; }
.bh-footer-brand { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.bh-footer-form { display: flex; gap: var(--bh-space-8); align-items: flex-start; flex-wrap: wrap; }
.bh-footer-form .bh-field { width: 220px; }
.bh-footer-input { width: 100%; height: 44px; padding-block: 0; border-radius: var(--bh-r-8); font-size: 13px; }
.bh-footer-signup { height: 44px; min-width: 120px; padding: 0 var(--bh-space-24); border-radius: var(--bh-r-8); font-size: 13px; }
.bh-footer-legal { display: flex; gap: var(--bh-space-30); }
@media (max-width: 767px) {
  .bh-footer-form { width: 100%; }
  .bh-footer-form .bh-field { width: 100%; }
  .bh-footer-input { width: 100%; height: 46px; }
  .bh-footer-signup { width: 100%; height: 46px; }
  .bh-footer-tagline { font-size: 16px; }
  .bh-footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* === CTA banner - width-proof geometry (2026-08-26, W01) ===
   Photo and copy were both sized in fixed px and independent of the banner width,
   so they overlapped by (copyMax + photoWidth - bannerWidth): 277px at 1024.
   Figma sizes both as a proportion of the banner - do the same. */
.cta-copy  { max-width: min(700px, 54%); }
.cta-photo { max-width: 44%; object-fit: cover; object-position: center right; }
@media (max-width: 1023px) {
  .cta-copy  { max-width: 100%; }
  /* Figma: 215/350 = 61.4% of the banner, not a fixed 215px. Scaling with the
     banner moves the photo's left edge AWAY from the button as the screen
     narrows, instead of under it. The 215px ceiling matters: this branch also
     covers 768-1023, where the banner is 720px wide and a bare 61.4% would blow
     the photo up to 442px and push it back under the headline. */
  .cta-photo { width: 61.4%; max-width: 215px; height: auto; object-fit: contain; object-position: bottom right; }
}
@media (min-width: 700px) and (max-width: 1023px) {
  /* Banner is ~720px here but still on the mobile composition: the copy would run
     full width and meet the photo. Reserve the photo's column. */
  .cta-copy { max-width: 62%; }
}

/* === compare table fits the tablet band (2026-08-27, A3) ===
   768-1023 had desktop's fixed 200px plan columns (800px of table) inside a 720-975px
   container with overflow-x: visible. The table could not shrink, spilled out, and was
   cut at the viewport by body { overflow-x: clip } - Bundle unreachable, no scrollbar.
   Proportional columns make the table exactly its container's width across the band;
   the px-positioned divider lines move to the matching percentages. */
@media (min-width: 768px) and (max-width: 1023px) {
  body .c-table .c-col { width: 19%; }
  body .c-vline--1 { right: 57%; }
  body .c-vline--2 { right: 38%; }
  body .c-vline--3 { right: 19%; }
}
/* Never silently clip this table again: if it ever outgrows its column, scroll it.
   At every width the table is exactly the container width, so no scrollbar shows. */
body .compare-scroll { overflow-x: auto; }
