/* Webflow helper */
.wf-force-outline-none[tabindex="-1"]:focus {
  outline: none;
}

/* Header & logo */
header#nav.sticky-nav {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
}

header#nav.sticky-nav .logo-nav {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
}

header#nav.sticky-nav .logo-link {
  display: inline-block !important;
  text-decoration: none;
  margin: 0 auto !important;
  float: none !important;
}

header#nav.sticky-nav .logo-link:hover {
  opacity: 0.85;
}

header#nav.sticky-nav .image-4 {
  display: block !important;
  width: auto !important;
  max-width: 320px !important;
  height: 60px !important;
  margin: 10px auto !important;
  padding: 0 !important;
  float: none !important;
}

@media screen and (max-width: 767px) {
  header#nav.sticky-nav .image-4 {
    width: auto !important;
    max-width: min(300px, 92vw) !important;
    height: auto !important;
    max-height: 60px !important;
  }
}

.advertorial-label {
  color: #555;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.08em;
  padding: 10px 0;
  margin: 0;
  background: #f5f5f5;
  width: 100%;
}

/* Footer */
.footer-disclaimer {
  max-width: 720px;
  margin: 0 auto 16px;
  font-size: 12px;
  line-height: 1.5;
  color: #888;
}

.footer-links {
  max-width: 720px;
  margin: 0 auto 16px;
  font-size: 14px;
  color: #888;
  text-align: center;
}

.footer-links a {
  color: #888;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

/* Legal pages */
.legal-page {
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 24px 60px;
}

.legal-page h1 {
  font-size: 28px;
  margin-bottom: 8px;
}

.legal-page h2 {
  font-size: 18px;
  margin: 28px 0 10px;
}

.legal-page p,
.legal-page li {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 12px;
}

.legal-page ul {
  padding-left: 20px;
  margin-bottom: 16px;
}

.legal-updated {
  font-size: 13px;
  color: #888;
  margin-bottom: 32px;
}

.contact-box {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 24px;
  margin: 24px 0;
}

.contact-box a {
  color: #2d6a2d;
  font-weight: 600;
  text-decoration: none;
}

.contact-box a:hover {
  text-decoration: underline;
}

.contact-list {
  padding-left: 20px;
  margin-bottom: 16px;
}

.contact-list li {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 8px;
}
