/* Mezivo For Hotels — converted from oteller-hero.tsx Tailwind classes + globals.css tokens */

.hotels-hero {
  --hotels-bg: oklch(0.985 0 0);
  --hotels-fg: oklch(0.2 0.02 280);
  --hotels-primary: oklch(0.5 0.2 280);
  --hotels-secondary: oklch(0.96 0.01 280);
  --hotels-muted: oklch(0.5 0.01 280);
  --hotels-accent: oklch(0.65 0.15 180);
  --hotels-card: oklch(1 0 0);
  --hotels-border: oklch(0.922 0 0);

  position: relative;
  overflow: hidden;
  background: linear-gradient(
    to bottom,
    color-mix(in oklch, var(--hotels-secondary) 40%, transparent),
    var(--hotels-bg),
    var(--hotels-bg)
  );
  padding: 2.5rem 0 3.5rem;
}

@media (min-width: 768px) {
  .hotels-hero {
    padding: 4rem 0 6rem;
  }
}

.hotels-hero__glow {
  position: absolute;
  border-radius: 9999px;
  filter: blur(64px);
  pointer-events: none;
}

.hotels-hero__glow--primary {
  top: -10rem;
  right: -8rem;
  width: 420px;
  height: 420px;
  background: color-mix(in oklch, var(--hotels-primary) 15%, transparent);
}

.hotels-hero__glow--accent {
  bottom: -10rem;
  left: -5rem;
  width: 360px;
  height: 360px;
  background: color-mix(in oklch, var(--hotels-accent) 15%, transparent);
}

.hotels-hero__container {
  position: relative;
  z-index: 1;
}

.hotels-hero__grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

.hotels-hero__copy {
  text-align: center;
}

.hotels-hero__visual {
  position: relative;
}

@media (min-width: 992px) {
  .hotels-hero__grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 3rem;
  }

  .hotels-hero__copy {
    grid-column: span 7;
    text-align: left;
  }

  .hotels-hero__visual {
    grid-column: span 5;
  }
}

.hotels-hero__title {
  margin: 0 0 1.25rem;
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--hotels-fg);
  text-wrap: balance;
}

@media (min-width: 640px) {
  .hotels-hero__title {
    font-size: 2.25rem;
  }
}

@media (min-width: 992px) {
  .hotels-hero__title {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  .hotels-hero__title {
    font-size: 3.75rem;
  }
}

.hotels-hero__title-highlight {
  color: var(--hotels-primary);
}

.hotels-hero__description {
  margin: 0 auto 2rem;
  max-width: 42rem;
  font-size: 1rem;
  line-height: 1.625;
  color: var(--hotels-muted);
  text-wrap: pretty;
}

@media (min-width: 768px) {
  .hotels-hero__description {
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  .hotels-hero__description {
    margin-left: 0;
    margin-right: 0;
  }
}

.hotels-hero__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

@media (min-width: 992px) {
  .hotels-hero__cta {
    align-items: flex-start;
  }
}

.hotels-hero__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 3.25rem;
  padding: 0 2rem;
  border-radius: 0.625rem;
  background: var(--hotels-primary);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease;
}

.hotels-hero__cta-btn:hover,
.hotels-hero__cta-btn:focus {
  background: color-mix(in oklch, var(--hotels-primary) 90%, black);
  color: #fff;
  text-decoration: none;
}

.hotels-hero__cta-btn i {
  font-size: 0.875rem;
}

.hotels-hero__cta-note {
  margin: 0;
  font-size: 0.875rem;
  color: var(--hotels-muted);
}

/* Phone mockup — iPhone 17 proportions (~393×852) */
.hotels-phone {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 320px;
}

@media (min-width: 640px) {
  .hotels-phone {
    max-width: 360px;
  }
}

@media (min-width: 992px) {
  .hotels-phone {
    max-width: 380px;
  }
}

.hotels-phone__frame {
  position: relative;
  background: var(--hotels-fg);
  border-radius: 3rem;
  padding: 0.7rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.hotels-phone__notch {
  position: absolute;
  top: 0.85rem;
  left: 50%;
  transform: translateX(-50%);
  width: 6.5rem;
  height: 1.55rem;
  background: var(--hotels-fg);
  border-radius: 999px;
  z-index: 10;
}

.hotels-phone__screen {
  background: var(--hotels-bg);
  border-radius: 2.4rem;
  overflow: hidden;
  aspect-ratio: 393 / 770;
  display: flex;
  flex-direction: column;
}

.hotels-phone__status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.7rem 1.35rem 0.35rem;
  font-size: 12px;
  font-weight: 700;
  color: var(--hotels-fg);
}

.hotels-phone__header {
  padding: 1.1rem 1.35rem 1.35rem;
  background: linear-gradient(
    to bottom right,
    color-mix(in oklch, var(--hotels-primary) 10%, transparent),
    color-mix(in oklch, var(--hotels-accent) 10%, transparent)
  );
}

.hotels-phone__hotel {
  margin: 0 0 0.3rem;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--hotels-primary);
}

