.hotels-hero-section {
  position: relative;
  z-index: 1;
}

.hotels-hero-media {
  position: relative;
  min-height: 640px;
  background-color: #2d1b10;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hotels-hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.18) 100%);
}

.hotels-hero-shell {
  position: relative;
  z-index: 1;
  max-width: 1700px;
  margin: 0 auto;
  padding: calc(var(--hotels-header-offset, 110px) + 52px) 0 96px;
}

.hotels-hero-title {
  max-width: 1080px;
  margin: 0 auto 34px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.3rem, 4.2vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.06;
  text-align: center;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.hotels-hero-search-panel {
  max-width: 1580px;
  margin: 0 auto;
  padding: 24px;
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 0 30px 60px rgba(12, 22, 56, 0.18);
}

.hotels-hero-search-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1.15fr) minmax(0, 1.05fr) auto;
  gap: 14px;
  align-items: stretch;
}

.hotels-hero-search-grid--rooms {
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 1.1fr) minmax(180px, 0.9fr) auto;
}

.hotels-hero-field {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 78px;
  margin: 0;
  padding: 14px 18px;
  border: 1px solid #b7bfd3;
  border-radius: 18px;
  background: #ffffff;
}

.hotels-hero-field--compact .hotels-hero-field-icon {
  font-size: 1.45rem;
}

.hotels-hero-field-icon {
  flex: 0 0 auto;
  color: #265413;
  font-size: 1.8rem;
}

.hotels-hero-field-copy {
  position: relative;
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 4px;
}

.hotels-hero-field-copy strong {
  color: #265413;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
}

.hotels-hero-field input,
.hotels-hero-field select {
  width: 100%;
  min-width: 0;
  height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #265413 !important;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.35;
  outline: none;
  box-shadow: none;
}

.hotels-hero-field input::placeholder {
  color: #647089;
  opacity: 1;
}

.hotels-hero-field input[readonly] {
  cursor: pointer;
}

.hotels-hero-field select {
  appearance: none;
  cursor: pointer;
}

.hotels-hero-submit {
  min-width: 176px;
  padding: 0 36px;
  border: 0;
  border-radius: 999px;
  background: #265413;
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 700;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.hotels-hero-submit:hover,
.hotels-hero-submit:focus {
  background: #265413;
  transform: translateY(-1px);
}

.hotels-hero-business-row {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  color: #265413;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
}

.hotels-hero-business-row input {
  width: 24px;
  height: 24px;
  margin: 0;
  accent-color: #265413;
}

.hotels-hero-business-row i {
  color: #265413;
  font-size: 1.08rem;
}

.hotels-promo-section {
  padding: 34px 0 14px;
}

.hotels-room-deals-section {
  padding: 30px 0 6px;
}

.hotels-value-strip-section {
  padding: 18px 0 8px;
}

.hotels-value-strip-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 0.88fr) minmax(0, 0.82fr);
  border-radius: 30px;
  overflow: hidden;
  background: var(--hotels-value-strip-secondary);
  box-shadow: 0 24px 52px rgba(12, 22, 56, 0.12);
}

.hotels-value-strip-panel {
  position: relative;
  min-width: 0;
  min-height: 360px;
  padding: 38px 34px;
  color: #ffffff;
}

.hotels-value-strip-panel + .hotels-value-strip-panel {
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.hotels-value-strip-panel--lead {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
  background: linear-gradient(135deg, var(--hotels-value-strip-primary), var(--hotels-value-strip-primary));
}

.hotels-value-strip-panel--middle,
.hotels-value-strip-panel--side {
  display: flex;
  align-items: center;
  background: var(--hotels-value-strip-secondary);
}

.hotels-value-strip-copy {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.hotels-value-strip-copy h2,
.hotels-value-strip-copy h3 {
  margin: 0 0 18px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.98;
}

.hotels-value-strip-copy h2 {
  max-width: 540px;
  font-size: clamp(2.2rem, 4vw, 1rem);
}

.hotels-value-strip-copy h3 {
  max-width: 320px;
  font-size: clamp(2rem, 3.2vw, 1rem);
}

.hotels-value-strip-copy p {
  max-width: 360px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.34;
}

.hotels-value-strip-copy a {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.hotels-value-strip-figure {
  position: absolute;
  right: 22px;
  bottom: 0;
  width: min(34%, 260px);
  height: min(88%, 330px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
}

.hotels-value-strip-figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.16));
}

.hotels-product-match-section {
  padding: 18px 0 4px;
}

.hotels-product-match-head {
  margin-bottom: 22px;
}

.hotels-product-match-head h2 {
  margin: 0 0 8px;
  color: var(--hotels-product-match-secondary);
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.hotels-product-match-head p {
  margin: 0;
  color: #2f3c61;
  font-size: 1.05rem;
  line-height: 1.5;
}

.hotels-product-match-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(18, 32, 93, 0.14);
}

.hotels-product-match-tabs button {
  position: relative;
  padding: 0 0 8px;
  border: 0;
  background: transparent;
  color: #1f2b4f;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

.hotels-product-match-tabs button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17px;
  height: 3px;
  border-radius: 999px;
  background: transparent;
  transition: background-color 0.2s ease;
}

.hotels-product-match-tabs button.is-active {
  color: var(--hotels-product-match-secondary);
}

.hotels-product-match-tabs button.is-active::after {
  background: var(--hotels-product-match-secondary);
}

.hotels-product-match-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px 18px;
}

