/* Reserve online + converter (order/) */

/* My reservations — pay/receive columns wrap on small screens */
.aro-reservations-table {
  font-size: 0.875rem;
}

.aro-reservations-table .aro-res-cell-pay,
.aro-reservations-table .aro-res-cell-recv {
  max-width: 14rem;
  min-width: 7rem;
  word-break: break-word;
  white-space: normal;
}

@media (min-width: 992px) {
  .aro-reservations-table .aro-res-cell-pay,
  .aro-reservations-table .aro-res-cell-recv {
    max-width: 18rem;
  }
}

.aro-panel {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(11, 27, 106, 0.12);
  border-radius: 14px;
  padding: 1.25rem 1.35rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
  text-align: left;
}

.aro-panel h2 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
  color: var(--text);
}

.aro-panel p.hint {
  font-size: 0.92rem;
  color: var(--muted);
  margin: 0 0 1rem;
  line-height: 1.45;
}

.aro-field {
  margin-bottom: 0.85rem;
}

.aro-field label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #34457b;
  margin-bottom: 0.35rem;
}

/* Highlighted section labels for key reservation detail choices */
.aro-field label.aro-section-heading {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.36rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(61, 74, 158, 0.26);
  background: linear-gradient(90deg, rgba(37, 45, 108, 0.08), rgba(232, 185, 35, 0.16));
  color: #1f2963;
  letter-spacing: 0.06em;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(37, 45, 108, 0.08);
  margin-top: 0.85rem;
  margin-bottom: 0.5rem;
}

.aro-req {
  color: var(--accent);
}

.aro-input,
.aro-panel select {
  width: 100%;
  padding: 0.55rem 0.65rem;
  border-radius: 8px;
  border: 1px solid rgba(11, 27, 106, 0.2);
  background: #fff;
  color: var(--text);
  font: inherit;
}

.aro-input:focus,
.aro-panel select:focus {
  outline: 2px solid rgba(11, 27, 106, 0.28);
  outline-offset: 1px;
}

/* Standalone converter page only: have (left) | swap | want (right) */
.aro-converter-cols--split {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  align-items: start;
  border: 1px solid rgba(11, 27, 106, 0.16);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.aro-converter-cols--split .aro-converter-side .aro-field:last-child {
  margin-bottom: 0;
}

.aro-converter-side {
  padding: 0.55rem 0.6rem 0.65rem;
}

.aro-converter-side .aro-field + .aro-field {
  margin-top: 0.55rem;
  padding-top: 0.55rem;
  border-top: 1px solid rgba(11, 27, 106, 0.14);
}

.aro-converter-side .aro-field label {
  border-bottom: 1px solid rgba(11, 27, 106, 0.14);
  padding-bottom: 0.35rem;
  margin-bottom: 0.45rem;
}

.aro-swap-row--between {
  margin: 0;
  align-self: center;
  height: 100%;
  display: flex;
  align-items: center;
  border-left: 1px solid rgba(11, 27, 106, 0.14);
  border-right: 1px solid rgba(11, 27, 106, 0.14);
  padding: 0 0.45rem;
  background: #f8faff;
}

@media (max-width: 640px) {
  .aro-converter-cols--split {
    grid-template-columns: 1fr auto 1fr;
  }

  .aro-swap-row--between {
    justify-content: center;
    margin: 0;
    padding: 0 0.35rem;
  }
}

.aro-swap-row {
  display: flex;
  justify-content: center;
  margin: 0.35rem 0 0.65rem;
}

.aro-swap {
  border: none;
  background: #0b4ea2;
  color: #fff;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 2px 6px rgba(7, 31, 90, 0.28);
}

.aro-swap:hover {
  background: #0a4289;
}

.aro-rate {
  margin-top: 0.75rem;
  padding: 0.75rem;
  border-radius: 10px;
  background: #f2f5ff;
  text-align: center;
}

.aro-rate p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
}

.aro-rate .aro-big {
  font-size: 2rem;
  font-weight: 800;
  color: var(--text);
  margin-top: 0.35rem;
  line-height: 1.15;
}

.aro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.aro-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  border: none;
  text-decoration: none;
}

.aro-btn-primary {
  background: var(--accent);
  color: #0b1b6a;
  font-weight: 700;
}

.aro-btn-primary:hover {
  filter: brightness(1.05);
}

/* Thanks modal: make "Close" button navy */
#thanks_close_btn {
  background: #252d6c;
  color: #fff;
}

