/*
  Beehiiv offer-first landing page.
  Independent conversion design.
  Independent editorial conversion layout.
*/

body.bh-offer-page {
  --bh-cream: #f7f0df;
  --bh-paper: #fffdf7;
  --bh-yellow: #f6d94b;
  --bh-yellow-soft: #fff2a8;
  --bh-charcoal: #171814;
  --bh-ink: #24251f;
  --bh-muted: #68685e;
  --bh-line: #1d1e19;
  --bh-soft-line: #d7cfbb;
  --bh-green: #245b43;
  --bh-red: #8a3f32;
  --bh-shadow: 10px 10px 0 rgba(23, 24, 20, 0.12);
  --bh-radius: 22px;

  margin: 0;
  background: var(--bh-cream);
  color: var(--bh-ink);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    sans-serif;
}

body.bh-offer-page *,
body.bh-offer-page *::before,
body.bh-offer-page *::after {
  box-sizing: border-box;
}

body.bh-offer-page img {
  max-width: 100%;
}

body.bh-offer-page h1,
body.bh-offer-page h2,
body.bh-offer-page h3 {
  color: var(--bh-charcoal);
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-weight: 700;
  letter-spacing: -0.035em;
}

body.bh-offer-page p,
body.bh-offer-page li {
  font-size: 1.06rem;
  line-height: 1.75;
}

