@import url(https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600&display=swap);*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#000;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Inter,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:400;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.loader{--c:no-repeat linear-gradient(#000 0 0);animation:l1 1s linear infinite;aspect-ratio:1;background:var(--c) 0 50%,var(--c) 50% 50%,var(--c) 100% 50%;background-size:20% 100%;width:45px}@keyframes l1{0%{background-size:20% 100%,20% 100%,20% 100%}33%{background-size:20% 10%,20% 100%,20% 100%}50%{background-size:20% 100%,20% 10%,20% 100%}66%{background-size:20% 100%,20% 100%,20% 10%}to{background-size:20% 100%,20% 100%,20% 100%}}a{color:inherit;text-decoration:none}button{background:none;border:none;cursor:pointer;font-family:inherit}ol,ul{list-style:none}img{display:block;height:auto;max-width:100%;object-fit:cover}input,select,textarea{font-family:inherit}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex-grow:1}.page-transition{opacity:1;transform:translateY(0);transition:all .3s cubic-bezier(.4,0,.2,1)}.page-transition.fadeOut{opacity:0;transform:translateY(20px)}.page-transition.fadeIn{opacity:1;transform:translateY(0)}html{scroll-behavior:smooth}a,button,input,select,textarea{transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease,opacity .2s ease,box-shadow .2s ease}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{border-radius:2px;outline:2px solid #36c8ff;outline-offset:2px}.navbar{background:#fff;border-bottom:1px solid #e5e5e5;left:0;position:fixed;right:0;top:0;z-index:100}.navbar-container{margin:0 auto;max-width:1280px;padding:0 1.5rem}.navbar-content{height:64px;justify-content:space-between}.navbar-content,.navbar-logo{align-items:center;display:flex}.navbar-logo{gap:.75rem;text-decoration:none;transition:opacity .2s}.navbar-logo:hover{opacity:.8}.logo-img{height:32px;object-fit:contain;width:auto}.logo-text{color:#000;font-size:1.25rem;font-weight:700}.navbar-desktop{align-items:center;display:none;gap:2rem}.navbar-links{display:flex;gap:2rem}.nav-link{border-radius:4px;color:#737373;font-size:.875rem;font-weight:500;padding:.25rem .5rem;text-decoration:none;transition:color .2s}.nav-link:hover{color:#000}.nav-link:focus-visible{outline:2px solid #36c8ff;outline-offset:2px}.nav-link.active{color:#000}.lang-switcher{border-left:1px solid #e5e5e5;display:flex;gap:.5rem;padding-left:2rem}.lang-btn{align-items:center;background:#0000;border:none;border-radius:4px;color:#737373;cursor:pointer;display:flex;font-size:.75rem;font-weight:500;gap:.5rem;padding:.25rem .75rem;transition:all .2s}.lang-btn:focus-visible{outline:2px solid #36c8ff;outline-offset:2px}.lang-btn.active{background:#000;color:#fff}.mobile-menu-btn{background:none;border:none;border-radius:4px;cursor:pointer;display:block;font-size:1.5rem;padding:.5rem;transition:background-color .2s}.mobile-menu-btn:focus-visible{outline:2px solid #36c8ff;outline-offset:2px}.mobile-menu-btn:hover{background-color:#f5f5f5}.mobile-menu{background:#fff;border-top:1px solid #e5e5e5;display:flex;flex-direction:column;padding:1.5rem}.mobile-link{border-radius:4px;color:#737373;font-size:1rem;padding:.75rem 0;text-decoration:none;transition:color .2s,background-color .2s}.mobile-link:focus-visible{outline:2px solid #36c8ff;outline-offset:2px}.mobile-link.active{color:#000;font-weight:500}.mobile-lang{border-top:1px solid #e5e5e5;display:flex;gap:1rem;margin-top:1rem;padding-top:1rem}.mobile-lang button{align-items:center;background:#0000;border:none;border-radius:4px;color:#737373;cursor:pointer;display:flex;font-size:.875rem;gap:.5rem;padding:.5rem 1rem}.flag-icon{border-radius:2px;height:15px;object-fit:cover;width:20px}.mobile-lang button.active{background:#000;color:#fff}@media (min-width:768px){.navbar-desktop{display:flex}.mobile-menu,.mobile-menu-btn{display:none}}.footer{background:#171717;color:#fff;padding:3rem 0}.footer-container{margin:0 auto;max-width:1280px;padding:0 1.5rem}.footer-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr;margin-bottom:3rem}.footer-brand{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.footer-logo-img{filter:brightness(0) invert(1);height:40px;transition:opacity .3s;width:auto}.footer-logo-img:hover{opacity:.8}.footer-company h3{font-size:1.25rem;font-weight:500;margin:0}.footer-company p{color:#d4d4d4;font-size:.875rem;line-height:1.6;max-width:400px}.footer-contact,.footer-links{display:flex;flex-direction:column;gap:.75rem}.footer-contact h4,.footer-links h4{font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.footer-contact a,.footer-links a{color:#d4d4d4;font-size:.875rem;text-decoration:none;transition:color .2s}.footer-contact a:hover,.footer-links a:hover{color:#fff}.footer-company-details{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.footer-company-details p{color:#d4d4d4;font-size:.875rem;line-height:1.5;margin:0}.footer-bottom{border-top:1px solid #404040;padding-top:2rem}.footer-bottom p{color:#d4d4d4;font-size:.875rem}@media (max-width:768px){.footer-grid{gap:2rem;grid-template-columns:1fr}}.loader-container{align-items:center;background-color:#fffffff2;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.loader-content{align-items:center;display:flex;flex-direction:column;gap:1rem}.loader-text{color:#737373;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;margin:0}.hero{align-items:center;background:#000;border-top:4px solid #36c8ff;color:#fff;contain:layout style paint;display:flex;margin-top:64px;min-height:70vh;overflow:hidden;padding:3rem 1.5rem 4rem;position:relative;will-change:contents}.hero-background{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:1}.glow-orb{animation:floatGlow 8s ease-in-out infinite,fadeInGlow 1.5s ease-out .3s forwards;animation-fill-mode:both;opacity:0}@keyframes fadeInGlow{to{opacity:.8}}.glow-orb-1{background:radial-gradient(circle,#00d4ff 0,#09c 50%,#0000 70%);height:300px;right:-150px;top:-150px;width:300px}.glow-orb-2{animation-delay:2s;background:radial-gradient(circle,#0ff 0,#0cc 50%,#0000 70%);bottom:-200px;height:400px;left:-200px;width:400px}.glow-orb-3{animation-delay:4s;background:radial-gradient(circle,#00e6ff 0,#00b3d9 50%,#0000 70%);height:250px;width:250px}.glow-orb-4{animation-delay:6s;background:radial-gradient(circle,#00f0ff 0,#00a3cc 50%,#0000 70%);height:350px;right:20%;top:20%;width:350px}.hero-container{align-items:flex-start;display:flex;gap:6rem;margin:0 auto;max-width:1280px;opacity:0;padding:0 2rem;position:relative;transform:translateY(10px);transition:opacity .6s ease-out,transform .6s ease-out;z-index:2}.hero-container-visible{opacity:1;transform:translateY(0)}.hero-content{flex:1 1;max-width:600px}.hero-visual{align-items:flex-start;display:flex;flex-shrink:0;justify-content:flex-end;min-height:200px;min-width:300px}.hero-image-wrapper{max-width:600px;opacity:0;position:relative;transform:scale(.95);transition:opacity .8s ease-out,transform .8s ease-out;width:100%}.hero-image-wrapper.hero-image-loaded{opacity:1;transform:scale(1)}.hero-sap-logo{display:block;height:auto;max-width:600px;min-height:200px;object-fit:contain;width:100%}.hero h1{color:#fff;font-size:4rem;font-weight:500;letter-spacing:-.02em;line-height:1.1;margin-bottom:1.5rem}.hero p{color:#d4d4d4;font-size:1.375rem;font-weight:400;line-height:1.5;margin-bottom:2.5rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.btn{align-items:center;border-radius:0;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:400;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .2s}.btn-primary{background:#fff;border:2px solid #fff;color:#000}.btn-primary:hover{background:#f5f5f5;border-color:#f5f5f5;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.btn-secondary:hover{background:#fff;color:#000;transform:translateY(-2px)}.hero-stats{margin-top:2rem;padding-top:1.5rem;position:relative;z-index:2}.stats-divider{background:#fff;height:1px;margin-bottom:1rem;opacity:.3;width:100%}.stats-container{align-items:center;display:flex;gap:3rem;justify-content:center;margin:0 auto;max-width:600px}.stat-item{flex:1 1;text-align:center}.stat-number{color:#fff;font-size:2.5rem;font-weight:500;line-height:1;margin-bottom:.5rem}.stat-label{color:#a3a3a3;font-size:.875rem;font-weight:400;letter-spacing:.05em;text-transform:uppercase}@media (max-width:768px){.hero{padding:6rem 1.5rem 3rem}.hero-container{flex-direction:column;gap:2rem;text-align:center}.hero h1{font-size:2.5rem}.hero p{font-size:1.125rem}.hero-buttons{flex-direction:column}.btn{justify-content:center;text-align:center}.hero-visual{min-height:150px;min-width:200px}.hero-sap-logo{max-width:200px}.stats-container{flex-direction:column;gap:2rem}.stat-number{font-size:2rem}.stat-label{font-size:.8rem}}.services-section{background:#fff;padding:6rem 1.5rem}.services-container{margin:0 auto;max-width:1280px}.services-header{margin:0 auto 5rem;max-width:800px;text-align:center}.services-header h2{color:#000;font-size:3rem;font-weight:500;letter-spacing:-.02em;margin-bottom:1.5rem}.services-header p{color:#404040;font-size:1.25rem;font-weight:400;line-height:1.6}.services-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-bottom:4rem}.service-card-link{color:inherit;display:block;text-decoration:none}.service-card{background:#fff;border:1px solid #e5e5e5;display:flex;flex-direction:column;height:100%;padding:2rem 2.5rem 3rem;transition:all .3s}.service-header{align-items:center!important;display:flex!important;flex-direction:row!important;flex-shrink:0;flex-wrap:nowrap!important;gap:1.5rem;margin-bottom:1.5rem;min-height:60px;width:100%}.service-icon{align-items:center;color:#fff;display:flex;flex-grow:0!important;flex-shrink:0!important;font-size:.75rem;font-weight:700;height:40px;justify-content:center;letter-spacing:.05em;text-transform:uppercase;width:40px}.service-icon-1{-webkit-clip-path:polygon(0 0,100% 0,85% 100%,0 100%);clip-path:polygon(0 0,100% 0,85% 100%,0 100%)}.service-icon-2{-webkit-clip-path:polygon(15% 0,100% 0,100% 100%,0 100%);clip-path:polygon(15% 0,100% 0,100% 100%,0 100%);height:35px;width:45px}.service-icon-3{-webkit-clip-path:polygon(0 20%,100% 0,100% 80%,0 100%);clip-path:polygon(0 20%,100% 0,100% 80%,0 100%);height:45px;width:35px}.service-icon-4{-webkit-clip-path:polygon(20% 0,100% 0,80% 100%,0 100%);clip-path:polygon(20% 0,100% 0,80% 100%,0 100%);height:30px;width:50px}.service-card-link:hover .service-card{border-color:#000;box-shadow:0 12px 40px #00000014;transform:translateY(-4px)}.service-header h3{color:#000;flex:1 1;font-size:1.5rem;font-weight:400;letter-spacing:-.01em;line-height:1.3;margin:0;min-height:1.95rem;min-width:0}.service-card p{color:#404040;flex-grow:1;flex-shrink:1;font-size:1rem;line-height:1.6;margin-bottom:1rem;margin-top:0;min-height:0;padding-top:0}.service-learn-more{align-items:center;border-top:1px solid #e5e5e5;color:#000;display:flex;font-size:.95rem;font-weight:500;gap:.5rem;margin-top:auto;padding-bottom:0;padding-top:4rem;position:relative;transition:all .3s}.service-learn-more>*{margin-top:-1.5rem}.service-card-link:hover .service-learn-more{border-top-color:#36c8ff;color:#36c8ff}.service-learn-more .arrow{font-size:1.2rem;transition:transform .3s}.service-card-link:hover .service-learn-more .arrow{transform:translateX(4px)}.services-cta{margin-top:3rem;text-align:center}@media (max-width:768px){.services-header h2{font-size:2rem}.services-grid{grid-template-columns:1fr}}.trusted-by{border-bottom:1px solid #e5e5e5;border-top:1px solid #e5e5e5}.trusted-content{text-align:center}.trusted-content h3{color:#737373;font-size:1rem;font-weight:600;letter-spacing:.1em;margin-bottom:2rem;text-transform:uppercase}.companies-grid{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));justify-items:center}.company-item{background:#0000;padding:1rem}.company-item,.company-link{align-items:center;display:flex;justify-content:center}.company-link{text-decoration:none;transition:opacity .3s}.company-link:hover{opacity:.7}.company-logo{aspect-ratio:3/2;height:80px;min-height:80px;object-fit:contain;width:120px}.company-logo-large{aspect-ratio:3/2;height:120px;min-height:120px;width:180px}.company-logo-bat{filter:brightness(0)}.company-name{color:#404040;font-size:1rem;font-weight:600}@media (max-width:768px){.companies-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.company-item{padding:.75rem 1rem}.company-logo{height:70px;width:100px}.company-logo-large{height:95px;width:140px}.company-name{font-size:.875rem}}.cta-section{background:#000;border-bottom:4px solid #36c8ff;color:#fff;overflow:hidden;padding:6rem 1.5rem;position:relative}.cta-background{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.glow-orb{animation:floatGlow 10s ease-in-out infinite;filter:blur(60px);opacity:.5}.glow-orb-1{background:radial-gradient(circle,#ff6b6b 0,#ee5a24 50%,#0000 70%);height:200px;left:-100px;top:-100px;width:200px}.glow-orb-2{animation-delay:3s;background:radial-gradient(circle,#4ecdc4 0,#45b7aa 50%,#0000 70%);bottom:-75px;height:150px;right:-75px;width:150px}.glow-orb-3{animation-delay:6s;background:radial-gradient(circle,#a8e6cf 0,#88d8a3 50%,#0000 70%);height:180px;left:50%;top:50%;transform:translate(-50%,-50%);width:180px}.cta-container{margin:0 auto;max-width:800px;position:relative;text-align:center;z-index:2}.cta-content h2{font-size:2.5rem;font-weight:600;letter-spacing:-.01em;margin-bottom:1.5rem}.cta-content p{color:#d4d4d4;font-size:1.25rem;font-weight:400;line-height:1.6;margin-bottom:3rem}.cta-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.cta-section .btn-primary{background:#fff;border:2px solid #fff;color:#000}.cta-section .btn-primary:hover{background:#f5f5f5;border-color:#f5f5f5}.cta-section .btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.cta-section .btn-secondary:hover{background:#fff;color:#000}@media (max-width:768px){.cta-content h2{font-size:2rem}.cta-buttons{align-items:center;flex-direction:column}.cta-section .btn{max-width:300px;width:100%}}.home{min-height:100vh}.trusted-by{background:#fafafa;padding:4rem 1.5rem}.trusted-container{margin:0 auto;max-width:1280px}.trusted-title{color:#737373;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:2rem;text-align:center;text-transform:uppercase}.logos-grid{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));justify-items:center}.logo-placeholder{align-items:center;background:#e5e5e5;color:#737373;display:flex;font-size:.875rem;height:80px;justify-content:center;width:150px}.services-page{min-height:100vh;padding-top:64px}.page-header{background:#171717;color:#fff;overflow:hidden;padding:5rem 1.5rem;position:relative}.header-background{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.header-container{margin:0 auto;max-width:1280px;position:relative;z-index:2}.page-header h1{font-size:3.5rem;font-weight:500;letter-spacing:-.02em;margin-bottom:1.5rem}.page-header p{color:#f8f8f8;font-size:1.25rem;line-height:1.6;max-width:700px}@media (max-width:768px){.page-header h1{font-size:2.5rem}}.case-studies-page{min-height:100vh;padding-top:64px}.case-studies-section{padding:5rem 1.5rem}.studies-container{margin:0 auto;max-width:1100px}.studies-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;margin-bottom:5rem}.case-card{border:1px solid #e5e5e5;display:flex;flex-direction:column;gap:0;padding:2rem;transition:all .3s}.case-card-top{align-items:flex-start;display:flex;gap:2rem}.case-image{background-color:#f5f5f5;flex-shrink:0;min-height:250px;overflow:hidden;width:400px}.case-image img{aspect-ratio:16/10;display:block;height:auto;object-fit:cover;width:100%}.case-content{flex:1 1}.case-card:hover{border-color:#000}.case-content .case-industry{color:#737373;font-size:.75rem;font-weight:600;letter-spacing:.05em;margin-bottom:.75rem;text-transform:uppercase}.case-content h3{color:#000;font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.case-content>p,.description-extended{color:#737373;font-size:1rem;line-height:1.5;margin-bottom:1rem}.description-extended{margin-top:0}.read-more-link{color:#36c8ff;cursor:pointer;font-weight:500;margin-left:.25rem;text-decoration:underline;transition:color .3s}.read-more-link:hover{color:#06b6d4}.case-results-section{display:grid;grid-template-rows:0fr;margin-top:0;overflow:hidden;transition:grid-template-rows .6s cubic-bezier(.4,0,.2,1),margin .6s cubic-bezier(.4,0,.2,1)}.case-results-section.expanded{grid-template-rows:1fr;margin-top:1.5rem}.case-results-wrapper{min-height:0;overflow:hidden}.results-intro{color:#737373;font-size:1rem;font-weight:500;margin-bottom:1rem}.case-results{display:flex;flex-direction:column;gap:.5rem}.result-item{align-items:flex-start;color:#737373;display:flex;font-size:.875rem;gap:.75rem}.check{color:#000;flex-shrink:0;font-weight:700}.case-studies-section .trusted-by{background:#0000;border:none;padding:2rem 0 0}.case-studies-section .trusted-container{max-width:100%}.case-studies-section .companies-grid{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));justify-items:center}@media (max-width:768px){.case-card-top{flex-direction:column}.case-image{width:100%}.case-results{padding-left:0}.case-studies-section .companies-grid{gap:2rem}}.toast{align-items:center;animation:toastSlideIn .3s ease-out;background:#000;border:1px solid #333;border-radius:8px;bottom:2rem;box-shadow:0 4px 20px #0000004d;color:#fff;display:flex;gap:1rem;justify-content:space-between;left:auto;max-width:500px;min-width:300px;padding:1rem 1.25rem;position:fixed!important;right:2rem;top:auto;transform:translateZ(0);will-change:transform;z-index:9999}.toast-success{background:#000;border-left:4px solid #36c8ff}.toast-error{background:#000;border-left:4px solid #ea580c}.toast-content{flex:1 1;gap:.75rem}.toast-content,.toast-icon{align-items:center;display:flex}.toast-icon{border-radius:50%;flex-shrink:0;font-size:.875rem;font-weight:600;height:24px;justify-content:center;width:24px}.toast-success .toast-icon{background:#36c8ff;color:#000}.toast-error .toast-icon{background:#ea580c;color:#fff}.toast-message{color:#fff;font-size:.9375rem;font-weight:400;line-height:1.5;margin:0}.toast-close{align-items:center;background:#0000;border:none;border-radius:4px;color:#737373;cursor:pointer;display:flex;flex-shrink:0;font-size:1.5rem;height:24px;justify-content:center;line-height:1;padding:0;transition:all .2s;width:24px}.toast-close:hover{background:#ffffff1a;color:#fff}.toast-close:focus-visible{outline:2px solid #36c8ff;outline-offset:2px}@keyframes toastSlideIn{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@media (max-width:768px){.toast{bottom:1rem;left:1rem;max-width:none;min-width:auto;right:1rem}}.contact-page{min-height:100vh;padding-top:64px}.contact-section{padding:5rem 1.5rem}.contact-container{margin:0 auto;max-width:1200px}.contact-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.contact-info h2{color:#000;font-size:2rem;font-weight:500;letter-spacing:-.02em;margin-bottom:1.5rem}.contact-info>p{color:#737373;font-size:1rem;line-height:1.6;margin-bottom:2rem}.info-blocks{display:flex;flex-direction:column;gap:2rem}.info-block h3{color:#000;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.info-block a,.info-block p{color:#737373;font-size:1.125rem;text-decoration:none;transition:color .2s}.info-block a:hover{color:#000}.contact-form{background:#f8f9fa;border:1px solid #e5e5e5;border-radius:12px;padding:2.5rem}.form-group{display:flex;flex-direction:column}.form-group label{color:#000;font-size:.875rem;font-weight:500;letter-spacing:-.01em;margin-bottom:.75rem}.form-group input,.form-group textarea{background:#fff;border:2px solid #d4d4d4;border-radius:8px;box-sizing:border-box;color:#000;font-family:inherit;font-size:1rem;font-weight:400;padding:1rem 1.25rem;transition:all .3s;width:100%}.form-group input:hover,.form-group textarea:hover{border-color:#36c8ff}.form-group input:focus,.form-group textarea:focus{background:#fff;border-color:#36c8ff;box-shadow:0 0 0 3px #36c8ff26;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#737373;opacity:1}.form-group textarea{font-family:inherit;min-height:150px;resize:vertical}.contact-form .btn{background:#000;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.05rem;font-weight:500;justify-content:center;letter-spacing:-.01em;margin-top:1rem;padding:1rem 2rem;transition:all .3s;width:100%}.contact-form .btn:hover:not(:disabled){background:#333;box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.contact-form .btn:focus-visible{outline:2px solid #36c8ff;outline-offset:2px}.contact-form .btn:disabled{cursor:not-allowed;opacity:.6;transform:none}@media (max-width:1024px){.contact-grid{gap:3rem;grid-template-columns:1fr}}.service-detail-page{min-height:100vh;padding-top:64px}.service-page-header{background:#000;color:#fff;margin-top:-64px;overflow:hidden;padding:8rem 1.5rem 5rem;position:relative}.service-header-background{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.glow-orb{animation:floatGlow 12s ease-in-out infinite;border-radius:50%;filter:blur(70px);opacity:.4;position:absolute}.glow-orb-1{animation-delay:0s;background:radial-gradient(circle,#ff9ff3 0,#f368e0 50%,#0000 70%);height:250px;right:-125px;top:-125px;width:250px}.glow-orb-2{animation-delay:4s;background:radial-gradient(circle,#54a0ff 0,#2e86de 50%,#0000 70%);bottom:-90px;height:180px;left:-90px;width:180px}.glow-orb-3{animation-delay:8s;background:radial-gradient(circle,#5f27cd 0,#341f97 50%,#0000 70%);height:220px;left:20%;top:30%;width:220px}@keyframes floatGlow{0%,to{opacity:.4;transform:translate(0) scale(1)}25%{opacity:.6;transform:translate(25px,-20px) scale(1.15)}50%{opacity:.2;transform:translate(-20px,25px) scale(.85)}75%{opacity:.5;transform:translate(15px,10px) scale(1.05)}}.service-header-container{margin:0 auto;max-width:1280px;position:relative;z-index:2}.service-header-content{margin-bottom:3rem}.service-header-title-row{align-items:center;display:flex;gap:2rem;margin-bottom:1.5rem}.service-header-icon{flex-shrink:0}.service-header-icon .service-icon{align-items:center;-webkit-clip-path:polygon(0 0,100% 0,85% 100%,0 100%);clip-path:polygon(0 0,100% 0,85% 100%,0 100%);color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:80px;justify-content:center;letter-spacing:.05em;margin-top:0;text-transform:uppercase;width:80px}.service-header-title-row h1{color:#fff;font-size:3.5rem;font-weight:500;letter-spacing:-.02em;margin:0}.service-intro{color:#f8f8f8;max-width:700px}.service-header-ctas{display:flex;flex-wrap:wrap;gap:1rem}.service-header-ctas .btn{align-items:center;border-radius:0;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:400;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .2s}.service-header-ctas .btn-primary{background:#fff;border:2px solid #fff;color:#000}.service-header-ctas .btn-primary:hover{background:#f5f5f5;border-color:#f5f5f5;transform:translateY(-2px)}.service-header-ctas .btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.service-header-ctas .btn-secondary:hover{background:#fff;color:#000;transform:translateY(-2px)}@media (max-width:768px){.service-header-title-row{flex-direction:column;gap:1.5rem;text-align:center}.service-header-title-row h1{font-size:2.5rem}.service-header-ctas{justify-content:center}}.service-detail-container{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:2fr 1fr;margin:0 auto;max-width:1280px;padding:3rem 1.5rem}.service-main-content{min-width:0}.service-header{display:block}.service-header h1{color:#000;display:block;font-size:3rem;font-weight:500;letter-spacing:-.02em;margin-bottom:1.5rem;width:100%}.service-intro{color:#eee;display:block;font-size:1.25rem;line-height:1.6;width:100%}.service-intro,.service-photos{margin-bottom:3rem}.service-photo{border-radius:8px;box-shadow:0 4px 12px #0000001a;height:300px;margin-bottom:1rem;object-fit:cover;width:100%}.service-image-above-overview{background-color:#f5f5f5;margin-bottom:2rem;margin-top:2rem;min-height:300px;width:100%}.service-image-above-overview img{aspect-ratio:16/9;border-radius:8px;display:block;height:auto;object-fit:cover;width:100%}.service-description h2{color:#000;font-size:2rem;font-weight:500;letter-spacing:-.02em;margin:3rem 0 1.5rem}.service-description p{color:#1a1a1a;font-size:1.125rem;font-weight:400;line-height:1.8;margin-bottom:2rem}.service-description ul{margin:1rem 0 2rem;padding-left:1.5rem}.service-description li{color:#1a1a1a;font-size:1.125rem;font-weight:400;line-height:1.7;margin-bottom:.75rem}.benefits-list,.features-list{list-style:none;padding-left:0}.benefits-list li,.features-list li{margin-bottom:1rem;padding-left:2rem;position:relative}.benefits-list li:before,.features-list li:before{animation:pulse-glow 2s ease-in-out infinite;background:#36c8ff;border-radius:50%;box-shadow:0 0 6px #36c8ff99,0 0 12px #36c8ff4d;content:"";height:8px;left:0;position:absolute;top:.5rem;width:8px}@keyframes pulse-glow{0%,to{box-shadow:0 0 6px #36c8ff99,0 0 12px #36c8ff4d}50%{box-shadow:0 0 8px #36c8ffcc,0 0 16px #36c8ff66}}.service-sidebar{background:#f8f9fa;border:1px solid #d4d4d4;border-radius:8px;height:-webkit-fit-content;height:fit-content;padding:2rem;position:-webkit-sticky;position:sticky;top:100px}.sidebar-section{margin-bottom:2.5rem}.sidebar-section h3{border-bottom:2px solid #36c8ff;color:#000;font-size:1.25rem;font-weight:400;letter-spacing:-.01em;margin-bottom:1.5rem;padding-bottom:.5rem}.sidebar-section p{color:#404040;display:block;font-size:.95rem;font-weight:400;line-height:1.6;margin-bottom:1.5rem}.detail-item{align-items:center;border-bottom:1px solid #e5e5e5;display:flex;justify-content:space-between;padding:.75rem 0}.detail-label{color:#444}.detail-label,.detail-value{font-size:.95rem;font-weight:500}.detail-value{color:#000;text-align:right}.requirements{margin-top:1rem}.requirement-item{color:#1a1a1a;font-size:.95rem;font-weight:400;line-height:1.6;margin-bottom:1rem}.requirement-item strong{color:#000;font-weight:500}.sidebar-cta{background:#000;border:none;border-radius:6px;box-sizing:border-box;color:#fff;cursor:pointer;display:block;font-weight:600;margin-top:0;padding:.75rem 1.5rem;text-align:center;text-decoration:none;transition:all .3s;width:100%}.sidebar-cta:hover{background:#333;transform:translateY(-2px)}.service-contact-form{background:#000;color:#fff;margin-top:4rem;padding:4rem 1.5rem}.contact-form-container{margin:0 auto;max-width:800px;text-align:center}.contact-form-container h2{font-size:2.5rem;font-weight:600;margin-bottom:1rem}.contact-form-container p{color:#ccc;font-size:1.25rem;margin-bottom:3rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.contact-form input,.contact-form textarea{background:#fff;border:1px solid #d4d4d4;border-radius:6px;color:#000;font-size:1rem;padding:1rem;transition:border-color .3s}.contact-form input:focus,.contact-form textarea:focus{border-color:#36c8ff;outline:none}.contact-form textarea{min-height:120px;resize:vertical}.submit-btn{align-self:center;background:#36c8ff;border:none;border-radius:6px;color:#000;cursor:pointer;font-size:1.1rem;font-weight:600;min-width:200px;padding:1rem 2rem;transition:all .3s}.submit-btn:hover{background:#2bb3e6;transform:translateY(-2px)}.service-faq-section{border-top:1px solid #e5e5e5;contain:layout;margin-top:4rem;padding-top:3rem}.service-faq-section h2{color:#000;font-size:2rem;font-weight:500;letter-spacing:-.02em;margin-bottom:2.5rem}.faq-list{contain:layout;display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border:1px solid #e5e5e5;border-radius:12px;box-shadow:0 1px 3px #0000000d;contain:layout style;overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease}.faq-item:hover{border-color:#36c8ff;box-shadow:0 4px 12px #36c8ff26}.faq-question{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;gap:1.5rem;justify-content:space-between;padding:1.5rem;text-align:left;transition:all .3s ease;width:100%}.faq-question:hover{background:#f8f9fa}.faq-question-text{color:#000;flex:1 1;font-size:1.1rem;font-weight:500;line-height:1.5;text-align:left}.faq-icon{align-items:center;background:#36c8ff1a;border-radius:50%;color:#36c8ff;display:flex;flex-shrink:0;font-size:1.75rem;font-weight:300;height:32px;justify-content:center;transition:all .3s ease;width:32px}.faq-question[aria-expanded=true] .faq-icon{background:#36c8ff;color:#fff;transform:rotate(180deg)}.faq-answer{display:grid;grid-template-rows:0fr;overflow:hidden;transition:grid-template-rows .25s cubic-bezier(.4,0,.2,1)}.faq-answer>div{min-height:0;overflow:hidden}.faq-answer-open{grid-template-rows:1fr}.faq-answer p{color:#404040;font-size:1.05rem;font-weight:400;line-height:1.8;margin:0;padding:.5rem 1.5rem 1.5rem}@media (max-width:1024px){.service-detail-container{gap:2rem;grid-template-columns:1fr}.service-sidebar{order:-1;position:static}}@media (max-width:768px){.service-detail-container{padding:2rem 1rem}.service-header h1{font-size:2.5rem}.service-intro{font-size:1.1rem}.form-row{grid-template-columns:1fr}.contact-form-container h2{font-size:2rem}}.data-migration-page,.data-quality-page,.mdg-implementation-page,.strategic-consulting-page{min-height:100vh}
/*# sourceMappingURL=main.7b645baf.css.map*/