/* ============================================================
   Tour Search — mockup-matched premium form
   ============================================================ */

.tour-lux {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 32px 80px rgba(8, 8, 12, 0.14);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* --- Hero --- */
.tour-lux-hero {
  position: relative;
  min-height: clamp(320px, 42vw, 420px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(28px, 4vw, 44px) clamp(28px, 4vw, 44px) clamp(120px, 15vw, 168px);
  color: #fff;
  overflow: hidden;
}

.tour-lux-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.tour-lux-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.tour-lux-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.5) 72%, rgba(0, 0, 0, 0.72) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.28) 42%, rgba(255, 125, 84, 0.08) 70%, transparent 85%);
}

.tour-lux-hero__top {
  position: absolute;
  top: clamp(24px, 3.5vw, 36px);
  left: clamp(28px, 4vw, 44px);
  z-index: 3;
}

.tour-lux-hero__brand {
  display: flex;
  align-items: center;
}

.tour-lux-hero__logo {
  display: block;
  width: auto;
  height: clamp(44px, 7.5vw, 58px);
  max-width: min(200px, 52vw);
  object-fit: contain;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.35));
}

.tour-lux-hero__brand-name,
.tour-lux-hero__brand-tag,
.tour-lux-hero__brand-text {
  display: none !important;
}

.tour-lux-hero__content {
  position: relative;
  z-index: 2;
  max-width: 480px;
}

.tour-lux-hero__title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(40px, 6vw, 56px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #fff;
}

.tour-lux-hero__accent {
  color: #FF7D54;
}

.tour-lux-hero__sub {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
  max-width: 400px;
  font-weight: 400;
}

.tour-lux-hero__tagline {
  margin: 16px 0 0;
  font-size: 14px;
  font-weight: 600;
  color: #FF7D54;
}

.tour-lux-hero__tagline-arrow {
  margin-right: 4px;
}

/* --- Card --- */
.tour-lux-card {
  position: relative;
  z-index: 5;
  margin: -108px clamp(20px, 3.5vw, 36px) 0;
  background: #fff;
  border-radius: 22px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.1);
  overflow: visible;
}

.tour-lux-card > .tour-lux-row,
.tour-lux-card > .tour-lux-actions,
.tour-lux-card > .tour-lux-status {
  padding-left: 22px;
  padding-right: 22px;
}
.tour-lux-manual {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 14px 22px 0;
  padding: 14px 22px;
  border-radius: 18px;
  border: 1px solid rgba(255, 125, 84, 0.14);
  background: linear-gradient(90deg, #fff5ef 0%, #fffaf7 100%);
  overflow: hidden;
}

.tour-lux-manual__left {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
  min-width: 0;
}

.tour-lux-manual__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 125, 84, 0.12);
  color: #FF7D54;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tour-lux-manual__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: #475569;
}

.tour-lux-manual__text strong {
  color: #141414;
  font-weight: 700;
}

.tour-lux-manual__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 11px 20px;
  border-radius: 12px;
  border: 1.5px solid #FF7D54;
  background: #fff;
  color: #FF7D54;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(255, 125, 84, 0.12);
  cursor: pointer;
  font-family: inherit;
}

.tour-lux-manual__btn:hover {
  background: #fff8f5;
}

.tour-lux-card--loading {
  opacity: 0.92;
  transition: opacity 0.2s ease;
}

.tour-lux-manual__actions,
.tour-lux-api-notice,
.tour-api-hint {
  display: none !important;
}

/* --- API notice --- */
.tour-lux-api-notice {
  display: none;
  padding: 10px 24px;
  background: #fff8f3;
  border-bottom: 1px solid rgba(255, 125, 84, 0.12);
  font-size: 13px;
  color: #64748b;
}

.tour-lux-api-notice.is-visible {
  display: block;
}

.tour-lux-api-notice__text {
  margin: 0;
}

.tour-lux-retry {
  margin: 8px 24px 0;
  padding: 8px 16px;
  border: 1px solid rgba(255, 125, 84, 0.35);
  border-radius: 10px;
  background: #fff;
  color: #FF7D54;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  font-family: inherit;
}

/* --- Rows --- */
.tour-lux-row {
  display: grid;
  gap: 14px;
  align-items: stretch;
  overflow: visible;
}

.tour-lux-search-app-wrap,
.tour-search-app-wrap {
  overflow: visible;
  max-width: 100%;
}

