:root{
  --brand-navy:#0b1f4d;--brand-navy-2:#102f63;--brand-teal:#C89B3C;--brand-teal-dark:#A87924;
  --brand-gold:#f4a51c;--brand-bg:#f5f7fb;--brand-ink:#172033;--brand-muted:#667085;
  --brand-line:#e2e8f0;--brand-white:#fff;--brand-radius:16px;--brand-shadow:0 12px 34px rgba(11,31,77,.10)
}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:88px}body{margin:0!important;font-family:Arial,Helvetica,sans-serif!important;color:var(--brand-ink)!important;background:#fff!important;line-height:1.65}img{max-width:100%;height:auto;display:block}a{color:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:1000;background:var(--brand-navy);box-shadow:0 5px 18px rgba(4,18,47,.2)}.nav-wrap{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:13px;color:#fff;text-decoration:none;font-size:24px;font-weight:800;letter-spacing:-.02em}.brand-logo{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.85);background:#fff}.main-nav{display:flex;align-items:center;gap:28px}.main-nav a{color:#fff;text-decoration:none;font-size:16px;font-weight:700;position:relative;opacity:.94}.main-nav a:not(.nav-cta):after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:2px;background:var(--brand-gold);transition:.22s}.main-nav a:hover:after,.main-nav a[aria-current="page"]:after{right:0}.nav-cta{padding:11px 18px;border-radius:999px;background:var(--brand-teal);box-shadow:0 8px 20px rgba(13,140,146,.25)}.nav-cta:hover{background:var(--brand-teal-dark)}.menu-button{display:none;background:transparent;border:0;color:#fff;font-size:30px;line-height:1;padding:8px;cursor:pointer}
.products-hero{position:relative;overflow:hidden;isolation:isolate;background:linear-gradient(110deg,rgba(4,18,47,.96),rgba(11,31,77,.9) 58%,rgba(13,140,146,.78)),url('assets/products/productpage_1.webp') center/cover no-repeat!important;color:#fff;padding:110px 24px 100px!important;text-align:left!important}.products-hero:after{content:"";position:absolute;inset:auto -10% -50% 38%;height:520px;background:radial-gradient(circle,rgba(20,169,166,.38),transparent 67%);z-index:-1}.hero-inner{width:min(1180px,100%);margin:auto;max-width:none!important}.eyebrow{display:inline-flex!important;align-items:center;gap:9px;font-size:13px!important;font-weight:800!important;letter-spacing:.12em;text-transform:uppercase;color:#E7C979!important}.eyebrow:before{content:"";width:28px;height:3px;border-radius:4px;background:var(--brand-gold)}.products-hero h2{max-width:830px;color:#fff!important;font-size:clamp(42px,5.3vw,70px)!important;line-height:1.04!important;letter-spacing:-.03em;margin:15px 0 22px!important}.products-hero p{max-width:760px;color:#e6edf9!important;font-size:19px!important;line-height:1.7!important;margin:0 0 30px!important}.hero-actions{display:flex;flex-wrap:wrap;gap:13px}.primary-btn,.secondary-btn,.quote-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:999px!important;text-decoration:none;font-weight:800;transition:.22s}.primary-btn,.quote-btn{background:var(--brand-teal)!important;color:#fff!important;border:2px solid var(--brand-teal)!important;box-shadow:0 12px 28px rgba(13,140,146,.24)}.primary-btn:hover,.quote-btn:hover{background:var(--brand-teal-dark)!important;border-color:var(--brand-teal-dark)!important;transform:translateY(-2px)}.secondary-btn{border:2px solid rgba(255,255,255,.68)!important;color:#fff!important;background:transparent!important}.secondary-btn:hover{background:#fff!important;color:var(--brand-navy)!important}
.trust-strip{background:#fff!important;box-shadow:0 12px 34px rgba(11,31,77,.1)!important;display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:0!important;max-width:1180px!important;margin:-38px auto 0!important;position:relative;z-index:5;border-radius:18px!important;overflow:hidden}.trust-strip>div{padding:25px 18px!important;text-align:center;border-right:1px solid var(--brand-line)}.trust-strip>div:last-child{border-right:0}.trust-strip strong{display:block;color:var(--brand-navy)!important;font-size:28px!important;line-height:1.1}.trust-strip span{display:block;color:var(--brand-muted)!important;font-size:14px;margin-top:7px}
.product-section,.why-section,.process-section,.gallery-section,.industries-section{width:min(1180px,calc(100% - 40px))!important;margin:0 auto!important;padding:95px 0!important}.section-heading{text-align:center;max-width:780px;margin:0 auto 42px!important}.section-heading>span{display:inline-flex;align-items:center;gap:9px;color:var(--brand-teal)!important;font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.section-heading>span:before{content:"";width:28px;height:3px;border-radius:4px;background:var(--brand-gold)}.section-heading h2,.why-content h2{color:var(--brand-navy)!important;font-size:clamp(32px,4vw,48px)!important;line-height:1.12!important;margin:12px 0 14px!important}.section-heading p,.why-content p{color:var(--brand-muted)!important;font-size:18px;line-height:1.7}
.service-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important}.service-card{background:#fff!important;border:1px solid var(--brand-line)!important;border-radius:var(--brand-radius)!important;overflow:hidden!important;box-shadow:var(--brand-shadow)!important;transition:.25s ease!important;cursor:pointer}.service-card:hover{transform:translateY(-7px)!important;box-shadow:0 22px 46px rgba(11,31,77,.16)!important}.card-image-wrap{height:235px!important;overflow:hidden!important;background:#eef3f8!important}.card-image-wrap img{width:100%!important;height:100%!important;object-fit:cover!important;transition:.35s ease!important}.service-card:hover .card-image-wrap img{transform:scale(1.045)!important}.card-body{padding:25px!important}.card-body h3{color:var(--brand-navy)!important;font-size:24px!important;margin:0 0 10px!important}.card-body p,.card-body li{color:var(--brand-muted)!important}.card-body ul{padding-left:20px!important;margin:15px 0!important}.badges{display:flex;flex-wrap:wrap;gap:8px;margin:17px 0 21px}.badges span,.industry-chips span{background:#F5EBD3!important;color:var(--brand-teal-dark)!important;border:1px solid #E3CA94!important;padding:7px 11px!important;border-radius:999px!important;font-size:12px!important;font-weight:800!important}.quote-btn{min-height:44px!important;padding:0 18px!important;font-size:14px!important}
.why-section{display:grid!important;grid-template-columns:.9fr 1.1fr!important;gap:54px!important;align-items:center!important;background:var(--brand-bg)!important;width:100%!important;max-width:none!important;padding-left:max(20px,calc((100% - 1180px)/2))!important;padding-right:max(20px,calc((100% - 1180px)/2))!important}.why-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:18px!important}.why-grid div,.process-flow div,.mini-product{background:#fff!important;border:1px solid var(--brand-line)!important;border-radius:var(--brand-radius)!important;box-shadow:var(--brand-shadow)!important}.why-grid div{padding:24px!important}.why-grid strong{color:var(--brand-gold)!important}.why-grid h3,.process-flow h3,.mini-product h4{color:var(--brand-navy)!important}.why-grid p,.process-flow p{color:var(--brand-muted)!important}
.process-section{width:100%!important;max-width:none!important;padding-left:max(20px,calc((100% - 1180px)/2))!important;padding-right:max(20px,calc((100% - 1180px)/2))!important;background:linear-gradient(135deg,var(--brand-navy),var(--brand-navy-2))!important}.process-section .section-heading h2,.process-section .section-heading p{color:#fff!important}.process-section .section-heading>span{color:#E7C979!important}.process-flow{display:grid!important;grid-template-columns:repeat(5,1fr)!important;gap:16px!important}.process-flow div{padding:22px!important}.process-flow span{background:var(--brand-teal)!important;color:#fff!important}.mini-gallery{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:20px!important}.mini-product{padding:15px!important;transition:.25s}.mini-product:hover{transform:translateY(-6px)!important}.mini-product img{width:100%!important;height:185px!important;object-fit:cover!important;border-radius:12px!important;background:#f8fafc!important}.industry-chips{display:flex!important;justify-content:center!important;flex-wrap:wrap!important;gap:12px!important}.industry-chips span{font-size:14px!important;padding:10px 15px!important}
.bottom-cta{width:min(1180px,calc(100% - 40px))!important;margin:15px auto 80px!important;padding:60px 28px!important;border-radius:24px!important;background:linear-gradient(120deg,var(--brand-teal),var(--brand-teal-dark))!important;color:#fff!important;box-shadow:0 20px 55px rgba(13,140,146,.22)!important}.bottom-cta h2{font-size:clamp(32px,4vw,48px)!important}.bottom-cta p{color:#eaffff!important}
footer{background:#071630!important;color:#fff!important;padding:64px 0 24px!important}.footer-grid{display:grid;grid-template-columns:1.2fr .7fr 1fr;gap:50px}.footer-title{font-size:22px;margin:0 0 18px;color:#fff}.footer-text,.contact-line,.contact-line a,.footer-links a{color:#cfd8e8;text-decoration:none}.footer-links{display:grid;gap:10px}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:36px;padding-top:20px;text-align:center;color:#aebbd0;font-size:14px}.floating-wa{position:fixed;right:22px;bottom:22px;z-index:50;width:56px;height:56px;border-radius:50%;background:#25d366;color:#fff;text-decoration:none;display:grid;place-items:center;font-weight:900;font-size:20px;box-shadow:0 12px 28px rgba(37,211,102,.28)}
@media(max-width:980px){.service-grid{grid-template-columns:repeat(2,1fr)!important}.trust-strip{grid-template-columns:repeat(2,1fr)!important;margin-left:20px!important;margin-right:20px!important}.trust-strip>div:nth-child(2){border-right:0}.trust-strip>div:nth-child(-n+2){border-bottom:1px solid var(--brand-line)}.why-section{grid-template-columns:1fr!important}.process-flow{grid-template-columns:repeat(2,1fr)!important}.mini-gallery{grid-template-columns:repeat(2,1fr)!important}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}
@media(max-width:760px){.container{width:min(100% - 28px,1180px)}.nav-wrap{min-height:70px}.brand{font-size:19px;gap:10px}.brand-logo{width:42px;height:42px}.menu-button{display:block}.main-nav{display:none;position:absolute;left:0;right:0;top:70px;background:var(--brand-navy);padding:20px 24px 24px;flex-direction:column;align-items:stretch;gap:4px;border-top:1px solid rgba(255,255,255,.1);box-shadow:0 18px 30px rgba(4,18,47,.2)}.main-nav.open{display:flex}.main-nav a{padding:12px 4px}.main-nav a:after{display:none}.nav-cta{text-align:center;margin-top:8px}.products-hero{padding:80px 20px 86px!important}.products-hero h2{font-size:clamp(38px,11vw,50px)!important}.products-hero p{font-size:17px!important}.hero-actions a{width:100%}.trust-strip{grid-template-columns:1fr!important;margin-top:-28px!important}.trust-strip>div{border-right:0!important;border-bottom:1px solid var(--brand-line)!important}.trust-strip>div:last-child{border-bottom:0!important}.product-section,.gallery-section,.industries-section{width:min(100% - 28px,1180px)!important;padding:72px 0!important}.service-grid,.why-grid,.process-flow,.mini-gallery{grid-template-columns:1fr!important}.card-image-wrap{height:220px!important}.why-section,.process-section{padding:72px 20px!important}.bottom-cta{width:calc(100% - 28px)!important;margin-bottom:60px!important}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}}
@media(max-width:420px){.brand span:last-child{font-size:17px}.container{width:calc(100% - 20px)}.products-hero{padding-left:14px!important;padding-right:14px!important}}
