:root{--ink:#111623;--paper:#f4f1e9;--paper-soft:#fbfaf6;--blue:#6f9cff;--blue-dark:#315fc9;--orange:#ffb75c;--mint:#b8e4cf;--line:#11162329;--muted:#111623a8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}p,h1,h2,h3,dl,dd{margin-top:0}main{min-height:100vh;overflow:hidden}.site-header{border-bottom:1px solid var(--line);grid-template-columns:1fr auto auto;align-items:center;gap:40px;width:min(1240px,100% - 48px);height:92px;margin:0 auto;display:grid}.brand{align-items:center;gap:12px;width:fit-content;display:inline-flex}.brand-mark{background:var(--ink);width:40px;height:40px;color:var(--orange);letter-spacing:-.04em;border-radius:13px;place-items:center;font-size:13px;font-weight:850;display:grid}.brand-copy{gap:2px;display:grid}.brand-copy strong{letter-spacing:-.02em;font-size:14px}.brand-copy small{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:10px}nav{gap:28px;font-size:13px;font-weight:700;display:flex}nav a,.language-link{transition:opacity .2s}nav a:hover,.language-link:hover{opacity:.5}.language-link{border:1px solid var(--line);border-radius:50%;place-items:center;width:42px;height:42px;font-size:11px;font-weight:850;display:grid}.hero{grid-template-columns:1.05fr .95fr;align-items:center;gap:72px;width:min(1240px,100% - 48px);min-height:760px;margin:0 auto;padding:86px 0 110px;display:grid}.eyebrow,.section-label{color:var(--blue-dark);letter-spacing:.17em;text-transform:uppercase;margin-bottom:22px;font-size:11px;font-weight:850}h1{letter-spacing:-.072em;text-wrap:balance;max-width:720px;margin-bottom:0;font-size:clamp(62px,7vw,108px);font-weight:660;line-height:.9}h1 em{color:var(--blue-dark);font-family:Georgia,serif;font-weight:400;display:block}.hero-lead{max-width:610px;color:var(--muted);margin:38px 0 32px;font-size:18px;line-height:1.58}.hero-actions{align-items:center;gap:26px;display:flex}.primary-button{background:var(--ink);color:#fff;border-radius:999px;justify-content:space-between;align-items:center;gap:30px;padding:17px 21px;font-size:13px;font-weight:800;transition:transform .2s,background .2s;display:inline-flex}.primary-button:hover{background:#26314b;transform:translateY(-2px)}.text-link{border-bottom:1px solid;padding:8px 0;font-size:13px;font-weight:750}.metrics{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);max-width:680px;margin:62px 0 0;display:grid}.metrics div{padding:18px 18px 0 0}.metrics dt{letter-spacing:-.03em;font-size:19px;font-weight:760}.metrics dd{color:var(--muted);margin:4px 0 0;font-size:11px;line-height:1.35}.hero-product{isolation:isolate;place-items:center;min-height:620px;display:grid;position:relative}.hero-product:before{content:"";z-index:-2;background:var(--blue);border-radius:42px;position:absolute;inset:3% 0 5% 5%;transform:rotate(3deg)}.map-grid{z-index:-1;opacity:.38;background-image:linear-gradient(#11162352 1px,#0000 1px),linear-gradient(90deg,#11162352 1px,#0000 1px);background-size:42px 42px;border-radius:38px;position:absolute;inset:10% 2% 2% 10%;-webkit-mask-image:linear-gradient(135deg,#000,#0000 72%);mask-image:linear-gradient(135deg,#000,#0000 72%)}.phone{border:7px solid var(--ink);background:var(--paper-soft);border-radius:42px;width:310px;padding:12px 15px 18px;transform:rotate(-4deg);box-shadow:0 34px 80px #1116234d}.phone-topbar{grid-template-columns:1fr auto 1fr;align-items:center;height:28px;font-size:8px;font-weight:800;display:grid}.phone-topbar>span:last-child{letter-spacing:-2px;justify-self:end}.phone-island{background:var(--ink);border-radius:999px;width:72px;height:20px}.phone-appbar{border-bottom:1px solid var(--line);grid-template-columns:auto 1fr auto;align-items:center;gap:9px;height:52px;font-size:11px;display:grid}.mini-mark,.avatar{border-radius:9px;place-items:center;width:27px;height:27px;font-size:9px;font-weight:850;display:grid}.mini-mark{background:var(--ink);color:var(--orange)}.avatar{color:var(--blue-dark);background:#e3e9f5;border-radius:50%}.status-row{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:7px;padding:20px 3px 12px;font-size:9px;font-weight:700;display:flex}.status-dot{background:#4cbf7b;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #4cbf7b21}.task-card{border:1px solid var(--line);background:#fff;border-radius:21px;padding:18px}.task-card p{letter-spacing:-.035em;margin-bottom:4px;font-size:16px;font-weight:780}.task-card small{color:var(--muted);font-size:9px}.task-card>strong{margin:22px 0 8px;font-size:10px;display:block}.progress{background:#e8e9ec;border-radius:99px;height:6px;overflow:hidden}.progress span{border-radius:inherit;background:var(--blue-dark);width:64%;height:100%;display:block}.task-card ol{gap:11px;margin:20px 0;padding:0;list-style:none;display:grid}.task-card li{color:var(--muted);grid-template-columns:25px 1fr;align-items:center;gap:9px;font-size:10px;display:grid}.task-card li span{border:1px solid var(--line);border-radius:50%;place-items:center;width:25px;height:25px;font-size:9px;display:grid}.task-card li.done{color:var(--ink)}.task-card li.done span{background:var(--mint);border-color:#0000}.task-card button{background:var(--ink);color:#fff;border:0;border-radius:12px;width:100%;padding:12px;font-size:10px;font-weight:750}.floating-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fbfaf6e6;border:1px solid #11162324;border-radius:15px;align-items:center;gap:10px;padding:11px 14px;display:flex;position:absolute;box-shadow:0 16px 35px #11162321}.floating-card>span{background:var(--orange);border-radius:10px;place-items:center;width:31px;height:31px;font-size:11px;font-weight:850;display:grid}.floating-card div{gap:2px;display:grid}.floating-card strong{font-size:10px}.floating-card small{color:var(--muted);font-size:8px}.location-card{top:18%;right:-3%}.evidence-card{bottom:16%;left:1%}.section{width:min(1240px,100% - 48px);margin:0 auto;padding:120px 0}.section-heading{grid-template-columns:.7fr 1.3fr 1fr;align-items:start;gap:44px;display:grid}.section-heading h2,.platform-heading h2,.security-copy h2,.contact h2{letter-spacing:-.058em;text-wrap:balance;margin-bottom:0;font-size:clamp(42px,5vw,74px);font-weight:620;line-height:1}.section-heading>p:last-child,.platform-heading>p:last-child,.security-copy>p:last-child,.contact>div>p:last-child{color:var(--muted);margin:6px 0 0;font-size:16px;line-height:1.65}.capabilities{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);margin-top:88px;display:grid}.capability-card{border-left:1px solid var(--line);min-height:280px;padding:28px}.capability-card:last-child{border-right:1px solid var(--line)}.capability-card>span{color:var(--blue-dark);margin-bottom:78px;font-family:Georgia,serif;font-size:15px;font-style:italic;display:block}.capability-card h3,.workflow h3,.team-grid h3{letter-spacing:-.035em;margin-bottom:12px;font-size:22px;line-height:1.1}.capability-card p,.workflow p,.team-grid p{color:var(--muted);margin:0;font-size:14px;line-height:1.6}.platform{background:var(--ink);color:#fff;padding:32px}.platform-inner{grid-template-columns:.8fr 1.2fr;gap:100px;width:min(1180px,100%);margin:0 auto;padding:94px 0 104px;display:grid}.platform .section-label{color:var(--orange)}.platform-heading h2{font-size:clamp(54px,6vw,88px)}.platform-heading>p:last-child{color:#ffffff9e;max-width:470px;margin-top:30px}.workflow{border-top:1px solid #fff3}.workflow article{border-bottom:1px solid #fff3;grid-template-columns:52px 1fr;gap:22px;padding:24px 0;display:grid}.workflow article>span{color:var(--orange);font-family:Georgia,serif;font-style:italic}.workflow h3{font-size:20px}.workflow p{color:#fff9}.section-heading.compact{grid-template-columns:.7fr 1fr 1.1fr}.mobile{grid-template-columns:1.4fr .6fr;align-items:end;gap:80px;display:grid}.mobile .section-heading{display:block}.mobile .section-heading h2{max-width:760px}.mobile .section-heading>p:last-child{max-width:690px;margin-top:28px}.feature-list{border-top:1px solid var(--line);margin:0;padding:0;list-style:none}.feature-list li{border-bottom:1px solid var(--line);grid-template-columns:35px 1fr;gap:12px;padding:17px 0;font-size:13px;font-weight:720;display:grid}.feature-list span{color:var(--blue-dark);font-family:Georgia,serif;font-style:italic}.team{padding-top:30px}.team .section-heading{grid-template-columns:.55fr 1.1fr 1fr}.team-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:74px;display:grid}.team-grid article{background:var(--paper-soft);border-radius:22px;min-height:210px;padding:28px}.team-dot{background:var(--orange);border-radius:50%;width:11px;height:11px;margin-bottom:66px;display:block;box-shadow:0 0 0 7px #ffb75c2e}.system-showcase{background:var(--ink);color:#fff;isolation:isolate;border-radius:32px;grid-template-columns:.78fr 1.22fr;align-items:center;gap:82px;min-height:570px;margin-top:22px;padding:58px 68px;display:grid;position:relative;overflow:hidden}.showcase-grid{z-index:-1;opacity:.2;background-image:linear-gradient(#6f9cff59 1px,#0000 1px),linear-gradient(90deg,#6f9cff59 1px,#0000 1px);background-size:62px 62px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(110deg,#0000 4%,#000 50%,#0000 95%);mask-image:linear-gradient(110deg,#0000 4%,#000 50%,#0000 95%)}.system-showcase:after{content:"";z-index:-1;background:var(--blue);opacity:.85;border-radius:50%;width:430px;height:430px;position:absolute;bottom:-170px;right:-90px}.system-phone{background:var(--paper-soft);width:286px;color:var(--ink);border:7px solid #050812;border-radius:40px;justify-self:center;padding:11px 14px 17px;transform:rotate(-3deg);box-shadow:0 30px 70px #00000059}.system-phone-top{grid-template-columns:1fr auto 1fr;align-items:center;height:28px;font-size:8px;font-weight:800;display:grid}.system-phone-top i{background:var(--ink);border-radius:99px;width:67px;height:19px}.system-phone-top>span:last-child{letter-spacing:-2px;justify-self:end}.system-appbar{border-bottom:1px solid var(--line);align-items:center;gap:9px;padding:11px 0 14px;font-size:10px;display:flex}.system-report-head{padding:19px 3px 14px}.system-report-head>span{background:var(--mint);color:#23533d;text-transform:uppercase;letter-spacing:.07em;border-radius:99px;padding:6px 9px;font-size:8px;font-weight:800;display:inline-flex}.system-report-head h3{letter-spacing:-.04em;margin:14px 0 3px;font-size:19px}.system-report-head p{color:var(--muted);margin:0;font-size:9px}.report-photo{background:#dbe5f3;border-radius:16px;grid-template-rows:1fr 1fr;grid-template-columns:1.35fr .65fr;gap:6px;height:92px;padding:12px;display:grid;overflow:hidden}.report-photo span{background:linear-gradient(145deg,#8ca4c6,#334769);border-radius:8px;position:relative;overflow:hidden}.report-photo span:first-child{grid-row:1/3}.report-photo span:after{content:"";border:3px solid #ffffff80;border-radius:50% 50% 18% 18%;width:80%;height:45%;position:absolute;bottom:-14%;left:10%;transform:rotate(-8deg)}.report-rows{border-top:1px solid var(--line);margin-top:12px}.report-rows div{border-bottom:1px solid var(--line);justify-content:space-between;gap:12px;padding:10px 1px;font-size:9px;display:flex}.report-rows span{color:var(--muted)}.preview-action{background:var(--ink);color:#fff;text-align:center;border-radius:11px;margin-top:14px;padding:11px;font-size:9px;font-weight:780}.system-summary{z-index:1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff29;border-radius:25px;padding:38px;position:relative}.summary-heading{border-bottom:1px solid #ffffff2e;gap:9px;padding-bottom:26px;display:grid}.summary-heading span{color:var(--orange);letter-spacing:.13em;font-size:9px;font-weight:850}.summary-heading strong{letter-spacing:-.04em;font-size:clamp(25px,3vw,39px)}.summary-timeline{padding:20px 0;display:grid}.summary-timeline div{grid-template-columns:29px 1fr auto;align-items:center;gap:13px;min-height:48px;display:grid;position:relative}.summary-timeline div:not(:last-child):after{content:"";background:#ffffff38;width:1px;height:26px;position:absolute;top:35px;left:14px}.summary-timeline div>span{background:var(--mint);width:29px;height:29px;color:var(--ink);border-radius:50%;place-items:center;font-size:9px;font-weight:850;display:grid}.summary-timeline strong{font-size:12px}.summary-timeline small{color:#ffffff80;font-size:9px}.system-summary>p{color:#ffffff9e;max-width:450px;margin:5px 0 26px;font-size:13px;line-height:1.55}.summary-stats{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.summary-stats div{background:#ffffff1a;border-radius:14px;align-content:space-between;min-height:82px;padding:15px;display:grid}.summary-stats strong{color:var(--orange);font-size:24px}.summary-stats span{color:#ffffff94;font-size:9px}.security{grid-template-columns:1fr 1fr;align-items:center;gap:80px;padding-top:70px;display:grid}.security-copy>p:last-child{max-width:560px;margin-top:28px}.security-panel{background:var(--blue);color:var(--ink);border-radius:26px;padding:34px}.security-panel ul{gap:3px;margin:0;padding:0;list-style:none;display:grid}.security-panel li{border-bottom:1px solid #1116232b;grid-template-columns:32px 1fr;align-items:center;gap:12px;padding:15px 0;font-size:13px;font-weight:720;display:grid}.security-panel li span{background:var(--ink);width:27px;height:27px;color:var(--orange);border-radius:50%;place-items:center;font-size:11px;display:grid}.internal-note{background:#ffffff6b;border-radius:14px;margin:25px 0 0;padding:18px;font-size:12px;line-height:1.55}.contact{background:var(--orange);border-radius:32px;grid-template-columns:1.1fr .9fr;align-items:center;gap:70px;margin-bottom:32px;padding:70px;display:grid}.contact .section-label{color:var(--ink)}.contact h2{max-width:720px}.contact>div>p:last-child{color:#111623b3}.contact-actions{gap:10px;display:grid}.partner-link,.support-link{border-radius:17px;gap:7px;padding:21px 52px 21px 22px;display:grid;position:relative}.partner-link{background:var(--ink);color:#fff;transition:transform .2s,background .2s}.partner-link:hover{background:#26314b;transform:translateY(-2px)}.support-link{background:#fff3;border:1px solid #1116234d}.partner-link span,.support-link span{color:var(--orange);letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:830}.support-link span{color:#1116239e}.partner-link strong,.support-link strong{letter-spacing:-.025em;font-size:clamp(15px,2vw,20px)}.partner-link em{font-size:19px;font-style:normal;position:absolute;top:50%;right:22px;transform:translateY(-50%)}footer{width:min(1240px,100% - 48px);color:var(--muted);grid-template-columns:1fr auto auto;align-items:start;gap:48px;margin:0 auto;padding:34px 0 46px;font-size:11px;display:grid}footer .brand{color:var(--ink)}.legal p,footer>p{margin:0 0 5px}:is(a:focus-visible,button:focus-visible){outline:3px solid var(--blue-dark);outline-offset:4px}@media (max-width:1000px){.hero{grid-template-columns:1fr}.hero-copy{max-width:820px}.hero-product{justify-self:center;width:min(650px,100%)}.section-heading,.section-heading.compact,.team .section-heading{grid-template-columns:1fr;gap:18px}.section-heading>p:last-child{max-width:700px}.platform-inner{grid-template-columns:1fr;gap:70px}.mobile{grid-template-columns:1fr}.feature-list{max-width:640px}.system-showcase{grid-template-columns:1fr;gap:56px}.system-summary{justify-self:center;width:min(620px,100%)}}@media (max-width:760px){.site-header{grid-template-columns:1fr auto}nav{display:none}.hero{padding-top:60px}h1{font-size:clamp(55px,16vw,78px)}.metrics{grid-template-columns:1fr}.metrics div{border-bottom:1px solid var(--line);padding:14px 0}.capabilities,.team-grid{grid-template-columns:1fr}.capability-card{border-left:0;border-bottom:1px solid var(--line);min-height:auto}.capability-card:last-child{border-bottom:0;border-right:0}.capability-card>span{margin-bottom:40px}.security{grid-template-columns:1fr}.contact{grid-template-columns:1fr;gap:36px;padding:44px 30px}footer{grid-template-columns:1fr;gap:22px}.system-showcase{padding:48px 28px}}@media (max-width:520px){.site-header,.hero,.section,footer{width:min(100% - 30px,1240px)}.site-header{height:78px}.brand-copy small{display:none}.hero{gap:52px;min-height:auto;padding:52px 0 74px}.hero-actions{flex-direction:column;align-items:flex-start;gap:14px}.hero-product{min-height:525px}.hero-product:before{inset:2% -30px 3%}.phone{width:276px}.location-card{right:-11px}.evidence-card{left:-10px}.section{padding:82px 0}.platform{padding:20px}.platform-inner{padding:70px 0}.platform-heading h2{font-size:50px}.security-panel{padding:24px}.partner-link,.support-link{padding-left:18px}.system-showcase{border-radius:24px;margin-top:12px;padding:42px 18px}.system-phone{width:260px}.system-summary{padding:25px 21px}.summary-stats{grid-template-columns:1fr}.summary-stats div{min-height:60px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important}}