.tour-lux-row--primary {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.05fr) minmax(0, 1fr) minmax(132px, auto);
  align-items: end;
  padding-top: 18px;
  margin-bottom: 10px;
}

.tour-lux-row--secondary {
  grid-template-columns: 0.9fr 0.9fr 0.9fr 1.4fr;
  padding-bottom: 14px;
  margin-bottom: 0;
}

.tour-lux-cell__label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #94a3b8;
  padding-left: 2px;
  line-height: 1.2;
  min-height: 12px;
}

.tour-lux-cell__label--ghost {
  visibility: hidden;
}

.tour-lux-cell--action {
  min-width: 132px;
}

.tour-lux-row--primary .tour-lux-cell__box {
  min-height: 72px;
  height: auto;
}

.tour-lux-row--secondary .tour-lux-cell__box {
  min-height: 56px;
  height: auto;
}

.tour-lux-cell__box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
  cursor: default;
  width: 100%;
  overflow: visible;
  position: relative;
}

.tour-lux-cell__box > svg:first-child:not(.tour-lux-cell__chevron) {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  padding: 8px;
  box-sizing: content-box;
  border-radius: 10px;
  background: rgba(255, 125, 84, 0.09);
  color: #FF7D54;
  display: block;
}

/* --- Cells --- */
.tour-lux-cell {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.tour-lux-cell__box:focus-within {
  border-color: rgba(255, 125, 84, 0.45);
  box-shadow: 0 0 0 3px rgba(255, 125, 84, 0.1);
}

/* Override legacy .tour-field--primary gray inputs from tours.html */
.tour-lux .tour-lux-cell__control,
.tour-lux .tour-field--primary input,
.tour-lux .tour-field--primary select {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  min-height: auto;
}

.tour-lux-cell__icon {
  flex-shrink: 0;
  color: #FF7D54;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  pointer-events: none;
}

.tour-lux-cell__icon svg,
.tour-lux-cell__box > svg:first-child:not(.tour-lux-cell__chevron) {
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tour-lux-cell__icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.tour-lux-cell__chevron {
  flex-shrink: 0;
  color: #cbd5e1;
  margin-left: auto;
  align-self: center;
  pointer-events: none;
}

.tour-lux-cell__chevron svg {
  width: 18px;
  height: 18px;
  display: block;
}

.tour-lux-cell__body {
  flex: 1;
  min-width: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  background: transparent;
}

.tour-lux-cell__body--inline {
  flex-direction: row;
  align-items: center;
}

.tour-lux-row--primary .tour-lux-cell__control {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}

.tour-lux-row--secondary .tour-lux-cell__control {
  font-size: 15px;
  font-weight: 600;
}

.tour-lux-cell__control {
  width: 100%;
  border: none;
  background: transparent;
  font: inherit;
  color: #141414;
  outline: none;
  padding: 0;
  min-height: 22px;
  appearance: none;
  cursor: pointer;
}

.tour-lux-cell__control--select {
  min-height: 44px;
  line-height: 1.2;
  position: relative;
  z-index: 2;
  padding-right: 8px;
  cursor: pointer;
}

.tour-lux-cell__body--pick {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.tour-lux-picker__btn {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 44px;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  font: inherit;
  font-weight: 700;
  color: #141414;
  text-align: left;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.tour-lux-picker__btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.tour-lux-picker__btn.is-loading .tour-lux-picker__text::after {
  content: "…";
  margin-left: 2px;
}

.tour-lux-picker__text.is-placeholder {
  color: #94a3b8;
  font-weight: 600;
}

.tour-lux-field-error {
  font-size: 11px;
  line-height: 1.3;
  color: #dc2626;
  font-weight: 600;
}

.tour-lux-picker-portal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  pointer-events: none;
}

.tour-lux-picker__menu {
  pointer-events: auto;
  max-height: min(360px, 55vh);
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  scrollbar-width: thin;
  scrollbar-color: rgba(100, 116, 139, 0.45) transparent;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.16);
  padding: 6px;
}

.tour-lux-picker__menu::-webkit-scrollbar {
  width: 6px;
}

.tour-lux-picker__menu::-webkit-scrollbar-thumb {
  background: rgba(100, 116, 139, 0.45);
  border-radius: 999px;
}

.tour-lux-picker__menu::-webkit-scrollbar-thumb:hover {
  background: rgba(100, 116, 139, 0.65);
}

.tour-lux-picker__option.is-focused {
  background: #f1f5f9;
  outline: none;
}

.tour-lux-picker__option {
  display: block;
  width: 100%;
  padding: 10px 12px;
  border: none;
  border-radius: 8px;
  background: transparent;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  color: #141414;
  text-align: left;
  cursor: pointer;
}

.tour-lux-picker__option:hover,
.tour-lux-picker__option:focus-visible,
.tour-lux-picker__option.is-active {
  background: rgba(255, 125, 84, 0.1);
  outline: none;
}

.tour-lux-picker__state {
  padding: 14px 12px;
  font-size: 14px;
  color: #64748b;
  text-align: center;
}

.tour-lux-picker__retry {
  display: block;
  margin: 10px auto 0;
  padding: 8px 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 125, 84, 0.4);
  background: #fff;
  color: #FF7D54;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  font-family: inherit;
}

.tour-lux-cell--invalid .tour-lux-cell__box {
  border-color: rgba(220, 38, 38, 0.45);
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.08);
}

