.header{position:fixed;top:24px;left:0;right:0;z-index:1000;width:calc(100% - 80px);max-width:1440px;height:78px;margin:0 auto;padding:14px 28px;border-radius:24px;background:#ffffffb8;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.6);box-shadow:0 8px 32px #0000000f;display:flex;align-items:center;justify-content:space-between;transition:background .3s ease,backdrop-filter .3s ease,-webkit-backdrop-filter .3s ease,box-shadow .3s ease}.header.scrolled{background:#ffffffeb;backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);box-shadow:0 8px 32px #0000001a}.h-logo{display:flex;align-items:center;gap:14px;text-decoration:none;flex-shrink:0;transition:opacity .3s ease}.h-logo:hover{opacity:.82}.h-logo:focus-visible{outline:2px solid #006B5E;outline-offset:4px;border-radius:6px}.h-logo img{height:42px;width:auto;border-radius:10px}.h-logo-txt{display:flex;flex-direction:column}.h-logo-name{font-family:Outfit,sans-serif;font-size:22px;font-weight:700;letter-spacing:-.03em;color:#0f172a;line-height:1.2}.h-logo-sub{font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#64748b;line-height:1.3;letter-spacing:.005em}.h-nav{display:flex;align-items:center;gap:36px}.nav-item{position:static}.nav-link{font-family:Inter,sans-serif;font-size:15px;font-weight:500;color:#334155;text-decoration:none;display:flex;align-items:center;gap:4px;padding:8px 0;position:relative;transition:color .25s ease}.nav-link:hover,.nav-item.mega-open>.nav-link{color:#006b5e}.nav-link:focus-visible{outline:2px solid #006B5E;outline-offset:4px;border-radius:4px}.nav-link:after{content:"";position:absolute;bottom:-2px;left:50%;width:24px;height:2px;border-radius:999px;background:#006b5e;transform:translate(-50%) scaleX(0);transition:transform .25s ease}.nav-item:hover>.nav-link:after,.nav-item.mega-open>.nav-link:after{transform:translate(-50%) scaleX(1)}.nav-chev{width:12px;height:12px;opacity:.45;transition:transform .25s ease,opacity .25s ease;flex-shrink:0}.nav-item:hover .nav-chev,.nav-item.mega-open .nav-chev{transform:rotate(180deg);opacity:.8}.mega-menu{position:absolute;top:calc(100% + 14px);left:50%;transform:translate(-50%) translateY(6px);width:980px;background:#fff;border-radius:24px;padding:40px;box-shadow:0 20px 60px #00000014;border:1px solid rgba(0,0,0,.04);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease-out,transform .2s ease-out,visibility .2s ease-out}.mega-menu:before{content:"";position:absolute;top:-22px;left:-20px;right:-20px;height:26px}.nav-item.mega-open>.mega-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0)}.mega-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1.3fr;gap:0 36px}.mega-grid--cols-3{grid-template-columns:1fr 1fr 1.3fr}.mega-menu--cols-3{width:760px}.mega-col-title{font-family:Inter,sans-serif;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;margin-bottom:18px}.mega-col-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.mega-link{display:block;padding:9px 12px;border-radius:10px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#334155;text-decoration:none;transition:background .15s ease,color .15s ease}.mega-link:hover{background:#f8fafc;color:#006b5e}.mega-link:focus-visible{outline:2px solid #006B5E;outline-offset:2px;border-radius:10px}.mega-featured{padding-left:36px;border-left:1px solid #F1F5F9}.mega-highlight{background:#f8fafc;border-radius:16px;padding:24px;height:100%;display:flex;flex-direction:column}.mega-highlight-title{font-family:Inter,sans-serif;font-size:15px;font-weight:600;color:#0f172a;margin-bottom:8px;line-height:1.35}.mega-highlight-desc{font-family:Inter,sans-serif;font-size:13px;font-weight:400;color:#64748b;line-height:1.55;margin-bottom:20px;flex:1}.mega-cta{display:inline-flex;align-items:center;gap:6px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;color:#006b5e;text-decoration:none;transition:gap .2s ease}.mega-cta:hover{gap:10px}.mega-cta:focus-visible{outline:2px solid #006B5E;outline-offset:4px;border-radius:4px}.mega-product-card{border-radius:16px;overflow:hidden;border:1px solid #F1F5F9;height:100%;display:flex;flex-direction:column}.mega-product-img{height:130px;background-size:cover;background-position:center;background-color:#f0fdf4}.mega-product-body{padding:18px;flex:1;display:flex;flex-direction:column}.mega-product-title{font-family:Inter,sans-serif;font-size:14px;font-weight:600;color:#0f172a;margin-bottom:4px}.mega-product-desc{font-family:Inter,sans-serif;font-size:12px;color:#64748b;line-height:1.5;margin-bottom:14px;flex:1}.h-cta{display:flex;align-items:center;gap:12px;flex-shrink:0}.btn{font-family:Inter,sans-serif;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;white-space:nowrap;border:none;transition:all .25s ease}.btn:focus-visible{outline:2px solid #036123;outline-offset:2px}.btn--ghost{height:46px;padding:0 22px;border-radius:14px;background:#fffc;border:1px solid rgba(15,23,42,.08);color:#334155}.btn--ghost:hover{background:#fff;border-color:#0f172a1f}.btn--solid{height:46px;padding:0 24px;border-radius:14px;background:#0a5304;color:#fff}.btn--solid svg{transition:transform .25s ease}.btn--solid:hover{transform:translateY(-1px);box-shadow:0 8px 20px #006b5e2e}.btn--solid:hover svg{transform:translate(2px)}.btn--full{width:100%}.h-burger{display:none;width:44px;height:44px;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0;-webkit-tap-highlight-color:transparent}.h-burger:focus-visible{outline:2px solid #006B5E;outline-offset:2px;border-radius:8px}.burger-lines{width:24px;height:16px;display:flex;flex-direction:column;justify-content:space-between}.burger-lines span{display:block;width:100%;height:2px;background:#0f172a;border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:center}.h-burger.active .burger-lines span:nth-child(1){transform:translateY(7px) rotate(45deg)}.h-burger.active .burger-lines span:nth-child(2){opacity:0;transform:scaleX(0)}.h-burger.active .burger-lines span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mob-drawer{position:fixed;top:0;right:0;width:100%;height:100vh;height:100dvh;background:#fffffff2;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);z-index:1001;padding:28px;display:flex;flex-direction:column;transform:translate(100%);visibility:hidden;transition:transform .35s cubic-bezier(.4,0,.2,1),visibility .35s ease}.mob-drawer.open{transform:translate(0);visibility:visible}.mob-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}.mob-top .h-logo img{height:32px}.mob-top .h-logo-name{font-size:20px}.mob-close{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#334155;border-radius:12px;transition:background .2s ease}.mob-close:hover{background:#f1f5f9}.mob-close:focus-visible{outline:2px solid #006B5E;outline-offset:2px}.mob-nav{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px;flex:1;overflow-y:auto}.mob-link{display:flex;align-items:center;justify-content:space-between;font-family:Inter,sans-serif;font-size:22px;font-weight:600;color:#0f172a;text-decoration:none;padding:14px 0;border:none;background:none;width:100%;text-align:left;cursor:pointer;transition:color .25s ease;min-height:44px}.mob-link:hover{color:#006b5e}.mob-link:focus-visible{outline:2px solid #006B5E;outline-offset:4px;border-radius:4px}.mob-chev{width:16px;height:16px;opacity:.3;transition:transform .25s ease,opacity .25s ease}.mob-acc.open .mob-chev{transform:rotate(180deg);opacity:.6}.mob-sub{list-style:none;padding:0 0 8px 12px;margin:0;display:none;flex-direction:column;gap:2px}.mob-acc.open .mob-sub{display:flex}.mob-sub-link{display:block;font-family:Inter,sans-serif;font-size:16px;font-weight:500;color:#64748b;text-decoration:none;padding:10px 14px;border-radius:10px;transition:background .15s ease,color .15s ease;min-height:44px}.mob-sub-link:hover{background:#f8fafc;color:#006b5e}.mob-sub-link:focus-visible{outline:2px solid #006B5E;outline-offset:2px}.mob-bottom-cta{margin-top:auto;padding-top:28px;border-top:1px solid #F1F5F9;display:flex;flex-direction:column;gap:12px}.mob-bottom-cta .btn--solid,.mob-bottom-cta .btn--ghost{height:54px;border-radius:16px;font-size:16px}.h-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000014;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.h-overlay.active{opacity:1;visibility:visible}@media(max-width:1120px){.h-nav{gap:24px}.nav-link{font-size:14px}.mega-menu{width:840px;padding:32px}.mega-grid{gap:0 24px}}@media(max-width:1024px){.header{width:calc(100% - 40px);padding:12px 22px}.h-nav,.h-cta--desk{display:none}.h-burger{display:flex}}@media(max-width:767px){.header{width:calc(100% - 24px);margin:0 auto;height:64px;padding:10px 18px;border-radius:18px;background:#ffffffd1;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.5);box-shadow:0 8px 24px #0000000d;top:12px}.header.scrolled{background:#ffffffeb;box-shadow:0 8px 24px #00000014}.h-logo img{height:32px}.h-logo-name{font-size:18px}.h-logo-sub{font-size:10px}}@media(prefers-reduced-motion:reduce){.header,.mega-menu,.nav-link,.nav-link:after,.nav-chev,.btn,.btn--solid svg,.burger-lines span,.mob-drawer,.h-overlay,.h-logo,.mega-link,.mega-cta,.mob-close,.mob-chev{transition:none!important}}.footer-container{position:relative;width:100%;margin:0;background:#000;border-top:1px solid rgba(255,255,255,.08);border-radius:48px 48px 0 0;box-shadow:0 -10px 40px #0003;overflow:hidden;font-family:Inter,sans-serif;opacity:0;transform:translateY(20px);animation:footerFadeUp .8s cubic-bezier(.16,1,.3,1) forwards}@keyframes footerFadeUp{to{opacity:1;transform:translateY(0)}}.footer-orb{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;z-index:0;mix-blend-mode:screen}.footer-orb--1{top:-100px;left:-100px;width:400px;height:400px;background:#0a7d47;opacity:.12;animation:slowFloating 18s ease-in-out infinite alternate}.footer-orb--2{top:-120px;right:-100px;width:450px;height:450px;background:#006b5e;opacity:.1;animation:slowFloatingReverse 18s ease-in-out infinite alternate}@keyframes slowFloating{0%{transform:translate(0) scale(1)}50%{transform:translate(40px,30px) scale(1.1)}to{transform:translate(-20px,50px) scale(.95)}}@keyframes slowFloatingReverse{0%{transform:translate(0) scale(1)}50%{transform:translate(-30px,40px) scale(.95)}to{transform:translate(50px,-20px) scale(1.1)}}.footer-inner{position:relative;z-index:1;width:100%;max-width:1440px;margin:0 auto}.footer-top{display:flex;justify-content:space-between;gap:120px;padding:60px 60px 40px}.footer-brand{width:40%;display:flex;flex-direction:column}.f-logo{display:flex;align-items:center;gap:14px;text-decoration:none}.f-logo img{height:52px;width:auto;border-radius:12px}.f-logo-name{font-family:Outfit,sans-serif;font-size:28px;font-weight:700;letter-spacing:-.04em;color:#fff}.f-tagline{font-size:18px;font-weight:500;line-height:1.8;color:#94a3b8;max-width:480px;margin-top:18px}.f-socials{display:flex;gap:14px;margin-top:32px}.f-social-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#94a3b8;text-decoration:none;transition:background .25s ease,color .25s ease,transform .25s ease}.f-social-btn svg{width:20px;height:20px;fill:currentColor;transition:transform .25s ease}.f-social-btn:hover{background:#008f7d;color:#fff;border-color:#008f7d;transform:scale(1.08)}.footer-nav-grid{display:grid;grid-template-columns:repeat(3,1fr);column-gap:80px;flex:1}.footer-nav-col{display:flex;flex-direction:column}.f-nav-title{font-family:Outfit,sans-serif;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#fff;margin-bottom:20px}.f-nav-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.f-nav-links a{display:inline-block;font-size:15px;font-weight:500;color:#94a3b8;text-decoration:none;transition:color .25s ease,transform .25s ease}.f-nav-links a:hover{color:#008f7d;transform:translate(4px)}.f-nav-links a:focus-visible{outline:2px solid #006B5E;outline-offset:4px;border-radius:4px}.footer-newsletter{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:40px 60px;margin:0 60px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:24px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.f-news-text{max-width:480px}.f-news-title{font-family:Outfit,sans-serif;font-size:20px;font-weight:600;color:#fff;margin-bottom:6px}.f-news-desc{font-size:14px;color:#94a3b8;line-height:1.5}.f-news-form{display:flex;align-items:center;width:100%;max-width:460px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:6px 8px 6px 6px;transition:border-color .2s ease,box-shadow .2s ease}.f-news-form:focus-within{border-color:#008f7d;box-shadow:0 0 0 4px #008f7d26}.f-news-input{flex:1;height:48px;padding:0 16px;background:transparent;border:none;font-family:Inter,sans-serif;font-size:15px;color:#fff;outline:none}.f-news-input::placeholder{color:#64748b}.f-news-input:focus{outline:none;border:none;box-shadow:none}.f-news-btn{height:48px;padding:0 24px;border-radius:12px;background:#006b5e;color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:600;border:none;cursor:pointer;transition:all .25s ease;white-space:nowrap}.f-news-btn:hover{background:#008f7d}.f-news-btn:focus-visible{outline:2px solid #008F7D;outline-offset:2px}.footer-divider{height:1px;background:#ffffff14;margin:40px 60px 0}.footer-bottom{height:90px;padding:0 60px;display:flex;align-items:center;justify-content:space-between}.f-copyright{font-size:14px;font-weight:500;color:#64748b}.f-bottom-links{display:flex;gap:24px}.f-bottom-links a{font-size:14px;font-weight:500;color:#64748b;text-decoration:none;transition:color .2s ease}.f-bottom-links a:hover{color:#008f7d}.f-bottom-links a:focus-visible{outline:2px solid #008F7D;outline-offset:4px;border-radius:4px}.f-more-menu-wrapper{position:relative;display:inline-flex;align-items:center}.f-more-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#94a3b8;cursor:pointer;padding:0;margin-left:8px;transition:background .25s ease,border-color .25s ease,color .25s ease,transform .25s ease}.f-more-btn:hover,.f-more-btn.active{background:#ffffff1f;color:#fff;border-color:#ffffff40}.f-more-btn svg{width:16px;height:16px;fill:currentColor;transition:transform .25s ease}.f-more-btn.active svg{transform:rotate(90deg)}.f-more-dropdown{position:absolute;bottom:calc(100% + 12px);right:0;width:250px;background:#0a0a0ad9;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:8px;box-shadow:0 10px 40px #0006;display:flex;flex-direction:column;gap:2px;z-index:100;opacity:0;visibility:hidden;transform:scale(.92) translateY(12px);transform-origin:bottom right;transition:opacity .28s cubic-bezier(.16,1,.3,1),transform .28s cubic-bezier(.16,1,.3,1),visibility .28s ease}.f-more-dropdown.show{opacity:1;visibility:visible;transform:scale(1) translateY(0)}.f-more-dropdown a{display:block;padding:10px 14px;border-radius:10px;font-size:13px;font-weight:500;color:#94a3b8;text-align:left;text-decoration:none;white-space:nowrap;transition:background .2s ease,color .2s ease}.f-more-dropdown a:hover{background:#ffffff0f;color:#fff}@media(max-width:1024px){.footer-top{gap:60px}.footer-brand{width:45%}}@media(max-width:768px){.footer-container{width:100%;margin:0;border-radius:32px 32px 0 0}.footer-top{flex-direction:column;gap:48px;padding:48px 24px}.footer-brand{width:100%;align-items:flex-start}.f-logo img{height:40px;border-radius:8px}.f-logo-name{font-size:24px}.f-tagline{font-size:15px;margin-top:12px;line-height:1.6}.f-socials{margin-top:24px;gap:12px}.f-social-btn{width:42px;height:42px}.f-social-btn svg{width:18px;height:18px}.footer-nav-grid{grid-template-columns:repeat(2,1fr);gap:36px 24px}.f-nav-title{margin-bottom:16px;font-size:12px}.f-nav-links{gap:10px}.f-nav-links a{font-size:14px}.footer-newsletter{flex-direction:column;align-items:stretch;gap:20px;padding:40px 24px;margin:0;border-radius:0;border-left:none;border-right:none;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);background:#ffffff05}.f-news-title{font-size:18px}.f-news-desc{font-size:13px;line-height:1.5}.f-news-form{flex-direction:row;max-width:100%;gap:6px;padding:4px 6px 4px 4px;border-radius:14px}.f-news-input{height:40px;padding:0 12px;font-size:14px}.f-news-btn{height:40px;padding:0 16px;font-size:13px;border-radius:10px}.footer-divider{display:none}.footer-bottom{flex-direction:column-reverse;height:auto;padding:32px 24px;gap:20px;text-align:center}.f-copyright{font-size:13px}.f-bottom-links{justify-content:center;gap:20px}.f-bottom-links a{font-size:13px}.f-more-dropdown{right:50%;transform:scale(.92) translate(50%,12px);transform-origin:bottom center}.f-more-dropdown.show{transform:scale(1) translate(50%)}}@media(prefers-reduced-motion:reduce){.footer-container{animation:none!important;transform:none!important;opacity:1!important}.footer-orb{animation:none!important}.f-nav-links a,.f-social-btn,.f-news-btn{transition:none!important;transform:none!important}}body{background:#fff;-webkit-font-smoothing:antialiased;color:#0f172a}.ras-wrapper{font-family:Inter,sans-serif;overflow-x:hidden}.ras-title-display{font-family:Space Grotesk,sans-serif;letter-spacing:-.03em;font-weight:700}@keyframes revealUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseGlow{0%{box-shadow:0 0 #006b5e66}70%{box-shadow:0 0 0 20px #006b5e00}to{box-shadow:0 0 #006b5e00}}@keyframes lineFlow{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}.reveal-on-load{animation:revealUp 1.2s cubic-bezier(.16,1,.3,1) forwards}.dt-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;background-color:#020617;background-image:url(/assets/ras_hero_mobile-C2txRF2M.webp);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;padding:120px 20px;overflow:hidden}@media(min-width:769px){.dt-hero{background-image:url(/assets/ras-hero-bQcZ1Gn7.webp)}}.dt-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#02061766,#020617e6),linear-gradient(45deg,rgba(0,107,94,.2) 0%,transparent 40%),linear-gradient(-45deg,rgba(14,165,233,.2) 0%,transparent 40%);z-index:1}.dt-hero:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:50px 50px;z-index:1;transform:perspective(500px) rotateX(60deg) scale(2);transform-origin:bottom center}.dt-hero-content{position:relative;z-index:10;max-width:1000px}.dt-label{font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:#38bdf8;margin-bottom:30px;display:block}.dt-hero-title{font-size:clamp(48px,6vw,96px);line-height:1;margin-bottom:24px;background:linear-gradient(to bottom right,#fff,#94a3b8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.dt-hero-sub{font-size:clamp(20px,2.5vw,32px);font-weight:300;color:#e2e8f0;margin-bottom:32px}.dt-hero-desc{font-size:18px;line-height:1.6;color:#94a3b8;max-width:700px;margin:0 auto 48px}.dt-btn-group{display:flex;gap:16px;justify-content:center}.dt-btn{padding:18px 40px;border-radius:999px;font-weight:500;font-size:15px;transition:all .4s cubic-bezier(.16,1,.3,1);text-transform:uppercase;letter-spacing:.05em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dt-btn-primary{background:#fff;color:#000}.dt-btn-primary:hover{transform:scale(1.05);box-shadow:0 20px 40px #fff3}.dt-btn-glass{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff}.dt-btn-glass:hover{background:#ffffff1a;border-color:#fff3}.dt-section{padding:140px 5%;max-width:1600px;margin:0 auto}.dt-section-title{font-size:clamp(36px,4vw,56px);letter-spacing:-.02em;margin-bottom:80px;color:#0f172a}.dt-section-title.center{text-align:center}.dt-challenge-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}.dt-stat-card{border-left:2px solid #e2e8f0;padding-left:32px}.dt-stat-val{font-size:48px;font-family:Space Grotesk,sans-serif;font-weight:700;color:#006b5e;margin-bottom:16px;line-height:1}.dt-stat-title{font-size:20px;font-weight:600;margin-bottom:12px;color:#0f172a}.dt-stat-desc{font-size:16px;color:#64748b;line-height:1.7}.dt-ecosystem-canvas{background:#f8fafc;border-radius:40px;padding:100px 50px;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #00000008}.dt-eco-node{background:#fff;border:1px solid rgba(0,0,0,.05);box-shadow:0 20px 40px #0000000a;border-radius:20px;padding:24px 48px;font-family:Space Grotesk,sans-serif;font-weight:600;font-size:20px;color:#0f172a;position:relative;z-index:2;margin:20px 0;transition:transform .4s ease}.dt-eco-node:hover{transform:translateY(-5px) scale(1.02)}.dt-eco-node.accent{background:#006b5e;color:#fff}.dt-eco-path{stroke-dasharray:1000;stroke-dashoffset:1000;animation:lineFlow 4s linear infinite forwards}.dt-panels{display:flex;flex-direction:column;gap:16px}.dt-panel{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:40px;display:grid;grid-template-columns:300px 1fr;gap:40px;align-items:center;transition:all .5s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 6px #00000005}.dt-panel:hover{transform:translate(10px);box-shadow:0 30px 60px #00000014;border-color:#cbd5e1}.dt-panel-title{font-size:28px;font-family:Space Grotesk,sans-serif;font-weight:700;color:#0f172a}.dt-panel-desc{font-size:18px;color:#475569;line-height:1.6}@media(max-width:768px){.dt-panel{grid-template-columns:1fr;gap:16px}}.dt-intelligence{background:#020617;color:#fff;border-radius:40px;padding:140px 5%}.dt-int-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}.dt-int-module{background:#ffffff08;border:1px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:32px;padding:48px 32px;transition:all .5s cubic-bezier(.16,1,.3,1)}.dt-int-module:hover{background:#ffffff14;transform:translateY(-10px);box-shadow:0 30px 60px #0000004d}.dt-int-module h3{font-size:24px;font-family:Space Grotesk,sans-serif;margin-bottom:24px;color:#38bdf8}.dt-int-list{list-style:none;padding:0}.dt-int-list li{font-size:16px;color:#94a3b8;margin-bottom:12px;display:flex;align-items:center;gap:12px}.dt-int-list li:before{content:"";width:6px;height:6px;background:#38bdf8;border-radius:50%}.dt-dash-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.dt-dash-card{background:#f0fdfa;border-radius:32px;padding:60px;display:flex;flex-direction:column;justify-content:space-between;min-height:300px;box-shadow:0 20px 40px #00000008}.dt-dash-card.dark{background:#eff6ff}.dt-dash-val{font-size:80px;font-family:Space Grotesk,sans-serif;font-weight:700;color:#006b5e;line-height:1}.dt-dash-card.dark .dt-dash-val{color:#2563eb}.dt-dash-label{font-size:24px;font-weight:600;color:#0f172a}@media(max-width:768px){.dt-dash-grid{grid-template-columns:1fr}}.dt-app-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px}.dt-app-card{background:#fff;border-radius:32px;padding:50px;box-shadow:0 10px 30px #0000000d;border:1px solid #f1f5f9;transition:transform .5s ease}.dt-app-card:hover{transform:translateY(-8px);box-shadow:0 40px 80px #00000014}.dt-app-card h3{font-size:28px;font-family:Space Grotesk,sans-serif;margin-bottom:24px;color:#0f172a}.dt-stack{display:flex;flex-direction:column;gap:16px;align-items:center}.dt-layer{width:100%;max-width:800px;background:#f8fafc;border:1px solid #e2e8f0;padding:24px 40px;border-radius:20px;display:flex;justify-content:space-between;align-items:center;font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:600;color:#334155;transition:all .3s}.dt-layer:hover{background:#006b5e;color:#fff;border-color:#006b5e;transform:scale(1.02)}.dt-layer-num{font-size:14px;text-transform:uppercase;letter-spacing:.1em;opacity:.6}.dt-research-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.dt-research-card{padding:40px 32px;background:#fff;border-top:4px solid #006B5E;box-shadow:0 20px 40px #0000000a;border-radius:0 0 24px 24px}.dt-research-card h3{font-size:20px;font-weight:600;margin-bottom:16px}@media(max-width:1024px){.dt-research-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.dt-research-grid{grid-template-columns:1fr}}.dt-faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.dt-faq-card{background:#f8fafc;padding:40px;border-radius:24px}.dt-faq-card h4{font-size:22px;font-weight:600;margin-bottom:20px;color:#0f172a}.dt-faq-card p{font-size:16px;color:#475569;line-height:1.7}@media(max-width:768px){.dt-faq-grid{grid-template-columns:1fr}}.dt-statement{padding:200px 5%;text-align:center}.dt-statement h2{font-family:Space Grotesk,sans-serif;font-size:clamp(36px,5vw,64px);line-height:1.2;letter-spacing:-.02em;color:#0f172a;max-width:1200px;margin:0 auto}.dt-cta-section{padding:0 5% 100px}.dt-cta-box{background:#020617;color:#fff;border-radius:40px;padding:100px 5%;text-align:center;position:relative;overflow:hidden}.dt-cta-box:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at center,rgba(0,107,94,.2) 0%,transparent 60%);z-index:0;pointer-events:none}.dt-cta-box>*{position:relative;z-index:1}.dt-cta-box h2{font-size:clamp(40px,5vw,64px);font-family:Space Grotesk,sans-serif;margin-bottom:24px}.dt-cta-box p{font-size:20px;color:#94a3b8;max-width:800px;margin:0 auto 48px}@media(max-width:1024px){.dt-section{padding:90px 24px}.dt-section-title{margin-bottom:48px}.dt-dash-card{padding:40px;min-height:240px}.dt-dash-val{font-size:64px}}@media(max-width:768px){.dt-hero{padding:110px 20px 60px;min-height:85vh}.dt-hero-title{font-size:38px;line-height:1.15;margin-bottom:16px}.dt-hero-title br{display:none}.dt-hero-sub{font-size:18px;line-height:1.4;margin-bottom:20px}.dt-hero-desc{font-size:15px;line-height:1.6;margin-bottom:32px}.dt-btn-group{flex-direction:column;width:100%;gap:12px}.dt-btn{width:100%;text-align:center;padding:14px 24px;font-size:14px}#challenge-scroll-wrapper{height:auto!important;position:relative!important;padding:60px 20px 80px!important}#challenge-scroll-wrapper .sticky{position:relative!important;height:auto!important;padding-top:0!important;justify-content:flex-start!important}#challenge-scroll-wrapper h2{margin-bottom:32px!important;font-size:28px!important}.dt-challenge-grid{display:flex!important;flex-direction:column!important;gap:20px!important;perspective:none!important;padding:0!important}.dt-stat-card{opacity:1!important;transform:none!important;will-change:auto!important;margin-bottom:0!important;padding:32px 24px!important;border-radius:20px!important;width:100%!important}.dt-stat-val{font-size:14px!important;letter-spacing:.1em!important}.dt-stat-title{font-size:18px!important;margin-bottom:8px!important}.dt-stat-desc{font-size:14px!important;line-height:1.6!important}#engineering{padding:60px 20px!important;border-radius:28px!important}.dt-panels{gap:12px}.dt-panel{grid-template-columns:1fr;gap:12px;padding:24px 20px;border-radius:16px}.dt-panel-title{font-size:20px}.dt-panel-desc{font-size:14px;line-height:1.6}.dt-intelligence{padding:60px 20px;border-radius:28px}.dt-intelligence h2{margin-bottom:36px!important;font-size:28px!important}.dt-int-grid{gap:16px}.dt-int-module{padding:28px 20px;border-radius:20px}.dt-int-module h3{font-size:20px;margin-bottom:16px}.dt-dash-grid{grid-template-columns:repeat(2,1fr);gap:14px}.dt-dash-card{padding:24px 16px;min-height:160px;border-radius:20px}.dt-dash-val{font-size:42px}.dt-dash-label{font-size:14px;line-height:1.3}.dt-app-grid{grid-template-columns:1fr;gap:16px}.dt-app-card{padding:28px 20px;border-radius:20px}.dt-app-card h3{font-size:22px;margin-bottom:12px}.dt-app-card p{font-size:14px}.dt-stack{gap:12px}.dt-layer{max-width:100%!important;padding:18px 20px;border-radius:14px;font-size:15px}.dt-layer-num{font-size:12px}.dt-research-card{padding:24px 20px;border-radius:0 0 16px 16px}.dt-research-card h3{font-size:18px;margin-bottom:8px}.dt-faq-card{padding:24px 20px;border-radius:16px}.dt-faq-card h4{font-size:18px;margin-bottom:12px}.dt-faq-card p{font-size:14px;line-height:1.6}.dt-statement{padding:80px 20px}.dt-statement h2{font-size:26px}.dt-cta-section{padding:0 16px 60px}.dt-cta-box{padding:48px 20px;border-radius:24px}.dt-cta-box h2{font-size:28px;margin-bottom:16px}.dt-cta-box p{font-size:15px;margin-bottom:32px}}@media(max-width:480px){.dt-hero-title{font-size:32px}.dt-dash-grid{grid-template-columns:repeat(2,1fr);gap:12px}.dt-dash-val{font-size:34px}.dt-dash-label{font-size:12px}}