.hotels-product-match-card {
  min-width: 0;
}

.hotels-product-match-card.is-hidden {
  display: none;
}

.hotels-product-match-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  margin-top: 18px;
  padding: 24px;
  border: 1px dashed rgba(18, 32, 93, 0.18);
  border-radius: 24px;
  background: #f8fafc;
  color: var(--hotels-product-match-secondary);
  font-size: 1.06rem;
  font-weight: 700;
  text-align: center;
}

.hotels-product-match-media {
  position: relative;
  display: block;
  aspect-ratio: 1.08 / 0.82;
  overflow: hidden;
  border-radius: 24px;
  background: #dde5f3;
}

.hotels-product-match-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.hotels-product-match-card:hover .hotels-product-match-media img {
  transform: scale(1.03);
}

.hotels-product-match-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 10px;
  background: rgba(14, 22, 53, 0.92);
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1;
}

.hotels-product-match-body {
  padding-top: 14px;
}

.hotels-product-match-body h3 {
  margin: 0 0 5px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
}

.hotels-product-match-body h3 a {
  color: #17204f;
  text-decoration: none;
}

.hotels-product-match-location {
  margin: 0 0 10px;
  color: #324163;
  font-size: 0.98rem;
  line-height: 1.35;
}

.hotels-product-match-body strong {
  display: block;
  color: var(--hotels-product-match-secondary);
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.2;
}

.hotels-product-match-body small {
  display: block;
  margin-top: 2px;
  color: #324163;
  font-size: 0.93rem;
  line-height: 1.3;
}

.hotels-last-minute-section {
  padding: 18px 0 10px;
  margin-top: 34px;
  margin-bottom: 34px;
}

.hotels-prefooter-banner-section {
  padding: 8px 0 26px;
}

.hotels-last-minute-banner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  max-width: 1160px;
  margin: 0 auto 22px;
  overflow: hidden;
  border: 1px solid rgba(18, 32, 93, 0.12);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(12, 22, 56, 0.05);
  text-decoration: none;
}

.hotels-last-minute-banner-media {
  position: relative;
  min-height: 170px;
  background: #dfe6f3;
}

.hotels-last-minute-banner-media img,
.hotels-last-minute-banner-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 170px;
  object-fit: cover;
}

.hotels-last-minute-banner-placeholder {
  background: linear-gradient(135deg, var(--hotels-last-minute-primary), var(--hotels-last-minute-secondary));
}

.hotels-last-minute-banner-chip {
  position: absolute;
  left: 16px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  max-width: calc(100% - 32px);
  padding: 6px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--hotels-last-minute-secondary);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hotels-last-minute-banner-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 22px;
}

.hotels-last-minute-banner-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 8px;
  color: var(--hotels-last-minute-primary);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.2;
}

