*{box-sizing:border-box}
body{margin:0;font-family:system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;color:#33263f;background:#faf7f2}
.vm-nav{background:#fff;border-bottom:1px solid rgba(75,36,107,.1);position:sticky;top:0;z-index:50}
.vm-nav-in{max-width:1040px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:.6em 1.2em;flex-wrap:wrap;gap:.5em}
.vm-logo{display:flex;align-items:center;text-decoration:none}
.vm-logo img{height:50px;width:auto;display:block}
.vm-right{display:flex;align-items:center;gap:.4em;flex-wrap:wrap}
.vm-links a{color:#4b246b;text-decoration:none;font-weight:600;font-size:.94em;margin-left:1.05em}
.vm-links a:hover{color:#2c9aa0}
.vm-app{margin-left:1.1em;background:#2c9aa0;color:#fff !important;padding:.55em 1.1em;border-radius:999px;font-weight:800;font-size:.9em;text-decoration:none}
.vm-app:hover{background:#23807f}
main{max-width:960px;margin:0 auto;padding:.5em 1em 2em}
.vm-foot{background:#2a1638;color:#c9b8dc;text-align:center;padding:2em 1em;font-size:.9em;margin-top:2.5em}
.vm-foot .fname{font-weight:800;font-size:1.15em;color:#fff;display:block;margin-bottom:.6em}
.vm-foot .fname span{color:#70cbd0}
.vm-foot a{color:#70cbd0;text-decoration:none}
@media(max-width:640px){.vm-logo img{height:42px}.vm-links a{margin-left:.7em;font-size:.86em}}
