*,:after,:before{margin:0;padding:0;box-sizing:border-box}:root{--font:"Inter",system-ui,-apple-system,sans-serif;--accent:#0c5af5}html{scroll-behavior:smooth}body{font-family:var(--font);background:#050508;color:#fff}nav{position:fixed;top:22px;left:50%;transform:translateX(-50%);width:50%;z-index:200;display:flex;align-items:center;justify-content:space-between;gap:36px;padding:11px 28px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.12);border-radius:100px;backdrop-filter:blur(20px) saturate(200%) brightness(1.1);-webkit-backdrop-filter:blur(20px) saturate(200%) brightness(1.1);box-shadow:0 8px 32px rgba(0,0,0,.12),inset 0 1px 0 hsla(0,0%,100%,.08);white-space:nowrap;transition:padding .4s cubic-bezier(.22,1,.36,1),background .3s ease,border-color .3s ease,box-shadow .3s ease;animation:navDrop .7s cubic-bezier(.22,1,.36,1) both}nav.scrolled{padding:8px 28px;background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.15);box-shadow:0 8px 32px rgba(0,0,0,.15),inset 0 1px 0 hsla(0,0%,100%,.1)}@keyframes navDrop{0%{opacity:0;transform:translateX(-50%) translateY(-14px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.nav-logo{display:flex;align-items:center;gap:8px;font-size:14.5px;font-weight:600;letter-spacing:-.3px;color:#fff;text-decoration:none}.nav-logo-img{height:100px;width:auto;object-fit:contain;margin:-38px 0}.nav-links{display:flex;align-items:center;gap:26px;list-style:none}.nav-links a{font-size:13.5px;color:hsla(0,0%,100%,.6);text-decoration:none;transition:color .3s ease}.nav-links a:hover{color:#fff}.nav-dropdown{position:relative}.nav-dropdown>a{cursor:pointer;display:flex;align-items:center;gap:4px}.nav-dropdown>a svg.dd-arrow{width:10px;height:10px;transition:transform .3s ease}.nav-dropdown:hover>a svg.dd-arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(100% + 12px);left:50%;transform:translateX(-50%) translateY(8px);min-width:240px;padding:12px 0;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;box-shadow:0 16px 48px rgba(0,0,0,.12);opacity:0;visibility:hidden;transition:opacity .3s ease,transform .3s ease,visibility .3s ease;list-style:none;z-index:1001}.nav-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.dropdown-menu li a{display:block;padding:10px 24px;font-size:13.5px;color:rgba(0,0,0,.6)!important;text-decoration:none;transition:background .2s ease,color .2s ease;white-space:nowrap}.dropdown-menu li a:hover{background:rgba(0,0,0,.04);color:#111!important}nav.nav-light{border-color:rgba(0,0,0,.08);box-shadow:0 8px 32px rgba(0,0,0,.06),inset 0 1px 0 hsla(0,0%,100%,.5)}nav.nav-light .nav-links a{color:rgba(0,0,0,.5)}nav.nav-light .nav-links a:hover{color:#111}.nav-pill{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#fff;background:linear-gradient(135deg,#7c6fff,#3ecfff);border-radius:100px;text-decoration:none;white-space:nowrap;max-width:0;opacity:0;overflow:hidden;padding:8px 0;transition:max-width .5s cubic-bezier(.22,1,.36,1),opacity .4s ease,padding .5s cubic-bezier(.22,1,.36,1)}nav.scrolled .nav-pill{max-width:160px;opacity:1;padding:8px 16px}.dm-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:140px 80px 120px;overflow:hidden}.dm-hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.dm-hero:after{content:"";position:absolute;inset:0;background:rgba(5,5,8,.7);z-index:1}.dm-hero-particles{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:2}.dm-particle{position:absolute;opacity:.12;color:rgba(12,90,245,.6)}.dm-particle svg{width:100%;height:100%}.dm-particle--1{width:40px;height:40px;top:15%;left:8%;animation:floatA 12s ease-in-out infinite}.dm-particle--2{width:28px;height:28px;top:25%;right:15%;animation:floatB 10s ease-in-out 1s infinite}.dm-particle--3{width:50px;height:50px;bottom:30%;left:20%;animation:floatC 14s ease-in-out 2s infinite}.dm-particle--4{width:32px;height:32px;top:60%;right:25%;animation:floatA 11s ease-in-out 3s infinite}.dm-particle--5{width:24px;height:24px;top:10%;right:35%;animation:floatB 9s ease-in-out .5s infinite}.dm-particle--6{width:36px;height:36px;bottom:15%;right:10%;animation:floatC 13s ease-in-out 4s infinite}.dm-particle--7{width:20px;height:20px;top:45%;left:5%;animation:floatA 10s ease-in-out 2.5s infinite}.dm-particle--8{width:44px;height:44px;bottom:20%;left:40%;animation:floatB 15s ease-in-out 1.5s infinite}.dm-hero-grid{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:2}.dm-hero-grid:before{content:"";position:absolute;top:0;left:0;width:200%;height:200%;background-image:linear-gradient(rgba(12,90,245,.04) 1px,transparent 0),linear-gradient(90deg,rgba(12,90,245,.04) 1px,transparent 0);background-size:60px 60px;transform:perspective(500px) rotateX(60deg);transform-origin:center top;animation:gridMove 20s linear infinite}@keyframes gridMove{0%{transform:perspective(500px) rotateX(60deg) translateY(0)}to{transform:perspective(500px) rotateX(60deg) translateY(60px)}}@keyframes floatA{0%,to{transform:translate(0) rotate(0deg)}25%{transform:translate(15px,-25px) rotate(90deg)}50%{transform:translate(-10px,-40px) rotate(180deg)}75%{transform:translate(20px,-15px) rotate(270deg)}}@keyframes floatB{0%,to{transform:translate(0) rotate(0deg)}33%{transform:translate(-20px,30px) rotate(120deg)}66%{transform:translate(15px,-20px) rotate(240deg)}}@keyframes floatC{0%,to{transform:translate(0) rotate(0deg)}20%{transform:translate(25px,15px) rotate(72deg)}40%{transform:translate(-15px,35px) rotate(144deg)}60%{transform:translate(-25px,-10px) rotate(216deg)}80%{transform:translate(10px,-30px) rotate(288deg)}}.dm-hero-content{max-width:750px;position:relative;z-index:3}.dm-hero-badge{display:inline-block;padding:6px 16px;background:rgba(12,90,245,.12);border:1px solid rgba(12,90,245,.25);border-radius:100px;font-size:13px;font-weight:500;color:var(--accent);margin-bottom:28px}.dm-hero h1{font-family:var(--font);font-size:clamp(36px,5vw,60px);font-weight:700;line-height:1.1;letter-spacing:-1.5px;margin-bottom:24px}.dm-hero h1 span{display:inline-block;min-width:200px}.dm-hero h1 span,.dm-hero h1 span .hero-cursor:after{background:linear-gradient(135deg,var(--accent),#3ecfff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.dm-hero h1 span .hero-cursor:after{content:"|";animation:heroBlink .6s step-end infinite;margin-left:2px;font-weight:300;opacity:.8}@keyframes heroBlink{50%{opacity:0}}.dm-hero p{font-size:17px;line-height:1.7;color:hsla(0,0%,100%,.6);max-width:620px;margin:0 auto 36px}.dm-hero-cta{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;background:var(--accent);color:#fff;border-radius:100px;font-size:15px;font-weight:600;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.dm-hero-cta:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(12,90,245,.35)}.dm-hero-logos{position:absolute;bottom:40px;left:0;right:0;z-index:3;overflow:hidden}.dm-hero-logos:after,.dm-hero-logos:before{content:"";position:absolute;top:0;bottom:0;width:150px;z-index:2;pointer-events:none}.dm-hero-logos:before{left:0;background:linear-gradient(90deg,rgba(5,5,8,.85),transparent)}.dm-hero-logos:after{right:0;background:linear-gradient(270deg,rgba(5,5,8,.85),transparent)}.dm-hero-logos-track{display:flex;width:max-content;animation:dmLogoScroll 20s linear infinite}@keyframes dmLogoScroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.dm-logo-item{display:flex;align-items:center;padding:0 28px;flex-shrink:0}.dm-logo-item img{height:140px;width:220px;object-fit:contain;filter:brightness(0) invert(1);opacity:.7;transition:opacity .3s ease}.dm-logo-item:hover img{opacity:.8}.dm-ps{background:#fff;color:#111;padding:100px 80px}.dm-ps-label{display:inline-block;padding:6px 16px;background:rgba(12,90,245,.08);border-radius:100px;font-size:13px;font-weight:600;color:var(--accent);margin-bottom:48px}.dm-ps-row{display:grid;grid-template-columns:200px 1fr;grid-gap:40px;gap:40px;padding:40px 0;border-top:1px solid rgba(0,0,0,.08)}.dm-ps-row h3{font-family:var(--font);font-size:28px;font-weight:700;letter-spacing:-.5px}.dm-ps-row p{font-size:16px;line-height:1.8;color:rgba(0,0,0,.6)}.dm-hscroll-wrapper{height:700vh;position:relative;background:linear-gradient(135deg,#050508,#0a1628 50%,#050508)}.dm-hscroll-sticky{position:-webkit-sticky;position:sticky;top:0;height:100vh;overflow:hidden}.dm-hscroll-label{position:absolute;top:40px;left:70px;font-size:13px;font-weight:600;color:hsla(0,0%,100%,.4);letter-spacing:1px;text-transform:uppercase;z-index:5}.dm-hscroll-track{display:flex;height:100%;transition:transform .1s linear;will-change:transform}.dm-panel{min-width:100vw;height:100vh;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;padding:0}.dm-panel-text{padding:60px 70px}.dm-panel-text-line{width:80%;height:1px;background:hsla(0,0%,100%,.15);margin-bottom:32px}.dm-panel-num{font-family:var(--font);font-size:52px;font-weight:300;color:hsla(0,0%,100%,.4);margin-bottom:28px}.dm-panel-title{font-family:var(--font);font-size:clamp(28px,3vw,40px);font-weight:700;letter-spacing:-1px;line-height:1.15;margin-bottom:20px}.dm-panel-desc{font-size:15px;line-height:1.7;color:hsla(0,0%,100%,.45);max-width:380px}.dm-panel-img{height:80vh;max-height:650px;overflow:hidden;border-radius:0;position:relative}.dm-panel-img img{width:100%;height:100%;object-fit:cover}.dm-panel-img-badge{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);padding:6px 18px;background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:100px;font-size:12px;color:hsla(0,0%,100%,.7);border:1px solid hsla(0,0%,100%,.15);white-space:nowrap}.dm-teams{background:#f8f8f8;color:#111;padding:100px 80px}.dm-teams-header{margin-bottom:60px}.dm-teams-header h2{font-family:var(--font);font-size:clamp(28px,3.5vw,42px);font-weight:700;letter-spacing:-1px}.dm-teams-header h2 span{color:var(--accent)}.dm-teams-layout{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center}.dm-teams-img{border-radius:16px;overflow:hidden;aspect-ratio:1/1}.dm-teams-img img{width:100%;height:100%;object-fit:cover;transition:opacity .5s ease}.dm-teams-list{display:flex;flex-direction:column;gap:0}.dm-team-item{padding:28px 0;cursor:pointer;transition:all .3s ease;position:relative}.dm-team-item-header{display:flex;align-items:center}.dm-team-item-header h4{font-family:var(--font);font-size:clamp(18px,2vw,26px);font-weight:600;color:rgba(0,0,0,.3);letter-spacing:-.5px;transition:color .3s ease}.dm-team-item.active .dm-team-item-header h4{color:#111}.dm-team-item-body{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease}.dm-team-item.active .dm-team-item-body{max-height:200px;padding-top:16px}.dm-team-item-body p{font-size:15px;line-height:1.7;color:rgba(0,0,0,.55)}.dm-team-item-progress{width:100%;height:2px;background:rgba(0,0,0,.06);margin-top:16px;position:relative;overflow:hidden}.dm-team-item-progress-bar{position:absolute;top:0;left:0;height:100%;width:0;background:linear-gradient(90deg,var(--accent),#3ecfff);transition:width .1s linear}.dm-team-item.active .dm-team-item-progress-bar{animation:teamProgress 4s linear forwards}@keyframes teamProgress{0%{width:0}to{width:100%}}.dm-cta{padding:160px 80px;background:#050508;text-align:center;overflow:hidden;position:relative}.dm-cta-words{display:flex;flex-wrap:wrap;justify-content:center;align-items:baseline;gap:0 20px;font-family:var(--font);font-size:clamp(40px,5.5vw,72px);font-weight:600;letter-spacing:-2px;line-height:1.15;margin-bottom:48px}.dm-cta-word{display:inline-block;transition:transform 1.2s cubic-bezier(.22,1,.36,1),opacity 1s ease;color:hsla(0,0%,100%,.85)}.dm-cta-word.highlight{background:linear-gradient(135deg,var(--accent),#3ecfff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.dm-cta-word.scattered{opacity:.15}.dm-cta-btn{display:inline-flex;align-items:center;gap:10px;padding:18px 40px;background:transparent;color:#fff;border:1px solid hsla(0,0%,100%,.25);border-radius:100px;font-size:17px;font-weight:500;text-decoration:none;transition:transform .3s ease,background .3s ease,border-color .3s ease;opacity:0;transform:translateY(20px);transition:opacity .8s ease .6s,transform .8s ease .6s,background .3s ease,border-color .3s ease}.dm-cta-btn.visible{opacity:1;transform:translateY(0)}.dm-cta-btn:hover{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.5)}.dm-footer{background:#0a0a0f;padding:80px 80px 0;color:#fff}.dm-footer-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:40px}.dm-footer-header-logo img{height:55px;width:auto;object-fit:contain}.dm-footer-tagline{font-family:var(--font);font-size:24px;font-weight:500;color:hsla(0,0%,100%,.9)}.dm-footer-divider{width:100%;height:1px;background:hsla(0,0%,100%,.08)}.dm-footer-links{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1.2fr;grid-gap:40px;gap:40px;padding:50px 0}.dm-footer-col h4{font-family:var(--font);font-size:14px;font-weight:700;color:#fff;margin-bottom:20px;text-transform:capitalize}.dm-footer-col ul{list-style:none}.dm-footer-col ul li{margin-bottom:12px}.dm-footer-col ul li a{font-size:14px;color:hsla(0,0%,100%,.4);text-decoration:none;transition:color .3s ease}.dm-footer-col ul li a:hover{color:hsla(0,0%,100%,.8)}.dm-footer-contact p{font-size:13px;color:hsla(0,0%,100%,.4);line-height:1.6;margin-bottom:16px}.dm-footer-contact strong{display:block;font-size:11px;color:hsla(0,0%,100%,.25);text-transform:uppercase;letter-spacing:1px;margin-bottom:4px;font-weight:500}.dm-footer-form-col{display:flex;flex-direction:column;gap:16px}.dm-footer-form-col h4{font-family:var(--font);font-size:14px;font-weight:700;color:#fff;margin-bottom:4px}.dm-footer-form-col .dm-footer-form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.dm-footer-form-col input,.dm-footer-form-col textarea{width:100%;padding:12px 14px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.08);border-radius:8px;color:#fff;font-family:var(--font);font-size:13px;outline:none;transition:border-color .3s ease}.dm-footer-form-col input::placeholder,.dm-footer-form-col textarea::placeholder{color:hsla(0,0%,100%,.25)}.dm-footer-form-col input:focus,.dm-footer-form-col textarea:focus{border-color:rgba(12,90,245,.4)}.dm-footer-form-col textarea{min-height:80px;resize:vertical}.dm-footer-form-col .dm-footer-terms{font-size:12px;color:hsla(0,0%,100%,.3)}.dm-footer-form-col .dm-footer-terms a{color:hsla(0,0%,100%,.5);text-decoration:underline}.dm-footer-submit{display:inline-flex;align-items:center;justify-content:center;padding:11px 24px;background:var(--accent);color:#fff;border:none;border-radius:8px;font-family:var(--font);font-size:13px;font-weight:600;cursor:pointer;transition:background .3s ease;width:-moz-fit-content;width:fit-content}.dm-footer-submit:hover{background:#0a4fd4}.dm-footer-brand{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.dm-footer-brand img{height:60px;width:auto;object-fit:contain}.dm-footer-brand p{font-size:13px;color:hsla(0,0%,100%,.35);line-height:1.6}.dm-footer-locations{display:flex;justify-content:space-between;align-items:center;padding:30px 0}.dm-footer-location-items{display:flex;gap:48px}.dm-footer-location{display:flex;align-items:center;gap:12px}.dm-footer-location-icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.dm-footer-location-text strong{display:block;font-size:14px;color:#fff;font-weight:500}.dm-footer-location-text span{font-size:13px;color:hsla(0,0%,100%,.35)}.dm-footer-email-input{display:flex;align-items:center;gap:0;border-bottom:1px solid hsla(0,0%,100%,.15);padding-bottom:8px}.dm-footer-email-input input{background:transparent;border:none;color:hsla(0,0%,100%,.4);font-family:var(--font);font-size:14px;outline:none;width:200px}.dm-footer-email-input input::placeholder{color:hsla(0,0%,100%,.25)}.dm-footer-email-input button{background:none;border:1px solid hsla(0,0%,100%,.2);color:hsla(0,0%,100%,.5);width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;flex-shrink:0}.dm-footer-email-input button:hover{border-color:var(--accent);color:var(--accent)}.dm-footer-bottom{border-top:1px solid hsla(0,0%,100%,.06);padding:24px 0;display:flex;justify-content:space-between;align-items:center}.dm-footer-copyright{font-size:13px;color:hsla(0,0%,100%,.3)}.dm-footer-bottom-left{display:flex;align-items:center;gap:32px}.dm-footer-legal{display:flex;gap:24px}.dm-footer-legal a{font-size:13px;color:hsla(0,0%,100%,.3);text-decoration:none;transition:color .3s ease}.dm-footer-legal a:hover{color:hsla(0,0%,100%,.7)}.dm-footer-bottom-right{display:flex;align-items:center;gap:20px}.dm-footer-bottom-email{font-size:13px;color:hsla(0,0%,100%,.5);text-decoration:none;transition:color .3s ease}.dm-footer-bottom-email:hover{color:#fff}.dm-footer-bottom-divider{width:1px;height:16px;background:hsla(0,0%,100%,.15)}.dm-footer-socials{display:flex;gap:16px}.dm-footer-socials a{font-size:16px;color:hsla(0,0%,100%,.4);text-decoration:none;transition:color .3s ease;display:flex;align-items:center}.dm-footer-socials a:hover{color:#fff}@media (max-width:900px){nav{width:92%}.nav-links{gap:14px}.nav-links a{font-size:12px}.dm-hero{padding:140px 32px 60px}.dm-ps{padding:60px 32px}.dm-ps-row{grid-template-columns:1fr;gap:16px}.dm-hscroll-wrapper{height:auto}.dm-hscroll-sticky{position:relative;height:auto;overflow:visible}.dm-hscroll-track{flex-direction:column;transform:none!important}.dm-panel{min-width:100%;height:auto;grid-template-columns:1fr;padding:40px 0}.dm-panel-img{height:300px}.dm-panel-text{padding:40px 32px}.dm-teams{padding:60px 32px}.dm-teams-layout{grid-template-columns:1fr}.dm-teams-img{position:relative;top:auto;aspect-ratio:16/9}.dm-cta{padding:60px 32px}.dm-footer{padding:60px 32px 0}.dm-footer-header{flex-direction:column;gap:16px;align-items:flex-start}.dm-footer-tagline{font-size:18px}.dm-footer-links{grid-template-columns:1fr 1fr;gap:32px}.dm-footer-locations{flex-direction:column;gap:24px;align-items:flex-start}.dm-footer-location-items{flex-direction:column;gap:20px}.dm-footer-bottom{flex-direction:column;gap:16px;text-align:center}.dm-footer-bottom-left,.dm-footer-bottom-right{flex-direction:column;gap:12px}}