/* Velvet — estilos compartidos del sitio público */
:root {
  --bg: #0e0715;
  --bg-soft: #181024;
  --card: #1d1430;
  --accent: #e94560;
  --accent-2: #a06bd4;
  --text: #f3eef9;
  --text-dim: #b9aecb;
  --border: #2c2042;
  --radius: 18px;
  --maxw: 760px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: radial-gradient(1200px 600px at 50% -10%, #2a1640 0%, var(--bg) 55%);
  color: var(--text);
  line-height: 1.7;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--accent-2); text-decoration: none; }
a:hover { text-decoration: underline; }

/* Cabecera */
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px;
  max-width: var(--maxw);
  margin: 0 auto;
}
.brand {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.5px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nav a { margin-left: 18px; color: var(--text-dim); font-size: 14px; }
.nav a:hover { color: var(--text); }

/* Contenido */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 24px; }

/* Portada */
.hero { text-align: center; padding: 60px 24px 30px; max-width: var(--maxw); margin: 0 auto; }
.hero .badge {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--accent);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 6px 14px;
  margin-bottom: 22px;
}
.hero h1 { font-size: 40px; line-height: 1.2; margin-bottom: 16px; }
.hero p { font-size: 18px; color: var(--text-dim); max-width: 540px; margin: 0 auto 30px; }

.cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: var(--maxw); margin: 20px auto; padding: 0 24px; }
.card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
}
.card h3 { font-size: 18px; margin-bottom: 8px; }
.card p { color: var(--text-dim); font-size: 15px; margin-bottom: 14px; }
.card a { font-weight: 600; }

/* Documentos legales */
.legal h1 { font-size: 30px; margin-bottom: 6px; }
.legal .updated { color: var(--text-dim); font-size: 14px; margin-bottom: 30px; }
.legal h2 { font-size: 21px; margin: 32px 0 10px; color: var(--text); }
.legal p, .legal li { color: var(--text-dim); margin-bottom: 12px; }
.legal ul { padding-left: 22px; margin-bottom: 12px; }
.legal strong { color: var(--text); }
.legal table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 14px; }
.legal th, .legal td { border: 1px solid var(--border); padding: 10px 12px; text-align: left; vertical-align: top; }
.legal th { background: var(--bg-soft); color: var(--text); }
.legal td { color: var(--text-dim); }
.back { display: inline-block; margin-bottom: 20px; color: var(--text-dim); font-size: 14px; }

/* Pie */
.site-footer {
  text-align: center;
  color: var(--text-dim);
  font-size: 13px;
  padding: 40px 24px;
  border-top: 1px solid var(--border);
  margin-top: 50px;
  max-width: var(--maxw);
  margin-left: auto;
  margin-right: auto;
}
.site-footer a { color: var(--text-dim); margin: 0 8px; }

@media (max-width: 600px) {
  .hero h1 { font-size: 30px; }
  .cards { grid-template-columns: 1fr; }
}

/* ===== Landing profesional ===== */

/* Logo en cabecera con icono */
.brand-row { display: flex; align-items: center; gap: 10px; }
.brand-row img { width: 34px; height: 34px; border-radius: 9px; }

/* Hero ampliado */
.hero-pro { text-align: center; padding: 70px 24px 20px; max-width: 820px; margin: 0 auto; }
.hero-pro .app-icon {
  width: 110px; height: 110px; border-radius: 26px;
  box-shadow: 0 18px 50px rgba(233, 69, 96, 0.35);
  margin-bottom: 26px;
}
.hero-pro h1 { font-size: 46px; line-height: 1.15; margin-bottom: 18px; }
.hero-pro h1 .grad {
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.hero-pro .lead { font-size: 19px; color: var(--text-dim); max-width: 560px; margin: 0 auto 30px; }

/* Botones de descarga */
.stores { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.store-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--card); border: 1px solid var(--border);
  color: var(--text); border-radius: 14px; padding: 12px 20px;
  font-size: 15px; font-weight: 600; position: relative;
}
.store-btn:hover { text-decoration: none; border-color: var(--accent-2); }
.store-btn .small { display: block; font-size: 11px; color: var(--text-dim); font-weight: 400; }
.store-btn .big { font-size: 16px; }
.store-btn.soon { opacity: 0.6; cursor: default; }
.store-btn.soon::after {
  content: "Muy pronto"; position: absolute; top: -10px; right: -8px;
  background: var(--accent); color: #fff; font-size: 10px; font-weight: 700;
  padding: 3px 8px; border-radius: 999px;
}

/* Secciones */
.section { max-width: var(--maxw); margin: 0 auto; padding: 50px 24px; }
.section h2 { font-size: 30px; text-align: center; margin-bottom: 10px; }
.section .sub { text-align: center; color: var(--text-dim); margin-bottom: 36px; }

/* Características */
.features { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.feature {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 24px;
}
.feature .ico { font-size: 28px; margin-bottom: 12px; display: block; }
.feature h3 { font-size: 17px; margin-bottom: 6px; }
.feature p { color: var(--text-dim); font-size: 15px; }

/* Capturas (huecos preparados) */
.shots { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.shot {
  width: 200px; height: 420px; border-radius: 26px;
  background: linear-gradient(160deg, var(--bg-soft), var(--card));
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  color: var(--text-dim); font-size: 13px; text-align: center; padding: 16px;
  overflow: hidden;
}
.shot img { width: 100%; height: 100%; object-fit: cover; border-radius: 26px; }

/* CTA final */
.cta { text-align: center; padding: 60px 24px; }
.cta h2 { font-size: 30px; margin-bottom: 16px; }

@media (max-width: 600px) {
  .hero-pro h1 { font-size: 34px; }
  .features { grid-template-columns: 1fr; }
}
