body.rwd-registration-app-mode #masthead,
body.rwd-registration-app-mode .site-header,
body.rwd-registration-app-mode .ast-mobile-header-wrap,
body.rwd-registration-app-mode .ast-primary-header-bar,
body.rwd-registration-app-mode .main-header-bar,
body.rwd-registration-app-mode .elementor-location-header,
body.rwd-registration-app-mode .entry-header,
body.rwd-registration-app-mode .entry-title,
body.rwd-registration-app-mode .page-title,
body.rwd-registration-app-mode .elementor-page-title,
body.rwd-registration-app-mode .elementor-widget-theme-post-title,
body.rwd-registration-app-mode .site-footer,
body.rwd-registration-app-mode #colophon,
body.rwd-registration-app-mode .elementor-location-footer,
body.rwd-registration-app-mode .ast-footer-overlay,
body.rwd-registration-app-mode .mobile-footer,
body.rwd-registration-app-mode .mobile-bottom-nav,
body.rwd-registration-app-mode .bottom-mobile-menu,
body.rwd-registration-app-mode .sticky-footer,
body.rwd-registration-app-mode .fixed-bottom,
body.rwd-registration-app-mode .elementor-sticky--active {
  display: none !important;
}

body.rwd-registration-app-mode {
  background: #f5f8fc;
}

