@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap";:root{color-scheme:light}body{margin:0;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Manrope,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eff6ff,#dbeafe);padding:2rem;position:relative;overflow:hidden}.bg-orbs{position:absolute;inset:0;pointer-events:none;z-index:0}.orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4}.orb-1{width:500px;height:500px;background:#3b82f6;top:-250px;right:-100px;animation:float 20s ease-in-out infinite}.orb-2{width:400px;height:400px;background:#60a5fa;bottom:-200px;left:-100px;animation:float 15s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translate(0)}50%{transform:translate(30px,30px)}}.content{max-width:600px;width:100%;text-align:center;position:relative;z-index:1}.title{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.2;letter-spacing:-.02em}.subtitle{font-size:clamp(1rem,2.5vw,1.25rem);color:#475569;margin-bottom:3rem;font-weight:500}.form-wrapper{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 20px 60px #3b82f626;transition:transform .3s ease,box-shadow .3s ease}.form-wrapper:hover{transform:translateY(-4px);box-shadow:0 25px 70px #3b82f633}.form-iframe{width:100%;height:432px;border:none;border-radius:8px}@media(max-width:640px){.container{padding:1rem}.form-wrapper{padding:1.5rem}}
