
*{box-sizing:border-box;margin:0;padding:0}
:root{--blue:#1677ff;--deep:#13233f;--muted:#718096;--line:#e7eef7}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;color:var(--deep);background:#f7fbff}
a{text-decoration:none;color:inherit}
.page{min-height:100vh;background:
 radial-gradient(circle at 86% 30%,rgba(62,160,255,.12),transparent 24%),
 linear-gradient(180deg,#fff 0%,#f4f9ff 72%,#eef6ff 100%)}
.container{width:min(1180px,calc(100% - 48px));margin:auto}
.header{height:82px;display:flex;align-items:center;justify-content:space-between}
.logo{width:190px;height:72px;object-fit:contain;object-position:left center}
.lang{height:44px;padding:0 16px;border:1px solid #dce6f1;border-radius:24px;background:rgba(255,255,255,.82);display:flex;align-items:center;gap:12px;color:#27364d;font-size:15px;box-shadow:0 5px 20px rgba(35,86,140,.05)}
.lang select{border:0;background:transparent;outline:none;font-size:15px;color:#27364d;cursor:pointer}
.hero{display:grid;grid-template-columns:1.02fr .98fr;gap:50px;align-items:center;padding:68px 0 38px}
.kicker{font-size:18px;color:var(--blue);font-weight:700;letter-spacing:1px;margin-bottom:12px}
h1{font-size:58px;line-height:1.13;letter-spacing:-2px;margin-bottom:18px}
h1 span{display:block;font-weight:500}
.subtitle{font-size:20px;line-height:1.8;color:#718096;margin-bottom:38px}
.features{display:flex;gap:28px;margin-bottom:48px}
.feature{flex:1}
.icon{width:48px;height:48px;border-radius:16px;background:#eaf4ff;display:grid;place-items:center;color:var(--blue);font-size:24px;margin-bottom:12px}
.feature strong{display:block;font-size:16px;margin-bottom:6px}
.feature p{font-size:13px;color:#8794a7;line-height:1.6}
.hero-download{display:flex;gap:12px;flex-wrap:wrap}
.hero-download .btn{width:auto;min-width:176px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;line-height:1}
.phone-wrap{display:flex;justify-content:center;position:relative}
.phone{width:330px;height:650px;border:9px solid #171b24;border-radius:45px;background:#fff;box-shadow:0 28px 70px rgba(21,64,113,.24);overflow:hidden;transform:rotate(2deg);position:relative}
.notch{position:absolute;z-index:4;top:0;left:50%;transform:translateX(-50%);width:112px;height:27px;border-radius:0 0 18px 18px;background:#111}
.screen{height:100%;padding:52px 20px 18px;background:#f8fbff}
.appbar{display:flex;justify-content:space-between;font-weight:700;font-size:21px;margin-bottom:22px}
.card{height:176px;border-radius:20px;padding:22px;background:linear-gradient(135deg,#1385ff,#1555df);color:#fff;box-shadow:0 14px 28px rgba(26,102,225,.25)}
.card .brand{font-size:17px;font-weight:700}
.card .num{font-size:18px;letter-spacing:2px;margin-top:36px}
.card .bottom{display:flex;justify-content:space-between;font-size:11px;margin-top:15px;opacity:.9}
.balance{background:#fff;border-radius:18px;padding:17px;margin-top:14px;box-shadow:0 6px 18px rgba(26,75,125,.06)}
.balance small{color:#8794a7}.balance b{display:block;font-size:25px;margin-top:5px}
.actions{display:flex;justify-content:space-around;margin-top:15px;color:#2375e9;font-size:12px}
.transactions{background:#fff;border-radius:18px;margin-top:14px;padding:16px}
.transactions h3{font-size:15px;margin-bottom:12px}
.tx{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid #f0f3f7;font-size:12px}
.tx:last-child{border-bottom:0}
.tx .name{font-weight:600}.tx .sub{font-size:10px;color:#9aa5b4;margin-top:3px}
.tx .amount{font-weight:600}
.download{padding:34px 0 80px}
.download h2{font-size:30px;margin-bottom:20px}
.download-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.download-card{background:rgba(255,255,255,.92);border:1px solid var(--line);border-radius:22px;padding:27px;box-shadow:0 12px 30px rgba(39,89,135,.06)}
.d-head{display:flex;align-items:center;gap:17px;margin-bottom:21px}
.os{width:58px;height:58px;display:grid;place-items:center;color:#65c466}
.os.apple{color:#111820}
.os img{width:52px;height:52px;display:block}
.d-head h3{font-size:20px;margin-bottom:5px}.d-head p{font-size:13px;color:#8794a7}
.btn{width:100%;height:52px;border:0;border-radius:12px;background:var(--blue);color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:.2s;box-shadow:0 8px 20px rgba(22,119,255,.18)}
.btn-icon{width:22px;height:22px;vertical-align:-5px;margin-right:8px;object-fit:contain}
.btn-icon.android,.btn-icon.testflight{filter:brightness(0) invert(1)}
.product-mark{display:inline-grid;place-items:center;color:#fff;font-size:21px;font-weight:800;line-height:1}
.btn:hover{transform:translateY(-1px);background:#0d6ce8}
.meta{text-align:center;color:#9aa5b4;font-size:12px;margin-top:14px}
.help{margin-top:18px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px 24px;display:flex;align-items:center;justify-content:space-between;color:#516174}
.help a{color:var(--blue);font-weight:600}
.footer{background:#10213b;color:#d7dfeb;padding:42px 0}
.footer-inner{display:flex;justify-content:space-between;gap:40px}
.footer-logo{width:150px;height:55px;object-fit:contain;filter:none}
.footer p{color:#8fa0b7;font-size:13px;line-height:1.8;max-width:480px;margin-top:10px}
.footer-right{text-align:right;color:#aab7c9;font-size:13px;line-height:2}
.toast{position:fixed;left:50%;bottom:30px;transform:translate(-50%,20px);background:#13233f;color:#fff;padding:12px 20px;border-radius:10px;opacity:0;pointer-events:none;transition:.25s;z-index:20}
.toast.show{opacity:1;transform:translate(-50%,0)}
.products-section{padding:74px 0 18px}
.section-heading{text-align:center;margin-bottom:30px}
.section-brand{display:flex;align-items:center;justify-content:center;margin-bottom:12px}
.section-brand img{width:112px;height:30px;object-fit:contain}
.section-heading .eyebrow{margin-bottom:8px}
.section-heading h2{font-size:34px;line-height:1.25;margin:0 0 8px}
.section-heading p{color:var(--muted);font-size:15px}
.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.product-card{background:rgba(255,255,255,.86);border:1px solid var(--line);border-radius:20px;padding:25px;box-shadow:0 10px 26px rgba(39,89,135,.05);transition:.2s transform,.2s box-shadow}
.product-card:hover{transform:translateY(-3px);box-shadow:0 16px 32px rgba(39,89,135,.1)}
.product-top{display:flex;align-items:center;justify-content:space-between;gap:12px}
.product-name{font-size:21px;font-weight:800}.product-name.red{color:#e45d67}.product-name.blue{color:var(--blue)}.product-name.purple{color:#8066d9}
.product-network{font-size:12px;color:#718096;font-weight:700;letter-spacing:.5px}
.product-desc{color:#718096;font-size:13px;line-height:1.6;margin:8px 0 18px;min-height:42px}
.product-price{font-size:28px;font-weight:800;color:var(--deep);margin-bottom:17px}.product-price small{font-size:12px;color:#8794a7;font-weight:500}
.product-features{list-style:none;padding:14px 0 0;margin:0;border-top:1px solid var(--line)}
.product-features li{padding:9px 0;border-bottom:1px solid #f0f3f7;color:#718096;font-size:13px;line-height:1.5}.product-features li:last-child{border-bottom:0}
.product-features strong{color:var(--deep)}
.product-card .btn{margin-top:12px}
.stats-section{padding:22px 0 50px}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 8px 22px rgba(39,89,135,.04)}
.stat-item{text-align:center;padding:22px 14px;border-right:1px solid var(--line)}.stat-item:last-child{border-right:0}
.stat-item strong{display:block;color:var(--blue);font-size:25px}.stat-item span{color:#8794a7;font-size:12px}
.compare-section{padding:24px 0 72px}.compare-wrap{overflow:auto;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 8px 22px rgba(39,89,135,.04)}
.compare-table{width:100%;min-width:760px;border-collapse:collapse;color:#718096;font-size:13px}.compare-table th,.compare-table td{padding:14px 16px;border-bottom:1px solid #edf2f7;text-align:center}.compare-table th{background:#f5f9ff;color:var(--deep);font-size:14px}.compare-table th:first-child,.compare-table td:first-child{text-align:left;color:var(--deep);font-weight:600}.compare-table tr:last-child td{border-bottom:0}
.manage-section{padding:0 0 70px}.manage-panel{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;background:#edf6ff;border:1px solid #dcecff;border-radius:22px;padding:28px}.manage-item{display:flex;gap:13px;align-items:flex-start}.manage-icon{width:40px;height:40px;border-radius:13px;background:#fff;color:var(--blue);display:grid;place-items:center;font-size:20px;flex:0 0 auto}.manage-item strong{display:block;font-size:15px;margin:2px 0 4px}.manage-item p{color:#718096;font-size:12px;line-height:1.6}
@media(max-width:820px){
 .container{width:min(100% - 28px,600px)}
 .header{height:72px}.logo{width:145px}
 .hero{grid-template-columns:1fr;padding:38px 0 20px;gap:25px}
 h1{font-size:43px}.subtitle{font-size:17px}
 .features{gap:14px;margin-bottom:15px}.feature p{font-size:12px}
 .phone{width:285px;height:560px}.card{height:145px}.card .num{margin-top:25px}
 .download-grid{grid-template-columns:1fr}.download{padding-top:35px}
 .products-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr 1fr}.stat-item:nth-child(2){border-right:0}.stat-item:nth-child(n+3){border-top:1px solid var(--line)}
 .manage-panel{grid-template-columns:1fr;padding:22px}
 .footer-inner{flex-direction:column}.footer-right{text-align:left}
}
@media(max-width:430px){
 .features{display:grid;grid-template-columns:1fr 1fr 1fr}.icon{width:42px;height:42px;font-size:20px}
 .hero-download{display:grid;grid-template-columns:1fr}.hero-download .btn{width:100%}
 h1{font-size:37px}.lang{padding:0 10px}
 .section-heading h2{font-size:29px}.stats-grid{grid-template-columns:1fr}.stat-item{border-right:0;border-bottom:1px solid var(--line)}.stat-item:last-child{border-bottom:0}.stat-item:nth-child(n+3){border-top:0}
}


:root{--blue:#1677ff;--deep:#102b57;--muted:#62738b;--line:#e3ebf5}
html{scroll-behavior:smooth;scroll-padding-top:100px}body,.page{background:#fff}body{overflow-wrap:break-word}
a:focus-visible,button:focus-visible{outline:3px solid #1677ff;outline-offset:5px}
.header{height:92px;gap:20px}.header .logo{width:190px;height:72px}.brand-link{display:block;flex:none}
.nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:600}.nav a:hover{color:var(--blue)}
.language-menu{position:relative;flex:none}.language-menu summary{border:1px solid var(--line);border-radius:30px;padding:10px 15px;white-space:nowrap;cursor:pointer;list-style:none}.language-menu summary::-webkit-details-marker{display:none}.language-menu summary::after{content:'⌄';margin-left:9px}.language-menu summary:focus-visible{outline:3px solid var(--blue);outline-offset:5px}.language-options{position:absolute;right:0;top:calc(100% + 8px);min-width:154px;padding:6px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 8px 24px rgba(16,43,87,.08);z-index:20}.language-options a{display:block;padding:11px 13px;white-space:nowrap;border-radius:8px}.language-options a[aria-current=page]{background:#eff5ff;color:var(--blue)}
.hero{padding:48px 0 62px;gap:72px;min-height:700px}h1{font-size:54px;line-height:1.2;letter-spacing:-1.5px}h1 span{font-weight:750}
.subtitle{font-size:18px;line-height:1.8;max-width:530px}.features{gap:22px;margin-bottom:32px}.feature p{color:var(--muted);font-size:13px}
.icon svg{width:24px;height:24px}.btn{box-shadow:none;display:inline-flex;align-items:center;justify-content:center;text-align:center}
html[lang=en] .feature strong{font-size:14px;line-height:1.35}
.btn.secondary{background:#eff5ff;color:#1669e8;border:1px solid #dce9ff}.hero-download .btn{min-width:160px}
.phone-wrap{flex-direction:column;align-items:center}.phone{width:286px;height:auto;aspect-ratio:600/1300;border-width:7px;border-radius:40px;box-shadow:0 18px 42px rgba(21,64,113,.13);transform:rotate(2deg);background:#fff}
.phone img{display:block;width:100%;height:100%;object-fit:cover}.notch{width:104px;height:22px;border-radius:0 0 16px 16px}.preview-caption{font-size:12px;color:var(--muted);margin-top:22px;text-align:center}
.products-section{padding:76px 0;background:#f6f9fe;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.section-heading .eyebrow{font-size:12px;font-weight:750;letter-spacing:2px;color:var(--blue)}.section-heading h2{font-size:34px;margin:12px 0}.section-heading p{line-height:1.8}
.product-card{background:white;box-shadow:none;padding:28px;display:flex;flex-direction:column}.product-card:hover{transform:none;box-shadow:none}
.product-name{color:var(--deep);font-size:23px}.product-network{color:var(--blue);font-size:11px}.product-desc{font-size:14px;min-height:44px;margin:14px 0 22px}
.product-features{margin-top:auto}.product-features li{font-size:14px;line-height:1.7}.product-features strong{font-weight:650}
.product-card .product-link{font-size:14px;font-weight:700;color:var(--blue);margin-top:18px}.section-note{font-size:13px;color:var(--muted);line-height:1.8;margin-top:24px;text-align:center}
.screens-section{padding:80px 0}.screens-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.screen-card{background:#f6f9fe;border-radius:20px;padding:25px 25px 0;overflow:hidden;text-align:center;border:1px solid var(--line)}
.screen-card h3{font-size:19px;margin-bottom:9px}.screen-card p{font-size:13px;line-height:1.7;color:var(--muted);min-height:42px}.screen-preview{width:75%;height:auto;display:block;margin:26px auto -65px;border:5px solid #182334;border-radius:25px}
.manage-section{padding:0 0 76px}.manage-panel{background:#f3f8ff;border:1px solid var(--line)}.manage-item p{font-size:13px}
.about-section{padding:76px 0;border-top:1px solid var(--line)}.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:64px}.about-section h2{font-size:32px;margin-bottom:20px}.about-copy{font-size:16px;color:var(--muted);line-height:1.9}.about-copy p+p{margin-top:16px}
.company-details{margin:0;background:#f6f9fe;border:1px solid var(--line);border-radius:18px;padding:26px 30px}.company-details div+div{margin-top:18px}.company-details dt{font-size:12px;color:var(--muted);margin-bottom:5px}.company-details dd{margin:0;font-size:15px;line-height:1.6}
.download{padding:35px 0 72px}.download-card{box-shadow:none}.d-head .os img{width:52px;height:52px;border-radius:12px}.availability{font-size:14px;line-height:1.8;color:var(--muted)}.download h2{font-size:30px}.download .btn{margin-top:20px}
.contact-section{background:#edf5ff;padding:62px 0}.contact-inner{display:flex;align-items:center;justify-content:space-between;gap:35px}.contact-section h2{font-size:30px;margin-bottom:12px}.contact-section p{color:var(--muted);font-size:15px;line-height:1.8}.contact-links{display:flex;flex-direction:column;gap:13px;font-size:20px;font-weight:650}.contact-links a{color:var(--deep)}.contact-links a:hover{text-decoration:underline}
.footer{background:#fff;color:var(--deep);padding:38px 0;border-top:1px solid var(--line)}.footer p{color:var(--muted);max-width:500px}.footer-logo{width:150px;height:56px}.footer-right{color:var(--muted);max-width:550px}.footer-right a{display:inline-block;margin-left:18px;color:var(--deep)}
.legal{max-width:840px;padding:54px 0 85px}.legal h1{font-size:40px;margin-bottom:20px}.legal h2{font-size:22px;margin:34px 0 12px}.legal p,.legal li{font-size:16px;line-height:1.9;color:var(--muted)}.legal p+p{margin-top:15px}.legal a{color:var(--blue)}.legal .updated{font-size:13px}.legal ul{padding-left:22px}.skip-link{position:absolute;left:12px;top:-70px;background:#fff;padding:12px;z-index:100}.skip-link:focus{top:12px}
@media(max-width:1000px){.nav{gap:17px}.hero{gap:35px}h1{font-size:46px}.hero-download .btn{min-width:145px}}
@media(max-width:820px){.container{width:min(calc(100% - 36px),600px)}.header{height:78px}.header .logo{width:145px;height:60px}.nav .section-nav{display:none}.nav{gap:12px}.language{font-size:13px;padding:9px 12px}.hero{min-height:0;padding:32px 0 46px;gap:40px}h1{font-size:43px}.subtitle{font-size:17px;margin-bottom:28px}.features{margin-bottom:27px}.phone{width:266px}.products-section{padding:52px 0}.products-grid{gap:16px}.product-desc{min-height:0}.screens-section{padding:55px 0}.screens-grid{grid-template-columns:1fr;gap:22px}.screen-card{padding-top:25px}.screen-preview{width:54%;max-width:245px;margin-bottom:-100px}.screen-card p{min-height:0}.about-grid{grid-template-columns:1fr;gap:25px}.about-section{padding:50px 0}.company-details{padding:22px}.contact-inner{display:block}.contact-links{margin-top:27px;font-size:19px}.footer-inner{gap:20px}.footer-right a{margin:0 18px 10px 0}.manage-section{padding-bottom:52px}}
@media(max-width:430px){h1{font-size:37px;letter-spacing:-1px}.hero-download{grid-template-columns:1fr 1fr;gap:12px}.hero-download .btn{min-width:0;padding:0 12px;font-size:15px}.feature strong{font-size:15px}.features{gap:15px}.feature p{font-size:12px}.section-heading h2{font-size:28px}.company-details dd{font-size:14px}.contact-links{font-size:18px}.legal h1{font-size:32px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
