.page-regulatory-licensing-information .inner-hero {
  min-height: 650px;
  background: radial-gradient(circle at 80% 34%, rgba(185, 243, 74, .14), transparent 25%), radial-gradient(circle at 94% 52%, rgba(47, 130, 94, .3), transparent 34%), linear-gradient(135deg, #06130e, #081a13);
}

.regulatory-intro-grid,
.regulatory-heading,
.regulatory-split,
.regulatory-protection-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 90px;
  align-items: start;
}

.regulatory-intro h2,
.regulatory-heading h2,
.regulatory-section-title h2,
.regulatory-protection h2 {
  margin: 0;
  color: #f2f8f4;
  font: 600 clamp(42px, 4.8vw, 68px)/1.03 var(--serif);
  letter-spacing: -.06em;
}

.regulatory-intro h2 em,
.regulatory-heading h2 em,
.regulatory-protection h2 em {
  color: var(--lime);
  font-style: normal;
}

.regulatory-intro-copy p,
.regulatory-heading > p,
.regulatory-heading-copy p,
.regulatory-copy-card > p,
.regulatory-protection article > p {
  margin: 0 0 18px;
  color: #96aa9f;
  font-size: 12px;
  line-height: 1.85;
}

.regulatory-jump {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 65px;
  border-top: 1px solid rgba(255, 255, 255, .11);
  border-left: 1px solid rgba(255, 255, 255, .11);
}

.regulatory-jump a {
  padding: 20px;
  border-right: 1px solid rgba(255, 255, 255, .11);
  border-bottom: 1px solid rgba(255, 255, 255, .11);
  color: #9db0a6;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: background .2s, color .2s;
}

.regulatory-jump a:hover {
  background: rgba(185, 243, 74, .08);
  color: var(--lime);
}

.regulatory-section {
  padding: 120px 0;
  border-top: 1px solid rgba(255, 255, 255, .09);
  scroll-margin-top: 90px;
}

.regulatory-register {
  background: #07170f;
}

.regulatory-heading {
  grid-template-columns: 1.05fr .75fr;
  align-items: end;
  margin-bottom: 55px;
}

.regulatory-heading > p,
.regulatory-heading-copy {
  margin: 0;
  padding-left: 22px;
  border-left: 2px solid var(--lime);
}

.regulatory-heading-copy p:last-child {
  margin-bottom: 0;
  color: #c2d0c8;
  font-weight: 700;
}

.regulatory-table-wrap {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 18px;
  background: #081d14;
}

.regulatory-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.regulatory-table th,
.regulatory-table td {
  padding: 22px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  color: #91a59a;
  font-size: 10px;
  line-height: 1.7;
  text-align: left;
  vertical-align: top;
}

.regulatory-table thead th {
  padding-block: 18px;
  background: #0d291d;
  color: #8fa399;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.regulatory-table th:first-child {
  width: 19%;
}

.regulatory-table th:nth-child(2) {
  width: 30%;
}

.regulatory-table tbody th {
  color: #edf6f0;
  font: 600 14px/1.45 var(--serif);
}

.regulatory-table td strong {
  color: #cad9d1;
  font-weight: 700;
}

.regulatory-table tbody tr:last-child > * {
  border-bottom: 0;
}

.regulatory-table tbody tr:hover {
  background: rgba(185, 243, 74, .025);
}

.regulatory-aml {
  background: #0a2117;
}

.regulatory-section-title {
  position: sticky;
  top: 110px;
}

.regulatory-section-title > span,
.regulatory-protection article > span {
  display: block;
  margin-bottom: 24px;
  color: var(--lime);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.regulatory-section-title h2 {
  font-size: clamp(38px, 4vw, 57px);
}

.regulatory-copy-card {
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  background: #081d14;
}

.regulatory-highlight {
  margin: 30px 0;
  padding: 28px;
  border: 1px solid rgba(185, 243, 74, .22);
  border-radius: 15px;
  background: #0b3022;
}

.regulatory-highlight strong {
  display: block;
  margin-bottom: 14px;
  color: var(--lime);
  font: 600 22px var(--serif);
}

.regulatory-highlight p {
  margin: 0;
  color: #b5c6bd;
  font-size: 11px;
  line-height: 1.8;
}

.regulatory-canada {
  background: #04110b;
}

.regulatory-checklist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .1);
  border-left: 1px solid rgba(255, 255, 255, .1);
}

