:root{--navy:#071b33;--navy2:#0d2f54;--orange:#f59e0b;--red:#ef4444;--ink:#102033;--muted:#64748b;--line:#dbe3ec;--surface:#f5f7fb;--white:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink)}a{color:inherit;text-decoration:none}button,input,select{font:inherit}img{display:block;max-width:100%}.container{width:min(1180px,calc(100% - 32px));margin:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.topbar{background:var(--navy);color:#dbeafe;font-size:.82rem}.topbar .container{display:flex;justify-content:space-between;gap:20px;padding:9px 0}.header{position:sticky;top:0;z-index:40;background:#fffffff5;backdrop-filter:blur(14px);border-bottom:1px solid rgba(219,227,236,.8)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;height:82px}.logo{width:250px}.nav{display:flex;align-items:center;gap:24px;font-weight:800;font-size:.92rem}.nav a:hover{color:#d97706}.cart-btn{display:inline-flex;align-items:center;gap:10px;background:var(--navy);color:#fff;border:0;border-radius:16px;padding:12px 16px;font-weight:900;cursor:pointer}.cart-count{background:var(--orange);color:var(--navy);min-width:24px;height:24px;border-radius:999px;display:grid;place-items:center;font-size:.75rem}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 85% 15%,rgba(245,158,11,.22),transparent 24%),linear-gradient(135deg,#06162a,#0c2c4f 55%,#123c68);color:#fff;padding:86px 0 76px}.hero:after{content:"";position:absolute;right:-160px;bottom:-240px;width:620px;height:620px;border:80px solid rgba(255,255,255,.04);border-radius:50%}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.25fr .75fr;gap:54px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:#ffd27a;font-size:.8rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.hero h1{font-size:clamp(2.6rem,5vw,5.2rem);line-height:.98;margin:18px 0 22px;letter-spacing:-.055em}.hero h1 span{color:var(--orange)}.hero p{font-size:1.1rem;line-height:1.75;color:#dbeafe;max-width:700px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.btn-primary,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:15px;padding:14px 20px;font-weight:900;border:1px solid transparent;cursor:pointer}.btn-primary{background:linear-gradient(135deg,var(--orange),#f97316);color:#1c1917;box-shadow:0 14px 30px #f59e0b40}.btn-secondary{border-color:#ffffff4d;color:#fff;background:#ffffff0f}.hero-card{background:#ffffff14;border:1px solid rgba(255,255,255,.16);border-radius:30px;padding:30px;box-shadow:0 30px 80px #00000040}.hero-card h3{margin:0 0 18px;font-size:1.4rem}.hero-list{display:grid;gap:15px}.hero-item{display:flex;gap:12px;align-items:flex-start;padding:14px;border-radius:18px;background:#ffffff0f}.hero-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#f59e0b26;color:#ffd27a;font-size:1.15rem;flex:0 0 auto}.hero-item strong{display:block;margin-bottom:3px}.hero-item small{color:#bdd1e8;line-height:1.4}.stats{margin-top:-26px;position:relative;z-index:3}.stats-grid{background:#fff;border:1px solid var(--line);box-shadow:0 20px 70px #0f172a1a;border-radius:25px;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}.stat{padding:25px;border-right:1px solid var(--line)}.stat:last-child{border:0}.stat b{font-size:1.65rem;display:block;color:var(--navy)}.stat span{color:var(--muted);font-size:.9rem}.section{padding:78px 0}.section-soft{background:var(--surface)}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:30px}.section-head h2{font-size:clamp(2rem,3.5vw,3.2rem);margin:0;letter-spacing:-.04em;color:var(--navy)}.section-head p{max-width:620px;color:var(--muted);line-height:1.7;margin:8px 0 0}.search-panel{background:#fff;border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:0 12px 45px #0f172a12;display:grid;grid-template-columns:1fr 260px 220px;gap:12px;margin-bottom:26px}.field{position:relative}.field input,.field select{width:100%;height:52px;border:1px solid #cfd9e5;border-radius:14px;padding:0 16px;background:#fff;color:var(--ink);outline:none}.field input:focus,.field select:focus{border-color:var(--orange);box-shadow:0 0 0 4px #f59e0b21}.catalog-meta{display:flex;justify-content:space-between;align-items:center;margin:10px 2px 20px;color:var(--muted);font-size:.92rem}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.product-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;display:flex;flex-direction:column;transition:.22s ease;min-width:0}.product-card:hover{transform:translateY(-5px);box-shadow:0 22px 50px #0f172a1f;border-color:#c5d1df}.product-image{aspect-ratio:1.2/1;background:#eef2f7;overflow:hidden;position:relative}.product-image img{width:100%;height:100%;object-fit:cover}.ref-badge{position:absolute;left:12px;top:12px;background:#071b33e0;color:#fff;border-radius:999px;padding:7px 10px;font-size:.68rem;font-weight:800}.product-body{padding:18px;display:flex;flex-direction:column;gap:12px;flex:1}.product-category{color:#c26900;font-size:.7rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.product-card h3{font-size:1rem;line-height:1.35;margin:0;color:var(--navy);min-height:2.7em}.product-code{font-size:.82rem;color:var(--muted)}.product-code b{color:var(--ink)}.product-tags{display:flex;flex-wrap:wrap;gap:7px}.tag{background:#f1f5f9;color:#475569;border-radius:999px;padding:6px 9px;font-size:.72rem}.product-actions{display:grid;grid-template-columns:1fr auto;gap:9px;margin-top:auto}.detail-btn,.add-btn{border:0;border-radius:13px;padding:11px 12px;font-weight:900;cursor:pointer}.detail-btn{background:#eef3f8;color:var(--navy)}.add-btn{background:var(--navy);color:#fff;min-width:44px}.add-btn:hover{background:#0d3158}.empty{grid-column:1/-1;text-align:center;padding:60px 20px;background:#fff;border:1px dashed #cbd5e1;border-radius:24px;color:var(--muted)}.pagination{display:flex;justify-content:center;gap:8px;margin-top:32px;flex-wrap:wrap}.page-btn{border:1px solid var(--line);background:#fff;border-radius:11px;padding:9px 13px;cursor:pointer;font-weight:800}.page-btn.active{background:var(--navy);color:#fff;border-color:var(--navy)}.categories-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.category-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;cursor:pointer;transition:.2s}.category-card:hover{border-color:var(--orange);transform:translateY(-3px)}.category-card b{display:block;color:var(--navy);margin-bottom:4px}.category-card span{font-size:.82rem;color:var(--muted)}.cta{background:linear-gradient(135deg,#071b33,#0f3a66);color:#fff;border-radius:30px;padding:42px;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta h2{margin:0 0 10px;font-size:2rem}.cta p{margin:0;color:#c7d8eb;line-height:1.6}.footer{background:#051426;color:#cbd5e1;padding:62px 0 22px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:50px}.footer-logo{width:280px;margin-bottom:18px}.footer h4{color:#fff;margin:0 0 16px}.footer p,.footer a{font-size:.9rem;line-height:1.7;color:#aebfd2}.footer-links{display:grid;gap:8px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:40px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;font-size:.8rem}.modal,.cart-drawer,.overlay{position:fixed;inset:0;z-index:80}.overlay{background:#020817a3;backdrop-filter:blur(4px)}.modal{display:none;place-items:center;padding:18px}.modal.open{display:grid}.modal-card{position:relative;z-index:81;background:#fff;border-radius:26px;width:min(920px,100%);max-height:92vh;overflow:auto;box-shadow:0 35px 100px #00000059}.modal-close{position:absolute;right:14px;top:14px;width:40px;height:40px;border:0;border-radius:50%;background:#fff;box-shadow:0 8px 24px #00000024;font-size:1.2rem;cursor:pointer;z-index:2}.modal-grid{display:grid;grid-template-columns:1fr 1fr}.modal-media{background:#eef2f7;min-height:420px}.modal-media img{width:100%;height:100%;object-fit:cover}.modal-content{padding:40px}.modal-content h2{margin:8px 0 14px;color:var(--navy);font-size:2rem}.modal-code{display:inline-flex;background:#f1f5f9;border-radius:10px;padding:9px 12px;font-weight:800}.info-list{display:grid;gap:10px;margin:22px 0}.info-row{display:flex;justify-content:space-between;gap:20px;padding-bottom:10px;border-bottom:1px solid var(--line)}.info-row span{color:var(--muted)}.modal-note{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;padding:13px;border-radius:13px;font-size:.84rem;line-height:1.5}.modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}.modal-actions button{border:0;border-radius:14px;padding:14px;font-weight:900;cursor:pointer}.cart-drawer{display:none}.cart-drawer.open{display:block}.cart-panel{position:absolute;right:0;top:0;z-index:81;width:min(480px,100%);height:100%;background:#fff;display:flex;flex-direction:column;box-shadow:-20px 0 60px #0003}.cart-header{padding:22px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.cart-header h2{margin:0;color:var(--navy)}.icon-btn{width:40px;height:40px;border:0;border-radius:12px;background:#eef2f7;cursor:pointer}.cart-items{padding:18px;overflow:auto;display:grid;gap:12px;flex:1}.cart-item{display:grid;grid-template-columns:74px 1fr auto;gap:12px;padding:12px;border:1px solid var(--line);border-radius:16px}.cart-item img{width:74px;height:74px;border-radius:12px;object-fit:cover}.cart-item h4{font-size:.88rem;margin:0 0 5px;color:var(--navy)}.cart-item small{color:var(--muted)}.qty{display:flex;align-items:center;gap:7px;margin-top:8px}.qty button{width:27px;height:27px;border:1px solid var(--line);background:#fff;border-radius:8px;cursor:pointer}.remove{border:0;background:transparent;color:#ef4444;cursor:pointer;font-size:1.1rem}.cart-footer{border-top:1px solid var(--line);padding:18px;background:#fff}.cart-footer p{font-size:.82rem;color:var(--muted);line-height:1.5}.cart-footer .btn-primary{width:100%;border:0}.clear-cart{width:100%;margin-top:8px;border:0;background:transparent;color:#b91c1c;font-weight:800;cursor:pointer;padding:10px}.toast{position:fixed;left:50%;bottom:25px;z-index:120;transform:translate(-50%,20px);background:#071b33;color:#fff;padding:12px 17px;border-radius:12px;opacity:0;pointer-events:none;transition:.25s}.toast.show{opacity:1;transform:translate(-50%)}.legal{padding:65px 0}.legal article{max-width:850px;margin:auto}.legal h1{font-size:2.7rem;color:var(--navy)}.legal h2{margin-top:32px;color:var(--navy)}.legal p,.legal li{line-height:1.75;color:#475569}@media(max-width:1000px){.nav{display:none}.hero-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat:nth-child(2){border-right:0}.stat:nth-child(-n+2){border-bottom:1px solid var(--line)}.product-grid,.categories-grid{grid-template-columns:repeat(3,1fr)}.search-panel{grid-template-columns:1fr 1fr}.search-panel .field:first-child{grid-column:1/-1}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.modal-grid{grid-template-columns:1fr}.modal-media{min-height:320px}.modal-content{padding:28px}}@media(max-width:720px){.container{width:min(100% - 22px,1180px)}.topbar{display:none}.header-inner{height:70px}.logo{width:205px}.hero{padding:62px 0}.hero h1{font-size:2.8rem}.hero-card{padding:20px}.stats{margin-top:-18px}.stats-grid{grid-template-columns:1fr 1fr}.stat{padding:18px}.stat b{font-size:1.3rem}.section{padding:55px 0}.section-head{display:block}.search-panel{grid-template-columns:1fr;padding:13px}.search-panel .field:first-child{grid-column:auto}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-body{padding:13px}.product-card h3{font-size:.88rem}.product-actions{grid-template-columns:1fr auto}.categories-grid{grid-template-columns:repeat(2,1fr)}.cta{display:block;padding:28px}.cta .btn-primary{margin-top:20px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{display:block}.modal-content h2{font-size:1.55rem}.modal-actions{grid-template-columns:1fr}.modal-media{min-height:260px}}@media(max-width:430px){.product-grid{grid-template-columns:1fr}.hero h1{font-size:2.45rem}.header-inner{gap:10px}.logo{width:180px}.cart-btn{padding:10px 12px}.cart-btn span.label{display:none}.categories-grid{grid-template-columns:1fr 1fr}.category-card{padding:14px}}.about-head{align-items:center}.about-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:22px}.about-main{background:linear-gradient(145deg,#071b33,#0d3158);color:#fff;border-radius:28px;padding:38px;box-shadow:0 24px 60px #071b3329}.about-kicker{display:inline-flex;color:#ffd27a;font-size:.76rem;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.about-main h3{font-size:2rem;line-height:1.15;margin:14px 0 18px}.about-main p{color:#d4e2f1;line-height:1.75;margin:0 0 13px}.purpose-grid{display:grid;gap:18px}.purpose-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:27px;box-shadow:0 12px 35px #0f172a0d}.purpose-icon{width:45px;height:45px;border-radius:14px;display:grid;place-items:center;background:#fff7ed;color:#c26900;font-size:1.35rem;font-weight:900}.purpose-card h3{color:var(--navy);font-size:1.35rem;margin:15px 0 9px}.purpose-card p{color:var(--muted);line-height:1.65;margin:0}.values-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.value-card{border:1px solid var(--line);border-radius:21px;padding:23px;background:#fff;transition:.2s}.value-card:hover{transform:translateY(-4px);border-color:#f3b447;box-shadow:0 18px 40px #0f172a14}.value-card>span{font-size:.72rem;font-weight:900;color:#c26900;letter-spacing:.14em}.value-card h3{color:var(--navy);margin:13px 0 8px}.value-card p{color:var(--muted);font-size:.89rem;line-height:1.6;margin:0}.services-section{background:linear-gradient(135deg,#06162a,#0b2d50);color:#fff}.services-head h2{color:#fff}.services-head p{color:#c7d8eb}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.service-card{position:relative;overflow:hidden;background:#ffffff12;border:1px solid rgba(255,255,255,.14);border-radius:23px;padding:27px;min-height:230px}.service-number{display:inline-flex;color:#ffd27a;font-size:.76rem;font-weight:900;letter-spacing:.12em}.service-card h3{font-size:1.22rem;line-height:1.3;margin:35px 0 10px}.service-card p{color:#c7d8eb;line-height:1.62;margin:0;font-size:.91rem}.service-card.featured{background:linear-gradient(135deg,#f59e0b,#f97316);color:#1c1917;border-color:transparent}.service-card.featured .service-number,.service-card.featured p{color:#422006}.brands-panel{display:grid;grid-template-columns:.9fr 1.1fr;gap:40px;align-items:center;background:#f7f9fc;border:1px solid var(--line);border-radius:28px;padding:38px}.brands-panel h2{color:var(--navy);font-size:clamp(2rem,3.4vw,3rem);margin:8px 0 10px;letter-spacing:-.04em}.brands-panel p{color:var(--muted);line-height:1.65;margin:0}.brand-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.brand-list span{display:flex;align-items:center;justify-content:center;min-height:66px;background:#fff;border:1px solid var(--line);border-radius:16px;color:var(--navy);font-weight:900;font-size:1.02rem}.brand-list span:first-child{grid-column:1/-1;background:var(--navy);color:#fff;border-color:var(--navy)}@media(max-width:1000px){.about-grid,.brands-panel{grid-template-columns:1fr}.values-grid{grid-template-columns:repeat(3,1fr)}.services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.about-main{padding:28px}.about-main h3{font-size:1.65rem}.values-grid,.services-grid{grid-template-columns:1fr}.brands-panel{padding:26px}.brand-list{grid-template-columns:1fr}.brand-list span:first-child{grid-column:auto}.service-card{min-height:auto}.nav{display:none}}:root{--navy:#031a31;--navy-2:#082b4c;--blue:#08a9f0;--blue-2:#0076bd;--white:#fff;--ink:#10243a;--muted:#64748b;--line:#dce7f0;--surface:#f5f9fc;--green:#16b94e;--orange:#08a9f0}body{overflow-x:hidden}.container{width:min(1420px,calc(100% - 40px))}.contact-bar{background:#f6f8fa;border-bottom:1px solid #dbe4ec;color:#23394f;font-size:.76rem}.contact-bar-inner{min-height:32px;display:flex;align-items:center;justify-content:center;gap:34px;white-space:nowrap}.contact-bar a{margin-left:auto;align-self:stretch;display:flex;align-items:center;padding:0 26px;background:#07467e;color:#fff;font-weight:900;text-transform:uppercase}.site-header{position:sticky;top:0;z-index:50;background:#031a31;color:#fff;box-shadow:0 8px 24px #0000002e}.nav-shell{height:76px;display:flex;align-items:center;gap:34px}.brand{width:290px;height:68px;display:flex;align-items:center}.brand img{width:210px;height:130px;object-fit:contain;object-position:center}.main-nav{display:flex;align-items:center;justify-content:center;gap:34px;margin-left:auto;text-transform:uppercase;font-size:.78rem;font-weight:900}.main-nav a{padding:28px 0 23px;border-bottom:3px solid transparent}.main-nav a:hover,.main-nav a.active{color:#fff;border-color:var(--blue)}.nav-actions{display:flex;align-items:center;gap:10px}.nav-quote{background:#07467e;padding:13px 17px;border-radius:4px;font-size:.73rem;font-weight:900;text-transform:uppercase}.cart-btn{border:1px solid rgba(255,255,255,.25);background:transparent;color:#fff;border-radius:4px;padding:10px 12px}.cart-count{background:var(--blue);color:#fff}.hero{padding:0;min-height:500px;background:#031a31;position:relative}.hero-media{position:absolute;inset:0}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-content{position:relative;z-index:2;min-height:500px;display:flex;align-items:center}.hero-copy{width:min(650px,48%);padding:54px 0}.eyebrow{color:#65cfff;font-size:.75rem;letter-spacing:.13em}.eyebrow.dark{color:#087fc0}.hero h1{font-size:clamp(2.35rem,4vw,4.25rem);line-height:1.02;margin:14px 0 16px;letter-spacing:-.045em}.hero h1 span{color:#0ab1f5}.hero p{font-size:1.04rem;line-height:1.55;color:#e0ecf6;max-width:620px}.hero-actions{margin-top:24px}.btn-primary{background:linear-gradient(180deg,#16baf6,#0788d4);color:#fff;border-radius:5px;box-shadow:0 10px 24px #008cdc40;text-transform:uppercase;font-size:.82rem}.btn-secondary{border-radius:5px;text-transform:uppercase;font-size:.82rem;background:#031a31a6}.hero-dots{display:flex;gap:10px;margin-top:20px}.hero-dots i{width:8px;height:8px;border-radius:50%;background:#fff;opacity:.8}.hero-dots i:first-child{background:#0ab1f5}.category-strip{background:#fff;border-bottom:1px solid var(--line)}.category-strip-grid{display:grid;grid-template-columns:180px repeat(7,1fr) 150px;min-height:110px}.category-title{padding:25px 20px;display:flex;flex-direction:column;justify-content:center;text-transform:uppercase;border-right:1px solid var(--line)}.category-title small{font-weight:900}.category-title strong{color:var(--blue-2)}.category-tile,.all-categories{background:#fff;border:0;border-right:1px solid var(--line);padding:12px 8px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;cursor:pointer;text-align:center}.category-tile:hover{background:#eff9ff}.category-tile span,.all-categories span{font-size:2rem;color:#082b4c}.category-tile b{font-size:.68rem;text-transform:uppercase;color:#182c40}.category-tile small{font-size:.62rem;color:#8391a0}.all-categories{background:#082b4c;color:#fff;margin:8px;border-radius:7px}.all-categories b{font-size:.68rem;text-transform:uppercase}.operations-band{background:#f4f9fc;border-bottom:1px solid var(--line)}.operations-grid{display:grid;grid-template-columns:150px repeat(4,1fr);min-height:118px}.operations-title{display:flex;flex-direction:column;justify-content:center;text-transform:uppercase}.operations-title strong{color:#087fc0}.operations-grid article{display:flex;align-items:center;gap:14px;padding:20px;border-left:1px solid var(--line)}.operations-grid article>span{font-size:2rem;color:#087fc0}.operations-grid b{text-transform:uppercase;font-size:.75rem}.operations-grid p{font-size:.72rem;color:var(--muted);margin:5px 0;line-height:1.45}.featured-products{background:#fff}.featured-layout{display:grid;grid-template-columns:1.05fr 1fr;gap:30px;padding:20px 0}.trust-points{display:grid;grid-template-columns:repeat(4,1fr);background:#06213d;color:#fff}.trust-points article{padding:18px;display:flex;gap:10px;align-items:center;border-right:1px solid rgba(255,255,255,.12)}.trust-points span{font-size:1.7rem;color:#13b2f6}.trust-points b{font-size:.68rem;text-transform:uppercase;display:block}.trust-points small{display:block;font-size:.64rem;color:#c5d4e2;margin-top:4px;line-height:1.35}.mini-head{display:flex;justify-content:space-between;color:#087fc0;text-transform:uppercase;font-size:.73rem;margin-bottom:8px}.featured-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.featured-card{border:1px solid var(--line);border-radius:5px;padding:8px;display:flex;gap:8px;min-width:0}.featured-card img{width:58px;height:58px;object-fit:contain}.featured-card div{min-width:0}.featured-card b{font-size:.65rem;line-height:1.2;display:block}.featured-card small{font-size:.57rem;color:var(--muted);display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.featured-card button{margin-top:5px;border:1px solid #8cc7e7;background:#fff;color:#067dbb;border-radius:4px;font-size:.58rem;font-weight:900;text-transform:uppercase}.brand-trust{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:14px 0}.brand-trust-inner{display:flex;align-items:center;gap:32px}.brand-trust-inner>b{text-transform:uppercase;color:#087fc0;font-size:.76rem}.brand-trust-inner div{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;flex:1}.brand-trust span{display:grid;place-items:center;min-height:48px;border:1px solid var(--line);border-radius:6px;font-weight:900;color:#4c5d6d;background:#fff}.company-section{padding:42px 0;background:#fff}.company-grid{display:grid;grid-template-columns:1.3fr 1fr .72fr;gap:26px;align-items:stretch}.company-card,.mission-grid article,.quote-panel{border:1px solid var(--line);border-radius:8px;padding:28px;background:#fff}.company-card h2{font-size:2rem;margin:8px 0 14px;color:var(--navy)}.company-card p{color:var(--muted);line-height:1.65}.company-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:22px}.company-stats div{border-top:2px solid var(--blue);padding-top:10px}.company-stats b{display:block;color:#087fc0;font-size:1.35rem}.company-stats span{font-size:.72rem;color:var(--muted)}.mission-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.mission-grid article{padding:22px}.mission-grid span{font-size:1.7rem;color:#087fc0}.mission-grid h3{margin:8px 0;color:var(--navy)}.mission-grid p{font-size:.82rem;line-height:1.55;color:var(--muted)}.quote-panel{background:#031f38;color:#fff;text-align:center;display:flex;flex-direction:column;justify-content:center}.quote-panel h3{font-size:1.35rem;margin:0 0 8px}.quote-panel p{color:#d4e2ee;font-size:.85rem;line-height:1.55}.quote-panel button,.quote-panel a{display:block;border:0;border-radius:4px;padding:12px;margin-top:9px;font-weight:900;text-transform:uppercase;font-size:.72rem}.quote-panel button{background:#18bd50;color:#fff}.quote-panel a{border:1px solid rgba(255,255,255,.5)}.services-section{background:#f5f9fc}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.services-grid article{background:#fff;border:1px solid var(--line);border-radius:8px;padding:26px}.services-grid article>span{color:#088acb;font-weight:900}.services-grid h3{color:var(--navy);margin:10px 0}.services-grid p{color:var(--muted);line-height:1.55}.services-grid .highlight{background:#06213d;color:#fff}.services-grid .highlight h3{color:#fff}.services-grid .highlight p{color:#d4e2ee}.footer{background:#031a31;padding:46px 0 0}.footer-grid{grid-template-columns:1.35fr .8fr 1fr 1fr;gap:40px}.footer-brand img{width:220px;height:145px;object-fit:contain;margin:-34px 0 -12px}.footer-brand p{max-width:390px}.footer-badges{display:flex;gap:8px}.footer-badges span{border:1px solid rgba(255,255,255,.15);border-radius:999px;padding:7px 10px;font-size:.68rem}.footer-cta{background:#0a8fd4;border:0;color:#fff;padding:11px 14px;border-radius:5px;font-weight:900;margin-top:12px}.footer-bottom{padding-bottom:18px}@media(max-width:1150px){.contact-bar-inner span:nth-child(3),.contact-bar-inner span:nth-child(4){display:none}.main-nav{gap:18px}.nav-quote{display:none}.category-strip-grid{grid-template-columns:150px repeat(4,1fr)}.category-tile:nth-of-type(n+5){display:none}.all-categories{display:flex}.featured-layout{grid-template-columns:1fr}.company-grid{grid-template-columns:1fr 1fr}.quote-panel{grid-column:1/-1}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:820px){.container{width:min(100% - 24px,1420px)}.contact-bar{display:none}.nav-shell{height:70px}.brand{width:auto}.brand img{width:155px;height:95px}.main-nav{display:none}.nav-actions{margin-left:auto}.nav-quote{display:block}.hero,.hero-content{min-height:680px}.hero-media img{object-position:center bottom}.hero-copy{width:100%;padding:54px 0 300px}.hero h1{font-size:2.55rem}.hero p{font-size:.96rem}.category-strip-grid{grid-template-columns:1fr 1fr}.category-title{grid-column:1/-1;text-align:center;border-bottom:1px solid var(--line);align-items:center}.category-tile:nth-of-type(n+5){display:flex}.all-categories{margin:8px}.operations-grid{grid-template-columns:1fr 1fr}.operations-title{grid-column:1/-1;text-align:center;padding:18px}.featured-grid{grid-template-columns:repeat(2,1fr)}.trust-points{grid-template-columns:1fr 1fr}.brand-trust-inner{display:block}.brand-trust-inner>b{display:block;margin-bottom:12px}.brand-trust-inner div{grid-template-columns:1fr 1fr}.company-grid,.mission-grid{grid-template-columns:1fr}.quote-panel{grid-column:auto}.services-grid,.footer-grid{grid-template-columns:1fr}.footer-brand img{margin:-28px 0 -10px}.nav-actions .cart-btn span:first-child{display:none}}@media(max-width:480px){.nav-quote{display:none}.hero,.hero-content{min-height:720px}.hero-copy{padding-bottom:345px}.hero h1{font-size:2.1rem}.hero-actions{flex-direction:column;align-items:stretch}.category-strip-grid{grid-template-columns:1fr 1fr}.operations-grid{grid-template-columns:1fr}.operations-grid article{border-left:0;border-top:1px solid var(--line)}.featured-grid,.trust-points,.brand-trust-inner div,.company-stats{grid-template-columns:1fr}.footer-bottom{display:block}}:root{--blue:#08a9ee;--blue-2:#0785c7;--navy:#031a31;--navy-2:#062543;--line:#d9e3ec}.container{width:min(1540px,calc(100% - 34px))}.contact-bar{background:#f6f8fb;color:#17283b;border-bottom:1px solid #dbe3eb;font-size:.72rem}.contact-bar-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:18px;white-space:nowrap}.contact-bar-inner a{align-self:stretch;display:flex;align-items:center;background:#073d6d;color:#fff;padding:0 24px;text-transform:uppercase;font-weight:900;margin-left:auto}.site-header{position:sticky;top:0;z-index:60;background:#031a31;color:#fff;box-shadow:0 4px 18px #00000024}.nav-shell{height:64px;display:flex;align-items:center;gap:28px}.brand{width:330px;height:64px;display:flex;align-items:center}.brand img{width:280px;height:108px;object-fit:contain;object-position:left center}.main-nav{margin-left:auto;gap:40px;font-size:.75rem}.main-nav a{padding:24px 0 20px}.main-nav a.active{border-color:var(--blue)}.search-icon{font-size:1.8rem}.cart-btn{border:1px solid rgba(255,255,255,.24);text-transform:uppercase;font-size:.7rem;font-weight:900}.exact-hero,.exact-hero .hero-content{min-height:365px}.exact-hero .hero-copy{width:47%;padding:42px 0}.exact-hero h1{font-size:clamp(2.15rem,3.2vw,3.7rem);line-height:1.04;margin:0 0 14px}.exact-hero p{font-size:1rem;max-width:600px}.exact-hero .hero-media img{object-position:center}.exact-hero .hero-actions{margin-top:20px}.exact-hero .btn-primary,.exact-hero .btn-secondary{padding:11px 18px}.hero-dots{margin-top:16px}.category-strip-grid{grid-template-columns:170px repeat(7,1fr) 160px;min-height:92px}.category-title{padding:18px}.category-tile{padding:8px}.category-tile span{font-size:1.65rem}.category-tile b{font-size:.62rem}.all-categories{margin:7px}.dashboard-band{background:#f7fbfe;border-bottom:1px solid var(--line)}.dashboard-grid{display:grid;grid-template-columns:1.08fr 1fr;gap:24px;align-items:stretch}.services-mini{display:grid;grid-template-columns:120px repeat(4,1fr);min-height:115px}.services-mini .operations-title{display:flex;flex-direction:column;justify-content:center;text-transform:uppercase}.services-mini .operations-title strong{color:#0784c5}.services-mini article{display:flex;gap:10px;align-items:center;padding:15px;border-left:1px solid var(--line)}.services-mini article>span{font-size:1.7rem;color:#0784c5}.services-mini b{font-size:.68rem;text-transform:uppercase}.services-mini p{font-size:.62rem;line-height:1.4;color:#607080;margin:5px 0}.dashboard-band .featured-panel{padding:10px 0}.dashboard-band .featured-grid{grid-template-columns:repeat(5,1fr)}.benefit-brand-row{border-bottom:1px solid var(--line)}.benefit-brand-grid{display:grid;grid-template-columns:1.05fr 1fr;align-items:center}.benefit-brand-grid .trust-points{min-height:68px}.brand-inline{padding:8px 20px}.brand-inline>b{font-size:.7rem;text-transform:uppercase;color:#087fc0}.brand-inline>div{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:8px}.brand-inline span{font-size:.68rem;font-weight:900;color:#6b7785;text-align:center}.about-compact{padding:12px 0;background:#fff}.about-compact-grid{display:grid;grid-template-columns:190px 1.2fr 1fr .78fr;gap:16px;align-items:stretch}.about-photo img{width:100%;height:100%;object-fit:cover;border-radius:4px}.about-compact article,.quote-panel{padding:14px}.about-compact h2{font-size:1rem;color:#087fc0;text-transform:uppercase;margin:0 0 8px}.about-compact p{font-size:.72rem;line-height:1.45;color:#566575}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:10px}.stats-row b{color:#087fc0;display:block;font-size:1rem}.stats-row span{font-size:.58rem;color:#58697a}.standard-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.standard-cards div{border:1px solid var(--line);border-radius:4px;display:grid;place-items:center;text-align:center;min-height:86px;padding:8px}.standard-cards b{color:#087fc0;font-size:1.3rem}.standard-cards span{font-size:.58rem;font-weight:800}.about-compact .quote-panel{border-radius:4px}.about-compact .quote-panel h3{font-size:1rem}.about-compact .quote-panel p{color:#d9e8f4}.about-compact .quote-panel button,.about-compact .quote-panel a{padding:9px;font-size:.62rem}.services-detail{padding:34px 0;background:#f5f9fc}.services-detail .section-head{margin-bottom:18px}.services-detail .services-grid article{padding:18px}.services-detail .services-grid h3{font-size:.98rem}.footer{padding-top:16px}.footer-grid{grid-template-columns:1.1fr .7fr .8fr .9fr 1.1fr;gap:25px}.footer-brand img{width:230px;height:95px;margin:-10px 0 -6px}.footer-brand p,.footer h4{font-size:.7rem}.footer-links{font-size:.68rem}.footer-bottom{font-size:.62rem}@media(max-width:1200px){.main-nav{gap:20px}.category-strip-grid{grid-template-columns:140px repeat(4,1fr) 140px}.category-tile:nth-of-type(n+5){display:none}.dashboard-grid,.benefit-brand-grid{grid-template-columns:1fr}.about-compact-grid{grid-template-columns:1fr 1fr}.about-photo{display:none}.footer-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:820px){.contact-bar{display:none}.nav-shell{height:70px}.brand{width:auto}.brand img{width:170px;height:90px}.main-nav{display:none}.exact-hero,.exact-hero .hero-content{min-height:700px}.exact-hero .hero-copy{width:100%;padding:48px 0 360px}.exact-hero h1{font-size:2.35rem}.category-strip-grid{grid-template-columns:1fr 1fr}.category-title{grid-column:1/-1}.category-tile:nth-of-type(n+5){display:flex}.services-mini{grid-template-columns:1fr 1fr}.services-mini .operations-title{grid-column:1/-1;text-align:center;padding:14px}.dashboard-band .featured-grid{grid-template-columns:1fr 1fr}.about-compact-grid{grid-template-columns:1fr}.standard-cards,.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.exact-hero,.exact-hero .hero-content{min-height:720px}.exact-hero .hero-copy{padding-bottom:390px}.exact-hero h1{font-size:2rem}.services-mini,.dashboard-band .featured-grid,.benefit-brand-grid,.footer-grid{grid-template-columns:1fr}.brand-inline>div{grid-template-columns:1fr 1fr}.stats-row{grid-template-columns:1fr 1fr}}.inner-hero{background:linear-gradient(135deg,#04152a,#082b52 65%,#0a4f80);color:#fff;padding:84px 0 76px;position:relative;overflow:hidden}.inner-hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 50%,rgba(0,174,239,.22),transparent 36%);pointer-events:none}.inner-hero-content{position:relative;z-index:1;max-width:900px}.inner-hero span{display:block;color:#26b6f6;text-transform:uppercase;letter-spacing:.16em;font-size:.78rem;font-weight:800;margin-bottom:14px}.inner-hero h1{font-size:clamp(2.25rem,5vw,4.5rem);line-height:1.03;margin:0 0 18px;max-width:950px}.inner-hero p{font-size:1.08rem;line-height:1.75;color:#d8e8f6;max-width:760px;margin:0}.page-section{padding:72px 0;background:#f5f8fc}.page-grid,.brands-page-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.page-grid article,.brands-page-grid article,.values-grid article,.mission-vision article,.contact-card,.contact-cta{background:#fff;border:1px solid #dce5ef;border-radius:16px;padding:28px;box-shadow:0 12px 30px #04152a12}.page-grid article>span,.brands-page-grid article>span{color:#10a9ed;font-weight:900;font-size:1.2rem}.page-grid h2,.brands-page-grid h2{font-size:1.2rem;color:#071b33}.page-grid p,.brands-page-grid p,.about-page p,.values-grid p,.mission-vision p{color:#566779;line-height:1.7}.accent-card{background:#071b33!important;color:#fff}.accent-card h2,.accent-card p{color:#fff!important}.about-page>article{max-width:920px;margin-bottom:34px}.about-page h2,.section-title{color:#071b33}.mission-vision{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-bottom:42px}.mission-vision h3,.values-grid h3{color:#0b5590}.values-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.brands-page-grid article a{color:#078fd0;font-weight:800}.contact-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.contact-card div{display:flex;flex-direction:column;padding:15px 0;border-bottom:1px solid #e4ebf2}.contact-card div:last-child{border-bottom:0}.contact-card span{color:#607183;margin-top:5px}.contact-cta{background:#071b33;color:#fff}.contact-cta span{color:#26b6f6;text-transform:uppercase;font-weight:800;letter-spacing:.12em}.contact-cta h2{font-size:2rem}.contact-cta p{color:#d7e4f0;line-height:1.7}.contact-cta a{display:block;text-align:center;background:#11b967;color:#fff;padding:15px;border-radius:8px;font-weight:800;margin-top:14px}.contact-cta a.outline{background:transparent;border:1px solid #8ba3ba}@media(max-width:900px){.page-grid,.brands-page-grid,.values-grid{grid-template-columns:1fr 1fr}.contact-page-grid,.mission-vision{grid-template-columns:1fr}}@media(max-width:620px){.inner-hero{padding:56px 0}.page-section{padding:48px 0}.page-grid,.brands-page-grid,.values-grid{grid-template-columns:1fr}}.hero-artwork,.hero-artwork .hero-media{min-height:0;aspect-ratio:1916/821}.hero-artwork .hero-media img{object-fit:cover;object-position:center}@media(max-width:720px){.hero-artwork,.hero-artwork .hero-media{aspect-ratio:3/4;min-height:0}.hero-artwork .hero-media img{object-position:center}}.eyebrow.dark{color:#0aa8ec}.brand-inline{display:flex;flex-direction:column;justify-content:center;gap:10px;padding:14px 24px;min-height:100%}.brand-inline>b{font-size:.78rem;letter-spacing:.14em}.brand-inline p{margin:0;color:#627384;font-size:.72rem;line-height:1.5;max-width:520px}.brand-inline a{display:inline-flex;align-items:center;gap:8px;color:#087fc0;font-size:.72rem;font-weight:900;text-transform:uppercase}.brands-carousel-section{padding:26px 0 34px;background:linear-gradient(180deg,#fff,#f5f9fc);border-bottom:1px solid var(--line)}.brands-carousel-section.compact{padding-top:18px}.brands-carousel-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:18px}.brands-carousel-head h2{margin:8px 0 10px;color:#071b33;font-size:clamp(1.5rem,2.2vw,2.4rem);letter-spacing:-.03em}.brands-carousel-head p{margin:0;max-width:760px;color:#5b6d7f;line-height:1.7}.brands-carousel-link{display:inline-flex;align-items:center;gap:8px;color:#077fbf;font-weight:900;white-space:nowrap;text-transform:uppercase;font-size:.78rem}.brands-carousel-shell{position:relative;overflow:hidden;border-radius:26px;padding:18px;background:linear-gradient(135deg,#041a31,#0a2b4d 55%,#0d4671);box-shadow:0 18px 45px #04152a1f}.brands-carousel-shell:before,.brands-carousel-shell:after{content:"";position:absolute;top:0;bottom:0;width:120px;z-index:2;pointer-events:none}.brands-carousel-shell:before{left:0;background:linear-gradient(90deg,#041a31eb,#041a3100)}.brands-carousel-shell:after{right:0;background:linear-gradient(270deg,#041a31eb,#041a3100)}.brands-carousel-track{display:flex;align-items:center;gap:18px;width:max-content;animation:brand-marquee 48s linear infinite}.brands-carousel-shell:hover .brands-carousel-track{animation-play-state:paused}.brand-logo-card{flex:0 0 230px;height:110px;display:grid;place-items:center;padding:16px 18px;border-radius:20px;background:linear-gradient(180deg,#fffffffa,#f3f8fcf5);border:1px solid rgba(217,227,236,.85);box-shadow:0 12px 28px #031a3129}.brand-logo-card img{max-width:100%;max-height:64px;width:auto;height:auto;object-fit:contain;filter:saturate(1.02) contrast(1.02)}@keyframes brand-marquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - 9px))}}.brands-logo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.brands-logo-grid-card{background:#fff;border:1px solid #dce5ef;border-radius:18px;padding:20px;box-shadow:0 12px 30px #04152a12;display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px}.brands-logo-grid-card>span{align-self:flex-start;color:#10a9ed;font-weight:900;font-size:1rem}.brands-logo-grid-card img{width:100%;max-width:260px;height:80px;object-fit:contain}.brands-logo-grid-card h3{margin:0;color:#071b33;font-size:1rem}.brands-logo-grid-card p{margin:0;color:#5b6d7f;line-height:1.6;font-size:.92rem}@media(max-width:1200px){.brands-logo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.brands-carousel-head{flex-direction:column;align-items:flex-start}.brand-logo-card{flex-basis:210px}.brands-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.brands-carousel-section{padding:18px 0 24px}.brands-carousel-shell{padding:14px;border-radius:20px}.brands-carousel-shell:before,.brands-carousel-shell:after{width:54px}.brands-carousel-track{gap:12px;animation-duration:36s}.brand-logo-card{flex-basis:170px;height:92px;padding:12px}.brand-logo-card img{max-height:52px}.brands-logo-grid{grid-template-columns:1fr}.brand-inline{padding:18px 0 4px}}.hero-artwork{padding:0!important;min-height:0!important;aspect-ratio:auto!important;overflow:visible;background:#031a31}.hero-artwork .hero-media{position:relative!important;inset:auto!important;display:block;width:100%;height:auto;min-height:0!important;aspect-ratio:auto!important}.hero-artwork .hero-media img{display:block;width:100%;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center!important}.brands-carousel-head{justify-content:flex-start}.brands-carousel-link{display:none!important}@media(max-width:720px){.hero-artwork,.hero-artwork .hero-media{aspect-ratio:auto!important;min-height:0!important}.hero-artwork .hero-media img{width:100%;height:auto!important;object-fit:contain!important;object-position:center!important}}.hero-carousel{position:relative!important;overflow:hidden!important;background:#031a31}.hero-carousel-track{position:relative;width:100%;display:grid}.hero-carousel .hero-slide{grid-area:1/1;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .65s ease;z-index:0}.hero-carousel .hero-slide.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:1}.hero-carousel-arrow{position:absolute;top:50%;z-index:4;width:46px;height:46px;border:1px solid rgba(255,255,255,.48);border-radius:50%;background:#020f1c9e;color:#fff;font-size:2rem;line-height:1;display:grid;place-items:center;cursor:pointer;transform:translateY(-50%);backdrop-filter:blur(5px);transition:background .2s ease,transform .2s ease}.hero-carousel-arrow:hover{background:#0096e6e6;transform:translateY(-50%) scale(1.05)}.hero-carousel-prev{left:22px}.hero-carousel-next{right:22px}.hero-carousel-dots{position:absolute;z-index:4;left:50%;bottom:18px;display:flex;gap:9px;transform:translate(-50%)}.hero-carousel-dots button{width:10px;height:10px;padding:0;border:1px solid rgba(255,255,255,.8);border-radius:50%;background:#ffffff59;cursor:pointer;transition:width .25s ease,background .25s ease,border-radius .25s ease}.hero-carousel-dots button.is-active{width:32px;border-radius:999px;background:#08a9ef}@media(max-width:720px){.hero-carousel-arrow{width:38px;height:38px;font-size:1.6rem}.hero-carousel-prev{left:10px}.hero-carousel-next{right:10px}.hero-carousel-dots{bottom:10px}}@media(prefers-reduced-motion:reduce){.hero-carousel .hero-slide{transition:none}}
