*{box-sizing:border-box}
html,body{margin:0}
body{background:#0A0F1A;color:#C7D0E0;font-family:'Plus Jakarta Sans',system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;line-height:1.65}
a{color:#1FB87A;text-decoration:none}
a:hover{text-decoration:underline}
header{position:sticky;top:0;backdrop-filter:blur(14px);background:rgba(10,15,26,.72);border-bottom:1px solid rgba(255,255,255,.07)}
header .inner{max-width:760px;margin:0 auto;padding:16px 24px;display:flex;justify-content:space-between;align-items:center}
.marca{font-family:'Sora',system-ui,sans-serif;font-weight:700;font-size:19px;color:#F2F6FC}
.marca span{color:#1FB87A}
main{max-width:760px;margin:0 auto;padding:48px 24px 72px}
h1{font-family:'Sora',system-ui,sans-serif;font-weight:800;font-size:clamp(28px,4vw,38px);line-height:1.15;letter-spacing:-.02em;color:#F2F6FC;margin:0 0 8px}
.fecha{font-size:14px;color:#5E6B85;margin:0 0 36px}
h2{font-family:'Sora',system-ui,sans-serif;font-weight:600;font-size:20px;color:#EAF0F8;margin:36px 0 10px}
p,li{font-size:16px;margin:0 0 14px}
ul{padding-left:22px;margin:0 0 14px}
li{margin-bottom:8px}
footer{border-top:1px solid rgba(255,255,255,.07);padding:28px 24px;text-align:center;font-size:14px;color:#5E6B85}