.hotels-last-minute-banner-copy h2 {
  margin: 0 0 10px;
  color: var(--hotels-last-minute-secondary);
  font-size: clamp(1.35rem, 2.3vw, 1.95rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.hotels-last-minute-banner-copy p {
  margin: 0;
  color: #2f3c61;
  font-size: 0.95rem;
  line-height: 1.45;
}

.hotels-last-minute-banner--prefooter {
  margin-bottom: 0;
}

.hotels-last-minute-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px 24px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.hotels-last-minute-copy h2 {
  margin: 0 0 8px;
  color: var(--hotels-last-minute-secondary);
  font-size: clamp(1.85rem, 3vw, 2.75rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.03em;
  margin-top: 60px;
}

.hotels-last-minute-copy p {
  margin: 0;
  color: #324163;
  font-size: 1rem;
  line-height: 1.5;
}

.hotels-last-minute-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  min-height: 54px;
  padding: 12px 22px;
  border: 1px solid rgba(18, 32, 93, 0.22);
  border-radius: 999px;
  background: #ffffff;
  color: var(--hotels-last-minute-secondary);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.hotels-last-minute-cta:hover,
.hotels-last-minute-cta:focus {
  border-color: var(--hotels-last-minute-primary);
  color: var(--hotels-last-minute-secondary);
  transform: translateY(-1px);
}

.hotels-last-minute-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px 18px;
}

.hotels-last-minute-card {
  min-width: 0;
}

.hotels-last-minute-media {
  position: relative;
  display: block;
  aspect-ratio: 1.04 / 0.82;
  overflow: hidden;
  border-radius: 24px;
  background: #dee6f5;
}

.hotels-last-minute-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.hotels-last-minute-card:hover .hotels-last-minute-media img {
  transform: scale(1.03);
}

.hotels-last-minute-favorite {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #ffffff;
  color: #ff4b6e;
  font-size: 1.08rem;
  box-shadow: 0 10px 24px rgba(12, 22, 56, 0.14);
}

.hotels-last-minute-body {
  padding-top: 14px;
}

.hotels-last-minute-body h3 {
  margin: 0 0 5px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.25;
}

.hotels-last-minute-body h3 a {
  color: #17204f;
  text-decoration: none;
}

.hotels-last-minute-location {
  margin: 0 0 10px;
  color: #52607c;
  font-size: 0.95rem;
  line-height: 1.4;
}

.hotels-last-minute-rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.hotels-last-minute-rating span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 8px;
  background: var(--hotels-last-minute-primary);
  color: #ffffff;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1;
}

.hotels-last-minute-rating p {
  margin: 0;
  color: #17204f;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
}

.hotels-last-minute-rating p small {
  color: #52607c;
  font-size: 0.9rem;
  font-weight: 500;
}

.hotels-last-minute-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.hotels-last-minute-price strong {
  color: var(--hotels-last-minute-secondary);
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.2;
}

.hotels-last-minute-price small {
  color: #6b7894;
  font-size: 0.93rem;
  font-weight: 600;
  line-height: 1.3;
}

.hotels-last-minute-note {
  margin: 8px 0 0;
  color: #324163;
  font-size: 0.92rem;
  line-height: 1.4;
}

.hotels-room-deals-shell {
  padding: 44px 28px 44px;
  border-radius: 28px;
  margin-top: 70px;
  margin-bottom: 40px;
  background: #0F172B;
  box-shadow: 0 28px 58px rgba(9, 17, 48, 0.14);
}

.hotels-room-deals-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.hotels-room-deals-copy {
  max-width: 760px;
}

.hotels-room-deals-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 10px;
  background: #265413;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1;
}

.hotels-room-deals-copy h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.95rem, 3.4vw, 2.6rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.hotels-room-deals-copy p,
.hotels-room-deals-copy small {
  display: block;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  line-height: 1.55;
}

.hotels-room-deals-copy small {
  margin-top: 8px;
}

.hotels-room-deals-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 184px;
  min-height: 52px;
  padding: 12px 24px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--hotels-room-deals-secondary);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.hotels-room-deals-cta:hover,
.hotels-room-deals-cta:focus {
  color: var(--hotels-room-deals-secondary);
  opacity: 0.95;
  transform: translateY(-1px);
}

.hotels-room-deals-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.hotels-room-deal-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
}

.hotels-room-deal-media {
  position: relative;
  display: block;
  aspect-ratio: 1.1 / 0.9;
  overflow: hidden;
  background: #d7deed;
}

.hotels-room-deal-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.hotels-room-deal-card:hover .hotels-room-deal-media img {
  transform: scale(1.04);
}

.hotels-room-deal-chip,
.hotels-room-deal-icon {
  position: absolute;
  top: 14px;
  z-index: 1;
}

.hotels-room-deal-chip {
  left: 14px;
  padding: 7px 11px;
  border-radius: 10px;
  background: rgba(20, 28, 74, 0.9);
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1;
}

.hotels-room-deal-icon {
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--hotels-room-deals-primary);
  font-size: 1.08rem;
  box-shadow: 0 10px 24px rgba(12, 22, 56, 0.18);
}

.hotels-room-deal-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 18px 18px 20px;
}

.hotels-room-deal-body h3 {
  margin: 0 0 6px;
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1.26;
}

.hotels-room-deal-body h3 a {
  color: #141d4f;
  text-decoration: none;
}

.hotels-room-deal-location {
  margin: 0 0 14px;
  color: #52607c;
  font-size: 0.98rem;
  line-height: 1.4;
}

