:root{--color-primary: #0F3452;--color-primary-light: #1a5273;--color-primary-dark: #0a2e45;--color-accent: #3b9dd8;--color-white: #ffffff;--color-text-light: rgba(255, 255, 255, .9);--color-text-lighter: rgba(255, 255, 255, .7);--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;--transition-fast: .15s ease;--transition-base: .3s ease;--transition-slow: .5s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scroll-behavior:smooth}body{font-family:var(--font-sans);font-size:16px;line-height:1.6;color:var(--color-text-light);background:#fafbfc;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--color-white)}p{color:var(--color-text-light)}a{text-decoration:none;transition:color var(--transition-fast)}button{font-family:inherit;cursor:pointer}button:focus-visible,a:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}img,svg{max-width:100%;height:auto;display:block}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--color-primary-dark)}::-webkit-scrollbar-thumb{background:var(--color-primary-light);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--color-accent)}.navigation{position:fixed;top:0;left:0;right:0;z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s ease}.navigation.scrolled{background:var(--color-primary);box-shadow:0 4px 30px #0000004d}.nav-container{max-width:1400px;margin:0 auto;padding:1.25rem 2.5rem;display:flex;align-items:center;justify-content:space-between}.nav-logo{display:flex;align-items:center;gap:.75rem;cursor:pointer}.nav-logo img{height:40px;width:auto;cursor:pointer}.nav-links{display:none;gap:2.5rem;align-items:center}.nav-links a{color:#ffffffd9;text-decoration:none;font-size:1rem;font-weight:500;transition:all .3s ease;position:relative;padding-bottom:.25rem}.nav-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#fff;transition:width .3s ease}.nav-links a:hover,.nav-links a.active{color:#fff}.nav-links a.active:after{width:100%}.nav-links a:hover:after{width:100%}.nav-cta{display:none;padding:.75rem 2rem;background:#fff;color:#0f3452;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #fff3}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 6px 25px #ffffff4d}.hamburger{display:flex;flex-direction:column;justify-content:space-around;width:28px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:10}.navigation .hamburger span{width:100%;height:3px;background:#fff;border-radius:10px;transition:all .3s ease;transform-origin:center}.hamburger.active span:nth-child(1){transform:translateY(10px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0;transform:translate(-20px)}.hamburger.active span:nth-child(3){transform:translateY(-11px) rotate(-45deg)}.mobile-menu{display:flex;flex-direction:column;background:#0f3452fa;border-top:1px solid rgba(255,255,255,.1);padding:2rem 3rem;gap:1.5rem}.mobile-menu a{color:#ffffffd9;text-decoration:none;font-size:1.125rem;font-weight:500;transition:all .3s ease;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-menu a:hover,.mobile-menu a.active{color:#fff;padding-left:1rem}.nav-cta-mobile{margin-top:.5rem;padding:.7rem .5rem;background:#fff;color:#0f3452;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:40%}@media(min-width:768px){.nav-links{display:flex;gap:1.5rem}.nav-cta{display:block;padding:.625rem 1.5rem;font-size:.938rem}.nav-logo img{height:32px}.nav-container{padding:1rem 2rem}.hamburger{display:none}.mobile-menu{display:none!important}}@media(min-width:1024px){.nav-container{padding:1.5rem 4rem}.nav-links{gap:3rem}.logo-main{font-size:1.625rem}}@media(max-width:767px){.nav-container{padding:.875rem 1rem}.nav-logo img{height:28px}.logo-main{font-size:1.25rem}.logo-sub{font-size:.5rem}}.about-section{padding:3rem 0;background:#fff}.about-container{max-width:1400px;margin:0 auto;padding:0 3rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-content{display:flex;flex-direction:column;gap:1.5rem}.about-label{font-size:.775rem;font-weight:600;letter-spacing:.1em;color:#0f3452;text-transform:uppercase}.about-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#111827;line-height:1.2;margin-bottom:.5rem}.about-text{display:flex;flex-direction:column;gap:1rem}.about-text p{font-size:1rem;line-height:1.7;color:#4b5563}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:1rem}.stat-item{display:flex;align-items:flex-start;gap:1rem}.stat-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#e6f0f7;border-radius:8px;color:#0f3452;flex-shrink:0}.stat-content{display:flex;flex-direction:column}.stat-value{font-size:1.75rem;font-weight:700;color:#111827;line-height:1;margin-bottom:.25rem}.stat-label{font-size:.875rem;color:#6b7280;line-height:1.4}.about-image{position:relative;width:100%;height:100%;min-height:500px;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #00000026}.about-image img{width:100%;height:100%;object-fit:cover}@media(max-width:1023px){.about-section{padding:2rem 0}.about-container{grid-template-columns:1fr;gap:3rem;padding:0 2rem}.about-title{font-size:clamp(1.75rem,4vw,2.5rem)}.about-stats{grid-template-columns:repeat(3,1fr);gap:1.5rem}.about-image{min-height:400px}}@media(max-width:767px){.about-section{padding:1rem 0}.about-container{padding:0 1.5rem;gap:2.5rem}.about-label{font-size:.75rem}.about-title{font-size:1.75rem}.about-text p{font-size:.938rem}.about-stats{grid-template-columns:1fr;gap:1.5rem}.stat-item{padding:1rem;background:#f9fafb;border-radius:12px}.stat-icon{width:40px;height:40px}.stat-value{font-size:1.5rem}.stat-label{font-size:.813rem}.about-image{min-height:350px}}@media(max-width:374px){.about-title{font-size:1.5rem}.about-image{min-height:300px}}.services-section{padding:1.5rem 0;background:#fafbfc}.services-container{max-width:1400px;margin:0 auto;padding:0 3rem}.services-header{text-align:center;max-width:800px;margin:0 auto 2rem}.services-label{font-size:.875rem;font-weight:600;color:#2563eb;text-transform:capitalize;display:block;margin-bottom:.45rem}.services-title{font-size:clamp(2rem,4vw,2.75rem);font-weight:700;color:#111827;line-height:1.2;margin-bottom:.5rem}.services-description{font-size:1rem;line-height:1.6;color:#6b7280}.services-grid{display:flex;flex-direction:column;gap:1.5rem}.service-card{display:grid;grid-template-columns:1fr 1fr;gap:3rem;background:#fff;border-radius:20px;padding:2rem;box-shadow:0 4px 20px #0000000d;transition:all .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001a}.service-card:nth-child(2n){grid-template-columns:1fr 1fr}.service-card:nth-child(2n) .service-content{order:2}.service-card:nth-child(2n) .service-visual{order:1}.service-content{display:flex;flex-direction:column;justify-content:center}.service-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:#111827;margin-bottom:1rem;line-height:1.2}.service-features{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-direction:column;gap:1rem}.service-features li{display:flex;align-items:flex-start;gap:.75rem;font-size:.938rem;color:#4b5563;line-height:1.6}.checkmark{flex-shrink:0;margin-top:.125rem}.learn-more{display:inline-flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#2563eb;text-decoration:none;transition:gap .3s ease}.learn-more:hover{gap:.75rem}.learn-more svg{width:16px;height:16px}.service-visual{display:flex;align-items:center;justify-content:center}.service-visual img{width:100%;height:280px;border-radius:16px;object-fit:cover}@media(max-width:1023px){.services-section{padding:1.5rem 0}.services-container{padding:0 2rem}.services-header{margin-bottom:3rem}.service-card{grid-template-columns:1fr;gap:2rem;padding:2.5rem}.service-card:nth-child(2n){grid-template-columns:1fr}.service-card:nth-child(2n) .service-content{order:1}.service-card:nth-child(2n) .service-visual{order:2}.service-visual img{height:240px}}@media(max-width:767px){.services-section{padding:3rem 0}.services-container{padding:0 1.5rem}.services-header{margin-bottom:2.5rem}.services-label{font-size:.813rem}.services-title{font-size:1.75rem}.services-description{font-size:.938rem}.services-grid{gap:1.5rem}.service-card{padding:2rem;gap:1.5rem}.service-title{font-size:1.5rem;margin-bottom:1.25rem}.service-features{gap:.875rem;margin-bottom:1.5rem}.service-features li{font-size:.875rem}.checkmark{width:18px;height:18px}.learn-more{font-size:.938rem}.service-visual img{height:200px}}@media(max-width:374px){.service-card{padding:1.5rem}.service-title{font-size:1.375rem}.service-visual img{height:180px}}.projects-section{padding:1.5rem 0;background:#fff}.projects-container{max-width:1400px;margin:0 auto;padding:0 3rem}.projects-header{text-align:center;max-width:800px;margin:0 auto 1.5rem}.projects-label{font-size:.875rem;font-weight:600;color:#2563eb;text-transform:capitalize;display:block;margin-bottom:.45rem}.projects-title{font-size:clamp(2rem,4vw,2.75rem);font-weight:700;color:#111827;line-height:1.2;margin-bottom:.5rem}.projects-description{font-size:1rem;line-height:1.6;color:#6b7280}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.project-card{background:transparent;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-8px)}.project-image{width:100%;height:220px;overflow:hidden;background:#f3f4f6;border-radius:16px}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-card:hover .project-image img{transform:scale(1.05)}.project-content{padding:1.75rem 0;display:flex;flex-direction:column;flex:1}.project-category{font-size:.75rem;font-weight:700;color:#3b82f6;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.45rem;display:block}.project-title{font-size:1.25rem;font-weight:700;color:#111827;line-height:1.3;margin-bottom:.35rem}.project-description{font-size:.938rem;line-height:1.6;color:#6b7280;margin-bottom:.2rem;flex:1}.project-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.938rem;font-weight:600;color:#2563eb;text-decoration:none;transition:gap .3s ease;margin-top:auto}.project-link:hover{gap:.75rem}.project-link svg{width:16px;height:16px}@media(max-width:1023px){.projects-section{padding:1.5rem 0}.projects-container{padding:0 2rem}.projects-header{margin-bottom:1rem}.projects-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem}.project-image{height:200px}.project-content{padding:1.5rem}.project-title{font-size:1.125rem}}@media(max-width:767px){.projects-section{padding:.8rem 0}.projects-container{padding:0 1.5rem}.projects-header{margin-bottom:1rem}.projects-label{font-size:.813rem}.projects-title{font-size:1.75rem}.projects-description{font-size:.938rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-image{height:200px}.project-content{padding:1.5rem}.project-category{font-size:.688rem}.project-title{font-size:1.125rem}.project-description,.project-link{font-size:.875rem}}@media(max-width:374px){.project-image{height:180px}.project-content{padding:1.25rem}.project-title{font-size:1.063rem}}.contact-section{padding:1.5rem 0;background:#f8f9fa}.contact-container{max-width:1400px;margin:0 auto;padding:0 3rem}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:5rem;align-items:start}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-title{font-size:clamp(2rem,4vw,2.8rem);font-weight:700;color:#0a2e45;line-height:1.2}.contact-description{font-size:1rem;line-height:1.7;color:#4b5563}.contact-details{display:flex;flex-direction:column;gap:2rem;margin-top:.8rem}.contact-item{display:flex;gap:1rem}.contact-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;flex-shrink:0;color:#0f3452}.contact-item h3{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.25rem}.contact-item p{font-size:.938rem;color:#6b7280;line-height:1.6}.contact-item a{font-size:.938rem;text-decoration:none;color:#6b7280}.contact-form-wrapper{background:transparent;padding:0}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.938rem;font-weight:500;color:#374151}.form-group input,.form-group textarea{padding:.875rem 1rem;font-size:.938rem;color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:8px;transition:all .3s ease;font-family:inherit}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group textarea{resize:vertical;min-height:120px}.char-count{font-size:.813rem;color:#9ca3af;text-align:right;margin-top:-.45rem}.radio-group{display:flex;flex-direction:column;gap:.75rem}.radio-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.938rem;color:#374151}.radio-label input[type=radio]{width:20px;height:20px;cursor:pointer;accent-color:#0F3452}.radio-label span{-webkit-user-select:none;user-select:none}.form-footer{display:flex;gap:1.5rem;align-items:flex-start;margin-top:.2rem}.submit-btn{padding:.875rem 3rem;background:#0f3452;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;flex-shrink:0}.submit-btn:hover{background:#0a2e45;transform:translateY(-2px);box-shadow:0 4px 15px #0f34524d}.privacy-text{font-size:.75rem;line-height:1.6;color:#6b7280;flex:1}@media(max-width:1023px){.contact-section{padding:4rem 0}.contact-container{padding:0 2rem}.contact-grid{grid-template-columns:1fr;gap:3rem}.contact-form-wrapper{padding:0}}@media(max-width:767px){.contact-section{padding:3rem 0}.contact-container{padding:0 1.5rem}.contact-title{font-size:1.75rem}.contact-description{font-size:.938rem}.contact-details{gap:1.5rem}.contact-icon{width:40px;height:40px}.contact-item h3{font-size:1rem}.contact-item p{font-size:.875rem}.contact-form-wrapper{padding:0}.form-row{grid-template-columns:1fr;gap:1.25rem}.form-group input,.form-group textarea{padding:.75rem .875rem;font-size:.875rem}.form-footer{flex-direction:column;gap:1rem}.submit-btn{width:100%;padding:1rem}.privacy-text{font-size:.688rem}}@media(max-width:374px){.contact-form-wrapper{padding:0}.contact-title{font-size:1.5rem}}.footer{background:#0a1929;color:#fff;padding:4rem 0 2rem}.footer-container{max-width:1400px;margin:0 auto;padding:0 3rem}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}.footer-brand{display:flex;flex-direction:column;gap:1.25rem}.footer-logo{display:flex;align-items:center;gap:.75rem}.footer-logo img{height:40px;width:auto}.footer-tagline{font-size:.875rem;color:#ffffffb3;margin:0}.footer-social{display:flex;flex-direction:column;gap:.75rem}.social-label{font-size:.938rem;font-weight:500;color:#fff;margin:0}.social-icons{display:flex;gap:1rem}.social-icons a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:8px;color:#fff;transition:all .3s ease}.social-icons a:hover{background:#fff3;transform:translateY(-3px)}.social-icons svg{width:20px;height:20px}.footer-links h3,.footer-contact h3,.footer-newsletter h3{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:1.25rem}.footer-links ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:#ffffffb3;text-decoration:none;font-size:.938rem;transition:color .3s ease}.footer-links a:hover{color:#fff}.contact-items{display:flex;flex-direction:column;gap:1rem}.contact-link{display:flex;align-items:center;gap:.75rem;color:#ffffffb3;text-decoration:none;font-size:.938rem;transition:color .3s ease}.contact-link:hover{color:#fff}.contact-link svg{flex-shrink:0}.footer-newsletter p{font-size:.875rem;line-height:1.6;color:#ffffffb3;margin-bottom:1.25rem}.newsletter-form{display:flex;gap:.5rem;background:#fff;border-radius:50px;padding:.375rem}.newsletter-form input{flex:1;padding:.625rem 1.25rem;border:none;background:transparent;font-size:.938rem;color:#111827;outline:none}.newsletter-form input::placeholder{color:#9ca3af}.newsletter-form button{padding:.625rem 2rem;background:#2563eb;color:#fff;border:none;border-radius:50px;font-size:.938rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.newsletter-form button:hover{background:#1d4ed8}.footer-divider{height:1px;background:#ffffff1a;margin-bottom:1.5rem}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center}.copyright{font-size:.875rem;color:#fff9;margin:0}.footer-legal{display:flex;gap:2rem}.footer-legal a{font-size:.875rem;color:#fff9;text-decoration:none;transition:color .3s ease}.footer-legal a:hover{color:#fff}@media(max-width:1023px)and (min-width:768px){.footer{padding:3rem 0 1.5rem}.footer-container{padding:0 2rem}.footer-grid{grid-template-columns:1.2fr .8fr 1fr 1.5fr;gap:1.5rem;margin-bottom:2.5rem}.footer-logo img{height:32px}.footer-tagline{font-size:.75rem}.social-icons a{width:36px;height:36px}.footer-links h3,.footer-contact h3,.footer-newsletter h3{font-size:.938rem;margin-bottom:1rem}.footer-links a,.contact-link{font-size:.813rem}.footer-newsletter p{font-size:.75rem}.newsletter-form{padding:.25rem}.newsletter-form input{font-size:.813rem;padding:.5rem 1rem}.newsletter-form button{font-size:.813rem;padding:.5rem 1.25rem}}@media(max-width:767px){.footer{padding:2.5rem 0 1.5rem}.footer-container{padding:0 1.5rem}.footer-grid{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer-brand,.footer-links,.footer-contact,.footer-newsletter{grid-column:1}.footer-tagline{font-size:.813rem}.footer-links h3,.footer-contact h3,.footer-newsletter h3{font-size:1rem}.footer-bottom-content{flex-direction:column;gap:1rem;text-align:center}.copyright{font-size:.813rem}.footer-legal{gap:1.5rem}.footer-legal a{font-size:.813rem}}@media(max-width:374px){.social-icons{flex-wrap:wrap}.social-icons a{width:36px;height:36px}}.hero-carousel{position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden}.hero-slide{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.hero-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at 30% 50%,rgba(26,82,115,.4) 0%,transparent 50%),radial-gradient(ellipse at 70% 50%,rgba(15,52,82,.6) 0%,transparent 50%),linear-gradient(180deg,#0a1e2e4d,#0f3452cc)}.hero-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:2rem 2rem 0;text-align:center;display:flex;flex-direction:column;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.5rem;background:#ffffff26;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:50px;color:#fff;font-size:.875rem;font-weight:500;margin-bottom:1.5rem;box-shadow:0 4px 20px #0003}.hero-badge svg{width:16px;height:16px;color:#ffffffe6}.hero-title{font-size:clamp(2rem,5vw,4rem);font-weight:700;color:#fff;line-height:1.1;margin-bottom:1rem;text-shadow:0 4px 30px rgba(0,0,0,.5);letter-spacing:-.02em}.hero-description{font-size:clamp(1rem,2vw,1.25rem);color:#ffffffe6;line-height:1.7;max-width:900px;margin:0 auto 2rem;text-shadow:0 2px 20px rgba(0,0,0,.3);font-weight:400}.hero-cta{display:flex;gap:1.25rem;flex-wrap:wrap;justify-content:center}.btn-primary,.btn-secondary{padding:.7rem 1rem;font-size:1rem;font-weight:600;border-radius:50px;border:none;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;min-width:160px}.btn-primary{background:#fff;color:#0f3452;box-shadow:0 6px 25px #ffffff4d}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 35px #fff6;background:#f0f0f0}.btn-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-3px)}.carousel-indicators{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.75rem;z-index:10}.indicator{width:10px;height:10px;border-radius:50%;background:#ffffff4d;border:none;cursor:pointer;transition:all .3s ease;padding:0}.indicator:hover{background:#ffffff80;transform:scale(1.2)}.indicator.active{width:40px;border-radius:6px;background:#fff}@media(max-width:1023px){.hero-carousel{min-height:600px}.hero-content{padding:4rem 2rem 0}.hero-title{font-size:clamp(2rem,5vw,3.5rem)}.hero-description{font-size:clamp(.95rem,2vw,1.125rem);margin-bottom:2.5rem}.hero-cta{gap:1rem}.btn-primary,.btn-secondary{padding:.875rem 2rem;min-width:140px}}@media(max-width:767px){.hero-carousel{min-height:100vh;height:auto}.hero-content{padding:7rem 1.5rem 2rem}.hero-badge{font-size:.75rem;padding:.5rem 1.25rem;margin-bottom:1.5rem}.hero-badge svg{width:14px;height:14px}.hero-title{font-size:clamp(1.75rem,8vw,2.5rem);margin-bottom:1.25rem}.hero-description{font-size:.938rem;margin-bottom:2rem}.hero-cta{flex-direction:column;width:75%;gap:.875rem}.btn-primary,.btn-secondary{width:100%;padding:1rem 1.5rem}.carousel-indicators{bottom:2rem}.indicator{width:10px;height:10px}.indicator.active{width:30px}}@media(max-width:374px){.hero-content{padding:6rem 1rem 0}.hero-title{font-size:1.75rem}.hero-description{font-size:.875rem}}.service-navigation{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fff;border-bottom:1px solid #e5e7eb;transition:all .3s ease}.service-navigation.scrolled{box-shadow:0 4px 12px #00000014}.service-nav-container{max-width:1400px;margin:0 auto;padding:1.25rem 3rem;display:flex;align-items:center;justify-content:space-between}.service-nav-logo{display:flex;align-items:center;cursor:pointer;text-decoration:none}.service-nav-logo img{height:40px;width:auto}.service-nav-links{display:none;gap:2.5rem;align-items:center}.service-nav-links a{color:#374151;text-decoration:none;font-size:1rem;font-weight:500;transition:all .3s ease;position:relative;padding-bottom:.25rem}.service-nav-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#0f3452;transition:width .3s ease}.service-nav-links a:hover,.service-nav-links a.active{color:#0f3452}.service-nav-links a.active:after{width:100%}.service-nav-links a:hover:after{width:100%}.service-nav-cta{display:none;padding:.75rem 2rem;background:#0f3452;color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0f345233}.service-nav-cta:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0f34524d;background:#0a2e45}.service-hamburger{display:flex;flex-direction:column;justify-content:space-around;width:28px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:10}.service-hamburger span{width:100%;height:3px;background:#0f3452;border-radius:10px;transition:all .3s ease;transform-origin:center}.service-hamburger.active span:nth-child(1){transform:translateY(10px) rotate(45deg)}.service-hamburger.active span:nth-child(2){opacity:0;transform:translate(-20px)}.service-hamburger.active span:nth-child(3){transform:translateY(-11px) rotate(-45deg)}.service-mobile-menu{display:flex;flex-direction:column;background:#fff;border-top:1px solid #e5e7eb;padding:2rem 3rem;gap:1.5rem}.service-mobile-menu a{color:#374151;text-decoration:none;font-size:1.125rem;font-weight:500;transition:all .3s ease;padding:.5rem 0;border-bottom:1px solid #0F3452}.service-mobile-menu a:hover,.service-mobile-menu a.active{color:#0f3452;padding-left:1rem}.service-nav-cta-mobile{margin-top:.5rem;padding:.7em .5rem;background:#0f3452;color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:40%}@media(min-width:768px){.service-nav-links{display:flex;gap:1.5rem}.service-nav-cta{display:block;padding:.625rem 1.5rem;font-size:.938rem}.service-nav-logo img{height:32px}.service-nav-container{padding:1rem 2rem}.service-hamburger{display:none}.service-mobile-menu{display:none!important}}@media(min-width:1024px){.service-nav-container{padding:1.5rem 4rem}.service-nav-links{gap:3rem}}@media(max-width:767px){.service-nav-container{padding:1rem 1.5rem}.service-nav-logo img{height:28px}}.software-development-page{min-height:100vh;background:#fff}.service-navigation-section{padding:2rem 0 1rem;border-bottom:1px solid #f3f4f6}.back-button{display:inline-flex;align-items:center;gap:.5rem;background:none;border:none;color:#0f3452;font-size:1rem;font-weight:500;cursor:pointer;padding:.5rem 0;margin-bottom:.5rem;transition:all .3s ease}.back-button svg{width:20px;height:20px}.breadcrumb a{color:#6b7280;text-decoration:none;transition:color .3s ease}.service-header-section{padding:1.5rem 0 2.5rem;background:#fff;text-align:center}.service-header-section h1{font-size:clamp(2rem,4vw,2.9rem);font-weight:700;color:#111827;margin-bottom:.3rem;line-height:1.2}.service-header-section p{font-size:clamp(1rem,2vw,1.25rem);color:#6b7280;max-width:900px;margin:0 auto;line-height:1.7}.service-detail{padding:1rem 0;border-top:1px solid #f3f4f6}.image-carousel{position:relative;width:100%;border-radius:12px;overflow:hidden;background:#f3f4f6;height:465px}.image-carousel img{width:100%;height:465px;object-fit:cover;object-position:center;opacity:0;transition:opacity .8s ease-in-out;display:block}.image-carousel img.active,.image-carousel img[style*="display: block"]{opacity:1}.service-detail-content h2{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;color:#111827;margin-bottom:1.5rem}.service-section{margin-bottom:1rem}.service-section h3{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.35rem}.service-section ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.45rem}.service-section li{display:flex;align-items:flex-start;gap:.45rem;font-size:.938rem;color:#4b5563;line-height:1.6}@media(max-width:1023px){.service-main{padding-top:70px}.service-container{padding:0 2rem}.service-header-section{padding:4rem 0 3rem}.service-detail{padding:3rem 0}.service-detail-grid{grid-template-columns:1fr;gap:2.5rem}.service-detail.reverse .service-detail-grid{direction:ltr}.service-detail-image{position:static}}@media(max-width:767px){.service-main{padding-top:60px}.service-container{padding:0 1.5rem}.service-navigation-section{padding:1.5rem 0 1rem}.back-button{font-size:.938rem}.breadcrumb{font-size:.813rem;flex-wrap:wrap}.service-header-section{padding:3rem 0 2rem}.service-header-section h1{font-size:1.75rem}.service-header-section p{font-size:.938rem}.service-detail{padding:2.5rem 0}.service-detail-grid{gap:2rem}.service-detail-content h2{font-size:1.5rem}.service-section{margin-bottom:1.5rem}.service-section h3{font-size:1rem}.service-section p,.service-section li{font-size:.875rem}.image-carousel{height:285px}.carousel-dots{bottom:1rem}.dot{width:8px;height:8px}.dot.active{width:24px}}.it-digital-page{min-height:100vh;background:#fff}.it-hero-section{padding:5rem 0 4rem;background:#fff;text-align:center}.it-hero-content{max-width:900px;margin:0 auto}.it-hero-content h1{font-size:clamp(2rem,4vw,2.75rem);font-weight:700;color:#111827;margin-bottom:1.5rem;line-height:1.2}.it-hero-content p{font-size:clamp(1rem,2vw,1.125rem);color:#4b5563;line-height:1.7}.service-detail{padding:4rem 0;border-top:1px solid #f3f4f6}.service-detail-content h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:#111827;margin-bottom:2rem;line-height:1.3}.service-section{margin-bottom:2rem}.service-section h3{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.75rem}.service-section ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.service-section li{display:flex;align-items:flex-start;gap:.75rem;font-size:.938rem;color:#4b5563;line-height:1.6}.service-section li svg{flex-shrink:0;margin-top:.125rem}@media(max-width:1023px){.service-main{padding-top:70px}.service-container{padding:0 2rem}.it-hero-section{padding:4rem 0 3rem}.service-detail{padding:3rem 0}.service-detail-grid{grid-template-columns:1fr;gap:2.5rem}.service-detail.reverse .service-detail-grid{direction:ltr}.service-detail-image{position:static}}@media(max-width:767px){.service-main{padding-top:60px}.service-container{padding:0 1.5rem}.it-hero-section{padding:3rem 0 2rem}.it-hero-content h1{font-size:1.75rem}.it-hero-content p{font-size:.938rem}.service-detail{padding:2.5rem 0}.service-detail-grid{gap:2rem}.service-detail-content h2{font-size:1.375rem}.service-section{margin-bottom:1.5rem}.service-section h3{font-size:1rem}.service-section p,.service-section li{font-size:.875rem}.carousel-dots{bottom:1rem}.dot{width:8px;height:8px}.dot.active{width:24px}}.ai-automation-page{min-height:100vh;background:#fff}.service-main{padding-top:80px}.service-container{max-width:1400px;margin:0 auto;padding:0 3rem}.ai-hero-section{padding:5rem 0 4rem;background:#fff}.ai-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.ai-hero-content h1{font-size:clamp(2rem,4vw,2.75rem);font-weight:700;color:#111827;margin-bottom:1.5rem;line-height:1.2}.ai-hero-content p{font-size:clamp(1rem,2vw,1.125rem);color:#4b5563;line-height:1.7}.ai-hero-image img{width:100%;height:auto;border-radius:12px}.service-detail{padding:2rem 0;border-top:1px solid #f3f4f6}.service-detail:first-of-type{border-top:none}.service-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.service-detail.reverse .service-detail-grid{direction:rtl}.service-detail.reverse .service-detail-content{direction:ltr}.service-detail-image{width:100%;position:sticky;top:120px}.image-carousel{position:relative;width:100%;border-radius:12px;overflow:hidden;background:#f3f4f6}.image-carousel img{width:100%;height:auto;display:block;animation:fadeIn .5s ease-in-out}@keyframes fadeIn{0%{opacity:.7}to{opacity:1}}.carousel-dots{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:10}.dot{width:10px;height:10px;border-radius:50%;background:#2563eb;border:none;cursor:pointer;transition:all .3s ease;padding:0}.dot:hover{background:#fffc;transform:scale(1.2)}.dot.active{width:30px;border-radius:5px;background:#2563eb}.service-detail-content h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:#111827;margin-bottom:.6rem;line-height:1.3}.service-section{margin-bottom:.8rem}.service-section h3{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.45rem}.service-section p{font-size:1rem;color:#4b5563;line-height:1.7}.service-section ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.65rem}.service-section li{display:flex;align-items:flex-start;gap:.65rem;font-size:.938rem;color:#4b5563;line-height:1.6}.service-section li svg{flex-shrink:0;margin-top:.115rem}@media(max-width:1023px){.service-main{padding-top:70px}.service-container{padding:0 2rem}.ai-hero-section{padding:4rem 0 3rem}.ai-hero-grid{grid-template-columns:1fr;gap:2.5rem}.service-detail{padding:3rem 0}.service-detail-grid{grid-template-columns:1fr;gap:2.5rem}.service-detail.reverse .service-detail-grid{direction:ltr}.service-detail-image{position:static}}@media(max-width:767px){.service-main{padding-top:60px}.service-container{padding:0 1.5rem}.ai-hero-section{padding:3rem 0 2rem}.ai-hero-grid{gap:2rem}.ai-hero-content h1{font-size:1.75rem}.ai-hero-content p{font-size:.938rem}.service-detail{padding:2.5rem 0}.service-detail-grid{gap:2rem}.service-detail-content h2{font-size:1.375rem}.service-section{margin-bottom:1.5rem}.service-section h3{font-size:1rem}.service-section p,.service-section li{font-size:.875rem}.carousel-dots{bottom:1rem}.dot{width:8px;height:8px}.dot.active{width:24px}}.project-detail-page{min-height:100vh;background:#fff}.project-main{padding-top:75px}.project-container{max-width:1400px;margin:0 auto;padding:0 2rem}.project-navigation-section{padding:1rem 0;border-bottom:1px solid #f3f4f6}.back-button{display:inline-flex;align-items:center;gap:.2rem;background:none;border:none;color:#0f3452;font-size:1rem;font-weight:500;cursor:pointer;padding:.5rem 0;margin-bottom:.5rem;transition:all .3s ease}.back-button:hover{color:#1a5273;gap:.75rem}.back-button svg{width:18px;height:18px}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.breadcrumb a{color:#6b7280;text-decoration:none;transition:color .3s ease;cursor:pointer}.breadcrumb a:hover{color:#0f3452}.breadcrumb .separator{color:#d1d5db}.breadcrumb .current{color:#111827;font-weight:500}.project-sectionz{padding:0}.challenge-section{background:#f9fafb}.solution-section{background:#fff}.impact-section{background:#0a1929;padding:0}.project-content-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:6rem;align-items:center}.project-content-grid.reverse{grid-template-columns:1.2fr 1fr}.project-text h2{font-size:clamp(2rem,3vw,2rem);font-weight:700;color:#111827;margin-bottom:2rem;line-height:1.1}.project-text p{font-size:1.15rem;color:#4b5563;line-height:1.8;max-width:600px}.impact-text h2,.impact-text p{color:#fff}.project-imagez{height:500px;display:flex;align-items:center;justify-content:center;position:relative}.project-imagez img{width:auto;max-width:100%;height:100%;object-fit:contain}.key-features-section{padding:1.5rem 0;background:#f9fafb}.section-header{text-align:center;margin-bottom:2rem}.section-label{color:#2563eb;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.55rem}.section-header h2{font-size:clamp(2rem,4vw,2.75rem);font-weight:700;color:#111827;margin-bottom:.5rem}.section-description{font-size:1.125rem;color:#6b7280;max-width:700px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.feature-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001f}.feature-image{width:100%;height:250px;overflow:hidden}.feature-image img{width:100%;height:100%;object-fit:cover}.feature-card h3{font-size:1.25rem;font-weight:600;color:#111827;padding:1.5rem 1.5rem .5rem}.feature-card p{font-size:.938rem;color:#6b7280;padding:0 1.5rem 1.5rem;line-height:1.6}.tech-section{padding:2rem 0;background:#fff}.tech-section h2{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;color:#111827;margin-bottom:1.5rem;text-align:center}.tech-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1.25rem}.tech-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#f9fafb;border-radius:8px}.tech-label{font-weight:600;color:#111827;min-width:120px;font-size:1rem}.tech-value{color:#4b5563;font-size:1rem;line-height:1.6}.btn-primaryy,.btn-secondaryy{padding:1rem;font-size:1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;text-decoration:none}.btn-primaryy{background:#2563eb;color:#fff;border:none}.btn-primaryy:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 8px 20px #2563eb4d}.btn-secondaryy{background:transparent;color:#0f3452;border:2px solid #0F3452}.btn-secondaryy:hover{background:#0f3452;color:#fff;transform:translateY(-2px)}.cta-section{padding:3rem 0;background:#f3f4f6}.cta-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.cta-text h2{font-size:clamp(2rem,4vw,2.75rem);font-weight:700;color:#111827;margin-bottom:1rem}.cta-text p{font-size:1.125rem;color:#4b5563;line-height:1.8}.cta-buttons{display:flex;gap:1.25rem;justify-content:center}.cta-buttons .btn-primaryy,.cta-buttons .btn-secondaryy{width:40%;justify-content:center}.privacy-notice-section{padding:1.5rem 0;background:#f9fafb;border-top:1px solid #e5e7eb}.privacy-notice{display:flex;gap:1.25rem;align-items:flex-start;padding:1.5rem 2rem;background:#fff;border-left:4px solid #2563eb;border-radius:8px;box-shadow:0 1px 3px #0000001a}.privacy-notice svg{flex-shrink:0;color:#2563eb;margin-top:.125rem}.privacy-notice p{font-size:.938rem;color:#4b5563;line-height:1.7;margin:0}.privacy-notice strong{color:#111827;font-weight:600}@media(max-width:1023px){.project-main{padding-top:70px}.project-container{padding:0 1.5rem}.project-content-grid,.project-content-grid.reverse{grid-template-columns:1fr;gap:2rem}.project-content-grid.reverse{display:flex;flex-direction:column}.project-content-grid.reverse .project-imagez{order:2}.project-content-grid.reverse .project-text{order:1}.project-imagez{height:350px}.cta-content{grid-template-columns:1fr;gap:2rem}.features-grid{grid-template-columns:1fr}}@media(max-width:767px){.project-main{padding-top:60px}.project-container{padding:0 1.2rem}.project-sectionz{padding:1rem 0}.project-imagez{height:300px}.section-header{margin-bottom:1.5rem}.tech-item{flex-direction:column;gap:.5rem}.tech-label{min-width:auto}.buttons-wrapper{flex-direction:column;width:100%}.btn-primaryy,.btn-secondaryy{width:60%;justify-content:center}.cta-circle{width:180px;height:180px}.cta-circle img{width:90px}.privacy-notice{flex-direction:column;gap:1rem;padding:1.25rem 1.5rem}.privacy-notice p{font-size:.875rem}}#root{overflow-x:hidden;width:100%;max-width:100vw}
