:root{--navy:#063d7d;--blue:#0757a8;--cyan:#25bde5;--green:#4eaf2a;--ink:#10233d;--muted:#62728a;--paper:#f5f9fd;--white:#fff;--shadow:0 16px 40px rgba(11,54,104,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Poppins,Arial,sans-serif;line-height:1.65}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}button,input,textarea{font:inherit}.container{width:min(1180px,calc(100% - 48px));margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;left:12px;top:-80px;z-index:9999;background:#fff;padding:10px}.skip-link:focus{top:12px}
.header{position:relative;z-index:100}.topbar{height:38px;color:#fff;background:linear-gradient(90deg,#07539d,#032d69);font-size:12px}.topbar__inner{height:100%;display:flex;align-items:center;justify-content:space-between}.topbar i{margin-right:5px}.socials{display:flex;gap:9px}.socials a{width:23px;height:23px;display:grid;place-items:center;border:1px solid #ffffff55;border-radius:50%;transition:.25s}.socials a:hover{background:var(--green);transform:translateY(-2px)}.contactbar{height:128px;background:linear-gradient(110deg,#fff 40%,#e7f8ff)}.contactbar__inner{height:100%;display:flex;align-items:center;gap:42px}.brand{display:flex;align-items:center;margin-right:auto}.brand__mark{font-size:46px;color:#20aada;filter:drop-shadow(0 7px 10px #2da9e855)}.brand b{display:block;color:#0872bc;font-size:47px;line-height:.8;letter-spacing:-3px}.brand small{display:block;margin-top:10px;font-size:10px;font-weight:800;letter-spacing:1px;color:#124982}.contactbar__item{display:flex;align-items:center;gap:14px;font-size:13px;font-weight:700;max-width:230px;line-height:1.35}.contactbar__item>i{width:48px;height:48px;border:1px solid #b9d9d1;border-radius:50%;display:grid;place-items:center;color:var(--green);font-size:20px}.contactbar__item small{display:block;font-size:10px;color:#728096}.button{border:0;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;gap:18px;padding:14px 25px;color:#fff;font-size:12px;font-weight:700;box-shadow:0 8px 18px #174b8422;transition:.3s;cursor:pointer}.button:hover{transform:translateY(-3px);box-shadow:0 13px 28px #174b8440}.button--green{background:linear-gradient(135deg,#61bd32,#31951c)}.button--blue{background:linear-gradient(135deg,#0d64bb,#063c80)}.nav{height:53px;background:linear-gradient(90deg,#063c7b,#032c66);color:#fff}.nav__inner{height:100%;display:flex;align-items:center;gap:48px}.nav a{height:100%;display:flex;align-items:center;position:relative;font-size:13px;font-weight:600}.nav__inner>a:after,.dropdown>a:after{content:"";position:absolute;left:0;right:100%;bottom:10px;height:2px;background:#66c23a;transition:.25s}.nav a:hover:after,.nav a.active:after{right:0}.dropdown{height:100%;position:relative}.dropdown>a{gap:7px}.dropdown__menu{position:absolute;top:100%;left:-18px;min-width:220px;padding:9px;background:#fff;color:var(--ink);border-radius:0 0 8px 8px;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(12px);transition:.25s}.dropdown:hover .dropdown__menu{opacity:1;visibility:visible;transform:none}.dropdown__menu a{height:40px;padding:0 12px;border-radius:5px}.dropdown__menu a:hover{background:#edf8ff;color:var(--blue)}.hamburger{display:none;background:none;border:0;padding:8px}.hamburger span{display:block;width:28px;height:2px;margin:5px;background:var(--navy)}
.header.is-sticky .contactbar{height:82px;position:fixed;top:0;left:0;right:0;box-shadow:var(--shadow)}.header.is-sticky .nav{position:fixed;top:82px;left:0;right:0}.header.is-sticky .brand b{font-size:34px}.header.is-sticky .brand__mark{font-size:35px}
.hero{height:595px}.hero__slide{position:relative;height:595px;overflow:hidden}.hero__slide>img,.hero__video{width:100%;height:100%;object-fit:cover}.hero__video{display:block;background:#dff6ff}.hero__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.96) 2%,rgba(255,255,255,.78) 34%,transparent 65%)}.hero__content{position:absolute;inset:0;padding-top:105px}.eyebrow{margin:0 0 12px;color:var(--green);font-size:11px;font-weight:800;letter-spacing:2px}.hero h1,.hero h2{margin:0;font-size:66px;line-height:.94;letter-spacing:-4px}.hero h1 span,.hero h1 strong,.hero h2 span,.hero h2 strong{display:block}.hero h1 span,.hero h2 span{color:#074a92}.hero h1 strong,.hero h2 strong{color:#50ad28}.hero__lead{max-width:510px;font-size:16px;color:#334258}.hero__actions{display:flex;gap:16px;margin-top:28px}.hero .swiper-pagination-bullet{background:#fff;opacity:1;border:1px solid var(--blue)}.hero .swiper-pagination-bullet-active{width:26px;border-radius:6px;background:var(--green)}
.services{position:relative;z-index:5;margin-top:-56px;display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.service-card{min-height:138px;padding:20px 16px;display:flex;gap:13px;background:#fff;border-radius:14px;box-shadow:var(--shadow);transition:.35s}.service-card:hover{transform:translateY(-10px);box-shadow:0 24px 50px #0d4b9130}.service-card__icon{flex:0 0 50px;height:50px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#65c63b,#288d1b);color:#fff;font-size:20px;transition:.5s}.service-card:hover .service-card__icon{transform:rotate(360deg)}.service-card h3{font-size:12px;text-transform:uppercase;margin:3px 0 5px}.service-card p{font-size:10px;line-height:1.5;color:var(--muted);margin:0 0 8px}.service-card a{font-size:10px;font-weight:700;color:#258d29}.section{padding:105px 0}.about__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center}.section-copy h2,.section-head h2,.why h2,.contact h2{margin:0 0 20px;font-size:40px;line-height:1.18;letter-spacing:-1.5px}.section-copy h2 em{font-style:normal;color:var(--green)}.section-copy>p:not(.eyebrow){color:var(--muted);font-size:14px}.stats{display:flex;margin-top:32px;padding-top:22px;border-top:1px solid #dbe5ef;gap:34px}.stats div{display:flex;flex-direction:column}.stats b{color:var(--blue);font-size:25px}.stats b:not(:last-child):after{content:"+"}.stats span{color:var(--muted);font-size:10px}.gallery{height:470px;display:grid;grid-template-columns:1.45fr .8fr;grid-template-rows:1fr 1fr;gap:12px;position:relative}.gallery img{width:100%;height:100%;object-fit:cover;border-radius:18px}.gallery__large{grid-row:1/3}.gallery img:nth-of-type(2){object-position:80% center}.gallery img:nth-of-type(3){object-position:55% center}.gallery__badge{position:absolute;left:-30px;bottom:45px;width:88px;height:88px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--green);border:7px solid #fff;color:#fff;font-size:25px;font-weight:800;line-height:1}.gallery__badge small{font-size:9px}.why{color:#fff;background:radial-gradient(circle at 80% 20%,#0c75c6,#042f6a 60%);overflow:hidden}.why__grid{display:grid;grid-template-columns:1.1fr 1fr .55fr;align-items:center;gap:60px}.eyebrow--light{color:#7bd6ef}.why h2{font-size:42px}.why p:not(.eyebrow){color:#d2e6f5;font-size:14px}.why__list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.why__list div{min-height:68px;border:1px solid #ffffff22;border-radius:12px;background:#ffffff0d;display:flex;align-items:center;padding:14px;gap:11px}.why__list i{width:27px;height:27px;border-radius:50%;background:var(--green);display:grid;place-items:center}.why__list b{font-size:12px}.why__drop{font-size:135px;color:#31c8f1;filter:drop-shadow(0 25px 18px #001c45aa)}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:35px}.section-head h2{margin:0}.section-head>a{font-size:12px;color:var(--blue);font-weight:700}.reference-card{height:250px;border-radius:15px;overflow:hidden;position:relative}.reference-card img{width:100%;height:100%;object-fit:cover;transition:.45s}.reference-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#022650df,transparent 70%)}.reference-card:hover img{transform:scale(1.1)}.reference-card div{position:absolute;z-index:2;bottom:18px;left:20px;color:#fff}.reference-card small{color:#77d04c}.reference-card h3{margin:1px 0;font-size:19px}.reference-card span{font-size:10px}.products{background:var(--paper)}.product-grid,.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card,.blog-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 25px #123f6c0d;transition:.3s}.product-card:hover,.blog-card:hover{transform:translateY(-8px);box-shadow:var(--shadow)}.product-card__visual{height:220px;display:grid;place-items:center;position:relative;background:radial-gradient(circle,#e2f9ff,#f6fbff 65%)}.product-card__visual>i{font-size:85px;color:var(--blue);transition:.3s}.product-card:hover .product-card__visual>i{transform:scale(1.1)}.product-card__visual span{position:absolute;top:15px;right:18px;color:#d4e2ef;font-size:32px;font-weight:800}.product-card>div:last-child,.blog-card>div{padding:22px}.product-card small,.blog-card small{color:var(--green);font-size:9px;font-weight:800;letter-spacing:1px}.product-card h3{margin:5px 0;font-size:20px}.product-card p,.blog-card p{font-size:12px;color:var(--muted)}.product-card a,.blog-card a{font-size:11px;color:var(--blue);font-weight:700}.blog-card>img{width:100%;height:200px;object-fit:cover}.blog-card h3{font-size:17px;line-height:1.4}
.contact{color:#fff;background:linear-gradient(115deg,#043976,#075ba5)}.contact__grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:75px}.contact address{display:grid;gap:10px;margin:28px 0;font-style:normal;font-size:13px}.contact address i{width:28px;color:#7bd6ef}.map{height:190px;border-radius:12px;overflow:hidden}.map iframe{width:100%;height:100%;border:0}.contact-form{background:#fff;color:var(--ink);padding:32px;border-radius:17px;box-shadow:0 23px 55px #001b40aa}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.contact-form label{display:block;font-size:11px;font-weight:700;margin-bottom:14px}.contact-form input,.contact-form textarea{display:block;width:100%;margin-top:7px;padding:12px 13px;border:1px solid #dce5ed;border-radius:6px;outline:0;font-size:12px}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #4eaf2a1a}.form-status{font-size:12px;color:var(--green)}.footer{padding-top:70px;background:#062a58;color:#d6e3ee}.footer__grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:55px}.brand--footer .brand__mark{font-size:38px}.brand--footer b{font-size:34px}.footer p{max-width:270px;font-size:12px;color:#91a9c0}.footer h3{color:#fff;font-size:14px}.footer__grid>div:not(:first-child){display:flex;flex-direction:column;gap:8px}.footer__grid a:not(.brand){font-size:11px;color:#91a9c0}.footer__grid a:hover{color:#71ce47}.footer__bottom{border-top:1px solid #ffffff16;margin-top:50px;padding:20px 0;display:flex;justify-content:space-between;font-size:9px;color:#7291ae}.whatsapp{position:fixed;right:22px;bottom:22px;z-index:90;width:52px;height:52px;border-radius:50%;background:#39b54a;color:#fff;display:grid;place-items:center;font-size:24px;box-shadow:0 10px 25px #0b472e55}

.brand__logo{display:block;width:230px;height:112px;object-fit:contain;object-position:left center}.header.is-sticky .brand__logo{width:175px;height:72px}.brand--footer .brand__logo{width:190px;height:112px;filter:drop-shadow(0 5px 12px #0005)}@media(max-width:768px){.brand__logo{width:155px;height:72px}.brand--footer .brand__logo{width:170px;height:100px}}

.equipment-menu .dropdown__menu{min-width:330px}.equipment-menu .dropdown__menu a{white-space:nowrap}.nav__inner{gap:34px}@media(max-width:768px){.nav.is-open{max-height:calc(100vh - 82px);overflow-y:auto}.equipment-menu .dropdown__menu{min-width:0}.equipment-menu .dropdown__menu a{white-space:normal;height:auto;min-height:44px;padding-top:10px;padding-bottom:10px}}