.hotels-room-deal-rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.hotels-room-deal-rating span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 8px;
  background: var(--hotels-room-deals-primary);
  color: #ffffff;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1;
}

.hotels-room-deal-rating p {
  margin: 0;
  color: #17204f;
  font-size: 0.97rem;
  font-weight: 600;
  line-height: 1.4;
}

.hotels-room-deal-rating p small {
  color: #52607c;
  font-weight: 500;
}

.hotels-room-deal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.hotels-room-deal-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #edf2fb;
  color: #26304f;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1;
}

.hotels-room-deal-price {
  margin-top: auto;
}

.hotels-room-deal-price small {
  display: block;
  margin-bottom: 2px;
  color: #52607c;
  font-size: 0.9rem;
  line-height: 1.4;
}

.hotels-room-deal-price strong {
  color: #152055;
  font-size: 1.42rem;
  font-weight: 800;
  line-height: 1.2;
}

.hotels-room-deal-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 16px;
  padding: 10px 18px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.05);
  color: var(--hotels-room-deals-secondary);
  font-size: 0.96rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.hotels-room-deal-link:hover,
.hotels-room-deal-link:focus {
  background: var(--hotels-room-deals-primary);
  color: #ffffff;
}

.hotels-promo-card {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(300px, 0.94fr);
  gap: 22px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px 26px;
  background: #f7f3eb;
  border-radius: 24px;
}

.hotels-promo-copy h2 {
  margin: 0 0 16px;
  color: #10164f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.85rem, 3vw, 2.6rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.hotels-promo-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 10px;
  background: var(--hotels-promo-primary);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.hotels-promo-meta {
  margin: 0 0 10px;
  color: var(--hotels-promo-secondary);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.4;
}

.hotels-promo-text {
  max-width: 640px;
  margin: 0 0 22px;
  color: #1d2758;
  font-size: 0.98rem;
  line-height: 1.5;
}

.hotels-promo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 12px 28px;
  border-radius: 999px;
  background: var(--hotels-promo-secondary);
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.hotels-promo-button:hover,
.hotels-promo-button:focus {
  color: #ffffff;
  opacity: 0.92;
  transform: translateY(-1px);
}

.hotels-promo-media {
  min-height: 230px;
  border-radius: 22px;
  overflow: hidden;
  background: #ddd7ca;
}

.hotels-promo-media img,
.hotels-promo-media-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
}

.hotels-promo-media-placeholder {
  background: linear-gradient(135deg, var(--hotels-promo-primary), var(--hotels-promo-secondary));
}

.daterangepicker {
  z-index: 5000 !important;
}

