.premium-footer {
  background: #dfd2bf !important;
  color: #2a1910;
}

.premium-footer .footer-main {
  padding: clamp(34px, 5vw, 58px) clamp(20px, 4vw, 58px);
  background:
    radial-gradient(circle at 12px 12px, rgba(95, 66, 39, 0.08) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(180deg, #e5dac8 0%, #d9cab5 100%);
}

.premium-footer .footer-shell {
  display: grid;
  grid-template-columns: minmax(170px, 0.75fr) minmax(170px, 0.88fr) minmax(220px, 1fr) minmax(420px, 1.62fr);
  gap: clamp(24px, 3vw, 58px);
  align-items: start;
  width: min(1220px, 100%);
  margin: 0 auto;
}

.footer-logo-link {
  display: inline-flex;
  width: min(215px, 100%);
  margin-bottom: 20px;
}

.footer-logo-link img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.34));
}

.footer-phone-link,
.footer-email-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  color: #24140c;
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow-wrap: normal;
}

.footer-email-link {
  margin-top: 10px;
  color: #5d371f;
  font-size: 0.78rem;
  letter-spacing: 0;
  white-space: normal;
  overflow-wrap: anywhere;
}

.footer-contact-list {
  display: grid;
  gap: 7px;
  margin-top: 12px;
  color: #5d371f;
  font-size: 0.78rem;
  font-weight: 850;
}

.footer-contact-list a {
  color: inherit;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.footer-contact-list a:hover {
  color: #8f4a18;
}

.footer-phone-link span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #f7e9cf;
  border-radius: 50%;
  background: #466a31;
  font-size: 1rem;
}

.footer-phone-link svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.footer-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 30px 0 26px;
}

.footer-trust-row span,
.footer-trust-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  padding: 6px;
  box-sizing: border-box;
  color: #49642f;
  border: 2px solid rgba(73, 100, 47, 0.42);
  border-radius: 50%;
  font-size: 0.47rem;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  overflow-wrap: anywhere;
}

.footer-trust-row a:hover,
.footer-trust-row a:focus-visible {
  color: #2f4b1e;
  border-color: rgba(73, 100, 47, 0.74);
  background: rgba(255, 252, 246, 0.36);
  outline: none;
}

.footer-legal-links,
.premium-footer .footer-link-column {
  display: grid;
  gap: 17px;
}

.footer-legal-links {
  gap: 14px;
  margin-top: 6px;
}

.premium-footer h2 {
  margin: 0 0 22px;
  color: #1f140d;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1.3;
  text-transform: uppercase;
}

.premium-footer a {
  width: fit-content;
}

.premium-footer .footer-link-column a,
.footer-legal-links a {
  color: #1f140d;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.45;
  text-decoration: none;
}

.footer-legal-links a {
  font-size: 0.74rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.premium-footer a:hover {
  color: #8f4a18;
}

.footer-info-accordion {
  display: grid;
  gap: 8px;
}

.footer-info-detail {
  border-bottom: 1px solid rgba(31, 20, 13, 0.13);
}

.footer-info-detail summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 34px;
  padding: 0 0 9px;
  color: #1f140d;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.02em;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
  transition: color 0.18s ease, padding-left 0.18s ease;
}

.footer-info-detail summary::-webkit-details-marker {
  display: none;
}

.footer-info-detail summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: #f8efe2;
  border-radius: 50%;
  background: #8f4a18;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.2s ease, background 0.2s ease;
}

.footer-info-detail[open] summary {
  color: #8f4a18;
  padding-left: 4px;
}

.footer-info-detail[open] summary::after {
  content: "-";
  background: #466a31;
  transform: rotate(180deg);
}

.footer-info-body {
  display: grid;
  gap: 10px;
  padding: 0 0 16px;
  animation: footerInfoReveal 0.22s ease both;
}

.footer-info-body p,
.footer-info-body li {
  margin: 0;
  color: rgba(42, 25, 16, 0.78);
  font-size: 0.72rem;
  line-height: 1.72;
}

.footer-info-body ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 18px;
}

.footer-info-body strong {
  color: #1f140d;
}

.footer-info-body .live-weather-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(138px, 1fr));
  gap: 8px;
}

.footer-info-body .live-weather-card {
  display: grid;
  gap: 3px;
  align-content: start;
  padding: 10px 12px;
  border: 1px solid rgba(70, 106, 49, 0.18);
  border-radius: 8px;
  background: rgba(255, 252, 246, 0.58);
  color: #1f140d;
}

.footer-info-body .live-weather-card strong {
  color: #466a31;
  font-size: 0.75rem;
}

.footer-info-body .live-weather-card span {
  color: rgba(42, 25, 16, 0.72);
  font-size: 0.68rem;
}

.footer-temperature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin-top: 2px;
}

.footer-temperature-grid span {
  display: grid;
  gap: 2px;
  padding: 8px;
  border-top: 2px solid #d79828;
  background: rgba(255, 252, 246, 0.6);
}

.footer-temperature-grid strong {
  color: #8f4a18;
  font-size: 0.68rem;
}

.footer-temperature-grid small {
  color: rgba(42, 25, 16, 0.78);
  font-size: 0.66rem;
  font-weight: 800;
}

.footer-faq-body {
  gap: 12px;
}

@keyframes footerInfoReveal {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.footer-newsletter-column p {
  max-width: 575px;
  margin: 0 0 24px;
  color: #2a1910;
  font-size: 0.84rem;
  line-height: 1.9;
}

.footer-newsletter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 10px 14px;
  align-items: stretch;
  margin: 0 0 16px;
}

