:root{--ink:#142333;--muted:#69747d;--paper:#f7f7f3;--line:#dfe2df;--accent:#ff5a3d;--blue:#315bff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,"PingFang SC","Microsoft YaHei",Arial,sans-serif}.header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(247,247,243,.92);backdrop-filter:blur(12px);z-index:10}.brand{color:var(--ink);text-decoration:none;font-size:22px;font-weight:800;letter-spacing:-1px}.brand-icon{display:inline-grid;place-items:center;width:30px;height:30px;background:var(--ink);color:white;border-radius:9px;margin-right:8px}.brand-light{font-weight:400;color:#74808a;margin-left:3px}.header nav{display:flex;gap:30px}.header nav a{color:var(--ink);text-decoration:none;font-size:14px}.language{border:1px solid var(--line);background:white;padding:9px 13px;border-radius:22px;cursor:pointer}.hero{min-height:650px;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:70px 7vw 60px;overflow:hidden}.hero-copy{z-index:2}.eyebrow{font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;display:flex;align-items:center;gap:9px}.eyebrow.muted{color:#7d878e}.status-dot{width:8px;height:8px;background:#5bc37a;border-radius:50%;box-shadow:0 0 0 5px #dff1e4}.hero h1{font-family:Georgia,"Noto Serif SC",serif;font-size:clamp(45px,5vw,76px);font-weight:500;line-height:1.13;letter-spacing:-3px;margin:28px 0 24px}.hero-text{font-size:18px;color:var(--muted);line-height:1.8;margin-bottom:34px}.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;text-decoration:none;padding:15px 22px;border-radius:7px;font-weight:700}.primary{background:var(--ink);color:white}.hero-note{display:inline-flex;gap:8px;margin-left:22px;color:#899199;font-size:13px}.hero-art{height:520px;position:relative}.orb{position:absolute;border-radius:50%;filter:blur(1px)}.orb-one{width:380px;height:380px;background:#dae1ff;right:10%;top:12%}.orb-two{width:270px;height:270px;background:#ffe2d8;left:5%;bottom:4%}.phone{position:absolute;width:230px;height:465px;border:7px solid #17212b;border-radius:36px;background:#ecede8;box-shadow:0 30px 60px #1b2b392c;overflow:hidden;padding:34px 18px 18px}.phone-back{left:10%;top:50px;transform:rotate(-7deg);background:#e3e2d6}.phone-front{right:6%;top:5px;transform:rotate(5deg);background:#f8efe8}.island{position:absolute;top:8px;left:50%;transform:translateX(-50%);width:80px;height:20px;border-radius:12px;background:#17212b}.phone-date{font-size:7px;letter-spacing:1px;margin-top:18px}.phone h3{font-family:Georgia,serif;font-size:25px;line-height:1.05;margin:13px 0}.focus-circle{width:155px;height:155px;border:22px solid #d1ba87;border-radius:50%;margin:42px auto;display:grid;place-items:center;text-align:center}.focus-circle span{font:22px Georgia}.focus-circle small{display:block;font:6px Arial;letter-spacing:1px;margin-top:5px}.phone-pill{background:#17212b;color:white;border-radius:20px;padding:10px;text-align:center;font-size:10px}.phone-top{font-size:9px;display:flex;justify-content:space-between}.mock-photo{height:180px;border-radius:18px;margin-top:20px;background:linear-gradient(145deg,#ffc96c,#ef6f56 52%,#77538c);color:white;padding:22px;display:flex;flex-direction:column;justify-content:space-between;font:22px Georgia}.mini-row{display:flex;justify-content:space-around;margin:18px 0;text-align:center}.mini-row small{display:block;font-size:7px;margin-top:3px}.mock-lines span{height:7px;background:#dfd8d0;border-radius:5px;display:block;margin-top:8px}.mock-lines span:last-child{width:68%}.floating-label{position:absolute;background:white;padding:12px 16px;border-radius:10px;box-shadow:0 12px 30px #26374420;font-size:11px;font-weight:700;display:flex;align-items:center;gap:10px;z-index:3}.label-top{right:0;top:54px}.label-bottom{left:12%;bottom:17px}.floating-label small{display:block;color:#8d969c;margin-top:3px}.tiny-icon,.check-icon{display:grid;place-items:center;width:26px;height:26px;border-radius:7px;background:#edf0ff;color:var(--blue)}.check-icon{background:#e8f7eb;color:#3ba85c}.feature-strip{display:flex;justify-content:space-around;gap:20px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:23px 5vw;font-size:12px;color:#667078}.feature-strip b{color:var(--accent);margin-right:7px}.section{padding:100px 7vw}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:35px}.section h2,.closing h2{font-family:Georgia,"Noto Serif SC",serif;font-size:clamp(35px,4vw,55px);font-weight:500;letter-spacing:-2px;margin:18px 0}.section-head p,.included>div>p{color:var(--muted);line-height:1.8}.filters{display:flex;align-items:center;gap:8px;margin-bottom:25px}.filter{border:1px solid var(--line);background:transparent;border-radius:20px;padding:8px 15px;cursor:pointer}.filter.active{background:var(--ink);color:white}.catalog-note{margin-left:auto;color:#92999e;font-size:12px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{background:white;border:1px solid var(--line);border-radius:16px;overflow:hidden;transition:.25s}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px #1b2b3914}.product-visual{height:260px;padding:25px;display:grid;place-items:center}.product-card:nth-child(1) .product-visual{background:#eee9dd}.product-card:nth-child(2) .product-visual{background:#e4eaf8}.product-card:nth-child(3) .product-visual{background:#f6e2da}.app-tile{width:145px;height:145px;border-radius:34px;background:var(--ink);color:white;display:grid;place-items:center;font:48px Georgia;box-shadow:0 22px 35px #20304030}.product-card:nth-child(2) .app-tile{background:#5071c9}.product-card:nth-child(3) .app-tile{background:#df745d}.product-info{padding:21px}.product-meta{color:#92999e;font-size:11px;text-transform:uppercase;letter-spacing:1px}.product-title-row{display:flex;justify-content:space-between;align-items:center}.product-title-row h3{font-size:20px}.view-button{border:0;background:transparent;color:var(--blue);cursor:pointer;font-weight:700}.included{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;background:#172431;color:white}.included .muted,.included>div>p{color:#a8b0b7}.included-grid{display:grid;grid-template-columns:1fr 1fr}.included-grid article{padding:28px;border-left:1px solid #ffffff21;border-bottom:1px solid #ffffff21}.included-grid p{color:#a8b0b7;line-height:1.6;font-size:14px}.item-icon{color:#ff7d66}.faq{display:grid;grid-template-columns:.7fr 1.3fr;gap:80px}.faq-list{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line);padding:22px 3px}summary{font-weight:700;cursor:pointer}details p{color:var(--muted);line-height:1.7}.closing{text-align:center;padding:100px 20px;background:#efeee9}.closing .eyebrow{justify-content:center}.closing h2{margin:22px auto 32px}footer{display:flex;justify-content:space-between;align-items:center;padding:32px 5vw;font-size:12px;color:#7b858d}footer button{border:0;background:transparent;color:#68737b;cursor:pointer;margin-left:15px}dialog{border:0;border-radius:16px;max-width:570px;width:calc(100% - 32px);padding:35px;box-shadow:0 30px 80px #0005}dialog::backdrop{background:#162331aa}.close{float:right;border:0;background:#eee;border-radius:50%;width:32px;height:32px;font-size:20px;cursor:pointer}dialog h2{font-family:Georgia,serif;font-size:32px}dialog p{line-height:1.7;color:var(--muted)}
@media(max-width:850px){.header nav{display:none}.hero{grid-template-columns:1fr;padding-top:55px}.hero-art{height:510px;margin-top:35px}.hero h1{letter-spacing:-2px}.product-grid{grid-template-columns:1fr}.section-head{display:block}.catalog-note{display:none}.included,.faq{grid-template-columns:1fr;gap:35px}.feature-strip{overflow:auto;justify-content:flex-start}.feature-strip>span{white-space:nowrap}.section{padding:72px 6vw}footer{flex-direction:column;gap:20px;text-align:center}}@media(max-width:520px){.hero{padding-left:6vw;padding-right:6vw}.phone{width:190px;height:390px}.phone-back{left:0}.phone-front{right:-4%}.focus-circle{width:125px;height:125px;margin:25px auto}.label-top{right:-5%}.hero-note{display:flex;margin:18px 0 0}.included-grid{grid-template-columns:1fr}.included-grid article{border-left:0;border-bottom:1px solid #ffffff21}}
