:root {
  --bg: #080505;
  --surface: #120909;
  --surface-2: #0d0707;
  --border: rgba(255, 255, 255, 0.09);
  --accent: #e03535;
  --accent-2: #ff6b35;
  --text: #f3e4e4;
  --muted: #c8adad;
  --dim: #9b8181;
  --font-ui: 'Rajdhani', Arial, sans-serif;
  --font-mono: 'Share Tech Mono', monospace;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { min-height: 100vh; background: var(--bg); color: var(--text); font-family: var(--font-ui); line-height: 1.55; }
a { color: inherit; }
.shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.nav { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--border); }
.brand { display: flex; align-items: center; gap: 10px; color: var(--text); text-decoration: none; font-weight: 700; }
.brand img { width: 42px; height: 42px; object-fit: contain; filter: drop-shadow(0 0 10px rgba(224, 53, 53, 0.45)); }
.nav-links { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.nav-links a { color: #ddcaca; text-decoration: none; font-weight: 600; }
.nav-links a:hover { color: #fff; }
.hero {
  min-height: 60svh; display: flex; align-items: center;
  background-image: linear-gradient(90deg, rgba(8,5,5,0.97) 0%, rgba(8,5,5,0.82) 48%, rgba(8,5,5,0.38) 100%), url('/images/separar-mapas-og.jpg');
  background-size: cover; background-position: center; border-bottom: 1px solid var(--border);
}
.hero-content { max-width: 780px; padding: 64px 0; }
.eyebrow { display: inline-flex; gap: 8px; align-items: center; color: #ffb2b2; font-family: var(--font-mono); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 14px; }
.eyebrow::before { content: ''; width: 34px; height: 2px; background: var(--accent); }
h1 { font-size: clamp(2.2rem, 5vw, 4.8rem); line-height: 0.98; letter-spacing: 0; color: #fff; margin-bottom: 18px; }
h2 { font-size: clamp(1.6rem, 3vw, 2.35rem); line-height: 1.08; color: #fff; margin-bottom: 14px; letter-spacing: 0; }
h3 { color: #fff; font-size: 1.2rem; margin-bottom: 8px; letter-spacing: 0; }
p { color: var(--muted); font-size: 1.05rem; max-width: 850px; }
.lead { color: #f0dada; font-size: clamp(1.1rem, 2vw, 1.35rem); margin-bottom: 26px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 26px; }
.btn { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 0 18px; border-radius: 6px; border: 1px solid rgba(255,255,255,0.16); color: #fff; text-decoration: none; font-weight: 700; }
.btn-primary { background: var(--accent); border-color: var(--accent); color: #160808; }
.btn-primary:hover { background: var(--accent-2); border-color: var(--accent-2); }
.btn-secondary { background: rgba(255,255,255,0.08); }
.btn-secondary:hover { background: rgba(255,255,255,0.14); }
.section { padding: 68px 0; border-bottom: 1px solid var(--border); }
.section-alt { background: var(--surface-2); }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 26px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 26px; }
.card { background: var(--surface); border: 1px solid var(--border); border-radius: 8px; padding: 20px; }
.card p, .card li { color: var(--muted); font-size: 0.98rem; }
.card ul, .content-list { padding-left: 20px; color: var(--muted); }
.content-list li { margin: 8px 0; }
.steps { counter-reset: step; display: grid; gap: 12px; margin-top: 26px; }
.step { counter-increment: step; display: grid; grid-template-columns: 52px 1fr; gap: 16px; align-items: start; padding: 18px; background: var(--surface); border: 1px solid var(--border); border-radius: 8px; }
.step::before { content: counter(step); width: 42px; height: 42px; display: grid; place-items: center; border-radius: 6px; background: var(--accent); color: #160808; font-family: var(--font-mono); font-weight: 700; }
.faq { display: grid; gap: 10px; margin-top: 26px; }
.faq details { background: var(--surface); border: 1px solid var(--border); border-radius: 8px; padding: 16px 18px; }
.faq summary { color: #fff; font-weight: 700; cursor: pointer; }
.faq p { margin-top: 10px; font-size: 0.98rem; }
.final { text-align: center; background: #130808; }
.final p { margin: 0 auto; }
.footer { padding: 30px 0; background: #070404; color: var(--dim); }
.footer-inner { display: flex; justify-content: space-between; gap: 28px; align-items: flex-start; }
.footer p { color: var(--dim); max-width: 720px; }
.footer-links { display: flex; gap: 14px; flex-wrap: wrap; justify-content: flex-end; }
.footer a { color: #f1dada; text-decoration: none; font-weight: 700; }
@media (max-width: 768px) {
  .shell { width: min(100% - 28px, 1120px); }
  .nav { align-items: flex-start; flex-direction: column; padding: 14px 0; gap: 10px; }
  .nav-links { gap: 12px; }
  .hero { min-height: auto; }
  .hero-content { padding: 52px 0 42px; }
  .section { padding: 50px 0; }
  .grid, .grid-2 { grid-template-columns: 1fr; }
  .step { grid-template-columns: 44px 1fr; padding: 15px; }
  .step::before { width: 36px; height: 36px; }
  .footer-inner { flex-direction: column; }
  .footer-links { justify-content: flex-start; }
}
