*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:sans-serif;color:#eee}.container{display:flex;flex-direction:column;min-height:100vh}.header{padding:20px;display:flex;justify-content:space-between;align-items:center;background-color:#1f1f1f}.nav-links{list-style:none;display:flex;gap:20px}.nav-links li{cursor:pointer}.hero{position:relative;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;overflow:hidden;padding:40px}.cta-button{margin-top:20px;padding:15px 30px;background:linear-gradient(45deg,#651818,#9d2c2c);border:none;border-radius:30px;font-size:1rem;color:#fff;cursor:pointer;transition:background-color .3s ease}.cta-button:hover:not(:disabled){background-color:#555}.cta-button:disabled{background-color:#777;color:#ccc;cursor:not-allowed}
