/* ===========================
   YIRA.AI — LEGAL PAGES
   =========================== */
.legal-page-header {
  padding: 160px 0 60px;
  background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
  text-align: center;
  color: #fff;
}
.legal-page-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.legal-page-subtitle {
  font-size: 1.1rem;
  color: #94A3B8;
}

.legal-content-wrap {
  padding: 80px 0;
  background: #F8FAFC;
}
.legal-content {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 20px;
  padding: 48px 56px;
  max-width: 860px;
  margin: 0 auto;
  box-shadow: 0 4px 24px rgba(0,0,0,0.04);
}
.legal-content .last-updated {
  font-size: 0.85rem;
  color: #64748B;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  border-bottom: 1px solid #E2E8F0;
  padding-bottom: 16px;
}
.legal-content h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0F172A;
  margin: 40px 0 16px;
}
.legal-content h2:first-of-type {
  margin-top: 0;
}
.legal-content p {
  font-size: 1rem;
  color: #334155;
  line-height: 1.8;
  margin-bottom: 20px;
}
.legal-content ul {
  margin-bottom: 24px;
  padding-left: 20px;
}
.legal-content li {
  font-size: 1rem;
  color: #334155;
  line-height: 1.7;
  margin-bottom: 10px;
  list-style-type: disc;
}
.legal-content li::marker {
  color: #3B5BDB;
}
.legal-content strong {
  color: #0F172A;
  font-weight: 700;
}
.legal-content a {
  color: #3B5BDB;
  text-decoration: underline;
  text-decoration-color: rgba(59,91,219,0.3);
  text-underline-offset: 2px;
  transition: text-decoration-color 0.2s;
}
.legal-content a:hover {
  text-decoration-color: #3B5BDB;
}

.legal-contact-box {
  background: #EEF2FF;
  border: 1px solid rgba(59,91,219,0.2);
  border-radius: 12px;
  padding: 24px;
  margin-top: 24px;
  font-size: 0.95rem;
  color: #334155;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .legal-page-header { padding: 120px 0 40px; }
  .legal-content { padding: 32px 24px; border-radius: 16px; }
  .legal-content h2 { font-size: 1.25rem; }
}
