@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700&display=swap";*{padding:0;margin:0;box-sizing:border-box;outline:none;text-decoration:none;border:none}html{scroll-behavior:smooth}body{font-family:Poppins,sans-serif}:root{--navbar-bg: #ffffff;--navbar-text: #1a0d05;--navbar-link-hover: #ff781f;--navbar-btn-bg: #ff781f;--navbar-btn-text: #ffffff;--navbar-btn-hover: #ff8a2b;--welcome-bg: #fff2e9;--welcome-des-bg: #fff2e9;--waitlist-bg-left: #fff9f4;--waitlist-bg-right: #fff2e9;--waitlist-text: #5b514a;--waitlist-input-bg: #ffffff;--waitlist-input-border: #ffd3a6;--waitlist-btn-bg: #ff8b35;--waitlist-btn-text: #ffffff;--waitlist-btn-hover: #ff781f}.waitlist-wrapper{display:flex;align-items:stretch;justify-content:space-between;min-height:100vh;background:var(--waitlist-bg-left);width:100%;overflow:hidden}.waitlist-left{flex:1;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;transition:all .3s ease}.waitlist-left:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at top left,rgba(255,139,53,.15),transparent 60%);z-index:1}.image-container{width:80%;max-width:400px;z-index:2}.waitlist-image{width:100%;height:auto;object-fit:contain}.waitlist-right{flex:1;background:var(--waitlist-bg-right);display:flex;justify-content:center;align-items:center;padding:2rem;overflow-y:auto;max-height:100vh}.form-box{width:100%;max-width:380px;text-align:center}.form-box h2{color:var(--waitlist-text);font-size:1.8rem;margin-bottom:.5rem}.form-box p{color:#8a7f75;margin-bottom:1.5rem}.form-box form{display:flex;flex-direction:column;gap:1rem}.form-box input{padding:.9rem 1rem;border:1px solid var(--waitlist-input-border);border-radius:8px;background:var(--waitlist-input-bg);font-size:.95rem;color:var(--waitlist-text);transition:.2s ease}.form-box input:focus{border-color:var(--waitlist-btn-bg);box-shadow:0 0 0 4px #ff8b3526;outline:none}.form-box button{background:var(--waitlist-btn-bg);color:var(--waitlist-btn-text);padding:.9rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:.3s ease}.form-box button:hover:not(:disabled){background:var(--waitlist-btn-hover)}.form-box button:disabled{background:#ffc9a5;color:#f3f3f3;cursor:not-allowed;opacity:.7}.form-box button.loading{position:relative;color:transparent;pointer-events:none;animation:pulse 1.3s ease-in-out infinite}.form-box button.loading:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--waitlist-btn-text);box-shadow:10px 0 0 var(--waitlist-btn-text),20px 0 0 var(--waitlist-btn-text);animation:dotsPulse 1.2s infinite ease-in-out}@keyframes pulse{0%{opacity:.8}50%{opacity:.4}to{opacity:.8}}@keyframes dotsPulse{0%,80%,to{opacity:.3;transform:scale(.9)}40%{opacity:1;transform:scale(1)}}@media (max-width: 900px){.waitlist-wrapper{flex-direction:column;overflow-y:auto}.waitlist-left{order:-1;height:45vh}.waitlist-right{height:auto;padding:3rem 1.5rem 5rem;overflow-y:visible;border-top-right-radius:30px;border-top-left-radius:30px}.form-box{padding-bottom:2rem;max-width:90%}.form-box h2{font-size:1.5rem}.form-box button{margin-bottom:1.5rem}.image-container{width:90%;max-width:320px}}.welcomeLogo{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:var(--welcome-bg);display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999;opacity:1;transition:opacity .8s ease}.welcomeLogo .sublogo{height:5rem;width:5rem;animation:bounceIn 1s ease forwards}.welcomeLogo .logo{height:5rem;width:10rem;margin-top:-1rem;animation:fadeInUp 1.2s ease forwards}.welcomeLogo.fadeOut{opacity:0}@keyframes bounceIn{0%{transform:scale(.3);opacity:0}60%{transform:scale(1.1);opacity:1}to{transform:scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
