:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#091129;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#ff6b35;text-decoration:inherit;-webkit-tap-highlight-color:rgba(255,107,53,.2)}a:hover{color:#ff8c5a}body{margin:0;min-width:320px;min-height:100vh;background-color:#091129;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative}html{overflow-x:hidden;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ff6b35;border-radius:10px;border:0}::-webkit-scrollbar-thumb:hover{background:#ff8c5a}::-webkit-scrollbar-button{display:none!important;width:0!important;height:0!important;background:transparent!important}::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment{display:none!important;width:0!important;height:0!important}::-webkit-scrollbar-button:vertical:start:decrement,::-webkit-scrollbar-button:vertical:end:increment{display:none!important;width:0!important;height:0!important}::-webkit-scrollbar-button:horizontal:start:decrement,::-webkit-scrollbar-button:horizontal:end:increment{display:none!important;width:0!important;height:0!important}*{scrollbar-width:thin;scrollbar-color:#ff6b35 transparent;box-sizing:border-box}img,video,iframe{max-width:100%;height:auto}h1{font-size:3.2em;line-height:1.1}@media(max-width:768px){h1{font-size:2em}}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#ff6b35;color:#fff;cursor:pointer;transition:all .25s;min-height:44px;-webkit-tap-highlight-color:transparent}button:hover{background-color:#ff8c5a;border-color:#ff6b35}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(max-width:768px){button{min-height:48px}}.non-selectable{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}@media(prefers-color-scheme:light){:root{color:#ffffffde;background-color:#091129}a:hover{color:#ff8c5a}button{background-color:#ff6b35;color:#fff}}.header{background-color:#091129;color:#fff;padding:1.2rem 0;position:sticky;top:0;z-index:100;width:100%;transition:box-shadow .3s ease,background-color .3s ease,backdrop-filter .3s ease;background-color:#091129d9;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(10px);position:fixed}.header-container{max-width:1400px;margin:0 auto;padding:0 4rem;display:flex;justify-content:space-between;align-items:center;gap:2rem}.logo a{margin:0;font-size:1.5rem;font-weight:700;letter-spacing:.05em;white-space:nowrap}.header.scrolled{box-shadow:0 1px 20px #ff6b3541}.nav{display:flex;gap:2.5rem;align-items:center;flex:1;justify-content:center}.nav .mobile-cta{display:none!important}.nav-link{color:#fff;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .3s ease;position:relative;padding-bottom:.25rem}.nav-link:hover,.nav-link.active{color:#ff6b35}.nav-link.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background-color:#ff6b35}.cta-button{background-color:#ff6b35;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:background-color .3s ease;white-space:nowrap;text-decoration:none;display:inline-block}.cta-button:hover{background-color:#ff8c5a}.header.scrolled .nav-link,.header.scrolled .logo h1,.header.scrolled .cta-button{text-shadow:0 1px 2px rgba(0,0,0,.3)}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:8px;z-index:101;position:relative;min-width:44px;min-height:44px;justify-content:center;align-items:center;-webkit-tap-highlight-color:transparent}.mobile-menu-toggle span{width:25px;height:3px;background:#fff;border-radius:3px;transition:all .3s ease;display:block}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.desktop-cta{display:inline-block}.mobile-cta{display:none!important}@media(max-width:1024px){.header-container{padding:0 2rem}.nav{gap:1.5rem}.cta-button.desktop-cta{display:none}}@media(max-width:768px){.header{padding:1rem 0}.cta-button.mobile-cta{display:inline-block!important;width:calc(100% - 3rem);margin:1.5rem 1.5rem 0;text-align:center;padding:1rem;font-size:.875rem}.header-container{padding:0 1.5rem;position:relative;height:30px}.mobile-menu-toggle{display:flex;order:3;position:absolute;right:1.5rem;top:50%;transform:translateY(-50%)}.logo{order:1;flex:1;position:absolute;left:50%;transform:translate(-50%)}.nav{position:fixed;top:70px;left:0;right:0;background:#091129fa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);flex-direction:column;gap:0;padding:1.5rem 0;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;z-index:100;box-shadow:0 4px 20px #0000004d;max-height:calc(100vh - 70px);overflow-y:auto;-webkit-overflow-scrolling:touch}.nav.nav-open{transform:translateY(0);opacity:1;visibility:visible}.nav-link{padding:1rem 1.5rem;width:100%;text-align:left;border-bottom:1px solid rgba(255,255,255,.05);font-size:1rem;min-height:48px;display:flex;align-items:center;-webkit-tap-highlight-color:rgba(255,107,53,.2)}.nav-link:hover{background:#ff6b351a}.nav-link.active{background:#ff6b3526}.nav-link.active:after{display:none}}.footer{background-color:#091129;color:#fff;padding:4rem 0 2rem;margin-top:auto;width:100%;border-top:#b0b0b02f solid 1px}.footer-container{max-width:1400px;margin:0 auto;padding:0 4rem}.footer-top{display:grid;grid-template-columns:2fr 1fr 1.5fr 1.5fr;gap:3rem;margin-bottom:3rem}.footer-section h4{margin:0 0 1.5rem;font-size:1rem;font-weight:700;color:#fff;letter-spacing:.05em;text-transform:uppercase;text-align:left}.footer-section.company-info{max-width:300px;text-align:left}.footer-logo{font-size:1.5rem;font-weight:700;letter-spacing:.05em;margin-bottom:1rem}.logo-weintel{color:#fff}.logo-labs{color:#ff6b35}.tagline{margin:0;color:#b0b0b0;font-size:.9rem;line-height:1.6;text-align:left}.footer-section ul{list-style:none;padding:0;margin:0;text-align:left}.footer-section ul li{margin-bottom:.75rem;text-align:left}.footer-section ul li a{color:#b0b0b0;text-decoration:none;font-size:.9rem;transition:color .3s ease;display:flex;text-align:left;align-items:center;gap:15px}.footer-section ul li a:hover{color:#ff6b35}.contact-section .contact-list{display:flex;flex-direction:column;gap:.2rem}.contact-list ul li{display:flex;align-items:center;gap:.75rem;margin-bottom:0}.contact-icon{width:20px;height:20px;color:#ff6b35;flex-shrink:0}.contact-list li span{color:#b0b0b0;font-size:.9rem}.contact-list li span:hover{color:#ff6b35}.footer-divider{height:1px;background-color:#333;margin:0}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem}.copyright{margin:0;color:#b0b0b0;font-size:.875rem}.social-icons{display:flex;gap:1rem;align-items:center}.social-icon{width:24px;height:24px;color:#ff6b35;transition:transform .3s ease,color .3s ease}.social-icons a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,107,53,.3);transition:all .3s ease}.social-icons a:hover{border-color:#ff6b35;transform:translateY(-2px)}.social-icons a:hover .social-icon{color:#ff8c5a}@media(max-width:1024px){.footer-container{padding:0 2rem}.footer-top{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:768px){.footer{padding:3rem 0 1.5rem}.footer-container{padding:0 1.5rem}.footer-top{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer-section.company-info{max-width:100%}.footer-bottom{flex-direction:column;gap:1.5rem;text-align:center}.social-icons{justify-content:center}}@media(max-width:480px){.footer{padding:2.5rem 0 1.5rem}.footer-container{padding:0 1rem}.footer-top{gap:1.5rem}.footer-section h4{font-size:.9rem}.footer-logo{font-size:1.25rem}.tagline,.footer-section ul li a,.contact-list li span{font-size:.85rem}.copyright{font-size:.8rem}}.layout{display:flex;flex-direction:column;min-height:100vh;background-color:#091129;overflow-x:hidden;width:100%;margin-top:.1 em}.main-content{flex:1;width:100%}.main-content>*{max-width:1200px;width:100%;margin:0 auto;padding:2rem}.main-content>.full-width{max-width:100%;padding:0}@media(max-width:768px){.main-content>*{padding:1rem}.main-content>.full-width{padding:0}}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.hero-carousel{position:relative;width:100%;height:100vh;min-height:600px;background:#1a1e2b00;overflow:hidden;max-width:100vw;opacity:0;transform:translateY(30px)}.hero-carousel.is-visible{opacity:1;transform:translateY(0);transition:opacity .8s ease-out,transform .8s cubic-bezier(.22,1,.36,1)}.swiper{position:relative}.hero-swiper{width:100%;height:100%;min-height:600px}.hero-swiper .swiper-wrapper,.hero-swiper .swiper-slide{height:100%}.hero-slide{display:flex;align-items:center;justify-content:center;position:relative;background:#1a1e2b00}.hero-swiper:before{content:"";position:absolute;top:20%;left:20%;width:300px;height:300px;border:1px solid rgba(255,107,53,.1);pointer-events:none;overflow:hidden}.hero-swiper:after{content:"";position:absolute;bottom:20%;right:10%;width:600px;height:600px;border:1px solid rgba(255,107,53,.1);border-radius:50%;pointer-events:none;overflow:hidden}.hero-content{max-width:1240px;width:100%;text-align:center;z-index:1;position:relative;padding:80px 20px}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;border:1px solid #ff6b35;border-radius:50px;background:#241b2b;margin-bottom:30px;font-size:14px;color:#ff6b35}.badge-icon{width:18px;height:18px;display:flex;align-items:center}.badge-icon svg{width:100%;height:100%;stroke:currentColor;fill:none}.badge-text{font-weight:500;letter-spacing:.5px}.hero-title{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700;line-height:1.2;margin:0 0 24px;color:#fff;text-align:center}.title-highlight{color:#ff6b35;display:inline-block}.hero-description{font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.6;color:#828a9f;max-width:900px;margin:0 auto 40px;text-align:center;font-weight:500}.hero-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.hero-button{padding:14px 32px;font-size:16px;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px;font-family:inherit;text-decoration:none}.hero-button-primary{background:#ff6b35;color:#fff}.hero-button-primary:hover{background:#ff8c5a;transform:translateY(-2px);box-shadow:0 4px 12px #ff6b354d}.hero-button-secondary{background:transparent;color:#fff;border:1px solid #ffffff}.hero-button-secondary:hover{background:#ffffff1a;border-color:#ff6b35;color:#ff6b35}.button-icon{font-size:18px;display:inline-flex;align-items:center}.swiper-button-prev-custom,.swiper-button-next-custom{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;background:#ff6b3523;border:1px solid #ff6b35;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;color:#fff}.swiper-button-prev-custom{left:50px}.swiper-button-next-custom{right:50px}.swiper-button-prev-custom:hover,.swiper-button-next-custom:hover{background:#ff6b35;border-color:#ff8c5a;transform:translateY(-50%) scale(1.1);box-shadow:0 4px 12px #ff6b354d}.swiper-button-prev-custom:hover:after,.swiper-button-next-custom:hover:after{content:"";position:absolute;inset:-25px;background:radial-gradient(circle,rgba(255,107,53,.35) 0%,rgba(255,107,53,.15) 40%,rgba(255,107,53,.05) 60%,transparent 70%);border-radius:50%;z-index:-1;filter:blur(8px);pointer-events:none}.swiper-button-prev-custom svg,.swiper-button-next-custom svg{width:24px;height:24px}.hero-content>*{opacity:0;transform:translateY(20px)}.hero-carousel.is-visible .hero-content>*{opacity:1;transform:translateY(0);transition:opacity .6s ease,transform .6s ease}.hero-carousel.is-visible .hero-content>*:nth-child(1){transition-delay:.1s}.hero-carousel.is-visible .hero-content>*:nth-child(2){transition-delay:.2s}.hero-carousel.is-visible .hero-content>*:nth-child(3){transition-delay:.3s}.hero-carousel.is-visible .hero-content>*:nth-child(4){transition-delay:.4s}@media(max-width:768px){.hero-carousel{min-height:500px}.hero-swiper{min-height:500px;height:100%}.hero-content{padding:100px 20px 60px}.hero-badge{padding:6px 16px;font-size:12px;margin-bottom:20px}.badge-icon{width:16px;height:16px}.hero-title{font-size:3.2rem;margin-bottom:50px;margin-top:50px}.hero-description{font-size:.95rem;margin-bottom:60px;padding:0 10px}.hero-buttons{flex-direction:column;align-items:center;gap:16px;width:100%}.hero-button{width:100%;max-width:300px;justify-content:center;padding:12px 24px;font-size:15px;min-height:48px}.swiper-button-prev-custom,.swiper-button-next-custom{width:40px;height:40px}.swiper-button-prev-custom{left:10px;display:none}.swiper-button-next-custom{right:10px;display:none}.swiper-button-prev-custom svg,.swiper-button-next-custom svg{width:20px;height:20px}}@media(max-width:480px){.hero-slide{align-items:flex-start}.hero-badge{margin-top:10px}.hero-carousel{min-height:450px;height:fit-content}.hero-content{padding:80px 16px 40px;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.hero-content>*{width:fit-content}.hero-title{font-size:3.2rem;margin-bottom:20px;margin-top:15px}.hero-description{font-size:.9rem;margin-bottom:30px;padding:0}.hero-buttons{width:80%}.hero-button.hero-button-secondary{width:50%}.hero-button{max-width:100%;padding:14px 20px;font-size:14px;height:0px;width:100%}.swiper-button-prev-custom,.swiper-button-next-custom{width:36px;height:36px}.swiper-button-prev-custom{left:8px}.swiper-button-next-custom{right:8px}}.stats-section{width:100%;background:linear-gradient(180deg,#0f172828 2%,#0f172869 3%,#0f17287c 5%,#0f1728be 15%,#0f1728 20%,#0f1728ce 35%,#0f1728 40%);padding:80px 20px}.stats-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;align-items:stretch}.stat-card{background:linear-gradient(135deg,#ffffff1a,#b3b7c01a,#72809e1a,#72809e08);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:20px 40px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 0 10px #ffffff0d}.stat-card:hover{transform:translateY(-5px);box-shadow:0 5px 20px #ff6b3533;border-color:#ff6b354d}.stat-icon{width:40px;height:40px;color:#ff6b35;margin-bottom:15px;display:flex;align-items:center;justify-content:center}.stat-icon svg{width:100%;height:100%;stroke:currentColor;fill:none}.stat-value{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:12px;line-height:1}.stat-label{font-size:.9rem;font-weight:700;color:#606877;text-transform:uppercase;letter-spacing:.5px}@media(max-width:1100px){.stats-container{grid-template-columns:repeat(2,1fr);gap:24px}}@media(max-width:768px){.stats-section{padding:60px 20px}.stats-container{grid-template-columns:1fr 1fr;gap:20px;max-width:100%}.stat-card{padding:30px 20px}.stat-icon{width:40px;height:40px;margin-bottom:10px}.stat-value{font-size:1.5rem}.stat-label{font-size:.9rem}}@media(max-width:480px){.stat-card{padding:24px 16px}.stat-value{font-size:1.75rem}}.core-services{width:100%;background:#091129;padding:100px 20px}.services-header{text-align:center;margin-bottom:60px}.services-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#fff;margin:0 0 12px;line-height:1.2}.services-subtitle{font-size:clamp(1rem,1.5vw,1.125rem);color:#fffc;margin:0;line-height:1.6}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:50px}.service-card{background:#1a1e2b;border-radius:12px;padding:40px 30px;display:flex;flex-direction:column;align-items:center;text-align:center;transition:all .3s ease;border:1px solid rgba(255,255,255,.05)}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #ff6b3533;border-color:#ff6b354d}.service-icon-wrapper{margin-bottom:24px}.service-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ff6b35;background:#ff6b3523}.service-icon svg{width:40px;height:40px;stroke:currentColor;fill:none}.service-title{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 16px;line-height:1.3}.service-description{font-size:.95rem;color:#ffffffb3;line-height:1.6;margin:0 0 20px;text-align:center;flex-grow:1}.service-link{color:#ff6b35;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s ease;align-self:center;display:inline-flex;align-items:center;gap:6px}.service-link:hover{color:#ff8c5a;gap:10px}.services-cta{text-align:center;margin-top:40px}.view-all-button{background:#ff6b35;color:#fff;border:none;padding:16px 40px;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;font-family:inherit;text-decoration:none;display:inline-block}.view-all-button:hover{background:#ff8c5a;transform:translateY(-2px);box-shadow:0 6px 20px #ff6b3566}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media(max-width:768px){.core-services{padding:60px 20px}.services-header{margin-bottom:40px}.services-grid{grid-template-columns:1fr;gap:20px;margin-bottom:40px}.service-card{padding:30px 20px}.service-icon{width:70px;height:70px}.service-icon svg{width:35px;height:35px}.service-title{font-size:1.125rem}.service-description{font-size:.9rem}.view-all-button{padding:14px 32px;font-size:.95rem;min-height:48px}}@media(max-width:480px){.core-services{padding:40px 16px}.service-card{padding:24px 16px}.view-all-button{width:100%;max-width:100%}}.why-choose{width:100%;background:#0f1728;padding:100px 20px}.why-choose-container{max-width:1200px;margin:0 auto}.why-choose-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.why-choose-left{display:flex;flex-direction:column;text-align:left}.why-choose-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#fff;margin:0 0 24px;line-height:1.2;text-align:left}.why-choose-intro{font-size:clamp(1rem,1.5vw,1.125rem);color:#fffc;line-height:1.6;margin:0 0 40px;text-align:left}.features-list{display:flex;flex-direction:column;gap:24px;margin-bottom:40px}.feature-item{display:flex;align-items:flex-start;gap:16px}.feature-icon{width:24px;height:24px;color:#ff6b35;flex-shrink:0;margin-top:2px}.feature-icon svg{width:100%;height:100%;stroke:currentColor;fill:none}.feature-content{flex:1;text-align:left}.feature-title{font-size:1.125rem;font-weight:700;color:#fff;margin:0 0 6px;line-height:1.3;text-align:left}.feature-description{font-size:.95rem;color:#ffffffb3;line-height:1.5;margin:0;text-align:left}.learn-more-button{background:#ff6b35;color:#fff;border:none;padding:16px 40px;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;font-family:inherit;align-self:flex-start;text-decoration:none;display:inline-block}.learn-more-button:hover{background:#ff8c5a;transform:translateY(-2px);box-shadow:0 6px 20px #ff6b3566}.why-choose-right{display:flex;align-items:center;justify-content:center}.achievements-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;width:100%}.achievement-card{background:linear-gradient(135deg,#ffffff14,#b3b7c012,#72809e0f,#72809e08);border-radius:12px;padding:30px 20px;display:flex;flex-direction:column;align-items:center;text-align:center;border:1px solid #ff6b3550;transition:all .3s ease}.achievement-card:hover{transform:translateY(-5px);box-shadow:0 5px 20px #ff6b3533;border-color:#ff6b35e0}.achievement-icon{width:55px;height:55px;color:#ff6b35;border-radius:50%;margin-bottom:16px;display:flex;align-items:center;justify-content:center;background:#ff6b3523;padding:15px;box-sizing:border-box}.achievement-icon svg{width:100%;height:100%;stroke:currentColor;fill:none}.achievement-text{font-size:.95rem;font-weight:600;color:#fff;margin:0;line-height:1.4}@media(max-width:1024px){.why-choose-content{grid-template-columns:1fr;gap:50px}.why-choose-left{order:-1}.achievements-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.why-choose{padding:60px 20px}.why-choose-content{gap:40px}.features-list{gap:20px;margin-bottom:30px}.feature-item{gap:12px}.feature-icon{width:20px;height:20px}.feature-title{font-size:1rem}.feature-description{font-size:.9rem}.learn-more-button{width:100%;padding:14px 32px;font-size:.95rem;min-height:48px}}@media(max-width:480px){.why-choose{padding:40px 16px}.achievements-grid{grid-template-columns:1fr,1fr;gap:16px}.achievement-card{padding:24px 16px}.achievement-icon{width:50px;height:50px;margin-bottom:12px}.achievement-text{font-size:.9rem}}.cta-section{width:100%;background:#091129;padding:100px 20px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:150%;background:radial-gradient(ellipse at center,rgba(255,107,53,.15) 0%,rgba(255,107,53,.05) 40%,transparent 70%);pointer-events:none;z-index:0}.cta-container{max-width:800px;width:100%;text-align:center;position:relative;z-index:1}.cta-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#fff;margin:0 0 24px;line-height:1.2}.cta-description{font-size:clamp(1rem,1.5vw,1.125rem);color:#fffc;line-height:1.6;margin:0 0 40px}.cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.cta-button{font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;font-family:inherit;border:none;text-decoration:none;display:inline-block;padding:16px 40px}.cta-button-primary{background:#ff6b35;color:#fff}.cta-button-primary:hover{background:#ff8c5a;transform:translateY(-2px);box-shadow:0 6px 20px #ff6b3566}.cta-button-secondary{background:transparent;color:#fff;border:1px solid #ffffff}.cta-button-secondary:hover{background:#ffffff1a;border-color:#ff6b35;color:#ff6b35}@media(max-width:768px){.cta-section{padding:60px 20px}.cta-buttons{flex-direction:column;align-items:center;gap:16px}.cta-button{width:100%;max-width:300px;min-height:48px;padding:14px 32px}}@media(max-width:480px){.cta-section{padding:40px 16px}.cta-button{max-width:100%}}.about-page{width:100%;min-height:100vh;background:#091129;color:#fff;margin:0}.about-hero{padding:180px 20px 40px;text-align:center}.about-hero-content{max-width:1200px;margin:0 auto}.about-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:#fff;margin:0 0 12px;line-height:1.2}.about-subtitle{font-size:clamp(1rem,1.5vw,1.125rem);color:#fffc;margin:0 auto;max-width:900px;line-height:1.7}.about-content{padding:30px 20px}.about-container{max-width:1200px;margin:0 auto}.mission-vision-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-top:40px}.mission-vision-card{background:linear-gradient(135deg,#ffffff14,#b3b7c012,#72809e0f,#72809e08);border-radius:12px;padding:40px;display:flex;gap:24px;border:1px solid rgba(255,107,53,.226);transition:all .3s ease;box-shadow:0 4px 20px #0003}.mission-vision-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #ff6b3526;border-color:#ff6b3533}.card-icon-wrapper{flex-shrink:0}.card-icon{width:60px;height:60px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#ff6b3523;color:#ff6b35}.card-icon svg{width:32px;height:32px;stroke:currentColor;fill:none}.card-content{flex:1;text-align:left}.card-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 16px;line-height:1.3}.card-text{font-size:1rem;color:#fffc;line-height:1.7;margin:0}.company-overview-section{margin-top:100px;text-align:center}.overview-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#fff;margin:0 0 60px;line-height:1.2}.overview-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.overview-card{background:#192432;border-radius:12px;padding:15px 40px;display:flex;flex-direction:column;align-items:center;text-align:center;border:1px solid rgba(255,255,255,.089);transition:all .3s ease}.overview-card h5{margin:0 0 5px}.overview-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #ff6b3526;border-color:#ff6b3533}.overview-icon{width:45px;height:45px;color:#ff6b35;margin-bottom:24px;display:flex;align-items:center;justify-content:center}.overview-icon svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:2}.overview-card-title{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 16px;line-height:1.3}.overview-card-details{display:flex;flex-direction:column}.overview-card-details p{font-size:.95rem;color:#fffc;line-height:1.6;margin:0}.capabilities-section{margin-top:100px;text-align:center}.capabilities-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#fff;margin:0 0 12px;line-height:1.2}.capabilities-underline{width:120px;height:3px;background:#ff6b35;margin:0 auto 60px;border-radius:2px}.capabilities-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:50px}.capability-card{background:#1a1e2b;border-radius:12px;padding:40px 30px;display:flex;flex-direction:column;align-items:center;text-align:center;border:1px solid rgba(255,255,255,.05);transition:all .3s ease;box-shadow:0 4px 20px #0003}.capability-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #ff6b3526;border-color:#ff6b3533}.capability-icon-wrapper{margin-bottom:24px}.capability-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ff6b351f;color:#ff6b35}.capability-icon svg{width:40px;height:40px;stroke:currentColor;fill:none;stroke-width:2}.capability-title{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 16px;line-height:1.3}.capability-description{font-size:.95rem;color:#fffc;line-height:1.6;margin:0}@media(max-width:1024px){.mission-vision-grid{gap:30px}.overview-cards-grid{grid-template-columns:repeat(2,1fr);gap:24px}.company-overview-section,.capabilities-section{margin-top:80px}.capabilities-grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media(max-width:768px){.about-hero{padding:100px 20px 60px}.about-content{padding:60px 20px}.mission-vision-grid{grid-template-columns:1fr;gap:24px;margin-top:30px}.mission-vision-card{padding:30px 24px;flex-direction:column;align-items:flex-start}.card-icon{width:50px;height:50px}.card-icon svg{width:28px;height:28px}.card-title{font-size:1.25rem}.card-text{font-size:.95rem}.company-overview-section{margin-top:60px}.overview-title{margin-bottom:40px}.overview-cards-grid{grid-template-columns:1fr;gap:20px}.overview-card{padding:30px 24px}.overview-icon{width:50px;height:50px;margin-bottom:20px}.overview-card-title{font-size:1.125rem;margin-bottom:12px}.overview-card-details p{font-size:.9rem}.capabilities-section{margin-top:60px}.capabilities-title{margin-bottom:8px}.capabilities-underline{margin-bottom:40px}.capabilities-grid{grid-template-columns:1fr;gap:20px}.capability-card{padding:30px 24px}.capability-icon{width:70px;height:70px}.capability-icon svg{width:35px;height:35px}.capability-title{font-size:1.125rem;margin-bottom:12px}.capability-description{font-size:.9rem}}@media(max-width:480px){.about-hero{padding:90px 16px 50px}.about-content{padding:40px 16px}.mission-vision-card{padding:24px 18px}.card-icon{width:45px;height:45px}.card-icon svg{width:24px;height:24px}.card-title{font-size:1.125rem}.card-text{font-size:.9rem}.overview-card{padding:24px 18px}.overview-icon{width:45px;height:45px;margin-bottom:16px}.overview-card-title{font-size:1rem}.capability-card{padding:24px 18px}.capability-icon{width:60px;height:60px}.capability-icon svg{width:30px;height:30px}.capability-title{font-size:1rem}}.services-page{width:100%;min-height:100vh;background:#091129;color:#fff}.services-hero{padding:180px 20px 40px;text-align:center}.services-hero-content{max-width:1200px;margin:0 auto}.services-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:#fff;margin:0 0 12px;line-height:1.2}.services-subtitle{font-size:clamp(1rem,1.5vw,1.125rem);color:#fffc;margin:0 auto;max-width:900px;line-height:1.7}.services-content{padding:80px 20px;display:flex;flex-direction:column;align-items:center}.services-container{max-width:1200px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.service-p-card-detailed{background:#1a1e2b;border-radius:12px;padding:40px;border:1px solid rgba(255,255,255,.05);transition:all .3s ease;box-shadow:0 4px 20px #0003;display:flex;flex-direction:column}.service-p-card-detailed:hover{transform:translateY(-5px);box-shadow:0 8px 30px #ff6b3526;border-color:#ff6b3533}.service-p-card-detailed:hover .service-p-icon{background:#ff6b3527}.service-p-icon-wrapper{margin-bottom:24px;align-self:flex-start;display:flex;text-align:left;gap:20px}.service-p-icon{min-width:80px;width:80px;height:80px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#ff6b3517;color:#ff6b35}.service-p-icon svg{width:40px;height:40px;stroke:currentColor;fill:none;stroke-width:2}.service-p-card-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 16px;line-height:1.3}.service-p-card-description{font-size:1rem;color:#fffc;line-height:1.7;margin:0 0 24px}.service-p-features{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:12px;flex-grow:1}.service-p-feature-item{display:flex;align-items:flex-start;gap:12px;font-size:.95rem;color:#fffc;line-height:1.6}.service-p-feature-item svg{width:20px;height:20px;flex-shrink:0;margin-top:2px;color:#ff6b35;stroke:currentColor;fill:none;stroke-width:2.5}.request-service-p-button{background:transparent;color:#fff;border:2px solid #ff6b35;padding:12px 24px;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;font-family:inherit;display:inline-flex;align-items:center;gap:8px;align-self:flex-start;margin-top:auto;text-decoration:none}.request-service-p-button:hover{background:#ff6b351a;border-color:#ff8c5a;color:#ff8c5a;gap:12px}.key-sectors-section{margin-top:20px;padding:40px 20px;background:#11152000;border-radius:16px;text-align:center;max-width:1200px}.sectors-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#fff;margin:0 0 12px;line-height:1.2}.sectors-underline{width:100px;height:3px;background:#ff6b35;margin:0 auto 60px;border-radius:2px}.sectors-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.sector-card{background:#1a2332;border-radius:12px;padding:30px 20px;color:#fff;font-size:1rem;font-weight:500;text-align:center;line-height:1.5;transition:all .3s ease;border:1px solid rgba(255,255,255,.05);display:flex;justify-content:center;align-items:center}.sector-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #ff6b3526;border-color:#ff6b3533;background:#1b2433}.service-p-card-detailed li{text-align:left}@media(max-width:1024px){.services-grid{gap:30px}.sectors-grid{grid-template-columns:repeat(3,1fr);gap:20px}.key-sectors-section{margin-top:80px;padding:60px 20px}}@media(max-width:768px){.services-hero{padding:100px 20px 60px}.services-content{padding:60px 20px}.services-grid{grid-template-columns:1fr;gap:24px}.service-p-card-detailed{padding:30px 24px}.service-p-icon{min-width:70px;width:70px;height:70px}.service-p-icon svg{width:35px;height:35px}.service-p-card-title{font-size:1.25rem}.service-p-card-description{font-size:.95rem}.service-p-feature-item{font-size:.9rem}.request-service-p-button{padding:10px 20px;font-size:.95rem}.key-sectors-section{margin-top:60px;padding:40px 20px}.sectors-title{margin-bottom:8px}.sectors-underline{margin-bottom:40px}.sectors-grid{grid-template-columns:repeat(2,1fr);gap:16px}.sector-card{padding:24px 16px;font-size:.9rem}}@media(max-width:480px){.services-hero{padding:90px 16px 50px}.services-content{padding:40px 16px}.service-p-card-detailed{padding:24px 18px}.request-service-p-button{width:100%;min-height:48px}.sectors-grid{grid-template-columns:1fr;gap:16px}.sector-card{padding:20px 14px;font-size:.85rem}.service-p-icon-wrapper{flex-direction:column;align-items:center;text-align:center}}.achievements-page{width:100%;min-height:100vh;background:#091129;color:#fff}.achievements-hero{background:#091129;padding:120px 20px 0;text-align:center}.achievements-hero-content{max-width:1200px;margin:0 auto}.hero-trophy-icon{width:60px;height:60px;margin:0 auto 24px;color:#ff6b35;display:flex;align-items:center;justify-content:center}.hero-trophy-icon svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:2}.achievements-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:#fff;margin:0 0 12px;line-height:1.2}.achievements-subtitle{font-size:clamp(1rem,1.5vw,1.125rem);color:#fffc;margin:0 auto 60px;max-width:900px;line-height:1.7}.hero-achievement-card{border-radius:16px;padding:60px 40px;margin-top:40px;position:relative;overflow:hidden;background-image:radial-gradient(circle,rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,#a0512d6e,#8b451350,#8b451350,#a0512d6e);background-size:20px 20px,cover;background-position:top left,center;border:1px solid rgba(255,107,53,.2);box-shadow:0 8px 40px #0000004d}.hero-card-icon{width:100px;height:100px;margin:0 auto 40px;background:#ff6b35;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.hero-card-icon svg{width:50px;height:50px;stroke:currentColor;fill:none;stroke-width:2.5}.hero-card-title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;color:#fff;margin:0 0 24px;line-height:1.3}.hero-card-description{font-size:clamp(1rem,1.5vw,1.125rem);color:#fffffff2;line-height:1.7;max-width:900px;margin:0 auto 40px}.hero-card-description .highlight-text{color:#ff6b35;font-weight:700}.hero-card-stats{display:flex;justify-content:center;align-items:center;gap:60px;flex-wrap:wrap}.hero-stat{text-align:center;flex:0 0 auto}.hero-stat-number{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin:0 0 8px;line-height:1;color:#ff6b35}.hero-stat-label{font-size:clamp(.875rem,1.2vw,1rem);color:#ffffffe6;font-weight:500}.achievements-container{max-width:1200px;margin:0 auto 70px}.achievments-section-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#fff;margin:0 0 12px;line-height:1.2;text-align:center}.section-underline{width:120px;height:3px;background:#ff6b35;margin:0 auto 60px;border-radius:2px}.milestones-section{margin-top:100px;text-align:center}.milestones-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.milestone-card{background:#1a1e2b;border-radius:12px;padding:40px 30px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;border:1px solid rgba(255,107,53,.3);transition:all .3s ease;box-shadow:0 4px 20px #0003}.milestone-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #ff6b3526;border-color:#ff6b3580}.milestone-card:hover .milestone-icon{background:#ff6b3527}.milestone-icon-wrapper{margin-bottom:24px}.milestone-icon{width:60px;height:60px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#ff6b351a;color:#ff6b35}.milestone-icon svg{width:32px;height:32px;stroke:currentColor;fill:none;stroke-width:2}.milestone-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 16px;line-height:1.3}.milestone-description{font-size:1rem;color:#fffc;line-height:1.7;margin:0}.trusted-section{margin-top:100px;text-align:center}.trusted-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.trusted-card{background:#1a2332;border-radius:12px;padding:40px 30px;display:flex;flex-direction:column;align-items:center;text-align:center;border:1px solid rgba(255,255,255,.05);transition:all .3s ease;box-shadow:0 4px 20px #0003}.trusted-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #ff6b3526;border-color:#ff6b3533}.trusted-icon-wrapper{margin-bottom:24px}.trusted-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;color:#ff6b35}.trusted-icon svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:2}.trusted-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 16px;line-height:1.3}.trusted-description{font-size:1rem;color:#ffffffb3;line-height:1.6;margin:0}@media(max-width:1024px){.milestones-grid{gap:24px}.milestones-section,.trusted-section{margin-top:80px}.trusted-grid{gap:24px}}@media(max-width:768px){.achievements-hero{padding:100px 20px 20px}.hero-trophy-icon{width:50px;height:50px;margin-bottom:20px}.achievements-subtitle{margin-bottom:40px}.hero-achievement-card{padding:40px 24px;margin-top:30px}.hero-card-icon{width:70px;height:70px;margin-bottom:20px}.hero-card-icon svg{width:40px;height:40px}.hero-card-title{margin-bottom:20px}.hero-card-description{margin-bottom:30px}.hero-card-stats{gap:40px}.hero-stat-number{font-size:2rem}.hero-stat-label{font-size:.875rem}.achievements-content{padding:0 20px}.achievments-section-title{margin-bottom:8px}.section-underline{margin-bottom:40px}.milestones-section{margin-top:60px}.milestones-grid{grid-template-columns:1fr;gap:24px}.milestone-card{padding:30px 24px}.milestone-icon{width:50px;height:50px}.milestone-icon svg{width:28px;height:28px}.milestone-title{font-size:1.25rem;margin-bottom:12px}.milestone-description{font-size:.95rem}.trusted-section{margin-top:60px}.trusted-grid{grid-template-columns:1fr;gap:24px}.trusted-card{padding:30px 24px}.trusted-icon{width:50px;height:50px}.trusted-title{font-size:1.25rem;margin-bottom:12px}.trusted-description{font-size:.95rem}}@media(max-width:480px){.hero-achievement-card{padding:30px 20px}.hero-card-stats{gap:30px;flex-direction:column}.hero-stat{width:100%}.milestone-card{padding:24px 20px}.milestone-title{font-size:1.125rem}.milestone-description{font-size:.9rem}.trusted-card{padding:24px 20px}.trusted-title{font-size:1.125rem}.trusted-description{font-size:.9rem}}@media(max-width:480px){.achievements-hero{padding:90px 16px 0}.hero-achievement-card{padding:30px 20px}.hero-card-icon{width:60px;height:60px;margin-bottom:16px}.hero-card-icon svg{width:35px;height:35px}.hero-card-title{font-size:1.5rem;margin-bottom:16px}.hero-card-description{font-size:.95rem;margin-bottom:24px}.hero-card-stats{gap:24px}.hero-stat-number{font-size:1.75rem}.hero-stat-label{font-size:.8rem}.achievements-content{padding:0 16px}.milestone-card{padding:24px 18px}.milestone-icon{width:45px;height:45px}.milestone-icon svg{width:24px;height:24px}.milestone-title{font-size:1.125rem}.milestone-description{font-size:.9rem}.trusted-card{padding:24px 18px}.trusted-icon{width:60px;height:60px}.trusted-title{font-size:1.125rem}.trusted-description{font-size:.9rem}}.contact-page{width:100%;min-height:100vh;background:#091129;color:#fff}.contact-hero{padding:180px 20px 40px;text-align:center}.contact-hero-content{max-width:1200px;margin:0 auto}.contact-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:#fff;margin:0 0 12px;line-height:1.2}.title-highlight{color:#ff6b35}.title-underline{width:120px;height:3px;background:#ff6b35;margin:0 auto 24px;border-radius:2px}.contact-subtitle{font-size:clamp(1rem,1.5vw,1.125rem);color:#fffc;margin:0 auto;max-width:900px;line-height:1.7}.contact-content{padding:80px 20px}.contact-container{max-width:1400px;margin:0 auto}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:25px;margin-top:40px}.section-title{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;color:#fff;margin:0 0 40px;line-height:1.2}.contact-form-section{background:#1a2332;border-radius:12px;padding:40px;border:1px solid rgba(255,255,255,.123)}.contact-form{display:flex;flex-direction:column;gap:24px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:.95rem;font-weight:600;color:#ffffffe6;text-align:left}.required{color:#ff6b35}.form-group input,.form-group textarea{padding:14px 16px;background:#0f1728;border:1px solid rgba(255,255,255,.123);border-radius:8px;color:#fff;font-size:1rem;font-family:inherit;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#ff6b35;background:#0f1728;box-shadow:0 0 0 3px #ff6b351a}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff6}.form-group textarea{resize:vertical;min-height:120px}.submit-button{width:100%;padding:16px 32px;background:#ff6b35;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:8px;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:8px}.submit-icon{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2}.submit-button:hover{background:#e55a2b;transform:translateY(-2px);box-shadow:0 8px 20px #ff6b354d}.submit-button:active{transform:translateY(0)}.contact-info-section{display:flex;flex-direction:column;gap:0;max-width:500px}.info-cards{display:flex;flex-direction:column;gap:24px;text-align:left}.info-card{background:#1a2332;border-radius:12px;padding:30px;display:flex;gap:20px;align-items:flex-start;border:1px solid rgba(255,255,255,.123);transition:all .3s ease}.info-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px #ff6b3526;border-color:#ff6b3533}.info-icon{width:50px;height:50px;flex-shrink:0;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#ff6b3533;color:#ff6b35}.info-icon svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:2}.info-content{flex:1}.info-title{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 12px;line-height:1.3}.info-text{font-size:.95rem;color:#fffc;line-height:1.6;margin:4px 0 0}.response-time-card{background:#ff6b3533;border-color:#ff6b3566}@media(max-width:1024px){.contact-grid{gap:40px}.contact-form-section{padding:32px}.info-card{padding:24px}.contact-info-section{max-width:none}}@media(max-width:768px){.contact-hero{padding:100px 20px 60px}.contact-content{padding:60px 20px}.contact-grid{grid-template-columns:1fr;gap:40px;margin-top:30px}.contact-form-section{padding:24px}.form-row{grid-template-columns:1fr;gap:24px}.section-title{margin-bottom:30px}.info-cards{gap:20px}.info-card{padding:20px;flex-direction:column;align-items:flex-start}.info-icon{width:45px;height:45px}.info-icon svg{width:22px;height:22px}}@media(max-width:480px){.contact-hero{padding:90px 16px 50px}.contact-content{padding:40px 16px}.contact-form-section{padding:20px}.form-group input,.form-group textarea{padding:12px 14px;font-size:16px}.submit-button{padding:14px 24px;font-size:1rem;min-height:48px}.info-card{padding:18px}.info-icon{width:40px;height:40px}.info-icon svg{width:20px;height:20px}.info-title{font-size:1.125rem}.info-text{font-size:.9rem}}.page-not-found{height:80vh;display:flex;justify-content:center;align-items:center;flex-direction:column}.page-not-found:before{content:"";position:absolute;top:20%;left:20%;width:300px;height:300px;border:1px solid rgba(255,107,53,.1);pointer-events:none;overflow:hidden}.page-not-found:after{content:"";position:absolute;bottom:20%;right:10%;width:600px;height:600px;border:1px solid rgba(255,107,53,.1);border-radius:50%;pointer-events:none;overflow:hidden}@media(max-width:768px){.page-not-found:before{width:200px;height:200px}.page-not-found:after{width:200px;height:200px;top:20%}}#root{width:100%;min-height:100vh;text-align:center;overflow-x:hidden;max-width:100vw;position:relative}@media(max-width:768px){#root{width:100%;overflow-x:hidden}}.logo{will-change:filter;transition:filter .3s;display:flex;align-items:center;justify-content:center}.logo:hover,.logo.react:hover{filter:drop-shadow(0 0 2em #ff6b35aa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
