*{margin:0;box-sizing:border-box}html,body{padding:0}html,body,#app{min-height:100vh}body{font-family:Arial,Helvetica,sans-serif}footer{text-align:center;margin-top:auto;min-height:7rem;background:#f1f2f3}a.nav-link{font-weight:600!important}#app{display:flex;flex-direction:column}.hero,footer{padding:1rem 2rem}.hero{min-height:21rem;background:linear-gradient(90deg,#5985c1 50%,#86b2ee)}.hero-section{background:linear-gradient(#14424a,#326068);background-size:cover;background-position:center;color:#fff;padding:150px 0}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:30px}.card{transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-10px);box-shadow:0 10px 20px #0003}.fade-in{opacity:0;animation:fadeIn 1s ease forwards}@keyframes fadeIn{to{opacity:1}}
