body{margin:0;padding:0;background:#000;color:#fff;font-family:Poppins,sans-serif;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center;overflow:hidden}#background-video{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.container{width:90%;max-width:800px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:2rem;padding:2% 5%;text-align:center}.underline{width:100%;max-width:250px;height:4px;background-color:#00c853;margin-top:1rem;border-radius:2px}header{display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:30%;height:auto}header h1{font-size:clamp(5.5rem,12vw,10rem);font-weight:700;margin:0}main{margin-bottom:auto}.tagline{font-size:clamp(1.5rem,3vw,1.5rem);font-weight:500;margin:.5rem 0}.tagline2{font-size:clamp(.8rem,2.5vw,1.2rem);font-weight:500;margin:0}form{width:90%;max-width:400px;display:flex;flex-direction:column;gap:.5rem;background:#00000080;padding:1rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-bottom:2rem}input{padding:.6rem 1rem;border:none;border-radius:8px;font-size:1rem}button{padding:.8rem;border:none;background-color:#00c853;color:#fff;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .3s}button:hover{background-color:#00b44a}#formOverlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;display:flex;justify-content:center;align-items:center;z-index:10;opacity:0;pointer-events:none;transition:opacity .3s ease}#formOverlay.active{opacity:1;pointer-events:all}.form-toggle{position:fixed;bottom:20px;left:50%;transform:translate(-50%);padding:.8rem 1.2rem;background-color:#00c853;color:#fff;border:none;border-radius:50px;font-weight:600;cursor:pointer;z-index:11}#notifyForm{width:90%;max-width:400px;display:flex;flex-direction:column;gap:1rem;background:#000c;padding:2rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);align-items:center}@media (max-width: 600px){form{flex-direction:column}input,button{width:50%;text-emphasis:center}}
