/**
 * Bradley Hankins Consulting — production stylesheet
 * Migrated from WordPress Additional CSS.
 * Source updated: June 2026.
 *
 * IMPORTANT:
 * Keep the original WordPress Additional CSS active until this child-theme
 * stylesheet is verified on the live site. Remove the duplicate Additional CSS
 * only after visual and functional checks pass.
 */

/*
===============================================================================
BRADLEY HANKINS CONSULTING
UNIVERSAL MASTER STYLESHEET
Version: 2.0
Updated: June 2026

PURPOSE
- Establish one reusable visual system across the entire website.
- Preserve the current Home, Services, Contact, and About pages during migration.
- Eliminate page-by-page copies of hero, panel, card, button, trust-strip,
  call-to-action, and responsive styles.

SAFE MIGRATION
This stylesheet supports both:
1. Universal component classes used going forward.
2. Existing page-specific classes already present in the site HTML.

UNIVERSAL COMPONENT CLASSES
- .bh-page
- .bh-container
- .bh-section
- .bh-section-muted
- .bh-section-heading
- .bh-eyebrow
- .bh-hero
- .bh-hero-grid
- .bh-hero-content
- .bh-hero-copy
- .bh-hero-panel
- .bh-panel-label
- .bh-panel-item
- .bh-button-row
- .bh-button
- .bh-button-primary
- .bh-button-secondary
- .bh-button-light
- .bh-trust-strip
- .bh-trust-grid
- .bh-trust-item
- .bh-check-list
- .bh-card
- .bh-card-grid
- .bh-number-badge
- .bh-final-cta

CURRENT PAGE WRAPPERS
- .bh-home-page
- .bh-services-page
- .bh-contact-page
- .bh-about-page

FLUENT FORMS CLASSES
- Form Group block: .bh-assessment-form-shell
- Preferred contact field: .bh-contact-method
- Interested-in field: .bh-interest-select
- Timing field: .bh-timing-select

WORDPRESS INSTRUCTIONS
- Replace all existing Additional CSS with this file.
- Do not paste Markdown fences such as  or .
===============================================================================
*/

/* ==========================================================================
   1. DESIGN TOKENS
   ========================================================================== */

:root {
  --bh-navy: #17365d;
  --bh-blue: #2f73e8;
  --bh-blue-dark: #1f5fc8;
  --bh-text: #24364b;
  --bh-muted-text: #607087;
  --bh-light: #f5f8fc;
  --bh-border: #d9e2ee;
  --bh-white: #ffffff;
  --bh-error: #b42318;
  --bh-success: #245b34;

  --bh-container: 1180px;

  --bh-radius-sm: 10px;
  --bh-radius-md: 14px;
  --bh-radius-lg: 18px;
  --bh-radius-xl: 20px;

  --bh-shadow-sm: 0 8px 20px rgba(23, 54, 93, 0.07);
  --bh-shadow: 0 12px 32px rgba(23, 54, 93, 0.09);
  --bh-shadow-hover: 0 16px 38px rgba(23, 54, 93, 0.13);
}

html {
  scroll-behavior: smooth;
}

/* ==========================================================================
   2. UNIVERSAL PAGE FOUNDATION
   ========================================================================== */

.bh-page,
.bh-home-page,
.bh-services-page,
.bh-contact-page,
.bh-about-page {
  color: var(--bh-text);
  font-size: 17px;
  line-height: 1.7;
}

.bh-page *,
.bh-page *::before,
.bh-page *::after,
.bh-home-page *,
.bh-home-page *::before,
.bh-home-page *::after,
.bh-services-page *,
.bh-services-page *::before,
.bh-services-page *::after,
.bh-contact-page *,
.bh-contact-page *::before,
.bh-contact-page *::after,
.bh-about-page *,
.bh-about-page *::before,
.bh-about-page *::after,
.bh-assessment-form-shell *,
.bh-assessment-form-shell *::before,
.bh-assessment-form-shell *::after {
  box-sizing: border-box;
}

.bh-page section,
.bh-page article,
.bh-page aside,
.bh-page div,
.bh-page p,
.bh-page ul {
  max-width: none;
}

.bh-container {
  width: min(var(--bh-container), calc(100% - 36px));
  margin-inline: auto;
}

.bh-page h1,
.bh-page h2,
.bh-page h3,
.bh-page h4 {
  margin-top: 0;
  color: var(--bh-navy);
  line-height: 1.2;
}

.bh-page h1 {
  max-width: 850px;
  margin-bottom: 22px;
  font-size: clamp(2.55rem, 5vw, 4.7rem);
  letter-spacing: -0.04em;
}

.bh-page h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 3.7vw, 3rem);
  letter-spacing: -0.03em;
}

.bh-page h3 {
  margin-bottom: 14px;
  font-size: 1.35rem;
}

.bh-page h4 {
  margin: 28px 0 14px;
  font-size: 1.1rem;
}

.bh-page p {
  margin-top: 0;
  margin-bottom: 18px;
}

.bh-page a {
  text-decoration: none;
}

.bh-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--bh-blue);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bh-section {
  margin: 0 !important;
  padding: 74px 0 !important;
}

.bh-section-muted {
  background: var(--bh-light) !important;
  border-top: 1px solid var(--bh-border) !important;
  border-bottom: 1px solid var(--bh-border) !important;
}

.bh-section-heading {
  max-width: 790px;
  margin-bottom: 42px;
}

.bh-section-heading > p {
  color: var(--bh-muted-text);
  font-size: 1.08rem;
}

/* ==========================================================================
   3. UNIVERSAL HERO
   Existing page-specific hero classes are included as compatibility aliases.
   ========================================================================== */

.bh-hero,
.bh-home-hero,
.bh-services-page .bh-hero,
.bh-contact-hero,
.bh-about-hero {
  margin: 0 !important;
  padding: 86px 0 !important;
  background:
    radial-gradient(
      circle at top right,
      rgba(47, 115, 232, 0.14),
      transparent 36%
    ),
    linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%) !important;
  border-bottom: 1px solid var(--bh-border) !important;
}

.bh-hero-grid,
.bh-home-hero-grid,
.bh-services-page .bh-hero-grid,
.bh-contact-hero-grid,
.bh-about-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.75fr) !important;
  gap: 58px !important;
  align-items: center !important;
}

.bh-hero-content,
.bh-home-hero-content,
.bh-contact-hero-content,
.bh-about-hero-content {
  min-width: 0;
}

.bh-hero-copy {
  max-width: 790px;
  color: var(--bh-text);
  font-size: 1.2rem;
}

.bh-hero-panel,
.bh-home-hero-panel,
.bh-services-page .bh-hero-panel,
.bh-contact-hero-panel,
.bh-about-hero-panel {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 30px !important;
  overflow: hidden !important;
  background: rgba(255, 255, 255, 0.94) !important;
  background-image: none !important;
  border: 1px solid var(--bh-border) !important;
  border-radius: var(--bh-radius-lg) !important;
  box-shadow: var(--bh-shadow) !important;
}

.bh-panel-label,
.bh-home-panel-label,
.bh-services-page .bh-panel-label,
.bh-contact-panel-label,
.bh-about-panel-label {
  display: block !important;
  margin: 0 0 18px !important;
  color: var(--bh-navy) !important;
  font-size: 1.1rem !important;
  font-weight: 800 !important;
}

