/* Overrides for the current UI review batch. Loaded after styles.css. */

.destination-detail-page .site-header,
.public-page .site-header {
  position: fixed !important;
  inset: 16px 0 auto !important;
  width: min(var(--container), calc(100% - 48px)) !important;
  height: 64px !important;
  padding: 0 22px !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 999px !important;
  background: rgba(2, 43, 27, 0.94) !important;
  color: #fff !important;
  box-shadow: 0 18px 46px rgba(2, 43, 27, 0.2) !important;
  -webkit-backdrop-filter: blur(18px) !important;
  backdrop-filter: blur(18px) !important;
}

.mobile-search-input {
  display: flex;
  align-items: center;
  width: 100%;
}

.mobile-search-input input {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}

.catalog-check-list label {
  flex-direction: row !important;
  justify-content: space-between !important;
  gap: 14px;
}

.catalog-check-list input[type="checkbox"] {
  --control-size: 22px;
  --control-active: var(--travel-pine);
  order: 2 !important;
  margin-left: auto !important;
  border-color: rgba(2, 43, 27, 0.38) !important;
  border-radius: 6px;
}

.catalog-check-list input[type="checkbox"]:checked {
  border-color: var(--travel-pine) !important;
  background-color: var(--travel-pine) !important;
}

.catalog-chip-list span {
  font-size: 16px !important;
  font-weight: 400 !important;
}

.catalog-range-filter {
  --range-from: 0%;
  --range-to: 100%;
  display: grid;
  gap: 16px;
}

.catalog-range-filter > p {
  margin: -8px 0 2px;
  color: var(--travel-muted);
  font-size: 14px;
  line-height: 1.35;
}

.catalog-range-visual {
  position: relative;
  display: grid;
  gap: 0;
  padding: 8px 12px 14px;
}

.catalog-range-bars {
  display: flex;
  align-items: end;
  gap: 3px;
  height: 96px;
  padding: 0 18px;
  border-bottom: 2px solid var(--travel-green);
}

.catalog-range-bars span {
  flex: 1 1 0;
  height: var(--bar);
  min-height: 3px;
  border-radius: 4px 4px 0 0;
  background: var(--travel-pine-8);
  transition:
    background-color 180ms ease,
    opacity 180ms ease;
}

.catalog-range-bars span.is-active {
  background: var(--travel-green);
}

.catalog-range-filter--duration .catalog-range-visual {
  display: none !important;
}

.catalog-range-slider {
  position: relative;
  height: 34px;
  margin-top: -18px;
}

.catalog-range-slider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: var(--range-from);
  right: calc(100% - var(--range-to));
  height: 2px;
  transform: translateY(-50%);
  background: var(--travel-green);
}

.catalog-range-slider input[type="range"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 34px;
  margin: 0;
  appearance: none;
  background: transparent;
  pointer-events: none;
}

.catalog-range-slider input[type="range"]::-webkit-slider-thumb {
  width: 34px;
  height: 34px;
  border: 2px solid rgba(2, 43, 27, 0.14);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 24px rgba(2, 43, 27, 0.16);
  appearance: none;
  pointer-events: auto;
}

.catalog-range-slider input[type="range"]::-moz-range-thumb {
  width: 34px;
  height: 34px;
  border: 2px solid rgba(2, 43, 27, 0.14);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 24px rgba(2, 43, 27, 0.16);
  pointer-events: auto;
}

.catalog-range-row {
  gap: 10px !important;
}

.catalog-range-row label {
  min-height: 58px !important;
  padding: 8px 12px !important;
  border-radius: 18px !important;
}

.catalog-range-row label span {
  font-size: 12px !important;
}

.catalog-range-row input {
  height: 34px !important;
  min-height: 34px !important;
  padding: 0 !important;
  font-size: 18px !important;
}

body.catalog-filter-open .crm-site-chat {
  display: none !important;
}

.booking-price small {
  font-size: 14px !important;
}

.tour-program summary span {
  white-space: nowrap !important;
}

.tour-route-map__expand {
  box-sizing: border-box !important;
  display: grid !important;
  place-items: center !important;
  padding: 0 !important;
  line-height: 0 !important;
}

.tour-route-map__expand .icon {
  display: block !important;
  position: static !important;
  width: 24px !important;
  height: 24px !important;
  margin: 0 !important;
  transform: translate(0, 0) !important;
}

.tour-route-map .leaflet-overlay-pane svg.leaflet-zoom-animated {
  inset: auto !important;
  width: auto !important;
  height: auto !important;
}

.tour-route-polyline {
  stroke: #1688c9 !important;
  stroke-width: 4px !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.tour-section-head button {
  color: var(--travel-pine) !important;
}

.tour-include-grid summary,
.tour-faq summary {
  font-size: 16px !important;
  font-weight: 500 !important;
}

.tour-section-note {
  margin-top: 10px !important;
  margin-bottom: 20px !important;
  line-height: 1.45 !important;
}

.booking-picker .tour-date-dropdown {
  overflow: visible !important;
}

.tour-date-dropdown[open] .tour-date-list {
  position: static !important;
  max-height: min(520px, 68vh) !important;
  margin-top: 8px !important;
}

.tour-share-modal-open,
.share-modal-open {
  overflow: hidden;
}

.tour-share-modal {
  position: fixed;
  inset: 0;
  z-index: 150;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(8, 14, 12, 0.48);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.tour-share-modal[hidden] {
  display: none !important;
}

.tour-share-modal__dialog {
  position: relative;
  width: min(560px, 100%);
  display: grid;
  gap: 18px;
  padding: 26px;
  border-radius: 28px;
  background: #fff;
  color: var(--travel-pine);
  box-shadow: 0 28px 82px rgba(2, 43, 27, 0.26);
}

.tour-share-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: rgba(2, 43, 27, 0.06);
  color: var(--travel-pine);
  cursor: pointer;
}

.tour-share-modal__close .icon {
  width: 18px;
  height: 18px;
}

.tour-share-modal h2 {
  margin: 0;
  padding-right: 42px;
  color: var(--travel-pine);
  font-family: var(--font-sans);
  font-size: 30px;
  font-weight: 850;
  line-height: 1.08;
}

.tour-share-card {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 12px;
  border: 1px solid rgba(2, 43, 27, 0.1);
  border-radius: 18px;
  background: rgba(2, 43, 27, 0.04);
}

.tour-share-card img {
  width: 76px;
  height: 64px;
  border-radius: 12px;
  object-fit: cover;
  background: var(--travel-pine-8);
}

.tour-share-card strong,
.tour-share-card span {
  display: block;
}

.tour-share-card strong {
  color: var(--travel-pine);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.25;
}

.tour-share-card span {
  margin-top: 4px;
  color: var(--travel-muted);
  font-size: 13px;
}

.tour-share-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.tour-share-options a,
.tour-share-options button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0 14px;
  border: 1px solid rgba(2, 43, 27, 0.14);
  border-radius: 14px;
  background: #fff;
  color: var(--travel-pine);
  font: inherit;
  font-size: 15px;
  font-weight: 760;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.tour-share-options a:hover,
.tour-share-options button:hover,
.tour-share-options a:focus-visible,
.tour-share-options button:focus-visible {
  border-color: rgba(2, 43, 27, 0.26);
  background: rgba(2, 43, 27, 0.05);
  outline: 0;
  transform: translateY(-1px);
}

.tour-share-options span:first-child {
  width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 26px;
  border-radius: 50%;
  background: var(--travel-pine-8);
  color: var(--travel-pine);
  font-size: 12px;
  font-weight: 900;
}

.hotel-grid article[data-hotel-card] {
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.hotel-grid article[data-hotel-card]:hover,
.hotel-grid article[data-hotel-card]:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(2, 43, 27, 0.18);
  box-shadow: 0 20px 48px rgba(2, 43, 27, 0.14);
  outline: 0;
}

.hotel-modal-open {
  overflow: hidden;
}

.hotel-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(11, 18, 15, 0.42);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

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

.hotel-modal__dialog {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1fr);
  width: min(980px, 100%);
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(2, 43, 27, 0.25);
}

.hotel-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: var(--travel-pine);
}

.hotel-modal__close .icon {
  width: 20px;
  height: 20px;
}

.hotel-modal__media {
  min-height: 440px;
  background: var(--travel-pine-8);
}

.hotel-modal__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hotel-modal__content {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: clamp(28px, 5vw, 58px);
  color: var(--travel-pine);
}

.hotel-modal__eyebrow,
.hotel-modal__content p {
  margin: 0;
  color: var(--travel-muted);
  font-size: 15px;
  line-height: 1.45;
}

.hotel-modal__content h2 {
  margin: 0;
  font-family: var(--font-sans) !important;
  font-size: clamp(30px, 4vw, 48px) !important;
  font-weight: 850 !important;
  line-height: 1.04 !important;
}

.hotel-modal__meta,
.hotel-modal__amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hotel-modal__meta span,
.hotel-modal__amenities span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--travel-pine-8);
  color: var(--travel-pine);
  font-size: 13px;
  font-weight: 850;
}

.hotel-modal__meta span:first-child {
  color: var(--travel-green);
}

.destination-hero__overlay {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.14) 42%, rgba(0, 0, 0, 0.66)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.1)) !important;
}

.destination-hero__stats {
  gap: 22px !important;
  align-items: center;
}

.destination-hero__stats span {
  min-width: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

.destination-hero__stats .icon {
  width: 19px;
  height: 19px;
  opacity: 0.9;
}

.destination-hero__stats strong {
  font-family: var(--font-sans) !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 900 !important;
}

.destination-hero__stats small {
  font-size: 16px !important;
  font-weight: 650 !important;
  opacity: 0.9 !important;
}

.destination-soft-band {
  background: var(--travel-pine-8) !important;
}

.destination-place-card::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.7)) !important;
}

.destination-cta-band {
  display: none !important;
}

.mice-hero {
  height: min(620px, 72vh) !important;
  min-height: 0 !important;
}

.mice-hero-content {
  padding-block: 104px 64px !important;
}

.mice-hero-content h1 {
  font-size: clamp(42px, 5vw, 78px) !important;
}

.mice-scenario-list h3 {
  color: #fff !important;
}

.mice-scenario-list p {
  color: rgba(255, 255, 255, 0.84) !important;
}

.all-destinations-page .public-hero {
  min-height: min(520px, 60svh) !important;
}

.all-destinations-page .public-hero__content {
  padding-top: 132px !important;
  padding-bottom: clamp(42px, 7vw, 72px) !important;
}

.about-page .public-hero__content h1 {
  max-width: 940px;
  font-size: clamp(38px, 4.2vw, 52px) !important;
  line-height: 1.04 !important;
}

.about-page .public-hero__content p {
  font-size: 18px !important;
}

.about-page .public-stats article {
  background: transparent !important;
  box-shadow: none !important;
}

.destination-hero__stats,
.destination-hero__stats span,
.destination-hero__stats strong,
.destination-hero__stats small {
  font-family: var(--font-sans) !important;
}

.public-page-intro {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding-top: clamp(138px, 15vw, 190px);
  padding-bottom: clamp(44px, 7vw, 74px);
  text-align: center;
}

.public-page-intro h1 {
  margin: 0;
  color: var(--travel-pine);
  font-family: var(--font-sans);
  font-size: clamp(44px, 7vw, 82px);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 0.98;
}

.public-page-intro p {
  max-width: 660px;
  margin: 0;
  color: #303936;
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.48;
}

.contacts-reference-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  padding-top: 0;
}

.contacts-reference-card {
  display: grid;
  gap: 28px;
  padding: clamp(24px, 4vw, 42px);
  border-radius: 28px;
  background: var(--travel-pine-8);
}

