/* Terms & Conditions */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 100%; /* asegura 16px base */
}

.terms-page{
  padding: 10px 16px 48px;
}

.terms-container{
  max-width: 900px;
  margin: 0 auto;
  color: #333;
}

.terms-title{
  text-align: center;
  color: #aaa;
  margin: 6px 0 12px;
  font-size: 1.7rem;
  font-weight: 600;
}

.terms-body{
  text-align: justify;            /* Desktop: justificado */
}

.terms-body p{
  font-size: 0.98rem;
  line-height: 1.7;
  margin: 0 0 14px;
}

.terms-heading{
  color: #635E5D;
  margin: 18px 0 8px;
  font-size: 1.15rem;
  line-height: 1.3;
}

.terms-body ul,
.terms-body ol{
  margin: 8px 0 14px 1.25rem;     /* sangría */
  padding: 0;
}
.terms-body li{
  margin: 6px 0;
}

.terms-body a{
  color: #635E5D;
  text-decoration: underline;
}

.terms-updated{
  color: #777;
  font-size: 0.9rem;
  margin-top: 12px;
}

.terms-body p,
.terms-body li {
  font-weight: 400;
}

.terms-privacy-link {
    text-align: center;
    margin-bottom: 30px;
}

.terms-privacy-link a {
    color: #89817E;
    text-decoration: none;
    font-size: 0.95rem;
}

.terms-privacy-link a:hover {
    text-decoration: underline;
}

/* ===== Responsive ===== */
/* Tablets */
@media (max-width: 992px){
  .terms-title{ font-size: 1.55rem; }
}

/* Móviles */
@media (max-width: 768px){
  .terms-page{ padding: 6px 12px 32px; }
  .terms-container{ max-width: 720px; }
  .terms-title{ font-size: 1.4rem; margin-bottom: 8px; }

  .terms-body{
    text-align: left;             /* Móvil: lectura más cómoda */
  }
  .terms-body p{
    font-size: 0.97rem;
    line-height: 1.65;
    margin-bottom: 12px;
  }
  .terms-heading{
    font-size: 1.08rem;
    margin-top: 16px;
  }
  .terms-body ul,
  .terms-body ol{
    margin-left: 1rem;
  }
}

/* Teléfonos muy angostos */
@media (max-width: 380px){
  .terms-title{ font-size: 1.32rem; }
  .terms-body p{ font-size: 0.95rem; }
}
