/* ============================================================
   Pro ASIC Miner Repair LLC — legal.css
   Privacy Policy / Terms of Service / Service Disclaimer
   ============================================================ */

/* --- Hero --- */
.legal-hero {
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
  background: var(--navy);
  border-bottom: 1px solid rgba(33,150,243,0.12);
  position: relative;
  overflow: hidden;
}
.legal-hero::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(21,101,192,0.14) 0%, transparent 65%);
  pointer-events: none;
}
.legal-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
}
.legal-hero h1 {
  font-size: clamp(1.9rem, 3.2vw, 2.7rem);
  font-weight: 800;
  color: var(--white);
  line-height: 0.97;
  letter-spacing: -0.03em;
  margin-bottom: 0.8rem;
  margin-top: 0.5rem;
}
.legal-hero-sub {
  font-size: 0.93rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.68;
  max-width: 580px;
  margin-bottom: 1rem;
}
.legal-updated {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(33,150,243,0.75);
  margin-top: 0.5rem;
}

/* --- Content wrapper --- */
.legal-body {
  padding: 3rem 0 4rem;
}
.legal-content {
  max-width: 860px;
  margin: 0 auto;
}

/* --- Section --- */
.legal-section {
  margin-bottom: 2.5rem;
  padding: 1.75rem 2rem;
  background: rgba(248,250,252,0.97);
  border: 1px solid rgba(15,23,42,0.07);
  border-radius: var(--radius-md);
  box-shadow: 0 2px 8px rgba(15,23,42,0.04);
}
.legal-section h2 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.01em;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(21,101,192,0.14);
}
.legal-section p {
  font-size: 0.88rem;
  color: var(--text, #1e293b);
  line-height: 1.78;
  margin-bottom: 0.7rem;
}
.legal-section p:last-child { margin-bottom: 0; }

/* --- Lists --- */
.legal-list {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0.7rem;
}
.legal-list li {
  font-size: 0.86rem;
  color: var(--text, #1e293b);
  line-height: 1.72;
  padding-left: 1.1rem;
  position: relative;
}
.legal-list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: rgba(21,101,192,0.5);
  font-weight: 700;
}

/* --- Contact block --- */
.legal-contact-block {
  margin-top: 1rem;
  padding: 1rem 1.25rem;
  background: rgba(21,101,192,0.06);
  border-left: 3px solid rgba(21,101,192,0.4);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}
.legal-contact-block p {
  margin-bottom: 0.35rem !important;
  font-size: 0.85rem;
}
.legal-contact-block a {
  color: var(--blue);
  font-weight: 600;
  text-decoration: none;
}
.legal-contact-block a:hover { text-decoration: underline; }

/* --- Section eyebrow --- */
.legal-eyebrow {
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(33,150,243,0.7);
  display: block;
  margin-bottom: 0.3rem;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .legal-hero {
    padding-top: 1.25rem;
    padding-bottom: 1.75rem;
  }
  .legal-hero h1 {
    font-size: clamp(1.65rem, 7vw, 2rem);
    line-height: 1.05;
  }
  .legal-body { padding: 2rem 0 3rem; }
  .legal-section {
    padding: 1.25rem 1.1rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 390px) {
  .legal-section { padding: 1rem 0.85rem; }
}