.regulatory-checklist > div {
  position: relative;
  min-height: 120px;
  padding: 30px 25px 25px 58px;
  border-right: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  color: #b5c5bd;
  font-size: 10px;
  line-height: 1.7;
}

.regulatory-checklist > div:before {
  content: "✓";
  position: absolute;
  top: 27px;
  left: 25px;
  color: var(--lime);
  font-weight: 800;
}

.regulatory-scope-note {
  margin-top: 32px;
  padding: 21px 24px;
  border-left: 3px solid #e4ac3b;
  background: #211b0d;
  color: #cbbb90;
  font-size: 10px;
  line-height: 1.75;
}

.regulatory-protection {
  background: #0b3b2c;
}

.regulatory-protection-grid {
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.regulatory-protection article {
  min-height: 530px;
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 20px;
  background: rgba(4, 20, 13, .34);
}

.regulatory-protection h2 {
  margin-bottom: 30px;
  font-size: clamp(35px, 3.7vw, 52px);
}

.regulatory-protection .regulatory-risk-note {
  margin-top: 30px;
  padding: 22px;
  border-left: 3px solid #e4ac3b;
  background: #211b0d;
  color: #cbbb90;
}

.regulatory-risk-note a {
  color: #f1c766;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.regulatory-protection .regulatory-status-card {
  background: var(--lime);
  color: #092018;
}

.regulatory-status-card > span,
.regulatory-status-card h2,
.regulatory-protection .regulatory-status-card > p {
  color: #092018;
}

@media (max-width: 1000px) {
  .regulatory-intro-grid,
  .regulatory-heading,
  .regulatory-split {
    gap: 48px;
  }

  .regulatory-jump {
    grid-template-columns: 1fr 1fr;
  }

  .regulatory-section-title {
    position: static;
  }

  .regulatory-table th,
  .regulatory-table td {
    padding: 18px;
  }
}

@media (max-width: 760px) {
  .page-regulatory-licensing-information .inner-hero {
    min-height: 600px;
  }

  .regulatory-intro-grid,
  .regulatory-heading,
  .regulatory-split,
  .regulatory-protection-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .regulatory-intro h2,
  .regulatory-heading h2,
  .regulatory-section-title h2,
  .regulatory-protection h2 {
    font-size: 39px;
  }

  .regulatory-intro-copy p,
  .regulatory-heading > p,
  .regulatory-heading-copy p,
  .regulatory-copy-card > p,
  .regulatory-protection article > p {
    font-size: 11px;
  }

  .regulatory-jump {
    grid-template-columns: 1fr;
    margin-top: 45px;
  }

  .regulatory-section {
    padding: 82px 0;
  }

  .regulatory-heading {
    align-items: start;
    margin-bottom: 42px;
  }

  .regulatory-heading > p,
  .regulatory-heading-copy {
    padding-left: 17px;
  }

  .regulatory-table-wrap {
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .regulatory-table,
  .regulatory-table tbody,
  .regulatory-table tr,
  .regulatory-table th,
  .regulatory-table td {
    display: block;
    width: 100% !important;
  }

  .regulatory-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    clip-path: inset(50%);
  }

  .regulatory-table tbody tr {
    margin-bottom: 14px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 15px;
    background: #081d14;
  }

  .regulatory-table th,
  .regulatory-table td {
    padding: 0 0 16px;
    border: 0;
  }

  .regulatory-table td:last-child {
    padding-bottom: 0;
  }

  .regulatory-table [data-label]:before {
    content: attr(data-label);
    display: block;
    margin-bottom: 7px;
    color: #71877b;
    font: 800 7px var(--sans);
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  .regulatory-copy-card,
  .regulatory-highlight,
  .regulatory-protection article {
    padding: 25px;
  }

  .regulatory-checklist {
    grid-template-columns: 1fr;
  }

  .regulatory-checklist > div {
    min-height: 95px;
  }

  .regulatory-protection article {
    min-height: auto;
  }
}
