:root{--ink:#121624;--muted:#667085;--line:#e7eaf0;--blue:#1769ff;--blue2:#5b8cff;--surface:#f6f8fc;--radius:28px}*{box-sizing:border-box}html{scroll-behavior:smooth;max-width:100%;overflow-x:hidden}body{margin:0;max-width:100%;overflow-x:hidden;color:var(--ink);background:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.site-header{height:80px;display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:auto;padding:0 32px}.brand{display:flex;align-items:center;gap:11px;font-size:22px;font-weight:760;letter-spacing:-.5px}.brand img{border-radius:11px;box-shadow:0 6px 20px rgba(16,95,255,.16)}nav{display:flex;align-items:center;gap:34px;font-size:14px;color:#4d5566}nav a:hover{color:var(--blue)}.nav-download{padding:10px 18px;border-radius:30px;background:#10131b;color:#fff!important}.hero{min-height:680px;max-width:1200px;margin:auto;padding:64px 32px 72px;display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:52px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:13px;font-weight:700;color:var(--blue);display:flex;align-items:center;gap:9px;margin:0 0 22px}.eyebrow span{display:inline-block;width:24px;height:2px;background:currentColor}.hero h1{font-size:72px;line-height:1.07;letter-spacing:-4px;margin:0;font-weight:760}.hero h1 em{font-style:normal;color:var(--blue)}.hero-lead{font-size:18px;line-height:1.85;color:var(--muted);max-width:560px;margin:28px 0 34px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.button{min-height:60px;border-radius:15px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;gap:12px;font-weight:650;transition:.2s transform,.2s box-shadow}.button:hover{transform:translateY(-2px)}.button svg{width:26px;height:26px;fill:currentColor}.button span{display:flex;flex-direction:column;line-height:1.08;font-size:16px}.button small{font-size:10px;font-weight:500;opacity:.76;margin-bottom:3px}.button-primary{background:var(--blue);color:#fff;box-shadow:0 13px 28px rgba(23,105,255,.25)}.button-light{background:#f0f3f9;color:#171b26}.version-note{font-size:12px;color:#98a0af;margin:17px 3px}.hero-visual{min-height:535px;position:relative;display:grid;place-items:center}.product-card{position:relative;width:82%;height:500px;border-radius:42px;background:linear-gradient(145deg,#e8f0ff,#f7f9ff 54%,#e9eef9);display:grid;place-items:center;box-shadow:inset 0 0 0 1px rgba(255,255,255,.9),0 30px 80px rgba(45,66,112,.15);overflow:hidden}.product-card:after{content:"";position:absolute;width:350px;height:350px;border:1px solid rgba(25,102,255,.12);border-radius:50%;box-shadow:0 0 0 55px rgba(25,102,255,.045),0 0 0 110px rgba(25,102,255,.025)}.product-card img{position:relative;z-index:2;max-width:77%;max-height:86%;object-fit:contain;filter:drop-shadow(0 25px 25px rgba(24,31,50,.28))}.status-pill{position:absolute;z-index:4;bottom:23px;left:24px;background:rgba(255,255,255,.93);backdrop-filter:blur(10px);border-radius:30px;padding:11px 16px;font-size:12px;font-weight:650;box-shadow:0 8px 30px rgba(43,54,83,.12)}.status-pill i{display:inline-block;width:8px;height:8px;border-radius:50%;background:#30c775;margin-right:7px}.wave-card{position:absolute;right:0;top:54px;z-index:5;width:206px;height:82px;background:#fff;border-radius:20px;box-shadow:0 20px 45px rgba(28,43,82,.15);padding:18px 17px;display:flex;align-items:center;gap:4px}.wave-card span{display:block;width:3px;border-radius:4px;background:var(--blue);height:13px}.wave-card span:nth-child(2),.wave-card span:nth-child(8){height:22px}.wave-card span:nth-child(3),.wave-card span:nth-child(7){height:35px}.wave-card span:nth-child(4),.wave-card span:nth-child(6){height:26px}.wave-card span:nth-child(5){height:43px}.wave-card b{font-size:12px;margin-left:7px;white-space:nowrap}.orb{position:absolute;border-radius:50%;filter:blur(2px)}.orb-one{width:70px;height:70px;background:#87ffc0;bottom:40px;right:14px}.orb-two{width:42px;height:42px;background:#a9bfff;top:20px;left:7px}.promise{border-top:1px solid var(--line);border-bottom:1px solid var(--line);height:92px;display:flex;align-items:center;justify-content:center;gap:40px;color:#4e5666;font-size:14px;font-weight:600}.promise i{width:5px;height:5px;border-radius:50%;background:#ccd1da}.section{max-width:1200px;margin:auto;padding:120px 32px}.section-heading{max-width:680px}.section h2{font-size:46px;letter-spacing:-2px;line-height:1.2;margin:0 0 18px}.section-heading>p:last-child,.workflow-copy>p:last-child{font-size:17px;line-height:1.8;color:var(--muted)}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:54px}.feature{min-height:264px;padding:30px 26px;border-radius:24px;border:1px solid var(--line);background:#fff}.feature-icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;font-weight:800;font-size:22px;margin-bottom:40px}.feature h3{font-size:20px;margin:0 0 12px}.feature p{color:var(--muted);font-size:14px;line-height:1.75;margin:0}.feature-blue .feature-icon{background:#eaf1ff;color:#1769ff}.feature-violet .feature-icon{background:#f0ecff;color:#7555e9}.feature-green .feature-icon{background:#e9fbf1;color:#18a762}.feature-orange .feature-icon{background:#fff2e6;color:#ed7a16}.workflow-section{max-width:none;background:#f7f9fc;display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;padding-left:max(32px,calc((100vw - 1136px)/2));padding-right:max(32px,calc((100vw - 1136px)/2))}.workflow-copy{align-self:center}.steps{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:16px}.steps li{background:#fff;border:1px solid #ebedf2;border-radius:22px;padding:24px;min-height:175px}.steps b{font-size:12px;color:var(--blue)}.steps h3{font-size:18px;margin:24px 0 8px}.steps p{color:var(--muted);font-size:13px;line-height:1.65;margin:0}.download-section{max-width:1136px;margin:110px auto;padding:58px;border-radius:34px;background:linear-gradient(130deg,#0958ed,#5687ff);color:#fff;display:grid;grid-template-columns:100px 1fr auto;gap:30px;align-items:center;box-shadow:0 30px 70px rgba(23,105,255,.2)}.download-icon{width:94px;height:94px;border-radius:24px;box-shadow:0 16px 30px rgba(0,33,112,.25)}.download-section h2{font-size:36px;line-height:1.3;letter-spacing:-1.2px;margin:0 0 12px}.download-section p:not(.eyebrow){opacity:.78;margin:0;font-size:14px}.eyebrow.light{color:#d9e6ff;margin-bottom:12px}.download-actions{display:flex;flex-direction:column;gap:10px;min-width:220px}.download-actions .button{min-height:48px;border-radius:13px}.button-white{background:#fff;color:#145fe8}.button-outline{border:1px solid rgba(255,255,255,.55);color:#fff}.download-actions small{text-align:center;color:rgba(255,255,255,.7);font-size:10px}footer{max-width:1200px;margin:auto;padding:50px 32px 46px;border-top:1px solid var(--line);display:grid;grid-template-columns:auto 1fr auto;gap:42px;align-items:start}.footer-brand{font-size:19px}.legal-links{display:flex;flex-wrap:wrap;gap:12px 22px;color:#636b7b;font-size:12px;padding-top:9px}.legal-links a:hover{color:var(--blue)}.company{display:flex;flex-direction:column;gap:8px;align-items:flex-end;color:#8b92a0;font-size:11px;padding-top:7px}.company a{color:#596273}@media(max-width:900px){nav a:not(.nav-download){display:none}.hero{grid-template-columns:1fr;padding-top:34px}.hero h1{font-size:58px}.hero-visual{min-height:470px}.product-card{height:445px;max-width:500px}.feature-grid{grid-template-columns:1fr 1fr}.workflow-section{grid-template-columns:1fr;gap:40px}.download-section{margin:70px 24px;grid-template-columns:80px 1fr}.download-icon{width:76px;height:76px}.download-actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr}.download-actions small{grid-column:1/-1}footer{grid-template-columns:1fr}.company{align-items:flex-start}}@media(max-width:600px){.site-header{height:68px;padding:0 20px}.brand{font-size:18px}.brand img{width:34px;height:34px}.nav-download{padding:9px 14px}.hero{padding:48px 20px 54px;gap:12px}.hero h1{font-size:44px;letter-spacing:-2.5px}.hero-lead{font-size:16px;line-height:1.7}.hero-actions{display:grid}.button{width:100%}.hero-visual{min-height:410px}.product-card{width:100%;height:385px;border-radius:30px}.wave-card{right:-4px;top:35px;transform:scale(.86);transform-origin:right top}.promise{gap:13px;font-size:12px;height:76px}.section{padding:82px 20px}.section h2{font-size:34px;letter-spacing:-1.5px}.feature-grid{grid-template-columns:1fr;gap:12px;margin-top:36px}.feature{min-height:auto}.feature-icon{margin-bottom:28px}.workflow-section{padding-left:20px;padding-right:20px}.steps{grid-template-columns:1fr}.steps li{min-height:150px}.download-section{margin:62px 14px;padding:32px 24px;grid-template-columns:58px 1fr;gap:18px;border-radius:28px}.download-icon{width:58px;height:58px;border-radius:16px}.download-section h2{font-size:27px}.download-section p:not(.eyebrow){display:none}.download-actions{display:flex}.download-actions .button{width:100%}footer{padding:40px 20px}.legal-links{line-height:1.9}}
