*{margin:0;padding:0;box-sizing:border-box}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}a{font-weight:500;color:#d81b60;text-decoration:inherit}a:hover{color:#ff4081}button{font-family:inherit;cursor:pointer}.landing-page{min-height:100vh;background:#fff;position:relative;overflow-x:hidden}.background-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.background-image{width:100%;height:100%;object-fit:cover;opacity:.15}.header{padding:1.5rem 4rem;background:#fffffff2;position:relative;z-index:100;box-shadow:0 2px 10px #0000000d}.header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem}.logo-text{color:#4caf50}.nav-menu{display:flex;align-items:center;gap:2rem;flex:1;justify-content:center}.nav-link{color:#333;text-decoration:none;font-size:1rem;font-weight:500;cursor:pointer;transition:color .3s;display:flex;align-items:center;gap:.25rem}.nav-link:hover{color:#4caf50}.nav-link-dropdown{position:relative}.dropdown-arrow{font-size:.75rem;margin-left:.25rem}.dropdown-menu{position:absolute;top:100%;left:0;background:#fff;border-radius:8px;box-shadow:0 4px 20px #0000001a;padding:.5rem 0;min-width:180px;margin-top:.5rem;opacity:0;visibility:hidden;transition:all .3s;z-index:1000}.dropdown-menu.active,.nav-link-dropdown:hover .dropdown-menu{opacity:1;visibility:visible}.dropdown-item{display:block;padding:.75rem 1.5rem;color:#333;text-decoration:none;transition:background .3s}.dropdown-item:hover{background:#f5f5f5;color:#4caf50}.help-center-btn{background:#4caf50;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;transition:background .3s;font-size:1rem}.help-center-btn:hover{background:#45a049}.hero{padding:4rem 4rem 6rem;position:relative;z-index:10}.hero-content{max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:4rem;flex-wrap:wrap}.hero-text{flex:1;min-width:400px}.hero-title{font-size:3.5rem;font-weight:700;color:#333;margin-bottom:1.5rem;line-height:1.2}.hero-description{font-size:1.125rem;color:#666;line-height:1.6;margin-bottom:2rem}.download-buttons{display:flex;gap:1rem;flex-wrap:wrap}.google-play-button{display:inline-flex;align-items:center;gap:10px;background:#3a3a3a;color:#fff;text-decoration:none;padding:6px 12px;border-radius:4px;border:1px solid #6b6b6b;transition:opacity .3s;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.google-play-button:hover{opacity:.85}.play-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:3px;flex-shrink:0;padding:0}.play-icon svg{width:20px;height:20px}.play-text{display:flex;flex-direction:column;line-height:1.1;justify-content:center}.play-text-top{font-size:9px;font-weight:400;letter-spacing:.3px;text-transform:uppercase;color:#fff;margin-bottom:1px;line-height:1}.play-text-bottom{font-size:15px;color:#fff;line-height:1.1}.google-text{font-weight:400}.play-text-bold{font-weight:600}.app-store-button{display:inline-flex;align-items:center;gap:10px;background:#000;color:#fff;text-decoration:none;padding:8px 16px;border-radius:4px;transition:opacity .3s;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.app-store-button:hover{opacity:.85}.app-store-button svg{flex-shrink:0;color:#fff}.app-store-text{display:flex;flex-direction:column;line-height:1.1}.app-store-text-top{font-size:10px;font-weight:400;color:#fff;line-height:1}.app-store-text-bottom{font-size:16px;font-weight:600;color:#fff;line-height:1.1}.hero-image-container{flex:1;min-width:300px;position:relative}.hero-phone{width:100%;max-width:400px;transform:rotate(-5deg);position:relative;z-index:2}.floating-bubble{position:absolute;background:#4caf50;color:#fff;padding:.75rem 1rem;border-radius:8px;display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;box-shadow:0 4px 15px #4caf504d;z-index:3;animation:float 3s ease-in-out infinite}.bubble-1{top:20%;right:30%;animation-delay:0s}.bubble-2{bottom:20%;left:-5%;animation-delay:1.5s}.bubble-icon{font-size:1.25rem;font-weight:700}.bubble-text{white-space:nowrap}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.how-works-section{padding:6rem 4rem;position:relative;z-index:10;background:#ffffffe6}.section-container{max-width:1400px;margin:0 auto}.section-title{font-size:3rem;font-weight:700;color:#333;text-align:center;margin-bottom:1rem}.section-subtitle{font-size:1.125rem;color:#666;text-align:center;max-width:800px;margin:0 auto 4rem;line-height:1.6}.how-works-content{position:relative;min-height:600px;display:flex;align-items:center;justify-content:center}.central-phone{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.phone-circle{width:300px;height:300px;background:#4caf50;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:2rem}.central-phone-image{width:100%;height:auto;border-radius:20px}.steps-around{position:relative;width:100%;height:100%}.step-item{position:absolute;max-width:250px;text-align:center}.step-1{top:0;left:10%}.step-2{top:0;right:10%}.step-3{bottom:0;left:10%}.step-4{bottom:0;right:10%}.step-number{width:60px;height:60px;background:#4caf50;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.step-title{font-size:1.25rem;font-weight:700;color:#333;margin-bottom:.5rem}.step-description{font-size:1rem;color:#666;line-height:1.6}.app-work-section{padding:6rem 4rem;position:relative;z-index:10;background:#ffffffe6}.tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem}.tab{padding:.75rem 2rem;border:none;background:#e0e0e0;color:#666;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.tab.active{background:#4caf50;color:#fff}.tab:hover{background:#d0d0d0}.tab.active:hover{background:#45a049}.app-work-content{display:flex;align-items:center;gap:4rem;flex-wrap:wrap}.phones-container{flex:1;min-width:400px;position:relative;height:500px}.phone-circle-large{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:500px;height:500px;background:#4caf50;border-radius:50%;display:flex;align-items:center;justify-content:center}@media(max-width:1023px),(max-aspect-ratio:4/3){.phone-circle-large{display:none}}.phone-overlap{position:absolute;width:250px;height:auto;border-radius:20px;box-shadow:0 10px 40px #0003}.phone-1{top:10%;left:10%;transform:rotate(-10deg);z-index:2}@media(max-width:1023px),(max-aspect-ratio:4/3){.phone-1{display:none}}.phone-2{bottom:10%;right:10%;transform:rotate(10deg);z-index:3}@media(max-width:1023px),(max-aspect-ratio:4/3){.phone-2{display:none}}.features-list{flex:1;min-width:300px}.feature-item{display:flex;gap:1.5rem;margin-bottom:2.5rem;align-items:flex-start}.feature-icon{font-size:2.5rem;flex-shrink:0}.feature-title{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:.5rem}.feature-description{font-size:1rem;color:#666;line-height:1.6}.download-cta-section{padding:6rem 4rem;background:#4caf50;position:relative;z-index:10;border-radius:0;margin-top:4rem}.download-cta-content{max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:4rem;flex-wrap:wrap}.download-cta-text{flex:1;min-width:400px;color:#fff}.download-cta-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.2}.download-cta-description{font-size:1.125rem;color:#ffffffe6;line-height:1.6;margin-bottom:2rem}.get-started-btn{background:#000;color:#fff;border:none;padding:1rem 2.5rem;border-radius:6px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:background .3s}.get-started-btn:hover{background:#333}.download-cta-phones{flex:1;min-width:300px;position:relative;height:400px}.cta-phone{position:absolute;width:250px;height:auto;border-radius:20px;box-shadow:0 10px 40px #0000004d}.cta-phone-1{top:0;left:0;transform:rotate(-5deg);z-index:2}@media(max-width:1023px),(max-aspect-ratio:4/3){.cta-phone-1{display:none}}.cta-phone-2{bottom:0;right:0;transform:rotate(5deg);z-index:3}@media(max-width:1023px),(max-aspect-ratio:4/3){.cta-phone-2{display:none}}.footer{background:#2c2c2c;color:#fff;padding:4rem 4rem 2rem;position:relative;z-index:10}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-column{display:flex;flex-direction:column;gap:1rem}.footer-logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-description{color:#fffc;line-height:1.6;font-size:.95rem}.footer-heading{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:1rem}.footer-link{color:#fffc;text-decoration:none;font-size:1rem;transition:color .3s;margin-bottom:.5rem;display:block}.footer-contact{color:#fffc;font-size:1rem;line-height:1.6;margin-bottom:.5rem}.footer-bottom{max-width:1400px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-copyright{color:#fffc;font-size:.95rem}.social-icons{display:flex;gap:1rem}.social-icon{width:40px;height:40px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;font-size:1.25rem;transition:background .3s}.social-icon:hover{background:#4caf50}@media(max-width:1024px){.hero-title,.section-title{font-size:2.5rem}.step-item{position:relative;margin-bottom:2rem}.steps-around{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.step-1,.step-2,.step-3,.step-4{position:relative;inset:auto}.central-phone{position:relative;transform:none;margin-bottom:3rem}.how-works-content{min-height:auto}}@media(max-width:768px){.header{padding:1rem 1.5rem}.header-content{flex-direction:column;gap:1rem;align-items:center}.logo{font-size:1.25rem}.logo-icon{font-size:1.75rem}.nav-menu{flex-wrap:wrap;gap:.75rem;justify-content:center;width:100%;order:2}.nav-link{font-size:.9rem;padding:.25rem .5rem}.nav-link-dropdown:hover .dropdown-menu{opacity:0;visibility:hidden}.help-center-btn{padding:.6rem 1.2rem;font-size:.9rem;order:1;margin-top:.5rem}.hero{padding:2rem 1.5rem 3rem}.hero-title{font-size:1.75rem;line-height:1.3;margin-bottom:1rem}.hero-description{font-size:1rem;margin-bottom:1.5rem}.hero-content{flex-direction:column;text-align:center;gap:2rem}.hero-text{min-width:100%;width:100%}.hero-image-container{min-width:100%;width:100%;max-width:100%}.hero-phone{max-width:280px;width:100%;margin:0 auto}.floating-bubble{font-size:.75rem;padding:.5rem .75rem;display:none}.download-buttons{justify-content:center;width:100%}.google-play-button{padding:8px 14px}.play-text-top{font-size:8px}.play-text-bottom{font-size:13px}.how-works-section,.app-work-section,.download-cta-section{padding:3rem 1.5rem}.section-title{font-size:1.75rem;margin-bottom:.75rem}.section-subtitle{font-size:1rem;margin-bottom:2rem;padding:0 1rem}.how-works-content{min-height:auto;padding:2rem 0}.central-phone{margin-bottom:2rem}.phone-circle{width:200px;height:200px;padding:1rem}.steps-around{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.step-item{max-width:100%}.step-number{width:50px;height:50px;font-size:1.25rem}.step-title{font-size:1.1rem}.step-description{font-size:.9rem}.tabs{gap:.5rem;margin-bottom:2rem}.tab{padding:.6rem 1.5rem;font-size:.9rem}.app-work-content{flex-direction:column;gap:2rem}.phones-container{min-width:100%;height:300px}.phone-circle-large{width:280px;height:280px}.phone-overlap{width:180px}.features-list{min-width:100%}.feature-item{gap:1rem;margin-bottom:2rem}.feature-icon{font-size:2rem}.feature-title{font-size:1.25rem}.feature-description{font-size:.95rem}.download-cta-section{padding:3rem 1.5rem}.download-cta-content{flex-direction:column;text-align:center;gap:2rem}.download-cta-text{min-width:100%}.download-cta-title{font-size:1.75rem;margin-bottom:1rem}.download-cta-description{font-size:1rem;margin-bottom:1.5rem}.get-started-btn{padding:.875rem 2rem;font-size:1rem}.download-cta-phones{min-width:100%;height:300px}.cta-phone{width:180px}.footer{padding:2.5rem 1.5rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer-bottom{flex-direction:column;text-align:center;gap:1rem}.footer-copyright{font-size:.85rem}}@media(max-width:480px){.header{padding:.75rem 1rem}.logo{font-size:1.1rem}.nav-menu{gap:.5rem}.nav-link{font-size:.85rem;padding:.25rem}.help-center-btn{padding:.5rem 1rem;font-size:.85rem}.hero{padding:1.5rem 1rem 2rem}.hero-title{font-size:1.5rem}.hero-description{font-size:.9rem}.hero-phone{max-width:240px}.google-play-button{padding:6px 10px;gap:8px}.play-icon{width:24px;height:24px}.play-icon svg{width:16px;height:16px}.play-text-top{font-size:7px}.play-text-bottom{font-size:12px}.section-title{font-size:1.5rem}.section-subtitle{font-size:.9rem}.phone-circle{width:180px;height:180px}.phone-circle-large{width:240px;height:240px}.phone-overlap{width:150px}.download-cta-title{font-size:1.5rem}.download-cta-description{font-size:.9rem}.cta-phone{width:150px}}.policy-page{min-height:100vh;background:#fff;display:flex;flex-direction:column}.policy-header{padding:2rem 4rem;background:transparent;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.back-link{color:#d81b60;text-decoration:none;font-weight:500;transition:opacity .3s}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:#d81b60}.policy-content{max-width:800px;margin:0 auto;padding:3rem 4rem;background:#fff;border-radius:20px;box-shadow:0 10px 40px #d81b601a;margin-bottom:3rem;flex:1}.policy-title{font-size:3rem;font-weight:700;color:#d81b60;margin-bottom:1rem}.policy-date{color:#666;font-size:.875rem;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #ffe5f0}.policy-section{margin-bottom:3rem}.policy-section h2{font-size:1.75rem;font-weight:700;color:#d81b60;margin-bottom:1rem}.policy-section p{color:#666;line-height:1.8;font-size:1rem;margin-bottom:1rem}.policy-section h3{font-size:1.25rem;font-weight:600;color:#333;margin-top:1.5rem;margin-bottom:.75rem}.policy-section ul{color:#666;line-height:1.8;font-size:1rem;margin-bottom:1.5rem;padding-left:1.5rem}.policy-section li{margin-bottom:.75rem}.policy-section strong{color:#333;font-weight:600}.external-link{color:#4caf50;text-decoration:none;word-break:break-all}.external-link:hover{text-decoration:underline}.policy-footer{background:#d81b60;color:#fff;padding:2rem 4rem;text-align:center}.footer-link{color:#fff;text-decoration:none;margin:0 1rem;transition:opacity .3s}.footer-link:hover{opacity:.8;text-decoration:underline}@media(max-width:768px){.policy-header{padding:1.5rem 2rem}.policy-content{padding:2rem;margin:2rem}.policy-title{font-size:2rem}.policy-footer{padding:2rem}}.delete-account-page{min-height:100vh;background:#fff;display:flex;flex-direction:column}.delete-account-header{padding:2rem 4rem;background:transparent;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.back-link{color:#4caf50;text-decoration:none;font-weight:500;transition:opacity .3s}.back-link:hover{opacity:.8;text-decoration:underline}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:#4caf50}.logo-icon{font-size:2rem}.delete-account-content{max-width:600px;margin:0 auto;padding:3rem 4rem;background:#fff;border-radius:20px;box-shadow:0 10px 40px #4caf501a;margin-bottom:3rem;flex:1;display:flex;align-items:center;justify-content:center}.delete-account-status{text-align:center;width:100%}.status-icon{font-size:4rem;margin-bottom:1.5rem;display:inline-block}.status-icon.loading{animation:spin 2s linear infinite}.status-icon.success{color:#4caf50}.status-icon.error{color:#f44336}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.status-title{font-size:2rem;font-weight:700;color:#333;margin-bottom:1rem}.status-message{color:#666;line-height:1.8;font-size:1rem;margin-bottom:1rem}.status-message.error-message{color:#f44336;font-weight:500}.home-button,.contact-button{display:inline-block;padding:.75rem 2rem;margin:.5rem;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s;font-size:1rem}.home-button{background:#4caf50;color:#fff}.home-button:hover{background:#45a049;transform:translateY(-2px);box-shadow:0 4px 12px #4caf504d}.contact-button{background:transparent;color:#4caf50;border:2px solid #4CAF50}.contact-button:hover{background:#4caf50;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #4caf504d}.action-buttons{margin-top:2rem;display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}.delete-account-footer{background:#2c2c2c;color:#fff;padding:2rem 4rem;text-align:center}.footer-link{color:#fffc;text-decoration:none;margin:0 1rem;transition:color .3s}.footer-link:hover{color:#4caf50}.footer-separator{color:#ffffff80}@media(max-width:768px){.delete-account-header{padding:1.5rem 2rem}.delete-account-content{padding:2rem;margin:2rem}.status-title{font-size:1.5rem}.status-icon{font-size:3rem}.delete-account-footer{padding:2rem}.action-buttons{flex-direction:column;align-items:stretch}.home-button,.contact-button{width:100%;margin:.5rem 0}}#root{width:100%;margin:0;padding:0}
