/* Hotéis próximos — só na /local/. Continua o visual escuro de Como chegar. */

.local-section__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 22px;
  margin-top: 30px;
}

.local-section__actions .local-section__cta {
  margin-top: 0;
}

.local-section__hotels {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 700;
  text-underline-offset: 0.22em;
}

.local-section__hotels:hover,
.local-section__hotels:focus-visible {
  color: #f4c56a;
}

.arrive-section__facts a {
  color: #f4c56a;
  text-underline-offset: 0.22em;
}

.arrive-section__facts a:hover,
.arrive-section__facts a:focus-visible {
  color: var(--color-white);
}

.hotels-section {
  position: relative;
  overflow: hidden;
  padding-block: clamp(48px, 6vw, 88px);
  color: var(--color-white);
  background:
    radial-gradient(circle at 82% 8%, rgba(244, 158, 18, 0.12), transparent 42%),
    linear-gradient(165deg, #0b1220 0%, #14102a 48%, #0e2a32 100%);
}

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

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

.hotels-section__eyebrow {
  margin: 0 0 8px;
  color: #f4c56a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hotels-section__title {
  max-width: 760px;
  margin-inline: auto;
  color: var(--color-white);
  font-size: clamp(32px, 4.4vw, 52px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.hotels-section__text {
  max-width: 640px;
  margin: 14px auto 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 1.7vw, 20px);
  font-weight: 500;
  line-height: 1.5;
  text-wrap: pretty;
}

.hotels-group {
  width: min(100%, 860px);
  margin: clamp(28px, 4vw, 42px) auto 0;
}

.hotels-group + .hotels-group {
  margin-top: clamp(36px, 5vw, 52px);
}

.hotels-group__title {
  margin: 0;
  color: var(--color-white);
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 800;
  line-height: 1.2;
}

.hotels-group__note {
  margin: 6px 0 0;
  color: #f4c56a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hotels-group__grid {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.hotel-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px 22px 24px;
  border: 1px solid rgba(244, 158, 18, 0.28);
  border-radius: 16px;
  background: rgba(10, 18, 36, 0.55);
  text-align: left;
}

.hotel-card__distance {
  margin: 0;
  color: #f4c56a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.hotel-card__name {
  margin: 8px 0 0;
  color: var(--color-white);
  font-size: clamp(18px, 2.1vw, 22px);
  font-weight: 800;
  line-height: 1.25;
}

.hotel-card__area {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.hotel-card__meta {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.hotel-card__meta a {
  color: #f4c56a;
  text-decoration: none;
}

.hotel-card__meta a:hover,
.hotel-card__meta a:focus-visible {
  color: var(--color-white);
  text-decoration: underline;
}

.hotel-card__link {
  margin-top: auto;
  padding-top: 14px;
  color: #f4c56a;
  font-size: 15px;
  font-weight: 800;
  text-underline-offset: 0.22em;
}

.hotel-card__link:hover,
.hotel-card__link:focus-visible {
  color: var(--color-white);
}

@media (min-width: 768px) {
  .hotels-group__grid {
    grid-template-columns: 1fr 1fr;
  }
}