.contacts-reference-card h2 {
  margin: 0;
  color: var(--travel-pine);
  font-family: var(--font-sans);
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.08;
}

.contacts-reference-card dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 34px;
  margin: 0;
}

.contacts-reference-card dt {
  margin-bottom: 10px;
  color: var(--travel-muted);
  font-size: 14px;
  font-weight: 700;
}

.contacts-reference-card dd {
  margin: 0;
  color: #16251f;
  font-size: 20px;
  font-weight: 750;
  line-height: 1.35;
}

.contacts-reference-card a {
  color: inherit;
  text-decoration: none;
}

.contacts-travel-cta {
  position: relative;
  min-height: clamp(480px, 58vw, 720px);
  display: grid;
  place-items: center;
  overflow: hidden;
  margin-top: clamp(34px, 7vw, 76px);
  border-radius: 32px;
  color: #fff;
  text-align: center;
}

.contacts-travel-cta img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contacts-travel-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.72));
}

.contacts-travel-cta__content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 18px;
  width: min(720px, calc(100% - 32px));
}

.contacts-service-tags,
.contacts-travel-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.contacts-service-tags span {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 12px;
  font-weight: 850;
}

.contacts-travel-cta h2 {
  margin: 0;
  font-family: var(--font-sans);
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.98;
}

.contacts-travel-cta p {
  max-width: 560px;
  margin: 0;
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.45;
}

.contacts-map-card {
  display: grid;
  align-content: end;
  gap: 16px;
  min-height: 420px;
  padding: clamp(24px, 4vw, 42px);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(2, 43, 27, 0.05), rgba(2, 43, 27, 0.22)),
    url("/assets/destination-uzbekistan.jpg") center / cover;
  color: #fff;
}

.contacts-map-card span {
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  opacity: 0.82;
}

.contacts-map-card h2,
.contacts-map-card p {
  margin: 0;
}

.contacts-map-card h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
}

.contacts-map-card p {
  max-width: 520px;
  font-size: 16px;
  line-height: 1.45;
}

.contacts-main .public-section {
  padding-top: clamp(32px, 5vw, 58px) !important;
  padding-bottom: clamp(32px, 5vw, 58px) !important;
}

.contacts-main .public-page-intro {
  padding-top: clamp(118px, 12vw, 152px) !important;
  padding-bottom: clamp(28px, 4vw, 42px) !important;
}

.contacts-reference-grid {
  gap: 20px !important;
}

.contacts-travel-cta {
  min-height: clamp(380px, 42vw, 560px) !important;
  margin-top: 0 !important;
}

.contacts-layout {
  align-items: stretch !important;
  gap: clamp(20px, 4vw, 42px) !important;
}

.contacts-map-card {
  align-self: stretch !important;
  min-height: 420px;
  padding: 0 !important;
  background: url("/assets/destination-uzbekistan.jpg") center / cover no-repeat !important;
}

.contacts-map-card > * {
  display: none !important;
}

.create-trip-main {
  background: #f4f7f4;
}

.create-trip-hero {
  position: relative;
  height: clamp(420px, 54svh, 500px);
  min-height: 0;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--travel-pine);
}

.create-trip-hero > img,
.create-trip-hero__overlay,
.create-trip-hero__content {
  grid-area: 1 / 1;
}

.create-trip-hero > img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.create-trip-hero__overlay {
  align-self: stretch;
  background: linear-gradient(180deg, rgba(2, 43, 27, 0.28), rgba(2, 43, 27, 0.74));
}

.create-trip-hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  max-width: 880px;
  padding-top: 116px;
  padding-bottom: clamp(36px, 5vw, 58px);
  color: #fff;
}

.create-trip-hero__content > span {
  width: max-content;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 13px;
  font-weight: 850;
}

.create-trip-hero__content h1 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(42px, 5.2vw, 68px);
  font-weight: 650;
  line-height: 0.98;
}

.create-trip-hero__content p {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.48;
}

.create-trip-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(420px, 1.28fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: start;
  padding-top: clamp(34px, 5vw, 62px) !important;
}

.create-trip-summary {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 20px;
  padding: clamp(24px, 4vw, 38px);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(2, 43, 27, 0.08);
}

.create-trip-summary > span {
  color: var(--travel-green-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.create-trip-summary h2 {
  margin: 0;
  color: var(--travel-pine);
  font-family: var(--font-serif);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 650;
  line-height: 1.04;
}

.create-trip-summary ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.create-trip-summary li {
  position: relative;
  padding-left: 24px;
  color: #385149;
  font-weight: 700;
  line-height: 1.42;
}

.create-trip-summary li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--travel-green);
}

.create-trip-form {
  gap: 22px !important;
  padding: clamp(24px, 4vw, 38px) !important;
}

.create-trip-form h2 {
  font-size: clamp(34px, 4vw, 46px) !important;
}

.create-trip-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.create-trip-field-grid .is-full {
  grid-column: 1 / -1;
}

.create-trip-form select {
  appearance: none;
  background-color: #fff;
  background-image:
    linear-gradient(45deg, transparent 50%, #5a7068 50%),
    linear-gradient(135deg, #5a7068 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 50%,
    calc(100% - 14px) 50%;
  background-size: 6px 6px;
  background-repeat: no-repeat;
  padding-right: 42px !important;
}

.create-trip-form .lead-consent {
  align-items: flex-start;
}

.certificate-document-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  padding-top: 0;
}

.certificate-document-grid article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 108px;
  grid-template-rows: 1fr auto;
  gap: 16px;
  min-height: 210px;
  padding: 28px;
  border-radius: 28px;
  background: var(--travel-pine-8);
}

.certificate-document-copy {
  display: grid;
  align-content: start;
  min-width: 0;
}

.certificate-document-preview {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: grid;
  align-content: space-between;
  align-self: start;
  justify-self: end;
  width: 102px;
  min-height: 154px;
  padding: 14px;
  border: 1px solid rgba(2, 43, 27, 0.08);
  border-radius: 18px;
  background: #fff;
  color: var(--travel-pine);
}

.certificate-document-preview::before {
  content: "";
  width: 100%;
  height: 68px;
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(2, 43, 27, 0.12), transparent 70%),
    linear-gradient(90deg, rgba(2, 43, 27, 0.12), transparent 55%),
    linear-gradient(90deg, rgba(2, 43, 27, 0.12), transparent 80%);
  background-color: var(--travel-pine-8);
  background-position:
    12px 18px,
    12px 35px,
    12px 52px;
  background-size:
    72px 5px,
    56px 5px,
    82px 5px;
  background-repeat: no-repeat;
}

.certificate-document-preview span,
.certificate-document-preview small {
  color: var(--travel-muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
}

.certificate-document-grid h2,
.certificate-document-grid strong,
.certificate-document-grid p {
  margin: 0;
  overflow-wrap: anywhere;
}

.certificate-document-grid h2 {
  color: var(--travel-pine);
  font-family: var(--font-sans) !important;
  font-size: 24px !important;
  font-weight: 750 !important;
  line-height: 1.08 !important;
  overflow-wrap: normal;
}

.certificate-document-grid strong {
  display: block;
  margin-top: 18px;
  color: var(--travel-pine);
  font-family: var(--font-sans);
  font-size: 18px;
  line-height: 1.1;
}

.certificate-document-grid .certificate-document-preview strong {
  margin-top: 10px;
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.05;
}

.all-destination-city {
  position: relative;
  min-height: 156px;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  overflow: hidden;
  padding: 20px !important;
  border: 0 !important;
  border-radius: 22px !important;
  background: var(--travel-pine) !important;
  color: #fff !important;
  box-shadow: 0 18px 42px rgba(2, 43, 27, 0.12);
}

.all-destination-city::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.68));
}

.all-destination-city img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.all-destination-city:hover img,
.all-destination-city:focus-visible img {
  transform: scale(1.04);
}

.all-destination-city span,
.all-destination-city small {
  position: relative;
  z-index: 2;
}

