.hmc{max-width:680px;margin:0 auto;padding:4rem 1.5rem 6rem;font-family:var(--font-body-family, sans-serif);color:rgb(var(--color-foreground))}.hmc__intro{text-align:center;padding:3rem 0}.hmc__title{font-size:2.4rem;font-weight:700;margin:0 0 1rem;line-height:1.15}.hmc__subtitle{font-size:1.1rem;color:rgba(var(--color-foreground),.65);margin:0 0 .5rem;max-width:440px;margin-left:auto;margin-right:auto}.hmc__time{font-size:.85rem;color:rgba(var(--color-foreground),.4);margin:0 0 2.5rem}.hmc__start-btn{display:inline-block;padding:1rem 3rem;background:rgb(var(--color-button, 0 0 0));color:rgb(var(--color-button-text, 255 255 255));border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:opacity .2s}.hmc__start-btn:hover{opacity:.85}.hmc__progress{width:100%;height:4px;background:rgba(var(--color-foreground),.08);border-radius:4px;margin-bottom:2rem;overflow:hidden}.hmc__progress-bar{height:100%;background:rgb(var(--color-button, 0 0 0));border-radius:4px;transition:width .4s ease}.hmc__step-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.15em;color:rgba(var(--color-foreground),.4);margin:0 0 .5rem}.hmc__question{font-size:1.6rem;font-weight:600;margin:0 0 .5rem;line-height:1.25}.hmc__hint{font-size:.9rem;color:rgba(var(--color-foreground),.5);margin:0 0 1.5rem}.hmc__options{display:grid;gap:.75rem;margin-bottom:1.5rem}.hmc__option{display:flex;flex-direction:column;align-items:flex-start;padding:1.2rem 1.4rem;background:rgb(var(--color-background));border:2px solid rgba(var(--color-foreground),.1);border-radius:10px;cursor:pointer;text-align:left;transition:border-color .2s,background .2s,transform .15s;font-family:inherit;color:inherit}.hmc__option:hover{border-color:rgba(var(--color-foreground),.25);background:rgba(var(--color-foreground),.02)}.hmc__option.is-selected{border-color:rgb(var(--color-button, 0 0 0));background:rgba(var(--color-button, 0 0 0),.04)}.hmc__option-icon{font-size:1.4rem;margin-bottom:.3rem}.hmc__option-title{font-size:1.05rem;font-weight:600;line-height:1.3}.hmc__option-desc{font-size:.85rem;color:rgba(var(--color-foreground),.55);line-height:1.4}.hmc__next-btn{display:block;width:100%;padding:1rem;background:rgb(var(--color-button, 0 0 0));color:rgb(var(--color-button-text, 255 255 255));border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .2s}.hmc__next-btn:hover{opacity:.85}.hmc__next-btn:disabled{opacity:.3;cursor:not-allowed}.hmc__back-btn{display:inline-block;padding:.6rem 1.4rem;background:transparent;border:1px solid rgba(var(--color-foreground),.15);border-radius:6px;font-size:.9rem;color:rgba(var(--color-foreground),.6);cursor:pointer;transition:border-color .2s;font-family:inherit;margin-top:.5rem}.hmc__back-btn:hover{border-color:rgba(var(--color-foreground),.35)}.hmc__results-subtitle{font-size:1rem;color:rgba(var(--color-foreground),.55);margin:0 0 2rem}.hmc__results{display:grid;gap:1rem;margin-bottom:2.5rem}.hmc__result-card{display:block;padding:1.5rem;border:2px solid rgba(var(--color-foreground),.1);border-radius:12px;text-decoration:none;color:inherit;transition:border-color .2s,transform .15s,box-shadow .2s}.hmc__result-card:hover{border-color:rgba(var(--color-foreground),.25);transform:translateY(-2px);box-shadow:0 4px 20px #0000000f}.hmc__result-card--top{border-color:rgb(var(--color-button, 0 0 0));background:rgba(var(--color-button, 0 0 0),.02)}.hmc__result-rank{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:rgba(var(--color-foreground),.45);margin-bottom:.5rem}.hmc__result-card--top .hmc__result-rank{color:rgb(var(--color-button, 0 0 0))}.hmc__result-badge{display:inline-block;font-size:.7rem;font-weight:600;padding:.2rem .6rem;background:rgba(var(--color-foreground),.06);border-radius:4px;margin-bottom:.5rem;margin-left:.5rem}.hmc__result-name{font-size:1.25rem;font-weight:600;margin:0 0 .4rem}.hmc__result-desc{font-size:.9rem;color:rgba(var(--color-foreground),.6);margin:0 0 1rem;line-height:1.5}.hmc__result-meta{display:flex;justify-content:space-between;align-items:center}.hmc__result-price{font-size:1.05rem;font-weight:700}.hmc__result-cta{font-size:.9rem;font-weight:600;color:rgb(var(--color-button, 0 0 0))}.hmc__results-footer{text-align:center;padding-top:1.5rem;border-top:1px solid rgba(var(--color-foreground),.08)}.hmc__results-footer>p{font-size:.95rem;color:rgba(var(--color-foreground),.5);margin:0 0 1rem}.hmc__results-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hmc__contact-btn{display:inline-block;padding:.6rem 1.6rem;background:rgb(var(--color-button, 0 0 0));color:rgb(var(--color-button-text, 255 255 255));border:none;border-radius:6px;font-size:.9rem;font-weight:600;text-decoration:none;cursor:pointer;transition:opacity .2s}.hmc__contact-btn:hover{opacity:.85}.hmc__no-results{text-align:center;padding:2rem 0}.hmc__no-results p{margin-bottom:1.5rem;color:rgba(var(--color-foreground),.6)}@media screen and (min-width:750px){.hmc{padding:6rem 2rem 8rem}.hmc__title{font-size:3rem}.hmc__question{font-size:1.8rem}.hmc__options--multi{grid-template-columns:1fr 1fr}}
/*# sourceMappingURL=/cdn/shop/t/116/assets/help-me-choose.css.map */
