@layer reset,base,components,utilities;
@layer reset{*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body,h1,h2,h3,h4,p,ul{margin:0}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}a{text-decoration:none;color:inherit}ul{padding:0;list-style:none}}
@layer base{
:root{--ink:#081723;--ink-2:#0d2230;--navy:#0b2535;--teal:#18aaa5;--teal-2:#0e8d8a;--aqua:#70ded9;--paper:#f7f9f8;--white:#fff;--warm:#eef3f2;--line:#dce5e3;--text:#526471;--muted:#7a8b95;--danger:#b42318;--max:1240px;--r:18px;--r2:28px;--shadow:0 18px 60px rgba(8,23,35,.09);--shadow-lg:0 30px 90px rgba(8,23,35,.16);--ease:cubic-bezier(.2,.8,.2,1)}
body{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:var(--white);color:var(--ink);line-height:1.58;-webkit-font-smoothing:antialiased}h1,h2,h3{font-weight:670;letter-spacing:-.045em;line-height:1.02}p{color:var(--text)}.container{width:min(var(--max),calc(100% - 48px));margin-inline:auto}.skip-link{position:fixed;left:16px;top:-80px;z-index:999;background:#fff;padding:12px 16px;border-radius:10px;box-shadow:var(--shadow)}.skip-link:focus{top:16px}.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:11px;line-height:1.2;font-weight:850;text-transform:uppercase;letter-spacing:.17em;color:var(--teal-2)}.eyebrow:before{content:"";width:22px;height:2px;background:currentColor}.kicker{font-size:12px;font-weight:780;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}
}
@layer components{
/* Header */.utility{background:var(--ink);color:#bdd0d8;font-size:11px}.utility .container{height:34px;display:flex;align-items:center;justify-content:space-between;gap:24px}.utility a:hover{color:#fff}.site-header{height:80px;position:sticky;top:0;z-index:100;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(220,229,227,.75);transition:.25s}.site-header.scrolled{box-shadow:0 10px 32px rgba(8,23,35,.07)}.nav{height:100%;display:flex;align-items:center;justify-content:space-between;gap:26px}.brand{display:flex;align-items:flex-end;gap:1px;font-weight:700;font-size:34px;letter-spacing:-.055em;line-height:.84;color:var(--ink)}.brand i{font-style:normal;color:var(--teal);position:relative}.brand i:before{content:"";position:absolute;left:3px;right:3px;top:-7px;height:2px;background:var(--teal)}.brand small{display:block;font-size:6px;letter-spacing:.24em;font-weight:850;margin-left:4px;margin-bottom:1px;color:#6b7c86}.nav-links{display:flex;align-items:center;gap:27px}.nav-links>a:not(.btn){font-size:12px;font-weight:760;color:#40525e;position:relative}.nav-links>a:not(.btn):after{content:"";position:absolute;height:2px;background:var(--teal);left:0;right:100%;bottom:-10px;transition:.25s}.nav-links>a:hover:after,.nav-links>a.active:after{right:0}.nav-links>a.active{color:var(--ink)}.menu-btn{display:none;width:44px;height:44px;background:transparent;border:0;border-radius:12px;position:relative}.menu-btn:before,.menu-btn:after,.menu-btn span{content:"";position:absolute;left:10px;right:10px;height:2px;background:var(--ink);transition:.25s}.menu-btn:before{top:14px}.menu-btn span{top:21px}.menu-btn:after{top:28px}.menu-btn[aria-expanded=true]:before{top:21px;transform:rotate(45deg)}.menu-btn[aria-expanded=true] span{opacity:0}.menu-btn[aria-expanded=true]:after{top:21px;transform:rotate(-45deg)}
/* Buttons */.btn{min-height:46px;padding:0 19px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:11px;font-weight:850;letter-spacing:.03em;border:1px solid transparent;transition:.25s var(--ease);cursor:pointer}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--teal);color:#fff;box-shadow:0 10px 24px rgba(24,170,165,.18)}.btn-primary:hover{background:var(--teal-2);box-shadow:0 15px 34px rgba(24,170,165,.25)}.btn-dark{background:var(--ink);color:#fff}.btn-outline{border-color:#cbd8d6;background:#fff;color:var(--ink)}.btn-ghost{border-color:rgba(255,255,255,.24);color:#fff;background:rgba(255,255,255,.06)}.arrow{font-size:16px;line-height:1;transition:.2s}.btn:hover .arrow{transform:translateX(3px)}
/* Homepage hero */.hero{min-height:760px;background:var(--ink);color:#fff;position:relative;overflow:hidden}.hero-media{position:absolute;inset:0}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,20,30,.97) 0%,rgba(5,20,30,.90) 40%,rgba(5,20,30,.43) 72%,rgba(5,20,30,.25)),linear-gradient(0deg,rgba(5,20,30,.25),transparent 45%)}.hero-grid{position:relative;z-index:2;min-height:760px;display:grid;grid-template-columns:minmax(0,760px) 1fr;align-items:center}.hero-copy{padding:82px 0}.hero h1{font-size:clamp(50px,6.1vw,86px);max-width:850px;margin:20px 0 24px}.hero h1 em{font-style:normal;color:var(--aqua)}.hero .lead{font-size:18px;line-height:1.72;color:#d3e0e5;max-width:700px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}.hero-index{align-self:end;justify-self:end;margin-bottom:64px;width:320px;border-left:1px solid rgba(255,255,255,.17);padding-left:25px}.hero-index span{display:block;color:#8fa7b2;font-size:11px;font-weight:780;text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px}.hero-index a{display:flex;justify-content:space-between;gap:14px;padding:11px 0;border-top:1px solid rgba(255,255,255,.1);font-size:12px;color:#d9e6e9}.hero-index a b{color:var(--aqua);font-size:10px}.hero-index a:hover{color:#fff}.hero-index a:hover b{transform:translateX(3px)}
/* Engineering rail */.eng-rail{margin-top:-30px;position:relative;z-index:10}.eng-rail .container{display:grid;grid-template-columns:1.3fr repeat(3,1fr);background:#fff;border-radius:20px;box-shadow:var(--shadow-lg);overflow:hidden}.rail-intro,.rail-item{padding:28px 26px}.rail-intro{background:var(--teal);color:#fff}.rail-intro span{font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.15em}.rail-intro strong{display:block;font-size:22px;line-height:1.15;margin-top:6px}.rail-item{border-right:1px solid var(--line)}.rail-item:last-child{border-right:0}.rail-item small{display:block;color:var(--teal-2);font-size:10px;font-weight:850;letter-spacing:.1em}.rail-item strong{display:block;font-size:15px;margin:5px 0}.rail-item span{color:var(--muted);font-size:11px}
/* Sections */.section{padding:112px 0}.section-sm{padding:82px 0}.section-dark{background:var(--ink);color:#fff}.section-soft{background:var(--paper)}.section-head{display:grid;grid-template-columns:minmax(0,760px) minmax(260px,390px);justify-content:space-between;gap:60px;align-items:end;margin-bottom:48px}.section-head h2{font-size:clamp(38px,4.7vw,60px);margin-top:14px}.section-head p{font-size:14px}.section-dark .section-head p{color:#a8bdc7}.section-dark .eyebrow{color:var(--aqua)}
/* Capability editorial */.cap-layout{display:grid;grid-template-columns:1.1fr .9fr;border-top:1px solid var(--line)}.cap-lead{padding:42px 60px 42px 0;border-right:1px solid var(--line)}.cap-lead figure{height:510px;border-radius:var(--r2);overflow:hidden;position:relative}.cap-lead img{width:100%;height:100%;object-fit:cover}.cap-lead figure:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,20,30,.55),transparent 55%)}.cap-lead .caption{position:absolute;left:26px;bottom:24px;z-index:2;color:#fff}.cap-lead .caption strong{display:block;font-size:18px}.cap-lead .caption span{color:#d6e2e6;font-size:11px}.cap-list{padding-left:0}.cap-row{display:grid;grid-template-columns:55px 1fr 28px;gap:18px;padding:27px 0 27px 38px;border-bottom:1px solid var(--line);align-items:start;transition:.25s}.cap-row:hover{background:linear-gradient(90deg,rgba(24,170,165,.05),transparent);padding-left:45px}.cap-row .num{font-size:10px;color:var(--teal-2);font-weight:850;letter-spacing:.1em;padding-top:4px}.cap-row h3{font-size:22px;margin-bottom:7px}.cap-row p{font-size:12px;max-width:480px}.cap-row .go{font-size:18px;color:var(--teal);transition:.2s}.cap-row:hover .go{transform:translateX(3px)}
/* technical band */.technical-band{display:grid;grid-template-columns:1fr 1fr;min-height:610px;background:var(--ink);border-radius:var(--r2);overflow:hidden}.technical-media{position:relative}.technical-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.technical-copy{padding:64px 62px;display:flex;flex-direction:column;justify-content:center}.technical-copy h2{font-size:clamp(38px,4.3vw,58px);margin:18px 0 20px}.technical-copy>p{color:#adc0c9;font-size:15px}.input-matrix{margin-top:34px;border-top:1px solid rgba(255,255,255,.12)}.input-row{display:grid;grid-template-columns:135px 1fr;gap:24px;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.1)}.input-row strong{font-size:11px;color:var(--aqua);text-transform:uppercase;letter-spacing:.08em}.input-row span{font-size:12px;color:#c9d7dd}
/* workflow */.workflow{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.wf{padding:30px 25px;min-height:230px;border-right:1px solid var(--line);position:relative}.wf:last-child{border-right:0}.wf b{font-size:10px;color:var(--teal-2);letter-spacing:.12em}.wf h3{font-size:19px;margin:54px 0 9px}.wf p{font-size:12px}.wf:before{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:var(--teal);top:78px;left:25px;box-shadow:0 0 0 6px rgba(24,170,165,.08)}
/* Systems */.systems{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.system{border:1px solid var(--line);border-radius:20px;padding:30px;min-height:235px;display:grid;grid-template-columns:60px 1fr;gap:22px;background:#fff;transition:.25s}.system:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.sys-icon{width:52px;height:52px;border-radius:15px;background:var(--warm);display:grid;place-items:center;color:var(--teal-2);font-size:12px;font-weight:900}.system h3{font-size:23px;margin-bottom:10px}.system p{font-size:13px}.system .meta{margin-top:18px;font-size:10px;font-weight:800;color:var(--teal-2);text-transform:uppercase;letter-spacing:.08em}
/* Project panels */.experience-grid{display:grid;grid-template-columns:1.18fr .82fr;gap:18px}.project{position:relative;overflow:hidden;border-radius:var(--r2);min-height:530px;color:#fff}.project.small{min-height:256px}.project img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.6s var(--ease)}.project:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,20,30,.94),rgba(5,20,30,.05) 70%)}.project:hover img{transform:scale(1.035)}.project-copy{position:absolute;left:30px;right:30px;bottom:28px;z-index:2}.project-copy .eyebrow{color:var(--aqua)}.project-copy h3{font-size:31px;margin:10px 0}.project-copy p{color:#d3dfe4;font-size:13px;max-width:650px}.project-side{display:grid;gap:18px}
/* credibility */.standards-line{display:flex;flex-wrap:wrap;border-top:1px solid var(--line);border-left:1px solid var(--line)}.std{flex:1 1 210px;padding:24px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:125px}.std strong{font-size:13px;display:block}.std span{font-size:11px;color:var(--text)}
/* CTA */.cta{border-radius:var(--r2);background:linear-gradient(125deg,var(--ink),#103a4e);color:#fff;padding:55px 58px;display:flex;align-items:center;justify-content:space-between;gap:35px;overflow:hidden;position:relative}.cta:after{content:"";position:absolute;width:450px;height:450px;border:1px solid rgba(112,222,217,.15);border-radius:50%;right:-180px;top:-230px}.cta>div,.cta>a{position:relative;z-index:2}.cta h2{font-size:clamp(32px,4vw,48px)}.cta p{color:#bdcfd6;margin-top:10px;max-width:700px;font-size:13px}
/* Page Hero */.page-hero{background:var(--ink);color:#fff;padding:105px 0 84px;position:relative;overflow:hidden}.page-hero:after{content:"";position:absolute;width:600px;height:600px;border:1px solid rgba(112,222,217,.11);border-radius:50%;right:-240px;top:-330px}.page-hero .container{position:relative;z-index:2}.page-hero h1{font-size:clamp(46px,6.2vw,76px);max-width:980px;margin:20px 0}.page-hero p{color:#bdced6;font-size:17px;max-width:800px}.page-meta{display:flex;gap:30px;flex-wrap:wrap;margin-top:34px}.page-meta div{border-left:1px solid rgba(255,255,255,.18);padding-left:14px}.page-meta b{display:block;color:var(--aqua);font-size:10px;letter-spacing:.09em}.page-meta span{font-size:11px;color:#c4d3d9}.subnav{position:sticky;top:80px;z-index:70;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.subnav .container{display:flex;gap:26px;overflow:auto;scrollbar-width:none}.subnav a{padding:16px 0;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.08em;color:#647681;white-space:nowrap}.subnav a:hover{color:var(--teal-2)}
/* service chapters */.chapter{display:grid;grid-template-columns:.9fr 1.1fr;gap:68px;padding:70px 0;border-bottom:1px solid var(--line);align-items:center;scroll-margin-top:150px}.chapter:nth-child(even) .chapter-media{order:2}.chapter-media{height:430px;border-radius:var(--r2);overflow:hidden}.chapter-media img{width:100%;height:100%;object-fit:cover}.chapter-copy h2{font-size:clamp(34px,4vw,48px);margin:14px 0 17px}.chapter-copy>p{font-size:14px}.spec-list{display:grid;grid-template-columns:1fr 1fr;gap:9px 20px;margin-top:25px}.spec-list li{position:relative;padding-left:18px;color:#425762;font-size:11px;font-weight:720}.spec-list li:before{content:"";position:absolute;left:0;top:.6em;width:6px;height:6px;border:1.5px solid var(--teal);border-radius:50%}.chapter-note{margin-top:24px;padding:18px;border-left:3px solid var(--teal);background:var(--paper);font-size:11px;color:#60727c}
/* Quality */.quality-gates{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.gate{background:var(--paper);border-radius:18px;padding:24px 19px;min-height:220px}.gate b{font-size:10px;color:var(--teal-2)}.gate h3{font-size:18px;margin:40px 0 10px}.gate p{font-size:11px}.deliverables{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.deliverable{padding:24px;border:1px solid var(--line);border-radius:18px}.deliverable b{font-size:12px;color:var(--teal-2)}.deliverable h3{font-size:19px;margin:12px 0 8px}.deliverable p{font-size:11px}
/* Contact */.contact-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:22px;align-items:start}.contact-aside{position:sticky;top:120px;background:var(--ink);color:#fff;border-radius:var(--r2);padding:36px}.contact-aside h2{font-size:36px;margin:14px 0}.contact-aside p{color:#aec0c8;font-size:13px}.contact-points{margin-top:30px}.contact-point{padding:16px 0;border-top:1px solid rgba(255,255,255,.11)}.contact-point small{display:block;color:var(--aqua);font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.12em;margin-bottom:3px}.contact-point a,.contact-point span{font-size:13px}.form-card{border:1px solid var(--line);border-radius:var(--r2);padding:38px;background:#fff;box-shadow:var(--shadow)}.form-card h2{font-size:39px;margin:14px 0 8px}.form{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:26px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:10px;text-transform:uppercase;letter-spacing:.06em;font-weight:850;color:#4d616c}.field input,.field select,.field textarea{width:100%;border:1px solid #cfdcda;border-radius:12px;padding:13px 14px;background:#fff;color:var(--ink);outline:none;transition:.2s}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--teal);box-shadow:0 0 0 4px rgba(24,170,165,.08)}.field textarea{min-height:155px;resize:vertical}.file-help{font-size:10px;color:var(--muted)}.hp-field{position:absolute!important;left:-10000px!important}.form-status{display:none;padding:12px 14px;border-radius:10px;font-size:11px;font-weight:800}.form-status.success{display:block;background:#eaf7f5;color:#126f6b}.form-status.error{display:block;background:#fff1ef;color:var(--danger)}
/* WhatsApp */.contact-float{position:fixed;right:20px;bottom:20px;z-index:80;display:flex;align-items:center;gap:9px;background:#1f9d63;color:#fff;padding:10px 16px 10px 11px;border-radius:999px;box-shadow:0 15px 36px rgba(8,23,35,.2);font-size:10px;font-weight:850;transition:.2s}.contact-float:hover{transform:translateY(-2px)}.wa-dot{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.15);font-size:11px}
/* Footer */.footer{background:#06151f;color:#a9bbc4;margin-top:90px}.footer-main{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;gap:42px;padding:62px 0 40px}.footer .brand{color:#fff}.footer h4{font-size:10px;color:#fff;letter-spacing:.09em;text-transform:uppercase;margin-bottom:14px}.footer a{display:block;font-size:11px;margin:8px 0}.footer a:hover{color:#fff}.footer p{color:#8ea3ae;font-size:11px;max-width:350px;margin-top:18px}.footer-bottom{border-top:1px solid #1a303d;padding:19px 0;display:flex;justify-content:space-between;gap:18px;font-size:10px}
.reveal{opacity:0;transform:translateY(18px);transition:.7s var(--ease)}.reveal.visible{opacity:1;transform:none}
}
@layer utilities{.mt24{margin-top:24px}.mt32{margin-top:32px}.muted{color:var(--text)}.center{text-align:center}}
@media(max-width:1020px){.nav-links{display:none;position:absolute;left:24px;right:24px;top:78px;padding:14px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-lg);flex-direction:column;align-items:stretch;gap:0}.nav-links.open{display:flex}.nav-links>a{padding:12px}.nav-links>a:not(.btn):after{display:none}.menu-btn{display:block}.hero-grid{grid-template-columns:1fr}.hero-index{display:none}.eng-rail .container{grid-template-columns:1fr 1fr}.rail-intro{grid-column:1/-1}.cap-layout,.technical-band,.experience-grid,.contact-layout{grid-template-columns:1fr}.cap-lead{padding-right:0;border-right:0}.chapter{grid-template-columns:1fr;gap:28px}.chapter:nth-child(even) .chapter-media{order:0}.quality-gates{grid-template-columns:repeat(2,1fr)}.workflow{grid-template-columns:repeat(2,1fr)}.wf{border-bottom:1px solid var(--line)}.deliverables{grid-template-columns:repeat(2,1fr)}.footer-main{grid-template-columns:1fr 1fr}.contact-aside{position:relative;top:auto}}
@media(max-width:700px){.container{width:min(var(--max),calc(100% - 30px))}.utility{display:none}.site-header{height:70px}.brand{font-size:30px}.nav-links{top:69px;left:15px;right:15px}.hero,.hero-grid{min-height:720px}.hero-copy{padding:68px 0}.hero h1{font-size:48px}.hero .lead{font-size:15px}.eng-rail{margin-top:0}.eng-rail .container{width:100%;grid-template-columns:1fr;border-radius:0;box-shadow:none}.rail-intro{grid-column:auto}.rail-item{border-right:0;border-bottom:1px solid var(--line)}.section{padding:78px 0}.section-sm{padding:58px 0}.section-head{display:block;margin-bottom:34px}.section-head p{margin-top:17px}.cap-layout{border-top:0}.cap-lead figure{height:350px}.cap-row{padding-left:0;grid-template-columns:42px 1fr 22px}.cap-row:hover{padding-left:5px}.technical-band{border-radius:20px}.technical-media{min-height:310px}.technical-copy{padding:34px 25px}.input-row{grid-template-columns:1fr;gap:5px}.workflow,.quality-gates,.deliverables,.systems,.form{grid-template-columns:1fr}.wf{border-right:0}.experience-grid{gap:14px}.project{min-height:410px}.project.small{min-height:260px}.page-hero{padding:78px 0 62px}.subnav{top:70px}.chapter{padding:45px 0}.chapter-media{height:290px}.spec-list{grid-template-columns:1fr}.cta{padding:35px 25px;display:block}.cta .btn{margin-top:22px}.footer-main{grid-template-columns:1fr}.footer-bottom{display:block}.contact-float{right:12px;bottom:12px;padding-right:12px}.contact-float>span:last-child{display:none}.form-card,.contact-aside{padding:25px 21px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}*{animation:none!important;transition:none!important}}

/* Live deployment hardening — GoDaddy + iPhone */
html,body{max-width:100%;overflow-x:clip}
@supports(height:100svh){@media(max-width:700px){.hero,.hero-grid{min-height:max(680px,100svh)}}}
@media(max-width:700px){
  .nav-links{max-height:calc(100svh - 84px);overflow-y:auto;-webkit-overflow-scrolling:touch}
  .nav-links>a,.nav-links>.btn{min-height:46px;display:flex;align-items:center}
  .field input,.field select,.field textarea{font-size:16px;min-height:48px}
  .field textarea{min-height:150px}
  .contact-float{bottom:max(12px,env(safe-area-inset-bottom));right:max(12px,env(safe-area-inset-right))}
  .footer{padding-bottom:env(safe-area-inset-bottom)}
}
body.menu-open{overflow:hidden}

/* Hostinger Bit File Manager safe: CSS-only navigation, no JS required */
.menu-toggle{position:absolute;opacity:0;pointer-events:none;width:1px;height:1px}
@media(max-width:1020px){
  .menu-toggle:checked + .menu-btn:before{top:21px;transform:rotate(45deg)}
  .menu-toggle:checked + .menu-btn span{opacity:0}
  .menu-toggle:checked + .menu-btn:after{top:21px;transform:rotate(-45deg)}
  .menu-toggle:checked ~ .nav-links{display:flex}
}
.reveal{opacity:1!important;transform:none!important}
.static-status{display:none}
.static-status:target{display:block}

/* 2026 catalog architecture */
.catalog-hero{padding:clamp(80px,10vw,150px) 0 70px;background:#071d33;color:#fff}.catalog-hero .eyebrow,.eyebrow{color:#1bc3b2;text-transform:uppercase;letter-spacing:.16em;font-size:.78rem;font-weight:800}.catalog-hero h1{max-width:900px;font-size:clamp(2.7rem,6vw,6rem);line-height:.94;margin:.3em 0}.catalog-hero p{max-width:720px;font-size:1.14rem;color:#c7d6e2}.catalog-wrap,.category-grid,.detail-wrap,.spec-grid,.gallery-grid,.quick-grid{width:min(1180px,calc(100% - 40px));margin:auto}.category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:60px 0 90px}.category-card{position:relative;min-height:360px;border-radius:22px;overflow:hidden;background:#102a43;color:#fff;display:flex;align-items:flex-end;isolation:isolate}.category-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,20,35,.08),rgba(5,20,35,.95));z-index:-1}.category-card .card-copy{padding:28px}.category-card h2{font-size:1.7rem;margin:.2em 0}.category-card p{color:#d7e4ec}.category-card .arrow{display:inline-flex;margin-top:12px;color:#48dfcf;font-weight:800}.quick-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;padding:25px 0}.quick-grid a{background:#eef5f6;border:1px solid #d6e6e8;padding:16px;border-radius:14px;text-align:center;font-weight:750;color:#102a43}.detail-hero{display:grid;grid-template-columns:1.05fr .95fr;min-height:590px;background:#071d33;color:#fff}.detail-hero .copy{padding:clamp(70px,8vw,120px) max(30px,calc((100vw - 1180px)/2));padding-right:7vw}.detail-hero h1{font-size:clamp(2.7rem,5vw,5.4rem);line-height:.96;margin:.25em 0}.detail-hero p{color:#c7d6e2;font-size:1.12rem}.detail-hero img{width:100%;height:100%;object-fit:cover;min-height:590px}.detail-wrap{padding:70px 0}.detail-wrap h2{font-size:clamp(2rem,3.5vw,3.7rem);max-width:800px}.lead{font-size:1.18rem;color:#4c6174;max-width:850px}.spec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:35px auto 70px}.spec{padding:24px;border:1px solid #dce6ea;border-radius:16px;background:#fff}.spec h3{margin:.1em 0 .45em;font-size:1.2rem}.spec p,.spec li{color:#52697a}.spec ul{padding-left:18px}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:30px auto 70px}.gallery-grid img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:16px}.rfq-band{background:#11b8aa;color:#06283b;padding:55px 0}.rfq-band .catalog-wrap{display:flex;justify-content:space-between;gap:30px;align-items:center}.rfq-band h2{font-size:clamp(2rem,4vw,4rem);margin:0}.rfq-band .btn{background:#06283b;color:#fff}.breadcrumb{font-size:.85rem;color:#9fb1bf;margin-bottom:20px}.breadcrumb a{color:#50d7ca}.service-nav{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.service-nav a{padding:11px 14px;border:1px solid rgba(255,255,255,.24);border-radius:999px;color:#fff;font-size:.9rem}.service-nav a:hover{background:#13b8aa;color:#06283b}.section-soft{background:#f3f7f8;padding:70px 0}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}.two-col img{width:100%;border-radius:18px}.bullet-columns{columns:2;column-gap:35px}.bullet-columns li{break-inside:avoid;margin-bottom:10px}.site-header{position:sticky;top:0;z-index:1000}.nav-shell{min-height:78px}.whatsapp{font-size:.8rem}.supply-strip{background:#08233a;color:#d8e4ed;padding:18px 0}.supply-strip .catalog-wrap{display:flex;gap:24px;overflow:auto;white-space:nowrap}.supply-strip a{color:#d8e4ed}.supply-strip a:hover{color:#4ee0d0}@media(max-width:900px){.category-grid{grid-template-columns:1fr 1fr}.quick-grid{grid-template-columns:repeat(3,1fr)}.detail-hero{grid-template-columns:1fr}.detail-hero img{min-height:330px;max-height:440px}.spec-grid,.gallery-grid{grid-template-columns:1fr 1fr}.two-col{grid-template-columns:1fr}}@media(max-width:620px){.category-grid,.spec-grid,.gallery-grid{grid-template-columns:1fr}.quick-grid{grid-template-columns:1fr 1fr}.category-card{min-height:300px}.detail-hero .copy{padding:55px 22px}.rfq-band .catalog-wrap{display:block}.rfq-band .btn{display:inline-flex;margin-top:20px}.bullet-columns{columns:1}}


/* ============================================================
   INDUSTRIXA — HIGH-TECH INDUSTRIAL UI / Hostinger-safe CSS only
   ============================================================ */
:root{--ht-bg:#06131e;--ht-bg2:#081b29;--ht-panel:#0b2232;--ht-cyan:#31e5d4;--ht-teal:#12b9ad;--ht-line:rgba(103,230,218,.17);--ht-white:#f6fbfc;--ht-soft:#edf4f4;--ht-ink:#071722;--ht-muted:#8da4b0;--ht-ease:cubic-bezier(.16,1,.3,1)}
body.home-ht{background:#f5f8f8;color:var(--ht-ink)}
.ht-header{background:rgba(5,18,28,.86)!important;border-bottom:1px solid rgba(130,230,222,.13)!important;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);height:78px!important}
.ht-header .brand,.ht-header .nav-links>a{color:#fff!important}.ht-header .brand small{color:#6de3d8!important}.ht-header .nav-links>a:not(.nav-cta):after{background:var(--ht-cyan)!important}.ht-header .nav-cta{background:linear-gradient(120deg,var(--ht-teal),var(--ht-cyan))!important;color:#06222d!important;border:0!important;box-shadow:0 0 0 1px rgba(255,255,255,.08),0 10px 34px rgba(25,211,195,.18)}
.ht-hero{position:relative;min-height:calc(100svh - 78px);background:var(--ht-bg);overflow:hidden;color:#fff;isolation:isolate}
.ht-hero-media{position:absolute;inset:0 0 0 43%;z-index:-4;overflow:hidden}.ht-hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--ht-bg) 0%,rgba(6,19,30,.78) 17%,rgba(6,19,30,.12) 66%,rgba(6,19,30,.38) 100%)}.ht-hero-media img{width:100%;height:100%;object-fit:cover;filter:saturate(.75) contrast(1.08) brightness(.74);transform:scale(1.055);animation:htHeroZoom 14s var(--ht-ease) both}
.ht-hero-shade{position:absolute;inset:0;z-index:-3;background:radial-gradient(circle at 75% 38%,rgba(44,226,211,.13),transparent 23%),linear-gradient(90deg,#06131e 0%,#06131e 45%,rgba(6,19,30,.58) 72%,rgba(6,19,30,.82) 100%)}
.ht-gridlines{position:absolute;inset:0;z-index:-1;pointer-events:none;background-image:linear-gradient(rgba(72,222,210,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(72,222,210,.055) 1px,transparent 1px);background-size:76px 76px;mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.6) 55%,transparent 100%);animation:htGrid 18s linear infinite}
.ht-hero-inner{width:min(1280px,calc(100% - 64px));margin:auto;min-height:calc(100svh - 78px);display:grid;grid-template-columns:minmax(0,1.2fr) 380px;align-items:center;gap:74px;position:relative;z-index:2;padding:80px 0 110px}
.ht-hero-copy{max-width:820px;animation:htRise .9s .08s var(--ht-ease) both}.ht-kicker{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:850;letter-spacing:.19em;color:#7be9df}.ht-kicker i{display:block;width:34px;height:1px;background:currentColor;box-shadow:0 0 14px currentColor}.ht-kicker.dark{color:#088c84}
.ht-hero h1{font-size:clamp(4.4rem,7.6vw,8.25rem);letter-spacing:-.067em;line-height:.82;margin:28px 0 32px;font-weight:680}.ht-hero h1 em,.ht-section h2 em,.ht-dark-section h2 em,.ht-showcase-copy h2 em,.ht-rfq-final h2 em{font-style:normal;color:var(--ht-cyan);font-weight:500}.ht-hero-copy>p{font-size:clamp(1.05rem,1.5vw,1.28rem);max-width:720px;color:#aebfc7;line-height:1.72}
.ht-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}.ht-btn{min-height:54px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:28px;border-radius:3px;font-size:12px;font-weight:850;letter-spacing:.04em;text-transform:uppercase;transition:transform .4s var(--ht-ease),box-shadow .4s var(--ht-ease),background .4s}.ht-btn.primary{background:linear-gradient(115deg,#13b9ad,#45e2d3);color:#05202a;box-shadow:0 18px 45px rgba(23,208,192,.16)}.ht-btn.primary:hover{transform:translateY(-4px);box-shadow:0 24px 60px rgba(23,208,192,.28)}.ht-btn.ghost{border:1px solid rgba(255,255,255,.2);color:#fff;background:rgba(255,255,255,.03);backdrop-filter:blur(12px)}.ht-btn.ghost:hover{border-color:rgba(76,227,215,.65);background:rgba(49,229,212,.07);transform:translateY(-4px)}.ht-btn.dark{background:#071d2b;color:#fff;margin-top:30px}.ht-btn.dark:hover{background:#0b3343;transform:translateY(-3px)}
.ht-proof{margin-top:54px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.ht-proof span{font-size:10px;letter-spacing:.06em;color:#879ba5}.ht-proof b{color:#48e1d2;margin-right:7px;font-weight:850}
.ht-command-card{align-self:end;margin-bottom:62px;background:linear-gradient(150deg,rgba(12,36,51,.82),rgba(6,21,31,.66));border:1px solid rgba(108,228,217,.2);box-shadow:0 35px 100px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.04);backdrop-filter:blur(20px);padding:20px;position:relative;animation:htRise .9s .25s var(--ht-ease) both}.ht-command-card:before{content:"";position:absolute;left:-1px;top:-1px;width:76px;height:2px;background:var(--ht-cyan);box-shadow:0 0 20px var(--ht-cyan);animation:htScan 4s ease-in-out infinite}.ht-command-head{display:flex;justify-content:space-between;color:#7d929e;font-size:9px;letter-spacing:.15em;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.08)}.live-dot{color:#66e8dc}.live-dot:before{content:"";width:6px;height:6px;background:#36e0cf;border-radius:50%;display:inline-block;margin-right:6px;box-shadow:0 0 12px #36e0cf;animation:htPulse 1.8s infinite}.ht-command-line{padding:16px 0;border-bottom:1px solid rgba(255,255,255,.075);display:grid;gap:5px}.ht-command-line b{font-size:12px;letter-spacing:.08em;color:#fff}.ht-command-line span{font-size:10px;color:#78909b}.ht-command-card>a{display:flex;justify-content:space-between;padding-top:18px;font-size:9px;color:#69e4d9;letter-spacing:.12em;font-weight:850}.ht-command-card>a:hover{color:#fff}
.ht-scrollcue{position:absolute;left:34px;bottom:28px;z-index:5;font-size:8px;color:#718995;letter-spacing:.17em;display:flex;align-items:center;gap:11px;transform:rotate(-90deg);transform-origin:left bottom}.ht-scrollcue span{width:34px;height:1px;background:#2fd8c9;position:relative;overflow:hidden}.ht-scrollcue span:after{content:"";position:absolute;inset:0;background:#fff;animation:htLine 2s infinite}
.ht-orbit{position:absolute;border:1px solid rgba(80,227,213,.12);border-radius:50%;z-index:-2}.ht-orbit-a{width:520px;height:520px;right:7%;top:6%;animation:htSpin 28s linear infinite}.ht-orbit-b{width:300px;height:300px;right:15%;top:18%;border-style:dashed;animation:htSpin 18s linear reverse infinite}
.ht-ticker{background:#0b2635;color:#c8dbdf;border-top:1px solid rgba(61,214,202,.12);border-bottom:1px solid rgba(61,214,202,.12);overflow:hidden}.ht-ticker-track{width:max-content;display:flex;align-items:center;gap:28px;padding:18px 24px;font-size:9px;letter-spacing:.16em;font-weight:800;animation:htTicker 24s linear infinite}.ht-ticker-track i{font-size:7px;color:#25d5c5}
.ht-section{padding:120px 0}.ht-services{width:min(1280px,calc(100% - 64px));margin:auto}.ht-section-head{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.65fr);gap:70px;align-items:end;margin-bottom:54px}.ht-section-head h2{font-size:clamp(3rem,5.4vw,6.1rem);line-height:.92;letter-spacing:-.055em;margin-top:18px}.ht-section-head h2 em{color:#0a9d94}.ht-section-head>p{font-size:1rem;line-height:1.75;color:#60727d;max-width:560px;margin-left:auto}
.ht-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#cfdadb;border:1px solid #cfdadb}.ht-service-card{position:relative;min-height:430px;background:#061b28;overflow:hidden;color:#fff;isolation:isolate}.ht-service-card.featured{grid-column:span 2}.ht-service-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-3;filter:saturate(.72) contrast(1.05) brightness(.62);transition:transform .9s var(--ht-ease),filter .7s}.ht-service-card:after{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(180deg,rgba(5,21,30,.03) 10%,rgba(5,21,30,.3) 45%,rgba(5,21,30,.98) 100%);transition:background .5s}.ht-service-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--ht-cyan);transform:scaleY(0);transform-origin:bottom;transition:transform .55s var(--ht-ease);box-shadow:0 0 18px var(--ht-cyan)}.ht-service-card:hover img{transform:scale(1.07);filter:saturate(.95) contrast(1.05) brightness(.78)}.ht-service-card:hover:before{transform:scaleY(1)}.ht-service-card:hover:after{background:linear-gradient(180deg,rgba(5,21,30,.02) 8%,rgba(5,21,30,.18) 40%,rgba(5,21,30,.94) 100%)}.ht-card-no{position:absolute;top:20px;right:20px;color:rgba(255,255,255,.62);font-size:10px;letter-spacing:.14em}.ht-card-content{position:absolute;left:0;right:0;bottom:0;padding:30px}.ht-card-content>span{font-size:9px;letter-spacing:.17em;color:#59e0d4;font-weight:800}.ht-card-content h3{font-size:clamp(1.6rem,2.3vw,2.4rem);letter-spacing:-.04em;margin:9px 0}.ht-card-content p{color:#aabcc4;font-size:.9rem;max-width:470px}.ht-card-content b{display:flex;justify-content:space-between;align-items:center;margin-top:20px;padding-top:14px;border-top:1px solid rgba(255,255,255,.13);font-size:9px;letter-spacing:.14em;color:#d7e3e5}.ht-card-content b i{font-style:normal;color:#4ee2d4;transition:transform .35s}.ht-service-card:hover b i{transform:translate(4px,-4px)}
.ht-dark-section{position:relative;background:#061722;color:#fff;padding:120px 0;overflow:hidden;isolation:isolate}.ht-dark-inner{width:min(1280px,calc(100% - 64px));margin:auto;display:grid;grid-template-columns:.82fr 1.18fr;gap:90px;align-items:center}.ht-system-copy h2{font-size:clamp(3.4rem,5.5vw,6.5rem);line-height:.9;letter-spacing:-.055em;margin:22px 0}.ht-system-copy p{color:#90a5af;max-width:560px;line-height:1.75}.ht-text-link{display:inline-flex;gap:28px;margin-top:34px;color:#55e1d4;font-size:10px;letter-spacing:.15em;font-weight:850}.ht-system-map{border-top:1px solid rgba(255,255,255,.13)}.ht-system-map a{min-height:116px;display:grid;grid-template-columns:150px 1fr 50px;align-items:center;gap:25px;border-bottom:1px solid rgba(255,255,255,.13);position:relative;transition:padding .45s var(--ht-ease),background .45s}.ht-system-map a:before{content:"";position:absolute;left:0;top:0;bottom:0;width:0;background:linear-gradient(90deg,rgba(47,223,208,.11),transparent);transition:width .5s var(--ht-ease)}.ht-system-map a:hover{padding-left:22px}.ht-system-map a:hover:before{width:100%}.ht-system-map b{font-size:11px;letter-spacing:.15em;color:#fff;z-index:1}.ht-system-map span{font-size:.9rem;color:#8299a5;z-index:1}.ht-system-map i{font-style:normal;color:#3fdace;font-size:10px;z-index:1;text-align:right}
.ht-split-showcase{display:grid;grid-template-columns:1.05fr .95fr;background:#eef4f3;min-height:760px}.ht-showcase-image{position:relative;overflow:hidden}.ht-showcase-image img{width:100%;height:100%;object-fit:cover;filter:saturate(.8) contrast(1.03);transition:transform 1.2s var(--ht-ease)}.ht-showcase-image:hover img{transform:scale(1.035)}.ht-image-tag{position:absolute;left:28px;bottom:28px;background:rgba(6,22,33,.9);color:#7ce8de;padding:13px 16px;font-size:9px;letter-spacing:.15em;backdrop-filter:blur(10px)}.ht-showcase-copy{padding:100px clamp(40px,6vw,100px);display:flex;flex-direction:column;justify-content:center}.ht-showcase-copy h2{font-size:clamp(3rem,4.8vw,5.7rem);line-height:.92;letter-spacing:-.055em;margin:22px 0}.ht-showcase-copy h2 em{color:#0b9c93}.ht-showcase-copy>p{font-size:1rem;line-height:1.75;max-width:650px}.ht-data-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #c8d5d4;border-left:1px solid #c8d5d4;margin-top:34px}.ht-data-grid span{padding:19px;border-right:1px solid #c8d5d4;border-bottom:1px solid #c8d5d4;font-size:10px;color:#687d86}.ht-data-grid b{display:block;font-size:9px;letter-spacing:.13em;color:#062331;margin-bottom:6px}
.ht-evidence{width:min(1280px,calc(100% - 64px));margin:auto;padding:120px 0}.ht-evidence-grid{display:grid;grid-template-columns:1.1fr .9fr .9fr;grid-template-rows:310px 310px;gap:10px}.ht-evidence-card{position:relative;overflow:hidden;background:#071c28}.ht-evidence-card.tall{grid-row:span 2}.ht-evidence-card.wide{grid-column:span 2}.ht-evidence-card img{width:100%;height:100%;object-fit:cover;filter:saturate(.75) brightness(.82);transition:transform .8s var(--ht-ease),filter .5s}.ht-evidence-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(4,19,29,.84))}.ht-evidence-card span{position:absolute;left:20px;bottom:17px;color:#fff;z-index:2;font-size:9px;letter-spacing:.15em;font-weight:850}.ht-evidence-card:hover img{transform:scale(1.05);filter:saturate(.95) brightness(.92)}
.ht-standards{background:#0a2432;color:#fff;border-top:1px solid rgba(95,222,211,.13);border-bottom:1px solid rgba(95,222,211,.13)}.ht-standards-inner{width:min(1280px,calc(100% - 64px));margin:auto;padding:46px 0;display:grid;grid-template-columns:170px 1fr 280px;gap:35px;align-items:center}.ht-standards-inner>span{font-size:9px;letter-spacing:.15em;color:#57e0d4}.ht-standards-inner>div{display:flex;gap:10px;flex-wrap:wrap}.ht-standards-inner b{font-size:9px;letter-spacing:.07em;padding:8px 10px;border:1px solid rgba(255,255,255,.13);font-weight:750}.ht-standards-inner p{font-size:10px;color:#8199a5}
.ht-rfq-final{position:relative;min-height:680px;display:flex;align-items:center;color:#fff;overflow:hidden;isolation:isolate}.ht-rfq-bg,.ht-rfq-overlay{position:absolute;inset:0}.ht-rfq-bg{z-index:-3}.ht-rfq-bg img{width:100%;height:100%;object-fit:cover;filter:grayscale(.1) saturate(.7) brightness(.55);animation:htHeroZoom 16s var(--ht-ease) both}.ht-rfq-overlay{z-index:-2;background:linear-gradient(90deg,rgba(5,19,29,.98) 0%,rgba(5,19,29,.9) 45%,rgba(5,19,29,.25) 100%),radial-gradient(circle at 70% 40%,rgba(40,223,208,.15),transparent 28%)}.ht-rfq-inner{width:min(1280px,calc(100% - 64px));margin:auto;padding:100px 0}.ht-rfq-final h2{font-size:clamp(3.7rem,6.8vw,7.6rem);line-height:.86;letter-spacing:-.06em;margin:24px 0;max-width:1000px}.ht-rfq-final p{color:#a4b7bf;max-width:700px;font-size:1rem}.ht-footer{margin-top:0!important;background:#04111a!important}.ht-wa{width:54px;height:54px!important;padding:0!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:linear-gradient(135deg,#13b9ad,#42dfd1)!important;color:#05212a!important;box-shadow:0 15px 50px rgba(16,196,181,.25)!important}.ht-wa span{font-size:10px;font-weight:900;letter-spacing:.05em}

/* High-tech treatment for all category/detail pages */
body:not(.home-ht) .detail-hero,body:not(.home-ht) .catalog-hero{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(135deg,#06141f,#0b2b3a)!important}.detail-hero:before,.catalog-hero:before{content:"";position:absolute;inset:0;z-index:-1;background-image:linear-gradient(rgba(72,221,208,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(72,221,208,.055) 1px,transparent 1px);background-size:66px 66px;animation:htGrid 18s linear infinite}.detail-hero:after,.catalog-hero:after{content:"";position:absolute;width:440px;height:440px;border:1px solid rgba(62,226,212,.12);border-radius:50%;right:-100px;top:-90px;z-index:-1;box-shadow:0 0 120px rgba(32,210,195,.07);animation:htSpin 26s linear infinite}.detail-hero .copy{position:relative}.detail-hero .copy:before{content:"ENGINEERED SUPPLY";display:block;font-size:9px;letter-spacing:.18em;color:#58e2d6;margin-bottom:18px}.detail-hero img{filter:saturate(.72) contrast(1.05) brightness(.72);transition:transform 1.1s var(--ht-ease)}.detail-hero:hover img{transform:scale(1.025)}.detail-wrap .spec,.spec-grid .spec{border-radius:2px!important;box-shadow:none!important;border-color:#d2ddde!important;transition:transform .4s var(--ht-ease),border-color .4s,box-shadow .4s}.detail-wrap .spec:hover,.spec-grid .spec:hover{transform:translateY(-6px);border-color:#83cec8!important;box-shadow:0 20px 55px rgba(8,35,47,.08)!important}.gallery-grid img{border-radius:2px!important;transition:transform .65s var(--ht-ease),filter .4s;filter:saturate(.82)}.gallery-grid img:hover{transform:translateY(-5px) scale(1.015);filter:saturate(1)}.quick-grid a{border-radius:2px!important;position:relative;overflow:hidden;transition:color .35s,transform .35s}.quick-grid a:before{content:"";position:absolute;inset:0;background:#0eaaa1;transform:translateY(103%);transition:transform .4s var(--ht-ease);z-index:-1}.quick-grid a:hover{color:#fff;transform:translateY(-3px)}.quick-grid a:hover:before{transform:none}.service-nav a{border-radius:2px!important;transition:all .35s}.service-nav a:hover{box-shadow:0 0 28px rgba(31,219,202,.17)}

@keyframes htRise{from{opacity:0;transform:translateY(32px)}to{opacity:1;transform:none}}
@keyframes htHeroZoom{from{transform:scale(1.08)}to{transform:scale(1.02)}}
@keyframes htGrid{to{background-position:76px 76px}}
@keyframes htSpin{to{transform:rotate(360deg)}}
@keyframes htPulse{0%,100%{opacity:.4;transform:scale(.8)}50%{opacity:1;transform:scale(1.15)}}
@keyframes htScan{0%,100%{left:-1px}50%{left:calc(100% - 76px)}}
@keyframes htLine{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}
@keyframes htTicker{to{transform:translateX(-25%)}}

@supports(animation-timeline:view()){
.ht-service-card,.ht-system-map a,.ht-evidence-card,.ht-data-grid{animation:htView linear both;animation-timeline:view();animation-range:entry 0% cover 26%}
@keyframes htView{from{opacity:.25;transform:translateY(34px)}to{opacity:1;transform:none}}
}

@media(max-width:1100px){.ht-hero-inner{grid-template-columns:1fr;align-content:center}.ht-command-card{display:none}.ht-hero-media{left:35%}.ht-service-grid{grid-template-columns:repeat(2,1fr)}.ht-service-card.featured{grid-column:span 1}.ht-dark-inner{grid-template-columns:1fr;gap:55px}.ht-split-showcase{grid-template-columns:1fr}.ht-showcase-image{min-height:560px}.ht-standards-inner{grid-template-columns:1fr}.ht-evidence-grid{grid-template-columns:1fr 1fr;grid-template-rows:360px 300px}.ht-evidence-card.tall{grid-row:auto}.ht-evidence-card.wide{grid-column:span 1}}
@media(max-width:760px){.ht-header{height:70px!important}.ht-header .nav-links{background:rgba(5,19,29,.98)!important;border-color:rgba(90,224,213,.15)!important}.ht-header .nav-links>a{color:#fff!important}.ht-hero{min-height:790px}.ht-hero-inner{width:calc(100% - 34px);min-height:790px;padding:80px 0}.ht-hero-media{left:0;opacity:.42}.ht-hero-shade{background:linear-gradient(180deg,rgba(6,19,30,.8),#06131e 78%)}.ht-hero h1{font-size:clamp(3.55rem,17vw,5.1rem);line-height:.86;margin-top:24px}.ht-hero-copy>p{font-size:.98rem}.ht-proof{grid-template-columns:1fr 1fr;gap:14px}.ht-scrollcue,.ht-orbit{display:none}.ht-services,.ht-dark-inner,.ht-evidence,.ht-rfq-inner,.ht-standards-inner{width:calc(100% - 32px)}.ht-section{padding:82px 0}.ht-section-head{grid-template-columns:1fr;gap:24px;margin-bottom:34px}.ht-section-head h2{font-size:clamp(2.8rem,13vw,4.5rem)}.ht-service-grid{grid-template-columns:1fr}.ht-service-card{min-height:390px}.ht-dark-section{padding:85px 0}.ht-system-copy h2{font-size:clamp(3rem,14vw,4.8rem)}.ht-system-map a{grid-template-columns:1fr 35px;gap:8px;padding:19px 0;min-height:auto}.ht-system-map a b{grid-column:1}.ht-system-map a span{grid-column:1}.ht-system-map a i{grid-column:2;grid-row:1/3}.ht-showcase-image{min-height:390px}.ht-showcase-copy{padding:72px 22px}.ht-showcase-copy h2{font-size:clamp(3rem,13vw,4.6rem)}.ht-data-grid{grid-template-columns:1fr}.ht-evidence{padding:82px 0}.ht-evidence-grid{grid-template-columns:1fr;grid-template-rows:none}.ht-evidence-card,.ht-evidence-card.tall,.ht-evidence-card.wide{min-height:300px;grid-column:auto;grid-row:auto}.ht-rfq-final{min-height:680px}.ht-rfq-final h2{font-size:clamp(3.3rem,15vw,5.2rem)}.ht-rfq-overlay{background:linear-gradient(180deg,rgba(5,19,29,.78),rgba(5,19,29,.98) 78%)}.ht-standards-inner{padding:34px 0}.ht-actions{gap:8px}.ht-btn{width:100%}.ht-ticker-track{animation-duration:16s}}
@media(prefers-reduced-motion:reduce){.ht-gridlines,.ht-orbit,.ht-ticker-track,.live-dot:before,.ht-command-card:before,.ht-scrollcue span:after,.ht-hero-media img,.ht-rfq-bg img{animation:none!important}.ht-service-card,.ht-system-map a,.ht-evidence-card{animation:none!important}}



/* 2026-08-29 mobile header hotfix */
.ht-header{height:78px!important;background:rgba(5,19,29,.96)!important;border-bottom:1px solid rgba(89,224,213,.13)!important;backdrop-filter:blur(18px)}
.ht-header .nav-shell{width:min(1280px,calc(100% - 48px));height:100%;min-height:0;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:26px;position:relative}
.ht-header .brand{display:flex!important;align-items:flex-end!important;gap:7px!important;line-height:1!important;white-space:nowrap}
.ht-header .brand span{font-size:31px;font-weight:760;letter-spacing:-.055em;line-height:.9}
.ht-header .brand small{font-size:7px!important;letter-spacing:.28em!important;margin:0 0 2px 0!important;line-height:1!important}
.ht-header .nav-toggle{position:absolute!important;opacity:0!important;pointer-events:none!important;width:1px!important;height:1px!important;margin:0!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important}
.ht-header .nav-burger{display:none;width:46px;height:46px;flex:0 0 46px;align-items:center;justify-content:center;flex-direction:column;gap:5px;border:1px solid rgba(111,232,221,.2);background:rgba(255,255,255,.035);cursor:pointer}
.ht-header .nav-burger span{display:block;width:20px;height:2px;background:#fff;transition:transform .3s ease,opacity .3s ease}
.ht-header .nav-links{display:flex;align-items:center;gap:26px;margin-left:auto}
.ht-header .nav-links>a{font-size:11px;font-weight:760;letter-spacing:.02em}
.skip-link{position:fixed!important;left:14px!important;top:-90px!important;z-index:10000!important;background:#fff!important;color:#071d2a!important;padding:11px 15px!important;border-radius:8px!important;box-shadow:0 10px 30px rgba(0,0,0,.18)!important;transition:top .2s ease!important}
.skip-link:focus{top:14px!important}

@media(max-width:760px){
  .ht-header{height:68px!important}
  .ht-header .nav-shell{width:calc(100% - 28px);height:68px}
  .ht-header .brand{gap:6px!important;max-width:calc(100% - 60px)}
  .ht-header .brand span{font-size:27px}
  .ht-header .brand small{font-size:6px!important;letter-spacing:.24em!important}
  .ht-header .nav-burger{display:flex}
  .ht-header .nav-links{position:absolute!important;top:67px!important;left:-14px!important;right:-14px!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;margin:0!important;padding:8px 14px 18px!important;background:rgba(4,17,27,.985)!important;border-top:1px solid rgba(88,226,214,.12)!important;border-bottom:1px solid rgba(88,226,214,.16)!important;box-shadow:0 24px 50px rgba(0,0,0,.28)!important;transform:translateY(-12px)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .25s ease,transform .25s ease,visibility .25s!important}
  .ht-header .nav-links>a{display:flex!important;align-items:center!important;min-height:48px!important;padding:0 4px!important;border-bottom:1px solid rgba(255,255,255,.07)!important;font-size:12px!important;color:#fff!important}
  .ht-header .nav-links .nav-cta{margin-top:10px!important;justify-content:center!important;border-bottom:0!important;min-height:48px!important}
  .ht-header .nav-toggle:checked ~ .nav-links{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important}
  .ht-header .nav-toggle:checked + .nav-burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .ht-header .nav-toggle:checked + .nav-burger span:nth-child(2){opacity:0}
  .ht-header .nav-toggle:checked + .nav-burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .ht-hero{min-height:760px!important}
  .ht-hero-inner{min-height:760px!important;padding:92px 0 54px!important}
  .ht-hero h1{font-size:clamp(3.15rem,15.5vw,4.65rem)!important;line-height:.88!important;margin-top:20px!important}
  .ht-hero-copy>p{font-size:.96rem!important;line-height:1.7!important;margin-top:28px!important}
  .ht-actions{margin-top:30px!important}
  .ht-proof{margin-top:34px!important}
}
@media(max-width:390px){
  .ht-header .brand span{font-size:25px}
  .ht-header .brand small{font-size:5.5px!important;letter-spacing:.2em!important}
  .ht-hero h1{font-size:3.25rem!important}
}

/* === GLOBAL FOOTER + FLOATING WHATSAPP FIX === */
.site-footer.ht-footer{
  position:relative;
  margin-top:0;
  background:
    radial-gradient(circle at 12% 0%,rgba(35,221,206,.08),transparent 26%),
    #04111a;
  color:#9fb3be;
  border-top:1px solid rgba(103,231,219,.13);
  overflow:hidden;
}
.site-footer.ht-footer:before{
  content:"";
  position:absolute;inset:0;
  pointer-events:none;
  opacity:.22;
  background-image:linear-gradient(rgba(76,225,211,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(76,225,211,.07) 1px,transparent 1px);
  background-size:64px 64px;
  mask-image:linear-gradient(to bottom,black,transparent 75%);
}
.site-footer .footer-grid,
.site-footer .footer-bottom{
  position:relative;z-index:1;
  width:min(1240px,calc(100% - 64px));
  margin-inline:auto;
}
.site-footer .footer-grid{
  display:grid;
  grid-template-columns:minmax(260px,1.45fr) minmax(150px,.7fr) minmax(230px,1fr) minmax(240px,1fr);
  gap:clamp(34px,5vw,78px);
  padding:72px 0 54px;
}
.site-footer .footer-brand{
  color:#fff;
  font-size:clamp(2rem,3vw,3.4rem);
  font-weight:800;
  letter-spacing:-.06em;
  line-height:.95;
}
.site-footer .footer-brand:after{
  content:"ENGINEERING";
  display:block;
  margin-top:9px;
  color:#50e2d4;
  font-size:.58rem;
  font-weight:900;
  letter-spacing:.36em;
}
.site-footer .footer-grid p{
  margin-top:22px;
  max-width:320px;
  color:#829ba7;
  font-size:.9rem;
  line-height:1.8;
}
.site-footer .footer-grid h4{
  margin:6px 0 19px;
  color:#62e4d7;
  font-size:.68rem;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.site-footer .footer-grid a,
.site-footer .footer-grid span{
  display:block;
  width:fit-content;
  margin:0 0 11px;
  color:#b8c8cf;
  font-size:.88rem;
  line-height:1.45;
  text-decoration:none;
  overflow-wrap:anywhere;
  transition:color .2s ease,transform .2s ease;
}
.site-footer .footer-grid a:hover{
  color:#fff;
  transform:translateX(4px);
}
.site-footer .footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:22px 0 27px;
  border-top:1px solid rgba(255,255,255,.09);
  color:#718994;
  font-size:.76rem;
}
.site-footer .footer-bottom a{
  color:#9fb3be;
  text-decoration:none;
  font-weight:700;
}
.site-footer .footer-bottom a:hover{color:#fff}

.whatsapp.ht-wa{
  position:fixed!important;
  right:max(18px,env(safe-area-inset-right))!important;
  bottom:max(18px,env(safe-area-inset-bottom))!important;
  z-index:1500!important;
  width:58px!important;
  height:58px!important;
  margin:0!important;
  padding:0!important;
  border:1px solid rgba(255,255,255,.35)!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  background:linear-gradient(135deg,#14b9ad,#49e7d7)!important;
  color:#05222a!important;
  box-shadow:0 18px 45px rgba(5,36,43,.26),0 0 0 7px rgba(34,218,202,.08)!important;
  text-decoration:none!important;
  transition:transform .25s ease,box-shadow .25s ease!important;
}
.whatsapp.ht-wa:before{
  content:"↗";
  font-size:1.35rem;
  font-weight:900;
  line-height:1;
}
.whatsapp.ht-wa span{display:none!important}
.whatsapp.ht-wa:hover{transform:translateY(-4px) scale(1.03)!important;box-shadow:0 22px 55px rgba(5,36,43,.34),0 0 0 9px rgba(34,218,202,.1)!important}

@media(max-width:980px){
  .site-footer .footer-grid{grid-template-columns:1.2fr 1fr;gap:42px 58px}
}
@media(max-width:620px){
  .site-footer .footer-grid,.site-footer .footer-bottom{width:min(100% - 34px,1240px)}
  .site-footer .footer-grid{grid-template-columns:1fr;gap:30px;padding:54px 0 38px}
  .site-footer .footer-grid>div{padding-bottom:25px;border-bottom:1px solid rgba(255,255,255,.08)}
  .site-footer .footer-grid>div:last-child{border-bottom:0;padding-bottom:0}
  .site-footer .footer-grid h4{margin-bottom:14px}
  .site-footer .footer-grid a,.site-footer .footer-grid span{margin-bottom:9px;font-size:.92rem}
  .site-footer .footer-bottom{display:flex;flex-direction:column;align-items:flex-start;padding:20px 0 28px}
  .whatsapp.ht-wa{right:max(14px,env(safe-area-inset-right))!important;bottom:max(14px,env(safe-area-inset-bottom))!important;width:54px!important;height:54px!important}
}

/* === UNIVERSAL HEADER / FOOTER NORMALIZATION FOR ALL PAGES === */
.nav-toggle{position:absolute!important;opacity:0!important;pointer-events:none!important;width:1px!important;height:1px!important;margin:0!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important}
.nav-burger{display:none;cursor:pointer}
.site-footer{
  position:relative;
  margin-top:0;
  background:radial-gradient(circle at 12% 0%,rgba(35,221,206,.08),transparent 26%),#04111a;
  color:#9fb3be;
  border-top:1px solid rgba(103,231,219,.13);
  overflow:hidden;
}
.site-footer:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.22;background-image:linear-gradient(rgba(76,225,211,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(76,225,211,.07) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(to bottom,black,transparent 75%)}
.site-footer .footer-grid,.site-footer .footer-bottom{position:relative;z-index:1;width:min(1240px,calc(100% - 64px));margin-inline:auto}
.site-footer .footer-grid{display:grid;grid-template-columns:minmax(260px,1.45fr) minmax(150px,.7fr) minmax(230px,1fr) minmax(240px,1fr);gap:clamp(34px,5vw,78px);padding:72px 0 54px}
.site-footer .footer-brand{color:#fff;font-size:clamp(2rem,3vw,3.4rem);font-weight:800;letter-spacing:-.06em;line-height:.95}
.site-footer .footer-brand:after{content:"ENGINEERING";display:block;margin-top:9px;color:#50e2d4;font-size:.58rem;font-weight:900;letter-spacing:.36em}
.site-footer .footer-grid p{margin-top:22px;max-width:320px;color:#829ba7;font-size:.9rem;line-height:1.8}
.site-footer .footer-grid h4{margin:6px 0 19px;color:#62e4d7;font-size:.68rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.site-footer .footer-grid a,.site-footer .footer-grid span{display:block;width:fit-content;margin:0 0 11px;color:#b8c8cf;font-size:.88rem;line-height:1.45;text-decoration:none;overflow-wrap:anywhere;transition:color .2s ease,transform .2s ease}
.site-footer .footer-grid a:hover{color:#fff;transform:translateX(4px)}
.site-footer .footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 0 27px;border-top:1px solid rgba(255,255,255,.09);color:#718994;font-size:.76rem}
.site-footer .footer-bottom a{color:#9fb3be;text-decoration:none;font-weight:700}
.site-footer .footer-bottom a:hover{color:#fff}

.whatsapp{position:fixed!important;right:max(18px,env(safe-area-inset-right))!important;bottom:max(18px,env(safe-area-inset-bottom))!important;z-index:1500!important;width:58px!important;height:58px!important;margin:0!important;padding:0!important;border:1px solid rgba(255,255,255,.35)!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:linear-gradient(135deg,#14b9ad,#49e7d7)!important;color:#05222a!important;box-shadow:0 18px 45px rgba(5,36,43,.26),0 0 0 7px rgba(34,218,202,.08)!important;text-decoration:none!important;font-size:0!important;transition:transform .25s ease,box-shadow .25s ease!important}
.whatsapp:before{content:"↗";font-size:1.35rem;font-weight:900;line-height:1}
.whatsapp:hover{transform:translateY(-4px) scale(1.03)!important;box-shadow:0 22px 55px rgba(5,36,43,.34),0 0 0 9px rgba(34,218,202,.1)!important}

@media(max-width:1020px){
  .site-footer .footer-grid{grid-template-columns:1.2fr 1fr;gap:42px 58px}
  .nav-burger{display:flex!important;flex-direction:column;gap:5px;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--line);border-radius:12px;background:#fff}
  .nav-burger span{display:block;width:20px;height:2px;background:#0b2433;transition:.2s}
  .nav-toggle:checked ~ .nav-links{display:flex!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important}
  .nav-toggle:checked + .nav-burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .nav-toggle:checked + .nav-burger span:nth-child(2){opacity:0}
  .nav-toggle:checked + .nav-burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
}
@media(max-width:620px){
  .site-footer .footer-grid,.site-footer .footer-bottom{width:min(100% - 34px,1240px)}
  .site-footer .footer-grid{grid-template-columns:1fr;gap:30px;padding:54px 0 38px}
  .site-footer .footer-grid>div{padding-bottom:25px;border-bottom:1px solid rgba(255,255,255,.08)}
  .site-footer .footer-grid>div:last-child{border-bottom:0;padding-bottom:0}
  .site-footer .footer-grid h4{margin-bottom:14px}
  .site-footer .footer-grid a,.site-footer .footer-grid span{margin-bottom:9px;font-size:.92rem}
  .site-footer .footer-bottom{display:flex;flex-direction:column;align-items:flex-start;padding:20px 0 28px}
  .whatsapp{right:max(14px,env(safe-area-inset-right))!important;bottom:max(14px,env(safe-area-inset-bottom))!important;width:54px!important;height:54px!important}
}

/* Official Industrixa logo from company profile */
.brand.brand-logo{display:flex;align-items:center;line-height:0;text-decoration:none;min-width:0}
.brand.brand-logo img{display:block;width:auto;height:52px;max-width:245px;object-fit:contain}
.footer-logo{display:block;width:auto;height:56px;max-width:250px;object-fit:contain;margin-bottom:18px}
@media (max-width:760px){.brand.brand-logo img{height:38px;max-width:180px}.footer-logo{height:46px;max-width:210px}}


/* === USER-SUPPLIED EQUIPMENT PHOTOGRAPHY === */
.equipment-evidence{padding:72px 0 84px}
.equipment-evidence>h2{max-width:850px;font-size:clamp(2rem,3.8vw,4rem);line-height:1.02;margin:.3em 0 .35em;color:#102a43}
.equipment-photo-grid{width:min(1180px,calc(100% - 40px));margin:34px auto 12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.equipment-photo-card{position:relative;margin:0;background:#061b2a;border:1px solid rgba(20,184,170,.18);overflow:hidden;min-height:430px;isolation:isolate}
.equipment-photo-card.wide{grid-column:span 2;min-height:520px}
.equipment-photo-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.92) contrast(1.03);transition:transform .75s cubic-bezier(.2,.8,.2,1),filter .4s}
.equipment-photo-card:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(180deg,transparent,rgba(3,17,26,.92));z-index:1;pointer-events:none}
.equipment-photo-card figcaption{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:28px 30px;color:#d7e6eb;display:grid;gap:8px}
.equipment-photo-card figcaption strong{color:#fff;font-size:1.3rem;letter-spacing:-.02em}
.equipment-photo-card figcaption span{max-width:720px;font-size:.92rem;line-height:1.65;color:#b8cbd2}
.equipment-photo-card:hover img{transform:scale(1.035);filter:saturate(1.05) contrast(1.05)}
.legacy-gallery{margin-top:18px}
.detail-hero>img{object-position:center}
@media(max-width:760px){
 .equipment-evidence{padding:54px 0 64px}
 .equipment-photo-grid{grid-template-columns:1fr;width:min(100% - 28px,1180px);gap:14px}
 .equipment-photo-card,.equipment-photo-card.wide{grid-column:auto;min-height:360px}
 .equipment-photo-card figcaption{padding:22px}
 .equipment-photo-card figcaption strong{font-size:1.12rem}
 .detail-hero>img{min-height:360px!important;max-height:460px!important}
}


/* === GLOBAL REACH / LOCATIONS / PARTNER NETWORK === */
.source-note{margin:24px 0 0;padding:16px 18px;border-left:3px solid #22cdbf;background:rgba(20,184,170,.07);color:#526c79;font-size:.88rem;line-height:1.65}
.reach-hero{background:radial-gradient(circle at 72% 20%,rgba(35,221,206,.11),transparent 30%),linear-gradient(rgba(3,21,32,.82),rgba(3,21,32,.94)),url('../img/catalog/global-reach-page18.jpg') center/cover;color:#fff}
.reach-hero h1,.reach-hero p{color:#fff}.reach-hero p{color:#c0d3db}
.reach-map-section{padding:80px 0;background:#fff}.reach-map-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:54px;align-items:center}.reach-map-copy h2{font-size:clamp(2.2rem,4.4vw,4.5rem);line-height:.98;margin:.25em 0}.reach-status{display:grid;gap:10px;margin-top:30px}.reach-status span{display:block;padding:14px 0;border-bottom:1px solid #d9e4e8;color:#4f6772}.reach-status b{color:#0c827a;font-size:.69rem;letter-spacing:.12em;margin-right:12px}.reach-map-card{margin:0;border:1px solid #d8e4e8;background:#f7fafb;padding:14px}.reach-map-card img{width:100%;display:block}.reach-map-card figcaption{padding:14px 4px 2px;color:#69808a;font-size:.78rem;line-height:1.55}
.location-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px}.location-card{position:relative;padding:30px;border:1px solid #d9e5e8;background:#fff;min-height:290px;overflow:hidden}.location-card.primary{background:#062538;color:#fff;border-color:#0d4b5e}.location-card>span{display:inline-grid;place-items:center;width:38px;height:38px;border:1px solid rgba(16,167,156,.38);border-radius:50%;color:#0b968c;font-size:.74rem;font-weight:800}.location-card.primary>span{color:#62e8dc;border-color:rgba(98,232,220,.45)}.location-card h3{font-size:1.55rem;margin:30px 0 8px}.location-card strong{display:block;color:#0d8f86;margin-bottom:14px;font-size:.84rem}.location-card.primary strong{color:#63e3d7}.location-card p{color:#617780;line-height:1.7}.location-card.primary p{color:#b8ccd3}
.network-regions{padding:80px 0;background:#051925;color:#fff}.network-regions h2{color:#fff;font-size:clamp(2.2rem,4vw,4.2rem);line-height:1}.region-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,.09);margin-top:36px}.region-grid article{padding:30px;background:#071f2e;min-height:250px}.region-grid b{color:#5fe5d9;font-size:.72rem;letter-spacing:.18em}.region-grid h3{font-size:1.35rem;margin:22px 0 10px;color:#fff}.region-grid p{color:#9db6c0;line-height:1.7;font-size:.9rem}
.partner-ecosystem,.reference-exposure{padding:80px 0;background:#fff}.partner-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:34px}.partner-grid article{padding:26px;border:1px solid #d8e4e8;background:linear-gradient(180deg,#fff,#f7fafb)}.partner-grid span{color:#0d968c;font-size:.64rem;font-weight:900;letter-spacing:.14em}.partner-grid h3{font-size:1.18rem;margin:20px 0 10px}.partner-grid p{color:#627984;line-height:1.65;font-size:.88rem}
.footprint-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}.footprint-grid article{padding:28px;background:#fff;border:1px solid #d8e4e8}.footprint-grid h3{font-size:1.35rem;margin:0 0 10px}.footprint-grid p{color:#627984;line-height:1.65}.footprint-grid small{display:block;margin-top:18px;color:#0a8c84;font-weight:700;line-height:1.5}
.reference-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}.reference-columns>div{padding:26px 0;border-top:2px solid #16b6aa}.reference-columns h3{font-size:1.15rem}.reference-columns p{color:#5e7680;line-height:1.9}
.home-network{padding:88px 0;background:#f5f9fa}.home-network-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:24px;margin-top:36px}.home-network-map{position:relative;display:block;min-height:520px;overflow:hidden;background:#061b2a}.home-network-map img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.home-network-map:after{content:"";position:absolute;inset:55% 0 0;background:linear-gradient(transparent,rgba(3,19,28,.92))}.home-network-map span{position:absolute;left:28px;bottom:25px;z-index:2;color:#fff;font-weight:800}.home-network-cards{display:grid;gap:14px}.home-network-cards article{padding:28px;background:#062538;color:#fff}.home-network-cards b{color:#5fe5d9;font-size:.65rem;letter-spacing:.14em}.home-network-cards h3{font-size:1.45rem;margin:14px 0 8px}.home-network-cards p{color:#abc2ca;line-height:1.65;font-size:.9rem}
.contact-network-mini{display:grid;gap:10px;margin:24px 0}.contact-network-mini>div{padding:15px 0;border-bottom:1px solid #d8e3e7}.contact-network-mini b{display:block;color:#0b827b;margin-bottom:4px}.contact-network-mini span{color:#607781;line-height:1.55;font-size:.9rem}
.site-footer .footer-grid{grid-template-columns:minmax(250px,1.35fr) minmax(145px,.7fr) minmax(240px,1fr) minmax(240px,1fr)}
@media(max-width:980px){.reach-map-grid,.home-network-grid{grid-template-columns:1fr}.location-grid,.region-grid,.partner-grid,.footprint-grid,.reference-columns{grid-template-columns:repeat(2,1fr)}.home-network-map{min-height:430px}}
@media(max-width:640px){.reach-map-section,.network-regions,.partner-ecosystem,.reference-exposure,.home-network{padding:58px 0}.location-grid,.region-grid,.partner-grid,.footprint-grid,.reference-columns{grid-template-columns:1fr}.location-card{min-height:auto}.reach-map-grid{gap:28px}.home-network-map{min-height:360px}}


/* =========================================================
   2026-08-29 AUDITED HIGH-TECH DESIGN SYSTEM
   Shared visual system for every public page
   ========================================================= */
:root{--tech:#57e5da;--tech2:#19bdb1;--deep:#04131e;--deep2:#071d2b;--steel:#8fa6b1;--panel:#0a2231;--paper2:#f4f8f8;--line2:rgba(13,50,66,.13)}
html{background:#fff}body{overflow-x:hidden;background:#fff}.skip-link{position:fixed!important;left:14px!important;top:-100px!important;z-index:9999!important;background:#fff!important;color:#071d2b!important;padding:12px 16px!important;border-radius:10px!important;box-shadow:0 12px 30px rgba(0,0,0,.15)!important}.skip-link:focus{top:14px!important}

/* Premium navigation */
.site-header.premium-header{position:sticky!important;top:0!important;z-index:1800!important;height:82px!important;background:rgba(248,251,251,.88)!important;border-bottom:1px solid rgba(7,29,43,.08)!important;backdrop-filter:blur(18px) saturate(140%)!important;-webkit-backdrop-filter:blur(18px) saturate(140%)!important;box-shadow:0 1px 0 rgba(255,255,255,.65) inset!important}
.premium-header .nav-shell{width:min(1280px,calc(100% - 56px))!important;height:82px!important;margin:auto!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:34px!important;position:relative!important}
.premium-header .brand-logo{flex:0 0 auto!important;width:222px!important;max-width:28vw!important;display:flex!important;align-items:center!important}
.premium-header .brand-logo img{display:block!important;width:100%!important;height:auto!important;max-height:58px!important;object-fit:contain!important;object-position:left center!important}
.premium-header .nav-links{display:flex!important;align-items:center!important;gap:clamp(17px,2vw,28px)!important;margin-left:auto!important}
.premium-header .nav-links>a{position:relative!important;color:#314651!important;font-size:12px!important;font-weight:760!important;letter-spacing:.01em!important;white-space:nowrap!important;transition:color .22s ease!important}
.premium-header .nav-links>a:not(.nav-cta):after{content:""!important;position:absolute!important;left:0!important;right:100%!important;bottom:-12px!important;height:2px!important;background:linear-gradient(90deg,var(--tech2),var(--tech))!important;transition:right .28s cubic-bezier(.2,.8,.2,1)!important}
.premium-header .nav-links>a:hover,.premium-header .nav-links>a.active{color:#071d2b!important}.premium-header .nav-links>a:hover:after,.premium-header .nav-links>a.active:after{right:0!important}
.premium-header .nav-cta{display:inline-flex!important;align-items:center!important;gap:9px!important;min-height:42px!important;padding:0 17px!important;border-radius:999px!important;color:#fff!important;background:linear-gradient(135deg,#0b8f8a,#1dcbbd)!important;box-shadow:0 10px 25px rgba(15,160,151,.18)!important}.premium-header .nav-cta:hover{transform:translateY(-2px)!important;box-shadow:0 15px 32px rgba(15,160,151,.25)!important}
.nav-toggle{position:absolute!important;opacity:0!important;width:1px!important;height:1px!important;pointer-events:none!important;clip-path:inset(50%)!important}.nav-burger{display:none!important}

/* Page motion */
main{isolation:isolate}.catalog-hero,.detail-hero,.ht-hero{animation:pageIn .65s cubic-bezier(.2,.8,.2,1) both}@keyframes pageIn{from{opacity:.01;transform:translateY(12px)}to{opacity:1;transform:none}}
.catalog-hero:after,.detail-hero .copy:after{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(80,224,214,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(80,224,214,.055) 1px,transparent 1px);background-size:56px 56px;animation:gridDrift 18s linear infinite;mask-image:linear-gradient(to bottom,#000,transparent 90%)}@keyframes gridDrift{to{background-position:56px 56px}}

/* Unified inner heroes */
.catalog-hero{position:relative!important;overflow:hidden!important;background:radial-gradient(circle at 82% 20%,rgba(53,222,209,.11),transparent 29%),linear-gradient(135deg,#061823 0%,#0b2b3b 100%)!important;color:#fff!important;padding:clamp(88px,10vw,138px) 0!important;min-height:470px!important;display:grid!important;align-items:center!important}
.catalog-hero .catalog-wrap{position:relative!important;z-index:2!important;width:min(1180px,calc(100% - 64px))!important}.catalog-hero h1{max-width:900px!important;font-size:clamp(48px,6vw,82px)!important;line-height:.96!important;letter-spacing:-.055em!important;color:#fff!important;margin:15px 0 25px!important}.catalog-hero p{max-width:720px!important;color:#b8cad2!important;font-size:17px!important;line-height:1.75!important}.catalog-hero .eyebrow{color:var(--tech)!important}
.detail-hero{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr)!important;min-height:650px!important;background:#061824!important;color:#fff!important;overflow:hidden!important}.detail-hero .copy{position:relative!important;padding:clamp(78px,8vw,120px) clamp(50px,7vw,110px)!important;display:flex!important;flex-direction:column!important;justify-content:center!important;background:radial-gradient(circle at 12% 18%,rgba(75,226,215,.08),transparent 28%)!important;overflow:hidden!important}.detail-hero .copy>*{position:relative!important;z-index:2!important}.detail-hero>img{width:100%!important;height:100%!important;min-height:650px!important;object-fit:cover!important;object-position:center!important;animation:heroBreath 14s ease-in-out infinite alternate!important}@keyframes heroBreath{to{transform:scale(1.035)}}.detail-hero:after{content:""!important;position:absolute!important;right:0!important;top:0!important;bottom:0!important;width:50%!important;pointer-events:none!important;background:linear-gradient(90deg,#061824 0%,transparent 16%)!important}.detail-hero h1{font-size:clamp(48px,5.7vw,78px)!important;line-height:.96!important;color:#fff!important;margin:18px 0 22px!important;max-width:760px!important}.detail-hero p{max-width:690px!important;color:#c5d4da!important;font-size:16px!important;line-height:1.75!important}.detail-hero .eyebrow{color:var(--tech)!important}.breadcrumb{font-size:12px!important;color:#7796a4!important;margin-bottom:22px!important}.breadcrumb a{color:#8ce9e1!important}.service-nav{display:flex!important;gap:12px!important;flex-wrap:wrap!important;margin-top:28px!important}.service-nav a{display:inline-flex!important;align-items:center!important;min-height:44px!important;padding:0 17px!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:999px!important;color:#fff!important;font-size:12px!important;font-weight:780!important;background:rgba(255,255,255,.045)!important;transition:.25s!important}.service-nav a:first-child{border-color:transparent!important;background:linear-gradient(135deg,#0d9992,#20cbbb)!important}.service-nav a:hover{transform:translateY(-2px)!important;background-color:rgba(255,255,255,.09)!important}

/* Content rhythm */
.catalog-wrap,.detail-wrap{width:min(1180px,calc(100% - 64px))!important;margin-inline:auto!important}.detail-wrap{padding:100px 0!important}.detail-wrap>h2,.catalog-wrap>h2{font-size:clamp(38px,4.6vw,58px)!important;line-height:1.02!important;letter-spacing:-.045em!important;max-width:900px!important;margin:14px 0 36px!important}.lead{font-size:16px!important;line-height:1.8!important}.section-soft{background:linear-gradient(180deg,#f6f9f9,#eef5f4)!important;padding:92px 0!important}.section-soft .catalog-wrap{padding:0!important}

/* Specification cards */
.spec-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important;margin-top:38px!important}.spec{position:relative!important;min-height:205px!important;padding:30px 28px 28px!important;border:1px solid rgba(8,45,62,.10)!important;border-radius:22px!important;background:rgba(255,255,255,.85)!important;box-shadow:0 14px 40px rgba(6,31,44,.05)!important;overflow:hidden!important;transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s,border-color .3s!important}.spec:before{content:""!important;position:absolute!important;inset:auto -30% -65% 35%!important;height:180px!important;background:radial-gradient(circle,rgba(50,213,201,.14),transparent 70%)!important;transition:.35s!important}.spec:hover{transform:translateY(-7px)!important;box-shadow:0 25px 60px rgba(6,31,44,.11)!important;border-color:rgba(26,190,178,.28)!important}.spec:hover:before{transform:translate(-25px,-24px) scale(1.15)!important}.spec-icon{width:42px!important;height:42px!important;display:grid!important;place-items:center!important;border-radius:13px!important;background:#071f2c!important;margin-bottom:22px!important;box-shadow:0 10px 25px rgba(5,36,48,.12)!important}.spec-icon img{width:24px!important;height:24px!important}.spec h3{position:relative!important;font-size:21px!important;line-height:1.14!important;margin:0 0 11px!important;color:#0a2230!important}.spec p{position:relative!important;color:#61747e!important;font-size:13px!important;line-height:1.7!important}
.quick-grid{display:flex!important;flex-wrap:wrap!important;gap:9px!important;margin-top:46px!important;padding-top:28px!important;border-top:1px solid rgba(9,49,66,.11)!important}.quick-grid a{display:inline-flex!important;align-items:center!important;min-height:38px!important;padding:0 14px!important;border:1px solid rgba(8,46,63,.12)!important;border-radius:999px!important;background:#fff!important;color:#49606b!important;font-size:11px!important;font-weight:780!important;transition:.22s!important}.quick-grid a:hover{color:#061c28!important;border-color:#34cfc3!important;transform:translateY(-2px)!important;box-shadow:0 9px 22px rgba(8,39,51,.07)!important}

/* Equipment evidence */
.equipment-evidence{padding:105px 0!important}.equipment-evidence>h2{margin-bottom:14px!important}.equipment-photo-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;margin-top:40px!important}.equipment-photo-card{position:relative!important;margin:0!important;min-height:510px!important;border-radius:26px!important;overflow:hidden!important;background:#071b27!important;box-shadow:0 22px 60px rgba(5,28,40,.13)!important}.equipment-photo-card.wide{grid-column:auto!important}.equipment-photo-card img{width:100%!important;height:100%!important;min-height:510px!important;object-fit:cover!important;transition:transform .8s cubic-bezier(.2,.8,.2,1),filter .5s!important}.equipment-photo-card:after{content:""!important;position:absolute!important;inset:38% 0 0!important;background:linear-gradient(0deg,rgba(3,16,24,.96),rgba(3,16,24,.1))!important}.equipment-photo-card figcaption{position:absolute!important;z-index:2!important;left:28px!important;right:28px!important;bottom:27px!important;color:#fff!important}.equipment-photo-card figcaption strong{display:block!important;font-size:22px!important;margin-bottom:7px!important}.equipment-photo-card figcaption span{display:block!important;color:#bdd0d8!important;font-size:12px!important;line-height:1.65!important;max-width:530px!important}.equipment-photo-card:hover img{transform:scale(1.045)!important;filter:saturate(1.08) contrast(1.02)!important}.gallery-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:14px!important;margin:38px 0 90px!important}.gallery-grid img{width:100%!important;height:350px!important;object-fit:cover!important;border-radius:20px!important;box-shadow:0 15px 45px rgba(8,31,42,.09)!important;transition:.35s!important}.gallery-grid img:hover{transform:translateY(-5px) scale(1.01)!important;box-shadow:0 26px 60px rgba(8,31,42,.15)!important}

/* RFQ band and forms */
.rfq-band{position:relative!important;overflow:hidden!important;background:linear-gradient(120deg,#55e3d8,#1fc3b7)!important;padding:48px 0!important}.rfq-band:before{content:""!important;position:absolute!important;inset:0!important;background-image:linear-gradient(rgba(4,31,43,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(4,31,43,.07) 1px,transparent 1px)!important;background-size:42px 42px!important}.rfq-band .catalog-wrap{position:relative!important;z-index:1!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:30px!important}.rfq-band h2{margin:5px 0 0!important;font-size:clamp(30px,4vw,48px)!important;color:#052533!important}.rfq-band .on-teal{color:#073140!important}.rfq-band .btn{background:#061c29!important;color:#fff!important;border-radius:999px!important;min-height:48px!important;padding:0 21px!important;box-shadow:0 12px 28px rgba(2,27,37,.18)!important}
.rfq-form{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:17px!important;padding:28px!important;border:1px solid rgba(7,48,64,.10)!important;border-radius:26px!important;background:linear-gradient(145deg,#fff,#f7fbfa)!important;box-shadow:0 24px 70px rgba(5,31,43,.08)!important}.rfq-form label{display:flex!important;flex-direction:column!important;gap:8px!important;color:#203944!important;font-size:11px!important;font-weight:850!important;letter-spacing:.04em!important;text-transform:uppercase!important}.rfq-form label>span b{color:#0ca69d!important}.rfq-form input,.rfq-form select,.rfq-form textarea{width:100%!important;border:1px solid #d5e1df!important;border-radius:13px!important;background:#fff!important;color:#0a2532!important;outline:0!important;padding:13px 14px!important;font-size:14px!important;line-height:1.4!important;text-transform:none!important;letter-spacing:0!important;transition:border-color .2s,box-shadow .2s,background .2s!important}.rfq-form input,.rfq-form select{min-height:49px!important}.rfq-form textarea{resize:vertical!important;min-height:155px!important}.rfq-form input:focus,.rfq-form select:focus,.rfq-form textarea:focus{border-color:#24c8bd!important;box-shadow:0 0 0 4px rgba(36,200,189,.1)!important;background:#fff!important}.rfq-form input::placeholder,.rfq-form textarea::placeholder{color:#98a9b0!important}.rfq-form .full{grid-column:1/-1!important}.file-field input{padding:10px!important;background:#f1f7f6!important}.file-field small,.form-submit small{color:#82949c!important;text-transform:none!important;letter-spacing:0!important;font-weight:600!important;line-height:1.5!important}.form-submit{display:flex!important;align-items:center!important;gap:16px!important;flex-wrap:wrap!important}.form-submit .btn{min-height:49px!important;border:0!important;border-radius:999px!important;padding:0 22px!important}.contact-network-mini{display:grid!important;gap:11px!important;margin:26px 0!important}.contact-network-mini>div{padding:18px!important;border:1px solid rgba(8,50,67,.10)!important;border-radius:16px!important;background:#f7faf9!important}.contact-network-mini b{display:block!important;color:#092532!important;margin-bottom:4px!important}.contact-network-mini span{color:#71838c!important;font-size:12px!important;line-height:1.6!important}

/* Homepage service icons + card motion */
.ht-service-card{isolation:isolate!important}.ht-card-icon{position:absolute!important;z-index:4!important;top:24px!important;left:24px!important;width:46px!important;height:46px!important;border-radius:14px!important;display:grid!important;place-items:center!important;background:rgba(3,21,30,.72)!important;border:1px solid rgba(91,229,218,.24)!important;backdrop-filter:blur(10px)!important}.ht-card-icon img{width:25px!important;height:25px!important}.ht-service-card:before{content:""!important;position:absolute!important;z-index:3!important;inset:0!important;background:linear-gradient(110deg,transparent 20%,rgba(103,238,227,.13) 43%,transparent 62%)!important;transform:translateX(-130%)!important;transition:transform .75s cubic-bezier(.2,.8,.2,1)!important;pointer-events:none!important}.ht-service-card:hover:before{transform:translateX(130%)!important}

/* Global reach and missing class fixes */
.footprint{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:16px!important;margin:38px 0!important}.footprint>*{padding:26px!important;border-radius:20px!important;border:1px solid rgba(8,48,63,.1)!important;background:#fff!important;box-shadow:0 14px 40px rgba(7,33,44,.05)!important}.reach-status{display:flex!important;flex-wrap:wrap!important;gap:9px!important;margin-top:26px!important}.reach-status span{display:inline-flex!important;gap:7px!important;align-items:center!important;padding:10px 13px!important;border:1px solid rgba(60,220,208,.18)!important;border-radius:999px!important;background:rgba(255,255,255,.04)!important;color:#b8ccd4!important;font-size:11px!important}.reach-status b{color:var(--tech)!important}.reference-columns{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:16px!important}.reference-columns>div{padding:27px!important;border-radius:20px!important;background:#f5f8f8!important;border:1px solid rgba(8,48,63,.08)!important}.source-note{margin-top:24px!important;padding:16px 18px!important;border-left:3px solid var(--tech2)!important;background:#f3f8f7!important;color:#71838b!important;font-size:12px!important;line-height:1.65!important}

/* Footer refinements */
.site-footer .footer-logo{width:190px!important;max-height:64px!important;object-fit:contain!important;object-position:left center!important;filter:brightness(0) invert(1)!important}.footer-profile{display:inline-flex!important;align-items:center!important;gap:9px!important;margin-top:20px!important;padding:9px 12px!important;border:1px solid rgba(97,230,219,.15)!important;border-radius:11px!important}.footer-profile img{width:18px!important;height:18px!important}.footer-network{margin-top:20px!important;padding-top:14px!important;border-top:1px solid rgba(255,255,255,.08)!important;color:#68818d!important;font-size:10px!important;letter-spacing:.04em!important}

/* Floating contact button */
.whatsapp.ht-wa{overflow:visible!important}.whatsapp.ht-wa:after{content:"WhatsApp"!important;position:absolute!important;right:68px!important;white-space:nowrap!important;padding:8px 11px!important;border-radius:9px!important;background:#041722!important;color:#fff!important;font-size:10px!important;font-weight:800!important;letter-spacing:.04em!important;opacity:0!important;transform:translateX(6px)!important;transition:.2s!important;box-shadow:0 10px 25px rgba(0,0,0,.18)!important}.whatsapp.ht-wa:hover:after{opacity:1!important;transform:none!important}

/* Responsive audit */
@media(max-width:1100px){.premium-header .nav-shell{width:calc(100% - 36px)!important}.premium-header .brand-logo{width:190px!important}.premium-header .nav-links{gap:15px!important}.premium-header .nav-links>a{font-size:11px!important}.detail-hero{grid-template-columns:1.02fr .98fr!important}.spec-grid{grid-template-columns:repeat(2,1fr)!important}.reference-columns,.footprint{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:820px){
 .site-header.premium-header{height:70px!important;background:rgba(247,250,250,.96)!important}.premium-header .nav-shell{height:70px!important;width:calc(100% - 30px)!important}.premium-header .brand-logo{width:178px!important;max-width:calc(100% - 64px)!important}.premium-header .brand-logo img{max-height:48px!important}.nav-burger{display:flex!important;width:44px!important;height:44px!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:5px!important;border:1px solid rgba(8,46,63,.1)!important;border-radius:13px!important;background:#fff!important;box-shadow:0 8px 20px rgba(7,30,40,.06)!important}.nav-burger span{width:20px!important;height:2px!important;background:#082532!important;border-radius:2px!important;transition:.25s!important}.premium-header .nav-links{position:absolute!important;top:69px!important;left:-15px!important;right:-15px!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;padding:8px 15px 18px!important;background:rgba(4,18,28,.985)!important;border-top:1px solid rgba(85,225,215,.1)!important;box-shadow:0 25px 50px rgba(3,19,28,.22)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(-10px)!important;transition:.25s!important}.premium-header .nav-links>a{display:flex!important;align-items:center!important;min-height:47px!important;color:#dce8eb!important;border-bottom:1px solid rgba(255,255,255,.065)!important;font-size:12px!important}.premium-header .nav-links>a:after{display:none!important}.premium-header .nav-cta{margin-top:9px!important;justify-content:center!important;border-bottom:0!important}.nav-toggle:checked + .nav-burger span:nth-child(1){transform:translateY(7px) rotate(45deg)!important}.nav-toggle:checked + .nav-burger span:nth-child(2){opacity:0!important}.nav-toggle:checked + .nav-burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)!important}.nav-toggle:checked ~ .nav-links{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important}
 .detail-hero{grid-template-columns:1fr!important;min-height:auto!important}.detail-hero .copy{padding:78px 30px 62px!important;min-height:510px!important}.detail-hero>img{min-height:420px!important;height:420px!important}.detail-hero:after{display:none!important}.detail-hero h1{font-size:clamp(44px,11vw,64px)!important}.catalog-hero .catalog-wrap,.catalog-wrap,.detail-wrap{width:min(100% - 38px,1180px)!important}.catalog-hero{min-height:410px!important;padding:80px 0!important}.catalog-hero h1{font-size:clamp(43px,10vw,65px)!important}.spec-grid{grid-template-columns:1fr!important}.equipment-photo-grid{grid-template-columns:1fr!important}.equipment-photo-card,.equipment-photo-card.wide{min-height:460px!important}.equipment-photo-card img{min-height:460px!important}.gallery-grid{grid-template-columns:1fr 1fr!important}.gallery-grid img{height:300px!important}.rfq-form{grid-template-columns:1fr!important;padding:22px!important}.rfq-form .full{grid-column:auto!important}.rfq-band .catalog-wrap{align-items:flex-start!important;flex-direction:column!important}.reference-columns,.footprint{grid-template-columns:1fr!important}
}
@media(max-width:520px){.premium-header .brand-logo{width:158px!important}.detail-hero .copy{padding:65px 20px 48px!important}.detail-hero>img{height:350px!important;min-height:350px!important}.detail-hero h1{font-size:42px!important}.catalog-hero .catalog-wrap,.catalog-wrap,.detail-wrap{width:calc(100% - 30px)!important}.catalog-hero{padding:68px 0!important}.catalog-hero h1{font-size:43px!important}.detail-wrap{padding:72px 0!important}.spec{min-height:auto!important;padding:25px 22px!important}.equipment-evidence{padding:76px 0!important}.equipment-photo-card,.equipment-photo-card.wide{min-height:390px!important;border-radius:20px!important}.equipment-photo-card img{min-height:390px!important}.equipment-photo-card figcaption{left:21px!important;right:21px!important;bottom:20px!important}.equipment-photo-card figcaption strong{font-size:19px!important}.gallery-grid{grid-template-columns:1fr!important}.gallery-grid img{height:330px!important}.rfq-form{border-radius:20px!important;padding:18px!important}.whatsapp.ht-wa:after{display:none!important}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.detail-hero>img{transform:none!important}}
