@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root{--black:#070708;--ink:#171719;--smoke:#f4f4f2;--white:#fff;--line:#deded9;--muted:#6d6d72;--blue:#1677ff;--blue2:#76b4ff;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--smoke);color:var(--ink);font-family:Manrope,Arial,sans-serif;line-height:1.55}a{text-decoration:none;color:inherit}.wrap{width:min(1180px,calc(100% - 44px));margin:auto}.utility{background:#101012;color:#a2a2aa;font:12px/1.4 'DM Mono',monospace}.utility .wrap{display:flex;justify-content:space-between;padding:10px 0}.utility a{color:#fff}.nav{position:sticky;top:0;z-index:20;background:rgba(7,7,8,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.12)}.navin{height:68px;display:flex;align-items:center;justify-content:space-between;gap:25px;color:#fff}.brand{font-family:'Space Grotesk',sans-serif;font-weight:700;letter-spacing:-.06em;font-size:19px;display:flex;align-items:center;gap:10px}.brandmark{width:27px;height:27px;display:grid;place-items:center;background:#fff;color:#050506;font-family:'DM Mono',monospace;font-size:14px}.links{display:flex;align-items:center;gap:28px;color:#c9c9cf;font-size:13px;font-weight:600}.links a:hover{color:#fff}.cta{display:inline-flex;min-height:39px;padding:0 16px;align-items:center;justify-content:center;border-radius:999px;background:var(--blue);color:#fff;font-size:13px;font-weight:700;transition:background .2s,transform .2s}.cta:hover{background:#4b96ff;transform:translateY(-1px)}.cta.ghost{background:transparent;border:1px solid rgba(255,255,255,.38)}.hero{position:relative;background:var(--black);color:white;padding:92px 0 0;overflow:hidden;isolation:isolate}.spectrum{position:absolute;inset:0;z-index:-1;overflow:hidden;pointer-events:none}.spectrum i{position:absolute;border-radius:50%;filter:blur(1px);opacity:.72;mix-blend-mode:screen;animation:drift 14s ease-in-out infinite alternate}.spectrum i:nth-child(1){width:380px;height:380px;left:-150px;top:80px;background:#185bff;filter:blur(100px)}.spectrum i:nth-child(2){width:310px;height:310px;right:-90px;top:0;background:#ff3d9a;filter:blur(105px);animation-delay:-5s}.spectrum i:nth-child(3){width:260px;height:260px;left:40%;bottom:0;background:#00dca6;filter:blur(110px);animation-delay:-9s}.herohead{position:relative;max-width:900px;margin:auto;text-align:center}.herohead:after{content:'✦';position:absolute;right:4%;top:13%;color:#ffcc4d;font-size:24px;animation:spark 2.4s ease-in-out infinite}.kicker{display:inline-flex;align-items:center;gap:8px;color:#c8e0ff;font:11px 'DM Mono',monospace;letter-spacing:.06em;text-transform:uppercase}.dot{width:7px;height:7px;background:#ff5ea7;border-radius:50%;box-shadow:0 0 0 4px rgba(255,94,167,.18);animation:pulse 2s ease-in-out infinite}h1,h2,h3{font-family:'Space Grotesk',sans-serif;letter-spacing:-.065em}.hero h1{font-size:clamp(3.55rem,8vw,7.1rem);line-height:.91;font-weight:600;margin:22px 0 23px}.hero h1 span{background:linear-gradient(100deg,#77b7ff 8%,#aa80ff 38%,#ff62a8 68%,#ffd15b 100%);background-size:220% auto;background-clip:text;-webkit-background-clip:text;color:transparent;animation:hueflow 7s linear infinite}.hero p{margin:0 auto;max-width:590px;font-size:17px;color:#d1d1d9}.heroactions{display:flex;justify-content:center;gap:11px;margin:31px 0 58px}.herofigure{position:relative;max-width:1100px;margin:auto;height:clamp(330px,48vw,550px);border-radius:18px 18px 0 0;overflow:hidden;background:#18181b;box-shadow:0 -14px 80px rgba(73,105,255,.2)}.herofigure:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.46))}.herofigure:before{content:'';position:absolute;z-index:1;width:230px;height:230px;border:1px solid rgba(255,255,255,.32);border-radius:50%;right:-74px;top:-76px;box-shadow:0 0 0 17px rgba(91,130,255,.15),0 0 0 34px rgba(255,84,168,.1);animation:orbit 10s linear infinite}.herofigure img{height:100%;width:100%;object-fit:cover;object-position:center;transition:transform 1s ease}.herofigure:hover img{transform:scale(1.025)}.figuretag{position:absolute;z-index:2;bottom:21px;left:24px;right:24px;display:flex;justify-content:space-between;gap:20px;align-items:end;color:#fff;font-size:13px}.figuretag strong{font:500 11px 'DM Mono',monospace;text-transform:uppercase;letter-spacing:.08em}.prism{position:absolute;z-index:2;left:22px;top:22px;display:flex;gap:8px}.prism i{display:block;width:11px;height:11px;border-radius:50%;background:#5ba8ff;box-shadow:0 0 18px currentColor}.prism i:nth-child(2){background:#ff5ca7}.prism i:nth-child(3){background:#ffd05a}@keyframes drift{to{transform:translate(95px,-45px) scale(1.18)}}@keyframes hueflow{to{background-position:220% center}}@keyframes pulse{50%{transform:scale(1.5);box-shadow:0 0 0 8px rgba(255,94,167,0)}}@keyframes spark{50%{transform:scale(1.45) rotate(18deg);opacity:.65}}@keyframes orbit{to{transform:rotate(360deg)}}.strip{background:#fff;border-bottom:1px solid var(--line)}.strip .wrap{display:grid;grid-template-columns:repeat(3,1fr)}.stripitem{padding:27px 26px;border-left:1px solid var(--line);font-size:13px}.stripitem:last-child{border-right:1px solid var(--line)}.stripitem b{display:block;font-family:'Space Grotesk',sans-serif;font-size:16px;letter-spacing:-.04em;margin-bottom:3px}.stripitem span{color:var(--muted)}section{padding:112px 0}.sectionlabel{font:11px 'DM Mono',monospace;letter-spacing:.07em;text-transform:uppercase;color:var(--blue)}.headingrow{display:grid;grid-template-columns:1.2fr .7fr;gap:70px;align-items:end;margin-bottom:47px}.headingrow h2{font-size:clamp(2.6rem,5vw,4.8rem);font-weight:600;line-height:.95;margin:12px 0 0}.headingrow p{margin:0;color:var(--muted);font-size:15px}.servicegrid{display:grid;grid-template-columns:1.2fr .8fr;gap:16px}.feature{position:relative;min-height:415px;background:var(--ink);color:#fff;padding:38px;display:flex;flex-direction:column;justify-content:space-between;border-radius:var(--radius);overflow:hidden}.feature:after{content:'Z';position:absolute;right:-16px;bottom:-87px;font:700 390px/.7 'Space Grotesk',sans-serif;letter-spacing:-.15em;color:rgba(255,255,255,.045)}.feature>*{position:relative;z-index:1}.feature h3{max-width:480px;font-size:clamp(2.4rem,4vw,4rem);line-height:.93;margin:0}.feature p{max-width:415px;color:#b7bac3;margin:13px 0 0}.tinyline{width:42px;height:2px;background:var(--blue);margin-top:22px}.rightstack{display:grid;grid-template-rows:1fr 1fr;gap:16px}.smallfeature{border-radius:var(--radius);padding:31px;background:#fff;display:flex;flex-direction:column;justify-content:space-between}.smallfeature:nth-child(2){background:#dce9ff}.smallfeature b{font:500 30px/1 'Space Grotesk',sans-serif;letter-spacing:-.06em}.smallfeature p{font-size:14px;color:var(--muted);margin:13px 0 0}.smallfeature:nth-child(2) p{color:#35527c}.smallfeature span{font:11px 'DM Mono',monospace;color:var(--blue);text-transform:uppercase}.workflow{background:#fff}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.step{padding:31px 30px 35px;border-right:1px solid var(--line)}.step:last-child{border-right:0}.stepno{display:block;color:var(--blue);font:11px 'DM Mono',monospace;margin-bottom:41px}.step h3{font-size:25px;line-height:1;letter-spacing:-.055em;margin:0 0 12px}.step p{color:var(--muted);font-size:14px;margin:0}.visit{padding:0 0 112px;background:var(--smoke)}.visitbox{background:var(--blue);color:#fff;display:grid;grid-template-columns:1.12fr .88fr;border-radius:var(--radius);overflow:hidden}.visitcopy{padding:57px}.visitcopy .sectionlabel{color:#dceaff}.visitcopy h2{font-size:clamp(2.7rem,5vw,5rem);line-height:.92;margin:13px 0 22px}.visitcopy p{max-width:510px;margin-bottom:32px}.visitdata{padding:52px;background:#0f315e;display:flex;flex-direction:column;justify-content:center;gap:24px}.visitdata div{border-bottom:1px solid rgba(255,255,255,.18);padding-bottom:18px}.visitdata div:last-child{border:0}.visitdata span{display:block;text-transform:uppercase;font:10px 'DM Mono',monospace;letter-spacing:.08em;color:#8bbaff;margin-bottom:5px}.visitdata b{font-size:14px}.footer{background:var(--black);color:#bdbdc6;padding:53px 0 25px}.footgrid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:32px;padding-bottom:45px}.footer .brand{color:#fff}.footer p{font-size:13px;max-width:320px;line-height:1.7}.footer h3{font:11px 'DM Mono',monospace;color:#7c7c85;text-transform:uppercase;letter-spacing:.08em}.footer a{display:block;font-size:13px;margin:9px 0;color:#dedee3}.copyright{border-top:1px solid rgba(255,255,255,.12);padding-top:20px;color:#797982;font:11px 'DM Mono',monospace;display:flex;justify-content:space-between}.legal{max-width:780px;padding:86px 0}.legal h1{font-size:clamp(3rem,6vw,5rem);line-height:.92;margin:20px 0}.legal h2{margin-top:42px;font-size:25px}.legal p,.legal li{color:#505059}.legal .date{font:12px 'DM Mono',monospace;color:var(--muted)}@media(max-width:760px){.utility .wrap{justify-content:center}.utility span{display:none}.links{display:none}.hero{padding-top:66px}.hero h1{font-size:clamp(3.25rem,15vw,4.7rem)}.hero p{font-size:15px}.heroactions{margin-bottom:40px}.herofigure{height:320px;border-radius:12px 12px 0 0}.figuretag{left:16px;bottom:15px;font-size:11px}.strip .wrap,.steps,.footgrid,.headingrow,.servicegrid,.visitbox{grid-template-columns:1fr}.strip .wrap{display:block}.stripitem{border-left:0;border-bottom:1px solid var(--line);padding:19px 0}.stripitem:last-child{border-right:0;border-bottom:0}.headingrow{gap:20px;margin-bottom:34px}.rightstack{grid-template-rows:auto;gap:16px}.smallfeature{min-height:215px}.steps{border-bottom:0}.step{border-right:0;border-bottom:1px solid var(--line);padding:28px 0}.stepno{margin-bottom:26px}.visit{padding-bottom:70px}.visitcopy,.visitdata{padding:36px 27px}.footgrid{gap:12px}.copyright{display:block}.copyright span{display:block;margin-bottom:8px}section{padding:74px 0}.legal{padding:58px 0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.cta,.herofigure img{transition:none}.spectrum i,.herohead:after,.dot,.hero h1 span,.herofigure:before{animation:none}}