:root{--header-offset:0px}.landing-page{background:transparent;color:var(--text-primary);width:100%;position:relative}.video-background{position:fixed;top:0;left:0;height:100vh;width:100vw;overflow:hidden}.video,.video-background{z-index:-1;pointer-events:none}.video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);-o-object-fit:cover;object-fit:cover;will-change:transform}.hero-content{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem 1.5rem;position:relative;z-index:1;background:rgba(11,14,20,0)}.hero-button{width:15%;padding:.9rem 1.5rem;font-size:clamp(1rem,1.5vw,1.3rem);margin:500px 0 .5rem;color:#fff;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease,background .3s ease,color .3s ease;position:relative;overflow:hidden;border-radius:100px;border:2px solid #fff;background:#00a2ff96;display:inline-block}@keyframes movingBorder{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.hero-button:hover{box-shadow:0 0 20px #00a2ffa1;color:#fff;background:#0084d1;transform:translateY(-2px) scale(1.1);border-radius:100px}.secondary-section{position:relative;z-index:1;background:rgba(11,14,20,.6);padding:4rem 1.5rem;text-align:center;box-sizing:border-box}.secondary-title{color:var(--text-primary);font-size:2rem;font-weight:600;margin-bottom:.5rem}.secondary-highlight{color:var(--text-primary);font-size:.875rem;margin-bottom:1.5rem}.secondary-button{border:2px solid #00a2ff;color:#fff;padding:.75rem 2rem;border-radius:12px;font-weight:600;font-size:1rem;text-decoration:none;transition:.3s ease}.secondary-button:hover{background:#00a2ff;color:#000;box-shadow:0 0 15px rgba(64,224,208,.7);transform:translateY(-2px) scale(1.05)}.secondary-description{color:var(--text-secondary);max-width:800px;margin:1.5rem auto 0;font-size:.95rem;line-height:1.6}