:root {
  --voyager-green: #0f2c26;
  --voyager-green-2: #17453c;
  --voyager-green-soft: #eef5f3;
  --voyager-gold: #c8a25c;
  --voyager-text: #14231f;
  --voyager-muted: #64716d;
  --voyager-line: #dce5e2;
  --voyager-danger: #b42318;
  --voyager-success: #067647;
}

.voyager-actions,
.voyager-request-card,
.voyager-privacy-notice {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  color: var(--voyager-text);
  font-family: inherit;
  overflow-wrap: anywhere;
}

.voyager-actions *,
.voyager-request-card * {
  box-sizing: border-box;
}

.voyager-actions__tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 0 0 12px;
  padding: 6px;
  border: 1px solid var(--voyager-line);
  border-radius: 16px;
  background: #f4f7f6;
}

.voyager-actions__tab {
  min-height: 46px;
  padding: 10px 14px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--voyager-green);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.voyager-actions__tab.is-active {
  background: #fff !important;
  color: var(--voyager-green) !important;
  box-shadow: 0 5px 18px rgba(15, 44, 38, .1);
}

.voyager-actions__tab:not(.is-active):hover,
.voyager-actions__tab:not(.is-active):focus,
.voyager-actions__tab:not(.is-active):active {
  background: var(--voyager-green) !important;
  color: #fff !important;
}

.voyager-actions__tab:focus-visible {
  outline: 3px solid rgba(23, 69, 60, .24);
  outline-offset: 2px;
}

.voyager-request-card {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--voyager-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 44, 38, .09);
}

.voyager-request-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  padding: 25px 26px 22px;
  border-bottom: 1px solid var(--voyager-line);
  background: linear-gradient(145deg, #fff 0%, #f2f7f5 100%);
}

.voyager-request-card__eyebrow {
  display: inline-flex;
  margin: 0 0 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--voyager-green-soft);
  color: var(--voyager-green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .065em;
  text-transform: uppercase;
}

.voyager-request-card__header h2 {
  margin: 0 0 8px;
  color: var(--voyager-green);
  font-size: clamp(23px, 3vw, 31px);
  line-height: 1.12;
}

.voyager-request-card__header p {
  max-width: 640px;
  margin: 0;
  color: var(--voyager-muted);
  font-size: 14px;
  line-height: 1.6;
}

.voyager-request-card__price {
  min-width: 118px;
  text-align: right;
}

.voyager-request-card__price span,
.voyager-request-card__price small {
  display: block;
  color: var(--voyager-muted);
  font-size: 11px;
}

.voyager-request-card__price strong {
  display: block;
  color: var(--voyager-green);
  font-size: 27px;
  line-height: 1.15;
}

.voyager-request-form {
  padding: 24px 26px 28px;
}

.voyager-form-section {
  margin: 0 0 26px;
  padding: 0 0 24px;
  border-bottom: 1px solid var(--voyager-line);
}

.voyager-form-section h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 17px;
  color: var(--voyager-green);
  font-size: 17px;
  line-height: 1.25;
}

.voyager-form-section h3 > span {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--voyager-green);
  color: #fff;
  font-size: 12px;
}

.voyager-section-help {
  margin: -8px 0 17px;
  color: var(--voyager-muted);
  font-size: 13px;
  line-height: 1.55;
}

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

.voyager-field--wide,
.voyager-field--full {
  grid-column: 1 / -1;
}

.voyager-field {
  min-width: 0;
  margin: 0 0 15px;
}

.voyager-form-grid > .voyager-field {
  margin: 0;
}

.voyager-field label,
.voyager-field label > span {
  display: block;
}

.voyager-field label > span {
  margin: 0 0 7px;
  color: #34443f;
  font-size: 12px;
  font-weight: 800;
}

