.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* =========================================================
   Business Starter Hub — Shared Stylesheet
   Scope: .bsh-  (avoids Elementor/WordPress conflicts)
   ========================================================= */

/* ---------- Tokens ---------- */
.bsh-root {
  --bsh-cream: #FBF7F0;
  --bsh-sand: #F2EBDD;
  --bsh-paper: #FFFFFF;
  --bsh-navy: #1B2A4E;
  --bsh-navy-soft: #2A3A60;
  --bsh-muted: #5C6680;
  --bsh-muted-2: #8892AB;
  --bsh-teal: #2FA89B;
  --bsh-teal-soft: #E4F4EF;
  --bsh-coral: #E97B5F;
  --bsh-coral-hover: #D8654A;
  --bsh-blue-tint: #E6F0FB;
  --bsh-yellow-tint: #FBF3D9;
  --bsh-line: rgba(27, 42, 78, 0.10);
  --bsh-line-strong: rgba(27, 42, 78, 0.18);

  --bsh-radius-sm: 6px;
  --bsh-radius: 8px;
  --bsh-radius-lg: 14px;
  --bsh-radius-pill: 999px;

  --bsh-container: 1140px;
  --bsh-container-narrow: 760px;
  --bsh-container-legal: 700px;

  --bsh-font-head: 'Outfit', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --bsh-font-body: 'Plus Jakarta Sans', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;

  font-family: var(--bsh-font-body);
  color: var(--bsh-navy);
  background: var(--bsh-cream);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ---------- Base resets (scoped) ---------- */
.bsh-root *,
.bsh-root *::before,
.bsh-root *::after {
  box-sizing: border-box;
}

.bsh-root h1,
.bsh-root h2,
.bsh-root h3,
.bsh-root h4,
.bsh-root h5,
.bsh-root h6 {
  font-family: var(--bsh-font-head);
  color: var(--bsh-navy);
  margin: 0 0 0.5em;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-weight: 700;
}

.bsh-root p { margin: 0 0 1em; color: var(--bsh-navy-soft); }
.bsh-root a { color: var(--bsh-teal); text-decoration: none; transition: color .2s ease; background: transparent; }
.bsh-root a:hover { color: var(--bsh-navy); text-decoration: none; }
.bsh-root img { max-width: 100%; display: block; height: auto; }
.bsh-root ul, .bsh-root ol { margin: 0 0 1em; padding-left: 1.2em; }
.bsh-root ul li, .bsh-root ol li { margin-bottom: 0.5em; color: var(--bsh-navy-soft); }
.bsh-root button { font-family: inherit; cursor: pointer; }

/* WordPress / Elementor safety overrides */
.bsh-root .bsh-header,
.bsh-root .bsh-footer,
.bsh-root section { margin: 0; }

/* ---------- Layout ---------- */
.bsh-container {
  width: 100%;
  max-width: var(--bsh-container);
  margin: 0 auto;
  padding: 0 24px;
}
.bsh-container--narrow { max-width: var(--bsh-container-narrow); }
.bsh-container--legal  { max-width: var(--bsh-container-legal); }

.bsh-section { padding: 80px 0; }
.bsh-section--sand { background: var(--bsh-sand); }
.bsh-section--tight { padding: 56px 0; }

/* ---------- Header / Nav ---------- */
.bsh-header {
  background: var(--bsh-cream);
  border-bottom: 1px solid var(--bsh-line);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: saturate(140%) blur(6px);
}
.bsh-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}
.bsh-root .bsh-logo,
.bsh-root a.bsh-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--bsh-font-head);
  font-weight: 700;
  font-size: 19px;
  color: var(--bsh-navy);
  letter-spacing: -0.01em;
  text-decoration: none;
  line-height: 1;
}
.bsh-root a.bsh-logo:hover { color: var(--bsh-teal); }
.bsh-logo-mark {
  width: 30px;
  height: 30px;
  border-radius: var(--bsh-radius);
  background: var(--bsh-navy);
  color: var(--bsh-cream);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
}
.bsh-root .bsh-nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.bsh-root .bsh-nav-links li { margin: 0; }
.bsh-root .bsh-nav-links a {
  color: var(--bsh-navy);
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  line-height: 1;
}
.bsh-root .bsh-nav-links a:hover { color: var(--bsh-teal); }
.bsh-root .bsh-nav-cta,
.bsh-root .bsh-nav-links a.bsh-nav-cta {
  background: var(--bsh-coral);
  color: #ffffff;
  padding: 11px 20px;
  border-radius: var(--bsh-radius);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  transition: background .2s ease;
}
.bsh-root .bsh-nav-links a.bsh-nav-cta:hover { background: var(--bsh-coral-hover); color: #ffffff; }

/* ---------- Buttons ---------- */
.bsh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 22px;
  border-radius: var(--bsh-radius);
  font-family: var(--bsh-font-body);
  font-weight: 600;
  font-size: 15px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all .2s ease;
  text-decoration: none;
}
.bsh-root .bsh-btn--primary,
.bsh-root a.bsh-btn--primary { background: var(--bsh-coral); color: #ffffff; border-color: var(--bsh-coral); }
.bsh-root .bsh-btn--primary:hover,
.bsh-root a.bsh-btn--primary:hover { background: var(--bsh-coral-hover); border-color: var(--bsh-coral-hover); color: #ffffff; }
.bsh-root .bsh-btn--ghost,
.bsh-root a.bsh-btn--ghost { background: transparent; color: var(--bsh-navy); border-color: var(--bsh-line-strong); }
.bsh-root .bsh-btn--ghost:hover,
.bsh-root a.bsh-btn--ghost:hover { background: var(--bsh-sand); color: var(--bsh-navy); border-color: var(--bsh-line-strong); }

/* ---------- Hero (Homepage) ---------- */
.bsh-hero {
  padding: 80px 0 70px;
  text-align: center;
  background:
    radial-gradient(ellipse at 50% -10%, rgba(47, 168, 155, 0.10), transparent 60%),
    var(--bsh-cream);
}
.bsh-hero > .bsh-container { text-align: center; }

.bsh-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: var(--bsh-radius-pill);
  background: var(--bsh-teal-soft);
  color: var(--bsh-teal);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
  margin: 0 auto 22px;
  line-height: 1.2;
}
.bsh-hero-eyebrow-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--bsh-teal);
  flex-shrink: 0;
}
.bsh-root .bsh-hero-title {
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  max-width: 760px;
  margin: 0 auto 20px;
  text-wrap: balance;
  font-weight: 700;
}
.bsh-hero-title em {
  font-style: normal;
  color: var(--bsh-teal);
}
.bsh-root .bsh-hero-sub {
  display: block;
  font-size: 18px;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 36px;
  padding: 0;
  color: var(--bsh-muted);
  text-align: center;
  text-wrap: pretty;
  line-height: 1.6;
}

