@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";*{box-sizing:border-box}body{color:#fff;background:#2f3e4f;margin:0;font-family:Inter,sans-serif}.hero-container{justify-content:center;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.content{text-align:center;z-index:2;max-width:500px}h1{margin-bottom:10px;font-size:48px}.subtitle{color:#cbd5e1;margin-bottom:30px;line-height:1.6}.form{flex-direction:column;gap:15px;display:flex}input{border:none;border-radius:6px;outline:none;padding:14px;font-size:14px}button{color:#fff;cursor:pointer;background:#ff7a59;border:none;border-radius:6px;padding:14px;font-weight:600}.privacy{color:#94a3b8;margin-top:20px;font-size:12px}.blob{filter:blur(80px);border-radius:50%;position:absolute}.blob-1{background:#ff7a59;width:300px;height:300px;top:-100px;left:-100px}.blob-2{background:#3b82f6;width:300px;height:300px;top:-50px;right:-100px}.blob-3{background:#14b8a6;width:250px;height:250px;bottom:-100px;left:-80px}.blob-4{background:#f43f5e;width:250px;height:250px;bottom:-100px;right:-80px}
