
:root { --bg:#f7f9fc; --text:#1d2733; --hf-bg:#d7e6ff; --hf-text:#0B3D91; --accent:#0E8BD8; --radius:14px; --shadow:0 10px 20px rgba(13,44,84,.08); }
*{box-sizing:border-box}
body{margin:0;font-family:'Inter',system-ui,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text)}
.container{width:min(1120px,92%);margin:0 auto}
.site-header{position:sticky;top:0;z-index:50;background:var(--hf-bg);color:var(--hf-text);box-shadow:0 1px 3px rgba(0,0,0,.06)}
.header-grid{display:flex;align-items:center;justify-content:space-between;padding:12px 0;column-gap:16px}
.logo{display:grid;grid-template-columns:64px 1fr;align-items:center;gap:12px;color:var(--hf-text);text-decoration:none}
.logo .brand-mark{height:48px;display:block}
.logo .text-wrap{display:flex;flex-direction:column;justify-content:center;min-width:0}
.logo .company{font-weight:800;font-size:22px;line-height:1.2;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.logo .tagline{font-size:14px;color:#2b4678;margin:3px 0 0 0;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
nav a{color:var(--hf-text);text-decoration:none;margin:0 8px;font-weight:600;opacity:.95}
nav a:hover{opacity:1;text-decoration:underline}
.hero{background:linear-gradient(180deg,#ffffff,#f3f7ff);padding:56px 0;border-bottom:1px solid #e9eef5}
.hero .tag{display:inline-block;background:#e9f2ff;border:1px solid #cfe3ff;color:#08357c;padding:6px 10px;border-radius:999px;font-weight:700}
.hero h1{font-size:44px;margin:12px 0 10px;color:#0B3D91}
.hero .lede{font-size:19px;max-width:880px}
.section-title{font-size:28px;color:#0B3D91}
.tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:16px}
.tile{background:#fff;border:1px solid #e4ecf7;border-radius:14px;overflow:hidden;box-shadow:var(--shadow);display:block}
.tile img{width:100%;aspect-ratio:16/10;object-fit:cover}
.tile strong{display:block;padding:12px 14px;color:#0B3D91}
.site-footer{background:var(--hf-bg);color:var(--hf-text);margin-top:40px;border-top:1px solid #cfe0ff}
.footer-grid{display:grid;grid-template-columns:2fr 2fr 1.2fr;gap:32px;padding:28px 0}
.site-footer h4{margin:0 0 8px;color:#0B3D91}
.site-footer p,.site-footer a{color:#234a86}
.whatsapp-float{position:fixed;right:22px;bottom:22px;width:56px;height:56px;border-radius:50%;background:#25D366;display:grid;place-items:center;box-shadow:0 10px 24px rgba(6,24,44,.22);z-index:60}
.whatsapp-float img{width:32px;height:32px}
.page-hero{background:#eef4ff;border-bottom:1px solid #dfe9ff;padding:28px 0}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:24px 0}
.bullets{padding-left:18px;margin:0}
.cta-row{display:flex;gap:12px;margin-top:14px}
.btn{display:inline-block;padding:12px 18px;border-radius:10px;border:1px solid #d6def0;font-weight:700;text-decoration:none}
.btn.primary{background:#0B3D91;border-color:#0B3D91;color:#fff}
.btn.ghost{background:#fff;color:#0B3D91}
.kpis{display:flex;gap:22px;margin-top:16px}
.kpi .value{font-size:28px;font-weight:800;color:#0B3D91}
.form{background:#fff;border:1px solid #e4ecf7;border-radius:14px;padding:18px;box-shadow:var(--shadow)}
.form .row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.form label{font-weight:600;color:#0B3D91}
.form input,.form select,.form textarea{width:100%;padding:12px;border:1px solid #d6def0;border-radius:10px;font:inherit}
.form textarea{min-height:120px}
.form .actions{display:flex;gap:12px;margin-top:12px}
.indent-s{padding-left:12px}
.indent-m{padding-left:20px}
@media(max-width:980px){.tiles{grid-template-columns:1fr 1fr}.two-col{grid-template-columns:1fr}.logo{grid-template-columns:48px 1fr}.logo .brand-mark{height:40px}.logo .company{font-size:20px}.logo .tagline{font-size:13px}}
@media(max-width:720px){.tiles{grid-template-columns:1fr}}