.tour-lux-cell__control--date {
  color-scheme: light;
  position: relative;
  z-index: 1;
}

.tour-lux-cell__control--date::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.tour-lux-cell__control--compact {
  width: auto;
  min-width: 24px;
  max-width: 40px;
  text-align: center;
  font-weight: 700;
}

.tour-lux-cell__control--children {
  display: none;
}

.tour-lux-cell__hint {
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.2;
  font-weight: 400;
}

.tour-lux-nights,
.tour-lux-guests {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
}

.tour-lux-sep {
  color: #94a3b8;
  font-size: 14px;
  font-weight: 400;
}

.tour-lux-guests-tag {
  font-size: 14px;
  color: #64748b;
  font-weight: 500;
  white-space: nowrap;
}

/* --- Search button --- */
.tour-lux-search-btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-width: 132px;
  height: 72px;
  min-height: 72px;
  max-height: 72px;
  padding: 0 24px;
  border: none;
  border-radius: 14px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(180deg, #ff9a6e 0%, #FF7D54 48%, #e85f38 100%);
  box-shadow: 0 8px 24px rgba(255, 125, 84, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: filter 0.2s, transform 0.2s, box-shadow 0.2s;
  align-self: stretch;
  box-sizing: border-box;
}

.tour-lux-search-btn:hover:not(:disabled) {
  filter: brightness(1.05);
  transform: translateY(-1px);
  box-shadow: 0 12px 32px rgba(255, 125, 84, 0.48);
}

.tour-lux-search-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.tour-lux-search-btn svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

/* --- Advanced (full-width panel) --- */
.tour-lux-advanced-toggle {
  width: 100%;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.tour-lux-advanced-toggle.is-open {
  border-color: rgba(255, 125, 84, 0.45);
  box-shadow: 0 0 0 3px rgba(255, 125, 84, 0.1);
}

.tour-lux-advanced-toggle.is-open .tour-lux-cell__chevron {
  transform: rotate(180deg);
}

.tour-lux-cell__chevron {
  transition: transform 0.2s;
}

.tour-lux-advanced-panel {
  margin: 14px 24px 20px;
  padding: 20px 22px;
  background: #fafafa;
  border: 1px solid #e8eaed;
  border-radius: 14px;
  overflow: visible;
  animation: tour-adv-in 0.2s ease;
}

@keyframes tour-adv-in {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

.tour-lux-advanced__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px 16px;
}

.tour-lux-advanced-panel .tour-lux-field label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: #64748b;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.tour-lux-advanced-panel .tour-lux-field input,
.tour-lux-advanced-panel .tour-lux-field select {
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #e8eaed;
  border-radius: 10px;
  font: inherit;
  font-size: 14px;
  background: #fff;
  color: #141414;
}

.tour-lux-advanced-panel .tour-lux-field select {
  cursor: pointer;
  appearance: auto;
  -webkit-appearance: menulist;
}

.tour-lux-cell__summary-text {
  flex: 1;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
}

.tour-check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #334155;
}

.tour-lux-more-btn {
  display: inline-flex;
  padding: 12px 20px;
  border: 1px solid rgba(255, 125, 84, 0.3);
  border-radius: 12px;
  background: #fff;
  color: #FF7D54;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  font-family: inherit;
}

.tour-lux-status {
  padding-bottom: 16px;
  font-size: 14px;
  color: #64748b;
}

.tour-lux-status--err {
  color: #b42318;
}

/* --- Benefits --- */
.tour-lux-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 16px;
  padding: 18px 24px 22px;
  border-top: 1px solid #f0f0f0;
  margin-top: 0;
  align-items: stretch;
}

