:root{
  --navy:#06283a;--navy-deep:#071d2b;--navy-mid:#0b354b;--cyan:#13b7e5;--cyan2:#079ac7;
  --text:#14212a;--muted:#667680;--line:#e4ebef;--bg:#f7fafc;--white:#fff;
  --shadow:0 14px 36px rgba(7,30,45,.09);--container:1180px;--radius:6px
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;min-width:0;overflow-x:hidden;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
.container{width:min(var(--container),calc(100% - 44px));margin-inline:auto;min-width:0}

/* TOP + HEADER */
.topbar{background:var(--navy-deep);color:#d8e8ef;font-size:12px}
.topbar-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.top-contact{display:flex;align-items:center;gap:12px;white-space:nowrap}
.top-contact span{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.08);font-size:10px}
.top-contact a{font-weight:800;color:#fff}
.site-header{background:#fff;border-bottom:1px solid #edf2f5;box-shadow:0 2px 10px rgba(7,28,41,.04);position:relative;z-index:40}
.nav-wrap{height:86px;display:flex;align-items:center;gap:24px;min-width:0}
.brand{display:flex;align-items:center;flex:0 0 auto}
.brand img{width:218px;height:auto;max-height:62px;object-fit:contain}
.main-nav{display:flex;align-items:center;justify-content:flex-end;gap:28px;margin-left:auto;min-width:0}
.main-nav a{font-size:12px;font-weight:800;letter-spacing:.02em;color:#1d2a32;position:relative;white-space:nowrap}
.main-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-10px;height:2px;background:var(--cyan);transition:.2s}
.main-nav a:hover:after{right:0}
.header-cta,.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 24px;border:0;border-radius:3px;font-size:12px;font-weight:800;letter-spacing:.025em;cursor:pointer;transition:.22s;white-space:nowrap}
.header-cta,.btn-primary{background:linear-gradient(135deg,var(--cyan),var(--cyan2));color:#fff;box-shadow:0 7px 18px rgba(16,175,220,.2)}
.header-cta:hover,.btn-primary:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(16,175,220,.28)}
.btn-outline{border:1px solid var(--cyan);color:#168ab0;background:#fff}
.btn-outline:hover{background:#f0fbff}
.btn-ghost{border:1px solid rgba(255,255,255,.72);color:#fff;background:transparent}
.mobile-toggle{display:none;margin-left:auto;background:none;border:0;width:44px;height:44px;padding:8px}
.mobile-toggle span{display:block;height:2px;background:var(--navy);margin:6px 0}

/* HERO */
.hero{min-height:580px;position:relative;background-image:var(--hero);background-size:cover;background-position:center;display:flex;align-items:center;color:#fff;overflow:hidden;isolation:isolate}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,26,41,.82) 0%,rgba(4,26,41,.64) 34%,rgba(4,26,41,.20) 62%,rgba(4,26,41,.04) 100%);z-index:0}
.hero-overlay{display:none}
.hero-content{position:relative;z-index:2;padding:58px 0 56px}
.hero-eyebrow{font-size:12px;letter-spacing:.15em;font-weight:800;margin-bottom:14px;color:#d9eef7}
.hero h1{max-width:650px;font-size:clamp(42px,4.2vw,58px);line-height:1.03;margin:0 0 20px;font-weight:900;letter-spacing:-.035em;text-wrap:balance}
.hero h1 span{display:block;color:#16c1ee}
.hero p{max-width:650px;font-size:16px;color:#eaf5f9;margin:0 0 28px;line-height:1.7}
.hero-arrows,.hero-dots{display:none}

/* HOME SECTIONS */
.features{background:#fff;border-bottom:1px solid #eef3f6}
.feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));min-height:126px}
.feature{display:flex;gap:15px;align-items:center;padding:24px 25px;border-right:1px solid #edf1f3;min-width:0}
.feature:first-child{border-left:1px solid #edf1f3}
.feature-icon{flex:0 0 42px;width:42px;height:42px;border:1px solid #dbe6eb;display:grid;place-items:center;color:#0e7093;font-size:23px}
.feature h3{font-size:12px;margin:0 0 4px;font-weight:900}
.feature p{font-size:12px;margin:0;color:var(--muted);line-height:1.5}
.section{padding:84px 0}
.split-section{background:linear-gradient(#fff,#fbfdfe)}
.split{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:68px;align-items:center}
.split.reverse .split-media{order:2}
.split-media{min-width:0}
.split-media img{width:100%;aspect-ratio:1.15/1;max-height:470px;object-fit:cover;box-shadow:var(--shadow);border-radius:2px}
.eyebrow{display:inline-block;font-size:11px;letter-spacing:.14em;color:#6f7c84;font-weight:800;margin-bottom:8px}
.split-copy h2,.section-title h2,.simple-cta h2,.contact-grid h2,.intro-copy h2{font-size:clamp(30px,3vw,37px);line-height:1.15;margin:0;color:#111d25;letter-spacing:-.025em}
.accent-line{width:42px;height:3px;background:var(--cyan);margin:15px 0 22px}
.accent-line.center{margin:14px auto 20px}
.prose{font-size:15px;color:#53616a;overflow-wrap:anywhere}
.prose p{margin:0 0 17px}
.prose h2{font-size:27px;line-height:1.25;color:#17232b;margin:34px 0 12px}
.prose h3{font-size:21px;color:#17232b;margin:27px 0 10px}
.prose ul,.prose ol{padding-left:22px}
.section-title{text-align:center;margin-bottom:40px}
.section-title p{max-width:700px;margin:0 auto;color:#6d7b84}
.products-section{padding-top:70px}
.product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}
.product-card{min-width:0;border:1px solid #e3e9ed;background:#fff;box-shadow:0 5px 18px rgba(10,32,46,.035);transition:.25s;overflow:hidden;border-radius:2px}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.product-card a{display:flex;flex-direction:column;height:100%}
.product-card img{width:100%;aspect-ratio:4/3;height:auto;object-fit:cover;background:#eef3f6}
.product-card h3{font-size:12px;line-height:1.35;min-height:42px;margin:14px 14px 6px;text-transform:uppercase}
.product-card p{font-size:12px;color:#71808a;margin:0 14px 12px;line-height:1.55}
.product-card span{display:block;color:#1298c3;font-size:12px;font-weight:800;margin:auto 14px 18px;padding-top:4px}
.center-actions{text-align:center;margin-top:30px}
.references-home{background:linear-gradient(135deg,#061f31,#0a344a);color:#fff}
.section-title.light h2,.section-title.light p{color:#fff}
.reference-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.reference-grid img{width:100%;aspect-ratio:16/10;height:auto;object-fit:cover;border:3px solid rgba(255,255,255,.93);background:#12354a}
.brands{padding:42px 0;background:#fff}
.brand-row{display:flex;align-items:center;justify-content:space-around;gap:32px;flex-wrap:wrap;color:#68747b}
.brand-row strong{font-size:24px;font-weight:900;letter-spacing:-.035em;white-space:nowrap}
.brand-row strong:first-child{color:#f27825}.brand-row strong:nth-child(4){color:#1d4f98}.brand-row strong:last-child{color:#14a4d3}
.simple-cta{display:none}

/* PAGE HERO + INNER PAGES */
.page-hero{padding:62px 0;background:linear-gradient(120deg,#061f2f,#0a3b54);color:#fff}
.page-hero .container{min-width:0}
.page-hero span{font-size:11px;letter-spacing:.14em;color:#6fd9fa;font-weight:800}
.page-hero h1{margin:6px 0 14px;font-size:clamp(34px,4vw,44px);line-height:1.08;letter-spacing:-.025em;overflow-wrap:anywhere}
.breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:12px;color:#bcd1da}
.breadcrumb a{color:#fff}
.content-narrow{width:min(840px,calc(100% - 44px));max-width:840px;margin-inline:auto}
.intro-copy{max-width:790px;margin:0 auto 38px;text-align:center}
.intro-copy p{color:#687780}
.all-products{grid-template-columns:repeat(4,minmax(0,1fr))}
.all-products .product-card h3{font-size:14px}
.all-products .product-card p{min-height:76px}
.product-detail{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:56px;align-items:center}
.product-gallery{min-width:0}
.product-image{width:100%;background:#eef3f6;overflow:hidden;border-radius:4px;box-shadow:0 10px 28px rgba(7,30,45,.07)}
.product-image img{width:100%;aspect-ratio:4/3;height:auto;max-height:470px;object-fit:cover}
.product-copy{min-width:0}
.product-copy h2{font-size:clamp(30px,3.2vw,40px);line-height:1.12;margin:5px 0 18px;overflow-wrap:anywhere}
.lead{font-size:17px;color:#596772;line-height:1.7}
.product-prose{margin-top:48px}
.product-thumbs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:12px}
.product-thumb{appearance:none;border:2px solid transparent;background:#fff;padding:0;cursor:pointer;border-radius:5px;overflow:hidden;transition:.2s;box-shadow:0 4px 14px rgba(8,31,47,.08)}
.product-thumb:hover,.product-thumb.active{border-color:var(--cyan);transform:translateY(-1px)}
.product-thumb img{display:block;width:100%;aspect-ratio:16/10;height:auto;object-fit:cover}
.product-trust{list-style:none;padding:0;margin:24px 0 0;display:grid;gap:9px;color:#50616d}
.product-trust li{position:relative;padding-left:22px}.product-trust li:before{content:'✓';position:absolute;left:0;color:var(--cyan);font-weight:900}
.blog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.blog-card{display:grid;grid-template-columns:210px minmax(0,1fr);background:#fff;border:1px solid #e5ecef;box-shadow:0 6px 20px rgba(10,30,44,.04);min-width:0}
.blog-card img{width:100%;height:100%;min-height:230px;object-fit:cover;background:#eef3f6}
.blog-card>div{padding:24px;min-width:0}.blog-card span{font-size:10px;letter-spacing:.12em;color:#159ec8;font-weight:800}.blog-card h2{font-size:22px;line-height:1.2;margin:7px 0 10px;overflow-wrap:anywhere}.blog-card p{font-size:13px;color:#65747e}.blog-card a:last-child{font-size:12px;color:#0b95bd;font-weight:800}
.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:46px;align-items:start}.article-main{min-width:0}.article-cover{width:100%;aspect-ratio:16/9;height:auto;object-fit:cover;margin-bottom:30px}.aside-box{border:1px solid #e3eaee;padding:24px;position:sticky;top:22px}.aside-box h3{margin:0 0 15px}.aside-box a{display:block;padding:9px 0;border-bottom:1px solid #eef2f4;font-size:13px}
.contact-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:58px;align-items:start}.contact-grid>div{min-width:0}.contact-grid>div>p{color:#65747d}.contact-cards{margin-top:28px;display:grid;gap:12px}.contact-cards>div{border:1px solid #e3eaee;padding:18px;display:grid;gap:4px;min-width:0}.contact-cards b{font-size:12px;color:#0f6d8c}.contact-cards span,.contact-cards a{font-size:14px;overflow-wrap:anywhere}.contact-form{background:#f6f9fb;border:1px solid #e3eaee;padding:28px;min-width:0}.contact-form label{display:block;font-size:12px;font-weight:700;margin-bottom:15px}.contact-form input,.contact-form textarea{width:100%;max-width:100%;margin-top:6px;border:1px solid #d9e2e7;background:#fff;padding:12px 13px;outline:0}.contact-form textarea{resize:vertical}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--cyan)}.alert{padding:12px 14px;margin-bottom:16px;font-size:13px}.alert.success{background:#e8f8ef;color:#176b3b}.alert.error{background:#fff0ef;color:#9c2f26}.contact-map{margin-top:36px}.contact-map iframe{width:100%;height:400px;border:0;border-radius:6px;display:block;box-shadow:0 12px 34px rgba(7,30,45,.08)}
.reference-showcase{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:56px}.reference-showcase img{width:100%;aspect-ratio:16/10;height:auto;object-fit:cover;border-radius:4px;display:block;box-shadow:0 8px 26px rgba(7,30,45,.09);background:#eef3f6}.ref-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.ref-list div{border:1px solid #e3eaee;background:#fff;padding:13px 15px;font-size:13px;overflow-wrap:anywhere}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.gallery-grid img{width:100%;aspect-ratio:4/3;height:auto;object-fit:cover}
.corporate-links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.corporate-links a{display:flex;min-height:150px;flex-direction:column;justify-content:flex-end;padding:26px;border:1px solid #e3e9ed;background:#fff;box-shadow:0 10px 30px rgba(11,37,52,.05);transition:.2s;min-width:0}.corporate-links a:hover{transform:translateY(-3px);border-color:#13afe0}.corporate-links b{font-size:19px;color:#102938;margin-bottom:8px}.corporate-links span{color:#6c7c86;font-size:13px;line-height:1.6}

/* FOOTER */
.footer-cta{background:#0c3145;color:#fff}
.footer-cta-inner{min-height:108px;display:grid;grid-template-columns:minmax(260px,1.55fr) minmax(180px,.78fr) minmax(235px,1fr) auto;align-items:center;gap:24px;padding:20px 0}
.footer-cta-inner>*{min-width:0}.footer-cta h3{margin:0 0 4px;font-size:19px;line-height:1.25}.footer-cta p{margin:0;color:#c6d9e2;font-size:13px}.footer-contact-item{display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:10px;align-items:center;font-size:14px;overflow-wrap:anywhere}.footer-contact-item small{grid-column:2;color:#a9c4d1}.footer-contact-item strong{overflow-wrap:anywhere}
.site-footer{background:var(--navy-deep);color:#c9d8df;padding:54px 0 22px}
.footer-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,.78fr) minmax(0,.95fr) minmax(0,1.2fr);gap:46px;align-items:start}
.footer-grid>div{min-width:0}.footer-logo{width:205px;max-width:100%;height:auto;margin-bottom:17px}.site-footer p{font-size:13px;line-height:1.7;color:#b9ccd5;overflow-wrap:anywhere}.site-footer h4{color:#fff;margin:0 0 16px;font-size:13px}.footer-grid a{display:block;font-size:13px;margin:8px 0;color:#c5d7df;overflow-wrap:anywhere}.footer-grid a:hover{color:#fff}.socials{display:flex;gap:8px;margin-top:17px}.socials span{width:30px;height:30px;border-radius:50%;background:#0f3448;display:grid;place-items:center;font-size:11px}.footer-bottom{border-top:1px solid rgba(255,255,255,.10);margin-top:36px;padding-top:17px;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:11px;color:#8fa8b5}.footer-bottom>span{min-width:0}.footer-legal{display:flex;align-items:center;justify-content:flex-end;gap:16px;flex-wrap:wrap}.footer-legal a{display:inline-flex;margin:0;color:inherit;text-decoration:none;white-space:nowrap}.footer-legal a:hover{color:#52ccec}
.whatsapp{position:fixed;right:22px;bottom:22px;width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#21c363;color:#fff;font-size:26px;z-index:50;box-shadow:0 10px 22px rgba(0,0,0,.20)}

/* TABLET */
@media(max-width:1120px){
  .main-nav{gap:18px}.main-nav a{font-size:11px}.brand img{width:190px}.header-cta{display:none}
  .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.all-products{grid-template-columns:repeat(3,minmax(0,1fr))}
  .feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature:nth-child(odd){border-left:1px solid #edf1f3}
  .footer-cta-inner{grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:18px}.footer-cta-inner .btn{justify-self:start}
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 48px}
}
@media(max-width:900px){
  .corporate-links{grid-template-columns:1fr 1fr}.reference-showcase{grid-template-columns:repeat(2,minmax(0,1fr))}
  .article-layout{grid-template-columns:1fr}.article-layout aside{display:none}.contact-grid{gap:32px}
}

/* MOBILE */
@media(max-width:780px){
  .container{width:min(100% - 28px,var(--container))}.topbar-inner>div:first-child{display:none}.topbar-inner{justify-content:flex-end}.topbar{font-size:11px}
  .nav-wrap{height:72px}.brand img{width:172px;max-height:48px}.mobile-toggle{display:block}.header-cta{display:none}
  .main-nav{position:absolute;display:none;top:72px;left:0;right:0;background:#fff;box-shadow:0 15px 30px rgba(0,0,0,.12);padding:10px 20px 18px;flex-direction:column;align-items:stretch;gap:0;max-height:calc(100vh - 72px);overflow:auto}
  .main-nav.open{display:flex}.main-nav a{padding:13px 0;border-bottom:1px solid #edf2f4;font-size:12px}
  .hero{min-height:500px;background-position:67% center}.hero:before{background:linear-gradient(90deg,rgba(4,26,41,.88),rgba(4,26,41,.63) 58%,rgba(4,26,41,.23))}.hero-content{padding:48px 0}.hero h1{font-size:39px;max-width:470px}.hero p{font-size:14px;max-width:540px}
  .feature-grid{grid-template-columns:1fr}.feature{border-left:1px solid #edf1f3;min-height:92px}
  .section{padding:58px 0}.split{grid-template-columns:1fr;gap:32px}.split.reverse .split-media{order:0}.split-media img{max-height:none;aspect-ratio:4/3}
  .product-grid,.all-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product-card h3{min-height:0}.product-card p{min-height:0}
  .reference-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.brand-row{gap:22px}.brand-row strong{font-size:18px}
  .page-hero{padding:48px 0}.page-hero h1{font-size:34px}.product-detail,.contact-grid{grid-template-columns:1fr;gap:32px}.product-image img{max-height:none}.product-prose{margin-top:36px}
  .blog-grid{grid-template-columns:1fr}.blog-card{grid-template-columns:150px minmax(0,1fr)}
  .ref-list{grid-template-columns:1fr 1fr}.footer-cta-inner{grid-template-columns:1fr;padding:26px 0}.footer-cta-inner .btn{width:100%}
  .footer-grid{grid-template-columns:1fr;gap:28px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:12px}.footer-legal{justify-content:flex-start;gap:14px}
  .contact-map iframe{height:330px}.whatsapp{right:14px;bottom:14px}
}
@media(max-width:520px){
  .top-contact span{display:none}.top-contact{gap:8px}.brand img{width:160px}.hero{min-height:475px;background-position:69% center}.hero h1{font-size:34px}.hero p{line-height:1.55}.btn{min-height:46px}
  .product-grid,.all-products{grid-template-columns:1fr}.reference-grid{grid-template-columns:1fr}.reference-grid img{aspect-ratio:16/9}
  .blog-card{grid-template-columns:1fr}.blog-card img{aspect-ratio:16/9;height:auto;min-height:0}.reference-showcase{grid-template-columns:1fr}.ref-list{grid-template-columns:1fr}
  .corporate-links{grid-template-columns:1fr}.product-thumbs{gap:7px}.page-hero h1{font-size:30px}.content-narrow{width:min(100% - 28px,840px)}
  .contact-form{padding:20px}.footer-logo{width:190px}.footer-legal{display:grid;grid-template-columns:1fr;gap:8px}.footer-legal a{white-space:normal}
}
