/* ------------------------------------------------------------ */
/* LEGAL PAGES — PREMIUM EDITORIAL                              */
/* ------------------------------------------------------------ */

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
}

.le-main {
  font-family: 'Montserrat', sans-serif;
  color: var(--bj-text, #1a1a1a);
  background: #f5f5f5;
  line-height: 1.8;
}

/* ---- Header ---- */
.le-header {
  background: var(--bj-navy, #002244);
  padding: 140px 2rem 80px;
  text-align: center;
}

.le-header__inner {
  max-width: 600px;
  margin: 0 auto;
}

.le-header__eyebrow {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--bj-gold, #c8a84e);
  margin-bottom: 1.2rem;
}

.le-header__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
}

.le-header__updated {
  font-size: 0.8rem;
  font-weight: 400;
  color: rgba(255,255,255,0.45);
  font-style: italic;
}

/* ---- Content ---- */
.le-content {
  padding: 60px 2rem 100px;
}

.le-content__inner {
  max-width: 780px;
  margin: 0 auto;
}

/* ---- Blocks ---- */
.le-block {
  background: #fff;
  padding: 2.5rem 3rem;
  margin-bottom: 2px;
}

.le-block:first-child {
  margin-top: -40px;
  position: relative;
  z-index: 2;
}

/* ---- Headings ---- */
.le-block__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--bj-navy, #002244);
  margin-bottom: 1.2rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #e8e8e8;
}

.le-block__subtitle {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--bj-navy, #002244);
  margin-top: 1.5rem;
  margin-bottom: 0.8rem;
}

/* ---- Text ---- */
.le-block p {
  font-size: 0.88rem;
  font-weight: 400;
  color: #444;
  margin-bottom: 1rem;
  line-height: 1.85;
}

.le-block p:last-child {
  margin-bottom: 0;
}

.le-block strong {
  font-weight: 600;
  color: var(--bj-text, #1a1a1a);
}

/* ---- Lists ---- */
.le-block ul,
.le-block ol {
  margin: 0.8rem 0 1.2rem 1.5rem;
  font-size: 0.88rem;
  color: #444;
}

.le-block ul li,
.le-block ol li {
  margin-bottom: 0.5rem;
  line-height: 1.75;
}

.le-block ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.le-block ul li {
  padding-left: 1.2rem;
  position: relative;
}

.le-block ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 5px;
  height: 5px;
  background: var(--bj-gold, #c8a84e);
  border-radius: 0;
}

/* ---- Links ---- */
.le-block a {
  color: var(--bj-navy, #002244);
  text-decoration: none;
  border-bottom: 1px solid var(--bj-gold, #c8a84e);
  transition: border-color 0.3s ease, color 0.3s ease;
}

.le-block a:hover {
  color: var(--bj-gold, #c8a84e);
  border-color: var(--bj-navy, #002244);
}

/* ---- Data list (identification info) ---- */
.le-data {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.4rem 1.5rem;
  margin: 1rem 0 1.5rem;
  font-size: 0.88rem;
}

.le-data dt {
  font-weight: 600;
  color: var(--bj-navy, #002244);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding-top: 0.15rem;
}

.le-data dd {
  color: #444;
  margin: 0;
}

.le-data dd .le-licencia {
  word-break: break-all;
  font-size: 0.82rem;
  color: #888;
}

/* ---- Tables (cookies, data processing) ---- */
.le-table-wrap {
  overflow-x: auto;
  margin: 1rem 0 1.5rem;
  -webkit-overflow-scrolling: touch;
}

.le-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.82rem;
}

.le-table thead {
  background: var(--bj-navy, #002244);
}

.le-table th {
  padding: 0.8rem 1rem;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  white-space: nowrap;
}

.le-table td {
  padding: 0.75rem 1rem;
  color: #444;
  border-bottom: 1px solid #eee;
  vertical-align: top;
  line-height: 1.6;
}

.le-table tbody tr:last-child td {
  border-bottom: none;
}

.le-table tbody tr:nth-child(even) {
  background: #fafafa;
}

/* ---- Info box ---- */
.le-info {
  background: #f8f6f0;
  border-left: 3px solid var(--bj-gold, #c8a84e);
  padding: 1.2rem 1.5rem;
  margin: 1.2rem 0;
  font-size: 0.85rem;
  color: #555;
  line-height: 1.7;
}

.le-info strong {
  color: var(--bj-navy, #002244);
}

/* ---- Alert box ---- */
.le-alert {
  background: #fdf5f5;
  border-left: 3px solid #8a2020;
  padding: 1.2rem 1.5rem;
  margin: 1.2rem 0;
  font-size: 0.85rem;
  color: #5a1a1a;
  line-height: 1.7;
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
  .le-header {
    padding: 120px 1.5rem 60px;
  }

  .le-header__title {
    font-size: 2rem;
  }

  .le-content {
    padding: 40px 1rem 80px;
  }

  .le-block {
    padding: 2rem 1.5rem;
  }

  .le-data {
    grid-template-columns: 1fr;
    gap: 0.2rem 0;
  }

  .le-data dt {
    margin-top: 0.5rem;
  }

  .le-table {
    font-size: 0.78rem;
  }

  .le-table th,
  .le-table td {
    padding: 0.6rem 0.7rem;
  }
}

@media (max-width: 480px) {
  .le-header__title {
    font-size: 1.7rem;
  }

  .le-block {
    padding: 1.5rem 1.2rem;
  }
}
