.bk-landing.bk-means-test-page {
  --accent: var(--bk-accent);
  --accent-alt: var(--bk-accent-alt);
  --dark: #1a1a1a;
  --text: var(--bk-text);
  --text-light: var(--bk-text-soft);
  --text-muted: var(--bk-text-muted);
  --muted: var(--bk-bg);
  --surface: var(--bk-surface);
  --surface-soft: var(--bk-surface-soft);
  --surface-muted: #edf2f7;
  --border: var(--bk-border);
  --border-light: #eee;
  --card-shadow: var(--bk-shadow);
  --card-shadow-hover: 0 16px 42px rgba(0, 0, 0, 0.08);
  --radius: var(--bk-radius);
  --radius-sm: var(--bk-radius-sm);
  --radius-lg: 14px;
  --content-max-width: var(--bk-max-width);
  --content-padding: var(--bk-content-padding);
  --section-padding-v: var(--bk-section-y);
  color: var(--text);
  font-family: "Muli", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.875;
}

.bk-landing.bk-means-test-page * {
  box-sizing: border-box;
}

.bk-means-test-body .site-inner,
.bk-means-test-body .content,
.bk-means-test-body .entry,
.bk-means-test-body .entry-content {
  margin-bottom: 0;
}

.bk-landing.bk-means-test-page > .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.bk-landing.bk-means-test-page :is(.bk-section__inner, .bk-hero__inner, .bk-trust__inner) {
  max-width: var(--content-max-width);
  margin: 0 auto;
  padding: var(--content-padding);
  width: 100%;
}

.bk-landing.bk-means-test-page :is(h1, h2) {
  font-family: "Arial Black", Arial, sans-serif !important;
}

.bk-landing.bk-means-test-page h3,
.bk-landing.bk-means-test-page .mt-result-label {
  font-family: "ArialMT", Arial, sans-serif !important;
}

.bk-landing.bk-means-test-page h1,
.bk-landing.bk-means-test-page h2,
.bk-landing.bk-means-test-page h3,
.bk-landing.bk-means-test-page .mt-result-label {
  margin: 0;
  color: var(--dark);
}

.bk-landing.bk-means-test-page p,
.bk-landing.bk-means-test-page ul,
.bk-landing.bk-means-test-page ol,
.bk-landing.bk-means-test-page table {
  margin-top: 0;
}

.bk-landing.bk-means-test-page a,
.bk-landing.bk-means-test-page button,
.bk-landing.bk-means-test-page input,
.bk-landing.bk-means-test-page select {
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.bk-landing.bk-means-test-page .section-micro {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--accent);
}

.bk-landing.bk-means-test-page .hero-flash-msg {
  color: #ffcc00;
  font-weight: 800;
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.bk-landing.bk-means-test-page .bk-hero {
  position: relative;
  min-height: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(160deg, #05070c 0%, #0a1018 34%, #121b28 70%, #182638 100%);
  padding: 112px 8% 112px;
}

.bk-landing.bk-means-test-page .bk-hero::before,
.bk-landing.bk-means-test-page .bk-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.bk-landing.bk-means-test-page .bk-hero::before {
  right: min(7vw, 90px);
  top: 56px;
  width: min(38vw, 460px);
  height: min(38vw, 460px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(93, 124, 151, 0.22) 0%, rgba(93, 124, 151, 0.08) 40%, transparent 72%);
  filter: blur(18px);
}

.bk-landing.bk-means-test-page .bk-hero::after {
  content: none;
}

.bk-landing.bk-means-test-page .bk-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 209, 92, 0.10), transparent 18%),
    radial-gradient(circle at 82% 16%, rgba(93, 124, 151, 0.22), transparent 24%),
    radial-gradient(circle at 68% 62%, rgba(55, 74, 98, 0.16), transparent 30%),
    linear-gradient(160deg, #05070c 0%, #0a1018 34%, #121b28 70%, #182638 100%);
}

.bk-landing.bk-means-test-page .bk-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(5, 7, 12, 0.74) 0%, rgba(7, 11, 17, 0.56) 42%, rgba(8, 12, 19, 0.70) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(6, 8, 13, 0.18) 100%);
  z-index: 2;
}

.bk-landing.bk-means-test-page .bk-hero__inner {
  position: relative;
  z-index: 3;
  width: 100%;
}

.bk-landing.bk-means-test-page .bk-means-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 18px;
  max-width: 840px;
}

.bk-landing.bk-means-test-page .bk-means-hero-copy > h1.herosec_main_head {
  font-family: "HelveticaNeue-CondensedBlack", "Helvetica Neue", Arial, sans-serif !important;
  color: #fff;
  text-align: left;
  width: 66%;
  max-width: 820px;
  margin-bottom: 10px;
  font-size: 54px;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-transform: none;
}

.bk-landing.bk-means-test-page .hero-desc {
  width: 66%;
  max-width: 760px;
  font-size: clamp(17px, 1.7vw, 20px);
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 0;
}

.bk-landing.bk-means-test-page .bk-hero-highlights {
  display: none;
}

