/* Footer enhancements: visual polish + responsive layout consistency */

.footer-shell {
  width: 100%;
  max-width: 100%;
  padding-left: clamp(15px, 3.6vw, 45px) !important;
  padding-right: clamp(15px, 3.6vw, 45px) !important;
}

.footer-top {
  --footer-chip-bg: rgba(255, 255, 255, 0.14);
  --footer-chip-border: rgba(255, 255, 255, 0.24);
  isolation: isolate;
}

.footer-top::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(900px 260px at 80% -30%, rgba(255, 255, 255, 0.16), transparent 60%),
    radial-gradient(620px 220px at 10% 120%, rgba(0, 0, 0, 0.16), transparent 68%);
}

.footer-top > .footer-shell {
  position: relative;
  z-index: 1;
}

.footer-top .footer-shell .row.align-items-center {
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
}

.footer-top .col-xl-3,
.footer-top .col-xl-3 address,
.footer-top .col-xl-3 a,
.footer-top .col-xl-3 .fw-600 {
  color: #ffffff !important;
  line-height: 1.28;
}

.footer-top .col-xl-3 address,
.footer-top .col-xl-3 a,
.footer-top .footer-navbar .nav-link,
.footer-top .mt-2.fs-12 {
  font-size: 14px;
  line-height: 1.2;
}

.footer-top .col-xl-3 a {
  color: #ffffff !important;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.footer-top .col-xl-3 a:hover,
.footer-top .col-xl-3 a:focus {
  opacity: 0.85;
  transform: translateY(-1px);
  outline: none;
}

.footer-top .footer-navbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 18px;
  row-gap: 4px;
  margin-inline: auto;
  max-width: 900px;
  padding-inline: 8px;
  box-sizing: border-box;
}

.footer-top .footer-navbar .nav-link {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  padding: 4px 0;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 600;
  text-decoration: none;
}

.footer-top .footer-navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 7.5%;
  bottom: -3px;
  width: 85%;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.35));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.26s ease;
}

.footer-top .footer-navbar .nav-link:hover,
.footer-top .footer-navbar .nav-link:focus,
.footer-top .footer-navbar .nav-link:focus-visible {
  color: #ffffff;
  text-decoration: none;
}

.footer-top .footer-navbar .nav-link:hover::after,
.footer-top .footer-navbar .nav-link:focus::after,
.footer-top .footer-navbar .nav-link:focus-visible::after {
  transform: scaleX(1);
}

.footer-top .small-icon.light li a {
  display: inline-flex;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: var(--footer-chip-bg);
  border: 1px solid var(--footer-chip-border);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.footer-top .small-icon.light li a:hover,
.footer-top .small-icon.light li a:focus {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.2);
}

.footer-top .small-icon.light li a i {
  font-size: 16px;
  vertical-align: middle;
}

.footer-top .btn {
  white-space: nowrap;
}

.footer-top .footer-book-btn {
  --footer-brand-red: #d72229;
  --footer-brand-red-dark: #b3151d;
  background: linear-gradient(135deg, var(--footer-brand-red) 0%, #e03a2d 54%, #ff5f45 100%);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-radius: 999px;
  padding: 9px 16px;
  box-shadow: 0 8px 18px rgba(103, 10, 14, 0.28);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.footer-top .footer-book-btn:hover,
.footer-top .footer-book-btn:focus {
  color: #ffffff;
  background: linear-gradient(135deg, var(--footer-brand-red-dark) 0%, #d22b2f 56%, #f04f36 100%);
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(103, 10, 14, 0.34);
}

.footer-top .footer-book-btn:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: 2px;
}

.footer-top .mt-2.fs-12 {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  border: 1px solid var(--footer-chip-border);
  border-radius: 999px;
  padding: 6px 10px;
  background: var(--footer-chip-bg);
  color: #fff;
}

.footer-top .mt-2 span[aria-hidden="true"] {
  display: inline-block;
}

.footer-bottom-wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.footer-bottom-wrapper .fs-10 {
  font-size: 13px;
  line-height: 1.2;
}

/* Sticky CTA brand alignment */
.sticky-reservation-cta {
  background: linear-gradient(135deg, #d72229 0%, #e03a2d 54%, #ff5f45 100%) !important;
  box-shadow: 0 12px 30px rgba(124, 17, 20, 0.28) !important;
}

.sticky-reservation-cta:hover,
.sticky-reservation-cta:focus {
  background: linear-gradient(135deg, #b3151d 0%, #d22b2f 56%, #f04f36 100%) !important;
  box-shadow: 0 16px 34px rgba(124, 17, 20, 0.34) !important;
}

.sticky-reservation-cta__icon {
  background: rgba(255, 255, 255, 0.16) !important;
}

@media (max-width: 991.98px) {
  .footer-top {
    border-radius: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .footer-top .footer-shell .row.align-items-center {
    gap: 20px;
  }

  .footer-top .mt-2.fs-12 {
    font-size: 11px !important;
    line-height: 1.25 !important;
    padding: 5px 8px;
  }

  .footer-top .footer-shell .row.align-items-center > [class*="col-"] {
    padding-bottom: 20px !important;
  }

  .footer-top .footer-shell .row.align-items-center > [class*="col-"]:last-child {
    padding-bottom: 0 !important;
  }

  .footer-bottom-wrapper {
    max-width: 100% !important;
    margin: 0 !important;
    overflow-x: hidden;
  }
}

@media (max-width: 379.98px) {
  .footer-top {
    padding-top: 30px !important;
    padding-bottom: 24px !important;
  }

  .footer-top .footer-navbar {
    column-gap: 12px;
    row-gap: 2px;
    max-width: 100%;
  }

  .footer-top .footer-navbar .nav-link {
    font-size: 14px;
    padding: 3px 0;
  }

  .footer-top .small-icon.light li a {
    width: 34px;
    height: 34px;
  }

  .footer-top .small-icon.light li a i {
    font-size: 14px;
  }

  .footer-top .footer-book-btn {
    width: 100%;
    max-width: 240px;
    font-size: 13px;
    padding: 8px 12px;
  }

  .footer-top .mt-2.fs-12 {
    font-size: 10px !important;
    line-height: 1.25;
    padding: 5px 8px;
  }

  .footer-bottom-wrapper .fs-10 {
    font-size: 11px;
    line-height: 1.35;
  }
}
