
/*
Theme Name: SisWeb Captación Isapre
Theme URI: https://sisweb.cl
Author: SisWeb
Author URI: https://sisweb.cl
Description: Tema liviano para captación de leads de Isapre Nueva Más Vida. Incluye plantilla de landing, formulario con nonce y envío por correo.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: sisweb-theme
*/
:root{
  --brand:#0D9488; /* teal-600 */
  --brand-dark:#0B766D;
  --text:#0f172a; /* slate-900 */
  --muted:#475569; /* slate-600 */
  --bg:#f8fafc; /* slate-50 */
  --card:#ffffff;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif;line-height:1.5}
a{color:var(--brand);text-decoration:none}
a:hover{color:var(--brand-dark)}
.container{max-width:1100px;margin:0 auto;padding:24px}
.btn{display:inline-block;padding:12px 18px;border-radius:999px;background:var(--brand);color:#fff;font-weight:600;border:0;cursor:pointer}
.btn:hover{background:var(--brand-dark)}
.card{background:var(--card);border-radius:18px;box-shadow:0 8px 24px rgba(2,6,23,.06);padding:24px}
.header{background:#fff;border-bottom:1px solid #e2e8f0}
.header .brand{display:flex;align-items:center;gap:12px;font-weight:800}
.header .brand img{height:40px;width:40px;border-radius:8px}
.hero{padding:48px 0;display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:center}
.hero h1{font-size:40px;margin:0 0 12px}
.hero p{font-size:18px;color:var(--muted);margin:0 0 18px}
.badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:8px}
.badge{font-size:12px;border:1px solid #e2e8f0;border-radius:999px;padding:6px 10px;color:#334155;background:#fff}
.form{display:grid;gap:12px}
.form input,.form select,.form textarea{width:100%;padding:12px 14px;border:1px solid #e2e8f0;border-radius:12px;background:#fff}
.form small{color:var(--muted)}
.notice{border-radius:12px;padding:12px 14px;margin:16px 0}
.notice.success{background:#ecfeff;border:1px solid #a5f3fc}
.notice.error{background:#fef2f2;border:1px solid #fecaca}
.footer{color:#64748b;padding:24px 0;border-top:1px solid #e2e8f0;margin-top:32px;background:#fff}
.whatsapp-fab{position:fixed;right:18px;bottom:18px;background:#25D366;color:#fff;border-radius:999px;padding:12px 16px;display:flex;gap:8px;align-items:center;box-shadow:0 12px 20px rgba(0,0,0,.15)}
@media(max-width:900px){.hero{grid-template-columns:1fr}.hero h1{font-size:32px}}
