.hotel-price-tech-wrap {
  overflow-x: auto;
  border: 1px solid #aeb8b5;
  background: #fff;
  box-shadow: 0 14px 35px rgba(7, 16, 20, .05);
}

.hotel-price-tech-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
}

.hotel-price-tech-table th,
.hotel-price-tech-table td {
  padding: 18px 17px;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid #d6ddda;
  border-bottom: 1px solid #d6ddda;
  line-height: 1.45;
}

.hotel-price-tech-table th:last-child,
.hotel-price-tech-table td:last-child {
  border-right: 0;
}

.hotel-price-tech-table thead th {
  background: #0a151a;
  color: #a8ff00;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hotel-price-tech-table tbody th {
  background: #e7ebe7;
  color: #0a151a;
  font-size: 15px;
}

.hotel-price-tech-table td {
  color: #344147;
  font-size: 14px;
}

.hotel-price-tech-table strong {
  display: block;
  color: #071014;
  font-size: 17px;
}

.hotel-price-source {
  margin: 20px 0 0;
  color: #526168;
  font-size: 13px;
  line-height: 1.65;
}

.hotel-price-source a {
  color: #071014;
  font-weight: 900;
}

.hotel-price-power {
  background: #f4f6f3;
}

.hotel-price-power-table {
  min-width: 840px;
}

.hotel-price-power-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 18px;
  background: #435157;
}

.hotel-price-power-summary article {
  padding: 28px 30px;
  background: #101e24;
}

.hotel-price-power-summary span {
  color: #a8ff00;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
}

.hotel-price-power-summary h3 {
  margin: 13px 0 9px;
  color: #fff;
  font-size: clamp(22px, 2.4vw, 31px);
  letter-spacing: -.025em;
}

.hotel-price-power-summary p {
  margin: 0;
  color: #c8d1d3;
  line-height: 1.62;
}

.hotel-price-visuals {
  background: #e6ebe7;
}

.hotel-price-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hotel-price-gallery figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #071014;
  box-shadow: 0 16px 40px rgba(7, 16, 20, .12);
}

.hotel-price-gallery__feature {
  grid-column: 1 / -1;
}

.hotel-price-gallery a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
}

.hotel-price-gallery img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
  transition: transform .35s ease;
}

.hotel-price-gallery__feature img {
  height: min(610px, 52vw);
  min-height: 420px;
  object-position: center;
}

.hotel-price-gallery figure:nth-child(3) img {
  object-position: center 58%;
}

.hotel-price-gallery a:hover img,
.hotel-price-gallery a:focus-visible img {
  transform: scale(1.018);
}

.hotel-price-gallery figcaption {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  gap: 7px;
  padding: 58px 24px 24px;
  background: linear-gradient(0deg, rgba(3, 9, 12, .96), rgba(3, 9, 12, .72) 58%, transparent);
}

.hotel-price-gallery figcaption span {
  color: #a8ff00;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .14em;
}

.hotel-price-gallery figcaption strong {
  font-size: clamp(20px, 2.2vw, 31px);
  line-height: 1.08;
  letter-spacing: -.025em;
}

.hotel-price-gallery figcaption small {
  color: #d4dddf;
  font-size: 13px;
  line-height: 1.45;
}

.hotel-price-stakeholders {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #435157;
}

.hotel-price-stakeholders article {
  padding: 30px;
  background: #101e24;
}

.hotel-price-stakeholders span {
  color: #a8ff00;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
}

.hotel-price-stakeholders h3 {
  margin: 16px 0 10px;
  color: #fff;
  font-size: 23px;
}

.hotel-price-stakeholders p {
  margin: 0;
  color: #c8d1d3;
  line-height: 1.62;
}

.hotel-price-access-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 14px;
}

.hotel-price-access-card {
  padding: 34px;
  background: #fff;
  border: 1px solid #c8d0cc;
}

.hotel-price-access-card--accent {
  background: #a8ff00;
  border-color: #a8ff00;
}

.hotel-price-access-card h3 {
  margin: 0 0 14px;
  font-size: clamp(26px, 3vw, 38px);
  letter-spacing: -.035em;
}

.hotel-price-access-card p {
  color: #435157;
  line-height: 1.68;
}

.hotel-price-access-card--accent p {
  color: #1d2a2e;
}

.hotel-price-checklist {
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
  border-top: 1px solid #c8d0cc;
}

.hotel-price-checklist li {
  padding: 12px 0;
  border-bottom: 1px solid #c8d0cc;
  line-height: 1.5;
}

.hotel-price-catalog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.hotel-price-catalog article {
  padding: 30px;
  background: #fff;
  border: 1px solid #c8d0cc;
}

.hotel-price-catalog span {
  color: #657400;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
}

.hotel-price-catalog h3 {
  margin: 14px 0 9px;
  font-size: 24px;
}

.hotel-price-catalog p {
  margin: 0;
  color: #435157;
  line-height: 1.62;
}

.hotel-price-catalog a {
  display: inline-block;
  margin-top: 17px;
  color: #071014;
  font-weight: 900;
}

.hotel-price-pricing-slots {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: #435157;
}

.hotel-price-pricing-slots article {
  padding: 30px;
  background: #101e24;
}

.hotel-price-pricing-slots h3 {
  margin: 0 0 9px;
  color: #fff;
  font-size: 23px;
}

.hotel-price-pricing-slots p {
  margin: 0;
  color: #c8d1d3;
  line-height: 1.62;
}

.hotel-price-pricing-slots strong {
  color: #a8ff00;
}

.hotel-price-market-prices article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hotel-price-market-prices span {
  color: #a8ff00;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
}

.hotel-price-market-prices h3 {
  margin-top: 13px;
}

.hotel-price-market-prices a {
  display: inline-block;
  margin-top: 16px;
  color: #fff;
  font-weight: 900;
}

.hotel-price-market-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  margin-top: auto;
}

.hotel-price-market-links a {
  margin-top: 16px;
}

@media (max-width: 1000px) {
  .hotel-price-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .hotel-price-gallery__feature {
    grid-column: 1 / -1;
  }

  .hotel-price-gallery figure:last-child {
    grid-column: 1 / -1;
  }

  .hotel-price-stakeholders {
    grid-template-columns: 1fr 1fr;
  }

  .hotel-price-catalog {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .hotel-price-gallery {
    grid-template-columns: 1fr;
  }

  .hotel-price-gallery__feature,
  .hotel-price-gallery figure:last-child {
    grid-column: auto;
  }

  .hotel-price-gallery img,
  .hotel-price-gallery__feature img {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .hotel-price-gallery__feature img {
    aspect-ratio: 16 / 10;
  }

  .hotel-price-gallery figcaption {
    padding: 50px 18px 18px;
  }

  .hotel-price-stakeholders,
  .hotel-price-catalog,
  .hotel-price-pricing-slots,
  .hotel-price-power-summary,
  .hotel-price-access-grid {
    grid-template-columns: 1fr;
  }

  .hotel-price-tech-table th,
  .hotel-price-tech-table td {
    padding: 14px 12px;
  }

  .hotel-price-access-card {
    padding: 26px;
  }
}