.bh-panel-item,
.bh-home-opportunity,
.bh-contact-panel-item,
.bh-about-panel-item {
  display: block !important;
  margin: 0 !important;
  padding: 17px 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid var(--bh-border) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.bh-panel-item:first-of-type,
.bh-home-opportunity:first-of-type,
.bh-contact-panel-item:first-of-type,
.bh-about-panel-item:first-of-type {
  padding-top: 0 !important;
}

.bh-panel-item:last-child,
.bh-home-opportunity:last-child,
.bh-contact-panel-item:last-child,
.bh-about-panel-item:last-child {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

.bh-panel-item strong,
.bh-panel-item span,
.bh-home-opportunity strong,
.bh-home-opportunity span,
.bh-contact-panel-item strong,
.bh-contact-panel-item span,
.bh-about-panel-item strong,
.bh-about-panel-item span {
  display: block !important;
}

.bh-panel-item strong,
.bh-home-opportunity strong,
.bh-contact-panel-item strong,
.bh-about-panel-item strong {
  margin-bottom: 4px !important;
  color: var(--bh-navy) !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
}

.bh-panel-item span,
.bh-home-opportunity span,
.bh-contact-panel-item span,
.bh-about-panel-item span {
  color: var(--bh-muted-text) !important;
  font-size: 0.94rem !important;
  line-height: 1.55 !important;
}

/* ==========================================================================
   4. UNIVERSAL BUTTONS
   ========================================================================== */

.bh-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.bh-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 22px;
  border: 2px solid transparent;
  border-radius: var(--bh-radius-sm);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.2;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.bh-button:hover {
  transform: translateY(-2px);
}

a.bh-button-primary,
a.bh-button-primary:visited {
  color: var(--bh-white) !important;
  background: var(--bh-blue) !important;
  border-color: var(--bh-blue) !important;
  box-shadow: 0 8px 18px rgba(47, 115, 232, 0.2) !important;
}

a.bh-button-primary:hover,
a.bh-button-primary:focus {
  color: var(--bh-white) !important;
  background: var(--bh-blue-dark) !important;
  border-color: var(--bh-blue-dark) !important;
}

a.bh-button-secondary,
a.bh-button-secondary:visited {
  color: var(--bh-navy) !important;
  background: transparent !important;
  border-color: var(--bh-border) !important;
}

a.bh-button-secondary:hover,
a.bh-button-secondary:focus {
  color: var(--bh-navy) !important;
  background: var(--bh-white) !important;
  border-color: var(--bh-blue) !important;
}

a.bh-button-light,
a.bh-button-light:visited {
  color: var(--bh-navy) !important;
  background: var(--bh-white) !important;
  border-color: var(--bh-white) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18) !important;
}

a.bh-button-light:hover,
a.bh-button-light:focus {
  color: var(--bh-navy) !important;
  background: #eef4ff !important;
}

.bh-page a:focus-visible {
  outline: 3px solid rgba(47, 115, 232, 0.45) !important;
  outline-offset: 4px;
}

/* ==========================================================================
   5. UNIVERSAL TRUST STRIP
   ========================================================================== */

.bh-trust-strip {
  margin: 0 !important;
  padding: 24px 0 !important;
  background: var(--bh-navy) !important;
}

.bh-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bh-trust-item {
  padding: 10px 30px;
  color: var(--bh-white);
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.bh-trust-item:last-child {
  border-right: 0;
}

.bh-trust-item strong,
.bh-trust-item span {
  display: block;
  color: var(--bh-white) !important;
}

.bh-trust-item strong {
  margin-bottom: 4px;
  font-size: 1.05rem;
}

.bh-trust-item span {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 0.9rem;
  line-height: 1.45;
}

/* ==========================================================================
   6. UNIVERSAL CARDS, PANELS, BADGES, AND CHECKLISTS
   ========================================================================== */

.bh-card,
.bh-panel {
  position: relative;
  overflow: hidden;
  background: var(--bh-white);
  border: 1px solid var(--bh-border);
  border-radius: var(--bh-radius-lg);
  box-shadow: var(--bh-shadow);
}

.bh-card {
  padding: 30px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.bh-card:hover {
  transform: translateY(-4px);
  border-color: rgba(47, 115, 232, 0.45);
  box-shadow: var(--bh-shadow-hover);
}

.bh-card-featured {
  border: 2px solid var(--bh-blue) !important;
}

.bh-card-grid {
  display: grid;
  gap: 24px;
}

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

.bh-card-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bh-card-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bh-number-badge,
.bh-card-icon,
.bh-service-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  color: var(--bh-blue);
  background: #eaf2ff;
  border-radius: 50%;
  font-weight: 900;
}

.bh-check-list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.bh-check-list li {
  position: relative;
  margin-bottom: 9px;
  padding-left: 28px;
}

.bh-check-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--bh-blue);
  content: "✓";
  font-weight: 900;
}

.bh-text-link,
.bh-text-link:visited {
  color: var(--bh-blue) !important;
  font-weight: 800;
}

.bh-text-link:hover,
.bh-text-link:focus {
  color: var(--bh-blue-dark) !important;
  text-decoration: underline;
}

/* ==========================================================================
   7. UNIVERSAL FINAL CTA
   ========================================================================== */

.bh-final-cta {
  margin: 0 !important;
  padding: 76px 30px !important;
  color: var(--bh-white) !important;
  background: linear-gradient(135deg, #3977df 0%, var(--bh-navy) 100%) !important;
  text-align: center !important;
}

.bh-final-cta h2,
.bh-final-cta p,
.bh-final-cta span {
  color: var(--bh-white) !important;
}

.bh-final-cta p {
  max-width: 710px;
  margin: 0 auto 28px;
  font-size: 1.1rem;
}

.bh-final-cta .bh-eyebrow {
  color: #dce9ff !important;
}

/* ==========================================================================
   8. HOMEPAGE-SPECIFIC LAYOUTS
   ========================================================================== */

.bh-home-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.bh-home-audience-card,
.bh-home-service-card,
.bh-home-usecase-card,
.bh-process-card {
  background: var(--bh-white);
  border: 1px solid var(--bh-border);
  box-shadow: var(--bh-shadow-sm);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.bh-home-audience-card:hover,
.bh-home-service-card:hover,
.bh-home-usecase-card:hover,
.bh-process-card:hover {
  transform: translateY(-4px);
  border-color: rgba(47, 115, 232, 0.45);
  box-shadow: var(--bh-shadow-hover);
}

.bh-home-audience-card {
  padding: 30px;
  border-radius: var(--bh-radius-lg);
}

.bh-home-audience-card p,
.bh-home-service-card p,
.bh-home-tools-content p,
.bh-home-authority-content p {
  color: var(--bh-muted-text);
}

.bh-home-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.bh-home-service-card {
  position: relative;
  padding: 32px;
  border-radius: var(--bh-radius-lg);
}

.bh-home-service-featured {
  border: 2px solid var(--bh-blue);
}

.bh-home-usecase-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.bh-home-usecase-card {
  padding: 27px;
  border-radius: 16px;
}

.bh-centered-action {
  margin-top: 36px;
  text-align: center;
}

.bh-home-process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.bh-process-card {
  padding: 25px 21px;
  border-radius: var(--bh-radius-md);
}

.bh-process-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  color: var(--bh-white);
  background: var(--bh-blue);
  border-radius: 50%;
  font-weight: 900;
}

.bh-process-card h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.bh-process-card p {
  margin-bottom: 0;
  color: var(--bh-muted-text);
  font-size: 0.95rem;
}

.bh-home-authority-grid,
.bh-home-tools-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 52px;
  align-items: center;
}

.bh-home-authority-panel,
.bh-home-tools-panel {
  padding: 32px;
  background: var(--bh-light);
  border: 1px solid var(--bh-border);
  border-radius: var(--bh-radius-lg);
  box-shadow: 0 10px 26px rgba(23, 54, 93, 0.08);
}

.bh-home-authority-item {
  padding: 20px 0;
  border-bottom: 1px solid var(--bh-border);
}

.bh-home-authority-item:first-child {
  padding-top: 0;
}

.bh-home-authority-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.bh-home-authority-item strong,
.bh-home-authority-item span {
  display: block;
}

.bh-home-authority-item strong {
  margin-bottom: 5px;
  color: var(--bh-navy);
  font-size: 1.08rem;
}

.bh-home-authority-item span {
  color: var(--bh-muted-text);
  line-height: 1.55;
}

.bh-home-tools-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bh-home-tools-panel span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 15px;
  color: var(--bh-navy);
  background: var(--bh-white);
  border: 1px solid var(--bh-border);
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(23, 54, 93, 0.05);
}

/* ==========================================================================
   9. SERVICES-SPECIFIC LAYOUTS
   ========================================================================== */

.bh-services-page .bh-section-compact {
  padding-top: 20px !important;
  padding-bottom: 72px !important;
}

.bh-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.bh-service-card {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  min-width: 0;
  overflow: hidden !important;
  padding: 0 !important;
  background: var(--bh-white) !important;
  border: 1px solid var(--bh-border) !important;
  border-radius: var(--bh-radius-lg) !important;
  box-shadow: var(--bh-shadow) !important;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.bh-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(47, 115, 232, 0.45) !important;
  box-shadow: var(--bh-shadow-hover) !important;
}