.hotels-phone__welcome {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--hotels-fg);
}

.hotels-phone__subtitle {
  margin: 0.35rem 0 0;
  font-size: 12.5px;
  line-height: 1.4;
  color: var(--hotels-muted);
}

.hotels-phone__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
  padding: 1.1rem 1.1rem 0;
}

.hotels-phone__card {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 0.85rem;
  background: var(--hotels-card);
  border: 1px solid var(--hotels-border);
  border-radius: 1.1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.hotels-phone__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.85rem;
  flex-shrink: 0;
}

.hotels-phone__card-icon svg {
  display: block;
  width: 1.15rem;
  height: 1.15rem;
}

.hotels-phone__card-icon--primary {
  background: color-mix(in oklch, var(--hotels-primary) 10%, transparent);
  color: var(--hotels-primary);
}

.hotels-phone__card-icon--accent {
  background: color-mix(in oklch, var(--hotels-accent) 10%, transparent);
  color: var(--hotels-accent);
}

.hotels-phone__weather {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin: 0.85rem 1.1rem 0;
  padding: 0.75rem 0.85rem;
  border-radius: 1.1rem;
  background: color-mix(in oklch, var(--hotels-primary) 8%, var(--hotels-card));
  border: 1px solid color-mix(in oklch, var(--hotels-primary) 12%, transparent);
}

.hotels-phone__weather-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.6rem;
  flex-shrink: 0;
  background: color-mix(in oklch, var(--hotels-accent) 15%, transparent);
  color: var(--hotels-accent);
}

.hotels-phone__weather-icon svg {
  display: block;
  width: 1.05rem;
  height: 1.05rem;
}

.hotels-phone__weather-body {
  min-width: 0;
}

.hotels-phone__weather-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: var(--hotels-fg);
}

.hotels-phone__weather-top strong {
  font-weight: 800;
  color: var(--hotels-primary);
  white-space: nowrap;
}

.hotels-phone__weather-note {
  margin: 0.2rem 0 0;
  font-size: 11.5px;
  line-height: 1.4;
  color: var(--hotels-muted);
}

.hotels-phone__card span {
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--hotels-fg);
}

.hotels-phone__wifi {
  margin: auto 1.1rem 1rem;
  padding: 0.85rem;
  border-radius: 1.1rem;
  background: color-mix(in oklch, var(--hotels-secondary) 60%, transparent);
}

.hotels-phone__wifi-label {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: var(--hotels-fg);
}

.hotels-phone__wifi-value {
  margin: 0.15rem 0 0;
  font-size: 11.5px;
  color: var(--hotels-muted);
}

/* Features */
.hotels-features {
  --hotels-bg: oklch(0.985 0 0);
  --hotels-fg: oklch(0.2 0.02 280);
  --hotels-primary: oklch(0.5 0.2 280);
  --hotels-secondary: oklch(0.96 0.01 280);
  --hotels-muted: oklch(0.5 0.01 280);
  --hotels-card: oklch(1 0 0);
  --hotels-border: oklch(0.922 0 0);

  padding: 3.5rem 0;
  background: color-mix(in oklch, var(--hotels-secondary) 30%, transparent);
}

@media (min-width: 768px) {
  .hotels-features {
    padding: 5rem 0;
  }
}

.hotels-features__container {
  max-width: 72rem;
}

.hotels-features__slider {
  position: relative;
}

.hotels-features__track {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0.25rem 0.15rem 0.5rem;
}

.hotels-features__track::-webkit-scrollbar {
  display: none;
}

.hotels-features__item {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  max-width: 100%;
  gap: 1.25rem;
  scroll-snap-align: start;
}

.hotels-features__media {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid var(--hotels-border);
  background: var(--hotels-card);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.hotels-features__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hotels-features__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--hotels-primary);
  background:
    linear-gradient(
      to bottom right,
      color-mix(in oklch, var(--hotels-primary) 8%, transparent),
      color-mix(in oklch, var(--hotels-secondary) 60%, transparent)
    );
}

.hotels-features__placeholder svg {
  width: 2.75rem;
  height: 2.75rem;
  padding: 0.7rem;
  border-radius: 0.75rem;
  background: color-mix(in oklch, var(--hotels-primary) 10%, transparent);
}

.hotels-features__heading {
  margin: 0 0 0.85rem;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: var(--hotels-fg);
  text-wrap: balance;
}

.hotels-features__body {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--hotels-muted);
  text-wrap: pretty;
}

