/* ===========================
   Terms & Conditions
   =========================== */

:root{
  --ink:#0b0b0b;
  --muted:#666;
  --rule:#dcdcdc;
  --blue:#0A4F6A;
}

/* Layout helpers (match your site’s rhythm) */
.container-narrow{ max-width:1100px; margin:0 auto; padding:0 2rem; }

.legal-header{ padding: 2rem 0 0.25rem; }
.legal-title{
  margin:0;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.02em;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  display:flex; align-items:center; gap:.6rem;
}
.blue-dot{
  width:1.8rem; height:1.8rem; background:#0A6AAE; border-radius:50%; display:inline-block;
}
.legal-updated{ margin:.35rem 0 0; color:var(--muted); font-size:.95rem; }

.legal-rule{ border:none; border-top:1px solid var(--rule); margin: .75rem 0 1.25rem; }

.legal-body{ color:var(--ink); padding-bottom:2.5rem; }
.legal-intro{ line-height:1.6; margin: 0 0 1.25rem; }

.legal-body h3{
  margin: 1.25rem 0 .4rem;
  font-size: 1.05rem;
  text-transform: none;
  letter-spacing:.01em;
  font-weight:800;
}
.legal-body p{ margin:.35rem 0 .85rem; line-height:1.6; }
.legal-body ul{ margin:.25rem 0 1rem 1.1rem; padding:0; }
.legal-body li{ margin:.25rem 0; line-height:1.55; }

.legal-contact{
  font-style: normal;
  margin-top: .5rem;
  line-height: 1.6;
}
.legal-contact a{
  color: inherit;
  text-decoration: underline;
  font-weight: 700;
}

/* Small screens */
@media (max-width:640px){
  .container-narrow{ padding:0 1.25rem; }
}