.footer-help-column {
  max-width: 390px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.footer-help-column h2 {
  max-width: 430px;
  margin-bottom: 24px;
  font-size: 0.98rem;
  letter-spacing: 0.22em;
  line-height: 1.55;
}

.footer-help-form {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  max-width: 390px;
}

.footer-help-form textarea,
.footer-help-form button {
  grid-column: 1 / -1;
}

.footer-newsletter-form input,
.footer-newsletter-form textarea {
  min-width: 0;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(68, 43, 24, 0.16);
  border-radius: 0;
  background: rgba(255, 252, 246, 0.84);
  color: #2a1910;
  font-size: 0.76rem;
  font-family: inherit;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.footer-newsletter-form textarea {
  min-height: 112px;
  padding-top: 14px;
  resize: vertical;
  line-height: 1.55;
}

.footer-newsletter-form input:focus,
.footer-newsletter-form textarea:focus {
  border-color: #7c5a30;
  box-shadow: 0 0 0 3px rgba(124, 90, 48, 0.14);
}

.footer-newsletter-form button {
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 0;
  color: #fffaf0;
  background: linear-gradient(135deg, #466a31 0%, #2d5b28 100%);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 14px 24px rgba(45, 91, 40, 0.16);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.footer-newsletter-form button:hover {
  filter: brightness(0.94);
  box-shadow: 0 18px 30px rgba(45, 91, 40, 0.22);
  transform: translateY(-1px);
}

.footer-newsletter-column small {
  display: block;
  max-width: 390px;
  color: rgba(42, 25, 16, 0.72);
  font-size: 0.74rem;
  line-height: 1.75;
}

.footer-newsletter-column small a {
  color: #466a31;
  font-weight: 900;
  text-decoration: none;
}

.footer-help-status {
  min-height: 18px;
  margin: 8px 0 0 !important;
  color: #466a31 !important;
  font-size: 0.74rem !important;
  font-weight: 800;
  line-height: 1.45 !important;
}

.premium-footer .footer-socials {
  justify-self: start;
  margin-top: 38px;
}

.premium-footer .footer-socials h2 {
  margin-bottom: 18px;
}

.premium-footer .footer-social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.premium-footer .footer-social-row a {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: #1e150e;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: opacity 0.18s ease;
}

.premium-footer .footer-social-row i,
.premium-footer .footer-social-row svg {
  display: block;
  line-height: 1;
}

.premium-footer .footer-social-row i {
  font-size: 1.05rem;
}

.premium-footer .footer-social-row svg {
  width: 1.16rem;
  height: 1.16rem;
  fill: currentColor;
}

.premium-footer .footer-social-row .tripadvisor-brand-icon {
  width: 1.28rem;
  height: 1.28rem;
  fill: none;
}

.premium-footer .tripadvisor-brand-icon .ta-head,
.premium-footer .tripadvisor-brand-icon .ta-brow {
  fill: #111111 !important;
}

.premium-footer .tripadvisor-brand-icon .ta-wing-left {
  fill: #00af87 !important;
}

.premium-footer .tripadvisor-brand-icon .ta-wing-right {
  fill: #ff5d5d !important;
}

.premium-footer .tripadvisor-brand-icon .ta-eye-white {
  fill: #ffffff !important;
}

.premium-footer .tripadvisor-brand-icon .ta-pupil {
  fill: #111111 !important;
}

.premium-footer .tripadvisor-brand-icon .ta-beak {
  fill: #f2b203 !important;
}

.premium-footer .footer-social-row a:hover {
  opacity: 0.78;
}

.premium-footer .footer-social-row .social-whatsapp {
  color: #25d366;
}

.premium-footer .footer-social-row .social-facebook {
  color: #1877f2;
}

.premium-footer .footer-social-row .social-tripadvisor {
  color: #00af87;
}

.premium-footer .footer-social-row .social-instagram {
  color: #e4405f;
}

.premium-footer .footer-social-row .social-linkedin {
  color: #0a66c2;
}

.premium-footer .footer-social-row .social-youtube {
  color: #ff0000;
}

.premium-footer .footer-copyright {
  min-height: 58px;
  padding: 16px clamp(20px, 4vw, 58px);
  color: #f8efe2;
  background: #744126;
}

.premium-footer .footer-copyright p {
  font-size: 0.78rem;
  font-weight: 700;
  text-align: center;
}

.premium-footer .footer-copyright a {
  color: #f4ad27;
}

@media (max-width: 1080px) {
  .premium-footer .footer-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .premium-footer .footer-main {
    padding: 34px 20px;
  }

  .premium-footer .footer-shell {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-newsletter-form {
    grid-template-columns: 1fr;
  }

  .footer-help-column {
    max-width: none;
    padding: 0;
  }

  .footer-help-form {
    max-width: none;
    gap: 10px;
  }

  .footer-help-column h2 {
    margin-bottom: 16px;
    font-size: 0.9rem;
    letter-spacing: 0.2em;
  }

  .footer-newsletter-column p {
    margin-bottom: 18px;
    font-size: 0.82rem;
    line-height: 1.75;
  }

  .footer-newsletter-form input {
    min-height: 44px;
    padding: 0 13px;
  }

  .footer-newsletter-form textarea {
    min-height: 108px;
    padding: 13px;
  }

  .footer-newsletter-form button {
    min-height: 50px;
    font-size: 0.74rem;
  }

  .footer-newsletter-column small {
    font-size: 0.72rem;
  }

  .premium-footer .footer-socials {
    margin-top: 30px;
  }

  .premium-footer .footer-social-row {
    gap: 16px;
  }

  .footer-logo-link {
    width: min(210px, 72vw);
  }

  .premium-footer h2 {
    margin-bottom: 14px;
  }
}