.hotels-features__nav {
  position: absolute;
  top: 28%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--hotels-border);
  border-radius: 999px;
  background: var(--hotels-card);
  color: var(--hotels-fg);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.hotels-features__nav[hidden] {
  display: none;
}

.hotels-features__nav--prev {
  left: -0.25rem;
}

.hotels-features__nav--next {
  right: -0.25rem;
}

@media (min-width: 992px) {
  .hotels-features__track {
    flex-direction: column;
    gap: 6rem;
    overflow: visible;
    scroll-snap-type: none;
    padding: 0;
  }

  .hotels-features__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    align-items: center;
    flex: none;
    max-width: none;
  }

  .hotels-features__item.is-image-right .hotels-features__copy {
    order: 1;
  }

  .hotels-features__item.is-image-right .hotels-features__media {
    order: 2;
  }

  .hotels-features__item.is-image-left .hotels-features__copy {
    order: 2;
  }

  .hotels-features__item.is-image-left .hotels-features__media {
    order: 1;
  }

  .hotels-features__heading {
    font-size: 1.875rem;
  }

  .hotels-features__body {
    font-size: 1.125rem;
  }

  .hotels-features__nav {
    display: none !important;
  }
}

.hotels-features__slider.is-scrollable .hotels-features__track {
  cursor: grab;
}

/* Secondary features */
.hotels-secondary-features {
  --hotels-fg: oklch(0.2 0.02 280);
  --hotels-primary: oklch(0.5 0.2 280);
  --hotels-card: oklch(1 0 0);
  --hotels-border: oklch(0.922 0 0);
  --hotels-bg: oklch(0.985 0 0);

  padding: 3rem 0;
  background: var(--hotels-bg);
}

@media (min-width: 768px) {
  .hotels-secondary-features {
    padding: 4rem 0;
  }
}

.hotels-secondary-features__container {
  max-width: 72rem;
}

.hotels-secondary-features__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 640px) {
  .hotels-secondary-features__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 992px) {
  .hotels-secondary-features__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.hotels-secondary-features__card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  background: var(--hotels-card);
  border: 1px solid var(--hotels-border);
  border-radius: 0.75rem;
}

.hotels-secondary-features__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  flex-shrink: 0;
  background: color-mix(in oklch, var(--hotels-primary) 10%, transparent);
  color: var(--hotels-primary);
}

.hotels-secondary-features__icon svg {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}

.hotels-secondary-features__label {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--hotels-fg);
  text-wrap: pretty;
}

/* Positioning CTA */
.hotels-positioning {
  --hotels-primary: oklch(0.5 0.2 280);
  --hotels-primary-fg: oklch(1 0 0);

  padding: 3.5rem 0;
  background: var(--hotels-primary);
}

@media (min-width: 768px) {
  .hotels-positioning {
    padding: 5rem 0;
  }
}

.hotels-positioning__container {
  max-width: 56rem;
}

.hotels-positioning__text {
  margin: 0;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.35;
  color: var(--hotels-primary-fg);
  text-wrap: balance;
}

@media (min-width: 768px) {
  .hotels-positioning__text {
    font-size: 1.875rem;
  }
}

@media (min-width: 992px) {
  .hotels-positioning__text {
    font-size: 2.25rem;
  }
}

/* How it works */
.hotels-how {
  --hotels-bg: oklch(0.985 0 0);
  --hotels-fg: oklch(0.2 0.02 280);
  --hotels-primary: oklch(0.5 0.2 280);
  --hotels-primary-fg: oklch(1 0 0);
  --hotels-muted: oklch(0.5 0.01 280);

  padding: 3.5rem 0;
  background: var(--hotels-bg);
}

@media (min-width: 768px) {
  .hotels-how {
    padding: 5rem 0;
  }
}

.hotels-how__container {
  max-width: 64rem;
}

.hotels-how__title {
  margin: 0 auto 2.5rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: var(--hotels-fg);
  text-wrap: balance;
}

@media (min-width: 768px) {
  .hotels-how__title {
    margin-bottom: 3.5rem;
    font-size: 2.25rem;
  }
}

.hotels-how__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .hotels-how__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.hotels-how__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hotels-how__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1.25rem;
  border-radius: 999px;
  background: var(--hotels-primary);
  color: var(--hotels-primary-fg);
  font-size: 1.25rem;
  font-weight: 800;
}

.hotels-how__text {
  margin: 0;
  max-width: 20rem;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--hotels-muted);
  text-wrap: pretty;
}

@media (min-width: 768px) {
  .hotels-how__text {
    font-size: 1.125rem;
  }
}

