/* ========== Shared Forever Page Footer ========== */
/* Self-contained styles for pages that don't load the main stylesheet. */

.fp-shared-footer.footer {
  background: #2d2a26;
  color: #fdfcfa;
  padding: 4rem 0 3rem;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.fp-shared-footer .footer-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .fp-shared-footer .footer-inner {
    padding: 0 3rem;
  }
}

.fp-shared-footer .footer-logo {
  display: inline-block;
  margin-bottom: 2rem;
  text-decoration: none;
}

.fp-shared-footer .footer-logo-img {
  height: 106px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.95;
  display: block;
}

.fp-shared-footer .footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 3rem;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}

.fp-shared-footer .footer-nav-list a {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fp-shared-footer .footer-nav-list a:hover {
  color: #fdfcfa;
}

.fp-shared-footer .footer-tagline {
  font-size: 0.9375rem;
  opacity: 0.8;
  margin: 0 0 0.5rem;
}

.fp-shared-footer .footer-contact {
  font-size: 0.9375rem;
  margin: 0 0 2rem;
}

.fp-shared-footer .footer-contact a {
  color: #c4a574;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fp-shared-footer .footer-contact a:hover {
  color: #fdfcfa;
}

.fp-shared-footer .footer-copy {
  font-size: 0.8125rem;
  opacity: 0.6;
  margin: 0;
}

/* ========== Back to Demos Banner ========== */

.back-to-demos {
  background: #faf8f5;
  border-top: 1px solid rgba(45, 42, 38, 0.08);
  border-bottom: 1px solid rgba(45, 42, 38, 0.08);
  padding: 4rem 0;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.back-to-demos-inner {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding: 0 2rem;
}

.back-to-demos-text {
  font-size: 1.125rem;
  line-height: 1.65;
  color: #4a4540;
  margin: 0 0 1.75rem;
}

.back-to-demos-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.75rem;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #2d2a26;
  background: transparent;
  border: 1.5px solid #2d2a26;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.back-to-demos-btn:hover {
  background: #2d2a26;
  color: #fdfcfa;
  transform: translateY(-1px);
}
