/* _legal_base.css — páginas legales Lussyca (marca coherente) */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap');

*, *::before, *::after { box-sizing: border-box; }

body {
  font-family: 'Manrope', system-ui, -apple-system, sans-serif;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 1.25rem 2.5rem;
  line-height: 1.65;
  color: #1a1520;
  background: #f0ebe5;
  -webkit-font-smoothing: antialiased;
}

.legal-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 0 1rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid rgba(30, 20, 40, 0.1);
}

.legal-top a.legal-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: inherit;
}

.legal-top img.legal-wordmark {
  height: 30px;
  width: auto;
  filter: drop-shadow(0 2px 8px rgba(180, 110, 70, 0.35));
}

.legal-top nav a {
  margin-left: 0.85rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #5c5268;
  text-decoration: none;
}

.legal-top nav a:hover { color: #d63d7a; }

h1 { font-size: 1.55rem; margin-top: 0.5rem; font-weight: 700; letter-spacing: -0.02em; }
h2 { font-size: 1.08rem; margin-top: 1.6rem; color: #2a2030; font-weight: 700; }
h3 { font-size: 1rem; margin-top: 1rem; font-weight: 600; }
a { color: #c43d6f; text-decoration: none; }
a:hover { text-decoration: underline; }
p, li { font-size: 0.95rem; }
ul, ol { padding-left: 1.4rem; }
strong { font-weight: 600; }

.meta { font-size: 0.88rem; color: #5c5268; }

.version-badge {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  vertical-align: middle;
  margin-left: 0.35rem;
  padding: 0.15rem 0.45rem;
  border-radius: 4px;
  background: rgba(212, 61, 122, 0.1);
  color: #a83258;
}

.legal-notice, .launch-blocked {
  margin: 1.25rem 0 1.5rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(180, 83, 9, 0.35);
  border-radius: 10px;
  background: #fff8eb;
  color: #78350f;
  font-size: 0.92rem;
}

.entity-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0 1.25rem;
  font-size: 0.92rem;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.entity-table th,
.entity-table td {
  text-align: left;
  vertical-align: top;
  padding: 0.55rem 0.65rem;
  border-bottom: 1px solid #ece5df;
}

.entity-table th {
  width: 38%;
  font-weight: 600;
  color: #333;
  background: #faf7f4;
}

footer, .legal-footer {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(30, 20, 40, 0.1);
  font-size: 0.85rem;
  color: #5c5268;
}

.legal-footer nav a { margin-right: 0.85rem; }

@media (max-width: 600px) {
  .legal-top { flex-direction: column; align-items: flex-start; }
  .legal-top nav a { margin-left: 0; margin-right: 0.85rem; }
  h1 { font-size: 1.3rem; }
}
