/* HPB Sales Order Form v1.2.0 — Dynamic Icons */
.hpb-of-page{
  --blue:#1a96d4;--blue-dk:#0e6fa0;--blue-lt:#e8f4fd;
  --border:#bcd4e8;--bg:#f2f6fa;--card:#ffffff;
  --num-bg:#ffffff;--num-txt:#1a96d4;
  --txt:#111;--lbl:rgba(0,0,0,.6);--sub:rgba(0,0,0,.65);
  --note:rgba(0,0,0,.45);--under:#99c0d8;
  font-family:Arial,sans-serif;
  background:var(--bg);padding:32px;color:var(--txt);
}
.hpb-of-page.hpb-dark{
  --blue:#00AEEF;--blue-dk:#0090c8;--blue-lt:rgba(0,174,239,.08);
  --border:rgba(0,174,239,.22);--bg:#0f0f0f;--card:#1a1a1a;
  --num-bg:#000;--num-txt:#00AEEF;
  --txt:#fff;--lbl:rgba(255,255,255,.55);--sub:rgba(255,255,255,.75);
  --note:rgba(255,255,255,.4);--under:rgba(0,174,239,.35);
}
.hpb-of-page*,.hpb-of-page*::before,.hpb-of-page*::after{box-sizing:border-box;margin:0;padding:0}