/* Search */
.bsh-search {
  max-width: 560px;
  margin: 0 auto;
  background: var(--bsh-paper);
  border: 1px solid var(--bsh-line-strong);
  border-radius: var(--bsh-radius);
  padding: 6px 6px 6px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: border-color .2s ease, box-shadow .2s ease;
  text-align: left;
}
.bsh-search:focus-within {
  border-color: var(--bsh-teal);
  box-shadow: 0 0 0 4px rgba(47,168,155,0.12);
}
.bsh-search-icon { color: var(--bsh-muted-2); flex-shrink: 0; }
.bsh-search input {
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  font-family: var(--bsh-font-body);
  font-size: 15px;
  color: var(--bsh-navy);
  padding: 10px 0;
}
.bsh-search input::placeholder { color: var(--bsh-muted-2); }
.bsh-search button {
  background: var(--bsh-navy);
  color: #fff;
  border: 0;
  padding: 10px 18px;
  font-family: var(--bsh-font-body);
  font-weight: 600;
  font-size: 14px;
  border-radius: var(--bsh-radius-sm);
  cursor: pointer;
  transition: background .2s ease;
}
.bsh-search button:hover { background: var(--bsh-teal); }

.bsh-hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 0 auto;
}
.bsh-root .bsh-hero-actions .bsh-btn { padding: 14px 26px; font-size: 15px; }

.bsh-hero-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  margin-top: 32px;
  flex-wrap: wrap;
  color: var(--bsh-muted);
  font-size: 14px;
}
.bsh-hero-meta-item { display: inline-flex; align-items: center; gap: 8px; }
.bsh-hero-meta-item svg { color: var(--bsh-teal); }

/* ---------- Section heading ---------- */
.bsh-section-head { text-align: center; margin: 0 auto 40px; max-width: 700px; }
.bsh-section-eyebrow {
  display: inline-block;
  font-family: var(--bsh-font-head);
  font-size: 13px;
  font-weight: 600;
  color: var(--bsh-teal);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
}
.bsh-root .bsh-section-title {
  font-size: 36px;
  letter-spacing: -0.015em;
  margin: 0 auto 12px;
  text-wrap: balance;
  line-height: 1.2;
}
.bsh-section-sub {
  color: var(--bsh-muted);
  font-size: 17px;
  max-width: 560px;
  margin: 0 auto;
  text-wrap: pretty;
}

/* ---------- State Badges ---------- */
.bsh-states {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 900px;
  margin: 0 auto;
}
.bsh-state-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 18px;
  background: var(--bsh-paper);
  border: 1px solid var(--bsh-line);
  border-radius: var(--bsh-radius-pill);
  color: var(--bsh-navy);
  font-size: 14px;
  font-weight: 500;
  transition: all .2s ease;
}
.bsh-state-badge:hover {
  background: var(--bsh-teal);
  border-color: var(--bsh-teal);
  color: #fff;
  transform: translateY(-1px);
}
.bsh-state-badge-flag {
  width: 16px; height: 16px;
  border-radius: 4px;
  background: var(--bsh-sand);
  color: var(--bsh-navy);
  font-size: 9px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .2s ease, color .2s ease;
}
.bsh-state-badge:hover .bsh-state-badge-flag {
  background: rgba(255,255,255,0.22);
  color: #fff;
}
.bsh-states-footer {
  text-align: center;
  margin-top: 28px;
}
.bsh-states-footer a {
  color: var(--bsh-navy);
  font-weight: 600;
  border-bottom: 1px solid var(--bsh-line-strong);
  padding-bottom: 2px;
  font-size: 15px;
}
.bsh-states-footer a:hover { color: var(--bsh-teal); border-bottom-color: var(--bsh-teal); }

