/* Estilo compartido de las páginas estáticas (privacidad, condiciones, contacto,
   eliminar cuenta, about). Mismo lenguaje visual que la landing: oscuro + oro. */

:root { color-scheme: dark; }
* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  background: #050B18;
  color: #AFC0CE;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; }

/* ---- NAV ---- */
.lg-nav {
  position: sticky; top: 0; z-index: 20;
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
  padding: 11px 18px;
  background: rgba(5, 11, 24, 0.78);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.lg-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.lg-brand img { width: 32px; height: 32px; border-radius: 9px; border: 1px solid rgba(251, 191, 36, 0.3); flex-shrink: 0; }
.lg-brand span {
  font-size: 13px; font-weight: 900; letter-spacing: 2px;
  color: #FCD34D; text-transform: uppercase; white-space: nowrap;
}
.lg-nav-actions { display: flex; gap: 8px; align-items: center; }
.lg-btn {
  background: linear-gradient(135deg, #F59E0B, #FCD34D); color: #0B1220;
  border-radius: 10px; padding: 9px 15px; font-weight: 800; font-size: 13px;
  text-decoration: none; white-space: nowrap;
  box-shadow: 0 6px 18px rgba(245, 158, 11, 0.3);
}
.lg-ios {
  display: flex; flex-shrink: 0; align-items: center; gap: 7px;
  background: #000; border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px; padding: 0 12px; height: 38px; cursor: pointer;
  font-family: inherit;
}
.lg-ios small { display: block; font-size: 8px; color: rgba(255, 255, 255, 0.62); letter-spacing: 0.3px; white-space: nowrap; }
.lg-ios b { display: block; font-size: 12px; font-weight: 800; color: #fff; margin-top: 1px; white-space: nowrap; }
.lg-ios svg { flex-shrink: 0; display: block; }

/* ---- CABECERA ---- */
.lg-hero {
  text-align: center; padding: 46px 20px 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: radial-gradient(ellipse at 50% -20%, rgba(251, 191, 36, 0.1), transparent 62%);
}
.lg-hero h1 {
  font-size: clamp(24px, 5vw, 34px); font-weight: 900; letter-spacing: -1px; color: #fff;
}
.lg-hero p { color: rgba(255, 255, 255, 0.5); font-size: 14px; margin-top: 7px; }

/* ---- CONTENIDO ---- */
.lg-container { max-width: 720px; margin: 0 auto; padding: 30px 20px 76px; }

.lg-hint {
  display: flex; align-items: center; gap: 9px;
  font-size: 13px; color: rgba(255, 255, 255, 0.55);
  background: rgba(251, 191, 36, 0.06); border: 1px solid rgba(251, 191, 36, 0.16);
  border-radius: 11px; padding: 11px 14px; margin-bottom: 26px;
}
.lg-hint svg { flex-shrink: 0; color: #FCD34D; }
.lg-hint a { color: #FCD34D; font-weight: 700; text-decoration: none; }

.lg-date { font-size: 13px; color: rgba(255, 255, 255, 0.4); margin-bottom: 6px; }

.lg-container h2 {
  font-size: 17px; font-weight: 800; color: #F1F5F9;
  margin: 34px 0 10px; padding-left: 13px; border-left: 3px solid #FCD34D;
}
.lg-container h3 { font-size: 15px; font-weight: 800; color: #E8F1FA; margin: 22px 0 8px; }
.lg-container p, .lg-container li { font-size: 15px; color: #AFC0CE; margin-bottom: 10px; }
.lg-container ul, .lg-container ol { padding-left: 22px; margin-bottom: 12px; }
.lg-container a { color: #FCD34D; }
.lg-container strong { color: #E8F1FA; }
/* los enlaces con estilo de botón mantienen su propio color, no el ámbar de enlace */
.lg-container a.lg-btn { color: #0B1220; }
.lg-container a.lg-mailbtn { color: inherit; }

.lg-card {
  background: rgba(255, 255, 255, 0.035); border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px; padding: 22px 22px; margin: 18px 0;
}

/* botones de contacto (contact.html) */
.lg-mailbtns { display: flex; flex-direction: column; gap: 12px; margin: 20px 0 4px; }
.lg-mailbtn {
  display: flex; align-items: center; gap: 14px; text-decoration: none;
  background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px; padding: 15px 18px; transition: border-color .15s ease, background .15s ease;
}
.lg-mailbtn:hover { border-color: rgba(251, 191, 36, 0.35); background: rgba(255, 255, 255, 0.06); }
.lg-mailbtn-ic {
  width: 42px; height: 42px; border-radius: 12px; background: rgba(251, 191, 36, 0.1);
  border: 1px solid rgba(251, 191, 36, 0.2);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #FCD34D;
}
.lg-mailbtn-ic svg { display: block; }
.lg-mailbtn-tx { min-width: 0; }
.lg-mailbtn-tx b { display: block; font-size: 15px; color: #fff; font-weight: 700; }
.lg-mailbtn-tx span { display: block; font-size: 13px; color: rgba(255, 255, 255, 0.5); margin-top: 1px; }
.lg-mailbtn-arrow { margin-left: auto; flex-shrink: 0; color: rgba(255, 255, 255, 0.35); }

/* ---- FOOTER ---- */
.lg-footer {
  background: #020712; border-top: 1px solid rgba(255, 255, 255, 0.06); padding: 28px 24px;
}
.lg-footer-inner {
  max-width: 1000px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 16px;
  justify-content: space-between; align-items: center;
}
.lg-footer .lg-brand span { color: rgba(255, 255, 255, 0.6); font-size: 12px; }
.lg-footer-links { display: flex; gap: 20px; flex-wrap: wrap; }
.lg-footer-links a { color: rgba(255, 255, 255, 0.55); text-decoration: none; font-size: 13px; font-weight: 500; }
.lg-footer-links a[aria-current] { color: #FCD34D; font-weight: 700; }
.lg-footer-links a:hover { color: #FCD34D; }
.lg-copy { font-size: 12px; color: rgba(255, 255, 255, 0.32); }

/* ---- MODAL iOS ---- */
.lg-modal { display: none; position: fixed; inset: 0; background: rgba(0, 0, 0, 0.7); align-items: center; justify-content: center; padding: 24px; z-index: 200; }
.lg-modal-card { background: #0D1E35; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 20px; padding: 28px 24px; max-width: 340px; width: 100%; text-align: center; }
.lg-modal-ic { width: 52px; height: 52px; border-radius: 15px; background: rgba(251, 191, 36, 0.12); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 14px; color: #FCD34D; }
.lg-modal-card h2 { font-size: 18px; font-weight: 800; color: #fff; margin-bottom: 8px; border: none; padding: 0; }
.lg-modal-card p { font-size: 14px; color: #94A3B8; line-height: 1.6; margin-bottom: 16px; }
.lg-modal-steps { background: rgba(255, 255, 255, 0.05); border-radius: 12px; padding: 12px 16px; font-size: 13px; color: #94A3B8; margin-bottom: 16px; text-align: left; line-height: 1.9; }
.lg-modal-steps strong { color: #E8F1FA; }
.lg-modal-card button { background: linear-gradient(135deg, #F59E0B, #FCD34D); color: #0B1220; border: none; border-radius: 12px; padding: 13px 24px; font-weight: 800; font-size: 15px; cursor: pointer; font-family: inherit; width: 100%; }

@media (max-width: 620px) {
  .lg-brand span { display: none; }
  .lg-footer-inner { flex-direction: column; text-align: center; gap: 14px; }
  .lg-footer-links { justify-content: center; }
}
