/* =====================================================================
   Paynancial Business Services — standalone page styles (bs-* classes).
   Loaded only on /business-services pages via $page_meta['extra_css'],
   on top of main.css, and built from main.css tokens. Nothing here
   targets the global header, footer or navigation.
   ===================================================================== */
:root {
  --bs-radius: 18px;
  --bs-radius-sm: 12px;
  --bs-shadow: 0 1px 2px rgba(10, 33, 29, 0.04), 0 10px 30px -14px rgba(10, 33, 29, 0.16);
  --bs-shadow-hover: 0 2px 4px rgba(10, 33, 29, 0.05), 0 22px 44px -18px rgba(10, 33, 29, 0.26);
  --bs-line: rgba(10, 33, 29, 0.1);
}

/* ---- Shared page primitives ---- */
.bs-icon { width: 1em; height: 1em; flex-shrink: 0; }
.bs-section { padding: 96px 0; border-bottom: none; }
@media (max-width: 720px) { .bs-section { padding: 64px 0; } }
.bs-section-tint { background: linear-gradient(180deg, var(--paper-dim), var(--paper)); }
.bs-section-ink { background: var(--ink); color: var(--paper); }
.bs-head { max-width: 680px; margin-bottom: 44px; }
.bs-head h2 { margin-top: 12px; }
.bs-head p { margin-top: 14px; color: var(--text-muted); font-size: 1.02rem; }
.bs-head.center { margin-inline: auto; text-align: center; }
.bs-head.center .eyebrow { justify-content: center; }
.bs-head.center .eyebrow::before { display: none; }
.bs-head-row { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.bs-head-row > div { max-width: 680px; }
.bs-kicker { font-family: var(--font-mono); font-size: 0.66rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--teal-700); }
.bs-text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 0.9rem; color: var(--teal-700); }
.bs-text-link .bs-icon { transition: transform var(--transition); }
.bs-text-link:hover .bs-icon, a:hover > .bs-text-link .bs-icon { transform: translateX(3px); }
.bs-text-link.is-muted { color: var(--text-muted); }
.bs-inline-link { color: var(--teal-700); text-decoration: underline; text-underline-offset: 3px; }
.bs-prose { margin-top: 16px; font-size: 1.04rem; color: var(--text-muted); max-width: 60ch; }
.btn .bs-icon { width: 16px; height: 16px; }
.bs-btn-accent { background: var(--orange-500); color: #fff; border-radius: 999px; }
.bs-btn-accent:hover { background: var(--orange-600); }
.bs-section-ink .btn-outline, .bs-btn-on-ink { --btn-outline-border: rgba(250, 249, 245, 0.32); --btn-outline-color: var(--paper); }
.bs-btn-on-ink:hover { border-color: var(--teal-300) !important; color: #fff !important; }

/* Business Services pages use rounded buttons to match the header CTAs. */
.bs-hero .btn, .bs-detail-hero .btn, .bs-section .btn { border-radius: 999px; padding-inline: 24px; }

.bs-breadcrumb { margin-bottom: 26px; }

/* ---- Landing hero ---- */
.bs-hero {
  position: relative; overflow: hidden; background: var(--ink); color: var(--paper); padding: 72px 0 96px; border-bottom: none;
  --btn-outline-border: rgba(250, 249, 245, 0.32); --btn-outline-color: var(--paper);
}
.bs-hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(60% 70% at 85% 30%, rgba(0, 166, 157, 0.18), transparent 70%), radial-gradient(40% 50% at 10% 100%, rgba(255, 85, 0, 0.07), transparent 70%);
}
.bs-hero .breadcrumb a, .bs-hero .breadcrumb { color: rgba(250, 249, 245, 0.55); }
.bs-hero .breadcrumb .current { color: rgba(250, 249, 245, 0.85); }
.bs-hero-grid { position: relative; display: grid; gap: 56px; align-items: center; }
@media (min-width: 1000px) { .bs-hero-grid { grid-template-columns: 1fr 1.08fr; } }
.bs-hero .eyebrow { color: var(--orange-500); }
.bs-hero h1 { margin-top: 16px; font-size: clamp(2.3rem, 1.5rem + 3vw, 4rem); line-height: 1.04; max-width: 13ch; }
.bs-hero .lead { margin-top: 22px; max-width: 540px; color: rgba(250, 249, 245, 0.74); }
.bs-hero .btn-primary:hover { background: var(--teal-300); color: var(--ink); }
.bs-hero-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 24px; margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--border-on-ink); max-width: 520px; }
.bs-hero-points li { display: flex; align-items: center; gap: 10px; font-size: 0.9rem; color: rgba(250, 249, 245, 0.86); }
.bs-hero-points .bs-icon { width: 18px; height: 18px; padding: 3px; border-radius: 50%; background: rgba(0, 166, 157, 0.22); color: var(--teal-300); }

