/* ==========================================================
   gk-legal.css — Páginas legais (Termos de Serviço e
   Política de Privacidade). Segue o design system do site:
   fundo preto, Montserrat, tokens de gk-shared.css.
   ========================================================== */

/* ── Hero (título da página) ─────────────────────────────── */

.gk-legal-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 28vh;
  padding-top: 112px;
  background-color: #000;
  text-align: center;
}

.gk-legal-hero-kicker {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(241, 241, 241, 0.5);
  margin: 0 0 0.75rem;
}

/* ── Corpo do documento ──────────────────────────────────── */

.gk-legal-main {
  background-color: #000;
  padding: 3rem 5% 5rem;
}

.gk-legal-wrapper {
  max-width: 820px;
  margin: 0 auto;
  border: 1px solid #1a1a1a;
  background-color: #0a0a0a;
  padding: clamp(1.75rem, 4vw, 3.5rem);
}

.gk-legal-updated {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: rgba(241, 241, 241, 0.45);
  margin: 0 0 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #1a1a1a;
}

.gk-legal-intro {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(15px, 1.2vw, 17px);
  font-weight: 400;
  line-height: 1.7;
  color: rgba(241, 241, 241, 0.8);
  margin: 0 0 2.5rem;
}

.gk-legal-section {
  margin: 0 0 2.5rem;
}

.gk-legal-section:last-child {
  margin-bottom: 0;
}

.gk-legal-section-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: clamp(16px, 1.8vw, 20px);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #f1f1f1;
  margin: 0 0 1rem;
}

.gk-legal-section p {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 400;
  line-height: 1.75;
  color: rgba(241, 241, 241, 0.78);
  margin: 0 0 1rem;
}

.gk-legal-section p:last-child {
  margin-bottom: 0;
}

.gk-legal-section ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}

.gk-legal-section li {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 400;
  line-height: 1.7;
  color: rgba(241, 241, 241, 0.78);
  padding-left: 1.25rem;
  margin-bottom: 0.65rem;
}

.gk-legal-section li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 5px;
  height: 5px;
  background-color: rgba(241, 241, 241, 0.55);
}

.gk-legal-section a {
  color: #f1f1f1 !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  transition: color 0.2s;
}

.gk-legal-section a:hover {
  color: rgba(241, 241, 241, 0.7) !important;
}

.gk-legal-section strong {
  color: #f1f1f1;
  font-weight: 600;
}

/* ── Responsivo ──────────────────────────────────────────── */

@media screen and (max-width: 479px) {
  .gk-legal-main {
    padding: 2rem 1rem 3rem;
  }
}