#thanks_close_btn:hover,
#thanks_close_btn:focus-visible {
  background: #1a204f;
  color: #fff;
}

.aro-btn-secondary {
  background: #ebf0ff;
  color: var(--text);
  border: 1px solid rgba(11, 27, 106, 0.2);
}

.aro-btn-secondary:hover {
  background: #dde7ff;
}

.aro-btn-danger {
  background: rgba(220, 60, 60, 0.35);
  color: #fff;
  border: 1px solid rgba(255, 120, 120, 0.35);
}

.aro-btn-ghost {
  background: #fff;
  color: var(--muted);
  border: 1px solid rgba(11, 27, 106, 0.2);
}

.aro-btn-ghost:hover {
  color: var(--text);
  border-color: rgba(11, 27, 106, 0.4);
}

.aro-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.aro-table-wrap {
  overflow-x: auto;
  margin-top: 0.75rem;
}

.aro-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
  border: 1px solid rgba(11, 27, 106, 0.2);
  background: #fff;
}

.aro-table th,
.aro-table td {
  padding: 0.45rem 0.35rem;
  border: 1px solid rgba(11, 27, 106, 0.16);
  text-align: left;
}

.aro-table th {
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5a6793;
}

.aro-table .aro-del {
  width: 2.5rem;
  text-align: center;
}

.aro-del-btn {
  background: none;
  border: none;
  color: #f88;
  cursor: pointer;
  font-size: 1.1rem;
  line-height: 1;
  padding: 0.2rem;
}

.aro-stack {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 960px) {
  .aro-stack {
    flex-direction: row;
    align-items: flex-start;
  }

  .aro-stack > * {
    flex: 1;
    min-width: 0;
  }
}

/* Order / converter shell: always stack panels (converter above “My Currency” on Reserve Online) */
.bdc-order-reserve-wrap .aro-stack {
  flex-direction: column;
  align-items: stretch;
}

.bdc-order-reserve-wrap .aro-stack > * {
  flex: none;
  width: 100%;
  min-width: 0;
}

.aro-modal-backdrop {
  position: fixed;
  inset: 0;
  /* Above footer/reviews (.bdc-body stacking), float rail (1040), WhatsApp (1039); reserve.js moves nodes to body */
  z-index: 200000;
  background: rgba(17, 29, 72, 0.45);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 1.5rem 1rem 2rem;
  overflow-y: auto;
}

.aro-modal-backdrop[hidden] {
  display: none !important;
}

.aro-modal-wide {
  width: min(42rem, 100%);
}

.aro-modal-preview {
  position: relative;
}

.aro-preview-loading-overlay {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 14px;
  backdrop-filter: blur(2px);
}

.aro-preview-loading-overlay[hidden] {
  display: none !important;
}

.aro-preview-loading-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  text-align: center;
  max-width: 16rem;
}

.aro-loading-spinner {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 3px solid rgba(244, 218, 0, 0.2);
  border-top-color: var(--accent);
  animation: aro-spin 0.75s linear infinite;
}

@keyframes aro-spin {
  to {
    transform: rotate(360deg);
  }
}

.aro-preview-loading-label {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1.4;
}

.aro-modal {
  width: min(36rem, 100%);
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
  background: linear-gradient(165deg, #ffffff, #f4f7ff);
  border: 1px solid rgba(11, 27, 106, 0.15);
  border-radius: 14px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
}

.aro-modal header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1.15rem;
  border-bottom: 1px solid rgba(11, 27, 106, 0.1);
}

.aro-modal header h2 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
}

.aro-modal-close {
  border: none;
  background: transparent;
  color: var(--muted);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.15rem 0.35rem;
}

.aro-modal-close:hover {
  color: var(--text);
}

.aro-modal-close:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.aro-modal-close:disabled:hover {
  color: var(--muted);
}

.aro-modal body,
.aro-modal .aro-modal-body {
  padding: 1rem 1.15rem 1.25rem;
}

.aro-h3 {
  font-size: 0.95rem;
  margin: 1.25rem 0 0.35rem;
  color: var(--navy);
}

.aro-note {
  font-size: 0.86rem;
  color: var(--muted);
  margin: 0 0 0.75rem;
}

.aro-grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem 0.85rem;
}

.aro-span2 {
  grid-column: 1 / -1;
}

@media (max-width: 520px) {
  .aro-grid2 {
    grid-template-columns: 1fr;
  }

  .aro-span2 {
    grid-column: 1;
  }
}