.tour-lux-benefit {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 10px;
  align-items: center;
  padding: 8px 0;
  min-height: 52px;
}

.tour-lux-benefit__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 125, 84, 0.1);
  border: 1px solid rgba(255, 125, 84, 0.14);
  color: #FF7D54;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tour-lux-benefit__icon svg {
  width: 20px;
  height: 20px;
  display: block;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tour-lux-benefit__title {
  margin: 0 0 2px;
  font-size: 13px;
  font-weight: 700;
  color: #141414;
  line-height: 1.35;
}

.tour-lux-benefit__text {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: #64748b;
}

.tour-lux-results {
  padding: 0;
}

/* --- Responsive --- */
@media (max-width: 1100px) {
  .tour-lux-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}

@media (max-width: 900px) {
  .tour-lux-advanced__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tour-lux-row--primary {
    grid-template-columns: 1fr 1fr;
  }

  .tour-lux-cell--action {
    grid-column: 1 / -1;
  }

  .tour-lux-search-btn {
    flex-direction: row;
    min-height: 56px;
    height: 56px;
    max-height: 56px;
    width: 100%;
    gap: 10px;
  }
}

@media (max-width: 640px) {
  .tour-lux-hero {
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 12px;
    padding: 20px 18px 120px;
    padding-top: max(20px, env(safe-area-inset-top));
  }

  .tour-lux-hero__top {
    position: static;
    top: auto;
    left: auto;
    order: 1;
    width: 100%;
  }

  .tour-lux-hero__content {
    order: 2;
    position: relative;
    z-index: 2;
    max-width: 100%;
  }

  .tour-lux-hero__logo {
    height: clamp(30px, 8vw, 42px);
    max-width: min(140px, 42vw);
  }

  .tour-lux-hero__title {
    font-size: clamp(28px, 8vw, 40px);
    line-height: 1.08;
  }

  .tour-lux-hero__sub {
    font-size: 14px;
    max-width: 100%;
  }

  .tour-lux-card {
    margin-top: -90px;
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 18px;
    overflow: hidden;
  }

  .tour-lux-manual {
    flex-direction: column;
    align-items: stretch;
    margin: 14px 14px 0;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid rgba(255, 125, 84, 0.14);
    border-bottom: 1px solid rgba(255, 125, 84, 0.14);
    background: linear-gradient(90deg, #fff5ef 0%, #fffaf7 100%);
  }

  .tour-lux-manual__btn {
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
  }

  .tour-lux-row--primary,
  .tour-lux-row--secondary {
    grid-template-columns: 1fr;
    padding-left: 16px;
    padding-right: 16px;
  }

  .tour-lux-card > .tour-lux-row,
  .tour-lux-card > .tour-lux-actions,
  .tour-lux-card > .tour-lux-status {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tour-lux-cell__box {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .tour-lux-benefits {
    grid-template-columns: 1fr;
    padding: 24px 16px;
  }

  .tour-lux-advanced__grid {
    grid-template-columns: 1fr;
  }

  .tour-lux-advanced-panel {
    margin-left: 16px;
    margin-right: 16px;
  }

  .tour-lux-layout {
    flex-direction: column;
    padding: 0 16px 24px;
  }

  .tour-lux-benefits--sidebar {
    order: 2;
    margin-top: 20px;
    border-radius: 18px;
    border: 1px solid #f0f0f0;
    padding: 16px;
  }

  .tour-lux-layout__main {
    order: 1;
  }
}

/* --- Search widgets (date, nights, tourists) --- */
.tour-lux-picker__btn--range {
  width: 100%;
  text-align: left;
}

.tour-lux-cell__control--select {
  border: none;
  background: transparent;
  padding: 0;
  min-height: auto;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}

.tour-lux-budget-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tour-lux-budget-row input {
  flex: 1;
  min-width: 0;
}

.tour-lux-advanced__footer {
  padding: 16px 18px 18px;
  border-top: 1px solid #f0f0f0;
}

.tour-lux-search-btn--secondary {
  width: 100%;
  min-height: 52px;
}

.tour-lux-layout {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 0 36px 36px;
}

.tour-lux-layout__main {
  flex: 1;
  min-width: 0;
}

.tour-lux-benefits--sidebar {
  width: min(280px, 32vw);
  flex-shrink: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 18px 16px;
  border-radius: 18px;
  border: 1px solid #f0f0f0;
  background: #fafbfc;
  position: sticky;
  top: 16px;
}

.tour-lux-benefits--sidebar .tour-lux-benefit {
  grid-template-columns: 36px 1fr;
  padding: 4px 0;
  min-height: auto;
}

.tour-date-range-menu,
.tour-nights-menu,
.tour-tourists-menu {
  background: #fff;
  border: 1px solid #e8eaed;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.14);
  padding: 14px;
  max-height: min(70vh, 420px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.tour-date-range-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.tour-date-range-menu__title {
  font-weight: 700;
  font-size: 15px;
}

.tour-date-range-menu__nav {
  width: 36px;
  height: 36px;
  border: 1px solid #e8eaed;
  border-radius: 10px;
  background: #fff;
  font-size: 20px;
  cursor: pointer;
}

.tour-date-range-menu__weekdays,
.tour-date-range-menu__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}

.tour-date-range-menu__weekdays {
  margin-bottom: 6px;
  font-size: 11px;
  color: #94a3b8;
  text-align: center;
}

.tour-date-range-menu__day {
  aspect-ratio: 1;
  border: none;
  border-radius: 10px;
  background: transparent;
  font-size: 13px;
  cursor: pointer;
}

.tour-date-range-menu__day.is-empty {
  visibility: hidden;
}

.tour-date-range-menu__day.is-past {
  color: #cbd5e1;
  cursor: not-allowed;
}

.tour-date-range-menu__day.in-range,
.tour-date-range-menu__day.in-preview {
  background: rgba(255, 125, 84, 0.12);
}

.tour-date-range-menu__day.is-start,
.tour-date-range-menu__day.is-end {
  background: #FF7D54;
  color: #fff;
  font-weight: 700;
}

.tour-date-range-menu__day:not(.is-past):not(.is-empty):hover {
  background: rgba(255, 125, 84, 0.2);
}

.tour-date-range-menu__hint {
  margin: 10px 0 0;
  font-size: 12px;
  color: #64748b;
}

.tour-nights-menu__presets {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.tour-nights-menu__preset {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid #e8eaed;
  background: #fff;
  font-size: 13px;
  cursor: pointer;
}

.tour-nights-menu__preset.is-active {
  border-color: #FF7D54;
  background: #fff7f2;
  color: #FF7D54;
  font-weight: 700;
}

.tour-nights-menu__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}

.tour-nights-menu__cell {
  min-height: 36px;
  border: 1px solid #e8eaed;
  border-radius: 10px;
  background: #fff;
  font-size: 13px;
  cursor: pointer;
}

.tour-nights-menu__cell.in-range {
  background: rgba(255, 125, 84, 0.12);
}

.tour-nights-menu__cell.is-start,
.tour-nights-menu__cell.is-end {
  background: #FF7D54;
  color: #fff;
  border-color: #FF7D54;
  font-weight: 700;
}

.tour-nights-menu__apply,
.tour-tourists-menu .tour-nights-menu__apply {
  width: 100%;
  margin-top: 12px;
  min-height: 44px;
  border: none;
  border-radius: 12px;
  background: #FF7D54;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.tour-tourists-menu__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}

.tour-tourists-menu__stepper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tour-tourists-menu__stepper button {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  border: 1px solid #e8eaed;
  background: #fff;
  font-size: 18px;
  cursor: pointer;
}

.tour-hotel-search__request {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1.5px solid #FF7D54;
  background: #fff;
  color: #FF7D54;
  font-weight: 700;
  cursor: pointer;
}

.tour-modal-content--hotel-lead {
  max-width: 480px;
  padding: 24px;
}

.tour-hotel-lead__lead {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.5;
  color: #64748b;
}

.tour-lux-field--budget {
  grid-column: span 2;
}

.tour-lux-field--full {
  grid-column: 1 / -1;
}

@media (max-width: 1100px) {
  .tour-lux-benefits--sidebar {
    width: 100%;
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .tour-lux-field--budget {
    grid-column: span 1;
  }

  .tour-lux-benefits--sidebar {
    grid-template-columns: 1fr;
  }
}
