body{
font-family:'M PLUS Rounded 1c',system-ui;
background:linear-gradient(rgba(255,255,255,.88),rgba(255,255,255,.92)),url('../assets/bg_agenda.jpg');
background-size:cover;
background-attachment:fixed;
}
.btn-avisame{background:#e6e6e6;border-radius:12px;font-weight:600;}
.collapsible-header{width:100%;background:rgba(255,255,255,.65);border-radius:14px;padding:14px 18px;border:1px solid rgba(0,0,0,.08);display:flex;justify-content:space-between;align-items:center;}
.collapsible-body{background:rgba(255,255,255,.75);border-radius:14px;border:1px solid rgba(0,0,0,.08);padding:20px;margin-top:10px;}
.how-list li{border-left:4px solid #F9C331;border-bottom:1px solid #ddd;padding:12px;margin-bottom:10px;}
.footer-card{padding:14px;border-radius:12px;background:rgba(255,255,255,.6);border:1px solid rgba(0,0,0,.08);}