.aro-branch-hint {
  font-size: 0.86rem;
  margin: 0.35rem 0 0.75rem;
}

.aro-branch-hint a {
  color: var(--accent);
}

.aro-subpanel {
  margin-bottom: 0.85rem;
}

.aro-check {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.88rem;
  margin-top: 0.5rem;
  color: var(--muted);
}

.aro-footnote {
  font-size: 0.78rem;
  color: #67749d;
  margin: 1rem 0;
  line-height: 1.45;
}

.aro-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
  margin-top: 1rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(11, 27, 106, 0.12);
  position: sticky;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), #ffffff 24%);
}

.aro-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.aro-msg {
  font-size: 0.88rem;
  margin-top: 0.5rem;
  padding: 0.5rem 0.65rem;
  border-radius: 8px;
}

.aro-msg.ok {
  background: rgba(40, 180, 100, 0.14);
  color: #166534;
}

.aro-msg.err {
  background: rgba(200, 60, 60, 0.12);
  color: #b71c1c;
}

.aro-hidden {
  display: none !important;
}

.aro-preview-scroll {
  max-height: min(52vh, 28rem);
  overflow: auto;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  color: #1a1f35;
  font-size: 0.9rem;
  line-height: 1.45;
  border: 1px solid rgba(11, 27, 106, 0.12);
}

.aro-preview-scroll h2 {
  font-size: 1.1rem;
  margin: 0 0 0.65rem;
  color: #0b1b6a;
}

.aro-preview-scroll h3 {
  font-size: 0.95rem;
  margin: 1rem 0 0.4rem;
  color: #232d6b;
}

.aro-preview-scroll table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.82rem;
}

.aro-preview-scroll th,
.aro-preview-scroll td {
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0.35rem 0.45rem;
  text-align: left;
}

.aro-thanks-body {
  text-align: center;
}

.aro-thanks-msg {
  font-size: 1.05rem;
  margin: 0 0 1.25rem;
  line-height: 1.5;
  color: var(--text);
}

/* —— 3-step wizard —— */
/* BDC step 2: mobile = title + nav on one row; step hint full width below.
   sm+ = title row, then hint | nav (nav with step labels). */
.aro-reserve-step2-grid {
  display: grid;
  gap: 0.65rem 0.75rem;
  align-items: center;
  margin-bottom: 1rem;
}

.aro-reserve-step2-grid__title {
  grid-area: title;
  margin: 0;
  min-width: 0;
  font-weight: 700;
  color: var(--text);
}

.aro-reserve-step2-grid__nav {
  grid-area: nav;
  align-self: center;
}

.aro-reserve-step2-grid__hint {
  grid-area: hint;
  min-width: 0;
}

@media (max-width: 575.98px) {
  .aro-reserve-step2-grid {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "title nav"
      "hint hint";
  }
}

@media (min-width: 576px) {
  .aro-reserve-step2-grid {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "title title"
      "hint nav";
  }
}

.aro-reserve-step-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 0.75rem;
  margin-bottom: 1rem;
}

.aro-reserve-step-toolbar--step1 {
  margin-top: 0;
}

.aro-reserve-step-toolbar__label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--bdc-navy, #252d6c);
  line-height: 1.2;
}

.aro-reserve-step-toolbar__title {
  flex: 1 1 auto;
  min-width: min(100%, 12rem);
  margin: 0;
  padding-right: 0.5rem;
}

.aro-reserve-step-toolbar--confirm {
  align-items: flex-start;
}

@media (min-width: 480px) {
  .aro-reserve-step-toolbar--confirm {
    align-items: center;
  }
}

.aro-reserve-nav-inline {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;
  flex-shrink: 0;
  margin-left: auto;
}

.aro-btn-nav-inline {
  font-size: 0.7rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.3rem 0.55rem !important;
  min-height: 0 !important;
  line-height: 1.2 !important;
  border-radius: 6px !important;
}

.aro-reserve-step-toolbar--sub {
  align-items: flex-start;
}

.aro-reserve-step-toolbar--sub .aro-reserve-substep-hint {
  margin-bottom: 0;
  flex: 1 1 10rem;
  min-width: 0;
}

@media (max-width: 420px) {
  .aro-reserve-step-toolbar--sub .aro-reserve-nav-inline {
    width: 100%;
    margin-left: 0;
    justify-content: flex-end;
  }
}

