:root{--primary:#0f172a;--primary-light:#1e293b;--accent:#2aa7c0;--accent-dark:#1e8a9f;--accent-glow:#2aa7c01f;--emerald:#10b981;--bg:#f8fafc;--bg-alt:#f0f9ff;--card:#fff;--text:#0f172a;--text-secondary:#64748b;--text-muted:#94a3b8;--border:#e2e8f0;--border-light:#f1f5f9;--shadow-sm:0 1px 2px #0000000a;--shadow:0 4px 6px -1px #00000012, 0 2px 4px -2px #0000000a;--shadow-lg:0 10px 25px -3px #00000014, 0 4px 6px -4px #00000005;--shadow-xl:0 20px 40px -5px #0000001f;--radius:12px;--radius-lg:20px;--radius-full:9999px;--transition:all .3s cubic-bezier(.4, 0, .2, 1);--font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.7}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.app-container{flex-direction:column;min-height:100vh;display:flex}main{flex:1}.header{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-light);z-index:100;transition:var(--transition);background:#ffffffd9;position:sticky;top:0}.header-content{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:.875rem 2rem;display:flex}.logo{align-items:center;text-decoration:none;display:flex}.logo img{height:36px;transition:var(--transition)}.logo:hover img{opacity:.8}.nav-links{align-items:center;gap:.5rem;display:flex}.nav-link{color:var(--text-secondary);border-radius:var(--radius-full);transition:var(--transition);padding:.5rem 1rem;font-size:.95rem;font-weight:500;text-decoration:none}.nav-link:hover{color:var(--accent);background:var(--accent-glow)}.nav-link.active{color:var(--accent);background:var(--accent-glow);font-weight:600}.hero{text-align:center;background:linear-gradient(135deg,#0f172a 0%,#1e3a5f 50%,#0f172a 100%);padding:7rem 2rem 6rem;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(circle at 30%,#2aa7c026 0%,#0000 50%),radial-gradient(circle at 70%,#10b9811a 0%,#0000 50%);width:200%;height:200%;animation:15s ease-in-out infinite alternate heroGlow;position:absolute;top:-50%;left:-50%}@keyframes heroGlow{0%{transform:translate(0)rotate(0)}to{transform:translate(-5%,3%)rotate(5deg)}}.hero-content{z-index:1;max-width:800px;margin:0 auto;position:relative}.hero h1{color:#fff;letter-spacing:-.02em;margin-bottom:1.25rem;font-size:3.5rem;font-weight:800;line-height:1.15}.hero h1 .accent{background:linear-gradient(135deg,#2aa7c0,#10b981);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero .subtitle{color:#ffffffb3;max-width:560px;margin:0 auto 2.5rem;font-size:1.25rem;font-weight:400;line-height:1.7}.hero-cta{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-primary{color:#fff;border-radius:var(--radius-full);cursor:pointer;transition:var(--transition);font-size:1rem;font-weight:600;font-family:var(--font);background:linear-gradient(135deg,#2aa7c0,#1e8a9f);border:none;align-items:center;gap:.5rem;padding:.875rem 2rem;text-decoration:none;display:inline-flex}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #2aa7c059}.btn-secondary{color:#fff;border-radius:var(--radius-full);cursor:pointer;transition:var(--transition);font-size:1rem;font-weight:500;font-family:var(--font);background:#ffffff1a;border:1px solid #fff3;align-items:center;gap:.5rem;padding:.875rem 2rem;text-decoration:none;display:inline-flex}.btn-secondary:hover{background:#fff3;border-color:#ffffff4d}.features-section{max-width:1200px;margin:0 auto;padding:5rem 2rem}.section-header{text-align:center;margin-bottom:3.5rem}.section-header .badge{background:var(--accent-glow);color:var(--accent);border-radius:var(--radius-full);letter-spacing:.03em;text-transform:uppercase;margin-bottom:1rem;padding:.375rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.section-header h2{color:var(--text);letter-spacing:-.01em;margin-bottom:1rem;font-size:2.25rem;font-weight:700}.section-header p{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.1rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.feature-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:var(--transition);padding:2rem}.feature-card:hover{border-color:var(--accent);box-shadow:var(--shadow-lg), 0 0 0 1px var(--accent-glow);transform:translateY(-3px)}.feature-icon{background:var(--accent-glow);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.25rem;font-size:1.5rem;display:flex}.feature-card h3{color:var(--text);margin-bottom:.75rem;font-size:1.15rem;font-weight:600}.feature-card p{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.products-section{background:var(--bg);padding:5rem 2rem}.products-inner{max-width:1200px;margin:0 auto}.product-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2rem;display:grid}.product-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;transition:var(--transition);flex-direction:column;padding:2.5rem;display:flex;position:relative;overflow:hidden}.product-card:before{content:"";opacity:0;height:4px;transition:var(--transition);background:linear-gradient(90deg,#2aa7c0,#10b981);position:absolute;top:0;left:0;right:0}.product-card:hover{box-shadow:var(--shadow-xl);border-color:#0000;transform:translateY(-5px)}.product-card:hover:before{opacity:1}.card-top-section{flex:1}.card-bottom-section{margin-top:auto}.app-icon-container{justify-content:center;margin-bottom:1.75rem;display:flex}.app-icon{width:96px;height:96px;box-shadow:var(--shadow-lg);object-fit:cover;transition:var(--transition);border-radius:22px}.product-card:hover .app-icon{transform:scale(1.05)}.placeholder-icon{color:#a0aec0;background:linear-gradient(135deg,#e2e8f0 0%,#cbd5e0 100%);border-radius:22px;justify-content:center;align-items:center;width:96px;height:96px;font-size:2.5rem;font-weight:700;display:flex}.product-title{color:var(--text);margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.product-desc{color:var(--text-secondary);flex:1;margin-bottom:2rem;font-size:.95rem;line-height:1.7}.btn{color:#fff;border-radius:var(--radius-full);cursor:pointer;transition:var(--transition);font-size:.95rem;font-weight:600;font-family:var(--font);background:linear-gradient(135deg,#2aa7c0,#1e8a9f);border:none;padding:.75rem 2rem}.btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2aa7c04d}.btn-disabled{color:#94a3b8;cursor:not-allowed;box-shadow:none;background:#e2e8f0}.btn-disabled:hover{box-shadow:none;transform:none}.about-page{max-width:900px;margin:0 auto;padding:4rem 2rem}.about-hero{text-align:center;margin-bottom:3rem}.about-hero img{height:80px;margin-bottom:1.5rem}.about-hero h1{color:var(--text);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.about-hero p{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.15rem}.about-content{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);margin-bottom:3rem;padding:3rem}.about-content p{color:var(--text-secondary);margin-bottom:1.25rem;font-size:1.05rem;line-height:1.8}.about-content p:last-child{margin-bottom:0}.values-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.value-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);text-align:center;transition:var(--transition);padding:1.75rem}.value-card:hover{border-color:var(--accent);box-shadow:var(--shadow)}.value-icon{margin-bottom:1rem;font-size:2rem}.value-card h3{color:var(--text);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.value-card p{color:var(--text-secondary);font-size:.9rem}.privacy-page{max-width:900px;margin:0 auto;padding:4rem 2rem}.privacy-hero{text-align:center;margin-bottom:2.5rem}.privacy-hero img{width:80px;height:80px;box-shadow:var(--shadow-lg);border-radius:18px;margin-bottom:1.5rem}.privacy-hero h1{color:var(--text);margin-bottom:.5rem;font-size:2.25rem;font-weight:700}.privacy-hero p{color:var(--text-secondary);font-size:1rem}.section-tabs{justify-content:center;gap:.5rem;margin-bottom:1rem;display:flex}.lang-tabs{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2.5rem;display:flex}.lang-tab{border:1px solid var(--border);border-radius:var(--radius-full);color:var(--text-secondary);cursor:pointer;transition:var(--transition);font-size:.9rem;font-weight:500;font-family:var(--font);background:0 0;padding:.5rem 1.25rem}.lang-tab:hover{border-color:var(--accent);color:var(--accent)}.lang-tab.active{background:var(--accent);color:#fff;border-color:var(--accent)}.section-tab{border:1px solid var(--border);border-radius:var(--radius-full);color:var(--text-secondary);cursor:pointer;transition:var(--transition);font-size:.95rem;font-weight:600;font-family:var(--font);background:0 0;padding:.5rem 1.5rem}.section-tab:hover{border-color:var(--primary);color:var(--primary)}.section-tab.active{background:var(--primary);color:#fff;border-color:var(--primary)}.policy-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:2.5rem}.policy-card h2{color:var(--text);border-bottom:2px solid var(--border);margin-bottom:1rem;padding-bottom:.75rem;font-size:1.5rem;font-weight:700}.policy-card h3{color:var(--text);margin-top:1.75rem;margin-bottom:.75rem;font-size:1.1rem;font-weight:600}.policy-card p{color:var(--text-secondary);margin-bottom:.75rem;line-height:1.7}.policy-card ul{color:var(--text-secondary);margin:.5rem 0 1rem 1.5rem}.policy-card li{margin-bottom:.5rem;line-height:1.6}.policy-contact{background:var(--bg);border-radius:var(--radius);border:1px solid var(--border);margin-top:1.5rem;padding:1.25rem}.policy-contact h3{margin-top:0}.policy-contact a{color:var(--accent);font-weight:500;text-decoration:none}.policy-contact a:hover{text-decoration:underline}.footer{background:var(--primary);color:#fffc;margin-top:0;padding:3rem 2rem 2rem}.footer-content{grid-template-columns:2fr 1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto 2.5rem;display:grid}.footer-brand img{opacity:.9;height:32px;margin-bottom:1rem}.footer-brand p{color:#fff9;max-width:300px;font-size:.9rem;line-height:1.6}.footer-links h4{color:#fff;margin-bottom:1rem;font-size:.95rem;font-weight:600}.footer-links a{color:#fff9;transition:var(--transition);padding:.25rem 0;font-size:.9rem;text-decoration:none;display:block}.footer-links a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding-top:1.5rem;display:flex}.footer-bottom p{color:#fff6;margin:0;font-size:.85rem}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(8px);opacity:0;background:#0f172a99;justify-content:center;align-items:center;animation:.2s forwards fadeIn;display:flex;position:fixed;inset:0}.modal-content{background:var(--card);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-xl);min-width:320px;max-width:90%;padding:2.5rem;animation:.3s cubic-bezier(.4,0,.2,1) forwards modalIn;position:relative;transform:scale(.95)translateY(10px)}.modal-close{cursor:pointer;color:var(--text-muted);transition:var(--transition);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.5rem;display:flex;position:absolute;top:1rem;right:1.25rem}.modal-close:hover{color:var(--text);background:var(--bg)}.modal-title{color:var(--text);margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.qr-container{border-radius:var(--radius);border:1px solid var(--border);background:#fff;padding:1.25rem;display:inline-block}@keyframes fadeIn{to{opacity:1}}@keyframes modalIn{to{transform:scale(1)translateY(0)}}@media (width<=768px){.hero{padding:5rem 1.5rem 4rem}.hero h1{font-size:2.25rem}.hero .subtitle{font-size:1.05rem}.header-content{padding:.75rem 1.25rem}.nav-links{gap:.25rem}.nav-link{padding:.4rem .75rem;font-size:.875rem}.features-grid,.product-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;justify-content:center}.about-content,.policy-card{padding:2rem 1.5rem}.section-header h2{font-size:1.75rem}.about-hero h1,.privacy-hero h1{font-size:1.875rem}.values-grid{grid-template-columns:1fr}}@media (width<=480px){.hero h1{font-size:1.875rem}.hero-cta{flex-direction:column;align-items:center}.lang-tabs{gap:.375rem}.lang-tab{padding:.4rem .875rem;font-size:.825rem}.section-tabs{flex-wrap:wrap}}