/* ---------- Cost Summary Table ---------- */
.bsh-table-wrap {
  max-width: 880px;
  margin: 0 auto;
  background: var(--bsh-paper);
  border: 1px solid var(--bsh-line);
  border-radius: var(--bsh-radius-lg);
  overflow: hidden;
}
.bsh-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}
.bsh-table thead th {
  background: var(--bsh-sand);
  color: var(--bsh-navy);
  font-family: var(--bsh-font-head);
  font-weight: 600;
  text-align: left;
  padding: 16px 22px;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--bsh-line);
}
.bsh-table tbody td {
  padding: 18px 22px;
  border-bottom: 1px solid var(--bsh-line);
  color: var(--bsh-navy-soft);
  vertical-align: middle;
}
.bsh-table tbody tr:last-child td { border-bottom: 0; }
.bsh-table tbody tr:hover { background: rgba(47, 168, 155, 0.04); }
.bsh-table td:first-child {
  font-weight: 600;
  color: var(--bsh-navy);
}
.bsh-table-state {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.bsh-table-rank {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--bsh-teal-soft);
  color: var(--bsh-teal);
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.bsh-tag-good {
  display: inline-block;
  padding: 4px 10px;
  background: var(--bsh-teal-soft);
  color: var(--bsh-teal);
  font-size: 12px;
  font-weight: 600;
  border-radius: var(--bsh-radius-pill);
}
.bsh-tag-warn {
  display: inline-block;
  padding: 4px 10px;
  background: var(--bsh-yellow-tint);
  color: #8A6A0E;
  font-size: 12px;
  font-weight: 600;
  border-radius: var(--bsh-radius-pill);
}
.bsh-table-footer {
  text-align: center;
  margin-top: 28px;
}

/* ---------- Editorial Process (How We Work) ---------- */
.bsh-process-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 70px;
  align-items: start;
}
.bsh-process-intro { padding-top: 6px; }
.bsh-process-intro .bsh-section-eyebrow { margin-bottom: 18px; }

.bsh-root .bsh-process-title {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -0.015em;
  margin: 0 0 24px;
  padding-left: 22px;
  border-left: 3px solid var(--bsh-teal);
  text-wrap: balance;
  font-weight: 700;
}
.bsh-process-intro p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--bsh-navy-soft);
  margin: 0 0 18px;
}
.bsh-root a.bsh-process-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: var(--bsh-coral);
  font-weight: 600;
  font-size: 15px;
  border-bottom: 2px solid var(--bsh-coral);
  padding-bottom: 4px;
  text-decoration: none;
  transition: gap .2s ease, color .2s ease, border-color .2s ease;
}
.bsh-root a.bsh-process-link:hover {
  color: var(--bsh-navy);
  border-bottom-color: var(--bsh-navy);
  gap: 12px;
}

.bsh-process-steps {
  background: var(--bsh-paper);
  border: 1px solid var(--bsh-line);
  border-radius: var(--bsh-radius-lg);
  padding: 8px 32px;
}
.bsh-step {
  display: flex;
  gap: 22px;
  padding: 26px 0;
  border-bottom: 1px solid var(--bsh-line);
  align-items: flex-start;
}
.bsh-step:last-child { border-bottom: 0; }
.bsh-step-num {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background: var(--bsh-teal-soft);
  color: var(--bsh-teal);
  font-family: var(--bsh-font-head);
  font-weight: 700;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  line-height: 1;
}
.bsh-step-body { flex: 1; min-width: 0; }
.bsh-root .bsh-step-title {
  font-family: var(--bsh-font-head);
  font-size: 17px;
  font-weight: 700;
  color: var(--bsh-navy);
  margin: 0 0 6px;
  letter-spacing: -0.005em;
  line-height: 1.3;
}
.bsh-step-body p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--bsh-muted);
  margin: 0;
}

/* ---------- FAQ Accordion ---------- */
.bsh-faq-head {
  max-width: 640px;
  margin: 0 0 44px;
}
.bsh-faq-head .bsh-section-eyebrow { margin-bottom: 14px; }
.bsh-root .bsh-faq-title {
  font-size: 36px;
  line-height: 1.18;
  letter-spacing: -0.015em;
  margin: 0 0 10px;
  text-wrap: balance;
}
.bsh-faq-sub {
  font-size: 17px;
  color: var(--bsh-muted);
  margin: 0;
  line-height: 1.6;
}

.bsh-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 56px;
}

.bsh-faq-col {
  display: flex;
  flex-direction: column;
}

.bsh-faq-item {
  border-bottom: 1px solid var(--bsh-line-strong);
}
.bsh-faq-item:first-child { border-top: 1px solid var(--bsh-line-strong); }

.bsh-root .bsh-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 4px 22px 0;
  font-family: var(--bsh-font-head);
  font-size: 17px;
  font-weight: 700;
  color: var(--bsh-navy);
  cursor: pointer;
  list-style: none;
  line-height: 1.4;
  transition: color .2s ease;
  user-select: none;
}
.bsh-root .bsh-faq-q::-webkit-details-marker { display: none; }
.bsh-root .bsh-faq-q::marker { display: none; content: ''; }
.bsh-faq-item:hover .bsh-faq-q { color: var(--bsh-teal); }

