:root{--ink:#11110f;--paper:#f4f1e8;--orange:#ff5c00;--lime:#c7ff3d;--muted:#77746b;--line:rgba(17,17,15,.14);--white:#fff;--mono:'Space Mono',monospace;--sans:'Manrope',sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);overflow-x:hidden}body.no-scroll{overflow:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}.shell{width:min(1220px,calc(100% - 48px));margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.page-loader{position:fixed;inset:0;z-index:999;background:var(--ink);color:white;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;transition:opacity .55s,visibility .55s}.page-loader.done{opacity:0;visibility:hidden}.loader-mark,.logo-mark{width:42px;height:42px;border-radius:13px 13px 15px 12px;background:var(--orange);color:white;display:grid;place-items:center;transform:rotate(-5deg);position:relative;box-shadow:0 10px 28px rgba(255,92,0,.3)}.loader-mark{animation:loaderPulse 1s ease-in-out infinite}.loader-mark i,.logo-mark i{transform:rotate(5deg)}.page-loader>span{font-weight:800;letter-spacing:-.05em}.loader-line{width:150px;height:2px;background:#333;overflow:hidden}.loader-line i{display:block;height:100%;width:45%;background:var(--lime);animation:loadLine 1s ease-in-out infinite}@keyframes loaderPulse{50%{transform:rotate(-5deg) scale(1.08)}}@keyframes loadLine{from{transform:translateX(-110%)}to{transform:translateX(250%)}}
.cursor-glow{position:fixed;z-index:2;width:420px;height:420px;border-radius:50%;pointer-events:none;background:radial-gradient(circle,rgba(255,92,0,.11),transparent 68%);transform:translate(-50%,-50%);opacity:0;transition:opacity .3s}.progress-bar{position:fixed;left:0;top:0;width:100%;height:3px;z-index:100}.progress-bar i{display:block;height:100%;width:100%;background:linear-gradient(90deg,var(--orange),var(--lime));transform:scaleX(0);transform-origin:left}
.site-header{position:fixed;inset:0 0 auto;z-index:50;padding:14px 0;transition:.3s}.site-header.scrolled{padding:8px 0}.nav{height:68px;padding:0 13px 0 20px;border:1px solid rgba(255,255,255,.65);border-radius:19px;background:rgba(244,241,232,.8);backdrop-filter:blur(22px);box-shadow:0 14px 45px rgba(17,17,15,.07);display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.logo{display:flex;align-items:center;gap:10px;width:max-content}.logo-mark{width:35px;height:35px;border-radius:10px;font-size:14px;box-shadow:0 8px 20px rgba(255,92,0,.25)}.logo strong{font-size:23px;font-weight:800;letter-spacing:-.07em}.desktop-nav{display:flex;gap:30px}.desktop-nav a{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700}.desktop-nav a i{font-size:11px;color:var(--orange)}.nav-download{justify-self:end;background:var(--ink);color:white;border-radius:12px;height:43px;padding:0 8px 0 17px;display:flex;align-items:center;gap:14px;font-size:12px;font-weight:800}.nav-download>i{width:30px;height:30px;border-radius:9px;background:var(--orange);display:grid;place-items:center}.menu-toggle{display:none;justify-self:end;width:43px;height:43px;border:0;background:var(--ink);color:white;border-radius:12px;font-size:16px}.mobile-menu{display:none}
.hero{min-height:920px;padding-top:175px;padding-bottom:75px;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;position:relative}.hero-grid{position:absolute;inset:0;background-image:linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);background-size:72px 72px;opacity:.28;mask-image:linear-gradient(to right,black,transparent 70%);pointer-events:none}.hero-radar{position:absolute;width:580px;height:580px;border:1px solid var(--line);border-radius:50%;left:-390px;top:160px}.hero-radar i{position:absolute;inset:13%;border:1px dashed var(--line);border-radius:50%}.hero-radar i:nth-child(2){inset:27%}.hero-radar i:nth-child(3){inset:41%}.hero-radar span{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--orange);right:7%;top:30%;box-shadow:0 0 15px var(--orange)}.hero-copy{position:relative;z-index:4}.system-label,.section-tag{display:inline-flex;align-items:center;gap:9px;font:700 10px var(--mono);letter-spacing:.14em}.system-label{padding:9px 12px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.45)}.system-label i{width:7px;height:7px;border-radius:50%;background:var(--orange);box-shadow:0 0 12px var(--orange)}h1{font-size:clamp(70px,8.2vw,125px);line-height:.84;letter-spacing:-.078em;margin:34px 0 28px;font-weight:800}h1 em,h2 em{font-style:normal;color:var(--orange)}.hero-copy>p{font-size:20px;color:var(--muted)}.hero-actions{display:flex;align-items:center;gap:12px;margin-top:34px}.button{height:58px;padding:0 20px;border-radius:14px;border:0;display:inline-flex;align-items:center;gap:12px;font-weight:800;font-size:13px}.button-primary{background:var(--orange);color:white;box-shadow:0 16px 34px rgba(255,92,0,.22)}.button-primary>b{width:34px;height:34px;border-radius:10px;background:var(--ink);display:grid;place-items:center;margin-left:5px}.button-ghost{background:transparent;border:1px solid var(--line)}.button-ghost>i{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:var(--ink);color:var(--lime)}.hero-badges{display:flex;gap:8px;margin-top:38px}.hero-badges span{display:flex;align-items:center;gap:7px;padding:8px 11px;border-radius:9px;background:#e8e4da;font:700 9px var(--mono)}.hero-badges i{color:var(--orange);font-size:12px}
.device-scene{height:675px;position:relative;display:grid;place-items:center;perspective:1200px}.device-scene:before{content:'';position:absolute;width:530px;height:530px;border-radius:50%;background:var(--orange);box-shadow:0 0 130px rgba(255,92,0,.28)}.orbit{position:absolute;border:1px solid rgba(17,17,15,.2);border-radius:50%;z-index:1;animation:spin 28s linear infinite}.orbit-a{width:630px;height:630px}.orbit-b{width:490px;height:490px;border-style:dashed;animation-direction:reverse;animation-duration:22s}.orbit i{position:absolute;width:11px;height:11px;border:3px solid var(--ink);border-radius:50%;background:var(--lime);top:18%;left:12%}.orbit-b i{top:auto;left:auto;right:8%;bottom:27%;background:white}.signal-scan{position:absolute;z-index:2;width:540px;height:540px;border-radius:50%;overflow:hidden}.signal-scan:before{content:'';position:absolute;width:50%;height:50%;left:50%;top:0;background:conic-gradient(from 180deg,rgba(199,255,61,.4),transparent 40%);transform-origin:bottom left;animation:radar 5s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes radar{to{transform:rotate(360deg)}}.phone{width:300px;height:610px;border-radius:49px;background:#0b0b0a;padding:9px;box-shadow:0 45px 90px rgba(0,0,0,.42),inset 0 0 0 2px #444;z-index:4;transform:rotate(4deg);transition:transform .18s ease-out}.phone-screen{height:100%;border-radius:40px;background:#f7f5ee;overflow:hidden;position:relative;padding:18px 17px}.dynamic-island{position:absolute;top:11px;left:50%;transform:translateX(-50%);width:100px;height:26px;border-radius:18px;background:#0b0b0a}.status{display:flex;justify-content:space-between;font-size:8px;padding:2px 9px 20px}.status span{display:flex;gap:5px}.app-head{display:flex;align-items:center;justify-content:space-between}.app-head>div{display:flex;flex-direction:column}.app-head small{font:7px var(--mono);letter-spacing:.12em;color:#777}.app-head strong{font-size:15px}.app-head>span{width:33px;height:33px;border-radius:11px;background:var(--ink);color:white;display:grid;place-items:center;font-size:9px;font-weight:800}.pulse-card{margin-top:16px;border-radius:20px;background:var(--ink);color:white;padding:17px;display:flex;justify-content:space-between;align-items:center}.pulse-card>div:first-child{display:flex;flex-direction:column}.pulse-card small{font:7px var(--mono);color:#999}.pulse-card strong{font-size:43px;line-height:1;margin:7px 0;letter-spacing:-.06em}.pulse-card span{font-size:7px;color:var(--lime)}.pulse-ring{width:77px;height:77px;border-radius:50%;background:conic-gradient(var(--orange) 94%,#343431 0);display:grid!important;place-items:center;position:relative}.pulse-ring:after{content:'';position:absolute;inset:7px;border-radius:50%;background:var(--ink)}.pulse-ring b{font-size:12px;position:relative;z-index:2}.phone-title{display:flex;justify-content:space-between;align-items:center;margin:17px 2px 9px;font-size:10px}.phone-title span{font:7px var(--mono);color:#719d18}.phone-title span i{display:inline-block;width:5px;height:5px;background:#78bf3d;border-radius:50%;margin-left:3px}.phone-tiles{display:grid;grid-template-columns:1fr 1fr;gap:8px}.phone-tiles article{height:92px;border-radius:15px;background:white;border:1px solid #e6e3dc;padding:11px;display:grid;grid-template-columns:1fr auto;align-items:center}.phone-tiles article>i{width:25px;height:25px;border-radius:8px;background:#ffe2d1;color:var(--orange);display:grid;place-items:center;font-size:10px}.phone-tiles article:nth-child(2)>i{background:#ecf6d5;color:#739b1a}.phone-tiles strong{font-size:24px;letter-spacing:-.05em}.phone-tiles small{font-size:8px;color:#888;grid-column:1/-1}.activity{background:white;border:1px solid #e6e3dc;border-radius:15px;margin-top:8px;padding:11px}.activity-title{display:flex;justify-content:space-between!important;padding:0 2px 7px!important;border:0!important;font-size:9px}.activity-title>i{color:#999}.activity>div{display:flex;align-items:center;gap:8px;padding:7px 0;border-top:1px solid #eee}.activity-icon{width:24px;height:24px;border-radius:8px;display:grid;place-items:center;font-size:8px}.activity-icon.success{background:#e7f4dd;color:#5a9a43}.activity-icon.alert{background:#ffe2d1;color:var(--orange)}.activity p{margin:0;display:flex;flex-direction:column;flex:1}.activity p b{font-size:8px}.activity p small{font-size:6px;color:#999}.activity>div>i{font-size:7px;color:#aaa}.phone-nav{position:absolute;left:8px;right:8px;bottom:8px;height:52px;border-radius:17px;background:rgba(255,255,255,.95);box-shadow:0 -5px 18px rgba(0,0,0,.05);display:flex;justify-content:space-around;align-items:center}.phone-nav span{display:flex;flex-direction:column;align-items:center;gap:3px;font-size:9px;color:#aaa}.phone-nav span.active{color:var(--orange)}.phone-nav small{font-size:6px}.phone-nav button{border:0;width:36px;height:36px;border-radius:11px;background:var(--orange);color:white}.float-chip{position:absolute;z-index:5;display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.92);backdrop-filter:blur(15px);padding:11px 14px;border-radius:14px;border:1px solid rgba(255,255,255,.75);box-shadow:0 18px 45px rgba(0,0,0,.17);animation:float 4s ease-in-out infinite}.float-chip>i{width:31px;height:31px;border-radius:9px;background:var(--lime);display:grid;place-items:center;font-size:11px}.float-chip p{display:flex;flex-direction:column;margin:0}.float-chip b{font-size:10px}.float-chip small{font-size:7px;color:#888}.chip-one{left:15px;top:160px}.chip-two{right:5px;bottom:105px;animation-delay:-2s}.chip-two>i{background:var(--ink);color:white}@keyframes float{50%{transform:translateY(-10px)}}
.platform{padding:145px 0}.section-tag{color:var(--orange)}.section-tag>i{width:30px;height:30px;border:1px solid var(--line);border-radius:9px;display:grid;place-items:center}.section-head h2,.flow-copy h2,.trust-copy h2,.download-copy h2{font-size:clamp(54px,7vw,92px);line-height:.95;letter-spacing:-.067em;margin:20px 0 55px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.feature{min-height:230px;background:#e9e5da;border:1px solid transparent;border-radius:19px;padding:22px;display:flex;flex-direction:column;transition:.35s;position:relative;overflow:hidden}.feature:before{content:'';position:absolute;width:180px;height:180px;border-radius:50%;background:var(--orange);filter:blur(50px);opacity:0;right:-90px;bottom:-90px;transition:.35s}.feature:hover{background:var(--ink);color:white;transform:translateY(-6px);border-color:#333}.feature:hover:before{opacity:.35}.feature-icon{width:47px;height:47px;border-radius:14px;background:white;color:var(--orange);display:grid;place-items:center;font-size:17px;position:relative}.feature>div{margin-top:auto;display:flex;flex-direction:column;position:relative}.feature small{font:8px var(--mono);color:var(--orange)}.feature strong{font-size:25px;letter-spacing:-.04em;margin-top:5px}.feature p{font-size:11px;color:#777;margin:4px 0}.feature>b{position:absolute;right:20px;bottom:22px;font:700 11px var(--mono);color:var(--orange)}
.flow{background:var(--ink);color:white;padding:140px 0;position:relative;overflow:hidden}.flow:before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:55px 55px;mask-image:linear-gradient(90deg,transparent,black)}.flow-grid{position:relative;display:grid;grid-template-columns:.72fr 1.28fr;gap:70px;align-items:center}.section-tag.light{color:var(--lime)}.section-tag.light>i{border-color:rgba(255,255,255,.15)}.flow-copy h2{font-size:clamp(55px,6vw,82px)}.flow-steps article{height:72px;border-top:1px solid rgba(255,255,255,.13);display:grid;grid-template-columns:42px 1fr 25px;align-items:center;gap:13px}.flow-steps article>span{width:36px;height:36px;border-radius:11px;background:#242421;color:var(--orange);display:grid;place-items:center}.flow-steps article>div{display:flex;flex-direction:column}.flow-steps small{font:7px var(--mono);color:#666}.flow-steps strong{font-size:13px}.flow-steps p{font-size:9px;color:#888;margin:2px 0}.flow-steps article>i{font-size:10px;color:#555}.dashboard{min-height:530px;background:#eeece5;color:var(--ink);border-radius:23px;overflow:hidden;box-shadow:0 40px 100px rgba(0,0,0,.5);transform:perspective(1400px) rotateY(-6deg);position:relative}.dash-top{height:66px;background:#faf9f4;border-bottom:1px solid #ddd;display:flex;align-items:center;padding:0 19px}.mini-logo{width:27px;height:27px;border-radius:8px;background:var(--orange);color:white;display:grid;place-items:center;font-size:9px;transform:rotate(-5deg)}.dash-top>strong{font-size:15px;letter-spacing:-.06em;margin-left:8px}.dash-top>small{margin-left:auto;font:7px var(--mono);letter-spacing:.12em;color:#777}.dash-top>small i{display:inline-block;width:5px;height:5px;border-radius:50%;background:#63b44e;margin-right:4px}.dash-top>b{width:28px;height:28px;border-radius:9px;background:var(--ink);color:white;display:grid;place-items:center;font-size:7px;margin-left:15px}.dash-main{display:grid;grid-template-columns:58px 1fr;min-height:464px}.dash-main aside{border-right:1px solid #d9d6cd;display:flex;flex-direction:column;align-items:center;gap:30px;padding-top:30px;color:#aaa}.dash-main aside i.active{color:var(--orange)}.dash-content{padding:30px}.dash-title{display:flex;align-items:center;justify-content:space-between}.dash-title small{font:7px var(--mono);color:#888}.dash-title h3{font-size:24px;letter-spacing:-.04em;margin:5px 0}.dash-title button{border:0;background:var(--orange);color:white;border-radius:9px;padding:10px 14px;font-size:8px;font-weight:800}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:20px 0}.metrics article{background:white;border-radius:12px;padding:15px;display:grid;grid-template-columns:1fr auto}.metrics article>i{width:25px;height:25px;border-radius:8px;background:#ffe1d0;color:var(--orange);display:grid;place-items:center;font-size:9px}.metrics span{font-size:7px;color:#888;align-self:center}.metrics strong{font-size:28px;grid-column:1/-1;margin-top:10px}.chart{background:white;border-radius:14px;padding:17px}.chart header{display:flex;justify-content:space-between;font-size:9px}.bars{height:155px;border-bottom:1px solid #ddd;display:flex;gap:8%;align-items:flex-end;padding:18px 10px 0}.bars i{height:var(--h);width:7%;background:#ddd9cf;border-radius:5px 5px 0 0;transform:scaleY(0);transform-origin:bottom;transition:transform .8s cubic-bezier(.2,.8,.2,1)}.dashboard.in-view .bars i{transform:scaleY(1)}.bars i.hot{background:var(--orange);box-shadow:0 0 25px rgba(255,92,0,.35)}.chart footer{display:flex;justify-content:space-between;color:#999;font-size:6px;padding:7px 7px 0;background:none}.dash-scan{position:absolute;width:1px;top:66px;bottom:0;left:5%;background:linear-gradient(transparent,var(--lime),transparent);box-shadow:0 0 12px var(--lime);animation:scan 4s ease-in-out infinite}@keyframes scan{50%{left:95%}}
.trust{padding:135px 0;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:100px}.trust-orbit{height:550px;display:grid;place-items:center;position:relative}.trust-ring{position:absolute;border:1px solid var(--line);border-radius:50%;animation:spin 30s linear infinite}.trust-ring.one{width:510px;height:510px}.trust-ring.two{width:360px;height:360px;animation-direction:reverse}.trust-ring i{position:absolute;width:12px;height:12px;border:3px solid var(--ink);background:var(--lime);border-radius:50%;top:15%;left:15%}.trust-ring.two i{top:auto;left:auto;right:20%;bottom:2%;background:var(--orange)}.trust-core{width:210px;height:210px;border-radius:50%;background:var(--ink);color:white;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2;box-shadow:0 35px 70px rgba(17,17,15,.25)}.trust-core strong{font-size:24px;letter-spacing:-.06em;margin-top:10px}.trust-core small{font:7px var(--mono);letter-spacing:.14em;color:#777}.trust-node{position:absolute;z-index:3;width:45px;height:45px;border-radius:13px;background:white;border:1px solid var(--line);display:grid;place-items:center;color:var(--orange);box-shadow:0 12px 30px rgba(0,0,0,.1)}.trust-node.n1{left:2%;top:38%}.trust-node.n2{right:5%;top:25%}.trust-node.n3{right:9%;bottom:17%}.trust-copy h2{font-size:clamp(55px,6vw,82px)}.trust-pills{display:flex;flex-wrap:wrap;gap:9px}.trust-pills span{padding:12px 14px;border:1px solid var(--line);border-radius:11px;font:700 9px var(--mono)}.trust-pills i{color:var(--orange);margin-right:7px}
.download{padding:80px 0 120px}.download-card{min-height:610px;border-radius:28px;background:var(--orange);color:white;overflow:hidden;display:grid;grid-template-columns:1.05fr .95fr;position:relative}.download-card:before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.09) 1px,transparent 1px);background-size:55px 55px;mask-image:linear-gradient(90deg,black,transparent)}.download-copy{position:relative;z-index:2;padding:70px 20px 60px 65px}.download-copy h2{font-size:clamp(62px,7vw,96px);margin-bottom:40px}.download-copy h2 em{color:var(--ink)}.store-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;max-width:520px}.store-grid a{min-height:63px;background:var(--ink);border-radius:12px;padding:10px 11px;display:grid;grid-template-columns:35px 1fr 28px;align-items:center;gap:8px;transition:.25s}.store-grid a:hover{transform:translateY(-4px);background:#292925}.store-grid>a>i{font-size:22px;text-align:center}.store-grid a>span{display:flex;flex-direction:column}.store-grid small{font:6px var(--mono);letter-spacing:.06em;color:#999}.store-grid strong{font-size:13px}.store-grid b{width:26px;height:26px;border-radius:8px;border:1px solid #444;display:grid;place-items:center;font-size:8px}.store-grid a:last-child{grid-column:1/-1}.download-visual{position:relative}.download-sphere{position:absolute;width:500px;height:500px;border-radius:50%;background:var(--lime);right:-95px;top:55px;box-shadow:0 0 100px rgba(199,255,61,.4)}.app-icon{position:absolute;width:300px;height:300px;right:90px;top:150px;border-radius:65px;background:var(--ink);box-shadow:0 45px 85px rgba(0,0,0,.38);transform:rotate(7deg);display:flex;flex-direction:column;align-items:center;justify-content:center}.app-icon>.logo-mark{width:62px;height:62px;border-radius:20px;font-size:23px}.app-icon>strong{font-size:33px;letter-spacing:-.07em;margin:13px 0}.app-icon-grid{display:flex;gap:8px}.app-icon-grid i{width:32px;height:32px;border-radius:9px;background:#242421;color:var(--lime);display:grid;place-items:center;font-size:10px}
footer{background:var(--ink);color:white;padding:65px 0 30px}.footer-main{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding-bottom:60px}.footer-main>p{text-align:center;color:#777;font-size:11px}.footer-main>div{justify-self:end;display:flex;gap:23px}.footer-main>div a{font-size:11px;color:#aaa}.footer-main>div a:hover{color:white}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:22px;display:flex;justify-content:space-between;font:7px var(--mono);letter-spacing:.11em;color:#666}.footer-bottom a{color:var(--orange);font-weight:700;text-decoration:none}.footer-bottom a:hover{color:var(--lime)}
.chat-launch{position:fixed;right:20px;bottom:20px;z-index:70;height:52px;border:0;border-radius:15px;background:var(--ink);color:white;display:flex;align-items:center;gap:10px;padding:0 17px 0 8px;box-shadow:0 18px 45px rgba(0,0,0,.25);font-size:11px;font-weight:800}.chat-launch i{width:36px;height:36px;border-radius:11px;background:var(--orange);display:grid;place-items:center;color:white}.chat-panel{position:fixed;z-index:69;right:20px;bottom:83px;width:min(380px,calc(100% - 28px));background:var(--paper);border:1px solid rgba(255,255,255,.6);border-radius:22px;box-shadow:0 35px 100px rgba(0,0,0,.32);overflow:hidden;opacity:0;transform:translateY(16px) scale(.97);visibility:hidden;transition:.25s}.chat-panel.open{opacity:1;transform:none;visibility:visible}.chat-panel>header{height:76px;background:var(--ink);color:white;display:flex;align-items:center;padding:0 17px}.chat-panel>header>span{width:40px;height:40px;border-radius:12px;background:var(--orange);display:grid;place-items:center}.chat-panel>header>div{display:flex;flex-direction:column;margin-left:10px}.chat-panel header strong{font-size:13px}.chat-panel header small{font-size:8px;color:#999}.chat-panel header small i{display:inline-block;width:5px;height:5px;background:var(--lime);border-radius:50%;margin-right:4px}.chat-close{margin-left:auto;border:0;background:transparent;color:#777;font-size:17px}.chat-messages{height:155px;overflow:auto;padding:20px}.chat-messages p{max-width:87%;padding:12px 14px;border-radius:14px;margin:0 0 8px;font-size:12px;line-height:1.5}.chat-messages p.bot{background:white;border-radius:4px 14px 14px}.chat-messages p.user{background:var(--orange);color:white;border-radius:14px 4px 14px 14px;margin-left:auto}.quick-questions{padding:0 18px 14px;display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.quick-questions button{border:1px solid var(--line);background:transparent;border-radius:10px;padding:9px 6px;font-size:8px;display:flex;flex-direction:column;align-items:center;gap:5px}.quick-questions button>i:first-child{color:var(--orange);font-size:12px}.quick-questions button>i:last-child{display:none}.chat-form{height:58px;background:white;border-top:1px solid var(--line);display:flex;align-items:center;padding:8px}.chat-form input{border:0;outline:0;flex:1;padding:0 10px;font-size:11px;background:transparent}.chat-form button{width:40px;height:40px;border:0;border-radius:11px;background:var(--orange);color:white}.mobile-dock{display:none}.reveal{opacity:0;transform:translateY(25px);transition:opacity .7s ease,transform .7s ease;transition-delay:var(--delay,0ms)}.reveal.in-view{opacity:1;transform:none}
@media(max-width:1000px){.hero{grid-template-columns:1fr;padding-top:160px}.hero-copy{text-align:center}.hero-actions,.hero-badges{justify-content:center}.device-scene{margin-top:35px}.feature-grid{grid-template-columns:repeat(2,1fr)}.flow-grid{grid-template-columns:1fr}.dashboard{max-width:850px;width:100%;margin:auto;transform:none}.trust{grid-template-columns:1fr;gap:20px}.trust-copy{grid-row:1}.trust-copy{text-align:center}.trust-pills{justify-content:center}.download-card{grid-template-columns:1fr}.download-copy{text-align:center;padding:65px 30px 0}.store-grid{margin-inline:auto}.download-visual{min-height:500px}.footer-main{grid-template-columns:1fr 1fr}.footer-main>p{display:none}}
@media(max-width:720px){.shell{width:min(100% - 28px,1220px)}.cursor-glow{display:none}.nav{height:61px;grid-template-columns:1fr auto}.desktop-nav,.nav-download{display:none}.menu-toggle{display:grid;place-items:center}.mobile-menu{position:absolute;top:76px;left:14px;right:14px;background:var(--paper);border:1px solid var(--line);border-radius:16px;box-shadow:0 25px 60px rgba(0,0,0,.18);padding:10px;opacity:0;transform:translateY(-8px);visibility:hidden;transition:.25s}.mobile-menu.open{display:grid;opacity:1;transform:none;visibility:visible}.mobile-menu a{display:flex;align-items:center;gap:12px;padding:14px 11px;border-bottom:1px solid var(--line);font-size:12px;font-weight:700}.mobile-menu a:last-child{border:0}.mobile-menu i{color:var(--orange);width:18px}.hero{min-height:auto;padding-top:130px}.hero h1{font-size:clamp(59px,19vw,80px)}.hero-copy>p{font-size:16px}.hero-actions{flex-direction:column}.hero-actions .button{width:100%;justify-content:center}.hero-badges{margin-top:24px}.device-scene{height:520px;transform:scale(.8);margin:-5px -60px -35px}.device-scene:before{width:430px;height:430px}.orbit-a{width:520px;height:520px}.orbit-b{width:430px;height:430px}.chip-one{left:-15px}.chip-two{right:-15px}.marquee{padding:18px 0}.platform,.trust{padding:90px 0}.section-head h2,.flow-copy h2,.trust-copy h2,.download-copy h2{font-size:53px}.feature-grid{grid-template-columns:1fr}.feature{min-height:185px}.flow{padding:90px 0}.flow-grid{gap:45px}.dashboard{min-height:420px}.dash-main{grid-template-columns:40px 1fr;min-height:355px}.dash-main aside{font-size:10px;gap:24px}.dash-content{padding:20px 12px}.dash-title h3{font-size:17px}.dash-title button{display:none}.metrics{grid-template-columns:1fr 1fr}.metrics article:last-child{display:none}.bars{height:105px}.trust{gap:5px}.trust-orbit{height:400px;transform:scale(.75);margin:-20px -80px}.trust-pills span{flex:1}.download{padding:20px 0 90px}.download-card{border-radius:21px}.download-copy{padding:50px 18px 0}.store-grid{grid-template-columns:1fr}.store-grid a:last-child{grid-column:auto}.download-visual{min-height:420px}.download-sphere{width:400px;height:400px;right:-135px}.app-icon{width:245px;height:245px;right:20px;top:105px;border-radius:52px}.app-icon>.logo-mark{width:53px;height:53px}.footer-main{grid-template-columns:1fr;gap:32px}.footer-main>div{justify-self:start}.footer-bottom{flex-direction:column;gap:8px;padding-bottom:74px}.chat-launch{display:none}.chat-panel{right:14px;bottom:87px}.mobile-dock{position:fixed;left:12px;right:12px;bottom:10px;height:66px;background:rgba(17,17,15,.94);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.15);border-radius:19px;z-index:65;display:flex;align-items:center;justify-content:space-around;color:#aaa;box-shadow:0 20px 50px rgba(0,0,0,.3)}.mobile-dock a{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:12px}.mobile-dock small{font-size:6px}.mobile-dock button{border:0;width:42px;height:42px;border-radius:13px;background:var(--orange);color:white}.mobile-dock a:last-child{color:var(--lime)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.reveal{opacity:1;transform:none}}
