*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;justify-content:center;align-items:center;min-height:100vh;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;display:flex}#app{background:#000;justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex}.container{text-align:center;max-width:600px;padding:2rem}.logo{width:100%;max-width:300px;height:auto;margin:0 auto 2rem;display:block}h1{margin-bottom:1rem;font-size:3rem;font-weight:700}p{opacity:.9;margin-bottom:2rem;font-size:1.25rem}.pulse{animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.05)}}.interest-form{text-align:left;margin-top:2rem}.field{margin-bottom:1.25rem}.field label,.field-label{margin-bottom:.4rem;font-size:.95rem;font-weight:600;display:block}input[type=text],input[type=email]{color:#fff;background:#ffffff1a;border:2px solid #ffffff4d;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:1rem}input::placeholder{color:#fff9}input:disabled{opacity:.6;cursor:not-allowed}input.error{background:#ff64641a;border-color:#ff6464cc}.checkbox-group{grid-template-columns:1fr 1fr;gap:.35rem 1rem;display:grid}.checkbox-item{align-items:centre;font-size:.95rem;display:flex}.checkbox-item input[type=checkbox]{flex-shrink:0;width:auto;margin:0 1rem 0 0}.checkbox-item span{margin-left:0}.field-error{color:#ffc8c8f2;margin-top:.25rem;font-size:.85rem}button{cursor:pointer;border:2px solid #fff;border-radius:8px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}button:hover{color:#fff!important;background:0 0!important}button:disabled{opacity:.6;cursor:not-allowed}button.loading{position:relative}.success-message{color:#90ee90f2;margin-top:1rem;font-size:.9rem;font-weight:500}.error-message{color:#ffc8c8f2;margin-top:1rem;font-size:.9rem;font-weight:500}@media (width<=768px){h1{font-size:2rem}.checkbox-group{grid-template-columns:1fr}}
