:root{--navy:#0d2367;--blue:#1b46d2;--ink:#111827;--muted:#667085;--line:#e7eaf0;--cream:#f5efe7;--paper:#f7f9fc;--white:#fff;--radius:28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","PingFang SC","Microsoft YaHei",sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.section{max-width:1200px;margin:auto;padding:110px 30px}.site-header{height:76px;padding:0 max(28px,calc((100vw - 1200px)/2));display:flex;align-items:center;justify-content:space-between;position:fixed;z-index:100;left:0;right:0;top:0;background:rgba(255,255,255,.82);backdrop-filter:blur(20px);border-bottom:1px solid rgba(230,234,242,.8)}.brand{display:flex;align-items:center;gap:11px}.brand img{border-radius:11px;box-shadow:0 5px 15px rgba(81,67,51,.16)}.brand span{display:grid;line-height:1.1}.brand strong{font-size:15px}.brand small{font-size:10px;color:#8a8f98;letter-spacing:.12em;margin-top:3px}.site-header nav{display:flex;align-items:center;gap:30px;font-size:14px;color:#4b5565}.site-header nav a:hover{color:var(--blue)}.nav-cta{color:#fff!important;background:var(--navy);padding:10px 18px;border-radius:999px}.menu-button{display:none;border:0;background:#eef2fa;border-radius:99px;padding:9px 14px}.hero{min-height:790px;padding-top:150px;display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:40px}.eyebrow,.kicker{display:inline-flex;align-items:center;gap:9px;color:var(--blue);font-weight:700;font-size:13px;letter-spacing:.08em}.eyebrow span{width:24px;height:2px;background:var(--blue)}h1{font-size:clamp(50px,5.4vw,78px);line-height:1.07;letter-spacing:-.055em;margin:24px 0 26px}h1 em{font-style:normal;color:var(--blue)}.lead{font-size:19px;line-height:1.8;color:#566071;max-width:590px}.hero-actions{display:flex;align-items:center;gap:14px;margin-top:34px}.button{min-height:58px;border-radius:16px;padding:0 25px;display:inline-flex;align-items:center;justify-content:center;gap:12px;font-weight:650}.button.primary{background:var(--navy);color:#fff;box-shadow:0 16px 32px rgba(13,35,103,.22)}.button.secondary{border:1px solid #dce1ea;background:#fff}.button small{display:block;font-size:9px;line-height:1;text-transform:uppercase;font-weight:500}.apple{font-size:19px}.trust-row{display:flex;gap:24px;flex-wrap:wrap;color:#7a8494;font-size:13px;margin-top:24px}.hero-visual{height:620px;position:relative;border-radius:50px;background:linear-gradient(145deg,#eaf2ff 0%,#f3ece3 72%,#fff 100%);overflow:hidden}.orb{position:absolute;border-radius:50%;filter:blur(2px)}.orb-one{width:250px;height:250px;background:#c7d9ff;right:-40px;top:-60px}.orb-two{width:170px;height:170px;background:#e3cfb4;left:20px;bottom:-60px}.phone{position:absolute;background:#111;border:7px solid #111;border-radius:44px;padding:0;overflow:hidden;box-shadow:0 40px 70px rgba(34,49,80,.28)}.phone:before{content:"";position:absolute;z-index:2;width:32%;height:20px;border-radius:0 0 16px 16px;background:#111;top:-1px;left:34%}.phone img{width:100%;height:100%;object-fit:cover}.phone-main{width:296px;height:640px;left:18%;top:44px;transform:rotate(-4deg)}.phone-back{width:250px;height:540px;right:4%;top:92px;transform:rotate(8deg);opacity:.88}.float-card{position:absolute;background:rgba(255,255,255,.92);backdrop-filter:blur(15px);box-shadow:0 14px 34px rgba(27,40,70,.15);border:1px solid rgba(255,255,255,.8);border-radius:18px;padding:15px 18px;display:grid;line-height:1.15}.float-card span{font-size:12px;color:#70798a;margin-top:5px}.fc-one{right:2%;bottom:62px;min-width:164px}.fc-one b{color:#2452d1}.fc-one i{position:absolute;right:15px;top:17px;background:#34c76f;color:white;border-radius:50%;width:20px;height:20px;text-align:center;font-style:normal}.fc-two{left:2%;top:205px}.fc-two b{font-size:26px}.proof-strip{max-width:1160px;margin:0 auto;background:var(--navy);color:#fff;border-radius:26px;display:grid;grid-template-columns:repeat(4,1fr);padding:30px}.proof-strip div{display:grid;text-align:center;border-right:1px solid rgba(255,255,255,.17)}.proof-strip div:last-child{border:0}.proof-strip strong{font-size:21px}.proof-strip span{font-size:12px;color:#b9c4e5;margin-top:3px}.section-heading{max-width:660px}.section-heading.centered{text-align:center;margin:0 auto 55px}.section-heading h2{font-size:clamp(35px,4vw,52px);line-height:1.2;letter-spacing:-.04em;margin:14px 0}.section-heading p{color:var(--muted);font-size:17px}.pain-section{padding-bottom:140px}.pain-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.pain-card{position:relative;border:1px solid var(--line);border-radius:26px;padding:34px;background:#fff;transition:.3s}.pain-card:hover{transform:translateY(-7px);box-shadow:0 25px 55px rgba(33,48,82,.09)}.number{position:absolute;right:25px;top:22px;color:#d8dde6;font-size:13px}.mini-icon{width:48px;height:48px;border-radius:15px;background:#edf3ff;color:var(--blue);display:grid;place-items:center;font-size:24px}.pain-card h3{font-size:21px;margin:24px 0 10px}.pain-card p{color:var(--muted);margin:0}.feature-section{max-width:none;background:var(--paper)}.feature-section>.section-heading,.feature-row{max-width:1140px;margin-left:auto;margin-right:auto}.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center;padding:100px 0;border-bottom:1px solid var(--line)}.feature-row:last-child{border:0}.feature-row.reverse .feature-copy{order:2}.feature-index{font-size:12px;color:var(--blue);font-weight:750;letter-spacing:.12em}.feature-copy h3{font-size:38px;line-height:1.25;margin:14px 0 20px;letter-spacing:-.03em}.feature-copy p{color:var(--muted);font-size:17px}.feature-copy ul{padding:0;list-style:none;display:flex;gap:9px;flex-wrap:wrap;margin-top:24px}.feature-copy li{padding:8px 13px;border:1px solid #dbe1eb;background:#fff;border-radius:999px;font-size:12px}.feature-art{height:520px;border-radius:38px;position:relative;overflow:hidden;display:grid;place-items:center}.blue-art{background:linear-gradient(145deg,#dfeaff,#f5f9ff)}.warm-art{background:linear-gradient(145deg,#eee2d3,#fcf9f4)}.dark-art{background:linear-gradient(145deg,#132b76,#07143f)}.phone.flat{width:236px;height:510px;top:46px;left:calc(50% - 118px);border-width:6px;border-radius:34px}.art-badge,.file-chip,.doc-card{position:absolute;background:#fff;border-radius:15px;box-shadow:0 12px 30px rgba(29,40,66,.18)}.art-badge{right:22px;bottom:24px;padding:12px 16px;color:var(--blue);font-size:12px;font-weight:700}.file-chip{left:24px;bottom:36px;padding:14px 17px;font-size:13px}.doc-card{right:20px;bottom:28px;padding:15px 18px;display:grid}.doc-card span{font-size:11px;color:#6b7280}.workflow{max-width:none;background:var(--navy);color:white;padding-left:max(30px,calc((100% - 1140px)/2));padding-right:max(30px,calc((100% - 1140px)/2))}.kicker.light{color:#8ea9ff}.workflow .section-heading p{color:#aebbe1}.steps{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:25px}.step{text-align:center}.step>span{display:inline-grid;place-items:center;width:30px;height:30px;background:#23449a;border-radius:50%;color:#a9bfff;font-size:12px}.step-art{height:160px;margin:20px 0;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.055);border-radius:25px;display:grid;place-content:center}.step-art b{font-size:44px}.step-art i{font-style:normal;font-size:12px;color:#b7c4e9}.step h3{margin:0;font-size:21px}.step p{color:#aebbe1;font-size:14px}.step-line{width:45px;height:1px;background:#4661aa}.gallery-section{max-width:none;padding-left:max(30px,calc((100% - 1200px)/2));padding-right:0}.gallery-head{max-width:1170px;padding-right:30px;display:flex;justify-content:space-between;align-items:end}.gallery-controls{display:flex;gap:10px}.gallery-controls button{width:46px;height:46px;border:1px solid var(--line);border-radius:50%;background:white;font-size:18px}.gallery{display:flex;gap:22px;overflow-x:auto;scroll-snap-type:x mandatory;padding:55px 30px 35px 0;scrollbar-width:none}.gallery::-webkit-scrollbar{display:none}.gallery figure{flex:0 0 255px;margin:0;scroll-snap-align:start}.gallery figure img{height:552px;width:255px;object-fit:cover;border-radius:35px;border:6px solid #111827;box-shadow:0 24px 45px rgba(24,36,60,.18)}.gallery figcaption{text-align:center;font-size:13px;color:#667085;margin-top:15px}.privacy-section{padding-top:60px}.privacy-card{background:linear-gradient(135deg,#10266f,#071640);color:#fff;border-radius:42px;padding:80px;display:grid;grid-template-columns:.7fr 1.3fr;align-items:center;gap:60px;overflow:hidden}.privacy-visual{width:230px;height:230px;border-radius:50%;border:1px solid rgba(255,255,255,.2);display:grid;place-items:center;position:relative;margin:auto}.shield{width:105px;height:125px;background:linear-gradient(145deg,#89a7ff,#fff);color:var(--navy);clip-path:polygon(50% 0,92% 17%,88% 70%,50% 100%,12% 70%,8% 17%);display:grid;place-items:center;font-size:40px;font-weight:800}.privacy-dot{position:absolute;width:12px;height:12px;background:#7598ff;border-radius:50%;box-shadow:0 0 20px #7598ff}.d1{left:-3px;top:55px}.d2{right:12px;bottom:27px}.d3{right:0;top:90px}.privacy-copy h2{font-size:44px;margin:12px 0}.privacy-copy p{color:#c0cae8;font-size:17px}.privacy-points{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:24px 0}.privacy-points span{font-size:13px}.privacy-copy a{color:#9eb5ff;font-weight:700}.roles{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.roles span{border:1px solid var(--line);padding:18px 28px;border-radius:999px;font-weight:650;background:#fff;box-shadow:0 8px 20px rgba(33,48,82,.05)}.faq{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}.faq-list details{border-top:1px solid var(--line);padding:24px 0}.faq-list details:last-child{border-bottom:1px solid var(--line)}summary{cursor:pointer;font-weight:700;list-style:none;display:flex;justify-content:space-between}summary:after{content:"＋";color:var(--blue)}details[open] summary:after{content:"−"}.faq-list p{color:var(--muted);font-size:14px;padding-right:40px}.download{padding-top:50px}.download-card{background:linear-gradient(120deg,#f1e7da,#eef4ff);border-radius:40px;padding:55px 60px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:34px}.download-card>img{width:110px;border-radius:25px;box-shadow:0 18px 36px rgba(80,65,49,.18)}.download-card span{font-size:12px;color:#6a7280}.download-card h2{font-size:36px;line-height:1.25;margin:8px 0}.button.white{background:white;box-shadow:0 13px 30px rgba(33,48,82,.12)}footer{max-width:1140px;margin:0 auto;padding:50px 30px 35px;display:grid;grid-template-columns:1fr auto;align-items:center;border-top:1px solid var(--line)}.footer-brand{display:flex;gap:14px;align-items:center}.footer-brand img{border-radius:14px}.footer-brand div{display:grid}.footer-brand span{font-size:12px;color:#7a8494}.footer-links{display:flex;gap:25px;font-size:13px;color:#677080}footer>p{grid-column:1/-1;color:#a0a6b0;font-size:11px;margin-top:35px}.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:900px){.site-header nav{position:absolute;left:18px;right:18px;top:67px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px;display:none;flex-direction:column;align-items:stretch;gap:18px;box-shadow:0 20px 50px rgba(23,34,60,.15)}.site-header nav.open{display:flex}.menu-button{display:block}.hero{grid-template-columns:1fr;padding-top:130px}.hero-copy{text-align:center}.lead{margin-left:auto;margin-right:auto}.hero-actions,.trust-row{justify-content:center}.hero-visual{max-width:650px;width:100%;margin:auto}.proof-strip{border-radius:0}.feature-row{gap:40px}.privacy-card{padding:50px 35px}.faq{grid-template-columns:1fr;gap:30px}.download-card{grid-template-columns:auto 1fr}.download-card .button{grid-column:1/-1}.steps{gap:12px}}
@media(max-width:650px){.section{padding:78px 19px}.site-header{height:68px;padding:0 18px}.brand img{width:38px;height:38px}h1{font-size:45px}.lead{font-size:16px}.hero{padding-top:115px}.hero-actions{flex-direction:column;align-items:stretch}.button{width:100%}.trust-row{gap:10px 16px}.hero-visual{height:490px;border-radius:32px}.phone-main{width:220px;height:476px;left:7%;top:30px}.phone-back{width:190px;height:411px;right:-5%;top:66px}.float-card{transform:scale(.86)}.fc-two{left:-3%;top:150px}.fc-one{right:-2%;bottom:22px}.proof-strip{grid-template-columns:1fr 1fr;padding:22px 10px}.proof-strip div{padding:12px;border-bottom:1px solid rgba(255,255,255,.17)}.proof-strip div:nth-child(2){border-right:0}.proof-strip div:nth-child(3),.proof-strip div:nth-child(4){border-bottom:0}.pain-grid{grid-template-columns:1fr}.feature-row,.feature-row.reverse{grid-template-columns:1fr;padding:70px 0;gap:35px}.feature-row.reverse .feature-copy{order:0}.feature-copy h3{font-size:30px}.feature-art{height:470px}.phone.flat{height:460px;width:213px;left:calc(50% - 106px)}.steps{grid-template-columns:1fr}.step-line{width:1px;height:25px;margin:auto}.gallery-section{padding-right:0}.gallery figure,.gallery figure img{width:220px}.gallery figure img{height:476px}.privacy-card{grid-template-columns:1fr;padding:50px 25px}.privacy-visual{width:170px;height:170px}.shield{width:75px;height:90px}.privacy-copy h2{font-size:35px}.privacy-points{grid-template-columns:1fr}.roles span{padding:13px 18px}.download-card{grid-template-columns:1fr;text-align:center;padding:40px 24px}.download-card>img{margin:auto}.download-card h2{font-size:29px}footer{grid-template-columns:1fr;gap:28px}.footer-links{flex-wrap:wrap}.section-heading h2{font-size:36px}}
.lang-switch{display:flex;align-items:center;padding:3px;background:#eef2f8;border-radius:999px}.lang-switch button{border:0;background:transparent;color:#667085;border-radius:999px;padding:6px 9px;font:inherit;font-size:11px;cursor:pointer}.lang-switch button.active{background:#fff;color:var(--navy);box-shadow:0 2px 8px rgba(13,35,103,.12)}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}}
