:root{--ds-container:1180px;--ds-wide:1360px;--ds-bg:#050b18;--ds-bg-soft:#071426;--ds-paper:#0b1b34;--ds-paper-glass:#0b1b34b8;--ds-ink:#f8fbff;--ds-ink-2:#dbeafe;--ds-muted:#9fb0c8;--ds-muted-2:#7588a5;--ds-blue:#155dfc;--ds-blue-2:#2f7dff;--ds-cyan:#06b6d4;--ds-violet:#7657ff;--ds-gold:#d7aa54;--ds-emerald:#10b981;--ds-border:#ffffff1a;--ds-border-strong:#ffffff2e;--ds-white-border:#ffffff24;--ds-gradient-main:linear-gradient(135deg, #155dfc 0%, #06b6d4 48%, #7657ff 100%);--ds-gradient-soft:linear-gradient(135deg, #155dfc33, #06b6d424, #7657ff2e);--ds-gradient-dark:linear-gradient(135deg, #050b18 0%, #071426 48%, #0b1b34 100%);--ds-gradient-gold:linear-gradient(135deg, #f8dda0 0%, #d7aa54 50%, #9c7029 100%);--ds-radius-xxl:46px;--ds-radius-xl:36px;--ds-radius-lg:28px;--ds-radius-md:20px;--ds-radius-sm:14px;--ds-pill:999px;--ds-shadow-xs:0 10px 26px #00000038;--ds-shadow-sm:0 18px 46px #00000047;--ds-shadow-md:0 26px 72px #00000057;--ds-shadow-lg:0 38px 110px #0000006b;--ds-shadow-blue:0 22px 58px #155dfc47;--ds-transition:.22s ease;--ds-transition-slow:.68s cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;color:var(--ds-ink);background:var(--ds-bg);text-rendering:geometricprecision;-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;font-size:16px;line-height:1.6;overflow-x:hidden}body:before{content:"";z-index:-4;pointer-events:none;background:radial-gradient(circle at 8% 6%,#155dfc57,#0000 30%),radial-gradient(circle at 88% 8%,#06b6d442,#0000 32%),radial-gradient(circle at 52% 88%,#7657ff47,#0000 34%),radial-gradient(circle at 45% 28%,#d7aa5414,#0000 28%),linear-gradient(#050b18 0%,#071426 46%,#091a2f 100%);position:fixed;inset:0}body:after{content:"";z-index:-3;pointer-events:none;opacity:.42;background-image:linear-gradient(#ffffff0b 1px,#0000 1px),linear-gradient(90deg,#ffffff0b 1px,#0000 1px);background-size:46px 46px;position:fixed;inset:0;mask-image:linear-gradient(#000 0%,#0000 88%)}main{width:100%}a{color:inherit}img,svg{display:block}button,input,textarea,select{font:inherit}::selection{color:#fff;background:var(--ds-blue)}.ds-skip-link{z-index:9999;border-radius:var(--ds-pill);color:#fff;background:var(--ds-ink);padding:11px 14px;font-size:13px;font-weight:900;text-decoration:none;transition:transform .18s;position:fixed;top:14px;left:14px;transform:translateY(-160%)}.ds-skip-link:focus{transform:translateY(0)}.ds-section{width:min(calc(100% - 40px), var(--ds-container));margin:0 auto;padding:76px 0;scroll-margin-top:110px}.ds-eyebrow{border-radius:var(--ds-pill);width:fit-content;color:var(--ds-blue);letter-spacing:.09em;text-transform:uppercase;background:linear-gradient(135deg,#155dfc1a,#06b6d414);border:1px solid #155dfc2b;margin:0 0 14px;padding:9px 12px;font-size:11px;font-weight:950;line-height:1;box-shadow:inset 0 1px #ffffffdb,0 12px 24px #155dfc0f}.ds-section-kicker{justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;display:flex}.ds-section-kicker a{border-radius:var(--ds-pill);color:#dbeafe;min-height:40px;box-shadow:var(--ds-shadow-xs);backdrop-filter:blur(18px);transition:var(--ds-transition);background:#ffffff0f;border:1px solid #ffffff1f;justify-content:center;align-items:center;padding:0 15px;font-size:12px;font-weight:950;text-decoration:none;display:inline-flex}.ds-section-kicker a:hover{color:var(--ds-blue);border-color:#155dfc3d;transform:translateY(-2px)}.ds-section-head{max-width:760px}.ds-section-head h2,.ds-section-head-split h2{color:#f8fbff;letter-spacing:-.07em;text-shadow:0 14px 44px #155dfc29;margin:0;font-size:clamp(32px,4vw,52px);line-height:1.02}.ds-section-head p,.ds-section-head-split p{color:var(--ds-muted);margin:16px 0 0;font-size:15.5px;line-height:1.75}.ds-section-head-split{grid-template-columns:minmax(0,1.02fr) minmax(320px,.74fr);align-items:end;gap:44px;max-width:none;display:grid}.ds-primary-btn,.ds-secondary-btn,.ds-demo-btn,.ds-header-link{border-radius:var(--ds-pill);white-space:nowrap;min-height:48px;transition:transform var(--ds-transition), box-shadow var(--ds-transition), background var(--ds-transition), border-color var(--ds-transition);justify-content:center;align-items:center;gap:10px;font-size:13px;font-weight:950;line-height:1;text-decoration:none;display:inline-flex}.ds-large-btn{min-height:54px;padding:0 22px}.ds-primary-btn{color:#fff;background:var(--ds-gradient-dark);border:1px solid #ffffff29;padding:0 20px;box-shadow:0 20px 46px #06111f3b,inset 0 1px #ffffff24}.ds-secondary-btn{color:var(--ds-ink);backdrop-filter:blur(18px);background:linear-gradient(135deg,#ffffffe6,#ffffff9e);border:1px solid #0f172a1a;padding:0 20px;box-shadow:0 16px 34px #0f172a12,inset 0 1px #fffffff0}.ds-primary-btn:hover,.ds-secondary-btn:hover,.ds-demo-btn:hover,.ds-header-link:hover{transform:translateY(-3px)}.ds-primary-btn svg,.ds-secondary-btn svg,.ds-demo-btn svg,.ds-header-link svg{fill:none;stroke:currentColor;stroke-width:2.1px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}body:not(.ds-page-loaded) main{opacity:0;transform:translateY(12px)}body.ds-page-loaded main{opacity:1;transition:opacity .52s,transform .62s cubic-bezier(.16,1,.3,1);transform:translateY(0)}.ds-reveal-ready{opacity:0;transition:opacity .76s cubic-bezier(.16,1,.3,1),transform .82s cubic-bezier(.16,1,.3,1),box-shadow .26s,border-color .26s,background .26s;transition-delay:calc(var(--ds-reveal-delay,0s) + 20ms);transform:translateY(26px)scale(.985)}.ds-reveal-ready[data-reveal-index="1"]{--ds-reveal-delay:45ms}.ds-reveal-ready[data-reveal-index="2"]{--ds-reveal-delay:90ms}.ds-reveal-ready[data-reveal-index="3"]{--ds-reveal-delay:.135s}.ds-reveal-ready[data-reveal-index="4"]{--ds-reveal-delay:.18s}.ds-reveal-ready[data-reveal-index="5"]{--ds-reveal-delay:.225s}.ds-reveal-ready[data-reveal-index="6"]{--ds-reveal-delay:.27s}.ds-reveal-ready[data-reveal-index="7"]{--ds-reveal-delay:.315s}.ds-reveal-ready.is-visible{opacity:1;transform:translateY(0)scale(1)}.ds-site-header{z-index:1000;transition:padding var(--ds-transition), background var(--ds-transition), box-shadow var(--ds-transition);padding:14px 20px;position:sticky;top:0}.ds-site-header:before{content:"";backdrop-filter:blur(24px);opacity:0;pointer-events:none;transition:opacity var(--ds-transition);background:linear-gradient(#050b18e0,#050b188f);border-bottom:1px solid #ffffff14;position:absolute;inset:0}.ds-site-header.is-scrolled{padding-top:10px;padding-bottom:10px}.ds-site-header.is-scrolled:before{opacity:1}.ds-header-shell{z-index:2;width:min(100%, var(--ds-wide));border-radius:var(--ds-pill);backdrop-filter:blur(30px);background:linear-gradient(135deg,#ffffff1f,#ffffff0e),#050b1894;border:1px solid #ffffff24;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;min-height:72px;margin:0 auto;padding:10px 12px 10px 14px;display:grid;position:relative;box-shadow:0 24px 76px #00000057,inset 0 1px #ffffff2e}.ds-site-header.is-scrolled .ds-header-shell{min-height:64px;box-shadow:0 18px 52px #0f172a1c,inset 0 1px #ffffffe6}.ds-header-brand{background:radial-gradient(circle at 20%,#155dfc14,#0000 42%),#fff;border:1px solid #ffffffb8;border-radius:999px;justify-content:flex-start;align-items:center;min-width:246px;height:62px;padding:7px 16px 7px 12px;text-decoration:none;display:inline-flex;box-shadow:0 16px 38px #00000042,inset 0 1px #fffffff5}.ds-header-logo-full{object-fit:contain;object-position:left center;filter:drop-shadow(0 8px 14px #0f172a1f)drop-shadow(0 0 12px #155dfc1f);width:214px;max-width:214px;height:auto;max-height:50px}.ds-header-nav{border-radius:var(--ds-pill);background:#ffffff0e;border:1px solid #ffffff1a;justify-content:center;justify-self:center;align-items:center;gap:4px;padding:5px;display:inline-flex}.ds-header-nav a{border-radius:var(--ds-pill);color:#fff;text-shadow:0 8px 22px #00000057;justify-content:center;align-items:center;min-height:40px;padding:0 14px;font-size:18px;font-weight:700;text-decoration:none;transition:color .18s,background .18s,transform .18s;display:inline-flex}.ds-header-nav a:hover,.ds-header-nav a.is-active,.ds-header-nav a[aria-current=page]{color:#fff;background:linear-gradient(135deg,#155dfc52,#06b6d42e);box-shadow:0 12px 28px #155dfc2e,inset 0 1px #ffffff2e}.ds-header-nav a:hover{transform:translateY(-1px)}.ds-header-actions{align-items:center;gap:10px;display:inline-flex}.ds-header-link{color:#eaf2ff;background:#ffffff12;border:1px solid #ffffff21;padding:0 14px}.ds-header-link-icon,.ds-header-link-icon svg{width:18px;height:18px}.ds-demo-btn{color:#fff;background:var(--ds-gradient-dark);padding:0 18px;box-shadow:0 16px 34px #06111f2e}.ds-mobile-menu-btn{cursor:pointer;background:#ffffffbd;border:1px solid #0f172a1a;border-radius:16px;width:46px;height:46px;display:none}.ds-mobile-menu-btn span{background:var(--ds-ink);border-radius:99px;width:18px;height:2px;margin:4px auto;transition:transform .18s,opacity .18s;display:block}.ds-menu-open .ds-mobile-menu-btn span:first-child{transform:translateY(6px)rotate(45deg)}.ds-menu-open .ds-mobile-menu-btn span:nth-child(2){opacity:0}.ds-menu-open .ds-mobile-menu-btn span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.ds-header-mobile-panel{display:none}.ds-slider-controls{align-items:center;gap:12px;display:inline-flex}.ds-slider-controls button{border-radius:var(--ds-pill);width:42px;height:42px;color:var(--ds-ink);cursor:pointer;background:#ffffffc2;border:1px solid #0f172a1a;place-items:center;transition:transform .18s,background .18s,border-color .18s;display:grid;box-shadow:0 12px 24px #0f172a12,inset 0 1px #ffffffdb}.ds-slider-controls button:hover{background:#fffffff0;border-color:#155dfc2e;transform:translateY(-2px)}.ds-slider-controls svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.ds-slider-dots{align-items:center;gap:7px;display:inline-flex}.ds-slider-dots button{border-radius:var(--ds-pill);width:8px;min-width:8px;height:8px;box-shadow:none;background:#64708452;border:0;padding:0}.ds-slider-dots button.is-active{background:var(--ds-gradient-main);width:24px}.ds-home-page-shell{position:relative;overflow:hidden}.ds-home-section-flow{z-index:-1;pointer-events:none;opacity:.54;width:min(82vw,980px);height:980px;position:absolute;inset:720px auto auto 50%;transform:translate(-50%)}.ds-home-section-flow span{border-radius:var(--ds-pill);filter:blur(34px);position:absolute}.ds-home-section-flow span:first-child{background:#155dfc24;width:360px;height:360px;inset:0 auto auto 0}.ds-home-section-flow span:nth-child(2){background:#06b6d41f;width:420px;height:420px;inset:260px 0 auto auto}.ds-home-section-flow span:nth-child(3){background:#7657ff1a;width:380px;height:380px;inset:auto auto 0 28%}.ds-lux-hero{width:min(calc(100% - 40px), var(--ds-wide));isolation:isolate;backdrop-filter:blur(24px);background:radial-gradient(circle at 18% 12%,#155dfc2e,#0000 34%),radial-gradient(circle at 84% 10%,#06b6d429,#0000 36%),linear-gradient(135deg,#ffffff14,#ffffff09),#0714269e;border:1px solid #ffffff24;border-radius:48px;margin:18px auto 0;padding:86px 34px 24px;position:relative;overflow:hidden;box-shadow:0 40px 120px #0000006b,inset 0 1px #ffffff24}.ds-lux-hero-bg,.ds-home-hero-orbit{pointer-events:none;z-index:-1;position:absolute;inset:0}.ds-lux-hero-bg span{border-radius:var(--ds-pill);filter:blur(28px);position:absolute}.ds-lux-hero-bg span:first-child{background:#155dfc2e;width:360px;height:360px;top:-140px;left:-90px}.ds-lux-hero-bg span:nth-child(2){background:#06b6d42e;width:430px;height:430px;top:-160px;right:-110px}.ds-lux-hero-bg span:nth-child(3){background:#7657ff24;width:430px;height:430px;bottom:-170px;right:22%}.ds-lux-hero-bg span:nth-child(4){background:#d7aa541f;width:220px;height:220px;top:10%;left:42%}.ds-home-hero-orbit span{border:1px solid #155dfc14;border-radius:50%;animation:18s linear infinite dsOrbitSpin;position:absolute}.ds-home-hero-orbit span:first-child{width:720px;height:720px;top:-130px;right:-220px}.ds-home-hero-orbit span:nth-child(2){width:520px;height:520px;animation-duration:24s;animation-direction:reverse;bottom:-220px;left:-240px}.ds-home-hero-orbit span:nth-child(3){width:880px;height:880px;animation-duration:32s;top:-430px;left:22%}.ds-lux-hero-content{grid-template-columns:minmax(0,.92fr) minmax(480px,1.08fr);align-items:center;gap:42px;display:grid}.ds-hero-copy h1{color:#f8fbff;letter-spacing:-.085em;text-shadow:0 20px 60px #155dfc33,0 8px 28px #00000047;max-width:780px;margin:0;font-size:clamp(46px,6.4vw,88px);line-height:.92}.ds-hero-lead{color:#9fb0c8;max-width:650px;margin:24px 0 0;font-size:clamp(16px,1.45vw,19px);line-height:1.8}.ds-hero-actions{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.ds-hero-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:620px;margin-top:34px;display:grid}.ds-hero-metrics div{backdrop-filter:blur(18px);background:linear-gradient(135deg,#ffffff18,#ffffff09);border:1px solid #ffffff1a;border-radius:22px;padding:18px 16px;box-shadow:0 18px 42px #00000038,inset 0 1px #ffffff21}.ds-hero-metrics strong{color:#fff;letter-spacing:-.06em;font-size:26px;line-height:1;display:block}.ds-hero-metrics span{color:var(--ds-muted);margin-top:7px;font-size:12px;font-weight:850;display:block}.ds-command-visual{place-items:center;min-height:620px;display:grid;position:relative}.ds-command-shell{background:radial-gradient(circle at 15% 12%,#ffffff29,#0000 30%),linear-gradient(135deg,#06111ffa,#0b1930f5);border:1px solid #ffffffbd;border-radius:36px;width:min(100%,620px);padding:14px;position:relative;overflow:hidden;box-shadow:0 38px 100px #06111f52,inset 0 1px #ffffff1f}.ds-command-shell:before{content:"";opacity:.72;pointer-events:none;background:linear-gradient(135deg,#155dfc5c,#0000 30%,#06b6d43d,#0000 68%,#d7aa5440);position:absolute;inset:-1px}.ds-command-shell>*{z-index:2;position:relative}.ds-command-top{background:#ffffff0f;border-radius:24px;justify-content:space-between;align-items:center;min-height:42px;padding:0 14px;display:flex}.ds-command-top div{gap:7px;display:flex}.ds-command-top div span{border-radius:var(--ds-pill);background:#ffffff52;width:9px;height:9px}.ds-command-top p{color:#ffffffad;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:11px;font-weight:900}.ds-command-header{background:linear-gradient(135deg,#ffffff14,#ffffff09);border:1px solid #ffffff17;border-radius:28px;grid-template-columns:1fr auto;align-items:center;gap:8px 16px;margin-top:18px;padding:22px;display:grid}.ds-command-header small{color:#ffffff8a;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:850}.ds-command-header strong{color:#fff;letter-spacing:-.055em;font-size:24px;line-height:1.05}.ds-command-header span{border-radius:var(--ds-pill);color:#062015;letter-spacing:.08em;text-transform:uppercase;background:linear-gradient(135deg,#c6ffe7,#51f1b0);grid-row:span 2;align-items:center;min-height:32px;padding:0 12px;font-size:11px;font-weight:950;display:inline-flex}.ds-command-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:14px;display:grid}.ds-command-grid article{min-height:124px;transition:transform var(--ds-transition), background var(--ds-transition), border-color var(--ds-transition);background:radial-gradient(circle at 24% 18%,#ffffff1a,#0000 32%),#ffffff0b;border:1px solid #ffffff14;border-radius:22px;align-content:space-between;padding:16px 12px;display:grid}.ds-command-grid article:hover{background:#ffffff13;border-color:#06b6d442;transform:translateY(-5px)}.ds-command-grid svg{color:#8eeaff;fill:none;stroke:currentColor;stroke-width:1.85px;stroke-linecap:round;stroke-linejoin:round;width:25px;height:25px}.ds-command-grid small{color:#ffffff75;margin-top:18px;font-size:11px;font-weight:850;display:block}.ds-command-grid strong{color:#fff;margin-top:4px;font-size:13px;line-height:1.2;display:block}.ds-home-system-slider{background:#ffffff0e;border:1px solid #ffffff17;border-radius:28px;margin-top:14px;padding:14px}.ds-home-system-slider-window,.ds-operating-stage-window,.ds-industry-slider-window,.ds-proof-slider-window{overflow:hidden}.ds-home-system-slider-window{border-radius:22px}.ds-home-system-slider-track,.ds-operating-stage-track,.ds-industry-slider-track,.ds-proof-slider-track{will-change:transform;transition:transform .62s cubic-bezier(.16,1,.3,1);display:flex}.ds-home-system-slide{background:linear-gradient(135deg,#155dfc33,#06b6d414);border-radius:22px;min-width:100%;padding:22px}.ds-home-system-slide span{color:#8eeaff;letter-spacing:.09em;text-transform:uppercase;font-size:11px;font-weight:950}.ds-home-system-slide h2{color:#fff;letter-spacing:-.06em;margin:9px 0 0;font-size:28px;line-height:1.03}.ds-home-system-slide p{color:#ffffffa8;margin:12px 0 0;font-size:13.5px;line-height:1.65}.ds-home-system-slide div{flex-wrap:wrap;gap:7px;margin-top:17px;display:flex}.ds-home-system-slide small{border-radius:var(--ds-pill);color:#ffffffc7;background:#ffffff17;padding:7px 10px;font-size:10px;font-weight:850}.ds-home-system-slider .ds-slider-controls{justify-content:center;margin-top:14px;display:flex}.ds-home-system-slider .ds-slider-controls button,.ds-industry-controls button{color:#fff;box-shadow:none;background:#ffffff17;border-color:#ffffff1f}.ds-floating-card{z-index:4;border:1px solid var(--ds-white-border);min-width:190px;box-shadow:var(--ds-shadow-sm);backdrop-filter:blur(20px);background:linear-gradient(135deg,#ffffffe0,#ffffff94);border-radius:22px;padding:15px 16px;animation:4.8s ease-in-out infinite dsFloatCard;position:absolute}.ds-floating-card small{color:var(--ds-muted);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:950;display:block}.ds-floating-card strong{color:var(--ds-ink);letter-spacing:-.025em;margin-top:5px;font-size:13px;display:block}.ds-floating-card-a{top:72px;left:0}.ds-floating-card-b{animation-delay:-1.2s;bottom:118px;right:-6px}.ds-floating-card-c{animation-delay:-2.4s;bottom:44px;left:40px}.ds-home-transformation-strip{z-index:5;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:32px auto 0;display:grid;position:relative}.ds-home-transformation-strip article{backdrop-filter:blur(18px);background:#ffffffb8;border:1px solid #0f172a14;border-radius:24px;align-content:center;gap:8px;min-height:86px;padding:15px;display:grid;box-shadow:0 16px 36px #0f172a0f,inset 0 1px #ffffffe0}.ds-home-transformation-strip article span{color:var(--ds-muted);font-size:11px;font-weight:850}.ds-home-transformation-strip article strong{color:var(--ds-ink);font-size:13px;line-height:1.3}.ds-home-transformation-strip article svg{width:18px;height:18px;color:var(--ds-blue);fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round}.ds-capability-rail{margin-top:26px;position:relative;overflow:hidden;mask-image:linear-gradient(90deg,#0000,#000 12% 88%,#0000)}.ds-capability-rail div{gap:10px;width:max-content;animation:38s linear infinite dsRailMove;display:flex}.ds-capability-rail span{border-radius:var(--ds-pill);color:#40516a;white-space:nowrap;background:#ffffff9e;border:1px solid #0f172a12;padding:9px 13px;font-size:11px;font-weight:850}.ds-home-operating-section{padding-top:90px}.ds-operating-showcase{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:22px;margin-top:28px;display:grid}.ds-operating-stage{border:1px solid var(--ds-white-border);min-height:560px;box-shadow:var(--ds-shadow-md);background:radial-gradient(circle at 22% 18%,#155dfc29,#0000 34%),radial-gradient(circle at 80% 10%,#06b6d426,#0000 36%),linear-gradient(135deg,#ffffffd6,#ffffff94);border-radius:38px;padding:18px;position:relative;overflow:hidden}.ds-operating-stage-glow{border-radius:var(--ds-pill);filter:blur(28px);pointer-events:none;background:#7657ff21;width:460px;height:460px;position:absolute;inset:auto -120px -220px auto}.ds-operating-stage-window{z-index:2;border-radius:30px;min-height:456px;position:relative}.ds-operating-slide{color:#fff;background:linear-gradient(135deg,#06111ff7,#0c1e3af2);border-radius:30px;grid-template-rows:auto auto auto 1fr;min-width:100%;min-height:456px;padding:32px;display:grid;overflow:hidden}.ds-operating-slide span{border-radius:var(--ds-pill);color:#9aefff;letter-spacing:.08em;text-transform:uppercase;background:#ffffff14;width:fit-content;padding:8px 11px;font-size:11px;font-weight:950}.ds-operating-slide h3{letter-spacing:-.075em;max-width:620px;margin:22px 0 0;font-size:clamp(34px,4vw,56px);line-height:.96}.ds-operating-slide p{color:#ffffffad;max-width:620px;margin:18px 0 0;font-size:15px;line-height:1.75}.ds-operating-slide-ui{grid-template-columns:96px 1fr;align-self:end;gap:14px;min-height:168px;margin-top:34px;display:grid}.ds-operating-mini-sidebar,.ds-operating-mini-main{background:#ffffff0e;border:1px solid #ffffff17;border-radius:24px}.ds-operating-mini-sidebar{align-content:start;gap:10px;padding:14px;display:grid}.ds-operating-mini-sidebar span{border-radius:var(--ds-pill);background:#ffffff1f;width:100%;height:18px;padding:0}.ds-operating-mini-sidebar span:first-child{background:linear-gradient(135deg,#155dfccc,#06b6d4b3)}.ds-operating-mini-main{gap:14px;padding:16px;display:grid}.ds-operating-mini-main>div:first-child{justify-content:space-between;gap:18px;display:flex}.ds-operating-mini-main strong,.ds-operating-mini-main>div:first-child span{border-radius:var(--ds-pill);background:#ffffff24;height:20px}.ds-operating-mini-main strong{width:36%}.ds-operating-mini-main>div:first-child span{width:22%}.ds-operating-mini-cards{grid-template-columns:repeat(3,1fr);gap:11px;display:grid}.ds-operating-mini-cards span{background:linear-gradient(135deg,#ffffff24,#ffffff0f);border-radius:18px;height:58px;padding:0}.ds-operating-mini-lines{gap:8px;display:grid}.ds-operating-mini-lines span{border-radius:var(--ds-pill);background:#ffffff1a;height:10px;padding:0}.ds-operating-mini-lines span:nth-child(2){width:72%}.ds-operating-mini-lines span:nth-child(3){width:56%}.ds-operating-controls{z-index:3;justify-content:center;margin-top:16px;display:flex;position:relative}.ds-operating-cards{gap:16px;display:grid}.ds-operating-card{min-height:172px;box-shadow:var(--ds-shadow-sm);transition:transform var(--ds-transition), box-shadow var(--ds-transition), border-color var(--ds-transition);background:linear-gradient(135deg,#ffffffe0,#fff9);border:1px solid #0f172a14;border-radius:30px;padding:22px;position:relative;overflow:hidden}.ds-operating-card:before{content:"";border-radius:var(--ds-pill);filter:blur(10px);background:#155dfc14;width:220px;height:220px;position:absolute;inset:auto -80px -120px auto}.ds-operating-card:hover{box-shadow:var(--ds-shadow-md);border-color:#155dfc2e;transform:translateY(-6px)}.ds-operating-card-icon{width:44px;height:44px;color:var(--ds-blue);background:#155dfc14;border-radius:16px;place-items:center;display:grid}.ds-operating-card-icon svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:23px;height:23px}.ds-operating-card>span{color:#0f172a1f;letter-spacing:-.08em;font-size:44px;font-weight:950;line-height:1;position:absolute;top:18px;right:20px}.ds-operating-card h3{color:var(--ds-ink);letter-spacing:-.055em;margin:20px 0 0;font-size:22px;line-height:1.07}.ds-operating-card p{color:var(--ds-muted);margin:10px 0 0;font-size:13.5px;line-height:1.7}.ds-industry-radar{grid-template-columns:minmax(360px,.88fr) minmax(0,1.12fr);gap:22px;margin-top:28px;display:grid}.ds-industry-radar-visual{border:1px solid var(--ds-white-border);min-height:560px;box-shadow:var(--ds-shadow-md);background:radial-gradient(circle,#155dfc26,#0000 28%),radial-gradient(circle at 22% 16%,#06b6d424,#0000 30%),linear-gradient(135deg,#ffffffd6,#ffffff94);border-radius:40px;position:relative;overflow:hidden}.ds-radar-orbit{border:1px solid #155dfc21;border-radius:50%;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.ds-radar-orbit-1{width:210px;height:210px}.ds-radar-orbit-2{width:350px;height:350px}.ds-radar-orbit-3{width:490px;height:490px}.ds-radar-core{text-align:center;border:1px solid var(--ds-white-border);background:radial-gradient(circle at 35% 20%, #ffffffe0, transparent 44%), var(--ds-gradient-dark);border-radius:50%;place-items:center;width:170px;height:170px;padding:20px;display:grid;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);box-shadow:0 28px 70px #06111f3d,inset 0 1px #ffffff29}.ds-radar-core span{color:#8eeaff;letter-spacing:.09em;text-transform:uppercase;font-size:10px;font-weight:950}.ds-radar-core strong{color:#fff;letter-spacing:-.06em;font-size:22px;line-height:1.05}.ds-radar-signal{width:116px;min-height:104px;box-shadow:var(--ds-shadow-sm);backdrop-filter:blur(18px);background:#fffc;border:1px solid #0f172a14;border-radius:26px;align-content:center;justify-items:center;gap:9px;padding:15px;animation:4.6s ease-in-out infinite dsRadarPulse;display:grid;position:absolute}.ds-radar-signal svg{width:26px;height:26px;color:var(--ds-blue);fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round}.ds-radar-signal span{color:var(--ds-ink);font-size:12px;font-weight:950}.ds-radar-signal-1{animation-delay:-.4s;top:58px;left:52%}.ds-radar-signal-2{animation-delay:-1.2s;top:46%;right:38px}.ds-radar-signal-3{animation-delay:-2s;bottom:76px;left:48%}.ds-radar-signal-4{animation-delay:-2.8s;top:44%;left:36px}.ds-industry-radar-panel{gap:18px;display:grid}.ds-industry-slider{border:1px solid var(--ds-white-border);min-height:348px;box-shadow:var(--ds-shadow-md);background:linear-gradient(135deg,#06111ffa,#0d2646f0);border-radius:36px;padding:18px;overflow:hidden}.ds-industry-slide{background:radial-gradient(circle at 12% 20%,#06b6d429,#0000 32%),#ffffff0e;border-radius:28px;min-width:100%;min-height:252px;padding:28px}.ds-industry-slide>span{color:#8eeaff;letter-spacing:.09em;text-transform:uppercase;font-size:11px;font-weight:950}.ds-industry-slide h3{color:#fff;letter-spacing:-.065em;max-width:650px;margin:14px 0 0;font-size:clamp(27px,3vw,40px);line-height:1.03}.ds-industry-slide p{color:#ffffffa8;max-width:650px;margin:14px 0 0;font-size:14px;line-height:1.75}.ds-industry-slide-tags{flex-wrap:wrap;gap:8px;margin-top:20px;display:flex}.ds-industry-slide-tags small{border-radius:var(--ds-pill);color:#ffffffc7;background:#ffffff14;padding:8px 10px;font-size:10px;font-weight:850}.ds-industry-controls{justify-content:center;margin-top:14px;display:flex}.ds-industry-signal-list{box-shadow:var(--ds-shadow-sm);background:linear-gradient(135deg,#ffffffe0,#fff9);border:1px solid #0f172a14;border-radius:32px;padding:24px}.ds-industry-signal-list>div span{color:var(--ds-blue);letter-spacing:.09em;text-transform:uppercase;font-size:11px;font-weight:950}.ds-industry-signal-list>div strong{color:var(--ds-ink);letter-spacing:-.055em;margin-top:7px;font-size:22px;line-height:1.08;display:block}.ds-industry-signal-list ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:18px 0 0;padding:0;list-style:none;display:grid}.ds-industry-signal-list li{color:var(--ds-muted);align-items:flex-start;gap:9px;font-size:13px;font-weight:750;line-height:1.45;display:flex}.ds-industry-signal-list li svg{width:17px;height:17px;color:var(--ds-emerald);fill:none;stroke:currentColor;stroke-width:2.3px;stroke-linecap:round;stroke-linejoin:round;flex:none}.ds-proof-studio{grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);gap:22px;margin-top:28px;display:grid}.ds-proof-slider{border:1px solid var(--ds-white-border);box-shadow:var(--ds-shadow-md);background:radial-gradient(circle at 18% 18%,#155dfc26,#0000 32%),linear-gradient(135deg,#ffffffd6,#ffffff94);border-radius:38px;padding:18px}.ds-proof-slider-window{border-radius:30px}.ds-proof-slide{background:#ffffffa8;border-radius:30px;grid-template-columns:minmax(250px,.9fr) minmax(0,1.1fr);gap:18px;min-width:100%;padding:16px;display:grid}.ds-proof-slide-media{background:var(--ds-gradient-dark);border-radius:26px;min-height:380px;position:relative;overflow:hidden}.ds-proof-slide-media img{display:none}.ds-proof-media-overlay{background:linear-gradient(#0000 0%,#06111f9e 100%);align-content:end;gap:10px;padding:22px;display:grid;position:absolute;inset:0}.ds-proof-media-overlay span{border-radius:var(--ds-pill);background:#ffffff2e;height:12px}.ds-proof-media-overlay span:first-child{width:74%}.ds-proof-media-overlay span:nth-child(2){width:54%}.ds-proof-media-overlay span:nth-child(3){width:38%}.ds-proof-slide-copy{align-content:center;padding:24px 14px 20px;display:grid}.ds-proof-slide-copy>span{border-radius:var(--ds-pill);width:fit-content;color:var(--ds-blue);letter-spacing:.08em;text-transform:uppercase;background:#155dfc14;padding:8px 11px;font-size:11px;font-weight:950}.ds-proof-slide-copy h3{color:var(--ds-ink);letter-spacing:-.07em;margin:18px 0 0;font-size:clamp(30px,3.7vw,48px);line-height:.98}.ds-proof-slide-copy p{color:var(--ds-muted);margin:16px 0 0;font-size:14.5px;line-height:1.75}.ds-proof-outcome{background:linear-gradient(135deg,#155dfc1a,#06b6d414);border:1px solid #155dfc1f;border-radius:24px;margin-top:20px;padding:18px}.ds-proof-outcome small{color:var(--ds-blue);letter-spacing:.09em;text-transform:uppercase;font-size:10px;font-weight:950}.ds-proof-outcome strong{color:var(--ds-ink);margin-top:7px;font-size:14px;line-height:1.5;display:block}.ds-proof-tags{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.ds-proof-tags small{border-radius:var(--ds-pill);color:#34445d;background:#ffffffd6;border:1px solid #0f172a12;padding:8px 10px;font-size:10px;font-weight:850}.ds-proof-controls{justify-content:center;margin-top:16px;display:flex}.ds-case-frame-stack{align-content:center;gap:16px;display:grid}.ds-case-frame{min-height:170px;box-shadow:var(--ds-shadow-sm);background:linear-gradient(135deg,#ffffffe6,#ffffff9e);border:1px solid #0f172a14;border-radius:30px;padding:24px;position:relative;overflow:hidden}.ds-case-frame:before{content:"";background:var(--ds-gradient-soft);border-radius:24px;width:68px;height:68px;position:absolute;top:20px;right:22px}.ds-case-frame span{color:var(--ds-blue);letter-spacing:.09em;text-transform:uppercase;font-size:11px;font-weight:950}.ds-case-frame h3{max-width:390px;color:var(--ds-ink);letter-spacing:-.06em;margin:13px 0 0;font-size:25px;line-height:1.05}.ds-case-frame p{color:var(--ds-muted);margin:11px 0 0;font-size:13.5px;line-height:1.65}.ds-process-theatre{border:1px solid var(--ds-white-border);box-shadow:var(--ds-shadow-md);background:radial-gradient(circle at 12% 20%,#06b6d41f,#0000 30%),radial-gradient(circle at 86% 16%,#7657ff1a,#0000 32%),linear-gradient(135deg,#ffffffe0,#ffffff9e);border-radius:40px;margin-top:30px;padding:26px;position:relative;overflow:hidden}.ds-process-timeline{pointer-events:none;background:linear-gradient(90deg,#0000,#155dfc38,#0000);height:1px;position:absolute;top:116px;left:52px;right:52px}.ds-process-timeline span{border-radius:var(--ds-pill);background:var(--ds-blue);width:9px;height:9px;position:absolute;top:-4px;box-shadow:0 0 0 8px #155dfc14}.ds-process-timeline span:first-child{left:25%}.ds-process-timeline span:nth-child(2){left:50%}.ds-process-timeline span:nth-child(3){left:75%}.ds-process-stage{z-index:2;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid;position:relative}.ds-process-card{min-height:300px;transition:transform var(--ds-transition), box-shadow var(--ds-transition), border-color var(--ds-transition);background:#fffc;border:1px solid #0f172a14;border-radius:30px;align-content:space-between;padding:20px;display:grid;box-shadow:0 16px 36px #0f172a0f,inset 0 1px #ffffffe0}.ds-process-card:hover{box-shadow:var(--ds-shadow-md);border-color:#155dfc2e;transform:translateY(-8px)}.ds-process-card-top{justify-content:space-between;align-items:center;display:flex}.ds-process-card-top>span{color:#0f172a29;letter-spacing:-.08em;font-size:44px;font-weight:950;line-height:1}.ds-process-icon{width:48px;height:48px;color:var(--ds-blue);background:#155dfc14;border-radius:18px;place-items:center;display:grid}.ds-process-icon svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px}.ds-process-card h3{color:var(--ds-ink);letter-spacing:-.06em;margin:34px 0 0;font-size:25px;line-height:1.02}.ds-process-card p{color:var(--ds-muted);margin:12px 0 0;font-size:13.5px;line-height:1.7}.ds-process-card-foot{color:var(--ds-blue);justify-content:space-between;align-items:center;margin-top:28px;font-size:12px;font-weight:950;display:flex}.ds-process-card-foot svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.ds-process-command-note{z-index:2;background:var(--ds-gradient-dark);border-radius:30px;grid-template-columns:minmax(260px,.9fr) 1.1fr;align-items:center;gap:22px;margin-top:18px;padding:22px;display:grid;position:relative;box-shadow:0 22px 52px #06111f2e}.ds-process-command-note span{color:#8eeaff;letter-spacing:.09em;text-transform:uppercase;font-size:11px;font-weight:950}.ds-process-command-note strong{color:#fff;letter-spacing:-.06em;margin-top:8px;font-size:26px;line-height:1.05;display:block}.ds-process-command-note p{color:#ffffffa8;margin:0;font-size:14px;line-height:1.7}.ds-newsroom-board{grid-template-columns:minmax(0,1fr) minmax(320px,.76fr);grid-template-areas:"feature feed""highlights feed";gap:18px;margin-top:28px;display:grid}.ds-newsroom-feature{color:#fff;background:radial-gradient(circle at 18% 18%, #06b6d433, transparent 32%), radial-gradient(circle at 86% 20%, #7657ff29, transparent 34%), var(--ds-gradient-dark);min-height:340px;box-shadow:var(--ds-shadow-md);border-radius:38px;grid-area:feature;align-content:space-between;padding:30px;display:grid;overflow:hidden}.ds-newsroom-feature-top,.ds-newsroom-feature-foot{justify-content:space-between;align-items:center;gap:18px;display:flex}.ds-newsroom-feature-top span,.ds-newsroom-feature-foot small{color:#8eeaff;letter-spacing:.09em;text-transform:uppercase;font-size:11px;font-weight:950}.ds-newsroom-feature-top svg{color:#ffffffad;fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:34px;height:34px}.ds-newsroom-feature h3{color:#fff;letter-spacing:-.075em;max-width:720px;margin:42px 0 0;font-size:clamp(34px,4vw,56px);line-height:.96}.ds-newsroom-feature p{color:#ffffffad;max-width:760px;margin:18px 0 0;font-size:15px;line-height:1.75}.ds-newsroom-feature-foot{margin-top:32px}.ds-newsroom-feature-foot strong{font-size:13px;font-weight:900}.ds-newsroom-feed{grid-area:feed;gap:16px;display:grid}.ds-update-card{min-height:220px;box-shadow:var(--ds-shadow-sm);transition:transform var(--ds-transition), box-shadow var(--ds-transition), border-color var(--ds-transition);background:linear-gradient(135deg,#ffffffe6,#ffffff9e);border:1px solid #0f172a14;border-radius:30px;align-content:space-between;padding:24px;display:grid}.ds-update-card:hover{box-shadow:var(--ds-shadow-md);border-color:#155dfc2e;transform:translateY(-6px)}.ds-update-card>div{justify-content:space-between;gap:14px;display:flex}.ds-update-card span,.ds-update-card small{color:var(--ds-blue);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:950}.ds-update-card h3{color:var(--ds-ink);letter-spacing:-.06em;margin:20px 0 0;font-size:24px;line-height:1.06}.ds-update-card p{color:var(--ds-muted);margin:12px 0 0;font-size:13.5px;line-height:1.65}.ds-update-card a{width:fit-content;color:var(--ds-ink);align-items:center;gap:8px;margin-top:18px;font-size:12px;font-weight:950;text-decoration:none;display:inline-flex}.ds-update-card a svg{width:17px;height:17px;color:var(--ds-blue);fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round}.ds-newsroom-highlights{grid-area:highlights;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.ds-newsroom-highlight{box-shadow:var(--ds-shadow-xs);background:#ffffffbd;border:1px solid #0f172a14;border-radius:28px;padding:22px}.ds-newsroom-highlight span{color:var(--ds-blue);letter-spacing:.09em;text-transform:uppercase;font-size:10px;font-weight:950}.ds-newsroom-highlight h3{color:var(--ds-ink);letter-spacing:-.055em;margin:13px 0 0;font-size:20px;line-height:1.08}.ds-newsroom-highlight p{color:var(--ds-muted);margin:10px 0 0;font-size:13px;line-height:1.6}.ds-final-cta-card{color:#fff;background:radial-gradient(circle at 12% 16%, #06b6d438, transparent 34%), radial-gradient(circle at 88% 14%, #7657ff2e, transparent 34%), var(--ds-gradient-dark);box-shadow:var(--ds-shadow-lg);border-radius:46px;grid-template-columns:minmax(0,1.05fr) minmax(330px,.95fr);align-items:center;gap:28px;padding:34px;display:grid;position:relative;overflow:hidden}.ds-final-cta-bg{pointer-events:none;position:absolute;inset:0}.ds-final-cta-bg span{border-radius:var(--ds-pill);filter:blur(22px);position:absolute}.ds-final-cta-bg span:first-child{background:#155dfc38;width:300px;height:300px;top:-120px;left:-90px}.ds-final-cta-bg span:nth-child(2){background:#06b6d42e;width:360px;height:360px;bottom:-160px;right:-140px}.ds-final-cta-bg span:nth-child(3){background:#d7aa541a;width:220px;height:220px;top:20%;left:48%}.ds-final-cta-copy,.ds-final-cta-panel{z-index:2;position:relative}.ds-final-cta-copy .ds-eyebrow{color:#9aefff;background:#ffffff14;border-color:#ffffff1f}.ds-final-cta-copy h2{color:#fff;letter-spacing:-.08em;margin:0;font-size:clamp(36px,5vw,66px);line-height:.96}.ds-final-cta-copy p{color:#ffffffad;max-width:650px;margin:18px 0 0;font-size:15.5px;line-height:1.75}.ds-final-cta-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.ds-final-cta-card .ds-primary-btn{color:#06111f;background:#fff;box-shadow:0 18px 42px #ffffff24}.ds-final-cta-card .ds-secondary-btn{color:#fff;background:#ffffff14;border-color:#ffffff24}.ds-final-cta-panel{backdrop-filter:blur(18px);background:#ffffff13;border:1px solid #ffffff1f;border-radius:34px;padding:24px;box-shadow:inset 0 1px #ffffff1a}.ds-final-cta-panel-top span{color:#8eeaff;letter-spacing:.09em;text-transform:uppercase;font-size:11px;font-weight:950}.ds-final-cta-panel-top strong{color:#fff;letter-spacing:-.06em;margin-top:8px;font-size:26px;line-height:1.05;display:block}.ds-final-cta-checks{gap:10px;margin-top:20px;display:grid}.ds-final-cta-checks div{color:#ffffffc7;background:#ffffff12;border-radius:18px;align-items:center;gap:10px;padding:11px 12px;font-size:13px;font-weight:800;display:flex}.ds-final-cta-checks svg{color:#5ff0b1;fill:none;stroke:currentColor;stroke-width:2.3px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:17px;height:17px}.ds-final-cta-contact{grid-template-columns:1fr;gap:10px;margin-top:18px;display:grid}.ds-final-cta-contact a{color:#fff;background:#ffffff14;border-radius:20px;gap:5px;padding:14px;text-decoration:none;display:grid}.ds-final-cta-contact small{color:#ffffff80;letter-spacing:.09em;text-transform:uppercase;font-size:10px;font-weight:950}.ds-final-cta-contact strong{word-break:break-word;font-size:13px}.ds-footer{width:min(calc(100% - 40px), var(--ds-wide));color:#fff;background:radial-gradient(circle at 14% 10%, #06b6d429, transparent 34%), radial-gradient(circle at 86% 16%, #7657ff24, transparent 35%), var(--ds-gradient-dark);box-shadow:var(--ds-shadow-lg);border-radius:46px;margin:50px auto 20px;padding:28px;position:relative;overflow:hidden}.ds-footer-glow{border-radius:var(--ds-pill);filter:blur(28px);pointer-events:none;background:#06b6d41f;width:520px;height:520px;position:absolute;bottom:-220px;right:-180px}.ds-footer-top{z-index:2;grid-template-columns:minmax(0,1.06fr) minmax(340px,.94fr);gap:22px;display:grid;position:relative}.ds-footer-brand,.ds-footer-contact-card{backdrop-filter:blur(18px);background:#fff1;border:1px solid #ffffff1a;border-radius:34px;padding:26px}.ds-footer-logo{background:#fff;border-radius:22px;justify-content:flex-start;align-items:center;width:190px;height:64px;padding:8px 14px;text-decoration:none;display:flex;box-shadow:0 18px 42px #00000038,inset 0 1px #fffffff5}.ds-footer-logo img{object-fit:contain;object-position:left center;width:160px;max-width:160px;height:auto;max-height:48px}.ds-footer-brand-text{margin-top:22px}.ds-footer-kicker,.ds-footer-card-kicker{color:#8eeaff;letter-spacing:.09em;text-transform:uppercase;font-size:11px;font-weight:950}.ds-footer-brand-text h2,.ds-footer-contact-card h2{color:#fff;letter-spacing:-.075em;margin:12px 0 0;font-size:clamp(28px,3.6vw,44px);line-height:.98}.ds-footer-brand-text p{color:#ffffffa8;max-width:720px;margin:16px 0 0;font-size:14px;line-height:1.75}.ds-footer-badges,.ds-footer-social{flex-wrap:wrap;gap:9px;margin-top:20px;display:flex}.ds-footer-badges span{border-radius:var(--ds-pill);color:#ffffffc7;background:#ffffff14;padding:8px 10px;font-size:11px;font-weight:850}.ds-footer-social a{border-radius:var(--ds-pill);color:#ffffffdb;background:#ffffff14;align-items:center;gap:8px;min-height:42px;padding:0 12px;font-size:11px;font-weight:900;text-decoration:none;transition:transform .18s,background .18s;display:inline-flex}.ds-footer-social a:hover{background:#ffffff1f;transform:translateY(-2px)}.ds-footer-social svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.ds-footer-contact-list{gap:10px;margin-top:20px;display:grid}.ds-footer-contact-list a,.ds-footer-contact-list div{color:#fff;background:#ffffff13;border-radius:20px;gap:5px;padding:14px;text-decoration:none;display:grid}.ds-footer-contact-list span{color:#ffffff80;letter-spacing:.09em;text-transform:uppercase;font-size:10px;font-weight:950}.ds-footer-contact-list strong{word-break:break-word;font-size:13px;line-height:1.35}.ds-footer-demo-link{border-radius:var(--ds-pill);color:#06111f;background:#fff;justify-content:center;align-items:center;gap:9px;min-height:50px;margin-top:16px;padding:0 17px;font-size:13px;font-weight:950;text-decoration:none;display:inline-flex}.ds-footer-demo-link svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.ds-footer-links-grid{z-index:2;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:22px;display:grid;position:relative}.ds-footer-group{background:#ffffff0e;border-radius:28px;padding:20px}.ds-footer-group h3{color:#fff;letter-spacing:-.02em;margin:0 0 13px;font-size:14px}.ds-footer-group a{color:#ffffffa3;padding:7px 0;font-size:13px;font-weight:750;text-decoration:none;transition:color .16s;display:block}.ds-footer-group a:hover{color:#fff}.ds-footer-bottom{z-index:2;color:#ffffff8a;border-top:1px solid #ffffff17;justify-content:space-between;gap:16px;margin-top:22px;padding:18px 8px 4px;font-size:12px;font-weight:750;display:flex;position:relative}.ds-footer-bottom div{flex-wrap:wrap;gap:12px;display:flex}.ds-footer-bottom a{color:#ffffffb8;text-decoration:none}.ds-footer-bottom a:hover{color:#fff}.ds-floating-whatsapp{z-index:1100;border-radius:var(--ds-pill);color:#fff;background:linear-gradient(135deg,#0fbf72,#089b62);border:1px solid #ffffffc7;align-items:center;gap:11px;min-height:62px;padding:9px 15px 9px 9px;text-decoration:none;display:inline-flex;position:fixed;bottom:22px;right:22px;overflow:hidden;box-shadow:0 22px 52px #089b6247,inset 0 1px #ffffff38}.ds-floating-whatsapp-pulse{border-radius:inherit;background:#10b98138;animation:2.2s ease-in-out infinite dsWhatsappPulse;position:absolute;inset:-10px}.ds-floating-whatsapp-icon{z-index:2;border-radius:var(--ds-pill);background:#ffffff29;place-items:center;width:44px;height:44px;display:grid;position:relative}.ds-floating-whatsapp-icon svg{fill:none;stroke:currentColor;stroke-width:1.75px;stroke-linecap:round;stroke-linejoin:round;width:26px;height:26px}.ds-floating-whatsapp-copy{z-index:2;line-height:1.1;display:grid;position:relative}.ds-floating-whatsapp-copy strong{font-size:13px;font-weight:950}.ds-floating-whatsapp-copy small{color:#ffffffb8;margin-top:4px;font-size:11px;font-weight:800}.ds-page-hero,.ds-page-strip,.ds-product-card,.ds-industry-card,.ds-project-card,.ds-solution-card,.ds-contact-card,.ds-about-card,.ds-case-card,.ds-blog-card{box-shadow:var(--ds-shadow-sm);background:linear-gradient(135deg,#ffffffe6,#f7faffb8);border:1px solid #0f172a14}.ds-page-hero{width:min(calc(100% - 40px), var(--ds-container));border-radius:38px;margin:38px auto 0;padding:clamp(30px,5vw,54px);overflow:hidden}.ds-page-hero-grid{grid-template-columns:minmax(0,1.04fr) minmax(330px,.72fr);align-items:center;gap:42px;display:grid}.ds-page-hero-copy h1{color:var(--ds-ink);letter-spacing:-.075em;margin:0;font-size:clamp(38px,5vw,64px);line-height:.98}.ds-page-lead{max-width:760px;color:var(--ds-muted);margin:20px 0 0;font-size:17px;line-height:1.78}.ds-page-actions{flex-wrap:wrap;gap:12px;margin-top:26px;display:flex}.ds-page-metric-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:28px;display:grid}.ds-page-metric-row div{background:#ffffffad;border:1px solid #0f172a14;border-radius:22px;align-content:center;gap:2px;min-height:78px;padding:15px 16px;display:grid}.ds-page-metric-row strong{color:var(--ds-ink);letter-spacing:-.055em;font-size:26px;font-weight:1000;line-height:1}.ds-page-metric-row span{color:var(--ds-muted);font-size:11.5px;font-weight:900}.ds-page-visual-card{background:radial-gradient(circle at 18% 10%,#155dfc29,#0000 36%),radial-gradient(circle at 86% 18%,#06b6d424,#0000 36%),linear-gradient(145deg,#ffffffdb,#f1f7ffbd);border-radius:32px;min-height:360px;padding:24px}.ds-operating-stage,.ds-industry-radar-visual,.ds-proof-slider,.ds-process-theatre,.ds-page-visual-card{box-shadow:var(--ds-shadow-md);backdrop-filter:blur(22px);background:radial-gradient(circle at 18% 14%,#155dfc2e,#0000 34%),radial-gradient(circle at 86% 10%,#06b6d424,#0000 36%),linear-gradient(135deg,#ffffff14,#ffffff09),#071426a8;border-color:#ffffff1f}.ds-operating-card,.ds-case-frame,.ds-update-card,.ds-newsroom-highlight,.ds-industry-signal-list,.ds-page-hero,.ds-page-strip,.ds-product-card,.ds-industry-card,.ds-project-card,.ds-solution-card,.ds-contact-card,.ds-about-card,.ds-case-card,.ds-blog-card{box-shadow:var(--ds-shadow-sm);backdrop-filter:blur(20px);background:linear-gradient(135deg,#ffffff18,#ffffff09),#071426ad;border-color:#ffffff1a}.ds-operating-card h3,.ds-case-frame h3,.ds-update-card h3,.ds-newsroom-highlight h3,.ds-industry-signal-list>div strong,.ds-page-hero-copy h1,.ds-page-metric-row strong{color:#f8fbff}.ds-operating-card p,.ds-case-frame p,.ds-update-card p,.ds-newsroom-highlight p,.ds-industry-signal-list li,.ds-page-lead,.ds-page-metric-row span{color:#9fb0c8}.ds-home-transformation-strip article,.ds-page-metric-row div{box-shadow:var(--ds-shadow-sm);backdrop-filter:blur(20px);background:linear-gradient(135deg,#ffffff18,#ffffff09),#071426ad;border-color:#ffffff1a}.ds-home-transformation-strip article strong{color:#f8fbff}.ds-home-transformation-strip article span{color:#9fb0c8}.ds-capability-rail span{color:#c7d7f2;background:#fff1;border-color:#ffffff1c}.ds-newsroom-feature,.ds-final-cta-card,.ds-footer,.ds-process-command-note,.ds-command-shell,.ds-industry-slider,.ds-operating-slide{box-shadow:0 34px 100px #0000006b,inset 0 1px #ffffff1f}.ds-floating-card{box-shadow:var(--ds-shadow-md);background:linear-gradient(135deg,#ffffff29,#ffffff12),#071426bd;border-color:#ffffff29}.ds-floating-card small{color:#9fb0c8}.ds-floating-card strong{color:#f8fbff}.ds-secondary-btn{color:#f8fbff;background:linear-gradient(135deg,#ffffff18,#ffffff0a),#0714269e;border-color:#ffffff24}.ds-secondary-btn:hover{border-color:#06b6d447;box-shadow:0 20px 48px #06b6d429}.ds-primary-btn,.ds-demo-btn{background:linear-gradient(135deg,#155dfcfa,#06b6d4d1),#155dfc;box-shadow:0 20px 52px #155dfc47,inset 0 1px #ffffff2e}@keyframes dsOrbitSpin{to{transform:rotate(360deg)}}@keyframes dsFloatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes dsRailMove{to{transform:translate(-50%)}}@keyframes dsRadarPulse{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-10px)scale(1.025)}}@keyframes dsWhatsappPulse{0%,to{opacity:.5;transform:scale(.96)}50%{opacity:.08;transform:scale(1.12)}}@media (width<=1180px){.ds-header-nav a{padding-inline:10px}.ds-lux-hero-content,.ds-operating-showcase,.ds-industry-radar,.ds-proof-studio,.ds-final-cta-card,.ds-footer-top,.ds-page-hero-grid{grid-template-columns:1fr}.ds-command-visual{min-height:auto}.ds-floating-card-a{left:14px}.ds-floating-card-b{right:14px}.ds-home-transformation-strip,.ds-process-stage{grid-template-columns:repeat(2,minmax(0,1fr))}.ds-process-timeline{display:none}.ds-newsroom-board{grid-template-columns:1fr;grid-template-areas:"feature""feed""highlights"}}@media (width<=980px){.ds-site-header{padding:10px 14px}.ds-header-shell{border-radius:28px;grid-template-columns:auto auto;justify-content:space-between}.ds-header-nav,.ds-header-actions{display:none}.ds-mobile-menu-btn{display:block}.ds-header-mobile-panel{z-index:999;opacity:0;pointer-events:none;transition:opacity .2s,transform .22s cubic-bezier(.16,1,.3,1);display:block;position:fixed;inset:92px 14px auto;transform:translateY(-12px)scale(.98)}.ds-menu-open .ds-header-mobile-panel{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.ds-header-mobile-card{border:1px solid var(--ds-white-border);box-shadow:var(--ds-shadow-lg);backdrop-filter:blur(22px);background:#fffffff0;border-radius:30px;padding:18px}.ds-header-mobile-top{color:var(--ds-muted);letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;gap:14px;font-size:11px;font-weight:950;display:flex}.ds-header-mobile-links{gap:8px;margin-top:16px;display:grid}.ds-header-mobile-links a{color:var(--ds-ink);background:#0f172a0a;border-radius:18px;padding:14px;font-size:14px;font-weight:900;text-decoration:none}.ds-header-mobile-actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:12px;display:grid}.ds-header-mobile-actions a{border-radius:var(--ds-pill);color:#fff;background:var(--ds-gradient-dark);place-items:center;min-height:46px;font-size:13px;font-weight:950;text-decoration:none;display:grid}.ds-lux-hero{border-radius:36px;padding:66px 22px 22px}.ds-hero-copy h1{font-size:clamp(42px,11vw,70px)}.ds-command-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ds-proof-slide{grid-template-columns:1fr}.ds-proof-slide-media{min-height:280px}.ds-newsroom-highlights,.ds-footer-links-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ds-process-command-note,.ds-industry-signal-list ul{grid-template-columns:1fr}}@media (width<=680px){.ds-section{width:min(calc(100% - 28px), var(--ds-container));padding:56px 0}.ds-lux-hero,.ds-footer,.ds-page-hero{width:min(calc(100% - 28px), var(--ds-wide))}.ds-header-brand{min-width:190px;height:52px}.ds-header-logo-full{width:185px;max-width:185px;max-height:52px}.ds-lux-hero{margin-top:10px;padding:52px 16px 18px}.ds-hero-actions,.ds-final-cta-actions,.ds-page-actions{flex-direction:column}.ds-primary-btn,.ds-secondary-btn,.ds-page-actions a{width:100%}.ds-hero-metrics,.ds-home-transformation-strip,.ds-process-stage,.ds-newsroom-highlights,.ds-footer-links-grid,.ds-page-metric-row{grid-template-columns:1fr}.ds-command-shell{border-radius:28px}.ds-command-header{grid-template-columns:1fr}.ds-command-header span{grid-row:auto;width:fit-content}.ds-command-grid{grid-template-columns:1fr}.ds-home-system-slide,.ds-operating-slide,.ds-industry-slide{padding:20px}.ds-operating-slide-ui{grid-template-columns:1fr}.ds-operating-mini-sidebar{grid-template-columns:repeat(4,1fr)}.ds-operating-mini-cards{grid-template-columns:1fr}.ds-industry-radar-visual{min-height:460px}.ds-radar-orbit-3{width:390px;height:390px}.ds-radar-signal{width:96px;min-height:88px;padding:12px}.ds-radar-signal-1{top:44px;left:44%}.ds-radar-signal-2{right:16px}.ds-radar-signal-3{bottom:54px;left:42%}.ds-radar-signal-4{left:14px}.ds-final-cta-card,.ds-footer{border-radius:34px;padding:18px}.ds-footer-top{gap:14px}.ds-footer-brand,.ds-footer-contact-card{border-radius:26px;padding:20px}.ds-footer-bottom{flex-direction:column}.ds-floating-whatsapp{min-height:56px;padding-right:10px;bottom:14px;right:14px}.ds-floating-whatsapp-copy{display:none}.ds-floating-whatsapp-icon{width:40px;height:40px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.ds-reveal-ready{opacity:1;transform:none}}.ds-operating-card,.ds-case-frame,.ds-update-card,.ds-newsroom-highlight,.ds-industry-signal-list,.ds-proof-slide,.ds-home-transformation-strip article,.ds-page-metric-row div{backdrop-filter:blur(22px);background:radial-gradient(circle at 16% 10%,#155dfc24,#0000 34%),radial-gradient(circle at 84% 18%,#06b6d41a,#0000 34%),linear-gradient(135deg,#ffffff18,#ffffff09),#071426c2!important;border-color:#ffffff1f!important;box-shadow:0 24px 70px #00000052,inset 0 1px #ffffff1f!important}.ds-operating-card h3,.ds-case-frame h3,.ds-update-card h3,.ds-newsroom-highlight h3,.ds-industry-signal-list>div strong,.ds-proof-slide-copy h3,.ds-home-transformation-strip article strong,.ds-page-metric-row strong{text-shadow:0 12px 34px #0000003d;color:#fff!important}.ds-operating-card p,.ds-case-frame p,.ds-update-card p,.ds-newsroom-highlight p,.ds-industry-signal-list li,.ds-proof-slide-copy p,.ds-home-transformation-strip article span,.ds-page-metric-row span{color:#b8c7dd!important}.ds-operating-card>span{color:#ffffff29!important}.ds-operating-card-icon{border:1px solid #ffffff1a;color:#8eeaff!important;background:linear-gradient(135deg,#155dfc38,#06b6d41f)!important}.ds-proof-slide{background:radial-gradient(circle at 18% 14%,#155dfc2e,#0000 34%),radial-gradient(circle at 86% 10%,#06b6d424,#0000 36%),linear-gradient(135deg,#ffffff14,#ffffff09),#071426c7!important}.ds-proof-slide-media{background:radial-gradient(circle at 28% 22%,#155dfc5c,#0000 34%),radial-gradient(circle at 72% 40%,#06b6d438,#0000 36%),radial-gradient(circle at 52% 78%,#7657ff3d,#0000 32%),linear-gradient(135deg,#071426,#0b1b34)!important}.ds-proof-slide-media:before{content:"";background:linear-gradient(135deg,#ffffff14,#ffffff06);border:1px solid #ffffff24;border-radius:22px;position:absolute;inset:22px}.ds-proof-slide-media:after{content:"Structured Case View";color:#ffffffb8;letter-spacing:.1em;text-transform:uppercase;font-size:12px;font-weight:950;position:absolute;bottom:36px;left:36px}.ds-slider-controls button{color:#fff!important;background:linear-gradient(135deg,#ffffff1f,#ffffff0d)!important;border-color:#ffffff29!important;box-shadow:0 16px 34px #00000038,inset 0 1px #ffffff24!important}.ds-slider-dots button{background:#ffffff38!important}.ds-slider-dots button.is-active{background:linear-gradient(135deg,#155dfc,#06b6d4)!important}.ds-header-nav a,.ds-header-link{color:#fff!important}.ds-header-link{background:linear-gradient(135deg,#ffffff1c,#ffffff0b)!important}.ds-mobile-menu-btn{background:#ffffff14!important;border-color:#ffffff24!important}.ds-mobile-menu-btn span{background:#fff!important}@media (width<=680px){.ds-header-brand{min-width:204px!important;height:56px!important;padding:6px 12px 6px 10px!important}.ds-header-logo-full{width:180px!important;max-width:180px!important;max-height:44px!important}}.ds-process-theatre{backdrop-filter:blur(24px);background:radial-gradient(circle at 12% 18%,#155dfc1f,#0000 28%),radial-gradient(circle at 88% 18%,#06b6d41a,#0000 30%),linear-gradient(135deg,#ffffff0f,#ffffff06),#071426b8!important;border-color:#ffffff24!important;box-shadow:0 28px 80px #00000057,inset 0 1px #ffffff1a!important}.ds-process-card{backdrop-filter:blur(18px);background:radial-gradient(circle at 14% 12%,#155dfc14,#0000 28%),radial-gradient(circle at 88% 16%,#06b6d40f,#0000 28%),linear-gradient(#fffffffa,#f4f8fff5)!important;border:1px solid #c1cddfb8!important;box-shadow:0 22px 54px #0412282e,inset 0 1px #fffffff5!important}.ds-process-card:hover{transform:translateY(-8px);border-color:#155dfc3d!important;box-shadow:0 28px 68px #0a18303d,0 0 0 1px #155dfc0f,inset 0 1px #fffffffa!important}.ds-process-card-top>span{color:#06111f!important;opacity:1!important;text-shadow:none!important}.ds-process-card:hover .ds-process-card-top>span{color:#155dfc!important}.ds-process-icon{box-shadow:inset 0 1px #ffffffe0,0 10px 24px #155dfc1a;color:#155dfc!important;background:linear-gradient(135deg,#155dfc1f,#06b6d414)!important;border:1px solid #155dfc1f!important}.ds-process-card h3{color:#0a1830!important;text-shadow:none!important}.ds-process-card p{color:#5f7391!important}.ds-process-card-foot{color:#155dfc!important}.ds-industry-radar-visual{backdrop-filter:blur(24px);background:radial-gradient(circle,#155dfc33,#0000 22%),radial-gradient(circle at 20% 18%,#06b6d424,#0000 26%),radial-gradient(circle at 78% 20%,#7657ff1f,#0000 26%),linear-gradient(135deg,#ffffff14,#ffffff08),#071426c7!important;border-color:#ffffff24!important;box-shadow:0 32px 84px #0000005c,inset 0 1px #ffffff1a!important}.ds-radar-orbit{box-shadow:inset 0 0 0 1px #ffffff05;border-color:#78b4ff29!important}.ds-radar-core{width:190px;height:190px;overflow:hidden;background:radial-gradient(circle at 30% 24%,#ffffffeb,#0000 26%),radial-gradient(circle at 70% 75%,#06b6d433,#0000 30%),linear-gradient(145deg,#10284f 0%,#0a1c37 45%,#122f60 100%)!important;border:1px solid #ffffff2e!important;box-shadow:0 28px 80px #00000057,0 0 40px #155dfc33,inset 0 1px #ffffff29!important}.ds-radar-core:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff0d,#0000 62%);border:1px solid #ffffff1a;border-radius:50%;position:absolute;inset:12px}.ds-radar-core span{text-shadow:0 8px 20px #00000042;color:#9aefff!important}.ds-radar-core strong{text-shadow:0 16px 34px #0000005c,0 0 20px #155dfc2e;font-size:24px;color:#fff!important}.ds-radar-signal{backdrop-filter:blur(16px);background:radial-gradient(circle at 20% 16%,#155dfc14,#0000 28%),linear-gradient(#fffffffa,#f4f8fff5)!important;border:1px solid #c1cddfc2!important;box-shadow:0 18px 44px #04122829,inset 0 1px #fffffff5!important}.ds-radar-signal svg{color:#155dfc!important}.ds-radar-signal span{font-weight:900;color:#0a1830!important}.ds-radar-signal-1,.ds-radar-signal-2,.ds-radar-signal-3,.ds-radar-signal-4{animation-duration:5.2s}.ds-services-room-page{--service-cream:#f7efe2;--service-cream-2:#fffaf2;--service-paper:#fffaf2f5;--service-ink:#071426;--service-ink-2:#14243a;--service-muted:#64748b;--service-line:#0f172a1f;--service-line-strong:#0f172a2e;--service-gold:#c8953d;--service-gold-soft:#c8953d29;--service-blue:#155dfc;--service-blue-soft:#155dfc1f;--service-cyan:#06b6d4;--service-cyan-soft:#06b6d41f;--service-green:#10b981;--service-green-soft:#10b9811f}.ds-services-room-page main{position:relative}.ds-services-room-page main:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle at 8% 14%,#c8953d33,#0000 26%),radial-gradient(circle at 90% 10%,#06b6d429,#0000 30%),linear-gradient(#f7efe214,#0000 74%);border-radius:76px;width:min(94vw,1320px);height:820px;position:absolute;top:64px;left:50%;transform:translate(-50%)}.ds-services-hero{width:min(calc(100% - 40px), var(--ds-wide));grid-template-columns:190px minmax(0,1fr) minmax(380px,.54fr);align-items:stretch;gap:18px;margin:22px auto 0;display:grid}.ds-services-hero-rail,.ds-services-hero-copy,.ds-services-command-card{border:1px solid var(--service-line);position:relative;overflow:hidden;box-shadow:0 30px 90px #0000003d,inset 0 1px #ffffffe6}.ds-services-hero-rail{min-height:630px;color:var(--service-ink);background:linear-gradient(#fffaf2fa,#efe8dbf5);border-radius:38px;flex-direction:column;justify-content:space-between;padding:24px;display:flex}.ds-services-hero-rail:before{content:"";pointer-events:none;border:1px solid #0f172a14;border-radius:28px;position:absolute;inset:18px}.ds-services-hero-rail span{color:var(--service-gold);letter-spacing:.16em;text-transform:uppercase;writing-mode:vertical-rl;font-size:11px;font-weight:950;transform:rotate(180deg)}.ds-services-hero-rail strong{max-width:130px;color:var(--service-ink);letter-spacing:-.075em;font-size:30px;line-height:.94}.ds-services-hero-rail i{background:linear-gradient(#0000,#0f172a4d,#0000);width:1px;height:165px;margin:10px 0;display:block}.ds-services-hero-rail small{color:var(--service-muted);font-size:11px;font-weight:850;line-height:1.5}.ds-services-hero-copy{min-height:630px;color:var(--service-ink);background:linear-gradient(135deg,#fffaf2fa,#f4efe5f0),linear-gradient(90deg,#c8953d1f,#0000 46%,#06b6d41a);border-radius:42px;flex-direction:column;justify-content:center;padding:clamp(34px,5vw,72px);display:flex}.ds-services-hero-copy:before{content:"";background:radial-gradient(circle,#c8953d40,#0000 66%);border-radius:999px;width:430px;height:430px;position:absolute;inset:auto -120px -190px auto}.ds-services-hero-copy:after{content:"";pointer-events:none;border:1px solid #0f172a14;border-radius:30px;position:absolute;inset:24px}.ds-services-hero-copy .ds-eyebrow,.ds-services-hero-copy h1,.ds-services-hero-copy p,.ds-services-hero-actions{z-index:1;position:relative}.ds-services-hero-copy .ds-eyebrow{color:var(--service-gold)}.ds-services-hero-copy h1{max-width:760px;color:var(--service-ink);letter-spacing:-.092em;margin:0;font-size:clamp(44px,5.7vw,82px);line-height:.88}.ds-services-hero-copy>p{max-width:710px;color:var(--service-muted);margin:24px 0 0;font-size:17px;line-height:1.78}.ds-services-hero-actions{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.ds-services-hero-actions .ds-primary-btn{background:linear-gradient(135deg,#071426,#16243a 58%,#0b1527);box-shadow:0 20px 45px #07142642}.ds-services-command-card{color:#f8fafc;background:radial-gradient(circle at 10% 0,#c8953d47,#0000 36%),radial-gradient(circle at 90% 20%,#06b6d440,#0000 34%),linear-gradient(145deg,#071426,#0d1b30 58%,#111827);border-radius:42px;flex-direction:column;min-height:630px;padding:22px;display:flex}.ds-services-command-card:before{content:"";pointer-events:none;border:1px solid #ffffff1a;border-radius:30px;position:absolute;inset:18px}.ds-services-command-top{z-index:1;justify-content:space-between;align-items:flex-start;gap:16px;padding:16px;display:flex;position:relative}.ds-services-command-top span{color:var(--service-gold);letter-spacing:.16em;font-size:10px;font-weight:950}.ds-services-command-top strong{color:#fff;letter-spacing:-.055em;text-align:right;max-width:230px;font-size:25px;line-height:1.02}.ds-services-command-list{z-index:1;gap:10px;margin-top:14px;display:grid;position:relative}.ds-services-command-list a{color:#ffffffc7;background:#ffffff0e;border:1px solid #ffffff1c;border-radius:20px;grid-template-columns:42px 1fr;align-items:center;gap:12px;min-height:66px;padding:12px;transition:transform .24s,border-color .24s,background .24s;display:grid}.ds-services-command-list a:hover{background:#ffffff16;border-color:#c8953d6b;transform:translate(5px)}.ds-services-command-list i{width:42px;height:42px;color:var(--service-gold);background:#ffffff14;border-radius:15px;justify-content:center;align-items:center;display:inline-flex}.ds-services-command-list svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:21px;height:21px}.ds-services-command-list span{font-size:13px;font-weight:850;line-height:1.2}.ds-services-command-stats{z-index:1;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:auto;padding-top:18px;display:grid;position:relative}.ds-services-command-stats div{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:22px;flex-direction:column;justify-content:center;min-height:96px;padding:14px;display:flex}.ds-services-command-stats strong{color:#fff;letter-spacing:-.05em;font-size:28px;line-height:1}.ds-services-command-stats span{color:#ffffff9e;text-transform:uppercase;letter-spacing:.07em;margin-top:8px;font-size:10px;font-weight:850;line-height:1.35}.ds-services-section-head{max-width:840px;margin-bottom:28px}.ds-services-section-head-split{grid-template-columns:minmax(0,.9fr) minmax(300px,.48fr);align-items:end;gap:28px;max-width:none;display:grid}.ds-services-section-head .ds-eyebrow{color:var(--service-gold)}.ds-services-section-head h2{color:#fff;letter-spacing:-.075em;margin:0;font-size:clamp(34px,4.2vw,58px);line-height:.96}.ds-services-section-head p{color:#e2e8f0b8;margin:16px 0 0;font-size:15px;line-height:1.72}.ds-services-section-head-split>p{margin:0}.ds-services-feature-section{padding-top:76px}.ds-services-feature-wall{grid-template-columns:repeat(12,1fr);gap:14px;display:grid}.ds-services-feature-card{background:linear-gradient(145deg,#ffffff17,#ffffff0b),radial-gradient(circle at 18% 0,#c8953d21,#0000 35%);border:1px solid #ffffff1c;border-radius:30px;flex-direction:column;min-height:340px;padding:24px;transition:transform .24s,border-color .24s,background .24s;display:flex;position:relative;overflow:hidden;box-shadow:0 26px 70px #00000038}.ds-services-feature-card:hover{background:linear-gradient(145deg,#ffffff1f,#ffffff0f),radial-gradient(circle at 18% 0,#c8953d2e,#0000 38%);border-color:#c8953d5c;transform:translateY(-5px)}.ds-services-card-glow{pointer-events:none;background:radial-gradient(circle,#06b6d429,#0000 65%);border-radius:999px;width:260px;height:260px;position:absolute;inset:auto -90px -120px auto}.ds-services-feature-card-1,.ds-services-feature-card-2{grid-column:span 6}.ds-services-feature-card-3,.ds-services-feature-card-4,.ds-services-feature-card-5,.ds-services-feature-card-6,.ds-services-feature-card-7,.ds-services-feature-card-8{grid-column:span 4}.ds-services-card-top{z-index:1;justify-content:space-between;align-items:center;gap:16px;display:flex;position:relative}.ds-services-card-top>span{color:#ffffff3d;letter-spacing:-.08em;font-size:48px;font-weight:950;line-height:1}.ds-services-icon,.ds-services-directory-icon,.ds-services-growth-icon{width:54px;height:54px;color:var(--service-gold);background:#c8953d1a;border:1px solid #c8953d3d;border-radius:19px;flex:none;justify-content:center;align-items:center;display:inline-flex}.ds-services-icon svg,.ds-services-directory-icon svg,.ds-services-growth-icon svg{fill:none;stroke:currentColor;stroke-width:1.85px;stroke-linecap:round;stroke-linejoin:round;width:25px;height:25px}.ds-services-feature-card small,.ds-services-growth-slide>span{z-index:1;color:var(--service-gold);letter-spacing:.14em;text-transform:uppercase;margin-top:22px;font-size:10px;font-weight:950;position:relative}.ds-services-feature-card h3{z-index:1;color:#fff;letter-spacing:-.055em;margin:12px 0 0;font-size:28px;line-height:1.02;position:relative}.ds-services-feature-card p{z-index:1;color:#e2e8f0b3;margin:14px 0 0;font-size:14px;line-height:1.68;position:relative}.ds-services-mini-list{z-index:1;flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:20px;display:flex;position:relative}.ds-services-mini-list span{color:#ffffffb3;background:#ffffff0e;border:1px solid #ffffff1a;border-radius:999px;padding:8px 10px;font-size:11px;font-weight:800}.ds-services-directory-section{padding-top:82px}.ds-services-directory-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.ds-services-directory-card{border:1px solid var(--service-line);min-height:410px;color:var(--service-ink);background:linear-gradient(#fffaf2fa,#f1eadef0);border-radius:30px;flex-direction:column;padding:22px;scroll-margin-top:110px;transition:transform .24s,border-color .24s,box-shadow .24s;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 70px #0003,inset 0 1px #ffffffe6}.ds-services-directory-card:before{content:"";pointer-events:none;background:radial-gradient(circle,#c8953d2e,#0000 64%);border-radius:999px;width:270px;height:270px;position:absolute;inset:auto -95px -130px auto}.ds-services-directory-card:hover{border-color:#c8953d57;transform:translateY(-4px);box-shadow:0 34px 85px #00000042,inset 0 1px #fffffff2}.ds-services-directory-top{z-index:1;justify-content:space-between;gap:18px;display:flex;position:relative}.ds-services-directory-icon{color:var(--service-ink);background:radial-gradient(circle at 30% 20%,#ffffffdb,#0000 46%),linear-gradient(135deg,#c8953d38,#06b6d41f);border-color:#0f172a1a}.ds-services-directory-top>div:last-child{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.ds-services-directory-top span{color:var(--service-gold);letter-spacing:.13em;text-transform:uppercase;text-align:right;font-size:10px;font-weight:950}.ds-services-directory-top strong{color:#07142629;letter-spacing:-.08em;font-size:42px;font-weight:950;line-height:1}.ds-services-directory-card h3{z-index:1;color:var(--service-ink);letter-spacing:-.055em;margin:20px 0 0;font-size:25px;line-height:1.02;position:relative}.ds-services-directory-card p{z-index:1;color:var(--service-muted);margin:12px 0 0;font-size:13.5px;line-height:1.66;position:relative}.ds-services-chip-cloud{z-index:1;flex-wrap:wrap;gap:7px;margin-top:auto;padding-top:20px;display:flex;position:relative}.ds-services-chip-cloud span{color:#14243ad1;background:#ffffffa3;border:1px solid #0f172a1a;border-radius:999px;padding:7px 9px;font-size:10.5px;font-weight:850;line-height:1.15}.ds-services-growth-section{padding-top:86px}.ds-services-growth-shell{grid-template-columns:minmax(280px,.42fr) minmax(0,1fr);align-items:stretch;gap:18px;display:grid}.ds-services-growth-copy,.ds-services-growth-slider{border:1px solid var(--service-line);border-radius:34px;position:relative;overflow:hidden;box-shadow:0 30px 80px #0000003b}.ds-services-growth-copy{color:var(--service-ink);background:radial-gradient(circle at 14% 0,#c8953d33,#0000 35%),linear-gradient(#fffaf2fa,#f1eadef0);padding:32px}.ds-services-growth-copy .ds-eyebrow{color:var(--service-gold)}.ds-services-growth-copy h2{color:var(--service-ink);letter-spacing:-.07em;margin:0;font-size:clamp(31px,3.5vw,48px);line-height:.98}.ds-services-growth-copy p{color:var(--service-muted);margin:16px 0 0;font-size:14.5px;line-height:1.76}.ds-services-growth-slider{background:radial-gradient(circle at 90% 10%,#06b6d42e,#0000 34%),linear-gradient(145deg,#ffffff14,#ffffff0b);padding:18px}.ds-services-growth-window{border-radius:26px;overflow:hidden}.ds-services-growth-track{will-change:transform;transition:transform .55s cubic-bezier(.22,1,.36,1);display:flex}.ds-services-growth-slide{background:radial-gradient(circle at 8% 4%,#c8953d2e,#0000 35%),linear-gradient(135deg,#ffffff1a,#ffffff0d);border:1px solid #ffffff1c;border-radius:26px;flex-direction:column;min-width:100%;min-height:405px;padding:34px;display:flex}.ds-services-growth-slide h3{color:#fff;letter-spacing:-.07em;margin:14px 0 0;font-size:clamp(30px,3.3vw,46px);line-height:.98}.ds-services-growth-slide p{color:#e2e8f0b8;max-width:720px;margin:16px 0 0;font-size:15px;line-height:1.75}.ds-services-growth-slide>div:last-child{flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:28px;display:flex}.ds-services-growth-slide small{color:#ffffffb3;background:#ffffff0e;border:1px solid #ffffff1a;border-radius:999px;padding:8px 10px;font-size:11px;font-weight:850}.ds-services-growth-controls{justify-content:flex-end;margin-top:16px}.ds-services-delivery-section{padding-top:86px}.ds-services-delivery-card{border:1px solid var(--service-line);color:var(--service-ink);background:radial-gradient(circle at 0 0,#c8953d33,#0000 32%),radial-gradient(circle at 100% 20%,#155dfc1a,#0000 34%),linear-gradient(#fffaf2fa,#efe8dbf2);border-radius:38px;grid-template-columns:minmax(280px,.42fr) minmax(0,1fr);gap:24px;padding:clamp(26px,4vw,44px);display:grid;position:relative;overflow:hidden;box-shadow:0 28px 80px #0000003d}.ds-services-delivery-intro .ds-eyebrow{color:var(--service-gold)}.ds-services-delivery-intro h2{color:var(--service-ink);letter-spacing:-.075em;margin:0;font-size:clamp(32px,3.8vw,54px);line-height:.98}.ds-services-delivery-intro p{color:var(--service-muted);margin:16px 0 0;font-size:14.5px;line-height:1.74}.ds-services-delivery-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.ds-services-delivery-steps article{background:#ffffff9e;border:1px solid #0f172a1a;border-radius:26px;min-height:190px;padding:22px}.ds-services-delivery-steps span{width:44px;height:44px;color:var(--service-ink);background:linear-gradient(135deg,#c8953d40,#06b6d421);border-radius:16px;justify-content:center;align-items:center;font-size:13px;font-weight:950;display:inline-flex}.ds-services-delivery-steps h3{color:var(--service-ink);letter-spacing:-.045em;margin:16px 0 0;font-size:22px}.ds-services-delivery-steps p{color:var(--service-muted);margin:9px 0 0;font-size:13px;line-height:1.64}@media (width<=1180px){.ds-services-hero{grid-template-columns:150px minmax(0,1fr)}.ds-services-command-card{grid-column:1/-1;min-height:auto}.ds-services-command-list{grid-template-columns:repeat(3,minmax(0,1fr))}.ds-services-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=980px){.ds-services-hero,.ds-services-section-head-split,.ds-services-growth-shell,.ds-services-delivery-card{grid-template-columns:1fr}.ds-services-hero-rail{flex-direction:row;align-items:center;gap:18px;min-height:auto}.ds-services-hero-rail span{writing-mode:initial;transform:none}.ds-services-hero-rail i{width:1px;height:42px}.ds-services-hero-copy{min-height:520px}.ds-services-feature-card-1,.ds-services-feature-card-2,.ds-services-feature-card-3,.ds-services-feature-card-4,.ds-services-feature-card-5,.ds-services-feature-card-6,.ds-services-feature-card-7,.ds-services-feature-card-8{grid-column:span 6}}@media (width<=760px){.ds-services-hero{width:min(calc(100% - 24px), var(--ds-wide));gap:12px}.ds-services-hero-rail,.ds-services-hero-copy,.ds-services-command-card,.ds-services-feature-card,.ds-services-directory-card,.ds-services-growth-copy,.ds-services-growth-slider,.ds-services-delivery-card{border-radius:26px}.ds-services-hero-rail{flex-wrap:wrap;padding:18px}.ds-services-hero-rail strong{font-size:24px}.ds-services-hero-copy{min-height:auto;padding:32px 22px}.ds-services-hero-copy h1{letter-spacing:-.08em;font-size:clamp(38px,12vw,54px)}.ds-services-hero-copy>p{font-size:15px}.ds-services-hero-actions,.ds-services-hero-actions a{width:100%}.ds-services-command-list,.ds-services-command-stats,.ds-services-directory-grid,.ds-services-delivery-steps,.ds-services-feature-wall{grid-template-columns:1fr}.ds-services-feature-card-1,.ds-services-feature-card-2,.ds-services-feature-card-3,.ds-services-feature-card-4,.ds-services-feature-card-5,.ds-services-feature-card-6,.ds-services-feature-card-7,.ds-services-feature-card-8{grid-column:auto}.ds-services-feature-card,.ds-services-directory-card{min-height:auto}.ds-services-section-head h2,.ds-services-growth-copy h2,.ds-services-delivery-intro h2{letter-spacing:-.06em}.ds-services-growth-slide{min-height:430px;padding:24px}.ds-services-growth-controls{justify-content:center}}@media (prefers-reduced-motion:reduce){.ds-services-feature-card,.ds-services-directory-card,.ds-services-command-list a,.ds-services-growth-track{transition:none}}.ds-page-products{--product-ink:#f8fbff;--product-ink-soft:#dbeafe;--product-muted:#9fb0c8;--product-muted-2:#71839e;--product-panel:#08162bc2;--product-panel-2:#ffffff12;--product-border:#ffffff1f;--product-border-strong:#fff3;--product-gold:#d7aa54;--product-blue:#155dfc;--product-cyan:#06b6d4;--product-green:#10b981}.ds-products-showroom-hero{width:min(calc(100% - 40px), var(--ds-wide));border:1px solid var(--product-border);isolation:isolate;background:linear-gradient(135deg,#ffffff13,#ffffff06),radial-gradient(circle at 8% 12%,#d7aa5429,#0000 32%),radial-gradient(circle at 92% 16%,#06b6d426,#0000 34%),#050e1ddb;border-radius:44px;grid-template-columns:minmax(0,.95fr) minmax(380px,.72fr);gap:18px;margin:38px auto 0;padding:clamp(22px,3.6vw,38px);display:grid;position:relative;overflow:hidden;box-shadow:0 36px 120px #0000006b}.ds-products-hero-bg{z-index:-1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.ds-products-hero-bg span{filter:blur(8px);opacity:.72;border-radius:999px;display:block;position:absolute}.ds-products-hero-bg span:first-child{background:radial-gradient(circle,#d7aa5429,#0000 70%);width:420px;height:420px;top:-160px;left:-160px}.ds-products-hero-bg span:nth-child(2){background:radial-gradient(circle,#155dfc2e,#0000 70%);width:520px;height:520px;top:-190px;right:-210px}.ds-products-hero-bg span:nth-child(3){background:radial-gradient(circle,#06b6d421,#0000 70%);width:480px;height:480px;bottom:-260px;right:26%}.ds-products-hero-copy{background:linear-gradient(135deg,#ffffff13,#ffffff06),#050e1d6b;border:1px solid #ffffff13;border-radius:34px;flex-direction:column;justify-content:center;min-height:650px;padding:clamp(26px,4.4vw,58px);display:flex}.ds-products-hero-copy .ds-eyebrow,.ds-products-section-head .ds-eyebrow,.ds-products-delivery-copy .ds-eyebrow,.ds-products-final-card .ds-eyebrow{color:#f3d596;background:#d7aa5414;border-color:#d7aa5442}.ds-products-hero-copy h1{max-width:860px;color:var(--product-ink);letter-spacing:-.095em;margin:0;font-size:clamp(46px,6.8vw,92px);line-height:.88}.ds-products-hero-copy>p{max-width:790px;color:var(--product-muted);margin:24px 0 0;font-size:clamp(16px,1.55vw,20px);line-height:1.74}.ds-products-hero-actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.ds-products-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:34px;display:grid}.ds-products-hero-stats div{background:#ffffff0e;border:1px solid #ffffff1a;border-radius:24px;align-content:center;gap:5px;min-height:96px;padding:17px;display:grid}.ds-products-hero-stats strong{color:var(--product-ink);letter-spacing:-.055em;font-size:32px;font-weight:1000;line-height:1}.ds-products-hero-stats span{color:var(--product-muted);font-size:12px;font-weight:900}.ds-products-hero-console{background:radial-gradient(circle at 12% 12%,#155dfc2e,#0000 40%),linear-gradient(160deg,#ffffff1c,#ffffff0a),#071426d1;border:1px solid #ffffff1c;border-radius:34px;flex-direction:column;justify-content:space-between;gap:20px;min-height:650px;padding:clamp(20px,2.8vw,32px);display:flex;box-shadow:inset 0 1px #ffffff1f}.ds-products-console-top,.ds-products-console-footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.ds-products-console-top span,.ds-products-console-footer span{color:var(--product-muted);font-size:12px;font-weight:900}.ds-products-console-top strong{color:var(--product-ink);letter-spacing:-.035em;font-size:18px}.ds-products-console-footer{flex-wrap:wrap}.ds-products-console-footer span{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:999px;padding:8px 10px}.ds-products-console-screen{background:linear-gradient(#f8fbff1a,#f8fbff09),#02081461;border:1px solid #ffffff1f;border-radius:30px;padding:16px}.ds-products-screen-toolbar,.ds-products-frame-bar,.ds-products-mini-bar{align-items:center;gap:7px;display:flex}.ds-products-screen-toolbar span,.ds-products-frame-bar span,.ds-products-mini-bar span{background:#ffffff47;border-radius:999px;width:8px;height:8px}.ds-products-screen-toolbar span:first-child,.ds-products-frame-bar span:first-child,.ds-products-mini-bar span:first-child{background:#d7aa54db}.ds-products-screen-toolbar span:nth-child(2),.ds-products-frame-bar span:nth-child(2),.ds-products-mini-bar span:nth-child(2){background:#06b6d4c7}.ds-products-screen-toolbar strong,.ds-products-frame-bar strong{color:#f8fbffc2;margin-left:auto;font-size:11px;font-weight:900}.ds-products-screen-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px;display:grid}.ds-products-screen-metrics div{background:#ffffff0e;border:1px solid #ffffff17;border-radius:20px;min-height:84px;padding:14px}.ds-products-screen-metrics span,.ds-products-mock-stats span,.ds-products-gallery-metrics span{color:var(--product-muted);font-size:10px;font-weight:900;display:block}.ds-products-screen-metrics strong,.ds-products-mock-stats strong,.ds-products-gallery-metrics strong{color:var(--product-ink);letter-spacing:-.035em;margin-top:5px;font-size:15px;font-weight:950;display:block}.ds-products-screen-table{gap:9px;margin-top:14px;display:grid}.ds-products-screen-table div{background:#ffffff0b;border:1px solid #ffffff14;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;min-height:52px;padding:0 14px;display:flex}.ds-products-screen-table span{color:#f8fbffdb;font-size:12px;font-weight:850}.ds-products-screen-table strong{color:#f3d596;font-size:11px;font-weight:950}.ds-products-section-head{max-width:900px;margin:0 0 28px}.ds-products-section-head-split{grid-template-columns:minmax(0,.84fr) minmax(280px,.42fr);align-items:end;gap:28px;max-width:none;display:grid}.ds-products-section-head h2{color:var(--product-ink);letter-spacing:-.075em;margin:0;font-size:clamp(34px,4.2vw,58px);line-height:.98}.ds-products-section-head p{color:var(--product-muted);margin:16px 0 0;font-size:15px;line-height:1.75}.ds-products-section-head-split>p{margin:0}.ds-products-feature-section{width:min(calc(100% - 40px), var(--ds-wide));padding-top:90px}.ds-products-feature-slider{border:1px solid var(--product-border);background:radial-gradient(circle at 16% 16%,#d7aa5421,#0000 34%),radial-gradient(circle at 88% 10%,#155dfc29,#0000 34%),#071426ad;border-radius:40px;position:relative;overflow:hidden;box-shadow:0 30px 95px #00000057}.ds-products-feature-window{overflow:hidden}.ds-products-feature-track{will-change:transform;transition:transform .68s cubic-bezier(.16,1,.3,1);display:flex}.ds-products-feature-slide{grid-template-columns:minmax(280px,.82fr) minmax(380px,1fr);align-items:stretch;gap:28px;min-width:100%;padding:clamp(22px,3.2vw,42px);display:grid}.ds-products-feature-copy{background:#ffffff0b;border:1px solid #ffffff14;border-radius:30px;flex-direction:column;justify-content:center;padding:clamp(20px,2.8vw,34px);display:flex}.ds-products-feature-meta,.ds-products-card-topline{align-items:center;gap:13px;display:flex}.ds-products-feature-icon,.ds-products-card-icon{color:#f3d596;background:radial-gradient(circle at 30% 20%,#d7aa5438,#0000 56%),#fff1;border:1px solid #d7aa5438;border-radius:20px;place-items:center;width:54px;height:54px;display:grid}.ds-products-feature-icon svg,.ds-products-card-icon svg{fill:none;stroke:currentColor;stroke-width:1.75px;stroke-linecap:round;stroke-linejoin:round;width:25px;height:25px}.ds-products-feature-meta span,.ds-products-card-topline span{color:var(--product-muted);font-size:11px;font-weight:900;display:block}.ds-products-feature-meta strong,.ds-products-card-topline strong{color:var(--product-ink-soft);margin-top:3px;font-size:12px;font-weight:950;display:block}.ds-products-feature-copy h3{max-width:620px;color:var(--product-ink);letter-spacing:-.08em;margin:26px 0 0;font-size:clamp(34px,4.4vw,66px);line-height:.92}.ds-products-feature-copy p{max-width:660px;color:var(--product-muted);margin:18px 0 0;font-size:15px;line-height:1.72}.ds-products-feature-tags,.ds-products-module-chips{flex-wrap:wrap;gap:8px;margin-top:22px;display:flex}.ds-products-feature-tags span,.ds-products-module-chips span{color:#f8fbffc7;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:999px;padding:8px 10px;font-size:11px;font-weight:900}.ds-products-text-link,.ds-products-card-link{color:#f3d596;align-items:center;gap:9px;width:fit-content;margin-top:24px;font-size:13px;font-weight:950;text-decoration:none;display:inline-flex}.ds-products-text-link svg,.ds-products-card-link svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px;transition:transform .22s}.ds-products-text-link:hover svg,.ds-products-card-link:hover svg{transform:translate(4px)}.ds-products-feature-preview{min-height:520px}.ds-products-interface-frame,.ds-products-mini-frame{background:linear-gradient(#f8fbff1a,#f8fbff09),#02081475;border:1px solid #ffffff1f;overflow:hidden;box-shadow:inset 0 1px #ffffff1a}.ds-products-interface-frame{border-radius:30px;height:100%;min-height:430px;padding:15px}.ds-products-interface-frame img{object-fit:cover;object-position:center;border-radius:22px;width:100%;height:calc(100% - 40px);display:block}.ds-products-mini-frame img{object-fit:cover;object-position:center;border-radius:18px;width:100%;height:calc(100% - 28px);display:block}.ds-products-frame-bar{height:28px;margin-bottom:12px}.ds-products-mock-screen,.ds-products-gallery-screen{background:radial-gradient(circle at 12% 0,#d7aa542b,#0000 42%),radial-gradient(circle at 100% 18%,#06b6d421,#0000 38%),linear-gradient(145deg,#ffffff16,#ffffff08),#040c19e0;border-radius:24px;flex-direction:column;height:calc(100% - 40px);min-height:390px;padding:clamp(20px,2.5vw,30px);display:flex}.ds-products-mock-header,.ds-products-gallery-screen-head,.ds-products-mini-title{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.ds-products-mock-header small,.ds-products-gallery-screen-head small{color:var(--product-muted);font-size:11px;font-weight:900;display:block}.ds-products-mock-header strong,.ds-products-gallery-screen-head strong{color:var(--product-ink);letter-spacing:-.055em;margin-top:5px;font-size:clamp(22px,3vw,34px);line-height:1;display:block}.ds-products-mock-header>span{color:#05111f;background:var(--ds-gradient-gold);border-radius:17px;place-items:center;width:46px;height:46px;font-size:13px;font-weight:1000;display:grid}.ds-products-mock-screen>p{max-width:560px;color:var(--product-muted);margin:18px 0 0;font-size:13px;line-height:1.64}.ds-products-mock-stats,.ds-products-gallery-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:22px;display:grid}.ds-products-mock-stats div,.ds-products-gallery-metrics div{background:#ffffff0e;border:1px solid #ffffff17;border-radius:18px;min-height:84px;padding:14px}.ds-products-mock-list,.ds-products-gallery-rows{gap:10px;margin-top:auto;padding-top:24px;display:grid}.ds-products-mock-list div,.ds-products-gallery-rows div{background:#ffffff0b;border:1px solid #ffffff14;border-radius:17px;grid-template-columns:10px minmax(0,1fr) 70px;align-items:center;gap:12px;min-height:54px;padding:0 14px;display:grid}.ds-products-mock-list div>span,.ds-products-gallery-rows div>span{background:var(--product-cyan);border-radius:999px;width:9px;height:9px;box-shadow:0 0 0 5px #06b6d41a}.ds-products-mock-list strong,.ds-products-gallery-rows strong{color:#f8fbffdb;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:12px;font-weight:900;overflow:hidden}.ds-products-mock-list i,.ds-products-gallery-rows i{background:linear-gradient(90deg,#d7aa54b8,#06b6d470);border-radius:999px;height:8px}.ds-products-slider-controls{justify-content:flex-end;align-items:center;gap:13px;padding:0 28px 28px;display:flex}.ds-products-slider-controls button{width:44px;height:44px;color:var(--product-ink);cursor:pointer;background:#ffffff12;border:1px solid #ffffff1f;border-radius:999px;place-items:center;transition:transform .22s,border-color .22s,background .22s;display:grid}.ds-products-slider-controls button:hover{background:#d7aa541a;border-color:#d7aa5457;transform:translateY(-2px)}.ds-products-slider-controls svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.ds-products-slider-dots{gap:7px;display:flex}.ds-products-slider-dots button{border-radius:999px;width:9px;height:9px;padding:0}.ds-products-slider-dots button.is-active{background:var(--ds-gradient-gold);border-color:#d7aa54a6;width:28px}.ds-products-directory-section{width:min(calc(100% - 40px), var(--ds-wide));padding-top:90px}.ds-products-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.ds-products-directory-card{border:1px solid var(--product-border);background:linear-gradient(135deg,#ffffff13,#ffffff06),#071426b8;border-radius:34px;grid-template-rows:260px minmax(0,1fr);min-height:620px;transition:transform .26s,border-color .26s,box-shadow .26s;display:grid;overflow:hidden;box-shadow:0 26px 72px #0000003d}.ds-products-directory-card:hover{border-color:#d7aa5447;transform:translateY(-6px);box-shadow:0 34px 90px #00000057}.ds-products-card-preview{background:radial-gradient(circle at 12% 12%,#06b6d41f,#0000 36%),radial-gradient(circle at 90% 10%,#d7aa541f,#0000 34%),#ffffff07;padding:16px}.ds-products-mini-frame{border-radius:24px;height:100%;padding:12px}.ds-products-mini-screen{background:linear-gradient(145deg,#ffffff16,#ffffff09),#030914c7;border-radius:18px;flex-direction:column;height:calc(100% - 28px);padding:16px;display:flex}.ds-products-mini-title strong{color:var(--product-ink);letter-spacing:-.04em;font-size:17px}.ds-products-mini-title span{color:#f3d596;font-size:10px;font-weight:950}.ds-products-mini-lines{gap:8px;margin-top:18px;display:grid}.ds-products-mini-lines i{background:#ffffff1a;border-radius:999px;height:8px}.ds-products-mini-lines i:first-child{width:92%}.ds-products-mini-lines i:nth-child(2){width:74%}.ds-products-mini-lines i:nth-child(3){width:84%}.ds-products-mini-chart{align-items:end;gap:8px;height:64px;margin-top:auto;display:flex}.ds-products-mini-chart span{background:linear-gradient(#d7aa54b3,#155dfc61);border-radius:999px 999px 8px 8px;flex:1}.ds-products-mini-chart span:first-child{height:48%}.ds-products-mini-chart span:nth-child(2){height:76%}.ds-products-mini-chart span:nth-child(3){height:58%}.ds-products-mini-chart span:nth-child(4){height:88%}.ds-products-card-body{flex-direction:column;padding:24px;display:flex}.ds-products-card-body h3{color:var(--product-ink);letter-spacing:-.06em;margin:24px 0 0;font-size:clamp(26px,3vw,38px);line-height:.98}.ds-products-card-body>p{color:var(--product-muted);margin:14px 0 0;font-size:13.5px;line-height:1.68}.ds-products-best-for{background:#ffffff0b;border:1px solid #ffffff17;border-radius:20px;margin-top:22px;padding:16px}.ds-products-best-for span{color:var(--product-muted-2);text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:950;display:block}.ds-products-best-for strong{color:var(--product-ink-soft);margin-top:7px;font-size:13px;line-height:1.5;display:block}.ds-products-card-link{margin-top:auto;padding-top:20px}.ds-products-gallery-section{width:min(calc(100% - 40px), var(--ds-wide));padding-top:96px}.ds-products-gallery-shell{border:1px solid var(--product-border);background:radial-gradient(circle at 10% 10%,#d7aa541a,#0000 34%),radial-gradient(circle at 100% 0,#06b6d41f,#0000 32%),#071426a8;border-radius:42px;padding:clamp(22px,3.5vw,38px);box-shadow:0 30px 90px #00000047}.ds-products-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.ds-products-gallery-card{background:#ffffff0b;border:1px solid #ffffff1a;border-radius:30px;transition:transform .24s,border-color .24s;overflow:hidden}.ds-products-gallery-card:hover{border-color:#d7aa5442;transform:translateY(-5px)}.ds-products-gallery-card .ds-products-interface-frame{min-height:330px;margin:14px}.ds-products-gallery-screen{min-height:275px;padding:18px}.ds-products-gallery-screen-head>span{background:radial-gradient(circle at 34% 28%,#f3d596,#0000 30%),linear-gradient(135deg,#d7aa549e,#06b6d452);border-radius:16px;width:42px;height:42px}.ds-products-gallery-metrics{margin-top:18px}.ds-products-gallery-rows{padding-top:18px}.ds-products-gallery-copy{padding:5px 20px 22px}.ds-products-gallery-copy span{color:#f3d596;font-size:11px;font-weight:950}.ds-products-gallery-copy h3{color:var(--product-ink);letter-spacing:-.045em;margin:8px 0 0;font-size:22px;line-height:1.04}.ds-products-gallery-copy p{color:var(--product-muted);margin:10px 0 0;font-size:12.5px;line-height:1.62}.ds-products-delivery-section{width:min(calc(100% - 40px), var(--ds-wide));padding-top:96px}.ds-products-delivery-layout{border:1px solid var(--product-border);background:linear-gradient(135deg,#ffffff14,#ffffff07),radial-gradient(circle at 16% 20%,#155dfc24,#0000 34%),#071426b8;border-radius:42px;grid-template-columns:minmax(280px,.43fr) minmax(0,1fr);gap:24px;padding:clamp(24px,3.8vw,44px);display:grid;box-shadow:0 30px 90px #0000004d}.ds-products-delivery-copy{align-self:center}.ds-products-delivery-copy h2{color:var(--product-ink);letter-spacing:-.075em;margin:0;font-size:clamp(34px,4.1vw,56px);line-height:.98}.ds-products-delivery-copy p{color:var(--product-muted);margin:16px 0 0;font-size:14.5px;line-height:1.72}.ds-products-delivery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.ds-products-delivery-grid article{background:#ffffff0b;border:1px solid #ffffff17;border-radius:28px;min-height:220px;padding:24px}.ds-products-delivery-grid span{color:#05111f;background:var(--ds-gradient-gold);border-radius:17px;place-items:center;width:46px;height:46px;font-size:13px;font-weight:1000;display:grid}.ds-products-delivery-grid h3{color:var(--product-ink);letter-spacing:-.05em;margin:22px 0 0;font-size:24px;line-height:1.04}.ds-products-delivery-grid p{color:var(--product-muted);margin:10px 0 0;font-size:13px;line-height:1.65}.ds-products-final-section{width:min(calc(100% - 40px), var(--ds-wide));padding-top:96px}.ds-products-final-card{background:radial-gradient(circle at 10% 10%,#d7aa5429,#0000 34%),radial-gradient(circle at 90% 18%,#06b6d421,#0000 34%),linear-gradient(135deg,#ffffff17,#ffffff09),#071426c7;border:1px solid #d7aa5433;border-radius:42px;grid-template-columns:minmax(0,.8fr) auto;align-items:center;gap:24px;padding:clamp(28px,4.2vw,54px);display:grid;position:relative;overflow:hidden;box-shadow:0 36px 110px #0000005c}.ds-products-final-card h2{max-width:880px;color:var(--product-ink);letter-spacing:-.075em;margin:0;font-size:clamp(34px,4.4vw,64px);line-height:.95}.ds-products-final-card p{max-width:820px;color:var(--product-muted);margin:16px 0 0;font-size:15px;line-height:1.72}.ds-products-final-actions{justify-items:stretch;gap:12px;display:grid}.ds-products-final-actions a{white-space:nowrap;justify-content:center}@media (width<=1180px){.ds-products-showroom-hero,.ds-products-feature-slide,.ds-products-delivery-layout,.ds-products-final-card{grid-template-columns:1fr}.ds-products-hero-copy,.ds-products-hero-console{min-height:auto}.ds-products-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=860px){.ds-products-section-head-split,.ds-products-directory-grid,.ds-products-delivery-grid{grid-template-columns:1fr}.ds-products-section-head-split>p{margin-top:0}.ds-products-gallery-grid{grid-template-columns:1fr}}@media (width<=760px){.ds-products-showroom-hero,.ds-products-feature-section,.ds-products-directory-section,.ds-products-gallery-section,.ds-products-delivery-section,.ds-products-final-section{width:min(calc(100% - 24px), var(--ds-wide))}.ds-products-showroom-hero,.ds-products-hero-copy,.ds-products-hero-console,.ds-products-feature-slider,.ds-products-feature-copy,.ds-products-interface-frame,.ds-products-directory-card,.ds-products-gallery-shell,.ds-products-delivery-layout,.ds-products-final-card{border-radius:26px}.ds-products-hero-copy{padding:30px 20px}.ds-products-hero-copy h1{letter-spacing:-.08em;font-size:clamp(38px,12vw,56px)}.ds-products-hero-copy>p{font-size:15px}.ds-products-hero-actions,.ds-products-hero-actions a,.ds-products-final-actions,.ds-products-final-actions a{width:100%}.ds-products-hero-stats,.ds-products-screen-metrics,.ds-products-mock-stats,.ds-products-gallery-metrics{grid-template-columns:1fr}.ds-products-feature-slide{padding:16px}.ds-products-feature-copy,.ds-products-card-body,.ds-products-delivery-grid article{padding:20px}.ds-products-feature-copy h3,.ds-products-section-head h2,.ds-products-delivery-copy h2,.ds-products-final-card h2{letter-spacing:-.06em}.ds-products-feature-preview,.ds-products-interface-frame-large,.ds-products-interface-frame{min-height:auto}.ds-products-mock-screen,.ds-products-gallery-screen{min-height:360px}.ds-products-directory-card{grid-template-rows:220px minmax(0,1fr)}.ds-products-slider-controls{justify-content:center;padding:0 16px 18px}}@media (prefers-reduced-motion:reduce){.ds-products-feature-track,.ds-products-directory-card,.ds-products-gallery-card,.ds-products-text-link svg,.ds-products-card-link svg{transition:none}}.ds-products-showroom-hero{grid-template-columns:minmax(0,1.08fr) minmax(360px,.48fr);align-items:center}.ds-products-hero-copy{min-height:620px}.ds-products-hero-console{background:radial-gradient(circle at 14% 10%,#155dfc33,#0000 36%),radial-gradient(circle at 86% 18%,#06b6d424,#0000 36%),linear-gradient(145deg,#ffffff18,#ffffff08),#071426c2;border-radius:30px;grid-template-rows:auto auto auto;align-self:center;gap:18px;padding:22px;display:grid;box-shadow:0 24px 76px #0000004d,inset 0 1px #ffffff1f;height:auto!important;min-height:auto!important}.ds-products-console-top{min-height:auto;padding:0 2px}.ds-products-console-top span{letter-spacing:.04em;font-size:10px}.ds-products-console-top strong{font-size:14px}.ds-products-console-screen.ds-products-console-shot{background:radial-gradient(circle at 20% 12%,#d7aa541f,#0000 32%),radial-gradient(circle at 90% 24%,#06b6d41f,#0000 34%),linear-gradient(145deg,#ffffff17,#ffffff07),#0208148a;border-radius:24px;place-items:center;margin:0;padding:12px;display:grid;overflow:hidden;box-shadow:0 18px 54px #00000047,inset 0 1px #ffffff1f;height:auto!important;min-height:auto!important}.ds-products-console-shot:before{content:none!important}.ds-products-console-shot img{aspect-ratio:16/9;object-fit:cover;object-position:center;background:#020814db;border:1px solid #ffffff29;border-radius:18px;width:100%;max-height:260px;display:block;box-shadow:0 18px 48px #00000057,0 0 0 1px #ffffff0a;height:auto!important;min-height:0!important}.ds-products-console-footer{grid-template-columns:repeat(3,1fr);gap:8px;min-height:auto;display:grid}.ds-products-console-footer span{text-align:center;padding:7px 8px;font-size:9px}.ds-products-feature-preview{min-height:500px;display:grid}.ds-products-interface-frame{background:radial-gradient(circle at 14% 14%,#d7aa541f,#0000 34%),radial-gradient(circle at 88% 18%,#06b6d41f,#0000 36%),linear-gradient(145deg,#ffffff1a,#ffffff08),#02081494;border-color:#ffffff29;flex-direction:column;min-height:500px;padding:14px;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 70px #00000047,inset 0 1px #ffffff1f}.ds-products-interface-frame-large{min-height:500px}.ds-products-frame-bar,.ds-products-mini-bar{z-index:2;flex:none;position:relative}.ds-products-interface-frame img{z-index:1;aspect-ratio:16/9;object-fit:cover;object-position:center;border:1px solid #ffffff24;border-radius:22px;width:100%;max-height:410px;margin:auto 0;position:relative;box-shadow:0 22px 58px #00000052,0 0 0 1px #ffffff09;height:auto!important;min-height:0!important}.ds-products-directory-card{grid-template-rows:320px minmax(0,1fr)}.ds-products-card-preview{padding:18px;display:grid}.ds-products-mini-frame{background:radial-gradient(circle at 14% 14%,#d7aa541f,#0000 34%),radial-gradient(circle at 88% 18%,#06b6d41f,#0000 36%),linear-gradient(145deg,#ffffff1a,#ffffff08),#02081494;border-color:#ffffff29;border-radius:26px;flex-direction:column;height:100%;padding:12px;display:flex;position:relative;overflow:hidden}.ds-products-mini-bar{height:22px;margin-bottom:10px}.ds-products-mini-frame img{z-index:1;aspect-ratio:16/9;object-fit:cover;object-position:center;border:1px solid #ffffff24;border-radius:18px;width:100%;max-height:245px;margin:auto 0;position:relative;box-shadow:0 18px 46px #0000004d,0 0 0 1px #ffffff09;height:auto!important;min-height:0!important}.ds-products-feature-slide:hover .ds-products-interface-frame img,.ds-products-directory-card:hover .ds-products-mini-frame img,.ds-products-gallery-card:hover .ds-products-interface-frame img{border-color:#d7aa544d;transform:scale(1.018);box-shadow:0 28px 74px #0006,0 0 0 1px #d7aa5414}.ds-products-interface-frame img,.ds-products-mini-frame img{transition:transform .26s,box-shadow .26s,border-color .26s}.ds-products-directory-card:has(img){background:radial-gradient(circle at 16% 8%,#d7aa541a,#0000 28%),radial-gradient(circle at 88% 12%,#06b6d41a,#0000 30%),linear-gradient(135deg,#ffffff14,#ffffff07),#071426c7}@media (width<=1180px){.ds-products-showroom-hero{grid-template-columns:1fr}.ds-products-hero-copy{min-height:auto}.ds-products-hero-console{width:100%}.ds-products-console-shot img{max-height:none}}@media (width<=980px){.ds-products-directory-card{grid-template-rows:300px minmax(0,1fr)}.ds-products-feature-preview,.ds-products-interface-frame,.ds-products-interface-frame-large{min-height:440px}}@media (width<=760px){.ds-products-hero-console{padding:16px}.ds-products-console-footer{grid-template-columns:1fr}.ds-products-feature-preview,.ds-products-interface-frame,.ds-products-interface-frame-large{min-height:auto}.ds-products-directory-card{grid-template-rows:230px minmax(0,1fr)}.ds-products-card-preview{padding:12px}.ds-products-mini-frame{border-radius:20px;padding:10px}.ds-products-mini-frame img{max-height:none}}.ds-products-directory-section{padding-top:84px}.ds-products-directory-grid{gap:22px}.ds-products-directory-card{background:radial-gradient(circle at 12% 8%,#d7aa541a,#0000 30%),radial-gradient(circle at 88% 12%,#06b6d41a,#0000 32%),linear-gradient(145deg,#ffffff16,#ffffff08),#071426d1;border-radius:34px;grid-template-rows:330px minmax(0,1fr);min-height:640px;box-shadow:0 28px 86px #0000004d,inset 0 1px #ffffff1a}.ds-products-card-preview{background:radial-gradient(circle at 50% 0,#d7aa541a,#0000 34%),linear-gradient(#ffffff0a,#0000 72%);padding:18px 18px 0;display:grid}.ds-products-mini-frame{background:radial-gradient(circle at 18% 14%,#d7aa5424,#0000 30%),radial-gradient(circle at 88% 22%,#06b6d424,#0000 34%),linear-gradient(145deg,#ffffff1b,#ffffff09),#020814ad;border:1px solid #ffffff29;border-radius:28px;grid-template-rows:22px minmax(0,1fr);gap:10px;height:100%;min-height:292px;padding:12px;display:grid;position:relative;overflow:hidden;box-shadow:0 20px 58px #0000004d,inset 0 1px #ffffff1f}.ds-products-mini-frame:after{content:"";filter:blur(10px);pointer-events:none;background:radial-gradient(#06b6d433,#0000 68%);border-radius:999px;height:34px;position:absolute;inset:auto 18px 12px}.ds-products-mini-bar{z-index:2;height:22px;margin:0;padding:0 4px;position:relative}.ds-products-mini-frame img{z-index:2;aspect-ratio:auto;object-fit:contain;object-position:center;background:radial-gradient(circle at 50% 0,#ffffff1f,#0000 30%),linear-gradient(135deg,#ffffff0e,#ffffff05),#020814eb;border:1px solid #ffffff24;border-radius:18px;width:100%;padding:0;position:relative;box-shadow:0 18px 46px #00000057,0 0 0 1px #ffffff09;height:100%!important;min-height:0!important;max-height:none!important}.ds-products-directory-card:has(img) .ds-products-mini-frame{background:radial-gradient(circle at 12% 18%,#d7aa5429,#0000 28%),radial-gradient(circle at 88% 18%,#06b6d426,#0000 30%),linear-gradient(145deg,#ffffff1c,#ffffff0a),#020814c2}.ds-products-mini-screen{background:radial-gradient(circle at 18% 18%,#d7aa542e,#0000 28%),radial-gradient(circle at 88% 24%,#06b6d424,#0000 30%),linear-gradient(145deg,#ffffff17,#ffffff08),#030914d1;border:1px solid #ffffff1a;border-radius:20px;height:100%;padding:18px}.ds-products-mini-lines i{background:#ffffff21;height:9px}.ds-products-mini-chart{height:78px}.ds-products-mini-chart span{background:linear-gradient(#d7aa54c7,#155dfc70);box-shadow:0 12px 24px #00000029}.ds-products-card-body{padding:26px 26px 24px}.ds-products-card-body h3{margin-top:22px;font-size:clamp(27px,2.7vw,36px)}.ds-products-card-body>p{max-width:680px;font-size:13.8px;line-height:1.7}.ds-products-module-chips{margin-top:20px}.ds-products-module-chips span{padding:7px 10px;font-size:10.5px}.ds-products-best-for{border-radius:18px;margin-top:20px}.ds-products-directory-card:hover .ds-products-mini-frame img{border-color:#d7aa5447;transform:scale(1.012);box-shadow:0 24px 62px #0006,0 0 0 1px #d7aa5414}@media (width<=980px){.ds-products-directory-card{grid-template-rows:300px minmax(0,1fr)}.ds-products-mini-frame{min-height:262px}}@media (width<=760px){.ds-products-directory-card{grid-template-rows:230px minmax(0,1fr);min-height:auto}.ds-products-card-preview{padding:12px 12px 0}.ds-products-mini-frame{border-radius:22px;min-height:204px;padding:9px}.ds-products-mini-frame img{border-radius:14px}.ds-products-card-body{padding:20px}}.ds-page-industries{--industry-ink:#f8fbff;--industry-soft:#dcecff;--industry-muted:#a4b6cc;--industry-muted-2:#73869e;--industry-graphite:#07111f;--industry-panel:#081424c7;--industry-panel-2:#fff1;--industry-line:#ffffff1f;--industry-line-strong:#fff3;--industry-emerald:#22c55e;--industry-teal:#14b8a6;--industry-copper:#d98b4a;--industry-amber:#f1bd55;--industry-indigo:#818cf8;--industry-rose:#fb7185;--industry-cream:#f8efe0}.ds-industries-sector-hero{width:min(calc(100% - 40px), var(--ds-wide));isolation:isolate;grid-template-columns:160px minmax(0,1fr) minmax(390px,.72fr);gap:18px;margin:36px auto 0;display:grid;position:relative}.ds-industries-hero-bg{z-index:-1;pointer-events:none;border-radius:70px;height:760px;position:absolute;inset:-80px -40px auto;overflow:hidden}.ds-industries-hero-bg span{filter:blur(12px);border-radius:999px;display:block;position:absolute}.ds-industries-hero-bg span:first-child{background:radial-gradient(circle,#22c55e33,#0000 70%);width:420px;height:420px;top:-120px;left:-160px}.ds-industries-hero-bg span:nth-child(2){background:radial-gradient(circle,#14b8a62e,#0000 70%);width:480px;height:480px;top:-140px;right:-170px}.ds-industries-hero-bg span:nth-child(3){background:radial-gradient(circle,#d98b4a29,#0000 70%);width:460px;height:460px;bottom:-230px;left:42%}.ds-industries-hero-bg span:nth-child(4){background:linear-gradient(#0000,#ffffff3d,#0000);width:1px;height:640px;inset:80px auto auto 22%}.ds-industries-side-ledger,.ds-industries-hero-copy,.ds-industries-map-panel{border:1px solid var(--industry-line);backdrop-filter:blur(22px);position:relative;overflow:hidden;box-shadow:0 32px 100px #00000057,inset 0 1px #ffffff1f}.ds-industries-side-ledger{color:#06111f;background:radial-gradient(circle at 20% 10%,#ffffffe0,#0000 34%),linear-gradient(#f8efe0fa,#dfeae2eb);border-radius:34px;grid-template-rows:auto 1fr auto;align-items:center;min-height:650px;padding:24px;display:grid}.ds-industries-side-ledger:before{content:"";pointer-events:none;border:1px solid #07111f14;border-radius:24px;position:absolute;inset:18px}.ds-industries-side-ledger span{color:#07111f9e;letter-spacing:.16em;text-transform:uppercase;writing-mode:vertical-rl;font-size:11px;font-weight:950;transform:rotate(180deg)}.ds-industries-side-ledger strong{color:#07111f;letter-spacing:-.1em;font-size:74px;line-height:.84;transform:rotate(-90deg)}.ds-industries-side-ledger small{color:#07111f9e;font-size:11px;font-weight:850;line-height:1.55}.ds-industries-hero-copy{background:radial-gradient(circle at 8% 12%,#22c55e29,#0000 30%),radial-gradient(circle at 90% 18%,#d98b4a1f,#0000 30%),linear-gradient(145deg,#ffffff13,#ffffff07),#07111fc7;border-radius:40px;flex-direction:column;justify-content:center;min-height:650px;padding:clamp(34px,5vw,68px);display:flex}.ds-industries-hero-copy:after{content:"";pointer-events:none;border:1px solid #ffffff12;border-radius:28px;position:absolute;inset:24px}.ds-industries-hero-copy .ds-eyebrow,.ds-industries-section-head .ds-eyebrow,.ds-industries-slider-intro .ds-eyebrow,.ds-industries-signals-copy .ds-eyebrow,.ds-industries-method-copy .ds-eyebrow{color:#bff8d2;box-shadow:none;background:#22c55e17;border-color:#22c55e3d}.ds-industries-hero-copy h1{max-width:820px;color:var(--industry-ink);letter-spacing:-.095em;text-shadow:0 20px 60px #0000003d;margin:0;font-size:clamp(46px,6.6vw,88px);line-height:.88}.ds-industries-hero-copy>p{max-width:760px;color:var(--industry-muted);margin:24px 0 0;font-size:clamp(16px,1.5vw,19px);line-height:1.76}.ds-industries-hero-actions{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.ds-industries-hero-copy .ds-primary-btn{background:linear-gradient(135deg,#22c55efa,#14b8a6e0),#22c55e;box-shadow:0 20px 52px #22c55e38,inset 0 1px #ffffff2e}.ds-industries-hero-copy .ds-secondary-btn{background:#f8efe014;border-color:#f8efe02e}.ds-industries-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:34px;display:grid}.ds-industries-hero-stats div{background:#ffffff0e;border:1px solid #ffffff1a;border-radius:22px;align-content:center;gap:5px;min-height:96px;padding:17px;display:grid}.ds-industries-hero-stats strong{color:var(--industry-ink);letter-spacing:-.055em;font-size:31px;font-weight:1000;line-height:1}.ds-industries-hero-stats span{color:var(--industry-muted);font-size:12px;font-weight:900}.ds-industries-map-panel{background:radial-gradient(circle at 20% 10%,#14b8a633,#0000 34%),radial-gradient(circle at 88% 16%,#d98b4a26,#0000 34%),linear-gradient(160deg,#ffffff1b,#ffffff08),#060f1cd1;border-radius:40px;grid-template-rows:auto 1fr auto;gap:18px;min-height:650px;padding:24px;display:grid}.ds-industries-map-top,.ds-industries-map-footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.ds-industries-map-top div{gap:7px;display:flex}.ds-industries-map-top span{background:#ffffff4d;border-radius:999px;width:8px;height:8px}.ds-industries-map-top span:first-child{background:#22c55edb}.ds-industries-map-top span:nth-child(2){background:#14b8a6c7}.ds-industries-map-top span:nth-child(3){background:#d98b4acc}.ds-industries-map-top strong{color:#f8fbffd1;letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:950}.ds-industries-sector-map{place-items:center;min-height:500px;display:grid;position:relative}.ds-industries-map-ring{border:1px solid #a6ffcc24;border-radius:50%;position:absolute;box-shadow:inset 0 0 30px #22c55e09}.ds-industries-map-ring-1{width:210px;height:210px}.ds-industries-map-ring-2{width:350px;height:350px}.ds-industries-map-ring-3{width:490px;height:490px}.ds-industries-map-core{z-index:2;text-align:center;background:radial-gradient(circle at 32% 22%,#ffffff4d,#0000 32%),linear-gradient(145deg,#22c55e52,#14b8a621),#020814d1;border:1px solid #ffffff29;border-radius:50%;place-items:center;width:170px;height:170px;padding:22px;display:grid;position:relative;box-shadow:0 26px 70px #0000004d,0 0 38px #22c55e1f,inset 0 1px #ffffff21}.ds-industries-map-core strong{color:#fff;letter-spacing:-.055em;font-size:22px;line-height:1}.ds-industries-map-core span{color:#dcfce7b8;text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:900;line-height:1.35}.ds-industries-map-node{z-index:3;color:#fff;background:linear-gradient(135deg,#ffffff1f,#ffffff0a),#020814b8;border:1px solid #ffffff24;border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 14px;font-size:11px;font-weight:950;animation:5.4s ease-in-out infinite dsIndustryFloat;display:inline-flex;position:absolute;box-shadow:0 18px 42px #0000003d}.ds-industries-node-a{animation-delay:-.4s;top:40px;left:44%}.ds-industries-node-b{animation-delay:-1.1s;top:39%;right:8px}.ds-industries-node-c{animation-delay:-1.9s;bottom:56px;right:24%}.ds-industries-node-d{animation-delay:-2.5s;bottom:82px;left:10%}.ds-industries-node-e{animation-delay:-3.1s;top:38%;left:4px}.ds-industries-map-footer{grid-template-columns:repeat(3,1fr);gap:9px;display:grid}.ds-industries-map-footer span{color:#f8fbffb8;letter-spacing:.08em;text-transform:uppercase;background:#ffffff0e;border:1px solid #ffffff1a;border-radius:999px;place-items:center;min-height:42px;font-size:10px;font-weight:950;display:grid}.ds-industries-section-head{max-width:900px;margin-bottom:28px}.ds-industries-section-head-split{grid-template-columns:minmax(0,.86fr) minmax(300px,.46fr);align-items:end;gap:30px;max-width:none;display:grid}.ds-industries-section-head h2,.ds-industries-slider-intro h2,.ds-industries-signals-copy h2,.ds-industries-method-copy h2{color:var(--industry-ink);letter-spacing:-.075em;margin:0;font-size:clamp(34px,4.2vw,58px);line-height:.98}.ds-industries-section-head p,.ds-industries-slider-intro p,.ds-industries-signals-copy p,.ds-industries-method-copy p{color:var(--industry-muted);margin:16px 0 0;font-size:15px;line-height:1.74}.ds-industries-section-head-split>p{margin:0}.ds-industries-constellation-section{padding-top:92px}.ds-industries-constellation-grid{grid-template-columns:repeat(12,1fr);gap:16px;display:grid}.ds-industries-sector-card{border:1px solid var(--industry-line);background:linear-gradient(145deg,#ffffff17,#ffffff08),#07111fb8;border-radius:32px;flex-direction:column;min-height:340px;padding:24px;transition:transform .24s,border-color .24s,box-shadow .24s;display:flex;position:relative;overflow:hidden;box-shadow:0 26px 74px #00000042,inset 0 1px #ffffff1a}.ds-industries-sector-card:before{content:"";background:radial-gradient(circle, var(--industry-accent-soft), transparent 64%);pointer-events:none;border-radius:999px;width:290px;height:290px;position:absolute;inset:auto -100px -130px auto}.ds-industries-sector-card:hover{border-color:var(--industry-accent-line);transform:translateY(-6px);box-shadow:0 34px 90px #00000057,0 0 0 1px #ffffff08,inset 0 1px #ffffff1f}.ds-industries-sector-card-1,.ds-industries-sector-card-2{grid-column:span 6;min-height:410px}.ds-industries-sector-card-3,.ds-industries-sector-card-4,.ds-industries-sector-card-5,.ds-industries-sector-card-6,.ds-industries-sector-card-7,.ds-industries-sector-card-8{grid-column:span 4}.ds-industries-accent-emerald{--industry-accent:var(--industry-emerald);--industry-accent-soft:#22c55e2e;--industry-accent-line:#22c55e57}.ds-industries-accent-teal{--industry-accent:var(--industry-teal);--industry-accent-soft:#14b8a62e;--industry-accent-line:#14b8a657}.ds-industries-accent-copper{--industry-accent:var(--industry-copper);--industry-accent-soft:#d98b4a2e;--industry-accent-line:#d98b4a57}.ds-industries-accent-amber{--industry-accent:var(--industry-amber);--industry-accent-soft:#f1bd552e;--industry-accent-line:#f1bd5557}.ds-industries-accent-indigo{--industry-accent:var(--industry-indigo);--industry-accent-soft:#818cf82e;--industry-accent-line:#818cf857}.ds-industries-accent-rose{--industry-accent:var(--industry-rose);--industry-accent-soft:#fb71852e;--industry-accent-line:#fb718557}.ds-industries-sector-card-top{z-index:1;justify-content:space-between;align-items:center;gap:14px;display:flex;position:relative}.ds-industries-sector-icon,.ds-industries-signal-icon{border:1px solid var(--industry-accent-line,#22c55e47);width:54px;height:54px;color:var(--industry-accent,var(--industry-emerald));background:radial-gradient(circle at 32% 24%,#ffffff29,#0000 40%),#ffffff0e;border-radius:20px;flex:none;place-items:center;display:grid}.ds-industries-sector-icon svg,.ds-industries-signal-icon svg{fill:none;stroke:currentColor;stroke-width:1.85px;stroke-linecap:round;stroke-linejoin:round;width:25px;height:25px}.ds-industries-sector-card-top>span{color:#f8fbff2e;letter-spacing:-.08em;font-size:48px;font-weight:1000;line-height:1}.ds-industries-sector-card small,.ds-industries-slide-meta span,.ds-industries-matrix-header span,.ds-industries-matrix-row strong{color:var(--industry-accent,var(--industry-emerald));letter-spacing:.1em;text-transform:uppercase;font-size:10.5px;font-weight:950}.ds-industries-sector-card small{z-index:1;margin-top:24px;position:relative}.ds-industries-sector-card h3{z-index:1;max-width:620px;color:var(--industry-ink);letter-spacing:-.062em;margin:12px 0 0;font-size:clamp(25px,3vw,36px);line-height:.98;position:relative}.ds-industries-sector-card p{z-index:1;color:var(--industry-muted);margin:14px 0 0;font-size:13.5px;line-height:1.68;position:relative}.ds-industries-sector-chips{z-index:1;flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:22px;display:flex;position:relative}.ds-industries-sector-chips span{color:#f8fbffc2;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:999px;padding:8px 10px;font-size:10.8px;font-weight:900}.ds-industries-slider-section{padding-top:96px}.ds-industries-slider-shell{grid-template-columns:minmax(280px,.4fr) minmax(0,1fr);align-items:stretch;gap:18px;display:grid}.ds-industries-slider-intro,.ds-industries-slider-window{border:1px solid var(--industry-line);border-radius:36px;overflow:hidden;box-shadow:0 30px 90px #0000004d,inset 0 1px #ffffff1a}.ds-industries-slider-intro{background:radial-gradient(circle at 8% 0,#f8efe02e,#0000 32%),linear-gradient(#f8efe0f5,#dbe9e1e6);flex-direction:column;justify-content:center;padding:32px;display:flex}.ds-industries-slider-intro .ds-eyebrow{color:#0f5132;background:#22c55e1a;border-color:#0f513229}.ds-industries-slider-intro h2{color:#07111f}.ds-industries-slider-intro p{color:#07111fa3}.ds-industries-slider-controls{align-items:center;gap:12px;margin-top:26px;display:flex}.ds-industries-slider-controls button{color:#07111f;cursor:pointer;background:#ffffff9e;border:1px solid #07111f1f;border-radius:999px;place-items:center;width:42px;height:42px;transition:transform .22s,background .22s,border-color .22s;display:grid}.ds-industries-slider-controls button:hover{background:#ffffffe0;border-color:#22c55e47;transform:translateY(-2px)}.ds-industries-slider-controls svg{fill:none;stroke:currentColor;stroke-width:2.1px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.ds-industries-slider-dots{flex-wrap:wrap;gap:7px;display:flex}.ds-industries-slider-dots button{background:#07111f38;width:8px;height:8px;padding:0}.ds-industries-slider-dots button.is-active{background:linear-gradient(135deg, var(--industry-emerald), var(--industry-teal));width:24px}.ds-industries-slider-window{background:radial-gradient(circle at 92% 12%,#14b8a629,#0000 34%),radial-gradient(circle at 12% 18%,#d98b4a21,#0000 34%),linear-gradient(145deg,#ffffff14,#ffffff08),#07111fb8}.ds-industries-slider-track{will-change:transform;transition:transform .68s cubic-bezier(.16,1,.3,1);display:flex}.ds-industries-sector-slide{background:radial-gradient(circle at 8% 6%, var(--industry-accent-soft), transparent 34%), linear-gradient(135deg, #ffffff12, #ffffff06);flex-direction:column;min-width:100%;min-height:520px;padding:clamp(28px,4vw,48px);display:flex}.ds-industries-slide-meta{align-items:center;gap:14px;display:flex}.ds-industries-slide-meta strong{color:#f8fbff33;letter-spacing:-.08em;margin-top:3px;font-size:38px;line-height:1;display:block}.ds-industries-sector-slide h3{max-width:760px;color:var(--industry-ink);letter-spacing:-.085em;margin:30px 0 0;font-size:clamp(36px,4.6vw,68px);line-height:.9}.ds-industries-sector-slide>p{max-width:820px;color:var(--industry-muted);margin:18px 0 0;font-size:15px;line-height:1.74}.ds-industries-slide-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:auto;padding-top:32px;display:grid}.ds-industries-slide-columns div{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:24px;padding:20px}.ds-industries-slide-columns span{color:var(--industry-muted-2);letter-spacing:.12em;text-transform:uppercase;margin-bottom:14px;font-size:10px;font-weight:950;display:block}.ds-industries-slide-columns strong{color:#f8fbffd1;background:#ffffff0e;border-radius:16px;padding:11px 12px;font-size:13px;line-height:1.35;display:block}.ds-industries-slide-columns strong+strong{margin-top:8px}.ds-industries-matrix-section{padding-top:96px}.ds-industries-matrix-board{border:1px solid var(--industry-line);background:radial-gradient(circle at 0 0,#22c55e21,#0000 28%),radial-gradient(circle at 100% 20%,#d98b4a1a,#0000 30%),linear-gradient(145deg,#ffffff14,#ffffff07),#07111fbd;border-radius:38px;padding:16px;overflow:hidden;box-shadow:0 30px 90px #0000004d}.ds-industries-matrix-header,.ds-industries-matrix-row{grid-template-columns:.65fr 1fr 1fr 1.15fr;align-items:stretch;gap:12px;display:grid}.ds-industries-matrix-header{padding:0 0 10px}.ds-industries-matrix-header span{color:#dcfce7b8;background:#ffffff0b;border-radius:16px;padding:12px 14px}.ds-industries-matrix-row{border-top:1px solid #ffffff13;min-height:92px;padding:8px 0}.ds-industries-matrix-row strong,.ds-industries-matrix-row span{background:#ffffff0b;border:1px solid #ffffff14;border-radius:18px;align-items:center;padding:16px;display:flex}.ds-industries-matrix-row strong{color:#bff8d2}.ds-industries-matrix-row span{color:var(--industry-muted);font-size:12.5px;font-weight:800;line-height:1.55}.ds-industries-signals-section{padding-top:96px}.ds-industries-signals-board{grid-template-columns:minmax(280px,.42fr) minmax(0,1fr);align-items:stretch;gap:18px;display:grid}.ds-industries-signals-copy,.ds-industries-signals-grid article{border:1px solid var(--industry-line);box-shadow:0 26px 76px #00000047,inset 0 1px #ffffff1a}.ds-industries-signals-copy{background:radial-gradient(circle at 10% 0,#d98b4a24,#0000 32%),linear-gradient(145deg,#ffffff14,#ffffff08),#07111fbd;border-radius:34px;flex-direction:column;justify-content:center;padding:32px;display:flex}.ds-industries-signals-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.ds-industries-signals-grid article{background:linear-gradient(145deg,#ffffff16,#ffffff08),#07111fb8;border-radius:30px;min-height:250px;padding:24px;transition:transform .24s,border-color .24s}.ds-industries-signals-grid article:hover{border-color:#22c55e4d;transform:translateY(-5px)}.ds-industries-signal-icon{color:var(--industry-emerald);border-color:#22c55e3d}.ds-industries-signals-grid h3{color:var(--industry-ink);letter-spacing:-.055em;margin:22px 0 0;font-size:24px;line-height:1.04}.ds-industries-signals-grid p{color:var(--industry-muted);margin:12px 0 0;font-size:13.5px;line-height:1.68}.ds-industries-method-section{padding-top:96px}.ds-industries-method-card{background:radial-gradient(circle at 0 0,#22c55e24,#0000 30%),radial-gradient(circle at 100% 10%,#d98b4a21,#0000 30%),linear-gradient(#f8efe0f7,#e1ece4eb);border:1px solid #f8efe02e;border-radius:42px;grid-template-columns:minmax(280px,.42fr) minmax(0,1fr);align-items:stretch;gap:24px;padding:clamp(24px,3.8vw,44px);display:grid;overflow:hidden;box-shadow:0 32px 90px #00000047,inset 0 1px #ffffffc2}.ds-industries-method-copy .ds-eyebrow{color:#0f5132;background:#22c55e1a;border-color:#0f513229}.ds-industries-method-copy h2{color:#07111f}.ds-industries-method-copy p{color:#07111fa3}.ds-industries-method-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.ds-industries-method-steps article{background:#ffffff8f;border:1px solid #07111f1a;border-radius:28px;min-height:210px;padding:24px}.ds-industries-method-steps span{color:#07111f;background:linear-gradient(135deg,#22c55e4d,#d98b4a33);border-radius:18px;place-items:center;width:48px;height:48px;font-size:13px;font-weight:1000;display:grid}.ds-industries-method-steps h3{color:#07111f;letter-spacing:-.05em;margin:22px 0 0;font-size:23px;line-height:1.04}.ds-industries-method-steps p{color:#07111f9e;margin:10px 0 0;font-size:13px;line-height:1.64}@keyframes dsIndustryFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (width<=1180px){.ds-industries-sector-hero{grid-template-columns:140px minmax(0,1fr)}.ds-industries-map-panel{grid-column:1/-1;min-height:560px}.ds-industries-sector-card-1,.ds-industries-sector-card-2,.ds-industries-sector-card-3,.ds-industries-sector-card-4,.ds-industries-sector-card-5,.ds-industries-sector-card-6,.ds-industries-sector-card-7,.ds-industries-sector-card-8{grid-column:span 6}.ds-industries-slider-shell,.ds-industries-signals-board,.ds-industries-method-card{grid-template-columns:1fr}}@media (width<=980px){.ds-industries-sector-hero,.ds-industries-section-head-split{grid-template-columns:1fr}.ds-industries-side-ledger{grid-template-rows:auto;grid-template-columns:auto auto 1fr;gap:18px;min-height:auto}.ds-industries-side-ledger span{writing-mode:initial;transform:none}.ds-industries-side-ledger strong{letter-spacing:-.08em;font-size:46px;transform:none}.ds-industries-hero-copy,.ds-industries-map-panel{min-height:auto}.ds-industries-map-panel{min-height:520px}.ds-industries-matrix-board{overflow-x:auto}.ds-industries-matrix-header,.ds-industries-matrix-row{min-width:900px}}@media (width<=760px){.ds-industries-sector-hero{width:min(calc(100% - 24px), var(--ds-wide));margin-top:22px}.ds-industries-sector-hero,.ds-industries-constellation-section,.ds-industries-slider-section,.ds-industries-matrix-section,.ds-industries-signals-section,.ds-industries-method-section{gap:12px}.ds-industries-side-ledger,.ds-industries-hero-copy,.ds-industries-map-panel,.ds-industries-sector-card,.ds-industries-slider-intro,.ds-industries-slider-window,.ds-industries-signals-copy,.ds-industries-signals-grid article,.ds-industries-method-card{border-radius:26px}.ds-industries-hero-copy{padding:32px 22px}.ds-industries-hero-copy h1{letter-spacing:-.08em;font-size:clamp(38px,12vw,56px)}.ds-industries-hero-copy>p{font-size:15px}.ds-industries-hero-actions,.ds-industries-hero-actions a{width:100%}.ds-industries-hero-stats,.ds-industries-slide-columns,.ds-industries-signals-grid,.ds-industries-method-steps{grid-template-columns:1fr}.ds-industries-map-panel{min-height:440px;padding:16px}.ds-industries-sector-map{min-height:360px}.ds-industries-map-ring-1{width:150px;height:150px}.ds-industries-map-ring-2{width:250px;height:250px}.ds-industries-map-ring-3{width:340px;height:340px}.ds-industries-map-core{width:138px;height:138px;padding:16px}.ds-industries-map-node{min-height:38px;padding:0 10px;font-size:9.5px}.ds-industries-node-b{right:-2px}.ds-industries-node-e{left:-2px}.ds-industries-constellation-grid{grid-template-columns:1fr}.ds-industries-sector-card-1,.ds-industries-sector-card-2,.ds-industries-sector-card-3,.ds-industries-sector-card-4,.ds-industries-sector-card-5,.ds-industries-sector-card-6,.ds-industries-sector-card-7,.ds-industries-sector-card-8{grid-column:auto;min-height:auto}.ds-industries-slider-intro,.ds-industries-sector-slide,.ds-industries-signals-copy,.ds-industries-signals-grid article,.ds-industries-method-steps article{padding:22px}.ds-industries-sector-slide{min-height:560px}.ds-industries-slider-controls{flex-wrap:wrap;justify-content:center}}@media (prefers-reduced-motion:reduce){.ds-industries-map-node,.ds-industries-sector-card,.ds-industries-slider-track,.ds-industries-signals-grid article{transition:none;animation:none}}.ds-industries-constellation-section{padding-top:94px;position:relative}.ds-industries-constellation-section:before{content:"";pointer-events:none;filter:blur(4px);opacity:.9;background:radial-gradient(circle at 12% 16%,#22c55e1f,#0000 28%),radial-gradient(circle at 86% 18%,#d98b4a1f,#0000 30%),radial-gradient(circle at 54% 82%,#14b8a61a,#0000 30%);border-radius:70px;width:min(92vw,1180px);height:780px;position:absolute;inset:90px 50% auto auto;transform:translate(50%)}.ds-industries-constellation-grid{z-index:1;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:84px;grid-auto-flow:dense;align-items:stretch;gap:18px;display:grid;position:relative}.ds-industries-sector-card{isolation:isolate;background:linear-gradient(145deg, #ffffff19, #ffffff08), radial-gradient(circle at var(--industry-glow-x,82%) var(--industry-glow-y,78%), var(--industry-accent-soft), transparent 38%), #07111fcc;will-change:transform;border-radius:34px;height:100%;min-height:0;padding:clamp(20px,2.2vw,28px);animation:8.6s ease-in-out infinite dsIndustryFloatA;box-shadow:0 28px 84px #00000047,inset 0 1px #ffffff1c}.ds-industries-sector-card:before{opacity:.92;width:300px;height:300px;animation:7.4s ease-in-out infinite dsIndustryGlowDrift;inset:auto -96px -124px auto}.ds-industries-sector-card:after{content:"";z-index:0;border-radius:inherit;pointer-events:none;opacity:0;background:linear-gradient(120deg,#0000 0% 38%,#ffffff21 48%,#0000 58% 100%);animation:6.8s ease-in-out infinite dsIndustryScan;position:absolute;inset:0;transform:translate(-140%)}.ds-industries-sector-card>*{z-index:1;position:relative}.ds-industries-sector-card:hover{border-color:var(--industry-accent-line);box-shadow:0 42px 110px #0000006b, 0 0 0 1px #ffffff0a, 0 0 44px var(--industry-accent-soft), inset 0 1px 0 #ffffff24;animation-play-state:paused;transform:translateY(-10px)scale(1.012)}.ds-industries-sector-card:hover:before,.ds-industries-sector-card:hover:after{animation-play-state:paused}.ds-industries-sector-card-1{--industry-glow-x:86%;--industry-glow-y:80%;grid-area:span 5/span 5;animation-delay:-.2s}.ds-industries-sector-card-2{--industry-glow-x:84%;--industry-glow-y:28%;grid-area:span 4/span 4;animation-name:dsIndustryFloatB;animation-delay:-1.4s}.ds-industries-sector-card-3{--industry-glow-x:58%;--industry-glow-y:88%;grid-area:span 4/span 3;animation-delay:-2.6s}.ds-industries-sector-card-4{--industry-glow-x:50%;--industry-glow-y:74%;grid-area:span 5/span 4;animation-name:dsIndustryFloatC;animation-delay:-3.2s}.ds-industries-sector-card-5{--industry-glow-x:90%;--industry-glow-y:76%;grid-area:span 4/span 3;animation-name:dsIndustryFloatB;animation-delay:-4.4s}.ds-industries-sector-card-6{--industry-glow-x:80%;--industry-glow-y:22%;grid-area:span 4/span 5;animation-delay:-5.1s}.ds-industries-sector-card-7{--industry-glow-x:78%;--industry-glow-y:78%;grid-area:span 4/span 4;animation-name:dsIndustryFloatC;animation-delay:-6.3s}.ds-industries-sector-card-8{--industry-glow-x:86%;--industry-glow-y:32%;grid-area:span 5/span 3;animation-name:dsIndustryFloatB;animation-delay:-7.2s}.ds-industries-sector-card-1 h3,.ds-industries-sector-card-4 h3,.ds-industries-sector-card-6 h3{max-width:740px;font-size:clamp(30px,3.4vw,46px)}.ds-industries-sector-card-1 p,.ds-industries-sector-card-4 p,.ds-industries-sector-card-6 p{max-width:760px;font-size:14px}.ds-industries-sector-card-top>span{opacity:.72;font-size:clamp(54px,6.4vw,86px);transition:color .24s,opacity .24s,transform .24s;position:absolute;top:-14px;right:-2px}.ds-industries-sector-card:hover .ds-industries-sector-card-top>span{color:var(--industry-accent);opacity:.22;transform:translateY(4px)scale(1.06)}.ds-industries-sector-icon{box-shadow:0 14px 34px #00000038, 0 0 22px var(--industry-accent-soft), inset 0 1px 0 #ffffff1f;transition:transform .24s,background .24s,border-color .24s,color .24s}.ds-industries-sector-card:hover .ds-industries-sector-icon{color:#fff;border-color:var(--industry-accent-line);background:radial-gradient(circle at 34% 22%, #ffffff47, transparent 38%), linear-gradient(135deg, var(--industry-accent-soft), #ffffff0f);transform:translateY(-2px)rotate(-4deg)scale(1.05)}.ds-industries-sector-chips{gap:7px}.ds-industries-sector-chips span{transition:transform .22s,border-color .22s,background .22s,color .22s}.ds-industries-sector-card:hover .ds-industries-sector-chips span{color:#fff;border-color:var(--industry-accent-line);background:#ffffff14}.ds-industries-sector-card:hover .ds-industries-sector-chips span:first-child{transform:translateY(-2px)}.ds-industries-sector-card:hover .ds-industries-sector-chips span:nth-child(2){transform:translateY(-4px)}.ds-industries-sector-card:hover .ds-industries-sector-chips span:nth-child(3){transform:translateY(-2px)}.ds-industries-sector-card:hover .ds-industries-sector-chips span:nth-child(4){transform:translateY(-4px)}@keyframes dsIndustryFloatA{0%,to{transform:translate(0,0)}50%{transform:translateY(-10px)}}@keyframes dsIndustryFloatB{0%,to{transform:translateY(-6px)}50%{transform:translateY(8px)}}@keyframes dsIndustryFloatC{0%,to{transform:translateY(5px)}50%{transform:translateY(-8px)}}@keyframes dsIndustryGlowDrift{0%,to{opacity:.82;transform:translate(0,0)scale(1)}50%{opacity:1;transform:translate(-34px,-26px)scale(1.12)}}@keyframes dsIndustryScan{0%,22%{opacity:0;transform:translate(-145%)}34%{opacity:.52}52%{opacity:0;transform:translate(145%)}to{opacity:0;transform:translate(145%)}}@media (width<=1180px){.ds-industries-constellation-grid{grid-template-columns:repeat(8,minmax(0,1fr));grid-auto-rows:82px}.ds-industries-sector-card-1,.ds-industries-sector-card-2,.ds-industries-sector-card-4,.ds-industries-sector-card-6,.ds-industries-sector-card-7,.ds-industries-sector-card-3,.ds-industries-sector-card-5,.ds-industries-sector-card-8{grid-area:span 4/span 4}}@media (width<=760px){.ds-industries-constellation-grid{grid-template-columns:1fr;grid-auto-rows:auto;gap:14px}.ds-industries-sector-card-1,.ds-industries-sector-card-2,.ds-industries-sector-card-3,.ds-industries-sector-card-4,.ds-industries-sector-card-5,.ds-industries-sector-card-6,.ds-industries-sector-card-7,.ds-industries-sector-card-8{grid-area:auto;min-height:330px}.ds-industries-sector-card,.ds-industries-sector-card:before,.ds-industries-sector-card:after{animation:none}}@media (prefers-reduced-motion:reduce){.ds-industries-sector-card,.ds-industries-sector-card:before,.ds-industries-sector-card:after{animation:none!important}}.ds-industries-constellation-section{width:min(calc(100% - 40px), var(--ds-wide));padding-top:88px}.ds-industries-constellation-section .ds-industries-section-head-split{grid-template-columns:minmax(0,.86fr) minmax(320px,.46fr);align-items:end;gap:42px;margin-bottom:34px;display:grid}.ds-industries-constellation-section .ds-industries-section-head h2{max-width:820px}.ds-industries-constellation-section .ds-industries-section-head p{justify-self:end;max-width:520px}.ds-industries-constellation-grid{grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:92px;align-items:stretch;gap:20px}.ds-industries-sector-card{border-radius:34px;flex-direction:column;min-height:0;padding:clamp(22px,2.1vw,30px);display:flex}.ds-industries-sector-card h3{max-width:720px;font-size:clamp(24px,2.35vw,34px);line-height:.96}.ds-industries-sector-card p{max-width:720px;font-size:13.5px;line-height:1.62}.ds-industries-sector-chips{margin-top:auto;padding-top:18px}.ds-industries-sector-card-1{grid-area:span 4/span 6}.ds-industries-sector-card-2,.ds-industries-sector-card-3{grid-area:span 4/span 3}.ds-industries-sector-card-4,.ds-industries-sector-card-5,.ds-industries-sector-card-6{grid-area:span 4/span 4}.ds-industries-sector-card-7{grid-area:span 4/span 5}.ds-industries-sector-card-8{grid-area:span 4/span 7}.ds-industries-sector-card-1 h3,.ds-industries-sector-card-8 h3{max-width:780px;font-size:clamp(31px,3.2vw,48px)}.ds-industries-sector-card-1 p,.ds-industries-sector-card-8 p{max-width:780px;font-size:14.2px}.ds-industries-sector-card-4 h3,.ds-industries-sector-card-5 h3,.ds-industries-sector-card-6 h3,.ds-industries-sector-card-7 h3{font-size:clamp(27px,2.6vw,40px)}.ds-industries-sector-card-top>span{opacity:.58;font-size:clamp(54px,5.7vw,78px);top:-10px;right:2px}.ds-industries-sector-card{animation-duration:9.5s}.ds-industries-sector-card-1{animation-delay:-.4s}.ds-industries-sector-card-2{animation-delay:-1.7s}.ds-industries-sector-card-3{animation-delay:-2.9s}.ds-industries-sector-card-4{animation-delay:-3.8s}.ds-industries-sector-card-5{animation-delay:-4.9s}.ds-industries-sector-card-6{animation-delay:-5.7s}.ds-industries-sector-card-7{animation-delay:-6.8s}.ds-industries-sector-card-8{animation-delay:-7.9s}.ds-industries-sector-card{box-shadow:0 30px 90px #0000004d,inset 0 1px #ffffff1f}.ds-industries-sector-card:hover{z-index:5}.ds-industries-sector-card-2 .ds-industries-sector-chips,.ds-industries-sector-card-3 .ds-industries-sector-chips,.ds-industries-sector-card-5 .ds-industries-sector-chips{gap:6px}.ds-industries-sector-card-2 .ds-industries-sector-chips span,.ds-industries-sector-card-3 .ds-industries-sector-chips span,.ds-industries-sector-card-5 .ds-industries-sector-chips span{padding:6px 8px;font-size:9.5px}@media (width<=1180px){.ds-industries-constellation-section{width:min(calc(100% - 32px), var(--ds-wide))}.ds-industries-constellation-grid{grid-template-columns:repeat(8,minmax(0,1fr));grid-auto-rows:88px}.ds-industries-sector-card-1,.ds-industries-sector-card-4,.ds-industries-sector-card-7,.ds-industries-sector-card-8,.ds-industries-sector-card-2,.ds-industries-sector-card-3,.ds-industries-sector-card-5,.ds-industries-sector-card-6{grid-area:span 4/span 4}.ds-industries-sector-card-1 h3,.ds-industries-sector-card-8 h3{font-size:clamp(28px,4vw,42px)}}@media (width<=760px){.ds-industries-constellation-section{width:min(calc(100% - 24px), var(--ds-wide));padding-top:64px}.ds-industries-constellation-section .ds-industries-section-head-split{grid-template-columns:1fr;gap:18px;margin-bottom:24px}.ds-industries-constellation-section .ds-industries-section-head p{justify-self:start;max-width:none}.ds-industries-constellation-grid{grid-template-columns:1fr;grid-auto-rows:auto;gap:14px}.ds-industries-sector-card-1,.ds-industries-sector-card-2,.ds-industries-sector-card-3,.ds-industries-sector-card-4,.ds-industries-sector-card-5,.ds-industries-sector-card-6,.ds-industries-sector-card-7,.ds-industries-sector-card-8{grid-area:auto;min-height:320px}.ds-industries-sector-card h3,.ds-industries-sector-card-1 h3,.ds-industries-sector-card-8 h3{font-size:clamp(27px,8vw,38px)}.ds-industries-sector-card{padding:22px}}.ds-industries-sector-card-top>span{filter:drop-shadow(0 0 12px #ffffff38);color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:.58!important;text-shadow:0 0 18px #ffffff61,0 0 34px #06b6d433,0 12px 28px #00000057!important}.ds-caseproof-page{--case-ink:#f8fbff;--case-soft:#dbeafe;--case-muted:#a8b7ce;--case-muted-2:#7588a5;--case-violet:#9b7cff;--case-violet-soft:#9b7cff29;--case-copper:#d7a052;--case-copper-soft:#d7a05229;--case-platinum:#edf4ff;--case-cyan:#06b6d4;--case-border:#ffffff21}.ds-caseproof-hero{width:min(calc(100% - 40px), var(--ds-wide));border:1px solid var(--case-border);isolation:isolate;background:radial-gradient(circle at 14% 12%,#9b7cff33,#0000 34%),radial-gradient(circle at 88% 12%,#d7a05229,#0000 34%),linear-gradient(135deg,#ffffff14,#ffffff08),#050b18e0;border-radius:48px;grid-template-columns:minmax(0,.92fr) minmax(390px,.58fr);gap:20px;margin:38px auto 0;padding:clamp(22px,3.5vw,38px);display:grid;position:relative;overflow:hidden;box-shadow:0 38px 120px #0000006b,inset 0 1px #ffffff1f}.ds-caseproof-hero-bg{z-index:-1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.ds-caseproof-hero-bg span{filter:blur(12px);border-radius:999px;position:absolute}.ds-caseproof-hero-bg span:first-child{background:radial-gradient(circle,#9b7cff33,#0000 70%);width:460px;height:460px;top:-180px;left:-180px}.ds-caseproof-hero-bg span:nth-child(2){background:radial-gradient(circle,#d7a0522b,#0000 70%);width:520px;height:520px;top:-160px;right:-220px}.ds-caseproof-hero-bg span:nth-child(3){background:radial-gradient(circle,#06b6d41f,#0000 70%);width:420px;height:420px;bottom:-260px;left:42%}.ds-caseproof-hero-copy{background:linear-gradient(135deg,#ffffff16,#ffffff07),#0714268a;border:1px solid #ffffff16;border-radius:38px;flex-direction:column;justify-content:center;min-height:650px;padding:clamp(28px,4.8vw,66px);display:flex}.ds-caseproof-page .ds-eyebrow{color:#f1c77d;background:#d7a05214;border-color:#d7a05247}.ds-caseproof-hero-copy h1{max-width:900px;color:var(--case-ink);letter-spacing:-.095em;margin:0;font-size:clamp(46px,6.5vw,92px);line-height:.88}.ds-caseproof-hero-copy>p{max-width:790px;color:var(--case-muted);margin:24px 0 0;font-size:clamp(16px,1.45vw,19px);line-height:1.78}.ds-caseproof-hero-actions{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.ds-caseproof-hero-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:34px;display:grid}.ds-caseproof-hero-metrics div{background:radial-gradient(circle at 16% 10%,#9b7cff1f,#0000 32%),#ffffff0e;border:1px solid #ffffff1a;border-radius:24px;align-content:center;gap:5px;min-height:94px;padding:17px;display:grid}.ds-caseproof-hero-metrics strong{color:#fff;letter-spacing:-.055em;font-size:32px;line-height:1}.ds-caseproof-hero-metrics span{color:var(--case-muted);font-size:12px;font-weight:900}.ds-caseproof-hero-board{background:radial-gradient(circle at 14% 12%,#9b7cff2e,#0000 36%),radial-gradient(circle at 88% 14%,#d7a05229,#0000 34%),linear-gradient(155deg,#ffffff1a,#ffffff08),#08162bd1;border:1px solid #ffffff1f;border-radius:38px;grid-template-rows:auto minmax(0,1fr) auto;align-self:stretch;gap:18px;min-height:650px;padding:24px;display:grid;box-shadow:0 28px 86px #00000057,inset 0 1px #ffffff1f}.ds-caseproof-board-top{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.ds-caseproof-board-top span{color:var(--case-muted);font-size:11px;font-weight:950}.ds-caseproof-board-top strong{color:#fff;text-align:right;letter-spacing:-.04em;max-width:250px;font-size:18px;line-height:1.1}.ds-caseproof-board-shot,.ds-caseproof-shot-frame{background:radial-gradient(circle at 16% 14%,#d7a0521f,#0000 34%),radial-gradient(circle at 88% 18%,#9b7cff21,#0000 36%),linear-gradient(145deg,#ffffff17,#ffffff07),#020814a8;border:1px solid #ffffff21;position:relative;overflow:hidden}.ds-caseproof-board-shot{border-radius:30px;place-items:center;min-height:390px;padding:14px;display:grid}.ds-caseproof-board-shot img,.ds-caseproof-shot-frame img{aspect-ratio:16/9;object-fit:contain;object-position:center;background:#020814e0;border:1px solid #ffffff24;border-radius:22px;width:100%;height:auto;display:block;box-shadow:0 24px 70px #00000061,0 0 0 1px #ffffff0a}.ds-caseproof-board-list{gap:9px;display:grid}.ds-caseproof-board-list div{background:#ffffff0d;border:1px solid #ffffff17;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;min-height:46px;padding:0 12px;display:flex}.ds-caseproof-board-list span{color:#f8fbffdb;font-size:12px;font-weight:850}.ds-caseproof-board-list strong{color:#f1c77d;font-size:11px;font-weight:950}.ds-caseproof-section-head{width:min(calc(100% - 40px), var(--ds-wide));max-width:900px;margin:0 auto 30px}.ds-caseproof-section-head-split{grid-template-columns:minmax(0,.9fr) minmax(280px,.44fr);align-items:end;gap:34px;max-width:none;display:grid}.ds-caseproof-section-head h2{color:var(--case-ink);letter-spacing:-.078em;margin:0;font-size:clamp(34px,4.2vw,60px);line-height:.96}.ds-caseproof-section-head p{color:var(--case-muted);margin:16px 0 0;font-size:15px;line-height:1.75}.ds-caseproof-section-head-split>p{margin:0}.ds-caseproof-feature-section,.ds-caseproof-dossier-section,.ds-caseproof-gallery-section,.ds-caseproof-evidence-section,.ds-caseproof-transform-section,.ds-caseproof-timeline-section,.ds-caseproof-final-section{width:min(calc(100% - 40px), var(--ds-wide));margin:0 auto;padding-top:96px}.ds-caseproof-feature-card{border:1px solid var(--case-border);background:radial-gradient(circle at 8% 12%,#d7a0521f,#0000 34%),radial-gradient(circle at 88% 14%,#9b7cff26,#0000 34%),linear-gradient(135deg,#ffffff13,#ffffff06),#071426b8;border-radius:44px;grid-template-columns:minmax(0,.92fr) minmax(420px,.72fr);gap:24px;padding:clamp(22px,3.6vw,42px);display:grid;box-shadow:0 34px 105px #0000005c}.ds-caseproof-feature-copy{background:#ffffff0b;border:1px solid #ffffff16;border-radius:34px;padding:clamp(24px,3.5vw,40px)}.ds-caseproof-feature-copy>span{color:#c7b9ff;letter-spacing:.12em;text-transform:uppercase;margin-top:14px;font-size:11px;font-weight:950;display:block}.ds-caseproof-feature-copy h2{color:#fff;letter-spacing:-.08em;max-width:820px;margin:14px 0 0;font-size:clamp(34px,4.5vw,66px);line-height:.92}.ds-caseproof-feature-copy>p{color:var(--case-muted);margin:18px 0 0;font-size:15px;line-height:1.74}.ds-caseproof-feature-panels{gap:12px;margin-top:28px;display:grid}.ds-caseproof-feature-panels article{background:#ffffff0c;border:1px solid #ffffff17;border-radius:22px;padding:18px}.ds-caseproof-feature-panels strong{color:#f1c77d;text-transform:uppercase;letter-spacing:.09em;font-size:12px;font-weight:950}.ds-caseproof-feature-panels p{color:var(--case-muted);margin:9px 0 0;font-size:13.5px;line-height:1.66}.ds-caseproof-feature-visual{gap:14px;display:grid}.ds-caseproof-shot-frame{border-radius:30px;padding:14px}.ds-caseproof-shot-frame-large{flex-direction:column;min-height:520px;display:flex}.ds-caseproof-shot-frame-large img{margin:auto 0}.ds-caseproof-shot-bar{align-items:center;gap:7px;height:28px;margin-bottom:12px;display:flex}.ds-caseproof-shot-bar span{background:#ffffff47;border-radius:999px;width:8px;height:8px}.ds-caseproof-shot-bar span:first-child{background:#d7a052db}.ds-caseproof-shot-bar span:nth-child(2){background:#9b7cffe0}.ds-caseproof-shot-bar span:nth-child(3){background:#06b6d4bf}.ds-caseproof-shot-bar strong{color:#f8fbffb8;margin-left:auto;font-size:11px;font-weight:900}.ds-caseproof-module-cloud{flex-wrap:wrap;gap:8px;display:flex}.ds-caseproof-module-cloud span,.ds-caseproof-case-modules span,.ds-caseproof-signal-row span{color:#f8fbffc7;background:#ffffff0e;border:1px solid #ffffff1a;border-radius:999px;padding:8px 10px;font-size:11px;font-weight:850}.ds-caseproof-dossier-shell{border:1px solid var(--case-border);background:radial-gradient(circle at 12% 10%,#9b7cff29,#0000 34%),radial-gradient(circle at 92% 10%,#d7a05221,#0000 32%),#071426ad;border-radius:42px;overflow:hidden;box-shadow:0 30px 95px #00000057}.ds-caseproof-dossier-window{overflow:hidden}.ds-caseproof-dossier-track{will-change:transform;transition:transform .68s cubic-bezier(.16,1,.3,1);display:flex}.ds-caseproof-dossier-slide{grid-template-columns:minmax(300px,.72fr) minmax(0,1fr);gap:22px;min-width:100%;padding:clamp(22px,3vw,38px);display:grid}.ds-caseproof-dossier-copy,.ds-caseproof-dossier-proof{background:#ffffff0b;border:1px solid #ffffff16;border-radius:30px;padding:clamp(22px,3vw,34px)}.ds-caseproof-dossier-top,.ds-caseproof-case-top{justify-content:space-between;align-items:center;gap:18px;display:flex}.ds-caseproof-dossier-top>div:last-child,.ds-caseproof-case-top>div:last-child{text-align:right}.ds-caseproof-icon{color:#f1c77d;background:radial-gradient(circle at 30% 20%,#d7a05238,#0000 56%),#fff1;border:1px solid #d7a0523d;border-radius:20px;flex:none;place-items:center;width:54px;height:54px;display:grid}.ds-caseproof-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:25px;height:25px}.ds-caseproof-dossier-top span,.ds-caseproof-case-top span{color:var(--case-muted);font-size:11px;font-weight:900}.ds-caseproof-dossier-top strong,.ds-caseproof-case-top strong{color:var(--case-soft);margin-top:4px;font-size:12px;font-weight:950;display:block}.ds-caseproof-dossier-copy h3{color:#fff;letter-spacing:-.08em;margin:28px 0 0;font-size:clamp(32px,4vw,58px);line-height:.92}.ds-caseproof-dossier-copy p{color:var(--case-muted);margin:18px 0 0;font-size:14.5px;line-height:1.72}.ds-caseproof-dossier-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:28px;display:grid}.ds-caseproof-dossier-meta div{background:#ffffff0b;border:1px solid #ffffff17;border-radius:20px;align-content:center;min-height:92px;padding:15px;display:grid}.ds-caseproof-dossier-meta span,.ds-caseproof-proof-columns span,.ds-caseproof-case-result span{color:var(--case-muted-2);letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:950}.ds-caseproof-dossier-meta strong,.ds-caseproof-case-result strong{color:var(--case-soft);margin-top:7px;font-size:13px;line-height:1.45}.ds-caseproof-proof-columns{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.ds-caseproof-proof-columns article{background:radial-gradient(circle at 18% 12%,#9b7cff1a,#0000 36%),#ffffff0b;border:1px solid #ffffff17;border-radius:24px;align-content:start;min-height:250px;padding:20px;display:grid}.ds-caseproof-proof-columns p{color:var(--case-muted);margin:12px 0 0;font-size:13.2px;line-height:1.65}.ds-caseproof-signal-row{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.ds-caseproof-slider-controls{justify-content:flex-end;align-items:center;gap:13px;padding:0 28px 28px;display:flex}.ds-caseproof-slider-controls button{color:#fff;cursor:pointer;background:#ffffff12;border:1px solid #ffffff21;border-radius:999px;place-items:center;width:44px;height:44px;transition:transform .22s,border-color .22s,background .22s;display:grid}.ds-caseproof-slider-controls button:hover{background:#d7a0521a;border-color:#d7a05257;transform:translateY(-2px)}.ds-caseproof-slider-controls svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.ds-caseproof-slider-dots{gap:7px;display:flex}.ds-caseproof-slider-dots button{width:9px;height:9px;padding:0}.ds-caseproof-slider-dots button.is-active{background:linear-gradient(135deg,#f4d38d,#d7a052);border-color:#d7a052a6;width:28px}.ds-caseproof-case-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.ds-caseproof-case-card{border:1px solid var(--case-border);background:radial-gradient(circle at 14% 10%,#9b7cff1f,#0000 34%),radial-gradient(circle at 88% 12%,#d7a0521a,#0000 32%),linear-gradient(145deg,#ffffff14,#ffffff07),#071426c2;border-radius:32px;flex-direction:column;min-height:500px;padding:24px;transition:transform .26s,border-color .26s,box-shadow .26s;display:flex;position:relative;overflow:hidden;box-shadow:0 26px 80px #00000047}.ds-caseproof-case-card:hover{border-color:#d7a0524d;transform:translateY(-7px);box-shadow:0 34px 96px #00000061}.ds-caseproof-case-card h3{color:#fff;letter-spacing:-.06em;margin:26px 0 0;font-size:clamp(25px,2.6vw,36px);line-height:.98}.ds-caseproof-case-card>p{color:var(--case-muted);margin:14px 0 0;font-size:13.5px;line-height:1.67}.ds-caseproof-case-modules{flex-wrap:wrap;gap:7px;margin-top:20px;display:flex}.ds-caseproof-case-result{background:#ffffff0b;border:1px solid #ffffff17;border-radius:22px;margin-top:auto;padding:18px}.ds-caseproof-case-result strong{display:block}.ds-caseproof-link{color:#f1c77d;align-items:center;gap:9px;width:fit-content;margin-top:20px;font-size:12px;font-weight:950;text-decoration:none;display:inline-flex}.ds-caseproof-link svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.ds-caseproof-evidence-shell{border:1px solid var(--case-border);background:radial-gradient(circle at 10% 10%,#d7a0521a,#0000 34%),radial-gradient(circle at 100% 0,#9b7cff24,#0000 32%),#071426ad;border-radius:44px;padding:clamp(22px,3.5vw,38px);box-shadow:0 30px 96px #00000057}.ds-caseproof-evidence-shell .ds-caseproof-section-head{width:100%}.ds-caseproof-evidence-grid{grid-template-columns:1.2fr .9fr;grid-auto-rows:minmax(320px,auto);gap:16px;display:grid}.ds-caseproof-evidence-card{background:#ffffff0b;border:1px solid #ffffff1a;border-radius:32px;overflow:hidden}.ds-caseproof-evidence-card-1{grid-row:span 2}.ds-caseproof-evidence-card .ds-caseproof-shot-frame{margin:14px}.ds-caseproof-evidence-card-1 .ds-caseproof-shot-frame{flex-direction:column;min-height:560px;display:flex}.ds-caseproof-evidence-card-1 .ds-caseproof-shot-frame img{margin:auto 0}.ds-caseproof-evidence-copy{padding:5px 22px 24px}.ds-caseproof-evidence-copy span{color:#f1c77d;font-size:11px;font-weight:950}.ds-caseproof-evidence-copy h3{color:#fff;letter-spacing:-.05em;margin:8px 0 0;font-size:25px;line-height:1.02}.ds-caseproof-evidence-copy p{color:var(--case-muted);margin:10px 0 0;font-size:13px;line-height:1.64}.ds-caseproof-transform-card{border:1px solid var(--case-border);background:radial-gradient(circle at 10% 10%,#9b7cff24,#0000 34%),radial-gradient(circle at 90% 16%,#d7a0521f,#0000 34%),linear-gradient(135deg,#ffffff14,#ffffff07),#071426b8;border-radius:44px;grid-template-columns:minmax(290px,.42fr) minmax(0,1fr);gap:24px;padding:clamp(24px,3.8vw,44px);display:grid;box-shadow:0 30px 96px #00000057}.ds-caseproof-transform-intro{align-self:center}.ds-caseproof-transform-intro h2{color:#fff;letter-spacing:-.075em;margin:0;font-size:clamp(32px,4vw,56px);line-height:.98}.ds-caseproof-transform-intro p{color:var(--case-muted);margin:16px 0 0;font-size:14.5px;line-height:1.74}.ds-caseproof-transform-table{gap:12px;display:grid}.ds-caseproof-transform-table article{background:#ffffff0b;border:1px solid #ffffff17;border-radius:24px;grid-template-columns:54px repeat(3,minmax(0,1fr));align-items:stretch;gap:12px;padding:16px;display:grid}.ds-caseproof-transform-table article>span{color:#06111f;background:linear-gradient(135deg,#f4d38d,#d7a052);border-radius:17px;align-self:center;place-items:center;width:46px;height:46px;font-size:13px;font-weight:1000;display:grid}.ds-caseproof-transform-table div{background:#ffffff0d;border-radius:18px;padding:14px}.ds-caseproof-transform-table small{color:var(--case-muted-2);letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:950}.ds-caseproof-transform-table strong{color:var(--case-soft);margin-top:7px;font-size:13px;line-height:1.42;display:block}.ds-caseproof-timeline{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;display:grid;position:relative}.ds-caseproof-timeline:before{content:"";background:linear-gradient(90deg,#0000,#d7a0526b,#0000);height:1px;position:absolute;top:44px;left:7%;right:7%}.ds-caseproof-timeline article{border:1px solid var(--case-border);background:radial-gradient(circle at 12% 8%,#9b7cff1c,#0000 34%),linear-gradient(145deg,#ffffff13,#ffffff07),#071426c2;border-radius:30px;align-content:start;min-height:260px;padding:22px;display:grid;position:relative;box-shadow:0 24px 70px #00000047}.ds-caseproof-timeline article>span{color:#06111f;background:linear-gradient(135deg,#f4d38d,#d7a052);border-radius:18px;place-items:center;width:48px;height:48px;font-size:13px;font-weight:1000;display:grid}.ds-caseproof-timeline h3{color:#fff;letter-spacing:-.05em;margin:26px 0 0;font-size:23px;line-height:1.04}.ds-caseproof-timeline p{color:var(--case-muted);margin:10px 0 0;font-size:13px;line-height:1.64}.ds-caseproof-final-card{background:radial-gradient(circle at 10% 10%,#d7a05229,#0000 34%),radial-gradient(circle at 90% 18%,#9b7cff29,#0000 34%),linear-gradient(135deg,#ffffff17,#ffffff09),#071426cc;border:1px solid #d7a05233;border-radius:44px;grid-template-columns:minmax(0,.82fr) auto;align-items:center;gap:24px;padding:clamp(28px,4.2vw,54px);display:grid;box-shadow:0 36px 110px #0000005c}.ds-caseproof-final-card h2{color:#fff;letter-spacing:-.075em;max-width:920px;margin:0;font-size:clamp(34px,4.4vw,64px);line-height:.95}.ds-caseproof-final-card p{max-width:850px;color:var(--case-muted);margin:16px 0 0;font-size:15px;line-height:1.72}.ds-caseproof-final-actions{gap:12px;display:grid}.ds-caseproof-final-actions a{white-space:nowrap;justify-content:center}.ds-caseproof-placeholder{text-align:center;background:radial-gradient(circle at 22% 18%,#9b7cff2e,#0000 32%),#ffffff0b;border-radius:22px;place-items:center;min-height:320px;display:grid}.ds-caseproof-placeholder strong{color:#fff;font-size:22px}.ds-caseproof-placeholder span{color:var(--case-muted);font-size:12px;font-weight:850}@media (width<=1180px){.ds-caseproof-hero,.ds-caseproof-feature-card,.ds-caseproof-dossier-slide,.ds-caseproof-transform-card,.ds-caseproof-final-card{grid-template-columns:1fr}.ds-caseproof-hero-copy,.ds-caseproof-hero-board{min-height:auto}.ds-caseproof-case-grid,.ds-caseproof-timeline{grid-template-columns:repeat(2,minmax(0,1fr))}.ds-caseproof-proof-columns,.ds-caseproof-evidence-grid{grid-template-columns:1fr}.ds-caseproof-evidence-card-1{grid-row:auto}.ds-caseproof-evidence-card-1 .ds-caseproof-shot-frame{min-height:auto}.ds-caseproof-timeline:before{display:none}}@media (width<=860px){.ds-caseproof-section-head-split,.ds-caseproof-transform-table article,.ds-caseproof-case-grid,.ds-caseproof-timeline,.ds-caseproof-dossier-meta{grid-template-columns:1fr}.ds-caseproof-slider-controls{justify-content:center}}@media (width<=760px){.ds-caseproof-hero,.ds-caseproof-feature-section,.ds-caseproof-dossier-section,.ds-caseproof-gallery-section,.ds-caseproof-evidence-section,.ds-caseproof-transform-section,.ds-caseproof-timeline-section,.ds-caseproof-final-section{width:min(calc(100% - 24px), var(--ds-wide))}.ds-caseproof-hero,.ds-caseproof-hero-copy,.ds-caseproof-hero-board,.ds-caseproof-feature-card,.ds-caseproof-feature-copy,.ds-caseproof-shot-frame,.ds-caseproof-dossier-shell,.ds-caseproof-dossier-copy,.ds-caseproof-dossier-proof,.ds-caseproof-case-card,.ds-caseproof-evidence-shell,.ds-caseproof-transform-card,.ds-caseproof-final-card{border-radius:26px}.ds-caseproof-hero{padding:16px}.ds-caseproof-hero-copy,.ds-caseproof-feature-copy,.ds-caseproof-dossier-copy,.ds-caseproof-dossier-proof,.ds-caseproof-case-card{padding:22px}.ds-caseproof-hero-copy h1{letter-spacing:-.08em;font-size:clamp(38px,12vw,56px)}.ds-caseproof-hero-actions,.ds-caseproof-hero-actions a,.ds-caseproof-final-actions,.ds-caseproof-final-actions a{width:100%}.ds-caseproof-hero-metrics{grid-template-columns:1fr}.ds-caseproof-board-shot,.ds-caseproof-shot-frame-large{min-height:auto}.ds-caseproof-transform-table div{padding:12px}}@media (prefers-reduced-motion:reduce){.ds-caseproof-dossier-track,.ds-caseproof-case-card,.ds-caseproof-slider-controls button{transition:none}}.ds-aboutstudio-page{--about-ink:#f8fbff;--about-soft:#dbeafe;--about-muted:#aab9cf;--about-gold:#e4bf74;--about-coral:#f17c67;--about-indigo:#7c8cff;--about-cyan:#06b6d4;--about-border:#ffffff21}.ds-aboutstudio-hero,.ds-contactdesk-hero,.ds-journal-hero{width:min(calc(100% - 40px), var(--ds-wide));margin:38px auto 0}.ds-aboutstudio-hero{grid-template-columns:180px minmax(0,1fr) minmax(360px,.52fr);align-items:stretch;gap:18px;display:grid}.ds-aboutstudio-hero-rail,.ds-aboutstudio-hero-copy,.ds-aboutstudio-identity-card,.ds-aboutstudio-principle-card,.ds-aboutstudio-capability-card,.ds-aboutstudio-standards-board,.ds-aboutstudio-timeline-shell,.ds-aboutstudio-final-card{border:1px solid var(--about-border);box-shadow:0 30px 90px #00000052,inset 0 1px #ffffff1f}.ds-aboutstudio-hero-rail{background:radial-gradient(circle at 18% 10%,#e4bf742e,#0000 32%),linear-gradient(#ffffff17,#ffffff08),#071426c2;border-radius:40px;flex-direction:column;justify-content:space-between;min-height:650px;padding:24px;display:flex}.ds-aboutstudio-hero-rail span{color:var(--about-gold);letter-spacing:.15em;text-transform:uppercase;writing-mode:vertical-rl;font-size:11px;font-weight:950;transform:rotate(180deg)}.ds-aboutstudio-hero-rail strong{color:var(--about-ink);letter-spacing:-.075em;font-size:30px;line-height:.94}.ds-aboutstudio-hero-rail i{background:linear-gradient(#0000,#e4bf7480,#0000);width:1px;height:160px}.ds-aboutstudio-hero-rail small{color:var(--about-muted);font-size:11px;font-weight:850;line-height:1.5}.ds-aboutstudio-hero-copy{background:radial-gradient(circle at 5% 8%,#f17c6724,#0000 32%),radial-gradient(circle at 96% 18%,#7c8cff2e,#0000 36%),linear-gradient(135deg,#ffffff14,#ffffff07),#050b18d6;border-radius:44px;flex-direction:column;justify-content:center;min-height:650px;padding:clamp(34px,5vw,72px);display:flex;overflow:hidden}.ds-aboutstudio-hero-copy .ds-eyebrow,.ds-aboutstudio-page .ds-eyebrow,.ds-contactdesk-page .ds-eyebrow,.ds-journal-page .ds-eyebrow{color:var(--about-gold);background:#e4bf7414;border-color:#e4bf7447}.ds-aboutstudio-hero-copy h1{max-width:880px;color:var(--about-ink);letter-spacing:-.095em;margin:0;font-size:clamp(46px,6.2vw,88px);line-height:.88}.ds-aboutstudio-hero-copy p,.ds-aboutstudio-section-head p,.ds-aboutstudio-capability-copy p,.ds-aboutstudio-principle-card p,.ds-aboutstudio-timeline-grid p,.ds-aboutstudio-final-card p{color:var(--about-muted)}.ds-aboutstudio-hero-copy>p{max-width:800px;margin:24px 0 0;font-size:clamp(16px,1.45vw,19px);line-height:1.78}.ds-aboutstudio-actions,.ds-aboutstudio-final-actions,.ds-contactdesk-actions,.ds-contactdesk-final-actions,.ds-journal-actions,.ds-journal-final-actions{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.ds-aboutstudio-identity-card{background:radial-gradient(circle at 20% 12%,#e4bf742e,#0000 34%),radial-gradient(circle at 88% 24%,#06b6d426,#0000 34%),linear-gradient(155deg,#ffffff1a,#ffffff08),#08162bd1;border-radius:44px;flex-direction:column;gap:18px;min-height:650px;padding:24px;display:flex}.ds-aboutstudio-identity-top,.ds-contactdesk-panel-top,.ds-journal-feature-top{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.ds-aboutstudio-identity-top span,.ds-contactdesk-panel-top span,.ds-journal-feature-top span{color:var(--about-muted);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:950}.ds-aboutstudio-identity-top strong,.ds-contactdesk-panel-top strong,.ds-journal-feature-top strong{max-width:220px;color:var(--about-ink);text-align:right;letter-spacing:-.04em;font-size:19px;line-height:1.05}.ds-aboutstudio-logo-panel{background:#ffffff0e;border:1px solid #ffffff1a;border-radius:28px;gap:18px;margin-top:auto;padding:18px;display:grid}.ds-aboutstudio-logo-panel img{object-fit:contain;background:#fff;border-radius:24px;width:190px;height:74px;padding:10px 16px}.ds-aboutstudio-logo-panel span{color:var(--about-gold);letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:950}.ds-aboutstudio-logo-panel strong{color:var(--about-ink);letter-spacing:-.065em;margin-top:8px;font-size:26px;line-height:1.02;display:block}.ds-aboutstudio-signal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.ds-aboutstudio-signal-grid span,.ds-aboutstudio-principle-card .ds-aboutstudio-icon,.ds-contactdesk-type-cloud span,.ds-journal-feature-tags span,.ds-journal-post-tags span,.ds-journal-cms-grid span{background:#ffffff0e;border:1px solid #ffffff1a}.ds-aboutstudio-signal-grid span{color:#f8fbffc7;border-radius:999px;padding:10px 12px;font-size:11px;font-weight:850}.ds-aboutstudio-principles-section,.ds-aboutstudio-capability-section,.ds-aboutstudio-standards-section,.ds-aboutstudio-timeline-section,.ds-aboutstudio-final-section,.ds-contactdesk-routes-section,.ds-contactdesk-intake-section,.ds-contactdesk-types-section,.ds-contactdesk-social-section,.ds-contactdesk-final-section,.ds-journal-slider-section,.ds-journal-grid-section,.ds-journal-tracks-section,.ds-journal-cms-section,.ds-journal-final-section{width:min(calc(100% - 40px), var(--ds-wide));margin:0 auto;padding-top:96px}.ds-aboutstudio-section-head,.ds-contactdesk-section-head,.ds-journal-section-head{max-width:920px;margin-bottom:30px}.ds-aboutstudio-section-head-split,.ds-contactdesk-section-head-split,.ds-journal-section-head-split{grid-template-columns:minmax(0,.9fr) minmax(300px,.42fr);align-items:end;gap:34px;max-width:none;display:grid}.ds-aboutstudio-section-head h2,.ds-contactdesk-section-head h2,.ds-journal-section-head h2,.ds-aboutstudio-capability-copy h2,.ds-contactdesk-intake-copy h2,.ds-journal-cms-copy h2{color:var(--about-ink);letter-spacing:-.078em;margin:0;font-size:clamp(34px,4.3vw,60px);line-height:.96}.ds-aboutstudio-section-head p,.ds-contactdesk-section-head p,.ds-journal-section-head p,.ds-aboutstudio-section-head-split>p,.ds-contactdesk-section-head-split>p,.ds-journal-section-head-split>p{margin:16px 0 0;font-size:15px;line-height:1.75}.ds-aboutstudio-section-head-split>p,.ds-contactdesk-section-head-split>p,.ds-journal-section-head-split>p{margin:0}.ds-aboutstudio-principles-grid{grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:minmax(210px,auto);gap:16px;display:grid}.ds-aboutstudio-principle-card{background:radial-gradient(circle at 16% 10%,#e4bf741f,#0000 32%),linear-gradient(145deg,#ffffff14,#ffffff07),#071426c2;border-radius:32px;flex-direction:column;min-height:310px;padding:24px;transition:transform .26s,border-color .26s,box-shadow .26s;display:flex;position:relative;overflow:hidden}.ds-aboutstudio-principle-card:hover{border-color:#e4bf7452;transform:translateY(-7px);box-shadow:0 34px 96px #00000061}.ds-aboutstudio-principle-card-1,.ds-aboutstudio-principle-card-2{grid-column:span 6}.ds-aboutstudio-principle-card-3,.ds-aboutstudio-principle-card-4,.ds-aboutstudio-principle-card-5,.ds-aboutstudio-principle-card-6{grid-column:span 3}.ds-aboutstudio-principle-top,.ds-contactdesk-route-top,.ds-journal-slide-top,.ds-journal-post-top{justify-content:space-between;align-items:center;gap:16px;display:flex}.ds-aboutstudio-icon,.ds-contactdesk-icon,.ds-journal-icon,.ds-journal-feature-icon{width:54px;height:54px;color:var(--about-gold);border-radius:20px;flex:none;place-items:center;display:grid}.ds-aboutstudio-icon svg,.ds-contactdesk-icon svg,.ds-journal-icon svg,.ds-journal-feature-icon svg,.ds-contactdesk-command-list svg,.ds-contactdesk-location-card svg{fill:none;stroke:currentColor;stroke-width:1.85px;stroke-linecap:round;stroke-linejoin:round;width:25px;height:25px}.ds-aboutstudio-principle-top>span{color:#ffffff59;letter-spacing:-.08em;font-size:54px;font-weight:1000;line-height:1}.ds-aboutstudio-principle-card h3{color:var(--about-ink);letter-spacing:-.055em;margin:28px 0 0;font-size:27px;line-height:1.02}.ds-aboutstudio-principle-card p{margin:12px 0 0;font-size:13.5px;line-height:1.68}.ds-aboutstudio-capability-card,.ds-aboutstudio-final-card,.ds-contactdesk-intake-card,.ds-contactdesk-social-shell,.ds-contactdesk-final-card,.ds-journal-tracks-shell,.ds-journal-cms-card,.ds-journal-final-card{background:radial-gradient(circle at 10% 10%,#e4bf741f,#0000 34%),radial-gradient(circle at 90% 18%,#7c8cff24,#0000 34%),linear-gradient(135deg,#ffffff14,#ffffff07),#071426bd;border-radius:44px;padding:clamp(24px,3.8vw,46px)}.ds-aboutstudio-capability-card,.ds-contactdesk-intake-card,.ds-journal-cms-card{grid-template-columns:minmax(290px,.42fr) minmax(0,1fr);align-items:center;gap:26px;display:grid}.ds-aboutstudio-capability-copy p,.ds-contactdesk-intake-copy p,.ds-journal-cms-copy p{margin:16px 0 0;font-size:14.5px;line-height:1.74}.ds-aboutstudio-capability-ledger,.ds-contactdesk-intake-grid{gap:12px;display:grid}.ds-aboutstudio-capability-ledger article{background:#ffffff0b;border:1px solid #ffffff17;border-radius:24px;grid-template-columns:58px 1fr;align-items:center;gap:16px;padding:18px;display:grid}.ds-aboutstudio-capability-ledger article>span,.ds-aboutstudio-standards-board article>span,.ds-contactdesk-intake-grid article>span,.ds-journal-track-grid article>span{color:#06111f;background:linear-gradient(135deg,#ffe4a8,#e4bf74);border-radius:18px;place-items:center;width:48px;height:48px;font-size:13px;font-weight:1000;display:grid}.ds-aboutstudio-capability-ledger strong,.ds-aboutstudio-standards-board strong{color:var(--about-ink);letter-spacing:-.035em;font-size:18px}.ds-aboutstudio-capability-ledger p{margin:6px 0 0;font-size:13px;line-height:1.62}.ds-aboutstudio-standards-board{background:radial-gradient(circle at 14% 8%,#f17c671a,#0000 32%),#071426b8;border-radius:40px;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:22px;display:grid}.ds-aboutstudio-standards-board article{background:#ffffff0b;border:1px solid #ffffff17;border-radius:24px;align-content:space-between;min-height:160px;padding:18px;display:grid}.ds-aboutstudio-timeline-shell{background:radial-gradient(circle at 12% 12%,#7c8cff26,#0000 34%),#071426b8;border-radius:44px;padding:clamp(24px,3.8vw,46px)}.ds-aboutstudio-timeline-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.ds-aboutstudio-timeline-grid article{background:#ffffff0b;border:1px solid #ffffff17;border-radius:28px;min-height:250px;padding:22px}.ds-aboutstudio-timeline-grid span{color:var(--about-gold);letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:950}.ds-aboutstudio-timeline-grid strong{float:right;color:#ffffff5c;font-size:42px;line-height:1}.ds-aboutstudio-timeline-grid h3{clear:both;color:#fff;letter-spacing:-.055em;margin:42px 0 0;font-size:27px;line-height:1.02}.ds-aboutstudio-timeline-grid p{margin:12px 0 0;font-size:13.5px;line-height:1.66}.ds-aboutstudio-final-card,.ds-contactdesk-final-card,.ds-journal-final-card{grid-template-columns:minmax(0,.82fr) auto;align-items:center;gap:24px;display:grid}.ds-aboutstudio-final-card h2,.ds-contactdesk-final-card h2,.ds-journal-final-card h2{color:#fff;letter-spacing:-.075em;max-width:920px;margin:0;font-size:clamp(34px,4.4vw,64px);line-height:.95}.ds-aboutstudio-final-card p,.ds-contactdesk-final-card p,.ds-journal-final-card p{max-width:840px;margin:16px 0 0;font-size:15px;line-height:1.72}.ds-aboutstudio-final-actions,.ds-contactdesk-final-actions,.ds-journal-final-actions{margin-top:0;display:grid}.ds-contactdesk-page{--contact-ink:#f8fbff;--contact-muted:#a7b7cc;--contact-lime:#c4f171;--contact-teal:#2dd4bf;--contact-blue:#38bdf8;--contact-border:#ffffff21}.ds-contactdesk-hero{grid-template-columns:minmax(0,1fr) minmax(380px,.52fr);align-items:stretch;gap:20px;display:grid}.ds-contactdesk-hero-copy,.ds-contactdesk-command-panel,.ds-contactdesk-route-card,.ds-contactdesk-intake-card,.ds-contactdesk-social-shell,.ds-contactdesk-final-card{border:1px solid var(--contact-border);box-shadow:0 30px 90px #00000052,inset 0 1px #ffffff1f}.ds-contactdesk-hero-copy{background:radial-gradient(circle at 8% 12%,#c4f17121,#0000 34%),radial-gradient(circle at 96% 16%,#2dd4bf2b,#0000 34%),linear-gradient(135deg,#ffffff15,#ffffff07),#050e1ddb;border-radius:48px;flex-direction:column;justify-content:center;min-height:640px;padding:clamp(34px,5vw,72px);display:flex}.ds-contactdesk-page .ds-eyebrow{color:var(--contact-lime);background:#c4f17113;border-color:#c4f17142}.ds-contactdesk-hero-copy h1{max-width:900px;color:var(--contact-ink);letter-spacing:-.095em;margin:0;font-size:clamp(46px,6.4vw,92px);line-height:.88}.ds-contactdesk-hero-copy>p{max-width:800px;color:var(--contact-muted);margin:24px 0 0;font-size:clamp(16px,1.45vw,19px);line-height:1.78}.ds-contactdesk-stat-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:34px;display:grid}.ds-contactdesk-stat-row div{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:24px;align-content:center;gap:5px;min-height:96px;padding:17px;display:grid}.ds-contactdesk-stat-row strong{color:#fff;letter-spacing:-.055em;font-size:32px;line-height:1}.ds-contactdesk-stat-row span{color:var(--contact-muted);font-size:12px;font-weight:900}.ds-contactdesk-command-panel{background:radial-gradient(circle at 14% 10%,#2dd4bf2e,#0000 36%),radial-gradient(circle at 90% 18%,#38bdf821,#0000 34%),linear-gradient(155deg,#ffffff18,#ffffff08),#071426d1;border-radius:48px;grid-template-rows:auto 1fr auto;gap:18px;min-height:640px;padding:24px;display:grid}.ds-contactdesk-command-list{align-content:center;gap:12px;display:grid}.ds-contactdesk-command-list a{color:#fff;background:#ffffff0e;border:1px solid #ffffff1a;border-radius:22px;grid-template-columns:42px 1fr;align-items:center;gap:14px;min-height:86px;padding:16px;text-decoration:none;transition:transform .22s,border-color .22s;display:grid}.ds-contactdesk-command-list a:hover{border-color:#c4f17152;transform:translate(5px)}.ds-contactdesk-command-list svg,.ds-contactdesk-location-card svg{color:var(--contact-lime)}.ds-contactdesk-command-list span,.ds-contactdesk-location-card span{color:var(--contact-muted);letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:950}.ds-contactdesk-command-list strong,.ds-contactdesk-location-card strong{color:#fff;margin-top:5px;font-size:14px;line-height:1.3;display:block}.ds-contactdesk-location-card{background:#ffffff0e;border:1px solid #ffffff1a;border-radius:24px;grid-template-columns:42px 1fr;gap:14px;padding:18px;display:grid}.ds-contactdesk-location-card p{color:var(--contact-muted);margin:7px 0 0;font-size:12px;line-height:1.58}.ds-contactdesk-route-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.ds-contactdesk-route-card{color:#fff;background:radial-gradient(circle at 14% 10%,#c4f1711a,#0000 34%),linear-gradient(145deg,#ffffff13,#ffffff07),#071426c2;border-radius:32px;flex-direction:column;min-height:330px;padding:22px;text-decoration:none;transition:transform .26s,border-color .26s,box-shadow .26s;display:flex}.ds-contactdesk-route-card:hover{border-color:#c4f17152;transform:translateY(-7px);box-shadow:0 34px 96px #00000061}.ds-contactdesk-icon{color:var(--contact-lime);background:#c4f17113;border:1px solid #c4f1712e}.ds-contactdesk-route-top>span{color:#f8fbff9e;font-size:10px;font-weight:950}.ds-contactdesk-route-card small{color:var(--contact-lime);letter-spacing:.12em;text-transform:uppercase;margin-top:24px;font-size:10px;font-weight:950}.ds-contactdesk-route-card h3{color:#fff;letter-spacing:-.052em;word-break:break-word;margin:10px 0 0;font-size:24px;line-height:1.04}.ds-contactdesk-route-card p{color:var(--contact-muted);margin:12px 0 0;font-size:13px;line-height:1.64}.ds-contactdesk-route-card>strong{width:fit-content;color:var(--contact-lime);align-items:center;gap:9px;margin-top:auto;padding-top:22px;font-size:12px;display:inline-flex}.ds-contactdesk-route-card>strong svg,.ds-journal-link svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.ds-contactdesk-intake-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ds-contactdesk-intake-grid article{background:#ffffff0b;border:1px solid #ffffff17;border-radius:24px;min-height:190px;padding:20px}.ds-contactdesk-intake-grid h3{color:#fff;letter-spacing:-.052em;margin:18px 0 0;font-size:22px;line-height:1.05}.ds-contactdesk-intake-grid p{color:var(--contact-muted);margin:10px 0 0;font-size:13px;line-height:1.64}.ds-contactdesk-type-cloud{flex-wrap:wrap;gap:10px;display:flex}.ds-contactdesk-type-cloud span{color:#f8fbffd1;border-radius:999px;padding:13px 15px;font-size:12px;font-weight:900}.ds-contactdesk-social-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}.ds-contactdesk-social-grid a{color:#fff;background:#ffffff0b;border:1px solid #ffffff17;border-radius:26px;align-content:space-between;min-height:180px;padding:20px;text-decoration:none;transition:transform .22s,border-color .22s;display:grid}.ds-contactdesk-social-grid a:hover{border-color:#2dd4bf52;transform:translateY(-5px)}.ds-contactdesk-social-grid div{width:48px;height:48px;color:var(--contact-teal);background:#2dd4bf14;border-radius:18px;place-items:center;display:grid}.ds-contactdesk-social-grid svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:23px;height:23px}.ds-contactdesk-social-grid span{color:var(--contact-muted);font-size:11px;font-weight:950}.ds-contactdesk-social-grid strong{color:#fff;letter-spacing:-.035em;font-size:16px}.ds-journal-page{--journal-ink:#f8fbff;--journal-muted:#aab9cf;--journal-pink:#f0abfc;--journal-amber:#f8c76b;--journal-blue:#60a5fa;--journal-border:#ffffff21}.ds-journal-hero{grid-template-columns:minmax(0,.9fr) minmax(380px,.52fr);gap:20px;display:grid}.ds-journal-hero-copy,.ds-journal-feature-panel,.ds-journal-slider-shell,.ds-journal-post-card,.ds-journal-tracks-shell,.ds-journal-cms-card,.ds-journal-final-card{border:1px solid var(--journal-border);box-shadow:0 30px 90px #00000052,inset 0 1px #ffffff1f}.ds-journal-page .ds-eyebrow{color:var(--journal-pink);background:#f0abfc14;border-color:#f0abfc47}.ds-journal-hero-copy{background:radial-gradient(circle at 8% 12%,#f0abfc29,#0000 34%),radial-gradient(circle at 96% 16%,#60a5fa2b,#0000 34%),linear-gradient(135deg,#ffffff15,#ffffff07),#050e1ddb;border-radius:48px;flex-direction:column;justify-content:center;min-height:640px;padding:clamp(34px,5vw,72px);display:flex}.ds-journal-hero-copy h1{max-width:900px;color:var(--journal-ink);letter-spacing:-.095em;margin:0;font-size:clamp(46px,6.4vw,92px);line-height:.88}.ds-journal-hero-copy>p,.ds-journal-section-head p,.ds-journal-feature-panel p,.ds-journal-slide-copy p,.ds-journal-slide-brief p,.ds-journal-post-card p,.ds-journal-track-grid p,.ds-journal-cms-copy p,.ds-journal-final-card p{color:var(--journal-muted)}.ds-journal-hero-copy>p{max-width:800px;margin:24px 0 0;font-size:clamp(16px,1.45vw,19px);line-height:1.78}.ds-journal-feature-panel{background:radial-gradient(circle at 14% 10%,#f0abfc30,#0000 36%),radial-gradient(circle at 90% 18%,#f8c76b21,#0000 34%),linear-gradient(155deg,#ffffff18,#ffffff08),#071426d1;border-radius:48px;flex-direction:column;min-height:640px;padding:26px;display:flex}.ds-journal-feature-icon{width:78px;height:78px;color:var(--journal-pink);background:#f0abfc14;border:1px solid #f0abfc38;margin-top:auto}.ds-journal-feature-panel h2{color:#fff;letter-spacing:-.072em;margin:28px 0 0;font-size:clamp(30px,3.2vw,48px);line-height:.98}.ds-journal-feature-panel p{margin:15px 0 0;font-size:14px;line-height:1.7}.ds-journal-feature-tags,.ds-journal-post-tags{flex-wrap:wrap;gap:8px;margin-top:22px;display:flex}.ds-journal-feature-tags span,.ds-journal-post-tags span,.ds-journal-cms-grid span{color:#f8fbffc7;border-radius:999px;padding:8px 10px;font-size:11px;font-weight:850}.ds-journal-slider-shell{background:radial-gradient(circle at 12% 10%,#f0abfc26,#0000 34%),radial-gradient(circle at 92% 10%,#60a5fa21,#0000 32%),#071426ad;border-radius:42px;overflow:hidden}.ds-journal-slider-window{overflow:hidden}.ds-journal-slider-track{will-change:transform;transition:transform .68s cubic-bezier(.16,1,.3,1);display:flex}.ds-journal-slide{grid-template-columns:minmax(300px,.72fr) minmax(0,1fr);gap:22px;min-width:100%;padding:clamp(22px,3vw,38px);display:grid}.ds-journal-slide-copy,.ds-journal-slide-brief{background:#ffffff0b;border:1px solid #ffffff16;border-radius:30px;padding:clamp(22px,3vw,34px)}.ds-journal-icon{color:var(--journal-pink);background:#f0abfc13;border:1px solid #f0abfc38}.ds-journal-slide-top span,.ds-journal-post-top span,.ds-journal-slide-brief>span{color:var(--journal-pink);letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:950}.ds-journal-slide-top strong,.ds-journal-post-top strong{color:#ffffff6b;margin-top:4px;font-size:32px;line-height:1;display:block}.ds-journal-slide-copy h3{color:#fff;letter-spacing:-.08em;margin:28px 0 0;font-size:clamp(32px,4vw,58px);line-height:.92}.ds-journal-slide-copy p,.ds-journal-slide-brief p{margin:18px 0 0;font-size:14.5px;line-height:1.72}.ds-journal-slide-brief div{flex-wrap:wrap;gap:8px;margin-top:28px;display:flex}.ds-journal-slide-brief small{color:#f8fbffc2;background:#ffffff0e;border:1px solid #ffffff1a;border-radius:999px;padding:9px 10px;font-size:11px;font-weight:850}.ds-journal-slider-controls{justify-content:flex-end;align-items:center;gap:13px;padding:0 28px 28px;display:flex}.ds-journal-slider-controls button{color:#fff;cursor:pointer;background:#ffffff12;border:1px solid #ffffff21;border-radius:999px;place-items:center;width:44px;height:44px;display:grid}.ds-journal-slider-controls svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.ds-journal-slider-dots{gap:7px;display:flex}.ds-journal-slider-dots button{width:9px;height:9px;padding:0}.ds-journal-slider-dots button.is-active{background:linear-gradient(135deg,#f0abfc,#60a5fa);border-color:#f0abfca6;width:28px}.ds-journal-post-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.ds-journal-post-card{background:radial-gradient(circle at 14% 10%,#f0abfc1f,#0000 34%),linear-gradient(145deg,#ffffff14,#ffffff07),#071426c2;border-radius:32px;flex-direction:column;min-height:470px;padding:24px;transition:transform .26s,border-color .26s,box-shadow .26s;display:flex}.ds-journal-post-card:hover{border-color:#f0abfc52;transform:translateY(-7px);box-shadow:0 34px 96px #00000061}.ds-journal-post-card h3{color:#fff;letter-spacing:-.06em;margin:26px 0 0;font-size:clamp(25px,2.5vw,35px);line-height:.98}.ds-journal-post-card p{margin:14px 0 0;font-size:13.5px;line-height:1.67}.ds-journal-link{width:fit-content;color:var(--journal-pink);align-items:center;gap:9px;margin-top:auto;padding-top:22px;font-size:12px;font-weight:950;text-decoration:none;display:inline-flex}.ds-journal-track-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.ds-journal-track-grid article{background:#ffffff0b;border:1px solid #ffffff17;border-radius:28px;min-height:240px;padding:22px}.ds-journal-track-grid h3{color:#fff;letter-spacing:-.055em;margin:24px 0 0;font-size:26px;line-height:1.03}.ds-journal-track-grid p{margin:10px 0 0;font-size:13.5px;line-height:1.66}.ds-journal-cms-grid{flex-wrap:wrap;gap:10px;display:flex}@media (width<=1180px){.ds-aboutstudio-hero,.ds-contactdesk-hero,.ds-journal-hero,.ds-aboutstudio-capability-card,.ds-contactdesk-intake-card,.ds-journal-cms-card,.ds-aboutstudio-final-card,.ds-contactdesk-final-card,.ds-journal-final-card,.ds-journal-slide{grid-template-columns:1fr}.ds-aboutstudio-hero-rail,.ds-aboutstudio-hero-copy,.ds-aboutstudio-identity-card,.ds-contactdesk-hero-copy,.ds-contactdesk-command-panel,.ds-journal-hero-copy,.ds-journal-feature-panel{min-height:auto}.ds-aboutstudio-hero-rail{flex-direction:row;align-items:center;gap:18px}.ds-aboutstudio-hero-rail span{writing-mode:initial;transform:none}.ds-aboutstudio-hero-rail i{width:1px;height:42px}.ds-aboutstudio-principle-card-1,.ds-aboutstudio-principle-card-2,.ds-aboutstudio-principle-card-3,.ds-aboutstudio-principle-card-4,.ds-aboutstudio-principle-card-5,.ds-aboutstudio-principle-card-6{grid-column:span 6}.ds-contactdesk-route-grid,.ds-contactdesk-social-grid,.ds-journal-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=860px){.ds-aboutstudio-section-head-split,.ds-contactdesk-section-head-split,.ds-journal-section-head-split,.ds-aboutstudio-standards-board,.ds-aboutstudio-timeline-grid,.ds-contactdesk-intake-grid,.ds-journal-track-grid,.ds-aboutstudio-principles-grid{grid-template-columns:1fr}.ds-aboutstudio-principle-card-1,.ds-aboutstudio-principle-card-2,.ds-aboutstudio-principle-card-3,.ds-aboutstudio-principle-card-4,.ds-aboutstudio-principle-card-5,.ds-aboutstudio-principle-card-6{grid-column:auto}.ds-contactdesk-route-grid,.ds-contactdesk-social-grid,.ds-journal-post-grid{grid-template-columns:1fr}.ds-journal-slider-controls{justify-content:center}}@media (width<=760px){.ds-aboutstudio-hero,.ds-aboutstudio-principles-section,.ds-aboutstudio-capability-section,.ds-aboutstudio-standards-section,.ds-aboutstudio-timeline-section,.ds-aboutstudio-final-section,.ds-contactdesk-hero,.ds-contactdesk-routes-section,.ds-contactdesk-intake-section,.ds-contactdesk-types-section,.ds-contactdesk-social-section,.ds-contactdesk-final-section,.ds-journal-hero,.ds-journal-slider-section,.ds-journal-grid-section,.ds-journal-tracks-section,.ds-journal-cms-section,.ds-journal-final-section{width:min(calc(100% - 24px), var(--ds-wide))}.ds-aboutstudio-hero-rail,.ds-aboutstudio-hero-copy,.ds-aboutstudio-identity-card,.ds-aboutstudio-principle-card,.ds-aboutstudio-capability-card,.ds-aboutstudio-standards-board,.ds-aboutstudio-timeline-shell,.ds-aboutstudio-final-card,.ds-contactdesk-hero-copy,.ds-contactdesk-command-panel,.ds-contactdesk-route-card,.ds-contactdesk-intake-card,.ds-contactdesk-social-shell,.ds-contactdesk-final-card,.ds-journal-hero-copy,.ds-journal-feature-panel,.ds-journal-slider-shell,.ds-journal-slide-copy,.ds-journal-slide-brief,.ds-journal-post-card,.ds-journal-tracks-shell,.ds-journal-cms-card,.ds-journal-final-card{border-radius:26px}.ds-aboutstudio-hero-copy,.ds-contactdesk-hero-copy,.ds-journal-hero-copy{padding:30px 22px}.ds-aboutstudio-hero-copy h1,.ds-contactdesk-hero-copy h1,.ds-journal-hero-copy h1{letter-spacing:-.08em;font-size:clamp(38px,12vw,56px)}.ds-aboutstudio-actions,.ds-aboutstudio-actions a,.ds-aboutstudio-final-actions,.ds-aboutstudio-final-actions a,.ds-contactdesk-actions,.ds-contactdesk-actions a,.ds-contactdesk-final-actions,.ds-contactdesk-final-actions a,.ds-journal-actions,.ds-journal-actions a,.ds-journal-final-actions,.ds-journal-final-actions a{width:100%}.ds-contactdesk-stat-row{grid-template-columns:1fr}.ds-journal-slide{padding:16px}}@media (prefers-reduced-motion:reduce){.ds-aboutstudio-principle-card,.ds-contactdesk-route-card,.ds-contactdesk-social-grid a,.ds-journal-slider-track,.ds-journal-post-card{transition:none}}.ds-header-nav{gap:3px}.ds-header-nav a{min-height:38px;padding:0 11px;font-size:15px;font-weight:800}@media (width<=1280px){.ds-header-nav a{padding:0 9px;font-size:14px}}@media (width<=980px){.ds-site-header{padding:10px 12px}.ds-header-shell{background:radial-gradient(circle at 12% 0,#155dfc33,#0000 36%),radial-gradient(circle at 92% 8%,#06b6d424,#0000 34%),linear-gradient(135deg,#ffffff1f,#ffffff0b),#050b18db;border-radius:28px;grid-template-columns:auto auto;gap:10px;min-height:64px;padding:8px 10px;box-shadow:0 18px 54px #0000005c,inset 0 1px #ffffff26}.ds-mobile-menu-btn{background:linear-gradient(135deg,#ffffff1f,#ffffff0b),#071426d1;border-color:#ffffff29;place-items:center;width:46px;height:46px;display:grid;box-shadow:0 12px 28px #00000047,inset 0 1px #ffffff24}.ds-mobile-menu-btn span{background:#fff}.ds-header-mobile-panel{overscroll-behavior:contain;max-height:calc(100dvh - 100px);inset:86px 12px auto;overflow-y:auto}.ds-header-mobile-card{background:radial-gradient(circle at 12% 0,#155dfc33,#0000 36%),radial-gradient(circle at 96% 0,#06b6d424,#0000 34%),linear-gradient(135deg,#ffffff1c,#ffffff0b),#050b18f5;border-color:#ffffff24;border-radius:28px;padding:16px;box-shadow:0 26px 80px #00000070,inset 0 1px #ffffff29}.ds-header-mobile-top{color:#dbeafec7}.ds-header-mobile-links{gap:9px}.ds-header-mobile-links a{color:#f8fbff;background:#ffffff0e;border:1px solid #ffffff17;border-radius:18px;justify-content:space-between;align-items:center;min-height:48px;padding:13px 14px;display:flex;box-shadow:inset 0 1px #ffffff0f}.ds-header-mobile-links a:after{content:"→";color:#06b6d4f2;font-weight:950}.ds-header-mobile-links a[aria-current=page]{background:linear-gradient(135deg,#155dfc42,#06b6d41f);border-color:#06b6d442}.ds-header-mobile-actions{grid-template-columns:1fr}.ds-header-mobile-actions a{background:var(--ds-gradient-main);min-height:48px;box-shadow:0 14px 36px #155dfc38}}@media (width<=760px){html,body{overflow-x:hidden}body:after{opacity:.26;background-size:34px 34px}.ds-site-header{padding:8px 10px}.ds-header-shell{border-radius:24px;min-height:62px}.ds-header-brand{min-width:174px;height:48px;padding:6px 12px 6px 9px}.ds-header-logo-full{width:168px;max-width:168px;max-height:44px}.ds-mobile-menu-btn{border-radius:16px;width:44px;height:44px}.ds-section,.ds-page-hero,.ds-lux-hero,.ds-footer,.ds-services-hero,.ds-products-showroom-hero,.ds-products-feature-section,.ds-products-directory-section,.ds-products-gallery-section,.ds-products-delivery-section,.ds-products-final-section,.ds-industries-sector-hero,.ds-industries-constellation-section,.ds-industries-slider-section,.ds-industries-matrix-section,.ds-industries-signals-section,.ds-industries-method-section,.ds-caseproof-hero,.ds-caseproof-feature-section,.ds-caseproof-dossier-section,.ds-caseproof-gallery-section,.ds-caseproof-evidence-section,.ds-caseproof-transform-section,.ds-caseproof-timeline-section,.ds-caseproof-final-section,.ds-aboutstudio-hero,.ds-aboutstudio-principles-section,.ds-aboutstudio-capability-section,.ds-aboutstudio-standards-section,.ds-aboutstudio-timeline-section,.ds-aboutstudio-final-section,.ds-contactdesk-hero,.ds-contactdesk-routes-section,.ds-contactdesk-intake-section,.ds-contactdesk-types-section,.ds-contactdesk-social-section,.ds-contactdesk-final-section,.ds-journal-hero,.ds-journal-slider-section,.ds-journal-grid-section,.ds-journal-tracks-section,.ds-journal-cms-section,.ds-journal-final-section{width:min(calc(100% - 24px), var(--ds-wide))}.ds-section{padding-top:58px;padding-bottom:58px}.ds-services-feature-section,.ds-services-directory-section,.ds-services-growth-section,.ds-services-delivery-section,.ds-products-feature-section,.ds-products-directory-section,.ds-products-gallery-section,.ds-products-delivery-section,.ds-products-final-section,.ds-industries-constellation-section,.ds-industries-slider-section,.ds-industries-matrix-section,.ds-industries-signals-section,.ds-industries-method-section,.ds-caseproof-feature-section,.ds-caseproof-dossier-section,.ds-caseproof-gallery-section,.ds-caseproof-evidence-section,.ds-caseproof-transform-section,.ds-caseproof-timeline-section,.ds-caseproof-final-section,.ds-aboutstudio-principles-section,.ds-aboutstudio-capability-section,.ds-aboutstudio-standards-section,.ds-aboutstudio-timeline-section,.ds-aboutstudio-final-section,.ds-contactdesk-routes-section,.ds-contactdesk-intake-section,.ds-contactdesk-types-section,.ds-contactdesk-social-section,.ds-contactdesk-final-section,.ds-journal-slider-section,.ds-journal-grid-section,.ds-journal-tracks-section,.ds-journal-cms-section,.ds-journal-final-section{padding-top:64px}.ds-eyebrow{white-space:normal;max-width:100%;padding:8px 10px;font-size:10px;line-height:1.2}.ds-section-head h2,.ds-section-head-split h2,.ds-services-section-head h2,.ds-products-section-head h2,.ds-industries-section-head h2,.ds-caseproof-section-head h2,.ds-aboutstudio-section-head h2,.ds-contactdesk-section-head h2,.ds-journal-section-head h2{letter-spacing:-.065em;font-size:clamp(29px,9.5vw,42px);line-height:.98}.ds-section-head p,.ds-section-head-split p,.ds-services-section-head p,.ds-products-section-head p,.ds-industries-section-head p,.ds-caseproof-section-head p,.ds-aboutstudio-section-head p,.ds-contactdesk-section-head p,.ds-journal-section-head p{font-size:14px;line-height:1.68}.ds-primary-btn,.ds-secondary-btn,.ds-large-btn{text-align:center;justify-content:center;min-height:50px;padding-inline:16px;font-size:13px;line-height:1.2}.ds-hero-actions,.ds-services-hero-actions,.ds-products-hero-actions,.ds-industries-hero-actions,.ds-caseproof-hero-actions,.ds-aboutstudio-actions,.ds-contactdesk-actions,.ds-journal-actions,.ds-final-cta-actions,.ds-products-final-actions,.ds-caseproof-final-actions,.ds-aboutstudio-final-actions,.ds-contactdesk-final-actions,.ds-journal-final-actions{flex-direction:column;gap:10px;width:100%}.ds-hero-actions a,.ds-services-hero-actions a,.ds-products-hero-actions a,.ds-industries-hero-actions a,.ds-caseproof-hero-actions a,.ds-aboutstudio-actions a,.ds-contactdesk-actions a,.ds-journal-actions a,.ds-final-cta-actions a,.ds-products-final-actions a,.ds-caseproof-final-actions a,.ds-aboutstudio-final-actions a,.ds-contactdesk-final-actions a,.ds-journal-final-actions a{width:100%}.ds-lux-hero,.ds-services-hero,.ds-products-showroom-hero,.ds-industries-sector-hero,.ds-caseproof-hero,.ds-aboutstudio-hero,.ds-contactdesk-hero,.ds-journal-hero{margin-top:16px}.ds-hero-copy h1,.ds-services-hero-copy h1,.ds-products-hero-copy h1,.ds-industries-hero-copy h1,.ds-caseproof-hero-copy h1,.ds-aboutstudio-hero-copy h1,.ds-contactdesk-hero-copy h1,.ds-journal-hero-copy h1{letter-spacing:-.078em;overflow-wrap:anywhere;font-size:clamp(36px,11.5vw,54px);line-height:.92}.ds-hero-copy>p,.ds-services-hero-copy>p,.ds-products-hero-copy>p,.ds-industries-hero-copy>p,.ds-caseproof-hero-copy>p,.ds-aboutstudio-hero-copy>p,.ds-contactdesk-hero-copy>p,.ds-journal-hero-copy>p{font-size:15px;line-height:1.68}.ds-lux-hero,.ds-services-hero-copy,.ds-products-hero-copy,.ds-products-hero-console,.ds-industries-hero-copy,.ds-industries-map-panel,.ds-caseproof-hero-copy,.ds-caseproof-hero-board,.ds-aboutstudio-hero-copy,.ds-aboutstudio-identity-card,.ds-contactdesk-hero-copy,.ds-contactdesk-command-panel,.ds-journal-hero-copy,.ds-journal-feature-panel{border-radius:26px;padding:24px 18px}.ds-products-console-shot,.ds-products-card-preview,.ds-products-feature-preview,.ds-products-gallery-screen,.ds-caseproof-board-shot,.ds-caseproof-shot-frame{min-height:auto;padding:10px}.ds-products-console-shot img,.ds-products-card-preview img,.ds-products-feature-preview img,.ds-products-gallery-screen img,.ds-caseproof-board-shot img,.ds-caseproof-shot-frame img{object-fit:contain;border-radius:18px;width:100%;height:auto;max-height:360px}.ds-products-directory-card,.ds-products-gallery-card,.ds-products-delivery-layout,.ds-products-final-card,.ds-industries-sector-card,.ds-caseproof-case-card,.ds-caseproof-feature-card,.ds-caseproof-dossier-shell,.ds-caseproof-evidence-shell,.ds-caseproof-transform-card,.ds-caseproof-final-card,.ds-aboutstudio-principle-card,.ds-aboutstudio-capability-card,.ds-aboutstudio-standards-board,.ds-aboutstudio-timeline-shell,.ds-aboutstudio-final-card,.ds-contactdesk-route-card,.ds-contactdesk-intake-card,.ds-contactdesk-social-shell,.ds-contactdesk-final-card,.ds-journal-slider-shell,.ds-journal-post-card,.ds-journal-tracks-shell,.ds-journal-cms-card,.ds-journal-final-card{border-radius:26px}.ds-products-directory-card,.ds-industries-sector-card,.ds-caseproof-case-card,.ds-journal-post-card,.ds-contactdesk-route-card,.ds-aboutstudio-principle-card{min-height:auto;padding:22px}.ds-industries-map-panel{min-height:390px}.ds-industries-sector-map{transform-origin:50%;transform:scale(.92)}.ds-industries-matrix-board{overflow:visible}.ds-industries-matrix-header{display:none}.ds-industries-matrix-row{grid-template-columns:1fr;gap:10px;min-width:0;padding:16px;display:grid}.ds-industries-matrix-row strong,.ds-industries-matrix-row span{width:100%}.ds-industries-matrix-row span{padding-top:20px;position:relative}.ds-industries-matrix-row span:before{color:#ffffff80;letter-spacing:.12em;text-transform:uppercase;font-size:9px;font-weight:950;position:absolute;top:0;left:0}.ds-industries-matrix-row span:first-of-type:before{content:"Core systems"}.ds-industries-matrix-row span:nth-of-type(2):before{content:"Digital support"}.ds-industries-matrix-row span:nth-of-type(3):before{content:"Management value"}.ds-caseproof-proof-columns article,.ds-caseproof-timeline article,.ds-aboutstudio-timeline-grid article,.ds-contactdesk-intake-grid article,.ds-journal-track-grid article{min-height:auto}.ds-footer-links-grid,.ds-footer-bottom{text-align:left}.ds-floating-whatsapp{border-radius:999px;min-height:54px;padding:7px;bottom:12px;right:12px}}@media (width<=420px){.ds-header-brand{min-width:158px}.ds-header-logo-full{width:154px;max-width:154px}.ds-mobile-menu-btn{width:42px;height:42px}.ds-hero-copy h1,.ds-services-hero-copy h1,.ds-products-hero-copy h1,.ds-industries-hero-copy h1,.ds-caseproof-hero-copy h1,.ds-aboutstudio-hero-copy h1,.ds-contactdesk-hero-copy h1,.ds-journal-hero-copy h1{font-size:clamp(34px,11vw,46px)}.ds-products-console-shot img,.ds-products-card-preview img,.ds-products-feature-preview img,.ds-products-gallery-screen img,.ds-caseproof-board-shot img,.ds-caseproof-shot-frame img{max-height:300px}}@media (width<=980px){.ds-site-header{z-index:9999!important;width:100%!important;padding:8px 10px!important;position:fixed!important;top:0!important;left:0!important;right:0!important}.ds-site-header:before{backdrop-filter:blur(24px);opacity:1!important;background:linear-gradient(#050b18f5,#050b18c7)!important}.ds-header-shell{border-radius:24px!important;min-height:62px!important}body{padding-top:82px!important}.ds-header-mobile-panel{z-index:9998!important;max-height:calc(100dvh - 96px)!important;position:fixed!important;top:82px!important;left:10px!important;right:10px!important;overflow-y:auto!important}}@media (width<=760px){.ds-page-products .ds-products-feature-section{margin-bottom:0!important;padding-top:46px!important;padding-bottom:0!important}.ds-page-products .ds-products-feature-section .ds-products-section-head{margin-bottom:20px!important}.ds-page-products .ds-products-feature-slider{border-radius:26px!important;height:auto!important;min-height:0!important;margin-bottom:0!important}.ds-page-products .ds-products-feature-window{height:auto!important;min-height:0!important;overflow:hidden!important}.ds-page-products .ds-products-feature-track{align-items:flex-start!important;height:auto!important;min-height:0!important}.ds-page-products .ds-products-feature-slide{grid-template-columns:1fr!important;align-items:start!important;gap:14px!important;height:auto!important;min-height:0!important;padding:14px!important}.ds-page-products .ds-products-feature-copy{border-radius:22px!important;justify-content:flex-start!important;height:auto!important;min-height:0!important;padding:20px!important}.ds-page-products .ds-products-feature-copy h3{margin-top:18px!important;font-size:clamp(28px,8.6vw,40px)!important;line-height:.98!important}.ds-page-products .ds-products-feature-copy p{margin-top:12px!important;font-size:13.5px!important;line-height:1.62!important}.ds-page-products .ds-products-feature-tags{gap:6px!important;margin-top:14px!important}.ds-page-products .ds-products-feature-tags span{padding:6px 8px!important;font-size:9.5px!important}.ds-page-products .ds-products-text-link{margin-top:16px!important}.ds-page-products .ds-products-feature-preview{height:auto!important;min-height:0!important;padding:0!important}.ds-page-products .ds-products-interface-frame,.ds-page-products .ds-products-interface-frame-large{border-radius:22px!important;height:auto!important;min-height:0!important;padding:10px!important}.ds-page-products .ds-products-frame-bar{height:24px!important;margin-bottom:8px!important}.ds-page-products .ds-products-frame-bar strong{text-overflow:ellipsis!important;white-space:nowrap!important;max-width:210px!important;font-size:11px!important;overflow:hidden!important}.ds-page-products .ds-products-interface-frame img{aspect-ratio:16/9!important;object-fit:contain!important;object-position:center!important;border-radius:16px!important;width:100%!important;height:auto!important;min-height:0!important;max-height:230px!important}.ds-page-products .ds-products-mock-screen{border-radius:18px!important;height:auto!important;min-height:240px!important;padding:16px!important}.ds-page-products .ds-products-slider-controls{justify-content:center!important;margin:0!important;padding:10px 12px 16px!important}.ds-page-products .ds-products-slider-controls button{width:48px!important;height:48px!important}.ds-page-products .ds-products-directory-section{margin-top:0!important;padding-top:44px!important}.ds-page-products .ds-products-gallery-section,.ds-page-products .ds-products-delivery-section,.ds-page-products .ds-products-final-section{padding-top:58px!important}.ds-page-products .ds-reveal-ready{opacity:1!important;transition:none!important;transform:none!important}}@media (width<=420px){body{padding-top:78px!important}.ds-site-header{padding:7px 8px!important}.ds-header-shell{border-radius:22px!important;min-height:58px!important}.ds-header-mobile-panel{top:78px!important;left:8px!important;right:8px!important}.ds-page-products .ds-products-interface-frame img{max-height:205px!important}.ds-page-products .ds-products-feature-slide{padding:12px!important}}
