
body{background:#fff;color:#1e293b}
.top-note{background:#fff3cd;color:#664d03;font-size:.92rem;border-bottom:1px solid #ffe69c}
.hero{background:linear-gradient(135deg,#251a4f,#5b38b5);color:#fff;min-height:70vh}
.hero .lead{max-width:860px}
.topic-card{display:block;height:100%;background:#fff;color:#1e293b;text-decoration:none;padding:24px;border-radius:18px;box-shadow:0 .5rem 1.5rem rgba(0,0,0,.08);transition:.18s ease}
.topic-card:hover{transform:translateY(-5px);box-shadow:0 1rem 2rem rgba(0,0,0,.13)}
.topic-card h2{font-size:1.15rem;font-weight:700}
.topic-card.static:hover{transform:none}
.content-wrap{max-width:900px}
.content-wrap p,.content-wrap li{font-size:1.05rem;line-height:1.8}
.content-wrap h2{font-size:1.45rem;margin-top:2rem}
.footer a{color:#fff;text-decoration:none}
.footer a:hover{text-decoration:underline}