/* +/- icon (pure CSS) */
.bsh-faq-icon {
  position: relative;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: inline-block;
}
.bsh-faq-icon::before,
.bsh-faq-icon::after {
  content: '';
  position: absolute;
  background: var(--bsh-teal);
  border-radius: 1px;
  transition: transform .25s ease, background .2s ease;
}
.bsh-faq-icon::before {
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  transform: translateY(-50%);
}
.bsh-faq-icon::after {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
}
.bsh-faq-item[open] .bsh-faq-icon::after {
  transform: translateX(-50%) scaleY(0);
}

/* Answer */
.bsh-faq-a {
  padding: 0 0 22px;
}
.bsh-faq-a p {
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--bsh-navy-soft);
  margin: 0;
  max-width: 95%;
}

/* ---------- Editor's Picks (Featured Reads) ---------- */
.bsh-picks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 8px;
}
.bsh-pick {
  background: var(--bsh-paper);
  border: 1px solid var(--bsh-line);
  border-radius: var(--bsh-radius-lg);
  padding: 28px 28px 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: border-color .2s ease, transform .2s ease, background .2s ease;
  position: relative;
}
.bsh-pick:hover {
  border-color: rgba(47, 168, 155, 0.45);
  transform: translateY(-2px);
  background: #FEFCF7;
}
.bsh-pick-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin: 0;
}
.bsh-pick-num {
  font-family: var(--bsh-font-head);
  font-size: 13px;
  font-weight: 700;
  color: var(--bsh-teal);
  letter-spacing: 0.06em;
  line-height: 1;
}
.bsh-pick-cat {
  display: inline-block;
  padding: 5px 11px;
  background: var(--bsh-sand);
  color: var(--bsh-muted);
  font-family: var(--bsh-font-head);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: var(--bsh-radius-pill);
  line-height: 1.4;
}
.bsh-root .bsh-pick-title {
  font-family: var(--bsh-font-head);
  font-size: 19px;
  font-weight: 700;
  color: var(--bsh-navy);
  line-height: 1.35;
  letter-spacing: -0.01em;
  margin: 2px 0 0;
  text-wrap: balance;
}
.bsh-pick-excerpt {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--bsh-muted);
  margin: 0;
  flex: 1;
}
.bsh-root .bsh-pick-link,
.bsh-root a.bsh-pick-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 6px;
  padding-top: 18px;
  border-top: 1px solid var(--bsh-line);
  color: var(--bsh-navy);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s ease;
}
.bsh-root a.bsh-pick-link:hover { color: var(--bsh-teal); }
.bsh-pick-read {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--bsh-muted);
  font-weight: 500;
}
.bsh-pick-read svg { color: var(--bsh-teal); }
.bsh-pick-arrow {
  font-family: var(--bsh-font-head);
  font-size: 18px;
  line-height: 1;
  transition: transform .25s ease;
  display: inline-block;
  color: var(--bsh-teal);
}
.bsh-pick:hover .bsh-pick-arrow { transform: translateX(5px); }

.bsh-picks-footer {
  text-align: center;
  margin-top: 36px;
}

/* ---------- Footer ---------- */
.bsh-footer {
  background: var(--bsh-navy);
  color: #C6CCDD;
  padding: 60px 0 28px;
  margin-top: 0;
}
.bsh-footer h4 {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
  font-weight: 600;
}
.bsh-footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 50px;
  margin-bottom: 40px;
}
.bsh-footer-about p {
  color: #A4ACC2;
  font-size: 14px;
  max-width: 320px;
}
.bsh-footer ul { list-style: none; padding: 0; margin: 0; }
.bsh-footer ul li { margin-bottom: 11px; }
.bsh-footer ul li a {
  color: #C6CCDD;
  font-size: 14px;
}
.bsh-footer ul li a:hover { color: var(--bsh-teal); }
.bsh-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #8892AB;
  flex-wrap: wrap;
  gap: 14px;
}
.bsh-footer-bottom a { color: #C6CCDD; }
.bsh-footer-bottom a:hover { color: var(--bsh-teal); }
.bsh-root .bsh-footer .bsh-logo,
.bsh-root .bsh-footer a.bsh-logo { color: #ffffff; }
.bsh-root .bsh-footer a.bsh-logo:hover { color: var(--bsh-teal); }
.bsh-footer .bsh-logo-mark { background: var(--bsh-teal); color: var(--bsh-navy); }
.bsh-footer-about p { margin-top: 16px; }

/* =========================================================
   BLOG POST PAGE
   ========================================================= */
.bsh-blog-hero {
  padding: 60px 0 30px;
  background: var(--bsh-cream);
}
.bsh-breadcrumb {
  font-size: 13px;
  color: var(--bsh-muted);
  margin-bottom: 22px;
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.bsh-breadcrumb a { color: var(--bsh-muted); font-weight: 500; }
.bsh-breadcrumb a:hover { color: var(--bsh-teal); }
.bsh-breadcrumb-sep { color: var(--bsh-muted-2); }
.bsh-post-category {
  display: inline-block;
  padding: 5px 12px;
  background: var(--bsh-teal-soft);
  color: var(--bsh-teal);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: var(--bsh-radius-pill);
  margin-bottom: 16px;
}
.bsh-root .bsh-post-title {
  font-size: 42px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
  text-wrap: balance;
}
.bsh-post-meta {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--bsh-muted);
  font-size: 14px;
  flex-wrap: wrap;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--bsh-line);
}
.bsh-post-meta-item { display: inline-flex; align-items: center; gap: 7px; }
.bsh-post-meta-author { display: inline-flex; align-items: center; gap: 10px; }
.bsh-post-meta-avatar {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--bsh-sand);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--bsh-font-head);
  font-weight: 700;
  color: var(--bsh-navy);
  font-size: 13px;
}

