.mobile-sticky-cta {
  background: rgba(8, 9, 11, 0.94);
  border-top: 1px solid rgba(241, 8, 43, 0.32);
  bottom: 0;
  display: none;
  gap: 10px;
  left: 0;
  padding: 10px;
  position: fixed;
  right: 0;
  z-index: 40;
}

.mobile-sticky-cta .primary,
.mobile-sticky-cta .secondary,
.mobile-sticky-cta .primary-cta,
.mobile-sticky-cta .secondary-cta {
  flex: 1;
  justify-content: center;
  min-height: 46px;
  min-width: 0;
  text-align: center;
}

.mobile-sticky-cta .primary,
.mobile-sticky-cta .primary-cta {
  align-items: center;
  display: inline-flex;
}

.mobile-sticky-cta .secondary,
.mobile-sticky-cta .secondary-cta {
  align-items: center;
  display: inline-flex;
}

.footer-nav-primary,
.footer-nav-legal,
.footer-legal {
  display: none;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(245, 245, 245, 0.7);
  font-size: 0.9rem;
  margin-top: clamp(40px, 6vw, 64px);
  padding: 32px clamp(20px, 5vw, 56px) 28px;
}

.site-footer-inner {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 40px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1120px;
}

.site-footer-brand {
  flex: 1 1 220px;
  max-width: 340px;
}

.site-footer-brand a {
  display: inline-block;
}

.site-footer-brand img {
  display: block;
  height: 36px;
  object-fit: contain;
  width: 164px;
}

.site-footer-brand p {
  color: rgba(245, 245, 245, 0.58);
  font-size: 0.84rem;
  line-height: 1.55;
  margin: 10px 0 0;
}

.site-footer-links {
  align-items: center;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  gap: 8px 22px;
  justify-content: flex-start;
  padding-top: 4px;
}

.site-footer-links a {
  color: rgba(245, 245, 245, 0.76);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-footer-links a:hover {
  color: var(--red, #f1082b);
}

.site-footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  justify-content: space-between;
  margin: 22px auto 0;
  max-width: 1120px;
  padding-top: 16px;
}

.site-footer-bottom p {
  color: rgba(245, 245, 245, 0.45);
  font-size: 0.76rem;
  margin: 0;
}

.site-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.site-footer-legal a {
  color: rgba(245, 245, 245, 0.45);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-footer-legal a:hover {
  color: var(--red, #f1082b);
}

@media (min-width: 768px) {
  .site-footer-links {
    justify-content: flex-end;
  }
}

@media (max-width: 640px) {
  .site-footer {
    margin-top: 28px;
    padding: 18px clamp(16px, 4vw, 24px) max(68px, calc(56px + env(safe-area-inset-bottom)));
  }

  .site-footer-inner {
    flex-direction: column;
    gap: 10px;
  }

  .site-footer-brand {
    flex: 0 0 auto;
    max-width: none;
  }

  .site-footer-brand img {
    height: 28px;
    width: 128px;
  }

  .site-footer-brand p {
    font-size: 0.78rem;
    line-height: 1.4;
    margin: 6px 0 0;
  }

  .site-footer-links {
    flex: 0 0 auto;
    gap: 6px 14px;
    padding-top: 0;
  }

  .site-footer-links a {
    font-size: 0.72rem;
    letter-spacing: 0.02em;
  }

  .site-footer-links a[href="/account"],
  .site-footer-links a[href^="sms:"] {
    display: none;
  }

  .site-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    margin-top: 12px;
    padding-top: 10px;
  }

  .site-footer-bottom p {
    font-size: 0.68rem;
    line-height: 1.35;
  }

  .site-footer-legal a {
    font-size: 0.68rem;
  }
}

.account-optional {
  color: rgba(245, 245, 245, 0.62);
  font-size: 0.84rem;
  line-height: 1.45;
  margin: 14px 0 0;
  text-align: center;
}

.account-optional a {
  color: rgba(245, 245, 245, 0.88);
}

.faq-hint {
  color: rgba(245, 245, 245, 0.72);
  font-size: 0.92rem;
  margin: 0 0 18px;
}

.faq-hint a {
  color: var(--red, #f1082b);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.faq-hint a:hover {
  color: var(--white, #f5f5f5);
}

.booking-terms-notice {
  color: rgba(245, 245, 245, 0.62);
  font-size: 0.82rem;
  line-height: 1.45;
  margin: 10px 0 0;
  text-align: center;
}

.booking-terms-notice a {
  color: rgba(245, 245, 245, 0.82);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.booking-terms-notice a:hover {
  color: var(--white, #f5f5f5);
}

.submit-status {
  color: rgba(245, 245, 245, 0.72);
  display: none;
  font-size: 0.88rem;
  line-height: 1.45;
  margin: 10px 0 0;
  text-align: center;
}

.submit-status.is-visible {
  display: block;
}

.submit-status.is-error {
  background: rgba(241, 8, 43, 0.12);
  border: 1px solid rgba(241, 8, 43, 0.45);
  border-radius: var(--radius, 8px);
  color: #fff;
  padding: 10px 12px;
}

.newsletter-consent {
  color: rgba(245, 245, 245, 0.62);
  font-size: 0.82rem;
  line-height: 1.45;
  margin: 10px 0 0;
}

.newsletter-consent a {
  color: var(--red, #f1082b);
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 900px) {
  .mobile-sticky-cta {
    display: flex;
    padding-bottom: max(10px, env(safe-area-inset-bottom));
  }

  .has-mobile-cta .site-footer {
    padding-bottom: max(68px, calc(56px + env(safe-area-inset-bottom)));
  }
}
