.page-market-access .entry-header,
.page-market-access .entry-title,
.page-market-access .ast-single-post-order,
.page-market-access .post-thumb,
.page-market-access .comments-area {
  display: none !important;
}

.page-market-access .site-content,
.page-market-access .site-content > .ast-container,
.page-market-access .site-main,
.page-market-access .entry-content,
.page-market-access article.page {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.page-market-access .content-area {
  width: 100% !important;
  margin: 0 !important;
}

.page-market-access .widget-area {
  display: none !important;
}

.market-access-v1 {
  --ma-bg: #080909;
  --ma-bg-soft: #0d0f0e;
  --ma-panel: #111313;
  --ma-panel-2: #161917;
  --ma-text: #f4f1e9;
  --ma-muted: #aaa69d;
  --ma-dim: #777a76;
  --ma-gold: #d4b34e;
  --ma-gold-light: #e5cb73;
  --ma-line: rgba(244, 241, 233, .14);
  --ma-line-strong: rgba(212, 179, 78, .42);
  --ma-error: #ff9a8f;
  --ma-success: #8fc9a1;
  --ma-serif: "Playfair Display", Georgia, serif;
  --ma-sans: Inter, Arial, sans-serif;
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: visible;
  background: var(--ma-bg);
  color: var(--ma-text);
  font-family: var(--ma-sans);
}

.market-access-v1 *,
.market-access-v1 *::before,
.market-access-v1 *::after {
  box-sizing: border-box;
}

.market-access-v1 button,
.market-access-v1 input,
.market-access-v1 textarea,
.market-access-v1 select {
  font: inherit;
}

.market-access-v1 button,
.market-access-v1 a {
  -webkit-tap-highlight-color: transparent;
}

.market-access-v1 a:focus-visible,
.market-access-v1 button:focus-visible,
.market-access-v1 input:focus-visible,
.market-access-v1 textarea:focus-visible,
.market-access-v1 select:focus-visible,
.market-access-v1 summary:focus-visible {
  outline: 3px solid rgba(212, 179, 78, .42);
  outline-offset: 3px;
}

.ma-shell {
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
}

.ma-eyebrow {
  margin: 0 0 24px;
  color: var(--ma-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
}

.ma-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--ma-text);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;
  transition: transform .2s ease, color .2s ease, background-color .2s ease, border-color .2s ease;
}

.ma-btn:hover {
  transform: translateY(-2px);
}

.ma-btn:active {
  transform: translateY(1px) scale(.99);
}

.ma-btn--primary {
  background: var(--ma-gold);
  border-color: var(--ma-gold);
  color: #11120f !important;
  box-shadow: 0 16px 46px rgba(212, 179, 78, .14);
}

.ma-btn--primary:hover {
  background: var(--ma-gold-light);
  border-color: var(--ma-gold-light);
}

.ma-btn--secondary {
  background: transparent;
  border-color: rgba(244, 241, 233, .3);
  color: var(--ma-text) !important;
}

.ma-btn--secondary:hover {
  border-color: var(--ma-gold);
  color: var(--ma-gold) !important;
}

.ma-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ma-section-heading {
  max-width: 880px;
  margin-bottom: 52px;
}

.ma-section-heading h2,
.ma-selector h2,
.ma-seo-copy h2,
.ma-faq h2,
.ma-final-cta h2,
.ma-route h2 {
  margin: 0;
  color: var(--ma-text);
  font-family: var(--ma-serif);
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -.025em;
}

.ma-section-heading > p,
.ma-selector__grid > div > p,
.ma-faq__grid > div > p,
.ma-route__intro > p {
  max-width: 700px;
  margin: 22px 0 0;
  color: var(--ma-muted);
  font-size: 17px;
  line-height: 1.65;
}

.market-access-v1.ma-js [data-ma-reveal] {
  opacity: 0;
  transform: translateY(24px);
}

.market-access-v1.ma-js [data-ma-reveal].is-visible {
  opacity: 1;
  transform: none;
  transition: opacity .7s cubic-bezier(.16, 1, .3, 1), transform .7s cubic-bezier(.16, 1, .3, 1);
}

.ma-hero {
  position: relative;
  min-height: calc(100dvh - 76px);
  display: flex;
  align-items: center;
  padding: 42px 0 52px;
  overflow: hidden;
  border-bottom: 1px solid var(--ma-line);
  background:
    radial-gradient(circle at 74% 47%, rgba(212, 179, 78, .08), transparent 34%),
    linear-gradient(180deg, #080909 0%, #0b0d0c 100%);
}

.ma-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(244, 241, 233, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 241, 233, .035) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, .62) 35%, rgba(0, 0, 0, .8));
}

.ma-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(520px, 1.02fr);
  gap: 46px;
  align-items: center;
}

.ma-hero__copy {
  position: relative;
  z-index: 3;
}

.ma-hero h1 {
  max-width: 680px;
  margin: 0;
  color: var(--ma-text);
  font-family: var(--ma-serif);
  font-size: clamp(56px, 3.6vw, 68px);
  font-weight: 600;
  line-height: .94;
  letter-spacing: -.035em;
}

.ma-hero h1 span {
  display: block;
  white-space: nowrap;
}

.ma-hero__lead {
  max-width: 650px;
  margin: 26px 0 0;
  color: #c5c1b7;
  font-size: 18px;
  line-height: 1.62;
}

.ma-hero__markets {
  max-width: 680px;
  margin: 22px 0 0;
  color: #918e86;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.ma-hero .ma-actions {
  margin-top: 30px;
}

.ma-hero__note {
  margin: 16px 0 0;
  color: var(--ma-gold-light);
  font-size: 13px;
  font-weight: 700;
}

.ma-map {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  border: 1px solid var(--ma-line);
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 48%, rgba(212, 179, 78, .09), transparent 45%),
    rgba(17, 19, 19, .62);
  box-shadow: inset 0 1px 0 rgba(244, 241, 233, .06), 0 30px 90px rgba(4, 5, 5, .34);
}

.ma-map__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ma-map__orbit {
  position: absolute;
  width: 70%;
  aspect-ratio: 1;
  left: 15%;
  top: 10%;
  border: 1px solid rgba(212, 179, 78, .13);
  border-radius: 50%;
  transform: rotate(-14deg) scaleY(.38);
}

.ma-map__node {
  position: absolute;
  z-index: 3;
  left: var(--ma-x);
  top: var(--ma-y);
  transform: translate(-50%, -50%);
  min-width: 88px;
  padding: 8px 10px;
  border: 1px solid rgba(244, 241, 233, .2);
  border-radius: 8px;
  background: rgba(8, 9, 9, .86);
  color: var(--ma-text);
  cursor: pointer;
  text-align: left;
  transition: transform .2s ease, border-color .2s ease, background-color .2s ease;
}

.ma-map__node:hover,
.ma-map__node.is-active {
  transform: translate(-50%, -50%) scale(1.05);
  border-color: var(--ma-gold);
  background: #171912;
}

.ma-map__node::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: -4px;
  top: 50%;
  border-radius: 50%;
  background: var(--ma-gold);
  transform: translateY(-50%);
  box-shadow: 0 0 0 5px rgba(212, 179, 78, .1);
}

.ma-map__node span,
.ma-map__node small {
  display: block;
}

.ma-map__node span {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
}

.ma-map__node small {
  margin-top: 2px;
  color: var(--ma-muted);
  font-size: 10px;
}

.ma-map__panel {
  position: absolute;
  z-index: 4;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr) auto;
  grid-template-areas:
    "market metric action"
    "copy platforms platforms";
  gap: 12px 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(244, 241, 233, .15);
  border-radius: 8px;
  background: rgba(8, 9, 9, .9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.ma-map__panel > *,
.ma-map__market > * {
  margin: 0;
}

.ma-map__market {
  grid-area: market;
  min-width: 0;
}

.ma-map__panel p {
  color: var(--ma-gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
}

.ma-map__market strong {
  display: block;
  margin-top: 4px;
  color: var(--ma-text);
  font-family: var(--ma-serif);
  font-size: 18px;
  line-height: 1.15;
}

.ma-map__metric {
  grid-area: metric;
  color: var(--ma-text);
  font-family: var(--ma-serif);
  font-size: 21px;
  white-space: nowrap;
}

.ma-map__panel span {
  color: var(--ma-muted);
  font-size: 11px;
  line-height: 1.45;
}

.ma-map__copy {
  grid-area: copy;
}

.ma-map__platforms {
  grid-area: platforms;
}

.ma-map__panel a {
  grid-area: action;
  color: var(--ma-gold);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.ma-passport,
.ma-marketplaces,
.ma-selector,
.ma-faq {
  padding: 118px 0;
  border-bottom: 1px solid var(--ma-line);
  background: var(--ma-bg-soft);
}

.ma-quiz {
  overflow: hidden;
  border: 1px solid var(--ma-line-strong);
  border-radius: 12px;
  background: var(--ma-panel);
}

.ma-quiz__progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--ma-line);
}

.ma-quiz__progress span {
  position: relative;
  padding: 18px 24px;
  color: var(--ma-dim);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.ma-quiz__progress span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: transparent;
  transform: scaleX(0);
  transition: transform .25s ease, background-color .25s ease;
}

.ma-quiz__progress span.is-active {
  color: var(--ma-text);
}

.ma-quiz__progress span.is-active::after {
  background: var(--ma-gold);
  transform: scaleX(1);
}

.ma-quiz__step {
  min-height: 370px;
  padding: 50px;
}

.ma-quiz__step h3 {
  max-width: 720px;
  margin: 0 0 32px;
  color: var(--ma-text);
  font-family: var(--ma-serif);
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 600;
  line-height: 1.05;
}

.ma-option-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--ma-line);
  border-radius: 8px;
  background: var(--ma-line);
}