.all-destination-city strong,
.all-destination-city em,
.all-destination-city small {
  color: #fff !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.all-destination-city em,
.all-destination-city small {
  opacity: 0.86;
}

.certificate-document-grid p {
  margin-top: 16px;
  color: var(--travel-muted);
  line-height: 1.45;
}

.certificate-document-grid a {
  grid-column: 1;
  align-self: end;
  color: var(--travel-pine);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.certificates-request-band {
  margin-top: 48px;
  background: var(--travel-pine-8);
}

.certificates-request-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.certificates-request-band span {
  color: var(--travel-muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.certificates-request-band h2,
.certificates-request-band p {
  margin: 0;
}

.certificates-request-band h2 {
  max-width: 760px;
  margin-top: 8px;
  color: var(--travel-pine);
  font-family: var(--font-sans);
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1;
}

.certificates-request-band p {
  max-width: 580px;
  margin-top: 12px;
  color: var(--travel-muted);
  font-size: 17px;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .hotel-modal__dialog,
  .contacts-reference-grid,
  .contacts-layout,
  .certificate-document-grid {
    grid-template-columns: 1fr;
  }

  .certificate-document-grid article {
    grid-template-columns: minmax(0, 1fr) 92px;
  }

  .certificate-document-preview {
    width: 84px;
    min-height: 128px;
    padding: 10px;
  }

  .certificate-document-preview::before {
    height: 54px;
    background-position:
      9px 14px,
      9px 28px,
      9px 42px;
    background-size:
      56px 4px,
      44px 4px,
      62px 4px;
  }

  .contacts-reference-card dl {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .destination-detail-page .site-header,
  .public-page .site-header {
    inset: 0 0 auto !important;
    width: 100% !important;
    height: 76px !important;
    padding: 0 14px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: rgba(2, 43, 27, 0.96) !important;
  }

  .suggestions-head {
    margin-top: 12px !important;
    padding-top: 8px !important;
  }

  .suggestion-label {
    font-size: 14px !important;
  }

  .suggestion-hint {
    font-size: 12px !important;
  }

  .mobile-date-tabs button {
    font-size: 16px !important;
  }

  body #destinationSuggestions.search-suggestions.is-date-mode .mobile-date-card.is-calendar-mode,
  body #catalogDestinationSuggestions.search-suggestions.is-date-mode .mobile-date-card.is-calendar-mode {
    grid-template-rows: auto minmax(0, 1fr) auto !important;
    height: calc(100dvh - 146px - env(safe-area-inset-bottom)) !important;
    min-height: 520px !important;
    max-height: 760px !important;
  }

  body #destinationSuggestions .mobile-date-card.is-calendar-mode .mobile-date-detail,
  body #catalogDestinationSuggestions .mobile-date-card.is-calendar-mode .mobile-date-detail {
    grid-template-rows: auto minmax(0, 1fr) !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 18px 18px 20px !important;
  }

  body #destinationSuggestions .mobile-date-card.is-calendar-mode .mobile-calendar-months,
  body #catalogDestinationSuggestions .mobile-date-card.is-calendar-mode .mobile-calendar-months {
    height: 100% !important;
    max-height: none !important;
    min-height: 318px !important;
    overflow-y: auto !important;
    padding: 4px 4px 54px !important;
  }

  body #destinationSuggestions.search-suggestions.is-date-mode .mobile-date-card.is-flex-mode,
  body #catalogDestinationSuggestions.search-suggestions.is-date-mode .mobile-date-card.is-flex-mode {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  body #destinationSuggestions .mobile-date-card.is-flex-mode .mobile-date-detail,
  body #catalogDestinationSuggestions .mobile-date-card.is-flex-mode .mobile-date-detail {
    grid-template-rows: auto auto !important;
    padding: 18px 18px 24px !important;
  }

  body #destinationSuggestions .mobile-date-card.is-flex-mode .mobile-date-fields,
  body #catalogDestinationSuggestions .mobile-date-card.is-flex-mode .mobile-date-fields {
    display: none !important;
  }

  .hotel-modal {
    align-items: end;
    padding: 12px;
  }

  .hotel-modal__dialog {
    max-height: calc(100dvh - 24px);
    overflow-y: auto;
    border-radius: 24px;
  }

  .mice-hero {
    height: 620px !important;
    min-height: 620px !important;
  }

  .mice-hero-content {
    padding-block: 108px 64px !important;
  }

  .catalog-range-bars {
    height: 82px;
  }

  .hotel-modal__media {
    min-height: 250px;
  }

  .hotel-modal__content {
    padding: 24px;
  }

  .destination-hero__stats {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  body.destination-region-page .destination-hero--region {
    height: 70vh !important;
    min-height: max(560px, 70vh) !important;
  }

  body.destination-region-page .destination-hero--region .destination-breadcrumbs {
    position: absolute;
    top: 118px;
    left: 14px;
    right: 14px;
    z-index: 2;
    margin: 0;
  }

  .public-page-intro {
    padding-top: 112px;
    padding-bottom: 36px;
  }

  .contacts-reference-card,
  .certificate-document-grid article {
    border-radius: 22px;
  }

  .contacts-reference-card dd {
    font-size: 18px;
  }

  .contacts-travel-cta {
    min-height: 520px;
    margin-inline: 10px;
    border-radius: 26px;
  }

  .contacts-travel-cta__actions,
  .certificates-request-band__inner {
    display: grid;
    width: 100%;
  }

  .contacts-travel-cta__actions .public-primary,
  .contacts-travel-cta__actions .public-secondary,
  .certificates-request-band .public-primary {
    width: 100%;
  }

  .certificate-document-grid article {
    grid-template-columns: minmax(0, 1fr);
  }

  .certificate-document-preview {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }
}

@media (max-width: 767px) {
  body.tour-page .tour-detail-title-row {
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
    padding: 0 2px 18px !important;
  }

  body.tour-page .tour-detail-title-row h1,
  body.tour-page #tour-title {
    font-size: 24px !important;
    line-height: 1.12 !important;
  }

  body.tour-page .tour-tags {
    padding-bottom: 4px !important;
  }

  body.tour-page .tour-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  body.tour-page .tour-facts-card {
    display: contents !important;
  }

  body.tour-page .tour-facts article {
    min-height: 118px !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
    align-content: start !important;
    gap: 6px 10px !important;
    padding: 12px !important;
    border-radius: 20px !important;
    background: rgba(2, 43, 27, 0.06) !important;
  }

  body.tour-page .tour-facts .icon {
    width: 42px !important;
    height: 42px !important;
    padding: 11px !important;
  }

  body.tour-page .tour-facts span {
    font-size: 12px !important;
    line-height: 1.18 !important;
  }

  body.tour-page .tour-facts strong {
    font-size: 15px !important;
    line-height: 1.25 !important;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  body.tour-page .tour-section-note {
    margin-top: 12px !important;
    margin-bottom: 22px !important;
    padding-right: 8px !important;
  }

  .tour-share-modal {
    align-items: end;
    padding: 12px 12px 0;
  }

  .tour-share-modal__dialog {
    max-height: calc(100dvh - 24px);
    overflow-y: auto;
    border-radius: 24px 24px 0 0;
    padding: 22px 18px calc(18px + env(safe-area-inset-bottom));
  }

  .tour-share-modal h2 {
    font-size: 24px;
  }

  .tour-share-options {
    grid-template-columns: 1fr;
  }
}

/* Booking flow redesign. */
body.booking-flow-page {
  --booking-bg: #f4f7f3;
  --booking-card: #ffffff;
  --booking-line: rgba(2, 43, 27, 0.1);
  --booking-muted: rgba(2, 43, 27, 0.58);
  --booking-soft: rgba(2, 43, 27, 0.06);
  background: var(--booking-bg);
  color: var(--travel-pine);
}

body.booking-flow-page > .site-header,
body.booking-flow-page > .site-footer,
body.booking-flow-page > .site-bottom-nav,
body.booking-flow-page > .crm-site-chat {
  display: none !important;
}

body.booking-sheet-open {
  overflow: hidden;
}

.booking-flow-main {
  min-height: 100dvh;
  background: var(--booking-bg);
}

.booking-flow-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  align-items: center;
  width: min(100%, 460px);
  min-height: 62px;
  margin-inline: auto;
  padding: calc(10px + env(safe-area-inset-top)) 14px 10px;
  border-radius: 0 0 18px 18px;
  background: var(--travel-pine);
  color: #fff;
  box-shadow: 0 14px 34px rgba(2, 43, 27, 0.12);
}

.booking-flow-topbar strong {
  justify-self: center;
  font-size: 17px;
  font-weight: 850;
}

.booking-flow-back,
.booking-sheet-close,
.booking-nationality-dialog header button,
.booking-date-dialog header button {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: currentColor;
  cursor: pointer;
}

.booking-flow-back .icon,
.booking-sheet-close .icon,
.booking-nationality-dialog header button .icon,
.booking-date-dialog header button .icon {
  width: 22px;
  height: 22px;
}

.booking-flow-shell {
  display: grid;
  gap: 14px;
  width: min(100%, 460px);
  margin-inline: auto;
  padding: 14px 14px calc(22px + env(safe-area-inset-bottom));
}

.booking-flow-tour-card,
.booking-flow-section,
.booking-flow-notices article,
.booking-result-card {
  border: 1px solid var(--booking-line);
  border-radius: 18px;
  background: var(--booking-card);
  box-shadow: 0 16px 34px rgba(2, 43, 27, 0.08);
}

.booking-flow-tour-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 12px;
  overflow: hidden;
  padding: 12px;
}

.booking-flow-tour-card > img {
  width: 96px;
  height: 96px;
  border-radius: 14px;
  object-fit: cover;
}

.booking-flow-tour-card h1 {
  margin: 3px 0 8px;
  font-family: var(--font-base);
  font-size: 18px !important;
  font-weight: 850;
  line-height: 1.16;
  letter-spacing: 0;
}

.booking-flow-tour-card p {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 0 12px 0 0;
  color: var(--booking-muted);
  font-size: 13px;
  font-weight: 700;
}

.booking-flow-tour-card p .icon {
  width: 15px;
  height: 15px;
}

.booking-flow-trip-row {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--booking-line);
}

.booking-flow-trip-row span,
.booking-flow-trip-row small,
.booking-flow-section > p,
.booking-tourist-card p,
.booking-accordion p,
.booking-payment-option small {
  color: var(--booking-muted);
  font-size: 13px;
  line-height: 1.45;
}

.booking-flow-trip-row strong,
.booking-flow-trip-row small {
  display: block;
}

.booking-flow-trip-row button,
.booking-flow-text-button {
  min-height: 44px;
  padding: 0 16px;
  border: 0;
  border-radius: 14px;
  background: var(--booking-soft);
  color: var(--travel-pine);
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
}

.booking-flow-notices {
  display: grid;
  gap: 10px;
}

.booking-flow-notices article {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  padding: 14px;
  box-shadow: none;
}

.booking-flow-notices .icon {
  width: 24px;
  height: 24px;
  color: var(--travel-green);
}

.booking-flow-notices strong,
.booking-flow-notices small {
  display: block;
}

.booking-flow-notices strong {
  font-size: 16px;
  font-weight: 850;
}

.booking-flow-notices small {
  margin-top: 3px;
  color: var(--booking-muted);
  font-size: 14px;
  line-height: 1.4;
}

.booking-flow-section {
  display: grid;
  gap: 14px;
  padding: 16px;
  box-shadow: 0 12px 28px rgba(2, 43, 27, 0.05);
}

.booking-flow-section h2 {
  margin: 0;
  font-family: var(--font-base);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.booking-traveler-rows,
.booking-room-list,
.booking-field-grid {
  display: grid;
  gap: 10px;
}

.booking-traveler-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.booking-traveler-row span,
.booking-traveler-row small {
  display: block;
}

.booking-traveler-row strong {
  font-size: 16px;
  font-weight: 850;
}

.booking-traveler-row small {
  margin-top: 2px;
  color: var(--booking-muted);
  font-size: 14px;
}

.booking-stepper {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.booking-stepper button {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 10px;
  background: var(--travel-green);
  color: var(--travel-pine);
  font-size: 20px;
  font-weight: 850;
  cursor: pointer;
}

.booking-stepper output {
  min-width: 18px;
  color: var(--travel-pine);
  font-size: 15px;
  font-weight: 850;
  text-align: center;
}

.booking-room-card {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--booking-line);
  border-radius: 16px;
  background: #fff;
}

.booking-room-card.is-selected {
  border-color: var(--travel-pine, #022b1b);
  box-shadow: inset 0 0 0 1px rgba(2, 43, 27, 0.16);
}

.booking-room-card.is-invalid {
  border-color: rgba(226, 88, 56, 0.52);
  box-shadow: inset 0 0 0 1px rgba(226, 88, 56, 0.16);
}

.booking-room-card header {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
}

.booking-room-card header .icon {
  width: 22px;
  height: 22px;
  color: var(--travel-green);
}

.booking-room-card strong,
.booking-room-card small {
  display: block;
}

.booking-room-card header strong {
  font-size: 15px;
  font-weight: 850;
}

.booking-room-card header small {
  margin-top: 2px;
  color: var(--booking-muted);
  font-size: 12px;
  line-height: 1.35;
}

.booking-room-card em {
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--travel-pine-8);
  color: var(--travel-pine);
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
}

.booking-room-card > button,
.booking-select-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid var(--booking-line);
  border-radius: 13px;
  background: #fff;
  color: var(--travel-pine);
  font: inherit;
  font-size: 14px;
  font-weight: 750;
  text-align: left;
  cursor: pointer;
}

.booking-room-desktop-select {
  display: none;
}

.booking-allocation-select {
  position: relative;
  display: grid;
  gap: 8px;
}

.booking-room-quantity {
  position: relative;
  display: grid;
  gap: 7px;
}

