:root{color:#f8f5f0;background:#09070a;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,PingFang SC,Microsoft YaHei,Helvetica Neue,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #09070a;--ink-soft: #120e13;--paper: #f3f0ea;--paper-deep: #e9e5de;--white: #fffdf9;--red: #fe2c55;--red-dark: #d7183e;--muted-dark: #a7a0a7;--muted-light: #666067;--site-width: 1420px;--page-pad: 42px;--header-height: 74px}*{box-sizing:border-box}html{min-width:320px;scroll-behavior:smooth;scroll-padding-top:var(--header-height)}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden;background:var(--ink);color:var(--white);-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}button,a{color:inherit;font:inherit;-webkit-tap-highlight-color:transparent}button{border:0}a{text-decoration:none}img,svg{display:block}p,h1,h2,h3{margin:0}.site{overflow:clip}.site-frame{width:min(calc(100% - var(--page-pad) * 2),var(--site-width));margin-inline:auto}.section-dark{background:var(--ink);color:var(--white)}.section-light{background:var(--paper);color:var(--ink)}[data-reveal]{opacity:0;transform:translateY(36px);transition:opacity .85s cubic-bezier(.2,.75,.2,1),transform .85s cubic-bezier(.2,.75,.2,1)}[data-reveal].is-visible{opacity:1;transform:translateY(0)}.site-header{position:fixed;inset:0 0 auto;z-index:100;height:var(--header-height);border-bottom:1px solid rgba(255,255,255,.1);background:#09070ad1;backdrop-filter:blur(20px) saturate(140%);-webkit-backdrop-filter:blur(20px) saturate(140%)}.header-inner{display:flex;height:100%;align-items:center}.brand{display:inline-flex;min-width:210px;align-items:center;gap:10px}.brand img{width:34px;height:34px;border:1px solid rgba(255,255,255,.12);border-radius:10px}.brand__name{font-size:18px;font-weight:650;letter-spacing:.05em}.brand__byline{margin-left:4px;padding-left:14px;border-left:1px solid rgba(255,255,255,.2);color:#918b92;font-size:11px;letter-spacing:.08em}.desktop-nav{display:flex;align-items:center;gap:36px;margin:auto}.desktop-nav a{position:relative;color:#c9c5c8;font-size:14px;transition:color .16s ease}.desktop-nav a:after{position:absolute;right:0;bottom:-10px;left:0;height:1px;background:var(--red);content:"";transform:scaleX(0);transform-origin:right;transition:transform .22s ease}.desktop-nav a:hover,.desktop-nav a:focus-visible{color:#fff}.desktop-nav a:hover:after,.desktop-nav a:focus-visible:after{transform:scaleX(1);transform-origin:left}.header-download{display:inline-flex;min-width:150px;height:40px;align-items:center;justify-content:center;gap:9px;border-radius:999px;background:var(--white);color:var(--ink);font-size:14px;font-weight:600;transition:transform .18s ease,background .18s ease}.header-download svg,.text-link svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6;transition:transform .18s ease}.header-download:hover,.header-download:focus-visible{background:#f1edf0;transform:translateY(-1px)}.header-download:hover svg,.text-link:hover svg{transform:translate(3px)}.menu-button{display:none;width:42px;height:42px;align-items:center;justify-content:center;padding:0;border-radius:50%;background:#ffffff14;cursor:pointer}.menu-icon{position:relative;width:18px;height:14px}.menu-icon i{position:absolute;left:0;width:18px;height:1px;background:#fff;transition:top .18s ease,transform .18s ease}.menu-icon i:first-child{top:4px}.menu-icon i:last-child{top:10px}.menu-icon--open i:first-child{top:7px;transform:rotate(45deg)}.menu-icon--open i:last-child{top:7px;transform:rotate(-45deg)}.mobile-menu{display:none}.hero{position:relative;min-height:960px;padding-top:var(--header-height);overflow:hidden;background:radial-gradient(circle at 76% 44%,rgba(109,24,51,.28),transparent 27%),radial-gradient(circle at 43% 58%,rgba(67,20,43,.18),transparent 31%),#09070a}.hero:before{position:absolute;inset:0;background:linear-gradient(90deg,transparent 49.9%,rgba(255,255,255,.045) 50%,transparent 50.1%);content:"";pointer-events:none}.hero-noise{position:absolute;inset:0;opacity:.06;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");pointer-events:none}.hero-grid{position:relative;display:grid;min-height:calc(960px - var(--header-height));grid-template-columns:minmax(420px,.8fr) minmax(650px,1.2fr);align-items:center;gap:30px}.hero-copy{position:relative;z-index:5;max-width:590px;padding-bottom:12px}.eyebrow,.section-kicker{display:flex;align-items:center;gap:10px;color:#a49da4;font-size:12px;font-weight:600;letter-spacing:.18em}.eyebrow i{width:24px;height:1px;background:var(--red)}.hero h1{max-width:600px;margin-top:32px;font-size:clamp(70px,6.3vw,106px);font-weight:520;letter-spacing:-.075em;line-height:.98}.hero-lead{max-width:510px;margin-top:38px;color:#b6b0b6;font-size:19px;line-height:1.8}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:42px}.button{display:inline-flex;min-width:158px;height:52px;align-items:center;justify-content:center;gap:10px;padding:0 24px;border-radius:999px;font-size:15px;font-weight:650;transition:transform .18s ease,box-shadow .18s ease}.button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.button--light{background:var(--white);color:var(--ink)}.button--light:hover,.button--light:focus-visible{box-shadow:0 12px 34px #fe2c552e;transform:translateY(-2px)}.text-link{display:inline-flex;align-items:center;gap:8px;color:#d1ccd0;font-size:14px}.hero-meta{display:flex;flex-wrap:wrap;gap:10px 24px;margin-top:52px;color:#777178;font-size:12px}.hero-meta span{display:inline-flex;align-items:center;gap:8px}.hero-meta i{width:5px;height:5px;border-radius:50%;background:var(--red);box-shadow:0 0 12px #fe2c55cc}.hero-visual{position:relative;width:820px;height:680px;justify-self:end;transform:translate(48px)}.hero-orbit{position:absolute;top:50%;left:50%;border:1px solid rgba(255,255,255,.08);border-radius:50%;transform:translate(-50%,-50%) rotate(-13deg)}.hero-orbit:after{position:absolute;top:50%;right:-4px;width:7px;height:7px;border-radius:50%;background:var(--red);box-shadow:0 0 16px #fe2c55e6;content:""}.hero-orbit--one{width:760px;height:430px;animation:orbit-breathe 6s ease-in-out infinite}.hero-orbit--two{width:620px;height:540px;opacity:.6;transform:translate(-50%,-50%) rotate(22deg);animation:orbit-breathe 7s ease-in-out 1s infinite reverse}.hero-orbit--three{width:490px;height:620px;opacity:.42;transform:translate(-50%,-50%) rotate(62deg)}.hero-beam{position:absolute;top:105px;left:92px;width:620px;height:490px;border-radius:50%;background:radial-gradient(circle,rgba(254,44,85,.15),rgba(254,44,85,.02) 48%,transparent 70%);filter:blur(6px)}.hero-desktop{position:absolute;top:110px;left:15px;width:720px;transform:perspective(1400px) rotateY(-9deg) rotateX(3deg) rotate(-1.2deg);filter:drop-shadow(0 38px 70px rgba(0,0,0,.48));animation:desktop-float 7s ease-in-out infinite}.hero-phone{position:absolute;right:8px;bottom:20px;z-index:4;width:224px;transform:rotate(3deg);filter:drop-shadow(0 30px 50px rgba(0,0,0,.5));animation:phone-float 6s ease-in-out .6s infinite}.signal-pill{position:absolute;z-index:8;display:flex;height:38px;align-items:center;gap:8px;padding:0 14px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#120e13d4;box-shadow:0 18px 40px #00000047;color:#dcd7da;font-size:11px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.signal-pill--desktop{top:86px;left:112px}.signal-pill--file{right:26px;bottom:182px}.signal-pill i{width:6px;height:6px;border-radius:50%;background:#22c55e;box-shadow:0 0 10px #22c55eb3}.signal-pill span{display:grid;width:21px;height:21px;place-items:center;border-radius:6px;background:var(--red);color:#fff;font-size:12px}.scroll-cue{position:absolute;bottom:28px;left:50%;display:flex;align-items:center;gap:12px;color:#777178;font-size:10px;letter-spacing:.12em;transform:translate(-50%)}.scroll-cue i{position:relative;width:18px;height:28px;border:1px solid #4d484e;border-radius:999px}.scroll-cue i:after{position:absolute;top:5px;left:50%;width:2px;height:5px;border-radius:999px;background:var(--red);content:"";transform:translate(-50%);animation:scroll-dot 1.8s ease-in-out infinite}.desktop-mock{width:100%;overflow:hidden;border:1px solid rgba(255,255,255,.2);border-radius:15px;background:#e2e4e6;box-shadow:inset 0 0 0 1px #00000059,0 40px 90px #0000006b;color:#171719}.desktop-mock__bar{position:relative;display:flex;height:34px;align-items:center;justify-content:center;border-bottom:1px solid #c8cbce;background:#dadcdf;font-size:9px;font-weight:600}.traffic-lights{position:absolute;left:12px;display:flex;gap:5px}.traffic-lights i{width:7px;height:7px;border-radius:50%;background:#ff5f57}.traffic-lights i:nth-child(2){background:#febc2e}.traffic-lights i:nth-child(3){background:#28c840}.desktop-mock__tools{position:absolute;right:13px;display:flex;gap:4px}.desktop-mock__tools i{width:3px;height:3px;border-radius:50%;background:#6c6c70}.desktop-mock__body{display:grid;height:425px;grid-template-columns:48px 220px 1fr}.mock-rail{display:flex;align-items:center;flex-direction:column;gap:13px;padding:12px 6px;border-right:1px solid #bcc0c4;background:#cfd3d6}.mock-rail>img{width:25px;height:25px;margin-bottom:5px;border-radius:7px}.mock-rail>span{display:grid;width:30px;height:30px;place-items:center;border-radius:8px;color:#6f7376}.mock-rail>span svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.4}.mock-rail .mock-rail__active{background:#b9bdc0;color:#242628}.mock-rail .mock-rail__bottom{margin-top:auto}.mock-rail__bottom i{width:17px;height:17px;border:2px solid #777b7e;border-radius:50%}.mock-list{padding:10px 0;border-right:1px solid #d5d6d7;background:#f1f1f1}.mock-search{height:25px;margin:0 9px 7px;padding:6px 10px;border-radius:5px;background:#dedfe0;color:#9a9a9c;font-size:8px}.mock-thread{display:grid;min-height:58px;grid-template-columns:32px 1fr auto;align-items:center;gap:8px;padding:8px 9px}.mock-thread--active{background:#d8d9da}.mock-avatar{display:grid;width:32px;height:32px;flex:0 0 auto;place-items:center;border-radius:8px;color:#fff;font-size:10px;font-weight:600}.mock-thread__copy{display:flex;min-width:0;flex-direction:column;gap:5px}.mock-thread strong,.mock-thread small,.mock-thread time{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mock-thread strong{font-size:9px}.mock-thread small{color:#8b8b8c;font-size:7px}.mock-thread time{align-self:start;padding-top:2px;color:#aaa;font-size:6px}.mock-chat{position:relative;display:flex;min-width:0;flex-direction:column;background:#f5f5f5}.mock-chat__head{display:flex;height:45px;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid #ddd}.mock-chat__head strong{font-size:10px}.mock-chat__head span{color:#777;font-size:10px;letter-spacing:2px}.mock-chat__messages{display:flex;flex:1;flex-direction:column;gap:13px;padding:17px 18px 9px}.mock-chat__messages>time{align-self:center;color:#aaa;font-size:6px}.mock-message{display:flex;max-width:82%;align-items:start;gap:8px}.mock-message p{padding:9px 11px;border-radius:3px 10px 10px;background:#fff;box-shadow:0 1px 2px #0000000a;font-size:8px;line-height:1.55}.mock-message--out{align-self:end}.mock-message--out p{border-radius:10px 3px 10px 10px;background:#a9e785}.mock-file{display:flex;width:165px;align-items:center;align-self:end;gap:10px;margin-right:40px;padding:10px;border-radius:10px;background:#fff;box-shadow:0 2px 5px #0000000f}.mock-file__icon{display:grid;width:28px;height:34px;place-items:center;border-radius:4px;background:#ee5d4f;color:#fff;font-size:7px;font-weight:700}.mock-file>span:last-child{display:flex;flex-direction:column;gap:5px}.mock-file strong{font-size:8px}.mock-file small{color:#999;font-size:6px}.mock-composer{display:flex;height:56px;align-items:start;gap:10px;padding:11px 14px;border-top:1px solid #ddd;background:#fafafa;color:#777;font-size:13px}.mock-composer i{flex:1;height:26px;border-radius:5px;background:#f1f1f1}.phone-mock{position:relative;width:100%;aspect-ratio:9 / 19.4;overflow:hidden;border:5px solid #242127;border-radius:34px;background:#f2f2f2;box-shadow:inset 0 0 0 1px #5d5860,0 20px 60px #00000073;color:#151515}.phone-mock:after{position:absolute;inset:2px;border:1px solid rgba(255,255,255,.4);border-radius:27px;content:"";pointer-events:none}.phone-mock__speaker{position:absolute;top:7px;left:50%;z-index:5;width:62px;height:18px;border-radius:999px;background:#131116;transform:translate(-50%)}.phone-mock__status{display:flex;height:29px;align-items:end;justify-content:space-between;padding:0 15px 5px;font-size:6px}.phone-mock__status b{font-size:7px}.phone-mock__status span{letter-spacing:1px}.phone-mock__head{display:flex;height:37px;align-items:center;justify-content:space-between;padding:0 12px;border-bottom:1px solid #ddd;background:#f6f6f6}.phone-mock__head strong{font-size:9px}.phone-mock__head span{color:#555;font-size:11px}.phone-chat{display:flex;flex-direction:column;gap:13px;padding:20px 10px}.phone-chat time{align-self:center;color:#aaa;font-size:6px}.phone-bubble{max-width:75%;padding:9px;border-radius:4px 10px 10px;background:#fff;font-size:7px;line-height:1.55}.phone-bubble--out{align-self:end;border-radius:10px 4px 10px 10px;background:#a9e785}.phone-file{display:flex;width:78%;align-items:center;align-self:end;gap:8px;padding:9px;border-radius:10px;background:#fff;box-shadow:0 2px 10px #0000000d}.phone-file i{display:grid;width:28px;height:34px;place-items:center;border-radius:5px;background:#ed5d50;color:#fff;font-size:6px;font-style:normal}.phone-file span{display:flex;flex-direction:column;gap:4px}.phone-file b{font-size:7px}.phone-file small{color:#aaa;font-size:6px}.phone-mock__home{position:absolute;bottom:6px;left:50%;width:67px;height:3px;border-radius:999px;background:#171717;transform:translate(-50%)}.nearby-list{padding:18px 12px;text-align:center}.nearby-radar{position:relative;width:100px;height:100px;margin:8px auto 11px}.nearby-radar>i{position:absolute;inset:0;border:1px solid rgba(254,44,85,.24);border-radius:50%;animation:radar 2.8s ease-out infinite}.nearby-radar>i:nth-child(2){inset:17px;animation-delay:.6s}.nearby-radar img{position:absolute;top:50%;left:50%;width:38px;height:38px;border-radius:12px;box-shadow:0 8px 22px #4b0a2038;transform:translate(-50%,-50%)}.nearby-list>p{margin-bottom:18px;color:#777;font-size:7px}.nearby-list>div:not(.nearby-radar){display:grid;grid-template-columns:34px 1fr;grid-template-rows:auto auto;gap:3px 8px;padding:10px 0;border-top:1px solid #ddd;text-align:left}.device-dot{display:grid;width:32px;height:32px;grid-row:1 / 3;place-items:center;border-radius:10px;background:#1e1a20;color:#fff}.device-dot svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.5}.nearby-list b{align-self:end;font-size:7px}.nearby-list small{color:#999;font-size:6px}@keyframes desktop-float{0%,to{transform:perspective(1400px) rotateY(-9deg) rotateX(3deg) rotate(-1.2deg) translateY(0)}50%{transform:perspective(1400px) rotateY(-8deg) rotateX(2deg) rotate(-.6deg) translateY(-10px)}}@keyframes phone-float{0%,to{transform:rotate(3deg) translateY(0)}50%{transform:rotate(1.5deg) translateY(-12px)}}@keyframes orbit-breathe{0%,to{opacity:.7}50%{opacity:.25}}@keyframes scroll-dot{0%{opacity:0;transform:translate(-50%)}30%{opacity:1}to{opacity:0;transform:translate(-50%,10px)}}@keyframes radar{0%{opacity:.9;transform:scale(.55)}to{opacity:0;transform:scale(1.05)}}.features{padding:168px 0 190px}.section-intro{display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:end;margin-bottom:94px}.section-kicker{grid-column:1 / -1;margin-bottom:-34px;color:#7b747a}.section-intro h2,.download-heading h2,.security-copy h2{font-size:clamp(50px,5.4vw,82px);font-weight:520;letter-spacing:-.065em;line-height:1.07}.section-intro>p:last-child{max-width:510px;padding-bottom:9px;color:var(--muted-light);font-size:17px;line-height:1.9}.feature-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:22px}.feature-card{position:relative;min-height:600px;overflow:hidden;border:1px solid rgba(16,13,16,.08);border-radius:30px;background:#fffdf9}.feature-card--chat,.feature-card--secure{grid-column:span 7}.feature-card--transfer,.feature-card--continue{grid-column:span 5}.feature-card__copy{position:relative;z-index:3;max-width:450px;padding:42px 46px}.feature-number{position:absolute;top:34px;right:36px;color:#aaa4a7;font-size:10px;letter-spacing:.14em}.feature-icon{display:grid;width:42px;height:42px;margin-bottom:42px;place-items:center;border-radius:13px;background:var(--ink);color:#fff}.feature-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5}.feature-card h3{font-size:clamp(27px,2.4vw,38px);font-weight:580;letter-spacing:-.045em}.feature-card__copy>p{max-width:390px;margin-top:18px;color:#716b70;font-size:14px;line-height:1.8}.feature-card--chat{background:#fffcf8}.chat-feature-visual{position:absolute;right:30px;bottom:22px;left:92px;height:300px}.chat-feature-visual:before{position:absolute;inset:10px -50px -110px 50px;border-radius:50%;background:radial-gradient(circle,rgba(254,44,85,.09),transparent 70%);content:""}.mini-conversation{position:absolute;display:flex;align-items:end;gap:10px}.mini-conversation .mock-avatar{width:38px;height:38px;border-radius:12px;font-size:12px}.mini-conversation p{padding:16px 19px;border:1px solid rgba(0,0,0,.05);border-radius:6px 20px 20px;background:#fff;box-shadow:0 15px 40px #130c1014;font-size:13px}.mini-conversation--one{top:5px;left:5%}.mini-conversation--two{top:91px;right:2%}.mini-conversation--two p{border:0;border-radius:20px 6px 20px 20px;background:#1c181d;color:#fff}.mini-conversation--three{top:183px;left:18%}.voice-bars{display:inline-flex;height:14px;align-items:center;gap:2px;margin-right:8px}.voice-bars i{width:2px;height:5px;border-radius:2px;background:var(--red)}.voice-bars i:nth-child(2){height:10px}.voice-bars i:nth-child(3){height:14px}.voice-bars i:nth-child(4){height:8px}.typing-dot{position:absolute;right:30%;bottom:5px;display:flex;gap:4px}.typing-dot i{width:4px;height:4px;border-radius:50%;background:#aaa;animation:typing 1.2s ease-in-out infinite}.typing-dot i:nth-child(2){animation-delay:.15s}.typing-dot i:nth-child(3){animation-delay:.3s}@keyframes typing{0%,to{opacity:.35;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}.feature-card--transfer{background:#181319;color:#fff}.feature-card--transfer .feature-icon{background:var(--red)}.feature-card--transfer .feature-card__copy>p{color:#aaa3a9}.feature-card--transfer .feature-number{color:#625b61}.transfer-feature-visual{position:absolute;right:0;bottom:0;left:0;height:305px}.transfer-ring{position:absolute;bottom:-145px;left:50%;width:410px;height:410px;border:1px solid rgba(255,255,255,.1);border-radius:50%;transform:translate(-50%)}.transfer-ring--two{bottom:-85px;width:290px;height:290px;border-color:#fe2c553d}.transfer-device{position:absolute;z-index:2;display:grid;width:50px;height:50px;place-items:center;border:1px solid rgba(255,255,255,.15);border-radius:16px;background:#2a242b;color:#e9e4e7;box-shadow:0 12px 30px #00000040}.transfer-device svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.4}.transfer-device--phone{bottom:86px;left:12%;transform:rotate(-7deg)}.transfer-device--desktop{right:11%;bottom:96px;transform:rotate(6deg)}.transfer-file{position:absolute;bottom:92px;left:50%;z-index:3;display:flex;width:128px;height:110px;align-items:center;justify-content:center;flex-direction:column;border:1px solid rgba(255,255,255,.16);border-radius:22px;background:linear-gradient(145deg,#342631,#221a21);box-shadow:0 20px 50px #00000059;transform:translate(-50%)}.transfer-file b{color:var(--red);font-size:29px;line-height:1}.transfer-file span{margin-top:7px;font-size:10px}.transfer-file small{margin-top:4px;color:#827a81;font-size:8px}.transfer-progress{position:absolute;right:24%;bottom:56px;left:24%;height:2px;overflow:hidden;border-radius:999px;background:#3a3339}.transfer-progress i{display:block;width:72%;height:100%;background:var(--red);box-shadow:0 0 10px #fe2c55b3}.transfer-feature-visual>p{position:absolute;bottom:34px;left:50%;color:#756d74;font-size:9px;transform:translate(-50%);white-space:nowrap}.feature-card--continue{background:#ddd9d2}.continue-visual{position:absolute;right:15px;bottom:22px;left:15px;height:300px}.continue-device{position:absolute;background:#1d191e;box-shadow:0 24px 55px #130c1033}.continue-device--mac{right:17%;bottom:46px;left:5%;height:178px;padding:7px;border-radius:15px;transform:rotate(-3deg)}.continue-screen{position:relative;display:flex;height:100%;justify-content:center;flex-direction:column;padding-left:34%;border-radius:10px;background:#f4f3f1}.continue-screen:before{position:absolute;top:0;bottom:0;left:0;width:26%;border-radius:10px 0 0 10px;background:#d1d3d4;content:""}.continue-screen i{position:absolute;top:18px;left:7%;width:12%;height:24px;border-radius:7px;background:#aeb2b5}.continue-screen i:nth-child(2){top:55px}.continue-screen i:nth-child(3){top:92px}.continue-screen b{font-size:12px}.continue-screen small{margin-top:7px;color:#9d979c;font-size:9px}.continue-device--phone{right:5%;bottom:12px;z-index:3;display:grid;width:72px;height:142px;place-items:center;border:4px solid #2c282d;border-radius:18px;background:#100d11;transform:rotate(6deg)}.continue-device--phone img{width:39px;height:39px;border-radius:12px}.continue-visual>svg{position:absolute;right:7%;bottom:126px;z-index:4;width:190px;fill:var(--red);overflow:visible}.continue-visual>svg path{fill:none;stroke:var(--red);stroke-dasharray:4 6;stroke-linecap:round;stroke-width:1.2}.feature-card--secure{background:#fffcf8}.secure-visual{position:absolute;right:20px;bottom:0;left:20px;height:300px}.secure-shield{position:absolute;top:38px;left:50%;z-index:3;display:grid;width:104px;height:104px;place-items:center;border:1px solid rgba(254,44,85,.2);border-radius:32px;background:#171318;box-shadow:0 25px 65px #23101933,10px 10px #fe2c55eb;color:#fff;transform:translate(-50%) rotate(-4deg)}.secure-shield svg{width:46px;height:46px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.25}.secure-lines{position:absolute;top:90px;right:12%;left:12%;display:flex;justify-content:space-between}.secure-lines i{width:1px;height:140px;background:linear-gradient(transparent,rgba(254,44,85,.16),transparent);transform:rotate(38deg)}.secure-visual>p{position:absolute;bottom:49px;left:50%;display:flex;align-items:center;gap:8px;color:#777176;font-size:10px;transform:translate(-50%);white-space:nowrap}.secure-visual>p span{width:6px;height:6px;border-radius:50%;background:#22c55e;box-shadow:0 0 10px #22c55e80}.download{position:relative;padding:172px 0 190px;background:radial-gradient(circle at 14% 32%,rgba(94,21,47,.16),transparent 27%),radial-gradient(circle at 84% 73%,rgba(87,22,47,.2),transparent 28%),var(--ink)}.download-heading{display:grid;grid-template-columns:1.2fr .8fr;align-items:end;gap:60px;margin-bottom:115px}.section-kicker--dark{color:#797279}.download-heading>p:last-child{max-width:500px;padding-bottom:8px;color:#8d868d;font-size:15px;line-height:1.8}.download-row{display:grid;min-height:680px;grid-template-columns:1.13fr .87fr;gap:8vw;align-items:center;padding:110px 0;border-top:1px solid rgba(255,255,255,.1)}.download-row:last-child{border-bottom:1px solid rgba(255,255,255,.1)}.download-stage{position:relative;min-width:0;overflow:hidden;border:1px solid rgba(255,255,255,.11);border-radius:28px;background:#151116}.download-stage--desktop{display:flex;height:590px;align-items:center;padding:80px 0 50px 58px}.stage-label{position:absolute;top:24px;left:27px;z-index:4;color:#5e575e;font-size:9px;letter-spacing:.16em}.stage-glow{position:absolute;inset:20% -10% -20% 20%;border-radius:50%;background:radial-gradient(circle,rgba(254,44,85,.2),rgba(88,21,44,.06) 45%,transparent 70%);filter:blur(4px)}.desktop-mock--compact{position:relative;z-index:2;width:750px;flex:0 0 auto;transform:perspective(1500px) rotateY(-10deg) rotateX(2deg) rotate(-1deg)}.download-copy{max-width:550px}.platform-index{color:#736c73;font-size:10px;letter-spacing:.18em}.download-copy h3{margin-top:28px;font-size:clamp(50px,5vw,78px);font-weight:520;letter-spacing:-.065em;line-height:1.04}.download-copy>p{max-width:470px;margin-top:30px;color:#a29ca2;font-size:15px;line-height:1.9}.download-buttons{display:flex;flex-direction:column;gap:12px;margin-top:38px}.download-buttons button{display:flex;width:278px;min-height:66px;align-items:center;gap:15px;padding:0 20px;border-radius:15px;background:var(--white);color:var(--ink);cursor:pointer;text-align:left;transition:transform .18s ease,background .18s ease}.download-buttons button:hover,.download-buttons button:focus-visible{background:#f1edf0;transform:translateY(-2px)}.download-buttons button svg{width:25px;height:25px;flex:0 0 auto;fill:currentColor}.download-buttons button>span{display:flex;flex-direction:column;gap:3px;font-size:13px;font-weight:650}.download-buttons button small{color:#767076;font-size:9px;font-weight:450}.download-buttons .button-muted{border:1px solid rgba(255,255,255,.15);background:transparent;color:#fff}.download-buttons .button-muted:hover,.download-buttons .button-muted:focus-visible{background:#ffffff0f}.download-buttons .button-muted small{color:#797379}.download-row--mobile{grid-template-columns:.87fr 1.13fr}.download-row--mobile .download-copy{padding-left:6vw}.download-buttons--mobile{flex-direction:row;flex-wrap:wrap}.download-buttons--mobile button{width:178px}.download-copy .download-note{display:flex;align-items:center;gap:9px;margin-top:20px;color:#686168;font-size:10px}.download-note i{width:5px;height:5px;border-radius:50%;background:var(--red)}.download-stage--mobile{display:flex;height:680px;align-items:end;justify-content:center;background:radial-gradient(circle at 50% 70%,rgba(254,44,85,.22),transparent 38%),linear-gradient(150deg,#171218,#0d0a0e)}.download-stage--mobile .phone-mock{position:relative;z-index:3;width:286px;margin-bottom:-92px;transform:rotate(-3deg)}.mobile-halo{position:absolute;top:50%;left:50%;border:1px solid rgba(254,44,85,.19);border-radius:50%;transform:translate(-50%,-50%)}.mobile-halo--one{width:470px;height:470px}.mobile-halo--two{width:340px;height:340px;border-color:#ffffff14}.mobile-brand-card{position:absolute;right:45px;bottom:104px;z-index:4;display:flex;width:190px;align-items:center;gap:13px;padding:13px;border:1px solid rgba(255,255,255,.12);border-radius:17px;background:#1a141bcc;box-shadow:0 20px 45px #00000059;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.mobile-brand-card img{width:42px;height:42px;border-radius:12px}.mobile-brand-card span{display:flex;flex-direction:column;gap:5px}.mobile-brand-card b{font-size:13px}.mobile-brand-card small{color:#7c757c;font-size:9px}.security{padding:180px 0 190px}.security-grid{display:grid;grid-template-columns:1fr 1fr;gap:10vw;align-items:start}.security-copy .section-kicker{margin-bottom:36px}.security-copy>p:not(.section-kicker){max-width:560px;margin-top:36px;color:#6e686d;font-size:16px;line-height:1.9}.text-link--dark{margin-top:32px;color:#1a161a;font-weight:580}.security-principles{border-top:1px solid rgba(0,0,0,.13)}.security-principles article{display:grid;grid-template-columns:50px 1fr;gap:24px;padding:34px 0 38px;border-bottom:1px solid rgba(0,0,0,.13)}.security-principles article>span{color:var(--red);font-size:10px;letter-spacing:.14em}.security-principles h3{font-size:22px;font-weight:600;letter-spacing:-.03em}.security-principles p{margin-top:11px;color:#756f74;font-size:14px;line-height:1.75}.site-footer{padding:82px 0 28px;background:#09070a}.footer-main{display:grid;grid-template-columns:1fr 1fr;gap:80px;padding-bottom:100px}.brand--footer{min-width:auto}.brand--footer img{width:42px;height:42px;border-radius:13px}.brand--footer .brand__name{font-size:23px}.footer-brand>p{margin-top:24px;color:#716b71;font-size:14px}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.footer-links>div{display:flex;align-items:start;flex-direction:column;gap:14px}.footer-links p{margin-bottom:7px;color:#6f696f;font-size:10px;letter-spacing:.14em}.footer-links a{color:#c0bac0;font-size:13px;transition:color .16s ease}.footer-links a:hover,.footer-links a:focus-visible{color:#fff}.footer-bottom{display:flex;min-height:54px;align-items:end;justify-content:space-between;border-top:1px solid rgba(255,255,255,.1);color:#5f595f;font-size:10px}.footer-bottom div{display:flex;gap:24px}.footer-bottom a:hover{color:#aaa3a9}.toast{position:fixed;right:24px;bottom:24px;z-index:200;display:flex;width:min(420px,calc(100vw - 48px));min-height:68px;align-items:center;gap:13px;padding:12px 14px;border:1px solid rgba(255,255,255,.13);border-radius:17px;background:#161117f0;box-shadow:0 25px 60px #00000059;color:#d8d2d7;opacity:0;pointer-events:none;transform:translateY(20px);transition:opacity .22s ease,transform .22s ease;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.toast--visible{opacity:1;pointer-events:auto;transform:translateY(0)}.toast img{width:38px;height:38px;flex:0 0 auto;border-radius:11px}.toast span{flex:1;font-size:12px;line-height:1.6}.toast button{align-self:start;padding:0 4px;background:transparent;color:#777078;cursor:pointer;font-size:18px}@media(max-width:1250px){:root{--page-pad: 30px}.hero-grid{grid-template-columns:minmax(390px,.85fr) minmax(560px,1.15fr)}.hero-visual{width:690px;transform:translate(62px) scale(.92)}.hero h1{font-size:76px}.desktop-mock__body{height:390px;grid-template-columns:46px 190px 1fr}.download-row{gap:6vw}.download-stage--desktop{padding-left:35px}.download-row--mobile .download-copy{padding-left:2vw}}@media(max-width:1040px){.brand{min-width:auto}.brand__byline{display:none}.desktop-nav{gap:24px}.hero{min-height:1050px}.hero-grid{min-height:980px;grid-template-columns:1fr;align-content:start;gap:30px;padding-top:105px}.hero-copy{max-width:660px}.hero h1{font-size:clamp(70px,10vw,96px)}.hero-visual{width:760px;height:600px;justify-self:center;transform:translate(80px,-50px) scale(.82)}.scroll-cue{display:none}.section-intro,.download-heading{grid-template-columns:1fr;gap:28px}.section-kicker{margin-bottom:8px}.section-intro>p:last-child,.download-heading>p:last-child{max-width:620px}.feature-card--chat,.feature-card--transfer,.feature-card--continue,.feature-card--secure{grid-column:span 6}.feature-card{min-height:570px}.feature-card__copy{padding:38px}.mini-conversation p{font-size:11px}.download-row,.download-row--mobile{grid-template-columns:1fr;gap:65px}.download-row--mobile .download-copy{order:2;padding-left:0}.download-stage{width:100%}.download-copy{max-width:630px}.security-grid{grid-template-columns:1fr;gap:85px}.security-copy{max-width:720px}}@media(max-width:760px){:root{--page-pad: 18px;--header-height: 66px}[data-reveal]{transform:translateY(22px)}.site-header{background:#09070aeb}.brand img{width:32px;height:32px}.brand__name{font-size:17px}.desktop-nav,.header-download{display:none}.menu-button{display:inline-flex;margin-left:auto}.mobile-menu{position:fixed;inset:var(--header-height) 0 0;display:block;padding:32px var(--page-pad);background:#09070afa;opacity:0;pointer-events:none;transform:translateY(-16px);transition:opacity .18s ease,transform .18s ease}.mobile-menu--open{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-menu nav{display:flex;flex-direction:column}.mobile-menu a{display:flex;min-height:76px;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.1);font-size:28px;font-weight:520;letter-spacing:-.04em}.mobile-menu a span{color:#5e575e;font-size:10px;letter-spacing:.15em}.hero{min-height:900px}.hero:before{display:none}.hero-grid{min-height:850px;padding-top:72px}.hero-copy{max-width:510px}.eyebrow{font-size:10px}.hero h1{margin-top:23px;font-size:clamp(54px,16.5vw,76px);line-height:1.01}.hero-lead{max-width:440px;margin-top:26px;font-size:16px;line-height:1.75}.hero-actions{align-items:start;flex-direction:column;gap:18px;margin-top:30px}.button{height:48px}.hero-meta{gap:9px 16px;margin-top:30px}.hero-visual{width:650px;height:430px;margin-left:-35px;transform:translate(125px,-52px) scale(.62);transform-origin:top center}.hero-desktop{top:80px}.hero-phone{bottom:-90px}.signal-pill--file{bottom:70px}.features{padding:98px 0 112px}.section-intro{margin-bottom:52px}.section-intro h2,.download-heading h2,.security-copy h2{font-size:clamp(43px,13vw,62px)}.section-intro>p:last-child{font-size:15px}.feature-grid{grid-template-columns:1fr;gap:14px}.feature-card--chat,.feature-card--transfer,.feature-card--continue,.feature-card--secure{grid-column:1}.feature-card{min-height:540px;border-radius:24px}.feature-card__copy{padding:29px 26px}.feature-number{top:27px;right:25px}.feature-icon{width:38px;height:38px;margin-bottom:31px}.feature-card h3{font-size:29px}.chat-feature-visual{right:8px;left:20px;transform:scale(.88);transform-origin:center bottom}.mini-conversation p{padding:13px 15px;font-size:10px}.continue-device--mac{right:11%;left:2%}.download{padding:98px 0 110px}.download-heading{margin-bottom:66px}.download-row{min-height:0;gap:45px;padding:72px 0}.download-stage--desktop{height:420px;padding-left:25px}.desktop-mock--compact{width:620px;transform:perspective(1500px) rotateY(-10deg) rotateX(2deg) rotate(-1deg) scale(.8);transform-origin:left center}.download-copy h3{font-size:52px}.download-copy>p{font-size:14px}.download-buttons--mobile{flex-direction:column}.download-buttons--mobile button{width:278px}.download-stage--mobile{height:560px}.download-stage--mobile .phone-mock{width:235px}.mobile-brand-card{right:20px;bottom:84px;width:166px}.mobile-halo--one{width:370px;height:370px}.mobile-halo--two{width:260px;height:260px}.security{padding:105px 0 112px}.security-grid{gap:64px}.security-copy>p:not(.section-kicker){font-size:15px}.security-principles article{grid-template-columns:38px 1fr;gap:13px;padding:26px 0}.footer-main{grid-template-columns:1fr;gap:60px;padding-bottom:72px}.footer-links{grid-template-columns:1fr 1fr;gap:45px 30px}.footer-bottom{min-height:auto;align-items:start;flex-direction:column;gap:18px;padding:25px 0 4px}.footer-bottom>span:last-child{display:none}.toast{right:14px;bottom:14px;width:calc(100vw - 28px)}}@media(max-width:420px){.hero{min-height:860px}.hero-grid{min-height:810px}.hero-visual{transform:translate(135px,-48px) scale(.55)}.hero-meta span:last-child{display:none}.chat-feature-visual{transform:scale(.78)}.download-stage--desktop{height:360px}.desktop-mock--compact{transform:perspective(1500px) rotateY(-10deg) rotateX(2deg) rotate(-1deg) scale(.68)}.download-stage--mobile{height:500px}.download-stage--mobile .phone-mock{width:210px}.mobile-brand-card{bottom:58px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