.bh-shell {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.bh-narrow-shell {
  width: min(900px, calc(100% - 40px));
}

.bh-reading-column {
  width: min(760px, calc(100% - 40px));
  margin-inline: auto;
}

.bh-offer-strip {
  border-bottom: 2px solid var(--bh-line);
  background: var(--bh-yellow);
  color: var(--bh-charcoal);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-align: center;
}

.bh-offer-strip .bh-shell {
  padding-block: 11px;
}

.bh-offer-strip strong {
  font-weight: 900;
}

.bh-header {
  border-bottom: 1px solid var(--bh-soft-line);
  background: rgba(247, 240, 223, 0.97);
}

.bh-header-row {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.bh-logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.bh-logo-link img {
  width: 178px;
  height: auto;
}

.bh-guide-label {
  color: var(--bh-muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bh-hero {
  display: flex;
  min-height: calc(100svh - 111px);
  align-items: center;
  border-bottom: 2px solid var(--bh-line);
  padding: 42px 20px 50px;
}

.bh-hero-inner {
  width: min(930px, 100%);
  margin-inline: auto;
  text-align: center;
}

.bh-eyebrow,
.bh-section-label,
.bh-final-label {
  margin: 0 0 18px;
  color: var(--bh-muted);
  font-size: 0.73rem !important;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.45 !important;
  text-transform: uppercase;
}

.bh-hero h1 {
  max-width: 900px;
  margin: 0 auto;
  font-size: clamp(3rem, 6.3vw, 5.8rem);
  line-height: 0.98;
}

.bh-hero-copy {
  max-width: 760px;
  margin: 24px auto 0;
  color: #45463f;
  font-size: clamp(1.08rem, 1.8vw, 1.3rem) !important;
  line-height: 1.65 !important;
}

.bh-hero-offer {
  display: grid;
  max-width: 880px;
  margin: 30px auto 0;
  padding: 22px;
  border: 2px solid var(--bh-line);
  border-radius: var(--bh-radius);
  background: var(--bh-paper);
  box-shadow: var(--bh-shadow);
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  text-align: left;
}

.bh-hero-offer-copy {
  min-width: 0;
}

.bh-offer-kicker {
  display: inline-block;
  margin-bottom: 6px;
  color: var(--bh-charcoal);
  font-size: clamp(1.45rem, 2.5vw, 2.1rem);
  font-weight: 950;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.bh-hero-offer-copy p {
  margin: 0;
  color: var(--bh-muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.bh-offer-action {
  min-width: 285px;
  text-align: center;
}

.bh-cta {
  display: inline-flex !important;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 14px 22px !important;
  border: 2px solid var(--bh-line) !important;
  border-radius: 10px !important;
  background: var(--bh-yellow) !important;
  box-shadow: 4px 4px 0 var(--bh-line);
  color: var(--bh-charcoal) !important;
  font-size: 0.98rem !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-align: center;
  text-decoration: none !important;
  transition:
    transform 140ms ease,
    box-shadow 140ms ease;
}

.bh-cta:hover {
  box-shadow: 2px 2px 0 var(--bh-line);
  transform: translate(2px, 2px);
}

.bh-cta:focus-visible {
  outline: 4px solid rgba(36, 91, 67, 0.35);
  outline-offset: 4px;
}

.bh-microcopy {
  margin: 12px 0 0;
  color: var(--bh-muted);
  font-size: 0.76rem !important;
  line-height: 1.4 !important;
}

.bh-workflow-section {
  padding: 92px 0;
  background: var(--bh-paper);
}

.bh-section-intro {
  max-width: 720px;
  margin-bottom: 42px;
}

.bh-section-intro-wide {
  max-width: 860px;
}

.bh-section-intro h2,
.bh-reading-column > h2 {
  margin: 0;
  font-size: clamp(2.3rem, 4.4vw, 4.1rem);
  line-height: 1.04;
}

.bh-section-intro > p:last-child {
  margin: 20px 0 0;
  color: var(--bh-muted);
}

.bh-workflow-board {
  position: relative;
  display: grid;
  overflow: hidden;
  border: 2px solid var(--bh-line);
  border-radius: 26px;
  background: #f4ecda;
  box-shadow: 12px 12px 0 #d8cfb8;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.bh-workflow-track {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 7%;
  left: 7%;
  height: 2px;
  background: var(--bh-line);
  transform: translateY(-50%);
}

.bh-workflow-step {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 24px 16px 22px;
  border-right: 1px solid var(--bh-soft-line);
  background: rgba(255, 253, 247, 0.92);
  text-align: center;
}

.bh-workflow-step:last-child {
  border-right: 0;
}

.bh-step-number {
  display: block;
  margin-bottom: 7px;
  color: var(--bh-muted);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.bh-workflow-step > strong {
  display: block;
  color: var(--bh-charcoal);
  font-size: 0.88rem;
  letter-spacing: 0.1em;
}

.bh-workflow-step > p {
  margin: 15px 0 0;
  color: var(--bh-muted);
  font-size: 0.78rem !important;
  line-height: 1.45 !important;
}

.bh-ui {
  position: relative;
  width: 100%;
  height: 126px;
  margin: 18px auto 0;
  overflow: hidden;
  border: 2px solid var(--bh-line);
  border-radius: 12px;
  background: #fff;
}

.bh-ui-toolbar,
.bh-browser-bar {
  display: flex;
  height: 23px;
  align-items: center;
  gap: 4px;
  padding: 0 7px;
  border-bottom: 1px solid var(--bh-soft-line);
  background: #eee7d7;
}

.bh-ui-toolbar span,
.bh-browser-bar span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--bh-line);
}

.bh-ui-title {
  width: 58%;
  height: 10px;
  margin: 18px 12px 11px;
  background: var(--bh-charcoal);
}

.bh-ui-line {
  width: 68%;
  height: 5px;
  margin: 7px 12px;
  background: #d0cabd;
}

.bh-ui-line-long {
  width: 78%;
}

.bh-ui-line-short {
  width: 45%;
}

.bh-site-hero {
  width: calc(100% - 18px);
  height: 52px;
  margin: 10px auto 7px;
  border: 1px solid var(--bh-line);
  background: var(--bh-yellow-soft);
}

.bh-site-copy {
  width: 62%;
  height: 7px;
  margin-left: 9px;
  background: #bdb6a7;
}

.bh-ui-audience {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bh-avatar-row {
  display: flex;
  justify-content: center;
  padding-left: 10px;
}

.bh-avatar-row i {
  width: 32px;
  height: 32px;
  margin-left: -10px;
  border: 2px solid var(--bh-line);
  border-radius: 50%;
  background: var(--bh-yellow);
}

.bh-avatar-row i:nth-child(2) {
  background: #dbe8d7;
}

.bh-avatar-row i:nth-child(3) {
  background: #eed6c6;
}

.bh-growth-arrow {
  margin-top: 4px;
  font-size: 1.7rem;
  font-weight: 900;
}

.bh-signup-line {
  width: 64%;
  height: 8px;
  margin-top: 6px;
  border-radius: 999px;
  background: #c8c1b2;
}

.bh-ui-analytics {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 7px;
  padding: 20px 12px;
}

.bh-ui-analytics i {
  width: 13%;
  min-height: 18px;
  border: 1px solid var(--bh-line);
  background: var(--bh-yellow);
}

.bh-ui-money {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bh-money-card {
  width: 76%;
  padding: 14px 10px;
  border: 2px solid var(--bh-line);
  background: var(--bh-yellow-soft);
  text-align: left;
}

.bh-money-card span,
.bh-money-card strong {
  display: block;
}

.bh-money-card span {
  color: var(--bh-muted);
  font-size: 0.66rem;
}

.bh-money-card strong {
  margin-top: 4px;
  font-size: 0.8rem;
}

.bh-money-dot {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 17px;
  height: 17px;
  border: 2px solid var(--bh-line);
  border-radius: 50%;
  background: var(--bh-yellow);
}

.bh-proof-note {
  max-width: 760px;
  margin: 22px auto 0;
  color: var(--bh-muted);
  font-size: 0.76rem !important;
  line-height: 1.5 !important;
  text-align: center;
}

.bh-narrative-section {
  padding: 108px 0;
  border-block: 2px solid var(--bh-line);
  background: var(--bh-cream);
}

.bh-narrative-section .bh-lede {
  margin: 28px 0 0;
  color: var(--bh-charcoal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem) !important;
  line-height: 1.45 !important;
}

.bh-narrative-section p {
  margin: 24px 0 0;
}

.bh-editorial-list {
  margin: 34px 0;
  padding: 26px 28px;
  border-left: 6px solid var(--bh-yellow);
  background: var(--bh-paper);
}

.bh-editorial-list p {
  margin: 0;
}

.bh-editorial-list ul {
  margin: 18px 0 0;
  padding-left: 22px;
}

.bh-editorial-list li + li {
  margin-top: 9px;
}

.bh-pullquote {
  margin: 48px 0 0;
  padding: 0;
  border: 0;
  color: var(--bh-charcoal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.bh-system-section {
  padding: 100px 0;
  background: var(--bh-paper);
}

.bh-before-after {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.bh-state {
  padding: 34px;
  border: 2px solid var(--bh-line);
  background: var(--bh-paper);
}

.bh-state-before {
  background: #f5e6df;
}

.bh-state-after {
  background: #eaf1e5;
}

.bh-state-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(23, 24, 20, 0.3);
  padding-bottom: 16px;
}

.bh-state-heading > span {
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.bh-state-heading h3 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.bh-fragmented-flow {
  display: flex;
  margin: 26px 0;
  flex-wrap: wrap;
  gap: 10px;
}

.bh-fragmented-flow span {
  padding: 10px 13px;
  border: 1px dashed var(--bh-red);
  background: rgba(255, 255, 255, 0.65);
  color: #5f3027;
  font-size: 0.78rem;
  font-weight: 800;
}

.bh-connected-flow {
  display: flex;
  margin: 26px 0;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
}

.bh-connected-flow span {
  padding: 10px 13px;
  border: 1px solid var(--bh-green);
  background: rgba(255, 255, 255, 0.72);
  color: var(--bh-green);
  font-size: 0.78rem;
  font-weight: 850;
}

.bh-connected-flow b {
  color: var(--bh-green);
}

.bh-state p {
  margin: 18px 0 0;
}

.bh-outcome-line {
  padding-top: 18px;
  border-top: 1px solid rgba(23, 24, 20, 0.18);
}

.bh-transition-line {
  position: relative;
  display: flex;
  height: 68px;
  align-items: center;
  justify-content: center;
}

.bh-transition-line::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: var(--bh-line);
  content: "";
}

.bh-transition-line span {
  position: relative;
  z-index: 1;
  padding: 8px 13px;
  border: 2px solid var(--bh-line);
  background: var(--bh-yellow);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.bh-capabilities-section {
  padding: 108px 0;
  border-top: 2px solid var(--bh-line);
  background: var(--bh-cream);
}

.bh-capabilities {
  display: flex;
  flex-direction: column;
  gap: 74px;
}

.bh-capability {
  display: grid;
  align-items: center;
  gap: 64px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.bh-capability-reverse .bh-capability-visual {
  order: 2;
}

.bh-capability-reverse .bh-capability-copy {
  order: 1;
}

.bh-capability-visual {
  min-width: 0;
  padding: 24px;
  border: 2px solid var(--bh-line);
  border-radius: 20px;
  background: var(--bh-yellow-soft);
  box-shadow: 8px 8px 0 rgba(23, 24, 20, 0.13);
}

.bh-capability-copy {
  min-width: 0;
}

.bh-capability-number {
  display: block;
  margin-bottom: 14px;
  color: var(--bh-muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.bh-capability-copy h3 {
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  line-height: 1.06;
}

.bh-capability-copy p {
  margin: 20px 0 0;
}

.bh-editor-window,
.bh-audience-window,
.bh-report-window,
.bh-monetization-window {
  min-height: 300px;
  overflow: hidden;
  border: 2px solid var(--bh-line);
  border-radius: 12px;
  background: var(--bh-paper);
}

.bh-window-top {
  display: flex;
  height: 38px;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  border-bottom: 1px solid var(--bh-soft-line);
  background: #eee7d7;
}

.bh-window-top i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--bh-line);
}

.bh-window-top span {
  margin-left: auto;
  color: var(--bh-muted);
  font-size: 0.65rem;
  font-weight: 800;
}

.bh-editor-layout {
  display: grid;
  min-height: 260px;
  grid-template-columns: 78px 1fr;
}

.bh-editor-sidebar {
  padding: 22px 13px;
  border-right: 1px solid var(--bh-soft-line);
  background: #f4efe3;
}

.bh-editor-sidebar span {
  display: block;
  height: 7px;
  margin-bottom: 14px;
  background: #bbb4a6;
}

.bh-editor-content {
  padding: 38px 28px;
}

.bh-editor-content strong,
.bh-editor-content span {
  display: block;
}

.bh-editor-content strong {
  width: 68%;
  height: 17px;
  margin-bottom: 28px;
  background: var(--bh-charcoal);
}

.bh-editor-content span {
  width: 88%;
  height: 7px;
  margin-bottom: 13px;
  background: #cbc4b6;
}

.bh-editor-content span.short {
  width: 58%;
}

.bh-audience-window {
  display: grid;
  padding: 28px;
  align-items: center;
  gap: 24px;
  grid-template-columns: 1.2fr 0.8fr;
}

.bh-signup-box {
  padding: 28px 22px;
  border: 2px solid var(--bh-line);
  background: var(--bh-yellow-soft);
}

.bh-signup-box span {
  display: block;
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 700;
}

.bh-signup-box div {
  height: 38px;
  margin-bottom: 10px;
  border: 1px solid var(--bh-line);
  background: #fff;
}

.bh-signup-box button {
  width: 100%;
  min-height: 38px;
  border: 1px solid var(--bh-line);
  background: var(--bh-charcoal);
  color: #fff;
  font-weight: 800;
}

.bh-subscriber-records {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bh-subscriber-records i {
  height: 42px;
  border: 1px solid var(--bh-line);
  background:
    radial-gradient(circle at 18px 50%, #f6d94b 0 7px, transparent 8px),
    linear-gradient(#c5beb0, #c5beb0) 38px 14px / 58% 6px no-repeat,
    linear-gradient(#ded8cc, #ded8cc) 38px 26px / 40% 5px no-repeat,
    #fff;
}

.bh-report-window {
  padding: 26px;
}

.bh-report-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.bh-report-head strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
}

.bh-report-head span {
  color: var(--bh-muted);
  font-size: 0.7rem;
}

.bh-report-chart {
  display: flex;
  height: 150px;
  margin-top: 26px;
  align-items: flex-end;
  gap: 12px;
  padding: 18px 18px 0;
  border-left: 1px solid var(--bh-line);
  border-bottom: 1px solid var(--bh-line);
}

.bh-report-chart i {
  flex: 1;
  min-height: 18px;
  border: 1px solid var(--bh-line);
  background: var(--bh-yellow);
}

.bh-report-lines {
  margin-top: 22px;
}

.bh-report-lines span {
  display: block;
  width: 82%;
  height: 7px;
  margin-top: 10px;
  background: #d3ccbe;
}

.bh-report-lines span:nth-child(2) {
  width: 64%;
}

.bh-report-lines span:nth-child(3) {
  width: 73%;
}

.bh-monetization-window {
  display: grid;
  padding: 24px;
  gap: 13px;
  grid-template-columns: 1fr 1fr;
}

.bh-revenue-channel {
  display: flex;
  min-height: 105px;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  border: 1px solid var(--bh-line);
  background: #fff;
}

.bh-revenue-channel span {
  font-size: 0.82rem;
  font-weight: 850;
}

.bh-revenue-channel i {
  display: block;
  width: 48px;
  height: 8px;
  background: var(--bh-yellow);
}

.bh-offer-section {
  padding: 106px 0;
  border-block: 2px solid var(--bh-line);
  background: var(--bh-paper);
}

.bh-offer-panel {
  padding: clamp(30px, 5vw, 58px);
  border: 2px solid var(--bh-line);
  border-radius: 26px;
  background: var(--bh-yellow-soft);
  box-shadow: 12px 12px 0 #d9c75f;
}

.bh-offer-panel > h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(2.4rem, 4.8vw, 4.4rem);
  line-height: 1.03;
}

.bh-offer-steps {
  display: grid;
  margin-top: 42px;
  gap: 18px;
}

.bh-offer-steps article {
  display: grid;
  padding: 22px 0;
  border-top: 1px solid rgba(23, 24, 20, 0.36);
  grid-template-columns: 54px 1fr;
  gap: 18px;
}

.bh-offer-steps article > span {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--bh-line);
  border-radius: 50%;
  background: var(--bh-paper);
  font-weight: 900;
}

.bh-offer-steps h3 {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
}

.bh-offer-steps p {
  margin: 8px 0 0;
}

.bh-middle-action {
  margin-top: 30px;
  text-align: center;
}

.bh-cta-dark {
  background: var(--bh-charcoal) !important;
  color: #fff !important;
}

.bh-accuracy-note {
  max-width: 720px;
  margin: 22px auto 0;
  color: #5f5a43;
  font-size: 0.82rem !important;
  line-height: 1.6 !important;
}

.bh-decision-section {
  padding: 108px 0;
  background: var(--bh-cream);
}

.bh-decision-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr 1fr;
}

.bh-fit-column {
  padding: 30px;
  border: 2px solid var(--bh-line);
  background: var(--bh-paper);
}

.bh-fit-column h3 {
  margin: 18px 0 0;
  font-size: 1.85rem;
}

.bh-fit-column ul {
  margin: 24px 0 0;
  padding-left: 21px;
}

.bh-fit-column li + li {
  margin-top: 12px;
}

.bh-column-tag {
  display: inline-flex;
  padding: 7px 10px;
  border: 1px solid var(--bh-line);
  background: #eee7d8;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.bh-column-tag-positive {
  background: #dcebd7;
  color: var(--bh-green);
}

.bh-faq-section {
  padding: 104px 0;
  border-top: 2px solid var(--bh-line);
  background: var(--bh-paper);
}

.bh-faq-list {
  border-top: 2px solid var(--bh-line);
}

.bh-faq-list details {
  border-bottom: 1px solid var(--bh-soft-line);
}

.bh-faq-list summary {
  position: relative;
  padding: 23px 48px 23px 0;
  color: var(--bh-charcoal);
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  list-style: none;
}

.bh-faq-list summary::-webkit-details-marker {
  display: none;
}

.bh-faq-list summary::after {
  position: absolute;
  top: 22px;
  right: 4px;
  content: "+";
  font-family: Inter, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}

.bh-faq-list details[open] summary::after {
  content: "−";
}

.bh-faq-list details p {
  margin: -4px 0 24px;
  padding-right: 40px;
  color: var(--bh-muted);
}

.bh-final-section {
  padding: 90px 20px;
  border-top: 2px solid var(--bh-line);
  background: var(--bh-charcoal);
  color: #fff;
}

.bh-final-card {
  max-width: 860px;
  margin-inline: auto;
  text-align: center;
}

.bh-final-label {
  color: var(--bh-yellow);
}

.bh-final-card h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.6rem, 5.8vw, 5.2rem);
  line-height: 1.01;
}


body.bh-offer-page .bh-final-section .bh-final-card h2 {
  color: #fff;
}

.bh-final-card > p:not(.bh-final-label):not(.bh-final-microcopy) {
  max-width: 700px;
  margin: 26px auto 0;
  color: #d8d4c9;
  font-size: 1.14rem;
}

.bh-cta-yellow {
  margin-top: 32px;
  border-color: #fff !important;
  box-shadow: 5px 5px 0 #fff;
}

.bh-cta-yellow:hover {
  box-shadow: 2px 2px 0 #fff;
}

.bh-final-microcopy {
  margin: 18px 0 0;
  color: #bcb8ad;
  font-size: 0.79rem !important;
  line-height: 1.5 !important;
}

body.bh-offer-page .site-footer {
  border-top: 0;
}

@media (max-width: 960px) {
  .bh-hero {
    min-height: auto;
    padding-block: 58px 64px;
  }

  .bh-hero h1 {
    font-size: clamp(3rem, 8vw, 5.2rem);
  }

  .bh-workflow-board {
    grid-template-columns: repeat(2, 1fr);
  }

  .bh-workflow-track {
    display: none;
  }

  .bh-workflow-step {
    border-bottom: 1px solid var(--bh-soft-line);
  }

  .bh-workflow-step:nth-child(3),
  .bh-workflow-step:nth-child(5) {
    border-right: 0;
  }

  .bh-workflow-step:last-child {
    grid-column: 1 / -1;
  }

  .bh-capability {
    gap: 38px;
    grid-template-columns: 1fr;
  }

  .bh-capability-reverse .bh-capability-visual,
  .bh-capability-reverse .bh-capability-copy {
    order: initial;
  }

  .bh-decision-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  body.bh-offer-page p,
  body.bh-offer-page li {
    font-size: 1rem;
  }

  .bh-shell,
  .bh-narrow-shell,
  .bh-reading-column {
    width: min(100% - 28px, 1120px);
  }

  .bh-offer-strip {
    font-size: 0.64rem;
  }

  .bh-offer-strip .bh-shell {
    padding-block: 9px;
  }

  .bh-header-row {
    min-height: 62px;
  }

  .bh-logo-link img {
    width: 145px;
  }

  .bh-guide-label {
    max-width: 112px;
    font-size: 0.59rem;
    line-height: 1.35;
    text-align: right;
  }

  .bh-hero {
    min-height: calc(100svh - 99px);
    align-items: flex-start;
    padding: 34px 14px 42px;
  }

  .bh-eyebrow {
    margin-bottom: 13px;
    font-size: 0.63rem !important;
  }

  .bh-hero h1 {
    font-size: clamp(2.5rem, 12vw, 3.8rem);
    line-height: 0.98;
  }

  .bh-hero-copy {
    margin-top: 18px;
    font-size: 1rem !important;
    line-height: 1.52 !important;
  }

  .bh-hero-offer {
    display: block;
    margin-top: 22px;
    padding: 18px;
    box-shadow: 6px 6px 0 rgba(23, 24, 20, 0.15);
    text-align: center;
  }

  .bh-offer-kicker {
    font-size: 1.42rem;
  }

  .bh-offer-action {
    min-width: 0;
    margin-top: 17px;
  }

  .bh-cta {
    width: 100%;
    min-height: 52px;
  }

  .bh-workflow-section,
  .bh-system-section,
  .bh-capabilities-section,
  .bh-offer-section,
  .bh-decision-section,
  .bh-faq-section {
    padding-block: 76px;
  }

  .bh-narrative-section {
    padding-block: 80px;
  }

  .bh-section-intro {
    margin-bottom: 32px;
  }

  .bh-section-intro h2,
  .bh-reading-column > h2 {
    font-size: clamp(2.1rem, 10vw, 3.2rem);
  }

  .bh-workflow-board {
    grid-template-columns: 1fr;
    box-shadow: 7px 7px 0 #d8cfb8;
  }

  .bh-workflow-step,
  .bh-workflow-step:nth-child(3),
  .bh-workflow-step:nth-child(5) {
    border-right: 0;
  }

  .bh-workflow-step:last-child {
    grid-column: auto;
  }

  .bh-ui {
    max-width: 260px;
  }

  .bh-editorial-list {
    padding: 22px 20px;
  }

  .bh-pullquote {
    margin-top: 38px;
  }

  .bh-state {
    padding: 24px 20px;
  }

  .bh-state-heading {
    display: block;
  }

  .bh-state-heading h3 {
    margin-top: 8px;
  }

  .bh-connected-flow {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bh-connected-flow b {
    transform: rotate(90deg);
    text-align: center;
  }

  .bh-capabilities {
    gap: 58px;
  }

  .bh-capability-visual {
    padding: 14px;
    box-shadow: 6px 6px 0 rgba(23, 24, 20, 0.13);
  }

  .bh-editor-window,
  .bh-audience-window,
  .bh-report-window,
  .bh-monetization-window {
    min-height: 250px;
  }

  .bh-audience-window {
    grid-template-columns: 1fr;
  }

  .bh-subscriber-records {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .bh-monetization-window {
    grid-template-columns: 1fr;
  }

  .bh-offer-panel {
    padding: 28px 20px;
    box-shadow: 7px 7px 0 #d9c75f;
  }

  .bh-offer-panel > h2 {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

  .bh-offer-steps article {
    grid-template-columns: 42px 1fr;
    gap: 12px;
  }

  .bh-offer-steps article > span {
    width: 36px;
    height: 36px;
  }

  .bh-fit-column {
    padding: 24px 20px;
  }

  .bh-faq-list summary {
    font-size: 1.12rem;
  }

  .bh-final-section {
    padding: 76px 14px;
  }

  .bh-final-card h2 {
    font-size: clamp(2.35rem, 11vw, 3.5rem);
  }
}

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