.header{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:#fffffff2;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.header.scrolled{background-color:#fffffffa;box-shadow:0 4px 16px #00000026}.header-container{max-width:1400px;margin:0 auto;padding:0 2rem;height:70px;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;text-decoration:none;transition:transform .3s ease}.logo:hover{transform:scale(1.02)}.logo-image{height:36px;width:auto;object-fit:contain}.nav-desktop{display:flex;gap:2rem;align-items:center}.nav-link{font-size:.95rem;font-weight:500;color:#333;position:relative;padding-bottom:5px}.nav-link.active{color:#1a5490}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(to right,#1a5490,#2a7bc0);transition:width .3s ease}.nav-link.active:after,.nav-link:hover:after{width:100%}.header-actions{display:flex;gap:1rem;align-items:center}.language-toggle{display:flex;align-items:center;gap:.5rem;background:white;border:2px solid #1a5490;padding:.5rem 1rem;border-radius:4px;cursor:pointer;transition:all .3s ease;font-weight:600;color:#1a5490}.language-toggle:hover{background:#1a5490;color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #1a549033}.flag-icon{font-size:1.2rem;line-height:1}.lang-text{font-size:.9rem;font-weight:600}.cta-button{background:linear-gradient(135deg,#1a5490 0%,#0d3d6b 100%);color:#fff;padding:.75rem 1.5rem;border-radius:4px;font-weight:600;font-size:.95rem;transition:all .3s ease;display:inline-block}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 16px #1a54904d}.mobile-menu-btn{display:none;flex-direction:column;gap:5px;background:none;padding:0;cursor:pointer}.mobile-menu-btn span{width:25px;height:3px;background:#1a5490;border-radius:3px;transition:all .3s ease}.mobile-menu-btn.active span:nth-child(1){transform:rotate(45deg) translate(10px,10px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.nav-mobile{display:none;flex-direction:column;position:absolute;top:70px;left:0;right:0;background:white;padding:1rem 2rem;gap:.5rem;border-top:1px solid #eee;animation:slideDown .3s ease}.nav-link-mobile{padding:.75rem 0;font-size:1rem;color:#333;font-weight:500;border-bottom:1px solid #f0f0f0}.cta-button-mobile{background:linear-gradient(135deg,#1a5490 0%,#0d3d6b 100%);color:#fff;padding:.75rem 1.5rem;border-radius:4px;font-weight:600;margin-top:.5rem;text-align:center}.language-toggle-mobile{display:flex;align-items:center;justify-content:center;gap:.5rem;background:white;border:2px solid #1a5490;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;transition:all .3s ease;font-weight:600;color:#1a5490;margin-top:.5rem;width:100%}.language-toggle-mobile:hover{background:#1a5490;color:#fff}@media (max-width: 768px){.nav-desktop{display:none}.mobile-menu-btn{display:flex}.header-container{padding:0 1rem}.logo{font-size:1rem}.logo-text{font-size:1.2rem}.cta-button,.language-toggle .lang-text{display:none}.language-toggle{padding:.5rem .75rem}}@media (max-width: 480px){.header-container{height:60px}.logo-text{font-size:1rem}.logo-subtext{font-size:.6rem}.nav-mobile{top:60px}}.footer{background:#1a1a1a;color:#fff}.footer-content{padding:4rem 2rem 2rem}.footer .container{max-width:1400px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-logo{display:flex;flex-direction:column;font-weight:700;gap:0;margin-bottom:1rem}.footer-logo .logo-text{font-size:1.5rem;color:#42a5f5;line-height:1}.footer-logo .logo-subtext{font-size:.75rem;color:#999;letter-spacing:1px;text-transform:uppercase}.footer-description{font-size:.95rem;color:#ccc;line-height:1.7}.download-btn{display:inline-block;background:linear-gradient(135deg,#1a5490 0%,#2a7bc0 100%);color:#fff;padding:.75rem 1.5rem;border-radius:4px;font-weight:600;font-size:.9rem;transition:all .3s ease;width:fit-content;margin-top:.5rem}.download-btn:hover{transform:translateY(-2px);box-shadow:0 8px 16px #1a549066}.footer-title{font-size:1rem;font-weight:700;color:#42a5f5;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:1px}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.8rem}.footer-links a{color:#ccc;font-size:.95rem;transition:all .3s ease;position:relative;padding-left:0}.footer-links a:before{content:"→";margin-right:.5rem;opacity:0;transition:all .3s ease}.footer-links a:hover{color:#42a5f5;padding-left:.5rem}.footer-links a:hover:before{opacity:1}.social-links{display:flex;gap:1rem;flex-wrap:wrap}.social-link{color:#ccc;font-size:.95rem;transition:all .3s ease;padding:.5rem 1rem;border:1px solid #444;border-radius:4px}.social-link:hover{border-color:#42a5f5;color:#42a5f5;background:rgba(66,165,245,.1)}.footer-divider{height:1px;background:linear-gradient(to right,transparent,#444,transparent);margin:2rem 0}.footer-bottom{text-align:center;padding-bottom:2rem}.copyright{font-size:.9rem;color:#999}.copyright strong{color:#42a5f5}@media (max-width: 1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 768px){.footer-content{padding:2rem 1rem 1rem}.footer-grid{grid-template-columns:1fr;gap:1.5rem}.footer-section{gap:.8rem}.footer-links{gap:.6rem}.social-links{gap:.5rem}.social-link{font-size:.85rem;padding:.4rem .8rem}}.page-loader-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#f5f7fa 0%,#e8f0f7 100%);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeOut .8s ease forwards;animation-delay:9.2s}@keyframes fadeOut{0%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}.page-loader-content{display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center}.loader-logo{width:140px;height:140px;margin-bottom:2rem}.logo-shape-outer{stroke-dasharray:100;stroke-dashoffset:100;animation:drawStroke 2s ease-in-out infinite}.logo-shape-inner{stroke-dasharray:80;stroke-dashoffset:80;animation:drawStroke 2s ease-in-out .3s infinite}@keyframes drawStroke{0%{stroke-dashoffset:100}50%{stroke-dashoffset:0}to{stroke-dashoffset:100}}.logo-center{animation:pulseDot 2s ease-in-out infinite}@keyframes pulseDot{0%,to{r:3;opacity:1}50%{r:6;opacity:.5}}.loader-text-container{margin:1rem 0}.loader-text{font-size:2.5rem;font-weight:800;color:#1a5490;margin:0;letter-spacing:2px}.loader-text-char{display:inline-block;animation:textBounce 1.5s ease-in-out infinite}@keyframes textBounce{0%,to{transform:translateY(0);opacity:1}50%{transform:translateY(-10px);opacity:.7}}.loader-subtitle{font-size:.95rem;color:#666;margin:.5rem 0 0;font-weight:500}.loader-subtitle:after{content:"";animation:loadingDots 1.5s steps(4,end) infinite}@keyframes loadingDots{0%,20%{content:""}40%{content:"."}60%{content:".."}80%,to{content:"..."}}.loader-progress-bar{width:200px;height:4px;background:rgba(26,84,144,.1);border-radius:2px;overflow:hidden;margin-top:1rem}.loader-progress-fill{height:100%;background:linear-gradient(90deg,#1a5490,#2a7bc0);border-radius:2px;animation:progressFill 2s ease-in-out forwards}@keyframes progressFill{0%{width:0%}to{width:100%}}@media (max-width: 768px){.page-loader-content{gap:1.5rem}.loader-logo{width:110px;height:110px;margin-bottom:1.5rem}.loader-text{font-size:2rem;letter-spacing:1px}.loader-progress-bar{width:150px}}@media (max-width: 480px){.loader-logo{width:80px;height:80px;margin-bottom:1rem}.loader-text{font-size:1.5rem;letter-spacing:.5px}.loader-subtitle{font-size:.85rem}.loader-progress-bar{width:120px;height:3px}}.hero{margin-top:70px;min-height:calc(100vh - 70px);background:linear-gradient(135deg,#f5f7fa 0%,#e8f0f7 100%);background-image:url(../landing.png);background-repeat:no-repeat;background-size:contain;display:flex;align-items:center;padding:4rem 2rem;position:relative;overflow:hidden}.hero-content{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-text{display:flex;flex-direction:column;gap:1.5rem;animation:fadeInLeft .8s ease}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.hero-title{font-size:3.5rem;font-weight:800;color:#fff;line-height:1.2}.hero-subtitle{font-size:1.1rem;color:#555;line-height:1.7;max-width:500px}.hero-button{background:linear-gradient(135deg,#1a5490 0%,#0d3d6b 100%);color:#fff;padding:1rem 2rem;border-radius:6px;font-weight:600;font-size:1rem;width:fit-content;transition:all .3s ease;box-shadow:0 8px 24px #1a549040}.hero-button:hover{transform:translateY(-4px);box-shadow:0 12px 32px #1a549059}.hero-visual{position:relative;height:400px;animation:fadeInRight .8s ease}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.gradient-blob{position:absolute;width:100%;height:100%;background:linear-gradient(135deg,#1a5490 0%,#2a7bc0 50%,#42a5f5 100%);border-radius:40% 60% 70% 30%/40% 50% 60%;animation:blob 8s infinite;opacity:.8;box-shadow:0 20px 60px #1a549033;z-index:-1}@keyframes blob{0%{border-radius:40% 60% 70% 30%/40% 50% 60%;transform:scale(1) rotate(0)}50%{border-radius:30% 60% 70% 40%/50% 60% 30%;transform:scale(1.05) rotate(180deg)}to{border-radius:40% 60% 70% 30%/40% 50% 60%;transform:scale(1) rotate(360deg)}}@media (max-width: 1024px){.hero-content{grid-template-columns:1fr;gap:2rem}.hero-title{font-size:2.8rem}.hero-visual{height:300px}}@media (max-width: 768px){.hero{padding:2rem 1rem;min-height:auto;padding-top:80px;padding-bottom:80px}.hero-content{gap:1.5rem}.hero-title{font-size:1.8rem;line-height:1.3;margin:0}.hero-subtitle{font-size:.9rem;line-height:1.5;margin:0}.hero-button{padding:.75rem 1.5rem;font-size:.9rem}.hero-visual{height:200px}}@media (max-width: 480px){.hero{padding:1.5rem 1rem;padding-top:60px;padding-bottom:60px}.hero-text{gap:1rem}.hero-title{font-size:1.4rem;line-height:1.2}.hero-subtitle{font-size:.85rem;line-height:1.4;max-width:100%}.hero-button{padding:.65rem 1.25rem;font-size:.85rem}.hero-visual{height:150px}.gradient-blob{opacity:.6}}.decorative-hero-top-left{position:absolute;top:-100px;left:-100px;width:400px;height:400px;opacity:.1;pointer-events:none;z-index:0}.decorative-hero-bottom-right{position:absolute;bottom:-100px;right:-100px;width:400px;height:400px;opacity:.1;pointer-events:none;z-index:0}@media (max-width: 768px){.decorative-hero-top-left,.decorative-hero-bottom-right{opacity:.05;width:250px;height:250px}}@media (max-width: 480px){.decorative-hero-top-left,.decorative-hero-bottom-right{display:none}}.hero-oil-icon{position:absolute;opacity:.12;z-index:0;pointer-events:none;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero-oil-drill{top:10%;right:5%;animation-delay:0s}.hero-oil-drop{top:50%;left:2%;animation-delay:1s}.hero-oil-barrel{bottom:10%;right:8%;animation-delay:2s}@media (max-width: 1024px){.hero-oil-drill{display:none}.hero-oil-drop{opacity:.08;left:-20px}.hero-oil-barrel{opacity:.08;right:-20px}}@media (max-width: 768px){.hero-oil-drill,.hero-oil-drop,.hero-oil-barrel{display:none}}.trusted-by{padding:6rem 2rem;background:white;border-top:1px solid #f0f0f0}.container{max-width:1400px;margin:0 auto}.section-title{font-size:2rem;font-weight:700;color:#1a5490;text-align:center;margin-bottom:4rem;line-height:1.4}.companies-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:2rem;align-items:center}.company-logo-link{text-decoration:none;color:inherit;height:100%}.company-logo{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;transition:all .3s ease;padding:2rem 1rem;border-radius:12px;background:#f9f9f9;cursor:pointer;height:100%;min-height:200px;border:2px solid transparent}.company-logo:hover{transform:translateY(-8px);background:linear-gradient(135deg,#f0f5fa 0%,#e8f1fa 100%);box-shadow:0 12px 24px #1a549026;border-color:#1a5490}.logo-placeholder{width:100px;height:100px;background:linear-gradient(135deg,#1a5490 0%,#2a7bc0 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;transition:all .3s ease}.company-logo:hover .logo-placeholder{transform:scale(1.1) rotate(5deg);box-shadow:0 12px 24px #1a54904d}.company-logo-img{max-width:100px;max-height:100px;object-fit:contain;border-radius:12px;padding:8px;background:white;transition:all .3s ease;width:auto;height:auto}.company-logo:hover .company-logo-img{transform:scale(1.08);box-shadow:0 12px 24px #1a549033}.company-name{font-size:.95rem;font-weight:600;color:#333;text-align:center}@media (max-width: 1200px){.companies-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}.section-title{font-size:1.8rem}.company-logo{min-height:180px;padding:1.5rem 1rem}.company-logo-img{max-width:90px;max-height:90px}}@media (max-width: 1024px){.companies-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.section-title{font-size:1.6rem}.company-logo{min-height:160px;padding:1.5rem 1rem}.company-logo-img{max-width:80px;max-height:80px}}@media (max-width: 900px){.companies-grid{grid-template-columns:repeat(3,1fr);gap:1.2rem}.section-title{font-size:1.4rem}.company-logo{min-height:150px;padding:1.2rem .8rem}.company-logo-img{max-width:75px;max-height:75px}}@media (max-width: 768px){.trusted-by{padding:3rem 1rem}.section-title{font-size:1.3rem;margin-bottom:2rem}.companies-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.company-logo{padding:1rem .8rem;min-height:140px}.company-logo-img{max-width:70px;max-height:70px}.company-name{font-size:.85rem}}@media (max-width: 600px){.trusted-by{padding:2rem .5rem}.section-title{font-size:1.1rem;margin-bottom:1.5rem}.companies-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}.company-logo{padding:.8rem .5rem;min-height:120px;gap:.5rem}.company-logo-img{max-width:60px;max-height:60px}.company-name{font-size:.75rem}}@media (max-width: 400px){.companies-grid{grid-template-columns:repeat(2,1fr)}.company-logo{min-height:110px;padding:.6rem}.company-logo-img{max-width:50px;max-height:50px}.company-name{font-size:.7rem}}.about{padding:6rem 2rem;background:white}.about-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.section-label{display:inline-block;font-size:.8rem;font-weight:700;color:#1a5490;letter-spacing:2px;text-transform:uppercase;margin-bottom:1rem;padding:.5rem 1rem;background:#f0f5fa;border-radius:4px}.about-title{font-size:2.5rem;font-weight:800;color:#1a5490;margin-bottom:1.5rem;line-height:1.3}.about-description{font-size:1rem;color:#555;line-height:1.8;margin-bottom:2rem}.read-more-btn{display:inline-block;background:linear-gradient(135deg,#1a5490 0%,#0d3d6b 100%);color:#fff;padding:.85rem 2rem;border-radius:6px;font-weight:600;transition:all .3s ease;box-shadow:0 8px 16px #1a549033}.read-more-btn:hover{transform:translateY(-3px);box-shadow:0 12px 24px #1a54904d}.about-image{display:flex;align-items:center;justify-content:center}.image-placeholder{width:100%;aspect-ratio:1;background:linear-gradient(135deg,#1a5490 0%,#2a7bc0 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;box-shadow:0 20px 40px #1a549033;animation:imageHover .3s ease}.about-img{width:100%;height:100%;object-fit:cover;border-radius:12px;box-shadow:0 20px 40px #1a549033;transition:all .3s ease}.about-img:hover{transform:translateY(-8px);box-shadow:0 28px 56px #1a54904d}.placeholder-content{text-align:center;color:#fff;font-size:1.5rem;font-weight:700;z-index:1}@media (max-width: 1024px){.about-content{grid-template-columns:1fr;gap:2rem}.about-title{font-size:2rem}}@media (max-width: 768px){.about{padding:3rem 1rem}.about-title{font-size:1.5rem}.about-description{font-size:.95rem}.image-placeholder{aspect-ratio:16 / 9}}.services .container{max-width:1400px;margin:0 auto}.section-title{font-size:2.2rem;font-weight:800;color:#1a5490;text-align:center;margin-bottom:1rem;line-height:1.4}.section-subtitle{font-size:1rem;color:#666;text-align:center;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.services-intro{margin-bottom:3rem;text-align:center}.services-heading{font-size:1.5rem;font-weight:700;color:#333}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.service-card{background:white;border-radius:12px;transition:all .3s ease;border:1px solid #e8e8e8;cursor:pointer;position:relative;overflow:hidden;display:flex;flex-direction:column;height:100%}.service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#1a5490,#2a7bc0);transform:scaleX(0);transform-origin:left;transition:transform .3s ease;z-index:10}.service-card:hover:before{transform:scaleX(1)}.service-card:hover{transform:translateY(-8px);box-shadow:0 16px 32px #1a549026;border-color:#1a5490}.service-image{width:100%;height:250px;overflow:hidden;border-radius:8px 8px 0 0;margin-bottom:1.5rem;flex-shrink:0}.service-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.service-card:hover .service-image img{transform:scale(1.05)}.service-card>h3,.service-card>p{padding:0 2rem}.service-card>p:last-child{padding-bottom:2rem}.service-title{font-size:1.3rem;font-weight:700;color:#1a5490;margin-bottom:.75rem}.service-description{font-size:.95rem;color:#666;line-height:1.7;flex-grow:1;margin-bottom:1rem}.service-card-cta{font-size:.95rem;font-weight:600;color:#06c;transition:all .3s ease}.service-card:hover .service-card-cta{transform:translate(4px)}@media (max-width: 1024px){.section-title{font-size:1.8rem}.services-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.service-image{height:200px}.service-card>h3,.service-card>p{padding:0 1.5rem}.service-card>p:last-child{padding-bottom:1.5rem}}@media (max-width: 768px){.services{padding:3rem 1rem}.section-title{font-size:1.4rem}.section-subtitle{font-size:.95rem}.services-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.service-card{border-radius:8px}.service-image{height:150px;border-radius:6px 6px 0 0;margin-bottom:1rem}.service-card>h3,.service-card>p{padding:0 1rem}.service-card>p:last-child{padding-bottom:1rem}.service-title{font-size:1.1rem}.service-description{font-size:.9rem}}@media (max-width: 480px){.services-grid{grid-template-columns:1fr}.service-image{height:200px}}.page-hero{margin-top:70px;min-height:250px;background:linear-gradient(135deg,#1a5490 0%,#0d3d6b 100%);background-image:url(../landing-hero.png);background-repeat:no-repeat;background-size:cover;-webkit-backdrop-filter:brightness(7%);backdrop-filter:brightness(7%);display:flex;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center}.page-hero-content{max-width:800px;display:flex;flex-direction:column;gap:1rem;animation:fadeInDown .8s ease}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.page-hero-title{font-size:2.5rem;font-weight:800;color:#fff;line-height:1.2}.page-hero-subtitle{font-size:1rem;color:#ffffffe6;line-height:1.6}@media (max-width: 1024px){.page-hero{min-height:200px}.page-hero-title{font-size:2rem}}@media (max-width: 768px){.page-hero{min-height:180px;padding:2rem 1rem}.page-hero-title{font-size:1.5rem}.page-hero-subtitle{font-size:.9rem}}.company-carousel-section{padding:60px 20px;background:linear-gradient(135deg,#f5f7fa 0%,#f0f3f8 100%);margin:40px 0}.carousel-title{font-size:2.5rem;font-weight:700;text-align:center;color:#1a3a52;margin-bottom:10px}.carousel-subtitle{font-size:1.1rem;text-align:center;color:#666;margin-bottom:40px}.carousel-container{display:flex;flex-direction:column;gap:30px;position:relative;background:transparent!important}.carousel-main{display:flex;align-items:center;justify-content:center;gap:20px;position:relative;background:transparent;border-radius:0;padding:60px 20px;box-shadow:none}.carousel-track{flex:1;display:flex;align-items:center;justify-content:center;position:relative;height:520px;overflow:visible;border-radius:8px;background:transparent}.carousel-item{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.25) translate(50px);transition:all .6s cubic-bezier(.4,0,.2,1);pointer-events:none}.carousel-item.active{opacity:1;transform:scale(1) translate(0);pointer-events:auto;z-index:10}.carousel-item-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;height:100%;padding:30px 20px}.carousel-logo-wrapper{margin-bottom:30px;display:flex;align-items:center;justify-content:center;height:350px;min-height:350px}.carousel-logo-wrapper a{display:flex;align-items:center;justify-content:center;height:100%}.carousel-logo{max-width:220px;max-height:350px;object-fit:contain;transition:transform .3s ease,filter .3s ease}.carousel-item.active .carousel-logo{max-width:800px;max-height:640px;transform:scale(1);filter:drop-shadow(0 16px 40px rgba(26,84,144,.35))}.carousel-company-name{font-size:1.5rem;font-weight:700;color:#1a3a52;margin-bottom:8px}.carousel-company-desc{font-size:.95rem;color:#666;margin-bottom:15px;max-width:300px}.carousel-link{display:inline-block;color:#06c;text-decoration:none;font-weight:600;font-size:.9rem;padding:8px 16px;border-radius:6px;transition:all .3s ease}.carousel-link:hover{background-color:#0066cc1a;transform:translate(4px)}.carousel-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:2px solid #ddd;background:white;border-radius:50%;cursor:pointer;color:#1a3a52;transition:all .3s ease;flex-shrink:0;padding:0}.carousel-btn:hover{background:#1a3a52;color:#fff;border-color:#1a3a52;transform:scale(1.1)}.carousel-btn:active{transform:scale(.95)}.carousel-thumbnails{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;padding:20px 10px;background:transparent;border-radius:0;box-shadow:none}.carousel-thumbnail{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border:3px solid #ddd;border-radius:8px;background:#fafbfc;cursor:pointer;padding:8px;transition:all .3s ease;overflow:hidden}.carousel-thumbnail:hover{border-color:#06c;transform:translateY(-4px)}.carousel-thumbnail.active{border-color:#1a3a52;background:linear-gradient(135deg,#e8f1fa 0%,#f0f5fa 100%);box-shadow:0 4px 12px #1a549033}.thumbnail-img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s ease}.carousel-thumbnail.active .thumbnail-img{transform:scale(1.05)}.carousel-indicators{display:flex;gap:8px;justify-content:center;align-items:center}.indicator-dot{width:12px;height:12px;border-radius:50%;background:#ddd;border:none;cursor:pointer;transition:all .3s ease;padding:0}.indicator-dot:hover{background:#999;transform:scale(1.2)}.indicator-dot.active{width:32px;border-radius:6px;background:linear-gradient(90deg,#1a3a52 0%,#0066cc 100%);box-shadow:0 2px 8px #1a54904d}@media (max-width: 1200px){.carousel-title{font-size:2rem}.carousel-main{padding:50px 15px;gap:15px}.carousel-track{height:460px}.carousel-item-content{padding:30px 15px}.carousel-logo-wrapper{height:310px;margin-bottom:25px}.carousel-logo{max-width:200px;max-height:310px}.carousel-item.active .carousel-logo{max-width:720px;max-height:580px}.carousel-company-name{font-size:1.3rem}.carousel-btn{width:40px;height:40px}}@media (max-width: 1024px){.carousel-title{font-size:1.8rem}.carousel-container{gap:25px}.carousel-main{padding:45px 12px;gap:12px}.carousel-track{height:420px}.carousel-logo-wrapper{height:280px;margin-bottom:20px}.carousel-logo{max-width:180px;max-height:280px}.carousel-item.active .carousel-logo{max-width:650px;max-height:520px}.carousel-company-name{font-size:1.2rem}.carousel-company-desc{font-size:.9rem}.carousel-btn{width:38px;height:38px}.carousel-thumbnail{width:70px;height:70px}}@media (max-width: 768px){.company-carousel-section{padding:40px 15px;margin:30px 0}.carousel-title{font-size:1.6rem;margin-bottom:8px}.carousel-subtitle{font-size:.95rem;margin-bottom:30px}.carousel-container{gap:20px}.carousel-main{padding:40px 10px;gap:10px;flex-direction:column}.carousel-track{height:380px;width:100%}.carousel-item-content{padding:25px 15px}.carousel-logo-wrapper{height:240px;margin-bottom:18px}.carousel-logo{max-width:170px;max-height:240px}.carousel-item.active .carousel-logo{max-width:550px;max-height:440px}.carousel-company-name{font-size:1.1rem}.carousel-company-desc{font-size:.85rem;margin-bottom:12px}.carousel-btn{position:absolute;width:36px;height:36px;z-index:20}.prev-btn{left:0;top:50%;transform:translateY(-50%)}.next-btn{right:0;top:50%;transform:translateY(-50%)}.carousel-btn:hover{box-shadow:0 4px 8px #00000026}.carousel-thumbnails{gap:10px;padding:15px 5px}.carousel-thumbnail{width:65px;height:65px}.indicator-dot{width:10px;height:10px}.indicator-dot.active{width:28px}}@media (max-width: 600px){.carousel-title{font-size:1.4rem}.carousel-subtitle{font-size:.9rem}.carousel-main{padding:35px 10px}.carousel-track{height:340px}.carousel-item-content{padding:20px 10px}.carousel-logo-wrapper{height:210px;margin-bottom:15px}.carousel-logo{max-width:150px;max-height:210px}.carousel-item.active .carousel-logo{max-width:480px;max-height:380px}.carousel-company-name{font-size:1rem}.carousel-company-desc{font-size:.8rem;display:none}.carousel-link{font-size:.85rem;padding:6px 12px}.carousel-btn{width:32px;height:32px}.carousel-thumbnails{gap:8px;padding:12px 0;overflow-x:auto;justify-content:flex-start}.carousel-thumbnail{width:60px;height:60px;flex-shrink:0}.carousel-indicators{gap:6px}.indicator-dot{width:8px;height:8px}.indicator-dot.active{width:24px}}@media (max-width: 400px){.company-carousel-section{padding:30px 10px;margin:20px 0}.carousel-title{font-size:1.3rem}.carousel-subtitle{font-size:.85rem}.carousel-track{height:300px;border-radius:6px}.carousel-item-content{padding:18px 8px}.carousel-logo-wrapper{height:180px;margin-bottom:12px}.carousel-logo{max-width:140px;max-height:180px}.carousel-item.active .carousel-logo{max-width:420px;max-height:340px}.carousel-company-name{font-size:.95rem;margin-bottom:4px}.carousel-link{font-size:.8rem;padding:4px 10px}.carousel-btn{width:30px;height:30px}.carousel-btn svg{width:20px;height:20px}.carousel-thumbnail{width:55px;height:55px}.carousel-indicators{gap:5px}.indicator-dot{width:7px;height:7px}.indicator-dot.active{width:20px}}.about-page-section{padding:6rem 2rem;background:white;position:relative;overflow:hidden}.section-title{font-size:2.2rem;font-weight:800;color:#1a5490;margin-bottom:2rem;text-align:center}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-col{display:flex;flex-direction:column;gap:1.5rem}.about-text{text-align:center;font-size:18pt;margin-top:2%;color:#555;line-height:1.8}.about-image{width:100%;height:auto;border-radius:12px;transition:all .3s ease}.about-image:hover{transform:translateY(-8px)}.image-placeholder{width:100%;aspect-ratio:1;background:linear-gradient(135deg,#1a5490 0%,#2a7bc0 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 20px 40px #1a549033;transition:all .3s ease}.image-placeholder:hover{transform:translateY(-8px);box-shadow:0 28px 56px #1a54904d}.placeholder-content{text-align:center;color:#fff;font-size:1.5rem;font-weight:700}.vision-mission{padding:6rem 2rem;background:#f8f9fa;position:relative;overflow:hidden}.vision-mission-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:3rem}.vision-mission-card{background:white;padding:2.5rem 2rem;border-radius:12px;box-shadow:0 8px 16px #00000014;transition:all .3s ease;border:2px solid transparent}.vision-mission-card:hover{transform:translateY(-8px);border-color:#1a5490;box-shadow:0 16px 32px #1a549026}.card-icon{font-size:2.5rem;margin-bottom:1rem}.card-title{font-size:1.5rem;font-weight:700;color:#1a5490;margin-bottom:1rem}.card-text{font-size:.95rem;color:#555;line-height:1.8}.leadership-section{padding:6rem 2rem;background:white;position:relative;overflow:hidden}.leadership-content{display:flex;flex-direction:column;gap:2rem;max-width:900px;margin:0 auto;text-align:center}.leadership-text{font-size:1rem;color:#555;line-height:1.8}.leadership-values{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:2rem}.value-item{padding:2rem;background:#f0f5fa;border-radius:12px;transition:all .3s ease;text-align:center}.value-item:hover{background:#e8f0f7;transform:translateY(-6px);box-shadow:0 12px 24px #1a54901f}.value-icon{display:inline-block;font-size:2rem;font-weight:700;color:#1a5490;margin-bottom:.5rem}.value-item h4{font-size:1.1rem;font-weight:700;color:#1a5490;margin:.5rem 0}.value-item p{font-size:.9rem;color:#666;line-height:1.6}.trusted-section{padding:6rem 2rem;background:#f8f9fa}.section-subtitle{font-size:1rem;color:#666;text-align:center;margin-bottom:3rem}.trusted-grid-wrapper{overflow:hidden;background:white;border-radius:12px;padding:2rem 0}.trusted-grid{display:flex;gap:2rem;animation:scroll-companies 30s linear infinite;padding:0 2rem}@keyframes scroll-companies{0%{transform:translate(0)}to{transform:translate(-50%)}}.trusted-grid-wrapper:hover .trusted-grid{animation-play-state:paused}.trusted-logo-item{flex:0 0 auto;display:flex;align-items:center;justify-content:center;transition:all .3s ease;cursor:pointer}.trusted-logo-item:hover{transform:scale(1.1)}.trusted-logo-item:not(a):hover{opacity:.8}.trusted-logo-image{width:140px;height:90px;display:flex;align-items:center;justify-content:center;background:white;border-radius:8px;border:2px solid #f0f5fa;transition:all .3s ease;overflow:hidden}.trusted-logo-item:hover .trusted-logo-image{border-color:#1a5490;box-shadow:0 8px 16px #1a549026}.trusted-logo-image img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;padding:.5rem}@media (max-width: 1024px){.about-grid{grid-template-columns:1fr;gap:2rem}.section-title{font-size:1.8rem}}@media (max-width: 768px){.about-page-section,.vision-mission,.leadership-section,.trusted-section{padding:3rem 1rem}.section-title{font-size:1.4rem}.about-text,.leadership-text{font-size:.95rem}.vision-mission-grid,.leadership-values{grid-template-columns:1fr;gap:1.5rem}.trusted-grid-wrapper{padding:1rem 0}.trusted-logo-image{width:100px;height:70px}.image-placeholder{aspect-ratio:16 / 9}}.about-page-section .decorative-top-left,.vision-mission .decorative-bottom-right,.leadership-section .decorative-top-right{position:absolute;opacity:.1;z-index:0;pointer-events:none}.about-page-section .decorative-top-left{top:0;left:0;width:400px;height:400px}.vision-mission .decorative-bottom-right{bottom:0;right:0;width:400px;height:400px}.leadership-section .decorative-top-right{top:0;right:0;width:400px;height:400px}.about-page-section .container,.vision-mission .container,.leadership-section .container{position:relative;z-index:1}.services{padding:6rem 2rem;background:#f8f9fa}.services .section-title{font-size:2.2rem;font-weight:800;color:#1a5490;margin-bottom:1rem;text-align:center;line-height:1.4}.services .section-subtitle{font-size:1rem;color:#666;text-align:center;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.expertise-section{padding:6rem 2rem;background:#f8f9fa;position:relative;overflow:hidden}.expertise-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:3rem}.expertise-card{background:white;padding:2.5rem 2rem;border-radius:12px;box-shadow:0 8px 16px #00000014;transition:all .3s ease;position:relative;display:flex;flex-direction:column;gap:1rem}.expertise-card:hover{transform:translateY(-8px);box-shadow:0 16px 32px #1a549026}.expertise-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:linear-gradient(135deg,#f0f5fa,#e8f0f7);border-radius:12px;transition:all .3s ease}.expertise-card:hover .expertise-icon{transform:scale(1.1) rotate(5deg);background:linear-gradient(135deg,#e8f0f7,#dce8f5)}.expertise-number{position:absolute;top:-15px;left:20px;width:40px;height:40px;background:linear-gradient(135deg,#1a5490,#2a7bc0);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}.expertise-title{font-size:1.2rem;font-weight:700;color:#1a5490;margin-top:.5rem}.expertise-description{font-size:.95rem;color:#555;line-height:1.7;flex-grow:1}.learn-more{color:#1a5490;font-weight:600;transition:all .3s ease;text-decoration:none;display:inline-block}.learn-more:hover{color:#0d3d6b;transform:translate(5px)}.why-choose{padding:6rem 2rem;background:white;position:relative;overflow:hidden}.why-choose-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.why-choose-carousel{margin-top:3rem;overflow:hidden;background:white;border-radius:12px;padding:2rem 0}.why-carousel-items{display:flex;gap:2rem;overflow-x:auto;scroll-behavior:smooth;padding:1rem 2rem;scroll-snap-type:x mandatory}.why-carousel-items::-webkit-scrollbar{height:8px}.why-carousel-items::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.why-carousel-items::-webkit-scrollbar-thumb{background:#1a5490;border-radius:10px}.why-carousel-items::-webkit-scrollbar-thumb:hover{background:#0d3d6b}.why-carousel-card{flex:0 0 calc(33.333% - 1.5rem);padding:2rem;background:linear-gradient(135deg,#f0f5fa 0%,#e8f0f7 100%);border-radius:12px;text-align:center;transition:all .3s ease;scroll-snap-align:center;cursor:pointer}.why-carousel-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #1a54901f;background:linear-gradient(135deg,#e8f0f7 0%,#dce8f5 100%)}.why-card-icon{display:flex;align-items:center;justify-content:center;margin-bottom:1rem;height:70px;width:70px;margin-left:auto;margin-right:auto;background:white;border-radius:12px;border:2px solid #1a5490;transition:all .3s ease}.why-carousel-card:hover .why-card-icon{transform:scale(1.15) rotate(5deg);border-color:#0d3d6b;box-shadow:0 8px 16px #1a549033}.why-carousel-card h3{font-size:1.2rem;font-weight:700;color:#1a5490;margin-bottom:.75rem}.why-carousel-card p{font-size:.95rem;color:#555;line-height:1.6}@media (max-width: 1024px){.why-carousel-card{flex:0 0 calc(50% - 1rem)}}@media (max-width: 768px){.why-carousel-card{flex:0 0 calc(100% - 1rem)}.why-carousel-items{padding:1rem}}.why-card{padding:2rem;background:#f0f5fa;border-radius:12px;text-align:center;transition:all .3s ease;cursor:pointer}.why-card:hover{transform:translateY(-8px);background:#e8f0f7;box-shadow:0 12px 24px #1a54901f}.why-icon{font-size:2.5rem;margin-bottom:1rem}.why-icon-svg{display:flex;align-items:center;justify-content:center;margin-bottom:1rem;height:60px;width:60px;margin-left:auto;margin-right:auto;background:linear-gradient(135deg,#f0f5fa,#e8f0f7);border-radius:12px;transition:all .3s ease}.why-card:hover .why-icon-svg{transform:scale(1.1) rotate(-5deg);background:linear-gradient(135deg,#e8f0f7,#dce8f5)}.why-card h3{font-size:1.1rem;font-weight:700;color:#1a5490;margin-bottom:.5rem}.why-card p{font-size:.95rem;color:#555;line-height:1.6}.service-cta{padding:4rem 2rem;background:linear-gradient(135deg,#1a5490 0%,#0d3d6b 100%);text-align:center}.service-cta h2{font-size:2rem;font-weight:800;color:#fff;margin-bottom:1rem}.service-cta p{font-size:1rem;color:#ffffffe6;margin-bottom:2rem}@media (max-width: 1024px){.services .section-title{font-size:1.8rem}.services-grid,.expertise-grid,.why-choose-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width: 768px){.services-overview,.expertise-section,.why-choose{padding:3rem 1rem}.services .section-title{font-size:1.4rem}.services .section-subtitle{font-size:.95rem}.services-grid,.expertise-grid,.why-choose-grid{grid-template-columns:1fr;gap:1.5rem}.service-card-detailed,.expertise-card,.why-card{padding:1.5rem}}.decorative-svg{position:absolute;width:300px;height:300px;pointer-events:none;z-index:0}.decorative-top-left{top:-80px;left:-80px;width:350px;height:350px}.decorative-top-right{top:-100px;right:-100px;width:400px;height:400px}.decorative-bottom-right{bottom:-100px;right:-100px;width:400px;height:400px}.decorative-bottom-left{bottom:-80px;left:-80px;width:350px;height:350px}.container{position:relative;z-index:1}.service-detail{padding:60px 20px;background:linear-gradient(135deg,#f5f7fa 0%,#e8f0f7 100%);min-height:calc(100vh - 200px)}.service-detail .container{max-width:1200px;margin:0 auto}.service-detail-content{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start;margin-bottom:80px;background:white;padding:50px;border-radius:12px;box-shadow:0 4px 16px #1a3a5214}.service-detail-image{display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:8px;background:#f8f9fa;height:400px}.service-detail-image img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s ease}.service-detail-image:hover img{transform:scale(1.05)}.service-detail-text h2{font-size:2.5rem;font-weight:700;color:#1a3a52;margin-bottom:30px;line-height:1.3;background:linear-gradient(135deg,#1a3a52 0%,#0066cc 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.service-intro{font-size:1.1rem;color:#555;line-height:1.8;margin-bottom:30px}.service-features{margin-bottom:50px}.service-features>div:not(.features-list):not(.benefit-list)>p{font-size:1.2rem;color:#1a3a52;margin-bottom:15px;font-weight:600;border-bottom:2px solid #0066cc;padding-bottom:10px}.features-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.feature-item{background:linear-gradient(135deg,#f8f9fa 0%,#f0f3f8 100%);border:1px solid #ddeef7;border-radius:8px;padding:18px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.feature-item:hover{background:linear-gradient(135deg,#e8f1fa 0%,#dce8f7 100%);border-color:#06c;box-shadow:0 6px 16px #0066cc1f;transform:translate(4px)}.feature-item.expanded{background:linear-gradient(135deg,#e8f1fa 0%,#dce8f7 100%);border-color:#06c}.feature-header{display:flex;align-items:center;gap:14px;-webkit-user-select:none;user-select:none}.feature-icon{color:#06c;font-weight:700;font-size:.85rem;min-width:18px;transition:transform .3s ease;display:inline-flex;align-items:center}.feature-title{font-size:1.05rem;font-weight:600;color:#1a3a52;margin:0;flex-grow:1}.feature-description{margin-top:16px;padding-top:16px;border-top:1px solid #ddeef7;animation:slideDown .3s ease}.feature-description p{margin:0;color:#555;font-size:.95rem;line-height:1.7;letter-spacing:.3px}.benefit-list{list-style:none;padding:0;margin:0 0 20px;display:flex;flex-direction:column;gap:10px}.benefit-list li{background:linear-gradient(135deg,#f8fafb 0%,#f0f5fa 100%);border-radius:6px;border-left:3px solid #0066cc;color:#555;font-size:.95rem;line-height:1.6;transition:all .3s ease;position:relative;padding:14px 18px 14px 40px}.benefit-list li:before{content:"✓";position:absolute;left:14px;color:#06c;font-weight:700;font-size:1.1rem}.benefit-list li:hover{background:linear-gradient(135deg,#e8f1fa 0%,#dce8f7 100%);border-left-color:#005ab3;transform:translate(4px);box-shadow:0 2px 8px #0066cc1a}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.service-specifications{margin-bottom:50px}.service-specifications h3{font-size:1.5rem;color:#1a3a52;margin-bottom:25px;font-weight:600;border-bottom:2px solid #0066cc;padding-bottom:10px}.specs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px}.spec-item{display:flex;gap:16px;padding:24px;background:linear-gradient(135deg,#f8fafb 0%,#f0f5fa 100%);border-radius:8px;border-left:4px solid #0066cc;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000a}.spec-item:hover{background:linear-gradient(135deg,#e8f1fa 0%,#dce8f7 100%);transform:translateY(-4px);box-shadow:0 6px 16px #0066cc1f}.spec-icon{font-size:2.2rem;min-width:55px;text-align:center;display:flex;align-items:center;justify-content:center}.spec-text h4{font-size:1.1rem;color:#1a3a52;margin-bottom:6px;font-weight:600}.spec-text p{color:#777;font-size:.95rem;margin:0;line-height:1.5}.service-cta{display:flex;gap:15px;margin-top:50px}.btn-primary,.btn-secondary{padding:16px 32px;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;letter-spacing:.5px}.btn-primary{background:linear-gradient(135deg,#0066cc 0%,#005ab3 100%);color:#fff;flex:1;box-shadow:0 4px 12px #06c3}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0066cc4d}.btn-secondary{background:white;color:#06c;border:2px solid #0066cc;flex:1;transition:all .3s ease}.btn-secondary:hover{background:#e8f1fa;transform:translateY(-3px)}.related-services{margin-top:80px;padding-top:60px;border-top:2px solid #ddeef7}.related-services h3{font-size:2rem;color:#1a3a52;margin-bottom:40px;text-align:center;font-weight:700;background:linear-gradient(135deg,#1a3a52 0%,#0066cc 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.related-card{background:white;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000014;border:1px solid #ddeef7}.related-card:hover{transform:translateY(-8px);box-shadow:0 12px 28px #0066cc26;border-color:#06c}.related-card img{width:100%;height:200px;object-fit:cover;transition:transform .3s ease}.related-card:hover img{transform:scale(1.08)}.related-card h4{padding:22px;font-size:1.1rem;color:#1a3a52;margin:0;font-weight:600;text-align:center;letter-spacing:.3px}.service-detail-not-found{padding:100px 20px;text-align:center;min-height:calc(100vh - 200px);display:flex;align-items:center}.service-detail-not-found h1{font-size:2.5rem;color:#1a3a52;margin-bottom:30px}.btn-back{padding:12px 30px;background:#0066cc;color:#fff;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:all .3s ease}.btn-back:hover{background:#1a3a52;transform:translateY(-2px)}@media (max-width: 1024px){.service-detail-content{grid-template-columns:1fr;gap:40px;padding:40px}.service-detail-image{height:350px}.service-detail-text h2{font-size:2rem}.specs-grid{grid-template-columns:1fr}.related-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (max-width: 768px){.service-detail{padding:40px 15px}.service-detail-content{padding:30px 20px;gap:30px;border-radius:10px}.service-detail-image{height:280px;border-radius:8px}.service-detail-text h2{font-size:1.8rem;margin-bottom:20px}.service-intro{font-size:1rem;margin-bottom:25px;line-height:1.7}.service-features,.service-specifications{margin-bottom:35px}.service-features>div:not(.features-list):not(.benefit-list)>p,.service-specifications h3{font-size:1.2rem;margin-bottom:18px}.features-list{gap:10px;margin-bottom:20px}.feature-item{padding:15px 16px;border-radius:7px}.feature-header{gap:12px}.feature-title{font-size:.98rem}.feature-description{margin-top:12px;padding-top:12px}.feature-description p{font-size:.92rem;line-height:1.6}.benefit-list{gap:9px}.benefit-list li{padding:13px 16px 13px 38px;font-size:.92rem}.spec-item{padding:20px;gap:14px}.spec-icon{font-size:2rem;min-width:50px}.spec-text h4{font-size:1.05rem}.spec-text p{font-size:.9rem}.service-cta{flex-direction:column;gap:12px;margin-top:35px}.btn-primary,.btn-secondary{padding:14px 24px;font-size:.95rem;width:100%}.related-services{margin-top:50px;padding-top:40px}.related-services h3{font-size:1.6rem;margin-bottom:30px}.related-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:20px}.related-card img{height:150px}.related-card h4{padding:16px;font-size:.95rem}}@media (max-width: 600px){.service-detail{padding:30px 12px}.service-detail-content{padding:22px 16px;gap:25px;border-radius:8px}.service-detail-image{height:240px}.service-detail-text h2{font-size:1.5rem;line-height:1.4;margin-bottom:18px}.service-intro{font-size:.95rem;line-height:1.65;margin-bottom:22px}.service-features,.service-specifications{margin-bottom:30px}.service-features>div:not(.features-list):not(.benefit-list)>p,.service-specifications h3{font-size:1.1rem;margin-bottom:15px;padding-bottom:8px}.features-list{gap:9px;margin-bottom:18px}.feature-item{padding:14px 15px;border-radius:6px;margin-bottom:0}.feature-header{gap:11px}.feature-icon{min-width:16px;font-size:.8rem}.feature-title{font-size:.92rem}.feature-description{margin-top:11px;padding-top:11px}.feature-description p{font-size:.88rem;line-height:1.55}.benefit-list{gap:8px}.benefit-list li{padding:12px 14px 12px 36px;font-size:.9rem}.benefit-list li:before{left:12px;font-size:1rem}.specs-grid{grid-template-columns:1fr;gap:18px}.spec-item{padding:16px;gap:12px}.spec-icon{font-size:1.8rem;min-width:45px}.spec-text h4{font-size:1rem;margin-bottom:5px}.spec-text p{font-size:.88rem}.service-cta{margin-top:28px}.btn-primary,.btn-secondary{padding:13px 20px;font-size:.92rem}.related-services{margin-top:45px;padding-top:35px}.related-services h3{font-size:1.4rem;margin-bottom:25px}.related-grid{grid-template-columns:repeat(2,1fr);gap:15px}.related-card img{height:130px}.related-card h4{padding:14px;font-size:.88rem}}@media (max-width: 480px){.service-detail{padding:25px 10px}.service-detail-content{padding:18px 14px;gap:20px}.service-detail-image{height:200px}.service-detail-text h2{font-size:1.35rem;margin-bottom:16px}.service-intro{font-size:.92rem;margin-bottom:20px}.service-features,.service-specifications{margin-bottom:28px}.service-features>div:not(.features-list):not(.benefit-list)>p,.service-specifications h3{font-size:1.05rem;margin-bottom:14px}.features-list{gap:8px}.feature-item{padding:13px 14px}.feature-title{font-size:.9rem}.feature-description p{font-size:.86rem}.benefit-list li{padding:11px 13px 11px 34px;font-size:.88rem}.spec-item{padding:14px;gap:11px}.spec-icon{font-size:1.6rem;min-width:40px}.spec-text h4{font-size:.95rem}.spec-text p{font-size:.85rem}.btn-primary,.btn-secondary{padding:12px 18px;font-size:.9rem}.related-services h3{font-size:1.3rem;margin-bottom:22px}.related-grid{gap:12px}.related-card img{height:110px}.related-card h4{padding:12px;font-size:.85rem}}.equipment-section,.laboratory-section,.capabilities-section,.consulting-section{padding:6rem 2rem;position:relative;overflow:hidden}.equipment-section,.capabilities-section,.consulting-section{background:white}.laboratory-section{background:#f8f9fa}.equipment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.equipment-item{background:white;padding:2rem;border-radius:12px;border:2px solid #e8e8e8;transition:all .3s ease;text-align:center;cursor:pointer;display:flex;flex-direction:column;gap:1rem}.equipment-item:hover{border-color:#1a5490;transform:translateY(-8px);box-shadow:0 12px 24px #1a549026}.equipment-icon{font-size:2.5rem;transition:transform .3s ease}.equipment-item:hover .equipment-icon{transform:scale(1.2) rotate(10deg)}.equipment-item h3{font-size:1.1rem;font-weight:700;color:#1a5490}.equipment-item p{font-size:.9rem;color:#666;line-height:1.6}.equipment-intro{text-align:center;margin-bottom:2rem}.laboratory-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.lab-category{background:white;padding:2rem;border-radius:12px;box-shadow:0 8px 16px #00000014;transition:all .3s ease}.lab-category:hover{transform:translateY(-8px);box-shadow:0 16px 32px #1a54901f}.lab-category-title{font-size:1.2rem;font-weight:700;color:#1a5490;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f0f5fa}.lab-items{list-style:none;display:flex;flex-direction:column;gap:.8rem}.lab-item{font-size:.95rem;color:#555;display:flex;align-items:center;gap:.8rem;line-height:1.6}.lab-item-icon{color:#1a5490;font-weight:700;flex-shrink:0}.capabilities-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:3rem}.capability-card{background:#f0f5fa;padding:2.5rem 2rem;border-radius:12px;transition:all .3s ease;position:relative;display:flex;flex-direction:column;gap:1rem}.capability-card:hover{transform:translateY(-8px);background:#e8f0f7;box-shadow:0 16px 32px #1a54901f}.capability-number{position:absolute;top:0;left:50%;transform:translate(-50%) translateY(-50%);width:50px;height:50px;background:linear-gradient(135deg,#1a5490,#2a7bc0);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem;flex-shrink:0;box-shadow:0 4px 12px #1a54904d}.capability-card h3{font-size:1.2rem;font-weight:700;color:#1a5490;margin:0;padding-top:.5rem}.capability-card p{font-size:.95rem;color:#555;line-height:1.7;margin:0}.consulting-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-top:3rem}.consulting-text{display:flex;flex-direction:column;gap:1.5rem}.consulting-text p{font-size:1rem;color:#555;line-height:1.8}.consulting-services{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1rem}.consulting-service{background:#f0f5fa;padding:1.5rem;border-radius:8px;transition:all .3s ease}.consulting-service:hover{background:#e8f0f7;transform:translateY(-4px)}.consulting-service h4{font-size:1rem;font-weight:700;color:#1a5490;margin-bottom:.5rem}.consulting-service p{font-size:.9rem;color:#666;line-height:1.6;margin:0}.consulting-image{display:flex;align-items:center;justify-content:center}.consulting-image-content{width:100%;height:auto;border-radius:12px;box-shadow:0 20px 40px #1a549033;transition:all .3s ease}.consulting-image-content:hover{transform:translateY(-8px);box-shadow:0 28px 56px #1a54904d}.image-placeholder{width:100%;aspect-ratio:1;background:linear-gradient(135deg,#1a5490 0%,#2a7bc0 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.3rem;font-weight:700;box-shadow:0 20px 40px #1a549033}.equipment-cta{padding:4rem 2rem;background:linear-gradient(135deg,#1a5490 0%,#0d3d6b 100%);text-align:center}.equipment-cta h2{font-size:2rem;font-weight:800;color:#fff;margin-bottom:1rem}.equipment-cta p{font-size:1rem;color:#ffffffe6;margin-bottom:2rem}.cta-btn{display:inline-block;background:white;color:#1a5490;padding:1rem 2.5rem;border-radius:6px;font-weight:700;font-size:1rem;transition:all .3s ease;text-decoration:none}.cta-btn:hover{transform:translateY(-3px);box-shadow:0 12px 24px #0003}@media (max-width: 1024px){.section-title{font-size:1.8rem}.equipment-grid,.laboratory-grid,.capabilities-grid{grid-template-columns:repeat(2,1fr)}.consulting-content{grid-template-columns:1fr;gap:2rem}.consulting-services{grid-template-columns:1fr}}@media (max-width: 768px){.equipment-section,.laboratory-section,.capabilities-section,.consulting-section{padding:3rem 1rem}.section-title{font-size:1.4rem}.section-intro-text{font-size:.95rem}.equipment-grid,.laboratory-grid,.capabilities-grid{grid-template-columns:1fr;gap:1.5rem}.consulting-services{grid-template-columns:1fr}.equipment-item,.lab-category{padding:1.5rem}.capability-card{display:flex;flex-direction:column;gap:1rem;position:relative;padding:1.5rem 1.5rem 1.5rem 3.5rem}.capability-number{position:absolute;left:0;top:50%;transform:translateY(-50%);width:40px;height:40px;font-size:1.2rem;flex-shrink:0}.capability-card h3{font-size:1rem;margin-bottom:.5rem}.capability-card p{font-size:.85rem;line-height:1.5}.image-placeholder{aspect-ratio:16 / 9}}@media (max-width: 480px){.equipment-section,.laboratory-section,.capabilities-section,.consulting-section{padding:2rem 1rem}.section-title{font-size:1.2rem}.section-intro-text{font-size:.9rem;margin-bottom:2rem}.capability-card{padding:1rem 1rem 1rem 3rem}.capability-number{width:36px;height:36px;font-size:1rem}.capability-card h3{font-size:.95rem}.capability-card p{font-size:.8rem;line-height:1.4}.equipment-item h3,.lab-category-title{font-size:1rem}.equipment-item p,.lab-item{font-size:.85rem}}.equipment-section .decorative-top-left,.laboratory-section .decorative-bottom-right,.capabilities-section .decorative-top-left{position:absolute;opacity:.1;z-index:0;pointer-events:none}.equipment-section .decorative-top-left{top:0;left:0;width:400px;height:400px}.laboratory-section .decorative-bottom-right{bottom:0;right:0;width:400px;height:400px}.capabilities-section .decorative-top-left{top:0;left:0;width:400px;height:400px}.equipment-section .container,.laboratory-section .container,.capabilities-section .container,.consulting-section .container{position:relative;z-index:1}.contact-section{padding:6rem 2rem;background:white;position:relative;overflow:hidden}.section-title{font-size:2.2rem;font-weight:800;color:#1a5490;margin-bottom:1.5rem;text-align:center}.section-intro-text{font-size:1rem;color:#555;text-align:center;line-height:1.8;max-width:700px;margin:0 auto 3rem}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.contact-intro{font-size:1rem;color:#666;line-height:1.7;text-align:center;max-width:700px;margin:0 auto 2rem}.info-box{background:#f0f5fa;padding:2rem;border-radius:12px;transition:all .3s ease;border-left:4px solid #1a5490}.info-box:hover{transform:translateY(-4px);box-shadow:0 12px 24px #1a54901f}.info-icon{font-size:2rem;margin-bottom:1rem}.info-box h3{font-size:1.2rem;font-weight:700;color:#1a5490;margin-bottom:.5rem}.info-box p{font-size:.95rem;color:#555;line-height:1.7;margin:.25rem 0}.info-label{color:#999;font-size:.85rem;margin:.5rem 0 .75rem!important}.info-link{color:#1a5490;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block}.info-link:hover{color:#0d3d6b;transform:translate(5px)}.social-box{background:#f0f5fa;padding:2rem;border-radius:12px;border-left:4px solid #1a5490}.social-box h3{font-size:1.2rem;font-weight:700;color:#1a5490;margin-bottom:1.5rem}.social-links{display:flex;flex-direction:column;gap:.8rem}.social-btn{display:flex;align-items:center;gap:.8rem;padding:.75rem 1rem;background:white;border:2px solid #1a5490;border-radius:6px;color:#1a5490;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer}.social-btn:hover{background:#1a5490;color:#fff;transform:translate(5px)}.map-section{padding:6rem 2rem;background:#f8f9fa;position:relative;overflow:hidden}.map-container{width:100%;margin-top:2rem;box-shadow:0 20px 40px #1a549033;border-radius:12px;overflow:hidden}.map-container iframe{display:block;width:100%}.faq-section{padding:6rem 2rem;background:white;position:relative;overflow:hidden}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;margin-top:3rem}.faq-item{background:#f0f5fa;padding:2rem;border-radius:12px;transition:all .3s ease;cursor:pointer}.faq-item:hover{transform:translateY(-6px);box-shadow:0 12px 24px #1a54901f;background:#e8f0f7}.faq-question{font-size:1.1rem;font-weight:700;color:#1a5490;margin-bottom:1rem;line-height:1.4}.faq-answer{font-size:.95rem;color:#555;line-height:1.7;margin:0}@media (max-width: 1024px){.section-title{font-size:1.8rem}.contact-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.map-container iframe{height:350px}.faq-grid{grid-template-columns:1fr}}@media (max-width: 768px){.contact-section,.map-section,.faq-section{padding:3rem 1rem}.section-title{font-size:1.4rem}.section-intro-text{font-size:.95rem}.contact-grid{grid-template-columns:1fr;gap:1.5rem}.info-box,.social-box,.faq-item{padding:1.5rem}.map-container iframe{height:300px}.faq-grid{grid-template-columns:1fr}}.contact-section .decorative-top-left,.map-section .decorative-bottom-right,.faq-section .decorative-top-right{position:absolute;opacity:.1;z-index:0;pointer-events:none}.contact-section .decorative-top-left{top:0;left:0;width:400px;height:400px}.map-section .decorative-bottom-right{bottom:0;right:0;width:400px;height:400px}.faq-section .decorative-top-right{top:0;right:0;width:400px;height:400px}.contact-section .container,.map-section .container,.faq-section .container{position:relative;z-index:1}.app{width:100%;overflow-x:hidden}main{width:100%}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333}a{text-decoration:none;color:inherit;transition:all .3s ease}button{border:none;cursor:pointer;font-family:inherit;transition:all .3s ease}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{line-height:1.3}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#1a5490;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#0d3d6b}.container{max-width:1400px;margin:0 auto;padding:0 2rem;width:100%}@media (max-width: 1024px){.container{max-width:1000px;padding:0 1.5rem}}@media (max-width: 768px){.container{max-width:100%;padding:0 1rem}}
