.app{background-color:#fafafa;display:flex;flex-direction:column;min-height:100vh}.header{background-color:#fff;box-shadow:0 2px 5px #0000001a;color:#333;justify-content:space-between;padding:20px}.header,.header-left{align-items:center;display:flex}.logo-link{text-decoration:none}.logo{max-height:50px}.desktop-nav .nav-links{display:flex;gap:20px;margin-left:20px}.desktop-nav .nav-links li a{color:#333;font-size:1rem;text-decoration:none}.header-right{position:relative}.burger{cursor:pointer;display:none;flex-direction:column;gap:5px}.burger span{background:#333;display:block;height:3px;width:25px}.mobile-nav{background-color:#fff;border-radius:4px;box-shadow:0 2px 5px #0003;display:none;padding:10px;position:absolute;right:0;top:60px;z-index:10}.mobile-nav.active{display:block}.mobile-nav .nav-links{display:flex;flex-direction:column;gap:10px}.mobile-nav .nav-links li a{color:#333;font-size:1rem;text-decoration:none}@media (max-width:768px){.desktop-nav{display:none}.burger{display:flex}}.footer{background-color:#333;color:#fff;font-size:.9rem;margin-top:auto;padding:20px 10px;text-align:center}.footer p{margin:5px 0}.footer a{color:#fff;margin:0 10px;text-decoration:none}.footer a:hover{text-decoration:underline}html{scroll-behavior:smooth}.home{color:#333;font-family:Arial,sans-serif;padding:20px}.hero-section{background-color:#f2f8fc;margin-bottom:40px;padding:60px 20px;text-align:center}.hero-content{margin:0 auto;max-width:900px}.hero-section h1{font-size:2.8rem;line-height:1.2;margin-bottom:20px}.hero-section p{font-size:1.3rem;line-height:1.6}.features-section{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-around;margin-bottom:40px}.feature-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;flex:1 1 300px;padding:20px;text-align:center;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease}.feature-card:hover{background-color:#fdf8f2;box-shadow:0 4px 12px #00000026;transform:scale(1.03)}.feature-card h2{font-size:1.8rem;margin-bottom:10px}.feature-card p{font-size:1.1rem;line-height:1.5}.content-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin:20px auto 40px;max-width:900px;padding:30px;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease}.content-card:hover{background-color:#fdf8f2;box-shadow:0 4px 12px #00000026;transform:scale(1.03)}.content-card h2{font-size:2rem;margin-bottom:15px}.content-card p{font-size:1.15rem;line-height:1.6;margin-bottom:15px}.content-card .screenshot{border-radius:8px;height:auto;width:100%}.cta-section{background-color:#e0f7fa;border-radius:8px;margin:40px auto;max-width:800px;padding:40px 20px;text-align:center}.cta-section h2{font-size:2.2rem;margin-bottom:20px}.cta-section p{font-size:1.2rem;margin-bottom:20px}.cta-button{background-color:#007bff;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:1.2rem;padding:15px 30px;transition:background-color .3s ease}.cta-button:hover{background-color:#0056b3}@media (max-width:768px){.features-section{align-items:center;flex-direction:column}}.privacy-policy{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;color:#333;font-family:Arial,sans-serif;margin:40px auto;max-width:800px;padding:20px 30px;transition:transform .3s ease,box-shadow .3s ease}.privacy-policy:hover{box-shadow:0 4px 16px #00000026;transform:scale(1.01)}.privacy-policy p strong{color:#222}.privacy-policy>p{margin-bottom:20px;text-align:center}section{margin-bottom:30px}section h2{border-bottom:2px solid #e0e0e0;color:#444;font-size:1.5rem;margin-bottom:10px;padding-bottom:5px}section p,section ul{color:#555;font-size:1rem;line-height:1.6}section ul{list-style:disc;margin:10px 20px}section ul li{margin-bottom:8px}.terms-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;color:#333;font-family:Arial,sans-serif;margin:40px auto;max-width:900px;padding:20px 30px;transition:transform .3s ease,box-shadow .3s ease}.terms-container:hover{box-shadow:0 4px 16px #00000026;transform:scale(1.01)}.breadcrumb{color:#007bff;font-size:.9rem;margin-bottom:20px}.breadcrumb a{color:#007bff;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}h1{color:#222;font-size:2.2rem;margin-bottom:10px}.dates,h1{text-align:center}.dates{color:#555;font-size:.95rem}.dates,.section{margin-bottom:30px}.section h2{border-bottom:2px solid #e0e0e0;color:#444;font-size:1.5rem;margin-bottom:10px;padding-bottom:5px}.section p{color:#555;font-size:1rem;line-height:1.6}.section ul{color:#555;list-style:disc;margin:10px 20px}.section ul li{margin-bottom:8px}a{color:#007bff;text-decoration:none}a:hover{text-decoration:underline}
/*# sourceMappingURL=main.768af4cc.css.map*/