.booking-allocation-select span,
.booking-room-quantity span,
.booking-room-card-note {
  color: var(--booking-muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.booking-allocation-select select,
.booking-room-quantity select {
  width: 100%;
  min-height: 52px;
  padding: 0 44px 0 14px;
  border: 1px solid rgba(2, 43, 27, 0.16);
  border-radius: 15px;
  background: #fff;
  color: var(--travel-pine, #022b1b);
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  appearance: none;
  cursor: pointer;
}

.booking-allocation-select::after,
.booking-room-quantity::after {
  content: "";
  position: absolute;
  right: 17px;
  bottom: 22px;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  color: var(--travel-pine, #022b1b);
  pointer-events: none;
  transform: rotate(45deg);
}

.booking-room-card-note {
  margin: 0;
}

.booking-accommodation-status {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid rgba(2, 43, 27, 0.1);
  border-radius: 14px;
  background: rgba(2, 43, 27, 0.055);
  color: rgba(2, 43, 27, 0.78);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
}

.booking-accommodation-status.is-complete {
  border-color: rgba(0, 202, 123, 0.34);
  background: var(--travel-pine-8);
  color: var(--travel-pine, #022b1b);
}

.booking-accommodation-status.is-error {
  border-color: rgba(226, 88, 56, 0.3);
  background: rgba(226, 88, 56, 0.09);
  color: #8a2b1a;
}

.booking-best-price-card {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(0, 202, 123, 0.28);
  border-radius: 18px;
  background: var(--travel-pine-8);
}

.booking-best-price-card[hidden] {
  display: none !important;
}

.booking-best-price-card > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.booking-best-price-card strong {
  color: var(--travel-pine, #022b1b);
  font-size: 16px;
  font-weight: 900;
}

.booking-best-price-card p,
.booking-best-price-card small {
  margin: 0;
  color: rgba(2, 43, 27, 0.72);
  font-size: 13px;
  line-height: 1.45;
}

.booking-best-price-card small {
  font-weight: 850;
}

.booking-best-price-icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: #fff;
  color: var(--travel-green);
  box-shadow: 0 10px 22px rgba(2, 43, 27, 0.08);
}

.booking-best-price-icon .icon {
  width: 19px;
  height: 19px;
}

.booking-room-card > button .icon,
.booking-select-row .icon {
  width: 18px;
  height: 18px;
  color: var(--booking-muted);
}

.booking-room-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.booking-room-price del {
  color: var(--booking-muted);
  font-size: 12px;
}

.booking-room-price strong {
  font-size: 17px;
  font-weight: 900;
}

.booking-room-price small {
  color: var(--booking-muted);
  font-size: 11px;
}

.booking-room-price--split {
  justify-content: space-between;
}

.booking-tourist-card {
  display: grid;
  gap: 12px;
  padding: 14px;
  border-radius: 16px;
  background: var(--travel-pine-8);
}

.booking-traveler-info-section > p {
  margin: -4px 0 0;
  color: var(--booking-muted);
  font-size: 14px;
  line-height: 1.4;
}

.booking-traveler-info-list {
  display: grid;
  gap: 12px;
}

.booking-traveler-details {
  overflow: hidden;
  border: 1px solid var(--booking-line);
  border-radius: 16px;
  background: #fff;
}

.booking-traveler-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 16px;
  color: var(--travel-pine);
  cursor: pointer;
  list-style: none;
}

.booking-traveler-details summary::-webkit-details-marker {
  display: none;
}

.booking-traveler-details summary::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  opacity: 0.72;
  transform: rotate(45deg);
  transition: transform 180ms ease;
}

.booking-traveler-details[open] summary::after {
  transform: rotate(225deg) translate(-2px, -2px);
}

.booking-traveler-details summary strong,
.booking-traveler-details summary small {
  display: block;
}

.booking-traveler-details summary strong {
  font-size: 15px;
  font-weight: 900;
}

.booking-traveler-details summary small {
  margin-top: 3px;
  color: var(--booking-muted);
  font-size: 12px;
  font-weight: 750;
}

.booking-traveler-details .booking-tourist-card {
  margin: 0 12px 12px;
}

.booking-traveler-nationality {
  display: grid;
}

.booking-tourist-card h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 850;
}

.booking-field-grid label,
.booking-sheet-search {
  display: grid;
  gap: 6px;
}

.booking-field-grid span {
  color: var(--booking-muted);
  font-size: 12px;
  font-weight: 800;
}

.booking-field-grid input,
.booking-sheet-search input {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(2, 43, 27, 0.14);
  border-radius: 13px;
  background: #fff;
  color: var(--travel-pine);
  font: inherit;
  font-size: 15px;
}

.booking-field-grid input {
  padding: 0 13px;
}

.booking-field-grid input.is-invalid {
  border-color: rgba(180, 35, 24, 0.58);
  box-shadow: 0 0 0 3px rgba(180, 35, 24, 0.09);
}

.booking-field-error {
  margin-top: -2px;
  color: #b42318;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
}

.booking-field-error[hidden] {
  display: none !important;
}

.booking-gender-group {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--booking-line);
  border-radius: 14px;
  background: #fff;
}

.booking-gender-group label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 56px;
  padding: 10px 14px;
  border: 0;
  border-bottom: 1px solid var(--booking-line);
  border-radius: 0;
  background: transparent;
}

.booking-gender-group label:last-child {
  border-bottom: 0;
}

.booking-payment-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid var(--booking-line);
  border-radius: 14px;
  background: #fff;
}

.booking-gender-group span,
.booking-payment-option strong {
  font-size: 14px;
  font-weight: 850;
}

.booking-gender-group input,
.booking-payment-option input {
  accent-color: var(--travel-green);
}

.booking-payment-option.is-selected {
  border-color: rgba(0, 202, 123, 0.52);
  background: var(--travel-pine-8);
}

.booking-payment-option span,
.booking-payment-option small {
  display: block;
}

.booking-accordion {
  border: 1px solid var(--booking-line);
  border-radius: 14px;
  background: #fff;
}

.booking-accordion summary {
  padding: 15px 14px;
  color: var(--travel-pine);
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
}

.booking-accordion p {
  margin: 0;
  padding: 0 14px 14px;
}

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

.booking-accordion--traveler {
  background: transparent;
}

.booking-accordion--traveler .booking-tourist-card {
  margin: 0 12px 12px;
  background: var(--travel-pine-8);
}

.booking-price-box,
.booking-due-box {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--booking-line);
  border-radius: 16px;
  background: #fff;
}

.booking-price-placeholder {
  display: none;
  margin: 0;
  padding: 14px;
  border: 1px dashed rgba(2, 43, 27, 0.16);
  border-radius: 16px;
  background: rgba(2, 43, 27, 0.045);
  color: rgba(2, 43, 27, 0.68);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.4;
}

.booking-price-details.is-incomplete .booking-price-placeholder {
  display: block;
}

.booking-price-details.is-incomplete .booking-price-box,
.booking-price-details.is-incomplete .booking-due-box,
.booking-price-details.is-incomplete .booking-flow-consent {
  display: none;
}

.booking-price-box > div,
.booking-due-box > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.booking-price-box span,
.booking-due-box span,
.booking-price-box small {
  color: var(--booking-muted);
  font-size: 13px;
  line-height: 1.45;
}

.booking-price-box > div span {
  color: rgba(2, 43, 27, 0.82);
  font-size: 14px;
}

.booking-price-box small,
.booking-price-box small span {
  color: rgba(2, 43, 27, 0.72);
  font-size: 14px;
}

.booking-price-box strong,
.booking-due-box strong {
  color: var(--travel-pine);
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
}

.booking-price-box .is-free {
  color: var(--travel-green);
}

.booking-price-box hr {
  width: 100%;
  height: 1px;
  margin: 0;
  border: 0;
  background: var(--booking-line);
}

.booking-flow-consent {
  align-items: start;
  font-size: 12px;
}

.booking-flow-consent span {
  color: var(--booking-muted);
  font-size: 12px;
  line-height: 1.42;
}

.booking-flow-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  padding: 0 20px;
  border: 0;
  border-radius: 14px;
  background: var(--travel-green);
  color: var(--travel-pine);
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(0, 202, 123, 0.22);
}

.booking-flow-primary:disabled {
  cursor: not-allowed;
  opacity: 0.56;
  box-shadow: none;
}

.booking-flow-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 300px;
  background: var(--travel-pine, #022b1b);
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
}

body.booking-flow-page {
  --booking-bg: #f7f8f4;
  --booking-card: #fff;
  --booking-line: rgba(2, 43, 27, 0.12);
  --booking-soft: rgba(2, 43, 27, 0.06);
}

.booking-flow-main {
  background:
    radial-gradient(circle at 50% 0, rgba(2, 43, 27, 0.08), transparent 34rem),
    var(--booking-bg);
}

.booking-flow-tour-card,
.booking-flow-section,
.booking-flow-notices article {
  border-color: rgba(2, 43, 27, 0.1);
  background: var(--booking-card);
  box-shadow: 0 18px 42px rgba(2, 43, 27, 0.07);
}