/* Table of Contents */
.bsh-toc {
  background: var(--bsh-sand);
  border: 1px solid var(--bsh-line);
  border-radius: var(--bsh-radius-lg);
  padding: 26px 30px;
  margin: 40px 0;
}
.bsh-toc-title {
  font-family: var(--bsh-font-head);
  font-size: 13px;
  font-weight: 700;
  color: var(--bsh-navy);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.bsh-toc ol {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: bsh-toc;
}
.bsh-toc ol li {
  counter-increment: bsh-toc;
  margin-bottom: 8px;
  padding-left: 30px;
  position: relative;
}
.bsh-toc ol li::before {
  content: counter(bsh-toc, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 1px;
  font-family: var(--bsh-font-head);
  font-weight: 600;
  font-size: 13px;
  color: var(--bsh-teal);
}
.bsh-toc ol li a {
  color: var(--bsh-navy);
  font-weight: 500;
  font-size: 15px;
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, color .2s ease;
}
.bsh-toc ol li a:hover {
  color: var(--bsh-teal);
  border-bottom-color: var(--bsh-teal);
}

/* Article body */
.bsh-article { padding: 10px 0 60px; }
.bsh-article h2 {
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 16px;
  letter-spacing: -0.015em;
}
.bsh-article h3 {
  font-size: 22px;
  margin-top: 32px;
  margin-bottom: 12px;
}
.bsh-article p {
  font-size: 17px;
  line-height: 1.75;
  color: var(--bsh-navy-soft);
}
.bsh-article ul li,
.bsh-article ol li {
  font-size: 17px;
  line-height: 1.75;
}
.bsh-article blockquote {
  border-left: 3px solid var(--bsh-teal);
  padding: 6px 0 6px 22px;
  margin: 28px 0;
  font-style: italic;
  color: var(--bsh-navy);
  font-size: 18px;
}

/* Callout boxes */
.bsh-callout {
  border-radius: var(--bsh-radius-lg);
  padding: 22px 26px;
  margin: 30px 0;
  display: flex;
  gap: 16px;
  border: 1px solid transparent;
}
.bsh-callout-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: var(--bsh-radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.bsh-callout-body { flex: 1; }
.bsh-callout-title {
  font-family: var(--bsh-font-head);
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 6px;
  letter-spacing: 0.01em;
}
.bsh-callout-body p:last-child { margin-bottom: 0; }
.bsh-callout-body p { font-size: 15.5px; line-height: 1.65; }

.bsh-callout--warning {
  background: var(--bsh-yellow-tint);
  border-color: rgba(180, 140, 30, 0.15);
}
.bsh-callout--warning .bsh-callout-icon { background: rgba(180, 140, 30, 0.18); color: #8A6A0E; }
.bsh-callout--warning .bsh-callout-title { color: #6A510B; }
.bsh-callout--warning p { color: #5C4609; }

.bsh-callout--info {
  background: var(--bsh-blue-tint);
  border-color: rgba(37, 99, 235, 0.12);
}
.bsh-callout--info .bsh-callout-icon { background: rgba(37, 99, 235, 0.15); color: #1E40AF; }
.bsh-callout--info .bsh-callout-title { color: #1B3A8C; }
.bsh-callout--info p { color: #1F2F66; }

.bsh-callout--fee {
  background: var(--bsh-teal-soft);
  border-color: rgba(47, 168, 155, 0.18);
}
.bsh-callout--fee .bsh-callout-icon { background: rgba(47, 168, 155, 0.2); color: var(--bsh-teal); }
.bsh-callout--fee .bsh-callout-title { color: #1E6E66; }
.bsh-callout--fee p { color: #245F58; }

/* =========================================================
   ARCHIVE PAGE
   ========================================================= */
.bsh-archive-hero {
  padding: 60px 0 30px;
  text-align: center;
}
.bsh-root .bsh-archive-title {
  font-size: 42px;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
  text-wrap: balance;
  line-height: 1.15;
}
.bsh-archive-sub {
  font-size: 17px;
  color: var(--bsh-muted);
  max-width: 580px;
  margin: 0 auto;
  text-wrap: pretty;
}
.bsh-archive-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 30px 0 40px;
}
.bsh-archive-filter {
  padding: 8px 16px;
  background: var(--bsh-paper);
  border: 1px solid var(--bsh-line);
  border-radius: var(--bsh-radius-pill);
  color: var(--bsh-navy-soft);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all .2s ease;
}
.bsh-archive-filter:hover,
.bsh-archive-filter--active {
  background: var(--bsh-navy);
  border-color: var(--bsh-navy);
  color: #fff;
}

.bsh-archive-category {
  margin-bottom: 56px;
}
.bsh-archive-cat-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--bsh-line);
}
.bsh-archive-cat-title {
  font-family: var(--bsh-font-head);
  font-size: 22px;
  font-weight: 700;
  color: var(--bsh-navy);
}
.bsh-archive-cat-count {
  color: var(--bsh-muted);
  font-size: 13px;
}
.bsh-archive-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 4px;
}
.bsh-guide-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--bsh-line);
  gap: 14px;
  transition: padding .2s ease;
}
.bsh-guide-item:hover { padding-left: 6px; }
.bsh-guide-link {
  color: var(--bsh-navy);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.45;
  flex: 1;
}
.bsh-guide-link:hover { color: var(--bsh-teal); }
.bsh-guide-tag {
  display: inline-block;
  padding: 3px 10px;
  background: var(--bsh-sand);
  color: var(--bsh-muted);
  font-size: 12px;
  font-weight: 500;
  border-radius: var(--bsh-radius-pill);
  white-space: nowrap;
  flex-shrink: 0;
}

/* =========================================================
   LEGAL PAGE
   ========================================================= */
.bsh-legal { padding: 70px 0 80px; }
.bsh-legal-head {
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--bsh-line);
}
.bsh-legal-eyebrow {
  display: inline-block;
  font-family: var(--bsh-font-head);
  font-size: 12px;
  font-weight: 600;
  color: var(--bsh-teal);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 14px;
}
.bsh-root .bsh-legal-title {
  font-size: 36px;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  text-wrap: balance;
  line-height: 1.2;
}
.bsh-legal-updated {
  color: var(--bsh-muted);
  font-size: 14px;
}
.bsh-legal-body p,
.bsh-legal-body ul li {
  font-size: 16px;
  line-height: 1.8;
  color: var(--bsh-navy-soft);
}
.bsh-legal-body h2 {
  font-size: 22px;
  margin-top: 36px;
  margin-bottom: 12px;
  color: var(--bsh-navy);
}
.bsh-legal-body h3 {
  font-size: 17px;
  margin-top: 24px;
  margin-bottom: 8px;
  color: var(--bsh-navy);
}
.bsh-legal-body a {
  color: var(--bsh-teal);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

/* =========================================================
   ABOUT PAGE
   ========================================================= */
.bsh-about-hero {
  padding: 70px 0 24px;
  text-align: center;
}
.bsh-about-eyebrow {
  display: inline-block;
  font-family: var(--bsh-font-head);
  font-size: 12px;
  font-weight: 600;
  color: var(--bsh-teal);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 16px;
}
.bsh-root .bsh-about-title {
  font-size: 44px;
  letter-spacing: -0.02em;
  line-height: 1.15;
  text-wrap: balance;
  margin: 0 0 18px;
}
.bsh-about-lead {
  font-size: 18px;
  line-height: 1.65;
  color: var(--bsh-muted);
  max-width: 640px;
  margin: 0 auto;
}

.bsh-about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--bsh-line);
  border-radius: var(--bsh-radius-lg);
  background: var(--bsh-paper);
  overflow: hidden;
}
.bsh-about-stat {
  padding: 28px 24px;
  text-align: center;
  border-right: 1px solid var(--bsh-line);
}
.bsh-about-stat:last-child { border-right: 0; }
.bsh-about-stat-num {
  display: block;
  font-family: var(--bsh-font-head);
  font-size: 38px;
  font-weight: 700;
  color: var(--bsh-navy);
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 8px;
}
.bsh-about-stat-label {
  display: block;
  font-size: 13px;
  color: var(--bsh-muted);
  line-height: 1.5;
}

.bsh-about-block { }
.bsh-root .bsh-about-h2 {
  font-size: 30px;
  letter-spacing: -0.015em;
  line-height: 1.25;
  margin: 10px 0 18px;
  text-wrap: balance;
}
.bsh-about-block p,
.bsh-about-money p {
  font-size: 17px;
  line-height: 1.8;
  color: var(--bsh-navy-soft);
}

.bsh-about-principles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 12px;
}
.bsh-about-principle {
  background: var(--bsh-paper);
  border: 1px solid var(--bsh-line);
  border-radius: var(--bsh-radius-lg);
  padding: 28px 26px;
  position: relative;
  transition: border-color .2s ease, transform .2s ease;
}
.bsh-about-principle:hover {
  border-color: var(--bsh-line-strong);
  transform: translateY(-2px);
}
.bsh-about-principle-num {
  font-family: var(--bsh-font-head);
  font-size: 13px;
  font-weight: 700;
  color: var(--bsh-teal);
  letter-spacing: 0.12em;
  margin-bottom: 14px;
}
.bsh-root .bsh-about-principle-title {
  font-size: 19px;
  margin: 0 0 10px;
}
.bsh-about-principle p {
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--bsh-navy-soft);
  margin: 0;
}

.bsh-about-money {
  background: var(--bsh-paper);
  border: 1px solid var(--bsh-line);
  border-radius: var(--bsh-radius-lg);
  padding: 44px 44px 36px;
}

.bsh-about-cta-section { padding: 56px 0 80px; }
.bsh-about-cta {
  text-align: center;
  background: var(--bsh-navy);
  color: #fff;
  border-radius: var(--bsh-radius-lg);
  padding: 56px 36px;
  position: relative;
  overflow: hidden;
}
.bsh-about-cta::after {
  content: "";
  position: absolute;
  inset: auto -40px -60px auto;
  width: 220px;
  height: 220px;
  background: var(--bsh-teal);
  opacity: 0.18;
  border-radius: 50%;
  filter: blur(20px);
  pointer-events: none;
}
.bsh-root .bsh-about-cta-title {
  color: #fff;
  font-size: 28px;
  letter-spacing: -0.015em;
  margin: 0 0 10px;
  position: relative;
  z-index: 1;
}
.bsh-about-cta p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  margin: 0 0 26px;
  position: relative;
  z-index: 1;
}
.bsh-about-cta-actions {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.bsh-about-cta-actions .bsh-btn--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.32);
  background: transparent;
}
.bsh-about-cta-actions .bsh-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
}

