/**
 * TrinFit — Política de privacidade (página pública)
 */

.privacidade-page {
  min-height: 100%;
  min-height: 100dvh;
  background: #0d0d0d;
  color: #e8e8e8;
}

.privacidade-header {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 0.75rem 1rem;
  padding-top: calc(0.75rem + env(safe-area-inset-top));
  background: rgba(13, 13, 13, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.privacidade-header__inner {
  max-width: 48rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.privacidade-header__marca {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: inherit;
}

.privacidade-header__logo {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.privacidade-header__nome {
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  color: #f5c542;
}

.privacidade-header__voltar {
  font-size: 0.9rem;
  font-weight: 600;
  color: #f5c542;
  text-decoration: none;
  white-space: nowrap;
}

.privacidade-header__voltar:hover,
.privacidade-header__voltar:focus-visible {
  text-decoration: underline;
  outline: none;
}

.privacidade-main {
  max-width: 48rem;
  margin: 0 auto;
  padding: 1.5rem 1rem 3rem;
  padding-bottom: calc(3rem + env(safe-area-inset-bottom));
}

.privacidade-main h1 {
  font-family: 'Sporten', 'Bebas Neue', sans-serif;
  font-size: clamp(1.75rem, 5vw, 2.25rem);
  font-weight: normal;
  color: #fff;
  margin-bottom: 0.35rem;
  letter-spacing: 0.02em;
}

.privacidade-main__atualizado {
  font-size: 0.875rem;
  color: #9ca3af;
  margin-bottom: 1.75rem;
}

.privacidade-intro {
  font-size: 1.05rem;
  line-height: 1.65;
  color: #d1d5db;
  margin-bottom: 2rem;
}

.privacidade-nav {
  margin-bottom: 2rem;
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.75rem;
}

.privacidade-nav__titulo {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9ca3af;
  margin-bottom: 0.65rem;
}

.privacidade-nav ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.privacidade-nav a {
  color: #f5c542;
  text-decoration: none;
  font-size: 0.95rem;
}

.privacidade-nav a:hover,
.privacidade-nav a:focus-visible {
  text-decoration: underline;
  outline: none;
}

.privacidade-secao {
  margin-bottom: 2rem;
  scroll-margin-top: 5rem;
}

.privacidade-secao h2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.75rem;
}

.privacidade-secao p,
.privacidade-secao li {
  font-size: 0.98rem;
  line-height: 1.65;
  color: #d1d5db;
  margin-bottom: 0.65rem;
}

.privacidade-secao ul {
  margin: 0.5rem 0 0.75rem 1.25rem;
}

.privacidade-secao li {
  margin-bottom: 0.4rem;
}

.privacidade-secao a {
  color: #f5c542;
}

.privacidade-footer {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.875rem;
  color: #9ca3af;
  text-align: center;
}

.privacidade-footer a {
  color: #f5c542;
}
