.download-buttons{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:20px}.store-button{display:flex;align-items:center;gap:12px;padding:12px 24px;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);color:#fff;min-width:180px}.store-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0003;background:#ffffff40;border-color:#ffffff80}.store-icon{width:32px;height:32px;flex-shrink:0}.store-button-content{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}.store-button-label{font-size:11px;opacity:.9;text-transform:uppercase;letter-spacing:.5px}.store-button-name{font-size:18px;font-weight:700}@media (max-width: 640px){.download-buttons{flex-direction:column;width:100%}.store-button{width:100%;justify-content:center}}.hero{min-height:100vh;display:flex;align-items:center;padding:80px 20px;background:linear-gradient(135deg,#3d9970,#2d7a56);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}.hero-content{color:#fff}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:8px 16px;border-radius:50px;font-size:14px;font-weight:500;margin-bottom:24px;border:1px solid rgba(255,255,255,.3)}.hero-title{font-size:64px;font-weight:800;line-height:1.1;margin-bottom:24px;letter-spacing:-1px}.gradient-text{background:linear-gradient(120deg,#fff,#e8f5e9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:20px;line-height:1.6;margin-bottom:40px;opacity:.95;max-width:540px}.hero-stats{display:flex;gap:40px;margin-top:60px}.stat-item{text-align:left}.stat-number{font-size:36px;font-weight:700;margin-bottom:4px}.stat-label{font-size:14px;opacity:.9}.hero-image{display:flex;justify-content:center;align-items:center;position:relative}.iphone-image{width:100%;max-width:350px;height:auto;object-fit:contain;filter:drop-shadow(0 30px 60px rgba(0,0,0,.3));animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width: 968px){.hero-container{grid-template-columns:1fr;text-align:center}.hero-title{font-size:48px}.hero-description{max-width:100%}.hero-stats{justify-content:center}.iphone-image{max-width:280px}}@media (max-width: 640px){.hero{padding:60px 20px}.hero-title{font-size:36px}.hero-description{font-size:18px}.hero-stats{flex-direction:column;gap:24px}.iphone-image{max-width:220px}}.features{padding:100px 20px;background:#fff}.features-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:60px}.section-title{font-size:48px;font-weight:800;margin-bottom:16px;color:var(--text-dark);letter-spacing:-1px}.section-description{font-size:20px;color:var(--text-light);max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}.feature-card{padding:40px 32px;border-radius:20px;background:var(--bg-light);transition:all .3s ease;border:1px solid transparent}.feature-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:var(--primary-color);background:#fff}.feature-icon-wrapper{width:64px;height:64px;border-radius:16px;background:linear-gradient(135deg,#3d9970,#2d7a56);display:flex;align-items:center;justify-content:center;margin-bottom:24px}.feature-icon{color:#fff}.feature-title{font-size:22px;font-weight:700;margin-bottom:12px;color:var(--text-dark)}.feature-description{font-size:16px;line-height:1.6;color:var(--text-light)}@media (max-width: 768px){.features{padding:60px 20px}.section-title{font-size:36px}.section-description{font-size:18px}.features-grid{grid-template-columns:1fr;gap:24px}.feature-card{padding:32px 24px}}.testimonials{padding:100px 20px;background:linear-gradient(180deg,#f8f9fa,#fff)}.testimonials-container{max-width:1200px;margin:0 auto}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px}.testimonial-card{background:#fff;padding:40px;border-radius:20px;box-shadow:var(--shadow);transition:all .3s ease}.testimonial-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.testimonial-rating{display:flex;gap:4px;margin-bottom:20px}.testimonial-text{font-size:18px;line-height:1.6;color:var(--text-dark);margin-bottom:24px;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:16px}.testimonial-avatar{font-size:48px;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:var(--bg-light);border-radius:50%}.testimonial-info{flex:1}.testimonial-name{font-size:18px;font-weight:700;color:var(--text-dark);margin-bottom:4px}.testimonial-role{font-size:14px;color:var(--text-light)}@media (max-width: 768px){.testimonials{padding:60px 20px}.testimonials-grid{grid-template-columns:1fr;gap:24px}.testimonial-card{padding:32px 24px}}.download{padding:100px 20px;background:linear-gradient(135deg,#3d9970,#2d7a56);position:relative;overflow:hidden}.download:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.download-container{max-width:800px;margin:0 auto;position:relative;z-index:1}.download-content{text-align:center;color:#fff}.download-icon-wrapper{width:100px;height:100px;margin:0 auto 32px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.3)}.download-icon{color:#fff;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.download-title{font-size:48px;font-weight:800;margin-bottom:20px;letter-spacing:-1px}.download-description{font-size:20px;line-height:1.6;margin-bottom:40px;opacity:.95;max-width:600px;margin-left:auto;margin-right:auto}.download-buttons-wrapper{display:flex;justify-content:center;margin-bottom:60px}.download-stats{display:flex;justify-content:center;gap:60px;flex-wrap:wrap}.download-stat{text-align:center}.download-stat-number{font-size:40px;font-weight:800;margin-bottom:8px}.download-stat-label{font-size:16px;opacity:.9}@media (max-width: 768px){.download{padding:60px 20px}.download-title{font-size:36px}.download-description{font-size:18px}.download-stats{gap:40px}.download-stat-number{font-size:32px}}.footer{background:var(--text-dark);color:#fff;padding:60px 20px 20px}.footer-container{max-width:1200px;margin:0 auto 40px;display:grid;grid-template-columns:1fr 2fr;gap:60px}.footer-brand{max-width:300px}.footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:16px}.footer-logo-text{font-size:24px;font-weight:700}.footer-tagline{color:#ffffffb3;line-height:1.6}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.footer-column{display:flex;flex-direction:column}.footer-heading{font-size:18px;font-weight:700;margin-bottom:16px}.footer-list{list-style:none;display:flex;flex-direction:column;gap:12px}.footer-list a{color:#ffffffb3;text-decoration:none;transition:color .3s ease}.footer-list a:hover{color:#fff}.footer-list a:visited{color:#ffffffb3}.footer-link-button{background:none;border:none;color:#ffffffb3;text-decoration:none;transition:color .3s ease;cursor:pointer;font-size:inherit;font-family:inherit;padding:0;text-align:left}.footer-link-button:hover{color:#fff}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:40px;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:#fff9}@media (max-width: 968px){.footer-container{grid-template-columns:1fr;gap:40px}.footer-links{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.footer{padding:40px 20px 20px}.footer-links{grid-template-columns:1fr;gap:32px}}.download-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.download-page-container{background:#fff;border-radius:24px;padding:48px;max-width:480px;width:100%;text-align:center;box-shadow:0 25px 50px -12px #00000040;animation:slideUp .6s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.download-page-logo{margin-bottom:32px}.download-page-logo .logo-icon{font-size:64px;margin-bottom:12px;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.download-page-logo h1{font-size:32px;font-weight:700;color:#1a1a2e;margin:0}.download-page-status{margin-bottom:32px}.download-page-status h2{font-size:24px;color:#1a1a2e;margin:16px 0 8px}.download-page-status p{color:#666;font-size:16px;margin:0}.detecting-icon{font-size:48px;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.spinner{width:48px;height:48px;border:4px solid #e0e0e0;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}@keyframes spin{to{transform:rotate(360deg)}}.device-info{margin-bottom:24px}.device-badge{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:10px 20px;border-radius:50px;font-size:14px;font-weight:600}.download-page-buttons{margin-bottom:24px}.manual-text{color:#888;font-size:14px;margin-bottom:16px}.store-button{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:14px 24px;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;margin-bottom:12px}.store-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003}.store-button:active{transform:translateY(0)}.play-store{background:#1a1a2e;color:#fff}.app-store{background:#000;color:#fff}.store-icon{width:32px;height:32px}.store-text{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.store-label{font-size:11px;text-transform:uppercase;letter-spacing:.5px;opacity:.9}.store-name{font-size:20px;font-weight:600}.desktop-message{background:#f5f5f5;border-radius:12px;padding:20px;margin-bottom:24px}.desktop-message p{margin:0;color:#444;font-size:16px}.desktop-message .desktop-hint{color:#888;font-size:14px;margin-top:8px}.download-page-footer{padding-top:16px;border-top:1px solid #eee}.download-page-footer a{color:#667eea;text-decoration:none;font-weight:500;transition:color .2s}.download-page-footer a:hover{color:#764ba2}@media (max-width: 480px){.download-page-container{padding:32px 24px;border-radius:20px}.download-page-logo .logo-icon{font-size:48px}.download-page-logo h1{font-size:28px}.download-page-status h2{font-size:20px}.store-name{font-size:18px}}.legal-page{min-height:100vh;background:#f8f9fa;padding:40px 20px}.legal-container{max-width:900px;margin:0 auto;background:#fff;border-radius:20px;padding:60px;box-shadow:0 4px 6px #0000001a}.back-link{display:inline-flex;align-items:center;gap:8px;color:#3d9970;text-decoration:none;font-weight:500;margin-bottom:40px;transition:color .3s ease}.back-link:hover{color:#2d7a56}.legal-header{text-align:center;margin-bottom:60px;padding-bottom:40px;border-bottom:2px solid #f0f0f0}.legal-icon{width:100px;height:100px;margin:0 auto 24px;background:linear-gradient(135deg,#3d9970,#2d7a56);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.legal-header h1{font-size:48px;font-weight:800;color:#1a1a1a;margin-bottom:12px;letter-spacing:-1px}.last-updated{color:#666;font-size:16px}.legal-content{line-height:1.8;color:#333}.legal-content section{margin-bottom:48px}.legal-content h2{font-size:28px;font-weight:700;color:#1a1a1a;margin-bottom:16px;margin-top:32px}.legal-content h3{font-size:20px;font-weight:600;color:#3d9970;margin-top:24px;margin-bottom:12px}.legal-content p{font-size:16px;margin-bottom:16px;color:#555}.legal-content ul{margin-left:24px;margin-bottom:16px}.legal-content li{font-size:16px;margin-bottom:12px;color:#555;line-height:1.6}.legal-content li strong{color:#1a1a1a;font-weight:600}@media (max-width: 768px){.legal-container{padding:40px 24px}.legal-header h1{font-size:36px}.legal-content h2{font-size:24px}.legal-content h3{font-size:18px}}.App{width:100%;min-height:100vh;background:linear-gradient(180deg,#fff,#f8f9fa)}@media (prefers-reduced-motion: no-preference){*{scroll-behavior:smooth}}*{margin:0;padding:0;box-sizing:border-box}body{background-color:#fff;min-height:100vh}#root{min-height:100vh;width:100%}:root{--primary-color: #3D9970;--primary-dark: #2d7a56;--primary-light: #4fb886;--secondary-color: #2196F3;--text-dark: #1a1a1a;--text-light: #666;--bg-light: #f8f9fa;--white: #ffffff;--shadow: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 30px rgba(0, 0, 0, .15)}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;color:var(--text-dark);line-height:1.6;overflow-x:hidden}html{scroll-behavior:smooth}
