*{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{font-size:1.5rem;font-weight:700;color:#8759a1;text-decoration:none;transition:color .3s ease}.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-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}*: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{transform:translateY(-2px);box-shadow:0 10px 25px #8759a14d}.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: 768px){h1{font-size:2.5rem}h2{font-size:2rem}.section{padding:60px 0}.container{padding:0 16px}}@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{padding:140px 0 120px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:100vh;display:flex;align-items:center}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-text h1{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}.hero-description{font-size:1.2rem;color:#64748b;margin-bottom:2rem;line-height:1.7}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem}.hero-stats{display:flex;gap:2rem}.stat{display:flex;align-items:center;gap:.5rem;color:#64748b;font-weight:500}.stat-icon{color:#8759a1}.app-screenshot-container{display:flex;justify-content:center;align-items:center;margin:0 auto}.app-screenshot{max-width:400px;height:auto;border-radius:15px;object-fit:cover;object-position:top;clip-path:inset(0 0 5% 0);transition:transform .3s ease;background:transparent}.app-screenshot:hover{transform:translateY(-5px)}.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-top:4rem;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d}.proof-item{text-align:center}.proof-number{font-size:2rem;font-weight:700;color:#8759a1;display:block}.proof-label{color:#64748b;font-size:.9rem;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}.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}.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:60px 0;min-height:auto}.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:block}.navbar-menu{position:fixed;top:100%;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;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.navbar-menu.active{transform:translateY(0);opacity:1;visibility:visible}.navbar-link{padding:1rem 2rem;width:100%;text-align:center;border-bottom:1px solid rgba(0,0,0,.05)}.navbar-link:after{display:none}.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 12px}.hero-text h1{font-size:1.8rem}.hero-description{font-size:1rem}.app-screenshot{max-width:200px}.feature-card{padding:1rem}.feature-card h3{font-size:1.2rem}.cta-content h2{font-size:1.8rem}.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}.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}.success-icon{color:#10b981;margin-bottom:1rem}.success-message{font-size:1.1rem;color:#6b7280;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.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;padding:6rem 0 2rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.faq-header{text-align:center;margin-bottom:3rem}.faq-header h1{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.faq-header p{font-size:1.1rem;color:#6b7280;max-width:600px;margin:0 auto}.faq-content{max-width:800px;margin:0 auto}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;overflow:hidden;transition:box-shadow .3s ease}.faq-item:hover{box-shadow:0 8px 25px #0000001a}.faq-question{width:100%;padding:1.5rem;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:background-color .3s ease}.faq-question:hover{background-color:#f9fafb}.faq-answer{padding:0 1.5rem 1.5rem;border-top:1px solid #e5e7eb}.faq-answer p{color:#6b7280;line-height:1.6;margin:0}.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}.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}@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}}