/* =========================================================
   CONTACT PAGE
   ========================================================= */
.bsh-contact-hero {
  padding: 70px 0 24px;
  text-align: center;
}

.bsh-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.bsh-contact-form-wrap { }
.bsh-root .bsh-contact-form-title {
  font-size: 28px;
  letter-spacing: -0.015em;
  margin: 8px 0 6px;
}
.bsh-contact-form-sub {
  color: var(--bsh-muted);
  margin-bottom: 24px;
}

.bsh-contact-form {
  background: var(--bsh-paper);
  border: 1px solid var(--bsh-line);
  border-radius: var(--bsh-radius-lg);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.bsh-contact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.bsh-contact-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bsh-contact-label {
  font-family: var(--bsh-font-head);
  font-size: 13px;
  font-weight: 600;
  color: var(--bsh-navy);
  letter-spacing: 0.01em;
}
.bsh-contact-form input,
.bsh-contact-form select,
.bsh-contact-form textarea {
  width: 100%;
  font-family: var(--bsh-font-body);
  font-size: 15px;
  color: var(--bsh-navy);
  background: var(--bsh-cream);
  border: 1px solid var(--bsh-line);
  border-radius: var(--bsh-radius);
  padding: 12px 14px;
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.bsh-contact-form textarea {
  resize: vertical;
  min-height: 140px;
  line-height: 1.6;
}
.bsh-contact-form input::placeholder,
.bsh-contact-form textarea::placeholder {
  color: var(--bsh-muted-2);
}
.bsh-contact-form input:focus,
.bsh-contact-form select:focus,
.bsh-contact-form textarea:focus {
  border-color: var(--bsh-teal);
  background: var(--bsh-paper);
  box-shadow: 0 0 0 3px rgba(47, 168, 155, 0.15);
}
.bsh-contact-form select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%235C6680' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px;
  padding-right: 38px;
}

.bsh-contact-submit-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.bsh-contact-privacy-note {
  font-size: 13px;
  color: var(--bsh-muted);
}

.bsh-contact-side {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bsh-contact-card {
  background: var(--bsh-paper);
  border: 1px solid var(--bsh-line);
  border-radius: var(--bsh-radius-lg);
  padding: 22px 22px 20px;
  transition: border-color .2s ease, transform .2s ease;
}
.bsh-contact-card:hover {
  border-color: var(--bsh-line-strong);
  transform: translateY(-2px);
}
.bsh-contact-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--bsh-teal-soft);
  color: var(--bsh-teal);
  margin-bottom: 12px;
}
.bsh-root .bsh-contact-card-title {
  font-size: 16px;
  margin: 0 0 6px;
}
.bsh-contact-card-line {
  font-size: 14px;
  color: var(--bsh-muted);
  line-height: 1.6;
  margin: 0 0 8px;
}
.bsh-contact-card-link {
  display: inline-block;
  font-weight: 600;
  font-size: 14.5px;
  color: var(--bsh-teal);
  word-break: break-all;
}
.bsh-contact-card-link:hover { color: var(--bsh-navy); }