.booking-flow-trip-row button,
.booking-flow-text-button,
.booking-room-card > button,
.booking-select-row {
  border: 1px solid rgba(2, 43, 27, 0.08);
  background: rgba(2, 43, 27, 0.055);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.booking-flow-trip-row button:hover,
.booking-flow-trip-row button:focus-visible,
.booking-flow-text-button:hover,
.booking-flow-text-button:focus-visible,
.booking-room-card > button:hover,
.booking-room-card > button:focus-visible,
.booking-select-row:hover,
.booking-select-row:focus-visible {
  border-color: rgba(2, 43, 27, 0.18);
  background: var(--travel-pine-8);
  transform: translateY(-1px);
}

.booking-stepper button {
  width: 44px;
  height: 44px;
  border-radius: 300px;
  border: 1px solid rgba(2, 43, 27, 0.1);
  background: var(--travel-pine-8);
  color: var(--travel-pine, #022b1b);
  font-size: 18px;
  box-shadow: none;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.booking-stepper button:hover,
.booking-stepper button:focus-visible {
  border-color: rgba(2, 43, 27, 0.18);
  background: var(--travel-pine-8);
  color: var(--travel-pine, #022b1b);
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(2, 43, 27, 0.08);
}

.booking-stepper button:disabled {
  background: var(--travel-pine-8);
  color: rgba(2, 43, 27, 0.34);
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

.booking-stepper output {
  min-width: 24px;
  font-size: 16px;
  font-weight: 850;
}

.booking-promo-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
  padding: 14px;
  border-radius: 18px;
  background: rgba(2, 43, 27, 0.06);
}

.booking-promo-panel[hidden] {
  display: none !important;
}

.booking-promo-panel label {
  display: grid;
  gap: 6px;
}

.booking-promo-panel label span {
  color: var(--booking-muted);
  font-size: 12px;
  font-weight: 800;
}

.booking-promo-panel input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(2, 43, 27, 0.14);
  border-radius: 14px;
  background: #fff;
  color: var(--travel-pine, #022b1b);
  font: inherit;
  font-size: 15px;
  text-transform: uppercase;
}

.booking-promo-panel p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--booking-muted);
  font-size: 13px;
  line-height: 1.35;
}

.booking-promo-trigger-row > span {
  display: grid;
  gap: 4px;
  min-width: 0;
  text-align: left;
}

.booking-promo-trigger-row > span > strong {
  color: var(--travel-pine, #022b1b);
  font-size: 16px;
  font-weight: 850;
}

.booking-promo-trigger-row > span > small {
  color: var(--booking-muted);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.3;
}

.booking-promo-dialog {
  display: grid;
  gap: 18px;
  padding-bottom: calc(22px + env(safe-area-inset-bottom, 0px));
}

.booking-promo-dialog header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.booking-promo-dialog header h2 {
  margin: 0;
  color: var(--travel-pine, #022b1b);
  font-size: 28px;
  line-height: 1.1;
}

.booking-promo-dialog header button {
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #f3f5f1;
  color: var(--travel-pine, #022b1b);
  place-items: center;
}

.booking-profile-promos {
  display: grid;
  gap: 10px;
}

.booking-profile-promos-empty,
.booking-profile-promo-card {
  margin: 0;
  border-radius: 20px;
  background: #f6f7f3;
}

.booking-profile-promos-empty {
  padding: 18px;
  color: var(--booking-muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.booking-profile-promo-card {
  display: grid;
  gap: 8px;
  width: 100%;
  padding: 18px 20px;
  border: 1px solid transparent;
  color: var(--travel-pine, #022b1b);
  text-align: left;
  cursor: pointer;
}

.booking-profile-promo-card.is-active {
  border-color: rgba(0, 130, 255, 0.42);
  background: rgba(0, 130, 255, 0.08);
}

.booking-profile-promo-card > span {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.booking-profile-promo-card strong {
  color: #2f7cf6;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0;
}

.booking-profile-promo-card small {
  color: rgba(2, 43, 27, 0.46);
  font-size: 15px;
  font-weight: 750;
  white-space: nowrap;
}

.booking-profile-promo-card p {
  margin: 0;
  color: rgba(2, 43, 27, 0.52);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.35;
}

.booking-promo-entry {
  display: grid;
  gap: 8px;
}

.booking-promo-entry span {
  color: var(--booking-muted);
  font-size: 13px;
  font-weight: 850;
}

.booking-promo-entry input {
  width: 100%;
  min-height: 60px;
  padding: 0 18px;
  border: 1px solid rgba(2, 43, 27, 0.16);
  border-radius: 18px;
  background: #fff;
  color: var(--travel-pine, #022b1b);
  font: inherit;
  font-size: 17px;
  font-weight: 750;
  text-transform: uppercase;
}

.booking-promo-message {
  min-height: 18px;
  margin: -4px 0 0;
  color: var(--booking-muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.booking-promo-message[data-state="error"] {
  color: #b42318;
}

.booking-promo-message[data-state="success"] {
  color: var(--travel-emerald, #06c987);
}

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

.booking-sheet {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  align-items: end;
}

.booking-sheet[data-booking-sheet-panel="exit"] {
  align-items: end;
  justify-items: center;
  padding: 12px 12px 0;
}

.booking-sheet-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(2, 43, 27, 0.34);
  backdrop-filter: blur(6px);
}

.booking-sheet-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  width: min(100%, 460px);
  max-height: calc(100dvh - 52px);
  margin-inline: auto;
  padding: 16px 16px calc(18px + env(safe-area-inset-bottom));
  border-radius: 26px 26px 0 0;
  background: #fff;
  box-shadow: 0 -20px 48px rgba(2, 43, 27, 0.18);
  overflow-y: auto;
  animation: bookingSheetIn 220ms ease both;
}

.booking-sheet-handle {
  justify-self: center;
  width: 44px;
  height: 4px;
  border-radius: 999px;
  background: rgba(2, 43, 27, 0.14);
}

.booking-sheet-options {
  display: grid;
  border: 1px solid var(--booking-line);
  border-radius: 16px;
  overflow: hidden;
}

.booking-sheet-options button,
.booking-nationality-list button {
  width: 100%;
  min-height: 54px;
  padding: 0 14px;
  border: 0;
  border-bottom: 1px solid var(--booking-line);
  background: #fff;
  color: var(--travel-pine);
  font: inherit;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
}

.booking-sheet-options button:last-child,
.booking-nationality-list button:last-child {
  border-bottom: 0;
}

.booking-sheet-options button.is-selected,
.booking-nationality-list button.is-selected {
  background: var(--travel-pine-8);
  font-weight: 850;
}

.booking-exit-dialog {
  align-items: start;
  width: min(100%, 460px);
  padding: 34px 24px calc(28px + env(safe-area-inset-bottom));
  border-radius: 26px 26px 0 0;
  box-shadow: 0 28px 90px rgba(2, 43, 27, 0.24);
}

.booking-exit-dialog .booking-sheet-close {
  justify-self: end;
  background: var(--booking-soft);
}

.booking-exit-dialog h2,
.booking-nationality-dialog h2,
.booking-date-dialog h2 {
  margin: 0;
  font-family: var(--font-base);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.18;
}

.booking-exit-dialog p {
  margin: 0;
  color: var(--booking-muted);
  font-size: 16px;
  line-height: 1.5;
}

.booking-exit-dialog a {
  justify-self: center;
  color: var(--travel-pine);
  font-weight: 850;
}

.booking-nationality-dialog header,
.booking-date-dialog header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.booking-nationality-dialog header button,
.booking-date-dialog header button {
  background: var(--booking-soft);
}

.booking-sheet-search {
  position: relative;
}

.booking-sheet-search .icon {
  position: absolute;
  left: 14px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  color: var(--travel-green);
  pointer-events: none;
}

.booking-sheet-search input {
  padding: 0 14px 0 44px;
}

.booking-nationality-list {
  display: grid;
  max-height: 52dvh;
  border: 1px solid var(--booking-line);
  border-radius: 16px;
  overflow-y: auto;
}

.booking-date-months {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.booking-date-months button {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--booking-line);
  border-radius: 999px;
  background: #fff;
  color: var(--travel-pine);
  font-size: 14px;
  font-weight: 800;
}

.booking-date-months button.is-active {
  border-color: var(--travel-green);
  background: var(--travel-green);
}

.booking-date-options {
  display: grid;
  gap: 10px;
}

.booking-date-options button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 84px;
  padding: 14px;
  border: 1px solid var(--booking-line);
  border-radius: 16px;
  background: #fff;
  color: var(--travel-pine);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.booking-date-options button.is-selected {
  background: rgba(2, 43, 27, 0.04);
}

.booking-date-options strong,
.booking-date-options small {
  display: block;
}

.booking-date-options strong {
  font-size: 20px;
  font-weight: 900;
}

.booking-date-options small {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  color: var(--booking-muted);
  font-size: 14px;
}

.booking-date-options small .icon {
  width: 16px;
  height: 16px;
  color: var(--travel-green);
}

.booking-date-options em {
  min-width: 86px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--travel-green);
  color: var(--travel-pine);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  text-align: center;
}

.booking-date-options button.is-selected em {
  background: var(--booking-soft);
  color: var(--booking-muted);
}

.booking-result-main {
  display: grid;
  min-height: 100dvh;
  padding: 34px 16px calc(22px + env(safe-area-inset-bottom));
  background: #fff;
}

.booking-result-shell {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 16px;
  width: min(100%, 420px);
  min-height: calc(100dvh - 60px);
  margin-inline: auto;
  text-align: center;
}

.booking-result-shell h1 {
  max-width: 330px;
  margin: 0;
  font-family: var(--font-base);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.16;
}

.booking-result-shell > p {
  max-width: 340px;
  margin: 0;
  color: var(--booking-muted);
  font-size: 16px;
  line-height: 1.45;
}

.booking-result-icon {
  display: grid;
  place-items: center;
  width: 94px;
  height: 94px;
  border-radius: 999px;
  background: var(--travel-green);
  color: var(--travel-pine);
  transform: rotate(-12deg);
  box-shadow: 0 18px 34px rgba(0, 202, 123, 0.22);
}

.booking-result-page--error .booking-result-icon {
  background: #f25555;
  color: #fff;
}

.booking-result-icon .icon {
  width: 50px;
  height: 50px;
}

.booking-result-card {
  position: relative;
  display: grid;
  gap: 10px;
  width: min(100%, 310px);
  padding: 14px;
  text-align: left;
}

.booking-result-card img {
  width: 100%;
  aspect-ratio: 1.16;
  border-radius: 16px;
  object-fit: cover;
}

.booking-result-card h2 {
  margin: 0;
  font-family: var(--font-base);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
}

.booking-result-card p,
.booking-result-card strong {
  margin: 0;
  color: var(--booking-muted);
  font-size: 15px;
  line-height: 1.35;
}

.booking-result-card strong {
  color: var(--travel-pine);
}

.booking-result-badge {
  position: absolute;
  left: 24px;
  top: 24px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--travel-pine);
  font-size: 13px;
  font-weight: 850;
}

.booking-result-cta {
  align-self: end;
  margin-top: auto;
}

.booking-result-confetti span {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--travel-green);
  opacity: 0.65;
}

.booking-result-confetti span:nth-child(1) { top: 13%; left: 9%; }
.booking-result-confetti span:nth-child(2) { top: 19%; right: 11%; background: #f25555; }
.booking-result-confetti span:nth-child(3) { top: 31%; left: 3%; background: #f8c541; }
.booking-result-confetti span:nth-child(4) { bottom: 24%; right: 8%; }
.booking-result-confetti span:nth-child(5) { bottom: 16%; left: 18%; background: #f25555; }
.booking-result-confetti span:nth-child(6) { top: 24%; left: 48%; background: #f8c541; }

@keyframes bookingSheetIn {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 768px) {
  .booking-sheet[data-booking-sheet-panel="dates"],
  .booking-sheet[data-booking-sheet-panel="exit"],
  .booking-sheet[data-booking-sheet-panel="promo"] {
    align-items: center;
    justify-items: center;
    padding: 24px;
  }

  .booking-date-dialog,
  .booking-exit-dialog,
  .booking-promo-dialog {
    width: min(520px, calc(100vw - 48px));
    max-height: min(720px, calc(100dvh - 48px));
    border-radius: 26px;
    box-shadow: 0 28px 90px rgba(2, 43, 27, 0.24);
  }

  .booking-date-dialog,
  .booking-promo-dialog {
    padding: 24px;
  }

  .booking-flow-shell {
    max-width: 760px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .booking-flow-topbar {
    max-width: 760px;
  }

  .booking-flow-tour-card,
  .booking-flow-notices,
  .booking-price-details {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1024px) {
  .booking-flow-main {
    padding: 24px 32px 84px;
  }

  .booking-flow-topbar {
    top: 18px;
    width: min(1180px, calc(100% - 64px));
    max-width: none;
    min-height: 66px;
    border-radius: 999px;
  }

  .booking-flow-shell {
    width: min(1180px, calc(100% - 64px));
    max-width: none;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 400px);
    gap: 22px 26px;
    align-items: start;
    padding: 30px 0 0;
  }

  .booking-flow-tour-card {
    grid-column: 1;
    grid-template-columns: 168px minmax(0, 1fr);
    gap: 18px;
    padding: 18px;
    border-radius: 24px;
  }

  .booking-flow-tour-card > img {
    grid-row: 1 / span 2;
    width: 168px;
    height: 168px;
    border-radius: 20px;
  }

  .booking-flow-tour-card h1 {
    max-width: 600px;
    margin-top: 2px;
    font-family: var(--font-base);
    font-size: 24px !important;
    font-weight: 850;
    line-height: 1.12;
  }

  .booking-flow-tour-card p {
    font-size: 14px;
  }

  .booking-flow-trip-row {
    grid-column: 2;
  }

  .booking-flow-notices {
    grid-column: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-flow-section {
    grid-column: 1;
    gap: 18px;
    padding: 24px;
    border-radius: 24px;
  }

  .booking-flow-section h2 {
    font-size: 22px;
  }

  .booking-room-mobile-select {
    display: none;
  }

  .booking-room-desktop-select {
    position: relative;
    display: grid;
    gap: 6px;
  }

  .booking-room-desktop-select span {
    color: var(--booking-muted);
    font-size: 12px;
    font-weight: 800;
  }

  .booking-room-desktop-select select {
    width: 100%;
    min-height: 48px;
    padding: 0 42px 0 14px;
    border: 1px solid rgba(2, 43, 27, 0.14);
    border-radius: 14px;
    background: #fff;
    color: var(--travel-pine, #022b1b);
    font: inherit;
    font-size: 14px;
    font-weight: 850;
    appearance: none;
    cursor: pointer;
  }

  .booking-room-desktop-select::after {
    content: "";
    position: absolute;
    right: 16px;
    bottom: 19px;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    color: var(--travel-pine, #022b1b);
    pointer-events: none;
    transform: rotate(45deg);
  }

  .booking-room-list,
  .booking-field-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-room-card,
  .booking-tourist-card,
  .booking-price-box,
  .booking-due-box {
    border-radius: 18px;
  }

  .booking-price-details {
    grid-column: 2;
    grid-row: 1 / span 8;
    position: sticky;
    top: 106px;
    padding: 24px;
    box-shadow: 0 24px 54px rgba(2, 43, 27, 0.12);
  }

  .booking-price-details h2 {
    font-family: var(--font-display);
    font-size: 30px;
    font-weight: 500;
  }

  .booking-price-box,
  .booking-due-box {
    padding: 18px;
  }

  .booking-flow-primary {
    min-height: 58px;
    border-radius: 18px;
  }
}

@media (max-width: 520px) {
  .booking-flow-main {
    background: #f5f7f4;
  }

  .booking-flow-shell {
    padding-inline: 10px;
  }

  .booking-flow-section {
    padding: 14px;
  }

  .booking-flow-topbar {
    border-radius: 0 0 14px 14px;
  }

  .booking-room-price--split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
}

/* Shared phone input and account notifications */
.phone-mask-field {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 58px;
  overflow: hidden;
  border: 1px solid rgba(2, 43, 27, 0.14);
  border-radius: 18px;
  background: #fff;
}

.phone-mask-prefix {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 11px;
  min-height: 58px;
  padding: 0 17px;
  border-right: 1px solid rgba(2, 43, 27, 0.12);
  background: #fff;
  color: var(--travel-pine, #022b1b);
  font-size: 16px;
  font-weight: 850;
  line-height: 1;
  pointer-events: none;
}

.phone-mask-flag {
  font-size: 23px;
  line-height: 1;
}

.phone-mask-chevrons {
  display: grid;
  gap: 3px;
  width: 10px;
}

.phone-mask-chevrons span {
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  color: var(--travel-pine, #022b1b);
}

.phone-mask-chevrons span:first-child {
  transform: rotate(225deg) translate(-1px, -1px);
}

.phone-mask-chevrons span:last-child {
  transform: rotate(45deg) translate(-1px, -1px);
}

.phone-mask-code {
  padding-left: 2px;
  color: var(--travel-pine, #022b1b);
}

input.phone-mask-input,
.booking-flow-page input.phone-mask-input,
.checkout-page input.phone-mask-input {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 58px;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.booking-accommodation-section h2 {
  font-size: 28px;
}

.booking-select-row {
  min-height: 56px;
  border-color: rgba(2, 43, 27, 0.12);
  border-radius: 16px;
  background: #fff;
}

.booking-select-row strong {
  color: var(--travel-pine, #022b1b);
  font-size: 14px;
  font-weight: 850;
}

.account-profile-quick-grid strong {
  font-size: 20px !important;
  line-height: 1.12;
}

.account-notifications-screen {
  display: grid;
  gap: 22px;
}

.account-notifications-tabs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 2px 0 4px;
  scrollbar-width: none;
}

.account-notifications-tabs::-webkit-scrollbar {
  display: none;
}

.account-notifications-tabs button {
  flex: 0 0 auto;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(2, 43, 27, 0.1);
  border-radius: 999px;
  background: #fff;
  color: var(--travel-pine, #022b1b);
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  transition:
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.account-notifications-tabs button:hover,
.account-notifications-tabs button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(2, 43, 27, 0.2);
}

.account-notifications-tabs button.is-active {
  border-color: var(--travel-pine, #022b1b);
  background: var(--travel-pine, #022b1b);
  color: #fff;
}

.account-notifications-list {
  display: grid;
  gap: 12px;
}

.account-notification-card {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(2, 43, 27, 0.08);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(2, 43, 27, 0.07);
}

.account-notification-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.account-notification-card h3 {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0;
  color: var(--travel-pine, #022b1b);
  font-family: var(--font-base, Inter, sans-serif);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.25;
}

.account-notification-card h3 span {
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  margin-top: 7px;
  border-radius: 999px;
  background: #e43d40;
}

.account-notification-card.is-read h3 span {
  background: rgba(2, 43, 27, 0.18);
}

.account-notification-card time {
  flex: 0 0 auto;
  color: var(--travel-muted, #6d7c76);
  font-size: 14px;
  line-height: 1.35;
}

.account-notification-card p {
  margin: 0;
  color: var(--travel-muted, #6d7c76);
  font-size: 16px;
  line-height: 1.45;
}

.account-notifications-empty {
  min-height: min(58vh, 560px);
  padding: 48px 20px;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.account-notifications-empty .account-empty-state-illustration {
  width: 156px;
  height: 156px;
  border-radius: 42px;
  background: var(--travel-pine-8);
  color: var(--travel-pine, #022b1b);
}

.account-notifications-empty .account-empty-state-illustration .icon {
  width: 80px;
  height: 80px;
}

.account-notifications-empty h2 {
  font-family: var(--font-base, Inter, sans-serif);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}

.account-notifications-empty p {
  max-width: 340px;
  color: var(--travel-muted, #6d7c76);
  font-size: 16px;
}

@media (max-width: 520px) {
  .account-notifications-tabs button {
    min-height: 56px;
    padding: 0 20px;
    font-size: 16px;
  }

  .account-notifications-empty {
    min-height: calc(100dvh - 290px);
  }
}

/* Desktop profile layout */
@media (min-width: 1024px) {
  .profile-page .account-main {
    min-height: 100vh;
    padding: 132px 0 120px;
    background:
      radial-gradient(circle at 88% 18%, rgba(0, 202, 123, 0.08), transparent 28%),
      linear-gradient(180deg, #fbfcfa 0%, #f6f8f5 100%);
  }

  .profile-page .account-shell {
    width: min(100% - 64px, 1240px);
    max-width: none;
  }

  .profile-page .account-content {
    width: 100%;
  }

  .profile-page .account-profile-dashboard {
    grid-template-columns: minmax(0, 1.22fr) minmax(360px, 0.78fr);
    grid-template-areas:
      "heading heading"
      "hero quick"
      "sections quick"
      "logout quick";
    align-items: start;
    width: 100%;
    gap: 24px;
  }

  .profile-page .account-profile-heading {
    grid-area: heading;
  }

  .profile-page .account-profile-heading h1 {
    font-size: clamp(56px, 4vw, 72px);
  }

  .profile-page .account-notification-button {
    width: 58px;
    height: 58px;
  }

  .profile-page .account-profile-hero-card {
    grid-area: hero;
    min-height: 330px;
    align-content: center;
    border-radius: 34px;
  }

  .profile-page .account-profile-avatar {
    width: 128px;
    height: 128px;
    font-size: 38px;
  }

  .profile-page .account-profile-hero-card h2 {
    font-size: clamp(34px, 3vw, 46px);
  }

  .profile-page .account-profile-hero-card p {
    font-size: 16px;
  }

  .profile-page .account-profile-quick-grid {
    grid-area: quick;
    grid-template-columns: 1fr;
    gap: 18px;
    position: sticky;
    top: 118px;
  }

  .profile-page .account-profile-quick-grid a {
    min-height: 208px;
    padding: 24px;
    border-radius: 28px;
  }

  .profile-page .account-profile-tile-icon {
    width: 64px;
    height: 64px;
    border-radius: 20px;
  }

  .profile-page .account-profile-section-list {
    grid-area: sections;
    gap: 0;
    padding: 10px;
    border: 1px solid rgba(2, 43, 27, 0.08);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 20px 52px rgba(2, 43, 27, 0.07);
  }

  .profile-page .account-profile-section-list a,
  .profile-page .account-profile-section-list .account-profile-section-button {
    min-height: 68px;
    padding: 10px 14px;
  }

  .profile-page .account-profile-section-list a > span,
  .profile-page .account-profile-section-list .account-profile-section-button > span {
    width: 44px;
    height: 44px;
    background: rgba(2, 43, 27, 0.06);
  }

  .profile-page .account-profile-section-list strong {
    font-size: 17px;
  }

  .profile-page .account-profile-logout {
    grid-area: logout;
    justify-self: stretch;
    width: 100%;
    max-width: none;
    min-height: 58px;
    margin-top: 0;
  }
}

@media (min-width: 1280px) {
  .profile-page .account-profile-dashboard {
    grid-template-columns: minmax(0, 1.35fr) minmax(420px, 0.65fr);
  }
}

/* Profile legal fullscreen modal and desktop footer links */
body.legal-modal-open {
  overflow: hidden;
}

.account-legal-modal[hidden] {
  display: none !important;
}

.account-legal-modal {
  position: fixed;
  z-index: 1200;
  inset: 0;
  display: grid;
  background: #fff;
  color: var(--travel-pine, #022b1b);
  overflow-y: auto;
}

.account-legal-modal__panel {
  width: min(100%, 720px);
  min-height: 100dvh;
  padding: calc(26px + env(safe-area-inset-top)) 24px calc(48px + env(safe-area-inset-bottom));
}

.account-legal-modal__back {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: rgba(2, 43, 27, 0.06);
  color: var(--travel-pine, #022b1b);
  cursor: pointer;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.account-legal-modal__back:hover,
.account-legal-modal__back:focus-visible {
  background: rgba(2, 43, 27, 0.11);
  transform: translateX(-2px);
}

.account-legal-modal__back .icon {
  width: 24px;
  height: 24px;
}

.account-legal-modal h2 {
  margin: 28px 0 34px;
  color: var(--travel-pine, #022b1b);
  font-family: var(--font-base, Inter, sans-serif);
  font-size: clamp(30px, 6vw, 44px);
  font-weight: 900;
  line-height: 1.08;
}

.account-legal-modal__list {
  display: grid;
  gap: 2px;
}

.account-legal-modal__list a {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 16px;
  min-height: 64px;
  color: var(--travel-pine, #022b1b);
  text-decoration: none;
}

.account-legal-modal__list a > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--travel-pine, #022b1b);
}

.account-legal-modal__list a > span .icon {
  width: 24px;
  height: 24px;
}

.account-legal-modal__list strong {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
}

.account-legal-modal__list .account-profile-chevron {
  justify-self: end;
  color: rgba(2, 43, 27, 0.45);
}

.footer-desktop-legal-link {
  display: none;
  color: rgba(255, 255, 255, 0.86);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.account-profile-section-list .account-profile-section-button {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 24px;
  gap: 14px;
  align-items: center;
  min-height: 58px;
  width: 100%;
  padding: 8px 2px;
  border: 0;
  border-radius: 16px;
  background: transparent;
  color: var(--travel-pine, #022b1b);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.account-profile-section-list .account-profile-section-button:hover,
.account-profile-section-list .account-profile-section-button:focus-visible {
  background: rgba(2, 43, 27, 0.05);
  transform: translateX(2px);
}

.account-profile-section-list .account-profile-section-button > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: var(--travel-pine, #022b1b);
}

.account-profile-section-list .account-profile-section-button > span .icon {
  width: 23px;
  height: 23px;
}

.account-profile-section-list .account-profile-section-button strong {
  grid-column: 2;
  align-self: center;
  font-size: 16px;
  line-height: 1.2;
}

.account-profile-section-list .account-profile-section-button .account-profile-chevron {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  width: 22px;
  height: 22px;
  color: #8b9490;
}

.account-promo-use {
  margin-top: 14px;
}

.booking-card-total {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.booking-card-total strong {
  font-weight: 650;
}

@media (max-width: 767px) {
  .catalog-filter-mobile-head strong {
    font-size: 18px;
    line-height: 1.2;
  }
}

@media (max-width: 520px) {
  .account-promo-use {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .account-legal-modal {
    justify-items: center;
  }

  .account-legal-modal__panel {
    padding-top: 56px;
  }

  .footer-desktop-legal-link {
    display: inline-flex;
  }
}

/* Tour detail QA refinements */
body.tour-page .tour-detail-title-row h1,
body.tour-page #tour-title {
  font-family: var(--font-sans, Inter, sans-serif) !important;
  font-size: 32px !important;
  font-weight: 850 !important;
  line-height: 1.08 !important;
}

.about-section {
  background: var(--travel-pine-8) !important;
  color: var(--travel-pine, #022b1b) !important;
}

.about-section::before,
.about-section::after {
  border-color: rgba(2, 43, 27, 0.045) !important;
}

.about-section h2,
.about-section .section-eyebrow {
  color: var(--travel-pine, #022b1b) !important;
}

.about-section .awards img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(38%) saturate(1238%) hue-rotate(105deg) brightness(86%) contrast(104%) !important;
}

.about-section .outline-btn-light {
  border-color: rgba(2, 43, 27, 0.36) !important;
  color: var(--travel-pine, #022b1b) !important;
}

.about-section .outline-btn-light:hover,
.about-section .outline-btn-light:focus-visible {
  background: var(--travel-pine, #022b1b) !important;
  color: #fff !important;
}

@media (min-width: 1440px) {
  body.tour-page .tour-detail-title-row > div:first-child {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  body.tour-page .tour-detail-title-row h1,
  body.tour-page #tour-title {
    max-width: 940px !important;
    font-size: 32px !important;
    line-height: 1.08 !important;
  }
}

body.tour-page .tour-detail-content .tour-section > h2,
body.tour-page .tour-detail-content .tour-section-head h2 {
  font-size: 24px !important;
  line-height: 1.12 !important;
}

/* Airbnb-style hotel detail modal */
body.tour-page.hotel-modal-open {
  overflow: hidden !important;
}

body.tour-page .hotel-modal {
  z-index: 4000 !important;
  display: grid !important;
  place-items: center !important;
  padding: 28px !important;
  background: rgba(10, 13, 12, 0.42) !important;
  -webkit-backdrop-filter: blur(18px) saturate(0.9) !important;
  backdrop-filter: blur(18px) saturate(0.9) !important;
}

body.tour-page .hotel-modal[hidden] {
  display: none !important;
}

body.tour-page .hotel-modal__dialog {
  position: relative !important;
  width: min(1120px, calc(100vw - 72px)) !important;
  max-height: min(760px, calc(100dvh - 72px)) !important;
  display: grid !important;
  grid-template-columns: minmax(460px, 1.05fr) minmax(420px, 0.95fr) !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 28px !important;
  background: #fff !important;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.22) !important;
  will-change: transform !important;
}

body.tour-page .hotel-modal__close {
  top: 22px !important;
  right: 22px !important;
  z-index: 5 !important;
  width: 36px !important;
  height: 36px !important;
  border: 0 !important;
  background: transparent !important;
  color: #1f2421 !important;
  box-shadow: none !important;
}

body.tour-page .hotel-modal__close:hover,
body.tour-page .hotel-modal__close:focus-visible {
  background: rgba(2, 43, 27, 0.06) !important;
}

body.tour-page .hotel-modal__media {
  min-height: 520px !important;
  display: grid !important;
  grid-template-columns: 58px minmax(0, 1fr) !important;
  gap: 18px !important;
  padding: 24px 0 24px 24px !important;
  background: #fff !important;
}

body.tour-page .hotel-modal__thumbs {
  display: grid !important;
  align-content: center !important;
  gap: 14px !important;
}

body.tour-page .hotel-modal__thumbs:empty {
  display: none !important;
}

body.tour-page .hotel-modal__thumb {
  width: 56px !important;
  height: 56px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 2px solid transparent !important;
  border-radius: 14px !important;
  background: transparent !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

body.tour-page .hotel-modal__thumb.is-active {
  border-color: #1f2421 !important;
}

body.tour-page .hotel-modal__thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

body.tour-page .hotel-modal__image-stage {
  position: relative !important;
  min-height: 100% !important;
  overflow: hidden !important;
  border-radius: 18px !important;
  background: var(--travel-pine-8) !important;
}

body.tour-page .hotel-modal__image-stage > img {
  width: 100% !important;
  height: 100% !important;
  min-height: 520px !important;
  display: block !important;
  object-fit: cover !important;
}

body.tour-page .hotel-modal__dots {
  position: absolute !important;
  left: 50% !important;
  bottom: 18px !important;
  display: none !important;
  gap: 6px !important;
  transform: translateX(-50%) !important;
}

body.tour-page .hotel-modal__dots span {
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.72) !important;
}

body.tour-page .hotel-modal__dots span.is-active {
  background: #fff !important;
}

body.tour-page .hotel-modal__content {
  display: grid !important;
  align-content: start !important;
  gap: 22px !important;
  padding: 84px 58px 44px !important;
  overflow-y: auto !important;
  color: #222 !important;
  background: #fff !important;
}

body.tour-page .hotel-modal__eyebrow {
  margin: 0 !important;
  color: #6f766f !important;
  font-family: var(--font-sans, Inter, sans-serif) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}

body.tour-page .hotel-modal__content h2,
body.tour-page .hotel-modal__content #hotelModalTitle {
  margin: 0 !important;
  color: #242424 !important;
  font-family: var(--font-sans, Inter, sans-serif) !important;
  font-size: 32px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.08 !important;
}

body.tour-page .hotel-modal__subtitle,
body.tour-page .hotel-modal__content > p[data-hotel-modal-comfort] {
  margin: -12px 0 0 !important;
  color: #777 !important;
  font-family: var(--font-sans, Inter, sans-serif) !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
}

body.tour-page .hotel-modal__meta {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

body.tour-page .hotel-modal__meta span {
  min-height: 0 !important;
  padding: 6px 12px !important;
  border-radius: 999px !important;
  background: rgba(2, 43, 27, 0.07) !important;
  color: #222 !important;
  font-family: var(--font-sans, Inter, sans-serif) !important;
  font-size: 13px !important;
  font-weight: 760 !important;
}

body.tour-page .hotel-modal__meta span:first-child {
  color: var(--travel-green, #00c97b) !important;
  letter-spacing: 0.04em !important;
}

body.tour-page .hotel-modal__amenity-block,
body.tour-page .hotel-modal__description-block {
  display: grid !important;
  gap: 16px !important;
  padding-top: 22px !important;
  border-top: 1px solid rgba(2, 43, 27, 0.12) !important;
}

body.tour-page .hotel-modal__amenity-block h3,
body.tour-page .hotel-modal__description-block h3 {
  margin: 0 !important;
  color: #242424 !important;
  font-family: var(--font-sans, Inter, sans-serif) !important;
  font-size: 18px !important;
  font-weight: 780 !important;
  line-height: 1.25 !important;
}

body.tour-page .hotel-modal__amenities {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px 28px !important;
  margin: 0 !important;
}

body.tour-page .hotel-modal__amenities span {
  min-height: 0 !important;
  display: inline-grid !important;
  grid-template-columns: 24px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #242424 !important;
  font-family: var(--font-sans, Inter, sans-serif) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}

body.tour-page .hotel-modal__amenities .icon {
  width: 22px !important;
  height: 22px !important;
  color: #242424 !important;
  stroke-width: 1.8 !important;
}

body.tour-page .hotel-modal__more {
  justify-self: start !important;
  min-height: 38px !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: rgba(2, 43, 27, 0.06) !important;
  color: #242424 !important;
  font-family: var(--font-sans, Inter, sans-serif) !important;
  font-size: 14px !important;
  font-weight: 720 !important;
}

body.tour-page .hotel-modal__description-block p {
  margin: 0 !important;
  color: #333 !important;
  font-family: var(--font-sans, Inter, sans-serif) !important;
  font-size: 16px !important;
  line-height: 1.52 !important;
}

body.tour-page .hotel-modal__cta {
  justify-self: end !important;
  min-height: 52px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 28px !important;
  border-radius: 999px !important;
  background: var(--travel-green, #00c97b) !important;
  color: var(--travel-pine, #022b1b) !important;
  font-family: var(--font-sans, Inter, sans-serif) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  box-shadow: 0 16px 34px rgba(0, 201, 123, 0.2) !important;
}

@media (max-width: 767px) {
  body.tour-page .tour-detail-title-row h1,
  body.tour-page #tour-title {
    font-size: 24px !important;
    line-height: 1.12 !important;
  }

  body.tour-page .tour-detail-content .tour-section > h2,
  body.tour-page .tour-detail-content .tour-section-head h2 {
    font-size: 24px !important;
  }

  body.tour-page .hotel-modal {
    place-items: end stretch !important;
    padding: 0 !important;
    background: rgba(12, 18, 16, 0.48) !important;
  }

  body.tour-page .hotel-modal__dialog {
    width: 100% !important;
    max-height: 92dvh !important;
    grid-template-columns: 1fr !important;
    overflow-y: auto !important;
    border-radius: 28px 28px 0 0 !important;
    box-shadow: 0 -20px 60px rgba(0, 0, 0, 0.24) !important;
    overscroll-behavior: contain !important;
    touch-action: pan-y !important;
  }

  body.tour-page .hotel-modal__dialog::before {
    content: "" !important;
    position: absolute !important;
    top: 10px !important;
    left: 50% !important;
    z-index: 6 !important;
    width: 48px !important;
    height: 5px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.74) !important;
    transform: translateX(-50%) !important;
    pointer-events: none !important;
  }

  body.tour-page .hotel-modal__close {
    top: 18px !important;
    right: 18px !important;
    width: 44px !important;
    height: 44px !important;
    background: rgba(255, 255, 255, 0.86) !important;
    color: #1f2421 !important;
  }

  body.tour-page .hotel-modal__media {
    min-height: 0 !important;
    display: block !important;
    padding: 0 !important;
    background: #fff !important;
  }

  body.tour-page .hotel-modal__thumbs {
    display: none !important;
  }

  body.tour-page .hotel-modal__image-stage {
    min-height: 0 !important;
    border-radius: 28px 28px 0 0 !important;
  }

  body.tour-page .hotel-modal__image-stage > img {
    min-height: 0 !important;
    height: min(335px, 42dvh) !important;
    border-radius: 28px 28px 0 0 !important;
  }

  body.tour-page .hotel-modal__dots:not([hidden]) {
    display: flex !important;
  }

  body.tour-page .hotel-modal__content {
    gap: 20px !important;
    padding: 36px 28px calc(42px + env(safe-area-inset-bottom)) !important;
    overflow: visible !important;
  }

  body.tour-page .hotel-modal__eyebrow,
  body.tour-page .hotel-modal__subtitle,
  body.tour-page .hotel-modal__content > p[data-hotel-modal-comfort] {
    text-align: center !important;
  }

  body.tour-page .hotel-modal__content h2,
  body.tour-page .hotel-modal__content #hotelModalTitle {
    font-size: 28px !important;
    line-height: 1.12 !important;
    text-align: center !important;
  }

  body.tour-page .hotel-modal__meta {
    justify-content: center !important;
  }

  body.tour-page .hotel-modal__amenities {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  body.tour-page .hotel-modal__description-block p {
    font-size: 16px !important;
  }

  body.tour-page .hotel-modal__cta {
    position: sticky !important;
    bottom: max(18px, env(safe-area-inset-bottom)) !important;
    z-index: 7 !important;
    width: 100% !important;
    justify-self: stretch !important;
    margin-top: 2px !important;
    box-shadow: 0 18px 42px rgba(0, 201, 123, 0.28) !important;
  }
}

/* Tour share actions and compact mobile tour details. */
.tour-share-options .tour-share-option-icon svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tour-share-options .tour-share-option-icon svg circle {
  fill: currentColor;
  stroke: none;
}

.tour-share-options .tour-share-option-icon--wa {
  background: rgba(0, 122, 74, 0.12) !important;
  color: #007a4a !important;
}

.tour-share-options .tour-share-option-icon--tg {
  background: rgba(42, 171, 238, 0.14) !important;
  color: #1d8fc7 !important;
}

.tour-share-options .tour-share-option-icon--max {
  background: rgba(0, 91, 255, 0.12) !important;
  color: #005bff !important;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0;
}

body.tour-page .tour-important-info h2,
body.tour-page #important-info h2 {
  font-family: var(--font-serif, "Playfair Display", Georgia, serif) !important;
}

body.tour-page .tour-important-info .tour-important-grid > article h3 {
  margin: 0 !important;
  color: var(--travel-pine, #022b1b) !important;
  font-family: var(--font-sans, Inter, sans-serif) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.28 !important;
}

body.tour-page .tour-important-info .tour-important-grid > article p {
  margin: 8px 0 0 !important;
  color: rgba(2, 43, 27, 0.78) !important;
  font-family: var(--font-sans, Inter, sans-serif) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.42 !important;
}

body.tour-page .tour-important-more {
  justify-self: start !important;
  min-height: 32px !important;
  margin-top: 2px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--travel-pine, #022b1b) !important;
  font-family: var(--font-sans, Inter, sans-serif) !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
  cursor: pointer !important;
}

body.tour-page .tour-important-more:hover,
body.tour-page .tour-important-more:focus-visible {
  color: var(--travel-green, #00d37f) !important;
}

body.tour-page .tour-info-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 5000 !important;
  display: grid !important;
  place-items: center !important;
  padding: 24px !important;
  background: rgba(10, 13, 12, 0.42) !important;
  -webkit-backdrop-filter: blur(18px) saturate(0.9) !important;
  backdrop-filter: blur(18px) saturate(0.9) !important;
}

body.tour-page .tour-info-modal[hidden] {
  display: none !important;
}

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

body.tour-page .tour-info-modal__dialog {
  position: relative !important;
  width: min(560px, calc(100vw - 48px)) !important;
  max-height: min(620px, calc(100dvh - 48px)) !important;
  overflow-y: auto !important;
  padding: 36px !important;
  border-radius: 28px !important;
  background: #fff !important;
  color: var(--travel-pine, #022b1b) !important;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.2) !important;
}

body.tour-page .tour-info-modal__close {
  position: absolute !important;
  top: 18px !important;
  right: 18px !important;
  display: grid !important;
  place-items: center !important;
  width: 42px !important;
  height: 42px !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: var(--travel-pine-8) !important;
  color: var(--travel-pine, #022b1b) !important;
  cursor: pointer !important;
}

body.tour-page .tour-info-modal__close .icon {
  width: 20px !important;
  height: 20px !important;
}

body.tour-page .tour-info-modal__dialog > span {
  display: block !important;
  margin-bottom: 12px !important;
  color: var(--travel-muted, #6f7672) !important;
  font-family: var(--font-sans, Inter, sans-serif) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

body.tour-page .tour-info-modal__dialog h2 {
  margin: 0 !important;
  padding-right: 42px !important;
  color: var(--travel-pine, #022b1b) !important;
  font-family: var(--font-serif, "Playfair Display", Georgia, serif) !important;
  font-size: clamp(30px, 4vw, 44px) !important;
  line-height: 1.05 !important;
}

body.tour-page .tour-info-modal__dialog p {
  margin: 18px 0 0 !important;
  color: rgba(2, 43, 27, 0.78) !important;
  font-family: var(--font-sans, Inter, sans-serif) !important;
  font-size: 17px !important;
  line-height: 1.55 !important;
}

@media (max-width: 767px) {
  .create-trip-hero {
    height: 430px;
  }

  .create-trip-hero__content {
    padding-top: 112px;
    padding-bottom: 34px;
  }

  .create-trip-hero__content h1 {
    font-size: clamp(38px, 11vw, 48px);
  }

  .create-trip-layout {
    grid-template-columns: 1fr;
    padding-top: 26px !important;
  }

  .create-trip-summary {
    position: static;
    border-radius: 24px;
  }

  .create-trip-field-grid {
    grid-template-columns: 1fr;
  }

  .create-trip-form {
    border-radius: 24px !important;
  }

  body.tour-page .tour-facts article {
    min-height: auto !important;
    padding: 12px 10px !important;
    gap: 4px 10px !important;
  }

  body.tour-page .tour-important-info {
    padding-top: 28px !important;
  }

  body.tour-page .tour-important-info .tour-important-grid {
    display: grid !important;
    gap: 0 !important;
  }

  body.tour-page .tour-important-info .tour-important-grid > article {
    position: relative;
    display: grid !important;
    grid-template-columns: 30px minmax(0, 1fr) 18px;
    gap: 4px 16px;
    align-items: start;
    padding: 16px 0 !important;
    border-bottom: 1px solid rgba(2, 43, 27, 0.12);
    background: transparent !important;
    cursor: pointer;
  }

  body.tour-page .tour-important-info .tour-important-grid > article::after {
    content: "";
    position: relative;
    z-index: 1;
    grid-column: 3;
    grid-row: 1 / span 2;
    align-self: center;
    width: 9px;
    height: 9px;
    border-right: 1.8px solid rgba(2, 43, 27, 0.48);
    border-bottom: 1.8px solid rgba(2, 43, 27, 0.48);
    transform: rotate(-45deg);
  }

  body.tour-page .tour-important-info .tour-important-grid > article > .icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 26px !important;
    height: 26px !important;
    color: var(--travel-pine, #022b1b) !important;
  }

  body.tour-page .tour-important-info .tour-important-grid > article h3,
  body.tour-page .tour-important-info .tour-important-grid > article p {
    grid-column: 2;
  }

  body.tour-page .tour-important-info .tour-important-grid > article h3 {
    font-size: 16px !important;
  }

  body.tour-page .tour-important-info .tour-important-grid > article p {
    margin-top: 2px !important;
    padding-right: 2px;
    font-size: 14px !important;
    line-height: 1.36 !important;
  }

  body.tour-page .tour-important-info .tour-important-grid > article .tour-important-more {
    position: absolute !important;
    inset: 0 !important;
    z-index: 3 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: transparent !important;
    font-size: 0 !important;
    text-decoration: none !important;
    overflow: hidden !important;
  }

  body.tour-page .tour-important-info .tour-important-grid > article .tour-important-more:focus-visible {
    outline: 2px solid var(--travel-green, #00d37f) !important;
    outline-offset: -2px !important;
  }

  body.tour-page .tour-info-modal {
    align-items: end !important;
    padding: 0 !important;
  }

  body.tour-page .tour-info-modal__dialog {
    width: 100% !important;
    max-height: min(78dvh, 680px) !important;
    padding: 34px 24px calc(30px + env(safe-area-inset-bottom)) !important;
    border-radius: 28px 28px 0 0 !important;
  }

  body.tour-page .tour-info-modal__dialog h2 {
    font-size: 30px !important;
  }
}

@media (max-width: 767px) {
  body.tour-page .tour-custom-date-modal {
    place-items: end stretch !important;
    align-items: end !important;
    padding: 0 !important;
    background: rgba(10, 13, 12, 0.34) !important;
  }

  body.tour-page .tour-custom-date-dialog {
    box-sizing: border-box !important;
    width: 100% !important;
    max-height: min(88dvh, 760px) !important;
    display: grid !important;
    grid-template-rows: auto auto auto minmax(0, 1fr) auto !important;
    overflow: hidden !important;
    padding: 24px 22px 0 !important;
    border-radius: 28px 28px 0 0 !important;
  }

  body.tour-page .tour-custom-date-close {
    top: 18px !important;
    right: 18px !important;
    width: 52px !important;
    height: 52px !important;
  }

  body.tour-page .tour-custom-date-head {
    gap: 6px !important;
    padding-right: 68px !important;
  }

  body.tour-page .tour-custom-date-head strong {
    font-family: var(--font-sans, Inter, sans-serif) !important;
    font-size: 34px !important;
    line-height: 1.05 !important;
  }

  body.tour-page .tour-custom-date-head span {
    font-family: var(--font-sans, Inter, sans-serif) !important;
    font-size: 21px !important;
    line-height: 1.2 !important;
  }

  body.tour-page .tour-custom-date-fields {
    margin-top: 20px !important;
    border-radius: 16px !important;
  }

  body.tour-page .tour-custom-date-fields div {
    min-width: 0 !important;
    min-height: 58px !important;
    padding: 10px 12px !important;
  }

  body.tour-page .tour-custom-date-fields span {
    font-family: var(--font-sans, Inter, sans-serif) !important;
    font-size: 12px !important;
    line-height: 1.1 !important;
  }

  body.tour-page .tour-custom-date-fields strong {
    overflow: hidden !important;
    color: #24262a !important;
    font-family: var(--font-sans, Inter, sans-serif) !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body.tour-page .tour-custom-date-toolbar {
    position: static !important;
    z-index: 2 !important;
    height: 38px !important;
    margin: 16px 0 -42px !important;
    padding: 0 2px !important;
    pointer-events: none !important;
  }

  body.tour-page .tour-custom-date-toolbar button {
    width: 38px !important;
    height: 38px !important;
    background: transparent !important;
    color: var(--travel-pine, #022b1b) !important;
    pointer-events: auto !important;
  }

  body.tour-page .tour-custom-date-months {
    min-height: 0 !important;
    overflow-y: auto !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    margin-top: 0 !important;
    padding: 0 0 12px !important;
  }

  body.tour-page .tour-custom-date-month:nth-child(2) {
    display: none !important;
  }

  body.tour-page .tour-custom-date-month {
    gap: 12px !important;
    min-width: 0 !important;
  }

  body.tour-page .tour-custom-date-month h3 {
    margin: 0 !important;
    color: #24262a !important;
    font-family: var(--font-sans, Inter, sans-serif) !important;
    font-size: 22px !important;
    font-weight: 850 !important;
    line-height: 38px !important;
    text-align: center !important;
    text-transform: capitalize !important;
  }

  body.tour-page .tour-custom-date-weekdays {
    margin-top: 2px !important;
  }

  body.tour-page .tour-custom-date-weekdays span {
    min-height: 28px !important;
    color: rgba(36, 38, 42, 0.62) !important;
    font-family: var(--font-sans, Inter, sans-serif) !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
  }

  body.tour-page .tour-custom-date-grid {
    gap: 2px 0 !important;
  }

  body.tour-page .tour-custom-date-day {
    min-width: 0 !important;
    min-height: 38px !important;
    aspect-ratio: auto !important;
    color: #24262a !important;
    font-family: var(--font-sans, Inter, sans-serif) !important;
    font-size: 16px !important;
    font-weight: 780 !important;
    line-height: 1 !important;
  }

  body.tour-page .tour-custom-date-day.is-in-range {
    border-radius: 0 !important;
    background: var(--travel-pine-8) !important;
  }

  body.tour-page .tour-custom-date-day.is-start,
  body.tour-page .tour-custom-date-day.is-end {
    background: var(--travel-pine, #022b1b) !important;
    color: #fff !important;
  }

  body.tour-page .tour-custom-date-dialog footer {
    position: sticky !important;
    bottom: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    gap: 10px !important;
    margin: 0 -22px !important;
    padding: 12px 22px calc(14px + env(safe-area-inset-bottom)) !important;
    background: #fff !important;
    box-shadow: 0 -14px 30px rgba(2, 43, 27, 0.08) !important;
  }

  body.tour-page .tour-custom-date-dialog footer button {
    min-height: 48px !important;
    font-family: var(--font-sans, Inter, sans-serif) !important;
    font-size: 16px !important;
    font-weight: 850 !important;
  }

  body.tour-page .tour-custom-date-dialog footer button:last-child {
    min-width: 112px !important;
    border-radius: 16px !important;
  }
}