.aro-reserve-substep-hint {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--bdc-navy, #252d6c);
  margin-bottom: 1rem;
  padding: 0.5rem 0.75rem;
  border-radius: 10px;
  background: rgba(37, 45, 108, 0.06);
  border-left: 4px solid var(--bdc-gold, #3d4a9e);
}

.aro-reserve-substep-hint::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--bdc-gold, #3d4a9e);
  flex-shrink: 0;
}

.aro-reserve-account-save-hint {
  color: #166534 !important;
  font-size: 0.86rem !important;
}

/* Auth chip (guest / signed-in) */
.aro-reserve-auth-chip {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.6rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--bdc-border, rgba(37, 45, 108, 0.12));
  box-shadow: var(--bdc-shadow, 0 4px 16px rgba(26, 32, 79, 0.06));
  font-size: 0.9rem;
  max-width: 100%;
}

/* Guest reservation chip — centered in banner row */
.aro-reserve-guest-banner {
  display: flex;
  justify-content: center;
  width: 100%;
}

.aro-reserve-auth-chip--guest {
  align-items: center;
  padding: 0.65rem 1.2rem 0.7rem;
  background: linear-gradient(
    145deg,
    rgba(180, 194, 240, 0.35) 0%,
    rgba(238, 241, 251, 0.98) 42%,
    rgba(246, 244, 239, 0.9) 100%
  );
  border-color: rgba(37, 45, 108, 0.14);
  box-shadow: 0 2px 14px rgba(26, 32, 79, 0.07);
}