.bs-hero-visual {
  position: relative; border-radius: 24px; padding: 30px 24px 24px;
  background: linear-gradient(160deg, rgba(250, 249, 245, 0.07), rgba(250, 249, 245, 0.015));
  border: 1px solid var(--border-on-ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 40px 80px -40px rgba(0, 0, 0, 0.6);
}
.bs-hero-map { position: relative; aspect-ratio: 1440 / 568; }
.bs-hero-map img { width: 100%; height: 100%; }
.bs-hero-arcs { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.bs-hero-arcs path { fill: none; stroke: var(--teal-300); stroke-opacity: 0.55; stroke-width: 1.4; vector-effect: non-scaling-stroke; stroke-dasharray: 4 6; animation: bs-dash 28s linear infinite; }
@keyframes bs-dash { to { stroke-dashoffset: -400; } }
.bs-hero-pin, .bs-hero-hq { position: absolute; width: 7px; height: 7px; margin: -3.5px 0 0 -3.5px; border-radius: 50%; background: var(--teal-300); box-shadow: 0 0 0 3px rgba(109, 213, 205, 0.18); }
.bs-hero-pin.is-labelled { width: 9px; height: 9px; margin: -4.5px 0 0 -4.5px; background: #fff; box-shadow: 0 0 0 4px rgba(0, 166, 157, 0.45), 0 0 18px rgba(109, 213, 205, 0.7); }
.bs-hero-pin em {
  position: absolute; left: 14px; top: 50%; transform: translateY(-50%); white-space: nowrap;
  font-style: normal; font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--paper); background: rgba(10, 33, 29, 0.78); border: 1px solid var(--border-on-ink); border-radius: 999px; padding: 3px 8px;
}
.bs-hero-pin.is-left em { left: auto; right: 14px; }
.bs-hero-pin.is-up em { left: 50%; top: auto; bottom: 14px; transform: translateX(-50%); }
.bs-hero-hq { width: 11px; height: 11px; margin: -5.5px 0 0 -5.5px; background: var(--orange-500); box-shadow: 0 0 0 5px rgba(255, 85, 0, 0.22); animation: support-pulse 2.4s ease-in-out infinite; }

.bs-journey {
  position: relative; margin-top: 26px; display: grid; grid-template-columns: auto 1fr; gap: 10px 28px; align-items: center;
  background: var(--paper); color: var(--ink); border-radius: 16px; padding: 16px 20px; box-shadow: 0 24px 48px -20px rgba(0, 0, 0, 0.5);
}
.bs-journey-head { display: flex; flex-direction: column; gap: 2px; }
.bs-journey-head strong { font-family: var(--font-serif); font-weight: 500; font-size: 1rem; }
.bs-journey-head span { font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--teal-700); }
.bs-journey ol { list-style: none; margin: 0; padding: 0; display: flex; gap: 6px; flex-wrap: wrap; }
.bs-journey li { display: inline-flex; align-items: center; gap: 6px; font-size: 0.72rem; color: var(--text-muted); padding: 5px 10px 5px 8px; border: 1px solid var(--bs-line); border-radius: 999px; background: #fff; }
.bs-journey li i { width: 8px; height: 8px; border-radius: 50%; border: 1.5px solid var(--grey-400); }
.bs-journey li.is-done { color: var(--ink); }
.bs-journey li.is-done i { background: var(--teal-500); border-color: var(--teal-500); }
.bs-journey li.is-active { color: var(--ink); border-color: var(--orange-500); background: var(--orange-50); }
.bs-journey li.is-active i { border-color: var(--orange-500); }
@media (max-width: 1180px) { .bs-journey { grid-template-columns: 1fr; } }
@media (max-width: 560px) {
  .bs-hero-visual { padding: 16px 12px 16px; }
  .bs-hero-pin em { display: none; }
  .bs-hero-points { grid-template-columns: 1fr; }
}

/* ---- Service category cards ---- */
.bs-service-grid { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.bs-service-card {
  display: flex; flex-direction: column; padding: 30px 28px 28px; background: #fff; border: 1px solid var(--bs-line); border-radius: var(--bs-radius);
  box-shadow: var(--bs-shadow); transition: box-shadow var(--transition), transform var(--transition), border-color var(--transition);
}
.bs-service-card:hover { box-shadow: var(--bs-shadow-hover); transform: translateY(-3px); border-color: var(--teal-100); }
.bs-service-icon { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(145deg, var(--teal-50), #fff); border: 1px solid var(--teal-100); color: var(--teal-700); margin-bottom: 22px; }
.bs-service-icon .bs-icon { width: 22px; height: 22px; }
.bs-service-card h3 { font-size: 1.28rem; }
.bs-service-card > p { margin-top: 8px; font-size: 0.9rem; color: var(--text-muted); }
.bs-service-links { margin: 20px 0 24px; border-top: 1px solid var(--bs-line); }
.bs-service-links li { border-bottom: 1px solid var(--bs-line); }
.bs-service-links a { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; font-size: 0.9rem; color: var(--ink); transition: color var(--transition), padding var(--transition); }
.bs-service-links a::after { content: '→'; color: var(--grey-400); transition: color var(--transition), transform var(--transition); }
.bs-service-links a:hover { color: var(--teal-700); }
.bs-service-links a:hover::after { color: var(--teal-700); transform: translateX(3px); }
.bs-service-card .bs-text-link { margin-top: auto; }

/* ---- Global incorporation + finder ---- */
.bs-global { display: grid; gap: 40px; align-items: center; margin-bottom: 88px; }
@media (min-width: 960px) { .bs-global { grid-template-columns: 1fr 1fr; gap: 64px; } }
.bs-global-copy h2 { margin-top: 12px; font-size: clamp(1.8rem, 1.3rem + 1.8vw, 2.7rem); }
.bs-global-copy p { margin-top: 16px; color: var(--text-muted); font-size: 1.04rem; max-width: 52ch; }
.bs-finder { background: #fff; border: 1px solid var(--bs-line); border-radius: 22px; padding: 30px; box-shadow: var(--bs-shadow-hover); position: relative; }
.bs-finder::before { content: ''; position: absolute; inset: -1px; border-radius: inherit; padding: 1px; background: linear-gradient(130deg, var(--teal-300), transparent 40%, transparent 70%, rgba(255, 85, 0, 0.5)); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }
.bs-finder-title { font-size: 1.35rem; margin-bottom: 18px; }
.bs-finder-foot { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-top: 18px; }

/* JurisdictionSearch */
.bs-search { display: flex; gap: 10px; position: relative; }
.bs-search-field { position: relative; flex: 1; min-width: 0; }
.bs-search-field > .bs-icon { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; color: var(--text-muted); pointer-events: none; }
.bs-search input {
  width: 100%; height: 52px; padding: 0 16px 0 46px; border-radius: 999px; border: 1.5px solid var(--grey-200); background: var(--paper);
  color: var(--ink); font-size: 0.98rem; transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
}
.bs-search input::placeholder { color: var(--grey-400); }
.bs-search input:focus { outline: none; border-color: var(--teal-500); background: #fff; box-shadow: 0 0 0 4px rgba(0, 166, 157, 0.14); }
.bs-search-btn { height: 52px; }
.bs-search-list {
  position: absolute; left: 0; right: 0; top: calc(100% + 8px); z-index: 20; max-height: 300px; overflow-y: auto; margin: 0; padding: 6px;
  background: #fff; border: 1px solid var(--bs-line); border-radius: 16px; box-shadow: var(--shadow-lg);
}
.bs-search-list li { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 10px; cursor: pointer; font-size: 0.92rem; color: var(--ink); }
.bs-search-list li[aria-selected="true"], .bs-search-list li:hover { background: var(--teal-50); }
.bs-search-list li img { width: 22px; height: 16.5px; border-radius: 3px; box-shadow: 0 0 0 1px var(--bs-line); }
.bs-search-list li.is-empty { cursor: default; color: var(--text-muted); background: none; }
.bs-search-list mark { background: none; color: var(--teal-700); font-weight: 600; }
@media (max-width: 520px) { .bs-search { flex-direction: column; } .bs-search-btn { width: 100%; } }

/* ---- JurisdictionCard ---- */
.bs-jur-grid { display: grid; gap: 20px; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); }
.bs-jur-card {
  display: flex; flex-direction: column; background: #fff; border: 1px solid var(--bs-line); border-radius: var(--bs-radius); overflow: hidden;
  box-shadow: var(--bs-shadow); transition: box-shadow var(--transition), transform var(--transition), border-color var(--transition);
}
.bs-jur-card:hover { transform: translateY(-4px); box-shadow: var(--bs-shadow-hover); border-color: var(--teal-100); }
.bs-jur-card:focus-visible { outline-offset: 3px; }
.bs-jur-card[hidden] { display: none; }
.bs-jur-visual, .bs-jur-hero-visual { position: relative; display: block; overflow: hidden; background: radial-gradient(120% 90% at 50% 50%, #fff 0%, var(--teal-50) 60%, #dff5f2 100%); }
.bs-jur-visual { height: 132px; border-bottom: 1px solid var(--bs-line); }
.bs-jur-map { position: absolute; left: 50%; top: 50%; width: 760%; max-width: none; height: auto; transform: translate(calc(var(--fx) * -100%), calc(var(--fy) * -100%)); transition: transform 900ms cubic-bezier(.2, .7, .2, 1); }
.bs-jur-card:hover .bs-jur-map { transform: translate(calc(var(--fx) * -100%), calc(var(--fy) * -100%)) scale(1.06); transform-origin: calc(var(--fx) * 100%) calc(var(--fy) * 100%); }
.bs-jur-pin { position: absolute; left: 50%; top: 50%; width: 12px; height: 12px; margin: -6px 0 0 -6px; border-radius: 50%; background: var(--teal-500); border: 2px solid #fff; box-shadow: 0 0 0 6px rgba(0, 166, 157, 0.16), 0 4px 10px rgba(0, 119, 113, 0.4); }
.bs-jur-pin::after { content: ''; position: absolute; inset: -10px; border-radius: 50%; border: 1px solid rgba(0, 166, 157, 0.35); animation: bs-ring 2.6s ease-out infinite; }
@keyframes bs-ring { from { transform: scale(0.5); opacity: 1; } to { transform: scale(2.2); opacity: 0; } }
.bs-jur-coords { position: absolute; right: 10px; bottom: 8px; padding: 2px 7px; border-radius: 999px; background: rgba(255, 255, 255, 0.9); box-shadow: 0 0 0 1px var(--bs-line); font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.06em; color: var(--teal-700); opacity: 0.85; }
.bs-jur-body { position: relative; display: flex; flex-direction: column; flex: 1; padding: 30px 22px 20px; }
.bs-jur-flag { position: absolute; top: -17px; left: 22px; padding: 3px; background: #fff; border-radius: 7px; box-shadow: 0 4px 12px rgba(10, 33, 29, 0.14); line-height: 0; }
.bs-flag { width: 32px; height: 24px; border-radius: 4px; object-fit: cover; box-shadow: 0 0 0 1px rgba(10, 33, 29, 0.08); }
.bs-flag-sm { width: 22px; height: 16.5px; border-radius: 3px; }
.bs-flag-lg { width: 44px; height: 33px; border-radius: 6px; }
.bs-jur-name { font-family: var(--font-serif); font-size: 1.18rem; font-weight: 500; line-height: 1.25; color: var(--ink); }
.bs-jur-desc { margin-top: 6px; font-size: 0.86rem; line-height: 1.5; color: var(--text-muted); }
.bs-jur-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 18px; }
.bs-jur-region { font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--grey-600); }
.bs-jur-cta { display: inline-flex; align-items: center; gap: 6px; font-size: 0.8rem; font-weight: 600; color: var(--teal-700); white-space: nowrap; }
.bs-jur-cta .bs-icon { transition: transform var(--transition); }
.bs-jur-card:hover .bs-jur-cta .bs-icon { transform: translateX(3px); }

/* "Don't see your jurisdiction?" */
.bs-other {
  display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; margin-top: 32px; padding: 28px 32px;
  background: var(--ink); color: var(--paper); border-radius: var(--bs-radius); position: relative; overflow: hidden;
}
.bs-other::after { content: ''; position: absolute; right: -80px; top: -120px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(0, 166, 157, 0.28), transparent 70%); pointer-events: none; }
.bs-other-icon { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; background: rgba(0, 166, 157, 0.18); color: var(--teal-300); }
.bs-other-icon .bs-icon { width: 26px; height: 26px; }
.bs-other h3 { color: #fff; font-size: 1.3rem; }
.bs-other p { margin-top: 4px; color: rgba(250, 249, 245, 0.7); font-size: 0.92rem; }
.bs-other .btn { position: relative; z-index: 1; }
@media (max-width: 760px) { .bs-other { grid-template-columns: 1fr; padding: 26px; } }

/* ---- RegionFilter ---- */
.bs-region-grid { display: grid; gap: 16px; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
.bs-region-tile {
  position: relative; display: flex; flex-direction: column; gap: 10px; min-height: 150px; padding: 24px 56px 24px 24px;
  border: 1px solid var(--bs-line); border-radius: var(--bs-radius); background: #fff; transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
}
.bs-region-tile:hover { border-color: var(--teal-300); box-shadow: var(--bs-shadow); background: linear-gradient(160deg, #fff, var(--teal-50)); }
.bs-region-name { font-family: var(--font-serif); font-size: 1.35rem; font-weight: 500; color: var(--ink); }
.bs-region-flags { display: flex; }
.bs-region-flags img { margin-right: -4px; border: 2px solid #fff; box-sizing: content-box; }
.bs-region-list { font-size: 0.84rem; color: var(--text-muted); }
.bs-region-go { position: absolute; right: 20px; top: 24px; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--bs-line); color: var(--teal-700); transition: background var(--transition), color var(--transition), transform var(--transition); }
.bs-region-tile:hover .bs-region-go { background: var(--teal-700); color: #fff; transform: rotate(-45deg); }

/* ---- ProcessStep ---- */
.bs-process { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); counter-reset: none; }
.bs-step { position: relative; display: flex; flex-direction: column; gap: 8px; padding: 24px 22px; background: #fff; border: 1px solid var(--bs-line); border-radius: var(--bs-radius); box-shadow: var(--bs-shadow); }
.bs-step-num { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; margin-bottom: 8px; font-family: var(--font-mono); font-size: 0.82rem; font-weight: 500; color: var(--teal-700); background: var(--teal-50); border: 1px solid var(--teal-100); }
.bs-step strong { font-family: var(--font-serif); font-size: 1.08rem; font-weight: 500; color: var(--ink); }
.bs-step span:last-child { font-size: 0.86rem; color: var(--text-muted); }
@media (min-width: 1000px) {
  .bs-step:not(:last-child)::after { content: ''; position: absolute; top: 45px; left: calc(22px + 42px + 10px); right: -14px; height: 1px; background: repeating-linear-gradient(90deg, var(--teal-300) 0 5px, transparent 5px 10px); }
  .bs-step:not(:last-child)::before { content: ''; position: absolute; top: 42px; right: -17px; width: 7px; height: 7px; border-radius: 50%; background: var(--teal-500); z-index: 1; }
}

/* ---- Why choose (ink) ---- */
.bs-why { display: grid; gap: 48px; }
@media (min-width: 960px) { .bs-why { grid-template-columns: 0.85fr 1.15fr; gap: 80px; align-items: start; } }
.bs-why-copy .eyebrow { color: var(--orange-500); }
.bs-why-copy h2 { margin-top: 12px; color: #fff; font-size: clamp(1.9rem, 1.4rem + 1.6vw, 2.7rem); }
.bs-why-copy p { margin: 16px 0 28px; color: rgba(250, 249, 245, 0.7); font-size: 1.02rem; }
@media (min-width: 960px) { .bs-why-copy { position: sticky; top: 120px; } }
.bs-why-list { display: grid; gap: 1px; background: var(--border-on-ink); border: 1px solid var(--border-on-ink); border-radius: var(--bs-radius); overflow: hidden; }
.bs-why-list li { display: flex; gap: 18px; padding: 26px 26px; background: var(--ink); transition: background var(--transition); }
.bs-why-list li:hover { background: var(--ink-soft); }
.bs-why-icon { width: 42px; height: 42px; flex-shrink: 0; border-radius: 12px; display: grid; place-items: center; background: rgba(0, 166, 157, 0.16); color: var(--teal-300); }
.bs-why-icon .bs-icon { width: 20px; height: 20px; }
.bs-why-list strong { font-family: var(--font-serif); font-weight: 500; font-size: 1.12rem; color: #fff; }
.bs-why-list p { margin-top: 4px; font-size: 0.9rem; color: rgba(250, 249, 245, 0.64); }

/* ---- Payments cross-sell ---- */
.bs-crosssell-wrap { padding-bottom: 0; }
.bs-crosssell {
  display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; padding: 34px 36px; border-radius: 22px;
  background: linear-gradient(120deg, var(--teal-50), #fff 55%, var(--orange-50)); border: 1px solid var(--teal-100);
}
.bs-crosssell-icon { width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; background: #fff; color: var(--teal-700); border: 1px solid var(--teal-100); box-shadow: var(--bs-shadow); }
.bs-crosssell-icon .bs-icon { width: 26px; height: 26px; }
.bs-crosssell h2 { margin-top: 6px; font-size: clamp(1.25rem, 1.05rem + 0.8vw, 1.6rem); max-width: 34ch; }
.bs-crosssell p { margin-top: 8px; font-size: 0.9rem; color: var(--text-muted); max-width: 60ch; }
.bs-crosssell .btn-dark { border-radius: 999px; }
@media (max-width: 860px) { .bs-crosssell { grid-template-columns: 1fr; padding: 28px; } }

/* ---- CTA band ---- */
.bs-cta {
  position: relative; overflow: hidden; display: grid; gap: 28px; align-items: center; padding: 56px; border-radius: 26px;
  background: linear-gradient(135deg, var(--ink) 0%, var(--ink-soft) 60%, #123a33 100%); color: #fff;
}
@media (min-width: 900px) { .bs-cta { grid-template-columns: 1fr auto; } }
.bs-cta-map { position: absolute; right: -10%; top: -20%; width: 80%; max-width: none; opacity: 0.55; pointer-events: none; }
.bs-cta-copy, .bs-cta-actions { position: relative; }
.bs-cta h2 { color: #fff; font-size: clamp(1.7rem, 1.3rem + 1.5vw, 2.5rem); max-width: 22ch; }
.bs-cta p { margin-top: 12px; color: rgba(250, 249, 245, 0.72); max-width: 52ch; }
.bs-cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }
@media (max-width: 640px) { .bs-cta { padding: 36px 24px; } }

/* ---- Detail hero (service + jurisdiction pages) ---- */
.bs-detail-hero { position: relative; padding: 56px 0 72px; border-bottom: 1px solid var(--bs-line); background: radial-gradient(50% 80% at 90% 0%, var(--teal-50), transparent 70%), var(--paper); }
.bs-detail-hero-grid { display: grid; gap: 40px; align-items: center; }
@media (min-width: 960px) { .bs-detail-hero-grid { grid-template-columns: 1.25fr 0.9fr; gap: 64px; } }
.bs-detail-hero h1 { margin-top: 14px; font-size: clamp(2.1rem, 1.5rem + 2.4vw, 3.4rem); }
.bs-detail-hero .lead { margin-top: 18px; max-width: 58ch; }
.bs-glance { padding: 28px; background: #fff; border: 1px solid var(--bs-line); border-radius: 22px; box-shadow: var(--bs-shadow-hover); }
.bs-glance dl { margin: 14px 0 20px; }
.bs-glance dl > div { display: grid; grid-template-columns: 96px 1fr; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--bs-line); }
.bs-glance dt { font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted); padding-top: 2px; }
.bs-glance dd { margin: 0; font-size: 0.88rem; color: var(--ink); }

.bs-subnav { position: sticky; top: var(--header-h, 76px); z-index: 50; background: rgba(250, 249, 245, 0.92); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid var(--bs-line); }
.bs-subnav .container { display: flex; gap: 4px; overflow-x: auto; scrollbar-width: none; padding-block: 10px; }
.bs-subnav .container::-webkit-scrollbar { display: none; }
.bs-subnav a { flex-shrink: 0; padding: 7px 14px; border-radius: 999px; font-size: 0.84rem; font-weight: 500; color: var(--text-muted); transition: background var(--transition), color var(--transition); }
.bs-subnav a:hover { background: var(--teal-50); color: var(--teal-700); }
[id] { scroll-margin-top: 150px; }

.bs-benefit-num { font-family: var(--font-mono); font-size: 0.74rem; color: var(--orange-600); }

.bs-structures { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.bs-structure { display: flex; flex-direction: column; gap: 10px; padding: 26px; border-radius: var(--bs-radius); border: 1px solid var(--bs-line); background: #fff; transition: box-shadow var(--transition), transform var(--transition), border-color var(--transition); }
a.bs-structure:hover { box-shadow: var(--bs-shadow-hover); transform: translateY(-3px); border-color: var(--teal-100); }
.bs-structure h3 { font-size: 1.15rem; display: flex; align-items: center; gap: 8px; }
.bs-structure p { font-size: 0.86rem; color: var(--text-muted); }
.bs-structure .bs-text-link { margin-top: auto; font-size: 0.84rem; }
.bs-structure.is-global { background: var(--ink); border-color: var(--ink); }
.bs-structure.is-global h3 { color: #fff; }
.bs-structure.is-global h3 .bs-icon { color: var(--teal-300); }
.bs-structure.is-global p { color: rgba(250, 249, 245, 0.7); }
.bs-structure.is-global .bs-text-link { color: var(--teal-300); }

.bs-two-lists { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.bs-list-card { padding: 30px; border-radius: var(--bs-radius); border: 1px solid var(--bs-line); background: #fff; box-shadow: var(--bs-shadow); }
.bs-list-card h3 { display: flex; align-items: center; gap: 10px; font-size: 1.2rem; margin-bottom: 18px; }
.bs-list-card h3 .bs-icon { width: 22px; height: 22px; color: var(--teal-700); }
.bs-checklist { display: grid; gap: 12px; }
.bs-checklist li { display: flex; gap: 12px; font-size: 0.92rem; color: var(--ink); line-height: 1.5; }
.bs-checklist .bs-icon { width: 20px; height: 20px; padding: 3px; margin-top: 1px; border-radius: 50%; background: var(--teal-50); color: var(--teal-700); }

.bs-pricing { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.bs-pricing-card { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; padding: 30px; border-radius: var(--bs-radius); border: 1px solid var(--bs-line); background: #fff; }
.bs-pricing-icon { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--orange-50); color: var(--orange-600); }
.bs-pricing-icon .bs-icon { width: 22px; height: 22px; }
.bs-pricing-card h3 { font-size: 1.2rem; }
.bs-pricing-card p { font-size: 0.92rem; color: var(--text-muted); }
.bs-pricing-card .btn { margin-top: 8px; }

.bs-faq-wrap { display: grid; gap: 32px; }
@media (min-width: 960px) { .bs-faq-wrap { grid-template-columns: 0.8fr 1.2fr; gap: 64px; align-items: start; } }
.bs-faq { display: grid; gap: 12px; }
.bs-faq-item { background: #fff; border: 1px solid var(--bs-line); border-radius: var(--bs-radius-sm); transition: border-color var(--transition), box-shadow var(--transition); }
.bs-faq-item[open] { border-color: var(--teal-100); box-shadow: var(--bs-shadow); }
.bs-faq-item summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 16px; align-items: center; padding: 20px 22px; font-weight: 600; font-size: 0.98rem; color: var(--ink); }
.bs-faq-item summary::-webkit-details-marker { display: none; }
.bs-faq-toggle { position: relative; width: 26px; height: 26px; flex-shrink: 0; border-radius: 50%; border: 1px solid var(--bs-line); }
.bs-faq-toggle::before, .bs-faq-toggle::after { content: ''; position: absolute; left: 50%; top: 50%; width: 10px; height: 1.5px; margin: -0.75px 0 0 -5px; background: var(--teal-700); transition: transform var(--transition); }
.bs-faq-toggle::after { transform: rotate(90deg); }
.bs-faq-item[open] .bs-faq-toggle::after { transform: rotate(0deg); }
.bs-faq-item p { padding: 0 22px 20px; font-size: 0.92rem; color: var(--text-muted); max-width: 68ch; }

.bs-related { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.bs-related-card { position: relative; display: flex; flex-direction: column; gap: 8px; padding: 22px 56px 22px 22px; border-radius: var(--bs-radius-sm); border: 1px solid var(--bs-line); background: #fff; transition: border-color var(--transition), box-shadow var(--transition); }
.bs-related-card:hover { border-color: var(--teal-300); box-shadow: var(--bs-shadow); }
.bs-related-card strong { font-family: var(--font-serif); font-weight: 500; font-size: 1.05rem; color: var(--ink); }
.bs-related-go { position: absolute; right: 18px; top: 50%; transform: translateY(-50%); color: var(--teal-700); transition: transform var(--transition); }
.bs-related-card:hover .bs-related-go { transform: translate(3px, -50%); }

/* ---- Jurisdiction pages ---- */
.bs-jur-hero h1 { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 16px; }
.bs-jur-hero-flag { display: inline-flex; padding: 4px; background: #fff; border-radius: 9px; box-shadow: 0 6px 16px rgba(10, 33, 29, 0.14); line-height: 0; }
.bs-jur-hero-visual { height: 320px; border-radius: 24px; border: 1px solid var(--bs-line); box-shadow: var(--bs-shadow-hover); }
.bs-jur-hero-visual .bs-jur-map { width: 420%; }
.bs-jur-pin.is-lg { width: 16px; height: 16px; margin: -8px 0 0 -8px; border-width: 3px; }
.bs-jur-hero-tag { position: absolute; left: calc(50% + 18px); top: 50%; transform: translateY(-50%); display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px 6px 7px; border-radius: 999px; background: var(--ink); color: #fff; font-size: 0.8rem; font-weight: 600; box-shadow: var(--shadow-lg); }
.bs-jur-hero-visual .bs-jur-coords { font-size: 0.7rem; right: 18px; bottom: 16px; }
@media (max-width: 640px) { .bs-jur-hero-visual { height: 220px; } }

.bs-overview { display: grid; gap: 40px; }
@media (min-width: 960px) { .bs-overview { grid-template-columns: 1.2fr 1fr; gap: 72px; align-items: start; } }
.bs-overview h2 { margin-top: 12px; }
.bs-facts { margin: 0; padding: 8px 26px; border-radius: var(--bs-radius); border: 1px solid var(--bs-line); background: #fff; box-shadow: var(--bs-shadow); }
.bs-facts > div { display: grid; grid-template-columns: 1fr 1.3fr; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--bs-line); }
.bs-facts > div:last-child { border-bottom: none; }
.bs-facts dt { font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-muted); }
.bs-facts dd { margin: 0; font-size: 0.92rem; color: var(--ink); }

.bs-note-card { display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; padding: 30px; border-radius: var(--bs-radius); border: 1px solid var(--bs-line); background: #fff; box-shadow: var(--bs-shadow); }
.bs-note-card h2, .bs-note-card h3 { font-size: 1.3rem; margin-top: 6px; }
.bs-note-card p { margin-top: 8px; font-size: 0.94rem; color: var(--text-muted); max-width: 70ch; }
.bs-note-icon { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; background: var(--teal-50); color: var(--teal-700); border: 1px solid var(--teal-100); align-self: start; }
.bs-note-icon .bs-icon { width: 24px; height: 24px; }
@media (max-width: 760px) { .bs-note-card { grid-template-columns: 1fr; } }

.bs-considerations { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.bs-consideration { padding: 26px; border-radius: var(--bs-radius); background: #fff; border: 1px solid var(--bs-line); border-top: 3px solid var(--teal-500); }
.bs-consideration h3 { font-size: 1.12rem; }
.bs-consideration p { margin-top: 8px; font-size: 0.88rem; color: var(--text-muted); }

.bs-empty { text-align: center; padding: 56px 24px; border: 1px dashed var(--grey-200); border-radius: var(--bs-radius); background: #fff; }
.bs-empty-icon { display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: var(--teal-50); color: var(--teal-700); margin-bottom: 14px; }
.bs-empty-icon .bs-icon { width: 24px; height: 24px; }
.bs-empty h3 { font-size: 1.3rem; }
.bs-empty p { margin: 8px auto 22px; max-width: 46ch; color: var(--text-muted); }
.bs-empty[hidden] { display: none; }


/* ---- Hero finder (global incorporation) ---- */
.bs-hero-finder { margin-top: 32px; max-width: 560px; }
.bs-hero-finder-label { font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(250, 249, 245, 0.62); margin-bottom: 12px; }
.bs-hero .bs-search input { background: rgba(250, 249, 245, 0.97); border-color: transparent; }
.bs-hero-links { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 22px; }
.bs-hero .bs-text-link { color: var(--teal-300); }
.bs-hero .bs-text-link:hover { color: #fff; }
.bs-finder-hint { font-size: 0.82rem; color: var(--text-muted); }

/* ---- Jurisdiction directory filter ---- */
.bs-dir-hero .container { display: grid; gap: 36px; grid-template-columns: minmax(0, 1fr); }
.bs-dir-intro { max-width: 720px; }
.bs-filter { display: grid; grid-template-columns: minmax(0, 1fr); gap: 18px; padding: 24px; border-radius: 22px; background: #fff; border: 1px solid var(--bs-line); box-shadow: var(--bs-shadow-hover); }
.bs-filter-search input {
  width: 100%; height: 56px; padding: 0 18px 0 48px; border-radius: 14px; border: 1.5px solid var(--grey-200); background: var(--paper);
  color: var(--ink); font-size: 1.02rem; transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
}
.bs-filter-search input:focus { outline: none; border-color: var(--teal-500); background: #fff; box-shadow: 0 0 0 4px rgba(0, 166, 157, 0.14); }
.bs-filter-selects { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr)); }
.bs-select { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.bs-select label, .bs-select-label { font-family: var(--font-mono); font-size: 0.66rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted); }
.bs-select select {
  width: 100%; min-width: 0; text-overflow: ellipsis;
  height: 48px; padding: 0 40px 0 14px; border-radius: 12px; border: 1.5px solid var(--grey-200); background-color: #fff; color: var(--ink); font-size: 0.92rem;
  appearance: none; -webkit-appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23007771' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; background-size: 16px;
}
.bs-select select:focus { outline: none; border-color: var(--teal-500); box-shadow: 0 0 0 4px rgba(0, 166, 157, 0.14); }
.bs-select-static { display: flex; align-items: center; justify-content: space-between; gap: 8px; height: 48px; padding: 0 14px; border-radius: 12px; border: 1.5px dashed var(--grey-200); font-size: 0.9rem; color: var(--teal-700); font-weight: 500; }
.bs-select-static:hover { border-color: var(--teal-500); background: var(--teal-50); }
.bs-filter-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.bs-filter-actions [hidden] { display: none; }
.bs-results-meta { margin: 0; font-size: 0.9rem; color: var(--text-muted); min-height: 1.4em; }

/* ---- Company incorporation page ---- */
.bs-trust-row { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 30px; }
.bs-trust-row li { display: flex; align-items: center; gap: 8px; font-size: 0.9rem; font-weight: 500; color: var(--ink); }
.bs-trust-row .bs-icon { width: 20px; height: 20px; padding: 3px; border-radius: 50%; background: var(--teal-50); color: var(--teal-700); }
.bs-structures-detailed { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.bs-structures-detailed .bs-structure { box-shadow: var(--bs-shadow); }
.bs-structure-meta { margin: 6px 0 12px; display: grid; gap: 12px; padding-top: 14px; border-top: 1px solid var(--bs-line); }
.bs-structure-meta dt { font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--teal-700); }
.bs-structure-meta dd { margin: 4px 0 0; font-size: 0.84rem; color: var(--ink); }
.bs-structure-meta ul { display: grid; gap: 4px; }
.bs-structure-meta li { position: relative; padding-left: 14px; }
.bs-structure-meta li::before { content: ''; position: absolute; left: 0; top: 0.62em; width: 5px; height: 5px; border-radius: 50%; background: var(--teal-500); }
.bs-global-strip { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; margin-top: 20px; padding: 20px 24px; border-radius: var(--bs-radius); background: var(--ink); color: rgba(250, 249, 245, 0.78); font-size: 0.94rem; transition: background var(--transition); }
.bs-global-strip:hover { background: var(--ink-soft); }
.bs-global-strip strong { color: #fff; font-weight: 600; }
.bs-global-strip-icon { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: rgba(0, 166, 157, 0.18); color: var(--teal-300); }
.bs-global-strip-icon .bs-icon { width: 22px; height: 22px; }
.bs-global-strip .bs-text-link { color: var(--teal-300); }
@media (max-width: 760px) { .bs-global-strip { grid-template-columns: 1fr; } }

/* ---- Standard service page ---- */
.bs-framework { display: flex; gap: 12px; align-items: flex-start; padding: 16px 18px; border-radius: var(--bs-radius-sm); background: var(--paper-dim); font-size: 0.9rem !important; color: var(--ink) !important; }
.bs-framework .bs-icon { width: 20px; height: 20px; color: var(--teal-700); margin-top: 2px; }
.bs-benefit-list { display: grid; gap: 14px; }
.bs-benefit-list li { display: flex; gap: 16px; padding: 22px 24px; border-radius: var(--bs-radius); border: 1px solid var(--bs-line); background: #fff; box-shadow: var(--bs-shadow); }
.bs-benefit-list li > .bs-icon { width: 24px; height: 24px; padding: 4px; border-radius: 50%; background: var(--teal-50); color: var(--teal-700); flex-shrink: 0; }
.bs-benefit-list strong { font-family: var(--font-serif); font-weight: 500; font-size: 1.1rem; color: var(--ink); }
.bs-benefit-list p { margin-top: 4px; font-size: 0.9rem; color: var(--text-muted); }
.bs-who { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.bs-who-item { padding: 26px; border-radius: var(--bs-radius); border: 1px solid var(--bs-line); background: #fff; }
.bs-who-item p { margin-top: 12px; font-family: var(--font-serif); font-size: 1.12rem; line-height: 1.4; color: var(--ink); }
.bs-benefit-num { font-family: var(--font-mono); font-size: 0.74rem; color: var(--orange-600); }
.bs-pricing-intro .eyebrow + h2 { margin-top: 12px; }
.bs-pricing-intro p { margin-top: 12px; color: var(--text-muted); }
@media (min-width: 1000px) { .bs-pricing { grid-template-columns: 1.1fr 1fr 1fr; align-items: stretch; } }
.bs-considerations-stack { grid-template-columns: 1fr; }
.bs-list-note { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--bs-line); font-size: 0.84rem; color: var(--text-muted); }
.bs-related-spaced { margin-top: 20px; }

@media (prefers-reduced-motion: reduce) {
  .bs-hero-arcs path, .bs-jur-pin::after, .bs-hero-hq { animation: none; }
}