.bsh-contact-note {
  background: var(--bsh-yellow-tint);
  border: 1px solid rgba(27, 42, 78, 0.06);
  border-radius: var(--bsh-radius);
  padding: 16px 18px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--bsh-navy-soft);
}
.bsh-contact-note strong { color: var(--bsh-navy); }

.bsh-contact-faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 40px;
}
.bsh-contact-faq-item { }
.bsh-root .bsh-contact-faq-q {
  font-size: 17px;
  margin: 0 0 8px;
}
.bsh-contact-faq-item p {
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--bsh-navy-soft);
  margin: 0;
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 960px) {
  .bsh-section { padding: 64px 0; }
  .bsh-hero { padding: 64px 0 50px; }
  .bsh-hero-title { font-size: 42px; }
  .bsh-section-title { font-size: 30px; }
  .bsh-post-title, .bsh-archive-title { font-size: 36px; }
  .bsh-legal-title { font-size: 32px; }
  .bsh-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .bsh-archive-grid { grid-template-columns: 1fr; column-gap: 0; }
  .bsh-nav-links { gap: 20px; }
  .bsh-picks { grid-template-columns: repeat(2, 1fr); gap: 18px; }

  .bsh-process-grid { grid-template-columns: 1fr; gap: 40px; }
  .bsh-root .bsh-process-title { font-size: 28px; }
  .bsh-process-steps { padding: 4px 26px; }

  .bsh-faq-grid { grid-template-columns: 1fr; gap: 0; }
  .bsh-faq-col + .bsh-faq-col .bsh-faq-item:first-child { border-top: 0; }
  .bsh-root .bsh-faq-title { font-size: 28px; }

  .bsh-root .bsh-about-title { font-size: 36px; }
  .bsh-root .bsh-about-h2 { font-size: 26px; }
  .bsh-about-stats { grid-template-columns: repeat(2, 1fr); }
  .bsh-about-stat { border-right: 0; border-bottom: 1px solid var(--bsh-line); }
  .bsh-about-stat:nth-child(odd) { border-right: 1px solid var(--bsh-line); }
  .bsh-about-stat:nth-last-child(-n+2) { border-bottom: 0; }
  .bsh-about-principles { grid-template-columns: 1fr; gap: 16px; }
  .bsh-about-money { padding: 32px 28px 24px; }
  .bsh-about-cta { padding: 44px 28px; }
  .bsh-root .bsh-about-cta-title { font-size: 24px; }

  .bsh-contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .bsh-contact-faq { grid-template-columns: 1fr; gap: 22px; }
}