/* Testimonials */
.hotels-testimonials {
  --hotels-bg: oklch(0.985 0 0);
  --hotels-fg: oklch(0.2 0.02 280);
  --hotels-primary: oklch(0.5 0.2 280);
  --hotels-muted: oklch(0.5 0.01 280);
  --hotels-card: oklch(1 0 0);
  --hotels-border: oklch(0.922 0 0);

  padding: 3.5rem 0;
  background: var(--hotels-bg);
}

@media (min-width: 768px) {
  .hotels-testimonials {
    padding: 5rem 0;
  }
}

.hotels-testimonials__container {
  max-width: 72rem;
}

.hotels-testimonials__title {
  margin: 0 auto 2.5rem;
  max-width: 40rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: var(--hotels-fg);
  text-wrap: balance;
}

@media (min-width: 768px) {
  .hotels-testimonials__title {
    margin-bottom: 3.5rem;
    font-size: 2.25rem;
  }
}

.hotels-testimonials__slider {
  position: relative;
}

.hotels-testimonials__track {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0.25rem 0.15rem 0.5rem;
}

.hotels-testimonials__track::-webkit-scrollbar {
  display: none;
}

.hotels-testimonials__card {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
  padding: 1.5rem;
  background: var(--hotels-card);
  border: 1px solid var(--hotels-border);
  border-radius: 1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  scroll-snap-align: start;
}

@media (min-width: 768px) {
  .hotels-testimonials__card {
    flex-basis: calc(50% - 0.625rem);
    max-width: calc(50% - 0.625rem);
    padding: 2rem;
  }
}

.hotels-testimonials__quote-icon {
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 1rem;
  color: color-mix(in oklch, var(--hotels-primary) 30%, transparent);
  flex-shrink: 0;
}

.hotels-testimonials__quote {
  margin: 0;
  flex: 1;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--hotels-fg);
  text-wrap: pretty;
}

@media (min-width: 768px) {
  .hotels-testimonials__quote {
    font-size: 1.125rem;
  }
}

.hotels-testimonials__meta {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--hotels-border);
}

.hotels-testimonials__name {
  font-weight: 700;
  color: var(--hotels-fg);
}

.hotels-testimonials__role {
  margin-top: 0.15rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--hotels-muted);
}

.hotels-testimonials__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--hotels-border);
  border-radius: 999px;
  background: var(--hotels-card);
  color: var(--hotels-fg);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.hotels-testimonials__nav[hidden] {
  display: none;
}

.hotels-testimonials__nav--prev {
  left: -0.25rem;
}

.hotels-testimonials__nav--next {
  right: -0.25rem;
}

@media (min-width: 992px) {
  .hotels-testimonials__nav--prev {
    left: -1.25rem;
  }

  .hotels-testimonials__nav--next {
    right: -1.25rem;
  }
}

.hotels-testimonials__slider.is-scrollable .hotels-testimonials__track {
  cursor: grab;
}

/* Final CTA */
.hotels-final-cta {
  --hotels-fg: oklch(0.2 0.02 280);
  --hotels-primary: oklch(0.5 0.2 280);
  --hotels-secondary: oklch(0.96 0.01 280);
  --hotels-muted: oklch(0.5 0.01 280);

  padding: 3.5rem 0;
  background: color-mix(in oklch, var(--hotels-secondary) 40%, transparent);
}

@media (min-width: 768px) {
  .hotels-final-cta {
    padding: 5rem 0;
  }
}

.hotels-final-cta__container {
  max-width: 48rem;
  text-align: center;
}

.hotels-final-cta__quote {
  margin: 0 0 1.25rem;
  font-size: 0.875rem;
  font-style: italic;
  color: var(--hotels-muted);
}

@media (min-width: 768px) {
  .hotels-final-cta__quote {
    font-size: 1rem;
  }
}

.hotels-final-cta__title {
  margin: 0 0 1rem;
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--hotels-fg);
  text-wrap: balance;
}

@media (min-width: 768px) {
  .hotels-final-cta__title {
    font-size: 2.25rem;
  }
}

@media (min-width: 992px) {
  .hotels-final-cta__title {
    font-size: 3rem;
  }
}

.hotels-final-cta__description {
  margin: 0 auto 2rem;
  max-width: 36rem;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--hotels-muted);
  text-wrap: pretty;
}

@media (min-width: 768px) {
  .hotels-final-cta__description {
    font-size: 1.125rem;
  }
}

.hotels-final-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 3.25rem;
  padding: 0 2rem;
  border-radius: 0.625rem;
  background: var(--hotels-primary);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease;
}

.hotels-final-cta__btn:hover,
.hotels-final-cta__btn:focus {
  background: color-mix(in oklch, var(--hotels-primary) 90%, black);
  color: #fff;
  text-decoration: none;
}

.hotels-final-cta__btn i {
  font-size: 0.875rem;
}

