@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&display=swap";@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #6366f1;--secondary-color: #8b5cf6;--accent-color: #ec4899;--background: #0a0118;--surface: #1a0f2e;--surface-light: #2d1b4e;--text-primary: #ffffff;--text-secondary: #a78bfa;--text-muted: #6b7280;--border: #4c1d95;--error: #ef4444;--success: #10b981;--gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, .5), 0 10px 10px -5px rgba(0, 0, 0, .04)}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--background);color:var(--text-primary);min-height:100vh;line-height:1.6;opacity:0;transition:opacity .3s ease}body.loaded{opacity:1}.app{display:flex;flex-direction:column;min-height:100vh}.navbar{background:#1a0f2ecc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;position:fixed;top:0;left:0;right:0;z-index:100;border-bottom:1px solid var(--border);transition:transform .3s ease-in-out,opacity .3s ease-in-out}.navbar-hidden{transform:translateY(-100%);opacity:0;pointer-events:none}.navbar-visible{transform:translateY(0);opacity:1;pointer-events:auto}.logo{font-size:1.5rem;font-weight:700;color:var(--text-primary);text-decoration:none;display:flex;align-items:center;gap:.5rem}.hero-content .hero-logo{width:100%;max-width:400px}.hero-content .hero-logo svg{width:100%;height:auto;max-width:300px}.hero-logo{overflow:hidden}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{color:var(--text-secondary);text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--text-primary)}.nav-links .btn{color:#fff;opacity:1}.nav-links .btn-primary{color:#fff}.nav-links .btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #6366f166}.main-content{flex:1}.page-transition{transition:opacity .2s ease,transform .2s ease}.page-transition-enter{opacity:1;transform:translateY(0)}.page-transition-exit{opacity:0;transform:translateY(8px)}@keyframes scrollRevealUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}.scroll-reveal{opacity:0;transform:translateY(32px)}.scroll-reveal.scroll-visible{animation:scrollRevealUp .6s cubic-bezier(.22,1,.36,1) forwards}.features-grid .scroll-reveal:nth-child(2).scroll-visible{animation-delay:.12s}.features-grid .scroll-reveal:nth-child(3).scroll-visible{animation-delay:.24s}.how-it-works-grid .scroll-reveal:nth-child(2).scroll-visible{animation-delay:.15s}.how-it-works-grid .scroll-reveal:nth-child(3).scroll-visible{animation-delay:.3s}.hero-section{height:100vh;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;background:radial-gradient(ellipse at top,var(--surface) 0%,var(--background) 50%)}.hero-content{width:min(100%,1200px);max-width:1200px;margin:0 auto;text-align:center}.hero-title{font-size:clamp(2.5rem,5vw,4rem);margin-bottom:1.5rem;font-weight:800;line-height:1.2}.gradient-text{background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.scroll-quote-container{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 1.5rem;background-color:transparent}.scroll-quote-words{max-width:900px;text-align:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:.25rem}.scroll-quote-word{font-family:Cormorant Garamond,Georgia,serif;font-size:52px;font-weight:400;color:transparent;background-image:linear-gradient(135deg,#e0f2fe,#fae8ff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.6;letter-spacing:.02em;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.scroll-quote-word.visible{opacity:1;transform:translateY(0)}.scroll-quote-attribution{font-family:Cormorant Garamond,Georgia,serif;font-size:26px;font-weight:400;font-style:italic;color:transparent;background-image:linear-gradient(135deg,#cbd5e1,#d8b4fe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:0;transform:translateY(20px);transition:opacity .8s ease,transform .8s ease}.scroll-quote-attribution.visible{opacity:1;transform:translateY(0)}@media (max-width: 768px){.scroll-quote-word{font-size:44px}.scroll-quote-words{gap:.75rem}.scroll-quote-attribution{font-size:22px}}@media (max-width: 480px){.scroll-quote-word{font-size:36px}.scroll-quote-words{gap:.5rem}.scroll-quote-attribution{font-size:18px}}.logo-text{font-weight:700;letter-spacing:.02em;font-style:italic;font-family:Playfair Display,serif;background:linear-gradient(45deg,#67e8f9,#f9a8d4,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1}.logo-tagline{font-weight:300;letter-spacing:.3em;color:#a78bfa;text-transform:uppercase}.hero-subtitle{font-size:1.125rem;color:var(--text-secondary);margin-top:1.5rem;margin-bottom:2rem;max-width:550px;margin-left:auto;margin-right:auto;text-align:center;line-height:1.5;font-weight:400;letter-spacing:-.01em}.hero-cta{display:flex;gap:1rem;justify-content:center;align-items:center;margin-bottom:3rem;flex-wrap:wrap;width:100%}#waitlist{width:min(100%,32rem);margin:0 auto}.app-downloads{margin-top:4rem;padding:3rem;background:var(--surface);border-radius:1.5rem;border:1px solid var(--border)}.app-downloads h2{font-size:2rem;margin-bottom:2rem;color:var(--text-primary)}.download-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.download-card{background:var(--surface-light);padding:2rem;border-radius:1rem;border:1px solid var(--border);transition:transform .3s,box-shadow .3s}.download-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.platform-icon{font-size:3rem;margin-bottom:1rem}.download-card h3{font-size:1.5rem;margin-bottom:.5rem;color:var(--text-primary)}.download-card p{color:var(--text-secondary);margin-bottom:1.5rem}.download-buttons{display:flex;flex-direction:column;gap:1rem}.features-section{padding:6rem 2rem;max-width:1200px;margin:0 auto}.section-title{text-align:center;font-size:2.75rem;margin-bottom:.75rem;color:var(--text-primary);font-weight:700}.features-title{line-height:1.15}.section-subtitle{text-align:center;font-size:1.125rem;color:var(--text-secondary);margin-bottom:3.5rem;max-width:600px;margin-left:auto;margin-right:auto}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1100px;margin:0 auto}.feature-card.premium{background:#1a0f2e99;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:2.5rem 2rem;border-radius:1.5rem;text-align:center;border:1px solid rgba(167,139,250,.2);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.feature-card.premium:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--gradient);opacity:0;transition:opacity .3s}.feature-icon-wrapper{width:80px;height:80px;margin:0 auto 1.5rem;position:relative}.feature-icon{width:100%;height:100%}.feature-title{font-size:1.5rem;margin-bottom:.75rem;color:var(--text-primary);font-weight:600;display:block}.feature-description{color:var(--text-secondary);line-height:1.6;margin-bottom:1rem;display:block}.feature-card h3{font-size:1.5rem;margin-bottom:.75rem;color:var(--text-primary);font-weight:600}.feature-card p{color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.feature-badge{display:inline-block;padding:.375rem .875rem;background:#a78bfa1a;border:1px solid rgba(167,139,250,.3);border-radius:2rem;font-size:.875rem;color:#a78bfa;font-weight:500;margin-top:.5rem}.how-it-works{padding:5rem 2rem;background:linear-gradient(180deg,transparent 0%,var(--surface-light) 20%,var(--surface-light) 80%,transparent 100%)}.steps{display:flex;justify-content:space-between;max-width:1100px;margin:0 auto 3rem;gap:2rem}.how-it-works-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:2rem;margin-bottom:4rem;max-width:1200px;margin-left:auto;margin-right:auto}.step.elegant{flex:1;display:flex;align-items:flex-start;gap:1.5rem}.step-number-wrapper{position:relative;flex-shrink:0}.step-number{width:48px;height:48px;background:linear-gradient(135deg,#67e8f9,#a78bfa);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:#fff;box-shadow:0 8px 16px #a78bfa4d}.step-line{position:absolute;top:24px;left:48px;width:100px;height:2px;background:linear-gradient(90deg,#a78bfa66,#a78bfa1a)}.step:last-child .step-line{display:none}.step-content{flex:1;padding-top:.25rem}.step-icon{width:40px;height:40px;margin-bottom:1rem;color:#a78bfa;opacity:.8}.step-icon svg{width:100%;height:100%}.step h3{font-size:1.375rem;margin-bottom:.5rem;color:var(--text-primary);font-weight:600}.step p{color:var(--text-secondary);line-height:1.5}.trust-indicators{display:flex;justify-content:center;gap:3rem;padding:2rem;background:#1a0f2e66;border-radius:1rem;max-width:700px;margin:0 auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(167,139,250,.2)}.trust-item{display:flex;align-items:center;gap:.75rem;color:var(--text-secondary)}.trust-icon{width:20px;height:20px;color:#67e8f9;flex-shrink:0}.trust-item span{font-size:.95rem;font-weight:500}.cta-section{padding:6rem 2rem;text-align:center}.cta-title{font-size:2.5rem;margin-bottom:1rem;color:var(--text-primary);display:block}.cta-subtitle{font-size:1.25rem;color:var(--text-secondary);margin-bottom:2rem;display:block}.cta-section h2{font-size:2.5rem;margin-bottom:1rem;color:var(--text-primary)}.cta-section p{font-size:1.25rem;color:var(--text-secondary);margin-bottom:2rem}.btn{padding:.75rem 2rem;border-radius:.5rem;text-decoration:none;font-weight:600;transition:all .3s;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;cursor:pointer;position:relative;overflow:hidden}.btn-primary{background:var(--gradient);color:#fff;box-shadow:0 4px 6px -1px #6366f14d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #6366f166}.btn-secondary{background:var(--surface-light);color:var(--text-primary);border:1px solid var(--border)}.btn-secondary:hover{background:var(--border);border-color:var(--primary-color)}.btn-small{padding:.5rem 1rem;font-size:.9rem}.btn-large{padding:1rem;font-size:1.1rem;min-width:296px}.btn-icon{font-size:1.2rem}.waitlist-form{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem;width:min(100%,520px);max-width:520px;margin:0 auto;position:relative}.waitlist-form-compact{max-width:420px}.waitlist-input{width:100%;min-width:280px;padding:.85rem 1rem;border-radius:.5rem;border:1px solid rgba(167,139,250,.35);background:#1a0f2ecc;color:var(--text-primary);font-size:1rem}.waitlist-input:focus{outline:none;border-color:#a78bfa;box-shadow:0 0 0 3px #a78bfa33}.waitlist-input::placeholder{color:#fff9}.waitlist-submit{width:100%;min-width:180px}.waitlist-honeypot{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}.waitlist-disclaimer{display:block;grid-column:1 / -1;max-width:520px;font-size:.75rem;color:#cbd5e1b3;text-align:center;line-height:1.3;width:100%;margin-top:.1rem}.waitlist-disclaimer a{color:#a5b4fcd9;text-decoration:underline}.waitlist-message{grid-column:1 / -1;width:100%;font-size:.9rem}.waitlist-message-success{color:#86efac}.waitlist-message-error{color:#fca5a5}.btn-text-mobile{display:none}.btn-text-full{display:inline}.os-logo{display:inline-block;vertical-align:middle;opacity:.9;flex-shrink:0;margin-right:.35rem}.btn-small .os-logo{width:20px;height:20px;margin-right:.05rem}.coming-soon{opacity:.7;cursor:not-allowed;position:relative}.badge{position:absolute;top:-8px;right:-8px;background:var(--accent-color);color:#fff;padding:.25rem .5rem;border-radius:.25rem;font-size:.7rem;font-weight:700}.legal-page{max-width:800px;margin:0 auto;padding:4rem 2rem}.legal-page h1{font-size:2.5rem;margin-bottom:2rem;color:var(--text-primary);font-weight:700;padding-top:2rem}.legal-meta{color:var(--text-muted);font-size:.9rem;margin-top:-1rem;margin-bottom:1.5rem}.legal-content h2{font-size:1.5rem;margin-top:2rem;margin-bottom:1rem;color:var(--text-primary)}.legal-content p{color:var(--text-secondary);margin-bottom:1rem;line-height:1.7}.legal-content section{margin-bottom:.5rem}.legal-content ul{list-style:none;padding:0;margin-bottom:1rem}.legal-content ul li{color:var(--text-secondary);padding:.4rem 0 .4rem 1.5rem;position:relative;line-height:1.6}.legal-content ul li:before{content:"";position:absolute;left:0;top:.85rem;width:6px;height:6px;border-radius:50%;background:var(--primary-color)}.legal-content a{color:var(--text-secondary);text-decoration:underline;text-underline-offset:2px;transition:color .2s}.legal-content a:hover{color:var(--text-primary)}.contact-content{margin-top:2rem}.contact-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.contact-method{background:var(--surface);padding:2rem;border-radius:1rem;border:1px solid var(--border)}.contact-method h3{color:var(--text-primary);margin-bottom:.5rem}.contact-method p{color:var(--text-secondary)}.contact-method a{color:var(--primary-color);text-decoration:none}.contact-method a:hover{text-decoration:underline}.footer{background:var(--surface);padding:.75rem 2rem;border-top:1px solid var(--border)}.footer-content{display:flex;justify-content:space-between;align-items:center}.footer-copyright{color:var(--text-muted);font-size:.8125rem}.footer-links{display:flex;align-items:center;gap:.75rem}.footer-links a{color:var(--text-muted);text-decoration:none;transition:color .2s;font-size:.8125rem}.footer-links a:hover{color:var(--text-primary)}.footer-separator{color:var(--text-muted);font-size:.8125rem}@media (max-width: 900px){.features-grid{grid-template-columns:1fr;gap:2rem;max-width:500px;padding:0 1rem}.feature-card.premium{padding:2rem 1.5rem}.feature-icon-wrapper{width:100px;height:100px;margin:0 auto 1.5rem}.feature-title{font-size:1.75rem}.feature-description{font-size:1.1rem;line-height:1.7}.feature-card h3{font-size:1.75rem}.feature-card p{font-size:1.1rem;line-height:1.7}}@media (max-width: 768px){.navbar{padding:1rem}.nav-links{gap:1rem}.nav-links .btn-small{font-size:.8rem;gap:.4rem}.nav-links .nav-download-btn .btn-text-full{display:none!important}.nav-links .nav-download-btn .btn-text-mobile{display:inline!important}.hero-section{min-height:100vh;height:auto;padding:3rem 1.5rem}.hero-content{width:100%;max-width:30rem}.hero-title{font-size:2rem}.hero-content .hero-logo{max-width:95vw;padding:0 .5rem}.hero-content .hero-logo svg{max-width:min(200px,70vw)}.hero-logo .logo-text{font-size:clamp(2.7rem,10vw,3.25rem)!important}.hero-logo .logo-tagline{font-size:clamp(.95rem,4vw,1.15rem)!important}#waitlist{width:100%;max-width:28rem}.hero-cta{margin-bottom:2.5rem}.waitlist-form{grid-template-columns:1fr;width:100%;max-width:none;gap:.875rem}.waitlist-input,.waitlist-submit,.waitlist-disclaimer,.waitlist-message{width:100%}.waitlist-input,.waitlist-submit{min-width:0}.waitlist-disclaimer{max-width:none;margin-top:0}.download-grid{grid-template-columns:1fr}.features-section{padding:4rem 1rem}.features-grid{grid-template-columns:1fr;gap:2rem;max-width:none;padding:0}.feature-card.premium{padding:2.5rem 2rem;margin:0 auto;max-width:400px}.feature-icon-wrapper{width:120px;height:120px;margin:0 auto 2rem}.feature-title{font-size:1.75rem;margin-bottom:1rem}.feature-description{font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.feature-card h3{font-size:1.75rem;margin-bottom:1rem}.feature-card p{font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.feature-badge{padding:.5rem 1rem;font-size:.9rem}.section-title{font-size:2.25rem;padding:0 1rem}.section-subtitle{font-size:1.1rem;padding:0 1rem;line-height:1.6}.how-it-works{padding:4rem 1rem}.how-it-works-grid{gap:2rem;margin-bottom:3rem}.step.elegant{gap:1rem}.step-line{display:none}.trust-indicators{flex-direction:column;gap:1rem;padding:1.5rem;margin:0 1rem}.steps{gap:2rem}.steps:before{display:none}.footer-links-simple{flex-direction:row;gap:.75rem}.footer{padding:.75rem 1rem}.footer-content{flex-direction:column;gap:.5rem;text-align:center}.footer-copyright,.footer-links a,.footer-separator{font-size:.75rem}.cta-section{padding:4rem 1.5rem}.cta-title{font-size:2rem}.cta-subtitle{font-size:1.125rem}.cta-section h2{font-size:2rem}.cta-section p{font-size:1.125rem}}@media (max-width: 480px){.navbar .logo{gap:.175rem;transform:translate(-.25rem)}.hero-content .hero-logo svg{max-width:min(160px,60vw)}.hero-logo .logo-text{font-size:clamp(2rem,8.5vw,2.45rem)!important}.hero-logo .logo-tagline{font-size:clamp(.9rem,3.8vw,1rem)!important;letter-spacing:.24em}.hero-content{max-width:100%}.hero-subtitle{font-size:1rem;padding:0;line-height:1.6;margin-top:1.5rem;margin-bottom:2rem;max-width:20rem}.feature-card.premium{padding:2rem 1.5rem;max-width:350px}.feature-icon-wrapper{width:100px;height:100px;margin:0 auto 1.5rem}.feature-title{font-size:1.5rem}.feature-description{font-size:1rem;line-height:1.6}.feature-card h3{font-size:1.5rem}.feature-card p{font-size:1rem;line-height:1.6}.section-title{font-size:1.875rem}.features-section .features-title .title-break{display:block}.section-subtitle{font-size:1rem}.features-section,.how-it-works{padding:3rem .75rem}.cta-section{padding:3rem 1rem}.cta-title,.cta-section h2{font-size:1.75rem}.navbar{padding:.75rem}.hero-section{padding:2.5rem 1rem}#waitlist{max-width:none}}@media (max-width: 360px){.hero-logo .logo-text{font-size:clamp(1.95rem,8.4vw,2.2rem)!important}.hero-logo .logo-tagline{letter-spacing:.2em}}::selection{background:#a78bfa4d;color:#fff}::-moz-selection{background:#a78bfa4d;color:#fff}:focus{outline:none}:focus-visible{outline:2px solid #a78bfa;outline-offset:2px}.btn:focus-visible,.waitlist-input:focus-visible{outline:2px solid #a78bfa;outline-offset:2px}.footer-links a:focus-visible,.nav-links a:focus-visible{outline:2px solid #a78bfa;outline-offset:2px}.btn:active{transform:translateY(0) scale(.98)}@media (hover: hover){.feature-card.premium:hover{transform:translateY(-6px);border-color:#a78bfa66;box-shadow:0 20px 40px #0000004d,0 0 30px #a78bfa26,0 0 60px #67e8f90d}.feature-card.premium:hover:before{opacity:1}.step-card{transition:transform .3s ease,border-color .3s ease}.step-card:hover{transform:translateY(-4px);border-color:#a78bfa59}}.scroll-to-top{position:fixed;bottom:2rem;right:2rem;width:44px;height:44px;border-radius:50%;background:#1a0f2ecc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(167,139,250,.3);color:#a78bfa;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease,transform .3s ease;z-index:50}.scroll-to-top.visible{opacity:1;visibility:visible}.scroll-to-top:hover{transform:translateY(-2px);border-color:#a78bfa80;background:#1a0f2ef2}.back-to-home{display:inline-block;color:var(--text-secondary);text-decoration:none;font-size:.95rem;padding-top:2rem;transition:color .2s}.back-to-home:hover{color:var(--text-primary)}.testimonials-section{padding:4rem 2rem;max-width:1100px;margin:0 auto;text-align:center}.testimonials-grid{display:flex;flex-direction:row;gap:1.5rem;flex-wrap:wrap;justify-content:center;margin-top:2rem}.testimonial-card{background:#1a0f2e80;border:1px solid rgba(167,139,250,.15);border-radius:1.25rem;padding:2rem;flex:1 1 280px;max-width:340px;text-align:left;transition:border-color .3s ease,box-shadow .3s ease}.testimonial-card:hover{border-color:#a78bfa59;box-shadow:0 0 20px #a78bfa14}.testimonial-quote{color:var(--text-primary);font-size:1rem;line-height:1.7;font-style:italic;display:block;margin-bottom:1rem}.testimonial-author{color:#a78bfa;font-size:.875rem;font-weight:600;display:block}.faq-section{padding:4rem 2rem;max-width:700px;margin:0 auto;text-align:center}.faq-list{margin-top:2rem;text-align:left}.faq-item{border:1px solid rgba(167,139,250,.15);border-radius:1rem;margin-bottom:.75rem;background:#1a0f2e66;overflow:hidden;transition:border-color .3s ease}.faq-item[open]{border-color:#a78bfa59}.faq-question{padding:1.125rem 1.5rem;color:var(--text-primary);font-weight:600;font-size:1rem;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;min-height:44px;-webkit-user-select:none;user-select:none}.faq-question::-webkit-details-marker{display:none}.faq-question:after{content:"+";font-size:1.25rem;color:#a78bfa;transition:transform .2s ease;flex-shrink:0;margin-left:1rem}.faq-item[open] .faq-question:after{transform:rotate(45deg)}.faq-answer{padding:0 1.5rem 1.25rem;color:var(--text-secondary);line-height:1.7;font-size:.9375rem}@media (pointer: coarse){.btn,.waitlist-submit,.scroll-to-top,.faq-question,.nav-download-btn{min-height:44px;min-width:44px}.btn-small{padding:.625rem 1.125rem}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation:none!important;transition:none!important}html{scroll-behavior:auto}.scroll-reveal{opacity:1;transform:none}.page-transition{transition:none}.page-transition-exit{opacity:1;transform:none}body{opacity:1}}