.ma-option-grid button {
  min-height: 92px;
  padding: 20px;
  border: 0;
  border-radius: 0;
  background: #121413;
  color: var(--ma-text);
  font-size: 15px;
  font-weight: 750;
  text-align: left;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease;
}

.ma-option-grid button:hover,
.ma-option-grid button.is-selected {
  background: #26251b;
  color: var(--ma-gold-light);
}

.ma-option-grid button:active {
  transform: scale(.985);
}

.ma-option-grid button small {
  display: block;
  margin-top: 7px;
  color: var(--ma-muted);
  font-size: 11px;
  font-weight: 500;
}

.ma-option-grid--regions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ma-passport-preview {
  display: grid;
  grid-template-columns: minmax(290px, .7fr) minmax(0, 1.3fr);
  gap: 48px;
  padding: 50px;
}

.ma-passport-preview[hidden],
.ma-quiz__step[hidden],
[hidden] {
  display: none !important;
}

.ma-passport-preview__summary {
  align-self: start;
  position: sticky;
  top: 100px;
}

.ma-passport-preview__summary > p {
  margin: 0 0 22px;
  color: var(--ma-gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .11em;
}

.ma-passport-preview__summary h3 {
  margin: 0;
  color: var(--ma-text);
  font-family: var(--ma-serif);
  font-size: clamp(34px, 4.4vw, 58px);
  font-weight: 600;
  line-height: 1.05;
}

.ma-passport-preview__summary h3 span,
.ma-passport-preview__summary h3 b {
  display: block;
}

.ma-passport-preview__summary h3 b {
  margin: 9px 0;
  color: var(--ma-gold);
  font-family: var(--ma-sans);
  font-size: 18px;
  font-weight: 500;
}

.ma-passport-preview__checks h4,
.ma-lead-form h4 {
  margin: 0 0 24px;
  color: var(--ma-text);
  font-family: var(--ma-serif);
  font-size: 26px;
  font-weight: 600;
}

.ma-passport-preview__checks ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ma-line);
}

.ma-passport-preview__checks li {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--ma-line);
}

.ma-passport-preview__checks li b {
  color: var(--ma-gold);
  font-size: 11px;
}

.ma-passport-preview__checks li span {
  color: #d5d1c8;
  font-size: 14px;
  font-weight: 700;
}

.ma-disclaimer {
  grid-column: 1 / -1;
  margin: 0;
  padding-left: 16px;
  border-left: 2px solid var(--ma-gold);
  color: var(--ma-dim);
  font-size: 12px;
  line-height: 1.6;
}

.ma-lead-form {
  grid-column: 1 / -1;
  padding-top: 38px;
  border-top: 1px solid var(--ma-line);
}

.ma-form-heading p {
  max-width: 650px;
  margin: -12px 0 28px;
  color: var(--ma-muted);
  font-size: 14px;
  line-height: 1.6;
}

.ma-form-grid,
.ma-selector-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ma-form-grid__wide,
.ma-selector-form__wide {
  grid-column: 1 / -1;
}

.ma-form-grid label > span,
.ma-selector-form label > span {
  display: block;
  margin-bottom: 8px;
  color: #d4d0c8;
  font-size: 13px;
  font-weight: 700;
}

.ma-form-grid input,
.ma-form-grid textarea,
.ma-form-grid select,
.ma-selector-form input,
.ma-selector-form select {
  width: 100%;
  min-height: 52px;
  padding: 13px 14px;
  border: 1px solid rgba(244, 241, 233, .25);
  border-radius: 8px;
  background: #0b0d0c;
  color: var(--ma-text);
  caret-color: var(--ma-gold);
}

.ma-form-grid textarea {
  min-height: 110px;
  resize: vertical;
}

.ma-form-grid input::placeholder,
.ma-form-grid textarea::placeholder,
.ma-selector-form input::placeholder {
  color: #888b84;
  opacity: 1;
}

.ma-form-grid input:focus,
.ma-form-grid textarea:focus,
.ma-form-grid select:focus,
.ma-selector-form input:focus,
.ma-selector-form select:focus {
  border-color: var(--ma-gold);
  outline: none;
  box-shadow: 0 0 0 3px rgba(212, 179, 78, .16);
}

.ma-consent {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  margin: 18px 0;
  color: #b8b5ad;
  font-size: 12px;
  line-height: 1.5;
}

.ma-consent input {
  width: 18px !important;
  min-height: 18px !important;
  margin: 0;
  accent-color: var(--ma-gold);
}

.ma-consent a {
  color: var(--ma-gold);
}

.ma-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.ma-form-status {
  min-height: 24px;
  margin: 14px 0 0;
  color: var(--ma-muted);
  font-size: 13px;
}

.ma-form-status.is-error {
  color: var(--ma-error);
}

.ma-form-status.is-success {
  color: var(--ma-success);
}

.ma-lead-form.is-loading .ma-btn,
.ma-selector-form.is-loading .ma-btn {
  cursor: wait;
  opacity: .7;
}

.ma-corridors,
.ma-levels,
.ma-seo-copy,
.ma-final-cta {
  padding: 118px 0;
  border-bottom: 1px solid var(--ma-line);
  background: var(--ma-bg);
}

.ma-corridor-list {
  border-top: 1px solid var(--ma-line);
}

.ma-corridor {
  display: grid;
  grid-template-columns: 150px minmax(290px, .85fr) minmax(420px, 1.15fr);
  gap: 38px;
  align-items: start;
  min-height: 246px;
  padding: 44px 0;
  border-bottom: 1px solid var(--ma-line);
  transition: padding-left .25s ease, background-color .25s ease;
}

.ma-corridor:hover,
.ma-corridor.is-open {
  padding-left: 18px;
  background: linear-gradient(90deg, rgba(212, 179, 78, .045), transparent 76%);
}

.ma-corridor__index {
  color: var(--ma-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.ma-corridor__title h3 {
  margin: 0;
  color: var(--ma-text);
  font-family: var(--ma-serif);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 600;
  line-height: 1;
}

.ma-corridor__title p {
  margin: 18px 0 0;
  color: var(--ma-muted);
  font-size: 13px;
  line-height: 1.55;
}

.ma-corridor__data dl,
.ma-corridor__data dd {
  margin: 0;
}

.ma-corridor__data dl {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 30px;
}

.ma-corridor__data dt {
  margin-bottom: 10px;
  color: var(--ma-gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .11em;
}

.ma-corridor__data dd {
  color: #c5c1b8;
  font-size: 13px;
  line-height: 1.6;
}

.ma-corridor__data button {
  margin-top: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ma-gold);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.ma-route {
  padding: 118px 0;
  border-bottom: 1px solid var(--ma-line);
  background: #0b0d0c;
}

.ma-route__grid {
  display: grid;
  grid-template-columns: minmax(300px, .65fr) minmax(0, 1.35fr);
  gap: 88px;
  align-items: start;
}

.ma-route__intro {
  position: sticky;
  top: 110px;
}

.ma-route__intro .ma-disclaimer {
  margin-top: 28px;
}

.ma-route__steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ma-line);
}

.ma-route__steps li {
  position: relative;
  display: grid;
  grid-template-columns: 170px 1fr 94px;
  gap: 26px;
  min-height: 120px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid var(--ma-line);
}

.ma-route__steps li::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 0;
  bottom: 100%;
  width: 2px;
  background: var(--ma-gold);
  transition: bottom .4s cubic-bezier(.16, 1, .3, 1);
}

.ma-route__steps li.is-active::before {
  bottom: 0;
}

.ma-route__steps b {
  color: var(--ma-text);
  font-size: 13px;
  letter-spacing: .06em;
}

.ma-route__steps span {
  color: var(--ma-muted);
  font-size: 14px;
  line-height: 1.55;
}

.ma-route__steps em {
  color: var(--ma-dim);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .1em;
  text-align: right;
}

.ma-route__steps li.is-active em {
  color: var(--ma-gold);
}

.ma-market-tabs {
  border: 1px solid var(--ma-line);
  border-radius: 12px;
  overflow: hidden;
  background: var(--ma-panel);
}

.ma-market-tabs__nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-bottom: 1px solid var(--ma-line);
}

.ma-market-tabs__nav button {
  min-height: 62px;
  padding: 12px;
  border: 0;
  border-right: 1px solid var(--ma-line);
  background: transparent;
  color: var(--ma-muted);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease;
}

.ma-market-tabs__nav button:last-child {
  border-right: 0;
}

