*{margin:0;padding:0;box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}.landing-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.hero{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto;padding:6rem 2rem;align-items:center}.hero-content{text-align:left;color:#fff}.app-icon{margin-bottom:2rem}.app-logo{width:80px;height:auto;display:inline-block;animation:float 3s ease-in-out infinite;filter:drop-shadow(0 10px 20px rgba(0,0,0,.3))}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2;background:linear-gradient(to right,#fff,#a8edea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.95;line-height:1.6}.download-button{display:inline-flex;align-items:center;gap:.75rem;background:#fff;color:#667eea;padding:1rem 2rem;border-radius:50px;font-weight:600;font-size:1.1rem;text-decoration:none;transition:all .3s ease;box-shadow:0 10px 30px #0003}.download-button:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0000004d}.download-button.secondary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:2px solid white}.apple-icon{display:flex;align-items:center}.phone-mockup{perspective:1000px;display:flex;justify-content:center;align-items:center}.phone-screenshot{width:320px;height:auto;border-radius:40px;box-shadow:0 30px 60px #0006;animation:phone-float 6s ease-in-out infinite;transition:transform .3s ease}.phone-screenshot:hover{transform:scale(1.05)}@keyframes phone-float{0%,to{transform:translateY(0) rotateY(5deg) rotateX(2deg)}50%{transform:translateY(-20px) rotateY(-5deg) rotateX(-2deg)}}.features{background:#fff;padding:6rem 2rem}.section-title{text-align:center;font-size:2.5rem;font-weight:800;color:#333;margin-bottom:4rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature-card{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:2.5rem;border-radius:20px;text-align:center;transition:all .3s ease;box-shadow:0 5px 15px #00000014}.feature-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #667eea33}.feature-icon{margin-bottom:1rem;color:#3b9ea5;display:flex;justify-content:center;align-items:center}.feature-card h3{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:1rem}.feature-card p{color:#666;line-height:1.6}.cta{background:linear-gradient(135deg,#667eea,#764ba2);padding:6rem 2rem;text-align:center;color:#fff}.cta h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.cta p{font-size:1.25rem;margin-bottom:2rem;opacity:.95}.footer{background:#2d3748;color:#fff;padding:3rem 2rem;text-align:center}.footer-links{display:flex;gap:2rem;justify-content:center;margin-top:1rem}.footer-links a{color:#a8edea;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}@media(max-width:768px){.hero{grid-template-columns:1fr;padding:3rem 1.5rem;gap:3rem}.hero-content{text-align:center}.hero-title{font-size:2.5rem}.phone-screenshot{width:260px}.section-title{font-size:2rem}.features-grid{grid-template-columns:1fr}.footer-links{flex-direction:column;gap:1rem}}.legal-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:2rem 1rem}.legal-container{max-width:800px;margin:0 auto;background:#fff;padding:3rem;border-radius:20px;box-shadow:0 10px 40px #0000001a}.back-button{display:inline-flex;align-items:center;gap:.5rem;color:#667eea;text-decoration:none;font-weight:600;margin-bottom:2rem;transition:all .3s ease}.back-button:hover{color:#764ba2;transform:translate(-5px)}.legal-page h1{font-size:2.5rem;color:#333;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.last-updated{color:#666;font-size:.9rem;margin-bottom:2rem;font-style:italic}.legal-page section{margin-bottom:2.5rem}.legal-page h2{font-size:1.75rem;color:#333;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #667eea}.legal-page p{color:#555;line-height:1.8;margin-bottom:1rem}.legal-page ul{margin-left:1.5rem;margin-bottom:1rem}.legal-page li{color:#555;line-height:1.8;margin-bottom:.5rem}.legal-page strong{color:#333;font-weight:600}.important-notice{background:#fff3cd;border-left:4px solid #ffc107;padding:1rem;border-radius:5px;margin:1.5rem 0}.important-notice strong{color:#856404}.legal-footer{display:flex;gap:2rem;justify-content:center;padding-top:2rem;margin-top:3rem;border-top:2px solid #e0e0e0}.legal-footer a{color:#667eea;text-decoration:none;font-weight:600;transition:color .3s ease}.legal-footer a:hover{color:#764ba2}@media(max-width:768px){.legal-container{padding:2rem 1.5rem}.legal-page h1{font-size:2rem}.legal-page h2{font-size:1.5rem}.legal-footer{flex-direction:column;gap:1rem;align-items:center}}.contact-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem 1rem}.contact-container{max-width:1200px;margin:0 auto}.contact-container .back-button{display:inline-flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;font-weight:600;margin-bottom:2rem;transition:all .3s ease}.contact-container .back-button:hover{opacity:.8;transform:translate(-5px)}.contact-container h1{font-size:3rem;color:#fff;margin-bottom:1rem;text-align:center}.contact-intro{color:#fff;font-size:1.2rem;text-align:center;margin-bottom:3rem;opacity:.95}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}.contact-form-section{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 10px 40px #0003}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#333;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{padding:.875rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;font-family:inherit;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical;min-height:120px}.submit-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 2rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 15px #667eea4d}.submit-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #667eea66}.submit-button:active{transform:translateY(-1px)}.success-message{text-align:center;padding:3rem 1rem}.success-icon{color:#667eea;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;animation:successPop .5s ease-out}@keyframes successPop{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.success-message h2{color:#333;margin-bottom:.5rem}.success-message p{color:#666}.contact-info-section{display:flex;flex-direction:column;gap:1.5rem}.info-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 20px #0000001a;transition:all .3s ease}.info-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.info-icon{margin-bottom:1rem;color:#667eea;display:flex;align-items:center}.info-card h3{color:#333;font-size:1.3rem;margin-bottom:.5rem}.info-card p{color:#666;line-height:1.6;margin-bottom:.3rem}.info-subtext{font-size:.9rem;font-style:italic;color:#999;margin-top:.5rem}.social-links{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.social-link{color:#667eea;text-decoration:none;font-weight:600;transition:color .3s ease}.social-link:hover{color:#764ba2}.faq-link{display:inline-block;color:#667eea;text-decoration:none;font-weight:600;margin-top:1rem;transition:color .3s ease}.faq-link:hover{color:#764ba2}.legal-footer{display:flex;gap:2rem;justify-content:center;padding:2rem;background:#ffffff1a;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.legal-footer a{color:#fff;text-decoration:none;font-weight:600;transition:all .3s ease}.legal-footer a:hover{opacity:.8;transform:translateY(-2px)}@media(max-width:768px){.contact-container h1{font-size:2rem}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-form-section{padding:1.5rem}.legal-footer{flex-direction:column;gap:1rem;align-items:center}}