.bk-landing.bk-means-test-page .bk-means-calc-section {
  background: linear-gradient(180deg, transparent 0 36px, #ffffff 36px, var(--muted) 100%);
  margin-top: -36px;
  padding: 0 5% 48px;
  position: relative;
  z-index: 4;
}

.bk-landing.bk-means-test-page .bk-means-calc-section .bk-section__inner {
  max-width: 1040px;
  display: flex;
  justify-content: center;
}

.bk-landing.bk-means-test-page .bk-means-calc-section .bk-tool-form-card {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 14px 30px rgba(6, 8, 13, 0.07), 0 24px 40px rgba(6, 8, 13, 0.05);
}

.bk-landing.bk-means-test-page .bk-jurisdiction-section {
  background: var(--muted);
  padding: var(--section-padding-v) 5%;
}

.bk-landing.bk-means-test-page .bk-jurisdiction-routing-section {
  background: linear-gradient(180deg, transparent 0 36px, #ffffff 36px, var(--muted) 100%);
  margin-top: -36px;
  padding: 0 5% 48px;
  position: relative;
  z-index: 4;
}

.bk-landing.bk-means-test-page.bk-bankruptcy .bk-jurisdiction-routing-section {
  background: #ffffff;
  margin-top: 0;
  padding: 48px 5% 48px;
}

.bk-landing.bk-means-test-page .bk-means-process-section,
.bk-landing.bk-means-test-page .bk-means-state-header {
  background: #fff;
  padding: var(--section-padding-v) 5%;
}

.bk-landing.bk-means-test-page .bk-means-state-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  padding: 0 5% var(--section-padding-v);
}

.bk-landing.bk-means-test-page .bk-means-state-shell {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
}

.bk-landing.bk-means-test-page .bk-means-state-header__inner {
  max-width: 860px;
  margin: 0 auto;
  width: 100%;
}

.bk-landing.bk-means-test-page .bk-feasibility-gate {
  background: #0a0a0a;
  color: #f8fafc;
  padding: 4rem 0;
}

.bk-landing.bk-means-test-page .bk-section__inner > header,
.bk-landing.bk-means-test-page .process-header,
.bk-landing.bk-means-test-page .bk-feasibility-gate .bk-section__inner > header {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 56px;
}

.bk-landing.bk-means-test-page .bk-section__inner > header h2,
.bk-landing.bk-means-test-page .process-header h2,
.bk-landing.bk-means-test-page .bk-feasibility-gate .bk-section__inner > header h2 {
  font-family: "HelveticaNeue-CondensedBlack", "Helvetica Neue", Arial, sans-serif;
  font-size: 43px;
  font-weight: 900;
  line-height: 48px;
  letter-spacing: -1px;
  margin-top: 40px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: none;
}

.bk-landing.bk-means-test-page .bk-section__inner > header p,
.bk-landing.bk-means-test-page .process-header p {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.875;
  color: var(--text-light);
}

.bk-landing.bk-means-test-page .bk-feasibility-gate .section-micro,
.bk-landing.bk-means-test-page .bk-feasibility-gate .bk-section__inner > header h2 {
  color: #f8fafc;
}

.bk-landing.bk-means-test-page .bk-feasibility-intro,
.bk-landing.bk-means-test-page .bk-feasibility-gate .bk-section__inner > header p {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.875;
  color: rgba(248, 250, 252, 0.85);
}

.bk-landing.bk-means-test-page .bk-feasibility-grid {
  display: grid;
  gap: 30px;
}

.bk-landing.bk-means-test-page .bk-means-state-layout {
  display: grid;
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(15, 23, 32, 0.08);
}

.bk-landing.bk-means-test-page .bk-means-state-zone {
  min-width: 0;
}

.bk-landing.bk-means-test-page .bk-means-state-zone__inner {
  height: 100%;
  padding: clamp(32px, 4vw, 52px);
}

.bk-landing.bk-means-test-page .bk-means-card-grid,
.bk-landing.bk-means-test-page .bk-means-process-grid,
.bk-landing.bk-means-test-page .bk-routing-card-grid {
  display: grid;
  gap: 24px;
}

.bk-landing.bk-means-test-page .bk-means-process-card,
.bk-landing.bk-means-test-page .bk-means-data-card,
.bk-landing.bk-means-test-page .bk-means-resource-card,
.bk-landing.bk-means-test-page .bk-routing-card,
.bk-landing.bk-means-test-page .bk-tool-form-card {
  background: #fff;
  border: 1px solid #eef2f6;
  border-radius: var(--radius);
  box-shadow: var(--card-shadow);
  padding: 28px;
}

.bk-landing.bk-means-test-page .bk-means-process-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bk-landing.bk-means-test-page .bk-means-process-card:hover,
.bk-landing.bk-means-test-page .bk-means-data-card:hover,
.bk-landing.bk-means-test-page .bk-means-resource-card:hover,
.bk-landing.bk-means-test-page .bk-routing-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--card-shadow-hover);
}

