/* HPB Elementor Widgets v2.4.5 */
.hpb,
.hpb *{box-sizing:border-box;margin:0;padding:0}
.hpb{--hpb-cyan:#00AEEF;--hpb-dark:#0D0D0D;--hpb-charcoal:#181818;--hpb-card:#1e1e1e;--hpb-white:#fff;--hpb-muted:rgba(255,255,255,.55);--hpb-border:rgba(255,255,255,.08);font-family:'Barlow',sans-serif;color:#fff}
.hpb a{text-decoration:none;color:inherit}
.hpb img{display:block;max-width:100%}

/* TOPBAR */
.hpb-topbar{background:var(--hpb-cyan);color:#000;height:36px;padding:0 40px;display:flex;align-items:center;justify-content:space-between;font-family:'Barlow Condensed',sans-serif;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase}
.hpb-top-right{display:flex;align-items:center;gap:18px}
.hpb-soc-icon{color:#000;display:flex;align-items:center;transition:opacity .2s}
.hpb-soc-icon:hover{opacity:.7}

/* THEME TOGGLE */
.hpb-theme-toggle{display:flex;align-items:center;gap:7px;background:rgba(0,0,0,.18);border:1.5px solid rgba(0,0,0,.3);border-radius:20px;padding:4px 10px 4px 5px;cursor:pointer;font:700 11px 'Barlow Condensed';letter-spacing:1.5px;text-transform:uppercase;color:#000;transition:all .25s}
.hpb-tt-track{position:relative;width:36px;height:18px;background:rgba(0,0,0,.25);border-radius:10px;flex-shrink:0;transition:background .25s}
.hpb-tt-knob{position:absolute;top:2px;left:2px;width:14px;height:14px;border-radius:50%;background:#000;transition:transform .25s,background .25s;display:flex;align-items:center;justify-content:center;font-size:8px}

/* HEADER */
.hpb-header{background:rgba(10,10,10,.98);border-bottom:1px solid rgba(0,174,239,.12);position:sticky;top:0;z-index:999;backdrop-filter:blur(10px)}
.hpb-header-inner{max-width:1400px;margin:0 auto;padding:0 40px;height:72px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.hpb-logo{display:flex;align-items:center;color:#fff;font-family:'Barlow Condensed';font-weight:700;line-height:1.1;text-decoration:none}
.hpb-logo img{height:44px;width:auto;display:block;max-width:180px}
.hpb-nav{display:flex;align-items:center;gap:4px;flex:1;justify-content:center}
.hpb-nav-item{position:relative}
.hpb-nav-item a{display:flex;align-items:center;gap:5px;color:rgba(255,255,255,.75);font:600 13px 'Barlow Condensed';letter-spacing:1.5px;text-transform:uppercase;padding:8px 12px;white-space:nowrap;border-radius:2px;transition:color .2s,background .2s}
.hpb-nav-item a:hover{color:var(--hpb-cyan);background:rgba(0,174,239,.06)}
.hpb-nav-arrow{font-size:10px;opacity:.5;transition:transform .2s}
.hpb-btn-cta,.hpb-header-cta{background:var(--hpb-cyan);color:#000!important;padding:10px 22px;font:700 13px 'Barlow Condensed';letter-spacing:1.5px;text-transform:uppercase;border-radius:2px;white-space:nowrap;display:inline-block;transition:background .2s}
.hpb-btn-cta:hover{background:#00c5ff;color:#000!important}
.hpb-desktop-cta{display:inline-block}

/* HAMBURGER */
.hpb-hamburger{display:none;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:44px;height:44px;background:none;border:1.5px solid rgba(0,174,239,.35);border-radius:3px;cursor:pointer;padding:8px;flex-shrink:0}
.hpb-ham-line{display:block;width:20px;height:2px;background:var(--hpb-cyan);border-radius:2px;transition:transform .25s,opacity .25s}

/* MOBILE DRAWER */
.hpb-mobile-drawer{display:none;position:fixed;inset:0;z-index:9999}
.hpb-mobile-drawer.open{display:block}
.hpb-drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.6)}
.hpb-drawer-panel{position:fixed;top:0;left:0;bottom:0;width:min(320px,85vw);background:#0d0d0d;display:flex;flex-direction:column;overflow-y:auto;box-shadow:4px 0 32px rgba(0,0,0,.7)}
.hpb-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(0,174,239,.15);background:#080808;flex-shrink:0}
.hpb-drawer-nav{flex:1}
.hpb-drawer-nav a{display:block;padding:13px 20px;color:rgba(255,255,255,.85);font:700 14px 'Barlow Condensed';letter-spacing:1.5px;text-transform:uppercase;border-bottom:1px solid rgba(255,255,255,.06);transition:color .2s,background .2s}
.hpb-drawer-nav a:hover{color:var(--hpb-cyan);background:rgba(0,174,239,.06)}
.hpb-drawer-footer{padding:16px 20px;border-top:1px solid rgba(0,174,239,.15);flex-shrink:0}

/* HERO */
.hpb-hero{background:#080808;position:relative;overflow:hidden;min-height:92vh;isolation:isolate}
.hpb-hero-grid{position:absolute;inset:0;z-index:0;background-image:linear-gradient(rgba(0,174,239,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,174,239,.03) 1px,transparent 1px);background-size:64px 64px;pointer-events:none}
.hpb-hero-left{position:relative;z-index:5;width:48%;min-height:92vh;padding:90px 60px 90px 80px;display:flex;flex-direction:column;justify-content:center}
.hpb-eyebrow{display:inline-flex;align-items:center;gap:10px;font:700 11px 'Barlow Condensed';letter-spacing:3px;text-transform:uppercase;color:var(--hpb-cyan);margin-bottom:24px}
.hpb-eyebrow::before{content:'';width:28px;height:2px;background:var(--hpb-cyan);display:block;flex-shrink:0}
.hpb-eyebrow-c{justify-content:center}
.hpb-eyebrow-c::before,.hpb-eyebrow-c::after{content:'';width:24px;height:2px;background:var(--hpb-cyan);display:block}
.hpb-hero h1{font-family:'Bebas Neue',sans-serif;font-size:clamp(54px,6.5vw,92px);line-height:.95;letter-spacing:2px;margin-bottom:24px;-webkit-font-smoothing:antialiased}
.hpb-hw{display:block;color:#fff}
.hpb-hc{display:block;color:var(--hpb-cyan)}
.hpb-hero p{font-size:17px;font-weight:300;line-height:1.7;color:var(--hpb-muted);max-width:500px;margin-bottom:40px}
.hpb-btn-row{display:flex;gap:14px;flex-wrap:wrap}
.hpb-btn-cyan{background:var(--hpb-cyan);color:#000;padding:14px 34px;font:700 13px 'Barlow Condensed';letter-spacing:2px;text-transform:uppercase;display:inline-block;transition:background .2s,transform .15s}
.hpb-btn-cyan:hover{background:#00c5ff;transform:translateY(-2px)}
.hpb-btn-outline{border:1.5px solid rgba(255,255,255,.25);color:rgba(255,255,255,.75);padding:14px 34px;font:600 13px 'Barlow Condensed';letter-spacing:2px;text-transform:uppercase;display:inline-block;transition:all .2s}
.hpb-btn-outline:hover{border-color:var(--hpb-cyan);color:var(--hpb-cyan);transform:translateY(-2px)}
.hpb-stats{display:flex;gap:0;margin-top:56px;padding-top:40px;border-top:1px solid var(--hpb-border)}
.hpb-stat{padding-right:28px;margin-right:14px}
.hpb-stat-b{border-left:1px solid var(--hpb-border);padding-left:14px}
.hpb-stat strong{display:block;font-family:'Bebas Neue';font-size:40px;color:var(--hpb-cyan);line-height:1}
.hpb-stat span{font-size:9px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,.35)}

/* DIAGONAL */
.hpb-diagonal{position:absolute;top:0;bottom:0;left:48%;width:48px;z-index:7;pointer-events:none;overflow:visible}

/* CAROUSEL */
.hpb-carousel{position:absolute;top:0;right:0;bottom:0;left:48%;z-index:2;overflow:hidden;min-height:92vh;height:100%;background:transparent;clip-path:polygon(42px 0,100% 0,100% 100%,0 100%)}
.hpb-slide{position:absolute;inset:0;opacity:0;transition:opacity .45s ease;background:transparent}
.hpb-slide.active{opacity:1;z-index:1}
.hpb-slide img{width:100%;height:100%;object-fit:cover;object-position:center;filter:none!important;mix-blend-mode:normal!important}
.hpb-slide-fade,.hpb-carousel::before,.hpb-carousel::after,.hpb-slide::before,.hpb-slide::after{display:none!important;content:none!important}
.hpb-slide-badge{position:absolute;top:20px;right:20px;background:var(--hpb-cyan);color:#000;z-index:2;padding:8px 18px;font:700 11px 'Barlow Condensed';letter-spacing:2px;text-transform:uppercase}
.hpb-carousel-dots{position:absolute;bottom:28px;right:28px;z-index:8;display:flex;gap:8px;align-items:center}
.hpb-dot{display:block;width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.3);border:1.5px solid rgba(255,255,255,.4);transition:all .3s;cursor:pointer}
.hpb-dot.active{background:var(--hpb-cyan);border-color:var(--hpb-cyan);width:24px;border-radius:4px}
.hpb-prev,.hpb-next{position:absolute;z-index:9;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:1px solid rgba(0,174,239,.7);background:rgba(0,0,0,.38);color:#fff;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}
.hpb-prev{left:64px}
.hpb-next{right:24px}
.hpb-prev:hover,.hpb-next:hover{background:rgba(0,174,239,.3);border-color:var(--hpb-cyan)}

/* TICKER */
.hpb-ticker{background:var(--hpb-cyan);padding:13px 0;overflow:hidden;white-space:nowrap}
.hpb-ticker-track{display:inline-flex;animation:hpbTick 30s linear infinite}
.hpb-ticker-track span{font:700 13px 'Barlow Condensed';letter-spacing:3px;text-transform:uppercase;color:#000;padding:0 32px}
.hpb-ticker-track span::before{content:'✦';margin-right:32px;font-size:10px}
@keyframes hpbTick{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* SECTIONS */
.hpb-services,.hpb-brands,.hpb-industries,.hpb-testimonials,.hpb-orderform{padding:96px 80px;background:var(--hpb-charcoal)}
.hpb-brands,.hpb-industries{background:var(--hpb-dark)}
.hpb-sec-inner{max-width:1300px;margin:0 auto}
.hpb-sec-head-row{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:56px;gap:24px}
.hpb h2{font-family:'Bebas Neue',sans-serif;font-size:clamp(36px,4vw,60px);line-height:1;letter-spacing:1.5px;margin-bottom:16px}
.hpb p,.hpb-sec-sub{font-size:16px;font-weight:300;line-height:1.7;color:var(--hpb-muted);max-width:520px}

/* SERVICES GRID */
.hpb-svc-row4{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;margin-bottom:4px}
.hpb-svc-row3{display:grid;grid-template-columns:repeat(3,1fr);gap:4px}
.hpb-svc-card{position:relative;overflow:hidden;aspect-ratio:3/4;background:#222;cursor:pointer}
.hpb-svc-wide{aspect-ratio:16/9}
.hpb-svc-card img{width:100%;height:100%;object-fit:cover;filter:grayscale(15%) contrast(1.1);transition:transform .5s}
.hpb-svc-card:hover img{transform:scale(1.05)}
.hpb-svc-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.88),rgba(0,0,0,.1) 55%,transparent);display:flex;flex-direction:column;justify-content:flex-end;padding:28px 24px;transition:background .3s}
.hpb-svc-card:hover .hpb-svc-overlay{background:linear-gradient(to top,rgba(0,174,239,.82),rgba(0,0,0,.3) 60%,transparent)}
.hpb-svc-overlay small{font-size:10px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--hpb-cyan);margin-bottom:6px;transition:color .3s}
.hpb-svc-card:hover .hpb-svc-overlay small{color:rgba(0,0,0,.65)}
.hpb-svc-overlay h3{font-family:'Bebas Neue';font-size:24px;letter-spacing:1px;color:#fff;margin-bottom:6px;line-height:1.1}
.hpb-svc-overlay p{font-size:12px;color:rgba(255,255,255,.65);line-height:1.55;margin:0;max-width:none}

/* BRANDS MARQUEE */
.hpb-brands-head{text-align:center;margin-bottom:40px}
.hpb-marquee-wrap{position:relative;overflow:hidden;padding:16px 0}
.hpb-fade-l{position:absolute;top:0;left:0;bottom:0;width:80px;background:linear-gradient(to right,var(--hpb-dark),transparent);z-index:2;pointer-events:none}
.hpb-fade-r{position:absolute;top:0;right:0;bottom:0;width:80px;background:linear-gradient(to left,var(--hpb-dark),transparent);z-index:2;pointer-events:none}
.hpb-marquee-track{display:flex;gap:0;white-space:nowrap}
.hpb-mq-fwd{animation:hpbMqFwd 30s linear infinite}
.hpb-mq-rev{animation:hpbMqRev 28s linear infinite}
.hpb-marquee-track span{display:inline-block;padding:10px 28px;margin-right:8px;font:700 14px 'Barlow Condensed';letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,.55);background:rgba(0,174,239,.06);border:1px solid rgba(0,174,239,.15);border-radius:2px;white-space:nowrap;flex-shrink:0;cursor:default;transition:color .2s,background .2s}
.hpb-marquee-track span:hover{color:var(--hpb-cyan);background:rgba(0,174,239,.12)}
@keyframes hpbMqFwd{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
@keyframes hpbMqRev{0%{transform:translateX(-50%)}100%{transform:translateX(0)}}

/* INDUSTRIES */
.hpb-ind-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3px;margin-top:40px}
.hpb-ind-card{background:var(--hpb-card);padding:28px 24px;cursor:pointer;position:relative;overflow:hidden;transition:background .3s,transform .2s}
.hpb-ind-card::before{content:'';position:absolute;bottom:0;left:0;width:0;height:3px;background:var(--hpb-cyan);transition:width .4s}
.hpb-ind-card:hover{background:#222;transform:translateY(-2px)}
.hpb-ind-card:hover::before{width:100%}
.hpb-ind-icon{font-size:28px;margin-bottom:12px;display:block}
.hpb-ind-name{font:700 13px 'Barlow Condensed';letter-spacing:1.5px;text-transform:uppercase;color:rgba(255,255,255,.8);transition:color .2s}
.hpb-ind-card:hover .hpb-ind-name{color:var(--hpb-cyan)}

/* PROCESS */
.hpb-process{background:#080808;padding:100px 0;position:relative;overflow:hidden}
.hpb-proc-bg-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(0,174,239,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(0,174,239,.04) 1px,transparent 1px);background-size:48px 48px;pointer-events:none}
.hpb-proc-glow-l{position:absolute;top:-100px;left:-200px;width:600px;height:600px;background:radial-gradient(circle,rgba(0,174,239,.08) 0%,transparent 70%);pointer-events:none}
.hpb-proc-glow-r{position:absolute;bottom:-100px;right:-200px;width:500px;height:500px;background:radial-gradient(circle,rgba(0,174,239,.06) 0%,transparent 70%);pointer-events:none}
.hpb-proc-hdr{text-align:center;margin-bottom:72px}
.hpb-proc-hdr h2{font-family:'Bebas Neue';font-size:clamp(52px,6vw,80px);letter-spacing:3px;color:#fff;line-height:1;margin-bottom:14px}
.hpb-proc-hdr p{font-size:15px;font-weight:300;color:rgba(255,255,255,.5);max-width:480px;margin:0 auto}
.hpb-proc-steps{display:grid;grid-template-columns:repeat(7,1fr);gap:0;position:relative;align-items:start}
.hpb-proc-steps::before{content:'';position:absolute;top:52px;left:calc(100%/14);right:calc(100%/14);height:1px;background:linear-gradient(90deg,transparent 0%,rgba(0,174,239,.3) 10%,rgba(0,174,239,.6) 50%,rgba(0,174,239,.3) 90%,transparent 100%);z-index:0}
.hpb-proc-steps::after{content:'';position:absolute;top:49px;left:calc(100%/14);width:40px;height:7px;background:linear-gradient(90deg,transparent,#00AEEF,transparent);border-radius:4px;animation:hpbPulse 3s ease-in-out infinite;z-index:1}
@keyframes hpbPulse{0%{left:calc(100%/14);opacity:0}10%{opacity:1}90%{opacity:1}100%{left:calc(100% - 100%/14 - 40px);opacity:0}}
.hpb-proc-step{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 6px;position:relative;z-index:2;cursor:default}
.hpb-proc-node{width:104px;height:104px;border-radius:50%;background:linear-gradient(135deg,#0d1a2e 0%,#0a0f1a 100%);border:1.5px solid rgba(0,174,239,.25);display:flex;align-items:center;justify-content:center;margin-bottom:20px;position:relative;transition:border-color .3s,box-shadow .3s,transform .3s;flex-shrink:0}
.hpb-proc-step:hover .hpb-proc-node{border-color:var(--hpb-cyan);box-shadow:0 0 24px rgba(0,174,239,.35),0 0 0 8px rgba(0,174,239,.06);transform:translateY(-4px)}
.hpb-proc-badge{position:absolute;top:-4px;right:-4px;width:28px;height:28px;border-radius:50%;background:var(--hpb-cyan);font-family:'Bebas Neue';font-size:14px;color:#000;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 12px rgba(0,174,239,.6);z-index:1}
.hpb-proc-node svg{transition:filter .3s}
.hpb-proc-step:hover .hpb-proc-node svg{filter:drop-shadow(0 0 8px rgba(0,174,239,.7))}
.hpb-proc-name{font:700 11px 'Barlow Condensed';letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,.8);margin-bottom:8px;line-height:1.25;transition:color .3s}
.hpb-proc-step:hover .hpb-proc-name{color:var(--hpb-cyan)}
.hpb-proc-desc{font-size:11px;font-weight:300;line-height:1.6;color:rgba(255,255,255,.35);max-width:120px;transition:color .3s}
.hpb-proc-step:hover .hpb-proc-desc{color:rgba(255,255,255,.6)}

/* TESTIMONIALS */
.hpb-testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3px;margin-top:48px}
.hpb-testi-card{background:var(--hpb-card);padding:40px 32px}
.hpb-testi-q{font-family:'Bebas Neue';font-size:64px;color:var(--hpb-cyan);line-height:.55;margin-bottom:18px;opacity:.45}
.hpb-testi-card>p{font-size:14px;line-height:1.75;color:rgba(255,255,255,.7);margin-bottom:28px;max-width:none}
.hpb-testi-author{display:flex;align-items:center;gap:12px}
.hpb-testi-av{width:42px;height:42px;border-radius:50%;background:var(--hpb-cyan);display:flex;align-items:center;justify-content:center;font-family:'Bebas Neue';font-size:15px;color:#000;flex-shrink:0}
.hpb-testi-author strong{display:block;font:700 15px 'Barlow Condensed';letter-spacing:.5px;text-transform:uppercase}
.hpb-testi-author span{font-size:12px;color:rgba(255,255,255,.4)}

/* ORDER FORM */
.hpb-orderform{background:linear-gradient(180deg,#111,#0d0d0d);padding:80px}
.hpb-of-wrap{max-width:1200px;margin:0 auto;background:#1a1a1a;border-radius:4px;overflow:hidden;box-shadow:0 8px 60px rgba(0,0,0,.5)}
.hpb-of-hdr{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;padding:24px 32px 20px;background:#111;border-bottom:3px solid var(--hpb-cyan)}
.hpb-of-hdr h2{font-family:'Bebas Neue';font-size:clamp(28px,4vw,48px);color:#fff;letter-spacing:1px;text-transform:uppercase;margin-bottom:4px}
.hpb-of-tagline{font:700 13px 'Barlow Condensed';letter-spacing:3px;text-transform:uppercase;color:var(--hpb-cyan)}
.hpb-of-contact{display:flex;flex-direction:column;gap:6px;font-size:13px;color:rgba(255,255,255,.6);min-width:220px}
.hpb-of-form{padding:16px;background:#0f0f0f;display:flex;flex-direction:column;gap:0}
.hpb-of-row3{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.hpb-of-card{background:#1a1a1a;border:1px solid rgba(0,174,239,.2);border-radius:3px;overflow:hidden}
.hpb-of-head{display:flex;align-items:center;gap:10px;background:var(--hpb-cyan);color:#000;padding:10px 16px;font:700 13px 'Barlow Condensed';letter-spacing:2px;text-transform:uppercase}
.hpb-of-num{width:26px;height:26px;border-radius:50%;background:#000;color:var(--hpb-cyan);font-family:'Bebas Neue';font-size:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.hpb-of-head-done{background:var(--hpb-cyan)}
.hpb-of-num-done{background:#000;color:var(--hpb-cyan)}
.hpb-of-done{border-color:rgba(0,174,239,.3)}
.hpb-of-body{padding:16px;display:flex;flex-direction:column;gap:12px}
.hpb-of-body label{display:flex;flex-direction:column;gap:5px;font:700 11px 'Barlow Condensed';letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,.5)}
.hpb-of-body input[type=text],.hpb-of-body input[type=email],.hpb-of-body input[type=tel],.hpb-of-body input[type=number],.hpb-of-body input[type=date],.hpb-of-body textarea,.hpb-of-body select{background:#111;border:1px solid rgba(0,174,239,.2);color:#fff;padding:9px 12px;font:300 13px 'Barlow';border-radius:2px;width:100%;outline:none;transition:border-color .2s}
.hpb-of-body input:focus,.hpb-of-body textarea:focus{border-color:var(--hpb-cyan)}
.hpb-of-body textarea{resize:vertical;min-height:72px}
.hpb-of-label{font:700 11px 'Barlow Condensed';letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,.5);margin-top:4px}
.hpb-of-checks{display:flex;gap:14px;flex-wrap:wrap;align-items:center}
.hpb-of-checks label{display:flex;align-items:center;gap:6px;font:300 13px 'Barlow';color:rgba(255,255,255,.7);text-transform:none;letter-spacing:0;cursor:pointer}
.hpb-of-checks input[type=checkbox],.hpb-of-checks input[type=radio]{width:14px;height:14px;accent-color:var(--hpb-cyan);cursor:pointer;flex-shrink:0}
.hpb-of-products{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}
.hpb-of-prod{display:flex;flex-direction:column;align-items:center;gap:6px;padding:10px 6px;background:#111;border:1px solid rgba(255,255,255,.07);border-radius:2px;cursor:pointer;transition:all .2s;text-align:center}
.hpb-of-prod span{font:600 10px 'Barlow Condensed';letter-spacing:1px;text-transform:uppercase;color:rgba(255,255,255,.5);transition:color .2s}
.hpb-of-prod:has(input:checked){border-color:var(--hpb-cyan);background:rgba(0,174,239,.1)}
.hpb-of-prod:has(input:checked) span{color:var(--hpb-cyan)}
.hpb-of-prod input{display:none}
.hpb-of-filetypes{display:flex;flex-wrap:wrap;gap:6px}
.hpb-of-filetypes span{color:#fff;font:900 12px Arial;padding:7px 10px;border-radius:3px;min-height:38px;display:flex;align-items:center;cursor:default}
.hpb-of-colors{display:flex;gap:10px;flex-wrap:wrap}
.hpb-of-colors label{display:flex;flex-direction:column;align-items:center;gap:5px;cursor:pointer;font:600 9px 'Barlow Condensed';letter-spacing:1px;text-transform:uppercase;color:rgba(255,255,255,.45)}
.hpb-of-colors input{display:none}
.hpb-of-colors span{width:32px;height:32px;border-radius:50%;border:2px solid rgba(255,255,255,.15);display:block;transition:all .2s}
.hpb-of-colors label:has(input:checked) span{border-color:var(--hpb-cyan);transform:scale(1.2);box-shadow:0 0 0 3px rgba(0,174,239,.2)}
.hpb-of-methods{display:flex;flex-direction:column;gap:0}
.hpb-of-methods label{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.06);font:300 13px 'Barlow';color:rgba(255,255,255,.75);text-transform:none;letter-spacing:0;cursor:pointer}
.hpb-of-methods label strong{font:700 13px 'Barlow';color:rgba(255,255,255,.9)}
.hpb-of-methods input[type=checkbox]{width:14px;height:14px;accent-color:var(--hpb-cyan)}
.hpb-of-submit{width:100%;background:var(--hpb-cyan);color:#000;border:none;padding:14px;font:700 15px 'Barlow Condensed';letter-spacing:2px;text-transform:uppercase;cursor:pointer;border-radius:2px;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:8px;box-shadow:0 4px 20px rgba(0,174,239,.3);transition:background .2s}
.hpb-of-submit:hover{background:#00c5ff}

/* SIZE TABLE */
.hpb-sz-table{width:100%;border-collapse:collapse;min-width:700px;font-size:11px}
.hpb-sz-table th{padding:5px 3px;font:700 9px 'Barlow Condensed';letter-spacing:1px;text-transform:uppercase;text-align:center;border:1px solid rgba(0,174,239,.15)}
.hpb-sg{background:rgba(0,174,239,.08);color:var(--hpb-cyan)}
.hpb-sl{background:rgba(0,0,0,.3);color:rgba(255,255,255,.5)}
.hpb-sz-table td{border:1px solid rgba(0,174,239,.1);padding:2px}
.hpb-sz-in{width:100%;background:transparent;border:none;text-align:center;font:300 11px 'Barlow';color:#fff;padding:4px 2px;min-width:28px;outline:none}
.hpb-sz-in:focus{background:rgba(0,174,239,.08)}
.hpb-of-totals{display:flex;gap:14px;margin-top:14px;align-items:flex-start}
.hpb-total-box{background:rgba(0,174,239,.07);border:1px solid rgba(0,174,239,.2);padding:10px 20px;border-radius:2px;text-align:center;min-width:130px}
.hpb-total-box>div:first-child{font:700 9px 'Barlow Condensed';letter-spacing:2px;color:rgba(255,255,255,.4);text-transform:uppercase;margin-bottom:4px}
.hpb-total-num{font-family:'Bebas Neue';font-size:42px;color:var(--hpb-cyan);line-height:1}
.hpb-total-box>div:last-child{font-size:9px;color:rgba(255,255,255,.3);margin-top:2px}
.hpb-of-footer{background:#0a0a0a;border-top:3px solid var(--hpb-cyan);padding:16px 32px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}
.hpb-of-thanks{font:900 14px 'Barlow Condensed';letter-spacing:1px;text-transform:uppercase;color:#fff;margin-bottom:3px}
.hpb-of-sub{font-size:11px;color:rgba(255,255,255,.4)}
.hpb-cmyk{display:flex;gap:3px;align-items:center}
.hpb-cmyk span{width:36px;height:11px;transform:skew(-15deg);border-radius:2px;display:block}

/* CTA */
.hpb-cta{background:var(--hpb-cyan);padding:96px 80px;display:grid;grid-template-columns:1fr auto;gap:60px;align-items:center}
.hpb-cta-ey{font:700 11px 'Barlow Condensed';letter-spacing:3px;text-transform:uppercase;color:rgba(0,0,0,.5);margin-bottom:12px;display:flex;align-items:center;gap:10px}
.hpb-cta-ey::before{content:'';width:24px;height:2px;background:rgba(0,0,0,.3);display:block}
.hpb-cta h2{font-family:'Bebas Neue';font-size:clamp(36px,4vw,60px);color:#000;line-height:1;letter-spacing:1.5px;margin-bottom:14px}
.hpb-cta p{font-size:16px;font-weight:300;color:rgba(0,0,0,.65);max-width:520px;line-height:1.65;margin:0}
.hpb-btn-dark{background:#000;color:#fff;padding:17px 42px;font:700 14px 'Barlow Condensed';letter-spacing:2px;text-transform:uppercase;white-space:nowrap;display:inline-block;border-radius:2px;transition:background .2s,transform .15s}
.hpb-btn-dark:hover{background:#1a1a1a;transform:translateY(-2px);color:#fff}

/* FOOTER */
.hpb-footer{background:#060606;padding:80px 80px 36px;border-top:1px solid rgba(0,174,239,.08)}
.hpb-footer-grid{display:grid;grid-template-columns:2.2fr 1fr 1fr 1fr;gap:48px;margin-bottom:56px}
.hpb-footer-brand p{font-size:13px;font-weight:300;color:rgba(255,255,255,.35);line-height:1.75;max-width:260px;margin-top:0}
.hpb-footer-social{display:flex;gap:10px;margin-top:20px}
.hpb-soc-btn{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.4);transition:all .2s}
.hpb-soc-btn:hover{border-color:var(--hpb-cyan);color:var(--hpb-cyan)}
.hpb-footer-col h4{font:700 11px 'Barlow Condensed';letter-spacing:2.5px;text-transform:uppercase;color:rgba(255,255,255,.85);margin-bottom:18px}
.hpb-footer-col a{display:block;font-size:13px;font-weight:300;color:rgba(255,255,255,.38);margin-bottom:9px;transition:color .2s}
.hpb-footer-col a:hover{color:var(--hpb-cyan)}
.hpb-footer-bottom{padding-top:28px;border-top:1px solid rgba(255,255,255,.05);display:flex;justify-content:space-between;align-items:center}
.hpb-footer-bottom p{font-size:12px;color:rgba(255,255,255,.2);margin:0}
.hpb-footer-links{display:flex;gap:20px}
.hpb-footer-links a{font-size:12px;color:rgba(255,255,255,.2);transition:color .2s}
.hpb-footer-links a:hover{color:var(--hpb-cyan)}

/* RESPONSIVE */
@media(max-width:1024px){
  .hpb-diagonal{left:48%;width:42px}
  .hpb-carousel{left:48%;clip-path:polygon(36px 0,100% 0,100% 100%,0 100%)}
  .hpb-prev{left:56px}
  .hpb-header-inner{padding:0 24px}
  .hpb-nav-item a{font-size:12px;padding:8px 9px}
  .hpb-hero-left{padding:60px 40px}
  .hpb-services,.hpb-brands,.hpb-industries,.hpb-testimonials,.hpb-orderform,.hpb-cta,.hpb-footer{padding:72px 40px}
  .hpb-svc-row4{grid-template-columns:repeat(2,1fr)}
  .hpb-ind-grid{grid-template-columns:repeat(3,1fr)}
  .hpb-testi-grid{grid-template-columns:repeat(2,1fr)}
  .hpb-footer-grid{grid-template-columns:1fr 1fr;gap:32px}
  .hpb-proc-steps{grid-template-columns:repeat(4,1fr);gap:28px 8px}
  .hpb-proc-steps::before,.hpb-proc-steps::after{display:none}
}
@media(max-width:768px){
  .hpb-topbar{height:auto;flex-wrap:wrap;padding:8px 16px;gap:6px;justify-content:center}
  .hpb-topbar-left{display:none}
  .hpb-header-inner{height:64px;padding:0 16px}
  .hpb-nav,.hpb-desktop-cta{display:none!important}
  .hpb-hamburger{display:flex!important}
  .hpb-logo img{height:38px}
  .hpb-hero{display:flex;flex-direction:column;min-height:auto}
  .hpb-hero-left{order:2;width:100%;min-height:auto;padding:36px 20px 32px;background:#080808}
  .hpb-carousel{position:relative;order:1;left:auto;right:auto;top:auto;bottom:auto;min-height:260px;height:260px;clip-path:none}
  .hpb-diagonal{display:none}
  .hpb-slide-fade{display:none!important}
  .hpb-stats{flex-wrap:wrap;gap:12px;margin-top:32px;padding-top:24px}
  .hpb-stat strong{font-size:28px}
  .hpb-btn-row{flex-direction:column;align-items:flex-start}
  .hpb-services,.hpb-brands,.hpb-industries,.hpb-testimonials,.hpb-orderform,.hpb-cta,.hpb-footer,.hpb-process{padding:52px 20px}
  .hpb-process{padding:60px 0}
  .hpb-sec-head-row{flex-direction:column;align-items:flex-start}
  .hpb-svc-row4{grid-template-columns:repeat(2,1fr)}
  .hpb-svc-row3{grid-template-columns:1fr}
  .hpb-ind-grid{grid-template-columns:repeat(2,1fr)}
  .hpb-testi-grid{grid-template-columns:1fr}
  .hpb-proc-steps{grid-template-columns:repeat(2,1fr);gap:28px 12px}
  .hpb-proc-node{width:80px;height:80px}
  .hpb-cta{grid-template-columns:1fr;text-align:center;padding:52px 24px}
  .hpb-cta p{max-width:100%}
  .hpb-footer{padding:48px 20px 28px}
  .hpb-footer-grid{grid-template-columns:1fr;gap:28px}
  .hpb-footer-bottom{flex-direction:column;gap:12px;text-align:center}
  .hpb-footer-links{justify-content:center;flex-wrap:wrap}
  .hpb-of-hdr{grid-template-columns:1fr;text-align:center;gap:12px;padding:18px 16px}
  .hpb-of-row3{grid-template-columns:1fr}
  .hpb-of-footer{flex-direction:column;text-align:center;padding:14px 16px}
}
@media(max-width:480px){
  .hpb-hero h1{font-size:clamp(32px,10vw,52px)}
  .hpb-svc-row4{grid-template-columns:1fr}
  .hpb-ind-grid{grid-template-columns:repeat(2,1fr)}
  .hpb-proc-steps{grid-template-columns:repeat(2,1fr)}
}

/* ════════════════════════════════════════════
   LIGHT THEME — applied when html.hpb-theme-light
   ════════════════════════════════════════════ */

/* ── Core backgrounds ── */
html.hpb-theme-light .hpb-hero          { background:#0a0a0a!important }
html.hpb-theme-light .hpb-header        { background:rgba(255,255,255,.98)!important;border-bottom-color:rgba(0,142,194,.15)!important }
html.hpb-theme-light .hpb-nav-item a    { color:rgba(0,0,0,.75)!important }
html.hpb-theme-light .hpb-nav-item a:hover { color:var(--hpb-cyan)!important;background:rgba(0,174,239,.06)!important }
html.hpb-theme-light .hpb-services      { background:#e8eef4!important }
html.hpb-theme-light .hpb-brands        { background:#f0f4f8!important }
html.hpb-theme-light .hpb-industries    { background:#e8eef4!important }
html.hpb-theme-light .hpb-testimonials  { background:#f0f4f8!important }
html.hpb-theme-light .hpb-process       { background:#0d1626!important }
html.hpb-theme-light .hpb-orderform     { background:#e8eef4!important }
html.hpb-theme-light .hpb-footer        { background:#0d1626!important }

/* ── Section headings & text ── */
html.hpb-theme-light .hpb-services h2,
html.hpb-theme-light .hpb-brands h2,
html.hpb-theme-light .hpb-industries h2,
html.hpb-theme-light .hpb-testimonials h2 { color:#0d0d0d!important }
html.hpb-theme-light .hpb-services p,
html.hpb-theme-light .hpb-brands p,
html.hpb-theme-light .hpb-industries p,
html.hpb-theme-light .hpb-testimonials p,
html.hpb-theme-light .hpb-sec-sub        { color:rgba(0,0,0,.6)!important }

/* ── Eyebrow ── */
html.hpb-theme-light .hpb-eyebrow       { color:var(--hpb-cyan)!important }
html.hpb-theme-light .hpb-eyebrow::before,
html.hpb-theme-light .hpb-eyebrow::after { background:var(--hpb-cyan)!important }

/* ── Service cards (images stay dark) ── */
html.hpb-theme-light .hpb-sec-head-row>.hpb-btn-cyan { background:var(--hpb-cyan)!important;color:#000!important }

/* ── Brands marquee ── */
html.hpb-theme-light .hpb-fade-l        { background:linear-gradient(to right,#f0f4f8,transparent)!important }
html.hpb-theme-light .hpb-fade-r        { background:linear-gradient(to left, #f0f4f8,transparent)!important }
html.hpb-theme-light .hpb-marquee-track span { color:rgba(0,0,0,.55)!important;background:rgba(0,142,194,.06)!important;border-color:rgba(0,142,194,.18)!important }
html.hpb-theme-light .hpb-marquee-track span:hover { color:var(--hpb-cyan)!important }
html.hpb-theme-light .hpb-brands-head h2 { color:#0d0d0d!important }
html.hpb-theme-light .hpb-brands-head p  { color:rgba(0,0,0,.6)!important }

/* ── Industries ── */
html.hpb-theme-light .hpb-ind-card      { background:#fff!important }
html.hpb-theme-light .hpb-ind-card:hover { background:#f0f7fb!important }
html.hpb-theme-light .hpb-ind-name      { color:rgba(0,0,0,.75)!important }
html.hpb-theme-light .hpb-ind-card:hover .hpb-ind-name { color:var(--hpb-cyan)!important }

/* ── Testimonials ── */
html.hpb-theme-light .hpb-testi-card    { background:#fff!important;border:1px solid rgba(0,142,194,.12);box-shadow:0 2px 16px rgba(0,0,0,.06) }
html.hpb-theme-light .hpb-testi-card>p  { color:rgba(0,0,0,.65)!important }
html.hpb-theme-light .hpb-testi-author strong { color:#0d0d0d!important }
html.hpb-theme-light .hpb-testi-author span   { color:rgba(0,0,0,.4)!important }

/* ── Order form ── */
html.hpb-theme-light .hpb-of-wrap       { background:#fff!important;box-shadow:0 4px 32px rgba(0,142,194,.15)!important }
html.hpb-theme-light .hpb-of-hdr        { background:#fff!important;border-bottom-color:var(--hpb-cyan)!important }
html.hpb-theme-light .hpb-of-hdr h2     { color:#0d0d0d!important }
html.hpb-theme-light .hpb-of-tagline    { color:var(--hpb-cyan)!important }
html.hpb-theme-light .hpb-of-contact    { color:rgba(0,0,0,.6)!important }
html.hpb-theme-light .hpb-of-form       { background:#f4f8fc!important }
html.hpb-theme-light .hpb-of-card       { background:#fff!important;border-color:rgba(0,142,194,.22)!important;box-shadow:0 2px 8px rgba(0,0,0,.06) }
html.hpb-theme-light .hpb-of-body label { color:rgba(0,0,0,.55)!important }
html.hpb-theme-light .hpb-of-body input,
html.hpb-theme-light .hpb-of-body textarea { background:#f5f9fc!important;border-color:rgba(0,142,194,.22)!important;color:#111!important }
html.hpb-theme-light .hpb-of-body input:focus,
html.hpb-theme-light .hpb-of-body textarea:focus { border-color:var(--hpb-cyan)!important }
html.hpb-theme-light .hpb-of-label      { color:rgba(0,0,0,.55)!important }
html.hpb-theme-light .hpb-of-checks label { color:rgba(0,0,0,.75)!important }
html.hpb-theme-light .hpb-of-prod       { background:#f0f7fb!important;border-color:rgba(0,142,194,.18)!important }
html.hpb-theme-light .hpb-of-prod span  { color:rgba(0,0,0,.6)!important }
html.hpb-theme-light .hpb-of-methods label { color:rgba(0,0,0,.75)!important;border-bottom-color:rgba(0,0,0,.07)!important }
html.hpb-theme-light .hpb-of-methods label strong { color:#0d0d0d!important }
html.hpb-theme-light .hpb-sz-table th   { color:rgba(0,0,0,.65)!important;border-color:rgba(0,142,194,.18)!important }
html.hpb-theme-light .hpb-sz-table td   { border-color:rgba(0,142,194,.12)!important }
html.hpb-theme-light .hpb-sg            { background:#dceaf5!important }
html.hpb-theme-light .hpb-sl            { background:#eef4f9!important }
html.hpb-theme-light .hpb-sz-in         { color:#111!important }
html.hpb-theme-light .hpb-sz-in:focus   { background:rgba(0,174,239,.08)!important }
html.hpb-theme-light .hpb-total-box     { background:#eef5fb!important;border-color:rgba(0,142,194,.2)!important }
html.hpb-theme-light .hpb-of-footer     { background:#e0eaf2!important;border-top-color:var(--hpb-cyan)!important }
html.hpb-theme-light .hpb-of-thanks     { color:#0d0d0d!important }
html.hpb-theme-light .hpb-of-sub        { color:rgba(0,0,0,.55)!important }

/* ── Mobile drawer ── */
html.hpb-theme-light .hpb-drawer-panel  { background:#fff!important }
html.hpb-theme-light .hpb-drawer-head   { background:#f5f5f5!important;border-bottom-color:rgba(0,142,194,.15)!important }
html.hpb-theme-light .hpb-drawer-nav a  { color:rgba(0,0,0,.8)!important;border-bottom-color:rgba(0,0,0,.07)!important }
html.hpb-theme-light .hpb-drawer-nav a:hover { color:var(--hpb-cyan)!important;background:rgba(0,174,239,.05)!important }
html.hpb-theme-light .hpb-drawer-footer { border-top-color:rgba(0,142,194,.15)!important }


/* ════════════════════════════════════════════
   CATALOG PAGE LIGHT MODE SYNC
   Top menu dark/light switch now controls the HPB Catalog plugin too.
   These rules are intentionally scoped to html/body.hpb-theme-light so the
   catalog remains dark until the header toggle is switched to Light.
   ════════════════════════════════════════════ */
html.hpb-theme-light body,
body.hpb-theme-light{background:#f3f7fb!important;color:#0d1626!important}
html.hpb-theme-light .hpb-catalog-wrap,
body.hpb-theme-light .hpb-catalog-wrap{--dark:#f3f7fb;--card:#fff;--card2:#eef5fb;--txt:#0d1626;--muted:rgba(13,22,38,.62);--dim:rgba(13,22,38,.38);color:#0d1626!important;background:transparent!important}
html.hpb-theme-light .hpb-cat-title,
html.hpb-theme-light .hpb-cat-section-head h2,
body.hpb-theme-light .hpb-cat-title,
body.hpb-theme-light .hpb-cat-section-head h2{color:#0d1626!important}
html.hpb-theme-light .hpb-cat-section-head p,
html.hpb-theme-light .hpb-cat-count,
body.hpb-theme-light .hpb-cat-section-head p,
body.hpb-theme-light .hpb-cat-count{color:rgba(13,22,38,.62)!important}
html.hpb-theme-light .hpb-cat-helpstep,
body.hpb-theme-light .hpb-cat-helpstep{background:#fff!important;border-color:rgba(0,142,194,.20)!important;color:rgba(13,22,38,.72)!important;box-shadow:0 8px 22px rgba(0,0,0,.04)}
html.hpb-theme-light .hpb-cat-filters,
body.hpb-theme-light .hpb-cat-filters{background:#fff!important;border-color:rgba(0,142,194,.18)!important;box-shadow:0 8px 24px rgba(13,22,38,.06)}
html.hpb-theme-light .hpb-cat-filter-grp input,
html.hpb-theme-light .hpb-cat-filter-grp select,
body.hpb-theme-light .hpb-cat-filter-grp input,
body.hpb-theme-light .hpb-cat-filter-grp select{background:#f6f9fc!important;border-color:rgba(0,142,194,.18)!important;color:#0d1626!important}
html.hpb-theme-light .hpb-cat-filter-grp input::placeholder,
body.hpb-theme-light .hpb-cat-filter-grp input::placeholder{color:rgba(13,22,38,.38)!important}
html.hpb-theme-light .hpb-cat-filter-grp select option,
body.hpb-theme-light .hpb-cat-filter-grp select option{background:#fff!important;color:#0d1626!important}
html.hpb-theme-light .hpb-cat-clear,
body.hpb-theme-light .hpb-cat-clear{border-color:rgba(13,22,38,.16)!important;color:rgba(13,22,38,.55)!important;background:#fff!important}
html.hpb-theme-light .hpb-cat-tab,
html.hpb-theme-light .hpb-cat-page,
body.hpb-theme-light .hpb-cat-tab,
body.hpb-theme-light .hpb-cat-page{background:#fff!important;border-color:rgba(0,142,194,.20)!important;color:rgba(13,22,38,.62)!important}
html.hpb-theme-light .hpb-cat-tab:hover,
html.hpb-theme-light .hpb-cat-page:hover,
body.hpb-theme-light .hpb-cat-tab:hover,
body.hpb-theme-light .hpb-cat-page:hover{color:#00AEEF!important;border-color:#00AEEF!important}
html.hpb-theme-light .hpb-cat-tab.active,
html.hpb-theme-light .hpb-cat-page.active,
body.hpb-theme-light .hpb-cat-tab.active,
body.hpb-theme-light .hpb-cat-page.active{background:#00AEEF!important;border-color:#00AEEF!important;color:#000!important}
html.hpb-theme-light .hpb-prod-card,
body.hpb-theme-light .hpb-prod-card{background:#fff!important;border-color:rgba(0,142,194,.18)!important;box-shadow:0 8px 28px rgba(13,22,38,.08)}
html.hpb-theme-light .hpb-prod-card:hover,
body.hpb-theme-light .hpb-prod-card:hover{border-color:#00AEEF!important;box-shadow:0 14px 34px rgba(0,142,194,.16)!important}
html.hpb-theme-light .hpb-prod-cat,
html.hpb-theme-light .hpb-prod-title,
html.hpb-theme-light .hpb-prod-desc,
body.hpb-theme-light .hpb-prod-cat,
body.hpb-theme-light .hpb-prod-title,
body.hpb-theme-light .hpb-prod-desc{color:#0d1626!important}
html.hpb-theme-light .hpb-prod-brand-pill,
body.hpb-theme-light .hpb-prod-brand-pill{background:#f1f6fa!important;border-color:rgba(13,22,38,.10)!important;color:rgba(13,22,38,.62)!important}
html.hpb-theme-light .hpb-prod-spec-pill,
body.hpb-theme-light .hpb-prod-spec-pill{background:rgba(0,174,239,.08)!important;border-color:rgba(0,142,194,.18)!important;color:#007fb0!important}
html.hpb-theme-light .hpb-prod-img-placeholder,
html.hpb-theme-light .hpb-modal-no-img,
body.hpb-theme-light .hpb-prod-img-placeholder,
body.hpb-theme-light .hpb-modal-no-img{background:linear-gradient(135deg,#eef5fb,#dbeaf5)!important;color:rgba(0,142,194,.35)!important}
html.hpb-theme-light .hpb-modal,
body.hpb-theme-light .hpb-modal{background:#fff!important;color:#0d1626!important;border-color:rgba(0,142,194,.22)!important}
html.hpb-theme-light .hpb-modal-imgs,
body.hpb-theme-light .hpb-modal-imgs{background:#eef5fb!important}
html.hpb-theme-light .hpb-modal-title,
html.hpb-theme-light .hpb-modal-spec-label,
body.hpb-theme-light .hpb-modal-title,
body.hpb-theme-light .hpb-modal-spec-label{color:#0d1626!important}
html.hpb-theme-light .hpb-modal-brand,
html.hpb-theme-light .hpb-modal-spec,
body.hpb-theme-light .hpb-modal-brand,
body.hpb-theme-light .hpb-modal-spec{background:#f6f9fc!important;border-color:rgba(0,142,194,.16)!important;color:rgba(13,22,38,.70)!important}
html.hpb-theme-light .hpb-modal-close,
body.hpb-theme-light .hpb-modal-close{background:#f6f9fc!important;border-color:rgba(13,22,38,.12)!important;color:rgba(13,22,38,.60)!important}
html.hpb-theme-light .hpb-cat-empty,
body.hpb-theme-light .hpb-cat-empty{background:#fff!important;border-color:rgba(0,142,194,.18)!important;color:rgba(13,22,38,.50)!important}
html.hpb-theme-light .hpb-cat-empty h3,
body.hpb-theme-light .hpb-cat-empty h3{color:rgba(13,22,38,.35)!important}


/* ════════════════════════════════════════════
   HPB Catalog light-mode readability patch 2.4.8
   Fixes white-on-light headings and low-contrast catalog text.
   ════════════════════════════════════════════ */
html.hpb-theme-light .hpb-cat-feat-hdr h2,
body.hpb-theme-light .hpb-cat-feat-hdr h2,
html.hpb-theme-light .hpb-cat-brands-hdr h2,
body.hpb-theme-light .hpb-cat-brands-hdr h2,
html.hpb-theme-light .hpb-cat-catgrid-hdr h2,
body.hpb-theme-light .hpb-cat-catgrid-hdr h2{color:#0d1626!important;text-shadow:none!important}
html.hpb-theme-light .hpb-cat-feat-hdr p,
body.hpb-theme-light .hpb-cat-feat-hdr p,
html.hpb-theme-light .hpb-cat-brands-hdr p,
body.hpb-theme-light .hpb-cat-brands-hdr p{color:rgba(13,22,38,.62)!important;text-shadow:none!important}
html.hpb-theme-light .hpb-cat-featured,
body.hpb-theme-light .hpb-cat-featured,
html.hpb-theme-light .hpb-cat-brands-wrap,
body.hpb-theme-light .hpb-cat-brands-wrap,
html.hpb-theme-light .hpb-cat-catgrid,
body.hpb-theme-light .hpb-cat-catgrid{color:#0d1626!important;background:transparent!important}
html.hpb-theme-light .hpb-cat-feat-card,
body.hpb-theme-light .hpb-cat-feat-card{background:#fff!important;border-color:rgba(0,142,194,.18)!important;box-shadow:0 8px 24px rgba(13,22,38,.08)!important}
html.hpb-theme-light .hpb-cat-feat-name,
body.hpb-theme-light .hpb-cat-feat-name,
html.hpb-theme-light .hpb-prod-name,
body.hpb-theme-light .hpb-prod-name{color:#0d1626!important}
html.hpb-theme-light .hpb-cat-feat-card:hover .hpb-cat-feat-name,
body.hpb-theme-light .hpb-cat-feat-card:hover .hpb-cat-feat-name,
html.hpb-theme-light .hpb-prod-card:hover .hpb-prod-name,
body.hpb-theme-light .hpb-prod-card:hover .hpb-prod-name{color:#007fb0!important}
html.hpb-theme-light .hpb-cat-feat-brand,
body.hpb-theme-light .hpb-cat-feat-brand,
html.hpb-theme-light .hpb-prod-colors-lbl,
body.hpb-theme-light .hpb-prod-colors-lbl,
html.hpb-theme-light .hpb-prod-color-more,
body.hpb-theme-light .hpb-prod-color-more,
html.hpb-theme-light .hpb-prod-min-qty,
body.hpb-theme-light .hpb-prod-min-qty{color:rgba(13,22,38,.55)!important}
html.hpb-theme-light .hpb-prod-cta-row,
body.hpb-theme-light .hpb-prod-cta-row{border-top-color:rgba(13,22,38,.10)!important}
html.hpb-theme-light .hpb-prod-color-swatch,
body.hpb-theme-light .hpb-prod-color-swatch{border-color:rgba(13,22,38,.28)!important;box-shadow:0 0 0 1px rgba(255,255,255,.45)}
html.hpb-theme-light .hpb-cat-brands-fade-l,
body.hpb-theme-light .hpb-cat-brands-fade-l{background:linear-gradient(to right,#f3f7fb 0%,rgba(243,247,251,.88) 30%,transparent 100%)!important}
html.hpb-theme-light .hpb-cat-brands-fade-r,
body.hpb-theme-light .hpb-cat-brands-fade-r{background:linear-gradient(to left,#f3f7fb 0%,rgba(243,247,251,.88) 30%,transparent 100%)!important}
html.hpb-theme-light .hpb-cat-brand-tag,
body.hpb-theme-light .hpb-cat-brand-tag{background:#fff!important;border-color:rgba(0,142,194,.22)!important;color:rgba(13,22,38,.68)!important;box-shadow:0 4px 12px rgba(13,22,38,.05)!important}
html.hpb-theme-light .hpb-cat-brand-tag:hover,
body.hpb-theme-light .hpb-cat-brand-tag:hover{background:rgba(0,174,239,.08)!important;color:#007fb0!important;border-color:#00AEEF!important}
html.hpb-theme-light .hpb-modal-name,
body.hpb-theme-light .hpb-modal-name,
html.hpb-theme-light .hpb-modal-spec-val,
body.hpb-theme-light .hpb-modal-spec-val{color:#0d1626!important}
html.hpb-theme-light .hpb-modal-desc,
body.hpb-theme-light .hpb-modal-desc,
html.hpb-theme-light .hpb-modal-feats li,
body.hpb-theme-light .hpb-modal-feats li{color:rgba(13,22,38,.66)!important}
html.hpb-theme-light .hpb-modal-cta-btn.dark,
body.hpb-theme-light .hpb-modal-cta-btn.dark{background:#f6f9fc!important;border-color:rgba(13,22,38,.14)!important;color:rgba(13,22,38,.70)!important}
