.hlfm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:9998;display:none;opacity:0;transition:opacity .25s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.hlfm-overlay.is-open{display:block;opacity:1}.hlfm-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-48%);width:min(680px,92vw);max-height:90vh;overflow-y:auto;background:#fff;border-radius:14px;z-index:9999;display:none;opacity:0;transition:opacity .25s ease,transform .25s ease;box-shadow:0 20px 60px #0000004d}.hlfm-modal.is-open{display:block;opacity:1;transform:translate(-50%,-50%)}.hlfm-close{position:absolute;top:14px;right:14px;width:32px;height:32px;border:0;background:transparent;color:#666;font-size:24px;line-height:1;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s}.hlfm-close:hover{background:#f2f2f2;color:#111}.hlfm-header{padding:32px 32px 12px;text-align:center}.hlfm-header__title{font-size:1.5rem;font-weight:700;color:#111;margin:0;letter-spacing:-.01em}.hlfm-header__title strong{font-weight:800}.hlfm-body{padding:16px 32px 28px}.hlfm-step__question{font-size:1.15rem;font-weight:600;text-align:center;color:#222;margin:0 0 24px}.hlfm-step__question strong{font-weight:800}.hlfm-options{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:24px}.hlfm-option{border:2px solid #e4e4e4;border-radius:10px;padding:18px 8px 12px;background:#fafafa;cursor:pointer;text-align:center;transition:border-color .2s,background .2s,transform .15s;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:10px}.hlfm-option:hover{border-color:#06f;background:#f0f6ff;transform:translateY(-2px)}.hlfm-option.is-active{border-color:#06f;background:#eaf2ff;box-shadow:0 0 0 3px #0066ff1f}.hlfm-option__icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;color:#06f}.hlfm-option__icon svg{width:100%;height:100%}.hlfm-option__label{font-size:.85rem;font-weight:600;color:#222;line-height:1.2}.hlfm-nav{display:flex;justify-content:space-between;align-items:center;margin-top:18px}.hlfm-dots{display:flex;gap:6px}.hlfm-dot{width:8px;height:8px;border-radius:50%;background:#e0e0e0;transition:background .2s,width .2s}.hlfm-dot.is-active{background:#06f;width:22px;border-radius:4px}.hlfm-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;background:#06f;color:#fff;border:0;border-radius:8px;font-size:.9rem;font-weight:700;cursor:pointer;transition:background .2s,transform .15s;text-decoration:none;letter-spacing:.01em}.hlfm-btn:hover{background:#0052cc;transform:translateY(-1px)}.hlfm-btn--ghost{background:transparent;color:#555;border:1.5px solid #d5d5d5}.hlfm-btn--ghost:hover{background:#f4f4f4;color:#111;transform:none}.hlfm-btn[disabled]{opacity:.4;cursor:not-allowed}.hlfm-result{text-align:center}.hlfm-result__eyebrow{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:#06f;font-weight:700;margin:0 0 8px}.hlfm-result__title{font-size:1.75rem;font-weight:800;color:#111;margin:0 0 6px}.hlfm-result__sub{font-size:.95rem;color:#555;margin:0 0 20px;line-height:1.5}.hlfm-result__img{width:100%;max-width:340px;margin:0 auto 20px;display:block;aspect-ratio:16 / 10;object-fit:contain;background:#f5f5f5;border-radius:10px}.hlfm-result__price{font-size:1.1rem;font-weight:700;color:#111;margin:0 0 6px}.hlfm-result__features{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin:0 0 24px}.hlfm-result__feature{background:#f1f1f2;border-radius:999px;padding:6px 12px;font-size:.75rem;font-weight:600;color:#333}.hlfm-result__actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.hlfm-modal:has(.hlfm-result--multi){width:min(940px,94vw)}.hlfm-result__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:0 0 20px;text-align:left}.hlfm-bcard{border:1px solid #e4e4e4;border-radius:10px;padding:14px;background:#fafafa;display:flex;flex-direction:column}.hlfm-bcard__img{width:100%;aspect-ratio:4 / 3;object-fit:contain;background:#fff;border-radius:8px;margin-bottom:12px}.hlfm-bcard__name{font-size:.95rem;font-weight:800;margin:0 0 2px;color:#111}.hlfm-bcard__price{font-size:.9rem;font-weight:700;margin:0 0 10px;color:#111}.hlfm-bcard__features{list-style:none;padding:0;margin:0 0 12px;font-size:.78rem;color:#444;line-height:1.5}.hlfm-bcard__features li:before{content:"\2022";color:#06f;margin-right:6px;font-weight:700}.hlfm-btn--sm{padding:9px 14px;font-size:.78rem;margin-top:auto;width:100%;box-sizing:border-box}@media(max-width:600px){.hlfm-modal,.hlfm-modal:has(.hlfm-result--multi){width:94vw;border-radius:12px}.hlfm-result__grid{grid-template-columns:1fr;gap:10px}.hlfm-header{padding:24px 20px 8px}.hlfm-header__title{font-size:1.25rem}.hlfm-body{padding:12px 20px 24px}.hlfm-step__question{font-size:1rem;margin-bottom:18px}.hlfm-options{grid-template-columns:1fr 1fr;gap:8px}.hlfm-option{padding:14px 6px 10px}.hlfm-option__icon{width:52px;height:52px}.hlfm-option__label{font-size:.78rem}.hlfm-result__title{font-size:1.4rem}.hlfm-result__img{max-width:260px}.hlfm-btn{padding:11px 18px;font-size:.82rem}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/hl-findmy.css.map */