.aro-reserve-auth-chip__icon {
  color: var(--bdc-navy, #252d6c);
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.aro-reserve-auth-chip__text {
  min-width: 0;
  line-height: 1.4;
}

.aro-reserve-auth-chip__text--guest-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.65rem;
}

.aro-reserve-auth-chip__guest-divider {
  flex-shrink: 0;
  width: 1px;
  align-self: stretch;
  min-height: 1.1rem;
  background: var(--bdc-border, rgba(37, 45, 108, 0.18));
  border-radius: 1px;
}

.aro-reserve-auth-chip__muted {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--bdc-muted, #5c6478);
  margin-bottom: 0.15rem;
}

.aro-reserve-auth-chip--guest .aro-reserve-auth-chip__muted {
  display: inline;
  margin-bottom: 0;
  white-space: nowrap;
  line-height: 1.2;
}

.aro-reserve-auth-chip__name {
  font-weight: 700;
  color: var(--bdc-navy, #252d6c);
  word-break: break-word;
}

/* Guest reservation banner: one row — label | hint + links */
.aro-reserve-auth-chip__guest-hint {
  margin: 0;
  padding: 0;
  font-size: 0.8125rem;
  line-height: 1.35;
  color: var(--bdc-navy, #252d6c);
  font-weight: 400;
  min-width: 0;
  flex: 1 1 auto;
}

.aro-reserve-auth-chip__guest-dash {
  margin-right: 0.2em;
  color: var(--bdc-muted, #5c6478);
}

.aro-reserve-auth-chip__guest-mid,
.aro-reserve-auth-chip__guest-tail {
  color: var(--bdc-muted, #5c6478);
}

.aro-reserve-auth-chip--guest .aro-reserve-auth-chip__guest-hint a {
  color: var(--bdc-gold, #3d4a9e);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.aro-reserve-auth-chip--guest .aro-reserve-auth-chip__guest-hint a:hover {
  color: var(--bdc-gold-hover, #545fbd);
}

/* Stepper card + horizontal track */
.aro-reserve-stepper__card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--bdc-border, rgba(37, 45, 108, 0.12));
  border-radius: 14px;
  padding: 1.15rem 1rem 1rem;
  box-shadow: var(--bdc-shadow, 0 8px 28px rgba(26, 32, 79, 0.08));
}

.aro-reserve-stepper__track {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}

.aro-reserve-stepper__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
  min-width: 4.5rem;
  max-width: 33%;
  text-align: center;
  gap: 0.5rem;
  color: var(--bdc-muted, #5c6478);
  transition: color 0.2s ease;
}

.aro-reserve-stepper__item.is-active {
  color: var(--bdc-navy, #252d6c);
}

.aro-reserve-stepper__item.is-done {
  color: var(--bdc-navy, #252d6c);
}

.aro-reserve-stepper__bubble {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  background: rgba(37, 45, 108, 0.1);
  color: var(--bdc-navy, #252d6c);
  font-family: var(--font-display, "DM Sans", system-ui, sans-serif);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  border: 2px solid transparent;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.aro-reserve-stepper__check {
  display: none;
  font-size: 1rem;
  font-weight: 800;
}

.aro-reserve-stepper__item.is-done .aro-reserve-stepper__num {
  display: none;
}

.aro-reserve-stepper__item.is-done .aro-reserve-stepper__check {
  display: inline;
}

.aro-reserve-stepper__item.is-done .aro-reserve-stepper__bubble {
  background: linear-gradient(145deg, #35408c 0%, #252d6c 100%);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 4px 12px rgba(37, 45, 108, 0.35);
}

.aro-reserve-stepper__item.is-active .aro-reserve-stepper__bubble {
  background: linear-gradient(145deg, #f4d03f 0%, #e8b923 100%);
  color: var(--bdc-navy, #252d6c);
  border-color: rgba(37, 45, 108, 0.2);
  box-shadow: 0 6px 18px rgba(37, 45, 108, 0.18);
  transform: scale(1.06);
}

.aro-reserve-stepper__label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.25;
}

@media (min-width: 480px) {
  .aro-reserve-stepper__label {
    font-size: 0.78rem;
  }
}

.aro-reserve-stepper__rail {
  flex: 1 1 auto;
  align-self: center;
  min-width: 0.75rem;
  padding: 0 0.25rem;
  list-style: none;
}

.aro-reserve-stepper__rail-line {
  display: block;
  height: 3px;
  border-radius: 3px;
  background: rgba(37, 45, 108, 0.14);
  transition: background 0.25s ease, opacity 0.25s ease;
}

.aro-reserve-stepper__card[data-active-step="2"] .aro-reserve-stepper__rail:nth-child(2) .aro-reserve-stepper__rail-line,
.aro-reserve-stepper__card[data-active-step="3"] .aro-reserve-stepper__rail:nth-child(2) .aro-reserve-stepper__rail-line,
.aro-reserve-stepper__card[data-active-step="3"] .aro-reserve-stepper__rail:nth-child(4) .aro-reserve-stepper__rail-line {
  background: linear-gradient(90deg, var(--bdc-navy, #252d6c) 0%, #4f5cb8 100%);
  opacity: 1;
}

.aro-reserve-stepper__card[data-active-step="2"] .aro-reserve-stepper__rail:nth-child(4) .aro-reserve-stepper__rail-line {
  opacity: 0.35;
}

@media (max-width: 380px) {
  .aro-reserve-stepper__track {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 0.75rem;
  }

  .aro-reserve-stepper__rail {
    display: none;
  }

  .aro-reserve-stepper__item {
    max-width: none;
    flex: 1 1 30%;
  }
}

.aro-reserve-step[data-reserve-step] {
  margin-bottom: 1.25rem;
}

.aro-reserve-step[hidden] {
  display: none !important;
}

.aro-reserve-step-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(11, 27, 106, 0.12);
}

.aro-reserve-step-actions--step1 {
  justify-content: space-between;
  align-items: center;
}

.aro-reserve-videos__grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 576px) {
  .aro-reserve-videos__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.aro-reserve-videos__video {
  border-radius: 10px;
  background: #000;
  max-height: 220px;
}

.aro-step3-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 8rem;
  margin-top: 1rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px dashed rgba(11, 27, 106, 0.2);
}

.aro-step3-loading[hidden] {
  display: none !important;
}

.aro-step3-loading__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
}

.aro-step3-loading__label {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text);
}

#reserve_substep_next,
#reserve_substep_next_top {
  background: #252d6c;
  color: #fff;
}

#reserve_substep_next:hover,
#reserve_substep_next:focus-visible,
#reserve_substep_next_top:hover,
#reserve_substep_next_top:focus-visible {
  background: #1a204f;
  color: #fff;
}

#reserve_step1_next,
#reserve_step1_next_top {
  background: #252d6c;
  color: #fff;
}

#reserve_step1_next:hover,
#reserve_step1_next:focus-visible,
#reserve_step1_next_top:hover,
#reserve_step1_next_top:focus-visible {
  background: #1a204f;
  color: #fff;
}

#reserve_confirm_btn,
#reserve_confirm_btn_top {
  background: #252d6c;
  color: #fff;
}

#reserve_confirm_btn:hover,
#reserve_confirm_btn:focus-visible,
#reserve_confirm_btn_top:hover,
#reserve_confirm_btn_top:focus-visible {
  background: #1a204f;
  color: #fff;
}
