/* Footer legal disclaimer + cookie consent (Freedom Finance) */

.footer-legal-disclaimer {
  grid-column: 1 / -1;
  align-self: stretch;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 2.25rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  box-sizing: border-box;
  text-align: left;
}

.footer-legal-disclaimer p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  line-height: 1.65;
  margin: 0 0 1.35rem;
  max-width: none;
}

.footer-legal-disclaimer p:last-child {
  margin-bottom: 0;
}

.cookie-consent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  padding: 1rem;
  background: rgba(26, 26, 26, 0.97);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.25);
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  box-sizing: border-box;
}

.cookie-consent-banner[hidden] {
  display: none !important;
}

.cookie-consent-inner,
.cookie-consent-inner.base-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 0;
}

.cookie-consent-inner p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
  flex: 1 1 280px;
  min-width: 0;
  max-width: 52rem;
}

.cookie-consent-inner a {
  color: #fff;
  text-decoration: underline;
}

.cookie-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  flex-shrink: 0;
}

.cookie-btn {
  cursor: pointer;
  border-radius: 999px;
  padding: 0.6rem 1.25rem;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  color: #fff;
  transition: background 0.2s, border-color 0.2s;
}

.cookie-btn:hover {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.08);
}

.cookie-btn-primary {
  background: #ff6b6b;
  border-color: #ff6b6b;
  color: #fff;
}

.cookie-btn-primary:hover {
  filter: brightness(1.06);
  background: #ff6b6b;
}

@media screen and (max-width: 479px) {
  .cookie-consent-inner {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }

  .cookie-consent-actions {
    width: 100%;
  }
  .cookie-btn {
    flex: 1;
    min-width: 120px;
  }
}

/* Brand logo — slightly larger than Webflow defaults (nav + footer) */
img.logo {
  height: 40px;
  width: auto;
}

img.footer-logo {
  height: 46px;
  width: auto;
}
