*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Mulish,sans-serif;color:#5b5b5b;background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;color:#333;line-height:1.2}a{color:#0164a7;text-decoration:none;transition:color .3s ease}a:hover{color:#ee5f23}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}.center-section{max-width:1200px;width:100%;margin:0 auto;padding:0 20px}.button{display:inline-block;font-family:Montserrat,sans-serif;font-weight:700;font-size:16px;color:#fff;background:#ee5f23;padding:14px 36px;border-radius:4px;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none}.button:hover{background:#d44d17;color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #ee5f234d}.button:active{transform:translateY(0)}.button-outline{display:inline-block;font-family:Montserrat,sans-serif;font-weight:700;font-size:16px;color:#0164a7;background:transparent;padding:14px 36px;border-radius:4px;border:2px solid #0164A7;cursor:pointer;transition:all .3s ease;text-decoration:none}.button-outline:hover{background:#0164a7;color:#fff}#header-wrapper{background:#242424;position:relative;z-index:100;transition:all .3s ease}#header-wrapper.isSticky{position:fixed;width:100%;top:0;left:0;box-shadow:0 2px 20px #00000026}.header-top{display:flex;align-items:center;justify-content:space-between;height:80px}.header-top .logo{display:inline-flex;align-items:center;gap:10px;text-decoration:none}.header-top .logo img{height:45px;width:auto}.header-top .logo .logo-text{font-family:Montserrat,sans-serif;font-weight:700;font-size:15px;color:#fff;letter-spacing:.5px;line-height:1.1}.nav-desktop{display:flex;gap:0}.nav-desktop li a{color:#b0b0b0;font-family:Montserrat,sans-serif;font-weight:600;font-size:14px;padding:0 20px;line-height:80px;display:block;border-top:3px solid transparent;transition:all .3s ease;text-decoration:none}.nav-desktop li a:hover,.nav-desktop li a.active{color:#fff;border-top-color:#ee5f23}.nav-mobile-menu{display:none}.nav-mobile-menu img{width:28px;height:28px;filter:brightness(0) invert(1);cursor:pointer}.nav-mobile{display:none;background:#242424;position:fixed;top:0;left:0;width:80%;height:100%;z-index:200;padding:30px}.nav-mobile.open{display:block}.nav-mobile .close-menu{position:absolute;top:25px;right:25px;width:24px;height:24px;filter:brightness(0) invert(1);cursor:pointer}.nav-mobile .mobile-logo{display:flex;align-items:center;gap:10px;margin-bottom:40px}.nav-mobile .mobile-logo img{height:40px;width:auto}.nav-mobile .mobile-logo .logo-text{font-family:Montserrat,sans-serif;font-weight:700;font-size:14px;color:#fff;line-height:1.1}.nav-mobile h4{color:#888;font-family:Montserrat,sans-serif;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:2px;margin-bottom:20px}.nav-mobile ul li{border-bottom:1px solid #3a3a3a}.nav-mobile ul li a{display:block;color:#e0e0e0;font-family:Montserrat,sans-serif;font-weight:600;font-size:16px;padding:16px 0;text-decoration:none}.nav-mobile ul li a:hover{color:#ee5f23}.hero{position:relative;height:500px;overflow:hidden;background:#242424}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease}.hero-slide.active{opacity:1}.hero-slide img{width:100%;height:100%;object-fit:cover;filter:brightness(.5)}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;z-index:2}.hero-text .line1{font-family:Montserrat,sans-serif;font-size:22px;font-weight:400;color:#fffc;margin-bottom:8px}.hero-text .line2{font-family:Montserrat,sans-serif;font-size:48px;font-weight:700;color:#fff;letter-spacing:-.5px}.hero-dots{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:3}.hero-dots .dot{width:12px;height:12px;border-radius:50%;background:#fff6;cursor:pointer;transition:background .3s ease}.hero-dots .dot.active{background:#ee5f23}.page-section{padding:80px 0}.page-section.gray{background:#f8f8f8}.section-title{font-size:36px;font-weight:700;color:#333;margin-bottom:16px}.section-subtitle{font-size:18px;color:#888;max-width:600px;line-height:1.7}.section-intro{text-align:center;margin-bottom:50px}.section-intro .section-title{margin-bottom:16px}.section-intro .section-subtitle{margin:0 auto}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}.content-block h2{font-size:28px;margin-bottom:20px;color:#333}.content-block p{font-size:16px;line-height:1.8;margin-bottom:16px;color:#5b5b5b}.content-block ul{margin:20px 0}.content-block ul li{padding:8px 0 8px 24px;position:relative;font-size:15px;line-height:1.6}.content-block ul li:before{content:"";position:absolute;left:0;top:16px;width:8px;height:8px;border-radius:50%;background:#ee5f23}.team-member{display:flex;gap:30px;align-items:flex-start}.team-member img{width:120px;height:120px;border-radius:50%;object-fit:cover;flex-shrink:0}.team-member .member-info h3{font-size:22px;margin-bottom:4px}.team-member .member-info .role{color:#ee5f23;font-weight:600;font-size:14px;margin-bottom:12px}.team-member .member-info p{font-size:15px;line-height:1.7}.process-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:50px}.process-step{text-align:center;padding:40px 30px;border-radius:8px;background:#fff;border:1px solid #D7DEDE;transition:all .3s ease}.process-step:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000014}.process-step .step-number{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;background:#ee5f23;color:#fff;font-family:Montserrat,sans-serif;font-weight:700;font-size:24px;margin-bottom:24px}.process-step h3{font-size:20px;margin-bottom:8px;color:#333}.process-step h4{font-size:14px;color:#ee5f23;font-weight:600;margin-bottom:16px}.process-step p{font-size:14px;line-height:1.7;color:#5b5b5b}.customers-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.customer-card{display:flex;gap:24px;padding:30px;border:1px solid #D7DEDE;border-radius:8px;transition:all .3s ease;align-items:flex-start}.customer-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000000f}.customer-card .customer-logo{width:80px;height:60px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.customer-card .customer-logo img{max-width:80px;max-height:60px;object-fit:contain}.customer-card .customer-logo-placeholder{width:80px;height:60px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#f8f8f8;border-radius:6px;font-family:Montserrat,sans-serif;font-weight:700;font-size:13px;color:#888;text-align:center;line-height:1.2}.customer-card .customer-content h3{font-size:18px;margin-bottom:4px}.customer-card .customer-content h3 a{color:#333}.customer-card .customer-content h3 a:hover{color:#0164a7}.customer-card .customer-content p{font-size:14px;line-height:1.6;color:#5b5b5b;margin-bottom:10px}.customer-card .customer-content .tech-tags{display:flex;flex-wrap:wrap;gap:6px}.customer-card .customer-content .tech-tags span{font-size:11px;font-weight:600;padding:3px 10px;background:#0164a714;color:#0164a7;border-radius:12px}.customer-logos-strip{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;padding:40px 0}.customer-logos-strip img{max-height:40px;max-width:100px;object-fit:contain;opacity:.6;filter:grayscale(100%);transition:all .3s ease}.customer-logos-strip img:hover{opacity:1;filter:grayscale(0%)}.testimonials-section{background:#f8f8f8;padding:60px 0;text-align:center}.testimonial{max-width:700px;margin:0 auto}.testimonial .quote-mark{font-size:60px;color:#ee5f23;font-family:Georgia,serif;line-height:1;margin-bottom:16px}.testimonial blockquote{font-size:18px;line-height:1.8;color:#5b5b5b;font-style:italic;margin-bottom:20px}.testimonial .attribution .author-name{font-family:Montserrat,sans-serif;font-weight:700;font-size:15px;color:#333}.testimonial .attribution .author-title{font-size:13px;color:#888;margin-top:4px}.testimonial-dots{display:flex;justify-content:center;gap:8px;margin-top:30px}.testimonial-dots .dot{width:8px;height:8px;border-radius:50%;background:#d7dede;cursor:pointer;transition:background .3s ease}.testimonial-dots .dot.active{background:#ee5f23}.contact-page .contact-grid{max-width:600px}.contact-page .contact-info h2{font-size:20px;margin-bottom:12px;margin-top:30px}.contact-page .contact-info h2:first-child{margin-top:0}.contact-page .contact-info p{font-size:15px;line-height:1.7;color:#5b5b5b}.contact-page .contact-info strong{color:#333}.contact-page .contact-info a{color:#0164a7}.contact-page .contact-info a:hover{color:#ee5f23}.footer-section{background:#242424;color:#b0b0b0;padding:60px 0 0}.footer-content{padding-bottom:50px}.footer-info h2{color:#fff;font-size:24px;margin-bottom:16px}.footer-info .description{color:#999;font-size:15px;line-height:1.7;margin-bottom:30px;max-width:600px}.footer-info .contact-details p{color:#b0b0b0;font-size:14px;margin-bottom:8px}.footer-info .contact-details p a{color:#b0b0b0}.footer-info .contact-details p a:hover{color:#ee5f23}.footer-bar{border-top:1px solid #3a3a3a;padding:20px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:15px}.footer-bar .footer-nav{display:flex;gap:25px}.footer-bar .footer-nav a{color:#888;font-size:13px;text-decoration:none;font-weight:500}.footer-bar .footer-nav a:hover{color:#ee5f23}.footer-bar .footer-copy{color:#666;font-size:13px}.footer-bar .footer-legal{display:flex;gap:20px}.footer-bar .footer-legal a{color:#888;font-size:13px;text-decoration:none;font-weight:500}.footer-bar .footer-legal a:hover{color:#ee5f23}.legal-page{padding:80px 0;min-height:60vh}.legal-page h1{font-size:36px;margin-bottom:10px}.legal-page .last-updated{color:#888;font-size:14px;margin-bottom:40px}.legal-page h2{font-size:22px;margin-top:40px;margin-bottom:12px}.legal-page p{font-size:15px;line-height:1.8;margin-bottom:16px;color:#5b5b5b}.legal-page ul{margin:12px 0 20px 24px;list-style:disc}.legal-page ul li{font-size:15px;line-height:1.8;color:#5b5b5b;margin-bottom:4px}.legal-page strong{color:#333}.page-not-found{text-align:center;padding:100px 20px;min-height:50vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.page-not-found .error-code{font-family:Montserrat,sans-serif;font-size:160px;font-weight:800;color:#d7dede;line-height:1}.page-not-found .error-title{font-family:Montserrat,sans-serif;font-size:32px;color:#333;margin:20px 0}.page-not-found p{font-size:16px;color:#5b5b5b;margin-bottom:30px}@media screen and (max-width:1024px){.nav-desktop{display:none!important}.nav-mobile-menu{display:block!important}.hero{height:350px}.hero-text .line1{font-size:18px}.hero-text .line2{font-size:32px}.content-grid{grid-template-columns:1fr;gap:30px}.process-steps{grid-template-columns:1fr;gap:20px}.customers-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;gap:40px}.footer-bar{flex-direction:column;text-align:center}.footer-bar .footer-nav,.footer-bar .footer-legal{justify-content:center}.contact-page .contact-grid{grid-template-columns:1fr;gap:40px}.team-member{flex-direction:column;align-items:center;text-align:center}.page-not-found .error-code{font-size:120px}}@media screen and (max-width:500px){.hero{height:280px}.hero-text .line1{font-size:14px}.hero-text .line2{font-size:24px}.section-title{font-size:28px}.page-section{padding:50px 0}.customer-card{flex-direction:column;align-items:center;text-align:center}.customer-card .tech-tags{justify-content:center}.footer-form button{float:none;width:100%}.page-not-found .error-code{font-size:80px}.legal-page h1{font-size:28px}}