/* ── HEADER ── */
.hpb-of-hdr{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;background:var(--card);border-bottom:3px solid var(--blue);padding:18px 28px;border-radius:6px 6px 0 0;box-shadow:0 2px 12px rgba(0,0,0,.07)}
.hpb-of-hdr-logo{display:flex;align-items:center;gap:10px}
.hpb-logo-text{line-height:1.15}
.hpb-logo-line1{font-size:22px;font-weight:900;color:#111;letter-spacing:.5px}
.hpb-of-page.hpb-dark .hpb-logo-line1{color:#fff}
.hpb-logo-line1 span{color:var(--blue)}
.hpb-logo-bar{background:var(--blue);color:#fff;font-size:14px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:3px 14px 3px 10px;clip-path:polygon(0 0,100% 0,93% 100%,0 100%);display:inline-block;margin-top:2px}
.hpb-of-hdr-center{text-align:center}
.hpb-of-main-title{font-family:Arial,sans-serif;font-size:clamp(26px,4vw,52px);font-weight:900;text-transform:uppercase;letter-spacing:1px;color:var(--txt);line-height:1;margin-bottom:8px}
.hpb-of-tagline{display:flex;align-items:center;justify-content:center;gap:12px;font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--blue)}
.hpb-of-tagline span{display:block;width:48px;height:2px;background:var(--blue)}
.hpb-of-hdr-contact{display:flex;flex-direction:column;gap:7px;font-size:13px;color:var(--sub);min-width:210px}
.hpb-of-hdr-contact div{display:flex;align-items:center;gap:8px}
.hpb-of-hdr-contact svg{stroke:var(--blue);flex-shrink:0}

/* ── FORM WRAPPER ── */
.hpb-of-form{background:var(--bg);padding:12px;display:flex;flex-direction:column;gap:10px}
.hpb-row3{display:grid;grid-template-columns:1fr 1.15fr 1fr;gap:10px}
.hpb-row-mid{display:grid;grid-template-columns:1fr 2.6fr;gap:10px}
.hpb-row-bot{display:grid;grid-template-columns:1fr 1.4fr;gap:10px}

/* ── CARDS ── */
.hpb-card{background:var(--card);border:1.5px solid var(--border);border-radius:4px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.05)}
.hpb-card-head{display:flex;align-items:center;gap:10px;padding:9px 14px;font-size:13px;font-weight:700;letter-spacing:1px;text-transform:uppercase}
.hpb-head-blue{background:var(--blue);color:#000}
.hpb-num{width:26px;height:26px;border-radius:50%;background:var(--num-bg);color:var(--num-txt);font-size:15px;font-weight:900;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.hpb-head-title{font-weight:700;color:#000}
.hpb-head-em{font-size:11px;font-weight:400;font-style:italic;letter-spacing:0;text-transform:none;opacity:.8;margin-left:4px;color:#000}
.hpb-card-body{padding:13px 15px;display:flex;flex-direction:column;gap:9px}

/* ── FIELD INPUTS ── */
.hpb-fl{display:flex;align-items:flex-end;gap:7px}
.hpb-ico{width:18px;height:18px;flex-shrink:0;fill:none;stroke:var(--blue);stroke-width:1.8;stroke-linecap:round}
.hpb-lbl{font-size:12px;font-weight:600;color:var(--lbl);white-space:nowrap;flex-shrink:0}
.hpb-lbl-bold{font-size:12px;font-weight:700;color:var(--sub);white-space:nowrap;flex-shrink:0}
.hpb-ul{flex:1;border:none;border-bottom:1.5px solid var(--under);background:transparent;color:var(--txt);font-size:13px;padding:2px 0;outline:none;min-width:0;transition:border-color .2s;font-family:Arial,sans-serif}
.hpb-ul:focus{border-bottom-color:var(--blue)}
.hpb-sm-lbl{font-size:11px;font-weight:600;color:var(--lbl);display:block;margin-bottom:2px}
.hpb-city-row{display:grid;grid-template-columns:2fr 1fr 1.2fr;gap:8px}
.hpb-city-f,.hpb-state-f,.hpb-zip-f{display:flex;flex-direction:column}
.hpb-divider{height:1px;background:var(--border);margin:2px 0}
.hpb-sub{font-size:12px;font-weight:700;color:var(--sub)}
.hpb-sub em{font-weight:400;font-style:italic;color:var(--lbl)}
.hpb-mt6{margin-top:6px}.hpb-mt8{margin-top:8px}.hpb-mt10{margin-top:10px}
.hpb-rule{height:1px;background:var(--under);margin:3px 0;opacity:.6}
.hpb-ta{width:100%;border:1px solid var(--border);border-radius:3px;padding:7px 10px;font-size:12px;background:var(--card);color:var(--txt);resize:vertical;outline:none;font-family:Arial,sans-serif;transition:border-color .2s}
.hpb-ta:focus{border-color:var(--blue)}
.hpb-note{font-size:10px;color:var(--note);font-style:italic;text-align:center}

/* ── CONTACT METHOD BUTTONS ── */
.hpb-contact-row{display:flex;gap:10px;flex-wrap:wrap}
.hpb-contact-opt{cursor:pointer}
.hpb-contact-opt input{display:none}
.hpb-contact-box{
  display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;
  color:var(--sub);border:1.5px solid var(--border);border-radius:4px;
  padding:8px 14px;transition:all .2s;user-select:none;background:var(--card);
}
.hpb-contact-box svg{stroke:var(--lbl);transition:stroke .2s;flex-shrink:0}
.hpb-contact-opt input:checked+.hpb-contact-box,
.hpb-contact-checked{
  border-color:var(--blue)!important;background:var(--blue-lt)!important;
  color:var(--blue)!important;box-shadow:0 0 0 3px rgba(26,150,212,.15);
}
.hpb-contact-opt input:checked+.hpb-contact-box svg{stroke:var(--blue)}
.hpb-contact-opt:hover .hpb-contact-box:not(.hpb-contact-checked){border-color:var(--blue);background:var(--blue-lt)}

/* ══════════════════════════════════════
   PRODUCT ICON CARDS — dynamic & cool
══════════════════════════════════════ */
.hpb-prod-grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.hpb-prod-row2{display:flex;gap:8px;align-items:stretch;flex-wrap:wrap}
.hpb-prod{cursor:pointer;display:contents}
.hpb-prod input{display:none}

.hpb-prod-inner{
  display:flex;flex-direction:column;align-items:center;justify-content:flex-end;
  gap:0;padding:0;
  border:2px solid var(--border);border-radius:8px;
  font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;
  color:var(--lbl);text-align:center;
  background:var(--card);
  overflow:hidden;
  transition:all .25s;
  cursor:pointer;
  position:relative;
}
.hpb-prod-inner::before{
  content:'';position:absolute;inset:0;
  background:linear-gradient(135deg,rgba(26,150,212,0),rgba(26,150,212,0.06));
  opacity:0;transition:opacity .25s;
}
.hpb-prod:hover .hpb-prod-inner,
.hpb-prod input:checked+.hpb-prod-inner{
  border-color:var(--blue);
  box-shadow:0 4px 16px rgba(26,150,212,.25);
  transform:translateY(-2px);
}
.hpb-prod:hover .hpb-prod-inner::before,
.hpb-prod input:checked+.hpb-prod-inner::before{opacity:1}

.hpb-prod input:checked+.hpb-prod-inner{background:var(--blue-lt)}

/* Icon container fills top portion */
.hpb-prod-icon-wrap{
  width:100%;flex:1;display:flex;align-items:center;justify-content:center;
  padding:14px 8px 10px;
  background:linear-gradient(160deg,#f8fbff,#eef5fc);
  transition:background .25s;
}
.hpb-of-page.hpb-dark .hpb-prod-icon-wrap{background:linear-gradient(160deg,#1a2232,#111d2e)}
.hpb-prod input:checked+.hpb-prod-inner .hpb-prod-icon-wrap{background:linear-gradient(160deg,#d4ecf7,#bfe0f5)}
.hpb-of-page.hpb-dark .hpb-prod input:checked+.hpb-prod-inner .hpb-prod-icon-wrap{background:linear-gradient(160deg,rgba(0,174,239,.15),rgba(0,174,239,.08))}

.hpb-prod-ico{
  stroke:var(--lbl);transition:stroke .25s,filter .25s;
  width:44px;height:44px;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;
  filter:drop-shadow(0 1px 2px rgba(0,0,0,.08));
}
.hpb-prod:hover .hpb-prod-ico,
.hpb-prod input:checked+.hpb-prod-inner .hpb-prod-ico{
  stroke:var(--blue);
  filter:drop-shadow(0 2px 6px rgba(26,150,212,.4));
}

/* Label strip at bottom of card */
.hpb-prod-label{
  width:100%;padding:6px 4px;font-size:10px;font-weight:700;
  text-transform:uppercase;letter-spacing:.6px;color:var(--lbl);
  background:var(--card);border-top:1px solid var(--border);
  transition:all .25s;text-align:center;
}
.hpb-prod:hover .hpb-prod-label,
.hpb-prod input:checked+.hpb-prod-inner .hpb-prod-label{
  color:var(--blue);border-top-color:var(--blue);background:var(--blue-lt);
}

/* Check overlay badge */
.hpb-prod-check{
  position:absolute;top:6px;right:6px;
  width:18px;height:18px;border-radius:50%;
  background:var(--blue);display:flex;align-items:center;justify-content:center;
  opacity:0;transition:opacity .2s;transform:scale(.6);transition:opacity .2s,transform .2s;
}
.hpb-prod-check::after{content:'✓';color:#fff;font-size:10px;font-weight:900;line-height:1}
.hpb-prod input:checked+.hpb-prod-inner .hpb-prod-check{opacity:1;transform:scale(1)}

/* ══════════════════════════════════════
   FILE TYPE BADGE ICONS — document style
══════════════════════════════════════ */
.hpb-ft-row1,.hpb-ft-row2{display:flex;gap:8px;margin-bottom:6px}

.hpb-ft{
  position:relative;cursor:pointer;
  display:flex;flex-direction:column;align-items:center;justify-content:flex-end;
  width:68px;min-height:72px;border-radius:3px 8px 4px 4px;
  background:var(--ft-c,#999);
  color:#fff;font-size:13px;font-weight:900;
  border:2px solid transparent;
  transition:all .2s;overflow:visible;
  padding-bottom:8px;
}
.hpb-ft input{display:none}

/* Document page-fold corner */
.hpb-ft::before{
  content:'';position:absolute;top:0;right:0;
  width:18px;height:18px;
  background:rgba(255,255,255,.3);
  clip-path:polygon(0 0,100% 0,100% 100%);
  border-radius:0 8px 0 0;
}
.hpb-ft::after{
  content:'';position:absolute;top:0;right:0;
  width:0;height:0;
  border-style:solid;border-width:0 18px 18px 0;
  border-color:transparent rgba(0,0,0,.2) transparent transparent;
}

/* Ext label at top of doc */
.hpb-ft-ext{
  position:absolute;top:0;left:0;right:18px;
  padding:6px 6px 4px;
  font-size:14px;font-weight:900;letter-spacing:.5px;color:#fff;
  text-align:left;line-height:1;
  text-shadow:0 1px 2px rgba(0,0,0,.3);
}

/* Three doc lines */
.hpb-ft-lines{
  position:absolute;top:30px;left:8px;right:8px;
  display:flex;flex-direction:column;gap:4px;
}
.hpb-ft-lines span{display:block;height:2px;background:rgba(255,255,255,.35);border-radius:1px}
.hpb-ft-lines span:nth-child(2){width:75%}
.hpb-ft-lines span:nth-child(3){width:55%}

/* Hover / checked state */
.hpb-ft:has(input:checked){
  border-color:#fff;
  box-shadow:0 4px 18px rgba(0,0,0,.35);
  transform:translateY(-3px) scale(1.06);
}
.hpb-ft:hover:not(:has(input:checked)){
  transform:translateY(-2px);
  box-shadow:0 4px 12px rgba(0,0,0,.25);
  opacity:.9;
}

/* Check badge on file type */
.hpb-ft-ck{
  position:absolute;bottom:-7px;right:-7px;
  width:20px;height:20px;border-radius:50%;
  background:#fff;color:var(--ft-c,#999);
  font-size:12px;font-weight:900;display:flex;align-items:center;justify-content:center;
  border:2px solid var(--ft-c,#999);
  opacity:0;transform:scale(.5);transition:opacity .2s,transform .2s;
  line-height:1;
}
.hpb-ft:has(input:checked) .hpb-ft-ck{opacity:1;transform:scale(1)}

.hpb-ft-lg{min-width:80px}

/* ── CHECKBOXES ── */
.hpb-ck-lbl{display:flex;align-items:center;gap:5px;cursor:pointer;font-size:12px;color:var(--sub);user-select:none}
.hpb-ck-box{width:14px;height:14px;border:1.5px solid #888;background:#fff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s;border-radius:2px}
.hpb-of-page.hpb-dark .hpb-ck-box{background:#222;border-color:rgba(255,255,255,.35)}
.hpb-ck-lbl input:checked+.hpb-ck-box{background:var(--blue);border-color:var(--blue)}
.hpb-ck-lbl input:checked+.hpb-ck-box::after{content:'✓';color:#fff;font-size:10px;font-weight:900;line-height:1}
.hpb-ck-lbl input[type=radio]+.hpb-ck-box{border-radius:50%}
.hpb-ck-lbl input[type=checkbox]{display:none}
.hpb-ck-lbl input[type=radio]{display:none}
.hpb-other-inline{display:flex;align-items:center;gap:4px;font-size:12px;color:var(--sub)}
.hpb-inline-q{display:flex;align-items:center;gap:12px;font-size:12px;color:var(--sub);font-weight:700;flex-wrap:wrap}

/* ── LOCATION BOX ── */
.hpb-loc-box{border:1.5px solid var(--border);border-radius:3px;padding:10px 12px;background:rgba(26,150,212,.03)}
.hpb-loc-grid{display:grid;grid-template-columns:1fr 1fr auto;gap:5px 12px;margin-top:7px}

/* ══════════════════════════════════════
   COLOR CIRCLE PICKERS — dynamic
══════════════════════════════════════ */
.hpb-colors-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:4px}
.hpb-color-opt{display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;position:relative}
.hpb-color-opt input{display:none}
.hpb-cd{
  width:38px;height:38px;border-radius:50%;display:block;
  border:3px solid rgba(0,0,0,.08);transition:all .25s;
  box-shadow:0 2px 6px rgba(0,0,0,.2);
}
.hpb-color-opt:hover .hpb-cd{transform:scale(1.12);box-shadow:0 4px 12px rgba(0,0,0,.25)}
.hpb-color-opt:has(input:checked) .hpb-cd{
  transform:scale(1.2);border-color:var(--blue);
  box-shadow:0 0 0 4px rgba(26,150,212,.25),0 4px 12px rgba(0,0,0,.2);
}
.hpb-color-opt span:last-child{font-size:10px;font-weight:700;color:var(--lbl);text-align:center;text-transform:uppercase;letter-spacing:.4px}

/* ══════════════════════════════════════
   PRINTING METHOD — icon rows
══════════════════════════════════════ */
.hpb-method-body{flex-direction:row!important;gap:0 14px!important}
.hpb-method-list{flex:1;display:flex;flex-direction:column}
.hpb-method{
  display:flex;align-items:center;gap:10px;padding:9px 8px;
  border-bottom:1px solid var(--border);cursor:pointer;
  font-size:12px;color:var(--sub);transition:all .2s;
  border-radius:3px;margin-bottom:1px;
}
.hpb-method:last-child{border-bottom:none}
.hpb-method input{width:15px;height:15px;accent-color:var(--blue);flex-shrink:0;cursor:pointer}
.hpb-method-ico{
  width:32px;height:32px;background:var(--blue-lt);border-radius:50%;
  display:flex;align-items:center;justify-content:center;flex-shrink:0;
  transition:all .2s;
}
.hpb-method-ico svg{fill:none;stroke:var(--blue);stroke-width:1.8;stroke-linecap:round;width:18px;height:18px}
.hpb-method:hover{background:var(--blue-lt);border-color:var(--blue)}
.hpb-method:has(input:checked){background:var(--blue-lt);border-color:var(--blue)}
.hpb-method:has(input:checked) .hpb-method-ico{background:var(--blue)}
.hpb-method:has(input:checked) .hpb-method-ico svg{stroke:#fff}
.hpb-method strong{font-size:12px;color:var(--txt);transition:color .2s}
.hpb-method:has(input:checked) strong{color:var(--blue);font-weight:700}
.hpb-print-size{width:140px;flex-shrink:0;border-left:1.5px solid var(--border);padding-left:14px;display:flex;flex-direction:column;gap:9px}

/* ── SIZE TABLE ── */
.hpb-sz-tbl{width:100%;border-collapse:collapse;min-width:780px;font-size:10px}
.hpb-sz-tbl th{padding:4px 3px;text-align:center;border:1px solid var(--border);font-weight:700;font-size:9px;letter-spacing:.4px}
.hpb-sg{font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}
.hpb-sg1{background:#dceaf5;color:#1a5276}
.hpb-sg2{background:#e8f5e9;color:#1b5e20}
.hpb-sg3{background:#fff9c4;color:#827717}
.hpb-sg4{background:#dceaf5;color:#1a5276}
.hpb-sg5{background:#fce4ec;color:#880e4f}
.hpb-sg6{background:#f3e5f5;color:#6a1b9a}
.hpb-of-page.hpb-dark .hpb-sg1,.hpb-of-page.hpb-dark .hpb-sg4{background:rgba(26,150,212,.14);color:#7dd3f8}
.hpb-of-page.hpb-dark .hpb-sg2{background:rgba(0,150,80,.1);color:#86efac}
.hpb-of-page.hpb-dark .hpb-sg3{background:rgba(200,160,0,.1);color:#fde047}
.hpb-of-page.hpb-dark .hpb-sg5{background:rgba(200,0,60,.1);color:#fda4af}
.hpb-of-page.hpb-dark .hpb-sg6{background:rgba(140,60,200,.1);color:#d8b4fe}
.hpb-sz-lbl th{background:#f5f5f5;color:rgba(0,0,0,.6);font-size:9px;font-weight:700}
.hpb-of-page.hpb-dark .hpb-sz-lbl th{background:rgba(0,0,0,.4);color:rgba(255,255,255,.5)}
.hpb-sz-qty-row td{text-align:left;font-size:9px;font-style:italic;color:var(--lbl);padding:2px 4px;border:1px solid var(--border)}
.hpb-sz-tbl td{border:1px solid var(--border);padding:1px}
.hpb-sz-in{width:100%;border:none;background:transparent;text-align:center;font-size:11px;color:var(--txt);padding:3px 1px;outline:none;min-width:26px;transition:background .15s}
.hpb-sz-in:focus{background:var(--blue-lt)}
.hpb-sz-footer{display:flex;gap:12px;margin-top:10px;align-items:flex-start}
.hpb-sz-info{flex:1;font-size:12px;font-weight:700;color:var(--lbl);display:flex;flex-direction:column;gap:6px}
.hpb-total-box{background:var(--blue-lt);border:1px solid var(--border);padding:8px 18px;border-radius:3px;text-align:center;min-width:110px}
.hpb-total-label{font-size:9px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--lbl);margin-bottom:3px}
.hpb-total-num{font-family:'Bebas Neue',Arial,sans-serif;font-size:38px;color:var(--blue);line-height:1}
.hpb-total-unit{font-size:9px;color:var(--lbl);margin-top:2px}

/* ── ORDER DETAILS ── */
.hpb-date-in{border:none;border-bottom:1.5px solid var(--under);background:transparent;color:var(--txt);font-size:13px;padding:2px 0;outline:none;flex:1;transition:border-color .2s}
.hpb-date-in:focus{border-bottom-color:var(--blue)}
.hpb-date-fmt{font-size:10px;color:var(--lbl);font-style:italic;white-space:nowrap}
.hpb-rush-row{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--sub);flex-wrap:wrap}
.hpb-rush-badge{background:#e74c3c;color:#fff;font-size:13px;font-weight:900;padding:3px 11px;border-radius:3px;font-style:italic;letter-spacing:1px;transform:skew(-5deg);display:inline-block}
.hpb-turn-note{background:var(--blue-lt);border:1px solid var(--border);padding:9px 12px;border-radius:3px;font-size:11px;color:var(--note);font-style:italic;line-height:1.5}

/* ── PROMO ── */
.hpb-promo-body{flex-direction:row!important;gap:18px!important}
.hpb-promo-body>div{flex:1;display:flex;flex-direction:column;gap:8px}
.hpb-imprint-checks{display:flex;flex-wrap:wrap;gap:6px}

/* ── SUBMIT ── */
.hpb-submit-row{display:flex;align-items:center;justify-content:center;gap:16px;padding:6px 0}
.hpb-submit-btn{background:var(--blue);color:#fff;border:none;padding:14px 56px;font-size:16px;font-weight:700;letter-spacing:2px;text-transform:uppercase;cursor:pointer;border-radius:3px;display:flex;align-items:center;gap:10px;font-family:Arial,sans-serif;box-shadow:0 4px 20px rgba(26,150,212,.35);transition:all .2s}
.hpb-submit-btn:hover{background:var(--blue-dk);transform:translateY(-2px);box-shadow:0 6px 24px rgba(26,150,212,.45)}
.hpb-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}
.hpb-msg{font-size:14px;font-weight:600;font-family:Arial,sans-serif}
.hpb-msg.ok{color:#27ae60}.hpb-msg.err{color:#e74c3c}

/* ── SUCCESS ── */
.hpb-success{text-align:center;padding:72px 40px;background:var(--card);border:1.5px solid var(--border);border-radius:4px}
.hpb-success svg{margin:0 auto 18px;display:block}
.hpb-success h3{font-family:Arial,sans-serif;font-size:42px;font-weight:900;color:var(--txt);margin-bottom:10px}
.hpb-success p{font-size:14px;color:var(--lbl);max-width:420px;margin:0 auto;line-height:1.65}

/* ── FORM FOOTER ── */
.hpb-form-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;background:#e0eaf2;border-top:3px solid var(--blue);padding:14px 28px;border-radius:0 0 6px 6px}
.hpb-of-page.hpb-dark .hpb-form-footer{background:#0a0a0a}
.hpb-footer-ty{font-size:14px;font-weight:900;text-transform:uppercase;letter-spacing:1px;color:var(--txt)}
.hpb-footer-sub{font-size:11px;color:var(--lbl);margin-top:3px}
.hpb-cmyk{display:flex;gap:4px;align-items:center}
.hpb-cmyk span{width:36px;height:11px;transform:skew(-14deg);border-radius:2px;display:block}

/* ── RESPONSIVE ── */
@media(max-width:960px){
  .hpb-of-page{padding:12px}
  .hpb-of-hdr{grid-template-columns:1fr;text-align:center;padding:14px 16px;gap:10px}
  .hpb-of-hdr-contact{align-items:center}
  .hpb-row3,.hpb-row-mid,.hpb-row-bot{grid-template-columns:1fr}
  .hpb-prod-grid4{grid-template-columns:repeat(2,1fr)}
  .hpb-method-body{flex-direction:column!important}
  .hpb-print-size{width:100%;border-left:none;border-top:1.5px solid var(--border);padding-left:0;padding-top:10px}
  .hpb-promo-body{flex-direction:column!important}
  .hpb-form-footer{flex-direction:column;text-align:center;padding:12px 16px}
  .hpb-contact-row{flex-wrap:wrap}
}
@media(max-width:480px){
  .hpb-prod-grid4{grid-template-columns:repeat(2,1fr)}
  .hpb-cd{width:30px;height:30px}
  .hpb-colors-row{gap:6px}
}


/* HPB v2.1.1 professional sales form polish - matches printed order form while blending with HPB website */
.hpb-of-page{--paper:#fff;--paper-soft:#f8fbff;--ink:#0d1521;--muted:#536274;--blue:#005ac8;--blue-2:#00aeef;--line:#9ec3e6;--rule:#7aa8d8;--shadow:0 24px 70px rgba(9,27,54,.14);max-width:1440px;margin:0 auto;border-radius:18px;padding:18px;background:linear-gradient(180deg,#f7fbff 0%,#edf5fb 100%);box-shadow:var(--shadow);font-family:'Barlow',Arial,sans-serif;color:var(--ink)}
.hpb-of-page.hpb-dark{--paper:#111827;--paper-soft:#0b1220;--ink:#f8fbff;--muted:#b7c5d8;--blue:#00aeef;--blue-2:#4fd6ff;--line:rgba(0,174,239,.38);--rule:rgba(0,174,239,.52);background:linear-gradient(145deg,#070a10 0%,#0e1726 54%,#08111f 100%);box-shadow:0 26px 80px rgba(0,0,0,.52)}
.hpb-of-hdr{border:2px solid var(--line)!important;border-bottom:4px solid var(--blue)!important;border-radius:16px 16px 8px 8px;background:var(--paper)!important;padding:18px 24px!important;box-shadow:none!important;position:relative;overflow:hidden}.hpb-of-hdr:after{content:'';position:absolute;left:34%;right:24%;bottom:16px;height:2px;background:linear-gradient(90deg,transparent,var(--blue),transparent);opacity:.75}.hpb-logo-hand svg{width:78px;height:auto}.hpb-logo-line1{font-family:'Barlow Condensed',Arial,sans-serif;font-size:30px!important;letter-spacing:.3px}.hpb-logo-bar{font-size:20px!important;letter-spacing:.3px!important;padding:5px 22px 6px 12px!important;background:linear-gradient(90deg,var(--blue),var(--blue-2))!important}.hpb-of-main-title{font-family:'Bebas Neue','Barlow Condensed',Arial,sans-serif!important;font-size:clamp(44px,5.4vw,78px)!important;letter-spacing:3px!important;color:var(--ink)!important;margin:0!important}.hpb-of-tagline{font-family:'Barlow Condensed',Arial,sans-serif;font-size:22px!important;letter-spacing:2.5px!important;color:var(--blue)!important;line-height:1}.hpb-of-tagline span{width:90px!important;height:2px!important;background:var(--blue)!important}.hpb-of-hdr-contact{font-weight:700!important;font-size:14px!important;color:var(--muted)!important}.hpb-of-form{background:transparent!important;padding:10px 0 0!important;gap:10px!important}.hpb-row3{grid-template-columns:1.04fr 1.04fr .86fr!important}.hpb-card{background:var(--paper)!important;border:2px solid var(--line)!important;border-radius:10px!important;box-shadow:0 10px 24px rgba(13,50,94,.06)!important;overflow:hidden!important}.hpb-of-page.hpb-dark .hpb-card{box-shadow:0 10px 30px rgba(0,0,0,.2)!important}.hpb-card-head{background:transparent!important;color:var(--blue)!important;padding:10px 14px 5px!important;gap:9px!important}.hpb-num{border-radius:6px!important;background:linear-gradient(180deg,var(--blue-2),var(--blue))!important;color:#fff!important;width:38px!important;height:32px!important;font-family:'Bebas Neue',Arial,sans-serif!important;font-size:27px!important;line-height:1!important;box-shadow:0 6px 15px rgba(0,90,200,.26)}.hpb-head-title{font-family:'Barlow Condensed',Arial,sans-serif!important;color:var(--blue)!important;font-size:27px!important;font-weight:800!important;letter-spacing:1.4px!important}.hpb-head-em{color:var(--muted)!important;font-size:12px!important}.hpb-card-body{padding:8px 16px 14px!important;gap:10px!important}.hpb-lbl,.hpb-lbl-bold,.hpb-sm-lbl,.hpb-sub,.hpb-ck-lbl,.hpb-rush-row{color:var(--ink)!important}.hpb-lbl,.hpb-lbl-bold{font-weight:700!important;font-size:13px!important}.hpb-sub{font-size:13px!important}.hpb-sub em{color:var(--muted)!important}.hpb-ico{stroke:var(--ink)!important}.hpb-ul,.hpb-date-in{border-bottom:2px solid var(--rule)!important;color:var(--ink)!important;font-weight:600!important;min-height:24px}.hpb-ul:focus,.hpb-date-in:focus{border-bottom-color:var(--blue-2)!important;box-shadow:0 5px 0 -3px rgba(0,174,239,.25)}.hpb-divider,.hpb-rule{height:2px!important;background:var(--blue)!important;opacity:.8!important}.hpb-contact-box{border:0!important;background:transparent!important;box-shadow:none!important;padding:7px 12px!important;color:var(--ink)!important;font-size:17px!important}.hpb-contact-box:before,.hpb-ck-box{content:'';width:21px!important;height:21px!important;border:2px solid var(--ink)!important;border-radius:2px!important;background:transparent!important;display:inline-flex!important}.hpb-contact-opt input:checked+.hpb-contact-box{color:var(--blue)!important;background:rgba(0,174,239,.08)!important;border-radius:8px!important}.hpb-contact-opt input:checked+.hpb-contact-box:before,.hpb-ck-lbl input:checked+.hpb-ck-box{background:var(--blue)!important;border-color:var(--blue)!important}.hpb-prod-grid4{gap:8px!important}.hpb-prod-inner{border:0!important;background:transparent!important;box-shadow:none!important;transform:none!important;border-radius:8px!important;min-height:76px}.hpb-prod-icon-wrap{background:transparent!important;padding:2px!important;min-height:52px}.hpb-prod-ico{width:50px!important;height:50px!important;stroke:var(--ink)!important;filter:none!important}.hpb-prod-label{border:0!important;background:transparent!important;color:var(--ink)!important;font-size:13px!important;text-transform:none!important;letter-spacing:0!important;font-weight:700!important;padding:0!important}.hpb-prod input:checked+.hpb-prod-inner,.hpb-prod:hover .hpb-prod-inner{background:rgba(0,174,239,.09)!important;outline:2px solid var(--blue)!important;box-shadow:none!important;transform:none!important}.hpb-prod input:checked+.hpb-prod-inner .hpb-prod-ico,.hpb-prod:hover .hpb-prod-ico{stroke:var(--blue)!important}.hpb-prod-check{top:4px!important;right:4px!important;width:18px!important;height:18px!important}.hpb-ft{box-shadow:0 8px 18px rgba(0,0,0,.16)!important}.hpb-ta{background:transparent!important;border:0!important;border-bottom:2px solid var(--rule)!important;border-radius:0!important;color:var(--ink)!important;min-height:58px}.hpb-loc-box,.hpb-turn-note,.hpb-total-box{background:linear-gradient(180deg,rgba(0,174,239,.06),rgba(0,90,200,.03))!important;border:1.5px solid var(--line)!important;border-radius:10px!important}.hpb-method{border-bottom:0!important;padding:5px 4px!important}.hpb-method-ico{background:transparent!important}.hpb-method-ico svg{stroke:var(--ink)!important}.hpb-method:has(input:checked){background:rgba(0,174,239,.08)!important}.hpb-method strong{color:var(--ink)!important}.hpb-print-size{border-left:2px solid var(--line)!important}.hpb-sz-wrap{border-radius:8px!important;border:1.5px solid var(--line)!important;overflow:auto}.hpb-sz-tbl th,.hpb-sz-tbl td{border:1px solid var(--line)!important}.hpb-sg{background:#e8f4ff!important;color:#064e91!important}.hpb-of-page.hpb-dark .hpb-sg{background:rgba(0,174,239,.16)!important;color:#8ce7ff!important}.hpb-sz-lbl th{background:var(--paper-soft)!important;color:var(--muted)!important}.hpb-submit-row{padding:18px 0 6px!important}.hpb-submit-btn{border-radius:999px!important;background:linear-gradient(90deg,var(--blue),var(--blue-2))!important;font-family:'Barlow Condensed',Arial,sans-serif!important;font-size:22px!important;letter-spacing:1.7px!important;padding:14px 52px!important;box-shadow:0 16px 34px rgba(0,174,239,.28)!important}.hpb-form-footer{background:var(--paper)!important;border:2px solid var(--line)!important;border-top:4px solid var(--blue)!important;border-radius:8px 8px 16px 16px!important;margin-top:10px!important}.hpb-footer-ty{font-family:'Bebas Neue',Arial,sans-serif!important;font-size:25px!important;letter-spacing:1.2px!important}.hpb-footer-sub{color:var(--blue)!important;font-size:13px!important}.hpb-rush-badge{background:#ff2c86!important;color:#fff!important;border-radius:2px!important;box-shadow:0 4px 12px rgba(255,44,134,.25)}
@media(max-width:1100px){.hpb-row3,.hpb-row-mid,.hpb-row-bot{grid-template-columns:1fr!important}.hpb-of-hdr{grid-template-columns:1fr!important;text-align:center}.hpb-of-hdr-logo,.hpb-of-hdr-contact{justify-content:center!important;align-items:center!important}.hpb-of-hdr:after{left:20%;right:20%}.hpb-print-size{border-left:0!important;border-top:2px solid var(--line)!important;padding-top:12px!important}}
@media(max-width:560px){.hpb-of-page{padding:10px!important;border-radius:12px!important}.hpb-of-main-title{font-size:44px!important}.hpb-of-tagline{font-size:15px!important}.hpb-card-body{padding:8px 10px 12px!important}.hpb-prod-grid4{grid-template-columns:repeat(2,1fr)!important}.hpb-city-row,.hpb-loc-grid{grid-template-columns:1fr!important}.hpb-contact-row{display:grid!important;grid-template-columns:1fr!important}.hpb-submit-btn{width:100%;justify-content:center}.hpb-promo-body{flex-direction:column!important}}

/* HPB v2.1.6 required field UX */
.hpb-req-star{color:#ff3b5f;font-weight:900;text-shadow:0 0 8px rgba(255,59,95,.45)}
.hpb-required-error{outline:2px solid rgba(255,59,95,.9)!important;outline-offset:3px;border-radius:10px;animation:hpbReqPulse .35s ease}
.hpb-required-error .hpb-ul,.hpb-required-error input,.hpb-required-error textarea{border-color:#ff3b5f!important;box-shadow:0 0 0 2px rgba(255,59,95,.14)!important}
@keyframes hpbReqPulse{0%{transform:translateX(0)}25%{transform:translateX(-3px)}50%{transform:translateX(3px)}75%{transform:translateX(-2px)}100%{transform:translateX(0)}}


/* HPB v2.1.8 — keep thank-you panel in the same form area after submit */
.hpb-of-page.hpb-submitted-in-place{position:relative;scroll-margin-top:110px;transition:min-height .35s ease;}
.hpb-of-form{transition:opacity .35s ease,transform .35s ease,filter .35s ease;}
.hpb-of-form.hpb-form-fading-out{opacity:0;transform:translateY(10px);filter:blur(2px);pointer-events:none;}
.hpb-success.hpb-thankyou-screen{max-width:1080px;margin:24px auto 10px;border-radius:16px;border:1.5px solid var(--blue);background:linear-gradient(145deg,rgba(0,174,239,.06),var(--card));box-shadow:0 18px 70px rgba(0,0,0,.24);}
.hpb-success-inline-show{animation:hpbSuccessInPlace .45s ease both;}
@keyframes hpbSuccessInPlace{from{opacity:0;transform:translateY(16px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}
.hpb-submit-progress{width:100%;max-width:760px;margin:0 auto 12px;}
.hpb-submit-row{flex-wrap:wrap;}
.hpb-submit-progress-top{display:flex;justify-content:space-between;gap:12px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.7px;color:var(--ink);margin-bottom:7px;}
.hpb-submit-progress-top span{color:var(--blue);}
.hpb-submit-progress-track{height:10px;border-radius:99px;background:rgba(0,174,239,.12);border:1px solid var(--line);overflow:hidden;}
.hpb-submit-progress-bar{height:100%;width:0;background:linear-gradient(90deg,var(--blue),var(--blue-2));border-radius:99px;transition:width .28s ease;box-shadow:0 0 18px rgba(0,174,239,.45);}
.hpb-progress-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-top:8px;}
.hpb-progress-step{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.4px;color:var(--muted);border:1px solid var(--line);border-radius:6px;padding:6px;text-align:center;background:rgba(255,255,255,.05);}
.hpb-progress-step.is-active{color:var(--blue);border-color:var(--blue);background:rgba(0,174,239,.1);}
.hpb-progress-step.is-done{color:#fff;border-color:var(--blue);background:linear-gradient(90deg,var(--blue),var(--blue-2));}
.hpb-progress-step.is-done:before{content:'✓ ';}
@media(max-width:680px){.hpb-progress-steps{grid-template-columns:1fr 1fr}.hpb-success.hpb-thankyou-screen{padding:42px 18px}.hpb-success h3{font-size:34px!important}}

/* HPB v2.1.9 — jump back to missing required field */
.hpb-form-msg.error,
.hpb-msg.error{
  display:inline-flex!important;align-items:center;justify-content:center;gap:8px;
  margin-top:12px;padding:11px 16px;border-radius:999px;
  background:rgba(255,59,95,.12);border:1px solid rgba(255,59,95,.55);
  color:#ff4d73!important;font-weight:800;letter-spacing:.2px;
}
.hpb-form-msg.error:before,
.hpb-msg.error:before{content:'⚠';font-weight:900}
.hpb-required-attention{animation:hpbReqGlow 1.25s ease both!important;}
@keyframes hpbReqGlow{
  0%,100%{box-shadow:0 0 0 rgba(255,59,95,0)}
  18%,68%{box-shadow:0 0 0 5px rgba(255,59,95,.16),0 0 38px rgba(255,59,95,.32)}
}
.hpb-required-error .hpb-card-head,
.hpb-required-error.hpb-card .hpb-card-head{background:linear-gradient(90deg,rgba(255,59,95,.18),rgba(255,59,95,0))!important;}

/* v2.2.5 visible pickup calendar */
.hpb-pickup-wrap{display:flex;align-items:center;gap:0;flex:1;min-width:220px;position:relative}.hpb-pickup-wrap .hpb-date-in{flex:1;cursor:pointer;padding-right:48px!important}.hpb-pickup-btn{position:absolute;right:0;top:50%;transform:translateY(-50%);width:42px;height:34px;border:0;border-left:1px solid rgba(0,174,239,.35);background:rgba(0,174,239,.1);color:var(--blue,#00aeef);display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:0 6px 6px 0}.hpb-pickup-btn svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2}.hpb-pickup-btn:hover{background:rgba(0,174,239,.22)}.hpb-pickup-cal{position:absolute;z-index:999999;width:330px;max-width:calc(100vw - 24px);padding:14px;border:1px solid rgba(0,174,239,.55);border-radius:14px;background:#071321;color:#fff;box-shadow:0 22px 60px rgba(0,0,0,.45),0 0 0 1px rgba(255,255,255,.04) inset;display:none;font-family:Arial,sans-serif}.hpb-pickup-cal.is-open{display:block}.hpb-pickup-cal-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.hpb-pickup-cal-head strong{font-family:'Barlow Condensed',Arial,sans-serif;letter-spacing:1px;text-transform:uppercase;color:#00aeef;font-size:20px}.hpb-pickup-cal-head button{width:36px;height:32px;border:1px solid rgba(0,174,239,.45);border-radius:8px;background:rgba(0,174,239,.08);color:#fff;font-size:24px;line-height:1;cursor:pointer}.hpb-pickup-cal-head button:hover{background:rgba(0,174,239,.22)}.hpb-pickup-dow,.hpb-pickup-days{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.hpb-pickup-dow span{text-align:center;font-size:10px;text-transform:uppercase;letter-spacing:.8px;color:rgba(255,255,255,.62);font-weight:800}.hpb-pickup-days{margin-top:7px}.hpb-pickup-days span,.hpb-pickup-days button{height:36px;border-radius:9px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04);color:#fff;font-weight:800;cursor:pointer}.hpb-pickup-days button:hover:not(:disabled){border-color:#00aeef;background:rgba(0,174,239,.18);box-shadow:0 0 0 2px rgba(0,174,239,.16)}.hpb-pickup-days button.is-selected{background:#00aeef;color:#00111c;border-color:#00aeef}.hpb-pickup-days button.is-disabled,.hpb-pickup-days button:disabled{opacity:.28;cursor:not-allowed;text-decoration:line-through}.hpb-pickup-cal-foot{margin-top:10px;font-size:11px;color:rgba(255,255,255,.62);text-align:center}.hpb-of-page:not(.hpb-dark) .hpb-pickup-cal{background:#fff;color:#13202f;box-shadow:0 22px 55px rgba(13,50,94,.2);border-color:#1a96d4}.hpb-of-page:not(.hpb-dark) .hpb-pickup-cal-head strong{color:#1a96d4}.hpb-of-page:not(.hpb-dark) .hpb-pickup-cal-head button{color:#13202f;border-color:rgba(26,150,212,.35);background:rgba(26,150,212,.08)}.hpb-of-page:not(.hpb-dark) .hpb-pickup-dow span,.hpb-of-page:not(.hpb-dark) .hpb-pickup-cal-foot{color:rgba(19,32,47,.6)}.hpb-of-page:not(.hpb-dark) .hpb-pickup-days button{background:#f5f9fc;color:#13202f;border-color:#d7e6f0}.hpb-of-page:not(.hpb-dark) .hpb-pickup-days button.is-selected{background:#1a96d4;color:#fff}.hpb-of-page:not(.hpb-dark) .hpb-pickup-days button:hover:not(:disabled){border-color:#1a96d4;background:#e8f4fd}@media(max-width:640px){.hpb-pickup-wrap{min-width:100%;width:100%}.hpb-pickup-cal{left:12px!important;width:calc(100vw - 24px)!important}.hpb-pickup-days span,.hpb-pickup-days button{height:42px}.hpb-date-fmt{display:block;width:100%;margin-top:6px}}

/* v2.2.9 — visual printing method cards */
.hpb-method-body{align-items:stretch!important}
.hpb-visual-method-list{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}
.hpb-method-card{position:relative!important;display:grid!important;grid-template-columns:58px 1fr 24px!important;align-items:center!important;gap:14px!important;min-height:86px!important;padding:13px 14px!important;border:1.5px solid rgba(0,174,239,.22)!important;border-radius:14px!important;background:linear-gradient(135deg,rgba(0,174,239,.08),rgba(0,28,54,.03))!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.03),0 10px 22px rgba(0,0,0,.08)!important;cursor:pointer!important;overflow:hidden!important;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease!important}
.hpb-method-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:transparent;transition:background .18s ease,box-shadow .18s ease}
.hpb-method-card:hover{transform:translateY(-1px)!important;border-color:var(--blue)!important;background:linear-gradient(135deg,rgba(0,174,239,.16),rgba(0,90,200,.08))!important;box-shadow:0 12px 30px rgba(0,174,239,.14)!important}
.hpb-method-card input{position:absolute!important;opacity:0!important;pointer-events:none!important}
.hpb-method-visual{width:54px!important;height:54px!important;border-radius:12px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:var(--blue)!important;background:rgba(0,174,239,.09)!important;border:1px solid rgba(0,174,239,.38)!important;box-shadow:inset 0 0 18px rgba(0,174,239,.08)!important}
.hpb-method-svg{width:42px!important;height:42px!important;stroke:currentColor!important;filter:drop-shadow(0 0 8px rgba(0,174,239,.22))!important}
.hpb-method-copy{display:flex!important;flex-direction:column!important;gap:3px!important;line-height:1.18!important}
.hpb-method-copy strong{font-family:'Barlow Condensed','Barlow',Arial,sans-serif!important;font-size:20px!important;letter-spacing:.35px!important;color:var(--ink)!important;font-weight:800!important;text-transform:none!important}
.hpb-method-copy small{font-family:'Barlow',Arial,sans-serif!important;font-size:11.5px!important;color:var(--muted)!important;font-weight:600!important;line-height:1.25!important;max-width:300px!important}
.hpb-method-check{width:22px!important;height:22px!important;border-radius:6px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:transparent!important;border:2px solid rgba(130,180,220,.45)!important;background:rgba(255,255,255,.02)!important;font-weight:900!important;line-height:1!important;transition:all .18s ease!important}
.hpb-method-card:has(input:checked){border-color:var(--blue)!important;background:linear-gradient(135deg,rgba(0,174,239,.24),rgba(0,90,200,.16))!important;box-shadow:0 0 0 1px rgba(0,174,239,.18),0 12px 34px rgba(0,174,239,.18)!important}
.hpb-method-card:has(input:checked):before{background:var(--blue);box-shadow:0 0 16px rgba(0,174,239,.7)}
.hpb-method-card:has(input:checked) .hpb-method-visual{color:#fff!important;background:linear-gradient(135deg,var(--blue),var(--blue-2))!important;border-color:rgba(255,255,255,.2)!important;box-shadow:0 0 20px rgba(0,174,239,.32)!important}
.hpb-method-card:has(input:checked) .hpb-method-copy strong{color:var(--blue)!important}
.hpb-of-page.hpb-dark .hpb-method-card:has(input:checked) .hpb-method-copy strong{color:#eaf9ff!important}
.hpb-method-card:has(input:checked) .hpb-method-check{color:#fff!important;background:var(--blue)!important;border-color:var(--blue)!important;box-shadow:0 0 14px rgba(0,174,239,.45)!important}
.hpb-of-page:not(.hpb-dark) .hpb-method-card{background:linear-gradient(135deg,rgba(0,174,239,.06),rgba(255,255,255,.96))!important;box-shadow:0 8px 18px rgba(13,50,94,.06)!important}
.hpb-of-page:not(.hpb-dark) .hpb-method-card:has(input:checked){background:linear-gradient(135deg,rgba(0,174,239,.18),rgba(255,255,255,.98))!important}
@media (max-width: 1024px){.hpb-method-body{flex-direction:column!important}.hpb-print-size{border-left:0!important;border-top:1.5px solid var(--line)!important;padding-top:12px!important}.hpb-method-card{grid-template-columns:52px 1fr 24px!important;min-height:82px!important}.hpb-method-copy strong{font-size:18px!important}.hpb-method-copy small{font-size:11px!important}}
@media (max-width: 640px){.hpb-method-card{grid-template-columns:48px 1fr 22px!important;gap:10px!important;padding:11px 10px!important;min-height:78px!important}.hpb-method-visual{width:46px!important;height:46px!important}.hpb-method-svg{width:35px!important;height:35px!important}.hpb-method-copy strong{font-size:17px!important}.hpb-method-copy small{font-size:10.5px!important}}

/* HPB v2.3.2 - Multi-product order builder */
.hpb-multi-product-mode .hpb-row3 > .hpb-card:nth-child(3),
.hpb-multi-product-mode .hpb-row-mid{display:none!important;}
.hpb-product-detail-sections{display:flex;flex-direction:column;gap:16px;margin:12px 0 16px;}
.hpb-product-bundle{border:1px solid rgba(0,174,239,.75);border-radius:18px;background:linear-gradient(180deg,rgba(0,174,239,.08),rgba(2,15,28,.82));box-shadow:0 0 0 1px rgba(0,174,239,.08),0 18px 45px rgba(0,0,0,.28);padding:12px;}
.hpb-bundle-title{display:flex;align-items:center;gap:14px;justify-content:space-between;padding:8px 10px 14px;border-bottom:1px solid rgba(0,174,239,.35);margin-bottom:12px;}
.hpb-bundle-title span{font-family:'Bebas Neue',Impact,sans-serif;font-size:32px;letter-spacing:.05em;color:#00aeef;text-transform:uppercase;text-shadow:2px 2px 0 #001d36;}
.hpb-bundle-title small{color:rgba(255,255,255,.72);font-weight:700;text-align:right;}
.hpb-product-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px;}
.hpb-product-bundle .hpb-card{margin:0;min-width:0;}
.hpb-product-bundle .hpb-textarea{width:100%;min-height:74px;margin-top:8px;resize:vertical;}
.hpb-pd-color-row{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:6px;}
.hpb-pd-color-row label{font-weight:700;color:#fff;}
.hpb-product-bundle .hpb-method-list{display:grid;grid-template-columns:1fr 1fr;gap:8px;}
.hpb-product-bundle .hpb-method-card{min-height:78px;}
.hpb-product-bundle .hpb-sz-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;}
.hpb-product-bundle .hpb-sz-tbl{min-width:980px;}
.hpb-product-bundle .hpb-sz-in{width:42px;text-align:center;}
@media(max-width:900px){.hpb-product-grid{grid-template-columns:1fr}.hpb-bundle-title{display:block}.hpb-bundle-title small{display:block;text-align:left;margin-top:4px}.hpb-product-bundle .hpb-method-list{grid-template-columns:1fr}.hpb-bundle-title span{font-size:26px}}


/* HPB v2.3.3 - multi product UX polish */
.hpb-multi-product-mode .hpb-row3 > .hpb-card:nth-child(3).hpb-product-help-card{display:block!important;}
.hpb-product-help-card .hpb-card-body{min-height:360px;display:flex;align-items:center;justify-content:center;}
.hpb-quote-help{width:100%;border:1px solid rgba(0,174,239,.32);border-radius:16px;padding:22px;background:linear-gradient(145deg,rgba(0,174,239,.12),rgba(0,28,54,.26));box-shadow:inset 0 0 0 1px rgba(255,255,255,.03)}
.hpb-quote-help strong{font-family:'Bebas Neue',Impact,sans-serif;display:block;font-size:32px;letter-spacing:.04em;color:var(--blue,#00aeef);margin-bottom:8px;text-transform:uppercase}.hpb-quote-help p,.hpb-quote-help li{color:var(--sub,#d5e8f8);font-weight:600;line-height:1.5;font-size:13px}.hpb-quote-help ul{margin:12px 0 0 18px}.hpb-help-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.hpb-help-chips span,.hpb-selected-product-nav button{display:inline-flex;align-items:center;border:1px solid rgba(0,174,239,.42);background:rgba(0,174,239,.12);color:var(--blue,#00aeef);border-radius:999px;padding:7px 12px;font-weight:900;font-size:12px;letter-spacing:.4px;text-transform:uppercase}.hpb-selected-product-nav{display:flex;flex-wrap:wrap;align-items:center;gap:8px;border:1px solid rgba(0,174,239,.34);border-radius:14px;padding:12px 14px;background:linear-gradient(90deg,rgba(0,174,239,.12),rgba(255,255,255,.03));margin:12px 0 0}.hpb-selected-product-nav strong{color:var(--txt,#fff);font-weight:900;margin-right:4px}.hpb-selected-product-nav button{cursor:pointer}.hpb-selected-product-nav button:hover{background:var(--blue,#00aeef);color:#001522}.hpb-product-bundle{border-color:var(--bundle-accent,#00aeef)!important;box-shadow:0 0 0 1px color-mix(in srgb,var(--bundle-accent,#00aeef) 22%,transparent),0 18px 45px rgba(0,0,0,.28)!important}.hpb-bundle-title{border-bottom-color:color-mix(in srgb,var(--bundle-accent,#00aeef) 60%,transparent)!important}.hpb-bundle-title span{color:var(--bundle-accent,#00aeef)!important}.hpb-product-bundle .hpb-card-head{background:linear-gradient(90deg,var(--bundle-accent,#00aeef),rgba(0,174,239,.65))!important}.hpb-thankyou-quote{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;margin:8px auto 18px;padding:14px 28px;border:1px solid rgba(0,174,239,.48);border-radius:14px;background:rgba(0,174,239,.10);box-shadow:0 12px 34px rgba(0,174,239,.16)}.hpb-thankyou-quote span{font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:var(--sub,#cde5f5);font-weight:900}.hpb-thankyou-quote strong{font-family:'Bebas Neue',Impact,sans-serif;font-size:46px;letter-spacing:.06em;color:var(--blue,#00aeef);line-height:1}.hpb-product-bundle .hpb-sz-footer{align-items:center}
@media(max-width:1100px){.hpb-multi-product-mode .hpb-row3{grid-template-columns:1fr!important}.hpb-product-help-card .hpb-card-body{min-height:auto}.hpb-quote-help strong{font-size:26px}.hpb-selected-product-nav{position:sticky;top:0;z-index:4}.hpb-thankyou-quote strong{font-size:38px}}


/* HPB v2.3.4 — multi-select product workflow + clearer quote instructions */
.hpb-product-help-card .hpb-card-head .hpb-num{display:none!important;}
.hpb-product-help-card .hpb-card-head{padding-left:18px!important;}
.hpb-product-help-card .hpb-head-title{font-family:'Bebas Neue',Impact,sans-serif!important;font-size:34px!important;letter-spacing:.08em!important;color:#00aeef!important;text-shadow:1px 1px 0 #001d36!important;}
.hpb-quote-help-v234{padding:24px!important;border-radius:18px!important;background:linear-gradient(145deg,rgba(0,174,239,.16),rgba(0,24,46,.34))!important;border:1px solid rgba(0,174,239,.46)!important;}
.hpb-quote-help-v234 strong{font-size:36px!important;line-height:1!important;margin-bottom:12px!important;color:#00aeef!important;}
.hpb-quote-help-lead{font-size:14px!important;line-height:1.6!important;color:#f4fbff!important;margin-bottom:16px!important;}
.hpb-quote-steps{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin:14px 0 16px!important;}
.hpb-quote-steps div{display:grid!important;grid-template-columns:38px 1fr!important;gap:5px 12px!important;align-items:start!important;padding:12px!important;border:1px solid rgba(0,174,239,.28)!important;border-radius:14px!important;background:rgba(255,255,255,.045)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)!important;}
.hpb-quote-steps span{grid-row:1 / span 2!important;width:34px!important;height:34px!important;border-radius:10px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:linear-gradient(135deg,#00aeef,#0074e8)!important;color:#fff!important;font-weight:900!important;box-shadow:0 0 18px rgba(0,174,239,.25)!important;}
.hpb-quote-steps b{color:#fff!important;font-size:14px!important;letter-spacing:.03em!important;text-transform:uppercase!important;}
.hpb-quote-steps small{color:#c9e6f8!important;font-size:12px!important;line-height:1.45!important;font-weight:600!important;}
.hpb-help-selected-title{color:#fff!important;font-size:12px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:1px!important;margin:12px 0 8px!important;}
.hpb-help-chips span:nth-child(3n+1),.hpb-selected-product-nav button:nth-child(3n+1){border-color:#00aeef!important;background:rgba(0,174,239,.18)!important;color:#7fe3ff!important;}
.hpb-help-chips span:nth-child(3n+2),.hpb-selected-product-nav button:nth-child(3n+2){border-color:#e91e8c!important;background:rgba(233,30,140,.14)!important;color:#ff8dcc!important;}
.hpb-help-chips span:nth-child(3n),.hpb-selected-product-nav button:nth-child(3n){border-color:#ffe600!important;background:rgba(255,230,0,.13)!important;color:#fff07a!important;}
.hpb-prod input:checked+.hpb-prod-inner{outline:2px solid var(--blue)!important;outline-offset:2px!important;}
.hpb-prod input:checked+.hpb-prod-inner .hpb-prod-label{font-weight:900!important;}
.hpb-selected-product-nav{border-color:rgba(0,174,239,.52)!important;background:linear-gradient(90deg,rgba(0,174,239,.18),rgba(233,30,140,.08),rgba(255,230,0,.06))!important;}
.hpb-selected-product-nav strong{color:#fff!important;text-transform:uppercase!important;letter-spacing:.8px!important;font-size:12px!important;}
.hpb-product-bundle .hpb-card-head .hpb-head-title{color:#001522!important;text-shadow:none!important;}
.hpb-of-page.hpb-dark .hpb-product-bundle .hpb-card-head .hpb-head-title{color:#001522!important;}
.hpb-product-bundle .hpb-card-body,.hpb-product-bundle .hpb-lbl-bold,.hpb-product-bundle .hpb-sub{color:var(--txt,#fff)!important;}
.hpb-product-bundle .hpb-textarea{background:rgba(255,255,255,.075)!important;color:#fff!important;border:1px solid rgba(0,174,239,.35)!important;border-radius:8px!important;padding:10px!important;}
.hpb-product-bundle .hpb-textarea::placeholder{color:rgba(255,255,255,.55)!important;}
@media(max-width:900px){.hpb-product-help-card .hpb-head-title{font-size:28px!important}.hpb-quote-help-v234 strong{font-size:28px!important}.hpb-quote-steps div{grid-template-columns:34px 1fr!important;padding:10px!important}.hpb-quote-steps span{width:30px!important;height:30px!important}.hpb-help-chips span,.hpb-selected-product-nav button{width:100%!important;justify-content:center!important}.hpb-selected-product-nav{position:sticky!important;top:0!important}}

/* v2.4.6 Sequential validation: make the first missing field obvious */
.hpb-required-error{border-color:#ff4d8d!important;box-shadow:0 0 0 3px rgba(255,77,141,.18),0 0 22px rgba(255,77,141,.20)!important;}
.hpb-card.hpb-required-error>.hpb-card-head,
.hpb-product-bundle.hpb-required-error .hpb-card-head,
.hpb-sizes-card.hpb-required-error>.hpb-card-head{background:linear-gradient(90deg,#ff4d8d,#00aeef)!important;}
.hpb-required-attention{animation:hpbMissingPulse 1.15s ease-in-out 1;}
@keyframes hpbMissingPulse{0%,100%{transform:translateY(0)}35%{transform:translateY(-2px)}70%{transform:translateY(1px)}}
