*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#333}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{background:rgba(255,255,255,.94);box-shadow:0 14px 34px rgba(15,23,42,.12);border-bottom:1px solid rgba(55,168,229,.16);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:fixed;top:0;width:100%;z-index:1000;transition:.3s;overflow:visible!important}.nav-container{max-width:1200px;margin:0 auto;padding:0 4rem;display:flex;justify-content:space-between;align-items:center;height:80px;overflow:visible!important}.nav-brand{display:flex;align-items:center}.nav-logo-text{display:flex;flex-direction:column;align-items:flex-start}.logo-main{font-size:1.25rem;font-weight:700;color:#1e40af;letter-spacing:.05em}.logo-tagline{font-size:.75rem;color:#059669;font-weight:500;margin-top:-2px}.logo-img,.nav-logo{height:50px;width:auto;max-width:200px;object-fit:contain}.nav-title{font-size:1rem;font-weight:700;color:#1e40af;text-decoration:none;display:none}.nav-menu{display:flex;align-items:center;gap:10rem}.nav-link{font-size:.875rem;color:#374151;text-decoration:none;font-weight:600;letter-spacing:.01em;padding:.5rem .2rem;position:relative;transition:color .25s}.nav-link::after{content:"";position:absolute;left:0;bottom:-.2rem;width:100%;height:2px;background:linear-gradient(90deg,#37a8e5 0,#236ea8 100%);transform:scaleX(0);transform-origin:left;transition:transform .25s}.nav-link.active,.nav-link:hover{color:#1d4f91}.nav-link.active::after,.nav-link:hover::after{transform:scaleX(1)}.nav-dropdown{position:relative}.dropdown-toggle::after{content:" ▼";font-size:.5rem;margin-left:.5rem}.dropdown-content{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(-10px);min-width:100%;max-width:1200px;width:fit-content;background:#fff;box-shadow:0 10px 25px rgba(0,0,0,.15);border-radius:12px;padding:1rem;display:none;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;z-index:1001;opacity:0;transition:.3s;border:1px solid #e5e7eb;text-align:left;overflow:visible;pointer-events:auto;will-change:transform,opacity}.nav-dropdown:hover .dropdown-content{display:grid;opacity:1;transform:translateX(-50%) translateY(0)}.dropdown-content .dropdown-column h4{color:#1e40af;font-weight:600;margin-bottom:.5rem;padding:.3rem 0;border-bottom:2px solid #e5e7eb;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.dropdown-content .dropdown-column a{color:#4b5563;text-decoration:none;padding:.25rem 0 .25rem .3rem;display:block;transition:.2s;font-size:.75rem;border-radius:4px;margin-left:-.3rem}.dropdown-content .dropdown-column a:hover{color:#1e40af;background-color:#f1f5f9;transform:translateX(4px)}@media (max-width:768px){.dropdown-content{position:static;transform:none;max-width:100%;width:100%;box-shadow:0 4px 6px rgba(0,0,0,.1);border:1px solid #e5e7eb;background:#fff;padding:0;display:block;opacity:1;margin-top:0}.dropdown-column{padding:1rem;border-bottom:1px solid #eee}.dropdown-column h4{margin-bottom:.5rem;color:#1e40af;font-size:1rem}.dropdown-column a{display:block;padding:.5rem 0 .5rem 1rem;color:#4b5563;border-radius:0;margin-left:0}.dropdown-column a:hover{background-color:#f1f5f9;color:#1e40af;transform:none}}.nav-toggle{display:none;flex-direction:column;cursor:pointer}.nav-toggle .bar{width:25px;height:3px;background:#374151;margin:3px 0;transition:.3s}.nav-checkbox{display:none}@media (max-width:768px){.nav-container{padding:0 1rem;height:70px}.nav-menu{display:none;position:fixed;top:0;left:0;width:85%;max-width:320px;height:100vh;background:linear-gradient(180deg,#fff 0,#f5faff 100%);flex-direction:column;padding:80px 0 20px;gap:0;overflow-y:auto;-webkit-overflow-scrolling:touch;box-shadow:2px 0 15px rgba(0,0,0,.1);z-index:1002;transform:translateX(-100%);transition:transform .3s}.nav-toggle{display:flex;flex-direction:column;justify-content:space-between;width:30px;height:24px;cursor:pointer;background:0 0;border:none;padding:0;z-index:1003;position:relative}.nav-toggle span{display:block;height:3px;width:100%;background-color:#374151;border-radius:2px;transition:.3s;transform-origin:center}#nav-toggle:checked~.navbar .nav-toggle span:first-child{transform:rotate(45deg) translate(6px,6px)}#nav-toggle:checked~.navbar .nav-toggle span:nth-child(2){opacity:0}#nav-toggle:checked~.navbar .nav-toggle span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}#nav-toggle:checked~.navbar .nav-menu{display:flex;transform:translateX(0)}#nav-toggle:checked~.navbar .nav-menu .nav-link{display:block;padding:18px 20px;border-bottom:1px solid #f3f4f6;width:100%;color:#1f2937;font-size:16px;text-decoration:none;transition:.2s;min-height:48px;display:flex;align-items:center}#nav-toggle:checked~.navbar .nav-menu .nav-link::after{display:none}#nav-toggle:checked~.navbar .nav-menu .nav-link:hover{background-color:#f8fafc;color:#1e40af;padding-left:25px}#nav-toggle:checked~.navbar .nav-menu .nav-dropdown{width:100%}#nav-toggle:checked~.navbar .nav-menu .dropdown-content{position:static;transform:none;max-width:100%;width:100%;box-shadow:none;border:none;background:#f8fafc;padding:0;display:block;opacity:1;margin-top:0;border-radius:0}#nav-toggle:checked~.navbar .nav-menu .dropdown-column{padding:15px 20px;border-bottom:1px solid #e5e7eb}#nav-toggle:checked~.navbar .nav-menu .dropdown-column:last-child{border-bottom:none}#nav-toggle:checked~.navbar .nav-menu .dropdown-column h4{margin-bottom:12px;color:#1e40af;font-size:15px;font-weight:600;border-bottom:1px solid #e5e7eb;padding-bottom:8px}#nav-toggle:checked~.navbar .nav-menu .dropdown-column a{display:block;padding:12px 0 12px 15px;color:#6b7280;border-radius:0;margin-left:0;font-size:14px;min-height:44px;display:flex;align-items:center}#nav-toggle:checked~.navbar .nav-menu .dropdown-column a:hover{background-color:#fff;color:#1e40af;transform:none;padding-left:20px}.nav-language-selector{display:flex;gap:12px;align-items:center;padding:20px;border-top:1px solid #e5e7eb;margin-top:auto;background:#f8fafc;justify-content:center}.nav-lang-btn{padding:12px 16px;font-size:14px;border-radius:6px;background:#fff;border:1px solid #e5e7eb;min-height:44px;min-width:60px;display:flex;align-items:center;justify-content:center;gap:6px}.nav-lang-btn.active,.nav-lang-btn:hover{background-color:#1e40af;color:#fff}.nav-flag{width:20px;height:14px}.overlay{display:none}#nav-toggle:checked~.navbar .overlay{display:block;position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);z-index:1001}.language-selector{display:none}#nav-toggle:checked{position:fixed;top:-9999px;left:-9999px}#nav-toggle:checked~body{overflow:hidden;position:fixed;width:100%}}@media (min-width:769px){.nav-toggle{display:none}.nav-menu{display:flex;align-items:center;gap:2rem}.dropdown-content{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(-10px);min-width:100%;max-width:1200px;width:fit-content;background:#fff;box-shadow:0 10px 25px rgba(0,0,0,.15);border-radius:12px;padding:1rem;display:none;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;z-index:1001;opacity:0;transition:.3s;border:1px solid #e5e7eb;text-align:left;overflow:visible;pointer-events:auto;will-change:transform,opacity}.nav-dropdown:hover .dropdown-content{display:grid;opacity:1;transform:translateX(-50%) translateY(0)}}.hero-slider{position:relative;height:clamp(390px,64vh,560px);overflow:hidden;margin-top:80px}.slider-container{position:relative;width:100%;height:100%}.slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#1e40af;opacity:0;transition:opacity 1s ease-in-out;display:flex;align-items:center;justify-content:center}.slide.active{opacity:1}.slide-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:1}.slide-content{position:relative;z-index:2;text-align:center;color:#fff;max-width:640px;padding:0 1.4rem}.slide-content h1{font-size:clamp(1.65rem, 3.6vw, 2.25rem);font-weight:700;margin-bottom:.55rem;text-shadow:2px 2px 4px rgba(0,0,0,.7)}.slide-content p{font-size:clamp(.9rem, 1.25vw, .98rem);margin-bottom:.75rem;text-shadow:1px 1px 2px rgba(0,0,0,.7)}.hero-slider .cta-button{padding:.75rem 1.25rem;font-size:.82rem}.slider-controls{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 1.2rem;z-index:3}.next-btn,.prev-btn{background:rgba(255,255,255,.2);border:2px solid rgba(255,255,255,.5);color:#fff;font-size:1.6rem;width:42px;height:42px;border-radius:50%;cursor:pointer;transition:.3s;display:flex;align-items:center;justify-content:center}.next-btn:hover,.prev-btn:hover{background:rgba(255,255,255,.3);border-color:rgba(255,255,255,.8)}.slider-indicators{position:absolute;bottom:1.2rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem;z-index:3}.indicator{width:12px;height:12px;border-radius:50%;border:2px solid rgba(255,255,255,.5);background:0 0;cursor:pointer;transition:.3s}.indicator.active,.indicator:hover{background:#fff;border-color:#fff}.cta-button{text-transform:uppercase;letter-spacing:.05em}.cta-button:hover{box-shadow:0 10px 25px rgba(30,64,175,.3)}.company-intro{padding:4rem 0 3rem;background:linear-gradient(170deg,#f0f7ff 0,#f8fafc 100%);display:block;visibility:visible;border-left:5px solid #37a8e5}.intro-content{text-align:center;max-width:800px;margin:0 auto 4rem;display:block;visibility:visible}.intro-content h2{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}.intro-content p{font-size:1.125rem;color:#6b7280;margin-bottom:1.5rem}.intro-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:1.8rem;align-items:start}.intro-text{max-width:780px;border-left:4px solid #37a8e5;margin-bottom:3rem}.intro-visual-card{position:relative;margin-top:.2rem}.intro-visual-frame{border-radius:14px;border:1px solid #cddfed;background:linear-gradient(170deg,#f4faff 0,#fff 100%);box-shadow:0 10px 24px rgba(23,42,66,.1);padding:.75rem}.intro-visual-image{width:100%;height:172px;object-fit:cover;border-radius:10px;border:2px solid #d6e8f4;display:block}.intro-visual-badge{position:absolute;right:-10px;bottom:-12px;width:40px;height:40px;border-radius:999px;background:#1e40af;color:#fff;box-shadow:0 8px 18px rgba(30,64,175,.35);display:flex;align-items:center;justify-content:center}.intro-visual-badge svg{width:19px;height:19px}.intro-overline{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#37a8e5;margin-bottom:.85rem}.intro-text h2{font-weight:700;color:#183b5c;margin-bottom:1.25rem;line-height:1.25;letter-spacing:-.02em}.intro-text p{font-size:1.05rem;color:#374151;margin-bottom:1rem;line-height:1.75}.intro-link{display:inline-flex;align-items:center;gap:.45rem;margin-top:.5rem;font-size:.95rem;font-weight:600;color:#1f5f93;text-decoration:none;border-bottom:2px solid rgba(31,95,147,.3);padding-bottom:2px;transition:color .2s,border-color .2s}.intro-link:hover{color:#37a8e5;border-color:#37a8e5}.intro-link svg{width:16px;height:16px;transition:transform .2s}.intro-link:hover svg{transform:translateX(4px)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}@media (max-width:768px){.intro-layout{grid-template-columns:1fr;gap:1rem}.intro-visual-card{max-width:320px;width:100%;margin:0 auto .7rem}.intro-visual-image{height:150px}.services-grid{grid-template-columns:1fr;gap:1.5rem}}@media (min-width:1200px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-card{background:#fff;padding:0;border-radius:12px;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,.05);transition:.3s;overflow:hidden}.service-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px rgba(0,0,0,.1)}.service-icon{width:100%;height:180px;margin-bottom:0;border-radius:0;overflow:hidden;position:relative}.service-badge{position:absolute;top:12px;left:12px;width:44px;height:44px;background:#1e40af;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(30,64,175,.45);z-index:2}.service-badge svg{width:22px;height:22px;color:#fff;stroke:#ffffff}.service-icon img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}.service-card:hover .service-icon img{transform:scale(1.06)}.service-card h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.75rem;padding:1.25rem 1.25rem 0}.service-card p{color:#6b7280;line-height:1.6;padding:0 1.25rem 1.5rem}.cta-section{position:relative;overflow:hidden;background:linear-gradient(165deg,#eaf5ff 0,#f8fbff 52%,#edf7ff 100%);padding:3rem 0;text-align:center}.cta-section::after,.cta-section::before{content:"";position:absolute;border-radius:50%;pointer-events:none}.cta-section::before{width:340px;height:340px;top:-170px;right:-110px;background:radial-gradient(circle,rgba(55,168,229,.17) 0,rgba(55,168,229,0) 72%)}.cta-section::after{width:300px;height:300px;bottom:-180px;left:-120px;background:radial-gradient(circle,rgba(24,59,92,.15) 0,rgba(24,59,92,0) 72%)}.cta-section .container{position:relative;z-index:1}.cta-content h2{color:#183b5c;font-size:clamp(1.55rem, 2.7vw, 2.25rem);line-height:1.25;font-weight:700;margin-bottom:.85rem}.cta-content p{color:#374151;font-size:1.04rem;line-height:1.7;margin-bottom:1.5rem}.cta-buttons{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.cta-content,.cta-section:not(.cta-section--home)>.container{max-width:920px;margin:0 auto;background:linear-gradient(180deg,#fff 0,#f8fbff 100%);border:1px solid #d7e6f6;border-top:4px solid #37a8e5;border-radius:16px;box-shadow:0 12px 28px rgba(23,42,66,.1);padding:2.15rem 2rem}.cta-section:not(.cta-section--home)>.container>h2{color:#183b5c;font-size:clamp(1.55rem, 2.7vw, 2.25rem);line-height:1.25;margin-bottom:.85rem}.cta-section:not(.cta-section--home)>.container>p{color:#374151;font-size:1.04rem;line-height:1.7;margin-bottom:1.5rem}.cta-section:not(.cta-section--home) .cta-button{background:#37a8e5;color:#fff;border:2px solid #37a8e5;border-radius:10px;text-transform:none;letter-spacing:0;font-weight:600;padding:.8rem 1.45rem;box-shadow:0 8px 20px rgba(55,168,229,.22)}.cta-section:not(.cta-section--home) .cta-button:hover{background:#1f5f93;border-color:#1f5f93;box-shadow:0 12px 24px rgba(31,95,147,.28)}.cta-section:not(.cta-section--home) .cta-button.secondary{background:#fff;color:#183b5c;border-color:#183b5c;box-shadow:none}.cta-section:not(.cta-section--home) .cta-button.secondary:hover{background:#183b5c;color:#fff}.cta-section--home{position:relative;overflow:hidden;background:linear-gradient(165deg,#eaf5ff 0,#f8fbff 52%,#edf7ff 100%);padding:3rem 0}.cta-section--home::after,.cta-section--home::before{content:"";position:absolute;border-radius:50%;pointer-events:none}.cta-section--home::before{width:340px;height:340px;top:-170px;right:-110px;background:radial-gradient(circle,rgba(55,168,229,.17) 0,rgba(55,168,229,0) 72%)}.cta-section--home::after{width:300px;height:300px;bottom:-180px;left:-120px;background:radial-gradient(circle,rgba(24,59,92,.15) 0,rgba(24,59,92,0) 72%)}.cta-content--home{max-width:920px;margin:0 auto;background:linear-gradient(180deg,#fff 0,#f8fbff 100%);border:1px solid #d7e6f6;border-top:4px solid #37a8e5;border-radius:16px;box-shadow:0 12px 28px rgba(23,42,66,.1);padding:2.15rem 2rem;position:relative;z-index:1}.cta-content--home h2{color:#183b5c;font-size:clamp(1.55rem, 2.7vw, 2.25rem);line-height:1.25;margin-bottom:.85rem}.cta-content--home p{color:#374151;font-size:1.04rem;line-height:1.7;margin-bottom:1.5rem}.cta-section--home .cta-buttons{gap:.75rem}.cta-section--home .cta-button{background:#37a8e5;color:#fff;border:2px solid #37a8e5;border-radius:10px;text-transform:none;letter-spacing:0;font-weight:600;padding:.8rem 1.45rem;box-shadow:0 8px 20px rgba(55,168,229,.22)}.cta-section--home .cta-button:hover{background:#1f5f93;border-color:#1f5f93;box-shadow:0 12px 24px rgba(31,95,147,.28)}.cta-section--home .cta-button.secondary{background:#fff;color:#183b5c;border-color:#183b5c;box-shadow:none}.cta-section--home .cta-button.secondary:hover{background:#183b5c;color:#fff}@media (max-width:768px){.cta-content--home{padding:1.6rem 1.1rem;border-radius:12px}.cta-content--home h2{font-size:1.4rem}.cta-content--home p{font-size:.98rem}}.footer{position:relative;overflow:hidden;background:linear-gradient(165deg,#0f2438 0,#183b5c 48%,#10293f 100%);color:#e6edf6;padding:2.75rem 0 1rem;border-top:4px solid #37a8e5}.footer::after,.footer::before{content:"";position:absolute;border-radius:50%;pointer-events:none}.footer::before{width:320px;height:320px;top:-180px;right:-120px;background:radial-gradient(circle,rgba(55,168,229,.22) 0,rgba(55,168,229,0) 72%)}.footer::after{width:260px;height:260px;bottom:-170px;left:-95px;background:radial-gradient(circle,rgba(255,255,255,.12) 0,rgba(255,255,255,0) 72%)}.footer .container{position:relative;z-index:1}.footer-content{display:grid;grid-template-columns:1.15fr 1fr 1fr 1fr;gap:1.6rem;margin-bottom:2rem}.footer-section h3{color:#fff;font-size:1.18rem;margin-bottom:.65rem;letter-spacing:-.01em}.footer-section h4{color:#d6e8fa;font-size:.86rem;margin-bottom:.9rem;text-transform:uppercase;letter-spacing:.04em}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.55rem}.footer-section ul li a{color:#c9d8e8;font-size:.9rem;text-decoration:none;transition:color .25s,transform .25s;display:inline-block}.footer-section ul li a:hover{color:#7ed0fb;transform:translateX(3px)}.footer-section p{color:#c9d8e8;font-size:.9rem;margin-bottom:.45rem;line-height:1.5}.footer .footer-section .tagline{color:#7ed0fb;font-weight:600;margin-bottom:.55rem}.footer-brand p{max-width:370px}.footer-cta{display:inline-block;margin-top:.7rem;padding:.6rem .9rem;border-radius:9px;border:1px solid rgba(126,208,251,.55);color:#dff4ff;text-decoration:none;background:rgba(55,168,229,.14);font-size:.85rem;transition:background .25s,border-color .25s}.footer-cta:hover{background:rgba(55,168,229,.25);border-color:#7ed0fb}.footer-contact p a{color:#c9d8e8;text-decoration:none}.footer-contact p a:hover{color:#7ed0fb}.footer-bottom{border-top:1px solid rgba(164,190,217,.35);padding-top:.95rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;text-align:left;color:#bcd0e4}.footer-bottom p{margin:0;font-size:.9rem}.footer-powered-by{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;margin-left:auto}.footer-powered-by span{color:#d8e6f4;font-size:.68rem;white-space:nowrap;letter-spacing:.03em}.footer-powered-logo{width:80px;height:auto;max-width:100%;object-fit:contain}@media (max-width:980px){.footer-content{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.footer{padding-top:2.2rem}.footer-content{grid-template-columns:1fr;gap:1.35rem}.footer-brand p{max-width:none}.footer-bottom{flex-direction:column;text-align:center}.footer-powered-by{margin-left:0;justify-content:center}.footer-powered-logo{width:70px}}.page-header{background:radial-gradient(circle at 80% 16%,rgba(73,187,238,.26) 0,rgba(73,187,238,0) 42%),linear-gradient(132deg,#0a243c 0,#12406d 56%,#1e6ea6 100%);min-height:clamp(220px,26vw,300px);padding:4.8rem 0 1.45rem;color:#fff;margin-top:80px;position:relative;overflow:hidden;isolation:isolate}.page-header::after,.page-header::before{content:"";position:absolute;border-radius:999px;pointer-events:none}.page-header::before{inset:0;border-radius:0;background-image:linear-gradient(0deg,rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);background-size:40px 40px;opacity:.18;z-index:0}.page-header::after{width:min(34vw,420px);height:min(34vw,420px);right:-8%;bottom:-30%;background:radial-gradient(circle,rgba(255,255,255,.26) 0,rgba(255,255,255,0) 70%);z-index:0}.page-header-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.24;z-index:-2;transform:scale(1.02)}.page-header .container{position:relative;z-index:2;width:100%;display:flex;align-items:flex-end}.page-header .slide{position:absolute;inset:0;opacity:1;transition:none;pointer-events:none;z-index:-1}.page-header .slide-overlay{background:linear-gradient(106deg,rgba(5,20,36,.82) 0,rgba(10,41,71,.76) 48%,rgba(15,71,117,.58) 100%);z-index:1}.page-header .slide-content{max-width:780px;text-align:left;padding:0}.page-header-panel{display:flex;flex-direction:column;gap:.5rem;padding:.9rem 1.05rem;border:1px solid rgba(167,223,247,.28);border-radius:14px;background:linear-gradient(160deg,rgba(9,35,58,.7) 0,rgba(8,29,48,.56) 100%);backdrop-filter:blur(3px);box-shadow:0 22px 45px rgba(3,15,29,.32)}.page-header-eyebrow{margin:0;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#9adcf8}.page-header h1{font-size:clamp(1.55rem, 2.9vw, 2.1rem);font-weight:700;margin:0;letter-spacing:-.02em;line-height:1.05;text-shadow:0 10px 24px rgba(0,0,0,.35)}.page-header p{font-size:clamp(.9rem, 1.05vw, .98rem);max-width:64ch;margin:0;opacity:.92;line-height:1.4;text-shadow:0 3px 12px rgba(0,0,0,.34)}.page-header-actions{display:flex;flex-wrap:wrap;gap:.55rem}.page-header-actions .cta-button{min-width:152px;justify-content:center;border-radius:10px;font-weight:700;border:1px solid transparent;padding:.72rem 1rem;font-size:.82rem}.page-header-actions .cta-button.secondary{background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.34);color:#f6fbff}.page-header-actions .cta-button.secondary:hover{background:rgba(255,255,255,.25)}.page-header-meta{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.45rem}.page-header-meta li{display:inline-flex;align-items:center;min-height:26px;padding:.2rem .58rem;border-radius:999px;border:1px solid rgba(154,220,248,.48);background:rgba(4,23,38,.45);color:#d9f3ff;font-size:.74rem;font-weight:600}.page-header--about .page-header-panel{border-color:rgba(160,221,242,.4)}.page-header--products .page-header-panel{border-color:rgba(117,230,215,.4)}.page-header--industries .page-header-panel{border-color:rgba(139,219,255,.4)}.page-header--contact .page-header-panel{border-color:rgba(144,224,255,.4)}@media (max-width:768px){.page-header{margin-top:70px;min-height:auto;padding:3.8rem 0 1.45rem}.page-header::before{opacity:.12;background-size:30px 30px}.page-header .slide-content{max-width:100%;text-align:center}.page-header-panel{padding:.78rem .72rem;border-radius:11px;align-items:center}.page-header-eyebrow{letter-spacing:.12em;font-size:.66rem}.page-header h1{font-size:clamp(1.3rem, 5.4vw, 1.72rem)}.page-header p{font-size:.86rem;max-width:100%}.page-header-actions{width:100%;justify-content:center}.page-header-actions .cta-button{width:100%;min-width:0}.page-header-meta{justify-content:center}.hero-slider{height:48vh;min-height:300px;margin-top:70px}.slide-content{padding:0 1rem;text-align:center}.slide-content h1{font-size:1.35rem;line-height:1.2;margin-bottom:.45rem}.slide-content p{font-size:.8rem;line-height:1.5;margin-bottom:.7rem;max-width:90%;margin-left:auto;margin-right:auto}.hero-slider .cta-button{padding:10px 18px;font-size:14px;min-height:44px}.slider-controls{padding:0 1rem}.next-btn,.prev-btn{width:44px;height:44px;font-size:1.5rem}.slider-indicators{bottom:12px}.indicator{width:12px;height:12px;margin:0 6px}}@media (max-width:480px){.container{padding:0 15px}.page-header{padding:3.3rem 0 1.2rem}.page-header h1{font-size:1.3rem;line-height:1.2}.page-header p{font-size:.83rem;line-height:1.5}.about-section,.contact-section,.expertise-section,.industries-overview,.industries-section,.mvv-section,.product-categories-elevated,.products-overview-split,.service-areas,.strengths-section,.values-section,.why-choose-us-scroll{padding:2.5rem 0}.about-content h2,.contact-form h2,.contact-info h2,.industries-overview h2,.product-categories-elevated .section-title,.split-text h2,.why-choose-us-scroll h2{font-size:1.6rem;line-height:1.3}.area-card h4,.category-content h3,.contact-item h4,.expertise-item h4,.industry-card h3,.mvv-card h3,.scroll-card h4,.strength-item h4,.value-card h4{font-size:1.1rem;line-height:1.3}.area-card,.category-content,.contact-item,.expertise-item,.industry-card,.mvv-card,.scroll-card,.strength-item,.value-card{padding:1.2rem}.form-group input,.form-group select,.form-group textarea{padding:10px;font-size:16px}.submit-btn{padding:12px 16px;font-size:16px}.cta-button{padding:10px 20px;font-size:14px;min-height:44px}.split-image img{max-height:200px}.category-image img{height:150px}}.page-header--about .page-header-bg{background-image:url("/public/aboutus-header.jpg?v=20260312");background-image:image-set(url("/public/aboutus-header.webp?v=20260312") type("image/webp"), url("/public/aboutus-header.jpg?v=20260312") type("image/jpeg"))}.page-header--products .page-header-bg{background-image:url("/public/bg2.jpg?v=20260312");background-image:image-set(url("/public/bg2.webp?v=20260312") type("image/webp"), url("/public/bg2.jpg?v=20260312") type("image/jpeg"))}.page-header--industries .page-header-bg{background-image:url("/public/page-header-industries.jpg?v=20260312");background-image:image-set(url("/public/page-header-industries.webp?v=20260312") type("image/webp"), url("/public/page-header-industries.jpg?v=20260312") type("image/jpeg"))}.page-header--contact .page-header-bg{background-image:url("/public/page-header-contact.jpg?v=20260312");background-image:image-set(url("/public/page-header-contact.webp?v=20260312") type("image/webp"), url("/public/page-header-contact.jpg?v=20260312") type("image/jpeg"))}.scroll-top-btn{position:fixed;right:22px;bottom:22px;width:48px;height:48px;border:none;border-radius:14px;background:linear-gradient(150deg,#1f5f93 0,#37a8e5 100%);color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.06em;cursor:pointer;box-shadow:0 12px 24px rgba(23,90,145,.35);transform:translateY(14px);opacity:0;visibility:hidden;transition:opacity .2s,transform .2s,box-shadow .2s,bottom .2s;z-index:1400}.scroll-top-btn.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-top-btn:hover{box-shadow:0 16px 28px rgba(20,78,126,.42);transform:translateY(-2px)}.scroll-top-btn:focus-visible{outline:rgba(55,168,229,.35) solid 3px;outline-offset:3px}@media (max-width:768px){.scroll-top-btn{width:44px;height:44px;right:14px;bottom:14px;border-radius:12px;font-size:.64rem}}.about-section{padding:2rem 0;background:linear-gradient(170deg,#f0f7ff 0,#f8fafc 100%)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-content{padding-left:1.5rem;border-left:4px solid #37a8e5}.about-content h2{font-size:clamp(1.6rem, 2.6vw, 2.2rem);font-weight:700;color:#183b5c;margin-bottom:1.25rem;line-height:1.25;letter-spacing:-.02em}.about-content p{font-size:1.05rem;color:#374151;margin-bottom:1.1rem;line-height:1.75}.about-image img{width:100%;height:auto;border-radius:12px 12px 0 0;box-shadow:0 10px 25px rgba(0,0,0,.1);display:block}.about-tagline{display:flex;align-items:center;gap:.65rem;background:#fff;border-top:3px solid #37a8e5;border-radius:0 0 12px 12px;padding:.85rem 1.2rem;box-shadow:0 10px 25px rgba(0,0,0,.08)}.about-tagline svg{width:18px;height:18px;flex-shrink:0;color:#37a8e5;stroke:#37a8e5}.about-tagline span{font-size:.92rem;font-weight:600;color:#183b5c;letter-spacing:.01em}.mvv-section{background:linear-gradient(180deg,#f4f8fc 0,#edf4fb 100%);padding:2.5rem 0;position:relative;overflow:hidden}.mvv-section::before{content:"";position:absolute;top:-160px;right:-120px;width:360px;height:360px;background:radial-gradient(circle,rgba(55,168,229,.22) 0,rgba(55,168,229,0) 68%);pointer-events:none}.mvv-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.6rem;align-items:stretch;position:relative;z-index:1}.mvv-card{background:rgba(255,255,255,.9);padding:1.8rem 1.7rem 1.7rem;border-radius:18px;border:1px solid #dce8f5;box-shadow:0 14px 34px rgba(23,42,66,.08);backdrop-filter:blur(3px);transition:transform .3s,box-shadow .3s,border-color .3s;height:100%;display:flex;flex-direction:column}.mvv-card:hover{transform:translateY(-6px);box-shadow:0 20px 42px rgba(23,42,66,.14);border-color:#b8d4ee}.mvv-icon{width:54px;height:54px;border-radius:14px;background:linear-gradient(145deg,#1f5f93 0,#2b87c3 100%);color:#fff;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem;box-shadow:0 10px 18px rgba(31,95,147,.32)}.mvv-icon svg{width:27px;height:27px;stroke:currentColor}.mvv-card h3{color:#183b5c;font-size:1.55rem;font-weight:700;margin-bottom:.85rem;line-height:1.2;letter-spacing:-.01em}.mvv-card p{color:#4d5f73;line-height:1.7;font-size:1.02rem}.mvv-card ul{list-style:none;padding:0;margin:0}.mvv-card ul li{color:#415468;padding:.6rem 0 .6rem 1.55rem;border-bottom:1px solid #dfe9f3;position:relative;font-weight:500}.mvv-card ul li::before{content:"";position:absolute;left:0;top:.96rem;width:8px;height:8px;border-radius:50%;background:#2b87c3}.mvv-card ul li:last-child{border-bottom:none}@media (max-width:1080px){.mvv-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mvv-card--values{grid-column:1/-1}}.values-section{padding:2.5rem 0;background:linear-gradient(180deg,#fff 0,#f8fbff 100%)}.values-section h2{text-align:center;font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:3rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;align-items:stretch}.value-card{text-align:left;padding:0;background:#fff;border-radius:14px;border:1px solid #e6edf8;box-shadow:0 10px 25px rgba(15,23,42,.08);transition:transform .3s,box-shadow .3s;overflow:hidden;height:100%;display:flex;flex-direction:column}.value-card:hover{transform:translateY(-6px);box-shadow:0 20px 38px rgba(15,23,42,.16)}.value-media{position:relative;height:180px;overflow:hidden}.value-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,0) 45%,rgba(15,23,42,.25) 100%);pointer-events:none}.value-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}.value-card:hover .value-media img{transform:scale(1.08)}.value-badge{position:absolute;top:12px;left:12px;width:44px;height:44px;border-radius:50%;background:#1e40af;color:#fff;display:flex;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.9);box-shadow:0 8px 16px rgba(30,64,175,.5);z-index:2;transition:transform .25s}.value-badge svg{width:22px;height:22px;stroke:currentColor;stroke-width:2.2}.value-card:hover .value-badge{transform:scale(1.08)}.value-body{padding:1.35rem 1.35rem 1.5rem;display:flex;flex-direction:column;flex:1}.value-card h4{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.value-card p{color:#6b7280;line-height:1.6;margin:0}.strengths-section{background:#eef2f5;padding:2.5rem 0}.strengths-section h2{text-align:left;font-size:2.5rem;font-weight:700;color:#1d2430;margin-bottom:2rem;position:relative;letter-spacing:-.02em}.strengths-section h2::before{content:"";display:block;width:78px;height:7px;background:#37a8e5;border-radius:999px;margin-bottom:1rem}.strengths-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}.strength-item{display:flex;align-items:flex-start;gap:1rem;padding:1.15rem;border:1px solid #dce8f5;border-top:3px solid #37a8e5;border-radius:12px;background:linear-gradient(180deg,#fff 0,#f8fbff 100%);box-shadow:0 6px 16px rgba(23,42,66,.06);transition:transform .25s,box-shadow .25s;animation:.55s ease-out both cardRise}.strength-item:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(23,42,66,.11)}.strength-icon{width:58px;height:58px;flex:0 0 58px;border:1.5px solid rgba(55,168,229,.45);border-radius:14px;color:#1f5f93;background:linear-gradient(165deg,#eef7ff 0,#fff 100%);display:flex;align-items:center;justify-content:center}.strength-icon svg{width:30px;height:30px;stroke:currentColor}.strength-content{min-width:0}.strength-item h4{color:#183b5c;font-size:1.45rem;font-weight:700;line-height:1.22;margin-bottom:.55rem;letter-spacing:-.01em}.strength-item p{color:#374151;line-height:1.6;font-size:1rem;margin:0}@media (max-width:1100px){.strengths-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.strength-item h4{font-size:1.4rem}}.contact-section{padding:4rem 0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-form h2{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:2rem}.contact-showcase{display:flex;flex-direction:column;gap:1rem}.contact-showcase-main{background:linear-gradient(165deg,#f1f8ff 0,#fff 72%);color:#1f2937;border-radius:18px;padding:2rem 1.7rem;border:1px solid #dce8f5;border-left:4px solid #37a8e5;box-shadow:0 14px 28px rgba(23,42,66,.1);position:relative;overflow:hidden}.contact-showcase-main::after{content:"";position:absolute;width:180px;height:180px;border-radius:999px;right:-65px;top:-55px;background:radial-gradient(circle,rgba(55,168,229,.2) 0,rgba(55,168,229,0) 74%);pointer-events:none}.contact-showcase-eyebrow{margin:0 0 .7rem;font-size:.76rem;letter-spacing:.16em;text-transform:uppercase;font-weight:700;color:#1d5a88}.contact-showcase-main h3{margin:0 0 .7rem;font-size:clamp(1.28rem, 2.2vw, 1.8rem);line-height:1.2;letter-spacing:-.01em;color:#183b5c}.contact-showcase-main>p{margin:0;color:#374151;line-height:1.65;font-size:.97rem}.contact-showcase-points{margin:1.1rem 0 0;padding:0;list-style:none;display:grid;gap:.58rem}.contact-showcase-points li{background:#fff;border:1px solid #d7e7f4;border-left:3px solid #37a8e5;border-radius:10px;padding:.56rem .74rem;font-size:.9rem;line-height:1.45;color:#29445f}.contact-showcase-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.contact-meta-card{background:#f8fcff;border:1px solid #d7e7f4;border-radius:14px;padding:.95rem;text-decoration:none;color:#1f2937;box-shadow:0 8px 20px rgba(19,46,74,.08);transition:transform .2s,box-shadow .2s,border-color .2s}.contact-meta-card:hover{transform:translateY(-3px);border-color:#37a8e5;box-shadow:0 12px 24px rgba(19,46,74,.12)}.contact-meta-label{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:#1d5a88;margin-bottom:.32rem;font-weight:700}.contact-meta-card strong{font-size:.98rem;color:#173a5a;line-height:1.35}.contact-map-card{background:#fff;border:1px solid #d7e7f4;border-radius:14px;box-shadow:0 8px 20px rgba(19,46,74,.08);overflow:hidden}.contact-map-head{display:flex;align-items:center;justify-content:space-between;gap:.8rem;padding:.85rem .95rem;border-bottom:1px solid #e7f0f8;background:linear-gradient(165deg,#f5fbff 0,#fff 100%)}.contact-map-head h4{margin:0;color:#183b5c;font-size:.98rem;font-weight:700}.contact-map-head a{color:#1d5a88;text-decoration:none;font-size:.82rem;font-weight:700;white-space:nowrap}.contact-map-head a:hover{text-decoration:underline}.contact-map-embed{aspect-ratio:16/10;min-height:210px}.contact-map-embed iframe{width:100%;height:100%;border:0;display:block}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:#374151;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:0;border-color:#1e40af;box-shadow:0 0 0 3px rgba(30,64,175,.1)}.submit-btn{background:#1e40af;color:#fff;padding:1rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:.3s;width:100%}.submit-btn:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 10px 25px rgba(30,64,175,.3)}.contact-info h2{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:2rem}.contact-item{margin-bottom:2rem;padding:1.5rem;background:#f8fafc;border-radius:8px}.contact-item h4{color:#1e40af;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.contact-item p{color:#6b7280;margin-bottom:.25rem}.service-areas{background:#f8fafc;padding:4rem 0}.service-areas h2{text-align:center;font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:3rem}.areas-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.area-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.05);transition:transform .3s}.area-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px rgba(0,0,0,.15)}.area-card h4{color:#1e40af;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.area-card p{color:#6b7280;line-height:1.6}.product-header{padding:3.4rem 0 3.1rem;background:linear-gradient(170deg,#f0f7ff 0,#f8fafc 100%);margin-top:40px}.product-header-content{display:grid;grid-template-columns:1fr 1fr;gap:3.2rem;align-items:center}.product-info h1{font-size:clamp(1.7rem, 2.6vw, 2.35rem);font-weight:700;color:#183b5c;line-height:1.14;letter-spacing:-.02em;margin-bottom:.85rem}.product-subtitle{max-width:60ch;font-size:1rem;color:#475569;line-height:1.72;margin:0}.product-image img{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.1)}.product-details{padding:3.2rem 0 3.4rem;background:#fff}.product-content{display:grid;grid-template-columns:2fr 1fr;gap:3.25rem;align-items:start}.product-description>h2:first-child{margin-top:0}.product-description h2{color:#183b5c;font-size:1.65rem;margin-bottom:1.1rem;font-weight:700;border-left:4px solid #37a8e5;padding-left:1rem;line-height:1.22}.product-description h3{color:#1f5f93;font-size:1.18rem;margin:1.8rem 0 .85rem;font-weight:700;line-height:1.3}.product-description p{color:#374151;max-width:72ch;line-height:1.72;margin-bottom:1.2rem;font-size:.98rem}.product-description ul{margin:0 0 1.4rem 1.1rem}.application-list li,.feature-list li{margin-bottom:.72rem}.cable-types,.filter-types,.instrument-categories,.system-configs,.treatment-processes,.treatment-tech{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:2rem 0}.cable-type,.category-item,.config-item,.filter-type,.process-item,.tech-item{background:#fff;padding:1.5rem;border-radius:8px;border-left:4px solid #37a8e5;box-shadow:0 2px 4px rgba(0,0,0,.05)}.cable-type h4,.category-item h4,.config-item h4,.filter-type h4,.process-item h4,.tech-item h4{color:#183b5c;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.application-list,.feature-list{list-style:none;padding:0;margin:1.5rem 0}.application-list li,.feature-list li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#374151;line-height:1.6}.application-list li::before,.feature-list li::before{content:"✓";position:absolute;left:0;color:#37a8e5;font-weight:700}.specs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:2rem 0}.spec-item{background:#fff;padding:1rem;border-radius:6px;border:1px solid #e5e7eb;display:flex;flex-direction:column;gap:.5rem}.spec-item strong{color:#374151;font-size:.875rem;font-weight:600}.spec-item span{color:#37a8e5;font-weight:500}.product-sidebar{display:flex;flex-direction:column;gap:2rem}.cta-box{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.05);border:1px solid #e5e7eb;border-top:3px solid #37a8e5}.cta-box h3{color:#183b5c;font-size:1.25rem;margin-bottom:1rem;font-weight:600}.cta-box p{color:#374151;line-height:1.6;margin-bottom:1.5rem}.cta-button{display:inline-block;background:#37a8e5;color:#fff;padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:500;margin-right:.5rem;margin-bottom:.5rem;transition:.3s}.cta-button:hover{background:#1f5f93;transform:translateY(-1px)}.cta-button.secondary{background:0 0;color:#37a8e5;border:2px solid #37a8e5}.cta-button.secondary:hover{background:#37a8e5;color:#fff}.related-products{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.05);border:1px solid #e5e7eb;border-top:3px solid #37a8e5}.related-products h3{color:#183b5c;font-size:1.25rem;margin-bottom:1rem;font-weight:600}.related-products ul{list-style:none;padding:0}.related-products li{margin-bottom:.5rem}.related-products a{color:#374151;text-decoration:none;padding:.5rem 0;display:block;transition:color .3s}.related-products a:hover{color:#37a8e5}.product-info{padding-left:1.5rem;border-left:4px solid #37a8e5}.pump-types,.safety-categories,.valve-types{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin:2rem 0}.pump-type,.safety-category,.valve-type{background:#fff;padding:1.5rem;border-radius:8px;border-left:4px solid #37a8e5;box-shadow:0 2px 8px rgba(23,42,66,.07)}.pump-type h4,.safety-category h4,.valve-type h4{color:#183b5c;font-size:1.05rem;font-weight:600;margin-bottom:.5rem}.pump-type p,.safety-category p,.valve-type p{color:#374151;font-size:.95rem;line-height:1.6;margin:0}.industries-overview{padding:4rem 0;background-color:#f8fafc}.industries-overview .intro-content{text-align:center;max-width:800px;margin:0 auto}.industries-overview h2{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}.industries-overview p{font-size:1.125rem;color:#6b7280;margin-bottom:2rem;line-height:1.7}.industries-overview .hero-image{width:100%;max-width:700px;height:auto;display:block;margin:3rem auto;border-radius:14px;box-shadow:0 12px 35px rgba(0,0,0,.1);object-fit:cover}.industries-section{padding:2.5rem 0;background:linear-gradient(170deg,#f0f7ff 0,#f8fafc 100%)}.industries-grid{display:grid!important;grid-template-columns:repeat(1,minmax(0,1fr))!important;gap:2rem!important;margin-top:2rem;width:100%}@media (min-width:640px){.industries-grid{grid-template-columns:repeat(2,1fr)!important}}@media (min-width:1024px){.industries-grid{grid-template-columns:repeat(3,1fr)!important}}.industry-card{--industry-accent:#37a8e5;--industry-soft:#eff7ff;background:linear-gradient(180deg,#fff 0,#f9fcff 100%);padding:1.55rem;border-radius:14px;box-shadow:0 6px 18px rgba(23,42,66,.07);border:1px solid #dce8f5;border-top:4px solid var(--industry-accent);transition:transform .25s,box-shadow .25s;display:flex;flex-direction:column;height:100%;position:relative;overflow:hidden;animation:.6s ease-out both cardRise}.industry-card::after{content:"";position:absolute;top:-64px;right:-64px;width:138px;height:138px;border-radius:50%;background:radial-gradient(circle,var(--industry-soft) 0,rgba(255,255,255,0) 70%);pointer-events:none}.industry-card:hover{transform:translateY(-6px);box-shadow:0 16px 32px rgba(23,42,66,.14)}.industry-icon{width:50px;height:50px;border-radius:12px;border:1px solid rgba(55,168,229,.35);background:linear-gradient(165deg,var(--industry-soft) 0,#fff 100%);display:inline-flex;align-items:center;justify-content:center;font-size:1.2rem;margin-bottom:.85rem;text-align:left;color:var(--industry-accent)}.industry-card h3{color:#183b5c;font-size:1.15rem;font-weight:700;margin-bottom:.75rem;text-align:left;letter-spacing:-.01em;line-height:1.25}.industry-card p{color:#374151;line-height:1.65;margin-bottom:1rem;flex-grow:1;font-size:.97rem}.industry-card ul{list-style:none;padding:0;margin:0}.industry-card ul li{color:#4d5f73;padding:.45rem 0 .45rem 1.4rem;position:relative;border-bottom:1px solid rgba(219,230,242,.8);font-size:.93rem}.industry-card ul li:last-child{border-bottom:none}.industry-card ul li::before{content:"✓";position:absolute;left:0;color:var(--industry-accent);font-weight:700}.industry-card--featured{background:linear-gradient(165deg,#f2f8ff 0,#fff 45%,#f8fcff 100%);border-top-width:5px}.industry-card--manufacturing{--industry-accent:#236ea8;--industry-soft:#e9f4ff}.industry-card--municipal{--industry-accent:#1f7f6d;--industry-soft:#e9f8f4}.industry-card--healthcare{--industry-accent:#1f5f93;--industry-soft:#ebf5ff}.industry-card--food{--industry-accent:#7a8f24;--industry-soft:#f5f9e7}.industry-card--power{--industry-accent:#7752a2;--industry-soft:#f3effb}.industry-card--oil-gas{--industry-accent:#8b5b2b;--industry-soft:#f9efe5}.industry-card--hospitality{--industry-accent:#1b7ca4;--industry-soft:#e9f7fc}.industry-card--agriculture{--industry-accent:#468a2f;--industry-soft:#edf8e9}.industry-card--construction{--industry-accent:#6e6f79;--industry-soft:#f2f3f6}.industry-card--marine{--industry-accent:#2f57a0;--industry-soft:#eaf0fc}.industry-card--education{--industry-accent:#3c6f95;--industry-soft:#edf4fa}.industry-card--environmental{--industry-accent:#2f8774;--industry-soft:#eaf8f4}.industries-grid .industry-card:first-child,.strengths-grid .strength-item:first-child{animation-delay:20ms}.industries-grid .industry-card:nth-child(2),.strengths-grid .strength-item:nth-child(2){animation-delay:60ms}.industries-grid .industry-card:nth-child(3),.strengths-grid .strength-item:nth-child(3){animation-delay:.1s}.industries-grid .industry-card:nth-child(4),.strengths-grid .strength-item:nth-child(4){animation-delay:.14s}.industries-grid .industry-card:nth-child(5),.strengths-grid .strength-item:nth-child(5){animation-delay:.18s}.industries-grid .industry-card:nth-child(6),.strengths-grid .strength-item:nth-child(6){animation-delay:.22s}.industries-grid .industry-card:nth-child(7){animation-delay:.26s}.industries-grid .industry-card:nth-child(8){animation-delay:.3s}.industries-grid .industry-card:nth-child(9){animation-delay:.34s}.industries-grid .industry-card:nth-child(10){animation-delay:.38s}.industries-grid .industry-card:nth-child(11){animation-delay:.42s}.industries-grid .industry-card:nth-child(12){animation-delay:.46s}@keyframes cardRise{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.industry-card,.strength-item{animation:none!important}}.expertise-section{padding:4rem 0;background:#f8fafc}.expertise-section h2{text-align:center;font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:3rem}.expertise-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.expertise-item{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.05);text-align:center;transition:transform .3s}.expertise-item:hover{transform:translateY(-5px)}.expertise-item h4{color:#1e40af;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.expertise-item p{color:#6b7280;line-height:1.6}@media (max-width:639px){.industries-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.industry-card{padding:1.5rem}}.logo-img{height:50px;width:auto;max-width:200px;object-fit:contain}@media (max-width:768px){.hero-slider{height:48vh;min-height:300px;margin-top:70px}.slide-content h1{font-size:1.35rem}.slide-content p{font-size:.8rem}.slider-controls{padding:0 1rem}.next-btn,.prev-btn{width:40px;height:40px;font-size:1.5rem}}.services-grid .service-card.scroll-animate{opacity:1;transform:none}.company-intro{padding-top:3rem;border-left:none}.intro-text{padding-left:1rem}.intro-text h2{font-size:1.55rem}.Industries-overview-split,.products-overview-split{padding:3rem 0;background:linear-gradient(170deg,#f0f7ff 0,#f8fafc 100%)}.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.split-text{padding-left:1.5rem;border-left:4px solid #37a8e5}.split-text h2{font-size:clamp(1.6rem, 2.6vw, 2.2rem);font-weight:700;color:#183b5c;margin-bottom:1.25rem;line-height:1.25}.split-text p{font-size:1.05rem;color:#374151;line-height:1.75;margin-bottom:1.75rem}.split-text .cta-button{display:inline-block;background:#1e40af;color:#fff;padding:.8rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:.3s}.split-text .cta-button:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 10px 25px rgba(30,64,175,.3)}.split-image img{width:100%;height:auto;border-radius:12px 12px 0 0;box-shadow:0 10px 25px rgba(0,0,0,.1);object-fit:cover;max-height:500px;display:block}.split-image .about-tagline{margin-top:0}@media (max-width:992px){.split-grid{grid-template-columns:1fr;gap:2rem}.split-image img{max-height:400px}}@media (max-width:768px){.split-text h2{font-size:2.2rem}.split-text p{font-size:1rem}.split-image img{max-height:300px}}.product-categories-elevated{padding:2.5rem 0;background:linear-gradient(170deg,#f0f7ff 0,#f8fafc 100%)}.product-categories-elevated .section-title{text-align:center;font-size:2.5rem;font-weight:700;color:#183b5c;margin-bottom:1rem;line-height:1.2}.product-categories-elevated .section-subtitle{text-align:center;font-size:1.05rem;color:#374151;max-width:800px;margin:0 auto 2.5rem;line-height:1.7}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:2rem}.category-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 12px 40px rgba(0,0,0,.08);text-align:center;display:flex;flex-direction:column;height:100%;transition:none}.category-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px rgba(0,0,0,.15)}.category-image img{width:100%;height:200px;object-fit:cover;transition:transform .5s}.category-card:hover .category-image img{transform:scale(1.05)}.category-content{padding:2rem;flex-grow:1;display:flex;flex-direction:column;justify-content:center}.category-content h3{color:#183b5c;font-size:1.35rem;font-weight:700;margin-bottom:.85rem;line-height:1.3}.category-content p{color:#374151;font-size:1rem;line-height:1.7;margin-bottom:1.5rem;flex-grow:1}.category-link{display:inline-block;color:#1e40af;text-decoration:none;font-weight:600;font-size:1rem;position:relative;padding:.5rem 0;transition:color .3s}.category-link::after{content:"→";margin-left:.5rem;opacity:0;transform:translateX(5px);transition:opacity .3s,transform .3s}.category-link:hover{color:#1d4ed8}.category-link:hover::after{opacity:1;transform:translateX(10px)}@media (max-width:992px){.category-grid{gap:2rem}.category-card{padding:1.8rem}}@media (max-width:768px){.product-categories-elevated .section-title{font-size:2.2rem}.product-categories-elevated .section-subtitle{font-size:1.1rem}.category-grid{grid-template-columns:1fr;gap:1.8rem}.category-card{padding:1.6rem}.category-content h3{font-size:1.4rem}.category-content p,.category-link{font-size:.95rem}}.product-categories-elevated .category-card{opacity:1!important;transform:none!important;transition:none!important}.service-offerings{padding:2.5rem 0;background:linear-gradient(170deg,#f0f7ff 0,#f8fafc 100%)}.service-offerings h2{font-size:2.5rem;font-weight:700;color:#183b5c;margin-bottom:.5rem;text-align:center}.offerings-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.6rem 2rem;margin-top:2rem}.offering-item{display:flex;align-items:flex-start;gap:1rem;padding:1.2rem 0;border-bottom:2px solid rgba(55,168,229,.3)}.offering-icon{width:52px;height:52px;flex:0 0 52px;border:1.5px solid rgba(24,92,145,.3);border-radius:12px;color:#1f5f93;background:rgba(255,255,255,.8);display:flex;align-items:center;justify-content:center}.offering-icon svg{width:26px;height:26px;stroke:currentColor}.offering-content h4{color:#183b5c;font-size:1.05rem;font-weight:700;margin-bottom:.4rem;line-height:1.2}.offering-content p{color:#374151;font-size:.93rem;line-height:1.6}@media (max-width:992px){.offerings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.offerings-grid{grid-template-columns:1fr}}.why-choose-us-scroll{padding:2.5rem 0;background:#eef2f5}.why-choose-us-scroll h2{text-align:center;font-size:2.5rem;font-weight:700;color:#183b5c;margin-bottom:2rem}.scroll-cards-container{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;padding:0 2rem}.scroll-cards-container::-webkit-scrollbar{display:none}.scroll-cards{display:flex;gap:2rem;padding:0 1rem;margin:0 auto;max-width:1400px;min-width:fit-content}.scroll-card{flex:0 0 calc(25% - 1.5rem);background:#fff;padding:2rem 1.8rem;border-radius:16px;border-top:3px solid #37a8e5;box-shadow:0 6px 18px rgba(23,42,66,.07);text-align:left;transition:transform .25s,box-shadow .25s;min-height:200px;display:flex;flex-direction:column;justify-content:flex-start}.scroll-card h4{color:#183b5c;font-size:1.15rem;font-weight:700;margin-bottom:.75rem;line-height:1.25}.scroll-card p{color:#374151;font-size:.97rem;line-height:1.65;margin:0}.scroll-card:hover{transform:translateY(-6px);box-shadow:0 14px 32px rgba(23,42,66,.12)}@media (max-width:992px){.scroll-card{flex:0 0 calc(50% - 1rem)}}@media (max-width:768px){.scroll-card{flex:0 0 100%;min-height:auto;padding:2rem 1.5rem}.why-choose-us-scroll h2{font-size:2.2rem}.scroll-cards-container{padding:0 1rem}}.nav-language-selector{display:flex;gap:10px;align-items:center;margin-left:auto;padding:0 15px}.nav-lang-btn{background:0 0;border:none;cursor:pointer;padding:5px 8px;border-radius:4px;transition:.3s;display:flex;align-items:center;gap:5px;font-size:14px;font-weight:500;color:inherit;text-decoration:none;font-family:Inter,sans-serif}.nav-lang-btn:hover{background-color:rgba(255,255,255,.1)}.nav-lang-btn.active{background-color:rgba(255,255,255,.2)}.nav-flag{width:20px;height:14px;border-radius:2px;display:inline-block;vertical-align:middle;font-size:0;line-height:0;background-size:100% 100%!important;background-repeat:no-repeat;background-position:center;content:"";opacity:1;border:1px solid rgba(0,0,0,.1);box-shadow:0 1px 2px rgba(0,0,0,.1)}.nav-flag-us{background:linear-gradient(to right,#3c3b6e 0,#3c3b6e 40%,transparent 40%),repeating-linear-gradient(to bottom,#b22234 0,#b22234 7.7%,#fff 7.7%,#fff 15.4%);background-size:100% 100%}.nav-flag-es{background:linear-gradient(to bottom,#aa151b 0,#aa151b 25%,#f1bf00 25%,#f1bf00 75%,#aa151b 75%,#aa151b 100%)}.nav-flag-fr{background:linear-gradient(to right,#002395 0,#002395 33.33%,#fff 33.33%,#fff 66.66%,#ed2939 66.66%,#ed2939 100%)}.lang-switcher{position:relative;margin-left:auto;padding:0 15px}.lang-switcher__btn{background:0 0;border:none;cursor:pointer;display:flex;align-items:center;gap:6px;padding:6px 10px;border-radius:6px;font-size:14px;font-weight:500;color:inherit;font-family:Inter,sans-serif;transition:background .2s;white-space:nowrap;min-height:36px}.lang-switcher.open .lang-switcher__btn,.lang-switcher__btn:hover{background-color:rgba(255,255,255,.15)}.lang-globe{flex-shrink:0}.lang-chevron{flex-shrink:0;transition:transform .2s}.lang-switcher.open .lang-chevron{transform:rotate(180deg)}.lang-switcher__menu{display:none;position:absolute;top:calc(100% + 6px);right:0;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.13),0 2px 8px rgba(0,0,0,.06);list-style:none;margin:0;padding:6px;min-width:152px;z-index:1100}.lang-switcher.open .lang-switcher__menu{display:block;animation:.15s langDropIn}@keyframes langDropIn{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.lang-option{width:100%;background:0 0;border:none;cursor:pointer;display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:6px;font-size:14px;font-family:Inter,sans-serif;color:#1e293b;text-align:left;transition:background .15s;white-space:nowrap}.lang-option:hover{background:#f1f5f9}.lang-option.active{background:#eff6ff;color:#1e40af;font-weight:600}@media (max-width:768px){.lang-switcher{padding:4px 0 0;margin:4px 0 0;border-top:1px solid #e5e7eb;width:100%}.lang-switcher__btn{padding:14px 20px;font-size:15px;width:100%;justify-content:center;min-height:44px}.lang-switcher.open .lang-switcher__menu{display:flex;flex-direction:row;justify-content:center;gap:6px;position:static;box-shadow:none;border:none;border-top:1px solid #f1f5f9;background:#f8fafc;padding:10px 16px 16px;border-radius:0 0 8px 8px;min-width:unset;animation:none}.lang-option{flex:1;justify-content:center;padding:10px 8px;min-height:44px;border:1px solid #e5e7eb;background:#fff;border-radius:8px;font-size:13px}.lang-option:hover{background:#eff6ff}.lang-option.active{border-color:#1e40af;background:#eff6ff}.nav-language-selector{padding:10px 15px;border-top:1px solid rgba(255,255,255,.1);margin-top:10px}.nav-lang-btn{padding:8px 12px;font-size:16px}.nav-flag{width:24px;height:16px}}.language-selector{position:fixed;top:20px;right:20px;z-index:1001;display:flex;gap:8px;background:rgba(255,255,255,.95);padding:8px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);backdrop-filter:blur(10px)}@media (max-width:768px){.language-selector{display:none}.about-grid{grid-template-columns:1fr;gap:2rem;text-align:center}.about-content{order:2}.about-image{order:1}.about-content h2{font-size:1.8rem;margin-bottom:1rem}.about-content p{font-size:1rem;line-height:1.6;margin-bottom:1.2rem;text-align:left}.mvv-grid{grid-template-columns:1fr;gap:1.5rem}.mvv-card{padding:1.5rem;text-align:center}.mvv-card h3{font-size:1.3rem;margin-bottom:1rem}.mvv-card p{font-size:1rem;line-height:1.6}.mvv-card ul li{padding:.75rem 0;font-size:1rem;text-align:left}.values-grid{grid-template-columns:1fr;gap:1.5rem}.value-card{padding:0;text-align:left}.value-media{height:170px}.value-body{padding:1.2rem}.value-card h4{font-size:1.2rem;margin-bottom:.75rem}.value-card p{font-size:1rem;line-height:1.6}.strengths-grid{grid-template-columns:1fr;gap:1.35rem}.strength-item{padding:0;text-align:left;gap:.9rem}.strength-icon{width:48px;height:48px;flex-basis:48px;border-radius:12px}.strength-icon svg{width:24px;height:24px}.strength-item h4{font-size:1.25rem;margin-bottom:.55rem}.strength-item p{font-size:.98rem;line-height:1.5;text-align:left}.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-form,.contact-info,.contact-showcase{width:100%}.contact-form h2,.contact-info h2{font-size:1.8rem;text-align:center;margin-bottom:1.5rem}.contact-showcase-main{padding:1.35rem 1rem;border-radius:14px}.contact-showcase-meta{grid-template-columns:1fr}.contact-showcase-main h3{font-size:1.25rem}.contact-map-head{flex-direction:column;align-items:flex-start}.contact-map-embed{min-height:190px}.form-group{margin-bottom:1.2rem}.form-group label{font-size:1rem;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{padding:12px;font-size:16px;border-radius:6px;min-height:44px}.form-group textarea{min-height:120px;resize:vertical}.submit-btn{padding:14px 20px;font-size:16px;min-height:48px;width:100%;border-radius:6px}.contact-item{margin-bottom:1.5rem;padding:1.2rem;text-align:center}.contact-item h4{font-size:1.2rem;margin-bottom:.8rem}.contact-item p{font-size:1rem;margin-bottom:.5rem}.areas-grid{grid-template-columns:1fr;gap:1.5rem}.area-card{padding:1.5rem;text-align:center}.area-card h4{font-size:1.2rem;margin-bottom:1rem}.area-card p{font-size:1rem;line-height:1.6;text-align:left}.industries-overview{padding:3rem 0}.industries-overview h2{font-size:2rem;margin-bottom:1rem}.industries-overview p{font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.industries-overview .hero-image{margin:2rem auto;border-radius:8px}.industries-section{padding:3rem 0}.industries-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.industry-card{padding:1.5rem;text-align:center}.industry-card h3{font-size:1.3rem;margin-bottom:1rem}.industry-card p{font-size:1rem;line-height:1.6;text-align:left;margin-bottom:1rem}.industry-card ul li{font-size:.95rem;padding:.6rem 0;text-align:left}.expertise-grid{grid-template-columns:1fr;gap:1.5rem}.expertise-item{padding:1.5rem;text-align:center}.expertise-item h4{font-size:1.2rem;margin-bottom:1rem}.expertise-item p{font-size:1rem;line-height:1.6}.product-header{padding:2rem 0;margin-top:70px}.product-header-content{grid-template-columns:1fr;gap:2rem;text-align:center}.product-info{order:2}.product-image{order:1}.product-info h1{font-size:1.8rem;line-height:1.3;margin-bottom:1rem}.product-subtitle{font-size:1rem;line-height:1.6;text-align:left;margin-bottom:1.5rem}.product-image img{height:250px;width:100%;object-fit:cover;border-radius:8px}.product-details{padding:3rem 0}.product-content{grid-template-columns:1fr;gap:2rem}.product-description{order:1}.product-description h2{font-size:1.8rem;margin-bottom:1rem;text-align:center}.product-description h3{font-size:1.4rem;margin:1.5rem 0 1rem;text-align:center}.product-description p{font-size:1rem;line-height:1.6;margin-bottom:1.2rem;text-align:left}.application-list,.feature-list{margin:1.2rem 0;padding-left:0}.application-list li,.feature-list li{padding:.8rem 0 .8rem 2rem;font-size:1rem;line-height:1.5;position:relative}.application-list li::before,.feature-list li::before{left:.5rem;font-size:1.2rem}.specs-grid{grid-template-columns:1fr;gap:1rem;margin:1.5rem 0}.spec-item{padding:1.2rem;border-radius:8px;text-align:center}.spec-item strong{font-size:1rem;display:block;margin-bottom:.5rem;color:#1e40af}.spec-item span{font-size:1rem;font-weight:500}.product-sidebar{order:2;gap:1.5rem}.cta-box{padding:1.5rem;text-align:center;border-radius:8px}.cta-box h3{font-size:1.3rem;margin-bottom:1rem}.cta-box p{font-size:1rem;line-height:1.6;margin-bottom:1.2rem}.cta-button{display:block;width:100%;max-width:280px;margin:0 auto .8rem;padding:12px 20px;font-size:16px;min-height:48px;text-align:center;border-radius:6px}.cta-button:last-child{margin-bottom:0}.related-products{padding:1.5rem;text-align:center;border-radius:8px}.related-products h3{font-size:1.3rem;margin-bottom:1rem}.related-products ul{text-align:left}.related-products li{margin-bottom:.8rem}.related-products a{font-size:1rem;padding:.8rem 0;display:block;min-height:44px;display:flex;align-items:center}}@media (max-width:480px){.product-header{padding:1.5rem 0}.product-info h1{font-size:1.6rem;line-height:1.2}.product-subtitle{font-size:.95rem;line-height:1.5}.product-image img{height:200px}.product-details{padding:2rem 0}.product-description h2{font-size:1.6rem}.product-description h3{font-size:1.3rem}.product-description p{font-size:.95rem}.application-list li,.feature-list li{font-size:.95rem;padding:.7rem 0 .7rem 1.8rem}.spec-item{padding:1rem}.spec-item span,.spec-item strong{font-size:.95rem}.cta-box,.related-products{padding:1.2rem}.cta-box h3,.related-products h3{font-size:1.2rem}.cta-box p{font-size:.95rem}.cta-button{padding:10px 16px;font-size:15px}}@media (max-width:768px){.cable-types,.filter-types,.instrument-categories,.system-configs,.treatment-processes,.treatment-tech{grid-template-columns:1fr;gap:1.2rem;margin:1.5rem 0}.cable-type,.category-item,.config-item,.filter-type,.process-item,.tech-item{padding:1.2rem;border-radius:8px;text-align:center}.cable-type h4,.category-item h4,.config-item h4,.filter-type h4,.process-item h4,.tech-item h4{font-size:1.2rem;margin-bottom:.8rem}.cable-type p,.category-item p,.config-item p,.filter-type p,.process-item p,.tech-item p{font-size:1rem;line-height:1.6;text-align:left}.breadcrumb{padding:1rem 0;font-size:.9rem;text-align:center}.breadcrumb a{color:#1e40af;text-decoration:none;margin:0 .3rem}.breadcrumb a:hover{text-decoration:underline}.product-header+.product-header{margin-top:0;padding-top:1rem;border-top:1px solid #e5e7eb}.product-header:not(:first-of-type){background:#f8fafc}.product-header:not(:first-of-type) .product-info{order:1}.product-header:not(:first-of-type) .product-image{order:2}.breadcrumb a,.product-description a,.related-products a{min-height:44px;padding:.5rem 0;display:flex;align-items:center}.product-description p a{display:inline;min-height:auto;padding:.2rem .4rem;background:rgba(30,64,175,.1);border-radius:3px}}.product-tower{padding:72px 0;background:#f8f9fa;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea}.product-tower .container{max-width:1200px;margin:0 auto}.tower-title{text-align:center;font-size:2rem;font-weight:700;color:#183b5c;margin-bottom:.85rem;line-height:1.15;letter-spacing:-.03em}.tower-subtitle{text-align:center;font-size:1.03rem;color:#4b5563;max-width:760px;margin:0 auto 2.75rem;line-height:1.72;font-weight:400}.tower-item{display:flex;align-items:center;margin:64px 0;gap:42px;transition:transform .3s}.tower-item:hover{transform:translateY(-5px)}.tower-item.reverse{flex-direction:row-reverse}.tower-image{flex:1;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.06);height:400px;display:flex;align-items:center;justify-content:center;background:#fff}.tower-image img{width:100%;height:100%;object-fit:cover;transition:transform .8s}.tower-item:hover .tower-image img{transform:scale(1.03)}.tower-content{flex:1;max-width:520px}.tower-content h3{font-size:1.55rem;font-weight:700;color:#183b5c;margin-bottom:14px;line-height:1.2}.tower-content p{font-size:1rem;color:#374151;line-height:1.72;margin-bottom:20px}.tower-specs{display:flex;flex-direction:column;gap:8px;margin-bottom:24px;font-size:.95rem;color:#666}.tower-specs span{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f0f7ff;border-left:3px solid #0073e6;border-radius:0 6px 6px 0}.tower-cta{display:inline-block;padding:10px 24px;background:#0073e6;color:#fff;text-decoration:none;border-radius:6px;font-weight:500;font-size:.95rem;transition:background .3s;border:none;cursor:pointer}.tower-cta:hover{background:#005bb5}@media (max-width:900px){.tower-item{flex-direction:column!important;text-align:center;gap:25px;margin:50px 0}.tower-item.reverse{flex-direction:column!important}.tower-image{width:100%;height:auto;max-height:280px;margin-bottom:20px}.tower-image img{width:100%;height:auto;object-fit:cover}.tower-content{max-width:95%;margin:0 auto;text-align:center}.tower-title{font-size:1.8rem}.tower-subtitle{font-size:1.1rem}}@media (max-width:600px){.tower-item{margin:40px 0;gap:20px}.tower-content h3{font-size:1.4rem}.tower-content p{font-size:1rem;line-height:1.6}}