:root{--c1:#f09433;--c2:#e6683c;--c3:#dc2743;--c4:#cc2366;--c5:#bc1888}{box-sizing:border-box}body{margin:0;padding:0;width:100vw;height:100vh;overflow:hidden;background:#050505;color:#fff;font-family:'Inter',sans-serif;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.scanline{position:absolute;inset:0;background:linear-gradient(rgba(18,16,16,0) 50%,rgba(0,0,0,.25) 50%),linear-gradient(90deg,rgba(255,0,0,.06),rgba(0,255,0,.02),rgba(0,0,255,.06));background-size:100% 4px,3px 100%;z-index:99;pointer-events:none;opacity:.3}.bg-blobs{position:absolute;inset:0;overflow:hidden;z-index:0}.blob{position:absolute;border-radius:50%;filter:blur(90px);opacity:.5}.b1{width:350px;height:350px;background:var(--c3);top:-10%;left:-10%}.b2{width:450px;height:450px;background:var(--c5);bottom:-15%;right:-10%}.b3{width:250px;height:250px;background:var(--c1);top:35%;left:40%}header{position:absolute;top:0;left:0;width:100%;padding:2rem;display:flex;justify-content:center;z-index:10}header img{height:40px;width:auto}main{position:relative;z-index:10;text-align:center;padding:3rem 2rem;background:rgba(25,25,25,.4);border:1px solid rgba(255,255,255,.08);border-radius:24px;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);box-shadow:0 30px 60px rgba(0,0,0,.4);max-width:700px;width:90%}h1{font-size:clamp(2rem,5vw,4rem);font-weight:700;margin:0 0 1rem;letter-spacing:-.03em;background:linear-gradient(45deg,var(--c1),var(--c2),var(--c3),var(--c4),var(--c5));-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.1}p{font-size:clamp(1rem,2vw,1.125rem);line-height:1.6;color:rgba(255,255,255,.8);margin:0 auto 2.5rem;max-width:550px}.cta{display:inline-block;padding:1.125rem 2.5rem;font-size:1.125rem;font-weight:700;color:#fff;text-decoration:none;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.2);border-radius:50px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;backdrop-filter:blur(10px);min-width:280px;text-transform:uppercase;letter-spacing:.05em;cursor:pointer}.cta:hover{background:rgba(255,255,255,.15);transform:translateY(-2px);box-shadow:0 10px 25px rgba(220,39,67,.2);border-color:rgba(255,255,255,.4)}.cta:focus-visible{outline:3px solid var(--c3);outline-offset:4px}footer{position:absolute;bottom:0;left:0;width:100%;padding:1.5rem;text-align:center;z-index:10;font-size:.75rem;color:rgba(255,255,255,.4);text-transform:uppercase;letter-spacing:.15em}@media(max-width:480px){.blob{filter:blur(60px)}main{padding:2rem 1.5rem}}