/* ── PRIVACY PAGE ───────────────────────────────────────── */
.privacy-hero {
  background: var(--green-50);
  padding: 8rem 0 4rem;
  border-bottom: 1px solid var(--green-100);
}
.privacy-hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 0.75rem;
}
.privacy-hero .meta {
  font-size: 0.875rem;
  color: var(--muted);
}
.privacy-hero .meta strong { color: var(--charcoal); font-weight: 600; }

.privacy-body {
  padding: 4rem 0 6rem;
}
.privacy-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 5rem;
  align-items: start;
}

/* Sticky table of contents */
.privacy-toc {
  position: sticky;
  top: 88px;
}
.privacy-toc-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.75rem;
}
.privacy-toc ul { list-style: none; }
.privacy-toc ul li + li { margin-top: 0.1rem; }
.privacy-toc a {
  display: block;
  font-size: 0.82rem;
  color: var(--muted);
  padding: 0.3rem 0;
  border-left: 2px solid var(--green-100);
  padding-left: 0.75rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.privacy-toc a:hover { color: var(--green-light); border-left-color: var(--green-light); }

/* Policy content */
.privacy-content { min-width: 0; }
.privacy-content section { margin-bottom: 3.5rem; }
.privacy-content section:last-child { margin-bottom: 0; }

.privacy-content h2 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--green-100);
  color: var(--heading-text);
  scroll-margin-top: 96px;
}
.privacy-content h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--charcoal);
  margin: 1.5rem 0 0.5rem;
  letter-spacing: -0.01em;
}
.privacy-content p {
  font-size: 0.95rem;
  color: var(--charcoal);
  line-height: 1.8;
  margin-bottom: 0.85rem;
}
.privacy-content p:last-child { margin-bottom: 0; }
.privacy-content ul {
  list-style: none;
  margin: 0.5rem 0 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.privacy-content ul li {
  font-size: 0.95rem;
  color: var(--charcoal);
  line-height: 1.7;
  padding-left: 1.25rem;
  position: relative;
}
.privacy-content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green-400);
}
.privacy-content a { color: var(--color-brand); font-weight: 500; }
.privacy-content a:hover { text-decoration: underline; }

.privacy-highlight {
  background: var(--green-50);
  border-left: 3px solid var(--green-500);
  border-radius: 0 8px 8px 0;
  padding: 1rem 1.25rem;
  margin: 1.25rem 0;
  font-size: 0.9rem;
  color: var(--charcoal);
  line-height: 1.7;
}

/* ── STICKY FOOTER REVEAL ──────────────────────────── */
.footer-reveal { position: relative; clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
.footer-reveal-inner { position: relative; }
.footer-reveal-inner > .footer { position: sticky; bottom: 0; }



/* ── FOOTER ─────────────────────────────────────────────── */
.footer { background: var(--green-800); border-top: 1px solid rgba(58,122,80,0.2); padding: 4rem 0 2rem; }
.footer-inner { max-width: 1280px; margin: 0 auto; padding: 0 2.5rem; }
.footer-top { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 2rem; margin-bottom: 2.5rem; }
.footer-brand { display: flex; flex-direction: column; gap: 0.75rem; }
.footer-brand img { width: 180px; height: auto; filter: brightness(0) invert(1); opacity: 0.85; }
.footer-slogan { font-family: 'Plus Jakarta Sans', sans-serif; font-style: italic; font-size: 0.9rem; color: var(--green-light); }
.footer-socials { display: flex; list-style: none; gap: 0.5rem; align-items: center; }
.social-btn { width: 44px; height: 44px; border-radius: 50%; background: rgba(58,122,80,0.25); border: 1px solid rgba(85,128,103,0.3); display: flex; align-items: center; justify-content: center; color: var(--green-300); transition: background 0.2s ease, color 0.2s ease, transform 0.15s cubic-bezier(0.34,1.56,0.64,1); }
.social-btn:hover { background: rgba(58,122,80,0.5); color: var(--off-white); transform: translateY(-2px); }
.social-btn svg { width: 22px; height: 22px; }
.footer-divider { border: none; border-top: 1px solid rgba(58,122,80,0.18); margin: 0; }
.footer-grid-bottom { padding-top: 1.5rem; display: grid; grid-template-columns: 1fr; gap: 1rem; }
.footer-copy { font-size: 0.8rem; color: var(--green-400); line-height: 1.6; }
.footer-nav-links ul, .footer-legal-links ul { list-style: none; display: flex; flex-wrap: wrap; gap: 0; margin: -0.2rem -0.5rem; }
.footer-nav-links a { display: block; padding: 0.2rem 0.5rem; font-size: 0.875rem; color: var(--green-300); transition: color 0.2s ease; }
.footer-nav-links a:hover { color: var(--off-white); }
.footer-legal-links { margin-top: 0.25rem; }
.footer-legal-links a { display: block; padding: 0.2rem 0.5rem; font-size: 0.8rem; color: var(--green-400); transition: color 0.2s ease; }
.footer-legal-links a:hover { color: var(--off-white); }
a:focus-visible { outline: 2px solid var(--green-400); outline-offset: 3px; border-radius: 3px; }

/* ── RESPONSIVE ─────────────────────────────────────────── */
@media (min-width: 1024px) {
  .footer { padding: 4rem 0 2rem; }
  .footer-grid-bottom { grid-template-columns: repeat(10, 1fr); grid-template-rows: auto auto; padding-top: 2rem; gap: 0; }
  .footer-copy { grid-column: 1 / 4; grid-row: 1 / 3; align-self: center; }
  .footer-nav-links { grid-column: 4 / 11; grid-row: 1; }
  .footer-legal-links { grid-column: 4 / 11; grid-row: 2; }
  .footer-nav-links ul, .footer-legal-links ul { justify-content: flex-end; }
}
@media (max-width: 1023px) {
  .privacy-layout { grid-template-columns: 1fr; }
  .privacy-toc { display: none; }
}

@media (max-width: 768px) {
  .container { padding: 0 1.5rem; }
  .nav-center,

  .footer-nav-links { order: 1; }
  .footer-legal-links { order: 2; }
  .footer-copy { order: 3; }

  .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-brand {
    align-items: center;
  }

  .footer-grid-bottom {
    text-align: center;
  }

  .footer-nav-links ul,
  .footer-legal-links ul {
    justify-content: center;
  }

  .footer-copy {
    text-align: center;
  }
}
  /* ── LANG SWITCHER ─────────────────────────────────────── */
.lang-switcher { display: flex; align-items: center; gap: 0.35rem; margin-right: 0.75rem; }
.lang-btn { font-size: 0.75rem; font-weight: 500; color: var(--muted); letter-spacing: 0.05em; text-transform: uppercase; transition: color 0.2s ease; line-height: 1; text-decoration: none; }
.lang-btn:hover { color: var(--charcoal); }
.lang-btn.lang-active { font-weight: 700; color: var(--charcoal); }
.lang-divider { font-size: 0.65rem; color: var(--green-200); line-height: 1; }
@media (max-width: 1023px) { .lang-switcher { display: none; } }