@media (max-width: 640px) {
  .bsh-section { padding: 50px 0; }
  .bsh-hero { padding: 50px 0 40px; }
  .bsh-hero-title { font-size: 32px; }
  .bsh-hero-sub { font-size: 16px; }
  .bsh-section-title { font-size: 26px; }
  .bsh-post-title { font-size: 28px; }
  .bsh-archive-title { font-size: 30px; }
  .bsh-legal-title { font-size: 28px; }

  .bsh-nav-links {
    display: none;
  }
  .bsh-nav-links--mobile-cta { display: flex; }
  .bsh-nav-links--mobile-cta a:not(.bsh-nav-cta) { display: none; }

  .bsh-search {
    flex-direction: column;
    padding: 12px;
    gap: 8px;
    align-items: stretch;
  }
  .bsh-search-icon { display: none; }
  .bsh-search input { padding: 6px 4px; }
  .bsh-search button { width: 100%; padding: 12px; }

  .bsh-hero-meta { gap: 14px; font-size: 13px; }

  .bsh-table thead { display: none; }
  .bsh-table, .bsh-table tbody, .bsh-table tr, .bsh-table td { display: block; width: 100%; }
  .bsh-table tbody tr {
    padding: 14px 18px;
    border-bottom: 1px solid var(--bsh-line);
  }
  .bsh-table tbody td {
    padding: 6px 0;
    border: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
  }
  .bsh-table tbody td::before {
    content: attr(data-label);
    font-family: var(--bsh-font-head);
    font-size: 12px;
    font-weight: 600;
    color: var(--bsh-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }
  .bsh-table td:first-child::before { display: none; }

  .bsh-toc { padding: 20px; }
  .bsh-article h2 { font-size: 24px; }
  .bsh-article h3 { font-size: 19px; }
  .bsh-article p, .bsh-article ul li, .bsh-article ol li { font-size: 16px; }

  .bsh-callout { flex-direction: column; gap: 10px; padding: 18px; }

  .bsh-footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .bsh-footer-bottom { flex-direction: column; text-align: center; }

  .bsh-archive-cat-head { flex-direction: column; align-items: flex-start; gap: 4px; }
  .bsh-guide-item { flex-direction: column; align-items: flex-start; gap: 6px; }

  .bsh-picks { grid-template-columns: 1fr; gap: 14px; }
  .bsh-pick { padding: 24px 22px 20px; }
  .bsh-root .bsh-pick-title { font-size: 18px; }

  .bsh-root .bsh-process-title { font-size: 24px; padding-left: 16px; }
  .bsh-process-steps { padding: 0 20px; }
  .bsh-step { gap: 16px; padding: 22px 0; }
  .bsh-step-num { width: 28px; height: 28px; min-width: 28px; font-size: 13px; }
  .bsh-root .bsh-step-title { font-size: 16px; }

  .bsh-root .bsh-faq-title { font-size: 24px; }
  .bsh-root .bsh-faq-q { font-size: 16px; padding: 18px 4px 18px 0; }
  .bsh-faq-a p { font-size: 15px; }

  .bsh-about-hero, .bsh-contact-hero { padding: 50px 0 16px; }
  .bsh-root .bsh-about-title { font-size: 28px; }
  .bsh-about-lead { font-size: 16px; }
  .bsh-root .bsh-about-h2 { font-size: 22px; }
  .bsh-about-stats { grid-template-columns: 1fr; }
  .bsh-about-stat { border-right: 0 !important; border-bottom: 1px solid var(--bsh-line); padding: 22px 18px; }
  .bsh-about-stat:last-child { border-bottom: 0; }
  .bsh-about-stat-num { font-size: 32px; }
  .bsh-about-principle { padding: 24px 22px; }
  .bsh-about-money { padding: 26px 22px 18px; }
  .bsh-about-cta { padding: 36px 22px; }

  .bsh-contact-form { padding: 24px 20px; }
  .bsh-contact-row { grid-template-columns: 1fr; gap: 14px; }
  .bsh-contact-submit-row { flex-direction: column; align-items: stretch; }
  .bsh-contact-submit-row .bsh-btn { text-align: center; }
  .bsh-contact-privacy-note { text-align: center; }
}
}/* End custom CSS */