.bh-service-card-featured {
  border: 2px solid var(--bh-blue) !important;
}

.bh-featured-label {
  display: block !important;
  width: 100% !important;
  padding: 10px 18px !important;
  color: var(--bh-white) !important;
  background: var(--bh-blue) !important;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center !important;
  text-transform: uppercase;
}

.bh-card-content {
  flex: 1 !important;
  padding: 34px 34px 20px !important;
}

.bh-card-footer {
  margin-top: auto !important;
  padding: 0 34px 34px !important;
}

.bh-best-for {
  margin: 18px 0 !important;
  padding: 15px 17px !important;
  background: var(--bh-light) !important;
  border-left: 4px solid var(--bh-blue) !important;
  border-radius: 6px !important;
}

.bh-price-block {
  margin: 14px 0 22px !important;
  padding-top: 24px !important;
  border-top: 1px solid var(--bh-border) !important;
}

.bh-price-block > span {
  display: block;
  color: var(--bh-muted-text);
  font-size: 0.9rem;
  font-weight: 700;
}

.bh-price-block > strong {
  display: block;
  margin: 2px 0 6px;
  color: var(--bh-navy) !important;
  font-size: 2.35rem !important;
  font-weight: 800 !important;
  line-height: 1.1;
}

.bh-price-suffix {
  font-size: 1.1rem;
}

.bh-price-block small {
  display: block;
  margin-top: 4px;
  color: var(--bh-muted-text);
}

.bh-comparison-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.bh-comparison-card {
  display: block;
  padding: 26px !important;
  color: var(--bh-text) !important;
  background: var(--bh-white) !important;
  border: 1px solid var(--bh-border) !important;
  border-radius: var(--bh-radius-md) !important;
  box-shadow: var(--bh-shadow-sm) !important;
  text-decoration: none !important;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.bh-comparison-card:hover,
.bh-comparison-card:focus {
  color: var(--bh-text) !important;
  transform: translateY(-4px);
  border-color: rgba(47, 115, 232, 0.45) !important;
  box-shadow: var(--bh-shadow-hover) !important;
}

.bh-comparison-card strong,
.bh-comparison-card small {
  display: block;
}

.bh-comparison-card strong {
  color: var(--bh-navy);
  font-size: 1.45rem;
}

.bh-comparison-card small {
  margin-top: 4px;
  color: var(--bh-muted-text);
}

.bh-process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.bh-info-box {
  padding: 38px !important;
  background: var(--bh-light) !important;
  border: 1px solid var(--bh-border) !important;
  border-radius: var(--bh-radius-lg) !important;
}

.bh-info-box .bh-check-list {
  margin-top: 24px !important;
  columns: 2;
  column-gap: 40px;
}

.bh-security-note {
  margin: 24px 0 0 !important;
  padding: 15px 18px;
  color: var(--bh-muted-text);
  background: var(--bh-white);
  border-radius: 8px;
  font-size: 0.92rem;
}

/* ==========================================================================
   10. CONTACT-SPECIFIC LAYOUTS
   ========================================================================== */

.bh-contact-form-section {
  margin: 0 !important;
  padding: 72px 0 30px !important;
}

.bh-contact-form-heading {
  max-width: 760px;
}

.bh-contact-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.bh-contact-process-card {
  padding: 27px 24px;
  background: var(--bh-white);
  border: 1px solid var(--bh-border);
  border-radius: 16px;
  box-shadow: var(--bh-shadow-sm);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.bh-contact-process-card:hover {
  transform: translateY(-4px);
  border-color: rgba(47, 115, 232, 0.45);
  box-shadow: var(--bh-shadow-hover);
}

.bh-contact-process-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  color: var(--bh-white);
  background: var(--bh-blue);
  border-radius: 50%;
  font-weight: 900;
}

.bh-contact-process-card h3 {
  font-size: 1.15rem !important;
}

.bh-contact-process-card p {
  margin-bottom: 0;
  color: var(--bh-muted-text);
  font-size: 0.95rem !important;
  line-height: 1.55 !important;
}

.bh-contact-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.75fr);
  gap: 52px;
  align-items: center;
}

.bh-contact-info-content p {
  color: var(--bh-muted-text);
}

.bh-contact-details-card {
  padding: 30px;
  background: var(--bh-white);
  border: 1px solid var(--bh-border);
  border-radius: var(--bh-radius-lg);
  box-shadow: var(--bh-shadow);
}

.bh-contact-detail {
  padding: 17px 0;
  border-bottom: 1px solid var(--bh-border);
}

.bh-contact-detail:first-of-type {
  padding-top: 0;
}

.bh-contact-detail:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.bh-contact-detail strong,
.bh-contact-detail span,
.bh-contact-detail a {
  display: block;
}

.bh-contact-detail strong {
  margin-bottom: 4px;
  color: var(--bh-navy);
}

.bh-contact-detail a,
.bh-contact-detail span {
  color: var(--bh-text) !important;
  font-size: 0.98rem !important;
}

.bh-contact-privacy-section {
  margin: 0 !important;
  padding: 0 0 74px !important;
}

.bh-contact-privacy-box {
  padding: 36px;
  background: var(--bh-light);
  border: 1px solid var(--bh-border);
  border-radius: var(--bh-radius-lg);
}

.bh-contact-privacy-box p {
  max-width: 850px;
  color: var(--bh-muted-text);
}

/* ==========================================================================
   11. ABOUT-SPECIFIC LAYOUTS
   Shared surfaces use universal .bh-card and .bh-panel styling.
   ========================================================================== */

.bh-about-story-grid,
.bh-about-fit-grid,
.bh-about-local-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 52px;
  align-items: center;
}

.bh-about-story-content p,
.bh-about-fit-content p,
.bh-about-local-grid p {
  color: var(--bh-muted-text);
}

.bh-about-experience-card,
.bh-about-fit-panel,
.bh-about-local-card {
  padding: 30px !important;
  background: var(--bh-white) !important;
  border: 1px solid var(--bh-border) !important;
  border-radius: var(--bh-radius-lg) !important;
  box-shadow: var(--bh-shadow) !important;
}

.bh-about-card-label {
  display: block;
  margin-bottom: 18px;
  color: var(--bh-navy);
  font-size: 1.1rem;
  font-weight: 800;
}

.bh-about-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.bh-about-value-card {
  padding: 30px !important;
  background: var(--bh-white) !important;
  border: 1px solid var(--bh-border) !important;
  border-radius: var(--bh-radius-lg) !important;
  box-shadow: var(--bh-shadow) !important;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.bh-about-value-card:hover {
  transform: translateY(-4px);
  border-color: rgba(47, 115, 232, 0.45) !important;
  box-shadow: var(--bh-shadow-hover) !important;
}

.bh-about-value-card p {
  margin-bottom: 0;
  color: var(--bh-muted-text);
}

.bh-about-principles-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.bh-about-principle-card {
  padding: 27px 24px !important;
  background: var(--bh-white) !important;
  border: 1px solid var(--bh-border) !important;
  border-radius: 16px !important;
  box-shadow: var(--bh-shadow-sm) !important;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.bh-about-principle-card:hover {
  transform: translateY(-4px);
  border-color: rgba(47, 115, 232, 0.45) !important;
  box-shadow: var(--bh-shadow-hover) !important;
}

.bh-about-principle-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  color: var(--bh-white);
  background: var(--bh-blue);
  border-radius: 50%;
  font-weight: 900;
}

.bh-about-principle-card p {
  margin-bottom: 0;
  color: var(--bh-muted-text);
  font-size: 0.95rem;
}

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

.bh-about-local-card strong {
  margin-bottom: 12px;
  color: var(--bh-navy);
  font-size: 1.1rem;
}

.bh-about-local-card span {
  padding: 10px 0;
  color: var(--bh-muted-text);
  border-bottom: 1px solid var(--bh-border);
}

.bh-about-local-card span:last-of-type {
  margin-bottom: 20px;
}

/* ==========================================================================
   12. FLUENT FORMS — WORKFLOW ASSESSMENT
   ========================================================================== */

.bh-assessment-form-shell {
  width: min(1040px, calc(100% - 36px)) !important;
  max-width: 1040px !important;
  margin: 0 auto 78px !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: var(--bh-white) !important;
  border: 1px solid var(--bh-border) !important;
  border-radius: var(--bh-radius-xl) !important;
  box-shadow: 0 18px 48px rgba(23, 54, 93, 0.12) !important;
}

.bh-assessment-form-shell,
.bh-assessment-form-shell > *,
.bh-assessment-form-shell .fluentform,
.bh-assessment-form-shell .frm-fluent-form,
.bh-assessment-form-shell form {
  max-width: none !important;
}

.bh-assessment-form-shell .fluentform,
.bh-assessment-form-shell .ff_form_instance,
.bh-assessment-form-shell form {
  width: 100% !important;
}

.bh-assessment-form-shell .frm-fluent-form {
  padding: 38px 42px 42px !important;
}

.bh-assessment-form-shell .ff-t-container {
  display: flex !important;
  gap: 20px !important;
}

.bh-assessment-form-shell .ff-t-cell {
  min-width: 0 !important;
  padding: 0 !important;
}

.bh-assessment-form-shell .ff-el-group {
  margin-bottom: 24px !important;
}

.bh-assessment-form-shell .ff-el-section-break {
  margin: 42px 0 26px !important;
  padding: 0 !important;
  border: 0 !important;
}

.bh-assessment-form-shell .ff-el-section-break:first-child {
  margin-top: 0 !important;
}

.bh-assessment-form-shell .ff-el-section-break h3 {
  position: relative;
  margin: 0 !important;
  padding: 0 0 14px !important;
  color: var(--bh-navy) !important;
  font-size: 1.42rem !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  border-bottom: 1px solid var(--bh-border) !important;
}

.bh-assessment-form-shell .ff-el-section-break h3::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 72px;
  height: 3px;
  background: var(--bh-blue);
  border-radius: 999px;
  content: "";
}

