:root{--violet:#7b61ff;--violet-dark:#6a4ff0;--violet-light:#ece8ff;--cyan:#22d3ee;--bg:#f5f4ff;--bg-soft:#eeebff;--surface:#fff;--ink:#1c2333;--muted:#6b7089;--radius:24px;--radius-sm:16px;--nav-height:72px;--grad:linear-gradient(120deg, #8b7cff 0%, #7b61ff 45%, #22d3ee 100%)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{color:var(--ink);background:var(--bg);font-family:Inter,Noto Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:1180px;margin:0 auto;padding:0 24px}.text-gradient{background:var(--grad);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.btn{cursor:pointer;white-space:nowrap;border:none;border-radius:50px;justify-content:center;align-items:center;gap:9px;padding:13px 26px;font-family:inherit;font-size:15px;font-weight:600;transition:transform .25s,box-shadow .25s,background .25s,color .25s;display:inline-flex}.btn-primary{background:var(--violet);color:#fff;box-shadow:0 8px 26px #7b61ff61}.btn-primary:hover{background:var(--violet-dark);transform:translateY(-2px);box-shadow:0 12px 34px #7b61ff7a}.btn-ghost{color:var(--ink);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffb3;border:1.5px solid #7b61ff38}.btn-ghost:hover{border-color:var(--violet);color:var(--violet);transform:translateY(-2px)}.btn-white{color:var(--violet);background:#fff;box-shadow:0 8px 26px #17233324}.btn-white:hover{transform:translateY(-2px);box-shadow:0 12px 34px #17233333}.btn-dark{background:var(--ink);color:#fff;box-shadow:0 8px 26px #17233347}.btn-dark:hover{background:#11162a;transform:translateY(-2px);box-shadow:0 12px 34px #1723335c}.btn-lg{padding:16px 34px;font-size:16px}.section{padding:96px 0;position:relative}.section-header{text-align:center;margin-bottom:56px}.section-tag{background:var(--violet-light);color:var(--violet-dark);letter-spacing:.2px;border-radius:50px;margin-bottom:18px;padding:6px 18px;font-size:13.5px;font-weight:700;display:inline-block}.section-header h2{letter-spacing:-.6px;color:var(--ink);font-size:clamp(28px,5vw,44px);font-weight:800;line-height:1.2}.section-desc{color:var(--muted);max-width:520px;margin-top:16px;margin-left:auto;margin-right:auto;font-size:16.5px}.orb{filter:blur(2px);pointer-events:none;z-index:0;background:radial-gradient(circle at 32% 28%,#fff 0%,#b9a8ff 26%,#7b61ff 62%,#4d7bff 100%);border-radius:50%;position:absolute;box-shadow:0 30px 80px #7b61ff59}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#7b61ff4d;border-radius:4px}.nav{height:var(--nav-height);z-index:100;align-items:center;transition:background .3s,box-shadow .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;display:flex;position:fixed;top:0;left:0;right:0}.nav--scrolled{-webkit-backdrop-filter:blur(18px);background:#f5f4ffb8;box-shadow:0 1px #7b61ff1a}.nav-inner{justify-content:space-between;align-items:center;width:100%;max-width:1180px;margin:0 auto;padding:0 24px;display:flex}.nav-logo{align-items:center;gap:10px;display:flex}.logo-mark{border-radius:10px;width:34px;height:34px}.logo-text{letter-spacing:-.4px;color:var(--ink);font-size:21px;font-weight:800}.nav-links{align-items:center;gap:30px;display:flex}.nav-links>a{color:var(--ink);opacity:.82;font-size:15px;font-weight:500;transition:opacity .2s,color .2s}.nav-links>a:hover{opacity:1;color:var(--violet)}.nav-cta{padding:10px 22px!important;font-size:14.5px!important}.lang-switcher{position:relative}.lang-btn{color:var(--ink);cursor:pointer;background:#fff9;border:1px solid #7b61ff2e;border-radius:50px;align-items:center;gap:6px;padding:8px 14px;font-family:inherit;font-size:14px;font-weight:500;transition:border-color .2s;display:inline-flex}.lang-btn:hover{border-color:var(--violet)}.lang-dropdown{background:#fff;border:1px solid #7b61ff1f;border-radius:14px;flex-direction:column;gap:2px;min-width:150px;padding:6px;display:flex;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 12px 40px #17233324}.lang-option{text-align:left;color:var(--ink);cursor:pointer;background:0 0;border:none;border-radius:9px;padding:10px 14px;font-family:inherit;font-size:14.5px;transition:background .15s}.lang-option:hover{background:var(--violet-light)}.lang-option.active{color:var(--violet);background:var(--violet-light);font-weight:700}.nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:6px;display:none}.nav-toggle span{background:var(--ink);border-radius:2px;width:24px;height:2px;transition:transform .3s,opacity .3s}.nav-toggle.open span:first-child{transform:translateY(7px)rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu{display:none}@media (width<=860px){.nav-links{display:none}.nav-toggle{display:flex}.mobile-menu{top:var(--nav-height);-webkit-backdrop-filter:blur(18px);opacity:0;pointer-events:none;background:#f5f4fff5;flex-direction:column;gap:4px;padding:16px 24px 28px;transition:transform .28s,opacity .28s;display:flex;position:absolute;left:0;right:0;transform:translateY(-12px);box-shadow:0 20px 40px #1723331a}.mobile-menu--open{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-menu>a:not(.btn){border-bottom:1px solid #7b61ff1a;padding:13px 8px;font-size:16px;font-weight:500}.mobile-menu .btn{margin-top:14px}.mobile-lang{flex-wrap:wrap;gap:8px;padding:14px 0 4px;display:flex}.lang-chip{color:var(--ink);cursor:pointer;background:0 0;border:1px solid #7b61ff33;border-radius:50px;padding:8px 16px;font-family:inherit;font-size:14px}.lang-chip.active{background:var(--violet);color:#fff;border-color:var(--violet)}}.hero{min-height:100vh;padding-top:calc(var(--nav-height) + 40px);align-items:center;padding-bottom:80px;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;background:radial-gradient(60% 50% at 15% 10%,#8b7cff47 0%,#0000 60%),radial-gradient(55% 45% at 90% 30%,#22d3ee33 0%,#0000 60%),radial-gradient(60% 60% at 70% 100%,#7b61ff38 0%,#0000 65%),linear-gradient(160deg,#f5f4ff 0%,#edebff 55%,#e9fbf7 100%);position:absolute;inset:0}.hero-orb{z-index:0}.hero-orb--1{opacity:.85;width:130px;height:130px;animation:7s ease-in-out infinite float;top:14%;right:6%}.hero-orb--2{opacity:.7;width:90px;height:90px;animation:9s ease-in-out infinite reverse float;bottom:12%;left:4%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-22px)}}.hero-content{z-index:2;grid-template-columns:1.05fr .95fr;align-items:center;gap:48px;display:grid;position:relative}.hero-badge{color:var(--violet-dark);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffb3;border:1px solid #7b61ff33;border-radius:50px;margin-bottom:24px;padding:8px 18px;font-size:14px;font-weight:600;display:inline-block}.hero-text h1{letter-spacing:-1.5px;color:var(--ink);font-size:clamp(38px,6.2vw,66px);font-weight:900;line-height:1.08}.hero-desc{color:var(--muted);max-width:500px;margin-top:24px;font-size:clamp(16px,2vw,18.5px)}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:34px;display:flex}.hero-stats{align-items:center;gap:22px;margin-top:46px;display:flex}.stat{flex-direction:column;gap:3px;display:flex}.stat-num{letter-spacing:-.4px;font-size:22px;font-weight:800}.stat-label{color:var(--muted);font-size:13px}.stat-divider{background:#7b61ff33;width:1px;height:34px}.hero-visual{justify-content:center;display:flex;position:relative}.hero-poster{z-index:2;border-radius:30px;width:100%;max-width:420px;position:relative;box-shadow:0 40px 90px #4c3ca047}.hero-poster-glow{z-index:1;background:var(--grad);filter:blur(60px);opacity:.5;border-radius:40px;position:absolute;inset:8% 12%}@media (width<=900px){.hero-content{text-align:center;grid-template-columns:1fr;gap:44px}.hero-desc{margin-left:auto;margin-right:auto}.hero-actions,.hero-stats{justify-content:center}.hero-poster{max-width:320px}}@media (width<=460px){.hero-stats{gap:14px}.stat-num{font-size:18px}}.features{background:var(--bg)}.features-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.feature-card{background:var(--surface);border-radius:var(--radius);border:1px solid #7b61ff1a;padding:30px 28px;transition:transform .3s,box-shadow .3s,border-color .3s}.feature-card:hover{border-color:#7b61ff47;transform:translateY(-6px);box-shadow:0 24px 50px #4c3ca01f}.feature-icon{background:var(--violet-light);width:54px;height:54px;color:var(--violet);border-radius:15px;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.feature-icon svg{width:26px;height:26px}.feature-card h3{letter-spacing:-.3px;color:var(--ink);margin-bottom:10px;font-size:19px;font-weight:700}.feature-card p{color:var(--muted);font-size:15px;line-height:1.65}@media (width<=900px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.features-grid{grid-template-columns:1fr}}.screenshots{background:linear-gradient(180deg, var(--bg) 0%, var(--bg-soft) 100%);overflow:hidden}.screenshots-scroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:26px;padding:12px 24px 28px;display:flex;overflow-x:auto}.screenshots-scroll:before,.screenshots-scroll:after{content:"";flex:0 0 max(0px,50vw - 590px)}.screenshot-card{scroll-snap-align:center;flex-direction:column;flex:none;align-items:center;gap:18px;width:264px;transition:transform .35s;display:flex}.screenshot-card:hover{transform:translateY(-8px)}.screenshot-img{border:1px solid #fff9;border-radius:26px;width:100%;box-shadow:0 26px 60px #4c3ca033}.screenshot-label{color:var(--ink);letter-spacing:-.2px;font-size:15.5px;font-weight:600}@media (width<=560px){.screenshot-card{width:220px}.screenshots-scroll{gap:18px}}.faq{background:var(--bg-soft)}.faq-container{max-width:760px}.faq-list{flex-direction:column;gap:14px;display:flex}.faq-item{background:var(--surface);border-radius:var(--radius-sm);border:1px solid #7b61ff1f;transition:border-color .25s,box-shadow .25s;overflow:hidden}.faq-item.open{border-color:#7b61ff59;box-shadow:0 16px 40px #4c3ca01a}.faq-question{cursor:pointer;width:100%;color:var(--ink);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:18px;padding:20px 24px;font-family:inherit;font-size:16.5px;font-weight:600;display:flex}.faq-toggle{background:var(--violet-light);width:28px;height:28px;color:var(--violet);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:20px;line-height:1;display:flex}.faq-answer-wrap{overflow:hidden}.faq-answer{color:var(--muted);padding:0 24px 22px;font-size:15.5px;line-height:1.7}.cta-section{background:var(--bg-soft);padding-top:40px}.cta-card{text-align:center;background:linear-gradient(130deg,#6a4ff0 0%,#7b61ff 48%,#22d3ee 130%);border-radius:34px;padding:72px 40px;position:relative;overflow:hidden;box-shadow:0 30px 70px #4c3ca059}.cta-inner{z-index:2;position:relative}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.cta-card h2{letter-spacing:-.6px;color:#fff;font-size:clamp(26px,4.5vw,40px);font-weight:800;line-height:1.2}.cta-card p{color:#ffffffe6;margin:16px 0 32px;font-size:17px}.cta-orb{filter:blur(4px);z-index:1;background:radial-gradient(circle at 35% 30%,#ffffffd9,#ffffff0d);border-radius:50%;position:absolute}.cta-orb--1{opacity:.5;width:180px;height:180px;top:-50px;right:-30px}.cta-orb--2{opacity:.4;width:130px;height:130px;bottom:-40px;left:-20px}@media (width<=560px){.cta-card{padding:54px 24px}}.footer{color:#cfd3e6;background:#14172b}.footer-inner{flex-wrap:wrap;justify-content:space-between;gap:48px;padding:64px 24px 44px;display:flex}.footer-logo{color:#fff;align-items:center;gap:10px;font-size:21px;font-weight:800;display:flex}.footer-mark{border-radius:9px;width:32px;height:32px}.footer-tagline{color:#8b90ab;max-width:260px;margin-top:14px;font-size:14.5px}.footer-cols{flex-wrap:wrap;gap:72px;display:flex}.footer-col{flex-direction:column;gap:12px;display:flex}.footer-col h4{text-transform:uppercase;letter-spacing:.6px;color:#6f7593;margin-bottom:4px;font-size:13px;font-weight:700}.footer-col a{color:#cfd3e6;font-size:15px;transition:color .2s}.footer-col a:hover{color:var(--violet)}.footer-bottom{color:#6f7593;text-align:center;border-top:1px solid #ffffff14;padding:22px 0;font-size:13.5px}@media (width<=640px){.footer-inner{flex-direction:column;gap:36px}.footer-cols{gap:48px}}.legal-root{background:var(--bg);min-height:100vh}.legal-header{z-index:20;-webkit-backdrop-filter:saturate(160%)blur(14px);background:#f5f4ffd1;border-bottom:1px solid #7b61ff1a;position:sticky;top:0}.legal-header-inner{height:var(--nav-height);justify-content:space-between;align-items:center;display:flex}.legal-logo{align-items:center;gap:10px;font-size:19px;font-weight:800;display:inline-flex}.legal-mark{border-radius:9px;width:34px;height:34px}.legal-lang{gap:6px;display:flex}.legal-lang-chip{color:var(--muted);cursor:pointer;background:0 0;border:1px solid #7b61ff38;border-radius:50px;padding:6px 12px;font-family:inherit;font-size:13px;font-weight:600;transition:background .2s,color .2s,border-color .2s}.legal-lang-chip.active{background:var(--violet);color:#fff;border-color:var(--violet)}.legal-main{max-width:820px;padding-top:48px;padding-bottom:72px}.legal-back{color:var(--violet);margin-bottom:24px;font-size:14px;font-weight:600;display:inline-block}.legal-back:hover{text-decoration:underline}.legal-title{letter-spacing:-.02em;margin-bottom:10px;font-size:clamp(30px,5vw,42px);font-weight:900}.legal-updated{color:var(--muted);margin-bottom:28px;font-size:14px}.legal-section{margin-top:30px}.legal-heading{letter-spacing:-.01em;margin-bottom:12px;font-size:20px;font-weight:800}.legal-para{color:#363c52;margin-bottom:12px;font-size:16px;line-height:1.85}.legal-list{margin:8px 0 12px;padding-left:22px}.legal-list li{color:#363c52;margin-bottom:8px;font-size:16px;line-height:1.8}.legal-list li::marker{color:var(--violet)}
