.scroll-to-top{position:fixed;bottom:32px;right:32px;width:48px;height:48px;background:var(--primary-color);color:white;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,80,108,.3);transition:all .3s ease;z-index:999}.scroll-to-top:hover{background:var(--secondary-color);box-shadow:0 6px 16px rgba(0,80,108,.4)}.scroll-to-top:active{box-shadow:0 2px 8px rgba(0,80,108,.3)}.scroll-to-top svg{color:white}@media screen and (max-width:768px){.scroll-to-top{bottom:24px;right:24px;width:44px;height:44px}.scroll-to-top svg{width:18px;height:18px}}@media screen and (max-width:480px){.scroll-to-top{bottom:20px;right:20px;width:40px;height:40px}.scroll-to-top svg{width:16px;height:16px}}.video-intro-modal-backdrop{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.75);padding:1rem;animation:videoIntroModalFadeIn .2s ease-out}@keyframes videoIntroModalFadeIn{0%{opacity:0}to{opacity:1}}.video-intro-modal{position:relative;width:100%;max-width:900px;background:#1a1a2e;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.5);overflow:hidden;animation:videoIntroModalSlideIn .25s ease-out}@keyframes videoIntroModalSlideIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.video-intro-modal-close{position:absolute;top:.75rem;right:.75rem;z-index:2;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.15);border:none;border-radius:50%;color:#fff;font-size:1.5rem;line-height:1;cursor:pointer;transition:background .2s ease}.video-intro-modal-close:hover{background:rgba(255,255,255,.25)}.video-intro-modal-content{padding:0}.video-intro-modal-embed-wrapper{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden}.video-intro-modal-embed-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.home-page{position:relative;overflow:hidden}.wave-container{position:absolute;bottom:0;left:0;width:100%;height:250px;z-index:-1;pointer-events:none}