/* ============================================
   Legal Pages CSS - Solar Surge
   Privacy Policy, Terms & Conditions
   ============================================ */

/* ===== HERO ===== */
.legal-hero {
  position: relative;
  width: 100%;
  padding: 160px 24px 80px;
  background: var(--color-navy, #0d192e);
  text-align: center;
}

.legal-hero-content h1 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.legal-updated {
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 12px;
}

/* ===== CONTENT ===== */
.legal-content {
  padding: 80px 24px 120px;
  background: #fff;
}

.legal-inner {
  max-width: 800px;
  margin: 0 auto;
}

.legal-intro {
  font-family: 'Poppins', sans-serif;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #e5e5e5;
}

.legal-section {
  margin-bottom: 40px;
}

.legal-section h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0d192e;
  margin-bottom: 16px;
}

.legal-section p {
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 12px;
}

.legal-section ul {
  list-style: disc;
  padding-left: 24px;
  margin-top: 8px;
  margin-bottom: 12px;
}

.legal-section ul li {
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 8px;
}

.legal-section ul li strong {
  color: #0d192e;
}

/* ===== CONTACT BLOCK ===== */
.legal-contact {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 24px 28px;
  margin-top: 16px;
}

.legal-contact p {
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 4px;
}

.legal-contact a {
  color: #f19231;
  text-decoration: underline;
}

.legal-contact a:hover {
  color: #e07a1a;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .legal-hero {
    padding: 120px 20px 60px;
  }

  .legal-content {
    padding: 48px 20px 80px;
  }

  .legal-inner {
    max-width: 100%;
  }
}