.voyager-field input,
.voyager-field select,
.voyager-field textarea {
  max-width: 100%;
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 11px 13px;
  border: 1px solid #cfdad6;
  border-radius: 11px;
  outline: none;
  background: #fff;
  color: var(--voyager-text);
  font: inherit;
  font-size: 14px;
  box-shadow: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.voyager-field textarea {
  min-height: 92px;
  resize: vertical;
}

.voyager-field input:focus,
.voyager-field select:focus,
.voyager-field textarea:focus {
  border-color: var(--voyager-green-2);
  box-shadow: 0 0 0 3px rgba(23, 69, 60, .12);
}

.voyager-request-form.was-validated :invalid {
  border-color: var(--voyager-danger);
}

.voyager-travelers {
  display: grid;
  gap: 16px;
}

.voyager-traveler {
  padding: 18px;
  border: 1px solid var(--voyager-line);
  border-radius: 15px;
  background: #fbfcfc;
}

.voyager-traveler h4 {
  margin: 0 0 15px;
  color: var(--voyager-green);
  font-size: 15px;
}

.voyager-nationality-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px 38px;
  gap: 10px;
  align-items: end;
  margin: 0 0 10px;
}

.voyager-nationality-row .voyager-field {
  margin: 0;
}

.voyager-remove-row,
.voyager-add-row {
  border: 1px solid var(--voyager-line);
  background: #fff;
  color: var(--voyager-green);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.voyager-add-row:hover,
.voyager-add-row:focus,
.voyager-add-row:active {
  border-color: var(--voyager-green) !important;
  background: var(--voyager-green) !important;
  color: #fff !important;
}

.voyager-remove-row:hover,
.voyager-remove-row:focus,
.voyager-remove-row:active {
  border-color: var(--voyager-danger) !important;
  background: var(--voyager-danger) !important;
  color: #fff !important;
}

.voyager-add-row:focus-visible,
.voyager-remove-row:focus-visible {
  outline: 3px solid rgba(23, 69, 60, .24);
  outline-offset: 2px;
}

.voyager-remove-row {
  width: 38px;
  height: 48px;
  border-radius: 10px;
  color: var(--voyager-danger);
  font-size: 22px;
}

.voyager-add-row {
  padding: 9px 12px;
  border-radius: 9px;
  font-size: 12px;
}

.voyager-form-consent {
  margin: 0 0 18px;
  color: var(--voyager-muted);
  font-size: 12px;
  line-height: 1.55;
}

.voyager-form-consent > label {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}

.voyager-form-consent > label + label { margin-top: 10px; }

.voyager-form-consent input {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  margin: 2px 0 0;
  accent-color: var(--voyager-green);
}

.voyager-form-consent a {
  color: var(--voyager-green);
  font-weight: 700;
}

.voyager-privacy-notice {
  --voyager-privacy-green: #0f2c26;
  --voyager-privacy-line: #dce5e2;
  max-width: 920px;
  margin: 0 auto;
  color: #33413d;
  font-size: 16px;
  line-height: 1.75;
}

.voyager-privacy-notice section {
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid var(--voyager-privacy-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(15, 44, 38, .07);
}

.voyager-privacy-notice h2,
.voyager-privacy-notice h3 { color: var(--voyager-privacy-green); }
.voyager-privacy-notice h2 { margin: 0 0 12px; font-size: clamp(28px, 4vw, 42px); line-height: 1.12; }
.voyager-privacy-notice h3 { margin: 28px 0 8px; font-size: 20px; }
.voyager-privacy-notice p { margin: 0 0 14px; }
.voyager-privacy-notice a { color: var(--voyager-privacy-green); font-weight: 700; text-underline-offset: 3px; }
.voyager-privacy-notice hr { height: 1px; margin: 36px 0; border: 0; background: var(--voyager-privacy-line); }
.voyager-privacy-notice__eyebrow { color: #697772; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.voyager-form-consent__security {
  margin: 9px 0 0 26px;
  color: var(--voyager-green);
}

.voyager-form-feedback {
  display: none;
  margin: 0 0 13px;
  padding: 11px 13px;
  border-radius: 10px;
  background: #f3f6f5;
  font-size: 13px;
}

.voyager-form-feedback:not(:empty) {
  display: block;
}

.voyager-form-feedback.is-error {
  background: #fef3f2;
  color: var(--voyager-danger);
}

.voyager-form-feedback.is-success {
  background: #ecfdf3;
  color: var(--voyager-success);
}

.voyager-submit {
  display: inline-flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 18px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, var(--voyager-green-2), var(--voyager-green)) !important;
  color: #fff !important;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
  box-shadow: 0 11px 24px rgba(15, 44, 38, .18);
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.voyager-submit:hover,
.voyager-submit:focus,
.voyager-submit:active {
  background: var(--voyager-green) !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 14px 27px rgba(15, 44, 38, .22);
}

.voyager-submit:focus-visible {
  outline: 3px solid rgba(23, 69, 60, .24);
  outline-offset: 3px;
}

.voyager-submit:disabled {
  cursor: wait;
  opacity: .7;
}

.voyager-submit svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.voyager-submit.is-loading svg {
  animation: voyager-pulse 1s ease-in-out infinite;
}

.voyager-submit-note {
  margin: 11px 0 0;
  color: var(--voyager-muted);
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}

.voyager-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.voyager-form-notice {
  padding: 14px;
  border: 1px solid var(--voyager-line);
  border-radius: 10px;
  color: var(--voyager-danger);
}

/* Compact tour-side booking panel. */
.voyager-booking-panel {
  position: sticky;
  top: 118px;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  padding: 21px;
  border: 1px solid var(--voyager-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0, rgba(200, 162, 92, .13), transparent 34%),
    #fff;
  color: var(--voyager-text);
  font-family: inherit;
  box-shadow: 0 18px 46px rgba(15, 44, 38, .12);
  box-sizing: border-box;
  z-index: 20;
}

.voyager-booking-panel *,
.voyager-booking-dialog * {
  box-sizing: border-box;
}

.voyager-booking-panel__topline,
.voyager-booking-panel__heading,
.voyager-booking-panel__actions {
  display: flex;
  align-items: center;
}

.voyager-booking-panel__topline {
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 15px;
}

.voyager-booking-panel__badge,
.voyager-booking-panel__secure,
.voyager-booking-panel__quote {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .055em;
  line-height: 1.25;
  text-transform: uppercase;
}

.voyager-booking-panel__badge {
  padding: 6px 9px;
  background: var(--voyager-green-soft);
  color: var(--voyager-green);
}

.voyager-booking-panel__secure {
  gap: 4px;
  color: var(--voyager-success);
}

.voyager-booking-panel__heading {
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.voyager-booking-panel__heading > div:first-child {
  min-width: 0;
}

.voyager-booking-panel__heading h2 {
  margin: 0 0 6px;
  color: var(--voyager-green);
  font-size: clamp(21px, 2.2vw, 27px);
  line-height: 1.12;
}

.voyager-booking-panel__heading p {
  margin: 0;
  color: var(--voyager-muted);
  font-size: 12px;
  line-height: 1.5;
}

.voyager-booking-panel__price {
  min-width: 82px;
  flex: 0 0 auto;
  text-align: right;
}

.voyager-booking-panel__price span,
.voyager-booking-panel__price small {
  display: block;
  color: var(--voyager-muted);
  font-size: 10px;
  line-height: 1.25;
}

.voyager-booking-panel__price strong {
  display: block;
  color: var(--voyager-green);
  font-size: 28px;
  line-height: 1.08;
}

.voyager-booking-panel__quote {
  max-width: 112px;
  flex: 0 0 auto;
  justify-content: center;
  padding: 7px 10px;
  background: #fff7e8;
  color: #7a5414;
  text-align: center;
}

.voyager-booking-panel__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  padding: 15px;
  border: 1px solid var(--voyager-line);
  border-radius: 16px;
  background: #fbfcfc;
}

.voyager-compact-field {
  min-width: 0;
}

.voyager-compact-field--wide {
  grid-column: 1 / -1;
}

.voyager-compact-field label {
  display: block;
  margin: 0 0 6px;
  color: #43524d;
  font-size: 11px;
  font-weight: 800;
}

.voyager-compact-field input,
.voyager-compact-field select {
  width: 100%;
  max-width: 100%;
  min-height: 45px;
  margin: 0;
  padding: 10px 11px;
  border: 1px solid #cedad6;
  border-radius: 11px;
  outline: none;
  background: #fff;
  color: var(--voyager-text);
  font: inherit;
  font-size: 13px;
  box-shadow: none;
}

.voyager-compact-field input:focus,
.voyager-compact-field select:focus {
  border-color: var(--voyager-green-2);
  box-shadow: 0 0 0 3px rgba(23, 69, 60, .11);
}

.voyager-booking-panel__trust {
  display: grid;
  gap: 6px;
  margin: 14px 0;
  color: #52625d;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.voyager-booking-panel__trust span::first-letter {
  color: var(--voyager-success);
}

.voyager-booking-panel__actions {
  flex-direction: column;
  gap: 9px;
}

.voyager-panel-cta {
  display: inline-flex;
  width: 100%;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 12px 15px;
  border: 1px solid var(--voyager-green);
  border-radius: 13px;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.voyager-panel-cta--primary {
  background: linear-gradient(180deg, var(--voyager-green-2), var(--voyager-green)) !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(15, 44, 38, .18);
}

.voyager-panel-cta--secondary {
  border-color: var(--voyager-green) !important;
  background: #fff !important;
  color: var(--voyager-green) !important;
}

.voyager-panel-cta:hover,
.voyager-panel-cta:focus,
.voyager-panel-cta:active {
  border-color: var(--voyager-green) !important;
  background: var(--voyager-green) !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(15, 44, 38, .2);
}

.voyager-panel-cta:focus-visible {
  outline: 3px solid rgba(23, 69, 60, .24);
  outline-offset: 3px;
}

.voyager-booking-panel__note {
  margin: 11px 0 0;
  color: var(--voyager-muted);
  font-size: 10px;
  line-height: 1.45;
  text-align: center;
}

body.voyager-modal-open {
  overflow: hidden !important;
}

.voyager-booking-dialog[hidden] {
  display: none !important;
}

.voyager-booking-dialog {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 22px;
  z-index: 1000000;
}

.voyager-booking-dialog__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgba(8, 24, 20, .72);
  cursor: pointer;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.voyager-booking-dialog__shell {
  position: relative;
  width: min(980px, 100%);
  max-height: calc(100vh - 44px);
  max-height: calc(100dvh - 44px);
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 24px;
  outline: none;
  background: #f7faf9;
  box-shadow: 0 32px 90px rgba(0, 0, 0, .32);
  overscroll-behavior: contain;
  animation: voyager-dialog-in .2s ease-out;
}

.voyager-booking-dialog__toolbar {
  position: sticky;
  top: 0;
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 11px 15px 11px 22px;
  border-bottom: 1px solid var(--voyager-line);
  background: rgba(255, 255, 255, .94);
  z-index: 5;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.voyager-booking-dialog__toolbar strong {
  overflow: hidden;
  color: var(--voyager-green);
  font-size: 14px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.voyager-booking-dialog__close {
  display: inline-flex;
  width: 40px;
  height: 40px;
  min-width: 40px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 0 3px;
  border: 1px solid var(--voyager-line);
  border-radius: 50%;
  background: #fff;
  color: var(--voyager-green);
  font: inherit;
  font-size: 27px;
  line-height: 1;
  cursor: pointer;
}

.voyager-booking-dialog__close:hover,
.voyager-booking-dialog__close:focus,
.voyager-booking-dialog__close:active {
  border-color: var(--voyager-green) !important;
  background: var(--voyager-green) !important;
  color: #fff !important;
}

.voyager-booking-dialog__close:focus-visible {
  outline: 3px solid rgba(23, 69, 60, .24);
  outline-offset: 2px;
}

.voyager-booking-dialog__content {
  padding: 18px;
}

.voyager-actions--dialog {
  max-width: 920px;
  margin: 0 auto;
}

.voyager-actions--dialog .voyager-request-card {
  box-shadow: 0 12px 32px rgba(15, 44, 38, .08);
}

@keyframes voyager-pulse {
  50% { transform: scale(.84); opacity: .55; }
}

@keyframes voyager-dialog-in {
  from { opacity: 0; transform: translateY(12px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 921px) {
  .voyager-booking-panel {
    position: relative;
    top: auto;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .voyager-actions__tabs { grid-template-columns: 1fr; }
  .voyager-request-card { border-radius: 17px; }
  .voyager-request-card__header {
    flex-direction: column;
    gap: 14px;
    padding: 20px 17px;
  }
  .voyager-request-card__price {
    display: grid;
    min-width: 0;
    grid-template-columns: auto auto;
    align-items: baseline;
    justify-content: start;
    column-gap: 6px;
    text-align: left;
  }
  .voyager-request-card__price span { grid-column: 1; }
  .voyager-request-card__price strong { grid-column: 2; font-size: 23px; }
  .voyager-request-card__price small { grid-column: 1 / -1; }
  .voyager-request-form { padding: 20px 17px 23px; }
  .voyager-form-grid { grid-template-columns: 1fr; }
  .voyager-nationality-row { grid-template-columns: minmax(0, 1fr) 86px 38px; }
  .voyager-traveler { padding: 15px 13px; }
  .voyager-field input,
  .voyager-field select,
  .voyager-field textarea { font-size: 16px; }
  .voyager-form-consent { font-size: 13px; }
  .voyager-form-consent input {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }
  .voyager-form-consent__security { margin-left: 29px; }
  .voyager-submit {
    min-height: 56px;
    padding: 14px 16px;
    font-size: 13px;
    line-height: 1.35;
    text-align: center;
  }
  .voyager-privacy-notice { font-size: 15px; line-height: 1.7; }
  .voyager-privacy-notice section { border-radius: 17px; }
  .voyager-privacy-notice h3 { font-size: 18px; }
  .voyager-booking-panel {
    padding: 17px;
    border-radius: 18px;
  }
  .voyager-booking-panel__heading {
    gap: 12px;
  }
  .voyager-booking-panel__heading h2 { font-size: 23px; }
  .voyager-booking-panel__price strong { font-size: 25px; }
  .voyager-booking-panel__fields { padding: 13px; }
  .voyager-compact-field input,
  .voyager-compact-field select { font-size: 16px; }
  .voyager-panel-cta { min-height: 54px; font-size: 14px; }
  .voyager-booking-dialog {
    place-items: end center;
    padding: 0;
  }
  .voyager-booking-dialog__shell {
    width: 100%;
    max-height: 96vh;
    max-height: 96dvh;
    border-radius: 22px 22px 0 0;
  }
  .voyager-booking-dialog__toolbar {
    min-height: 58px;
    padding: 9px 12px 9px 16px;
  }
  .voyager-booking-dialog__content { padding: 12px; }
  .voyager-actions--dialog .voyager-actions__tabs {
    position: sticky;
    top: 59px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    z-index: 4;
  }
}

@media (max-width: 420px) {
  .voyager-request-card__header { padding: 18px 14px; }
  .voyager-request-form { padding: 18px 14px 21px; }
  .voyager-actions__tab { padding-inline: 8px; }
  .voyager-nationality-row { grid-template-columns: minmax(0, 1fr) 74px 38px; gap: 7px; }
  .voyager-traveler { padding: 14px 11px; }
  .voyager-booking-panel__heading {
    flex-direction: column;
  }
  .voyager-booking-panel__price {
    display: grid;
    grid-template-columns: auto auto;
    align-items: baseline;
    justify-content: start;
    column-gap: 6px;
    text-align: left;
  }
  .voyager-booking-panel__price span { grid-column: 1; }
  .voyager-booking-panel__price strong { grid-column: 2; }
  .voyager-booking-panel__price small { grid-column: 1 / -1; }
  .voyager-booking-panel__quote { max-width: none; }
}

@media (prefers-reduced-motion: reduce) {
  .voyager-request-card *,
  .voyager-actions *,
  .voyager-booking-panel *,
  .voyager-booking-dialog * {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
