/* Legal pages & cookie consent — Vista Timber */

.legal-page {
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.legal-updated {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #999999;
  margin-bottom: 2.5rem;
  letter-spacing: 0.5px;
}

.legal-content {
  margin-bottom: 2.5rem;
}

.legal-content:last-child {
  margin-bottom: 0;
}

.legal-content .contact-head {
  margin-bottom: 1rem;
  margin-top: 0;
}

.legal-content .about-text {
  margin-bottom: 1rem;
}

.legal-content .about-text:last-child {
  margin-bottom: 0;
}

.legal-content ul.legal-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
}

.legal-content ul.legal-list li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;
  font-size: 15px;
  line-height: 26px;
  color: #1b1b1b;
}

.legal-content ul.legal-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  background-color: #41ab5d;
  border-radius: 50%;
}

.legal-content a {
  color: #41ab5d;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.legal-content a:hover {
  color: #1b1b1b;
}

/* Footer legal links */
.footer_legal {
  margin-bottom: 0.75rem;
}

.footer_legal a {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #999999;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer_legal a:hover {
  color: #41ab5d;
}

.footer_legal_sep {
  color: #545454;
  margin: 0 0.5rem;
  font-size: 12px;
}

/* Cookie consent bar */
.cookie-consent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #1b1b1b;
  border-top: 1px solid #2e2e2e;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.35);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.45s ease, opacity 0.45s ease, visibility 0.45s ease;
}

.cookie-consent.is-visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.cookie-consent.is-hidden {
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}

.cookie-consent_inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1.25rem 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.cookie-consent_text {
  flex: 1;
  min-width: 260px;
}

.cookie-consent_text p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #999999;
}

.cookie-consent_text a {
  color: #41ab5d;
  text-decoration: underline;
}

.cookie-consent_text a:hover {
  color: #ffffff;
}

.cookie-consent_actions {
  flex-shrink: 0;
}

.cookie-consent_accept {
  background-color: #41ab5d !important;
  color: #ffffff !important;
  border: none !important;
  padding: 12px 36px !important;
  font-size: 12px !important;
  letter-spacing: 1.2px;
  cursor: pointer;
}

.cookie-consent_accept::before {
  display: none !important;
}

.cookie-consent_accept:hover {
  background-color: #369952 !important;
}

body.cookie-banner-visible .whatsapp-button {
  bottom: 90px;
  transition: bottom 0.45s ease;
}

@media screen and (max-width: 767px) {
  .cookie-consent_inner {
    padding: 1rem 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-consent_actions {
    width: 100%;
  }

  .cookie-consent_accept {
    width: 100%;
    text-align: center;
  }

  body.cookie-banner-visible .whatsapp-button {
    bottom: 130px;
  }
}
