.b360-business-group .b360-legal-page {
  min-height: 0;
  padding: 0;
  border-bottom: 0;
  background: #F5F5F7;
}

.b360-business-group .b360-legal-page__shell {
  width: min(1440px, calc(100% - 48px));
  margin: var(--b360-first-section-inner-gap, 2rem) auto 0;
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(10,22,40,0.08);
}

.b360-business-group .b360-legal-page__header {
  padding: clamp(2rem, 4vw, 3rem);
  background: #0A1628;
  color: #fff;
}

.b360-business-group .b360-legal-page__headline-row {
  display: block;
}

.b360-business-group .b360-legal-page__badge {
  display: inline-flex;
  margin: 0 0 1.25rem;
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.68);
  font-family: var(--b360-font-heading);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.b360-business-group .b360-legal-page__header h1 {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font-family: var(--b360-font-heading);
  font-size: clamp(2.1rem, 5vw, 4.5rem);
  font-weight: 900;
  line-height: 0.94;
}

.b360-business-group .b360-legal-page__headline-row p {
  max-width: 760px;
  margin: 1.5rem 0 0;
  color: rgba(255,255,255,0.62);
  font-family: var(--b360-font-body);
  font-size: 0.95rem;
  line-height: 1.75;
}

.b360-business-group .b360-legal-page__content {
  padding: clamp(2rem, 4vw, 3.5rem);
  color: #0A1628;
}

.b360-business-group .b360-legal-page__eyebrow {
  margin: 0 0 1rem;
  color: #C5923B;
  font-family: var(--b360-font-heading);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.b360-business-group .b360-legal-page__sections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.b360-business-group .b360-legal-page__shortcode {
  max-width: 960px;
  color: #0A1628;
  font-family: var(--b360-font-body);
  font-size: 0.98rem;
  line-height: 1.8;
  overflow: visible;
  overflow-wrap: anywhere;
}

.b360-business-group .b360-legal-page__shortcode * {
  max-width: 100%;
  color: inherit;
  font-family: inherit;
  letter-spacing: 0;
}

.b360-business-group .b360-legal-page__shortcode :where(h1, h2, h3, h4, h5, h6) {
  margin: 2rem 0 0.85rem;
  color: #0A1628;
  font-family: var(--b360-font-heading);
  font-weight: 900;
  line-height: 1.2;
}

.b360-business-group .b360-legal-page__shortcode :where(h1, h2) {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.b360-business-group .b360-legal-page__shortcode :where(h3, h4, h5, h6) {
  font-size: 1.1rem;
}

.b360-business-group .b360-legal-page__shortcode :where(p, ul, ol, dl, table, blockquote, pre) {
  margin: 0 0 1rem;
}

.b360-business-group .b360-legal-page__shortcode :where(ul, ol) {
  padding-left: 1.3rem;
}

.b360-business-group .b360-legal-page__shortcode li {
  list-style: revert;
  margin: 0.35rem 0;
}

.b360-business-group .b360-legal-page__shortcode a {
  color: #0A6C70;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.b360-business-group .b360-legal-page__shortcode table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}

.b360-business-group .b360-legal-page__shortcode :where(th, td) {
  padding: 0.7rem 0.85rem;
  border: 1px solid rgba(10,22,40,0.12);
  text-align: left;
  vertical-align: top;
}

.b360-business-group .b360-legal-page__shortcode :where(pre, code) {
  white-space: pre-wrap;
  word-break: break-word;
}

.b360-business-group .b360-legal-card {
  padding: 1.25rem;
  border: 1px solid rgba(10,22,40,0.08);
  border-radius: 18px;
  background: #F7F8FA;
}

.b360-business-group .b360-legal-card h2 {
  margin: 0;
  color: #0A1628;
  font-family: var(--b360-font-heading);
  font-size: 1.05rem;
  font-weight: 900;
}

.b360-business-group .b360-legal-card p {
  margin: 0.5rem 0 0;
  color: rgba(10,22,40,0.62);
  font-family: var(--b360-font-body);
  font-size: 0.9rem;
  line-height: 1.75;
}

@media (max-width: 760px) {
  .b360-business-group .b360-legal-page__shell {
    width: calc(100% - 24px);
    border-radius: 22px;
  }

  .b360-business-group .b360-legal-page__sections {
    grid-template-columns: 1fr;
  }
}
