.hiljan-quiz{--hq-cream: #FAF7F2;--hq-parchment: #F0EAE0;--hq-gold: #B8935A;--hq-gold-light: #D4AF7A;--hq-charcoal: #1C1814;--hq-ink: #2D2420;--hq-mist: #8C7B6E;--hq-stone: #4A3F38;background:var(--hq-cream);color:var(--hq-charcoal);padding:4rem 1.5rem 5rem;display:flex;justify-content:center;position:relative;overflow:hidden}.hiljan-quiz:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse 55% 45% at 50% 8%,rgba(184,147,90,.1) 0%,transparent 60%),radial-gradient(ellipse 45% 40% at 88% 92%,rgba(184,147,90,.07) 0%,transparent 62%)}.hiljan-quiz__card{position:relative;z-index:1;width:100%;max-width:640px;background:#ffffff8c;border:1px solid rgba(28,24,20,.08);box-shadow:0 2px 8px #1c18140a,0 24px 60px #1c181417;padding:clamp(2rem,5vw,3.5rem)}.hiljan-quiz__card:before{content:"";position:absolute;top:-1px;left:-1px;width:42px;height:42px;border-top:1px solid var(--hq-gold);border-left:1px solid var(--hq-gold);opacity:.5}.hiljan-quiz__screen{display:none;animation:hqRise .5s cubic-bezier(.2,.7,.3,1) both}.hiljan-quiz__screen.is-active{display:block}@keyframes hqRise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.hiljan-quiz__eyebrow{display:inline-flex;align-items:center;gap:.65rem;font-family:var(--font-body-family);font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:var(--hq-gold);font-weight:600;margin-bottom:1.5rem}.hiljan-quiz__eyebrow:before{content:"";width:1.75rem;height:1px;background:var(--hq-gold)}.hiljan-quiz__logo{width:clamp(130px,30vw,168px);height:auto;display:block;margin-bottom:1.5rem}.hiljan-quiz__title{font-family:var(--font-heading-family);font-weight:400;font-size:clamp(2.1rem,5.5vw,3.1rem);line-height:1.06;letter-spacing:-.01em;text-wrap:balance;margin:0 0 1.1rem}.hiljan-quiz__title em{font-style:italic;color:var(--hq-gold)}.hiljan-quiz__lede{font-size:1.05rem;line-height:1.7;color:var(--hq-stone);max-width:44ch;margin:0 0 2.25rem}.hiljan-quiz__meta{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2.25rem;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--hq-mist)}.hiljan-quiz__meta span{display:flex;align-items:center;gap:.5rem}.hiljan-quiz__meta span:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--hq-gold)}.hiljan-quiz__btn{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--font-body-family);font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:1rem 2.25rem;border:none;cursor:pointer;text-decoration:none;background:var(--hq-charcoal);color:var(--hq-cream);box-shadow:0 4px 20px #1c18142e;transition:transform .18s ease,box-shadow .25s ease,background .25s ease}.hiljan-quiz__btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #1c181442;background:var(--hq-ink);color:var(--hq-cream)}.hiljan-quiz__btn:focus-visible{outline:2px solid var(--hq-gold);outline-offset:3px}.hiljan-quiz__btn .hq-arrow{transition:transform .2s ease}.hiljan-quiz__btn:hover .hq-arrow{transform:translate(4px)}.hiljan-quiz__btn--gold{background:var(--hq-gold);box-shadow:0 4px 22px #b8935a52}.hiljan-quiz__btn--gold:hover{background:var(--hq-gold-light);box-shadow:0 10px 32px #b8935a66}.hiljan-quiz__progress{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.hiljan-quiz__progress-label{font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;color:var(--hq-mist);font-weight:600}.hiljan-quiz__dots{display:flex;gap:.5rem}.hiljan-quiz__dot{width:26px;height:3px;background:#1c18141f;transition:background .3s ease}.hiljan-quiz__dot.is-done{background:var(--hq-gold)}.hiljan-quiz__question{font-family:var(--font-heading-family);font-weight:400;font-size:clamp(1.5rem,3.8vw,2.05rem);line-height:1.18;text-wrap:balance;margin:0 0 1.75rem}.hiljan-quiz__options{display:flex;flex-direction:column;gap:.75rem}.hiljan-quiz__option{text-align:left;background:#fff9;border:1px solid rgba(28,24,20,.12);padding:1.1rem 1.3rem;cursor:pointer;font-family:var(--font-body-family);color:var(--hq-charcoal);display:flex;align-items:baseline;gap:.85rem;transition:border-color .2s ease,background .2s ease,transform .12s ease}.hiljan-quiz__option:hover{border-color:var(--hq-gold);background:#fff;transform:translate(3px)}.hiljan-quiz__option:focus-visible{outline:2px solid var(--hq-gold);outline-offset:2px}.hiljan-quiz__option .hq-tick{font-family:var(--font-heading-family);font-style:italic;color:var(--hq-gold);font-size:.95rem;flex-shrink:0;width:1.1rem}.hiljan-quiz__option .hq-otext{font-size:1.02rem;line-height:1.4}.hiljan-quiz__option .hq-osub{display:block;font-size:.82rem;color:var(--hq-mist);margin-top:.15rem}.hiljan-quiz__result-role{font-family:var(--font-heading-family);font-style:italic;font-size:1.2rem;color:var(--hq-gold);margin:0 0 1.5rem}.hiljan-quiz__result-name{font-family:var(--font-heading-family);font-weight:400;font-size:clamp(2.3rem,6vw,3.4rem);line-height:1;margin:0 0 .35rem}.hiljan-quiz__chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.hiljan-quiz__chip{font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--hq-stone);border:1px solid rgba(28,24,20,.16);padding:.4rem .8rem}.hiljan-quiz__result-desc{font-size:1.05rem;line-height:1.72;color:var(--hq-stone);margin:0 0 1.75rem;max-width:46ch}.hiljan-quiz__price{font-family:var(--font-heading-family);font-size:1.5rem;margin:0 0 1.75rem}.hiljan-quiz__price small{font-family:var(--font-body-family);font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--hq-mist);margin-left:.5rem}.hiljan-quiz__result-actions{display:flex;flex-wrap:wrap;align-items:center;gap:1.25rem}.hiljan-quiz__retake{background:none;border:none;cursor:pointer;font-family:var(--font-body-family);font-size:.74rem;letter-spacing:.1em;text-transform:uppercase;color:var(--hq-mist);border-bottom:1px solid transparent;padding-bottom:2px;transition:color .2s ease,border-color .2s ease}.hiljan-quiz__retake:hover{color:var(--hq-charcoal);border-color:var(--hq-charcoal)}.hiljan-quiz[data-result=bert] .hiljan-quiz__card{background:#1c1814f0;border-color:#d4af7a40;color:var(--hq-cream)}.hiljan-quiz[data-result=bert] .hiljan-quiz__card:before{border-color:var(--hq-gold-light)}.hiljan-quiz[data-result=bert] .hiljan-quiz__result-name{color:var(--hq-cream)}.hiljan-quiz[data-result=bert] .hiljan-quiz__result-role{color:var(--hq-gold-light)}.hiljan-quiz[data-result=bert] .hiljan-quiz__result-desc{color:#faf7f2b8}.hiljan-quiz[data-result=bert] .hiljan-quiz__price{color:var(--hq-cream)}.hiljan-quiz[data-result=bert] .hiljan-quiz__chip{color:#faf7f2bf;border-color:#faf7f238}.hiljan-quiz[data-result=bert] .hiljan-quiz__retake{color:#faf7f28c}.hiljan-quiz[data-result=bert] .hiljan-quiz__retake:hover{color:var(--hq-cream);border-color:var(--hq-cream)}.hiljan-quiz[data-result=bert] .hiljan-quiz__btn{background:var(--hq-gold)}.hiljan-quiz[data-result=bert] .hiljan-quiz__btn:hover{background:var(--hq-gold-light)}.hiljan-quiz[data-result=den] .hiljan-quiz__card{background:linear-gradient(160deg,#fbf3e4,#f3e4cb);border-color:#b8935a4d}.hiljan-quiz[data-result=briel] .hiljan-quiz__card{background:linear-gradient(160deg,#fcfaf6,#f1ece3)}@media(prefers-reduced-motion:reduce){.hiljan-quiz__screen{animation:none}.hiljan-quiz *{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/section-hiljan-quiz.css.map */
