/* PILULA.VIP — pagini legale
   Se incarca DUPA main.css si reia acelasi design system. */

.legal-page {
  background: var(--off);
  padding: 140px 6% 90px;
  min-height: 70vh;
}
.legal-wrap {
  max-width: 820px;
  margin: 0 auto;
}
.legal-back {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Syne', sans-serif; font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 28px; transition: color 0.2s;
}
.legal-back:hover { color: var(--electric); }

.legal-wrap h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2.1rem, 5vw, 3.2rem); font-weight: 800;
  line-height: 1.02; letter-spacing: -0.01em; text-transform: uppercase;
  color: var(--navy); margin-bottom: 10px;
}
.legal-updated {
  font-size: 0.76rem; color: var(--muted);
  padding-bottom: 26px; margin-bottom: 34px;
  border-bottom: 1px solid var(--line);
}
.legal-wrap h2 {
  font-family: 'Syne', sans-serif;
  font-size: 1.02rem; font-weight: 700; letter-spacing: -0.01em;
  color: var(--navy); margin: 38px 0 12px;
}
.legal-wrap h3 {
  font-family: 'Syne', sans-serif; font-size: 0.88rem; font-weight: 600;
  color: var(--graphite); margin: 22px 0 8px;
}
.legal-wrap p,
.legal-wrap li {
  font-size: 0.9rem; line-height: 1.75; color: #313c49; font-weight: 300;
}
.legal-wrap p { margin-bottom: 12px; }
.legal-wrap ul, .legal-wrap ol { margin: 0 0 14px 20px; }
.legal-wrap li { margin-bottom: 7px; }
.legal-wrap strong { font-weight: 600; color: var(--navy); }
.legal-wrap a { color: var(--electric); text-decoration: underline; text-underline-offset: 2px; }
.legal-wrap a:hover { color: var(--elec-b); }

.legal-table { width: 100%; border-collapse: collapse; margin: 16px 0 22px; }
.legal-table th, .legal-table td {
  text-align: left; padding: 11px 12px;
  border-bottom: 1px solid var(--line); font-size: 0.84rem;
}
.legal-table th {
  font-family: 'Syne', sans-serif; font-weight: 700; font-size: 0.7rem;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted);
}
.legal-table td { color: #313c49; font-weight: 300; }

/* Blocuri evidentiate: date firma, avertismente, casete de atentie */
.legal-box {
  background: #fff; border: 1px solid var(--silver);
  border-left: 3px solid var(--electric);
  padding: 20px 22px; margin: 20px 0;
}
.legal-box.warn { border-left-color: var(--red); }
.legal-box.gold { border-left-color: var(--gold); }
.legal-box p:last-child { margin-bottom: 0; }

/* Marcaj pentru datele care trebuie completate inainte de lansare */
.todo {
  background: #fff4d6; border-bottom: 1px dashed #b8963e;
  padding: 0 3px; font-weight: 500; color: #6b5310;
}

@media (max-width: 720px) {
  .legal-page { padding: 110px 6% 60px; }
  .legal-table th, .legal-table td { padding: 9px 8px; font-size: 0.78rem; }
}