@media (max-width: 1399.98px) {
  .hotels-hero-media {
    min-height: 600px;
  }

  .hotels-hero-search-grid,
  .hotels-hero-search-grid--rooms {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hotels-hero-submit {
    min-height: 74px;
  }

  .hotels-room-deals-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hotels-product-match-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hotels-last-minute-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hotels-value-strip-shell {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  }

  .hotels-value-strip-panel--side {
    grid-column: 1 / -1;
    min-height: 0;
  }

  .hotels-promo-media {
    min-height: 320px;
  }

  .hotels-promo-media img,
  .hotels-promo-media-placeholder {
    min-height: 320px;
  }
}

@media (max-width: 991.98px) {
  .hotels-hero-media {
    min-height: 0;
  }

  .hotels-hero-shell {
    padding: calc(var(--hotels-header-offset, 88px) + 34px) 0 76px;
  }

  .hotels-hero-search-panel {
    padding: 20px 18px;
    border-radius: 24px;
  }

  .hotels-room-deals-shell {
    padding: 26px 20px 22px;
    border-radius: 24px;
  }

  .hotels-last-minute-banner {
    grid-template-columns: 1fr;
  }

  .hotels-last-minute-banner-copy {
    padding: 22px 22px 24px;
  }

  .hotels-last-minute-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .hotels-last-minute-cta {
    min-width: 0;
  }

  .hotels-promo-card {
    grid-template-columns: 1fr;
  }

  .hotels-product-match-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hotels-value-strip-shell {
    grid-template-columns: 1fr;
  }

  .hotels-value-strip-panel {
    min-height: 0;
    padding: 28px 24px;
  }

  .hotels-value-strip-panel + .hotels-value-strip-panel {
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    border-left: 0;
  }

  .hotels-value-strip-panel--lead {
    min-height: 320px;
  }

  .hotels-room-deals-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .hotels-hero-search-grid {
    grid-template-columns: 1fr;
  }

  .hotels-hero-search-grid--rooms {
    grid-template-columns: 1fr;
  }

  .hotels-hero-submit {
    min-height: 68px;
  }

  .hotels-promo-card {
    padding: 26px 24px;
    border-radius: 24px;
  }
}

@media (max-width: 767.98px) {
  .hotels-hero-shell {
    padding: calc(var(--hotels-header-offset, 74px) + 20px) 0 62px;
  }

  .hotels-hero-title {
    margin-bottom: 26px;
    font-size: clamp(2rem, 9vw, 3rem);
    line-height: 1.08;
  }

  .hotels-hero-search-panel {
    padding: 16px 14px;
    border-radius: 20px;
  }

  .hotels-room-deals-section {
    padding-top: 24px;
  }

  .hotels-product-match-section {
    padding: 12px 0 8px;
  }

  .hotels-product-match-head h2 {
    font-size: clamp(1.9rem, 8vw, 3rem);
  }

  .hotels-product-match-head p {
    font-size: 0.97rem;
  }

  .hotels-product-match-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hotels-product-match-empty {
    min-height: 96px;
    margin-top: 16px;
    border-radius: 20px;
    font-size: 0.98rem;
  }

  .hotels-last-minute-section {
    padding: 18px 0 10px;
  }

  .hotels-prefooter-banner-section {
    padding: 6px 0 20px;
  }

  .hotels-last-minute-banner {
    margin-bottom: 18px;
    border-radius: 20px;
  }

  .hotels-last-minute-banner-media,
  .hotels-last-minute-banner-media img,
  .hotels-last-minute-banner-placeholder {
    min-height: 155px;
  }

  .hotels-last-minute-banner-copy {
    padding: 16px 16px 18px;
  }

  .hotels-last-minute-banner-copy h2 {
    font-size: clamp(1.2rem, 6vw, 1.6rem);
  }

  .hotels-last-minute-banner-copy p {
    font-size: 0.92rem;
    line-height: 1.4;
  }

  .hotels-last-minute-copy h2 {
    font-size: clamp(1.85rem, 8vw, 2.9rem);
  }

  .hotels-last-minute-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hotels-last-minute-media {
    border-radius: 20px;
  }

  .hotels-product-match-media {
    border-radius: 20px;
  }

  .hotels-product-match-tabs {
    gap: 12px 14px;
  }

  .hotels-product-match-tabs button::after {
    bottom: -13px;
  }

  .hotels-value-strip-section {
    padding: 14px 0 8px;
  }

  .hotels-value-strip-shell {
    border-radius: 22px;
  }

  .hotels-value-strip-panel {
    padding: 22px 18px;
  }

  .hotels-value-strip-panel--lead {
    min-height: 280px;
    align-items: flex-start;
  }

  .hotels-value-strip-copy h2 {
    max-width: 320px;
    font-size: clamp(1.95rem, 8vw, 3rem);
  }

  .hotels-value-strip-copy h3 {
    max-width: 260px;
    font-size: clamp(1.8rem, 7vw, 2.6rem);
  }

  .hotels-value-strip-copy p {
    max-width: 100%;
    font-size: 0.97rem;
    line-height: 1.42;
  }

  .hotels-value-strip-figure {
    right: 12px;
    width: min(38%, 130px);
    height: min(82%, 180px);
  }

  .hotels-room-deals-shell {
    padding: 22px 16px 18px;
    border-radius: 20px;
  }

  .hotels-room-deals-grid {
    grid-template-columns: 1fr;
  }

  .hotels-room-deal-body {
    padding: 16px 15px 18px;
  }

  .hotels-hero-field {
    min-height: 68px;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 16px;
  }

  .hotels-hero-field-icon {
    font-size: 1.48rem;
  }

  .hotels-hero-field-copy strong {
    font-size: 0.98rem;
  }

  .hotels-hero-field input,
  .hotels-hero-field select {
    font-size: 0.96rem;
  }

  .hotels-hero-submit {
    width: 100%;
  }

  .hotels-hero-business-row {
    align-items: flex-start;
    font-size: 0.95rem;
    line-height: 1.35;
  }

  .hotels-promo-section {
    padding-top: 18px;
  }

  .hotels-promo-card {
    gap: 20px;
    padding: 18px 18px;
    border-radius: 20px;
  }

  .hotels-promo-copy h2 {
    font-size: clamp(1.55rem, 7vw, 2.2rem);
  }

  .hotels-promo-media {
    min-height: 180px;
    border-radius: 18px;
  }

  .hotels-promo-media img,
  .hotels-promo-media-placeholder {
    min-height: 180px;
  }
}
