/* Shared inner marketing pages — module rhythm aligned with homepage */

.rjx-footer {
  margin-top: var(--rjx-module-gap);
}

.rjx-main__surface > .rjx-page-title + .rjx-section:not(.rjx-section--alt):not(.rjx-section--tight) {
  background: var(--rjx-content-bg-alt);
}

.rjx-article__back {
  margin-top: var(--rjx-space-lg);
}

.rjx-tabs__label:focus-visible {
  outline: 2px solid var(--rjx-brand);
  outline-offset: 3px;
}

.rjx-card:focus-within {
  box-shadow:
    var(--rjx-shadow-card),
    0 0 0 2px rgba(var(--rjx-brand-rgb), 0.45);
}

.rjx-section[id] {
  scroll-margin-top: calc(var(--rjx-header-h) + var(--rjx-module-gap));
}
