.legal-hero{
  background:#fff;
}

.legal-visual{
  position:relative;
}

.legal-bg-shapes{
  position:absolute;
  top:110px;
  right:-110px;
  width:113px;
  max-width:40vw;
  height:auto;
  pointer-events:none;
  z-index:0;
  opacity:.95;
}

.legal-foreground{
  position:relative;
  z-index:1;
}

.legal-head{
  text-align:center;
  max-width:920px;
  margin:0 auto 1.25rem;
}

.legal-title{
  font-weight:800;
  letter-spacing:-0.02em;
  color:var(--text-dark, #111);
  font-size:2.25rem;
  line-height:1.15;
  margin:0;
}

.legal-lead{
  color:var(--muted, #6b7280);
  line-height:1.7;
  font-size:.98rem;
  margin:.85rem auto 0;
  max-width:78ch;
}

.legal-toc{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:.65rem;
  margin:1.25rem auto 1.25rem;
  max-width:1100px;
}

.legal-toc a{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  padding:.55rem .85rem;
  border-radius:999px;
  border:1px solid #e9e9e9;
  background:#fff;
  color:#222;
  font-size:12px;
  font-weight:700;
  text-decoration:none;
  box-shadow:0 6px 18px rgba(16,24,40,.06);
  transition:transform .15s ease, background-color .15s ease, color .15s ease;
}

.legal-toc a:hover{
  background:#f3f3f3;
  color:#111;
  transform:translateY(-1px);
}

.legal-card{
  background:#fff;
  border:1px solid #e9e9e9;
  border-radius:1.25rem;
  box-shadow:0 16px 32px rgba(16,24,40,.08);
  padding:1.65rem 1.65rem;
}

.legal-section + .legal-section{
  margin-top:1.85rem;
  padding-top:1.85rem;
  border-top:1px solid #f0f0f0;
}

.legal-section h2{
  font-size:1.15rem;
  font-weight:800;
  letter-spacing:-.01em;
  color:#111;
  margin:0 0 .75rem;
}

.legal-section h3{
  font-size:.98rem;
  font-weight:800;
  color:#111;
  margin:1.15rem 0 .5rem;
}

.legal-card p{
  font-size:13px;
  line-height:1.75;
  color:#4b5563;
  margin:0 0 .85rem;
}

.legal-card ul{
  margin:0 0 .95rem 1.1rem;
  padding:0;
}

.legal-card li{
  font-size:13px;
  line-height:1.7;
  color:#4b5563;
  margin:.25rem 0;
}

.legal-card a{
  color:inherit;
  text-decoration:underline;
  text-decoration-color:rgba(221,51,51,.35);
  text-underline-offset:3px;
}

.legal-card a:hover{
  color:var(--brand-red, #DD3333);
  text-decoration-color:var(--brand-red, #DD3333);
}

.legal-highlight{
  background:#f6f7f8;
  border:1px solid #ededed;
  border-radius:12px;
  padding:14px 16px;
  margin:.75rem 0 0;
}

.legal-highlight-title{
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--brand-red, #DD3333);
  margin-bottom:6px;
}

.legal-q{
  background:#fff;
  border:1px solid #efefef;
  border-radius:12px;
  padding:14px 14px;
  box-shadow:0 10px 24px rgba(16,24,40,.06);
  margin:.85rem 0 0;
}

.legal-q-title{
  font-size:12px;
  font-weight:800;
  color:#111;
  margin:0 0 .5rem;
}

.legal-contact{
  background:#fff;
  border:1px solid #efefef;
  border-radius:12px;
  box-shadow:0 10px 24px rgba(16,24,40,.06);
  padding:14px 14px;
  margin:.75rem 0 0;
}

.legal-contact-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:12px;
}

.legal-contact-item{
  background:#f6f7f8;
  border:1px solid #ededed;
  border-radius:12px;
  padding:12px 12px;
}

.legal-contact-label{
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--brand-red, #DD3333);
  margin-bottom:6px;
}

.legal-contact-value{
  font-size:13px;
  line-height:1.65;
  color:#374151;
  font-weight:600;
}

@media (max-width: 991.98px){
  .legal-bg-shapes{ display:none !important; }
  .legal-title{ font-size:1.85rem; }
  .legal-card{ padding:1.25rem 1.15rem; }
  .legal-contact-grid{ grid-template-columns:1fr; }
}
