@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");*{box-sizing:border-box}html{overflow-x:hidden;width:100%;max-width:100vw}body{margin:0;padding:0;overflow-x:hidden;width:100%;max-width:100vw}.app,body{font-family:Quicksand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}.app{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.hero-section{background:linear-gradient(135deg,#001d4a,#003366,#00539B,#1a5fb4);background-size:300% 300%;animation:dukeBlueGradient 15s ease-in-out infinite;color:white;padding:2rem 0;text-align:center;position:relative;overflow:hidden}@keyframes dukeBlueGradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.hero-logo{margin-bottom:1rem}.hero-logo-image{height:80px;width:auto;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2));transition:transform .2s ease;cursor:pointer}.hero-logo-image:hover{transform:scale(1.05)}.hero-description{font-size:1.2rem;font-weight:500;margin:0;opacity:.95}