:root{--brand-navy:#0a2a6b;--brand-blue:#163f8f;--brand-blue-mid:#1f56b0;--brand-blue-bright:#3aa0e8;--wire-yellow:#f0b429;--wire-green:#2e9b45;--wire-red:#d12027;--accent-cyan:#4eb8e8;--accent-gold:#c9a227;--surface:#f7f8fb;--surface-elevated:#fff;--surface-soft:#eef2f8;--text:#0b2a5b;--text-muted:#5c6b82;--header-h:115px;--font-display:"Cormorant Garamond", Georgia, serif;--font-ui:"Barlow Condensed", "Arial Narrow", sans-serif;--font-body:"Source Sans 3", "Segoe UI", sans-serif;--shadow-soft:0 20px 50px #0b2a5b1a;--radius:18px;--radius-sm:8px;--border:#0b2a5b1a;color:var(--text);background:var(--surface);font-family:var(--font-body);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--surface);min-width:320px;color:var(--text);margin:0}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.01em;margin:0;font-weight:600;line-height:1.12}p{margin:0;line-height:1.65}.container{width:min(1200px,100% - 2.75rem);margin-inline:auto}.wire-stripe{background:linear-gradient(90deg, var(--wire-yellow) 0%, var(--wire-yellow) 33%, var(--wire-green) 33%, var(--wire-green) 66%, var(--wire-red) 66%, var(--wire-red) 100%);width:100%;height:3px}.btn{font-family:var(--font-ui);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.95rem 1.8rem;font-size:1.02rem;font-weight:600;transition:transform .25s,background .25s,box-shadow .25s,color .25s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--brand-navy);color:#fff;box-shadow:0 12px 28px #0b2a5b38}.btn-primary:hover{background:var(--brand-blue)}.btn-ghost{color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff24;border:1.5px solid #ffffff8c}.btn-ghost:hover{background:#ffffff38}.section{padding:5.75rem 0}.section-label{font-family:var(--font-ui);letter-spacing:.2em;text-transform:uppercase;color:var(--brand-blue-mid);margin-bottom:.75rem;font-size:.92rem;font-weight:600}.section-title{color:var(--brand-navy);margin-bottom:1rem;font-size:clamp(2.2rem,4.4vw,3.4rem)}.section-lead{max-width:38rem;color:var(--text-muted);font-size:1.08rem}.reveal{opacity:0;transition:opacity .75s,transform .75s;transform:translateY(28px)}.reveal.is-visible{opacity:1;transform:translateY(0)}@media (width<=768px){:root{--header-h:112px}.container{width:min(1200px,100% - 1.5rem)}.section{padding:3.75rem 0}}#root{min-height:100vh}.site-header{z-index:100;background:#fff;position:sticky;top:0}.header-topbar{background:var(--brand-navy);color:#ffffffeb;font-size:.82rem}.header-topbar-inner{justify-content:space-between;align-items:center;gap:1rem;min-height:38px;padding-block:.35rem;display:flex}.topbar-left,.topbar-right{flex-wrap:wrap;align-items:center;gap:1.15rem;display:flex}.header-topbar a,.topbar-location{color:#ffffffeb;align-items:center;gap:.4rem;transition:color .2s;display:inline-flex}.header-topbar a:hover{color:#fff}.header-topbar svg{opacity:.9;flex-shrink:0;width:14px;height:14px}.header-main{border-bottom:1px solid var(--border);background:#fff}.header-inner{justify-content:space-between;align-items:center;gap:1.25rem;min-height:74px;display:flex}.brand{flex-shrink:0;align-items:center;display:flex}.brand-logo{object-fit:contain;flex-shrink:0;width:auto;max-width:160px;height:64px;display:block}.site-nav{flex:1;justify-content:center;align-items:center;gap:1.35rem;display:flex}.nav-link{font-family:var(--font-ui);letter-spacing:.04em;text-transform:uppercase;color:var(--brand-navy);white-space:nowrap;padding:.35rem 0;font-size:.98rem;font-weight:600;transition:color .2s;position:relative}.nav-link:hover,.nav-link.is-active{color:var(--wire-red)}.nav-link.is-active:after{content:"";background:var(--wire-red);height:2px;position:absolute;bottom:0;left:0;right:0}.nav-dropdown{position:relative}.nav-dropdown-trigger{cursor:pointer;font:inherit;background:0 0;border:0;align-items:center;gap:.35rem;display:inline-flex}.nav-caret{border-top:5px solid;border-left:4px solid #0000;border-right:4px solid #0000;width:0;height:0;margin-top:2px;transition:transform .2s}.nav-dropdown.is-open .nav-caret{transform:rotate(180deg)}.nav-dropdown-menu{border:1px solid var(--border);border-radius:var(--radius-sm);width:min(640px,100vw - 2rem);min-width:280px;max-height:min(70vh,560px);box-shadow:var(--shadow-soft);opacity:0;visibility:hidden;pointer-events:none;z-index:120;background:#f2f5f8;grid-template-columns:1fr 1fr;padding:.45rem 0;transition:opacity .2s,visibility .2s;display:grid;position:absolute;top:calc(100% - 2px);left:50%;overflow-y:auto;transform:translate(-50%)}.nav-dropdown-menu:before{content:"";height:18px;position:absolute;top:-18px;left:0;right:0}.nav-dropdown.is-open .nav-dropdown-menu,.nav-dropdown:hover .nav-dropdown-menu{opacity:1;visibility:visible;pointer-events:auto}.nav-dropdown-menu a{font-family:var(--font-ui);letter-spacing:.03em;text-transform:uppercase;color:var(--brand-navy);white-space:normal;padding:.5rem .9rem;font-size:.82rem;font-weight:600;line-height:1.25;transition:background .15s,color .15s;display:block}.nav-dropdown-menu a:hover{color:var(--brand-blue-bright);background:#fff}.nav-dropdown-menu a:first-child{border-bottom:1px solid var(--border);color:var(--wire-red);grid-column:1/-1;margin-bottom:.2rem}.header-actions{flex-shrink:0;align-items:center;gap:.65rem;display:flex}.search-btn{border:1px solid var(--border);width:40px;height:40px;color:var(--brand-navy);cursor:pointer;background:#fff;border-radius:999px;place-items:center;display:grid}.search-btn svg{width:18px;height:18px}.search-btn:disabled{opacity:.55;cursor:default}.btn-outline-header,.btn-solid-header{height:40px;font-family:var(--font-ui);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border-radius:999px;align-items:center;gap:.4rem;padding:0 1rem;font-size:.88rem;font-weight:600;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.btn-outline-header{border:1.5px solid var(--brand-blue);color:var(--brand-blue);background:#fff}.btn-outline-header:hover{background:#163f8f0f}.btn-solid-header{background:var(--brand-blue);color:#fff;border:none}.btn-solid-header:hover{background:var(--brand-navy)}.btn-outline-header svg,.btn-solid-header svg{width:16px;height:16px}.nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:6px;width:42px;height:42px;padding:10px;display:none}.nav-toggle span{background:var(--brand-navy);width:100%;height:2px;transition:transform .25s,opacity .25s;display:block}.nav-toggle.is-open span:first-child{transform:translateY(8px)rotate(45deg)}.nav-toggle.is-open span:nth-child(2){opacity:0}.nav-toggle.is-open span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.mobile-only{display:none}.desktop-only{display:flex}@media (width<=1100px){.topbar-left span:last-child,.topbar-right a:nth-child(2){display:none}.site-nav{gap:1rem}.btn-outline-header span,.header-actions .btn-outline-header{font-size:.8rem}}@media (width<=980px){.header-topbar-inner{justify-content:center}.topbar-right{display:none}.nav-toggle{margin-left:auto;display:flex}.desktop-only{display:none}.mobile-only{gap:.65rem;width:100%;margin-top:.75rem;display:grid}.site-nav{border-bottom:1px solid var(--border);box-shadow:var(--shadow-soft);opacity:0;pointer-events:none;background:#fff;flex-direction:column;align-items:stretch;gap:0;padding:.5rem 1.25rem 1.15rem;transition:opacity .25s,transform .25s;position:absolute;top:115px;left:0;right:0;transform:translateY(-8px)}.site-nav.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-link{border-bottom:1px solid var(--border);padding:.85rem 0}.nav-link.is-active:after{display:none}.nav-dropdown{width:100%}.nav-dropdown-trigger{border-bottom:1px solid var(--border);justify-content:space-between;width:100%;padding:.85rem 0}.nav-dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;width:auto;min-width:0;max-height:none;box-shadow:none;background:#f7f9fc;border:0;border-radius:0;grid-template-columns:1fr;margin:0 0 .35rem;display:none;position:static;transform:none}.nav-dropdown.is-open .nav-dropdown-menu{display:grid}.nav-dropdown:hover .nav-dropdown-menu{display:none}.nav-dropdown.is-open:hover .nav-dropdown-menu{display:block}.btn-outline-header,.btn-solid-header{justify-content:center;width:100%}}@media (width<=640px){.topbar-left a:nth-child(2),.topbar-location{display:none}.brand-logo{max-width:130px;height:52px}}.site-footer{color:#ffffffe0;background:0 0;margin-top:auto;position:relative;overflow:hidden}.footer-curve{z-index:2;margin-bottom:-1px;line-height:0;position:relative}.footer-curve svg{width:100%;height:90px;display:block}.footer-curve-fill{fill:#0c2f6e}.footer-curve-accent{stroke:#3aa0e8;stroke-width:4px;stroke-opacity:.55}.footer-body{z-index:1;background:radial-gradient(70% 80% at 15% 20%,#3aa0e838,#0000 55%),radial-gradient(55% 70% at 85% 10%,#4eb8e829,#0000 50%),radial-gradient(50% 60% at 50% 100%,#0f3c8c80,#0000 55%),linear-gradient(165deg,#0c2f6e 0%,#0a2560 38%,#071b48 72%,#051436 100%);position:relative;box-shadow:inset 0 1px #78beff1f}.footer-glow{pointer-events:none;background:linear-gradient(90deg,#0000,#4eb8e80f,#0000),radial-gradient(circle at 70% 80%,#f0b42914,#0000 35%);position:absolute;inset:0}.footer-grid{z-index:1;grid-template-columns:1.4fr 1fr 1.3fr;gap:2.5rem;padding:1.25rem 0 2.5rem;display:grid;position:relative}.footer-logo{object-fit:contain;background:#fff;border-radius:12px;width:auto;max-width:200px;height:88px;margin-bottom:1rem;padding:.55rem .75rem;display:block;box-shadow:0 8px 20px #00000038}.footer-brand p{color:#dcebffc7;max-width:22rem}.footer-cert{font-size:.9rem;color:#f0d878!important;margin-top:.85rem!important}.site-footer h3{font-family:var(--font-ui);letter-spacing:.08em;text-transform:uppercase;color:#fff;margin-bottom:1rem;padding-bottom:.55rem;font-size:1.05rem;position:relative}.site-footer h3:after{content:"";background:linear-gradient(90deg,#3aa0e8,#f0b429);border-radius:999px;width:36px;height:3px;position:absolute;bottom:0;left:0}.site-footer ul,.footer-list{gap:.7rem;margin:0;padding:0;list-style:none;display:grid}.footer-list li a,.footer-list li .footer-static{color:#d2e4ffd1;align-items:flex-start;gap:.65rem;line-height:1.45;transition:color .2s;display:flex}.footer-list li a:hover{color:#fff}.footer-icon{width:28px;height:28px;color:var(--wire-yellow);background:#3aa0e829;border:1px solid #4eb8e847;border-radius:50%;flex-shrink:0;place-items:center;margin-top:.05rem;display:grid}.footer-icon svg{width:14px;height:14px}.site-footer a{color:#d2e4ffc7;transition:color .2s}.site-footer a:hover{color:#fff}.footer-bottom{z-index:1;color:#c8dcff80;background:#04102a59;border-top:1px solid #78beff29;padding:1.1rem 0;font-size:.9rem;position:relative}@media (width<=860px){.footer-curve svg{height:64px}.footer-grid{grid-template-columns:1fr;gap:2rem;padding:.75rem 0 1.75rem}}.enquiry-tab{z-index:90;background:var(--brand-navy);color:#fff;writing-mode:vertical-rl;text-orientation:mixed;font-family:var(--font-ui);letter-spacing:.14em;text-transform:uppercase;border-radius:10px 0 0 10px;padding:1.25rem .65rem;font-size:1rem;font-weight:700;transition:padding .25s,background .25s;position:fixed;top:50%;right:0;transform:translateY(-50%);box-shadow:-4px 8px 24px #0b2a5b47}.enquiry-tab:hover{background:var(--wire-red);padding-right:.9rem}@media (width<=640px){.enquiry-tab{padding:.9rem .5rem;font-size:.85rem}}.whatsapp-float{z-index:90;color:#fff;background:#25d366;border-radius:50%;place-items:center;width:56px;height:56px;transition:transform .25s,box-shadow .25s;display:grid;position:fixed;bottom:1.25rem;right:1.25rem;box-shadow:0 10px 28px #25d36673}.whatsapp-float:hover{transform:scale(1.06);box-shadow:0 14px 32px #25d3668c}.whatsapp-float svg{width:30px;height:30px}@media (width<=640px){.whatsapp-float{width:50px;height:50px;bottom:1rem;right:1rem}}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-main{flex:1}.clients-marquee{background:var(--surface-soft);padding:3.75rem 0 3.25rem;overflow:hidden}.clients-marquee-head{text-align:center;max-width:38rem;margin:0 auto 2rem}.clients-marquee-head .section-label,.clients-marquee-head .section-title,.clients-marquee-head .section-lead{text-align:center}.clients-marquee-head .section-lead{margin-inline:auto}.clients-marquee-track-wrap{padding:.5rem 0 .75rem;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000);mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000)}.clients-marquee-track{align-items:center;gap:1.25rem;width:max-content;padding-inline:1.25rem;animation:32s linear infinite clientsScroll;display:flex}.clients-marquee-track-wrap:hover .clients-marquee-track{animation-play-state:paused}@keyframes clientsScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.clients-marquee-item{border:1px solid var(--border);background:#fff;border-radius:14px;flex:none;place-items:center;width:200px;height:88px;padding:.85rem 1rem;transition:transform .25s,box-shadow .25s;display:grid;box-shadow:0 8px 20px #0b2a5b0a}.clients-marquee-item:hover{transform:translateY(-3px);box-shadow:0 14px 28px #0b2a5b1a}.clients-marquee-item img{object-fit:contain;filter:grayscale()opacity(.75);width:auto;max-width:100%;height:auto;max-height:52px;transition:filter .25s}.clients-marquee-item:hover img{filter:grayscale(0)opacity()}@media (width<=640px){.clients-marquee-item{width:160px;height:76px}.clients-marquee-track{animation-duration:26s}}@media (prefers-reduced-motion:reduce){.clients-marquee-track{flex-wrap:wrap;justify-content:center;width:auto;max-width:960px;margin:0 auto;animation:none}.clients-marquee-track-wrap{overflow:visible;-webkit-mask-image:none;mask-image:none}}.hero-stage{background:#0a1a33;width:100%;margin:0;padding:0;overflow:hidden}.hero-frame{width:100%;height:calc(100vh - var(--header-h));height:calc(100dvh - var(--header-h));isolation:isolate;border-radius:0;position:relative;overflow:hidden}.hero-media{background:#0a1a33;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.hero-video-el,.hero-poster{object-fit:cover;object-position:center center;border:0;width:100%;max-width:none;height:100%;display:block;position:absolute;inset:0;transform:none}.hero-video-el{z-index:1;opacity:0;transition:opacity 1s}.hero-video-el.is-ready{opacity:1}.hero-poster{z-index:0;transition:opacity .8s}.hero-poster.is-hidden{opacity:0;pointer-events:none}.hero-logo-band{z-index:2;pointer-events:none;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:50%;height:24%;display:flex;position:absolute;top:36%;left:12%;overflow:hidden}.hero-brand-logo{object-fit:contain;filter:drop-shadow(0 2px 8px #0000008c);width:90%;height:auto;max-height:72%;display:block}.hero-scrim{z-index:2;background:linear-gradient(90deg,#06122a8c 0%,#06122a33 45%,#06122a26 100%),linear-gradient(#06122a1a 0%,#06122a0d 50%,#06122a80 100%);position:absolute;inset:0}.hero-vignette{z-index:2;pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 0 120px #0000004d}.hero-stage:not(.is-mobile-static) .hero-scrim,.hero-stage:not(.is-mobile-static) .hero-vignette,.hero-stage:not(.is-mobile-static) .hero-content{display:none}.hero-content{z-index:3;color:#fff;width:min(1180px,100% - 2.75rem);margin-inline:max(1.375rem,50% - 590px);padding:clamp(1.5rem,3.5vw,2.75rem) 0;position:absolute;bottom:0;left:0}.hero-content-minimal{max-width:none}.hero-actions{flex-wrap:wrap;gap:.9rem;display:flex}.hero-wire-line{z-index:4;background:linear-gradient(90deg, var(--wire-yellow) 0%, var(--wire-yellow) 33%, var(--wire-green) 33%, var(--wire-green) 66%, var(--wire-red) 66%, var(--wire-red) 100%);height:4px;position:absolute;bottom:0;left:0;right:0}@media (width<=767px){.hero-frame{height:auto;min-height:min(72svh,560px);max-height:640px}.hero-stage.is-mobile-static .hero-poster{object-fit:cover;object-position:48% 42%}.hero-scrim,.hero-vignette,.hero-content{display:block}.hero-stage:not(.is-mobile-static) .hero-frame{height:auto;min-height:0;max-height:none}.hero-stage:not(.is-mobile-static) .hero-media{aspect-ratio:2;width:100%;height:auto;position:relative;inset:auto}.hero-stage:not(.is-mobile-static) .hero-video-el,.hero-stage:not(.is-mobile-static) .hero-poster{object-fit:contain;object-position:center center}.hero-stage:not(.is-mobile-static) .hero-scrim,.hero-stage:not(.is-mobile-static) .hero-vignette{display:none}.hero-stage:not(.is-mobile-static) .hero-content{background:#06122a;width:100%;margin-inline:0;padding:.9rem .75rem 1.2rem;display:block;position:relative;bottom:auto;left:auto}.hero-scrim{background:linear-gradient(#06122a33 0%,#06122a1f 40%,#06122a94 100%)}.hero-content{width:calc(100% - 1.5rem);margin-inline:.75rem;padding:1.1rem 0 1.5rem}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{text-align:center;justify-content:center;width:100%}}.industries-serve{background:radial-gradient(80% 60% at 10% 0,#3aa0e829,#0000 55%),radial-gradient(70% 50% at 90% 100%,#f0b4291a,#0000 50%),linear-gradient(165deg,#050810 0%,#071530 18%,#0c2448 48%,#0a1c38 100%);margin-top:-3.25rem;padding:5.75rem 0 4.5rem;position:relative;overflow:visible}.industries-serve:before{content:"";pointer-events:none;background-image:repeating-linear-gradient(-18deg,#0000,#0000 46px,#ffffff04 46px 47px);position:absolute;inset:0}.industries-serve-head{max-width:40rem;margin-bottom:2.5rem;position:relative}.industries-serve-head .section-label{color:var(--accent-cyan)}.industries-serve-title{font-family:var(--font-ui);color:#fff;letter-spacing:-.015em;margin:.4rem 0 .9rem;font-size:clamp(2rem,4vw,2.85rem);font-weight:700;line-height:1.12}.industries-serve-head .section-lead{color:#e8f0ffb8;margin:0}.industries-mosaic{grid-template-columns:1.15fr 1fr;gap:1rem;min-height:34rem;display:grid;position:relative}.industries-mosaic-side{grid-template-rows:repeat(3,minmax(0,1fr));grid-template-columns:1fr 1fr;gap:1rem;display:grid}.industry-panel{color:#fff;isolation:isolate;border-radius:16px;min-height:10.5rem;transition:transform .35s,box-shadow .35s;display:block;position:relative;overflow:hidden;box-shadow:0 18px 40px #00000047}.industry-panel-featured{min-height:100%}.industry-panel:hover{transform:translateY(-4px);box-shadow:0 24px 48px #00000061}.industry-panel img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .7s;position:absolute;inset:0;transform:scale(1.04)}.industry-panel:hover img{transform:scale(1.1)}.industry-panel-veil{z-index:1;pointer-events:none;background:linear-gradient(#05102426 0%,#0510248c 48%,#051024eb 100%),linear-gradient(90deg,#0715308c 0%,#0000 55%);position:absolute;inset:0}.industry-panel-featured .industry-panel-veil{background:linear-gradient(#0510241a 10%,#05102473 55%,#051024f0 100%),linear-gradient(115deg,#071530a6 0%,#0000 50%)}.industry-panel-copy{z-index:2;flex-direction:column;gap:.35rem;padding:1.15rem 1.2rem 1.25rem;display:flex;position:absolute;bottom:0;left:0;right:0}.industry-panel-featured .industry-panel-copy{max-width:28rem;padding:1.75rem 1.6rem 1.85rem}.industry-index{font-family:var(--font-ui);letter-spacing:.14em;color:var(--wire-yellow);opacity:.95;font-size:.75rem;font-weight:700}.industry-panel-copy h3{font-family:var(--font-ui);letter-spacing:.01em;color:#fff;margin:0;font-size:1.15rem;font-weight:700;line-height:1.2}.industry-panel-featured .industry-panel-copy h3{font-size:clamp(1.55rem,2.4vw,2rem)}.industry-panel-copy p{color:#e8f0ffc7;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.88rem;line-height:1.45;display:-webkit-box;overflow:hidden}.industry-panel-featured .industry-panel-copy p{-webkit-line-clamp:4;max-width:26rem;font-size:1rem}.industry-cables{font-family:var(--font-ui);letter-spacing:.06em;text-transform:uppercase;color:var(--accent-cyan);margin-top:.35rem;font-size:.72rem;font-weight:600}.industry-panel:not(.industry-panel-featured) .industry-panel-copy p{opacity:0;max-height:0;transition:opacity .3s,transform .3s,max-height .3s;transform:translateY(6px)}.industry-panel:not(.industry-panel-featured):hover .industry-panel-copy p,.industry-panel:not(.industry-panel-featured):focus-visible .industry-panel-copy p{opacity:1;max-height:4.5rem;transform:translateY(0)}@media (width<=980px){.industries-mosaic{grid-template-columns:1fr;min-height:0}.industry-panel-featured{min-height:22rem}.industries-mosaic-side{grid-template-rows:auto;grid-template-columns:1fr 1fr}}@media (width<=640px){.industries-serve{margin-top:-2.5rem;padding:4.75rem 0 3.5rem}.industries-mosaic-side{grid-template-columns:1fr}.industry-panel{min-height:13.5rem}.industry-panel:not(.industry-panel-featured) .industry-panel-copy p{opacity:1;-webkit-line-clamp:3;max-height:none;transform:none}}@media (prefers-reduced-motion:reduce){.industry-panel,.industry-panel img{transition:none}}.power-flow{background:#eef2f6;padding:0}.power-flow-stage{background:radial-gradient(circle at 70% 40%,#ffffffb3,#0000 45%),linear-gradient(#f5f7fa 0%,#e7edf4 100%);min-height:clamp(420px,62vw,640px);position:relative;overflow:hidden}.power-flow-image{object-fit:cover;object-position:48% 48%;width:100%;height:100%;display:block;position:absolute;inset:0}.power-flow-logo-band{z-index:2;pointer-events:none;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:42%;height:22%;display:flex;position:absolute;top:38%;left:14%;overflow:hidden}.power-flow-logo{object-fit:contain;filter:drop-shadow(0 2px 8px #0000008c);width:92%;height:auto;max-height:78%;display:block}.power-flow-energy{pointer-events:none;z-index:1;position:absolute;inset:0}.power-glow{filter:blur(18px);background:radial-gradient(at 0,#ffb43c8c,#0000 70%);border-radius:50%;width:min(42vw,480px);height:160px;animation:2.4s ease-in-out infinite powerPulse;position:absolute;top:38%;right:8%}.power-streak{filter:blur(.4px);transform-origin:0;background:linear-gradient(90deg,#ffdc7800,#ffbe46f2,#fffffff2,#5abeffd9,#0000);border-radius:999px;height:3px;animation:1.8s linear infinite powerStreak;position:absolute;left:48%;box-shadow:0 0 12px #ffb43ca6}.power-streak-1{width:38%;animation-duration:1.55s;top:42%}.power-streak-2{opacity:.9;width:44%;animation-duration:1.9s;animation-delay:.2s;top:46%}.power-streak-3{width:36%;height:2px;animation-duration:1.35s;animation-delay:.45s;top:50%}.power-streak-4{background:linear-gradient(90deg,#50aaff00,#78c8fff2,#ffffffe6,#0000);width:42%;animation-duration:2.1s;animation-delay:.1s;top:54%}.power-streak-5{opacity:.75;width:30%;height:2px;animation-duration:1.2s;animation-delay:.7s;top:48%}.power-streak-6{opacity:.8;width:34%;animation-duration:1.7s;animation-delay:.35s;top:57%}.power-spark{background:#fff;border-radius:50%;width:8px;height:8px;animation:2s linear infinite powerSpark;position:absolute;box-shadow:0 0 14px 4px #ffbe46d9}.power-spark-1{animation-duration:1.6s;top:44%;left:52%}.power-spark-2{animation-duration:2.1s;animation-delay:.4s;top:50%;left:55%}.power-spark-3{animation-duration:1.85s;animation-delay:.8s;top:55%;left:50%}@keyframes powerStreak{0%{opacity:0;transform:translate(-8%)scaleX(.55)}15%{opacity:1}to{opacity:0;transform:translate(55%)scaleX(1.15)}}@keyframes powerSpark{0%{opacity:0;transform:translate(0)scale(.4)}20%{opacity:1}to{opacity:0;transform:translate(220px,-18px)scale(.2)}}@keyframes powerPulse{0%,to{opacity:.55;transform:scale(.95)}50%{opacity:1;transform:scale(1.08)}}.power-flow-overlay{z-index:2;min-height:inherit;background:linear-gradient(90deg,#f7f9fc8c 0%,#f7f9fc1f 42%,#0000 68%);align-items:flex-start;padding:1.75rem 0 6.5rem;display:flex;position:relative}.power-flow-inner{width:100%}.power-flow-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:clamp(2rem,8vw,5rem);display:flex}.power-flow-btn{font-family:var(--font-ui);letter-spacing:.05em;text-transform:uppercase;border-radius:999px;align-items:center;gap:.55rem;padding:.85rem 1.35rem;font-size:.95rem;font-weight:700;transition:transform .25s,box-shadow .25s,background .25s;display:inline-flex}.power-flow-btn-primary{color:#fff;background:linear-gradient(135deg,#1f56b0,#3aa0e8);box-shadow:0 12px 28px #3aa0e859}.power-flow-btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 32px #3aa0e873}.power-flow-btn-ghost{color:var(--brand-blue-mid);background:#ffffffeb;border:1.5px solid #1f56b059}.power-flow-btn-ghost:hover{background:#fff;transform:translateY(-2px)}.power-play{border:1.5px solid;border-radius:50%;place-items:center;width:18px;height:18px;display:grid;position:relative}.power-play:after{content:"";border-top:4px solid #0000;border-bottom:4px solid #0000;border-left:6px solid;width:0;height:0;margin-left:2px}.power-flow-copy{max-width:28rem;padding-top:.5rem}.power-flow-eyebrow{font-family:var(--font-ui);letter-spacing:.16em;text-transform:uppercase;color:var(--brand-blue-mid);margin:0 0 .65rem;font-size:.85rem;font-weight:700}.power-flow-copy h2{color:var(--brand-navy);margin:0 0 .75rem;font-size:clamp(2rem,4vw,3rem);line-height:1.1}.power-flow-copy h2 span{color:var(--brand-blue-bright);display:block}.power-flow-copy p{color:var(--text-muted);margin:0;font-size:1.05rem}.power-flow-bar{z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffc7;border-top:1px solid #0b2a5b14;position:absolute;bottom:0;left:0;right:0}.power-flow-features{grid-template-columns:repeat(6,1fr);gap:.5rem;padding:.95rem 0;display:grid}.power-flow-feature{text-align:center;justify-items:center;gap:.25rem;display:grid}.power-flow-feature span{font-family:var(--font-ui);letter-spacing:.04em;color:#fff;background:var(--brand-navy);border-radius:8px;min-width:42px;padding:.3rem .45rem;font-size:.78rem;font-weight:700}.power-flow-feature strong{color:var(--brand-navy);font-size:.78rem;font-weight:600}@media (width<=960px){.power-flow-features{grid-template-columns:repeat(3,1fr);row-gap:.85rem}.power-flow-overlay{padding-bottom:8.5rem}.power-streak{left:40%}}@media (width<=640px){.power-flow-stage{min-height:min(70svh,560px)}.power-flow-image{object-position:45% 42%}.power-flow-logo-band{width:52%;height:24%;top:36%;left:10%}.power-flow-copy{text-align:center;max-width:none}.power-flow-actions{margin-bottom:1.5rem}.power-flow-features{grid-template-columns:repeat(2,1fr)}.power-streak,.power-spark{opacity:.85}}@media (prefers-reduced-motion:reduce){.power-streak,.power-spark,.power-glow{animation:none}}.product-range{background:#f5f8fc;padding:4.5rem 0 4rem}.product-range-head{text-align:center;max-width:38rem;margin:0 auto 2.5rem}.product-range-head .section-label{text-align:center}.product-range-title{font-family:var(--font-ui);color:var(--brand-navy);letter-spacing:-.01em;margin:.35rem 0 .85rem;font-size:clamp(1.9rem,3.6vw,2.6rem);font-weight:700;line-height:1.15}.product-range-title span{color:var(--brand-blue-bright)}.product-range-head .section-lead{color:var(--text-muted);margin:0 auto}.product-range-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.15rem;display:grid}.product-range-card{height:100%;color:inherit;background:#fff;border:1px solid #0b2a5b14;border-radius:14px;flex-direction:column;text-decoration:none;transition:transform .22s,box-shadow .22s,border-color .22s;display:flex;overflow:hidden;box-shadow:0 8px 22px #0b2a5b0a}.product-range-card:hover{border-color:#1e5fad47;transform:translateY(-4px);box-shadow:0 16px 34px #0b2a5b1a}.product-range-media{aspect-ratio:1;background:#eef3f9;overflow:hidden}.product-range-media img{object-fit:contain;width:100%;height:100%;padding:.85rem;transition:transform .35s;display:block}.product-range-card:hover .product-range-media img{transform:scale(1.03)}.product-range-meta{background:#fff;border-top:1px solid #0b2a5b0f;justify-content:space-between;align-items:center;gap:.65rem;min-height:3.6rem;padding:.95rem 1rem 1.05rem;display:flex}.product-range-meta h3{font-family:var(--font-ui);color:var(--brand-navy);letter-spacing:.01em;margin:0;font-size:.92rem;font-weight:700;line-height:1.3}.product-range-arrow{width:1.75rem;height:1.75rem;color:var(--brand-blue-mid);background:#1e5fad14;border-radius:999px;flex-shrink:0;place-items:center;font-size:.95rem;line-height:1;transition:transform .2s,background .2s,color .2s;display:inline-grid}.product-range-card:hover .product-range-arrow{background:var(--brand-navy);color:#fff;transform:translate(2px)}.product-range-footer{justify-content:center;margin-top:2rem;display:flex}@media (width<=1100px){.product-range-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=760px){.product-range{padding:3.5rem 0 3.25rem}.product-range-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.product-range-meta h3{font-size:.84rem}}@media (width<=420px){.product-range-grid{grid-template-columns:1fr}}.product-showcase{color:#e8eef8;background:#070b14;margin-bottom:0;padding:4.5rem 0 0;position:relative;overflow:visible}.product-showcase-bg{pointer-events:none;background:radial-gradient(55% 60% at 78% 42%,#3aa0e82e,#0000 60%),radial-gradient(40% 50% at 20% 70%,#0a2a6b73,#0000 55%),linear-gradient(#0a1220 0%,#070b14 45%,#050810 100%);position:absolute;inset:0}.product-showcase-bg:after{content:"";opacity:.14;filter:saturate(.6)brightness(.45);background-image:url(/images/premium/hero-infrastructure.png);background-position:50%;background-size:cover;position:absolute;inset:0}.product-showcase-inner{z-index:1;padding-bottom:0;position:relative}.product-showcase-grid{grid-template-columns:.95fr 1.15fr;align-items:center;gap:2rem;min-height:420px;padding-bottom:4.5rem;display:grid}.product-showcase-copy{max-width:32rem;padding-bottom:1rem}.product-showcase-title{font-family:var(--font-ui);letter-spacing:.02em;text-transform:uppercase;color:#fff;margin:0 0 1.1rem;font-size:clamp(2.4rem,5vw,3.6rem);font-weight:700;line-height:1.05}.product-showcase-title span{color:#4eb8e8;display:block}.product-showcase-lead{color:#e8eef8c7;margin:0 0 1.6rem;font-size:1.05rem;line-height:1.65}.product-showcase-features{grid-template-columns:1fr 1fr;gap:.85rem 1.25rem;margin:0 0 2rem;padding:0;list-style:none;display:grid}.product-showcase-features li{color:#e8eef8e6;align-items:center;gap:.65rem;font-size:.92rem;display:flex}.product-showcase-feature-icon{color:#4eb8e8;width:36px;height:36px;font-family:var(--font-ui);letter-spacing:.02em;background:#3aa0e826;border:1px solid #4eb8e859;border-radius:10px;flex-shrink:0;place-items:center;font-size:.62rem;font-weight:700;display:grid}.product-showcase-cta{color:#fff;font-family:var(--font-ui);letter-spacing:.06em;text-transform:uppercase;background:linear-gradient(135deg,#1f56b0,#3aa0e8);border-radius:999px;align-items:center;gap:.7rem;padding:.95rem 1.5rem;font-size:1rem;font-weight:700;transition:transform .25s,box-shadow .25s;display:inline-flex;box-shadow:0 12px 32px #3aa0e859}.product-showcase-cta span{font-size:1.15rem;line-height:1}.product-showcase-cta:hover{transform:translateY(-2px);box-shadow:0 16px 36px #3aa0e873}.product-showcase-stage{place-items:center;min-height:380px;display:grid;position:relative}.product-showcase-glow{filter:blur(18px);pointer-events:none;background:radial-gradient(#3aa0e873,#0000 70%);border-radius:50%;width:min(78%,460px);height:min(55%,280px);position:absolute;bottom:8%}.product-showcase-image{z-index:1;filter:drop-shadow(0 28px 50px #0000008c);background:0 0;width:100%;max-width:640px;height:auto;animation:6s ease-in-out infinite showcaseFloat;position:relative}@keyframes showcaseFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.product-showcase-stats{z-index:3;background:linear-gradient(#12306a,#0a1e46);border:1px solid #4eb8e838;border-radius:18px;grid-template-columns:repeat(4,1fr);gap:.5rem;max-width:100%;margin:-2.75rem auto 0;padding:1.45rem 1rem;display:grid;position:relative;box-shadow:0 18px 40px #00000059}.product-showcase-stat{text-align:center;border-right:1px solid #ffffff1a;gap:.35rem;padding:.5rem .75rem;display:grid}.product-showcase-stat:last-child{border-right:none}.product-showcase-stat strong{font-family:var(--font-ui);color:#fff;letter-spacing:.02em;font-size:clamp(1.5rem,2.8vw,2rem);font-weight:700}.product-showcase-stat span{color:#e8eef8b3;font-size:.88rem}@media (width<=960px){.product-showcase-grid{grid-template-columns:1fr;gap:1.5rem;padding-bottom:4rem}.product-showcase-copy{text-align:center;max-width:none}.product-showcase-features{justify-items:start;max-width:26rem;margin-left:auto;margin-right:auto}.product-showcase-cta{margin-inline:auto}.product-showcase-stage{order:-1;min-height:300px}.product-showcase-stats{grid-template-columns:1fr 1fr;margin-top:-2rem}.product-showcase-stat:nth-child(2){border-right:none}.product-showcase-stat:first-child,.product-showcase-stat:nth-child(2){border-bottom:1px solid #ffffff1a;padding-bottom:.9rem}}@media (width<=560px){.product-showcase{margin-bottom:0;padding-top:3.25rem}.product-showcase-features{grid-template-columns:1fr}.product-showcase-image{animation:none}}.about-showcase{background:#fff;padding:4.5rem 0 5rem}.about-showcase-grid{grid-template-columns:1.05fr 1fr;align-items:center;gap:3.5rem;display:grid}.about-visual{place-items:center;min-height:460px;display:grid;position:relative}.about-visual-frame{background:var(--wire-yellow);border-radius:18px;width:min(88%,420px);height:min(78%,390px);position:absolute;transform:rotate(-7deg);box-shadow:0 18px 40px #f0b42947}.about-visual-photo{z-index:1;width:min(90%,440px);box-shadow:var(--shadow-soft);border:4px solid #fff;border-radius:18px;position:relative;overflow:hidden;transform:rotate(5deg)}.about-visual-photo img{aspect-ratio:4/5;object-fit:cover;width:100%;display:block}.about-play-badge{z-index:2;place-items:center;width:118px;height:118px;display:grid;position:absolute;top:8%;left:4%}.about-play-core{background:var(--brand-navy);border-radius:50%;place-items:center;width:54px;height:54px;display:grid;box-shadow:0 10px 24px #0a2a6b47}.about-play-icon{border-top:8px solid #0000;border-bottom:8px solid #0000;border-left:14px solid var(--wire-yellow);width:0;height:0;margin-left:3px}.about-play-ring{width:118px;height:118px;animation:16s linear infinite aboutSpin;position:absolute;inset:0}.about-play-ring text{fill:var(--brand-navy);font-size:11px;font-family:var(--font-ui);letter-spacing:.12em;text-transform:uppercase}@keyframes aboutSpin{to{transform:rotate(360deg)}}.about-copy{max-width:34rem}.about-pill{background:var(--wire-yellow);color:var(--brand-navy);font-family:var(--font-ui);letter-spacing:.06em;text-transform:uppercase;border-radius:999px;align-items:center;margin-bottom:1rem;padding:.45rem .95rem;font-size:.85rem;font-weight:700;display:inline-flex}.about-heading{color:var(--brand-navy);margin-bottom:1rem;font-size:clamp(2.2rem,4.2vw,3.2rem);line-height:1.12}.about-heading em{color:var(--wire-red);font-style:italic;font-weight:500;display:block}.about-lead{color:var(--text-muted);margin-bottom:1.35rem;font-size:1.05rem}.about-checks{gap:.7rem;margin:0 0 1.75rem;padding:0;list-style:none;display:grid}.about-checks li{color:var(--brand-navy);align-items:center;gap:.7rem;font-weight:600;display:flex}.about-check{background:var(--brand-navy);width:26px;height:26px;color:var(--wire-yellow);border-radius:50%;flex-shrink:0;place-items:center;font-size:.8rem;display:grid}.about-meta{flex-wrap:wrap;align-items:center;gap:2rem;margin-bottom:1.75rem;display:flex}.about-sign{gap:.2rem;display:grid}.about-sign strong{font-family:var(--font-display);color:var(--brand-navy);font-size:1.45rem;font-style:italic;font-weight:600}.about-sign span{color:var(--text-muted);font-size:.9rem}.about-years{text-align:center;background:#f0f3f7;border-radius:50%;flex-shrink:0;place-content:center;width:120px;height:120px;display:grid;position:relative}.about-years:before,.about-years:after{content:"";pointer-events:none;border:1px solid #0a2a6b1f;border-radius:50%;position:absolute}.about-years:before{inset:-10px}.about-years:after{border-color:#0a2a6b0f;inset:-18px}.about-years strong{font-family:var(--font-display);color:var(--brand-navy);font-size:2.35rem;font-weight:700;line-height:1}.about-years span{font-family:var(--font-ui);letter-spacing:.08em;text-transform:uppercase;color:var(--brand-navy);max-width:5.5rem;margin-top:.25rem;font-size:.7rem;line-height:1.2}.about-cta{background:var(--wire-yellow);color:var(--brand-navy);font-family:var(--font-ui);letter-spacing:.06em;text-transform:uppercase;border-radius:10px;align-items:center;gap:.75rem;padding:.85rem .85rem .85rem 1.2rem;font-size:.95rem;font-weight:700;transition:transform .25s,box-shadow .25s;display:inline-flex;box-shadow:0 10px 24px #f0b42947}.about-cta span{background:var(--brand-navy);color:#fff;border-radius:8px;place-items:center;width:34px;height:34px;font-size:1rem;display:grid}.about-cta:hover{transform:translateY(-2px);box-shadow:0 14px 28px #f0b42961}@media (width<=960px){.about-showcase-grid{grid-template-columns:1fr;gap:2.5rem}.about-visual{min-height:420px}.about-copy{max-width:none}}@media (width<=560px){.about-visual-frame,.about-visual-photo{transform:none}.about-play-badge{top:0;left:0}.about-years{width:100px;height:100px}.about-years strong{font-size:1.7rem}}.home-about-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:3.5rem;display:grid}.home-about-cta{margin-top:1.75rem}.home-about-media{position:relative}.home-about-media img{border-radius:var(--radius);width:100%;height:auto;box-shadow:var(--shadow-soft)}.home-about-badge{background:var(--brand-navy);color:#fff;border-radius:var(--radius-sm);box-shadow:var(--shadow-soft);gap:.15rem;padding:1.1rem 1.25rem;display:grid;position:absolute;bottom:1.5rem;left:-.75rem}.home-about-badge strong{font-family:var(--font-display);font-size:2.1rem;line-height:1}.home-about-badge span{font-family:var(--font-ui);letter-spacing:.06em;text-transform:uppercase;opacity:.9;font-size:.85rem}.home-stats{padding-top:0}.stats-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.stat-item{text-align:center;background:var(--surface-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);gap:.4rem;padding:1.85rem 1.25rem;display:grid;box-shadow:0 8px 24px #0b2a5b0a}.stat-item strong{font-family:var(--font-display);color:var(--brand-navy);font-size:clamp(2.1rem,4vw,2.9rem);font-weight:600}.stat-item span{color:var(--text-muted);font-size:.95rem}.home-categories{padding-top:0}.category-strip{flex-wrap:wrap;gap:.65rem;margin-top:1.5rem;display:flex}.category-strip span{font-family:var(--font-ui);letter-spacing:.06em;text-transform:uppercase;color:var(--brand-navy);border:1px solid var(--border);border-left:3px solid var(--wire-red);border-radius:var(--radius-sm);background:#fff;padding:.65rem .95rem;font-size:.92rem;font-weight:600}.product-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2.5rem;display:grid}.product-tile{background:var(--surface-elevated);border:1px solid var(--border);border-radius:var(--radius);min-height:100%;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 8px 24px #0b2a5b0a}.product-tile:hover{box-shadow:var(--shadow-soft);transform:translateY(-4px)}.product-tile-media{aspect-ratio:4/3;background:#f7f9fc;overflow:hidden}.product-tile-media img{object-fit:contain;width:100%;height:100%;padding:.65rem;transition:transform .5s}.product-tile:hover .product-tile-media img{transform:scale(1.05)}.product-tile-body{padding:1.35rem 1.25rem 1.5rem}.product-tile h3{color:var(--brand-navy);margin-bottom:.65rem;font-size:1.45rem}.product-tile p{color:var(--text-muted);margin-bottom:1rem;font-size:.96rem}.product-tile span{font-family:var(--font-ui);letter-spacing:.08em;text-transform:uppercase;color:var(--wire-red);font-size:.82rem}.home-products-cta{text-align:center;margin-top:2.5rem}.home-unique{background:var(--surface-soft)}.unique-grid{grid-template-columns:repeat(2,1fr);gap:.85rem 1.25rem;margin-top:2rem;display:grid}.unique-item{border:1px solid var(--border);border-radius:var(--radius-sm);background:#fff;align-items:flex-start;gap:.75rem;padding:.95rem 1.05rem;display:flex}.unique-dot{background:var(--wire-red);border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:.45rem}.unique-item p{color:var(--brand-navy);font-size:1rem}.credentials-row{flex-wrap:wrap;gap:.75rem;margin-top:1.75rem;display:flex}.credential-chip{font-family:var(--font-ui);letter-spacing:.04em;color:var(--brand-navy);border:1px solid var(--border);background:#fff;border-radius:999px;padding:.65rem 1rem;font-size:.9rem;font-weight:600;box-shadow:0 4px 14px #0b2a5b0d}.home-cta-panel{border-radius:var(--radius);min-height:340px;box-shadow:var(--shadow-soft);align-items:end;display:grid;position:relative;overflow:hidden}.home-cta-panel>img{object-fit:cover;filter:brightness(.42);width:100%;height:100%;position:absolute;inset:0}.home-cta-content{z-index:1;max-width:38rem;padding:3rem 2.25rem;position:relative}.home-cta-panel .section-title{color:#fff}.home-cta-panel .section-lead{color:#ffffffdb;margin-bottom:1.4rem}@media (width<=960px){.home-about-grid{grid-template-columns:1fr;gap:2rem}.home-about-badge{left:1rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.product-grid,.unique-grid{grid-template-columns:1fr}}@media (width>=641px) and (width<=960px){.product-grid,.unique-grid{grid-template-columns:1fr 1fr}}.page-hero{background:linear-gradient(135deg, var(--brand-navy) 0%, var(--brand-blue-mid) 100%);color:#fff;padding:4.5rem 0 3.5rem;position:relative;overflow:hidden}.page-hero-image{background-position:50%;background-size:cover;align-items:flex-end;min-height:360px;padding:0;display:flex}.page-hero-overlay{background:linear-gradient(90deg,#0b2a5bc7 0%,#0b2a5b59 100%);position:absolute;inset:0}.page-hero-inner{z-index:1;padding:5rem 0 3.25rem;position:relative}.page-hero .section-label{color:var(--wire-yellow)}.page-title{color:#fff;margin-bottom:.85rem;font-size:clamp(2.4rem,5vw,3.7rem)}.page-hero .section-lead{color:#ffffffd6}.page-split{grid-template-columns:1.05fr .95fr;align-items:center;gap:3rem;display:grid}.page-split-reverse{grid-template-columns:.95fr 1.05fr}.body-copy{color:var(--text-muted);max-width:38rem;margin-top:1.25rem}.page-image{border-radius:var(--radius);width:100%;box-shadow:var(--shadow-soft)}.page-band{background:var(--surface-soft)}.leader-grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2rem;display:grid}.leader-card{background:var(--surface-elevated);border:1px solid var(--border);border-top:3px solid var(--brand-blue);border-radius:var(--radius-sm);padding:1.45rem 1.25rem}.leader-card h3{color:var(--brand-navy);margin-bottom:.35rem;font-size:1.25rem}.leader-card p{color:var(--text-muted);font-size:.95rem}.cert-row{grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2rem;display:grid}.cert-row-inline{margin-top:1.75rem}.cert-item{background:var(--surface-elevated);text-align:center;border:1px solid var(--border);border-radius:var(--radius-sm);padding:1.35rem 1rem}.cert-item strong{font-family:var(--font-display);color:var(--brand-navy);margin-bottom:.35rem;font-size:1.95rem;display:block}.cert-item span{color:var(--text-muted);font-size:.9rem}.page-cta-row,.page-cta-center{margin-top:2rem}.page-cta-center{text-align:center}.page-cta-center .section-lead{margin-inline:auto;margin-bottom:1.5rem}@media (width<=960px){.page-split,.page-split-reverse,.leader-grid,.cert-row{grid-template-columns:1fr 1fr}}@media (width<=640px){.page-split,.page-split-reverse,.leader-grid,.cert-row{grid-template-columns:1fr}.page-hero-image{min-height:300px}.page-hero-inner{padding:3.5rem 0 2.5rem}}.about-hero-actions{flex-wrap:wrap;gap:.85rem;margin-top:1.5rem;display:flex}.about-hero-actions .btn-ghost-light{font-family:var(--font-ui);letter-spacing:.06em;text-transform:uppercase;color:#fff;border-radius:var(--radius-sm);border:1.5px solid #ffffff8c;justify-content:center;align-items:center;padding:.85rem 1.25rem;font-weight:700;transition:background .2s,border-color .2s;display:inline-flex}.about-hero-actions .btn-ghost-light:hover{background:#ffffff1a;border-color:#fff}.about-page .page-title span{color:var(--wire-yellow);display:block}.about-intro-grid{grid-template-columns:1fr 1.05fr;align-items:center;gap:3.5rem;display:grid}.about-intro-visual{place-items:center;min-height:440px;display:grid;position:relative}.about-intro-frame{background:var(--wire-yellow);border-radius:18px;width:min(88%,400px);height:min(78%,370px);position:absolute;transform:rotate(-7deg);box-shadow:0 18px 40px #f0b42947}.about-intro-photo{z-index:1;width:min(90%,420px);box-shadow:var(--shadow-soft);border:4px solid #fff;border-radius:18px;position:relative;overflow:hidden;transform:rotate(5deg)}.about-intro-photo img{aspect-ratio:4/5;object-fit:contain;object-position:center;background:#fff;width:100%;display:block}.about-years-badge{z-index:2;text-align:center;background:#f0f3f7;border:1px solid #0a2a6b1a;border-radius:50%;place-content:center;width:118px;height:118px;display:grid;position:absolute;bottom:8%;right:4%;box-shadow:0 12px 28px #0b2a5b1f}.about-years-badge strong{font-family:var(--font-display);color:var(--brand-navy);font-size:2.2rem;line-height:1}.about-years-badge span{font-family:var(--font-ui);letter-spacing:.08em;text-transform:uppercase;color:var(--brand-navy);max-width:5.5rem;margin-top:.2rem;font-size:.68rem}.about-check-list{gap:.7rem;margin:1.5rem 0 0;padding:0;list-style:none;display:grid}.about-check-list li{color:var(--brand-navy);align-items:center;gap:.7rem;font-weight:600;display:flex}.about-check-list span{background:var(--brand-navy);width:26px;height:26px;color:var(--wire-yellow);border-radius:50%;flex-shrink:0;place-items:center;font-size:.78rem;display:grid}.about-quality-grid{grid-template-columns:1.05fr .95fr;align-items:start;gap:2.5rem;display:grid}.about-quality-cta{margin-top:1.5rem}.about-focus-grid{grid-template-columns:1fr 1fr;gap:.9rem;display:grid}.about-focus-card{border:1px solid var(--border);border-radius:var(--radius);background:#fff;padding:1.25rem 1.2rem;box-shadow:0 8px 22px #0b2a5b0a}.about-focus-card h3{color:var(--brand-navy);margin:0 0 .45rem;font-size:1.15rem}.about-focus-card p{color:var(--text-muted);margin:0;font-size:.95rem}.about-stats{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.about-stat{text-align:center;border-radius:var(--radius);color:#fff;background:linear-gradient(#12306a,#0a1e46);border:1px solid #4eb8e82e;padding:1.6rem 1rem}.about-stat strong{font-family:var(--font-ui);margin-bottom:.35rem;font-size:clamp(1.7rem,3vw,2.2rem);font-weight:700;display:block}.about-stat span{color:#e8eef8b3;font-size:.9rem}.about-leader-card{text-align:center;justify-items:center;gap:.35rem;display:grid}.about-leader-photo{background:#e8eef8;border:3px solid #fff;border-radius:50%;width:112px;height:112px;margin-bottom:.65rem;overflow:hidden;box-shadow:0 12px 28px #0a2a6b2e}.about-leader-photo img{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}.about-unique-grid{grid-template-columns:repeat(2,1fr);gap:.85rem;margin-top:2rem;display:grid}.about-unique-item{border:1px solid var(--border);border-radius:var(--radius-sm);background:#fff;align-items:flex-start;gap:.75rem;padding:1rem 1.1rem;display:flex}.about-unique-item span{background:var(--wire-red);border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:.45rem}.about-unique-item p{color:var(--brand-navy);margin:0}.about-credentials{flex-wrap:wrap;gap:.75rem;margin-top:1.75rem;display:flex}.about-credentials span{font-family:var(--font-ui);letter-spacing:.04em;color:var(--brand-navy);border:1px solid var(--border);background:#fff;border-radius:999px;padding:.65rem 1rem;font-weight:600}.about-help{padding-top:0}.about-help-panel{background:linear-gradient(135deg, var(--brand-navy), var(--brand-blue-mid));border-radius:var(--radius);color:#fff;box-shadow:var(--shadow-soft);grid-template-columns:1.1fr .9fr;align-items:center;gap:2rem;padding:2.5rem;display:grid}.about-help-panel .section-label{color:var(--wire-yellow)}.about-help-panel .section-title,.about-help-panel .section-lead{color:#fff}.about-help-panel .section-lead{opacity:.88}.about-help-actions{flex-wrap:wrap;gap:.85rem;margin-top:1.35rem;display:flex}.about-help-actions .btn-outline{font-family:var(--font-ui);letter-spacing:.06em;text-transform:uppercase;border-radius:var(--radius-sm);color:#fff;background:0 0;border:1.5px solid #ffffff8c;justify-content:center;align-items:center;padding:.85rem 1.25rem;font-weight:700;transition:background .2s,color .2s;display:inline-flex}.about-help-actions .btn-outline:hover{color:var(--brand-navy);background:#fff}.about-help-locations{gap:.9rem;display:grid}.about-help-locations article{border-radius:var(--radius-sm);background:#ffffff1a;border:1px solid #ffffff29;padding:1.1rem 1.2rem}.about-help-locations h3{font-family:var(--font-ui);letter-spacing:.06em;text-transform:uppercase;color:var(--wire-yellow);margin:0 0 .4rem;font-size:.95rem}.about-help-locations p{color:#ffffffe0;margin:0;font-size:.95rem}@media (width<=960px){.about-intro-grid,.about-quality-grid,.about-help-panel{grid-template-columns:1fr;gap:2rem}.about-stats{grid-template-columns:1fr 1fr}.about-intro-visual{min-height:400px}}@media (width<=720px){.about-unique-grid,.about-focus-grid{grid-template-columns:1fr}.about-intro-frame,.about-intro-photo{transform:none}.about-help-panel{padding:1.75rem 1.35rem}}@media (width<=560px){.about-stats{grid-template-columns:1fr}}.products-category-bar{flex-wrap:wrap;gap:.55rem;margin-bottom:2rem;display:flex}.products-category-bar a,.products-category-bar span{font-family:var(--font-ui);letter-spacing:.05em;text-transform:uppercase;color:var(--brand-navy);border:1px solid var(--border);border-left:3px solid var(--wire-red);border-radius:var(--radius-sm);background:#fff;padding:.55rem .85rem;font-size:.88rem;font-weight:600;transition:background .2s,color .2s}.products-category-bar a:hover{background:var(--brand-navy);color:#fff;border-color:var(--brand-navy)}.products-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.product-card{background:var(--surface-elevated);border:1px solid var(--border);border-radius:var(--radius);scroll-margin-top:calc(var(--header-h) + 1rem);transition:box-shadow .3s,transform .3s;overflow:hidden;box-shadow:0 8px 24px #0b2a5b0a}.product-card:hover{box-shadow:var(--shadow-soft);transform:translateY(-4px)}.product-card-link{color:inherit;height:100%;display:grid}.product-card-media{aspect-ratio:4/3;background:linear-gradient(160deg,#eef3f9,#f8fafc);position:relative}.product-card-media img{object-fit:contain;width:100%;height:100%;padding:.75rem}.product-card-index{font-family:var(--font-ui);letter-spacing:.08em;color:#fff;background:var(--brand-navy);border-radius:999px;padding:.3rem .65rem;font-size:.9rem;font-weight:700;position:absolute;top:.75rem;left:.75rem}.product-card-body{align-content:start;gap:.35rem;padding:1.25rem 1.3rem 1.4rem;display:grid}.product-category{font-family:var(--font-ui);letter-spacing:.1em;text-transform:uppercase;color:var(--wire-red);font-size:.78rem;margin:0!important}.product-card h2{color:var(--brand-navy);margin:0;font-size:1.35rem;line-height:1.25}.product-card p{color:var(--text-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:.35rem 0 .75rem;font-size:.95rem;display:-webkit-box;overflow:hidden}.product-card-cta{font-family:var(--font-ui);letter-spacing:.08em;text-transform:uppercase;color:var(--brand-blue-mid);align-items:center;gap:.35rem;margin-top:auto;font-size:.9rem;font-weight:700;display:inline-flex}.product-card:hover .product-card-cta{color:var(--wire-red)}.feature-pills{flex-wrap:wrap;gap:.65rem;margin:1.5rem 0 2rem;display:flex}.feature-pills span{font-family:var(--font-ui);letter-spacing:.04em;color:#fff;background:var(--brand-navy);border-radius:999px;padding:.55rem .95rem;font-weight:600}.specs-scroll{overflow-x:auto}.specs-table{border-collapse:collapse;width:100%;min-width:480px}.specs-table th,.specs-table td{text-align:left;border-bottom:1px solid var(--border);padding:.85rem 1rem;font-size:.95rem}.specs-table th{font-family:var(--font-ui);letter-spacing:.04em;text-transform:uppercase;color:var(--brand-navy);background:#f3f7fc;font-size:.82rem;font-weight:600}.specs-table td{color:var(--text-muted)}.specs-table tr:last-child td{border-bottom:none}@media (width<=960px){.products-grid{grid-template-columns:1fr 1fr}}@media (width<=640px){.products-grid{grid-template-columns:1fr}}.product-detail-hero .section-lead{max-width:40rem}.product-breadcrumb{font-family:var(--font-ui);letter-spacing:.06em;text-transform:uppercase;color:#ffffffb3;flex-wrap:wrap;align-items:center;gap:.45rem;margin-bottom:1rem;font-size:.88rem;display:flex}.product-breadcrumb a{color:#ffffffd9}.product-breadcrumb a:hover{color:var(--wire-yellow)}.product-hero-actions{flex-wrap:wrap;gap:.85rem;margin-top:1.5rem;display:flex}.btn-ghost-light{font-family:var(--font-ui);letter-spacing:.06em;text-transform:uppercase;color:#fff;border-radius:var(--radius-sm);border:1.5px solid #ffffff8c;justify-content:center;align-items:center;padding:.85rem 1.25rem;font-weight:700;transition:background .2s,border-color .2s;display:inline-flex}.btn-ghost-light:hover{background:#ffffff1a;border-color:#fff}.product-detail-grid{grid-template-columns:.95fr 1.05fr;align-items:start;gap:3rem;display:grid}.product-detail-frame{border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-soft);background:linear-gradient(160deg,#eef3f9,#fff);padding:1.25rem;overflow:hidden}.product-detail-frame img{aspect-ratio:1;object-fit:contain;width:100%;display:block}.product-highlight-row{flex-wrap:wrap;gap:.55rem;margin-top:1rem;display:flex}.product-highlight-row span{font-family:var(--font-ui);letter-spacing:.06em;text-transform:uppercase;color:var(--brand-navy);border:1px solid var(--border);border-left:3px solid var(--wire-yellow);border-radius:var(--radius-sm);background:#fff;padding:.45rem .75rem;font-size:.82rem;font-weight:700}.product-detail-uses{color:var(--brand-blue-mid);margin:1.1rem 0 1.35rem;font-weight:600}.product-feature-list{gap:.7rem;margin:0 0 1.75rem;padding:0;list-style:none;display:grid}.product-feature-list li{color:var(--brand-navy);align-items:center;gap:.7rem;font-weight:600;display:flex}.product-feature-list span{background:var(--brand-navy);width:26px;height:26px;color:var(--wire-yellow);border-radius:50%;flex-shrink:0;place-items:center;font-size:.78rem;display:grid}.product-detail-cta-row{flex-wrap:wrap;gap:.85rem;display:flex}.btn-outline{font-family:var(--font-ui);letter-spacing:.06em;text-transform:uppercase;color:var(--brand-navy);border:1.5px solid var(--brand-navy);border-radius:var(--radius-sm);background:#fff;justify-content:center;align-items:center;padding:.85rem 1.25rem;font-weight:700;transition:background .2s,color .2s;display:inline-flex}.btn-outline:hover{background:var(--brand-navy);color:#fff}.product-apps-grid{grid-template-columns:1fr 1fr;align-items:start;gap:2.5rem;display:grid}.product-app-cards{gap:.75rem;margin-top:1.25rem;display:grid}.product-app-card{border:1px solid var(--border);border-radius:var(--radius-sm);background:#fff;align-items:center;gap:.85rem;padding:1rem 1.1rem;display:flex;box-shadow:0 8px 20px #0b2a5b0a}.product-app-card p{color:var(--brand-navy);margin:0;font-weight:600}.product-app-dot{background:var(--wire-red);border-radius:50%;flex-shrink:0;width:10px;height:10px}.product-spec-table-wrap{border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-soft);background:#fff;margin-top:1.25rem;overflow:hidden}.product-spec-table{border-collapse:collapse;width:100%}.product-spec-table th,.product-spec-table td{text-align:left;border-bottom:1px solid var(--border);padding:.95rem 1.15rem}.product-spec-table tr:last-child th,.product-spec-table tr:last-child td{border-bottom:none}.product-spec-table th{width:38%;font-family:var(--font-ui);letter-spacing:.05em;text-transform:uppercase;color:var(--brand-navy);background:#f3f7fc;font-size:.82rem}.product-spec-table td{color:var(--text-muted)}.product-house-specs{border:1px solid var(--border);border-radius:var(--radius);background:#fff;margin-top:1.5rem;overflow:hidden}.product-house-specs h3{font-family:var(--font-ui);letter-spacing:.06em;text-transform:uppercase;color:#fff;background:var(--brand-navy);margin:0;padding:.95rem 1.15rem;font-size:.95rem}.related-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:1.5rem;display:grid}.related-card{border:1px solid var(--border);border-radius:var(--radius);color:inherit;background:#fff;transition:transform .25s,box-shadow .25s;display:grid;overflow:hidden;box-shadow:0 8px 24px #0b2a5b0a}.related-card:hover{box-shadow:var(--shadow-soft);transform:translateY(-4px)}.related-card-media{aspect-ratio:4/3;background:#eef3f9}.related-card-media img{object-fit:contain;background:#f7f9fc;width:100%;height:100%;padding:.5rem}.related-card-body{padding:1.1rem 1.15rem 1.25rem}.related-card-body span{font-family:var(--font-ui);letter-spacing:.08em;text-transform:uppercase;color:var(--wire-red);font-size:.78rem}.related-card-body h3{color:var(--brand-navy);margin:.35rem 0 .45rem;font-size:1.2rem}.related-card-body p{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.92rem;display:-webkit-box;overflow:hidden}@media (width<=960px){.product-detail-grid,.product-apps-grid{grid-template-columns:1fr;gap:2rem}.related-grid{grid-template-columns:1fr}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.locations-map{z-index:0;background:#e8eef8;width:100%;height:460px}.gl-map-marker{background:0 0;border:0}.gl-map-marker span{color:#fff;letter-spacing:.04em;background:#0a2a6b;border:3px solid #fff;border-radius:50%;place-items:center;width:36px;height:36px;font-family:Barlow Condensed,Arial Narrow,sans-serif;font-size:.95rem;font-weight:700;display:grid;box-shadow:0 8px 18px #0a2a6b59}.leaflet-popup-content{color:#0b2a5b;margin:.75rem .9rem;font-size:.9rem;line-height:1.45}.leaflet-popup-content a{color:#1f56b0;font-weight:600}@media (width<=860px){.locations-map{height:360px}}.contact-grid{grid-template-columns:1fr 1fr;align-items:start;gap:2.5rem;display:grid}.contact-cards{gap:1rem;display:grid}.contact-card{background:var(--surface-elevated);border:1px solid var(--border);border-left:3px solid var(--brand-blue);border-radius:var(--radius-sm);padding:1.3rem 1.25rem}.contact-card h2{color:var(--brand-navy);margin-bottom:.5rem;font-size:1.25rem}.contact-card p,.contact-card a{color:var(--text-muted)}.contact-card a:hover{color:var(--brand-blue)}.contact-map-link{font-family:var(--font-ui);letter-spacing:.05em;text-transform:uppercase;margin-top:.65rem;font-size:.88rem;font-weight:700;display:inline-block;color:var(--brand-blue-mid)!important}.contact-form{background:var(--surface-elevated);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-soft);gap:1rem;padding:1.85rem 1.6rem;display:grid}.contact-form h2{color:var(--brand-navy);margin-bottom:.25rem;font-size:1.7rem}.contact-form label{color:var(--text-muted);gap:.4rem;font-size:.95rem;display:grid}.contact-form input,.contact-form textarea{border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);background:#fff;padding:.8rem .9rem}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--brand-blue);outline:2px solid #1e5fad38}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#5c6b828c}.form-note{color:var(--brand-blue);font-size:.92rem}.contact-map-section{padding-top:.5rem}.contact-map-legend{flex-wrap:wrap;gap:.85rem 1.5rem;margin:1.25rem 0 1.35rem;display:flex}.contact-map-legend span{color:var(--brand-navy);align-items:center;gap:.55rem;font-weight:600;display:inline-flex}.contact-map-legend strong{background:var(--brand-navy);color:#fff;width:28px;height:28px;font-family:var(--font-ui);border-radius:50%;place-items:center;font-size:.85rem;display:grid}.contact-map-frame{border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-soft);background:#e8eef8;min-height:420px;overflow:hidden}.contact-map-frame iframe{border:0;width:100%;height:460px;display:block}@media (width<=860px){.contact-grid{grid-template-columns:1fr}.contact-map-frame iframe{height:360px}}
