*{margin:0;padding:0;box-sizing:border-box}.navbar{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);z-index:1000;padding:1rem 0}.navbar-content{display:flex;justify-content:space-between;align-items:center}.navbar-brand{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:#8759a1;text-decoration:none;transition:color .3s ease}.navbar-logo{height:40px;width:auto;object-fit:contain}.navbar-text{font-size:1.5rem;font-weight:700;color:#8759a1}.navbar-brand:hover{color:#7a4f8f}.navbar-menu{display:flex;gap:2rem;align-items:center}.navbar-link{color:#374151;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.navbar-link:hover{color:#8759a1}.navbar-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#8759a1;transition:width .3s ease}.navbar-link:hover:after{width:100%}.navbar-link-primary{background:linear-gradient(135deg,#8759a1,#7a4f8f);color:#fff!important;padding:.5rem 1rem;border-radius:8px;margin-left:1rem;transition:transform .2s ease,box-shadow .2s ease}.navbar-link-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #8759a166}.navbar-link-primary:after{display:none}.navbar-toggle{display:none;background:none;border:none;color:#374151;cursor:pointer;padding:.5rem;border-radius:.5rem;transition:background-color .3s ease}.navbar-toggle:hover{background-color:#8759a11a}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;line-height:1.6;color:#333;overflow-x:hidden;background:#f8fafc}*:focus{outline:2px solid #8759A1;outline-offset:2px}.skip-link{position:absolute;top:-40px;left:6px;background:#8759a1;color:#fff;padding:8px;text-decoration:none;border-radius:4px;z-index:1000}.skip-link:focus{top:6px}.App{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}h2{font-size:2.5rem;font-weight:600;line-height:1.2;margin-bottom:1rem}h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}p{font-size:1.1rem;line-height:1.7;margin-bottom:1rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:12px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .2s ease}.btn-primary{background:linear-gradient(135deg,#8759a1,#7a4f8f);color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #8759a14d}.btn-primary:disabled,.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-secondary{background:transparent;color:#8759a1;border:2px solid #8759A1}.btn-secondary:hover{background:#8759a1;color:#fff}.section{padding:80px 0}.section-alt{background:#f8fafc}.grid{display:grid;gap:2rem}.grid-2,.grid-3{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000000d;transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000001a}@media (max-width: 1024px){h1{font-size:2.8rem}h2{font-size:2.2rem}.hero-main{grid-template-columns:1fr 1fr;gap:1.5rem}.hero-title{font-size:2.8rem}.hero-subtitle{font-size:1.1rem}.phone-mockup{transform:translateY(-10px)}.phone-screen{max-width:1600px;border-radius:40px}}@media (max-width: 768px){h1{font-size:2.2rem}h2{font-size:1.8rem}.section{padding:50px 0}.container{padding:0 20px}.hero{min-height:auto;padding:80px 0 40px}.hero-header{padding:20px 0 24px}.hero-main{display:flex;flex-direction:column;gap:2rem;text-align:center;padding-bottom:40px}.hero-left{order:2;display:flex;flex-direction:column;align-items:center}.hero-right{order:1;margin-bottom:1rem}.hero-title{font-size:1.9rem;line-height:1.2;margin-bottom:1rem}.hero-subtitle{font-size:1rem;line-height:1.6;margin-bottom:1.5rem;max-width:100%;text-align:center}.hero-badge{padding:.5rem 1rem;font-size:.85rem;margin-bottom:1.5rem}.hero-features{justify-content:center;gap:.75rem;flex-wrap:wrap}.hero-feature{padding:.5rem .75rem;font-size:.85rem}.phone-mockup{transform:none;display:flex;justify-content:center;margin-bottom:1.5rem;width:100%}.phone-screen{width:100vw;max-width:1100px;margin:0 auto}.hero-cta{width:100%;max-width:400px;padding:1.25rem;border-radius:16px}.cta-header h3{font-size:1.15rem}.cta-header p{font-size:.9rem;margin-bottom:1rem}.waiting-list-form{width:100%}.waitlist-variant-hero .input-group{margin-bottom:.75rem}.waitlist-variant-hero .email-input,.waitlist-variant-hero .name-input{padding:.875rem 1rem .875rem 2.75rem;font-size:16px;border-radius:10px}.waitlist-variant-hero .input-icon{left:1rem}.waitlist-variant-hero .btn-primary{padding:.875rem 1.5rem;font-size:1rem;width:100%;min-height:48px;border-radius:10px}.waitlist-variant-hero .privacy-note{margin-top:.75rem}.waitlist-variant-hero .privacy-note p{font-size:.75rem;line-height:1.4}.waitlist-success{padding:1.5rem;border-radius:12px}.waitlist-success h3{font-size:1.25rem;margin-bottom:.5rem}.waitlist-success .success-message{font-size:.95rem;line-height:1.5}.waitlist-success .success-icon{width:32px;height:32px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}.gradient-text{background:linear-gradient(135deg,#8759a1,#7a4f8f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#8759a1,#7a4f8f)}.hero-background{position:absolute;inset:0;z-index:1}.hero-pattern{position:absolute;inset:0;opacity:.1;background-image:radial-gradient(circle at 25% 25%,rgba(255,255,255,.2) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(255,255,255,.2) 0%,transparent 50%)}.hero-gradient{position:absolute;inset:0;background:linear-gradient(45deg,#8759a1e6,#7a4f8fe6)}.hero-header{position:relative;z-index:2;text-align:center;padding:100px 0 40px;max-width:900px;margin:0 auto}.hero-main{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1.4fr;gap:2rem;align-items:center;padding-bottom:60px}.hero-left{color:#fff}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffffe6;border:1px solid rgba(255,255,255,.5);border-radius:50px;padding:.5rem 1rem;margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:.9rem;font-weight:500;color:#1e293b;box-shadow:0 4px 12px #0000001a}.hero-badge svg{color:#8759a1}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:#fff}.hero-highlight{background:linear-gradient(135deg,gold,orange);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.3rem;line-height:1.6;margin-bottom:2rem;color:#ffffffe6;max-width:500px}.hero-features{display:flex;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.hero-feature{display:flex;align-items:center;gap:.75rem;background:#ffffff1a;padding:.75rem 1rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);font-weight:500;color:#fff}.feature-icon{color:gold}.hero-cta{background:#ffffff26;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:1.5rem;text-align:center}.cta-header h3{color:#fff;margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.cta-header p{color:#fffc;margin-bottom:1rem;font-size:.9rem}.hero-right{display:flex;justify-content:center;align-items:center;position:relative;background:transparent;overflow:visible}.hero-variant-b .hero-badge{background:linear-gradient(135deg,#ff6b6b,#ff8e53);color:#fff}.hero-variant-b .hero-highlight{background:linear-gradient(135deg,#ff6b6b,#ff8e53);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-variant-c .hero-badge{background:linear-gradient(135deg,#9c88ff,#6c5ce7);color:#fff}.hero-variant-c .hero-highlight{background:linear-gradient(135deg,#9c88ff,#6c5ce7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cookie-consent-banner{position:fixed;bottom:20px;right:20px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.1);border-radius:12px;box-shadow:0 4px 20px #00000026;z-index:10000;animation:fadeInUp .3s ease-out;max-width:400px;width:90%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cookie-consent-content{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;gap:1rem}.cookie-consent-left{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}.cookie-icon{color:#8759a1;flex-shrink:0}.cookie-text{font-size:.85rem;color:#333;line-height:1.3;margin:0}.cookie-link{color:#8759a1;text-decoration:none;font-weight:500}.cookie-link:hover{text-decoration:underline}.cookie-consent-right{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.cookie-consent-right button{padding:.375rem .75rem;border:none;border-radius:6px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-accept{background:#8759a1;color:#fff}.btn-accept:hover{background:#7a4f8f;transform:translateY(-1px)}.btn-decline{background:#f8f9fa;color:#666;border:1px solid #dee2e6}.btn-decline:hover{background:#e9ecef}.cookie-close-btn{background:none;border:none;color:#999;cursor:pointer;padding:.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.cookie-close-btn:hover{background-color:#0000000d}@media (max-width: 768px){.cookie-consent-banner{bottom:10px;right:10px;left:10px;max-width:none;width:auto}.cookie-consent-content{padding:.625rem .875rem;flex-wrap:wrap}.cookie-consent-left{flex:1 1 100%;margin-bottom:.5rem}.cookie-consent-right{flex:1;justify-content:flex-end}.cookie-text{font-size:.8rem}}.phone-mockup{position:relative;background:transparent;transform:translateY(-20px);transform-origin:center center;display:flex;justify-content:center;align-items:center;width:100%;max-width:none;padding:0;margin:0;border:none;box-shadow:none}.phone-screen{width:100%;max-width:1600px;height:auto;border-radius:40px;object-fit:contain;display:block;position:relative;z-index:1;filter:drop-shadow(0 25px 50px rgba(0,0,0,.25));box-shadow:0 30px 60px #0000004d}.floating-elements{position:absolute;inset:0;pointer-events:none}.floating-card{position:absolute;display:flex;align-items:center;gap:.5rem;background:#fff;color:#1e293b;padding:.75rem 1rem;border-radius:12px;box-shadow:0 8px 25px #00000026;font-size:.85rem;font-weight:600;animation:float 3s ease-in-out infinite}.card-1{top:-20px;right:-60px;animation-delay:0s}.card-2{top:40%;left:-80px;animation-delay:1s}.card-3{bottom:-20px;right:-40px;animation-delay:2s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{margin-bottom:1rem}.section-header p{font-size:1.2rem;color:#64748b;max-width:600px;margin:0 auto}.feature-card{text-align:center;border:1px solid #e2e8f0}.feature-icon{color:#8759a1;margin-bottom:1rem}.feature-card h3{margin-bottom:1rem;color:#1e293b}.feature-card p{color:#64748b;line-height:1.6}.features-highlight{margin-top:4rem;background:#fff;border-radius:16px;padding:3rem;box-shadow:0 10px 25px #0000001a;text-align:center}.highlight-content h3{font-size:2rem;margin-bottom:1rem;color:#1e293b}.highlight-content p{font-size:1.1rem;color:#64748b;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.highlight-stats{display:flex;justify-content:center;gap:3rem}.highlight-stat{text-align:center}.stat-number{font-size:2.5rem;font-weight:700;color:#8759a1;display:block}.stat-label{color:#64748b;font-size:.9rem;font-weight:500}.testimonial-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0}.testimonial-content{position:relative}.quote-icon{color:#8759a1;margin-bottom:1rem}.testimonial-text{font-size:1.1rem;line-height:1.7;color:#374151;margin-bottom:1.5rem;font-style:italic}.testimonial-rating{display:flex;gap:.25rem;margin-bottom:1rem}.testimonial-author{border-top:1px solid #e2e8f0;padding-top:1rem}.author-name{font-weight:600;color:#1e293b;margin-bottom:.25rem}.author-role{color:#64748b;font-size:.9rem}.social-proof{display:flex;justify-content:center;gap:3rem;margin-bottom:2rem;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d}.proof-item{text-align:center;position:relative}.proof-icon{color:#8759a1;margin-bottom:.5rem}.proof-number{font-size:1.1rem;font-weight:600;color:#1e293b;display:block;margin-bottom:.25rem}.proof-label{color:#64748b;font-size:.85rem;font-weight:500}.trust-badges{display:flex;justify-content:center;gap:2rem;margin-top:1.5rem;flex-wrap:wrap}.trust-badge{display:flex;align-items:center;gap:.5rem;background:#f8fafc;padding:.75rem 1rem;border-radius:8px;border:1px solid #e2e8f0;font-size:.9rem;color:#475569;font-weight:500}.cta-section{background:linear-gradient(135deg,#8759a1,#7a4f8f);color:#fff;text-align:center;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3;pointer-events:none}.cta-header{margin-bottom:3rem}.cta-badge{display:inline-flex;align-items:center;gap:.5rem;background:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:50px;padding:.5rem 1rem;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.cta-content h2{color:#fff;margin-bottom:1rem;font-size:2.5rem;font-weight:700;line-height:1.2}.cta-content p{font-size:1.2rem;color:#ffffffe6;margin-bottom:0;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.waitlist-success{text-align:center;padding:2rem;background:#fff;border-radius:12px;color:#1e293b;box-shadow:0 4px 6px #0000001a;border:1px solid rgba(0,0,0,.05)}.waitlist-success h3{color:#1e293b;margin-bottom:.5rem;font-size:1.5rem;font-weight:700;line-height:1.3}.waitlist-success .success-message{color:#475569;font-size:1rem;line-height:1.6;margin-top:.5rem;font-weight:400}.waitlist-form-lg .btn,.waitlist-form-md .btn{width:100%;justify-content:center}.hero-waitlist{max-width:520px;margin:0 0 2rem;padding:1.25rem 1.25rem 1rem;background:#ffffffb8;border:1px solid rgba(148,163,184,.35);border-radius:16px;box-shadow:0 14px 40px #0f172a14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-waitlist-header{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;color:#1e293b;margin-bottom:.75rem}.hero-waitlist-subtitle{font-size:.95rem;color:#334155e6;margin:0 0 1rem}.hero-waitlist .privacy-note p{color:#1e293bbf}.waitlist-variant-inline{display:grid;grid-template-columns:1fr auto;gap:.75rem;align-items:start}.waitlist-variant-inline .input-group{margin:0}.waitlist-variant-inline .email-input{height:48px;padding:.9rem 1rem .9rem 3.25rem;border-radius:12px;border-color:#94a3b873;background:#ffffffd9}.waitlist-variant-inline .btn{height:48px;padding:0 1.1rem;border-radius:12px;white-space:nowrap}.waitlist-variant-inline .privacy-note{grid-column:1 / -1;text-align:left;margin-top:.25rem}.waitlist-variant-inline .privacy-note p{margin:0;font-size:.85rem}@media (max-width: 768px){.hero-waitlist{margin-left:auto;margin-right:auto;text-align:left}.waitlist-variant-inline{grid-template-columns:1fr}.waitlist-variant-inline .btn{width:100%}}.download-preview{margin-bottom:3rem}.download-buttons{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.download-btn{display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:12px;padding:0;color:#fff;text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden;min-width:200px}.download-btn:hover{transform:translateY(-3px)}.store-badge{height:60px;width:auto;transition:transform .3s ease,filter .3s ease;border-radius:8px}.download-btn:hover .store-badge{transform:scale(1.05);filter:brightness(1.1)}.cta-features{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.cta-feature{display:flex;align-items:center;gap:.75rem;color:#ffffffe6;background:#ffffff1a;padding:.75rem 1rem;border-radius:50px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:transform .3s ease}.cta-feature:hover{transform:translateY(-2px);background:#ffffff26}.cta-feature .feature-icon{font-size:1.2rem;background:none;width:auto;height:auto;border-radius:0;display:inline}.cta-footer{display:flex;align-items:center;justify-content:center;gap:1rem;color:#fffc}.cta-arrow{animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.footer{background:#1e293b;color:#fff;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-section h3{color:#8759a1;margin-bottom:1rem;font-size:1.5rem}.footer-section h4{color:#fff;margin-bottom:1rem;font-size:1.1rem}.footer-section p{color:#94a3b8;line-height:1.6;margin-bottom:1.5rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#94a3b8;text-decoration:none;transition:color .2s ease}.footer-section ul li a:hover{color:#8759a1}.footer-bottom{border-top:1px solid #334155;padding-top:2rem}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center}.footer-copyright p{color:#94a3b8;margin:0}.contact-link{display:flex;align-items:center;gap:.5rem;color:#94a3b8;text-decoration:none;transition:color .2s ease}.contact-link:hover{color:#8759a1}@media (max-width: 1024px){.hero-content{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-buttons{justify-content:center;flex-wrap:wrap}.phone-screen{max-width:1600px;width:min(95vw,1600px)}.app-screenshot{max-width:300px}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.footer-content{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 768px){html{font-size:16px}body{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}.hero{padding:80px 0 40px;min-height:auto}.hero-main{display:flex;flex-direction:column;gap:2rem}.hero-left{order:2}.hero-right{order:1;margin-bottom:1rem}.hero-title{font-size:1.9rem;line-height:1.2}.hero-subtitle{font-size:1rem;line-height:1.6}.hero-text h1{font-size:2.2rem;line-height:1.2}.hero-description{font-size:1.1rem;margin-bottom:1.5rem}.hero-stats{justify-content:center;flex-wrap:wrap;gap:1rem}.stat{font-size:.9rem}.navbar-toggle{display:flex!important;align-items:center;justify-content:center;z-index:1001}.navbar-menu{display:none!important;position:fixed;top:60px;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(0,0,0,.1);flex-direction:column;gap:0;padding:1rem 0;z-index:999;box-shadow:0 4px 20px #0000001a}.navbar-menu.active{display:flex!important}.navbar-link{padding:1rem 2rem;width:100%;text-align:center;border-bottom:1px solid rgba(0,0,0,.05)}.navbar-link:last-child{border-bottom:none}.navbar-link:after{display:none}.navbar-link-primary{background:#8759a1;color:#fff!important;margin:.5rem 1rem;border-radius:8px;width:calc(100% - 2rem)}.navbar-link-primary:hover{background:#7a4f8f}.app-screenshot-container{margin:2rem auto 0}.app-screenshot{max-width:240px}.grid-3{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:1.5rem}.feature-card h3{font-size:1.3rem}.feature-card p{font-size:1rem}.cta-section{padding:60px 0}.cta-content h2{font-size:2rem}.cta-content p{font-size:1.1rem}.download-buttons{flex-direction:column;align-items:center;gap:1rem}.download-btn{width:100%;max-width:200px;justify-content:center}.store-badge{height:50px}.cta-features{gap:1rem;flex-direction:column;align-items:center}.cta-feature{width:100%;max-width:250px;justify-content:center}.footer{padding:3rem 0 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-bottom-content{flex-direction:column;gap:1rem;text-align:center}.legal-page{padding:1rem 0}.legal-header h1{font-size:2rem}.legal-content{padding:2rem 1.5rem;margin:0 1rem}.legal-content h2{font-size:1.3rem}.legal-content h3{font-size:1.1rem}.support-page{padding:1rem 0}.support-header h1{font-size:2rem}.support-content{padding:0 1rem;grid-template-columns:1fr;gap:2rem}.contact-methods,.faq-section,.contact-form-section{padding:1.5rem}.contact-method{flex-direction:column;text-align:center;gap:1rem}.contact-icon{align-self:center}.faq-item h4{font-size:1rem}.faq-item p{font-size:.9rem}.form-group input,.form-group select,.form-group textarea{font-size:16px;padding:14px 16px;border-radius:8px;-webkit-appearance:none;appearance:none}.form-group select{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;padding-right:40px}.submit-btn{padding:14px 24px;font-size:1rem}.btn,.download-btn,.submit-btn,.back-link{min-height:44px;min-width:44px}p,li{line-height:1.6}.section{padding:60px 0}.section-header{margin-bottom:3rem}.section-header h2{font-size:2rem}.section-header p{font-size:1.1rem}}@media (max-width: 480px){.container{padding:0 16px}.hero-header{padding:16px 0 20px}.hero{padding:70px 0 30px}.hero-title{font-size:1.6rem;line-height:1.25;margin-bottom:.75rem}.hero-subtitle{font-size:.95rem;line-height:1.55;margin-bottom:1.25rem;padding:0 .25rem}.hero-badge{padding:.4rem .75rem;font-size:.75rem;margin-bottom:1.25rem}.hero-badge svg{width:14px;height:14px}.phone-mockup{margin-bottom:1rem;width:100%}.phone-screen{width:100vw;max-width:1000px;border-radius:30px;box-shadow:0 15px 40px #0003}.hero-cta{width:100%;padding:1rem;border-radius:14px;max-width:100%}.cta-header h3{font-size:1.05rem}.cta-header p{font-size:.85rem;margin-bottom:.875rem;line-height:1.4}.waitlist-variant-hero .input-group{margin-bottom:.625rem}.waitlist-variant-hero .email-input,.waitlist-variant-hero .name-input{padding:.75rem .875rem .75rem 2.5rem;font-size:16px;border-radius:8px}.waitlist-variant-hero .input-icon{left:.875rem;width:18px;height:18px}.waitlist-variant-hero .btn-primary{padding:.8rem 1rem;font-size:.95rem;width:100%;min-height:48px;border-radius:8px}.waitlist-variant-hero .privacy-note{margin-top:.625rem}.waitlist-variant-hero .privacy-note p{font-size:.7rem;line-height:1.35}.waitlist-success{padding:1.25rem 1rem;border-radius:10px}.waitlist-success h3{font-size:1.15rem;margin-bottom:.375rem}.waitlist-success .success-message{font-size:.9rem;line-height:1.5}.waitlist-success .success-icon{width:28px;height:28px;margin-bottom:.75rem}.app-screenshot{max-width:200px}.phone-mockup{transform:none;margin-top:0}.phone-screen{width:100vw;max-width:1000px}.feature-card{padding:1rem}.feature-card h3{font-size:1.15rem}.cta-content h2{font-size:1.6rem}h1{font-size:1.8rem}h2{font-size:1.5rem}.section{padding:40px 0}.legal-page{padding:.5rem 0}.legal-header h1{font-size:1.8rem}.legal-content{padding:1.5rem 1rem;margin:0 .5rem}.deletion-warning{padding:.75rem;margin:1rem 0}.warning-header h3{font-size:1rem}.deletion-warning li{font-size:.85rem;margin-bottom:.5rem}.demo-notice{padding:.75rem;margin:1rem 0}.demo-notice li{font-size:.85rem;margin-bottom:.4rem}.deletion-form{padding:1rem;margin:1rem 0}.step{width:28px;height:28px;font-size:.8rem}.step-line{width:30px}.deletion-form h3{font-size:1.2rem;margin-bottom:.5rem}.deletion-form>form>p{font-size:.9rem;margin-bottom:1rem}.deletion-form input,.deletion-form select{padding:12px 14px;font-size:16px}.verify-btn,.delete-btn{padding:12px 16px;font-size:.95rem}.confirmation-checkbox{padding:.75rem}.confirmation-checkbox label{font-size:.85rem;line-height:1.3}.success-message{padding:1rem}.success-message h3{font-size:1.2rem}.success-message p{font-size:.9rem}.next-steps h4{font-size:1rem}.next-steps li{font-size:.85rem;margin-bottom:.5rem}.mobile-app-notice{padding:.5rem;margin:.75rem 0}.mobile-app-notice p{font-size:.8rem}.section-header h2{font-size:1.8rem}.legal-content,.contact-methods,.faq-section,.contact-form-section{padding:1rem}}.waiting-list-page{min-height:100vh;padding:6rem 0 2rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.waiting-list-header{text-align:center;margin-bottom:3rem}.waiting-list-header h1{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.waiting-list-subtitle{font-size:1.1rem;color:#6b7280;max-width:600px;margin:0 auto}.waiting-list-content{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.waiting-list-benefits h2{font-size:1.8rem;font-weight:600;color:#1f2937;margin-bottom:2rem}.benefits-grid{display:flex;flex-direction:column;gap:2rem}.benefit-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease}.benefit-item:hover{transform:translateY(-2px)}.benefit-icon{color:#8759a1;flex-shrink:0}.benefit-item h3{font-size:1.2rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.benefit-item p{color:#6b7280;line-height:1.6;margin:0}.waiting-list-form-section{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 8px 25px #0000001a}.form-container h2{font-size:1.8rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.form-container p{color:#6b7280;margin-bottom:2rem}.waiting-list-form{display:flex;flex-direction:column;gap:1.5rem}.input-group{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);color:#9ca3af;z-index:1;pointer-events:none}.email-input{width:100%;padding:1rem 1rem 1rem 3.5rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .3s ease;box-sizing:border-box}.email-input:focus{outline:none;border-color:#8759a1}.email-input.input-error,.name-input.input-error{border-color:#ef4444}.email-input.input-error:focus,.name-input.input-error:focus{border-color:#dc2626}.name-input{width:100%;padding:1rem 1rem 1rem 3.5rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .3s ease;box-sizing:border-box}.name-input:focus{outline:none;border-color:#8759a1}.field-error{margin-top:-.5rem;margin-bottom:.5rem;padding:.5rem .75rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:6px;font-size:.85rem;color:#dc2626}.field-error p{margin:0;color:#dc2626}.btn-large{padding:1rem 2rem;font-size:1.1rem;font-weight:600}.privacy-note{text-align:center;margin-top:1rem}.privacy-note p{font-size:.9rem;color:#9ca3af;margin:0}.waitlist-variant-hero .waiting-list-form{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border:none;border-radius:0;padding:0;gap:.75rem}.waitlist-variant-hero .input-group{margin-bottom:.75rem}.waitlist-variant-hero .name-input,.waitlist-variant-hero .email-input{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.75rem .75rem .75rem 2.75rem;font-size:.95rem}.waitlist-variant-hero .email-input{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.75rem .75rem .75rem 2.75rem}.waitlist-variant-hero .name-input::placeholder,.waitlist-variant-hero .email-input::placeholder{color:#ffffffb3}.waitlist-variant-hero .name-input:focus,.waitlist-variant-hero .email-input:focus{border-color:gold;background:#ffffff40}.waitlist-variant-hero .name-input.input-error,.waitlist-variant-hero .email-input.input-error{border-color:#ff6b6b;background:#ff6b6b26}.waitlist-variant-hero .name-input.input-error:focus,.waitlist-variant-hero .email-input.input-error:focus{border-color:#ff5252;background:#ff6b6b33}.waitlist-variant-hero .field-error{background:#ff6b6b33;border-color:#ff6b6b66;color:#ffebee}.waitlist-variant-hero .field-error p{color:#ffebee}.waitlist-variant-hero .input-icon{color:#ffffffb3;left:1rem;width:18px;height:18px}.waitlist-variant-hero .btn-primary{background:linear-gradient(135deg,gold,orange);color:#1e293b;font-weight:700;border:none;width:100%;padding:.75rem 1.5rem;font-size:1rem;margin-top:.25rem}.waitlist-variant-hero .btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#ffe55c,#ffb347);transform:translateY(-2px);box-shadow:0 10px 25px #ffd7004d}.waitlist-variant-hero .btn-primary:disabled{opacity:.6;cursor:not-allowed;background:linear-gradient(135deg,#ffd70080,#ffa50080)}.waitlist-variant-hero .privacy-note{margin-top:.5rem}.waitlist-variant-hero .privacy-note p{color:#ffffffbf;font-size:.75rem;line-height:1.4}.waitlist-variant-hero .waitlist-success{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:2rem;text-align:center;color:#fff}.waitlist-variant-hero .success-icon{color:gold;margin-bottom:1rem}.waitlist-variant-hero .waitlist-success h3{color:#fff;margin-bottom:.5rem}.success-icon,.waitlist-success .success-icon{color:#10b981;margin-bottom:1rem}.success-message{font-size:1.1rem;color:#475569;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto;line-height:1.6}.waitlist-success .success-message{color:#475569;font-size:1rem;margin-top:.5rem;margin-bottom:0}.waitlist-variant-hero .waitlist-success .success-message{color:#fffffff2!important}.success-details{background:#fff;padding:2rem;border-radius:12px;margin-bottom:2rem;text-align:left;max-width:500px;margin-left:auto;margin-right:auto}.success-details p{font-weight:600;color:#1f2937;margin-bottom:1rem}.success-details ul{list-style:none;padding:0;margin:0}.success-details li{color:#6b7280;position:relative;padding:.5rem 0 .5rem 1.5rem}.success-details li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.not-found-page{min-height:100vh;padding:6rem 0 2rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;align-items:center}.not-found-content{max-width:600px;margin:0 auto;text-align:center}.error-number{font-size:6rem;font-weight:900;color:#8759a1;line-height:1;margin-bottom:1rem}.not-found-content h1{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.not-found-content p{font-size:1.1rem;color:#6b7280;margin-bottom:2rem}.not-found-content .btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease}.faq-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.faq-hero{background:linear-gradient(135deg,#8759a1,#7a4f8f);color:#fff;padding:6rem 0 4rem;text-align:center}.faq-hero-content{max-width:600px;margin:0 auto}.faq-hero-icon{color:gold;margin-bottom:1rem}.faq-hero-content h1{font-size:3rem;font-weight:800;margin-bottom:1rem;color:#fff}.faq-hero-content p{font-size:1.3rem;opacity:.9;line-height:1.6}.faq-categories{display:flex;justify-content:center;gap:.5rem;margin:3rem 0 2rem;flex-wrap:wrap}.faq-category-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border:2px solid #e2e8f0;background:#fff;border-radius:50px;font-size:.9rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .3s ease;white-space:nowrap}.faq-category-btn:hover{border-color:#8759a1;color:#8759a1;transform:translateY(-2px);box-shadow:0 4px 12px #8759a133}.faq-category-btn.active{background:linear-gradient(135deg,#8759a1,#7a4f8f);border-color:#8759a1;color:#fff}.faq-category-btn svg{flex-shrink:0}.faq-content{max-width:800px;margin:0 auto 4rem}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000000d;overflow:hidden;transition:all .3s ease;border:1px solid #e2e8f0}.faq-item:hover{box-shadow:0 12px 40px #0000001a;transform:translateY(-2px)}.faq-question{width:100%;padding:1.5rem 2rem;background:none;border:none;text-align:left;font-size:1.1rem;font-weight:600;color:#1f2937;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.faq-question:hover{background:linear-gradient(135deg,#8759a105,#7a4f8f05)}.faq-question svg{color:#8759a1;transition:transform .3s ease}.faq-answer{padding:0 2rem 2rem;border-top:1px solid #e2e8f0;animation:slideDown .3s ease}.faq-answer p{color:#64748b;line-height:1.7;margin:1rem 0 0;font-size:1rem}@keyframes slideDown{0%{opacity:0;max-height:0;padding-top:0;padding-bottom:0}to{opacity:1;max-height:500px;padding-top:0;padding-bottom:2rem}}.faq-contact{margin-top:4rem;display:flex;justify-content:center}.contact-card{background:#fff;border-radius:20px;padding:3rem 2rem;text-align:center;box-shadow:0 8px 25px #0000001a;border:1px solid #e2e8f0;max-width:400px;width:100%}.contact-card svg{color:#8759a1;margin-bottom:1rem}.contact-card h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.contact-card p{color:#64748b;margin-bottom:2rem;line-height:1.6}.contact-card .btn{padding:.875rem 2rem;font-size:1rem}.legal-page{min-height:100vh;padding:6rem 0 2rem;background:#f8fafc}.legal-header{text-align:center;margin-bottom:3rem}.mobile-app-notice{background:#f0f9ff;border:1px solid #0ea5e9;border-radius:8px;padding:1rem;margin:1.5rem 0;display:flex;align-items:center;gap:.75rem;text-align:left}.mobile-app-notice svg{color:#0ea5e9;flex-shrink:0}.mobile-app-notice p{margin:0;color:#0c4a6e;font-size:.9rem;line-height:1.4}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#8759a1;text-decoration:none;font-weight:500;margin-bottom:2rem;transition:color .2s ease}.back-link:hover{color:#7a4f8f}.legal-header h1{font-size:3rem;color:#1e293b;margin-bottom:.5rem}.last-updated{color:#64748b;font-style:italic}.legal-content{max-width:800px;margin:0 auto;background:#fff;border-radius:12px;padding:3rem;box-shadow:0 4px 6px #0000000d}.legal-content section{margin-bottom:2.5rem}.legal-content h2{color:#1e293b;font-size:1.5rem;margin-bottom:1rem;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem}.legal-content h3{color:#374151;font-size:1.2rem;margin-bottom:.75rem;margin-top:1.5rem}.legal-content p{color:#4b5563;line-height:1.7;margin-bottom:1rem}.legal-content ul{margin:1rem 0;padding-left:1.5rem}.legal-content li{color:#4b5563;line-height:1.6;margin-bottom:.5rem}@media (max-width: 768px){.faq-page{padding:1rem 0}.faq-header h1{font-size:2rem}.faq-question{padding:1rem;font-size:1rem}.faq-answer{padding:0 1rem 1rem}.waiting-list-content{grid-template-columns:1fr;gap:2rem}.waiting-list-header h1{font-size:2rem}.not-found-content h1{font-size:1.5rem}.error-number{font-size:4rem}.legal-page{padding:1rem 0}.legal-header h1{font-size:2rem}.legal-content{padding:2rem 1.5rem;margin:0 1rem}.deletion-warning{padding:1rem;margin:1.5rem 0}.warning-header{flex-direction:column;text-align:center;gap:.5rem}.warning-header h3{font-size:1.1rem}.deletion-warning ul{padding-left:1rem}.deletion-warning li{font-size:.9rem;margin-bottom:.75rem}.demo-notice{padding:1rem;margin:1.5rem 0}.demo-header{flex-direction:column;text-align:center;gap:.5rem}.demo-notice ul{padding-left:1rem}.demo-notice li{font-size:.9rem;margin-bottom:.5rem}.deletion-form{padding:1.5rem;margin:1.5rem 0}.step-indicator{margin-bottom:2rem}.step{width:32px;height:32px;font-size:.9rem}.step-line{width:40px}.deletion-form h3{font-size:1.3rem;margin-bottom:.75rem}.deletion-form>form>p{font-size:.95rem;margin-bottom:1.5rem}.deletion-form input,.deletion-form select{padding:14px 16px;font-size:16px}.verify-btn,.delete-btn{width:100%;padding:14px 20px;font-size:1rem}.confirmation-checkbox{flex-direction:column;align-items:flex-start;gap:.5rem;padding:1rem}.confirmation-checkbox label{font-size:.9rem;line-height:1.4}.resend-section{text-align:center;margin:1rem 0}.resend-btn{font-size:.9rem;padding:8px 16px}.success-message{padding:1.5rem;text-align:center}.success-message h3{font-size:1.3rem;margin-bottom:1rem}.success-message p{font-size:.95rem;margin-bottom:1.5rem}.next-steps h4{font-size:1.1rem;margin-bottom:1rem}.next-steps ul{text-align:left}.next-steps li{font-size:.9rem;margin-bottom:.75rem}.contact-info{text-align:center}.contact-info p{margin-bottom:1rem}.contact-info a{word-break:break-all}.faq-hero{padding:4rem 0 3rem}.faq-hero-content h1{font-size:2.2rem}.faq-hero-content p{font-size:1.1rem}.faq-categories{gap:.25rem;margin:2rem 0 1.5rem}.faq-category-btn{padding:.5rem .875rem;font-size:.8rem}.faq-category-btn span{display:none}.faq-category-btn svg{margin:0}.faq-question{padding:1.25rem 1.5rem;font-size:1rem}.faq-answer{padding:0 1.5rem 1.5rem}.contact-card{padding:2rem 1.5rem}.mobile-app-notice{flex-direction:column;text-align:center;gap:.5rem;padding:.75rem;margin:1rem 0}.mobile-app-notice p{font-size:.85rem}}.deletion-warning{background:#fef3cd;border:1px solid #fbbf24;border-radius:12px;padding:1.5rem;margin:2rem 0}.warning-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.warning-header svg{color:#f59e0b}.warning-header h3{color:#92400e;margin:0;font-size:1.2rem}.deletion-warning ul{margin:0;padding-left:1.5rem}.deletion-warning li{color:#92400e;margin-bottom:.5rem;line-height:1.6}.demo-notice{background:#eff6ff;border:1px solid #3b82f6;border-radius:12px;padding:1.5rem;margin:2rem 0}.demo-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.demo-header svg{color:#3b82f6}.demo-header h4{color:#1e40af;margin:0;font-size:1.1rem}.demo-notice p{color:#1e40af;margin-bottom:1rem}.demo-notice ul{margin:0;padding-left:1.5rem}.demo-notice li{color:#1e40af;margin-bottom:.5rem;line-height:1.6;font-size:.9rem}.deletion-form{background:#f8fafc;border-radius:12px;padding:2rem;margin:2rem 0}.step-indicator{display:flex;align-items:center;justify-content:center;margin-bottom:2rem;gap:.5rem}.step{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;background:#e2e8f0;color:#64748b;transition:all .3s ease}.step.active{background:#8759a1;color:#fff}.step.completed{background:#22c55e;color:#fff}.step-line{width:60px;height:2px;background:#e2e8f0;transition:all .3s ease}.step-line.completed{background:#22c55e}.deletion-form h3{color:#1e293b;margin-bottom:.5rem;font-size:1.5rem;text-align:center}.deletion-form>form>p{text-align:center;color:#64748b;margin-bottom:2rem}.verify-btn{background:linear-gradient(135deg,#8759a1,#7a4f8f);color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:transform .2s ease,box-shadow .2s ease;width:100%}.verify-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #8759a14d}.verify-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.resend-section{text-align:center;margin:1rem 0;padding:1rem;background:#f1f5f9;border-radius:8px}.resend-section p{margin:0 0 .5rem;color:#64748b;font-size:.9rem}.resend-btn{background:none;border:none;color:#8759a1;font-weight:600;cursor:pointer;text-decoration:underline;font-size:.9rem}.resend-btn:hover{color:#7a4f8f}.deletion-form .form-group{margin-bottom:1.5rem}.deletion-form label{display:block;color:#374151;font-weight:600;margin-bottom:.5rem;font-size:.9rem}.deletion-form input,.deletion-form select{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .2s ease;font-family:inherit;box-sizing:border-box}.deletion-form input:focus,.deletion-form select:focus{outline:none;border-color:#8759a1}.confirmation-checkbox{display:flex;align-items:flex-start;gap:.75rem;margin:2rem 0;padding:1rem;background:#f1f5f9;border-radius:8px}.confirmation-checkbox input[type=checkbox]{width:auto;margin:0;flex-shrink:0;margin-top:.25rem}.confirmation-checkbox label{margin:0;font-weight:500;color:#374151;line-height:1.5;cursor:pointer}.delete-btn{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:transform .2s ease,box-shadow .2s ease;width:100%}.delete-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #dc26264d}.delete-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.success-message{text-align:center;padding:2rem;background:#f0fdf4;border:1px solid #22c55e;border-radius:12px;margin:2rem 0}.success-icon{color:#22c55e;margin-bottom:1rem}.success-message h3{color:#166534;margin-bottom:.5rem;font-size:1.5rem}.success-message p{color:#166534;margin-bottom:1.5rem}.next-steps{text-align:left;background:#fff;padding:1.5rem;border-radius:8px;margin-top:1.5rem}.next-steps h4{color:#166534;margin-bottom:1rem;font-size:1.1rem}.next-steps ul{list-style:none;padding:0;margin:0}.next-steps li{display:flex;align-items:center;gap:.75rem;color:#166534;margin-bottom:.75rem;font-size:.9rem}.next-steps svg{color:#22c55e;flex-shrink:0}.contact-info{background:#f8fafc;padding:1.5rem;border-radius:8px;margin-top:1rem}.contact-info p{margin-bottom:.5rem}.contact-info a{color:#8759a1;text-decoration:none;font-weight:600}.contact-info a:hover{text-decoration:underline}.support-page{min-height:100vh;padding:2rem 0;background:#f8fafc}.support-header{text-align:center;margin-bottom:3rem}.support-header h1{font-size:3rem;color:#1e293b;margin-bottom:1rem}.support-subtitle{font-size:1.2rem;color:#64748b;max-width:600px;margin:0 auto}.support-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto}.support-info{display:flex;flex-direction:column;gap:2rem}.contact-methods{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000000d}.contact-method{display:flex;gap:1rem;margin-bottom:2rem}.contact-method:last-child{margin-bottom:0}.contact-icon{background:linear-gradient(135deg,#8759a1,#7a4f8f);color:#fff;width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-details h3{color:#1e293b;margin-bottom:.5rem;font-size:1.1rem}.contact-details p{color:#64748b;margin-bottom:.5rem;font-size:.9rem}.email-link{color:#8759a1;text-decoration:none;font-weight:600;transition:color .2s ease}.email-link:hover{color:#7a4f8f}.faq-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000000d}.faq-section h2{color:#1e293b;margin-bottom:1.5rem;font-size:1.5rem}.faq-item{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.faq-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.faq-item h4{color:#374151;margin-bottom:.5rem;font-size:1rem}.faq-item p{color:#64748b;line-height:1.6;font-size:.9rem}.contact-form-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000000d;height:fit-content}.form-container h2{color:#1e293b;margin-bottom:1.5rem;font-size:1.5rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{color:#374151;font-weight:600;margin-bottom:.5rem;font-size:.9rem}.form-group input,.form-group select,.form-group textarea{padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .2s ease;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#8759a1}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{background:linear-gradient(135deg,#8759a1,#7a4f8f);color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:transform .2s ease,box-shadow .2s ease}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #8759a14d}.success-message{text-align:center;padding:2rem;color:#059669}.success-message svg{color:#059669;margin-bottom:1rem}.success-message h3{color:#059669;margin-bottom:.5rem;font-size:1.5rem}.success-message p{color:#64748b;font-size:1rem}.error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:1rem;margin-bottom:1rem}.error-message p{color:#dc2626;margin:0;font-size:.9rem}.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.submit-btn:disabled:hover{transform:none;box-shadow:none}.how-it-works-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.how-it-works-step{background:#fff;border-radius:12px;padding:2rem;text-align:center;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0;position:relative;transition:transform .3s ease,box-shadow .3s ease}.how-it-works-step:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000001a}.step-number{position:absolute;top:-15px;left:50%;transform:translate(-50%);width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#8759a1,#7a4f8f);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;border:3px solid white;box-shadow:0 2px 8px #8759a14d}.how-it-works-step .feature-icon{margin-bottom:1rem}.how-it-works-step h3{margin-bottom:.75rem;color:#1e293b;font-size:1.2rem}.how-it-works-step p{color:#64748b;line-height:1.6;margin:0;font-size:.95rem}@media (max-width: 768px){.how-it-works-grid{grid-template-columns:1fr;gap:1.5rem}.how-it-works-step{padding:1.5rem}.navbar-logo{height:32px}.navbar-text{font-size:1.3rem}}@media (max-width: 1024px){.support-content{grid-template-columns:1fr;gap:2rem}}@media (max-width: 768px){.support-page{padding:1rem 0}.support-header h1{font-size:2rem}.support-content{padding:0 1rem}.contact-methods,.faq-section,.contact-form-section{padding:1.5rem}.contact-method{flex-direction:column;text-align:center}.contact-icon{align-self:center}}
