:root{--primary:#024883;--primary-dark:#004371;--accent:#f9a02c;--text:#12283d;--muted:#4a657f;--border:#d8e5f2;--container:min(1160px,92%);--header-h:80px}*{box-sizing:border-box}body{margin:0;font-family:Inter,"Segoe UI",Roboto,Arial,sans-serif;color:var(--text);line-height:1.65;background:#f8fbff}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:var(--container);margin:auto}.header{position:fixed;inset:0 0 auto;z-index:120;height:var(--header-h);display:flex;align-items:center;background:rgba(255,255,255,.97);border-bottom:1px solid rgba(2,72,131,.14)}.header-wrap{width:var(--container);margin:auto;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand img{width:min(188px,40vw);height:auto}.nav{display:flex;align-items:center;gap:16px}.nav-list{list-style:none;display:flex;gap:13px;margin:0;padding:0}.nav-list a{font-size:.91rem;font-weight:700;color:var(--primary-dark);padding:8px 4px}.menu{display:none}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:11px 20px;font-weight:800;border:2px solid transparent}.btn-main{background:linear-gradient(135deg,#f9a02c,#ffb84f);color:#1f2d3a}.btn-outline{border-color:var(--primary);color:var(--primary)}.footer{margin-top:24px;position:relative;padding:68px 0 22px;background:linear-gradient(145deg,#043057,#022748);color:rgba(255,255,255,.9)}.footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:24px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.22)}.footer h3{color:#fff;margin:0 0 10px}.footer p{color:rgba(255,255,255,.84);margin:0}.footer ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}.footer-social{display:flex;gap:10px;margin-top:14px}.social{width:36px;height:36px;border-radius:10px;border:1px solid rgba(255,255,255,.35);display:inline-flex;align-items:center;justify-content:center}.copy{padding-top:12px;font-size:.85rem;color:rgba(255,255,255,.74);display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}.whatsapp{position:fixed;right:18px;bottom:18px;z-index:130;width:58px;height:58px;border-radius:50%;background:#25D366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 24px rgba(0,0,0,.24);font-size:28px}.post-hero{padding:calc(var(--header-h) + 76px) 0 54px;background:linear-gradient(135deg,#eaf5ff,#fff)}.post-hero .eyebrow{color:var(--primary);font-weight:800;text-transform:uppercase;letter-spacing:.08em}.post-hero h1{font-size:clamp(2.1rem,5vw,3.8rem);line-height:1.15;color:var(--primary-dark);max-width:900px;margin:12px 0}.post-meta{color:var(--muted);font-weight:700}.post-cover{width:100%;max-height:480px;object-fit:cover;border-radius:16px;margin-top:25px}.post-content{max-width:820px;padding:65px 0;font-size:1.12rem}.post-content h2,.post-content h3{color:var(--primary-dark);margin-top:2em;line-height:1.25}.post-content p{color:var(--muted)}.post-content img{border-radius:12px;margin:24px 0}@media(max-width:860px){.menu{display:inline-flex}.nav{display:none}.footer-grid{grid-template-columns:1fr}.post-content{padding:42px 0}}
