body{margin:0;padding:0;height:100vh;width:100vw;overflow:hidden;background:radial-gradient(circle at 50% 50%,#202226 0,#0c0d0f 100%);color:#fff;font-family:'Montserrat',sans-serif;display:flex;align-items:center;justify-content:center;box-sizing:border-box}*{box-sizing:border-box}.g{width:90vw;height:90vh;max-width:1400px;background:rgba(255,255,255,.01);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.04);display:flex;flex-direction:column;justify-content:space-between;padding:clamp(1.5rem,5vw,4rem);position:relative}.h{display:flex;justify-content:space-between;align-items:flex-start}.l img{height:clamp(20px,3vw,28px);width:auto}.i{display:flex;align-items:center;font-size:clamp(.65rem,1vw,.8rem);letter-spacing:2px;text-transform:uppercase;color:#7a7d82}.p{width:6px;height:6px;background:#fff;border-radius:50%;margin-right:12px;animation:p 2s infinite}@keyframes p{0%{box-shadow:0 0 0 0 rgba(255,255,255,.4)}70%{box-shadow:0 0 0 10px transparent}100%{box-shadow:0 0 0 0 transparent}}.c{max-width:900px}h1{font-weight:700;font-size:clamp(2rem,6vw,5.5rem);line-height:1;letter-spacing:-.03em;margin:0 0 clamp(1rem,3vw,1.5rem);text-transform:uppercase;color:#fff}p{font-size:clamp(.9rem,1.5vw,1.2rem);line-height:1.7;color:#8c8f94;margin:0 0 clamp(2.5rem,5vw,4rem);max-width:650px}.a-w{display:inline-flex}.a{display:flex;align-items:center;color:#fff;text-decoration:none;font-weight:700;font-size:clamp(.75rem,1.2vw,.9rem);letter-spacing:3px;text-transform:uppercase;padding:0;background:0;border:none;border-bottom:1px solid transparent;transition:all .4s ease}.a:hover{border-bottom-color:rgba(255,255,255,.3)}.a:focus{outline:1px solid #fff;outline-offset:10px}.a svg{width:20px;height:20px;margin-left:16px;fill:none;stroke:#fff;stroke-width:1;transition:transform .4s ease}.a:hover svg{transform:translateX(8px)}.f{display:flex;justify-content:space-between;align-items:center;font-size:clamp(.6rem,1vw,.7rem);color:#4a4d52;text-transform:uppercase;letter-spacing:2px}.f a{color:#4a4d52;text-decoration:none;transition:color .3s}.f a:hover{color:#fff}@media(max-width:768px){.g{height:94vh;width:94vw}.h{flex-direction:column;gap:1.5rem}.f{flex-direction:column;align-items:flex-start;gap:1rem}}