body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-family:Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3}a{color:#4a90e2;text-decoration:none}img{max-width:100%}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}.btn{border:none;cursor:pointer}.btn-primary{background-color:#4a90e2;color:#fff}.btn-primary:hover{background-color:#3a7bc8}.btn-secondary{border:2px solid #4a90e2;color:#4a90e2}.btn-secondary:hover{background-color:#4a90e21a}.header{background-color:#4a90e2;box-shadow:0 2px 4px #0000001a;padding:.5rem 0}.container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1rem}.container,.logo a{align-items:center;display:flex}.logo a{text-decoration:none}.logo-image{height:96px;max-width:100%;width:auto}.nav ul{display:flex;list-style:none;margin:0;padding:0}.nav li{margin-left:1.5rem}.nav a{color:#fff;font-weight:500;text-decoration:none;transition:opacity .3s}.nav a:hover{opacity:.8}@media (max-width:768px){.container{flex-direction:column}.nav{margin-top:1rem}.nav ul{flex-wrap:wrap;justify-content:center}.nav li{margin:.5rem}}.footer{background-color:#2c3e50;color:#ecf0f1;padding:3rem 0 1.5rem}.footer-content{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:2rem}.footer-section{flex:1 1;margin-bottom:1.5rem;min-width:200px;padding-right:2rem}.footer-section h3{color:#4a90e2;font-size:1.2rem;margin-bottom:1rem}.footer-section p{line-height:1.6}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#ecf0f1;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#4a90e2}.social-links{display:flex;gap:1rem}.social-links a{display:inline-block;margin-right:1rem}.copyright-section{align-items:flex-start;display:flex;justify-content:flex-end;text-align:right}@media (max-width:768px){.footer-content{flex-direction:column}.footer-section{margin-bottom:2rem}}.layout{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;padding:2rem 0}.testimonial-slider-container{margin:0 auto 20px;max-width:800px;overflow:hidden;padding:0 20px;position:relative;width:100%}.testimonial-slider{display:flex;height:100%;overflow:hidden;width:100%}.testimonial{border:1px solid #f0f0f0;border-radius:10px;box-shadow:0 8px 20px #00000014;flex-shrink:0;left:0;margin:10px 0 30px;opacity:0;padding:2.5rem;position:absolute;transition:transform .5s ease;visibility:hidden;width:100%}.testimonial.active{opacity:1;position:relative;visibility:visible}.testimonial p{line-height:1.6;margin-bottom:1.5rem;text-align:center}.testimonial-author{font-size:1.1rem;margin-top:1rem;text-align:center}.slider-dots{display:flex;justify-content:center;margin-top:2rem;position:relative}.dot{background-color:#ccc;border-radius:50%;cursor:pointer;height:10px;margin:0 5px;transition:background-color .3s ease;width:10px}.dot.active{background-color:#4a90e2}@media (max-width:768px){.slider-nav{font-size:1rem;height:30px;width:30px}.prev-button{left:5px}.next-button{right:5px}.testimonial p{font-size:1rem}}.hero{background:linear-gradient(135deg,#4a90e2,#7f8ff4);color:#fff;padding:4rem 0}.hero-content{max-width:600px}.hero .container{align-items:center;display:flex;gap:2rem;justify-content:space-between}.hero h1{font-size:3rem;margin-bottom:1.5rem}.hero p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.cta-buttons{display:flex;gap:1rem}.btn{border-radius:4px;display:inline-block;font-weight:600;padding:.8rem 1.5rem;text-decoration:none;transition:all .3s ease}.btn-primary{background-color:#fff;color:#4a90e2}.btn-primary:hover{background-color:#f0f0f0;transform:translateY(-2px)}.btn-secondary{background-color:initial;border:2px solid #fff;color:#fff}.btn-secondary:hover{background-color:#ffffff1a;transform:translateY(-2px)}.hero-image{flex:1 1}.hero-image,.placeholder-image{align-items:center;display:flex;justify-content:center}.placeholder-image{background-color:#fff3;border-radius:30px;box-shadow:0 10px 30px #0003;color:#fff;font-weight:700;height:600px;width:300px}.features-overview{background-color:#f9f9f9;padding:5rem 0}.features-overview h2{color:#2c3e50;margin-bottom:3rem;text-align:center}.features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.feature-card{background-color:#fff;border-radius:8px;box-shadow:0 5px 15px #0000000d;transition:transform .3s ease}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature-card h3{color:#2c3e50;margin-bottom:1rem}.testimonials{background-color:#fff;padding:5rem 0}.testimonials h2{color:#2c3e50;margin-bottom:3rem;text-align:center}.testimonial{background-color:#f9f9f9;border-radius:8px;box-shadow:0 5px 15px #0000000d;margin:0 auto;max-width:800px;padding:2rem;text-align:center}.testimonial p{color:#2c3e50;font-size:1.2rem;font-style:italic;margin-bottom:1rem}.testimonial-author{color:#4a90e2;font-weight:600}.download-cta{background-color:#4a90e2;color:#fff;padding:3rem 0;text-align:center}.download-cta h2{margin-bottom:0;margin-right:1rem}.cta-flex{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:0 auto;width:-webkit-fit-content;width:fit-content}.download-cta p{margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}@media (max-width:768px){.hero .container{flex-direction:column;text-align:center}.hero h1{font-size:2.5rem}.cta-buttons{justify-content:center}.placeholder-image{height:500px;margin-top:2rem;width:250px}}.features-page .hero{background:linear-gradient(135deg,#4a90e2,#7f8ff4);color:#fff;padding:3rem 0;text-align:center}.features-page .hero h1{font-size:2.5rem;margin-bottom:1rem}.features-page .hero p{font-size:1.2rem;margin:0 auto;max-width:600px;opacity:.9}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));padding:4rem 0}.feature-card{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000000d;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{box-shadow:0 15px 35px #0000001a;transform:translateY(-5px)}.feature-icon{background-position:50%;background-repeat:no-repeat;background-size:30px;border-radius:50%;height:60px;margin-bottom:1.5rem;width:60px}.security-icon{background-color:#e3f2fd;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%234a90e2"><path d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z"/></svg>')}.celebration-icon{background-color:#fff8e1;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffc107"><path d="M2 22l14-5-9-9-5 14zm10.35-15.35L16 3l4.65 4.65-3.65 3.65-4.65-4.65zm7.07-1.41L15.76 1.64c-.39-.39-1.02-.39-1.41 0L9.17 6.82l4.24 4.24 5.18-5.18c.39-.39.39-1.02 0-1.41z"/></svg>')}.location-icon{background-color:#e8f5e9;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%234caf50"><path d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"/></svg>')}.friends-icon{background-color:#f3e5f5;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%239c27b0"><path d="M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z"/></svg>')}.editing-icon{background-color:#e0f7fa;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2300bcd4"><path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"/></svg>')}.recovery-icon{background-color:#ffebee;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f44336"><path d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-2 16l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z"/></svg>')}.feature-card h2{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem}.feature-card p{color:#7f8c8d;line-height:1.6;margin-bottom:1.5rem}.feature-list{list-style:none;padding:0}.feature-list li{color:#5d6d7e;padding:.5rem 0 .5rem 1.5rem;position:relative}.feature-list li:before{color:#4a90e2;content:"✓";font-weight:700;left:0;position:absolute}@media (max-width:768px){.features-grid{gap:1.5rem;grid-template-columns:1fr;padding:2rem 0}}.privacy-page{clear:both;color:#333;display:block;font-family:Arial,sans-serif;line-height:1.6;margin:0 auto;max-width:800px;padding:20px;position:relative}.privacy-page h1{clear:both;color:#2c3e50;display:block;margin-bottom:10px;text-align:center}.privacy-page .last-updated{clear:both;color:#777;display:block;font-style:italic;margin-bottom:30px;text-align:center}.privacy-page h2{border-bottom:1px solid #eee;color:#3498db;margin-top:30px;padding-bottom:5px}.privacy-page h2,.privacy-page p{clear:both;display:block;margin-bottom:15px}.privacy-page ul{clear:both;display:block;margin-bottom:20px;padding-left:20px}.privacy-page li{clear:both;display:list-item;margin-bottom:10px}.terms-page{clear:both;color:#333;display:block;font-family:Arial,sans-serif;line-height:1.6;margin:0 auto;max-width:800px;padding:20px;position:relative}.terms-page h1{color:#2c3e50;margin-bottom:10px}.terms-page .last-updated,.terms-page h1{clear:both;display:block;text-align:center}.terms-page .last-updated{color:#777;font-style:italic;margin-bottom:30px}.terms-page h2{border-bottom:1px solid #eee;color:#3498db;margin-top:30px;padding-bottom:5px}.terms-page h2,.terms-page p{clear:both;display:block;margin-bottom:15px}.terms-page ul{clear:both;display:block;margin-bottom:20px;padding-left:20px}.terms-page li{clear:both;display:list-item;margin-bottom:10px}.terms-page p br{margin-bottom:.5rem}@media (max-width:768px){.terms-page{margin:0 1rem;padding:1rem 0;padding:1.5rem}.terms-page h1{font-size:1.8rem}}
/*# sourceMappingURL=main.f7ff2171.css.map*/