.hotels-footer-top-banner-section {
  padding: 18px 0 0;
  margin-bottom: 70px;
}

.hotels-footer-top-banner-section .container {
  max-width: 1240px;
}

.hotels-footer-top-banner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: 22px;
  padding: 24px;
  border: 1px solid rgba(18, 32, 93, 0.1);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(12, 22, 56, 0.06);
  overflow: hidden;
}

.hotels-footer-top-banner-copy {
  max-width: 560px;
}

.hotels-footer-top-banner-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  color: var(--hotels-footer-top-primary);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.2;
}

.hotels-footer-top-banner-copy h2 {
  margin: 0 0 10px;
  color: var(--hotels-footer-top-secondary);
  font-size: clamp(1.55rem, 2.9vw, 2.2rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.hotels-footer-top-banner-copy p {
  margin: 0 0 18px;
  color: #334163;
  font-size: 0.98rem;
  line-height: 1.55;
}

.hotels-footer-top-banner-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--hotels-footer-top-secondary);
  color: #ffffff;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.hotels-footer-top-banner-button:hover,
.hotels-footer-top-banner-button:focus {
  color: #ffffff;
  opacity: 0.94;
  transform: translateY(-1px);
}

.hotels-footer-top-banner-media {
  min-height: 210px;
  border-radius: 18px;
  overflow: hidden;
  background: #dfe6f3;
}

.hotels-footer-top-banner-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
}

.hotels-footer {
  padding: 34px 0 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, var(--hotels-footer-secondary) 0%, var(--hotels-footer-primary) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #eef3ff;
}

.hotels-footer .container {
  max-width: 1240px;
}

.hotels-footer a {
  color: #eef3ff;
  text-decoration: none;
}

.hotels-footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) repeat(3, minmax(0, 1fr));
  gap: 24px 28px;
  padding-bottom: 26px;
}

.hotels-footer-brand {
  max-width: 360px;
}

.hotels-footer-brand-title {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 1.22rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.hotels-footer-logo {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin-bottom: 14px;
}

.hotels-footer-logo img {
  display: block;
  max-width: 190px;
  max-height: 46px;
  object-fit: contain;
}

.hotels-footer-logo span {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
}

.hotels-footer-brand p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.97rem;
  line-height: 1.65;
}

.hotels-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 16px;
}

.hotels-footer-contact a {
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
}

.hotels-footer-column h4 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hotels-footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hotels-footer-links li + li {
  margin-top: 10px;
}

.hotels-footer-links a {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.45;
  transition: color 0.2s ease;
}

.hotels-footer-links a:hover,
.hotels-footer-contact a:hover,
.hotels-footer a:hover {
  color: #ffffff;
}

.hotels-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.hotels-footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.9rem;
  line-height: 1.5;
}

.hotels-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hotels-footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 0.96rem;
  transition: border-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.hotels-footer-socials a:hover {
  border-color: rgba(255, 255, 255, 0.36);
  color: #ffffff;
  transform: translateY(-1px);
}

@media (max-width: 991.98px) {
  .hotels-footer-top-banner {
    grid-template-columns: 1fr;
  }

  .hotels-footer-top-banner-media {
    min-height: 200px;
  }

  .hotels-footer {
    padding: 28px 0 20px;
  }

  .hotels-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hotels-footer-brand {
    max-width: 100%;
    grid-column: 1 / -1;
  }

  .hotels-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767.98px) {
  .hotels-footer-top-banner-section {
    padding-top: 12px;
  }

  .hotels-footer-top-banner {
    gap: 16px;
    padding: 18px;
    border-radius: 20px;
  }

  .hotels-footer-top-banner-copy h2 {
    font-size: clamp(1.45rem, 7vw, 2rem);
  }

  .hotels-footer-top-banner-copy p {
    font-size: 0.94rem;
  }

  .hotels-footer-top-banner-media,
  .hotels-footer-top-banner-media img {
    min-height: 180px;
  }

  .hotels-footer {
    padding: 24px 0 18px;
  }

  .hotels-footer-main {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 22px;
  }

  .hotels-footer-logo img {
    max-width: 160px;
    max-height: 40px;
  }

  .hotels-footer-brand p,
  .hotels-footer-links a,
  .hotels-footer-bottom p {
    font-size: 0.93rem;
  }

  .hotels-footer-column h4 {
    margin-bottom: 10px;
  }

  .hotels-footer-socials a {
    width: 36px;
    height: 36px;
  }
}
