/* Documentos legales — Términos, privacidad y cookies */

body.page-legal {
  background:
    radial-gradient(ellipse 90% 50% at 50% -10%, rgba(212, 175, 55, 0.07), transparent 48%),
    #050508;
}

.page-legal .layout-wrapper.isv-legal {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 1.25rem 1.15rem 2rem;
}

.isv-legal__tabs {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0 0 1.25rem;
  padding: 4px;
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 14px;
  background: rgba(7, 8, 13, 0.92);
}

a.isv-legal__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  min-height: 42px;
  padding: 0.55rem 0.9rem;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #c4c4cc !important;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: color 0.2s ease, background 0.2s ease;
}

a.isv-legal__tab:hover,
a.isv-legal__tab:focus-visible {
  color: #f5e6b8 !important;
  background: rgba(212, 175, 55, 0.1);
  outline: none;
}

a.isv-legal__tab.is-active,
a.isv-legal__tab.is-active:hover,
a.isv-legal__tab.is-active:focus-visible {
  color: #1a1408 !important;
  background: #d4af37;
  font-weight: 700;
}

@media (min-width: 640px) {
  .isv-legal__tabs {
    flex-direction: row;
    align-items: stretch;
  }
}

.isv-legal__doc {
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.45);
  padding: 1.25rem 1.15rem 1.5rem;
}

.isv-legal__kicker {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d4af37;
}

.isv-legal__title {
  margin: 0 0 0.4rem;
  color: #f9fafb;
  font-size: clamp(1.35rem, 3.4vw, 1.85rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.isv-legal__updated {
  margin: 0 0 0.9rem;
  font-size: 0.78rem;
  color: #9ca3af;
}

.isv-legal__lead {
  margin: 0 0 0.25rem;
  color: #d4d4d8;
  font-size: 0.95rem;
  line-height: 1.6;
}

.isv-legal__section {
  margin-top: 1.35rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.isv-legal__section h2 {
  margin: 0 0 0.55rem;
  font-size: 1.02rem;
  font-weight: 700;
  color: #f5e6b8;
}

.isv-legal__section p,
.isv-legal__section li {
  color: #9ca3af;
  font-size: 0.92rem;
  line-height: 1.65;
}

.isv-legal__section p {
  margin: 0 0 0.7rem;
}

.isv-legal__section p:last-child {
  margin-bottom: 0;
}

.isv-legal__section ul {
  margin: 0 0 0.35rem;
  padding-left: 1.15rem;
}

.isv-legal__section li {
  margin: 0 0 0.4rem;
}

@media (min-width: 768px) {
  .page-legal .layout-wrapper.isv-legal {
    padding: 2rem 1.5rem 2.5rem;
  }

  .isv-legal__doc {
    padding: 1.75rem 1.75rem 2rem;
  }

  .isv-legal__tabs {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .page-legal .layout-wrapper.isv-legal {
    max-width: 880px;
  }
}