.bk-landing.bk-means-test-page .bk-means-process-card h3,
.bk-landing.bk-means-test-page .bk-means-data-card h3,
.bk-landing.bk-means-test-page .bk-means-resource-card h3,
.bk-landing.bk-means-test-page .bk-routing-card h3,
.bk-landing.bk-means-test-page .bk-means-state-zone h3,
.bk-landing.bk-means-test-page .bk-feasibility-card h3,
.bk-landing.bk-means-test-page .help-block h4,
.bk-landing.bk-means-test-page .mt-result-inputs h4,
.bk-landing.bk-means-test-page .mt-result-missing h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
}

.bk-landing.bk-means-test-page .bk-means-process-card p,
.bk-landing.bk-means-test-page .bk-means-data-card p,
.bk-landing.bk-means-test-page .bk-means-resource-card p,
.bk-landing.bk-means-test-page .bk-routing-card p,
.bk-landing.bk-means-test-page .bk-means-state-zone p,
.bk-landing.bk-means-test-page .bk-tool-form-intro,
.bk-landing.bk-means-test-page .bk-tool-scope-note,
.bk-landing.bk-means-test-page .bk-means-legal-note,
.bk-landing.bk-means-test-page .mt-optional,
.bk-landing.bk-means-test-page .mt-static-note,
.bk-landing.bk-means-test-page .mt-result-disclaimer,
.bk-landing.bk-means-test-page .mt-result-method-note,
.bk-landing.bk-means-test-page .mt-result-summary,
.bk-landing.bk-means-test-page .mt-result-missing ul,
.bk-landing.bk-means-test-page .mt-audit-table td:first-child,
.bk-landing.bk-means-test-page .table-note {
  color: var(--text-light);
}

.bk-landing.bk-means-test-page .mt-helper {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-muted);
  text-transform: none;
  letter-spacing: 0;
}

.bk-landing.bk-means-test-page .bk-tool-form-card {
  position: relative;
  padding: 36px 38px;
  border: 1px solid var(--border);
  border-top: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.03), 0 12px 30px rgba(0,0,0,0.05);
}

.bk-landing.bk-means-test-page .bk-tool-form-card__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.bk-landing.bk-means-test-page .bk-tool-form-card__header h3 {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.3px;
}

.bk-landing.bk-means-test-page .bk-tool-form-card .section-micro {
  display: none;
}

.bk-landing.bk-means-test-page .bk-tool-form-pill {
  margin: 0;
  padding: 4px 10px;
  border-radius: 6px;
  border: none;
  background: rgba(44, 62, 80, 0.07);
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.bk-landing.bk-means-test-page .bk-tool-form-intro {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.65;
}

.bk-landing.bk-means-test-page .bk-tool-scope-note {
  margin-top: 16px;
  padding: 14px 16px;
  border-left: 3px solid var(--accent-alt);
  border-radius: 0 8px 8px 0;
  background: var(--surface-soft);
  font-size: 13px;
  line-height: 1.6;
}

.bk-landing.bk-means-test-page .bk-tool-scope-note p,
.bk-landing.bk-means-test-page .bk-means-legal-note,
.bk-landing.bk-means-test-page .mt-result-method-note {
  margin: 0;
}

.bk-landing.bk-means-test-page .bk-means-legal-note {
  margin-top: 12px;
}

.bk-landing.bk-means-test-page .mt-midpoint-note {
  margin-top: 8px;
  padding: 10px 12px;
  border-radius: 8px;
  background: var(--surface-soft);
}

.bk-landing.bk-means-test-page .mt-result-method-note {
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.6;
}

.bk-landing.bk-means-test-page .mt-calc-grid {
  display: grid;
  gap: 22px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}

.bk-landing.bk-means-test-page label,
.bk-landing.bk-means-test-page legend,
.bk-landing.bk-means-test-page .mt-static-label,
.bk-landing.bk-means-test-page .bk-trust__logo span {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: var(--text-muted);
}

.bk-landing.bk-means-test-page label,
.bk-landing.bk-means-test-page fieldset,
.bk-landing.bk-means-test-page .mt-static-field {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.bk-landing.bk-means-test-page .mt-household-field {
  align-content: start;
}

.bk-landing.bk-means-test-page .mt-household-control {
  display: grid;
  grid-template-columns: 60px minmax(108px, 132px) 60px;
  gap: 0;
  align-items: center;
  width: 100%;
  max-width: 252px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--surface-soft);
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.bk-landing.bk-means-test-page .mt-household-stepper {
  border: 0;
  background: transparent;
  color: var(--text);
  font-family: "Muli", sans-serif;
  cursor: pointer;
}

.bk-landing.bk-means-test-page .mt-household-stepper {
  min-height: 56px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.bk-landing.bk-means-test-page .mt-household-stepper:first-child {
  border-right: 1px solid var(--border);
}

.bk-landing.bk-means-test-page .mt-household-stepper:last-child {
  border-left: 1px solid var(--border);
}

.bk-landing.bk-means-test-page .mt-household-stepper:hover,
.bk-landing.bk-means-test-page .mt-household-stepper:focus-visible {
  background: rgba(44, 62, 80, 0.05);
  box-shadow: none;
}

.bk-landing.bk-means-test-page .mt-household-control:focus-within {
  border-color: var(--accent);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(44, 62, 80, 0.08);
}

.bk-landing.bk-means-test-page .mt-household-input {
  min-height: 56px;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 20px;
  font-weight: 600;
}

.bk-landing.bk-means-test-page select,
.bk-landing.bk-means-test-page input:not([type="checkbox"]) {
  width: 100%;
  min-height: 52px;
  padding: 13px 16px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--surface-soft);
  color: var(--text);
  font-family: "Muli", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

/* Hide number spinners */
.bk-landing.bk-means-test-page input[type="number"]::-webkit-outer-spin-button,
.bk-landing.bk-means-test-page input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.bk-landing.bk-means-test-page input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}

.bk-landing.bk-means-test-page select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%232c3e50' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 44px;
  cursor: pointer;
}

.bk-landing.bk-means-test-page select:focus,
.bk-landing.bk-means-test-page input:focus {
  outline: none;
  border-color: var(--accent);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(44, 62, 80, 0.08);
}

.bk-landing.bk-means-test-page fieldset {
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: transparent;
}

.bk-landing.bk-means-test-page legend {
  padding: 0 6px;
}

.bk-landing.bk-means-test-page .mt-static-value {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 13px 16px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--surface-soft);
  color: var(--text);
  font-size: 16px;
  font-weight: 500;
}