body.rwd-registration-app-mode #page,
body.rwd-registration-app-mode .site,
body.rwd-registration-app-mode .site-content,
body.rwd-registration-app-mode .content-area,
body.rwd-registration-app-mode .site-main,
body.rwd-registration-app-mode article,
body.rwd-registration-app-mode .entry-content,
body.rwd-registration-app-mode .ast-container {
  max-width: none !important;
  min-height: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.rwd-registration-app-mode .entry-content > :first-child {
  margin-top: 0 !important;
}

body.rwd-registration-app-mode .entry-content > :last-child {
  margin-bottom: 0 !important;
}

body.rwd-registration-app-mode .rwd-registration-wizard {
  margin-top: 0;
  margin-bottom: 0;
}

.rwd-registration-wizard {
  --rwd-blue: #1261d8;
  --rwd-blue-dark: #0b3f91;
  --rwd-blue-soft: #eef6ff;
  --rwd-green: #178052;
  --rwd-ink: #101828;
  --rwd-text: #233044;
  --rwd-muted: #667085;
  --rwd-line: #d8e2ef;
  --rwd-soft: #f6f8fb;
  --rwd-panel: #ffffff;
  --rwd-danger: #b42318;
  --rwd-warning: #8a5a00;
  box-sizing: border-box;
  width: min(100%, 980px);
  margin: 28px auto;
  padding: 0 14px;
  color: var(--rwd-text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.rwd-registration-wizard *,
.rwd-registration-wizard *::before,
.rwd-registration-wizard *::after {
  box-sizing: border-box;
}

.rwd-registration-form {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 32px;
  background:
    radial-gradient(circle at top left, rgba(18, 97, 216, 0.13), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  box-shadow: 0 28px 90px rgba(15, 23, 42, 0.16);
}

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

.rwd-wizard-brandbar {
  display: flex;
  gap: 11px;
  align-items: center;
  padding: 20px 22px 0;
  color: var(--rwd-muted);
  font-size: 14px;
  font-weight: 800;
}

.rwd-brand-mark {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: var(--rwd-blue);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.rwd-route-pill,
.rwd-status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid rgba(18, 97, 216, 0.18);
  border-radius: 999px;
  background: var(--rwd-blue-soft);
  color: var(--rwd-blue-dark);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.rwd-route-pill {
  margin-left: auto;
}

.rwd-flow-started:not(.rwd-show-route-pill) .rwd-route-pill {
  display: none;
}

.rwd-flow-started .rwd-wizard-brandbar {
  display: none;
}

.rwd-status-required {
  border-color: rgba(180, 35, 24, 0.18);
  background: #fff1f0;
  color: var(--rwd-danger);
}

.rwd-wizard-header {
  padding: 30px 22px 24px;
}

.rwd-kicker {
  margin: 0 0 8px;
  color: var(--rwd-blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.rwd-wizard-header h2 {
  max-width: 720px;
  margin: 0;
  color: var(--rwd-ink);
  font-size: 36px;
  line-height: 1.06;
  letter-spacing: 0;
}

.rwd-wizard-subtitle {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--rwd-muted);
  font-size: 17px;
  line-height: 1.55;
}

.rwd-progress-shell {
  margin-top: 26px;
  padding: 16px;
  border: 1px solid rgba(18, 97, 216, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
}

.rwd-progress-meta {
  display: flex;
  gap: 12px;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 11px;
}

.rwd-progress-text {
  color: var(--rwd-blue-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.rwd-progress-label {
  color: var(--rwd-ink);
  font-size: 15px;
  font-weight: 900;
  text-align: right;
}

.rwd-progress {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #e7edf5;
}

.rwd-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--rwd-blue), var(--rwd-green));
  transition: width 280ms ease;
}

.rwd-wizard-stage {
  margin: 0 14px 14px;
  padding: 22px;
  border: 1px solid rgba(16, 24, 40, 0.07);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.rwd-wizard-alert {
  margin: 0 0 18px;
  padding: 15px 16px;
  border: 1px solid rgba(180, 35, 24, 0.22);
  border-radius: 16px;
  background: #fff4f2;
  color: var(--rwd-danger);
  font-size: 15px;
  line-height: 1.5;
}

.rwd-wizard-step {
  display: none;
  transform: translateY(10px);
  opacity: 0;
  scroll-margin-top: 88px;
}

.rwd-wizard-step.is-active {
  display: block;
  animation: rwdWizardIn 210ms ease forwards;
}

.rwd-wizard-step h3 {
  max-width: 760px;
  margin: 0 0 10px;
  color: var(--rwd-ink);
  font-size: 30px;
  line-height: 1.12;
  letter-spacing: 0;
}

.rwd-step-lede,
.rwd-wizard-step > p {
  max-width: 720px;
  margin: 0 0 18px;
  color: var(--rwd-muted);
  font-size: 16px;
  line-height: 1.58;
}

.rwd-step-note {
  margin: 0 0 18px;
  padding: 14px 15px;
  border: 1px solid rgba(18, 97, 216, 0.14);
  border-radius: 16px;
  background: var(--rwd-blue-soft);
  color: #344054;
  font-size: 15px;
  line-height: 1.48;
}

.rwd-prep-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 22px 0;
}

.rwd-prep-list span {
  display: flex;
  min-height: 48px;
  align-items: center;
  border: 1px solid var(--rwd-line);
  border-radius: 16px;
  background: #fff;
  color: var(--rwd-ink);
  font-weight: 800;
  padding: 12px 14px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.rwd-prep-list span::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--rwd-blue);
}

.rwd-email-panel,
.rwd-code-panel,
.rwd-route-confirmation,
.rwd-verified-email-card {
  margin: 22px 0;
  padding: 18px;
  border: 1px solid rgba(18, 97, 216, 0.14);
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fd 100%);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
}

.rwd-verification-step .rwd-field {
  margin-bottom: 12px;
  padding: 16px;
  border-radius: 22px;
  background: #fff;
}

.rwd-code-panel input[name="verification_code"] {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.rwd-test-code {
  margin: 12px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(138, 90, 0, 0.24);
  border-radius: 15px;
  background: #fff8e7;
  color: #7a4c00;
  font-weight: 900;
}

.rwd-route-confirmation {
  display: grid;
  gap: 6px;
}

.rwd-route-choice {
  gap: 16px;
}

.rwd-route-choice legend {
  margin: 0 0 4px;
  color: var(--rwd-ink);
  font-size: 20px;
  font-weight: 900;
}

.rwd-route-choice p {
  margin: 0;
  color: var(--rwd-muted);
  font-size: 14px;
  line-height: 1.5;
}

.rwd-route-options {
  display: grid;
  gap: 12px;
}

.rwd-route-option strong {
  display: block;
  color: var(--rwd-ink);
  font-size: 16px;
  line-height: 1.35;
}

.rwd-route-confirmation .rwd-route-option span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: none;
}

.rwd-route-option small {
  display: block;
  margin-top: 4px;
  color: var(--rwd-muted);
  font-size: 13px;
  line-height: 1.45;
}

.rwd-route-extra {
  padding-top: 2px;
}

.rwd-route-extra .rwd-field {
  margin: 0;
}

.rwd-field-help {
  margin: 8px 0 0;
  color: var(--rwd-muted);
  font-size: 13px;
  line-height: 1.45;
}

.rwd-route-confirmation span,
.rwd-verified-email-card span {
  color: var(--rwd-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.rwd-route-confirmation strong,
.rwd-verified-email-card strong {
  color: var(--rwd-ink);
  font-size: 20px;
  line-height: 1.25;
}

.rwd-route-confirmation small {
  color: var(--rwd-muted);
  font-size: 14px;
  line-height: 1.45;
}

.rwd-verified-email-card {
  display: grid;
  gap: 5px;
  margin: 0 0 16px;
  padding: 14px 16px;
  border-radius: 18px;
  background: #eefaf4;
  border-color: rgba(23, 128, 82, 0.16);
}

.rwd-actions-stack {
  align-items: stretch;
  flex-direction: column;
}

.rwd-resend-helper {
  margin: 2px 0;
  color: var(--rwd-muted);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

.rwd-secondary-action,
.rwd-link-action {
  border: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
  font: inherit;
}

.rwd-secondary-action {
  min-height: 42px;
  border: 1px solid var(--rwd-line) !important;
  border-radius: 999px;
  background: #fff !important;
  color: var(--rwd-blue-dark) !important;
  font-size: 14px;
  font-weight: 900;
  padding: 8px 14px;
}

.rwd-link-action {
  display: inline !important;
  width: auto !important;
  min-height: 0;
  align-self: center;
  margin: 2px auto 0;
  padding: 5px 4px;
  background: transparent !important;
  color: var(--rwd-muted) !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-transform: none !important;
  letter-spacing: 0;
}

.rwd-secondary-action:hover,
.rwd-secondary-action:focus,
.rwd-link-action:hover,
.rwd-link-action:focus {
  color: var(--rwd-blue-dark) !important;
  outline: 3px solid rgba(18, 97, 216, 0.16);
  outline-offset: 2px;
}

.rwd-success-badge-small {
  width: 56px;
  height: 56px;
  border-radius: 20px;
  font-size: 28px;
}

.rwd-grid {
  display: grid;
  gap: 14px;
}

.rwd-grid-two,
.rwd-grid-three {
  grid-template-columns: 1fr;
}

.rwd-field {
  margin-bottom: 15px;
  padding: 14px;
  border: 1px solid var(--rwd-line);
  border-radius: 20px;
  background: #fbfcfe;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.035);
}

.rwd-field label {
  display: block;
  margin: 0 0 9px;
  color: var(--rwd-ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}

.rwd-field input,
.rwd-field textarea {
  width: 100%;
  min-height: 58px;
  border: 1px solid transparent;
  border-radius: 16px;
  background: #fff;
  color: var(--rwd-ink);
  font: inherit;
  font-size: 17px;
  line-height: 1.4;
  padding: 15px 16px;
  box-shadow: 0 0 0 1px rgba(152, 162, 179, 0.35);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease, transform 160ms ease;
}

.rwd-field textarea {
  min-height: 120px;
  resize: vertical;
}

.rwd-field input::placeholder,
.rwd-field textarea::placeholder {
  color: #98a2b3;
}

.rwd-field:focus-within {
  border-color: rgba(18, 97, 216, 0.32);
  background: #fff;
  box-shadow: 0 12px 32px rgba(18, 97, 216, 0.08);
}

.rwd-field.is-invalid,
.rwd-choice-group.is-invalid,
.rwd-upload-field.is-invalid,
.rwd-declaration-item.is-invalid {
  border-color: rgba(180, 35, 24, 0.55);
  background: #fff8f7;
  box-shadow: 0 0 0 4px rgba(180, 35, 24, 0.08);
}

.rwd-field.is-invalid input,
.rwd-field.is-invalid textarea {
  box-shadow: 0 0 0 1px rgba(180, 35, 24, 0.5);
}

.rwd-field input:focus,
.rwd-field textarea:focus,
.rwd-upload-control:focus-within,
.rwd-option-tile:focus-within,
.rwd-declaration-item:focus-within,
.rwd-edit-link:focus {
  border-color: var(--rwd-blue);
  box-shadow: 0 0 0 4px rgba(18, 97, 216, 0.14);
  outline: none;
}

.rwd-address-search-field {
  border-color: rgba(18, 97, 216, 0.22);
  background: #f8fbff;
}

.rwd-address-search-field input[type="search"] {
  -webkit-appearance: none;
  appearance: none;
}

.rwd-dob-grid {
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--rwd-line);
  border-radius: 24px;
  background: linear-gradient(180deg, #fbfcfe 0%, #f3f7fb 100%);
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
}

.rwd-dob-grid .rwd-field {
  margin-bottom: 0;
  padding: 10px;
  border-radius: 18px;
  background: #fff;
}

.rwd-dob-grid label {
  text-align: center;
  color: var(--rwd-muted);
  font-size: 12px;
  text-transform: uppercase;
}

.rwd-dob-grid input {
  min-height: 66px;
  padding: 10px;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
}

.rwd-upload-field {
  margin-bottom: 16px;
  padding: 18px;
  border: 1px solid var(--rwd-line);
  border-radius: 22px;
  background: #fbfcfe;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.rwd-upload-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: start;
  margin-bottom: 14px;
}

.rwd-upload-heading h4 {
  margin: 0 0 5px;
  color: var(--rwd-ink);
  font-size: 18px;
  line-height: 1.25;
}

.rwd-upload-heading p {
  margin: 0;
  color: var(--rwd-muted);
  font-size: 15px;
  line-height: 1.45;
}

.rwd-upload-control {
  position: relative;
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border: 1px dashed #adc0d6;
  border-radius: 18px;
  background: #fff;
  color: var(--rwd-blue-dark);
  cursor: pointer;
  font-weight: 900;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.rwd-upload-control:hover {
  border-color: var(--rwd-blue);
  background: var(--rwd-blue-soft);
}

.rwd-file-input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.001;
  cursor: pointer;
}

.rwd-upload-button-label {
  pointer-events: none;
}

.rwd-upload-status {
  margin: 11px 0 0;
  color: var(--rwd-muted);
  font-size: 14px;
}

.rwd-upload-status.is-success {
  color: var(--rwd-green);
  font-weight: 900;
}

.rwd-choice-group {
  display: grid;
  gap: 10px;
  margin: 0 0 16px;
  padding: 0;
  border: 0;
}

.rwd-medical-question {
  margin-bottom: 18px;
  padding: 16px;
  border: 1px solid var(--rwd-line);
  border-radius: 22px;
  background: #fbfcfe;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.rwd-medical-question legend {
  float: left;
  width: 100%;
  margin-bottom: 13px;
  color: var(--rwd-ink);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.38;
}

.rwd-medical-question::after {
  content: "";
  display: table;
  clear: both;
}

.rwd-medical-option-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  width: 100%;
}

.rwd-medical-option-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rwd-option-tile,
.rwd-checkbox-list label {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  min-height: 56px;
  margin: 0;
  padding: 14px 15px;
  border: 1px solid var(--rwd-line);
  border-radius: 17px;
  background: #fff;
  color: var(--rwd-text);
  line-height: 1.45;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.rwd-option-tile:hover,
.rwd-checkbox-list label:hover {
  transform: translateY(-1px);
  border-color: #a9bdd5;
  background: #fcfdff;
}

.rwd-option-tile input,
.rwd-checkbox-list input {
  appearance: none;
  -webkit-appearance: none;
  width: 23px;
  height: 23px;
  margin: 0;
  flex: 0 0 auto;
  border: 2px solid #98a7bb;
  background: #fff;
}

.rwd-option-tile input[type="radio"] {
  border-radius: 50%;
}

.rwd-option-tile input[type="checkbox"],
.rwd-checkbox-list input {
  border-radius: 7px;
}

.rwd-option-tile input:checked,
.rwd-checkbox-list input:checked {
  border-color: var(--rwd-blue);
  background: var(--rwd-blue);
  box-shadow: inset 0 0 0 4px #fff;
}

.rwd-option-tile:has(input:checked),
.rwd-checkbox-list label:has(input:checked) {
  transform: translateY(-1px);
  border-color: rgba(18, 97, 216, 0.65);
  background: var(--rwd-blue-soft);
  box-shadow: 0 10px 26px rgba(18, 97, 216, 0.1);
}

.rwd-medical-details {
  margin-top: 13px;
  padding: 13px;
  border: 1px solid rgba(18, 97, 216, 0.13);
  border-radius: 18px;
  background: #fff;
}

.rwd-medical-details textarea {
  background: #fff;
}

.rwd-declaration-list {
  display: grid;
  gap: 14px;
}

.rwd-declaration-item {
  position: relative;
  border: 1px solid var(--rwd-line);
  border-radius: 22px;
  background: #fff;
  padding: 16px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.rwd-declaration-item > .rwd-status-pill {
  position: absolute;
  top: 14px;
  right: 14px;
}

.rwd-declaration-item label {
  min-height: 0;
  margin: 0 86px 12px 0;
  border: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  font-weight: 800;
}

.rwd-policy-link,
.rwd-policy-link-missing {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  margin-left: 35px;
  font-size: 15px;
  font-weight: 900;
}

.rwd-policy-link {
  color: var(--rwd-blue-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.rwd-policy-link-missing {
  color: var(--rwd-warning);
}

.rwd-review {
  display: grid;
  gap: 14px;
}

.rwd-review-card {
  border: 1px solid var(--rwd-line);
  border-radius: 22px;
  background: #fff;
  padding: 16px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.rwd-review-card-header {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 13px;
}

.rwd-review h4 {
  margin: 0;
  color: var(--rwd-blue-dark);
  font-size: 18px;
  line-height: 1.3;
}

.rwd-edit-link {
  min-height: 30px;
  border: 1px solid var(--rwd-line);
  border-radius: 999px;
  background: #fff;
  color: var(--rwd-blue-dark);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  padding: 4px 10px;
}

.rwd-review dl {
  display: grid;
  grid-template-columns: minmax(132px, 34%) 1fr;
  gap: 9px 14px;
  margin: 0;
}

.rwd-review dt {
  color: var(--rwd-muted);
  font-weight: 900;
}

.rwd-review dd {
  margin: 0;
  color: var(--rwd-ink);
  word-break: break-word;
}

.rwd-review-wide {
  grid-column: 1 / -1;
}

.rwd-review-card-health dl,
.rwd-review-card-documents dl,
.rwd-review-card-declarations dl {
  grid-template-columns: minmax(180px, 28%) 1fr;
}

.rwd-review-card-health dt,
.rwd-review-card-documents dt,
.rwd-review-card-declarations dt {
  color: var(--rwd-ink);
}

.rwd-review-card-health dd,
.rwd-review-card-documents dd,
.rwd-review-card-declarations dd {
  line-height: 1.52;
}

.rwd-captcha-placeholder {
  margin-top: 18px;
  padding: 14px 15px;
  border: 1px dashed #b8c7da;
  border-radius: 18px;
  background: #fbfdff;
  color: var(--rwd-muted);
  font-size: 14px;
  line-height: 1.45;
}

.rwd-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}

.rwd-actions-single {
  display: block;
}

.rwd-wizard-nav {
  padding-top: 16px;
  border-top: 1px solid var(--rwd-line);
}

.rwd-button {
  min-height: 56px;
  border: 0;
  border-radius: 17px;
  cursor: pointer;
  font: inherit;
  font-size: 16px;
  font-weight: 900;
  padding: 14px 24px;
  transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.rwd-button-primary {
  background: var(--rwd-blue);
  color: #fff;
  box-shadow: 0 14px 30px rgba(18, 97, 216, 0.28);
}

.rwd-button-primary:hover,
.rwd-button-primary:focus {
  background: var(--rwd-blue-dark);
  transform: translateY(-1px);
}

.rwd-button-secondary {
  border: 1px solid var(--rwd-line);
  background: #fff;
  color: var(--rwd-text);
}

.rwd-button-secondary:hover,
.rwd-button-secondary:focus {
  background: var(--rwd-soft);
}

.rwd-button[disabled] {
  cursor: not-allowed;
  opacity: 1;
  transform: none;
}

.rwd-is-saving .rwd-button {
  cursor: wait;
}

.rwd-verify-action[disabled],
.rwd-button-primary[disabled] {
  border: 1px solid #cbd5e1;
  background: #e5eaf3;
  color: #475569;
  box-shadow: none;
}

.rwd-verify-action[disabled]:hover,
.rwd-verify-action[disabled]:focus,
.rwd-button-primary[disabled]:hover,
.rwd-button-primary[disabled]:focus {
  border-color: #cbd5e1;
  background: #e5eaf3;
  color: #475569;
  transform: none;
}

.rwd-wizard-nav[hidden] {
  display: none;
}

.rwd-submitted-step {
  text-align: center;
}

.rwd-success-badge {
  display: inline-flex;
  width: 68px;
  height: 68px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 24px;
  background: #e8f8f0;
  color: var(--rwd-green);
  font-size: 36px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(23, 128, 82, 0.14);
}

.rwd-success-check::before {
  content: "\2713";
}

.rwd-step-label {
  margin: 0 0 8px;
  color: var(--rwd-blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.rwd-reference-card,
.rwd-esign-handoff,
.rwd-next-steps {
  max-width: 590px;
  margin: 18px auto 0;
  border-radius: 22px;
  background: var(--rwd-soft);
  padding: 17px;
  text-align: left;
}

.rwd-esign-handoff {
  border: 1px solid rgba(0, 99, 191, 0.16);
  background: #f5faff;
  text-align: center;
}

.rwd-esign-handoff[hidden] {
  display: none;
}

.rwd-esign-redirect-copy {
  margin: 0;
  color: var(--rwd-muted);
  line-height: 1.55;
}

.rwd-esign-redirect-copy a {
  color: var(--rwd-blue);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.rwd-reference-card[hidden],
.rwd-next-steps[hidden] {
  display: none;
}

.rwd-reference-card span {
  display: block;
  margin-bottom: 7px;
  color: var(--rwd-muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.rwd-reference-card strong {
  color: var(--rwd-ink);
  font-size: 23px;
}

.rwd-next-steps ol {
  margin: 0 0 14px;
  padding-left: 22px;
  color: var(--rwd-text);
  line-height: 1.6;
}

.rwd-next-steps p {
  margin: 0;
  color: var(--rwd-muted);
  line-height: 1.55;
}

@keyframes rwdWizardIn {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (min-width: 760px) {
  .rwd-registration-wizard {
    padding: 0 24px;
  }

  .rwd-wizard-brandbar {
    padding: 24px 34px 0;
  }

  .rwd-wizard-header {
    padding: 34px 34px 26px;
  }

  .rwd-wizard-stage {
    margin: 0 20px 20px;
    padding: 32px;
  }

  .rwd-prep-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

@media (max-width: 560px) {
  .rwd-registration-wizard {
    margin: 10px 0;
    padding: 0;
  }

  .rwd-registration-form {
    border-radius: 0;
    box-shadow: none;
  }

  .rwd-wizard-brandbar {
    flex-wrap: wrap;
    padding: 14px 16px 0;
    font-size: 13px;
  }

  .rwd-brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 12px;
  }

  .rwd-route-pill {
    margin-left: 49px;
  }

  .rwd-flow-started:not(.rwd-show-route-pill) .rwd-route-pill {
    display: none;
  }

  .rwd-wizard-header {
    padding: 22px 16px 16px;
  }

  .rwd-wizard-header h2 {
    font-size: 30px;
  }

  .rwd-wizard-subtitle {
    font-size: 15px;
    line-height: 1.45;
  }

  .rwd-progress-shell {
    margin-top: 18px;
    padding: 12px;
    border-radius: 16px;
  }

  .rwd-flow-started .rwd-wizard-header {
    padding: 10px 12px 8px;
  }

  .rwd-flow-started .rwd-kicker,
  .rwd-flow-started .rwd-wizard-header h2,
  .rwd-flow-started .rwd-wizard-subtitle {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .rwd-flow-started .rwd-progress-shell {
    margin-top: 0;
    padding: 8px 10px;
    border-radius: 13px;
  }

  .rwd-flow-started .rwd-progress-text,
  .rwd-flow-started .rwd-progress-label {
    font-size: 12px;
  }

  .rwd-flow-started .rwd-progress {
    height: 6px;
  }

  .rwd-progress-meta {
    display: grid;
    gap: 5px;
  }

  .rwd-progress-label {
    text-align: left;
  }

  .rwd-wizard-stage {
    margin: 0 8px 8px;
    padding: 18px 18px calc(144px + env(safe-area-inset-bottom, 0px));
    border-radius: 22px;
  }

  .rwd-flow-started .rwd-wizard-stage {
    margin-top: 2px;
  }

  .rwd-data-entry-active .rwd-wizard-stage {
    padding-top: 16px;
  }

  .rwd-wizard-step h3 {
    font-size: 25px;
  }

  .rwd-code-panel,
  .rwd-email-panel {
    margin: 14px 0;
    padding: 14px;
  }

  .rwd-code-panel input[name="verification_code"] {
    min-height: 58px;
    font-size: 24px;
  }

  .rwd-test-code,
  .rwd-code-panel .rwd-step-note {
    margin-top: 9px;
    padding: 10px 12px;
    font-size: 14px;
  }

  .rwd-medical-option-grid-two,
  .rwd-upload-heading {
    grid-template-columns: 1fr;
  }

  .rwd-actions {
    position: sticky;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    z-index: 5;
    flex-direction: column-reverse;
    padding: 12px;
    border: 1px solid rgba(216, 226, 239, 0.95);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.15);
  }

  .rwd-actions-single {
    position: static;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
  }

  .rwd-actions-stack {
    position: static;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .rwd-actions-stack .rwd-secondary-action,
  .rwd-actions-stack .rwd-link-action {
    min-height: 36px;
    padding: 4px 8px;
    font-size: 13px;
  }

  .rwd-actions-stack .rwd-secondary-action {
    color: var(--rwd-blue-dark) !important;
  }

  .rwd-actions-stack .rwd-link-action {
    color: var(--rwd-muted) !important;
    font-size: 12px;
  }

  .rwd-resend-helper {
    font-size: 13px;
  }

  .rwd-button {
    width: 100%;
  }

  .rwd-review dl {
    grid-template-columns: 1fr;
  }

  .rwd-review-card-health dl,
  .rwd-review-card-documents dl,
  .rwd-review-card-declarations dl {
    grid-template-columns: 1fr;
  }

  .rwd-policy-link,
  .rwd-policy-link-missing {
    margin-left: 35px;
  }

  .rwd-declaration-item > .rwd-status-pill {
    position: static;
    margin-bottom: 10px;
  }

  .rwd-declaration-item label {
    margin-right: 0;
  }
}

@media (max-width: 560px) and (prefers-color-scheme: dark) {
  body.rwd-registration-app-mode {
    background: #070b13;
  }

  .rwd-registration-wizard {
    --rwd-blue: #3b82f6;
    --rwd-blue-dark: #93c5fd;
    --rwd-blue-soft: rgba(59, 130, 246, 0.18);
    --rwd-green: #34d399;
    --rwd-ink: #f8fbff;
    --rwd-text: #d8e4f2;
    --rwd-muted: #aebdd0;
    --rwd-line: #354b68;
    --rwd-soft: #0b1220;
    --rwd-panel: #111a2b;
    --rwd-danger: #fb7185;
    --rwd-warning: #fbbf24;
    color-scheme: dark;
  }

  .rwd-registration-form {
    border-color: #31445f;
    background:
      radial-gradient(circle at top left, rgba(59, 130, 246, 0.22), transparent 34%),
      linear-gradient(180deg, #0b1220 0%, #080d18 100%);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.42);
  }

  .rwd-wizard-brandbar,
  .rwd-wizard-subtitle,
  .rwd-step-lede,
  .rwd-wizard-step > p,
  .rwd-route-choice p,
  .rwd-route-option small,
  .rwd-route-confirmation span,
  .rwd-route-confirmation small,
  .rwd-verified-email-card span,
  .rwd-field-help,
  .rwd-upload-heading p,
  .rwd-upload-status,
  .rwd-review dl,
  .rwd-review-card-health dd,
  .rwd-review-card-documents dd,
  .rwd-review-card-declarations dd,
  .rwd-esign-redirect-copy,
  .rwd-reference-card span,
  .rwd-next-steps p {
    color: var(--rwd-muted);
  }

  .rwd-kicker,
  .rwd-step-label,
  .rwd-progress-text,
  .rwd-review h4,
  .rwd-policy-link,
  .rwd-esign-redirect-copy a {
    color: #8bcaff;
  }

  .rwd-brand-mark {
    background: linear-gradient(135deg, #1d74ff, #0b5eff);
    box-shadow: 0 12px 26px rgba(59, 130, 246, 0.34);
  }

  .rwd-route-pill,
  .rwd-status-pill {
    border-color: rgba(139, 202, 255, 0.42);
    background: rgba(59, 130, 246, 0.2);
    color: #d8ecff;
  }

  .rwd-status-required {
    border-color: rgba(251, 113, 133, 0.5);
    background: rgba(251, 113, 133, 0.16);
    color: #fecdd3;
  }

  .rwd-wizard-header h2,
  .rwd-wizard-step h3,
  .rwd-route-choice legend,
  .rwd-route-option strong,
  .rwd-route-confirmation strong,
  .rwd-verified-email-card strong,
  .rwd-field label,
  .rwd-upload-heading h4,
  .rwd-medical-question legend,
  .rwd-review-card-health dt,
  .rwd-review-card-documents dt,
  .rwd-review-card-declarations dt,
  .rwd-reference-card strong {
    color: var(--rwd-ink);
  }

  .rwd-progress-shell,
  .rwd-wizard-stage,
  .rwd-email-panel,
  .rwd-code-panel,
  .rwd-route-confirmation,
  .rwd-verified-email-card,
  .rwd-field,
  .rwd-upload-field,
  .rwd-medical-question,
  .rwd-medical-details,
  .rwd-declaration-item,
  .rwd-review-card,
  .rwd-reference-card,
  .rwd-esign-handoff,
  .rwd-next-steps,
  .rwd-address-search-field {
    border-color: var(--rwd-line);
    background: #111a2b;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.26);
  }

  .rwd-wizard-stage {
    background: #0f1726;
  }

  .rwd-progress {
    background: #1f2d43;
  }

  .rwd-progress span {
    background: linear-gradient(90deg, #4aa3ff, #34d399);
    box-shadow: 0 0 18px rgba(74, 163, 255, 0.32);
  }

  .rwd-field input,
  .rwd-field textarea,
  .rwd-dob-grid .rwd-field,
  .rwd-verification-step .rwd-field,
  .rwd-medical-details textarea {
    background: #08111f;
    color: var(--rwd-ink);
    box-shadow: 0 0 0 1px #435a77;
  }

  .rwd-field input::placeholder,
  .rwd-field textarea::placeholder {
    color: #8190a7;
  }

  .rwd-field:focus-within,
  .rwd-option-tile:focus-within,
  .rwd-upload-control:focus-within,
  .rwd-declaration-item:focus-within {
    border-color: rgba(139, 202, 255, 0.65);
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.18);
  }

  .rwd-prep-list span,
  .rwd-option-tile,
  .rwd-checkbox-list label,
  .rwd-upload-control {
    border-color: var(--rwd-line);
    background: #101827;
    color: var(--rwd-text);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  }

  .rwd-upload-control {
    border-color: #4f6c8c;
    color: #b9ddff;
  }

  .rwd-upload-control:hover {
    border-color: #8bcaff;
    background: rgba(59, 130, 246, 0.18);
  }

  .rwd-upload-status.is-success {
    color: #6ee7b7;
  }

  .rwd-option-tile input,
  .rwd-checkbox-list input {
    border-color: #7f91aa;
    background: #08111f;
  }

  .rwd-option-tile input:checked,
  .rwd-checkbox-list input:checked {
    border-color: #8bcaff;
    background: #3b82f6;
    box-shadow: inset 0 0 0 4px #08111f, 0 0 0 3px rgba(59, 130, 246, 0.16);
  }

  .rwd-option-tile:has(input:checked),
  .rwd-checkbox-list label:has(input:checked) {
    border-color: rgba(139, 202, 255, 0.72);
    background: rgba(59, 130, 246, 0.16);
    box-shadow: 0 12px 28px rgba(59, 130, 246, 0.16);
  }

  .rwd-actions {
    border-color: var(--rwd-line);
    background: rgba(11, 18, 32, 0.98);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.46);
  }

  .rwd-button-primary {
    background: #1d74ff;
    color: #ffffff;
    box-shadow: 0 16px 34px rgba(29, 116, 255, 0.34);
  }

  .rwd-button-primary:hover,
  .rwd-button-primary:focus {
    background: #2f86ff;
  }

  .rwd-button-secondary {
    border-color: var(--rwd-line);
    background: #101827;
    color: var(--rwd-text);
  }

  .rwd-button-secondary:hover,
  .rwd-button-secondary:focus {
    border-color: #8bcaff;
    background: #17233a;
  }

  .rwd-verify-action[disabled],
  .rwd-button-primary[disabled],
  .rwd-verify-action[disabled]:hover,
  .rwd-verify-action[disabled]:focus,
  .rwd-button-primary[disabled]:hover,
  .rwd-button-primary[disabled]:focus {
    border-color: #41536a;
    background: #202a3b;
    color: #9aa8ba;
  }

  .rwd-success-badge {
    background: rgba(52, 211, 153, 0.16);
    color: #6ee7b7;
    box-shadow: 0 0 0 1px rgba(110, 231, 183, 0.32), 0 14px 30px rgba(0, 0, 0, 0.26);
  }

  .rwd-wizard-alert {
    border-color: rgba(251, 113, 133, 0.5);
    background: rgba(127, 29, 29, 0.32);
    color: #fecdd3;
  }

  .rwd-step-note {
    border-color: rgba(139, 202, 255, 0.38);
    background: rgba(59, 130, 246, 0.16);
    color: #d8e4f2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rwd-progress span,
  .rwd-wizard-step.is-active,
  .rwd-button,
  .rwd-option-tile {
    animation: none;
    transition: none;
  }
}
