:root{--primary-color: #1a365d;--secondary-color: #2c5282;--accent-color: #3182ce;--accent-light: #4299e1;--gold: #d69e2e;--gold-light: #ecc94b;--text-color: #2d3748;--text-light: #4a5568;--bg-color: #ffffff;--light-bg: #f7fafc;--lighter-bg: #edf2f7;--border-color: #e2e8f0;--shadow: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .15)}*{margin:0;padding:0;box-sizing:border-box}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-color);background-color:var(--bg-color);line-height:1.6}.App{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}.container{max-width:1200px;margin:0 auto;padding:0 20px}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;outline:none;font-family:inherit}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}.language-switcher{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;border:none;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow);display:flex;align-items:center;gap:.3rem}.language-switcher:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.language-switcher:active{transform:translateY(0)}@media(max-width:768px){.language-switcher{padding:.4rem .8rem;font-size:.85rem}}.header{background-color:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 1px 3px #00000014;position:sticky;top:0;z-index:100;border-bottom:1px solid var(--border-color)}.nav{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0}.logo h1{font-size:1.625rem;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;letter-spacing:-.02em}.nav-right{display:flex;align-items:center;gap:2rem}.nav-links{display:flex;list-style:none;gap:2.5rem;align-items:center}.nav-links a{color:var(--text-color);font-weight:500;font-size:1rem;transition:all .3s ease;position:relative;padding:.5rem 0}.nav-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(to right,var(--accent-color),var(--accent-light));transition:width .3s ease}.nav-links a:hover{color:var(--accent-color)}.nav-links a:hover:after{width:100%}@media(max-width:768px){.nav{padding:1rem 0}.nav-right{gap:1rem}.nav-links{gap:1.5rem}.nav-links a{font-size:.9375rem}.logo h1{font-size:1.375rem}}@media(max-width:480px){.nav-right{gap:.75rem}.nav-links{gap:1rem}.nav-links a{font-size:.875rem}.logo h1{font-size:1.25rem}}.footer{background:linear-gradient(to bottom,var(--secondary-color),var(--primary-color));color:#fff;padding:4rem 0 2rem;margin-top:6rem;position:relative}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,rgba(255,255,255,.3),transparent)}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h3{margin-bottom:1.25rem;font-size:1.25rem;font-weight:700;background:linear-gradient(135deg,var(--gold-light),var(--gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-section h4{margin-bottom:1rem;font-size:1.125rem;color:var(--gold-light);font-weight:600}.footer-section p{opacity:.9;line-height:1.7;color:#ffffffe6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.75rem}.footer-section ul li a{color:#ffffffd9;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.footer-section ul li a:before{content:"→";opacity:0;transform:translate(-10px);transition:all .3s ease}.footer-section ul li a:hover{color:var(--gold-light);transform:translate(4px)}.footer-section ul li a:hover:before{opacity:1;transform:translate(0)}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.15);text-align:center;color:#ffffffbf;font-size:.9375rem}@media(max-width:768px){.footer{padding:3rem 0 1.5rem;margin-top:4rem}.footer-content{grid-template-columns:1fr;text-align:center;gap:2.5rem}.footer-section ul li a:before{display:none}.footer-section ul li a:hover{transform:none}}.hero{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;padding:6rem 0 4rem;min-height:700px;display:flex;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23ffffff" fill-opacity="0.03"><path d="M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z"/></g></g></svg>');opacity:.4}.hero .container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:500;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.2)}.badge-icon{width:16px;height:16px}.hero-content h1{font-size:3.5rem;margin-bottom:1.5rem;line-height:1.1;font-weight:700;letter-spacing:-.02em}.hero-subtitle{font-size:1.25rem;margin-bottom:2.5rem;opacity:.95;line-height:1.6;max-width:90%}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:3rem}.btn{padding:1rem 2rem;border-radius:12px;font-weight:600;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;font-size:1rem;cursor:pointer}.btn-icon{width:20px;height:20px}.btn-primary{background-color:#fff;color:var(--primary-color);box-shadow:var(--shadow)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);background-color:var(--gold-light)}.btn-secondary{background-color:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}.btn-secondary:hover{background-color:#ffffff1a;border-color:#fff}.btn-large{padding:1.25rem 2.5rem;font-size:1.125rem}.hero-stats{display:flex;gap:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2)}.stat{display:flex;flex-direction:column;gap:.25rem}.stat strong{font-size:2rem;font-weight:700;color:var(--gold-light)}.stat span{font-size:.875rem;opacity:.9}.hero-image{display:flex;justify-content:center;align-items:center}.phone-mockup-real{position:relative;max-width:380px;margin:0 auto;padding:20px}.app-screenshot{width:100%;height:auto;border-radius:30px;box-shadow:0 20px 60px #0000004d,0 10px 30px #0003;border:8px solid rgba(255,255,255,.1);transition:transform .3s ease}.app-screenshot:hover{transform:scale(1.02)}.features{padding:6rem 0;background:#fff}.features-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.75rem;margin-bottom:1rem;color:var(--primary-color);font-weight:700}.section-subtitle{font-size:1.25rem;color:var(--text-light);max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem}.feature-card{background:#fff;padding:2.5rem;border-radius:16px;border:1px solid var(--border-color);transition:all .3s ease}.feature-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:var(--accent-color)}.feature-icon{width:56px;height:56px;background:linear-gradient(135deg,var(--accent-color),var(--accent-light));color:#fff;display:flex;align-items:center;justify-content:center;border-radius:12px;margin-bottom:1.5rem;box-shadow:0 4px 12px #3182ce4d}.feature-icon svg{width:28px;height:28px}.feature-card h3{font-size:1.375rem;margin-bottom:.75rem;color:var(--primary-color);font-weight:600}.feature-card p{color:var(--text-light);line-height:1.7;font-size:1rem}.about{padding:6rem 0;background:var(--light-bg)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-content{text-align:left}.about-icon{width:80px;height:80px;background:linear-gradient(135deg,var(--gold),var(--gold-light));color:#fff;display:flex;align-items:center;justify-content:center;border-radius:20px;margin-bottom:2rem;box-shadow:0 8px 20px #d69e2e4d}.about-icon svg{width:40px;height:40px}.about-content h2{font-size:2.75rem;margin-bottom:2rem;color:var(--primary-color);font-weight:700}.about-content p{font-size:1.125rem;line-height:1.8;margin-bottom:1.5rem;color:var(--text-light)}.about-image{display:flex;justify-content:center;align-items:center}.about-screenshot{width:100%;max-width:350px;height:auto;border-radius:25px;box-shadow:0 15px 40px #0003;border:6px solid white}.cta{padding:6rem 0;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;position:relative;overflow:hidden}.cta:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23ffffff" fill-opacity="0.03"><path d="M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z"/></g></g></svg>');opacity:.4}.cta-content{text-align:center;position:relative;z-index:1}.cta-icon{width:80px;height:80px;margin:0 auto 2rem;opacity:.9}.cta-content h2{font-size:2.75rem;margin-bottom:1rem;font-weight:700}.cta-content p{font-size:1.25rem;margin-bottom:2.5rem;opacity:.95}@media(max-width:768px){.hero{padding:4rem 0 3rem;min-height:auto}.hero .container{grid-template-columns:1fr;gap:3rem}.hero-content h1{font-size:2.25rem}.hero-subtitle{font-size:1.125rem;max-width:100%}.hero-buttons{flex-direction:column}.btn{width:100%;justify-content:center}.hero-stats{gap:2rem;justify-content:space-between}.stat strong{font-size:1.5rem}.phone-mockup-real{max-width:300px;padding:10px}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.features-grid{grid-template-columns:1fr}.about-grid{grid-template-columns:1fr;gap:3rem}.about-content{text-align:center}.about-icon{margin-left:auto;margin-right:auto}.about-screenshot{max-width:280px}.about-content h2,.cta-content h2{font-size:2rem}.about-content p,.cta-content p{font-size:1rem}}.support-hero{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;padding:5rem 0;text-align:center;position:relative;overflow:hidden}.support-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23ffffff" fill-opacity="0.03"><path d="M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z"/></g></g></svg>');opacity:.4}.support-hero .container{position:relative;z-index:1}.support-hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.support-hero p{font-size:1.25rem;opacity:.95}.support-content{padding:5rem 0}.support-section{margin-bottom:5rem}.section-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.section-icon{width:36px;height:36px;color:var(--accent-color);flex-shrink:0}.support-section h2{font-size:2.25rem;color:var(--primary-color);font-weight:700;margin:0}.support-section>p{color:var(--text-light);font-size:1.125rem;line-height:1.8;margin-bottom:2rem}.support-section a{color:var(--accent-color);font-weight:600;transition:color .3s ease}.support-section a:hover{color:var(--accent-light);text-decoration:underline}.faq-item{background:#fff;padding:2rem;border-radius:12px;margin-bottom:1.5rem;border:1px solid var(--border-color);transition:all .3s ease}.faq-item:hover{box-shadow:var(--shadow);border-color:var(--accent-color)}.faq-item h3{color:var(--primary-color);font-size:1.25rem;margin-bottom:1rem;font-weight:600;display:flex;align-items:flex-start;gap:.75rem}.faq-item h3:before{content:"Q:";color:var(--accent-color);font-weight:700;flex-shrink:0}.faq-item p{color:var(--text-light);line-height:1.7;padding-left:2.25rem}.guide-list{background:var(--light-bg);padding:2.5rem;border-radius:12px;line-height:2.2;border:1px solid var(--border-color);counter-reset:guide-counter;list-style:none}.guide-list li{margin-bottom:1.5rem;color:var(--text-light);display:flex;align-items:flex-start;gap:1rem;counter-increment:guide-counter}.guide-list li:before{content:counter(guide-counter);background:linear-gradient(135deg,var(--accent-color),var(--accent-light));color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0;font-size:.875rem}.guide-list li:last-child{margin-bottom:0}.guide-list strong{color:var(--primary-color);font-weight:600}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.contact-item{background:var(--light-bg);padding:2.5rem;border-radius:12px;border:1px solid var(--border-color);transition:all .3s ease;text-align:center}.contact-item:hover{box-shadow:var(--shadow);border-color:var(--accent-color)}.contact-icon{width:48px;height:48px;margin:0 auto 1.5rem;color:var(--accent-color)}.contact-item h4{color:var(--primary-color);margin-bottom:1rem;font-size:1.25rem;font-weight:600}.contact-item p{margin:0}.contact-note{margin-top:.75rem!important;font-size:.875rem;color:var(--text-light);opacity:.8}.report-list{background:var(--light-bg);padding:2.5rem;border-radius:12px;margin-top:1.5rem;border:1px solid var(--border-color);list-style:none}.report-list li{margin-bottom:1rem;color:var(--text-light);line-height:1.7;padding-left:2rem;position:relative}.report-list li:before{content:"✓";color:var(--accent-color);font-weight:700;position:absolute;left:0;font-size:1.25rem}.report-list li:last-child{margin-bottom:0}@media(max-width:768px){.support-hero{padding:4rem 0}.hero-icon{width:60px;height:60px}.support-hero h1{font-size:2rem}.support-hero p{font-size:1rem}.section-header{flex-direction:column;align-items:flex-start;gap:.75rem}.support-section h2{font-size:1.75rem}.faq-item{padding:1.5rem}.faq-item h3{font-size:1.125rem;flex-direction:column;gap:.5rem}.faq-item p{padding-left:0}.guide-list{padding:1.5rem}.contact-item{padding:2rem}}.terms-hero{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;padding:5rem 0;text-align:center;position:relative;overflow:hidden}.terms-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23ffffff" fill-opacity="0.03"><path d="M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z"/></g></g></svg>');opacity:.4}.terms-hero .container{position:relative;z-index:1}.hero-icon{width:80px;height:80px;margin:0 auto 1.5rem;opacity:.9}.terms-hero h1{font-size:3rem;margin-bottom:.75rem;font-weight:700}.terms-hero p{font-size:1rem;opacity:.9}.terms-content{padding:5rem 0;max-width:900px;margin:0 auto;background:#fff}.terms-section{margin-bottom:5rem;background:#fff;padding:3rem;border-radius:16px;border:1px solid var(--border-color);box-shadow:var(--shadow)}.section-header{display:flex;align-items:center;gap:1rem;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:2px solid var(--border-color)}.section-icon{width:40px;height:40px;color:var(--accent-color);flex-shrink:0}.terms-section h2{font-size:2.25rem;color:var(--primary-color);font-weight:700;margin:0}.terms-section h3{font-size:1.375rem;color:var(--secondary-color);margin-top:2.5rem;margin-bottom:1rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.terms-section h3:before{content:"";width:4px;height:24px;background:linear-gradient(to bottom,var(--accent-color),var(--accent-light));border-radius:2px;flex-shrink:0}.terms-section p{color:var(--text-light);line-height:1.8;margin-bottom:1.25rem;font-size:1.0625rem}.terms-section ul{margin-left:0;margin-bottom:1.5rem;list-style:none;background:var(--light-bg);padding:1.5rem;border-radius:8px;border-left:3px solid var(--accent-color)}.terms-section ul li{color:var(--text-light);line-height:1.8;margin-bottom:.75rem;padding-left:1.75rem;position:relative}.terms-section ul li:before{content:"•";color:var(--accent-color);font-weight:700;position:absolute;left:0;font-size:1.5rem;line-height:1.2}.terms-section ul li:last-child{margin-bottom:0}.terms-section a{color:var(--accent-color);font-weight:600;transition:color .3s ease}.terms-section a:hover{color:var(--accent-light);text-decoration:underline}.terms-section:first-child{border-top:4px solid var(--accent-color)}.terms-section:nth-child(2){border-top:4px solid var(--gold)}@media(max-width:768px){.terms-hero{padding:4rem 0}.hero-icon{width:60px;height:60px}.terms-hero h1{font-size:2rem}.terms-content{padding:3rem 0}.terms-section{padding:2rem 1.5rem;margin-bottom:3rem}.section-header{flex-direction:column;align-items:flex-start;gap:.75rem}.terms-section h2{font-size:1.75rem}.terms-section h3{font-size:1.25rem;margin-top:2rem}.terms-section p{font-size:1rem}.terms-section ul{padding:1.25rem}}