.bk-landing.bk-means-test-page .mt-checkbox-group {
  display: grid;
  gap: 10px;
}

.bk-landing.bk-means-test-page .mt-checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 0;
  cursor: pointer;
  padding: 14px 16px;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  background: var(--surface-soft);
  transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

.bk-landing.bk-means-test-page .mt-checkbox-label:hover {
  border-color: var(--accent-alt);
  background: #fff;
}

.bk-landing.bk-means-test-page .mt-checkbox-label:has(input:checked) {
  border-color: var(--accent);
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--accent);
}

.bk-landing.bk-means-test-page .mt-checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin: 1px 0 0;
  accent-color: var(--accent);
  cursor: pointer;
  border-radius: 4px;
}

.bk-landing.bk-means-test-page .mt-checkbox-label span {
  min-width: 0;
  overflow-wrap: anywhere;
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  text-transform: none;
  letter-spacing: 0;
  color: var(--text);
}

.bk-landing.bk-means-test-page .mt-checkbox-label .mt-helper {
  font-weight: 400;
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.45;
}

.bk-landing.bk-means-test-page .bk-form-submit,
.bk-landing.bk-means-test-page .mt-calc-cta .legal-hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border: none;
  border-radius: 10px;
  background: var(--accent);
  color: #fff;
  font-family: "Muli", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(44, 62, 80, 0.1), 0 4px 12px rgba(44, 62, 80, 0.15);
}

.bk-landing.bk-means-test-page .bk-form-submit:hover,
.bk-landing.bk-means-test-page .bk-form-submit:focus-visible,
.bk-landing.bk-means-test-page .mt-calc-cta .legal-hero-button:hover,
.bk-landing.bk-means-test-page .mt-calc-cta .legal-hero-button:focus-visible {
  background: #1e3246;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(44, 62, 80, 0.15), 0 8px 24px rgba(44, 62, 80, 0.22);
}

.bk-landing.bk-means-test-page .mt-result-card {
  margin-top: 28px;
  padding: 22px;
  scroll-margin-top: 120px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--surface-soft);
}

.bk-landing.bk-means-test-page .mt-hidden {
  display: none !important;
}

.bk-landing.bk-means-test-page .mt-result-header {
  display: block;
  margin-bottom: 18px;
  padding: 20px 22px;
  border-radius: var(--radius-sm);
}

.bk-landing.bk-means-test-page .mt-result-possible {
  background: #eef6f2;
  border-left: 5px solid #22644f;
}

.bk-landing.bk-means-test-page .mt-result-analysis {
  background: #edf3f9;
  border-left: 5px solid var(--accent-alt);
}

.bk-landing.bk-means-test-page .mt-result-13 {
  background: #edf3f9;
  border-left: 5px solid var(--accent);
}

.bk-landing.bk-means-test-page .mt-result-timing {
  background: #faecea;
  border-left: 5px solid #963c34;
}

