/* HWC Toolbox - premium resource cards + lead modal */
.hwc-toolbox{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;width:100%;--hwc-toolbox-cols:3}.hwc-toolbox *{box-sizing:border-box}.hwc-toolbox-grid{display:grid;grid-template-columns:repeat(var(--hwc-toolbox-cols),minmax(0,1fr));column-gap:24px;row-gap:28px;align-items:stretch}.hwc-toolbox-card{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid #e6e7e9;border-radius:24px;padding:14px 14px 22px;box-shadow:0 5px 14px rgba(26,35,39,.10);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.hwc-toolbox-card[hidden]{display:none!important}.hwc-toolbox-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px rgba(26,35,39,.13)}.hwc-toolbox-image{position:relative;width:100%;padding-bottom:66%;border-radius:16px;overflow:hidden;background:#f2f3f4}.hwc-toolbox-image img{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;border-radius:16px;transition:transform .45s ease}.hwc-toolbox-card:hover .hwc-toolbox-image img{transform:scale(1.025)}.hwc-toolbox-badge{position:absolute;top:10px;right:9px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:7px 13px;border-radius:999px;background:var(--badge-bg,#ef2525);color:var(--badge-color,#fff);font-size:10px;font-weight:600;line-height:1;letter-spacing:0;box-shadow:0 2px 8px rgba(0,0,0,.08);white-space:nowrap;z-index:2}.hwc-toolbox-badge i,.hwc-toolbox-badge .dashicons{font-size:11px;width:11px;height:11px;line-height:1;color:inherit}.hwc-toolbox-card-body{display:flex;flex:1;flex-direction:column;padding:24px 10px 0}.hwc-toolbox-title{margin:0 0 20px;color:#242424;font-family:Inter,system-ui,sans-serif;font-size:22px;font-weight:750;line-height:1.18;letter-spacing:-.45px}.hwc-toolbox-excerpt{margin:0 0 24px;color:#9b9da4;font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:400;line-height:1.62}.hwc-toolbox-divider{width:100%;height:1px;background:#ececee;margin-top:auto;margin-bottom:18px}.hwc-toolbox-download{appearance:none;border:0;background:transparent;padding:0;margin:0;display:inline-flex;align-items:center;align-self:flex-start;gap:6px;color:#318a96;font-family:Inter,system-ui,sans-serif;font-size:15px;font-weight:700;line-height:1.2;cursor:pointer;text-decoration:none;transition:color .2s ease}.hwc-toolbox-download:hover{color:#246e77}.hwc-toolbox-download svg{fill:currentColor}.hwc-toolbox-empty{padding:32px;border:1px dashed #d9dcdf;border-radius:18px;text-align:center;color:#7c8288}.hwc-toolbox-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:54px}.hwc-toolbox-page{appearance:none;width:31px;height:31px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:1px solid #c9cbd0;border-radius:50%;background:#fff;color:#232323;font-family:Inter,system-ui,sans-serif;font-size:12px;font-weight:600;cursor:pointer;transition:.2s ease}.hwc-toolbox-page:hover{border-color:#7f8489}.hwc-toolbox-page.is-active{background:#222;border-color:#222;color:#fff}.hwc-toolbox-page.is-ellipsis{pointer-events:none}.hwc-toolbox-page svg{width:12px;height:12px}.hwc-toolbox-modal{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(0,0,0,.72);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease}.hwc-toolbox-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}.hwc-toolbox-dialog{position:relative;width:700px;max-width:100%;max-height:calc(100vh - 48px);overflow:auto;background:#fff;border-radius:48px;padding:54px 42px;box-shadow:0 25px 80px rgba(0,0,0,.23);transform:translateY(12px) scale(.985);transition:transform .24s ease}.hwc-toolbox-modal.is-open .hwc-toolbox-dialog{transform:none}.hwc-toolbox-close{position:absolute;top:20px;right:24px;width:38px;height:38px;border:0;border-radius:50%;background:transparent;color:#383838;font-family:Arial,sans-serif;font-size:29px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.65;transition:.2s}.hwc-toolbox-close:hover{opacity:1;background:#f2f3f4}.hwc-toolbox-modal-title{margin:0 0 12px;color:#242424;font-family:Inter,system-ui,sans-serif;font-size:31px;font-weight:780;line-height:1.17;letter-spacing:-.7px}.hwc-toolbox-modal-intro{margin:0 0 36px;color:#9b9da4;font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:400;line-height:1.55;max-width:580px}.hwc-toolbox-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 28px}.hwc-toolbox-field-full{grid-column:1/-1}.hwc-toolbox-inputbox{display:flex;flex-direction:column;justify-content:center;min-height:64px;padding:9px 16px;background:#f5f6f7;border:1px solid transparent;border-radius:10px;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.hwc-toolbox-inputbox:focus-within{background:#fff;border-color:#8fbec4;box-shadow:0 0 0 3px rgba(59,144,155,.10)}.hwc-toolbox-field label{display:block;margin:0 0 2px;color:#333;font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:500;line-height:1.2}.hwc-toolbox-field input{appearance:none;width:100%;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;padding:3px 0 0!important;margin:0!important;height:auto!important;min-height:0!important;color:#333;font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:400;line-height:1.3}.hwc-toolbox-field input::placeholder{color:#b5b6ba;opacity:1}.hwc-toolbox-consent{display:flex;align-items:flex-start;gap:9px;color:#73777c;font-size:12px;line-height:1.45;cursor:pointer}.hwc-toolbox-consent input{margin-top:2px}.hwc-toolbox-form-message{min-height:20px;margin:12px 0 6px;font-size:13px;line-height:1.4;color:#c13737}.hwc-toolbox-form-message.is-success{color:#277459}.hwc-toolbox-submit{appearance:none;border:0;display:inline-flex;align-items:center;justify-content:center;margin-top:4px;padding:18px 36px;border-radius:999px;background:#3b909b;color:#fff;font-family:Inter,system-ui,sans-serif;font-size:15px;font-weight:700;line-height:1.2;box-shadow:0 8px 20px rgba(41,115,125,.22);cursor:pointer;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.hwc-toolbox-submit:hover{background:#337f89;transform:translateY(-1px);box-shadow:0 10px 24px rgba(41,115,125,.25)}.hwc-toolbox-submit:disabled{opacity:.65;cursor:wait;transform:none}.hwc-toolbox-submit .hwc-spinner{width:15px;height:15px;margin-right:8px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:hwcToolboxSpin .7s linear infinite}@keyframes hwcToolboxSpin{to{transform:rotate(360deg)}}body.hwc-toolbox-modal-open{overflow:hidden!important}
@media(max-width:1024px){.hwc-toolbox{--hwc-toolbox-cols:2}.hwc-toolbox-title{font-size:20px}.hwc-toolbox-dialog{border-radius:36px}}
@media(max-width:767px){.hwc-toolbox{--hwc-toolbox-cols:1}.hwc-toolbox-grid{row-gap:22px}.hwc-toolbox-card{border-radius:20px}.hwc-toolbox-title{font-size:20px}.hwc-toolbox-excerpt{font-size:13px}.hwc-toolbox-modal{padding:12px;align-items:flex-end}.hwc-toolbox-dialog{width:100%;max-height:92vh;border-radius:28px 28px 20px 20px;padding:38px 22px 30px}.hwc-toolbox-modal-title{font-size:25px;padding-right:30px}.hwc-toolbox-modal-intro{font-size:14px;margin-bottom:26px}.hwc-toolbox-form-grid{grid-template-columns:1fr;gap:14px}.hwc-toolbox-field-full{grid-column:auto}.hwc-toolbox-submit{width:100%}.hwc-toolbox-close{top:12px;right:14px}.hwc-toolbox-pagination{margin-top:36px}}
