/* ========================================
   PÁGINA LEGAL - POLÍTICA DE PRIVACIDAD (OSCURA)
======================================== */

.legal-page {
  background: linear-gradient(180deg, #0D0D0D 0%, #1A1A1A 100%);
  padding: 6rem 0 4rem;
  min-height: 100vh;
}

/* === HEADER === */
.legal-page__header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 4rem;
  padding-bottom: 3rem;
  border-bottom: 2px solid rgba(163, 126, 73, 0.3);
}

.legal-page__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #A37E49 0%, #C49A5A 50%, #A37E49 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.legal-page__intro {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  color: #D4C4A8;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.legal-page__date {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  color: #C49A5A;
  font-weight: 600;
}

/* === CONTENIDO === */
.legal-page__content {
  max-width: 900px;
  margin: 0 auto;
}

/* === SECCIONES === */
.legal-section {
  background: rgba(26, 26, 26, 0.8);
  backdrop-filter: blur(10px);
  padding: 2.5rem;
  margin-bottom: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  border-left: 4px solid #977B49;
  border: 1px solid rgba(163, 126, 73, 0.2);
  border-left: 4px solid #977B49;
}

.legal-section--highlighted {
  background: rgba(163, 126, 73, 0.1);
  backdrop-filter: blur(10px);
  border-left: 4px solid #A37E49;
  border: 1px solid rgba(163, 126, 73, 0.3);
  box-shadow: 0 4px 20px rgba(163, 126, 73, 0.2);
}

.legal-section__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  color: #FAFAF8;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(163, 126, 73, 0.2);
}

.legal-section__content {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  color: #D4C4A8;
  line-height: 1.8;
}

.legal-section__content p {
  margin-bottom: 1.25rem;
}

.legal-section__content p:last-child {
  margin-bottom: 0;
}

.legal-section__content strong {
  color: #FAFAF8;
  font-weight: 600;
}

/* === SUBSECCIONES === */
.legal-subsection {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #C49A5A;
  margin: 2rem 0 1rem;
}

/* === LISTAS === */
.legal-list {
  list-style: none;
  padding-left: 0;
  margin: 1.5rem 0;
}

.legal-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  line-height: 1.7;
  color: #D4C4A8;
}

.legal-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: #A37E49;
  font-weight: 700;
  font-size: 1.2rem;
}

.legal-list li strong {
  color: #FAFAF8;
}

/* === NOTAS DESTACADAS === */
.legal-note {
  background: rgba(163, 126, 73, 0.15);
  border-left: 3px solid #A37E49;
  padding: 1.25rem;
  border-radius: 8px;
  margin: 1.5rem 0;
  font-size: 0.95rem;
  color: #D4C4A8;
  box-shadow: 0 2px 10px rgba(163, 126, 73, 0.1);
}

.legal-note strong {
  color: #C49A5A;
}

.legal-highlight {
  background: rgba(163, 126, 73, 0.12);
  padding: 1.25rem;
  border-radius: 8px;
  border: 2px solid rgba(163, 126, 73, 0.3);
  margin: 1.5rem 0;
  text-align: center;
  box-shadow: 0 2px 10px rgba(163, 126, 73, 0.15);
}

.legal-highlight strong {
  color: #C49A5A;
}

/* === CONTACTO === */
.legal-contact {
  background: rgba(13, 13, 13, 0.6);
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid rgba(163, 126, 73, 0.3);
  margin-top: 1rem;
}

.legal-contact p {
  margin-bottom: 0.75rem;
  color: #D4C4A8;
}

.legal-contact p:last-child {
  margin-bottom: 0;
}

.legal-contact strong {
  color: #FAFAF8;
}

/* === ENLACES === */
.legal-section__content a,
.legal-contact a {
  color: #C49A5A;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.legal-section__content a:hover,
.legal-contact a:hover {
  color: #A37E49;
  text-decoration: underline;
}

/* === FOOTER DE LA PÁGINA === */
.legal-page__footer {
  text-align: center;
  margin-top: 4rem;
}

.btn-back {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, #A37E49 0%, #977B49 100%);
  color: #FAFAF8;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(163, 126, 73, 0.4);
}

.btn-back:hover {
  background: linear-gradient(135deg, #C49A5A 0%, #A37E49 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(163, 126, 73, 0.5);
  color: #272626;
}

.btn-back svg {
  stroke: currentColor;
  transition: transform 0.3s ease;
}

.btn-back:hover svg {
  transform: translateX(-4px);
}