.bk-landing.bk-means-test-page .mt-result-possible .mt-result-label::before { content: "\2713\00a0"; color: #22644f; }
.bk-landing.bk-means-test-page .mt-result-analysis .mt-result-label::before { content: "\26a0\00a0"; color: var(--accent-alt); }
.bk-landing.bk-means-test-page .mt-result-13 .mt-result-label::before { content: "\2192\00a0"; color: var(--accent); }
.bk-landing.bk-means-test-page .mt-result-timing .mt-result-label::before { content: "\23f1\00a0"; color: #963c34; }

.bk-landing.bk-means-test-page .mt-result-label {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.bk-landing.bk-means-test-page .mt-result-inputs,
.bk-landing.bk-means-test-page .mt-result-missing {
  margin-bottom: 18px;
}

.bk-landing.bk-means-test-page .mt-audit-table,
.bk-landing.bk-means-test-page .income-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: var(--radius-sm);
  background: #fff;
}

.bk-landing.bk-means-test-page .income-table th,
.bk-landing.bk-means-test-page .income-table td,
.bk-landing.bk-means-test-page .mt-audit-table td {
  padding: 13px 14px;
  text-align: left;
  border-bottom: 1px solid var(--border);
}

.bk-landing.bk-means-test-page .income-table tbody td {
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.bk-landing.bk-means-test-page .income-table tbody tr {
  cursor: default;
}

.bk-landing.bk-means-test-page .income-table tbody tr:hover td,
.bk-landing.bk-means-test-page .income-table tbody tr:focus-within td {
  background: #f4f7fb;
}

.bk-landing.bk-means-test-page .income-table tbody tr:hover td:first-child,
.bk-landing.bk-means-test-page .income-table tbody tr:focus-within td:first-child {
  color: var(--dark);
}

.bk-landing.bk-means-test-page .income-table thead th {
  background: var(--surface-muted);
  color: var(--dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.bk-landing.bk-means-test-page .mt-audit-table td:first-child {
  width: 42%;
}

.bk-landing.bk-means-test-page .mt-calc-cta {
  margin-top: 24px;
  padding: 18px 20px;
  border-top: 1px solid var(--border);
  border-radius: 0 0 var(--radius-sm) var(--radius-sm);
  background: var(--surface-soft);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.bk-landing.bk-means-test-page .bk-means-inline-link {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border: 1px solid var(--accent);
  border-radius: var(--radius-sm);
  background: var(--accent);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.bk-landing.bk-means-test-page .bk-means-inline-link:hover,
.bk-landing.bk-means-test-page .bk-means-inline-link:focus-visible {
  border-color: var(--accent);
  background: #fff;
  color: var(--accent);
  text-decoration: none;
}

.bk-landing.bk-means-test-page .bk-means-state-zone--dark {
  background: #0f1720;
}

.bk-landing.bk-means-test-page .bk-means-state-zone--dark .section-micro,
.bk-landing.bk-means-test-page .bk-means-state-zone--dark h3,
.bk-landing.bk-means-test-page .bk-means-state-zone--dark p,
.bk-landing.bk-means-test-page .bk-means-state-zone--dark .table-note,
.bk-landing.bk-means-test-page .bk-means-state-zone--dark .table-note a {
  color: #fff;
}

.bk-landing.bk-means-test-page .bk-means-state-zone--dark .income-table {
  background: transparent;
  color: #fff;
  border-radius: 0;
}

.bk-landing.bk-means-test-page .bk-means-state-zone--dark .income-table td {
  background: transparent;
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.bk-landing.bk-means-test-page .bk-means-state-zone--dark .income-table tbody tr:hover td,
.bk-landing.bk-means-test-page .bk-means-state-zone--dark .income-table tbody tr:focus-within td {
  background: rgba(255, 255, 255, 0.08);
}

.bk-landing.bk-means-test-page .bk-means-state-zone--dark .income-table thead th {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.bk-landing.bk-means-test-page .bk-means-state-zone--light {
  background: #ffffff;
}

.bk-landing.bk-means-test-page .bk-means-state-zone--light .help-columns {
  grid-template-columns: 1fr;
  gap: 18px;
}

.bk-landing.bk-means-test-page .bk-means-state-zone--light .help-columns > div {
  padding: 20px;
}

.bk-landing.bk-means-test-page .bk-means-state-zone--light .help-block ul,
.bk-landing.bk-means-test-page .bk-means-state-zone--light .checklist {
  margin: 0;
}

.bk-landing.bk-means-test-page .bk-means-state-zone--light .help-block li,
.bk-landing.bk-means-test-page .bk-means-state-zone--light .checklist li {
  margin-bottom: 10px;
  line-height: 1.65;
}

.bk-landing.bk-means-test-page .help-block {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.bk-landing.bk-means-test-page .help-columns {
  display: grid;
  gap: 16px;
  margin-bottom: 18px;
}

.bk-landing.bk-means-test-page .bk-means-resource-section .bk-means-card-grid {
  grid-template-columns: 1fr;
  align-items: start;
}

.bk-landing.bk-means-test-page .bk-means-resource-card {
  padding: 32px;
}

.bk-landing.bk-means-test-page.bk-bankruptcy .bk-means-income-section .bk-means-data-card {
  background: #0f1720;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 48px rgba(15, 23, 32, 0.18);
}

.bk-landing.bk-means-test-page.bk-bankruptcy .bk-means-comparison-table-wrap {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: #0f1720;
  box-shadow: 0 18px 48px rgba(15, 23, 32, 0.18);
  overflow: hidden;
}

.bk-landing.bk-means-test-page.bk-bankruptcy .bk-means-comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
  color: #fff;
}

.bk-landing.bk-means-test-page.bk-bankruptcy .bk-means-comparison-table th,
.bk-landing.bk-means-test-page.bk-bankruptcy .bk-means-comparison-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.bk-landing.bk-means-test-page.bk-bankruptcy .bk-means-comparison-table thead th {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.6px;
  line-height: 1.4;
  text-transform: uppercase;
  vertical-align: middle;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.bk-landing.bk-means-test-page.bk-bankruptcy .bk-means-comparison-table thead th:first-child {
  border-top-left-radius: 10px;
}

.bk-landing.bk-means-test-page.bk-bankruptcy .bk-means-comparison-table thead th:last-child {
  border-top-right-radius: 10px;
}

.bk-landing.bk-means-test-page.bk-bankruptcy .bk-means-comparison-table tbody td {
  transition: background-color 0.18s ease, color 0.18s ease;
}

.bk-landing.bk-means-test-page.bk-bankruptcy .bk-means-comparison-table tbody tr:hover td,
.bk-landing.bk-means-test-page.bk-bankruptcy .bk-means-comparison-table tbody tr:focus-within td {
  background: rgba(255, 255, 255, 0.08);
}

.bk-landing.bk-means-test-page.bk-bankruptcy .bk-means-comparison-table tbody tr:hover td:first-child,
.bk-landing.bk-means-test-page.bk-bankruptcy .bk-means-comparison-table tbody tr:focus-within td:first-child {
  color: #fff;
}

.bk-landing.bk-means-test-page.bk-bankruptcy .bk-means-comparison-table-wrap .table-note {
  margin-top: 20px;
  color: #fff;
}

.bk-landing.bk-means-test-page.bk-bankruptcy .bk-means-income-section .bk-means-data-card h3,
.bk-landing.bk-means-test-page.bk-bankruptcy .bk-means-income-section .bk-means-data-card p,
.bk-landing.bk-means-test-page.bk-bankruptcy .bk-means-income-section .bk-means-data-card .table-note,
.bk-landing.bk-means-test-page.bk-bankruptcy .bk-means-income-section .bk-means-data-card .table-note a {
  color: #fff;
}

.bk-landing.bk-means-test-page.bk-bankruptcy .bk-means-income-section .bk-means-data-card .income-table {
  background: transparent;
  color: #fff;
}

.bk-landing.bk-means-test-page.bk-bankruptcy .bk-means-income-section .bk-means-data-card .income-table td {
  background: transparent;
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.bk-landing.bk-means-test-page.bk-bankruptcy .bk-means-income-section .bk-means-data-card .income-table thead th {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.bk-landing.bk-means-test-page.bk-bankruptcy .bk-means-income-section .income-table tbody tr:hover td,
.bk-landing.bk-means-test-page.bk-bankruptcy .bk-means-income-section .income-table tbody tr:focus-within td {
  background: rgba(255, 255, 255, 0.08);
}

.bk-landing.bk-means-test-page.bk-bankruptcy .bk-means-income-section .income-table tbody tr:hover td:first-child,
.bk-landing.bk-means-test-page.bk-bankruptcy .bk-means-income-section .income-table tbody tr:focus-within td:first-child {
  color: #fff;
}

.bk-landing.bk-means-test-page .bk-means-resource-card .help-columns {
  grid-template-columns: 1fr;
  gap: 12px;
}

.bk-landing.bk-means-test-page .help-columns > div {
  padding: 16px;
  border-radius: var(--radius-sm);
  background: var(--surface-soft);
}

.bk-landing.bk-means-test-page .bk-means-resource-card .help-columns > div {
  padding: 18px 18px 16px;
}

.bk-landing.bk-means-test-page .help-columns strong {
  display: block;
  margin-bottom: 8px;
  color: var(--dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.bk-landing.bk-means-test-page .help-block ul,
.bk-landing.bk-means-test-page .checklist,
.bk-landing.bk-means-test-page .mt-result-missing ul {
  padding-left: 20px;
}

.bk-landing.bk-means-test-page .bk-means-resource-card .help-block ul {
  margin: 0;
}

.bk-landing.bk-means-test-page .bk-means-resource-card .help-block li {
  margin-bottom: 10px;
  line-height: 1.65;
}

.bk-landing.bk-means-test-page .bk-means-resource-card .help-block li:last-child {
  margin-bottom: 0;
}

.bk-landing.bk-means-test-page .bk-means-resource-card .help-block a {
  overflow-wrap: normal;
  word-break: normal;
}

.bk-landing.bk-means-test-page .help-block a,
.bk-landing.bk-means-test-page .table-note a {
  color: var(--accent);
}

.bk-landing.bk-means-test-page .bk-routing-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
}

.bk-landing.bk-means-test-page .bk-routing-card__media {
  margin: -28px -28px 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #dfe7f1;
}

.bk-landing.bk-means-test-page .bk-routing-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bk-landing.bk-means-test-page .bk-routing-card__stat {
  padding: 16px 18px;
  border-radius: 10px;
  background: var(--surface-soft);
}

.bk-landing.bk-means-test-page .bk-routing-card__stat span {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: var(--text-muted);
}

.bk-landing.bk-means-test-page .bk-routing-card__stat strong {
  display: block;
  color: var(--dark);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
}

.bk-landing.bk-means-test-page .bk-routing-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: auto;
  padding: 12px 18px;
  border-radius: 10px;
  background: var(--accent);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
}

.bk-landing.bk-means-test-page .bk-routing-card__link:hover,
.bk-landing.bk-means-test-page .bk-routing-card__link:focus-visible {
  background: #1e3246;
  color: #fff;
  text-decoration: none;
}

.bk-landing.bk-means-test-page .bk-feasibility-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.bk-landing.bk-means-test-page .bk-feasibility-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 1.75rem;
}

.bk-landing.bk-means-test-page .bk-feasibility-card h3 {
  color: #f8fafc;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.bk-landing.bk-means-test-page .bk-feasibility-card p {
  font-size: 15px;
  line-height: 1.65;
  font-weight: 300;
  color: rgba(248, 250, 252, 0.75);
  margin-bottom: 0;
}

.bk-landing.bk-means-test-page .bk-feasibility-actions {
  width: 100%;
  max-width: 760px;
  margin: 2.5rem auto 0;
  display: flex;
  justify-content: center;
  gap: 14px;
}

.bk-landing.bk-means-test-page .bk-feasibility-gate .legal-hero-button {
  width: auto;
  min-width: 280px;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  box-sizing: border-box;
  font-family: "Muli", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
}

.bk-landing.bk-means-test-page .bk-feasibility-gate .legal-hero-button {
  background: var(--accent);
  color: #fff;
  border: 2px solid var(--accent);
}

.bk-landing.bk-means-test-page .bk-feasibility-gate .legal-hero-button:hover,
.bk-landing.bk-means-test-page .bk-feasibility-gate .legal-hero-button:focus-visible {
  background: transparent;
  color: var(--accent);
}

.bk-landing.bk-means-test-page .bk-feasibility-gate .legal-hero-button.secondary-hero-button {
  background: transparent;
  color: #f8fafc;
  border: 2px solid rgba(248, 250, 252, 0.3);
}

.bk-landing.bk-means-test-page .bk-feasibility-gate .legal-hero-button.secondary-hero-button:hover,
.bk-landing.bk-means-test-page .bk-feasibility-gate .legal-hero-button.secondary-hero-button:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(248, 250, 252, 0.5);
  color: #fff;
}

.bk-landing.bk-means-test-page .mt-result-card:not(.mt-hidden) {
  animation: bk-mt-fade-up 0.35s ease forwards;
}

@keyframes bk-mt-fade-up {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 720px) {
  .bk-landing.bk-means-test-page .help-columns,
  .bk-landing.bk-means-test-page .mt-calc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bk-landing.bk-means-test-page .mt-calc-grid {
    align-items: start;
    column-gap: 28px;
    row-gap: 22px;
  }

  .bk-landing.bk-means-test-page .mt-checkbox-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bk-landing.bk-means-test-page .bk-means-resource-card .help-columns {
    grid-template-columns: 1fr;
  }

  .bk-landing.bk-means-test-page .mt-calc-grid fieldset,
  .bk-landing.bk-means-test-page .mt-calc-grid .bk-form-submit {
    grid-column: 1 / -1;
  }
}

@media (min-width: 980px) {
  .bk-landing.bk-means-test-page .bk-means-card-grid,
  .bk-landing.bk-means-test-page .bk-means-process-grid,
  .bk-landing.bk-means-test-page .bk-routing-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bk-landing.bk-means-test-page .bk-means-resource-section .bk-means-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bk-landing.bk-means-test-page .bk-means-resource-section .bk-means-card-grid > :last-child:nth-child(odd) {
    grid-column: 1 / -1;
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
  }

  .bk-landing.bk-means-test-page .bk-means-state-layout {
    grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  }

}

@media (max-width: 768px) {
  .bk-landing.bk-means-test-page .bk-hero {
    padding-top: 82px;
    padding-bottom: 76px;
  }

  .bk-landing.bk-means-test-page .bk-hero::before {
    right: -56px;
    top: 68px;
    width: 240px;
    height: 240px;
  }

  .bk-landing.bk-means-test-page .bk-hero::after {
    content: none;
  }

  .bk-landing.bk-means-test-page .bk-means-hero-copy > h1.herosec_main_head,
  .bk-landing.bk-means-test-page .hero-desc {
    width: 100%;
    max-width: 100%;
  }

  .bk-landing.bk-means-test-page .bk-hero-highlights {
    gap: 8px;
  }

  .bk-landing.bk-means-test-page .bk-hero-highlights span {
    min-height: 32px;
    padding: 0 12px;
    font-size: 11px;
  }

  .bk-landing.bk-means-test-page .bk-feasibility-actions .legal-hero-button,
  .bk-landing.bk-means-test-page .bk-form-submit {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
  }

  .bk-landing.bk-means-test-page .bk-section__inner > header,
  .bk-landing.bk-means-test-page .process-header,
  .bk-landing.bk-means-test-page .bk-feasibility-gate .bk-section__inner > header {
    margin-bottom: 40px;
  }

  .bk-landing.bk-means-test-page .bk-section__inner > header h2,
  .bk-landing.bk-means-test-page .process-header h2,
  .bk-landing.bk-means-test-page .bk-feasibility-gate .bk-section__inner > header h2 {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.08;
  }

  .bk-landing.bk-means-test-page .bk-tool-form-card {
    padding: 24px 20px;
  }

  .bk-landing.bk-means-test-page .bk-means-calc-section,
  .bk-landing.bk-means-test-page .bk-means-process-section,
  .bk-landing.bk-means-test-page .bk-jurisdiction-routing-section,
  .bk-landing.bk-means-test-page .bk-jurisdiction-section,
  .bk-landing.bk-means-test-page .bk-approach-section,
  .bk-landing.bk-means-test-page .bk-means-state-header {
    padding: 54px 5%;
  }

  .bk-landing.bk-means-test-page .bk-means-calc-section {
    background: linear-gradient(180deg, transparent 0 20px, #ffffff 20px, var(--muted) 100%);
    margin-top: -20px;
    padding: 0 5% 54px;
  }

  .bk-landing.bk-means-test-page .bk-jurisdiction-routing-section {
    background: linear-gradient(180deg, transparent 0 20px, #ffffff 20px, var(--muted) 100%);
    margin-top: -20px;
    padding: 0 5% 54px;
  }

  .bk-landing.bk-means-test-page.bk-bankruptcy .bk-jurisdiction-routing-section {
    background: #ffffff;
    margin-top: 0;
    padding: 32px 5% 54px;
  }

  .bk-landing.bk-means-test-page.bk-bankruptcy .bk-means-comparison-table-wrap {
    padding: 20px;
    overflow-x: auto;
  }

  .bk-landing.bk-means-test-page.bk-bankruptcy .bk-means-comparison-table {
    min-width: 720px;
  }

  .bk-landing.bk-means-test-page .bk-means-calc-section .bk-tool-form-card {
    margin: 0 auto;
  }

  .bk-landing.bk-means-test-page .bk-means-state-section {
    padding: 0 5% 54px;
  }

  .bk-landing.bk-means-test-page .bk-means-state-zone__inner {
    padding: 28px 24px;
  }

  .bk-landing.bk-means-test-page .bk-feasibility-gate {
    padding: 54px 0;
  }

  .bk-landing.bk-means-test-page .bk-feasibility-grid,
  .bk-landing.bk-means-test-page .bk-feasibility-actions {
    grid-template-columns: 1fr;
  }

  .bk-landing.bk-means-test-page .bk-means-process-card,
  .bk-landing.bk-means-test-page .bk-means-data-card,
  .bk-landing.bk-means-test-page .bk-means-resource-card,
  .bk-landing.bk-means-test-page .bk-routing-card,
  .bk-landing.bk-means-test-page .bk-tool-form-card,
  .bk-landing.bk-means-test-page .bk-feasibility-card {
    padding: 20px;
  }

  .bk-landing.bk-means-test-page .bk-routing-card__media {
    margin: -20px -20px 0;
  }

  .bk-landing.bk-means-test-page .bk-means-resource-section .bk-means-card-grid {
    grid-template-columns: 1fr;
  }

  .bk-landing.bk-means-test-page .mt-result-header {
    padding: 16px;
  }

  .bk-landing.bk-means-test-page .mt-audit-table td:first-child {
    width: auto;
  }
}

@media (max-width: 480px) {
  .bk-landing.bk-means-test-page .mt-household-control {
    grid-template-columns: 56px minmax(88px, 1fr) 56px;
    max-width: 100%;
  }

  .bk-landing.bk-means-test-page .bk-form-submit,
  .bk-landing.bk-means-test-page .mt-calc-cta .bk-means-inline-link {
    font-size: 15px;
  }

  .bk-landing.bk-means-test-page .mt-audit-table,
  .bk-landing.bk-means-test-page .mt-audit-table tbody,
  .bk-landing.bk-means-test-page .mt-audit-table tr,
  .bk-landing.bk-means-test-page .mt-audit-table td {
    display: block;
    width: 100%;
  }

  .bk-landing.bk-means-test-page .mt-audit-table tr {
    padding: 13px 14px;
    border-bottom: 1px solid var(--border);
  }

  .bk-landing.bk-means-test-page .mt-audit-table td,
  .bk-landing.bk-means-test-page .mt-audit-table td:first-child {
    width: 100%;
    padding: 0;
    border: 0;
    overflow-wrap: normal;
    word-break: normal;
  }

  .bk-landing.bk-means-test-page .mt-audit-table td:first-child {
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
  }
}

.bk-means-state-footer {
    text-align: center;
    margin-top: 24px;
    padding: 18px 24px;
    background: #f4f7f9;
    border-radius: 8px;
}
.bk-means-state-footer__text {
    margin: 0;
    font-size: 15px;
    color: var(--text-light, #4a5568);
}
.bk-means-state-footer__text a {
    color: var(--accent, #2c3e50);
    font-weight: 600;
    text-decoration: underline;
}
.bk-means-geo-section {
    padding: 30px 8% 60px;
    background: #f4f7f9;
}
.bk-means-geo-text {
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
    font-size: 16px;
    color: var(--text-light, #4a5568);
}
.bk-means-geo-text a {
    color: var(--accent, #2c3e50);
    font-weight: 600;
    text-decoration: underline;
}
