.hero{background:linear-gradient(180deg,#0a1a3f,#001c3c);color:#ffffff;text-align:center;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.image-wrapper{max-width:400px;margin-bottom:2rem}.hero-image{width:12rem;border-radius:3rem;box-shadow:0 10px 20px rgba(0,0,0,.4)}.hero-title{font-size:3rem;margin-bottom:.5rem;font-weight:700}.hero-subtitle{font-size:1.5rem;color:#aad8ff;margin-bottom:2rem}.hero-actions{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.hero-btn{background-color:#003366;border:none;color:white;padding:1rem 2rem;font-size:1rem;border-radius:.75rem;cursor:pointer;transition:background-color .3s ease;box-shadow:0 5px 15px rgba(0,51,102,.5)}.hero-btn:hover{background-color:#0055aa}.hero-welcome{font-size:1.2rem;color:#ccc;margin-top:1rem}.hero-btn.logout{background-color:#c0392b;color:white}