.legal-card {
  background: rgba(255,255,255,.035) !important;
  border: 1px solid rgba(255,255,255,.06) !important;
  border-radius: 20px !important;
  box-shadow: 0 18px 50px rgba(0,0,0,.3) !important;
  overflow: hidden;
}
.legal-hero {
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
  padding: 26px 28px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.legal-hero-icon {
  width: 52px; height: 52px; border-radius: 15px; flex-shrink: 0;
  background: linear-gradient(135deg, rgba(95,227,255,.16), rgba(43,127,255,.16));
  border: 1px solid rgba(95,227,255,.25);
  display: flex; align-items: center; justify-content: center;
}
.legal-hero-icon svg { width: 24px; height: 24px; fill: #5fe3ff; }
.legal-hero-info { flex: 1; min-width: 200px; }
.legal-hero-title {
  margin: 0 0 4px; font-family: var(--font-family-1,"Unbounded"), sans-serif; font-weight: 800;
  font-size: 1.3rem; letter-spacing: -.01em;
  background: linear-gradient(120deg,#5fe3ff,#2b7fff);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.legal-hero-sub { margin: 0; color: #9fb2c0; font-size: .85rem; }
.legal-hero-date {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 14px; border-radius: 999px; font-size: .74rem; font-weight: 600;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); color: #9fb2c0;
  white-space: nowrap;
}
.legal-hero-date svg { width: 12px; height: 12px; fill: currentColor; }

.legal-body { padding: 6px 28px 30px; }

.title_offer {
  font-family: var(--font-family-1,"Unbounded"), sans-serif;
  font-weight: 700;
  font-size: 1.02rem;
  color: #eafcff;
  margin: 30px 0 14px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.06);
  display: flex;
  align-items: center;
  gap: 10px;
}
.title_offer:first-child { margin-top: 0; padding-top: 0; border-top: none; }
.title_offer::before {
  content: '';
  width: 4px; height: 16px; border-radius: 3px; flex-shrink: 0;
  background: linear-gradient(180deg,#5fe3ff,#2b7fff);
}

.oferta_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.oferta_list li {
  font-size: .88rem;
  line-height: 1.65;
  color: #b8c4ce;
}

.oferta_list li b {
  font-weight: 700;
  color: #eafcff;
}

.oferta_list li a {
  color: #5fe3ff;
  text-decoration: none;
  transition: color .2s;
}
.oferta_list li a:hover {
  color: #2b7fff;
  text-decoration: underline;
}
