@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&display=swap";:root{--primary: #000000;--secondary: #666666;--accent: #FFD700;--bg-gradient: radial-gradient(circle at center, rgba(255, 230, 100, .2) 0%, rgba(255, 255, 255, 1) 100%);--font-family: "Outfit", sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family);background:var(--bg-gradient);background-attachment:fixed;color:var(--primary);min-height:100vh;overflow-x:hidden}.app{width:100%;max-width:1400px;margin:0 auto;padding:0 4rem;min-height:100vh;display:flex;flex-direction:column}nav{width:100%;display:flex;justify-content:space-between;align-items:center;padding:2rem 0}.logo-container img{height:38px;display:block}.nav-cta{padding:.6rem 1.4rem;border-radius:50px;border:1px solid var(--primary);background:transparent;font-weight:500;cursor:pointer;transition:all .3s ease;font-size:.95rem}.nav-cta:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}.hero{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1rem 0}.badge{background:#fdf2ff;color:#d14dff;padding:.5rem 1.2rem;border-radius:50px;font-size:.85rem;font-weight:500;margin-bottom:2rem;display:flex;align-items:center;gap:.6rem;border:1px solid rgba(209,77,255,.1);animation:fadeInDown .8s ease-out}.badge span{opacity:.8}.hero-grid{display:flex;justify-content:center;gap:2rem;width:100%;max-width:1200px;margin-bottom:3.5rem;animation:fadeInUp 1s ease-out}.hero-col{display:flex;flex-direction:column;align-items:flex-start}.word{font-size:5.5rem;font-weight:800;line-height:.95;letter-spacing:-3px;white-space:nowrap;color:#000}.subtitle{color:#aeb0a8;font-size:1.1rem;font-weight:400;margin-top:.3rem;margin-left:1.5rem;white-space:nowrap;letter-spacing:-.2px}.subtitle.highlight{color:#a89d7d}.waitlist-container{position:relative;width:100%;max-width:480px;margin-bottom:3rem;animation:fadeInUp 1.4s ease-out}.waitlist-input{width:100%;padding:.8rem 3.5rem .8rem 1.5rem;border-radius:100px;border:1px solid rgba(0,0,0,.1);background:#fff;font-size:1rem;box-shadow:0 5px 20px #0000000d;outline:none;transition:border-color .3s ease}.waitlist-input:focus{border-color:var(--accent)}.btn-submit{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:100px;background:var(--primary);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.btn-submit:hover{transform:translateY(-50%) translate(2px)}.btn-submit svg{width:20px;height:20px}footer{padding:2rem 0;display:flex;justify-content:center;align-items:center;gap:.8rem;color:#666;font-size:.9rem}.footer-branding{display:flex;align-items:center;gap:8px;font-weight:500}.footer-logo-img{height:24px;display:block}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease}.modal-content{background:#fff;padding:3rem;border-radius:32px;max-width:450px;width:90%;text-align:center;box-shadow:0 20px 40px #0000001a;animation:modalPop .4s cubic-bezier(.175,.885,.32,1.275)}.modal-icon{font-size:3rem;margin-bottom:1.5rem}.modal-content h2{font-size:1.8rem;font-weight:700;margin-bottom:1rem;color:var(--primary)}.modal-content p{color:#666;line-height:1.6;margin-bottom:2rem}.modal-close{background:var(--primary);color:#fff;border:none;padding:1rem 2.5rem;border-radius:50px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .3s ease}.modal-close:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}@keyframes modalPop{0%{opacity:0;transform:scale(.8) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@media(max-width:1200px){.word{font-size:4.5rem}}@media(max-width:1024px){.app{padding:0 2.5rem}.hero-grid{gap:1.5rem}.word{font-size:4rem}}@media(max-width:768px){.app{padding:0 1.5rem}nav{padding:1.5rem 0}.logo-container img{height:30px}.hero{padding:3rem 0;justify-content:flex-start}.hero-grid{flex-direction:column;align-items:center;gap:2rem;margin-bottom:3.5rem;margin-top:1rem}.hero-col{align-items:center}.word{font-size:3.8rem;letter-spacing:-2px}.subtitle{margin-left:0;font-size:1rem}.waitlist-container{max-width:400px}}@media(max-width:480px){.app{padding:0 1.2rem;height:100vh;height:100dvh;overflow:hidden;display:flex;flex-direction:column}nav{padding:1.2rem 0 .6rem}.logo-container img{height:32px}.nav-cta{padding:.5rem 1rem;font-size:.85rem;border-radius:50px}.badge{padding:.4rem 1rem;font-size:.75rem;margin-bottom:.5rem;margin-top:1rem}.hero{padding:0;flex:1;display:flex;flex-direction:column;justify-content:center}.hero-grid{gap:1.2rem;margin-bottom:1.5rem;margin-top:0;display:flex;flex-direction:column;align-items:flex-start;width:fit-content;margin-left:auto;margin-right:auto}.hero-col{align-items:flex-start;width:100%}.word{font-size:4.4rem;letter-spacing:-2px;line-height:1;text-align:left;width:100%}.subtitle{font-size:1.2rem;margin-top:.2rem;text-align:left;width:100%}.waitlist-container{margin-bottom:2rem;max-width:100%;margin-top:.5rem}.waitlist-input{padding:.8rem 3.5rem .8rem 1.2rem;font-size:.8rem}.btn-submit{width:36px;height:36px}.modal-content{padding:1.5rem 1rem;border-radius:20px}footer{margin-bottom:80px;padding:.1rem 0 1rem;font-size:.8rem}.footer-logo-img{height:20px}}@media(max-width:360px){.waitlist-container{max-width:100%}.hero{margin-top:-10px}.word{font-size:4.8rem}.subtitle{font-size:1.3rem}.badge{font-size:.65rem;padding:.3rem .8rem}.logo-container img{height:28px}}.spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