.ma-market-tabs__nav button:hover,
.ma-market-tabs__nav button[aria-selected="true"] {
  background: #222118;
  color: var(--ma-gold-light);
}

.ma-market-tabs__panel {
  min-height: 300px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: end;
  padding: 52px;
  background:
    linear-gradient(115deg, rgba(212, 179, 78, .08), transparent 42%),
    var(--ma-panel);
}

.ma-market-tabs__panel p {
  margin: 0 0 18px;
  color: var(--ma-gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
}

.ma-market-tabs__panel h3 {
  max-width: 780px;
  margin: 0;
  color: var(--ma-text);
  font-family: var(--ma-serif);
  font-size: clamp(36px, 4.6vw, 62px);
  font-weight: 600;
  line-height: 1.04;
}

.ma-market-tabs__panel span {
  display: block;
  max-width: 650px;
  margin-top: 20px;
  color: var(--ma-muted);
  font-size: 14px;
  line-height: 1.65;
}

.ma-level-list {
  display: grid;
  gap: 18px;
}

.ma-level {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(320px, 1.2fr) 230px;
  gap: 42px;
  align-items: center;
  min-height: 210px;
  padding: 38px 42px;
  border: 1px solid var(--ma-line);
  border-radius: 12px;
  background: var(--ma-panel);
}

.ma-level:nth-child(2) {
  margin-left: 5%;
  background: var(--ma-panel-2);
}

.ma-level--launch {
  margin-left: 10%;
  border-color: var(--ma-line-strong);
  background: linear-gradient(110deg, rgba(212, 179, 78, .11), rgba(17, 19, 19, .96) 48%);
}

.ma-level > div > p {
  margin: 0 0 12px;
  color: var(--ma-gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
}

.ma-level h3 {
  margin: 0;
  color: var(--ma-text);
  font-family: var(--ma-serif);
  font-size: 34px;
  font-weight: 600;
  line-height: 1.05;
}

.ma-level strong {
  display: block;
  margin-top: 12px;
  color: #c8c4ba;
  font-size: 13px;
}

.ma-level > p {
  margin: 0;
  color: var(--ma-muted);
  font-size: 14px;
  line-height: 1.68;
}

.ma-level > a {
  justify-self: end;
  color: var(--ma-gold);
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.ma-selector__grid {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: 86px;
  align-items: start;
}

.ma-selector-form {
  padding: 38px;
  border: 1px solid var(--ma-line-strong);
  border-radius: 12px;
  background: var(--ma-panel);
}

.ma-selector-form .ma-consent {
  margin: 0;
}

.ma-selector-form .ma-form-status {
  display: inline-block;
  margin: 0 0 0 16px;
  vertical-align: middle;
}

.ma-seo-copy {
  background: #0a0c0b;
}

.ma-seo-copy__grid {
  display: grid;
  grid-template-columns: 230px minmax(0, 820px);
  gap: 80px;
  justify-content: center;
}

.ma-seo-copy nav {
  position: sticky;
  top: 110px;
  align-self: start;
  border-top: 1px solid var(--ma-line);
}

.ma-seo-copy nav a {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid var(--ma-line);
  color: var(--ma-muted);
  font-size: 12px;
  text-decoration: none;
}

.ma-seo-copy nav a:hover {
  color: var(--ma-gold);
}

.ma-seo-copy h2 {
  font-size: clamp(40px, 4.6vw, 62px);
}

.ma-seo-copy__grid > div > p {
  margin: 24px 0 0;
  color: var(--ma-muted);
  font-size: 15px;
  line-height: 1.82;
}

.ma-faq__grid {
  display: grid;
  grid-template-columns: minmax(280px, .6fr) minmax(0, 1.4fr);
  gap: 90px;
  align-items: start;
}

.ma-faq__grid > div:first-child {
  position: sticky;
  top: 110px;
}

.ma-faq__items {
  border-top: 1px solid var(--ma-line);
}

.ma-faq details {
  border-bottom: 1px solid var(--ma-line);
}

.ma-faq summary {
  position: relative;
  padding: 24px 50px 24px 0;
  color: var(--ma-text);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}

.ma-faq summary::-webkit-details-marker {
  display: none;
}

.ma-faq summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 18px;
  color: var(--ma-gold);
  font-size: 24px;
  font-weight: 400;
}

.ma-faq details[open] summary::after {
  content: "−";
}

.ma-faq details p {
  max-width: 760px;
  margin: 0;
  padding: 0 52px 24px 0;
  color: var(--ma-muted);
  font-size: 14px;
  line-height: 1.72;
}

.ma-final-cta {
  position: relative;
  overflow: hidden;
  padding: 128px 0;
  background:
    radial-gradient(circle at 80% 50%, rgba(212, 179, 78, .12), transparent 32%),
    #080909;
}

.ma-final-cta::before {
  content: "";
  position: absolute;
  right: -14vw;
  top: 50%;
  width: 42vw;
  aspect-ratio: 1;
  border: 1px solid rgba(212, 179, 78, .2);
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow: inset 0 0 0 80px rgba(212, 179, 78, .018), inset 0 0 0 160px rgba(212, 179, 78, .015);
}

.ma-final-cta__inner {
  position: relative;
  z-index: 1;
}

.ma-final-cta__inner > p {
  margin: 0 0 22px;
  color: var(--ma-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .11em;
}

.ma-final-cta h2 {
  max-width: 880px;
}

.ma-final-cta .ma-actions {
  margin-top: 34px;
}

@media (max-width: 1180px) {
  .ma-hero__grid {
    grid-template-columns: minmax(0, .92fr) minmax(450px, 1.08fr);
    gap: 30px;
  }

  .ma-map {
    min-height: 570px;
  }

  .ma-map__platforms {
    display: none;
  }

  .ma-map__copy {
    grid-column: copy-start / platforms-end;
  }

  .ma-corridor {
    grid-template-columns: 120px minmax(250px, .8fr) minmax(360px, 1.2fr);
    gap: 28px;
  }
}

@media (max-width: 1024px) {
  .ma-hero {
    min-height: auto;
    padding: 54px 0 72px;
  }

  .ma-hero__grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .ma-hero h1 {
    max-width: 820px;
  }

  .ma-map {
    min-height: 620px;
  }

  .ma-option-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ma-corridor {
    grid-template-columns: 100px 1fr;
  }

  .ma-corridor__data {
    grid-column: 2;
  }

  .ma-route__grid,
  .ma-selector__grid,
  .ma-faq__grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .ma-route__intro,
  .ma-faq__grid > div:first-child {
    position: static;
  }

  .ma-level,
  .ma-level:nth-child(2),
  .ma-level--launch {
    margin-left: 0;
    grid-template-columns: minmax(260px, .7fr) minmax(340px, 1.3fr);
  }

  .ma-level > a {
    grid-column: 2;
    justify-self: start;
  }

  .ma-seo-copy__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .ma-seo-copy nav {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
    border-top: 0;
  }
}

@media (max-width: 900px) {
  .ma-shell {
    width: min(100% - 36px, 1220px);
  }

  .ma-passport,
  .ma-corridors,
  .ma-route,
  .ma-marketplaces,
  .ma-levels,
  .ma-selector,
  .ma-seo-copy,
  .ma-faq,
  .ma-final-cta {
    padding: 92px 0;
  }

  .ma-passport-preview {
    grid-template-columns: 1fr;
  }

  .ma-passport-preview__summary {
    position: static;
  }

  .ma-passport-preview__summary h3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 14px;
  }

  .ma-passport-preview__summary h3 span,
  .ma-passport-preview__summary h3 b {
    display: inline;
    margin: 0;
  }

  .ma-market-tabs__nav {
    grid-template-columns: repeat(3, 1fr);
  }

  .ma-market-tabs__nav button {
    border-bottom: 1px solid var(--ma-line);
  }

  .ma-market-tabs__panel {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .ma-market-tabs__panel .ma-btn {
    justify-self: start;
  }
}

@media (max-width: 700px) {
  .ma-shell {
    width: min(100% - 32px, 1220px);
  }

  .ma-section-heading {
    margin-bottom: 36px;
  }

  .ma-section-heading h2,
  .ma-selector h2,
  .ma-seo-copy h2,
  .ma-faq h2,
  .ma-final-cta h2,
  .ma-route h2 {
    font-size: 40px;
  }

  .ma-section-heading > p,
  .ma-selector__grid > div > p,
  .ma-faq__grid > div > p,
  .ma-route__intro > p {
    font-size: 15px;
  }

  .ma-hero {
    padding: 42px 0 58px;
  }

  .ma-hero h1 {
    font-size: 51px;
  }

  .ma-hero__lead {
    font-size: 16px;
  }

  .ma-hero .ma-actions,
  .ma-final-cta .ma-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ma-hero .ma-btn,
  .ma-final-cta .ma-btn {
    width: 100%;
  }

  .ma-map {
    min-height: 520px;
  }

  .ma-map__node {
    min-width: 72px;
    padding: 7px 8px;
  }

  .ma-map__node small {
    display: none;
  }

  .ma-map__panel {
    left: 14px;
    right: 14px;
    bottom: 14px;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "market metric"
      "action action";
    gap: 10px;
    padding: 14px;
  }

  .ma-map__copy,
  .ma-map__platforms {
    display: none;
  }

  .ma-map__market strong,
  .ma-map__metric {
    font-size: 18px;
  }

  .ma-map__panel a {
    justify-self: start;
  }

  .ma-quiz__step,
  .ma-passport-preview {
    min-height: 0;
    padding: 30px 22px;
  }

  .ma-quiz__step h3 {
    font-size: 36px;
  }

  .ma-option-grid,
  .ma-option-grid--regions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ma-option-grid button {
    min-height: 82px;
    padding: 15px;
  }

  .ma-form-grid,
  .ma-selector-form {
    grid-template-columns: 1fr;
  }

  .ma-form-grid__wide,
  .ma-selector-form__wide {
    grid-column: auto;
  }

  .ma-corridor {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 36px 0;
  }

  .ma-corridor:hover,
  .ma-corridor.is-open {
    padding-left: 0;
  }

  .ma-corridor__data {
    grid-column: auto;
  }

  .ma-corridor__data dl {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ma-route__steps li {
    grid-template-columns: 1fr auto;
    gap: 10px 18px;
    min-height: 0;
    padding: 24px 0;
  }

  .ma-route__steps span {
    grid-column: 1 / -1;
  }

  .ma-route__steps li::before {
    left: -12px;
  }

  .ma-market-tabs__nav {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .ma-market-tabs__nav button {
    flex: 0 0 44%;
    border-bottom: 0;
    scroll-snap-align: start;
  }

  .ma-market-tabs__panel {
    min-height: 360px;
    padding: 32px 22px;
  }

  .ma-market-tabs__panel h3 {
    font-size: 39px;
  }

  .ma-level,
  .ma-level:nth-child(2),
  .ma-level--launch {
    grid-template-columns: 1fr;
    gap: 22px;
    min-height: 0;
    padding: 30px 24px;
  }

  .ma-level > a {
    grid-column: auto;
  }

  .ma-selector-form {
    padding: 28px 22px;
  }

  .ma-selector-form .ma-form-status {
    display: block;
    margin: 14px 0 0;
  }

  .ma-faq summary {
    font-size: 15px;
  }
}

@media (max-width: 430px) {
  .ma-shell {
    width: min(100% - 28px, 1220px);
  }

  .ma-eyebrow {
    margin-bottom: 18px;
    font-size: 10px;
  }

  .ma-hero h1 {
    font-size: 44px;
  }

  .ma-hero__lead {
    margin-top: 20px;
    font-size: 15px;
  }

  .ma-hero__markets {
    margin-top: 18px;
    font-size: 11px;
  }

  .ma-map {
    min-height: 440px;
  }

  .ma-map__node {
    min-width: 58px;
  }

  .ma-map__node span {
    font-size: 9px;
  }

  .ma-map__panel {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .ma-map__panel a {
    grid-column: auto;
  }

  .ma-passport,
  .ma-corridors,
  .ma-route,
  .ma-marketplaces,
  .ma-levels,
  .ma-selector,
  .ma-seo-copy,
  .ma-faq,
  .ma-final-cta {
    padding: 76px 0;
  }

  .ma-section-heading h2,
  .ma-selector h2,
  .ma-seo-copy h2,
  .ma-faq h2,
  .ma-final-cta h2,
  .ma-route h2 {
    font-size: 36px;
  }

  .ma-quiz__progress span {
    padding: 15px 8px;
    font-size: 10px;
  }

  .ma-quiz__step h3 {
    font-size: 32px;
  }

  .ma-option-grid {
    grid-template-columns: 1fr;
  }

  .ma-option-grid button {
    min-height: 64px;
  }

  .ma-passport-preview__summary h3 {
    font-size: 34px;
  }

  .ma-passport-preview__summary h3 b {
    font-size: 14px;
  }

  .ma-corridor__title h3 {
    font-size: 38px;
  }

  .ma-level h3 {
    font-size: 30px;
  }

  .ma-btn {
    padding-inline: 18px;
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 390px) {
  .ma-hero h1 {
    font-size: 41px;
  }

  .ma-map {
    min-height: 410px;
  }

  .ma-map__node {
    padding: 6px;
  }

  .ma-map__node::before {
    width: 5px;
    height: 5px;
  }

  .ma-quiz__step,
  .ma-passport-preview,
  .ma-selector-form {
    padding-inline: 18px;
  }
}

@media (max-width: 375px) {
  .ma-shell {
    width: min(100% - 24px, 1220px);
  }

  .ma-hero h1 {
    font-size: 39px;
  }

  .ma-map__panel {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
}

@media (max-width: 360px) {
  .ma-hero h1 {
    font-size: 37px;
  }

  .ma-section-heading h2,
  .ma-selector h2,
  .ma-seo-copy h2,
  .ma-faq h2,
  .ma-final-cta h2,
  .ma-route h2 {
    font-size: 34px;
  }
}

/* Full-screen market explorer */
.ma-hero.ma-hero--space {
  width: 100vw;
  max-width: none;
  min-height: calc(100dvh - 98px);
  margin-left: calc(50% - 50vw);
  padding: 0;
  align-items: stretch;
  background:
    radial-gradient(circle at 50% 52%, rgba(24, 53, 57, .34), transparent 34%),
    linear-gradient(180deg, #080c0c 0%, #050909 58%, #030606 100%);
}

.ma-hero.ma-hero--space::before {
  inset: 0;
  background:
    radial-gradient(circle at 50% 54%, transparent 0 25%, rgba(2, 5, 5, .16) 57%, rgba(2, 4, 4, .78) 100%),
    linear-gradient(90deg, rgba(2, 5, 5, .52), transparent 18% 82%, rgba(2, 5, 5, .52));
  mask-image: none;
}

.ma-hero__stage {
  position: relative;
  z-index: 1;
  min-height: inherit;
  padding: 34px 0 24px;
}

.ma-space__intro {
  position: relative;
  z-index: 5;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.ma-space__intro .ma-eyebrow {
  margin-bottom: 12px;
}

.ma-hero--space .ma-space__intro h1 {
  max-width: none;
  font-size: clamp(46px, 4.4vw, 70px);
  line-height: .93;
  text-wrap: balance;
  text-shadow: 0 4px 28px rgba(0, 0, 0, .7);
}

.ma-space__lead {
  margin: 16px 0 0;
  color: #c9c6bd;
  font-size: 15px;
  line-height: 1.5;
}

.ma-space__explorer {
  position: absolute;
  inset: 146px 0 18px;
  z-index: 2;
}

.ma-globe {
  position: absolute;
  left: 50%;
  top: 48%;
  width: min(69vh, 700px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  transition: transform .7s cubic-bezier(.16, 1, .3, 1);
  touch-action: none;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

.ma-globe.is-dragging {
  cursor: grabbing;
}

.ma-globe.is-hovering:not(.is-dragging) {
  cursor: pointer;
}

.ma-globe:focus-visible {
  outline: 2px solid rgba(212, 179, 78, .64);
  outline-offset: 8px;
}

.ma-globe::before,
.ma-globe::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  width: 101%;
  aspect-ratio: 1;
  border: 1px solid rgba(142, 202, 211, .3);
  border-radius: 50%;
  box-shadow: 0 0 42px rgba(92, 170, 182, .16);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.ma-globe::after {
  width: 105%;
  border-color: rgba(212, 179, 78, .16);
  transform: translate(-50%, -50%);
}

.ma-globe__canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.ma-globe__controls {
  position: absolute;
  z-index: 5;
  right: 4%;
  top: 18%;
  display: grid;
  grid-template-columns: 38px;
  overflow: hidden;
  border: 1px solid rgba(244, 241, 233, .2);
  background: rgba(5, 9, 10, .82);
  box-shadow: 0 10px 32px rgba(0, 0, 0, .3);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.ma-globe__controls button {
  width: 38px;
  min-height: 36px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(244, 241, 233, .13);
  background: transparent;
  color: var(--ma-text);
  font: 800 18px/1 var(--ma-sans);
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease;
}

.ma-globe__controls button:nth-child(2) {
  min-height: 30px;
  color: var(--ma-gold-light);
  font-size: 9px;
  letter-spacing: .03em;
}

.ma-globe__controls button:last-child {
  border-bottom: 0;
}

.ma-globe__controls button:hover,
.ma-globe__controls button:focus-visible {
  outline: none;
  background: var(--ma-gold);
  color: #11120f;
}

.ma-globe__hint {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 9%;
  margin: 0;
  padding: 6px 10px;
  border: 1px solid rgba(196, 209, 205, .16);
  background: rgba(5, 10, 12, .62);
  color: rgba(225, 230, 223, .62);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .04em;
  transform: translateX(-50%);
  pointer-events: none;
  white-space: nowrap;
  transition: opacity .25s ease;
}

.ma-globe.has-been-touched .ma-globe__hint {
  opacity: 0;
}

.ma-globe__status {
  position: absolute;
  left: 50%;
  bottom: 13%;
  min-width: 220px;
  padding: 11px 16px;
  border-top: 1px solid rgba(212, 179, 78, .42);
  background: linear-gradient(90deg, transparent, rgba(5, 7, 6, .9) 18% 82%, transparent);
  transform: translateX(-50%);
  text-align: center;
  pointer-events: none;
}

.ma-globe__status > * {
  display: block;
  margin: 0;
}

.ma-globe__status p {
  color: var(--ma-gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
}

.ma-globe__status strong {
  margin-top: 3px;
  color: var(--ma-text);
  font-family: var(--ma-serif);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.15;
}

.ma-globe__status span {
  margin-top: 4px;
  color: var(--ma-muted);
  font-size: 10px;
}

.ma-jurisdictions {
  position: absolute;
  z-index: 7;
  left: 50%;
  bottom: 0;
  width: min(100%, 1120px);
  transform: translateX(-50%);
}

.ma-jurisdictions > p {
  margin: 0 0 8px;
  color: rgba(244, 241, 233, .64);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-align: center;
  text-transform: uppercase;
}

.ma-jurisdictions__list {
  display: grid;
  grid-template-columns: repeat(8, minmax(124px, 1fr));
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(212, 179, 78, .36) rgba(5, 7, 6, .84);
  border: 1px solid rgba(244, 241, 233, .18);
  background: rgba(5, 7, 6, .84);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.ma-jurisdictions__list button {
  min-height: 54px;
  padding: 8px 12px;
  border: 0;
  border-right: 1px solid rgba(244, 241, 233, .12);
  background: transparent;
  color: var(--ma-text);
  cursor: pointer;
  text-align: left;
  transition: color .2s ease, background-color .2s ease;
}

.ma-jurisdictions__list button:last-child {
  border-right: 0;
}

.ma-jurisdictions__list button:hover,
.ma-jurisdictions__list button.is-active {
  background: var(--ma-gold);
  color: #11120f;
}

.ma-jurisdictions__list span,
.ma-jurisdictions__list small {
  display: block;
}

.ma-jurisdictions__list span {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.ma-jurisdictions__list small {
  margin-top: 2px;
  color: inherit;
  font-size: 9px;
  line-height: 1.25;
  opacity: .68;
}

.ma-space__explorer.has-selection .ma-globe {
  transform: translate(calc(-50% - 224px), -48%) scale(.8);
}

.ma-services {
  position: absolute;
  z-index: 6;
  top: 90px;
  right: 0;
  bottom: 78px;
  width: 410px;
  display: flex;
  flex-direction: column;
  overflow: auto;
  padding: 24px;
  border: 1px solid rgba(244, 241, 233, .18);
  background: rgba(7, 9, 8, .9);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .35);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  opacity: 0;
  transform: translateX(24px);
}

.ma-services[hidden],
.ma-services__detail[hidden] {
  display: none !important;
}

.ma-services.is-visible {
  opacity: 1;
  transform: none;
  transition: opacity .45s ease, transform .55s cubic-bezier(.16, 1, .3, 1);
}

.ma-services__region {
  margin: 0 0 9px;
  color: var(--ma-muted);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
}

.ma-services__region strong {
  color: var(--ma-gold-light);
  font-weight: 850;
}

.ma-services__heading h2 {
  margin: 0;
  color: var(--ma-text);
  font-family: var(--ma-serif);
  font-size: 27px;
  font-weight: 600;
  line-height: 1.05;
}

.ma-services__heading > p:last-child {
  margin: 9px 0 0;
  color: var(--ma-muted);
  font-size: 11px;
  line-height: 1.45;
}

.ma-zone-facts {
  display: grid;
  gap: 0;
  margin: 18px 0 0;
  border-top: 1px solid rgba(244, 241, 233, .14);
}

.ma-zone-facts div {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(244, 241, 233, .1);
}

.ma-zone-facts dt,
.ma-zone-facts dd {
  margin: 0;
}

.ma-zone-facts dt {
  color: var(--ma-dim);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ma-zone-facts dd {
  color: #d4d1c8;
  font-size: 10px;
  line-height: 1.4;
}

.ma-services__prompt {
  margin: 18px 0 8px;
  color: var(--ma-gold);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ma-services__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: rgba(244, 241, 233, .14);
}

.ma-services__grid button {
  position: relative;
  min-height: 55px;
  padding: 9px 36px 9px 12px;
  border: 0;
  background: #101311;
  color: #c7c5bd;
  cursor: pointer;
  text-align: left;
  transition: color .2s ease, background-color .2s ease;
}

.ma-services__grid button::after {
  content: "+";
  position: absolute;
  right: 13px;
  top: 50%;
  color: var(--ma-gold);
  font-size: 16px;
  font-weight: 500;
  transform: translateY(-50%);
}

.ma-services__grid button.is-active::after {
  content: "−";
}

.ma-services__grid button span,
.ma-services__grid button small {
  display: block;
}

.ma-services__grid button span {
  color: inherit;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
}

.ma-services__grid button small {
  margin-top: 3px;
  color: var(--ma-muted);
  font-size: 9px;
  font-weight: 500;
  line-height: 1.25;
}

.ma-services__grid button:hover,
.ma-services__grid button.is-active {
  background: #262619;
  color: var(--ma-gold-light);
}

.ma-services__detail {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(212, 179, 78, .32);
}

.ma-services__detail > strong,
.ma-services__detail > span {
  display: block;
}

.ma-services__market-note {
  margin: 13px 0 0;
  padding: 11px 12px;
  border-left: 2px solid var(--ma-gold);
  background: rgba(212, 179, 78, .07);
  color: #c9c8c0;
  font-size: 10px;
  line-height: 1.45;
}

.ma-services__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 14px 0 0;
}

.ma-services__facts div {
  min-width: 0;
}

.ma-services__facts dt,
.ma-services__facts dd {
  margin: 0;
}

.ma-services__facts dt {
  color: var(--ma-dim);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ma-services__facts dd {
  margin-top: 4px;
  color: var(--ma-text);
  font-size: 10px;
  line-height: 1.35;
}

.ma-services__detail > strong {
  color: var(--ma-text);
  font-size: 14px;
}

.ma-services__detail > span {
  margin-top: 6px;
  color: var(--ma-muted);
  font-size: 11px;
  line-height: 1.45;
}

.ma-services__detail .ma-btn {
  width: 100%;
  min-height: 42px;
  margin: 0;
  font-size: 12px;
  white-space: nowrap;
}

.ma-services__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

@media (max-width: 1100px) {
  .ma-space__explorer.has-selection .ma-globe {
    transform: translate(calc(-50% - 182px), -48%) scale(.72);
  }

  .ma-services {
    width: 350px;
  }
}

@media (max-width: 820px) {
  .ma-hero.ma-hero--space {
    min-height: calc(100dvh - 76px);
  }

  .ma-hero__stage {
    display: flex;
    flex-direction: column;
    min-height: inherit;
    padding: 28px 0 22px;
  }

  .ma-space__intro {
    flex: 0 0 auto;
  }

  .ma-hero--space .ma-space__intro h1 {
    font-size: clamp(40px, 11vw, 58px);
  }

  .ma-space__explorer {
    position: relative;
    inset: auto;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    min-height: 560px;
    margin-top: 18px;
  }

  .ma-jurisdictions {
    position: relative;
    left: auto;
    bottom: auto;
    order: 1;
    width: 100%;
    transform: none;
  }

  .ma-jurisdictions__list {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .ma-jurisdictions__list button {
    flex: 0 0 158px;
    scroll-snap-align: start;
  }

  .ma-globe {
    position: relative;
    left: auto;
    top: auto;
    order: 2;
    width: min(100%, 470px);
    margin: 4px auto 0;
    transform: none;
  }

  .ma-space__explorer.has-selection .ma-globe {
    transform: none;
  }

  .ma-services {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    order: 3;
    width: 100%;
    margin-top: 8px;
    max-height: none;
  }
}

@media (max-width: 430px) {
  .ma-hero__stage {
    padding-top: 24px;
  }

  .ma-space__intro .ma-eyebrow {
    margin-bottom: 10px;
  }

  .ma-hero--space .ma-space__intro h1 {
    font-size: 41px;
  }

  .ma-space__lead {
    max-width: 320px;
    margin: 14px auto 0;
    font-size: 13px;
  }

  .ma-space__explorer {
    min-height: 500px;
  }

  .ma-jurisdictions > p {
    margin-bottom: 6px;
  }

  .ma-jurisdictions__list button {
    flex-basis: 144px;
    min-height: 50px;
  }

  .ma-globe__status {
    bottom: 11%;
    min-width: 190px;
  }

  .ma-globe__status strong {
    font-size: 17px;
  }

  .ma-services {
    padding: 20px 16px;
  }

  .ma-globe__controls {
    right: 3%;
    top: 17%;
  }

  .ma-services__heading h2 {
    font-size: 25px;
  }

  .ma-zone-facts div {
    grid-template-columns: 94px minmax(0, 1fr);
  }

  .ma-services__actions {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .market-access-v1 *,
  .market-access-v1 *::before,
  .market-access-v1 *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .market-access-v1.ma-js [data-ma-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .ma-map__panel {
    background: #0b0d0c;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

/* Corridor atlas 1.5 */
.ma-corridor-list {
  display: grid;
  gap: 24px;
}

.ma-corridor {
  position: relative;
  display: block;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(244, 241, 233, .2);
  border-radius: 12px;
  background: #0a0d0c;
  transform: none;
  transition: border-color .3s ease, transform .3s ease;
}

.ma-corridor:hover {
  border-color: rgba(212, 179, 78, .58);
  transform: translateY(-2px);
}

.ma-corridor.is-open {
  border-color: rgba(212, 179, 78, .72);
  transform: none;
}

.ma-corridor__surface {
  --ma-corridor-image: none;
  position: relative;
  isolation: isolate;
  min-height: 380px;
  display: grid;
  grid-template-columns: 112px minmax(310px, .82fr) minmax(440px, 1.18fr);
  gap: 34px;
  align-items: end;
  padding: 34px;
  overflow: hidden;
}

.ma-corridor--gcc .ma-corridor__surface { --ma-corridor-image: url('assets/corridors/gcc.webp'); }
.ma-corridor--asean .ma-corridor__surface { --ma-corridor-image: url('assets/corridors/asean.webp'); }
.ma-corridor--india .ma-corridor__surface { --ma-corridor-image: url('assets/corridors/india.webp'); }
.ma-corridor--china .ma-corridor__surface { --ma-corridor-image: url('assets/corridors/china.webp'); }
.ma-corridor--latam .ma-corridor__surface { --ma-corridor-image: url('assets/corridors/latam.webp'); }

.ma-corridor__surface::before,
.ma-corridor__surface::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}

.ma-corridor__surface::before {
  background-image: var(--ma-corridor-image);
  background-position: center;
  background-size: cover;
  filter: saturate(.78) contrast(1.03);
  transform: scale(1.015);
  transition: transform 1s cubic-bezier(.16, 1, .3, 1), filter .4s ease;
}

.ma-corridor__surface::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 7, 7, .94) 0%, rgba(3, 7, 7, .76) 42%, rgba(3, 7, 7, .58) 100%),
    linear-gradient(0deg, rgba(3, 7, 7, .9) 0%, transparent 72%);
}

.ma-corridor:hover .ma-corridor__surface::before {
  filter: saturate(.96) contrast(1.05);
  transform: scale(1.05);
}

.ma-corridor__index {
  align-self: start;
  width: max-content;
  margin: 0;
  padding: 7px 9px;
  border: 1px solid rgba(244, 241, 233, .28);
  background: rgba(4, 7, 7, .66);
  color: var(--ma-gold-light);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}

.ma-corridor__title h3 {
  max-width: 520px;
  margin: 0;
  color: var(--ma-text);
  font-family: var(--ma-serif);
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 600;
  line-height: .98;
  text-shadow: 0 3px 24px rgba(0, 0, 0, .68);
}

.ma-corridor__title p {
  max-width: 520px;
  margin: 14px 0 0;
  color: #d3d2ca;
  font-size: 13px;
  line-height: 1.5;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .86);
}

.ma-corridor__flags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 16px;
}

.ma-flag {
  width: 34px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .38);
  color: #fff;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .04em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .9);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .24);
}

.ma-flag--ae { background: linear-gradient(90deg, #b6262d 0 28%, transparent 28%), linear-gradient(#2f8151 0 33%, #f0eee7 33% 66%, #171a18 66%); }
.ma-flag--sa { background: #1f7046; }
.ma-flag--qa { background: linear-gradient(90deg, #f1eee8 0 34%, #7b273c 34%); }
.ma-flag--kw { background: linear-gradient(#347557 0 33%, #f0eee7 33% 66%, #a42c31 66%); }
.ma-flag--om { background: linear-gradient(90deg, #f0eee7 0 25%, transparent 25%), linear-gradient(#f0eee7 0 33%, #b22e34 33% 66%, #327759 66%); }
.ma-flag--bh { background: linear-gradient(90deg, #f0eee7 0 34%, #b22e34 34%); }
.ma-flag--vn { background: #b8262f; color: #f2cf55; }
.ma-flag--th { background: linear-gradient(#a72c35 0 20%, #f0eee7 20% 34%, #283969 34% 66%, #f0eee7 66% 80%, #a72c35 80%); }
.ma-flag--my { background: linear-gradient(#b72c34 0 16%, #f0eee7 16% 32%, #b72c34 32% 48%, #f0eee7 48% 64%, #b72c34 64% 80%, #f0eee7 80%); }
.ma-flag--id { background: linear-gradient(#b72c34 0 50%, #f0eee7 50%); }
.ma-flag--in { background: linear-gradient(#d27a31 0 33%, #f0eee7 33% 66%, #2d7650 66%); color: #26396a; }
.ma-flag--cn { background: #b3222c; color: #f2cf55; }
.ma-flag--br { background: #2e754d; color: #f2cf55; }
.ma-flag--ar { background: linear-gradient(#67a4cb 0 33%, #f0eee7 33% 66%, #67a4cb 66%); color: #b68626; }
.ma-flag--uy { background: linear-gradient(#f0eee7 0 20%, #5b93ba 20% 40%, #f0eee7 40% 60%, #5b93ba 60% 80%, #f0eee7 80%); color: #b68626; }
.ma-flag--py { background: linear-gradient(#b82d36 0 33%, #f0eee7 33% 66%, #33558b 66%); }

.ma-corridor__data {
  display: grid;
  gap: 22px;
  padding: 24px;
  border: 1px solid rgba(244, 241, 233, .18);
  background: rgba(5, 8, 8, .72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.ma-corridor__data dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
}

.ma-corridor__data dt,
.ma-corridor__data dd {
  margin: 0;
}

.ma-corridor__data dt {
  color: var(--ma-gold-light);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ma-corridor__data dd {
  margin-top: 7px;
  color: #d8d6cf;
  font-size: 12px;
  line-height: 1.5;
}

.ma-corridor__data button {
  width: max-content;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--ma-gold);
  background: var(--ma-gold);
  color: #11120f;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.ma-corridor__data button:hover,
.ma-corridor__data button:focus-visible {
  outline: none;
  background: #f0d26f;
}

.ma-corridor__data button:active {
  transform: translateY(1px);
}

.ma-corridor__expand {
  padding: 34px;
  border-top: 1px solid rgba(212, 179, 78, .44);
  background: #0a0d0c;
}

.ma-corridor__route {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ma-corridor__route::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 7px;
  height: 1px;
  background: linear-gradient(90deg, var(--ma-gold), rgba(212, 179, 78, .18));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .8s cubic-bezier(.16, 1, .3, 1);
}

.ma-corridor.is-open .ma-corridor__route::before {
  transform: scaleX(1);
}

.ma-corridor__route li {
  position: relative;
  padding-top: 26px;
}

.ma-corridor__route li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 11px;
  height: 11px;
  border: 2px solid #0a0d0c;
  border-radius: 50%;
  background: var(--ma-gold);
  box-shadow: 0 0 0 1px rgba(212, 179, 78, .62);
}

.ma-corridor__route strong,
.ma-corridor__route span {
  display: block;
}

.ma-corridor__route strong {
  color: var(--ma-text);
  font-size: 13px;
}

.ma-corridor__route span {
  margin-top: 6px;
  color: var(--ma-muted);
  font-size: 11px;
  line-height: 1.45;
}

.ma-corridor__lead {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(480px, 1.18fr);
  gap: 44px;
  align-items: start;
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid rgba(244, 241, 233, .14);
}

.ma-corridor__lead h4 {
  margin: 0;
  color: var(--ma-text);
  font-family: var(--ma-serif);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.08;
}

.ma-corridor__lead > div > p {
  max-width: 440px;
  margin: 12px 0 0;
  color: var(--ma-muted);
  font-size: 13px;
  line-height: 1.55;
}

.ma-corridor__lead form {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}

.ma-corridor__lead form > label:first-of-type > span {
  display: block;
  margin-bottom: 7px;
  color: #d8d6cf;
  font-size: 11px;
  font-weight: 800;
}

.ma-corridor__lead input[type="text"] {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid rgba(244, 241, 233, .28);
  border-radius: 8px;
  background: #080a09;
  color: var(--ma-text);
}

.ma-corridor__lead input[type="text"]:focus {
  border-color: var(--ma-gold);
  outline: none;
  box-shadow: 0 0 0 3px rgba(212, 179, 78, .14);
}

.ma-corridor__lead .ma-consent {
  margin: 0;
}

.ma-corridor__form-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.ma-corridor__form-actions .ma-btn {
  width: 100%;
  min-height: 46px;
  white-space: nowrap;
}

.ma-corridor__lead .ma-form-status {
  min-height: 18px;
  margin: 0;
}

@media (max-width: 1024px) {
  .ma-corridor__surface {
    grid-template-columns: 80px minmax(260px, .9fr) minmax(360px, 1.1fr);
    gap: 22px;
    padding: 28px;
  }

  .ma-corridor__lead {
    grid-template-columns: minmax(0, .7fr) minmax(420px, 1.3fr);
    gap: 28px;
  }
}

@media (max-width: 820px) {
  .ma-corridor-list {
    gap: 18px;
  }

  .ma-corridor,
  .ma-corridor:hover,
  .ma-corridor.is-open {
    transform: none;
  }

  .ma-corridor__surface {
    min-height: 560px;
    grid-template-columns: 1fr;
    gap: 18px;
    align-content: end;
    align-items: start;
    padding: 26px;
  }

  .ma-corridor__index {
    position: absolute;
    left: 26px;
    top: 26px;
  }

  .ma-corridor__surface::after {
    background: linear-gradient(0deg, rgba(3, 7, 7, .96) 0%, rgba(3, 7, 7, .7) 58%, rgba(3, 7, 7, .24) 100%);
  }

  .ma-corridor__data {
    gap: 18px;
  }

  .ma-corridor__expand {
    padding: 26px;
  }

  .ma-corridor__route {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ma-corridor__route::before {
    display: none;
  }

  .ma-corridor__lead {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

@media (max-width: 520px) {
  .ma-corridor__surface {
    min-height: 610px;
    padding: 22px;
  }

  .ma-corridor__index {
    left: 22px;
    top: 22px;
  }

  .ma-corridor__title h3 {
    font-size: 38px;
  }

  .ma-corridor__data {
    padding: 18px;
  }

  .ma-corridor__data dl,
  .ma-corridor__route,
  .ma-corridor__form-actions {
    grid-template-columns: 1fr;
  }

  .ma-corridor__data button {
    width: 100%;
  }

  .ma-corridor__expand {
    padding: 22px;
  }

  .ma-corridor__route {
    gap: 18px;
  }

  .ma-corridor__route li {
    padding: 0 0 0 24px;
  }

  .ma-corridor__route li::before {
    left: 0;
    top: 3px;
  }

  .ma-corridor__lead h4 {
    font-size: 27px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ma-corridor,
  .ma-corridor__surface::before,
  .ma-corridor__route::before {
    transition: none !important;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .ma-corridor__data {
    background: #0b0d0c;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
/* 1.6.0: full-bleed space field and route mural */
.ma-spacefield {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.ma-hero.ma-hero--space::before {
  z-index: 1;
}

.ma-hero__stage {
  z-index: 2;
}

.ma-route {
  overflow: clip;
  background:
    radial-gradient(circle at 12% 45%, rgba(212, 179, 78, .055), transparent 32%),
    #0b0d0c;
}

.ma-route__story {
  position: sticky;
  top: 106px;
  min-width: 0;
}

.ma-route__intro {
  position: static;
}

.ma-route__mural {
  --ma-route-progress: .142857;
  --ma-route-marker-x: 92px;
  --ma-route-marker-y: 72px;
  position: relative;
  min-height: 520px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid rgba(244, 241, 233, .14);
  border-radius: 10px;
  background-image:
    linear-gradient(180deg, rgba(5, 7, 6, .06), rgba(5, 7, 6, .22)),
    url("assets/route/market-route-mural-v1.webp");
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}

.ma-route__mural::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 7, 6, .18), transparent 26% 76%, rgba(5, 7, 6, .16));
  pointer-events: none;
}

.ma-route__mural-wash {
  position: absolute;
  left: 22px;
  top: 10%;
  bottom: 10%;
  width: 2px;
  background: rgba(244, 241, 233, .12);
  transform-origin: top;
}

.ma-route__mural-wash::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--ma-gold);
  transform: scaleY(var(--ma-route-progress));
  transform-origin: top;
  transition: transform .8s cubic-bezier(.16, 1, .3, 1);
}

.ma-route__marker {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(229, 203, 115, .84);
  border-radius: 50%;
  background: rgba(7, 9, 8, .72);
  box-shadow: inset 0 0 0 4px rgba(212, 179, 78, .13);
  transform: translate3d(var(--ma-route-marker-x), var(--ma-route-marker-y), 0);
  transition: transform .85s cubic-bezier(.16, 1, .3, 1);
  will-change: transform;
}

.ma-route__marker i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--ma-gold-light);
  transform: translate(-50%, -50%);
}

@media (max-width: 1100px) {
  .ma-route__story {
    position: static;
  }

  .ma-route__mural {
    min-height: 0;
    aspect-ratio: 16 / 9;
    background-position: center 54%;
  }
}

@media (max-width: 820px) {
  .ma-spacefield {
    opacity: .84;
  }

  .ma-services.is-visible {
    transform: none;
  }

  .ma-route__mural {
    margin-top: 26px;
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 430px) {
  .ma-spacefield {
    opacity: .72;
  }

  .ma-route__mural {
    aspect-ratio: 1 / 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ma-route__marker,
  .ma-route__mural-wash::after {
    transition: none !important;
  }
}

/* 1.8.0: full-bleed hero background, contained explorer and pinned route mural */
.market-access-v1 {
  max-width: none;
  margin: 0;
  overflow-x: clip;
}

.ma-hero.ma-hero--space {
  width: 100%;
  margin-left: 0;
}

.ma-hero__stage {
  width: min(1220px, calc(100% - 48px));
  max-width: none;
}

.ma-globe {
  width: min(69vh, 700px);
}

.ma-route__grid {
  grid-template-columns: minmax(420px, .82fr) minmax(0, 1.18fr);
  gap: 64px;
}

.ma-route__story {
  position: sticky;
  top: 96px;
  height: clamp(620px, calc(100dvh - 136px), 760px);
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(244, 241, 233, .14);
  border-radius: 10px;
  background-image:
    linear-gradient(180deg, rgba(4, 7, 6, .9) 0%, rgba(4, 7, 6, .7) 30%, rgba(4, 7, 6, .22) 62%, rgba(4, 7, 6, .52) 100%),
    url("assets/route/market-route-mural-v1.webp");
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}

.ma-route__story::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(3, 5, 4, .28), transparent 34% 72%, rgba(3, 5, 4, .14));
  pointer-events: none;
}

.ma-route__intro {
  position: relative;
  z-index: 3;
  padding: 38px 38px 0;
}

.ma-route__intro h2 {
  max-width: 390px;
  font-size: clamp(43px, 4vw, 58px);
  line-height: .98;
  text-shadow: 0 3px 24px rgba(0, 0, 0, .82);
}

.ma-route__intro > p {
  max-width: 390px;
  color: #c9c6bd;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .9);
}

.ma-route__mural {
  position: absolute;
  inset: 0;
  z-index: 2;
  min-height: 0;
  margin: 0;
  overflow: visible;
  border: 0;
  border-radius: inherit;
  background: none;
  box-shadow: none;
  pointer-events: none;
}

.ma-route__mural::before {
  display: none;
}

.ma-route__mural-wash {
  left: 24px;
  top: 40%;
  bottom: 8%;
}

.ma-route__marker {
  z-index: 4;
  width: 20px;
  height: 20px;
}

.ma-route__marker strong {
  position: absolute;
  left: 27px;
  top: 50%;
  min-width: max-content;
  padding: 7px 10px 6px;
  border: 1px solid rgba(229, 203, 115, .62);
  border-radius: 4px;
  background: rgba(5, 8, 7, .9);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .32);
  color: var(--ma-text);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .035em;
  line-height: 1.2;
  white-space: nowrap;
  transform: translateY(-50%);
}

.market-access-v1 .ma-route__steps {
  margin: 0;
  padding: 0;
}

@media (min-width: 1101px) {
  .market-access-v1 .ma-route__steps {
    padding-top: clamp(260px, 34vh, 360px);
    padding-bottom: clamp(260px, 34vh, 360px);
  }

  .ma-route__steps li {
    min-height: clamp(190px, 23vh, 248px);
  }
}

@media (max-width: 1100px) {
  .ma-route__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .ma-route__story {
    position: relative;
    height: 620px;
  }

  .ma-route__mural {
    aspect-ratio: auto;
  }
}

@media (max-width: 820px) {
  .ma-hero__stage {
    width: calc(100% - 28px);
  }

  .ma-globe {
    width: min(91vw, 620px);
  }

  .ma-route__story {
    height: 570px;
    background-position: center 58%;
  }

  .ma-route__intro {
    padding: 28px 24px 0;
  }

  .ma-route__intro h2 {
    font-size: clamp(39px, 11vw, 50px);
  }

  .ma-route__mural {
    margin: 0;
    aspect-ratio: auto;
  }
}

@media (max-width: 430px) {
  .ma-route__story {
    height: 540px;
  }

  .ma-route__mural {
    aspect-ratio: auto;
  }

  .ma-route__marker strong {
    left: 24px;
    max-width: 150px;
    min-width: 0;
    white-space: normal;
  }
}
/* 1.9.0: fluid corridor motion and compact passport finish */
.market-access-v1.ma-js .ma-corridor[data-ma-reveal] {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  backface-visibility: hidden;
  transition:
    opacity .9s cubic-bezier(.16, 1, .3, 1),
    transform .9s cubic-bezier(.16, 1, .3, 1),
    border-color .45s ease,
    box-shadow .45s ease;
}

.market-access-v1.ma-js .ma-corridor[data-ma-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.ma-corridor,
.ma-corridor:hover,
.ma-corridor.is-open {
  transform: none;
}

.ma-corridor:hover {
  box-shadow: 0 20px 54px rgba(0, 0, 0, .22);
}

.ma-corridor__surface::before {
  transform: scale(1.025) translate3d(0, 0, 0);
  backface-visibility: hidden;
  transition:
    transform 1.4s cubic-bezier(.16, 1, .3, 1),
    filter .8s ease;
}

.ma-corridor:hover .ma-corridor__surface::before {
  transform: scale(1.04) translate3d(0, 0, 0);
}

.ma-passport-preview {
  grid-template-columns: minmax(250px, .78fr) minmax(0, 1.22fr);
  gap: 0;
  padding: 0;
  background: #0b0d0c;
}

.ma-passport-preview__visual {
  position: relative;
  isolation: isolate;
  min-height: 430px;
  display: flex;
  align-items: flex-end;
  padding: 34px;
  overflow: hidden;
  background-image:
    linear-gradient(180deg, rgba(4, 7, 6, .14), rgba(4, 7, 6, .9)),
    url("assets/route/market-route-mural-v1.webp");
  background-position: center;
  background-size: cover;
}

.ma-passport-preview__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(4, 7, 6, .18), transparent 70%);
  pointer-events: none;
}

.ma-passport-preview__summary {
  position: relative;
  top: auto;
  width: 100%;
}

.ma-passport-preview__summary > p {
  margin: 0 0 16px;
}

.ma-passport-preview__summary h3 {
  max-width: 360px;
  font-size: clamp(30px, 3.3vw, 46px);
  line-height: 1;
  text-shadow: 0 3px 22px rgba(0, 0, 0, .82);
}

.ma-passport-preview__summary h3 b {
  margin: 6px 0;
  font-size: 15px;
}

.ma-passport-preview .ma-lead-form {
  grid-column: auto;
  align-self: center;
  padding: 38px;
  border-top: 0;
}

.ma-passport-preview .ma-lead-form h4 {
  margin-bottom: 18px;
  font-size: 30px;
}

.ma-passport-preview .ma-form-heading p {
  max-width: 520px;
  margin: -8px 0 22px;
  line-height: 1.5;
}

.ma-passport-preview .ma-form-grid {
  grid-template-columns: 1fr;
  gap: 14px;
}

.ma-passport-preview .ma-form-grid textarea {
  min-height: 94px;
}

.ma-passport-preview .ma-consent {
  margin: 15px 0 0;
}

.ma-passport-preview .ma-lead-form > .ma-btn {
  width: 100%;
  min-height: 48px;
  margin-top: 16px;
}

.ma-passport-preview .ma-form-status {
  min-height: 18px;
  margin: 8px 0 0;
}

@media (max-width: 820px) {
  .ma-passport-preview {
    grid-template-columns: 1fr;
  }

  .ma-passport-preview__visual {
    min-height: 260px;
    padding: 26px;
    background-position: center 62%;
  }

  .ma-passport-preview .ma-lead-form {
    padding: 28px 26px 30px;
  }
}

@media (max-width: 430px) {
  .ma-passport-preview__visual {
    min-height: 220px;
    padding: 22px;
  }

  .ma-passport-preview__summary h3 {
    font-size: 31px;
  }

  .ma-passport-preview .ma-lead-form {
    padding: 25px 22px 28px;
  }

  .ma-passport-preview .ma-lead-form h4 {
    font-size: 27px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .market-access-v1.ma-js .ma-corridor[data-ma-reveal],
  .ma-corridor__surface::before {
    transition: none !important;
  }
}
/* 1.10.0: homepage-scale hero field and paint-free corridor hover */
.ma-hero.ma-hero--space {
  width: 100vw;
  min-width: 100vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.ma-spacefield {
  opacity: .94;
}

.market-access-v1.ma-js .ma-corridor[data-ma-reveal] {
  transition:
    opacity .9s cubic-bezier(.16, 1, .3, 1),
    transform .9s cubic-bezier(.16, 1, .3, 1),
    border-color .55s cubic-bezier(.16, 1, .3, 1);
}

.ma-corridor:hover {
  box-shadow: none;
}

.ma-corridor__surface::before,
.ma-corridor:hover .ma-corridor__surface::before,
.ma-corridor.is-open .ma-corridor__surface::before {
  filter: saturate(.82) contrast(1.03);
  transform: translate3d(0, 0, 0);
  transition: none;
}

.ma-corridor__surface::after {
  opacity: 1;
  will-change: opacity;
  transition: opacity .7s cubic-bezier(.16, 1, .3, 1);
}

.ma-corridor:hover .ma-corridor__surface::after {
  opacity: .82;
}

.ma-corridor.is-open .ma-corridor__surface::after {
  opacity: .9;
}

.ma-corridor__data {
  transition:
    border-color .55s cubic-bezier(.16, 1, .3, 1),
    background-color .55s cubic-bezier(.16, 1, .3, 1);
}

.ma-corridor:hover .ma-corridor__data {
  border-color: rgba(212, 179, 78, .32);
  background: rgba(5, 8, 8, .78);
}

@media (prefers-reduced-motion: reduce) {
  .ma-corridor__surface::after,
  .ma-corridor__data {
    transition: none !important;
  }
}
/* 1.10.2: static corridor interaction, highlight only */
.market-access-v1.ma-js .ma-corridor[data-ma-reveal],
.market-access-v1.ma-js .ma-corridor[data-ma-reveal].is-visible {
  opacity: 1;
  transform: none;
  transition:
    border-color .24s ease,
    background-color .24s ease;
}

.ma-corridor,
.ma-corridor:hover,
.ma-corridor.is-open {
  transform: none;
  box-shadow: none;
}

.ma-corridor:hover {
  border-color: rgba(212, 179, 78, .5);
}

.ma-corridor.is-open {
  border-color: rgba(212, 179, 78, .78);
  box-shadow: inset 0 0 0 1px rgba(212, 179, 78, .08);
}

.ma-corridor__surface::before,
.ma-corridor:hover .ma-corridor__surface::before,
.ma-corridor.is-open .ma-corridor__surface::before {
  filter: saturate(.82) contrast(1.03);
  transform: translate3d(0, 0, 0);
  transition: none;
}

.ma-corridor__surface::after {
  transition: opacity .24s ease;
}

.ma-corridor:hover .ma-corridor__surface::after {
  opacity: .86;
}

.ma-corridor.is-open .ma-corridor__surface::after {
  opacity: .9;
}

.ma-corridor__data {
  transition:
    border-color .24s ease,
    background-color .24s ease;
}

.ma-corridor__data button:active {
  transform: none;
}

.ma-corridor__route::before,
.ma-corridor.is-open .ma-corridor__route::before {
  transform: scaleX(1);
  transition: none;
}

.ma-corridor__expand {
  animation: none;
}

/* 1.10.4: a normal-flow service introduction below the unchanged globe hero. */
.market-access-v1 .ma-start {
  padding: 72px 0;
  border-top: 1px solid rgba(217, 178, 61, .2);
  border-bottom: 1px solid rgba(244, 241, 233, .1);
  background: #0b0e0c;
}
.ma-start__heading { max-width: 770px; }
.ma-start__heading h2 { margin: 0 0 18px; font: 500 clamp(30px, 3vw, 44px)/1.12 var(--ma-serif); }
.ma-start__heading > p:last-child { max-width: 670px; margin: 0; color: var(--ma-muted); font-size: 16px; line-height: 1.65; }
.market-access-v1 .ma-start__steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; margin: 38px 0; padding: 0; list-style: none; }
.ma-start__steps li { padding-top: 18px; border-top: 1px solid rgba(217, 178, 61, .35); }
.ma-start__steps li > span { display: block; margin-bottom: 15px; color: var(--ma-gold); font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.ma-start__steps h3 { margin: 0 0 10px; font: 600 18px/1.3 var(--ma-sans); }
.ma-start__steps p { margin: 0; color: var(--ma-muted); font-size: 14px; line-height: 1.65; }
.ma-start__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 30px; }
.market-access-v1 .ma-start__expert { display: inline-flex; align-items: center; gap: 12px; min-height: 48px; color: var(--ma-text); font-size: 14px; text-decoration: underline; text-underline-offset: 5px; }
.market-access-v1 .ma-start__expert:hover { color: var(--ma-gold); }
.ma-start__expert:focus-visible { outline: 2px solid var(--ma-gold); outline-offset: 5px; }
.ma-start__note { max-width: 720px; margin: 18px 0 0; color: var(--ma-muted); font-size: 12px; line-height: 1.6; }
@media (max-width: 820px) {
  .market-access-v1 .ma-start { padding: 44px 0; }
  .market-access-v1 .ma-start__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
}
@media (max-width: 480px) {
  .ma-start__heading > p:last-child { font-size: 15px; }
  .market-access-v1 .ma-start__steps { grid-template-columns: 1fr; gap: 22px; margin: 28px 0; }
  .ma-start__steps li { display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 0 10px; }
  .ma-start__steps li > span { grid-row: span 2; margin: 3px 0 0; }
  .ma-start__steps p { grid-column: 2; }
  .ma-start__actions { display: grid; gap: 10px; }
  .ma-start__actions .ma-btn { width: 100%; padding: 16px 12px; font-size: 14px; text-align: center; }
}
