*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#0a0e27,#1a1d3d 50%,#2a1d4d);color:#fff;font-family:Inter,sans-serif;overflow-x:hidden}.bg-animation{height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.floating-shape{animation:float 20s ease-in-out infinite;border-radius:50%;filter:blur(60px);opacity:.3;position:absolute}.shape1{animation-delay:0s;background:linear-gradient(135deg,#a78bfa,#8b5cf6);height:400px;right:-100px;top:-100px;width:400px}.shape2{animation-delay:5s;background:linear-gradient(135deg,#ec4899,#8b5cf6);bottom:100px;height:300px;left:-50px;width:300px}.shape3{animation-delay:10s;background:linear-gradient(135deg,#06b6d4,#8b5cf6);height:350px;right:10%;top:50%;width:350px}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(50px,-50px) scale(1.1)}66%{transform:translate(-30px,30px) scale(.9)}}@media (max-width:1024px){.shape1{height:300px;width:300px}.shape2{height:250px;width:250px}.shape3{height:280px;width:280px}}@media (max-width:768px){.shape1{height:250px;right:-80px;top:-50px;width:250px}.shape2{bottom:50px;height:200px;left:-40px;width:200px}.shape3{height:220px;width:220px}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.05)}66%{transform:translate(-20px,20px) scale(.95)}}}@media (max-width:480px){.shape1{height:180px;opacity:.2;right:-60px;top:-30px;width:180px}.shape2{bottom:30px;height:150px;left:-30px;opacity:.2;width:150px}.shape3{height:160px;opacity:.2;width:160px}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(20px,-20px) scale(1.02)}66%{transform:translate(-15px,15px) scale(.98)}}}@media (max-width:1024px){.App{font-size:16px}}@media (max-width:768px){.App{font-size:15px}body{overflow-x:hidden}}@media (max-width:480px){.App{font-size:14px}body{overflow-x:hidden}}header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0e2799;justify-content:space-between;padding:1.5rem 2rem;position:relative;transition:all .3s ease;z-index:10}.logo-container,header{align-items:center;display:flex}.logo-container{gap:1rem}.logo-container img{filter:drop-shadow(0 0 20px rgba(139,92,246,.5));height:110px}nav{display:flex;gap:2rem}nav a{color:#fff;font-weight:500;position:relative;text-decoration:none;transition:all .3s}nav a:hover{color:#a78bfa}nav a:after{background:linear-gradient(90deg,#a78bfa,#ec4899);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s;width:0}nav a:hover:after{width:100%}.cta-button{background:linear-gradient(135deg,#8b5cf6,#ec4899);border:none;border-radius:50px;box-shadow:0 4px 15px #8b5cf666;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s}.cta-button:hover{box-shadow:0 6px 25px #8b5cf699;transform:translateY(-2px)}@media (max-width:1024px){header{padding:1.2rem 1.5rem}nav{gap:1.5rem}nav a{font-size:.95rem}}@media (max-width:768px){header{flex-wrap:wrap;gap:1rem;padding:1rem}.logo-container img{height:70px}nav{display:none}.cta-button{font-size:.95rem;padding:.6rem 1.2rem}}@media (max-width:480px){header{padding:.8rem}.logo-container img{height:60px}.cta-button{font-size:.9rem;padding:.5rem 1rem}}.hero{margin:0 auto;max-width:1400px;padding:8rem 2rem 4rem;position:relative;text-align:center;z-index:5}.hero h1{animation:fadeInUp 1s ease-out;background:linear-gradient(135deg,#fff,#a78bfa,#ec4899);-webkit-background-clip:text;background-clip:text;font-family:Poppins,sans-serif;font-size:3.5rem;font-weight:800;line-height:1.6;margin-bottom:1.5rem}.hero h1,.rotating-language{-webkit-text-fill-color:#0000}.rotating-language{animation:languageScrollUp 2s ease-in-out;background:linear-gradient(135deg,#8b5cf6,#ec4899,#f59e0b);-webkit-background-clip:text;background-clip:text;display:inline-block;font-size:4.5rem;font-weight:900;min-width:300px;position:relative;text-align:center}@keyframes languageScrollUp{0%{opacity:0;transform:translateY(40px)}15%{opacity:1;transform:translateY(0)}85%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-40px)}}.hero .subtitle{animation:fadeInUp 1s ease-out .2s both;color:#cbd5e1;font-size:1.8rem;font-weight:600;margin-bottom:2rem}.youtube-icon-container{align-items:center;animation:fadeInUp 1s ease-out .3s both;cursor:pointer;display:flex;flex-direction:column;gap:.8rem;margin-bottom:3rem}.youtube-icon{align-items:center;display:flex;height:80px;justify-content:center;position:relative;transition:all .3s ease;width:80px}.youtube-icon:hover{transform:scale(1.1)}.youtube-svg{fill:red;filter:drop-shadow(0 4px 15px rgba(255,0,0,.4));height:80px;transition:all .3s ease;width:80px}.youtube-icon:hover .youtube-svg{filter:drop-shadow(0 6px 20px rgba(255,0,0,.6))}.play-button{align-items:center;animation:pulsePlay 2s ease-in-out infinite;display:flex;height:30px;justify-content:center;position:absolute;width:30px}.play-svg{fill:#fff;height:28px;margin-left:3px;width:28px}@keyframes pulsePlay{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.youtube-text{color:#cbd5e1;font-size:1rem;font-weight:600;margin:0;transition:color .3s ease}.youtube-icon-container:hover .youtube-text{color:red}.demo-animation{animation:fadeInUp 1s ease-out .4s both;margin:3rem auto 4rem}.demo-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:2px solid #ffffff1a;border-radius:20px;box-shadow:0 20px 60px #0000004d;margin:0 auto;max-width:700px;padding:2.5rem}.demo-header{align-items:center;display:flex;gap:1rem;justify-content:center;margin-bottom:1.5rem}.mic-icon{animation:pulse 2s ease-in-out infinite;font-size:2.5rem}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.language-badge{background:linear-gradient(135deg,#8b5cf6,#ec4899);border-radius:50px;color:#fff;font-size:1rem;font-weight:600;padding:.5rem 1.5rem}.voice-wave{align-items:center;display:flex;gap:5px;height:60px;justify-content:center;margin:1.5rem auto}.wave-bar{animation:wave 1s ease-in-out infinite;background:linear-gradient(135deg,#8b5cf6,#ec4899);border-radius:10px;height:20px;width:6px}.wave-bar:first-child{animation-delay:0s}.wave-bar:nth-child(2){animation-delay:.1s}.wave-bar:nth-child(3){animation-delay:.2s}.wave-bar:nth-child(4){animation-delay:.3s}.wave-bar:nth-child(5){animation-delay:.4s}.wave-bar:nth-child(6){animation-delay:.3s}.wave-bar:nth-child(7){animation-delay:.2s}.wave-bar:nth-child(8){animation-delay:.1s}@keyframes wave{0%,to{height:20px}50%{height:50px}}.demo-text{margin:1.5rem 0}.speaking-text{animation:textFadeIn .6s ease-out;color:#cbd5e1;font-size:1.3rem;font-style:italic;line-height:1.6}@keyframes textFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.arrow-down{animation:bounce 2s ease-in-out infinite;color:#a78bfa;font-size:2rem;margin:1rem 0}.demo-result{animation:resultFadeIn .8s ease-out;background:#8b5cf61a;border:2px solid #8b5cf64d;border-radius:15px;margin-top:1rem;padding:1.5rem}@keyframes resultFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.result-badge{background:linear-gradient(135deg,#8b5cf6,#ec4899);border-radius:20px;color:#fff;display:inline-block;font-size:.9rem;font-weight:600;margin-bottom:1rem;padding:.4rem 1rem}.entry-text{color:#fff;font-size:1.1rem;font-weight:500;line-height:1.6}.hero-buttons{animation:fadeInUp 1s ease-out .6s both;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.primary-btn{background:linear-gradient(135deg,#8b5cf6,#ec4899);border:none;border-radius:50px;box-shadow:0 6px 25px #8b5cf680;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;transition:all .3s}.primary-btn:hover{box-shadow:0 10px 35px #8b5cf6b3;transform:translateY(-3px)}.secondary-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #fff3;border-radius:50px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;transition:all .3s}.secondary-btn:hover{background:#fff3;border-color:#fff6;transform:translateY(-3px)}@media (max-width:768px){.hero{padding:6rem 1.5rem 3rem}.hero h1{font-size:2.2rem;line-height:1.5}.rotating-language{font-size:2.8rem;min-width:200px}.hero .subtitle{font-size:1.3rem}.demo-card{padding:1.5rem}.speaking-text{font-size:1.1rem}.entry-text{font-size:1rem}.mic-icon{font-size:2rem}.youtube-icon,.youtube-svg{height:60px;width:60px}.play-button{height:24px;width:24px}.play-svg{height:22px;width:22px}.youtube-text{font-size:.9rem}}@media (max-width:480px){.hero h1{font-size:1.8rem;line-height:1.5}.rotating-language{font-size:2.2rem;min-width:180px}.hero .subtitle{font-size:1.1rem}.demo-card{padding:1.2rem}.speaking-text{font-size:1rem}}.how-it-works{margin:0 auto;max-width:1400px;padding:6rem 2rem;position:relative;z-index:5}.how-it-works-header{margin-bottom:4rem;text-align:center}.how-it-works-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#a78bfa);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:700;margin-bottom:1rem}.how-it-works-header p{color:#cbd5e1;font-size:1.3rem}.steps-container{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:3rem;position:relative}.step-card{animation:fadeInUp .6s ease-out both;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:2px solid #ffffff1a;border-radius:20px;padding:2rem;position:relative;transition:all .3s ease}.step-card:first-child{animation-delay:.1s}.step-card:nth-child(2){animation-delay:.2s}.step-card:nth-child(3){animation-delay:.3s}.step-card:nth-child(4){animation-delay:.4s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.step-card:hover{border-color:#8b5cf680;box-shadow:0 20px 40px #8b5cf64d;transform:translateY(-10px)}.step-number{align-items:center;background:linear-gradient(135deg,#8b5cf6,#ec4899);border-radius:50%;box-shadow:0 4px 15px #8b5cf680;color:#fff;display:flex;font-size:1.2rem;font-weight:700;height:40px;justify-content:center;left:20px;position:absolute;top:-15px;width:40px}.step-icon{animation:bounce 2s ease-in-out infinite;font-size:3rem;margin:1.5rem 0 1rem}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.step-card h3{color:#fff;font-size:1.4rem;font-weight:600;margin-bottom:1rem}.step-description{color:#cbd5e1;font-size:1rem;line-height:1.6;margin-bottom:1rem}.example-box{background:#8b5cf61a;border:2px solid #8b5cf64d;border-radius:10px;margin-top:1rem;padding:1rem}.example-label{color:#a78bfa;display:block;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.example-text{color:#fff;font-size:1rem;font-style:italic;line-height:1.5}.details-box{background:#10b9811a;border:2px solid #10b9814d;border-radius:10px;margin-top:1rem;padding:1rem}.detail-item{align-items:center;color:#d1fae5;display:flex;font-size:.95rem;gap:.5rem;padding:.4rem 0}.badges-container{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.integration-badge{background:#8b5cf633;border:1px solid #8b5cf666;border-radius:20px;color:#e9d5ff;font-size:.85rem;font-weight:500;padding:.4rem .8rem}.step-arrow{display:none}.how-it-works-footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#8b5cf61a;border:2px solid #8b5cf64d;border-radius:15px;margin-top:3rem;padding:2rem;text-align:center}.time-saved{color:#cbd5e1;font-size:1.3rem}.time-saved strong{color:#a78bfa;font-size:1.5rem}@media (min-width:1200px){.steps-container{grid-template-columns:repeat(4,1fr)}.step-arrow{color:#a78bfa;display:block;font-size:2rem;position:absolute;right:-35px;top:50%;transform:translateY(-50%);z-index:10}.step-card:last-child .step-arrow{display:none}}@media (max-width:1199px) and (min-width:768px){.steps-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.how-it-works{padding:4rem 1.5rem}.how-it-works-header h2{font-size:2.2rem}.how-it-works-header p{font-size:1.1rem}.steps-container{gap:2rem;grid-template-columns:1fr}.step-card{padding:1.5rem}.step-card h3{font-size:1.2rem}.step-icon{font-size:2.5rem}.time-saved{font-size:1.1rem}.time-saved strong{font-size:1.3rem}}@media (max-width:480px){.how-it-works-header h2{font-size:1.8rem}.step-card h3{font-size:1.1rem}.example-text{font-size:.95rem}}.features{margin:0 auto;max-width:1200px;padding:6rem 2rem;position:relative;z-index:5}.section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#a78bfa);-webkit-background-clip:text;background-clip:text;font-family:Poppins,sans-serif;font-size:3rem;font-weight:800;margin-bottom:1rem;text-align:center}.section-subtitle{color:#94a3b8;font-size:1.2rem;margin-bottom:4rem;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:2.5rem;transition:all .3s}.feature-card:hover{background:#ffffff14;border-color:#8b5cf680;box-shadow:0 20px 40px #8b5cf633;transform:translateY(-10px)}.feature-icon{display:block;font-size:3rem;margin-bottom:1.5rem}.feature-card h3{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.feature-card p{color:#94a3b8;line-height:1.7}@media (max-width:1024px){.features{padding:5rem 1.5rem}.section-title{font-size:2.5rem}.features-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width:768px){.features{padding:4rem 1.5rem}.section-title{font-size:2rem}.section-subtitle{font-size:1.1rem;margin-bottom:3rem}.features-grid{gap:1.5rem;grid-template-columns:1fr}.feature-card{padding:2rem}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature-card h3{font-size:1.3rem}.feature-card p{font-size:.95rem}}@media (max-width:480px){.features{padding:3rem 1rem}.section-title{font-size:1.7rem}.section-subtitle{font-size:1rem}.feature-card{padding:1.5rem}.feature-icon{font-size:2rem}.feature-card h3{font-size:1.2rem}}.languages{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;padding:6rem 2rem;position:relative;z-index:5}.languages-content{margin:0 auto;max-width:1200px}.language-tags{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:3rem}.language-tag{background:linear-gradient(135deg,#8b5cf633,#ec489933);border:2px solid #8b5cf64d;border-radius:50px;cursor:default;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .3s}.language-tag:hover{background:linear-gradient(135deg,#8b5cf666,#ec489966);border-color:#8b5cf699;transform:scale(1.05)}@media (max-width:1024px){.languages{padding:5rem 1.5rem}.language-tag{font-size:1rem;padding:.9rem 1.7rem}}@media (max-width:768px){.languages{padding:4rem 1.5rem}.language-tags{gap:.8rem;margin-top:2.5rem}.language-tag{font-size:.95rem;padding:.8rem 1.5rem}}@media (max-width:480px){.languages{padding:3rem 1rem}.language-tags{gap:.6rem;margin-top:2rem}.language-tag{font-size:.9rem;padding:.7rem 1.2rem}}.cta-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#8b5cf61a,#ec48991a);padding:6rem 2rem;position:relative;text-align:center;z-index:5}.cta-section h2{font-family:Poppins,sans-serif;font-size:3rem;font-weight:800;margin-bottom:1.5rem}.cta-section p{color:#cbd5e1;font-size:1.3rem;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:600px}@media (max-width:1024px){.cta-section{padding:5rem 1.5rem}.cta-section h2{font-size:2.5rem}.cta-section p{font-size:1.2rem}}@media (max-width:768px){.cta-section{padding:4rem 1.5rem}.cta-section h2{font-size:2rem}.cta-section p{font-size:1.1rem;margin-bottom:2rem}}@media (max-width:480px){.cta-section{padding:3rem 1rem}.cta-section h2{font-size:1.7rem;line-height:1.3}.cta-section p{font-size:1rem}}.waitlist-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000bf;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:20px;position:fixed;right:0;top:0;z-index:1000}.waitlist-form-container{animation:modalSlideIn .3s ease-out;background:#fff;border-radius:20px;box-shadow:0 20px 60px #00000080;margin:auto;max-height:90vh;max-width:800px;overflow-y:auto;padding:40px;position:relative;width:100%}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.modal-close-button{align-items:center;background:#e74c3c;border:none;border-radius:50%;box-shadow:0 2px 10px #e74c3c4d;color:#fff;cursor:pointer;display:flex;float:right;font-size:1.5rem;height:40px;justify-content:center;position:-webkit-sticky;position:sticky;right:10px;top:10px;transition:all .3s ease;width:40px;z-index:10}.modal-close-button:hover{background:#c0392b;transform:rotate(90deg)}.waitlist-form-header{clear:both;color:#667eea;margin-bottom:30px;text-align:center}.waitlist-form-header h2{color:#667eea;font-size:2rem;font-weight:700;margin-bottom:10px}.waitlist-form-header p{color:#666;font-size:1.1rem}.waitlist-form{background:#fff}.form-section{border-bottom:2px solid #f0f0f0;margin-bottom:30px;padding-bottom:25px}.form-section:last-of-type{border-bottom:none}.form-section h3{color:#667eea;font-size:1.4rem;font-weight:600}.form-group,.form-section h3{margin-bottom:20px}.form-group label{color:#333;display:block;font-size:.95rem;font-weight:600;margin-bottom:8px}.required{color:#e74c3c;font-weight:700}.form-group input[type=email],.form-group input[type=tel],.form-group input[type=text],.form-group select,.form-group textarea{border:2px solid #e0e0e0;border-radius:8px;box-sizing:border-box;font-family:inherit;font-size:1rem;padding:12px 16px;transition:all .3s ease;width:100%}.form-group input[type=email]:focus,.form-group input[type=tel]:focus,.form-group input[type=text]:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:#e74c3c}.error-message{color:#e74c3c;display:block;font-size:.85rem;font-weight:500;margin-top:5px}.city-search-container{position:relative}.city-dropdown{background:#fff;border:2px solid #667eea;border-radius:0 0 8px 8px;border-top:none;box-shadow:0 4px 15px #0000001a;left:0;margin-top:-8px;max-height:250px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:100}.city-option{color:#333;cursor:pointer;font-size:.95rem;padding:10px 16px;transition:background-color .2s ease}.city-option:hover:not(.disabled){background-color:#f0f0ff;color:#000}.city-option.disabled{background-color:#f9f9f9;color:#999;cursor:default;font-style:italic}.char-count{color:#666;display:block;font-size:.85rem;margin-top:4px;text-align:right}.radio-group{display:flex;flex-direction:column;gap:12px;margin-top:10px}.radio-label{align-items:center;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;display:flex;font-weight:400;padding:12px 16px;transition:all .3s ease}.radio-label:hover{background-color:#f8f9ff;border-color:#667eea}.radio-label input[type=radio]{accent-color:#667eea;cursor:pointer;height:18px;margin-right:12px;width:18px}.checkbox-label{align-items:flex-start;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;display:flex;font-weight:400;padding:16px;transition:all .3s ease}.checkbox-label:hover{background-color:#f8f9ff;border-color:#667eea}.checkbox-label input[type=checkbox]{accent-color:#667eea;cursor:pointer;flex-shrink:0;height:20px;margin-right:12px;margin-top:2px;width:20px}.conditional-question{animation:slideIn .3s ease;background-color:#f8f9ff;border-left:4px solid #667eea;border-radius:8px;margin-left:20px;padding:20px}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.submit-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;box-shadow:0 4px 15px #667eea66;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:20px;padding:16px 32px;transition:all .3s ease;width:100%}.submit-button:hover:not(:disabled){box-shadow:0 6px 20px #667eea80;transform:translateY(-2px)}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{cursor:not-allowed;opacity:.6}.submit-status{animation:fadeIn .3s ease;border-radius:8px;font-weight:500;margin-bottom:20px;padding:16px;text-align:center}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.submit-status.success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.submit-status.error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}@media (max-width:768px){.waitlist-modal-overlay{padding:10px}.waitlist-form-container{max-height:95vh;padding:25px 20px}.waitlist-form-header h2{font-size:1.6rem}.waitlist-form-header p{font-size:1rem}.form-section h3{font-size:1.2rem}.radio-group{gap:10px}.checkbox-label,.radio-label{font-size:.95rem;padding:10px 12px}.modal-close-button{font-size:1.3rem;height:35px;width:35px}.conditional-question{margin-left:0;padding:15px}}@media (max-width:480px){.waitlist-form-container{padding:20px 15px}.waitlist-form-header h2{font-size:1.4rem}.form-group input[type=email],.form-group input[type=tel],.form-group input[type=text],.form-group select,.form-group textarea{font-size:.95rem;padding:10px 14px}}.waitlist-form-container::-webkit-scrollbar{width:8px}.waitlist-form-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.waitlist-form-container::-webkit-scrollbar-thumb{background:#667eea;border-radius:10px}.waitlist-form-container::-webkit-scrollbar-thumb:hover{background:#5568d3}.city-dropdown::-webkit-scrollbar{width:6px}.city-dropdown::-webkit-scrollbar-track{background:#f1f1f1}.city-dropdown::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.city-dropdown::-webkit-scrollbar-thumb:hover{background:#555}footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0e27cc;border-top:1px solid #ffffff1a;padding:3rem 2rem;position:relative;text-align:center;z-index:5}.footer-logo-container{display:flex;justify-content:center;margin-bottom:1.5rem}.footer-logo-container img{filter:drop-shadow(0 0 25px rgba(139,92,246,.6));height:150px;transition:transform .3s ease}.footer-logo-container img:hover{transform:scale(1.05)}footer p{color:#94a3b8;margin-bottom:1rem}.social-links{display:flex;gap:1.5rem;justify-content:center;margin-top:1.5rem}.social-links a{color:#fff;font-size:1.5rem;transition:all .3s}.social-links a:hover{color:#a78bfa;transform:translateY(-3px)}@media (max-width:1024px){footer{padding:2.5rem 1.5rem}.footer-logo-container img{height:120px}}@media (max-width:768px){footer{padding:2rem 1.5rem}.footer-logo-container img{height:100px}footer p{font-size:.95rem}.social-links a{font-size:1.3rem}}@media (max-width:480px){footer{padding:1.5rem 1rem}.footer-logo-container img{height:80px}footer p{font-size:.9rem}.social-links{gap:1rem}.social-links a{font-size:1.2rem}}
/*# sourceMappingURL=main.8b78776a.css.map*/