@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{font-family:Outfit,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#050505;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}html{scroll-behavior:smooth}*{box-sizing:border-box}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.preloader-container{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#050505;display:flex;justify-content:center;align-items:center;z-index:9999;overflow:hidden;color:#fff;font-family:Inter,sans-serif}.bg-grid{position:absolute;top:0;left:0;width:200%;height:200%;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;transform:perspective(500px) rotateX(60deg) translateY(-100px) translateZ(-200px);animation:gridMove 20s linear infinite;pointer-events:none;z-index:1}@keyframes gridMove{0%{transform:perspective(500px) rotateX(60deg) translateY(0) translateZ(-200px)}to{transform:perspective(500px) rotateX(60deg) translateY(1000px) translateZ(-200px)}}.scanner-line{position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,transparent,#00f2fe,#4facfe,transparent);opacity:.5;animation:scanDown 3s linear infinite;z-index:2;box-shadow:0 0 15px #00f2fe80}@keyframes scanDown{0%{top:-10%}to{top:110%}}.loader-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;gap:20px}.spinner-ring{width:80px;height:80px;border-radius:50%;border:2px solid rgba(255,255,255,.1);border-top-color:#4facfe;border-right-color:#00f2fe;animation:spin 1s infinite linear;position:relative;box-shadow:0 0 20px #4facfe4d}.ring-inner{position:absolute;inset:5px;border-radius:50%;border:2px solid transparent;border-bottom-color:#ff4d4d;animation:spinReverse 1.5s infinite linear}@keyframes spin{to{transform:rotate(360deg)}}@keyframes spinReverse{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.glitch-text{font-size:2.5rem;font-weight:800;letter-spacing:5px;position:relative;color:#fff;text-transform:uppercase;margin:0}.glitch-text:before,.glitch-text:after{content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%}.glitch-text:before{left:2px;text-shadow:-1px 0 #ff00c1;clip:rect(44px,450px,56px,0);animation:glitch-anim 5s infinite linear alternate-reverse}.glitch-text:after{left:-2px;text-shadow:-1px 0 #00fff9;clip:rect(44px,450px,56px,0);animation:glitch-anim2 5s infinite linear alternate-reverse}.loading-status{display:flex;align-items:center;gap:10px;font-size:.8rem;color:#888;letter-spacing:2px}.status-dot{width:8px;height:8px;background-color:#00f2fe;border-radius:50%;animation:pulse 1s infinite alternate;box-shadow:0 0 10px #00f2fe}@keyframes pulse{0%{opacity:.4;transform:scale(.8)}to{opacity:1;transform:scale(1.2)}}@keyframes glitch-anim{0%{clip:rect(33px,9999px,11px,0)}5%{clip:rect(89px,9999px,13px,0)}10%{clip:rect(76px,9999px,98px,0)}15%{clip:rect(4px,9999px,86px,0)}20%{clip:rect(59px,9999px,15px,0)}25%{clip:rect(6px,9999px,47px,0)}30%{clip:rect(66px,9999px,3px,0)}35%{clip:rect(27px,9999px,34px,0)}40%{clip:rect(10px,9999px,57px,0)}45%{clip:rect(56px,9999px,90px,0)}50%{clip:rect(98px,9999px,44px,0)}55%{clip:rect(26px,9999px,5px,0)}60%{clip:rect(31px,9999px,78px,0)}65%{clip:rect(56px,9999px,26px,0)}70%{clip:rect(11px,9999px,96px,0)}75%{clip:rect(85px,9999px,32px,0)}80%{clip:rect(4px,9999px,53px,0)}85%{clip:rect(99px,9999px,20px,0)}90%{clip:rect(44px,9999px,62px,0)}95%{clip:rect(24px,9999px,8px,0)}to{clip:rect(70px,9999px,51px,0)}}@keyframes glitch-anim2{0%{clip:rect(27px,9999px,15px,0)}5%{clip:rect(63px,9999px,72px,0)}10%{clip:rect(91px,9999px,5px,0)}15%{clip:rect(19px,9999px,44px,0)}20%{clip:rect(81px,9999px,88px,0)}25%{clip:rect(15px,9999px,3px,0)}30%{clip:rect(55px,9999px,62px,0)}35%{clip:rect(9px,9999px,92px,0)}40%{clip:rect(80px,9999px,17px,0)}45%{clip:rect(33px,9999px,49px,0)}50%{clip:rect(94px,9999px,60px,0)}55%{clip:rect(11px,9999px,32px,0)}60%{clip:rect(74px,9999px,85px,0)}65%{clip:rect(23px,9999px,57px,0)}70%{clip:rect(41px,9999px,11px,0)}75%{clip:rect(78px,9999px,80px,0)}80%{clip:rect(2px,9999px,94px,0)}85%{clip:rect(54px,9999px,30px,0)}90%{clip:rect(89px,9999px,49px,0)}95%{clip:rect(12px,9999px,74px,0)}to{clip:rect(61px,9999px,20px,0)}}.footer-section{background-color:#000;color:#fff;padding:80px 40px 30px;font-family:Outfit,sans-serif;position:relative;border-top:1px solid rgba(255,255,255,.05)}.footer-content{max-width:1400px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:60px;margin-bottom:60px}.brand-col{padding-right:40px}.footer-logo{display:flex;align-items:center;gap:15px;margin-bottom:25px}.logo-icon{color:#fff}.logo-text{font-family:Outfit,sans-serif;font-weight:700;font-size:1.5rem;line-height:1.1;letter-spacing:2px;color:#fff;text-transform:uppercase;display:flex;flex-direction:column}.footer-desc{color:#aaa;font-size:.95rem;line-height:1.6;max-width:300px}.footer-col h3{font-size:1.1rem;font-weight:600;margin-bottom:25px;color:#fff}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:15px}.footer-links li{font-size:.95rem;color:#aaa}.footer-links a{color:#aaa;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}.contact-links li{margin-bottom:5px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:30px;border-top:1px solid rgba(255,255,255,.1);font-size:.9rem;color:#888}.footer-bottom-links{display:flex;gap:30px}.footer-bottom-links a{color:#888;text-decoration:none;transition:color .3s}.footer-bottom-links a:hover{color:#fff}.scroll-top-btn{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:#000;border:1px solid rgba(255,77,77,.5);border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:100;box-shadow:0 0 15px #ff4d4d33}.scroll-top-btn:hover{background:#ff4d4d;border-color:#ff4d4d;transform:translateY(-5px);box-shadow:0 5px 20px #ff4d4d66}.logo-icon{filter:drop-shadow(0 0 5px rgba(255,255,255,.5))}@media(max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:40px}.brand-col{grid-column:1 / -1;padding-right:0;text-align:center;align-items:center;display:flex;flex-direction:column}.footer-desc{max-width:600px;text-align:center}}@media(max-width:600px){.footer-section{padding:60px 20px 30px}.footer-grid{grid-template-columns:1fr;gap:40px;text-align:left}.brand-col{text-align:left;align-items:flex-start}.footer-desc{text-align:left}.footer-bottom{flex-direction:column;gap:20px;text-align:center}.footer-bottom-links{flex-wrap:wrap;justify-content:center;gap:20px}.scroll-top-btn{bottom:20px;right:20px}}.expertise-section{padding:6rem 2rem;background-color:#050505;color:#fff}.expertise-header{text-align:center;margin-bottom:4rem}.expertise-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#fff}.header-underline{width:80px;height:4px;background:linear-gradient(90deg,#ef4444,#a855f7);margin:0 auto 1.5rem;border-radius:2px}.expertise-subtitle{color:#ffffffb3;font-size:1rem;max-width:600px;margin:0 auto}.expertise-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.expertise-card{background:transparent;position:relative;border-radius:12px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:flex-start;overflow:hidden;isolation:isolate}.expertise-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:conic-gradient(transparent,#ef4444,#a855f7,transparent 30%);animation:rotate-border 4s linear infinite;z-index:-2}.expertise-card:after{content:"";position:absolute;inset:1px;background:#0a0a0a;border-radius:11px;z-index:-1}@keyframes rotate-border{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.expertise-card:hover{box-shadow:0 0 20px #ef444433;transform:translateY(-5px)}.card-icon-box{width:40px;height:40px;background:#ffffff0d;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;position:relative;z-index:1}.expertise-card:hover .card-icon-box{background:#ef44441a;border-color:#ef44444d}.card-icon{display:flex;align-items:center;justify-content:center;color:#ef4444}.card-icon svg{width:24px;height:24px}.card-title{font-size:1.2rem;font-weight:700;margin-bottom:1rem;color:#fff;position:relative;z-index:1}.card-desc{color:#fff9;font-size:.9rem;line-height:1.6;position:relative;z-index:1}.sd-services-section{background:#050505;padding:5rem 2rem;border-top:1px solid rgba(255,255,255,.04)}.sd-services-inner{max-width:1100px;margin:0 auto}.sd-services-header{text-align:center;margin-bottom:3rem;max-width:720px;margin-left:auto;margin-right:auto}.sd-services-heading{font-size:2rem;font-weight:800;color:#fff;margin:0 0 1rem;letter-spacing:-.3px;line-height:1.25}.sd-services-subheading{font-size:.95rem;color:#ffffff80;line-height:1.7;margin:0}.sd-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.sd-service-card{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:2rem 1.5rem;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;opacity:0;transform:translateY(30px)}.sd-service-card--visible{opacity:1;transform:translateY(0);transition:transform .5s cubic-bezier(.4,0,.2,1),box-shadow .3s ease,border-color .3s ease,opacity .5s ease}.sd-service-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px #ef444414;border-color:#ef444426}.sd-service-card--visible:hover{transform:translateY(-6px)}.sd-service-icon-wrap{width:52px;height:52px;border-radius:12px;background:#ef444414;display:flex;align-items:center;justify-content:center;color:#ef4444;margin-bottom:1.2rem;flex-shrink:0}.sd-service-card-title{font-size:1.05rem;font-weight:700;color:#fff;margin:0 0 .6rem;line-height:1.3}.sd-service-card-summary{font-size:.85rem;color:#ffffff73;line-height:1.65;margin:0;flex-grow:1}.sd-service-learn-more{display:inline-flex;align-items:center;gap:.4rem;margin-top:1.2rem;padding:0;background:none;border:none;color:#ef4444;font-weight:600;font-size:.85rem;cursor:pointer;transition:color .2s,gap .2s}.sd-service-learn-more:hover{color:#f87171;gap:.7rem}.sd-learn-arrow{transition:transform .2s;font-size:1rem}.sd-service-learn-more:hover .sd-learn-arrow{transform:translate(2px)}@media(max-width:900px){.sd-services-grid{grid-template-columns:repeat(2,1fr)}.sd-services-heading{font-size:1.6rem}}@media(max-width:600px){.sd-services-section{padding:3rem 1rem}.sd-services-grid{grid-template-columns:1fr}.sd-services-heading{font-size:1.4rem}.sd-service-card{padding:1.5rem 1.2rem}}.sd-solutions-section{background:#0a0a0a;padding:5rem 2rem;border-top:1px solid rgba(255,255,255,.04)}.sd-solutions-inner{max-width:1100px;margin:0 auto}.sd-solutions-header{text-align:center;margin-bottom:3rem}.sd-solutions-heading{font-size:2rem;font-weight:800;color:#fff;margin:0;letter-spacing:-.3px}.sd-solutions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.sd-solution-card{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:2rem 1.5rem;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;opacity:0;transform:translateY(30px)}.sd-solution-card--visible{opacity:1;transform:translateY(0);transition:transform .5s cubic-bezier(.4,0,.2,1),box-shadow .3s ease,border-color .3s ease,opacity .5s ease}.sd-solution-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px #60a5fa14;border-color:#60a5fa26}.sd-solution-card--visible:hover{transform:translateY(-6px)}.sd-solution-icon-wrap{width:52px;height:52px;border-radius:12px;background:linear-gradient(135deg,#60a5fa26,#8b5cf61a);display:flex;align-items:center;justify-content:center;color:#60a5fa;margin-bottom:1.2rem;flex-shrink:0}.sd-solution-card-title{font-size:1.05rem;font-weight:700;color:#fff;margin:0 0 .6rem;line-height:1.3}.sd-solution-card-summary{font-size:.85rem;color:#ffffff73;line-height:1.65;margin:0;flex-grow:1}.sd-solutions-cta{text-align:center;margin-top:2.5rem}.sd-solutions-cta-btn{display:inline-flex;align-items:center;gap:.5rem;background:#ef4444;color:#fff;text-decoration:none;font-weight:700;font-size:.95rem;padding:.8rem 2rem;border-radius:30px;transition:transform .2s,background .2s,box-shadow .2s;letter-spacing:.3px}.sd-solutions-cta-btn:hover{transform:scale(1.04);background:#dc2626;box-shadow:0 8px 30px #ef44444d}@media(max-width:900px){.sd-solutions-grid{grid-template-columns:repeat(2,1fr)}.sd-solutions-heading{font-size:1.6rem}}@media(max-width:600px){.sd-solutions-section{padding:3rem 1rem}.sd-solutions-grid{grid-template-columns:1fr}.sd-solutions-heading{font-size:1.4rem}.sd-solution-card{padding:1.5rem 1.2rem}}.techstack-section{padding:6rem 2rem;background-color:#080808;color:#fff;overflow:hidden}.tech-header{text-align:center;margin-bottom:4rem}.tech-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.tech-subtitle{color:#fff9;font-size:1rem}.tech-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1400px;margin:0 auto;align-items:center}.tech-cloud-container{position:relative;display:flex;justify-content:center;align-items:center}.tech-cloud-img{width:100%;max-width:600px;height:auto;animation:float 6s ease-in-out infinite;filter:drop-shadow(0 0 30px rgba(59,130,246,.2))}.tech-lists-container{display:flex;flex-direction:column;gap:2rem}.list-heading{font-size:1.5rem;color:#ef4444;margin:0}.legend-row{display:flex;gap:1.5rem;font-size:.8rem;color:#ffffff80;margin-bottom:1rem}.legend-item{display:flex;align-items:center;gap:.5rem}.dot{width:8px;height:8px;border-radius:50%}.dot.red{background:#ef4444}.dot.green{background:#10b981}.dot.blue{background:#3b82f6}.tech-groups-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.tech-group-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.2rem;transition:background .3s}.tech-group-card:hover{background:#ffffff0d;border-color:#fff3}.group-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:.5rem}.group-icon{color:#ef4444;font-weight:700}.group-name{font-weight:600;color:#fff}.tags-container{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{font-size:.75rem;background:#ffffff1a;padding:.3rem .6rem;border-radius:20px;color:#fffc;border:1px solid rgba(255,255,255,.05)}@media(max-width:1024px){.tech-content-grid{grid-template-columns:1fr;text-align:center}.tech-lists-container{align-items:center}.tech-groups-grid{width:100%;text-align:left}.legend-row{justify-content:center}}.sd-hero{position:relative;padding:4rem 2rem 3.5rem;overflow:hidden}.sd-hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 50% -10%,rgba(96,165,250,.12) 0%,transparent 60%),radial-gradient(ellipse 60% 40% at 80% 0%,rgba(239,68,68,.08) 0%,transparent 50%);pointer-events:none}.sd-hero-content{position:relative;max-width:800px;margin:0 auto;z-index:1}.sd-back-link{display:inline-flex;align-items:center;gap:.4rem;color:#ffffff80;text-decoration:none;font-size:.85rem;font-weight:500;margin-bottom:1.5rem;transition:color .3s}.sd-back-link:hover{color:#60a5fa}.sd-hero-title{font-size:2.8rem;font-weight:800;color:#fff;line-height:1.15;margin:0 0 1.2rem;letter-spacing:-.5px;background:linear-gradient(135deg,#fff,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sd-hero-description{font-size:1.1rem;color:#fff9;line-height:1.8;margin:0 0 2rem;max-width:680px}.sd-quote-btn{display:inline-flex;align-items:center;gap:.5rem;background:#ef4444;color:#fff;text-decoration:none;font-weight:700;font-size:1rem;padding:.85rem 2.2rem;border-radius:30px;border:none;cursor:pointer;transition:transform .2s,background .2s,box-shadow .2s;letter-spacing:.5px}.sd-quote-btn:hover{transform:scale(1.04);background:#dc2626;box-shadow:0 8px 30px #ef44444d}@media(max-width:768px){.sd-hero{padding:3rem 1.2rem 2.5rem}.sd-hero-title{font-size:1.8rem}.sd-hero-description{font-size:.95rem}}.sd-stats{padding:3.5rem 2rem;border-top:1px solid rgba(255,255,255,.04)}.sd-stats-inner{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.sd-stat-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1rem;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:16px;transition:border-color .3s,background .3s,transform .2s}.sd-stat-card:hover{border-color:#60a5fa26;background:#60a5fa08;transform:translateY(-4px)}.sd-stat-value{font-size:2.5rem;font-weight:800;color:#fff;letter-spacing:-1px;background:linear-gradient(135deg,#60a5fa,#ef4444);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sd-stat-label{font-size:.85rem;color:#ffffff73;margin-top:.4rem;font-weight:500}@media(max-width:768px){.sd-stats-inner{grid-template-columns:repeat(2,1fr);gap:1rem}.sd-stat-value{font-size:2rem}}@media(max-width:480px){.sd-stats-inner{grid-template-columns:1fr 1fr}}.sd-trusted{padding:4rem 2rem;border-top:1px solid rgba(255,255,255,.04);background:#050505}.sd-trusted-inner{max-width:1000px;margin:0 auto}.sd-trusted-text{text-align:center;margin-bottom:3rem}.sd-trusted-heading{font-size:2rem;font-weight:800;color:#fff;margin:0 0 1rem;letter-spacing:-.3px}.sd-trusted-desc{font-size:.95rem;color:#ffffff80;line-height:1.8;margin:0 auto;max-width:700px}.sd-trusted-logos-label{text-align:center;font-size:.7rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#ffffff40;margin:0 0 1.5rem}.sd-trusted-logos-row{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem}.sd-trusted-logo{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem;padding:2rem 1.5rem;background:#ffffff0f;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:12px;transition:border-color .4s ease,background .4s ease,transform .3s ease,box-shadow .4s ease}.sd-trusted-logo:hover{border-color:#fff3;background:#ffffff1a;transform:translateY(-5px);box-shadow:0 10px 30px #0006}.sd-trusted-logo-img{width:120px;height:60px;object-fit:contain;filter:grayscale(100%) brightness(.6);opacity:.5;transition:filter .4s ease,opacity .4s ease,transform .3s ease}.sd-trusted-logo:hover .sd-trusted-logo-img{filter:grayscale(0%) brightness(1);opacity:1;transform:scale(1.08)}.sd-trusted-logo-text{font-size:1.8rem;font-weight:800;color:#fff6;letter-spacing:1px;transition:color .4s ease,transform .3s ease}.sd-trusted-logo:hover .sd-trusted-logo-text{color:#fff;transform:scale(1.08)}.sd-trusted-logo-name{font-size:.75rem;color:#fff3;font-weight:500;white-space:nowrap;transition:color .4s ease}.sd-trusted-logo:hover .sd-trusted-logo-name{color:#ffffff80}@media(max-width:900px){.sd-trusted-logos-row{grid-template-columns:repeat(3,1fr)}.sd-trusted-heading{font-size:1.6rem}}@media(max-width:480px){.sd-trusted{padding:3rem 1rem}.sd-trusted-logos-row{grid-template-columns:repeat(2,1fr)}.sd-trusted-heading{font-size:1.4rem}.sd-trusted-logo-img{width:90px;height:45px}}.sd-process-section{padding:5rem 2rem;background:#050505;border-top:1px solid rgba(255,255,255,.04)}.sd-process-inner{max-width:1000px;margin:0 auto}.sd-process-header{text-align:center;margin-bottom:3rem}.sd-process-heading{font-size:2rem;font-weight:800;color:#fff;margin:0 0 .8rem;letter-spacing:-.3px}.sd-process-subheading{font-size:.95rem;color:#ffffff73;max-width:550px;margin:0 auto;line-height:1.7}.sd-process-circle-wrap{position:relative;width:560px;height:560px;margin:0 auto}.sd-process-svg{position:absolute;inset:0;width:100%;height:100%}.sd-process-orbit-anim{animation:orbitSpin 12s linear infinite;transform-origin:280px 280px}@keyframes orbitSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sd-process-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:140px;height:140px;border-radius:50%;background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;text-align:center;z-index:2;box-shadow:0 0 40px #60a5fa14}.sd-process-center-text{font-size:.7rem;font-weight:700;color:#fff9;text-transform:uppercase;letter-spacing:1px;line-height:1.5;padding:.5rem}.sd-process-node{position:absolute;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:.3rem;cursor:pointer;z-index:3;transition:transform .3s ease}.sd-process-node:hover{transform:translate(-50%,-50%) scale(1.08)}.sd-process-node-badge{width:22px;height:22px;border-radius:50%;background:#ef4444;color:#fff;font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center;position:absolute;top:-6px;right:-6px;z-index:4;box-shadow:0 0 0 2px #050505}.sd-process-node-icon{width:56px;height:56px;border-radius:50%;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:#ffffff80;transition:all .3s ease}.sd-process-node--active .sd-process-node-icon,.sd-process-node:hover .sd-process-node-icon{background:#ef44441a;border-color:#ef44444d;color:#ef4444;box-shadow:0 0 20px #ef444433}.sd-process-node-title{font-size:.7rem;font-weight:600;color:#ffffff80;margin:0;white-space:nowrap;transition:color .3s}.sd-process-node--active .sd-process-node-title,.sd-process-node:hover .sd-process-node-title{color:#fff}.sd-process-tooltip{position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%) scale(.95);width:220px;background:#0f172af2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:.8rem 1rem;opacity:0;pointer-events:none;transition:opacity .3s,transform .3s;z-index:10}.sd-process-node:hover .sd-process-tooltip{opacity:1;transform:translate(-50%) scale(1)}.sd-process-tooltip p{font-size:.78rem;color:#fff9;line-height:1.6;margin:0}.sd-process-timeline{display:none}@media(max-width:700px){.sd-process-circle-wrap{display:none}.sd-process-timeline{display:flex;flex-direction:column;gap:0;padding-left:1.5rem}.sd-process-timeline-item{position:relative;padding:0 0 2rem 2.5rem}.sd-process-timeline-line{position:absolute;left:0;top:0;bottom:0;width:2px;background:#ffffff0f}.sd-process-timeline-item:last-child .sd-process-timeline-line{display:none}.sd-process-timeline-dot{position:absolute;left:-10px;top:0;width:22px;height:22px;border-radius:50%;background:#ef4444;color:#fff;font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 3px #050505,0 0 10px #ef44444d}.sd-process-timeline-content{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:1.2rem}.sd-process-timeline-icon{width:36px;height:36px;border-radius:50%;background:#ef444414;color:#ef4444;display:flex;align-items:center;justify-content:center;margin-bottom:.6rem}.sd-process-timeline-content h4{font-size:.95rem;font-weight:700;color:#fff;margin:0 0 .3rem}.sd-process-timeline-content p{font-size:.8rem;color:#ffffff73;line-height:1.6;margin:0}.sd-process-heading{font-size:1.5rem}}.sd-industries-section{padding:5rem 2rem;background:#050505;border-top:1px solid rgba(255,255,255,.04)}.sd-industries-inner{max-width:1100px;margin:0 auto}.sd-industries-header{text-align:center;margin-bottom:3rem;max-width:720px;margin-left:auto;margin-right:auto}.sd-industries-heading{font-size:2rem;font-weight:800;color:#fff;margin:0 0 1rem;letter-spacing:-.3px}.sd-industries-subheading{font-size:.95rem;color:#ffffff73;line-height:1.7;margin:0}.sd-industries-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.sd-industry-card{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:2rem 1.5rem;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;opacity:0;transform:translateY(30px)}.sd-industry-card--visible{opacity:1;transform:translateY(0);transition:transform .5s cubic-bezier(.4,0,.2,1),box-shadow .3s ease,border-color .3s ease,opacity .5s ease}.sd-industry-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px #ef444414;border-color:#ef444426}.sd-industry-card--visible:hover{transform:translateY(-6px)}.sd-industry-icon-wrap{width:52px;height:52px;border-radius:12px;background:#ef444414;display:flex;align-items:center;justify-content:center;color:#ef4444;margin-bottom:1.2rem;flex-shrink:0}.sd-industry-card-title{font-size:1.05rem;font-weight:700;color:#fff;margin:0 0 .6rem;line-height:1.3}.sd-industry-card-summary{font-size:.82rem;color:#ffffff6b;line-height:1.65;margin:0;flex-grow:1}.sd-industry-learn-more{display:inline-flex;align-items:center;gap:.4rem;margin-top:1.2rem;padding:0;background:none;border:none;color:#ef4444;font-weight:600;font-size:.85rem;cursor:pointer;transition:color .2s,gap .2s}.sd-industry-learn-more:hover{color:#f87171;gap:.7rem}.sd-industry-arrow{transition:transform .2s;font-size:1rem}.sd-industry-learn-more:hover .sd-industry-arrow{transform:translate(2px)}@media(max-width:900px){.sd-industries-grid{grid-template-columns:repeat(2,1fr)}.sd-industries-heading{font-size:1.6rem}}@media(max-width:600px){.sd-industries-section{padding:3rem 1rem}.sd-industries-grid{grid-template-columns:1fr}.sd-industries-heading{font-size:1.4rem}.sd-industry-card{padding:1.5rem 1.2rem}}.sd-collab-section{padding:5rem 2rem;background:#0a0a0a;border-top:1px solid rgba(255,255,255,.04)}.sd-collab-inner{max-width:1100px;margin:0 auto}.sd-collab-header{text-align:center;margin-bottom:3.5rem;max-width:680px;margin-left:auto;margin-right:auto}.sd-collab-heading{font-size:2rem;font-weight:800;color:#fff;margin:0 0 1rem;letter-spacing:-.3px}.sd-collab-subheading{font-size:.95rem;color:#ffffff73;line-height:1.7;margin:0}.sd-collab-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.sd-collab-step{position:relative;padding:0 1.2rem;text-align:center;display:flex;flex-direction:column;align-items:center;opacity:0;transform:translateY(25px)}.sd-collab-step--visible{opacity:1;transform:translateY(0);transition:opacity .5s ease,transform .5s cubic-bezier(.4,0,.2,1)}.sd-collab-step-top{position:relative;display:flex;align-items:center;justify-content:center;width:100%;margin-bottom:1.2rem}.sd-collab-step-num{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-size:1rem;font-weight:800;display:flex;align-items:center;justify-content:center;position:relative;z-index:2;box-shadow:0 0 20px #ef444440}.sd-collab-step-connector{position:absolute;top:50%;left:calc(50% + 24px);right:calc(-50% + 24px);height:2px;background:linear-gradient(to right,#ef44444d,#ef44440d);transform:translateY(-50%);z-index:1}.sd-collab-step-icon{width:50px;height:50px;border-radius:50%;background:#ffffff08;border:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center;color:#ffffff73;margin-bottom:1rem;transition:all .3s ease}.sd-collab-step:hover .sd-collab-step-icon{background:#ef444414;border-color:#ef444433;color:#ef4444;box-shadow:0 0 15px #ef444426}.sd-collab-step-title{font-size:1.05rem;font-weight:700;color:#fff;margin:0 0 .5rem}.sd-collab-step-desc{font-size:.8rem;color:#fff6;line-height:1.65;margin:0}@media(max-width:900px){.sd-collab-grid{grid-template-columns:repeat(2,1fr);gap:2rem 0}.sd-collab-step-connector{display:none}.sd-collab-heading{font-size:1.6rem}}@media(max-width:600px){.sd-collab-section{padding:3rem 1rem}.sd-collab-grid{grid-template-columns:1fr;gap:2rem}.sd-collab-heading{font-size:1.4rem}}.sd-why-section{padding:5rem 2rem;background:#050505;border-top:1px solid rgba(255,255,255,.04)}.sd-why-inner{max-width:1100px;margin:0 auto}.sd-why-header{text-align:center;margin-bottom:2.5rem;max-width:720px;margin-left:auto;margin-right:auto}.sd-why-header--models{margin-top:4rem}.sd-why-heading{font-size:2rem;font-weight:800;color:#fff;margin:0 0 1rem;letter-spacing:-.3px}.sd-why-subheading{font-size:.95rem;color:#ffffff73;line-height:1.7;margin:0}.sd-why-grid{display:grid;gap:1.5rem}.sd-why-grid--4{grid-template-columns:repeat(4,1fr)}.sd-why-grid--3{grid-template-columns:repeat(3,1fr)}.sd-why-card{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:2rem 1.4rem;display:flex;flex-direction:column;opacity:0;transform:translateY(25px);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.sd-why-card--visible{opacity:1;transform:translateY(0);transition:transform .5s cubic-bezier(.4,0,.2,1),box-shadow .3s ease,border-color .3s ease,opacity .5s ease}.sd-why-card:hover{transform:translateY(-5px);box-shadow:0 12px 35px #0000004d;border-color:color-mix(in srgb,var(--card-accent) 25%,transparent)}.sd-why-card--visible:hover{transform:translateY(-5px)}.sd-why-card-icon{width:48px;height:48px;border-radius:12px;background:color-mix(in srgb,var(--card-accent) 10%,transparent);display:flex;align-items:center;justify-content:center;color:var(--card-accent);margin-bottom:1.1rem;flex-shrink:0;transition:box-shadow .3s ease}.sd-why-card:hover .sd-why-card-icon{box-shadow:0 0 15px color-mix(in srgb,var(--card-accent) 20%,transparent)}.sd-why-card-title{font-size:1rem;font-weight:700;color:#fff;margin:0 0 .5rem;line-height:1.3}.sd-why-card-desc{font-size:.82rem;color:#fff6;line-height:1.65;margin:0;flex-grow:1}@media(max-width:900px){.sd-why-grid--4,.sd-why-grid--3{grid-template-columns:repeat(2,1fr)}.sd-why-heading{font-size:1.6rem}}@media(max-width:600px){.sd-why-section{padding:3rem 1rem}.sd-why-grid--4,.sd-why-grid--3{grid-template-columns:1fr}.sd-why-heading{font-size:1.4rem}.sd-why-card{padding:1.5rem 1.2rem}}.testimonials-section{background-color:#000;padding:100px 20px;overflow:hidden;position:relative;z-index:10}.testimonials-container{max-width:1200px;margin:0 auto;width:100%}.testimonials-header{text-align:center;margin-bottom:20px;display:flex;flex-direction:column;align-items:center}.testimonials-badge{border:1px solid rgba(255,255,255,.3);border-radius:20px;padding:6px 16px;font-size:.85rem;color:#fff;margin-bottom:10px;text-transform:uppercase;letter-spacing:1px;background:#ffffff0d}.testimonials-title{font-size:3.5rem;font-weight:700;color:#fff;margin-bottom:15px;background:linear-gradient(180deg,#fff,#aaa);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;position:relative}.testimonials-subtitle{color:#888;font-size:1.1rem;max-width:600px}.testimonials-title:after{content:"";display:block;width:60px;height:4px;background:linear-gradient(90deg,#ff4d4d,#f9cb28);margin:10px auto 0;border-radius:2px}.testimonials-grid-wrapper{display:flex;justify-content:center;gap:24px;height:600px;overflow:hidden;mask-image:linear-gradient(to bottom,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to bottom,transparent,black 10%,black 90%,transparent)}.marquee-column{flex:1;position:relative;display:flex;flex-direction:column;min-width:300px;max-width:380px}.marquee-content{display:flex;flex-direction:column;gap:24px}.testimonial-card{background:#14141499;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:30px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s ease,border-color .3s ease}.testimonial-card:hover{border-color:#ffffff4d;transform:translateY(-5px);background:#1e1e1ecc}.testimonial-text{font-size:1rem;line-height:1.6;color:#ddd;margin-bottom:25px;font-style:normal}.testimonial-user{display:flex;align-items:center;gap:15px}.user-icon{width:40px;height:40px;background:#ff3b3033;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,59,48,.5)}.user-icon svg{width:20px;height:20px}.user-info{display:flex;flex-direction:column}.user-name{font-size:1rem;font-weight:600;color:#fff;margin:0}.user-role{font-size:.8rem;color:#888;margin-top:2px}@keyframes scrollUp{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes scrollDown{0%{transform:translateY(-50%)}to{transform:translateY(0)}}.info-scroll-up{animation:scrollUp 40s linear infinite}.info-scroll-down{animation:scrollDown 45s linear infinite}.testimonials-grid-wrapper:hover .marquee-content{animation-play-state:paused}@media(max-width:1024px){.testimonials-grid-wrapper{height:500px}.testimonials-title{font-size:2.8rem}}@media(max-width:768px){.testimonials-grid-wrapper{flex-direction:column;height:auto;mask-image:none;-webkit-mask-image:none;overflow:visible}.marquee-column{max-width:100%;min-width:unset}.marquee-content{animation:none;transform:none}.marquee-content{gap:20px}.info-scroll-up,.info-scroll-down{animation:none}.marquee-content>:nth-child(n+4){display:none}.testimonials-title{font-size:2.2rem}.testimonials-section{padding:60px 20px}}.sd-cases-section{padding:5rem 2rem;background:#050505;border-top:1px solid rgba(255,255,255,.04)}.sd-cases-inner{max-width:1100px;margin:0 auto}.sd-cases-header{text-align:center;margin-bottom:2.5rem}.sd-cases-heading{font-size:2rem;font-weight:800;color:#fff;margin:0;letter-spacing:-.3px}.sd-cases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.sd-case-card{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:1.8rem 1.4rem;display:flex;flex-direction:column;gap:1rem;opacity:0;transform:translateY(20px);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.sd-case-card--visible{opacity:1;transform:translateY(0);transition:transform .5s cubic-bezier(.4,0,.2,1),box-shadow .3s ease,border-color .3s ease,opacity .5s ease}.sd-case-card:hover{transform:translateY(-4px);border-color:#ef444426;box-shadow:0 8px 30px #0000004d}.sd-case-card--visible:hover{transform:translateY(-4px)}.sd-case-card-title{font-size:1rem;font-weight:700;color:#fff;margin:0;line-height:1.4}.sd-case-tags{display:flex;flex-wrap:wrap;gap:.4rem}.sd-case-tag{font-size:.7rem;font-weight:600;color:#ffffff80;background:#ffffff0d;border:1px solid rgba(255,255,255,.06);border-radius:6px;padding:.25rem .6rem}.sd-cases-cta{text-align:center;margin-top:2.5rem}.sd-cases-btn{display:inline-flex;align-items:center;gap:.5rem;background:#ef4444;color:#fff;font-size:.9rem;font-weight:600;border:none;border-radius:8px;padding:.75rem 1.8rem;cursor:pointer;transition:background .2s,transform .2s,box-shadow .2s}.sd-cases-btn:hover{background:#dc2626;transform:translateY(-2px);box-shadow:0 6px 20px #ef44444d}@media(max-width:900px){.sd-cases-grid{grid-template-columns:repeat(2,1fr)}.sd-cases-heading{font-size:1.6rem}}@media(max-width:600px){.sd-cases-section{padding:3rem 1rem}.sd-cases-grid{grid-template-columns:1fr}.sd-cases-heading{font-size:1.4rem}}.sd-faq-section{padding:5rem 2rem;background:#0a0a0a;border-top:1px solid rgba(255,255,255,.04)}.sd-faq-inner{max-width:750px;margin:0 auto}.sd-faq-header{text-align:center;margin-bottom:2.5rem}.sd-faq-heading{font-size:2rem;font-weight:800;color:#fff;margin:0;letter-spacing:-.3px}.sd-faq-list{display:flex;flex-direction:column;gap:0}.sd-faq-item{border-bottom:1px solid rgba(255,255,255,.06)}.sd-faq-question{width:100%;background:none;border:none;padding:1.2rem 0;display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;text-align:left}.sd-faq-question span{font-size:.95rem;font-weight:600;color:#ffffffb3;line-height:1.4;transition:color .2s}.sd-faq-item--open .sd-faq-question span,.sd-faq-question:hover span{color:#fff}.sd-faq-chevron{color:#ffffff4d;flex-shrink:0;transition:transform .3s ease,color .3s}.sd-faq-item--open .sd-faq-chevron{transform:rotate(180deg);color:#ef4444}.sd-faq-answer-wrap{max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(.4,0,.2,1)}.sd-faq-item--open .sd-faq-answer-wrap{max-height:200px}.sd-faq-answer{padding:0 0 1.2rem}.sd-faq-answer p{font-size:.85rem;color:#ffffff6b;line-height:1.7;margin:0}@media(max-width:600px){.sd-faq-section{padding:3rem 1rem}.sd-faq-heading{font-size:1.5rem}.sd-faq-question span{font-size:.88rem}}.contact-section{background-color:#050505;color:#fff;padding:100px 20px;font-family:Inter,sans-serif;display:flex;flex-direction:column;align-items:center;overflow:hidden}.contact-header{text-align:center;margin-bottom:70px;max-width:800px;width:100%}.contact-header h2{font-size:3rem;font-weight:800;margin-bottom:15px;color:#fff;letter-spacing:-.5px}.header-line{width:80px;height:4px;background:linear-gradient(90deg,#ff4d4d,#ff9f43);margin:0 auto 25px;border-radius:2px}.contact-header p{color:#aaa;font-size:1.1rem;line-height:1.6}.contact-content{display:flex;width:100%;max-width:1280px;gap:100px;justify-content:space-between;align-items:flex-start;padding:0 20px;box-sizing:border-box}.contact-form-container{flex:1;max-width:700px}.contact-form{display:flex;flex-direction:column;gap:30px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:30px}.form-group{display:flex;flex-direction:column;gap:10px}.form-group label{font-size:.95rem;font-weight:600;color:#e0e0e0;letter-spacing:.3px}.form-group input,.form-group select,.form-group textarea{background-color:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:16px 20px;color:#fff;font-size:1rem;outline:none;transition:all .3s ease;width:100%;box-sizing:border-box;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#ff4d4d;background-color:#ffffff0d;box-shadow:0 0 0 4px #ff4d4d1a}.form-group input::placeholder,.form-group textarea::placeholder{color:#555;font-weight:400}.form-group select{appearance:none;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23aaaaaa%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:right 20px center;background-size:10px auto;cursor:pointer}.form-group select option{background-color:#1a1a1a;color:#fff;padding:10px}.form-group textarea{resize:vertical;min-height:150px;line-height:1.6}.submit-btn{background:linear-gradient(135deg,#ff4d4d,#ff9f43);color:#fff;border:none;border-radius:10px;padding:18px 30px;font-size:1.1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);margin-top:10px}.submit-btn:hover{transform:translateY(-3px);box-shadow:0 10px 20px -5px #ff4d4d66;filter:brightness(1.1)}.submit-btn:active{transform:translateY(-1px)}.contact-info-container{width:400px;flex-shrink:0;padding-top:5px}.contact-info-container h3{font-size:1.75rem;font-weight:700;margin:0 0 20px;color:#fff}.info-desc{color:#999;font-size:1.05rem;line-height:1.7;margin-bottom:50px}.info-items{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}.info-item{display:flex;align-items:flex-start;gap:20px}.icon-box{width:50px;height:50px;border-radius:12px;background-color:#ffffff0d;display:flex;align-items:center;justify-content:center;color:#ff9f43;flex-shrink:0;transition:all .3s ease;border:1px solid rgba(255,255,255,.05)}.info-item:hover .icon-box{background-color:#ff4d4d1a;color:#ff4d4d;border-color:#ff4d4d33}.info-text h4{font-size:1.1rem;font-weight:600;color:#fff;margin:0 0 8px}.info-text a,.info-text p{font-size:1rem;color:#bbb;text-decoration:none;margin:0;transition:color .2s;line-height:1.4}.info-text a:hover{color:#ff4d4d}.social-links h4{font-size:1.2rem;font-weight:600;margin-bottom:20px;color:#fff}.social-icons{display:flex;gap:20px}.social-icon{width:45px;height:45px;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.05);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease}.social-icon:hover{background-color:#ff4d4d;transform:translateY(-5px);box-shadow:0 5px 15px #ff4d4d4d;border-color:transparent}@media(max-width:1024px){.contact-content{gap:60px}.contact-info-container{width:300px}.contact-header h2{font-size:2.5rem}}@media(max-width:900px){.contact-section{padding:60px 20px}.contact-content{flex-direction:column;gap:60px;align-items:center}.contact-form-container{width:100%;max-width:100%}.contact-info-container{width:100%;max-width:600px;padding-top:0}.info-desc{max-width:500px;margin-bottom:30px}}@media(max-width:600px){.form-row{grid-template-columns:1fr;gap:20px}.contact-header h2{font-size:2rem}.contact-header p{font-size:.95rem}.submit-btn{width:100%}.info-item{gap:15px}.icon-box{width:40px;height:40px}.contact-info-container h3{font-size:1.5rem}}.sd-page,.sd-page-container{min-height:100vh;background:#050505;padding-top:6rem}.cd-page,.ed-page,.saas-page,.dsk-page,.ms-page,.out-page,.mvp-page,.ux-page,.dev-page,.qa-page,.mod-page,.cld-page,.web-page,.wa-page{background:#050505;color:#fff;min-height:100vh}.about-section{padding:6rem 2rem;background-color:#050505;position:relative;overflow:hidden;color:#fff}.about-header{text-align:center;max-width:800px;margin:0 auto 5rem}.about-subtitle{color:#ef4444;font-size:.9rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;display:block;margin-bottom:1rem;position:relative;display:inline-block}.about-subtitle:before,.about-subtitle:after{content:"◆";color:#ef4444;margin:0 10px;font-size:.8rem;vertical-align:middle}.about-title{font-size:4rem;margin:0 0 2rem;background:linear-gradient(to right,#fff,#999);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about-description{color:#ffffffb3;line-height:1.8;font-size:1.1rem}.about-grid{display:grid;grid-template-columns:1fr 400px 1fr;gap:4rem;max-width:1400px;margin:0 auto;align-items:center;position:relative}.about-column{display:flex;flex-direction:column;gap:4rem}.feature-item{position:relative;background:#ffffff05;padding:2rem;border-radius:20px;border:1px solid rgba(255,255,255,.05);transition:all .3s ease}.feature-item:hover{background:#ffffff0d;border-color:#ffffff1a;transform:translateY(-5px)}.feature-icon-wrapper{width:50px;height:50px;background:#ef44441a;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;border:1px solid rgba(239,68,68,.3)}.feature-icon{font-size:1.5rem}.feature-title{font-size:1.5rem;margin-bottom:1rem;font-weight:700}.feature-desc{color:#fff9;font-size:.95rem;margin-bottom:1.5rem;line-height:1.6}.feature-list{list-style:none;padding:0;margin:0}.feature-list li{color:#ef4444;font-size:.9rem;margin-bottom:.5rem;display:flex;align-items:center}.feature-list li:before{content:"•";margin-right:10px;font-size:1.2rem}.about-image-container{position:relative;height:100%;display:flex;align-items:center;justify-content:center;z-index:1}.bubble-container{position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1;pointer-events:none}.bubble{position:absolute;border-radius:50%;background:radial-gradient(circle at 30% 30%,#ffffff1a,#ffffff0d);border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);box-shadow:0 0 10px #ef444433;opacity:.6;animation:float 6s ease-in-out infinite}.bubble:nth-child(1){width:60px;height:60px;top:-20px;left:-30px;animation-delay:0s}.bubble:nth-child(2){width:40px;height:40px;top:40%;left:-50px;animation-delay:2s;background:#ef44441a}.bubble:nth-child(3){width:80px;height:80px;bottom:-30px;right:-40px;animation-delay:1s}.bubble:nth-child(4){width:30px;height:30px;top:10%;right:-20px;animation-delay:4s;background:#ef444426}.bubble:nth-child(5){width:50px;height:50px;bottom:20%;left:-40px;animation-delay:1.5s;background:#ffffff14}.bubble:nth-child(6){width:25px;height:25px;top:-40px;right:20%;animation-delay:3.5s}.bubble:nth-child(7){width:70px;height:70px;bottom:-50px;left:10%;animation-delay:.5s;background:#ef44440d}.bubble:nth-child(8){width:35px;height:35px;top:50%;right:-60px;animation-delay:2.2s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.center-image{width:100%;height:auto;border-radius:20px;box-shadow:0 0 50px #ef444433;border:1px solid rgba(255,255,255,.1)}@media(max-width:1024px){.about-grid{grid-template-columns:1fr;gap:3rem}.about-image-container{order:-1;margin-bottom:2rem}.center-image{max-width:600px}}@media(max-width:768px){.about-title{font-size:2.5rem}.feature-item{padding:1.5rem}}.reels-section{padding:6rem 2rem;background-color:#050505;color:#fff;text-align:center}.reels-header{margin-bottom:4rem}.reels-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.reels-subtitle{color:#ffffffb3;max-width:600px;margin:0 auto;font-size:1rem}.reels-container{overflow-x:auto;padding-bottom:2rem;-ms-overflow-style:none;scrollbar-width:none}.reels-container::-webkit-scrollbar{display:none}.reels-track{display:flex;gap:1.5rem;justify-content:center;min-width:min-content;padding:0 1rem}@media(max-width:1024px){.reels-track{justify-content:flex-start}}.reel-card{min-width:200px;width:220px;height:380px;background:#000;border-radius:12px;overflow:hidden;position:relative;cursor:pointer;border:1px solid rgba(255,255,255,.1);transition:transform .3s ease}.reel-card:hover{transform:scale(1.05);border-color:#ef4444}.reel-image{width:100%;height:100%;object-fit:cover;opacity:.8;transition:opacity .3s}.reel-card:hover .reel-image{opacity:1}.play-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;background:#0009;border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .3s}.reel-card:hover .play-overlay{background:#ef4444cc}.play-button{color:#fff;font-size:1.2rem;margin-left:2px}.reel-info{position:absolute;bottom:10px;left:10px;right:10px;display:flex;justify-content:space-between;font-size:.75rem;color:#fff;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.8)}.reels-cta{margin-top:3rem}.view-more-btn{background:linear-gradient(90deg,#ef4444,#f87171);color:#fff;border:none;padding:.8rem 2rem;border-radius:30px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.view-more-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #ef444466}