.bh-assessment-form-shell .ff-el-input--label {
  margin-bottom: 8px !important;
}

.bh-assessment-form-shell .ff-el-input--label label {
  display: block !important;
  color: var(--bh-navy) !important;
  font-size: 0.93rem !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
}

.bh-assessment-form-shell .ff-el-required {
  color: #c83f3f !important;
}

.bh-assessment-form-shell input[type="text"],
.bh-assessment-form-shell input[type="email"],
.bh-assessment-form-shell input[type="tel"],
.bh-assessment-form-shell input[type="url"],
.bh-assessment-form-shell input[type="number"],
.bh-assessment-form-shell select,
.bh-assessment-form-shell textarea {
  width: 100% !important;
  min-height: 54px !important;
  padding: 13px 15px !important;
  color: var(--bh-text) !important;
  background: #f9fbfe !important;
  border: 1px solid #cfd9e6 !important;
  border-radius: var(--bh-radius-sm) !important;
  font-family: inherit !important;
  font-size: 1rem !important;
  line-height: 1.45 !important;
  box-shadow: inset 0 1px 2px rgba(23, 54, 93, 0.025) !important;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.bh-assessment-form-shell textarea {
  min-height: 125px !important;
  resize: vertical;
}

.bh-assessment-form-shell input::placeholder,
.bh-assessment-form-shell textarea::placeholder {
  color: #8492a5 !important;
  opacity: 1 !important;
}

.bh-assessment-form-shell input:focus,
.bh-assessment-form-shell select:focus,
.bh-assessment-form-shell textarea:focus {
  background: var(--bh-white) !important;
  border-color: var(--bh-blue) !important;
  outline: none !important;
  box-shadow: 0 0 0 4px rgba(47, 115, 232, 0.13) !important;
}

/* Equal-width preferred-contact radio tiles */

.bh-assessment-form-shell .bh-contact-method .ff-el-input--content {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  width: 100% !important;
}

.bh-assessment-form-shell .bh-contact-method .ff-el-form-check {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 12px 14px !important;
  align-items: center !important;
  background: #f7faff !important;
  border: 1px solid #dce5f0 !important;
  border-radius: var(--bh-radius-sm) !important;
}

.bh-assessment-form-shell .bh-contact-method .ff-el-form-check-label {
  display: flex !important;
  width: 100% !important;
  margin: 0 !important;
  align-items: center !important;
  color: var(--bh-text) !important;
  cursor: pointer !important;
}

.bh-assessment-form-shell
  .bh-contact-method
  .ff-el-form-check:has(input:checked) {
  background: #eaf2ff !important;
  border-color: var(--bh-blue) !important;
  box-shadow: 0 0 0 2px rgba(47, 115, 232, 0.1) !important;
}

/* Equal two-column tool tiles */

.bh-assessment-form-shell .ff-el-checkbox {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
  width: 100% !important;
}

.bh-assessment-form-shell .ff-el-checkbox .ff-el-form-check {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 52px !important;
  margin: 0 !important;
  padding: 12px 14px !important;
  align-items: center !important;
  background: #f7faff !important;
  border: 1px solid #dce5f0 !important;
  border-radius: var(--bh-radius-sm) !important;
}

.bh-assessment-form-shell .ff-el-checkbox .ff-el-form-check-label {
  display: flex !important;
  width: 100% !important;
  margin: 0 !important;
  align-items: center !important;
  color: var(--bh-text) !important;
  cursor: pointer !important;
}

.bh-assessment-form-shell
  .ff-el-checkbox
  .ff-el-form-check:has(input:checked) {
  background: #eaf2ff !important;
  border-color: var(--bh-blue) !important;
  box-shadow: 0 0 0 2px rgba(47, 115, 232, 0.1) !important;
}

.bh-assessment-form-shell input[type="checkbox"],
.bh-assessment-form-shell input[type="radio"] {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  flex: 0 0 18px !important;
  margin: 0 10px 0 0 !important;
  accent-color: var(--bh-blue);
  cursor: pointer;
}

/* Matching interested-in and timing dropdowns */

.bh-assessment-form-shell .bh-interest-select,
.bh-assessment-form-shell .bh-timing-select {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin-bottom: 24px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.bh-assessment-form-shell .bh-interest-select .ff-el-input--content,
.bh-assessment-form-shell .bh-timing-select .ff-el-input--content {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.bh-assessment-form-shell .bh-interest-select select,
.bh-assessment-form-shell .bh-timing-select select,
.bh-assessment-form-shell .bh-interest-select select.ff-el-form-control,
.bh-assessment-form-shell .bh-timing-select select.ff-el-form-control {
  display: block !important;
  width: 100% !important;
  height: 54px !important;
  min-height: 54px !important;
  max-height: 54px !important;
  margin: 0 !important;
  padding: 0 42px 0 15px !important;
  color: var(--bh-text) !important;
  background-color: #f9fbfe !important;
  border: 1px solid #cfd9e6 !important;
  border-radius: var(--bh-radius-sm) !important;
  font-family: inherit !important;
  font-size: 1rem !important;
  line-height: normal !important;
  box-shadow: inset 0 1px 2px rgba(23, 54, 93, 0.025) !important;
  appearance: auto !important;
  -webkit-appearance: menulist !important;
}

.bh-assessment-form-shell .bh-interest-select .ff-el-input--label,
.bh-assessment-form-shell .bh-timing-select .ff-el-input--label {
  min-height: 28px !important;
  margin-bottom: 8px !important;
}

/* Privacy consent */

.bh-assessment-form-shell .ff_t_c {
  margin-top: 12px !important;
  padding: 15px 16px !important;
  background: var(--bh-light) !important;
  border: 1px solid var(--bh-border) !important;
  border-radius: 12px !important;
}

.bh-assessment-form-shell .ff_t_c .ff-el-form-check {
  display: block !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.bh-assessment-form-shell .ff_t_c .ff-el-form-check-label {
  display: flex !important;
  align-items: flex-start !important;
  color: var(--bh-muted-text) !important;
  font-size: 0.9rem !important;
  line-height: 1.55 !important;
}

/* Form links and submit button */

.bh-assessment-form-shell a,
.bh-assessment-form-shell a:visited {
  color: var(--bh-blue) !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.bh-assessment-form-shell a:hover,
.bh-assessment-form-shell a:focus {
  color: var(--bh-blue-dark) !important;
  text-decoration: underline !important;
}

.bh-assessment-form-shell .ff_submit_btn_wrapper {
  margin: 30px 0 0 !important;
  padding-top: 26px !important;
  border-top: 1px solid var(--bh-border) !important;
}

.bh-assessment-form-shell .ff-btn-submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 58px !important;
  padding: 15px 28px !important;
  color: var(--bh-white) !important;
  background: linear-gradient(135deg, var(--bh-blue) 0%, var(--bh-blue-dark) 100%) !important;
  border: 2px solid var(--bh-blue) !important;
  border-radius: 11px !important;
  font-family: inherit !important;
  font-size: 1.02rem !important;
  font-weight: 800 !important;
  box-shadow: 0 10px 24px rgba(47, 115, 232, 0.23) !important;
  cursor: pointer !important;
}

.bh-assessment-form-shell .text-danger,
.bh-assessment-form-shell .error {
  color: var(--bh-error) !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
}

.bh-assessment-form-shell .ff-message-success {
  margin: 0 !important;
  padding: 24px !important;
  color: var(--bh-success) !important;
  background: #eef8f1 !important;
  border: 1px solid #badfc5 !important;
  border-radius: var(--bh-radius-md) !important;
  font-weight: 700 !important;
}

/* ==========================================================================
   13. LEGACY GUTENBERG SUPPORT
   ========================================================================== */

.bh-card.bh-equal-card,
.bh-card.bh-service-card {
  min-height: 450px;
}

.bh-card.bh-service-card {
  display: flex;
  flex-direction: column;
}

.bh-card.bh-service-card .wp-block-buttons,
.bh-card.bh-service-card .wp-block-button {
  margin-top: auto;
}

.bh-card.bh-usecase-card {
  min-height: 640px;
}

/* ==========================================================================
   14. RESPONSIVE — TABLET
   ========================================================================== */

@media (max-width: 980px) {
  .bh-hero-grid,
  .bh-home-hero-grid,
  .bh-services-page .bh-hero-grid,
  .bh-contact-hero-grid,
  .bh-about-hero-grid,
  .bh-home-authority-grid,
  .bh-home-tools-grid,
  .bh-contact-info-grid,
  .bh-about-story-grid,
  .bh-about-fit-grid,
  .bh-about-local-grid {
    grid-template-columns: 1fr !important;
  }

  .bh-card-grid-3,
  .bh-card-grid-4,
  .bh-home-audience-grid,
  .bh-home-usecase-grid,
  .bh-comparison-grid,
  .bh-contact-process-grid,
  .bh-about-value-grid,
  .bh-about-principles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bh-home-process-grid,
  .bh-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 721px) and (max-width: 1100px) {
  .bh-page h1 {
    font-size: clamp(2.8rem, 5.5vw, 4rem);
  }
}

/* ==========================================================================
   15. RESPONSIVE — MOBILE
   ========================================================================== */

@media (max-width: 720px) {
  .bh-page,
  .bh-home-page,
  .bh-services-page,
  .bh-contact-page,
  .bh-about-page {
    font-size: 16px;
  }

  .bh-hero,
  .bh-home-hero,
  .bh-services-page .bh-hero,
  .bh-contact-hero,
  .bh-about-hero {
    padding: 58px 0 !important;
  }

  .bh-section {
    padding: 54px 0 !important;
  }

  .bh-card-grid-2,
  .bh-card-grid-3,
  .bh-card-grid-4,
  .bh-service-grid,
  .bh-comparison-grid,
  .bh-process-grid,
  .bh-home-audience-grid,
  .bh-home-service-grid,
  .bh-home-usecase-grid,
  .bh-home-process-grid,
  .bh-contact-process-grid,
  .bh-about-value-grid,
  .bh-about-principles-grid {
    grid-template-columns: 1fr !important;
  }

  .bh-button-row {
    flex-direction: column;
  }

  .bh-button-row .bh-button {
    width: 100%;
  }

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

  .bh-trust-item {
    padding: 16px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .bh-trust-item:last-child {
    border-bottom: 0;
  }

  .bh-hero-panel,
  .bh-home-hero-panel,
  .bh-services-page .bh-hero-panel,
  .bh-contact-hero-panel,
  .bh-about-hero-panel,
  .bh-home-authority-panel,
  .bh-home-tools-panel,
  .bh-contact-details-card,
  .bh-contact-privacy-box,
  .bh-about-experience-card,
  .bh-about-fit-panel,
  .bh-about-local-card {
    padding: 26px 22px !important;
  }

  .bh-card-content {
    padding: 28px 24px 18px !important;
  }

  .bh-card-footer {
    padding: 0 24px 28px !important;
  }

  .bh-info-box {
    padding: 28px 24px !important;
  }

  .bh-info-box .bh-check-list {
    columns: 1;
  }

  .bh-assessment-form-shell {
    width: calc(100% - 24px) !important;
    margin-bottom: 54px !important;
  }

  .bh-assessment-form-shell .frm-fluent-form {
    padding: 28px 20px 30px !important;
  }

  .bh-assessment-form-shell .ff-t-container {
    display: block !important;
  }

  .bh-assessment-form-shell .ff-t-cell {
    width: 100% !important;
  }

  .bh-assessment-form-shell .bh-contact-method .ff-el-input--content,
  .bh-assessment-form-shell .ff-el-checkbox {
    grid-template-columns: 1fr !important;
  }

  .bh-final-cta {
    padding: 58px 24px !important;
  }

  .wp-block-columns,
  .wp-block-group,
  .wp-block-group-is-layout-flex,
  .is-layout-flex,
  .is-horizontal,
  .ct-dynamic-filter,
  .equal-card-row {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }
}

/* ==========================================================================
   16. REDUCED-MOTION ACCESSIBILITY
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .bh-button,
  .bh-card,
  .bh-home-audience-card,
  .bh-home-service-card,
  .bh-home-usecase-card,
  .bh-process-card,
  .bh-service-card,
  .bh-comparison-card,
  .bh-contact-process-card,
  .bh-about-value-card,
  .bh-about-principle-card,
  .bh-assessment-form-shell input,
  .bh-assessment-form-shell select,
  .bh-assessment-form-shell textarea,
  .bh-assessment-form-shell .ff-el-form-check,
  .bh-assessment-form-shell .ff-btn-submit {
    transition: none !important;
  }

  .bh-button:hover,
  .bh-card:hover,
  .bh-home-audience-card:hover,
  .bh-home-service-card:hover,
  .bh-home-usecase-card:hover,
  .bh-process-card:hover,
  .bh-service-card:hover,
  .bh-comparison-card:hover,
  .bh-contact-process-card:hover,
  .bh-about-value-card:hover,
  .bh-about-principle-card:hover,
  .bh-assessment-form-shell .ff-el-form-check:hover,
  .bh-assessment-form-shell .ff-btn-submit:hover {
    transform: none !important;
  }
}

/* ==========================================================================
   17. WORDPRESS CUSTOM-HTML SECTION ALIGNMENT
   ========================================================================== */

.entry-content section.bh-section,
.entry-content section.bh-hero,
.entry-content section.bh-trust-strip,
.entry-content section.bh-final-cta {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  float: none !important;
  clear: both !important;
}

.entry-content section.bh-section > .bh-container,
.entry-content section.bh-hero > .bh-container,
.entry-content section.bh-trust-strip > .bh-container,
.entry-content section.bh-final-cta > .bh-container {
  width: calc(100% - 36px) !important;
  max-width: 1180px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  float: none !important;
  clear: both !important;
}

.entry-content section.bh-hero > .bh-hero-grid,
.entry-content section.bh-trust-strip > .bh-trust-grid {
  display: grid !important;
}

@media (max-width: 720px) {
  .entry-content section.bh-section > .bh-container,
  .entry-content section.bh-hero > .bh-container,
  .entry-content section.bh-trust-strip > .bh-container,
  .entry-content section.bh-final-cta > .bh-container {
    width: calc(100% - 28px) !important;
  }
}

/* ==========================================================================
   18. RESTORE TWO-COLUMN GUIDANCE SECTIONS
   ========================================================================== */

.entry-content section.bh-section > .bh-container.bh-about-fit-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr) !important;
  gap: 52px !important;
  align-items: center !important;
}

.entry-content section.bh-section > .bh-container.bh-about-fit-grid .bh-about-fit-content {
  min-width: 0 !important;
  padding-bottom: 0 !important;
}

.entry-content section.bh-section > .bh-container.bh-about-fit-grid .bh-about-fit-panel {
  width: 100% !important;
  margin: 0 !important;
}

@media (max-width: 980px) {
  .entry-content section.bh-section > .bh-container.bh-about-fit-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
}

/* ==========================================================================
   19. RESOURCES PAGE CARD ALIGNMENT
   ========================================================================== */

.bh-resources-page .bh-card-grid > .bh-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.bh-resources-page .bh-card-grid > .bh-card .bh-check-list {
  margin-bottom: 20px !important;
}

.bh-resources-page .bh-card-grid > .bh-card .bh-text-link {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  margin-top: auto !important;
  padding-top: 18px !important;
}

.bh-resources-page .bh-card-grid {
  align-items: stretch !important;
}

/* ==========================================================================
   20. RESOURCES LATEST ARTICLES
   ========================================================================== */

.entry-content .bh-latest-resources {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 74px 0 !important;
  background: var(--bh-white) !important;
  border: 0 !important;
}

.entry-content .bh-latest-resources > * {
  width: min(var(--bh-container), calc(100% - 36px)) !important;
  max-width: var(--bh-container) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.entry-content .bh-latest-resources .bh-section-heading {
  width: min(var(--bh-container), calc(100% - 36px)) !important;
  max-width: var(--bh-container) !important;
  margin: 0 auto 42px !important;
  padding: 0 !important;
}

.bh-latest-resources .bh-section-heading .bh-eyebrow {
  display: inline-block !important;
  margin: 0 0 14px !important;
  color: var(--bh-blue) !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

.bh-latest-resources .bh-section-heading h2 {
  margin: 0 0 16px !important;
  color: var(--bh-navy) !important;
  font-size: clamp(2rem, 3.7vw, 3rem) !important;
  line-height: 1.2 !important;
  letter-spacing: -0.03em !important;
}

.bh-latest-resources .bh-section-heading p {
  margin: 0 !important;
  color: var(--bh-muted-text) !important;
  font-size: 1.08rem !important;
  line-height: 1.7 !important;
}

.bh-latest-resources .wp-block-post-date {
  display: none !important;
}

.entry-content .bh-latest-resources .wp-block-query {
  width: min(var(--bh-container), calc(100% - 36px)) !important;
  max-width: var(--bh-container) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

.bh-latest-resources .wp-block-post-template {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.bh-latest-resources .wp-block-post {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: var(--bh-white) !important;
  border: 1px solid var(--bh-border) !important;
  border-radius: var(--bh-radius-lg) !important;
  box-shadow: var(--bh-shadow) !important;
}

.bh-latest-resources .wp-block-post > .wp-block-group,
.bh-latest-resources .wp-block-post > .wp-block-columns,
.bh-latest-resources .wp-block-post .is-layout-flex,
.bh-latest-resources .wp-block-post .wp-block-group-is-layout-flex {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  width: 100% !important;
  min-width: 0 !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.bh-latest-resources .wp-block-post .wp-block-column,
.bh-latest-resources .wp-block-post > *,
.bh-latest-resources .wp-block-post .wp-block-group > * {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  flex-basis: auto !important;
}

.bh-latest-resources .wp-block-post-featured-image {
  order: 1 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.bh-latest-resources .wp-block-post-featured-image a {
  display: block !important;
  width: 100% !important;
}

.bh-latest-resources .wp-block-post-featured-image img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  object-fit: cover !important;
  border-radius: 0 !important;
}

.bh-latest-resources .wp-block-post-title {
  order: 2 !important;
  width: auto !important;
  margin: 26px 28px 12px !important;
  color: var(--bh-navy) !important;
  font-size: 1.35rem !important;
  line-height: 1.25 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

.bh-latest-resources .wp-block-post-title a {
  color: var(--bh-navy) !important;
  text-decoration: none !important;
}

.bh-latest-resources .wp-block-post-excerpt {
  order: 3 !important;
  flex: 1 1 auto !important;
  width: auto !important;
  margin: 0 28px 20px !important;
  color: var(--bh-muted-text) !important;
  line-height: 1.65 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.bh-latest-resources .wp-block-post-excerpt__excerpt {
  margin: 0 !important;
}

.bh-latest-resources .wp-block-read-more,
.bh-latest-resources .wp-block-post-excerpt__more-link {
  order: 4 !important;
  display: inline-flex !important;
  width: fit-content !important;
  margin: auto 28px 28px !important;
  color: var(--bh-blue) !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

@media (max-width: 980px) {
  .bh-latest-resources .wp-block-post-template {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .entry-content .bh-latest-resources {
    padding: 54px 0 !important;
  }

  .entry-content .bh-latest-resources > *,
  .entry-content .bh-latest-resources .bh-section-heading,
  .entry-content .bh-latest-resources .wp-block-query {
    width: calc(100% - 28px) !important;
  }

  .bh-latest-resources .wp-block-post-template {
    grid-template-columns: 1fr !important;
  }
}



/* ==========================================================================
   THANK-YOU PAGE — ADDITIONAL INFORMATION PANEL
   ========================================================================== */

.bh-thank-you-page .bh-about-fit-panel {
  padding: 32px !important;
}

.bh-thank-you-page .bh-about-fit-panel .bh-check-list {
  margin-bottom: 24px !important;
}

.bh-thank-you-page .bh-thank-you-contact-action {
  padding: 16px 18px !important;
  background: var(--bh-light) !important;
  border: 1px solid var(--bh-border) !important;
  border-radius: 10px !important;
}

.bh-thank-you-page .bh-thank-you-contact-action span,
.bh-thank-you-page .bh-thank-you-contact-action a {
  display: block !important;
}

.bh-thank-you-page .bh-thank-you-contact-action span {
  margin-bottom: 3px !important;
  color: var(--bh-muted-text) !important;
  font-size: 0.88rem !important;
}

.bh-thank-you-page .bh-thank-you-contact-action a,
.bh-thank-you-page .bh-thank-you-contact-action a:visited {
  color: var(--bh-blue) !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.bh-thank-you-page .bh-thank-you-contact-action a:hover,
.bh-thank-you-page .bh-thank-you-contact-action a:focus {
  color: var(--bh-blue-dark) !important;
  text-decoration: underline !important;
}


/* ==========================================================================
   HEADER — VERTICAL BALANCE
   ========================================================================== */

/* Center the logo and navigation within the header row. */
.site-header,
header.site-header,
header .site-header-row,
header .ct-container,
header .header-row {
  align-items: center !important;
}

/* Use balanced space above and below the header content. */
.site-header,
header.site-header {
  min-height: 0 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* Keep the branding area vertically centered. */
.site-branding,
.site-logo,
.site-header .site-branding {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Final desktop logo size. */
.custom-logo,
.site-logo img,
.site-branding img,
header img.custom-logo {
  display: block !important;
  width: 285px !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
}

/* Keep navigation centered on the same line. */
.site-header nav,
.main-navigation,
header nav {
  display: flex !important;
  align-items: center !important;
}

/* Mobile */
@media (max-width: 720px) {
  .site-header,
  header.site-header {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .custom-logo,
  .site-logo img,
  .site-branding img,
  header img.custom-logo {
    width: 235px !important;
  }
}

/* ==========================================================================
   REMOVE EXTRA SPACE BETWEEN HEADER AND CUSTOM PAGE CONTENT
   ========================================================================== */

/* Remove theme spacing above pages built with the universal .bh-page wrapper. */
body .site-main:has(.bh-page),
body main:has(.bh-page),
body .entry-content:has(.bh-page) {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Remove Gutenberg spacing around the first Custom HTML block. */
body .entry-content > .wp-block-html:first-child,
body .entry-content > .wp-block-group:first-child {
  margin-top: 0 !important;
}

/* Ensure the universal page and its first hero start immediately. */
body .entry-content .bh-page,
body .entry-content .bh-page > .bh-hero:first-child {
  margin-top: 0 !important;
}


/* ==========================================================================
   FOOTER — TOP INFORMATION ROW
   ========================================================================== */

.bh-footer-block {
  max-width: 340px;
  color: var(--bh-text);
  font-size: 0.95rem;
  line-height: 1.65;
}

.bh-footer-block h3 {
  margin: 0 0 14px;
  color: var(--bh-navy);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.3;
}

.bh-footer-block p {
  margin: 0;
  color: var(--bh-muted-text);
}

.bh-footer-block a,
.bh-footer-block span {
  display: block;
}

.bh-footer-block a {
  width: fit-content;
  margin-bottom: 7px;
  color: var(--bh-text);
  font-weight: 600;
  text-decoration: none;
  transition:
    color 160ms ease,
    transform 160ms ease;
}

.bh-footer-block a:hover,
.bh-footer-block a:focus {
  color: var(--bh-blue);
}

.bh-footer-contact span {
  margin-top: 3px;
  color: var(--bh-muted-text);
}

.bh-footer-connect .bh-footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 12px;
  padding: 10px 17px;
  color: var(--bh-white) !important;
  background: var(--bh-blue);
  border: 1px solid var(--bh-blue);
  border-radius: var(--bh-radius-sm);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.25;
  box-shadow: 0 7px 16px rgba(47, 115, 232, 0.18);
}

.bh-footer-connect .bh-footer-cta:hover,
.bh-footer-connect .bh-footer-cta:focus {
  color: var(--bh-white) !important;
  background: var(--bh-blue-dark);
  border-color: var(--bh-blue-dark);
  transform: translateY(-1px);
}

/* Give the top footer row balanced spacing. */
footer .ct-footer [data-row="middle"],
footer .ct-footer [data-row="top"] {
  padding-top: 34px;
  padding-bottom: 30px;
}

/* Keep the existing footer menu visually separated. */
footer .footer-menu,
footer .ct-footer [data-row="middle"] + [data-row] {
  border-top: 1px solid var(--bh-border);
}

/* Mobile footer alignment. */
@media (max-width: 720px) {
  .bh-footer-block {
    max-width: none;
    text-align: center;
  }

  .bh-footer-block a,
  .bh-footer-connect .bh-footer-cta {
    margin-right: auto;
    margin-left: auto;
  }

  .bh-footer-block + .bh-footer-block {
    margin-top: 28px;
  }
}


/* Footer social links */

.bh-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}

.bh-footer-social-link {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  width: auto !important;
  min-height: 42px;
  margin: 0 !important;
  padding: 9px 13px;
  color: var(--bh-navy) !important;
  background: var(--bh-white);
  border: 1px solid var(--bh-border);
  border-radius: 9px;
  font-size: 0.9rem;
  font-weight: 700;
}

.bh-footer-social-link:hover,
.bh-footer-social-link:focus {
  color: var(--bh-blue) !important;
  border-color: var(--bh-blue);
  transform: translateY(-1px);
}

.bh-footer-social-link svg {
  flex: 0 0 auto;
}

@media (max-width: 720px) {
  .bh-footer-socials {
    justify-content: center;
  }
}


/* ==========================================================================
   FOOTER — FINAL ROW SPACING
   ========================================================================== */

/* Tighten the menu row. */
footer .ct-footer [data-row="middle"] {
  padding-top: 22px !important;
  padding-bottom: 18px !important;
  min-height: 0 !important;
}

/* Tighten the copyright row. */
footer .ct-footer [data-row="bottom"] {
  padding-top: 16px !important;
  padding-bottom: 18px !important;
  min-height: 0 !important;
}

/* Remove extra margins inside footer rows. */
footer .ct-footer [data-row="middle"] .ct-container,
footer .ct-footer [data-row="bottom"] .ct-container,
footer .ct-footer [data-row="middle"] nav,
footer .ct-footer [data-row="bottom"] p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Keep the footer menu compact and evenly spaced. */
footer .footer-menu {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 18px 24px !important;
  align-items: center !important;
}


/* ==========================================================================
   FOOTER — COMPACT TWO-ROW LAYOUT
   ========================================================================== */

/* Tighten the top information row. */
footer .ct-footer [data-row="top"] {
  min-height: 0 !important;
  padding-top: 28px !important;
  padding-bottom: 26px !important;
}

/* Make the middle and bottom rows compact. */
footer .ct-footer [data-row="middle"],
footer .ct-footer [data-row="bottom"] {
  min-height: 0 !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

/* Reduce excess spacing inside the row containers. */
footer .ct-footer [data-row] .ct-container {
  min-height: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Compact footer navigation. */
footer .footer-menu {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px 22px !important;
  margin: 0 !important;
}

/* Remove default margins around copyright text. */
footer .ct-footer [data-row="bottom"] p,
footer .ct-footer [data-row="bottom"] .ct-footer-copyright {
  margin: 0 !important;
}

/* Remove oversized blank row height. */
footer .ct-footer [data-row="middle"] .ct-footer-column,
footer .ct-footer [data-row="bottom"] .ct-footer-column {
  min-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Mobile */
@media (max-width: 720px) {
  footer .ct-footer [data-row="top"] {
    padding-top: 24px !important;
    padding-bottom: 22px !important;
  }

  footer .ct-footer [data-row="middle"],
  footer .ct-footer [data-row="bottom"] {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  footer .footer-menu {
    justify-content: center !important;
  }
}


/* ==========================================================================
   INSIGHTS ARCHIVE — ARTICLE CARDS
   ========================================================================== */

body.blog .entries,
body.archive .entries {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 30px !important;
  align-items: stretch !important;
}

body.blog .entries article,
body.archive .entries article {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  overflow: hidden !important;
  background: var(--bh-white) !important;
  border: 1px solid var(--bh-border) !important;
  border-radius: var(--bh-radius-lg) !important;
  box-shadow: var(--bh-shadow) !important;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

body.blog .entries article:hover,
body.archive .entries article:hover {
  transform: translateY(-4px);
  border-color: rgba(47, 115, 232, 0.45) !important;
  box-shadow: var(--bh-shadow-hover) !important;
}

/* Keep featured images consistent. */
body.blog .entries article .ct-media-container,
body.archive .entries article .ct-media-container {
  width: 100% !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

body.blog .entries article .ct-media-container img,
body.archive .entries article .ct-media-container img {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  object-fit: cover !important;
}

/* Make the article body fill the remaining card height. */
body.blog .entries article .entry-card,
body.archive .entries article .entry-card {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  padding: 28px 30px 30px !important;
}

/* Consistent title styling. */
body.blog .entries article .entry-title,
body.archive .entries article .entry-title {
  margin-bottom: 14px !important;
  color: var(--bh-navy) !important;
  font-size: 1.35rem !important;
  line-height: 1.25 !important;
}

/* Limit excerpts so card rows remain balanced. */
body.blog .entries article .entry-excerpt,
body.archive .entries article .entry-excerpt {
  display: -webkit-box !important;
  overflow: hidden !important;
  margin-bottom: 22px !important;
  color: var(--bh-muted-text) !important;
  line-height: 1.65 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 5 !important;
}

/* Push the read-more link to the card bottom. */
body.blog .entries article .entry-button,
body.archive .entries article .entry-button {
  width: fit-content !important;
  margin-top: auto !important;
  color: var(--bh-blue) !important;
  font-weight: 800 !important;
}

/* Tablet */
@media (max-width: 980px) {
  body.blog .entries,
  body.archive .entries {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Mobile */
@media (max-width: 720px) {
  body.blog .entries,
  body.archive .entries {
    grid-template-columns: 1fr !important;
  }
}


/* ==========================================================================
   INSIGHTS ARCHIVE — READ MORE BUTTON CONTRAST
   ========================================================================== */

body.blog .entries article .entry-button,
body.archive .entries article .entry-button,
body.blog .entries article .entry-button a,
body.archive .entries article .entry-button a,
body.blog .entries article a[data-type="type-2"],
body.archive .entries article a[data-type="type-2"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  min-height: 44px !important;
  margin-top: auto !important;
  padding: 10px 17px !important;
  color: #ffffff !important;
  background: var(--bh-blue) !important;
  border: 1px solid var(--bh-blue) !important;
  border-radius: var(--bh-radius-sm) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  opacity: 1 !important;
  box-shadow: 0 7px 16px rgba(47, 115, 232, 0.18) !important;
}

body.blog .entries article .entry-button:hover,
body.archive .entries article .entry-button:hover,
body.blog .entries article .entry-button a:hover,
body.archive .entries article .entry-button a:hover,
body.blog .entries article a[data-type="type-2"]:hover,
body.archive .entries article a[data-type="type-2"]:hover {
  color: #ffffff !important;
  background: var(--bh-blue-dark) !important;
  border-color: var(--bh-blue-dark) !important;
  transform: translateY(-1px);
}


/* ==========================================================================
   SINGLE ARTICLE DESIGN SYSTEM
   ========================================================================== */

.single-post .entry-content {
  color: var(--bh-text);
  font-size: 1.05rem;
  line-height: 1.78;
}

.single-post .entry-content > .bh-article {
  width: min(820px, calc(100% - 36px));
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

.bh-article {
  --bh-article-soft-blue: #eef5ff;
  --bh-article-soft-navy: #f3f6fa;
  --bh-article-warning: #fff8e8;
  --bh-article-warning-border: #ead39a;
}

.bh-article p {
  margin-top: 0;
  margin-bottom: 20px;
}

.bh-article h2,
.bh-article h3 {
  color: var(--bh-navy);
}

.bh-article-intro {
  margin-bottom: 38px;
  padding: 30px 32px;
  background:
    linear-gradient(
      135deg,
      rgba(47, 115, 232, 0.08),
      rgba(23, 54, 93, 0.035)
    );
  border: 1px solid var(--bh-border);
  border-radius: var(--bh-radius-lg);
}

.bh-article-intro .bh-article-lead {
  color: var(--bh-navy);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.65;
}

.bh-article-intro p:last-child {
  margin-bottom: 0;
}

.bh-article-toc {
  margin: 0 0 56px;
  padding: 28px 30px;
  background: var(--bh-white);
  border: 1px solid var(--bh-border);
  border-radius: var(--bh-radius-lg);
  box-shadow: var(--bh-shadow-sm);
}

.bh-article-toc-label {
  display: block;
  margin-bottom: 16px;
  color: var(--bh-navy);
  font-size: 1.05rem;
  font-weight: 800;
}

.bh-article-toc ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 30px;
  margin: 0;
  padding-left: 22px;
}

.bh-article-toc a {
  color: var(--bh-text);
  text-decoration: none;
}

.bh-article-toc a:hover,
.bh-article-toc a:focus {
  color: var(--bh-blue);
  text-decoration: underline;
}

.bh-article-section {
  scroll-margin-top: 120px;
  margin-bottom: 64px;
}

.bh-article-section-heading {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.bh-article-number {
  display: inline-flex;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: var(--bh-white);
  background: var(--bh-blue);
  border-radius: 50%;
  font-size: 0.88rem;
  font-weight: 900;
  box-shadow: 0 7px 16px rgba(47, 115, 232, 0.2);
}

.bh-article-kicker {
  display: block;
  margin-bottom: 4px;
  color: var(--bh-blue);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.bh-article-section-heading h2 {
  margin: 0;
  font-size: clamp(1.65rem, 3vw, 2.2rem);
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.bh-article-checklist {
  margin: 28px 0;
  padding: 24px 26px;
  background: var(--bh-article-soft-blue);
  border: 1px solid #cfe0f7;
  border-radius: var(--bh-radius-md);
}

.bh-article-checklist-warning {
  background: var(--bh-article-warning);
  border-color: var(--bh-article-warning-border);
}

.bh-article-checklist-label {
  display: block;
  margin-bottom: 14px;
  color: var(--bh-navy);
  font-weight: 800;
}

.bh-article-checklist ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bh-article-checklist li {
  position: relative;
  margin-bottom: 9px;
  padding-left: 30px;
}

.bh-article-checklist li:last-child {
  margin-bottom: 0;
}

.bh-article-checklist li::before {
  position: absolute;
  top: 0.05em;
  left: 0;
  color: var(--bh-blue);
  content: "☐";
  font-size: 1.15rem;
  font-weight: 900;
}

.bh-article-checklist-warning li::before {
  color: #a56b00;
}

.bh-article-takeaway {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  margin-top: 26px;
  padding: 17px 20px;
  background: var(--bh-article-soft-navy);
  border-left: 4px solid var(--bh-blue);
  border-radius: 7px;
}

.bh-article-takeaway strong {
  color: var(--bh-navy);
  white-space: nowrap;
}

.bh-article-takeaway span {
  color: var(--bh-muted-text);
}

.bh-article-callout {
  margin-top: 28px;
  padding: 28px 30px;
  color: var(--bh-white);
  background: linear-gradient(135deg, var(--bh-blue), var(--bh-navy));
  border-radius: var(--bh-radius-lg);
  box-shadow: var(--bh-shadow);
}

.bh-article-callout strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.2rem;
}

.bh-article-callout p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
}

.bh-article-tool-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
}

.bh-article-tool-grid span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 9px 12px;
  color: var(--bh-navy);
  background: var(--bh-white);
  border: 1px solid var(--bh-border);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 4px 12px rgba(23, 54, 93, 0.05);
}

.bh-article-priority-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 28px 0;
}

.bh-article-priority-grid > div {
  padding: 22px;
  background: var(--bh-white);
  border: 1px solid var(--bh-border);
  border-radius: var(--bh-radius-md);
  box-shadow: var(--bh-shadow-sm);
}

.bh-article-priority-grid strong,
.bh-article-priority-grid span {
  display: block;
}

.bh-article-priority-grid strong {
  margin-bottom: 7px;
  color: var(--bh-navy);
}

.bh-article-priority-grid span {
  color: var(--bh-muted-text);
  font-size: 0.93rem;
  line-height: 1.55;
}

.bh-article-action-list {
  margin: 24px 0;
  padding: 0;
  counter-reset: article-action;
  list-style: none;
}

.bh-article-action-list li {
  position: relative;
  margin-bottom: 12px;
  padding: 15px 18px 15px 54px;
  background: var(--bh-light);
  border: 1px solid var(--bh-border);
  border-radius: 10px;
  counter-increment: article-action;
}

.bh-article-action-list li::before {
  position: absolute;
  top: 50%;
  left: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  color: var(--bh-white);
  background: var(--bh-blue);
  border-radius: 50%;
  content: counter(article-action);
  font-size: 0.82rem;
  font-weight: 900;
  transform: translateY(-50%);
}

.bh-article-summary {
  margin: 68px 0 34px;
  padding: 32px;
  background: var(--bh-light);
  border: 1px solid var(--bh-border);
  border-radius: var(--bh-radius-lg);
}

.bh-article-summary h2 {
  margin-bottom: 16px;
  font-size: clamp(1.8rem, 3vw, 2.45rem);
}

.bh-article-summary p:last-child {
  margin-bottom: 0;
}

.bh-article-cta {
  margin: 34px 0;
  padding: 48px 38px;
  color: var(--bh-white);
  background: linear-gradient(135deg, #3977df 0%, var(--bh-navy) 100%);
  border-radius: var(--bh-radius-xl);
  text-align: center;
  box-shadow: var(--bh-shadow);
}

.bh-article-cta h2,
.bh-article-cta p,
.bh-article-cta .bh-eyebrow {
  color: var(--bh-white);
}

.bh-article-cta h2 {
  margin-bottom: 14px;
  font-size: clamp(1.9rem, 3.5vw, 2.7rem);
}

.bh-article-cta p {
  max-width: 650px;
  margin: 0 auto 26px;
  color: rgba(255, 255, 255, 0.9);
}

.bh-article-related {
  margin: 28px 0 10px;
  padding: 20px 24px;
  background: var(--bh-white);
  border: 1px solid var(--bh-border);
  border-radius: var(--bh-radius-md);
}

.bh-article-related span,
.bh-article-related a {
  display: block;
}

.bh-article-related span {
  margin-bottom: 5px;
  color: var(--bh-muted-text);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.bh-article-related a {
  color: var(--bh-blue);
  font-weight: 800;
  text-decoration: none;
}

.bh-article-related a:hover,
.bh-article-related a:focus {
  color: var(--bh-blue-dark);
  text-decoration: underline;
}

@media (max-width: 720px) {
  .single-post .entry-content > .bh-article {
    width: calc(100% - 28px);
  }

  .bh-article-intro,
  .bh-article-toc,
  .bh-article-summary {
    padding: 24px 22px;
  }

  .bh-article-toc ol,
  .bh-article-tool-grid,
  .bh-article-priority-grid {
    grid-template-columns: 1fr;
  }

  .bh-article-section-heading {
    gap: 14px;
  }

  .bh-article-number {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
  }

  .bh-article-takeaway {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .bh-article-takeaway strong {
    white-space: normal;
  }

  .bh-article-cta {
    padding: 38px 24px;
  }
}

