@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap";:root{--bg: #0f0f0f;--header: #1a1a1a;--text: #ffffff;--muted: #dfdfdf;--line: #2d2d2d;--accent: #f4c400;--cta: #cc0000;--panel: rgba(255, 255, 255, .12)}*{box-sizing:border-box}html,body{margin:0;min-width:320px}body{font-family:Montserrat,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.shell{width:min(1380px,100% - 48px);margin:0 auto}.site-header{position:fixed;inset:0 0 auto;z-index:100;background:var(--header);border-bottom:1px solid var(--line)}.nav-shell{min-height:96px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:14px;flex-shrink:0}.brand-mark{width:58px;height:58px;border-radius:999px;object-fit:contain}.brand-name{font-size:20px;font-weight:800;letter-spacing:.02em}.main-nav{display:flex;align-items:center;gap:34px;margin-left:auto}.main-nav a{position:relative;font-size:16px;font-weight:500;color:#e3e3e3;padding:8px 0;transition:color .22s ease}.main-nav a:hover{color:#fff}.main-nav a:after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:5px;border-radius:999px;transform:scaleX(0);transform-origin:left;transition:transform .22s ease;background:var(--accent)}.main-nav a:hover:after,.main-nav a.is-current:after{transform:scaleX(1)}.main-nav a.is-current{color:var(--accent);font-weight:700}.mobile-toggle{display:none;border:1px solid #fff4;background:transparent;color:#fff;border-radius:8px;padding:8px 10px;font-weight:700}.page-home .site-footer{position:relative;z-index:4;margin-top:0}.hero-home{position:relative;min-height:100vh;padding-top:140px;display:grid;align-items:center;overflow:hidden}.hero-bg,.hero-overlay{position:absolute;inset:0}.hero-bg{background:center / cover no-repeat url(/images/hero-main.jpg);transform:scale(1.03)}.hero-overlay{background:radial-gradient(circle at 79% 64%,#11172324 0,#1117238a 35%,#0f0f0fcc),linear-gradient(90deg,#070a0fc7,#070a0f8c 36%,#070a0fad)}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:46px;align-items:center;padding-bottom:60px}.hero-copy{max-width:980px}.hero-pill{margin:0 0 28px;width:fit-content;display:inline-flex;align-items:center;gap:14px;border:1px solid rgba(255,255,255,.24);background:#ffffff14;border-radius:999px;padding:12px 24px;letter-spacing:.02em;font-size:17px;font-weight:700}.hero-dot{width:12px;height:12px;border-radius:50%;background:var(--accent);box-shadow:0 0 20px #f4c400d9;animation:pulse 1.8s infinite}.hero-copy h1{margin:0;font-size:clamp(48px,5.2vw,90px);line-height:.98;font-weight:800;letter-spacing:-.015em}.hero-lead{margin:34px 0 0;max-width:760px;color:#dfdfdf;font-size:clamp(20px,1.35vw,30px);line-height:1.34;font-weight:400}.hero-actions{margin-top:38px;display:flex;flex-wrap:wrap;gap:16px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:64px;padding:0 34px;border-radius:12px;border:1px solid transparent;font-size:clamp(16px,.95vw,23px);font-weight:700;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease}.btn:hover{transform:translateY(-2px)}.btn-cta{background:var(--cta);border-color:var(--cta);color:#fff;box-shadow:0 14px 28px #cc000042}.btn-outline,.btn-outline-light{background:transparent;color:#fff;border-color:#ffffffb3}.btn-outline:hover,.btn-outline-light:hover{background:#ffffff1a}.trust-points{margin:42px 0 0;padding:24px 0 0;border-top:1px solid rgba(255,255,255,.18);list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 28px}.trust-points li{display:inline-flex;align-items:center;gap:12px;font-size:clamp(14px,.95vw,20px);font-weight:500;color:#f2f2f2}.ic{width:30px;height:30px;border:2px solid var(--accent);border-radius:999px;display:inline-block;position:relative;flex-shrink:0}.ic:after{content:"";position:absolute;inset:50% auto auto 50%;width:10px;height:10px;border-radius:2px;border:2px solid var(--accent);transform:translate(-50%,-50%) rotate(45deg)}.ic-check:after{width:11px;height:6px;border-top:0;border-right:0;border-radius:0;transform:translate(-50%,-62%) rotate(-45deg)}.ic-bolt:after{width:8px;height:12px;border:0;background:var(--accent);clip-path:polygon(40% 0,100% 0,64% 44%,100% 44%,16% 100%,44% 56%,8% 56%);transform:translate(-50%,-50%)}.status-card{border:1px solid rgba(255,255,255,.28);border-radius:30px;background:#ffffff24;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 28px 52px #04081073;padding:48px 54px}.status-card h2{margin:0;font-size:clamp(34px,1.8vw,48px);font-weight:800}.status-sub{margin:12px 0 34px;color:#ebebeb;font-size:clamp(20px,1vw,30px);font-weight:400}.status-line{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.status-line span{font-size:clamp(18px,1vw,29px);font-weight:700}.status-line strong{color:var(--accent);font-size:clamp(28px,1.4vw,44px);font-weight:800}.progress{margin-top:14px;width:100%;height:16px;border-radius:999px;background:#ffffff24;overflow:hidden}.progress span{display:block;width:100%;height:100%;background:var(--accent)}.status-metrics{margin-top:40px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.status-metrics article{border:1px solid rgba(255,255,255,.09);border-radius:18px;background:#12151b94;text-align:center;padding:28px 14px}.status-metrics h3{margin:0;font-size:clamp(38px,2.1vw,56px);line-height:1;font-weight:900}.status-metrics p{margin:10px 0 0;font-size:clamp(14px,.95vw,21px);color:#f0f0f0}.status-footer{margin:26px 0 0;border:1px solid rgba(244,196,0,.45);background:#f4c4001c;border-radius:15px;text-align:center;padding:16px;color:var(--accent);font-size:clamp(16px,1vw,24px);font-weight:700}.home-specialties{padding:88px 0 84px;background:#111317;border-top:1px solid #ffffff0f}.home-section-title{margin:0 0 50px;text-align:center;font-size:clamp(36px,3.1vw,66px);line-height:1;letter-spacing:.08em;font-weight:800;position:relative}.home-section-title:after{content:"";display:block;width:126px;height:6px;border-radius:999px;margin:20px auto 0;background:var(--accent)}.home-section-title--red:after{background:var(--cta);box-shadow:0 0 18px #cc000073}.specialties-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:22px}.specialty-card{min-height:322px;border:1px solid #ffffff2a;background:linear-gradient(180deg,#34353a,#2b2d31);display:grid;align-content:start;justify-items:center;text-align:center;padding:48px 24px 30px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease,color .2s ease}.specialty-card:hover,.specialty-card:focus-visible{transform:translateY(-4px);border-color:#f4c40088;box-shadow:0 0 28px #f4c4002b}.specialty-card:focus-visible{outline:2px solid #f4c40088;outline-offset:2px}.specialty-icon{width:86px;height:86px;border-radius:50%;display:grid;place-items:center;font-size:38px;line-height:1;background:#1f2126;border:1px solid #ffffff1b;margin-bottom:24px}.specialty-card:hover .specialty-icon,.specialty-card:focus-visible .specialty-icon{border-color:#f4c40055;box-shadow:inset 0 0 0 1px #f4c40026}.specialty-card h3{margin:0;font-size:clamp(24px,1.1vw,30px);line-height:1.25;font-weight:700}.specialty-card p{margin:16px 0 0;color:#d5d5d5;font-size:clamp(16px,.95vw,20px);line-height:1.35}.home-brands{padding:66px 0 58px;background:#111317;border-top:1px solid #ffffff0e}.home-brands .home-section-title{font-size:clamp(28px,2vw,42px);margin-bottom:26px}.brands-marquee{display:flex;overflow:hidden;border-top:1px solid #ffffff08;border-bottom:1px solid #ffffff08;padding:34px 0;background:#111317}.brands-marquee__row{flex-shrink:0;min-width:100%;display:flex;justify-content:space-around;align-items:center;gap:64px;animation:marquee-slide 25s linear infinite}.brands-marquee--clients .brands-marquee__row{animation-direction:reverse;animation-duration:32s}.marquee-logo-item{flex:0 0 auto;display:flex;align-items:center;justify-content:center;min-width:clamp(170px,14vw,260px);height:clamp(78px,7.2vw,102px);padding:10px 16px;border-radius:14px;background:#fff;border:1px solid #00000012;box-shadow:0 8px 20px #00000028;-webkit-user-select:none;user-select:none}.marquee-logo-item--client{min-width:clamp(180px,15vw,280px)}.brands-marquee--clients .marquee-logo-item--client-cgm{margin-right:clamp(22px,2.4vw,36px)}.brands-marquee--clients .marquee-logo-item--client-cemex{margin-left:clamp(22px,2.4vw,36px)}.brands-marquee:not(.brands-marquee--clients) .marquee-logo-item--provider-picsa{margin-right:clamp(22px,2.4vw,36px)}.brands-marquee:not(.brands-marquee--clients) .marquee-logo-item--provider-honeywell{margin-left:clamp(22px,2.4vw,36px)}.marquee-logo{display:block;width:auto;max-width:100%;max-height:100%;object-fit:contain}.marquee-logo--provider{max-height:58px}.marquee-logo--provider-picsa{max-height:62px}.marquee-logo--client{max-height:60px}.marquee-logo--client-wide{max-height:54px}.home-clients-band{padding:92px 0 98px;background:linear-gradient(90deg,#35373b,#2f3134)}.home-clients-band .home-section-title{margin-bottom:36px}.clients-band-names{display:flex;justify-content:center;align-items:center;gap:clamp(24px,4vw,94px);flex-wrap:wrap}.clients-band-names span{color:#8a8a8a;font-size:clamp(34px,3vw,68px);font-weight:800;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap}.home-footer{background:#090a0c;border-top:none;padding:76px 0 26px}.home-footer-grid{display:grid;gap:24px;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,.8fr)}.home-footer .footer-col h2,.home-footer .footer-col h3{margin:0 0 20px;font-weight:800}.home-footer .footer-col h2{font-size:clamp(36px,2.1vw,48px);line-height:1}.home-footer .footer-col h3{font-size:clamp(24px,1.2vw,30px)}.home-footer .footer-col p{margin:0 0 12px;color:#d8d8d8;font-size:clamp(16px,.95vw,19px)}.home-footer .footer-col a{color:#d8d8d8}.home-footer .footer-col a:hover{color:#fff}.footer-brand-accent{color:var(--cta)!important;letter-spacing:.09em;font-weight:700;text-transform:uppercase}.footer-col--brand>p:last-child{max-width:430px;line-height:1.48}.footer-line{display:flex;align-items:flex-start;gap:10px}.footer-ic{width:22px;color:var(--cta);display:inline-grid;place-items:center;font-weight:700;line-height:1.1}.footer-phones-mobile{display:none}.phone-action-link{color:inherit;text-decoration:none;border-bottom:1px dashed #ffffff44;cursor:pointer}.phone-action-link:hover{color:#fff;border-bottom-color:#f4c400aa}.phone-action-popover{position:absolute;z-index:1200;width:min(252px,calc(100vw - 24px));border:1px solid #ffffff22;border-radius:12px;background:#15181d;box-shadow:0 22px 40px #00000073;padding:12px}.phone-action-popover[hidden]{display:none}.phone-action-title{margin:0 0 10px;color:#f5f5f5;font-size:15px;font-weight:700;text-align:center}.phone-action-buttons{display:grid;gap:8px}.phone-action-btn{min-height:38px;border-radius:8px;border:1px solid #ffffff20;background:#21252c;color:#f4f4f4;font:inherit;font-size:14px;font-weight:700;cursor:pointer}.phone-action-btn:hover{background:#2a3038}.phone-action-btn--call{border-color:#f4c40066}.phone-action-btn--wa{border-color:#24d36677}.cert-pill{margin:0 0 12px!important;border:1px solid #ffffff1e;border-radius:10px;background:#ffffff08;padding:11px 14px;display:flex;align-items:center;gap:10px}.cert-pill span{width:10px;height:10px;border-radius:50%;background:var(--cta);box-shadow:0 0 12px #cc000080}.home-footer-bottom{border-top:1px solid #ffffff1f;margin-top:24px;padding-top:20px;display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}.home-footer-bottom p{margin:0;color:#cfcfcf;font-size:clamp(13px,.85vw,16px);letter-spacing:.03em}.floating-wa{position:fixed;right:22px;bottom:20px;width:70px;height:70px;border-radius:50%;background:#24d366;color:#fff;display:grid;place-items:center;z-index:1000;box-shadow:0 18px 26px #00000059}.floating-wa__icon{width:34px;height:34px;display:block;fill:currentColor}.floating-wa__badge{position:absolute;top:-4px;right:-2px;width:26px;height:26px;border-radius:999px;background:#e73030;color:#fff;font-size:13px;font-weight:700;display:grid;place-items:center;border:2px solid #090a0c}.about-main{background:linear-gradient(180deg,#111217,#1a1c22 52%,#121318)}.about-hero{position:relative;min-height:560px;margin-top:96px;display:grid;align-items:center;text-align:center;overflow:hidden}.about-hero-bg,.about-hero-overlay{position:absolute;inset:0}.about-hero-bg{background:center / cover no-repeat url(/images/nosotros-hero.jpg)}.about-hero-overlay{background:linear-gradient(0deg,#08090c99 0% 100%),linear-gradient(90deg,#090b1061 0% 100%)}.about-hero-copy{position:relative;z-index:1}.about-hero-copy h1{margin:0;font-size:clamp(62px,5.2vw,102px);line-height:1;font-weight:800}.about-hero-copy p{margin:14px 0 0;font-size:clamp(24px,1.55vw,36px);color:#ececec}.about-history{padding:78px 0}.about-history-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:34px;align-items:start}.about-history-copy h2{margin:0;font-size:clamp(46px,3vw,72px);line-height:1.02}.about-history-copy p{margin:24px 0 0;color:#bcbcbc;font-size:clamp(21px,1.15vw,29px);line-height:1.45;text-align:justify;text-justify:inter-word}.about-history-media{border-radius:14px;overflow:hidden;border:1px solid #ffffff1e}.about-history-media img{width:100%;height:100%;min-height:430px;object-fit:cover}.about-mission-vision{padding:26px 0 80px}.about-mv-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.about-light-card{background:#ececec;border-radius:14px;padding:44px 40px}.about-light-icon{width:108px;height:108px;border-radius:50%;background:#d8d8d8;color:#1f1f1f;display:grid;place-items:center;font-size:46px;line-height:1}.about-light-card h2{margin:24px 0 0;color:#131313;font-size:clamp(40px,2vw,56px);line-height:1.08}.about-light-card p{margin:16px 0 0;color:#8e8e8e;font-size:clamp(20px,1vw,30px);line-height:1.42}.about-diff{padding:64px 0 88px}.about-diff h2{margin:0;text-align:center;font-size:clamp(52px,3.2vw,82px);line-height:1}.about-diff-sub{margin:18px 0 0;text-align:center;color:#a7a7a7;font-size:clamp(20px,1.2vw,30px)}.about-diff-grid{margin-top:48px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.about-diff-card{border-radius:12px;border:1px solid #ffffff1e;background:linear-gradient(180deg,#d9d9d9,#96989f 55%,#3a3d46);min-height:340px;display:grid;align-content:start;justify-items:center;text-align:center;padding:34px 28px 28px}.about-diff-icon{width:104px;height:104px;border-radius:50%;background:#c3c3c3;color:#242424;display:grid;place-items:center;font-size:46px;line-height:1}.about-diff-logo{width:68px;height:68px;object-fit:contain}.about-diff-icon--amraci{width:104px;height:104px;border-radius:0;background:transparent;overflow:visible}.about-diff-logo--amraci{width:clamp(220px,14vw,260px);height:auto}.about-diff-card h3{margin:26px 0 0;font-size:clamp(35px,1.85vw,48px);line-height:1.1;color:#fff}.about-diff-card p{margin:18px 0 0;color:#d5d5d5;font-size:clamp(20px,.95vw,27px);line-height:1.4}.about-certs{padding:94px 0}.about-certs h2{margin:0;text-align:center;font-size:clamp(52px,3.15vw,80px);line-height:1}.about-certs-sub{margin:18px auto 0;max-width:1040px;text-align:center;color:#a7a7a7;font-size:clamp(20px,1.18vw,29px);line-height:1.35}.about-certs-list{width:min(1060px,100%);margin:46px auto 0;display:grid;gap:22px}.about-cert-row{border-radius:14px;background:#ececec;color:#151515;padding:32px 34px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:20px}.about-cert-icon{width:78px;height:78px;border-radius:50%;background:#d8d8d8;color:#1f1f1f;display:grid;place-items:center;font-size:37px}.about-cert-logo{width:52px;height:52px;object-fit:contain}.about-cert-row p{margin:0;color:#8f8f8f;font-size:clamp(20px,1.03vw,28px);line-height:1.4}.about-cert-row--dark{background:linear-gradient(90deg,#15171d,#181b24);color:#fff}.about-cert-row--dark h3{margin:0;font-size:clamp(40px,2vw,52px);line-height:1}.about-cert-row--dark p{margin:10px 0 0;color:#f1f1f1}.about-cta{border-top:1px solid #ffffff1a;padding:96px 0}.about-cta-box{text-align:center}.about-cta-box h2{margin:0;font-size:clamp(48px,2.95vw,80px);line-height:1.07}.about-cta-box p{margin:20px auto 0;max-width:900px;color:#d7d7d7;font-size:clamp(22px,1.1vw,30px);line-height:1.35}.about-cta-btn{margin-top:30px;display:inline-flex;min-height:72px;padding:0 46px;align-items:center;justify-content:center;border-radius:12px;background:#ececec;color:#131313;font-size:clamp(24px,1.2vw,30px);font-weight:700}.services-main{background:#111317;padding-top:96px}.services-hero{position:relative;min-height:520px;display:grid;align-items:center;overflow:hidden}.services-hero-bg,.services-hero-overlay{position:absolute;inset:0}.services-hero-bg{background:center / cover no-repeat url(/images/services-hero.jpg);transform:scale(1.03)}.services-hero-overlay{background:linear-gradient(180deg,#090a0d85,#090a0dc7),linear-gradient(90deg,#0a0c10bd,#0a0c1070 42%,#0a0c10b8)}.services-hero-copy{position:relative;z-index:1;text-align:center}.services-hero-copy h1{margin:0;font-size:clamp(50px,5.2vw,90px);line-height:1.05;letter-spacing:-.015em;font-weight:800}.services-hero-copy p{margin:20px 0 0;font-size:clamp(22px,1.35vw,34px);color:#ededed}.services-catalog{padding:96px 0 78px;background:#111317}.services-heading{margin:0 auto 52px;max-width:1020px;text-align:center}.services-heading h2{margin:0;font-size:clamp(44px,3vw,76px);line-height:1.08}.services-heading p{margin:18px auto 0;max-width:760px;color:#afafaf;font-size:clamp(24px,1.15vw,34px);line-height:1.35}.services-list{display:grid;gap:36px}.services-card{display:grid;grid-template-columns:minmax(280px,.34fr) minmax(0,.66fr);border:1px solid #ffffff14;border-radius:14px;overflow:hidden;background:linear-gradient(90deg,#1f2126,#2c2d31)}.services-card-media{min-height:420px}.services-card-media img{width:100%;height:100%;object-fit:cover}.services-card-body{padding:40px 38px 34px;display:flex;flex-direction:column;align-items:flex-start}.services-card-body h3{margin:0;font-size:clamp(36px,2.1vw,56px);line-height:1.12;font-weight:800}.services-standard{margin:14px 0 18px;border-radius:999px;background:#121316;color:#f6f6f6;padding:8px 16px;font-size:clamp(16px,.9vw,22px);line-height:1;font-weight:700}.services-description{margin:0;color:#b9b9b9;font-size:clamp(20px,1.08vw,30px);line-height:1.4}.services-details{margin:26px 0 0;width:100%}.services-details summary{list-style:none;display:inline-flex;align-items:center;gap:10px;color:#ededed;cursor:pointer;font-size:clamp(26px,1.18vw,34px);font-weight:700}.services-details summary::-webkit-details-marker{display:none}.services-details summary:after{content:"⌄";font-size:18px;transition:transform .2s ease}.services-details[open] summary:after{transform:rotate(180deg)}.services-details ul{margin:14px 0 0;padding:18px 20px 18px 38px;border:1px solid #ffffff1f;border-radius:10px;background:#15171b;display:grid;gap:10px;color:#d7d7d7}.services-details li{font-size:clamp(16px,.94vw,22px);line-height:1.4}.services-quote-btn{margin-top:22px;display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:0 24px;border-radius:10px;border:1px solid #ffffff1a;background:#121316;color:#fff;font-size:clamp(20px,1vw,28px);font-weight:700;transition:transform .2s ease,background-color .2s ease}.services-quote-btn:hover{transform:translateY(-1px);background:#191b20}.services-cta{padding:110px 0;background:linear-gradient(180deg,#101216,#111317)}.services-cta-box{text-align:center}.services-cta-box h2{margin:0;font-size:clamp(54px,3.2vw,94px);line-height:1.05}.services-cta-box p{margin:20px auto 0;max-width:860px;color:#dfdfdf;font-size:clamp(24px,1.18vw,34px);line-height:1.35}.services-cta-btn{margin-top:28px;display:inline-flex;align-items:center;justify-content:center;min-height:76px;padding:0 42px;border-radius:12px;background:#efefef;color:#191919;font-size:clamp(30px,1.4vw,38px);font-weight:700}.brands-page{padding-top:96px;background:#111317}.brands-hero{position:relative;min-height:540px;display:grid;align-items:center;overflow:hidden}.brands-hero-bg,.brands-hero-overlay{position:absolute;inset:0}.brands-hero-bg{background:center / cover no-repeat url(/images/brands-hero-alianza.jpg);transform:scale(1.03)}.brands-hero-overlay{background:linear-gradient(180deg,#0a0c11c7,#0a0c11db),radial-gradient(circle at 50% 26%,#2a509b33,#080a0ec7 58%),repeating-linear-gradient(90deg,#0f142000 0 62px,#1c2d512e 62px 63px)}.brands-hero-copy{position:relative;z-index:1;text-align:center}.brands-hero-copy h1{margin:0;font-size:clamp(56px,5.2vw,102px);line-height:1.03;letter-spacing:-.012em}.brands-hero-copy p{margin:14px 0 0;color:#e8e8e8;font-size:clamp(24px,1.42vw,36px)}.brands-providers{padding:84px 0 94px;background:#111317}.brands-section-head{margin:0 auto 48px;max-width:1020px;text-align:center}.brands-section-head h2{margin:0;font-size:clamp(48px,3.1vw,78px);line-height:1.08}.brands-section-head p{margin:16px auto 0;max-width:850px;color:#a8a8a8;font-size:clamp(22px,1.1vw,30px)}.providers-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.provider-card{border:1px solid #ffffff14;border-radius:14px;background:linear-gradient(180deg,#32343a,#2a2c31);padding:34px 34px 30px;min-height:340px}.provider-brand{margin:0;min-height:56px;display:flex;align-items:center}.provider-brand-logo{display:block;width:auto;max-width:min(100%,320px);max-height:48px;object-fit:contain;object-position:left center}.provider-brand-logo--honeywell{max-height:52px}.provider-brand-logo--victaulic{background:#fff;border-radius:10px;padding:7px 12px;box-shadow:0 8px 18px #00000024}.provider-brand-logo--fike{max-height:42px}.provider-brand-logo--vesda{max-height:38px}.provider-brand-logo--picsa{max-height:50px;background:#fff;border-radius:10px;padding:6px 10px;box-shadow:0 8px 18px #00000024}.provider-card strong{display:block;margin:18px 0 12px;color:#d4d4d4;font-size:clamp(20px,1vw,26px)}.provider-tags{display:flex;flex-wrap:wrap;gap:8px}.provider-tags span{border:1px solid #00000026;background:#1f2126;border-radius:999px;color:#b5b8bf;padding:6px 14px;font-size:clamp(15px,.86vw,18px);line-height:1.2}.provider-card p{margin:20px 0 0;color:#c8c8c8;font-size:clamp(20px,1.05vw,28px);line-height:1.42}.brands-support{padding:92px 0 94px;background:linear-gradient(180deg,#35373c,#32343a)}.brands-support-head{margin:0 auto 36px;max-width:920px;text-align:center}.brands-support-head h2{margin:0;font-size:clamp(52px,3.1vw,86px);line-height:1.07}.brands-support-head p{margin:14px auto 0;max-width:940px;color:#c8c8c8;font-size:clamp(22px,1.1vw,32px);line-height:1.34}.support-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.support-card{min-height:260px;border-radius:12px;border:1px solid #00000010;background:#ececec;padding:26px 20px;text-align:center;display:grid;justify-items:center;align-content:start}.support-icon{width:78px;height:78px;border-radius:999px;display:grid;place-items:center;background:#d8d8d8;color:#1b1d22}.support-icon svg{width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.support-card p{margin:58px 0 0;color:#8f8f8f;font-size:clamp(19px,.96vw,24px);line-height:1.34}.brands-guarantee{position:relative;overflow:hidden;padding:88px 0 98px;background:#0f1218}.brands-guarantee:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 38%,#2e4d8d2e,#0a0e14f5 66%),repeating-linear-gradient(90deg,#0c1018e6 0 76px,#1c2d5124 76px 77px);pointer-events:none}.brands-guarantee-panel{position:relative;z-index:1;width:min(980px,100%);margin:0 auto;border:1px solid #ffffff14;border-radius:20px;background:linear-gradient(180deg,#0b0f16cc,#090c12eb);box-shadow:0 26px 40px #03060a73;padding:44px 54px 50px}.guarantee-icon{width:72px;height:72px;margin:0 auto;color:#fff}.guarantee-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}.brands-guarantee-panel h2{margin:10px 0 0;text-align:center;font-size:clamp(52px,3vw,76px);line-height:1.07}.guarantee-grid{margin-top:24px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:42px}.guarantee-grid h3{margin:0;font-size:clamp(34px,1.8vw,44px)}.guarantee-grid ul{margin:12px 0 0;padding:0;list-style:none}.guarantee-grid li{position:relative;padding-left:16px;color:#f0f0f0;font-size:clamp(20px,1.02vw,28px);line-height:1.5}.guarantee-grid li+li{margin-top:8px}.guarantee-grid li:before{content:"·";position:absolute;left:0;color:#8b8d93;font-weight:700}.brands-guarantee-btn{margin:30px auto 0;display:flex;width:fit-content;min-height:64px;padding:0 36px;align-items:center;justify-content:center;border-radius:10px;background:#ececec;color:#1a1a1a;font-size:clamp(22px,1.08vw,30px);font-weight:700}.clients-page{padding-top:96px;background:#111317}.clients-hero{position:relative;min-height:540px;display:grid;align-items:center;overflow:hidden}.clients-hero-bg,.clients-hero-overlay{position:absolute;inset:0}.clients-hero-bg{background:linear-gradient(180deg,#0a0d12b8,#0a0d12d1),url(/images/clients-hero-clientes.png) center / cover no-repeat}.clients-hero-overlay{background:radial-gradient(circle at 50% 42%,#2a447a3d,#080b11db 64%),repeating-linear-gradient(90deg,#0e121c00 0 78px,#1e2e5029 78px 79px)}.clients-hero-copy{position:relative;z-index:1;text-align:center}.clients-hero-copy h1{margin:0;font-size:clamp(56px,5.1vw,100px);line-height:1.04;letter-spacing:-.012em}.clients-hero-copy p{margin:14px 0 0;color:#e6e6e6;font-size:clamp(24px,1.42vw,36px)}.clients-intro{background:#14161b;padding:64px 0 72px}.clients-intro-copy p{margin:0 auto;max-width:1060px;color:#ababab;text-align:center;font-size:clamp(24px,1.2vw,34px);line-height:1.45}.clients-featured{background:linear-gradient(180deg,#37393e,#32343a);padding:84px 0}.clients-section-head{margin:0 auto 34px;max-width:980px;text-align:center}.clients-section-head h2{margin:0;font-size:clamp(52px,3.1vw,80px);line-height:1.08}.clients-section-head p{margin:14px auto 0;max-width:860px;color:#aaa;font-size:clamp(22px,1.1vw,32px)}.clients-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.client-sector-card{border-radius:14px;overflow:hidden;border:1px solid #ffffff17;background:#22252b;display:grid;grid-template-rows:230px minmax(0,1fr)}.client-sector-top{background:radial-gradient(circle at 50% 24%,#30497f42,#292b30f5 72%),linear-gradient(180deg,#2d2f35,#25282e);display:grid;align-content:center;justify-items:center;text-align:center;padding:22px 16px}.client-sector-icon{width:74px;height:74px;color:#f0f0f0}.client-sector-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.client-sector-top h3{margin:14px 0 0;font-size:clamp(26px,1.3vw,34px);line-height:1.2}.client-sector-bottom{background:#ececec;padding:26px 18px 24px;display:grid;justify-items:center;align-content:start;gap:16px}.client-sector-bottom img{width:min(210px,100%);height:86px;object-fit:contain;background:#fff;border:1px solid #d3d3d3;border-radius:4px;padding:8px}.client-sector-bottom p{margin:0;color:#929292;text-align:center;font-size:clamp(17px,.95vw,24px);line-height:1.35}.clients-testimonials{padding:82px 0 94px;background:#111317}.clients-section-head--light h2{color:#f2f2f2}.testimonials-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.testimonial-card{position:relative;border-radius:12px;background:#ececec;color:#222;padding:28px 24px 22px;min-height:368px}.testimonial-card:after{content:"❞";position:absolute;top:18px;right:18px;color:#bfc0c4;font-size:92px;line-height:.65}.testimonial-stars{margin:0;color:#1f2126;letter-spacing:.12em;font-size:32px}.testimonial-quote{margin:12px 0 0;color:#959595;font-size:clamp(18px,.95vw,24px);line-height:1.42;font-style:italic;min-height:182px}.testimonial-role{margin:20px 0 0;border-top:1px solid #919191;padding-top:16px;color:#969696;font-size:clamp(18px,.92vw,22px)}.testimonial-company{margin:2px 0 0;color:#1f2126;font-size:clamp(22px,1vw,28px);font-weight:700}.clients-stats{margin-top:52px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;text-align:center}.clients-stats h3{margin:0;font-size:clamp(64px,3.6vw,88px);line-height:1}.clients-stats p{margin:8px 0 0;color:#f2f2f2;font-size:clamp(20px,1.04vw,28px)}.clients-cta{padding:92px 0 94px;background:linear-gradient(180deg,#37393e,#32343a)}.clients-cta-box{text-align:center}.clients-cta-box h2{margin:0;font-size:clamp(58px,3.2vw,88px);line-height:1.05}.clients-cta-box p{margin:18px auto 0;max-width:900px;color:#a9a9a9;font-size:clamp(24px,1.18vw,34px);line-height:1.35}.clients-cta-btn{margin-top:26px;display:inline-flex;align-items:center;justify-content:center;min-height:64px;padding:0 40px;border-radius:10px;border:1px solid #ffffff18;background:#121418;color:#f2f2f2;font-size:clamp(30px,1.25vw,38px);font-weight:700}.contact-page{padding-top:96px;background:#111317}.contact-hero{position:relative;min-height:540px;display:grid;align-items:center;overflow:hidden}.contact-hero-bg,.contact-hero-overlay{position:absolute;inset:0}.contact-hero-bg{background:linear-gradient(180deg,#0b0d12b3,#0b0d12d1),url(/images/pipas.jpeg) center / cover no-repeat}.contact-hero-overlay{background:radial-gradient(circle at 50% 40%,#304a8438,#090c12d6 66%),repeating-linear-gradient(90deg,#0c101800 0 78px,#1c2d5129 78px 79px)}.contact-hero-copy{position:relative;z-index:1;text-align:center}.contact-hero-copy h1{margin:0;font-size:clamp(58px,5.2vw,100px);line-height:1.04;letter-spacing:-.012em}.contact-hero-copy p{margin:14px 0 0;color:#e8e8e8;font-size:clamp(26px,1.4vw,36px)}.contact-body{padding:72px 0 88px;background:#111317}.contact-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.48fr);gap:22px;align-items:start}.contact-form-card,.contact-info-card,.contact-cert-card{border-radius:14px;border:1px solid #ffffff14;background:linear-gradient(180deg,#32343a,#2c2e33);box-shadow:0 18px 34px #00000042}.contact-form-card{padding:26px 30px 22px}.contact-form-card h2{margin:0 0 16px;font-size:clamp(42px,2.2vw,56px);line-height:1.08}.contact-form{display:grid;gap:14px}.contact-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px}.contact-form label{display:grid;gap:8px;font-size:clamp(16px,.95vw,20px);font-weight:700}.contact-form input,.contact-form textarea,.contact-form select{width:100%;border:1px solid #ffffff33;border-radius:10px;background:#ececec;color:#242424;padding:12px 14px;font:inherit}.contact-form textarea{min-height:168px;resize:vertical}.contact-form input::placeholder,.contact-form textarea::placeholder,.contact-form select{color:#8a95a4}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{outline:2px solid #f4c40066;border-color:#f4c400aa}.contact-submit-btn{margin-top:2px;min-height:56px;border:1px solid #ffffff14;border-radius:10px;background:#121418;color:#f2f2f2;font-size:clamp(18px,.95vw,22px);font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:12px;cursor:pointer}.contact-submit-btn span{font-size:20px}.contact-submit-btn:hover{background:#171a1f}.contact-side{display:grid;gap:16px}.contact-info-card{padding:24px 24px 18px}.contact-info-card h3,.contact-cert-card h3{margin:0;font-size:clamp(34px,1.8vw,46px);line-height:1.12}.contact-info-item{margin-top:16px;display:grid;grid-template-columns:30px minmax(0,1fr);gap:14px;align-items:start}.contact-info-icon{color:#f0f0f0;font-size:27px;line-height:1;display:inline-grid;place-items:center}.contact-info-item h4{margin:0;font-size:clamp(18px,1vw,24px)}.contact-info-item p{margin:2px 0 0;color:#cbcbcb;font-size:clamp(16px,.94vw,22px);line-height:1.35}.contact-cert-card{padding:22px 24px 24px}.contact-cert-card ul{margin:14px 0 0;padding:0;list-style:none}.contact-cert-card li{position:relative;padding-left:18px;color:#f0f0f0;font-size:clamp(18px,.98vw,24px);line-height:1.5;font-weight:700}.contact-cert-card li+li{margin-top:4px}.contact-cert-card li:before{content:"";position:absolute;left:0;top:.58em;width:10px;height:10px;border-radius:999px;background:#2d2f34}.contact-map{border-top:1px solid #00000055;border-bottom:1px solid #00000055;height:470px;background:#111317}.contact-map iframe{width:100%;height:100%;border:0;display:block}.inner-main{min-height:100vh;padding-top:120px;background:linear-gradient(180deg,#111,#181818)}.inner-hero{padding:56px 0 22px}.section-kicker{margin:0;font-size:14px;letter-spacing:.15em;color:var(--accent);font-weight:700}.inner-hero h1{margin:10px 0 14px;font-size:clamp(34px,4vw,64px);line-height:1.08}.inner-hero p{margin:0;max-width:960px;color:#ddd;font-size:clamp(18px,1.2vw,24px)}.content-section{padding:26px 0}.cards-2{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.content-card{border:1px solid #ffffff22;border-radius:18px;background:#ffffff10;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:24px}.content-card h2{margin:0 0 12px;font-size:clamp(24px,1.5vw,32px)}.content-card p{margin:0;color:#dbdbdb;font-size:clamp(16px,1vw,20px)}.content-card p+p{margin-top:12px}.content-card--accent{border-color:#f4c40055}.plain-list{margin:0;padding-left:18px;color:#ddd;display:grid;gap:8px;font-size:clamp(16px,1vw,19px)}.service-grid{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(290px,1fr))}.service-item{border:1px solid #ffffff1f;border-radius:18px;background:#ffffff10;padding:24px}.service-norm{margin:0;display:inline-block;border-radius:999px;border:1px solid #f4c40066;color:var(--accent);padding:6px 12px;font-size:12px;letter-spacing:.08em;font-weight:700}.service-item h2{margin:12px 0;font-size:clamp(23px,1.4vw,30px)}.service-item p{margin:0;color:#ddd}.logo-grid{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.logo-card{margin:0;min-height:100px;border:1px solid #ffffff24;border-radius:12px;background:#fff;display:grid;place-items:center;padding:12px}.logo-card img{max-height:64px;object-fit:contain}.logo-grid--providers .logo-card img{max-height:58px}.contact-layout{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(290px,1fr))}.contact-lines a{color:#fff;text-decoration:underline;text-decoration-color:#fff5}.form-card{display:grid;gap:10px}.form-card label{display:grid;gap:6px;font-size:14px;font-weight:700}.form-card input,.form-card textarea,.form-card select{width:100%;border:1px solid #ffffff40;border-radius:8px;background:#121212;color:#fff;padding:12px;font:inherit}.form-card input:focus,.form-card textarea:focus,.form-card select:focus{outline:2px solid #cc000050;border-color:var(--cta)}.form-note{margin:0;min-height:1em;font-size:13px;color:#e0e0e0}.site-footer{border-top:1px solid #ffffff1a;background:#0d0d0d;padding:18px 0}.site-footer p{margin:0;color:#c6c6c6;font-size:13px}.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease;transition-delay:var(--delay, 0ms)}.reveal.is-visible{opacity:1;transform:translateY(0)}@keyframes marquee-slide{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes pulse{50%{opacity:.45}}@media(max-width:1280px){.brand-name{font-size:18px}.main-nav a{font-size:15px}.hero-grid{gap:24px}.status-card{padding:32px}.about-hero{min-height:480px}.about-history-copy h2{font-size:clamp(40px,4.2vw,64px)}.about-diff-card{min-height:300px;padding:26px 20px 22px}.services-hero{min-height:470px}.services-card{grid-template-columns:minmax(250px,.36fr) minmax(0,.64fr)}.services-card-media{min-height:360px}.brands-hero{min-height:500px}.providers-grid{gap:20px}.support-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.clients-hero{min-height:500px}.clients-grid{gap:20px}.testimonials-grid{gap:18px}.contact-hero{min-height:500px}.specialties-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1024px){.brand-name{font-size:28px}.main-nav{position:fixed;top:96px;left:0;right:0;background:#111;border-bottom:1px solid #ffffff26;display:none;flex-direction:column;align-items:flex-start;padding:20px 24px 24px;gap:16px}.main-nav.is-open{display:flex}.main-nav a{font-size:18px}.main-nav a:after{bottom:-4px;height:3px}.mobile-toggle{display:inline-flex}.hero-home{padding-top:112px}.hero-grid{grid-template-columns:1fr;padding-bottom:30px}.hero-lead{max-width:none}.status-card{max-width:720px}.trust-points li{font-size:16px}.about-hero{min-height:430px}.about-hero-copy h1{font-size:clamp(52px,10vw,92px)}.about-hero-copy p{font-size:clamp(18px,4.5vw,34px)}.about-history-grid,.about-mv-grid{grid-template-columns:1fr}.about-history-media img{min-height:320px}.about-diff-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-certs-list{width:min(900px,100%)}.services-hero{min-height:390px}.services-hero-copy h1{font-size:clamp(44px,7.8vw,78px)}.services-hero-copy p{font-size:clamp(20px,3.2vw,28px)}.services-catalog{padding:62px 0}.services-heading{margin-bottom:34px}.services-card{grid-template-columns:1fr}.services-card-media{min-height:280px;max-height:420px}.services-card-body{padding:26px 22px 24px}.services-card-body h3{font-size:clamp(32px,6vw,48px)}.services-standard{font-size:15px}.services-description{font-size:clamp(18px,2.2vw,24px)}.services-details summary{font-size:clamp(20px,3vw,28px)}.services-quote-btn{min-height:54px;font-size:clamp(18px,2.5vw,24px)}.services-cta{padding:72px 0 74px}.services-cta-box h2{font-size:clamp(40px,7vw,64px)}.services-cta-box p{font-size:clamp(20px,2.4vw,28px)}.services-cta-btn{min-height:64px;font-size:clamp(24px,3vw,30px)}.brands-hero{min-height:440px}.brands-hero-copy h1{font-size:clamp(44px,7vw,70px)}.brands-hero-copy p{font-size:clamp(20px,3.2vw,28px)}.brands-providers{padding:62px 0 68px}.brands-section-head h2{font-size:clamp(36px,5.6vw,56px)}.providers-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.provider-card{min-height:auto;padding:26px 24px 24px}.provider-brand{min-height:52px}.provider-brand-logo{max-height:44px}.provider-brand-logo--honeywell{max-height:48px}.provider-brand-logo--victaulic{padding:6px 10px}.provider-brand-logo--picsa{max-height:46px;padding:5px 8px}.provider-card p{font-size:clamp(18px,2.2vw,23px)}.brands-support{padding:64px 0 70px}.brands-support-head h2{font-size:clamp(40px,6vw,58px)}.support-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.support-card{min-height:230px}.support-card p{margin-top:34px;font-size:clamp(17px,2.1vw,22px)}.brands-guarantee{padding:68px 0 76px}.brands-guarantee-panel{padding:34px 28px 36px}.guarantee-grid h3{font-size:clamp(28px,4.2vw,36px)}.guarantee-grid li{font-size:clamp(18px,2.2vw,23px)}.clients-hero{min-height:430px}.clients-hero-copy h1{font-size:clamp(44px,7.4vw,72px)}.clients-hero-copy p{font-size:clamp(20px,3.2vw,28px)}.clients-intro{padding:52px 0 56px}.clients-intro-copy p{font-size:clamp(20px,2.2vw,26px)}.clients-featured{padding:62px 0 68px}.clients-section-head h2{font-size:clamp(38px,6vw,58px)}.clients-section-head p{font-size:clamp(18px,2.2vw,26px)}.clients-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.client-sector-card{grid-template-rows:208px minmax(0,1fr)}.clients-testimonials{padding:62px 0 74px}.testimonials-grid{grid-template-columns:1fr;gap:16px}.testimonial-card,.testimonial-quote{min-height:auto}.clients-stats{margin-top:32px;grid-template-columns:repeat(2,minmax(0,1fr));row-gap:24px}.clients-stats h3{font-size:clamp(56px,8vw,72px)}.clients-cta{padding:68px 0 72px}.clients-cta-box h2{font-size:clamp(42px,7vw,60px)}.clients-cta-box p{font-size:clamp(20px,2.5vw,28px)}.clients-cta-btn{font-size:clamp(22px,2.8vw,30px)}.contact-hero{min-height:420px}.contact-hero-copy h1{font-size:clamp(44px,7.5vw,70px)}.contact-hero-copy p{font-size:clamp(20px,3.1vw,28px)}.contact-body{padding:58px 0 68px}.contact-grid{grid-template-columns:1fr}.contact-form-card{padding:22px 22px 20px}.contact-form-card h2{font-size:clamp(34px,5.4vw,48px)}.contact-info-card h3,.contact-cert-card h3{font-size:clamp(30px,4.5vw,40px)}.contact-map{height:420px}.about-cert-row{padding:24px}.home-section-title{font-size:clamp(30px,5vw,52px)}.specialties-grid,.home-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.shell{width:min(1380px,100% - 24px)}.nav-shell{min-height:78px}.brand-mark{width:44px;height:44px}.brand-name{font-size:18px}.main-nav{top:78px}.about-hero{margin-top:78px;min-height:360px}.services-main{padding-top:78px}.services-hero{min-height:320px}.brands-page,.clients-page,.contact-page{padding-top:78px}.brands-hero{min-height:340px}.brands-hero-copy h1{font-size:clamp(36px,10vw,52px)}.brands-hero-copy p{font-size:clamp(18px,4.4vw,24px)}.brands-providers{padding:48px 0 56px}.brands-section-head{margin-bottom:26px}.brands-section-head h2{font-size:clamp(32px,8.8vw,44px)}.brands-section-head p{font-size:17px}.providers-grid{grid-template-columns:1fr;gap:16px}.provider-card{padding:22px 18px 20px}.provider-brand{min-height:46px}.provider-brand-logo{max-height:38px}.provider-brand-logo--honeywell{max-height:42px}.provider-brand-logo--victaulic{padding:4px 8px}.provider-brand-logo--picsa{max-height:40px;padding:4px 7px}.provider-brand-logo--vesda{max-height:34px}.provider-card strong{margin-top:14px;font-size:17px}.provider-card p{font-size:17px}.brands-support{padding:50px 0 56px}.brands-support-head{margin-bottom:22px}.brands-support-head h2{font-size:clamp(34px,9vw,48px)}.brands-support-head p{font-size:17px}.support-grid{grid-template-columns:1fr;gap:14px}.support-card{min-height:auto;padding:20px 16px}.support-icon{width:66px;height:66px}.support-icon svg{width:30px;height:30px}.support-card p{margin-top:20px;font-size:16px}.brands-guarantee{padding:52px 0 58px}.brands-guarantee-panel{border-radius:14px;padding:24px 16px}.guarantee-icon{width:58px;height:58px}.brands-guarantee-panel h2{font-size:clamp(34px,10vw,48px)}.guarantee-grid{margin-top:16px;grid-template-columns:1fr;gap:18px}.guarantee-grid h3{font-size:clamp(26px,7.4vw,34px)}.guarantee-grid li{font-size:17px}.brands-guarantee-btn{margin-top:22px;width:100%;min-height:56px;font-size:20px}.clients-hero{min-height:320px}.clients-hero-copy h1{font-size:clamp(36px,10vw,50px)}.clients-hero-copy p{font-size:clamp(18px,4.6vw,24px)}.clients-intro{padding:38px 0 44px}.clients-intro-copy p{font-size:17px}.clients-featured{padding:48px 0 56px}.clients-section-head{margin-bottom:22px}.clients-section-head h2{font-size:clamp(34px,9vw,46px)}.clients-section-head p{font-size:17px}.clients-grid{grid-template-columns:1fr;gap:16px}.client-sector-card{grid-template-rows:190px minmax(0,1fr)}.client-sector-icon{width:62px;height:62px}.client-sector-top h3{font-size:clamp(24px,7vw,34px)}.client-sector-bottom{padding:20px 14px 18px}.client-sector-bottom img{width:min(200px,100%);height:78px}.client-sector-bottom p{font-size:16px}.clients-testimonials{padding:50px 0 54px}.testimonial-card{padding:22px 16px 16px}.testimonial-card:after{top:12px;right:10px;font-size:74px}.testimonial-stars{font-size:26px}.testimonial-quote,.testimonial-role{font-size:17px}.testimonial-company{font-size:26px}.clients-stats{margin-top:22px;grid-template-columns:1fr;gap:18px}.clients-stats h3{font-size:clamp(48px,14vw,64px)}.clients-stats p{font-size:22px}.clients-cta{padding:52px 0 56px}.clients-cta-box h2{font-size:clamp(34px,10vw,46px)}.clients-cta-box p{font-size:18px}.clients-cta-btn{width:100%;min-height:56px;padding:0 20px;font-size:20px}.contact-hero{min-height:320px}.contact-hero-copy h1{font-size:clamp(36px,10vw,50px)}.contact-hero-copy p{font-size:clamp(18px,4.6vw,24px)}.contact-body{padding:44px 0 50px}.contact-form-card{padding:18px 14px 14px}.contact-form-card h2{font-size:clamp(30px,8.6vw,42px)}.contact-form-grid{grid-template-columns:1fr;gap:10px}.contact-form label{font-size:16px}.contact-form textarea{min-height:142px}.contact-submit-btn{width:100%;min-height:52px;font-size:17px}.contact-side{gap:12px}.contact-info-card,.contact-cert-card{padding:18px 14px}.contact-info-card h3,.contact-cert-card h3{font-size:clamp(28px,8vw,38px)}.contact-info-item{grid-template-columns:24px minmax(0,1fr);gap:10px;margin-top:14px}.contact-info-icon{font-size:22px}.contact-info-item h4{font-size:18px}.contact-info-item p,.contact-cert-card li{font-size:16px}.contact-map{height:340px}.services-hero-copy h1{font-size:clamp(36px,9vw,52px)}.services-hero-copy p{margin-top:12px;font-size:clamp(18px,4.6vw,24px)}.services-catalog{padding:48px 0 42px}.services-heading h2{font-size:clamp(32px,9vw,48px)}.services-heading p{font-size:17px}.services-list{gap:20px}.services-card{border-radius:12px}.services-card-media{min-height:220px}.services-card-body h3{font-size:clamp(28px,8.2vw,40px)}.services-standard{margin-top:10px}.services-details{margin-top:18px}.services-details ul{padding:14px 16px 14px 28px}.services-quote-btn{width:100%}.services-cta{padding:58px 0}.services-cta-box p{font-size:18px}.services-cta-btn{width:100%;min-height:58px;padding:0 22px;font-size:22px}.about-history{padding:48px 0}.about-history-copy h2,.about-diff h2,.about-certs h2,.about-cta-box h2{font-size:clamp(36px,10.4vw,54px)}.about-history-copy p,.about-light-card p,.about-diff-card p,.about-cert-row p,.about-certs-sub,.about-cta-box p{font-size:17px}.about-light-card{padding:28px 22px}.about-light-icon,.about-diff-icon{width:78px;height:78px;font-size:34px}.about-diff-icon--amraci{width:78px;height:78px}.about-diff-logo--amraci{width:clamp(170px,50vw,220px);height:auto}.about-light-card h2{font-size:clamp(32px,10vw,50px)}.about-diff{padding:44px 0 56px}.about-diff-grid{grid-template-columns:1fr;gap:14px;margin-top:28px}.about-diff-card{min-height:auto}.about-diff-card h3{font-size:clamp(30px,9vw,48px)}.about-certs{padding:52px 0}.about-cert-row{grid-template-columns:1fr;text-align:center;justify-items:center}.about-cert-row--dark h3{font-size:clamp(34px,9vw,48px);text-align:center}.about-cta{padding:58px 0}.about-cta-btn{width:100%;min-height:58px;font-size:22px}.hero-home{padding-top:100px}.hero-pill{font-size:11px;padding:8px 14px}.hero-dot{width:8px;height:8px}.hero-copy h1{font-size:clamp(44px,11vw,72px)}.hero-lead{margin-top:20px;font-size:18px}.btn{width:100%;min-height:56px;font-size:16px}.hero-actions{margin-top:24px}.trust-points{grid-template-columns:1fr;margin-top:28px;padding-top:20px}.trust-points li{font-size:15px}.status-card{border-radius:18px;padding:22px}.status-sub{margin-bottom:20px}.status-metrics{margin-top:20px;grid-template-columns:1fr}.status-footer{margin-top:14px}.inner-main{padding-top:96px}.specialties-grid{grid-template-columns:1fr}.specialty-card{min-height:auto}.home-brands .home-section-title,.home-clients-band .home-section-title{margin-bottom:24px}.brands-marquee__row{gap:36px}.marquee-logo-item{min-width:136px;height:64px;border-radius:10px;padding:8px 10px}.marquee-logo-item--client{min-width:148px}.brands-marquee--clients .marquee-logo-item--client-cgm{margin-right:12px}.brands-marquee--clients .marquee-logo-item--client-cemex{margin-left:12px}.brands-marquee:not(.brands-marquee--clients) .marquee-logo-item--provider-picsa{margin-right:12px}.brands-marquee:not(.brands-marquee--clients) .marquee-logo-item--provider-honeywell{margin-left:12px}.marquee-logo--provider{max-height:38px}.marquee-logo--provider-picsa,.marquee-logo--client{max-height:42px}.marquee-logo--client-wide{max-height:36px}.home-footer{padding-top:52px}.home-footer-grid{grid-template-columns:1fr;gap:6px}.home-footer-bottom{flex-direction:column;gap:10px}.clients-band-names span{white-space:normal;text-align:center}.footer-phones-desktop{display:none}.footer-phones-mobile{display:inline}.floating-wa{right:14px;bottom:14px;width:58px;height:58px}.floating-wa__icon{width:28px;height:28px}}
