*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--color-primary: #5B4CE6;--color-primary-dark: #4A3BC5;--color-text: #1A1A2E;--color-text-secondary: #555;--color-bg: #FFFFFF;--color-bg-alt: #F5F5FA;--color-bg-dark: #1A1A2E;--max-width: 960px}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--color-text);background:var(--color-bg);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--color-primary);text-decoration:none}a:hover{color:var(--color-primary-dark)}img{max-width:100%;display:block}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.site-header{background:var(--color-bg);border-bottom:1px solid #eee;position:sticky;top:0;z-index:100}.site-header .container{display:flex;align-items:center;justify-content:space-between;height:64px}.site-logo{font-size:1.5rem;font-weight:700;color:var(--color-primary);display:flex;align-items:center;gap:.5rem}.site-logo img{border-radius:6px}.site-nav{display:flex;align-items:center;gap:1.5rem}.site-nav a{color:var(--color-text);font-size:.95rem;font-weight:500;transition:color .2s}.site-nav a:hover,.site-nav a.active{color:var(--color-primary)}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.25rem}.nav-toggle span{display:block;width:24px;height:2px;background:var(--color-text);margin:5px 0;transition:.3s}.site-footer{background:var(--color-bg-dark);color:#ccc;padding:3rem 0 2rem}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;flex-wrap:wrap}.footer-brand{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.5rem}.footer-links{display:flex;gap:1.5rem;flex-wrap:wrap}.footer-links a{color:#ccc;font-size:.9rem;transition:color .2s}.footer-links a:hover{color:#fff}.footer-bottom{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-size:.85rem;color:#888}.section{padding:4rem 0}.section--alt{background:var(--color-bg-alt)}.section--dark{background:var(--color-bg-dark);color:#fff}.section-title{font-size:2rem;font-weight:700;margin-bottom:1rem;text-align:center}.section-subtitle{font-size:1.1rem;color:var(--color-text-secondary);text-align:center;max-width:600px;margin:0 auto 2.5rem}.section--dark .section-subtitle{color:#ccc}.hero{padding:5rem 0 4rem;text-align:center}.hero-title{font-size:3rem;font-weight:800;margin-bottom:1rem;color:var(--color-text)}.hero-title span{color:var(--color-primary)}.hero-description{font-size:1.2rem;color:var(--color-text-secondary);max-width:560px;margin:0 auto 2rem}.hero-badges{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.75rem;border-radius:8px;font-size:1rem;font-weight:600;transition:background .2s,transform .1s;cursor:pointer;border:none}.btn:active{transform:scale(.98)}.btn--primary{background:var(--color-primary);color:#fff}.btn--primary:hover{background:var(--color-primary-dark);color:#fff}.btn--dark{background:var(--color-text);color:#fff}.btn--dark:hover{background:#111;color:#fff}.store-badge{display:inline-flex;align-items:center;gap:.75rem;background:var(--color-text);color:#fff;padding:.75rem 1.5rem;border-radius:10px;font-size:.95rem;font-weight:600;transition:background .2s}.store-badge:hover{background:#111;color:#fff}.store-badge-label{font-size:.7rem;font-weight:400;color:#aaa;display:block;line-height:1;text-align:start}.store-badge-store{font-size:1.1rem;font-weight:600;line-height:1;margin-top:2px;text-align:start}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}.feature-card{background:var(--color-bg);border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000000f}.feature-icon{font-size:2rem;margin-bottom:.75rem}.feature-card h3{font-size:1.15rem;margin-bottom:.5rem}.feature-card p{color:var(--color-text-secondary);font-size:.95rem;line-height:1.5}.cta{text-align:center}.cta .section-title{color:#fff}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.legal-page{padding:3rem 0 4rem}.legal-page h1{font-size:2.25rem;margin-bottom:.5rem}.legal-page .effective-date{color:var(--color-text-secondary);font-size:.95rem;margin-bottom:2rem}.legal-page h2{font-size:1.4rem;margin-top:2.5rem;margin-bottom:.75rem;color:var(--color-text)}.legal-page h3{font-size:1.15rem;margin-top:1.5rem;margin-bottom:.5rem}.legal-page p,.legal-page li{color:var(--color-text-secondary);line-height:1.7;margin-bottom:.75rem}.legal-page ul,.legal-page ol{padding-inline-start:1.5rem;margin-bottom:1rem}.legal-page a{text-decoration:underline}.support-hero{text-align:center;padding:3rem 0}.support-hero h1{font-size:2.25rem;margin-bottom:.75rem}.support-hero p{color:var(--color-text-secondary);font-size:1.1rem}.contact-box{text-align:center;background:var(--color-bg);border:2px solid var(--color-primary);border-radius:12px;padding:2.5rem;max-width:480px;margin:0 auto 3rem}.contact-box h2{margin-bottom:.5rem}.contact-box p{color:var(--color-text-secondary);margin-bottom:1.25rem}.faq-list{max-width:700px;margin:0 auto}.faq-item{margin-bottom:1.75rem}.faq-item h3{font-size:1.1rem;margin-bottom:.35rem;color:var(--color-text)}.faq-item p{color:var(--color-text-secondary);line-height:1.6}.lang-switcher{position:relative}.lang-btn{display:inline-flex;align-items:center;gap:.35rem;background:var(--color-bg-alt);border:1px solid #ddd;border-radius:6px;padding:.4rem .75rem;font-size:.85rem;font-weight:500;color:var(--color-text);cursor:pointer;font-family:inherit;transition:border-color .2s}.lang-btn:hover{border-color:var(--color-primary)}.lang-btn svg{transition:transform .2s}.lang-dropdown{display:none;position:absolute;top:calc(100% + 4px);inset-inline-end:0;background:var(--color-bg);border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 12px #0000001a;min-width:140px;z-index:200;overflow:hidden}.lang-dropdown.open{display:block}.lang-dropdown a{display:block;padding:.5rem 1rem;font-size:.9rem;color:var(--color-text);transition:background .15s}.lang-dropdown a:hover{background:var(--color-bg-alt);color:var(--color-primary)}[dir=rtl]{text-align:right}[dir=rtl] .hero,[dir=rtl] .section-title,[dir=rtl] .section-subtitle,[dir=rtl] .support-hero,[dir=rtl] .contact-box,[dir=rtl] .footer-bottom,[dir=rtl] .cta{text-align:center}@media(max-width:768px){.nav-toggle{display:block}.site-nav{display:none;position:absolute;top:64px;left:0;right:0;background:var(--color-bg);flex-direction:column;padding:1rem 1.5rem;border-bottom:1px solid #eee;box-shadow:0 4px 12px #0000000d}.site-nav.open{display:flex}.hero-title{font-size:2.25rem}.hero-description{font-size:1.05rem}.section{padding:3rem 0}.section-title{font-size:1.65rem}.footer-content{flex-direction:column;gap:1.5rem}.lang-switcher{width:100%}.lang-btn{width:100%;justify-content:center}.lang-dropdown{position:static;border:none;box-shadow:none;margin-top:.25rem}}
