@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
:root{--bg-primary:#f9f9f9;--bg-secondary:#f6f6f6;--text-primary:#151515;--text-secondary:#555;--brand-navy:#111;--brand-orange:#d9381e;--font-family-inter:"Inter", "Inter Fallback", system-ui, sans-serif;--font-heading:var(--font-family-inter);--font-body:var(--font-family-inter)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;font-size:16px;font-weight:300;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:400;line-height:1.2}a{color:inherit;text-decoration:none;transition:all .3s}.header-container{z-index:1000;transition:all .5s;position:absolute;top:0;left:0;right:0}.header-grid{grid-template-columns:auto 1fr auto;grid-template-areas:"logo nav ctas";align-items:center;gap:1.5rem;width:100%;max-width:1600px;margin:0 auto;padding:1.5rem 5%;display:grid}.header-logo-area{grid-area:logo}.header-nav-area{grid-area:nav;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.header-ctas-area{grid-area:ctas;align-items:center;gap:1.25rem;display:flex}.header-toggle-area{grid-area:toggle;display:none}.transparent-dark{background:0 0}.transparent-dark .header-logo-light{max-height:80px;display:block}.transparent-dark .header-logo-dark{display:none}.transparent-dark .nav-link{color:#ffffffd9}.transparent-dark .nav-link:hover,.transparent-dark .lang-btn{color:#fff}.scrolled-light{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #0000000d;position:absolute;box-shadow:0 4px 30px #0000000d}.scrolled-light .header-grid{padding:1rem 5%}.scrolled-light .header-logo-light{display:none}.scrolled-light .header-logo-dark{max-height:80px;display:block}.scrolled-light .nav-link{color:var(--text-primary)}.scrolled-light .nav-link:hover{color:var(--text-secondary)}.scrolled-light .lang-btn{color:var(--text-primary)}.nav-link{align-items:center;gap:.25rem;padding:.5rem .75rem;font-size:.95rem;font-weight:300;transition:color .3s;display:flex}.dropdown-icon{opacity:.7;transition:transform .3s}.nav-dropdown{cursor:pointer;position:relative}.dropdown-gap{width:100%;height:20px;position:absolute;top:100%;left:0}.dropdown-menu{opacity:0;visibility:hidden;pointer-events:none;background:#1a1a1a;border:1px solid #ffffff0d;border-radius:8px;min-width:200px;padding:.5rem;transition:all .3s cubic-bezier(.16,1,.3,1);position:absolute;top:calc(100% + 20px);left:0;transform:translateY(10px);box-shadow:0 4px 20px #00000080}@media (min-width:1024px){.nav-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.nav-dropdown:hover .dropdown-icon{transform:rotate(90deg)}}.dropdown-item{color:#ffffffb3;padding:.5rem;font-size:.9rem;transition:color .2s;display:block}.dropdown-item:hover{color:#fff}.dropdown-submenu{position:relative}.submenu-arrow{opacity:.5;font-size:.6rem;transition:transform .3s}.nested-dropdown-menu{opacity:0;visibility:hidden;pointer-events:none;background:#1a1a1a;border:1px solid #ffffff0d;border-radius:8px;min-width:250px;margin-left:.25rem;padding:.5rem;transition:all .3s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:100%;transform:translate(-10px);box-shadow:0 4px 20px #00000080}@media (min-width:1024px){.dropdown-submenu:hover>.nested-dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(0)}.dropdown-submenu:hover>.dropdown-item .submenu-arrow{opacity:1;color:#fff}}.nav-link-mobile-only{display:none}.service-explorer-v2{background-color:var(--bg-primary);color:var(--text-primary);flex-direction:column;justify-content:center;min-height:100vh;padding:8rem 0;display:flex}.service-explorer-title{margin-bottom:4rem;font-size:clamp(2.25rem,4vw,5rem);font-weight:500;line-height:1.1}.service-explorer-grid{grid-template-columns:1fr;gap:3rem;display:grid}@media (min-width:1024px){.service-explorer-grid{grid-template-columns:1fr 1.2fr;gap:4rem}}.service-explorer-list{flex-direction:column;display:flex}.service-explorer-btn{text-align:left;cursor:pointer;background:0 0;border:none;border-top:1px solid #0000001a;outline:none;width:100%;font-family:inherit;transition:border-color .3s}.service-explorer-btn:hover{border-top-color:#0000004d}.service-explorer-btn:last-of-type{border-bottom:1px solid #0000001a}.service-explorer-btn:last-of-type:hover{border-bottom-color:#0000004d}.service-explorer-btn-inner{align-items:baseline;gap:1.25rem;padding:1.5rem 0;display:flex}.service-explorer-number{font-variant-numeric:tabular-nums;flex-shrink:0;font-weight:500;transition:color .3s}.text-accent-dark{color:var(--text-primary)}.text-canvas-65{color:#0006}.text-canvas{color:var(--text-primary)}.service-explorer-content-wrap{flex:1}.service-explorer-item-title{font-size:clamp(1.25rem,2vw,1.75rem);font-weight:500;transition:color .3s}.service-explorer-item-title a{color:inherit}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.gap-x-3{column-gap:.75rem}.gap-y-2{row-gap:.5rem}.mt-4{margin-top:1rem}.mt-3{margin-top:.75rem}.mt-2{margin-top:.5rem}.mt-6{margin-top:1.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.block{display:block}.inline-flex{display:inline-flex}.relative{position:relative}.absolute{position:absolute}.inset-0{inset:0}.overflow-hidden{overflow:hidden}.rounded-lg{border-radius:.5rem}.aspect-video{aspect-ratio:16/9}.aspect-\[4\/3\]{aspect-ratio:4/3}.w-full{width:100%}.h-full{height:100%}.object-cover{object-fit:cover}.shadow-\[0_8px_32px_rgba\(0\,0\,0\,0\.5\)\]{box-shadow:0 8px 32px #00000080}.pointer-events-none{pointer-events:none}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-400{transition-duration:.4s}.duration-500{transition-duration:.5s}.min-h-\[44px\]{min-height:44px}.text-sm{font-size:.875rem;line-height:1.25rem}.font-medium{font-weight:500}.text-\[15px\]{font-size:15px}.leading-relaxed{line-height:1.625}.max-w-lg{max-width:32rem}.opacity-100{opacity:1}.opacity-0{opacity:0}.scale-100{transform:scale(1)}.scale-105{transform:scale(1.05)}.grid-rows-\[1fr\]{grid-template-rows:1fr}.grid-rows-\[0fr\]{grid-template-rows:0fr}@media (min-width:1024px){.lg\:hidden{display:none}.lg\:block{display:block}.lg\:grid-rows-\[0fr\]{grid-template-rows:0fr}.lg\:grid-rows-\[1fr\]{grid-template-rows:1fr}.lg\:opacity-0{opacity:0}.lg\:opacity-100{opacity:1}}@media (max-width:1023px){.max-lg\:mt-3{margin-top:.75rem}.max-lg\:grid-rows-\[1fr\]{grid-template-rows:1fr}.max-lg\:opacity-100{opacity:1}.service-explorer-desc-grid{opacity:1;grid-template-rows:1fr}}.service-explorer-desc-grid{display:grid}.service-explorer-readmore{color:#000000b3}.service-explorer-readmore:hover{color:var(--text-primary)}.lang-btn{cursor:pointer;letter-spacing:.15em;opacity:.8;background:0 0;border:none;align-items:center;gap:.35rem;font-size:.7rem;font-weight:500;transition:opacity .2s;display:flex}.lang-btn:hover{opacity:1}.lang-flag{border-radius:2px}@media (max-width:1024px){.header-grid{grid-template-columns:auto 1fr;grid-template-areas:"logo toggle";padding:1.5rem 5%}.header-nav-area{flex-direction:column;grid-area:nav;align-items:center;gap:1.5rem;padding-top:2rem;display:none}.header-ctas-area{flex-direction:column;grid-area:ctas;align-items:center;gap:1rem;padding-bottom:2rem;display:none}.header-toggle-area{cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;margin-left:auto;display:flex}.hamburger-line{transform-origin:50%;background:currentColor;width:24px;height:2px;transition:all .3s;display:block}.transparent-dark .hamburger-line{background:#fff}.scrolled-light .hamburger-line{background:var(--text-primary)}.mobile-menu-open{-webkit-backdrop-filter:blur(12px);height:100vh;background:#111111fa!important}.mobile-menu-open .header-grid{grid-template-rows:auto 1fr auto;grid-template-areas:"logo toggle""nav nav""ctas ctas";height:100%}.mobile-menu-open .header-nav-area,.mobile-menu-open .header-ctas-area{display:flex}.mobile-menu-open .header-logo-light{display:block!important}.mobile-menu-open .header-logo-dark{display:none!important}.mobile-menu-open .nav-link,.mobile-menu-open .lang-btn{color:#fff!important}.mobile-menu-open .hamburger-line{background:#fff!important}.mobile-menu-open .top-line{transform:translateY(7px)rotate(45deg)}.mobile-menu-open .middle-line{opacity:0}.mobile-menu-open .bottom-line{transform:translateY(-7px)rotate(-45deg)}.mobile-menu-open .header-nav-area>*{opacity:0;animation:.4s cubic-bezier(.16,1,.3,1) forwards fadeInUpMenu;transform:translateY(15px)}.mobile-menu-open .header-nav-area>:first-child{animation-delay:.1s}.mobile-menu-open .header-nav-area>:nth-child(2){animation-delay:.15s}.mobile-menu-open .header-nav-area>:nth-child(3){animation-delay:.2s}.mobile-menu-open .header-ctas-area{opacity:0;animation:.4s cubic-bezier(.16,1,.3,1) .25s forwards fadeInUpMenu;transform:translateY(15px)}@keyframes fadeInUpMenu{to{opacity:1;transform:translateY(0)}}.nav-dropdown{display:none}.nav-link-mobile-only{font-size:1.75rem;font-weight:400;display:block}.nav-link{font-size:1.75rem;font-weight:400}}@keyframes fadeToB{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.btn-accent{background-color:var(--brand-orange);border:1px solid var(--brand-orange);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;min-height:44px;padding:.75rem 1.75rem;font-size:.9375rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 14px #c9421f52;color:#fff!important}.btn-accent:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 6px 20px #d9381e66}.btn-glass{letter-spacing:.05em;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);cursor:pointer;background-color:#0000;border:1px solid #ffffff4d;border-radius:4px;padding:1rem 2.5rem;font-size:.95rem;font-weight:500;transition:all .3s;display:inline-block;color:#fff!important}.btn-glass:hover{background-color:#ffffff1a;border-color:#fff}.hero-video-section{background-color:#111;justify-content:flex-start;align-items:center;width:100%;height:100vh;min-height:600px;padding:0 5%;display:flex;position:relative;overflow:hidden}.hero-cinematic-bg{object-fit:cover;z-index:1;width:100%;height:100%;animation:20s ease-in-out infinite alternate cinematicPan;position:absolute;top:0;left:0}@keyframes cinematicPan{0%{transform:scale(1.02)translate(0)}to{transform:scale(1.15)translate(-2%,-2%)}}.hero-video-overlay-1{z-index:2;background:#00000080;position:absolute;inset:0}.hero-video-overlay-2{z-index:3;background:linear-gradient(#0000 0%,#1515154d 50%,#151515d9 100%);position:absolute;inset:0}.hero-video-overlay-3{z-index:4;background:linear-gradient(90deg,#151515e0 0%,#1515158c 35%,#0000 80%);position:absolute;inset:0}.hero-content{z-index:10;flex-direction:column;justify-content:center;width:100%;max-width:1600px;height:100%;margin:0 auto;padding:0 5%;display:flex;position:relative}.hero-content-inner{max-width:900px}.hero-technical{color:#fff9;letter-spacing:.15em;text-transform:uppercase;margin-bottom:1.5rem;font-size:1rem}.hero-title{color:#fff;letter-spacing:-.02em;margin-bottom:2rem;font-size:clamp(3rem,6vw,5.5rem);font-weight:300;line-height:1.1}.hero-title strong{font-weight:500;display:block}.hero-desc{color:#fffc;max-width:600px;margin-bottom:3rem;font-size:1.1rem;font-weight:300}.hero-buttons{flex-wrap:wrap;gap:1rem;display:flex}.scroll-indicator{color:#fff9;cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:.5rem;transition:color .3s;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-indicator:hover{color:#fff}.scroll-text{letter-spacing:.15em;text-transform:uppercase;font-size:.75rem}.service-explorer{background-color:var(--bg-secondary);color:var(--text-primary);flex-direction:column;justify-content:center;min-height:100vh;padding:8rem 0;display:flex}.section-container{width:100%;max-width:1400px;margin:0 auto;padding:0 5%}.service-header h2{margin-bottom:4rem;font-size:clamp(2.5rem,4vw,4.5rem);font-weight:400;line-height:1.1}.service-list{flex-direction:column;display:flex}.service-item{border-top:1px solid #0000001a;align-items:flex-start;gap:2rem;padding:2.5rem 0;display:flex}.service-item.border-bottom{border-bottom:1px solid #0000001a}.service-number{color:#0006;font-variant-numeric:tabular-nums;width:40px;font-size:1rem;font-weight:400}.service-item-content{flex:1}.service-item-title-link h3{color:var(--text-primary);margin-bottom:1rem;font-size:clamp(1.5rem,2vw,2rem);font-weight:400;transition:color .3s}.service-item-title-link:hover h3{color:var(--text-secondary)}.service-item-desc{grid-template-columns:1fr auto;align-items:end;gap:2rem;display:grid}.service-item-desc p{color:var(--text-secondary);max-width:600px;font-size:1rem;line-height:1.8}.service-link-arrow{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;display:flex}.service-link-arrow:hover{color:var(--text-primary)}.all-services-link{color:var(--text-primary);align-items:center;gap:.5rem;margin-top:2rem;font-size:.95rem;font-weight:500;display:flex}.industry-showcase{background:var(--bg-primary);padding:8rem 0}.industry-header h2{margin-bottom:3rem;font-size:clamp(2rem,4vw,3.5rem)}.industry-track{scrollbar-width:none;gap:2rem;padding-bottom:2rem;display:flex;overflow-x:auto}.industry-track::-webkit-scrollbar{display:none}.industry-card{flex:1;min-width:350px;text-decoration:none;display:block}.industry-card:hover .industry-image-box img{transform:scale(1.05)}.industry-showcase-v2{background-color:#151515;padding:6rem 0;overflow:hidden}.industry-container{width:100%;max-width:1600px;margin:0 auto}.industry-header-row{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:3rem;padding:0 5%;display:flex}.industry-title-col h2{color:#fff;margin:0;font-size:clamp(1.875rem,4vw,3.5rem);font-weight:500;line-height:1.1}.industry-nav-btns{gap:.5rem;display:flex}.industry-nav-btns button{color:#ffffffd9;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;transition:all .3s;display:flex}.industry-nav-btns button:hover{color:#fff;background:#ffffff0d;border-color:#ffffff80}.industry-track-v2{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;gap:1.5rem;padding:0 5% 2rem;display:flex;overflow-x:auto}.industry-track-v2::-webkit-scrollbar{display:none}.industry-card-v2{text-decoration:none;display:block}.industry-card-tech{text-transform:uppercase;letter-spacing:.1em;color:#ffffffb3;margin:0 0 .75rem;font-size:.75rem}.industry-card-image-wrap{aspect-ratio:1;background-color:#222;border:1px solid #ffffff1a;border-radius:.5rem;transition:border-color .3s;position:relative;overflow:hidden}.industry-card-v2:hover .industry-card-image-wrap{border-color:#ffffff4d}.industry-card-image-inner{background-color:#0000;position:absolute;inset:0}.industry-card-image-inner img{object-fit:contain;mix-blend-mode:lighten;width:100%;height:100%;transition:transform .5s}.industry-card-v2:hover .industry-card-image-inner img{transform:scale(1.05)}.industry-card-title{color:#ffffffe6;margin:1rem 0 0;font-size:1.125rem;font-weight:600;line-height:1.2;transition:color .3s}.industry-card-v2:hover .industry-card-title{color:#fff}.industry-card-desc{opacity:1;max-height:none;overflow:visible}.industry-card-desc p{color:#ffffffb3;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:.75rem 0 0;font-size:.9375rem;line-height:1.6;display:-webkit-box;overflow:hidden}.about-section-v2{color:#fff;background-color:#151515;padding:8rem 5% 6rem;position:relative;overflow:hidden}.about-grid-bg{pointer-events:none;position:absolute;inset:0;-webkit-mask-image:radial-gradient(90% 85% at 60%,#000 40%,#0000 100%);mask-image:radial-gradient(90% 85% at 60%,#000 40%,#0000 100%)}.about-container{max-width:1600px;margin:0 auto;position:relative}.about-content-wrap{flex-direction:column;gap:4rem;display:flex;position:relative}@media (min-width:1024px){.about-content-wrap{flex-direction:row;justify-content:space-between;align-items:center}}.about-text-content{z-index:10;max-width:48rem}.about-pretitle{color:#ffffff80;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;font-size:.875rem}.about-title{margin:0 0 2rem;font-size:clamp(2.25rem,4vw,4rem);font-weight:500;line-height:1.1}.about-title span{color:#ffffffb3}.about-desc{color:#fffc;max-width:36rem;margin-bottom:2rem;font-size:1.125rem;line-height:1.6}.about-link{color:#ffffffd9;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .3s;display:inline-flex}.about-link:hover{color:#fff}.about-media-content{pointer-events:none;width:100%;max-width:600px;margin:0 auto}@media (min-width:1024px){.about-media-content{justify-content:flex-end;width:50%;max-width:none;display:flex}}.about-media-content img{object-fit:contain;mix-blend-mode:lighten;opacity:.9;width:100%;max-width:700px;height:auto}.about-divider{background-color:#ffffff1a;height:1px;margin:4rem 0}.about-features-grid{grid-template-columns:1fr;gap:2.5rem;display:grid}@media (min-width:768px){.about-features-grid{grid-template-columns:repeat(3,1fr);gap:3rem}}.about-feature-title{color:#fff;margin-bottom:.75rem;font-size:1.125rem;font-weight:500}.about-feature-desc{color:#ffffffa6;font-size:.875rem;line-height:1.6}.cta-section{background-color:var(--bg-primary);color:#111;padding:8rem 5%;position:relative}.cta-container{gap:4rem;max-width:1280px;margin:0 auto;display:grid}@media (min-width:1024px){.cta-container{grid-template-columns:1fr 1fr;gap:6rem}.cta-left{position:sticky;top:8rem}}.cta-title{color:#111;letter-spacing:-.02em;margin-bottom:1.25rem;font-size:3rem;font-weight:500;line-height:1.1}@media (min-width:768px){.cta-title{font-size:4.5rem}}.cta-desc{color:#00000080;max-width:32rem;margin-bottom:3rem;font-size:1.25rem;line-height:1.5}.cta-email-wrap{color:#0006;margin-top:2rem;font-size:.875rem}.cta-email-link{color:#0009;text-underline-offset:4px;margin-top:0;font-size:1rem;font-weight:500;text-decoration:underline;transition:color .3s;display:inline-block}.cta-email-link:hover{color:#111}.cta-form-box{-webkit-backdrop-filter:blur(12px);background-color:#ffffffe6;border:1px solid #0000000d;border-radius:1.5rem;padding:2rem;box-shadow:0 10px 40px -10px #0000000d}@media (min-width:768px){.cta-form-box{padding:3rem}}.cta-form-grid,.cta-form-row{flex-direction:column;gap:1.5rem;display:flex}@media (min-width:640px){.cta-form-row{flex-direction:row}.cta-form-row>*{flex:1;min-width:0}}.cta-form-group{flex-direction:column;display:flex}.cta-form-label{color:#000000b3;margin-bottom:.5rem;font-size:.9rem;font-weight:500}.cta-form-label span{color:#0000004d;font-weight:400}.cta-form-input,.cta-form-select,.cta-form-textarea{color:#111;box-sizing:border-box;background-color:#fff;border:1px solid #0000001a;border-radius:.75rem;width:100%;padding:1rem 1.25rem;font-family:inherit;font-size:1rem;transition:all .2s}.cta-form-input::placeholder,.cta-form-textarea::placeholder{color:#0000004d}.cta-form-input:focus,.cta-form-select:focus,.cta-form-textarea:focus{border-color:#0000004d;outline:none;box-shadow:0 0 0 3px #0000000d}.cta-form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg stroke='currentColor' fill='none' stroke-width='2' viewBox='0 0 24 24' stroke-linecap='round' stroke-linejoin='round' height='1em' width='1em' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 1.25rem center;background-repeat:no-repeat;background-size:1.2em;padding-right:2.5rem}.cta-form-select option{color:#111;background-color:#fff}.cta-form-textarea{resize:vertical;min-height:120px}.cta-form-btn{background-color:var(--brand-orange);color:#fff;cursor:pointer;border:none;border-radius:.5rem;width:100%;margin-top:.5rem;padding:1.125rem;font-size:1.05rem;font-weight:500;transition:opacity .2s}.cta-form-btn:hover{opacity:.9}.footer{color:#fff;background-color:#151515;border-top:1px solid #ffffff0d;padding:4rem 5% 1.5rem}.footer-container{max-width:1440px;margin:0 auto}.footer-grid-4{grid-template-columns:1fr;gap:3rem;display:grid}@media (min-width:768px){.footer-grid-4{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.footer-grid-4{grid-template-columns:1.5fr 1fr 1fr 1.5fr}}.footer-col h3{text-transform:uppercase;letter-spacing:.1em;color:#fffc;margin-bottom:1.25rem;font-size:.75rem;font-weight:500}.footer-col p,.footer-col ul{color:#ffffffb3;font-size:.875rem;font-weight:400;line-height:1.5}.footer-col ul{margin:0;padding:0;list-style:none}.footer-col ul li{margin-bottom:.75rem}.footer-col ul li a{color:#ffffffb3;text-decoration:none;transition:color .3s}.footer-col ul li a:hover{color:#fff}.footer-col a{color:#ffffffb3;margin-bottom:.5rem;text-decoration:none;transition:color .3s;display:block}.footer-col a:hover{color:#fff}.footer-bottom-bar{color:#ffffff80;border-top:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-top:4rem;padding-top:1.5rem;font-size:.75rem;display:flex}.lang-selector{text-transform:uppercase;letter-spacing:.15em;align-items:center;gap:.5rem;font-size:.75rem;font-weight:500;display:flex}.lang-selector a{color:#ffffff80;text-decoration:none;transition:color .3s}.lang-selector a:hover,.lang-selector a.active{color:#fff}.page-wrapper{background:var(--bg-primary);min-height:100vh}.subpage-hero{text-align:center;background:url(/factory.png) 50%/cover;justify-content:center;align-items:center;width:100%;height:40vh;min-height:300px;margin-top:0;display:flex;position:relative}.subpage-hero:before{content:"";background:#111111d9;position:absolute;inset:0}.subpage-hero h1{z-index:2;color:#fff;letter-spacing:1px;font-size:clamp(2rem,4vw,3.5rem);font-weight:300;position:relative}.subpage-content{background:var(--bg-primary);color:var(--text-primary);min-height:50vh;padding:5rem 5%}.subpage-content-inner{max-width:1000px;margin:0 auto}.subpage-content h2{color:var(--text-primary);margin-bottom:1.5rem;font-size:2rem;font-weight:400}.subpage-content p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem;font-weight:300;line-height:1.8}.subpage-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:4rem;display:grid}.subpage-grid-item{background:var(--bg-secondary);border-top:2px solid var(--text-primary);padding:2.5rem}.subpage-grid-item h3{margin-bottom:1rem;font-size:1.25rem}.subpage-grid-item p{margin-bottom:0;font-size:.95rem}@media (max-width:768px){.hero-video-section{min-height:80vh;padding-top:5rem}.hero-title{margin-bottom:1.5rem;font-size:clamp(2rem,8vw,3rem)}.hero-desc{margin-bottom:2rem;font-size:.95rem}.hero-buttons{flex-direction:column;width:100%}.hero-buttons>a{text-align:center;width:100%}.service-explorer-v2{padding:4rem 0}.service-explorer-title{margin-bottom:2rem;font-size:clamp(1.75rem,6vw,2.5rem)}.service-explorer-btn-inner{flex-direction:column;align-items:flex-start;gap:.5rem}.industry-showcase-v2{padding:4rem 0}.industry-header-row{flex-direction:column;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;padding:0 5%}.industry-title-col h2{font-size:clamp(1.75rem,6vw,2.25rem)}.about-section-v2{padding:4rem 5% 3rem}.about-content-wrap{gap:2rem}.about-title{margin-bottom:1.5rem;font-size:clamp(1.75rem,6vw,2.25rem)}.about-desc{font-size:.95rem}.about-divider{margin:2rem 0}.about-features-grid{gap:1.5rem}}.skiptranslate iframe,.goog-te-banner-frame,#goog-gt-tt,.goog-te-spinner-pos,.goog-te-spinner-animation,#google_translate_element{display:none!important}body{top:0!important}.goog-text-highlight{box-shadow:none!important;background-color:#0000!important}
