.vyudu-routine-quiz{width:100%;position:relative;background:#fffdfb;overflow:hidden}.quiz-container{max-width:1200px;margin:0 auto;width:100%;padding:0 1.5rem}@media screen and (min-width:750px){.quiz-container{padding:0 2rem}}.quiz-intro{text-align:center;padding:2rem 0;max-width:750px;margin:0 auto}@media screen and (min-width:750px){.quiz-intro{padding:3rem 0}}.quiz-intro__eyebrow{font-family:DM Mono,Courier New,monospace;font-size:.6875rem;letter-spacing:.2em;text-transform:uppercase;color:#ec9a6f;margin-bottom:1rem;font-weight:500}@media screen and (min-width:750px){.quiz-intro__eyebrow{font-size:.75rem;margin-bottom:1.25rem}}.quiz-intro__heading{font-family:"Instrument Serif",Georgia,serif;font-size:clamp(2.25rem,6vw,4rem);font-weight:400;line-height:1.1;letter-spacing:-.02em;color:#212121;margin:0 0 1.25rem}@media screen and (min-width:750px){.quiz-intro__heading{margin-bottom:1.5rem}}.quiz-intro__subheading{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.0625rem;font-weight:300;color:#4a4a4a;margin-bottom:2.5rem;line-height:1.6}@media screen and (min-width:750px){.quiz-intro__subheading{font-size:1.25rem;margin-bottom:3rem}}.quiz-intro__cta{display:inline-flex;align-items:center;justify-content:center;gap:.625rem;padding:1.125rem 3rem;min-height:52px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9375rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;text-align:center;background:#ec9a6f;color:#fffdfb;border:none;border-radius:4px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #ec9a6f33}@media screen and (min-width:750px){.quiz-intro__cta{padding:1.375rem 3.5rem;min-height:56px;font-size:1rem}}.quiz-intro__cta:hover{background:#e58b5c;transform:translateY(-1px);box-shadow:0 4px 12px #ec9a6f4d}.quiz-intro__cta .button-arrow{width:16px;height:16px;transition:transform .3s ease}.quiz-intro__cta:hover .button-arrow{transform:translate(4px)}.quiz-intro__arrow{display:flex;justify-content:center;align-items:center;margin-top:1.5rem;opacity:0;animation:arrowFadeIn .6s ease-out 1s forwards,arrowPulse 1.5s ease-in-out 1.6s infinite}@media screen and (min-width:750px){.quiz-intro__arrow{margin-top:2rem}}.quiz-intro__arrow svg{width:32px;height:32px}@media screen and (min-width:750px){.quiz-intro__arrow svg{width:36px;height:36px}}@keyframes arrowFadeIn{to{opacity:.6}}@keyframes arrowPulse{0%,to{transform:translateY(0);opacity:.6}50%{transform:translateY(8px);opacity:.3}}@media(prefers-reduced-motion:reduce){.quiz-intro__arrow{animation:arrowFadeIn .6s ease-out 1s forwards}}.quiz-progress{margin-bottom:2rem;text-align:center}@media screen and (min-width:750px){.quiz-progress{margin-bottom:2.5rem}}.quiz-progress__steps{display:flex;justify-content:center;gap:.5rem;margin-bottom:.75rem}@media screen and (min-width:750px){.quiz-progress__steps{gap:.625rem;margin-bottom:1rem}}.quiz-progress__step{width:32px;height:3px;background:#2121211a;border-radius:2px;position:relative;overflow:hidden;transition:all .4s ease}@media screen and (min-width:750px){.quiz-progress__step{width:40px;height:4px}}.quiz-progress__step:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:#ec9a6f;transition:width .6s cubic-bezier(.34,1.56,.64,1)}.quiz-progress__step--active:before{width:100%}.quiz-progress__text{font-family:DM Mono,Courier New,monospace;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:#717171;margin:0}@media screen and (min-width:750px){.quiz-progress__text{font-size:.8125rem}}.quiz-cards-stack{position:relative;min-height:380px;max-width:850px;margin:0 auto}@media screen and (min-width:750px){.quiz-cards-stack{min-height:420px}}.quiz-card{position:absolute;top:0;left:0;width:100%;background:#fff;border:1px solid rgba(33,33,33,.1);border-radius:12px;padding:2rem 1.5rem;opacity:0;pointer-events:none;transform:translate(100px);transition:all .3s ease;box-shadow:0 2px 8px #0000000a}@media screen and (min-width:750px){.quiz-card{padding:3rem 3.5rem;border-radius:16px}}.quiz-card[data-active]{opacity:1;pointer-events:auto;transform:translate(0)}.quiz-card__title{font-family:"Instrument Serif",Georgia,serif;font-size:1.625rem;font-weight:400;line-height:1.2;color:#212121;text-align:center;margin:0 0 .625rem}@media screen and (min-width:750px){.quiz-card__title{font-size:2.25rem;margin-bottom:.875rem}}.quiz-card__subtitle{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9375rem;color:#717171;text-align:center;margin:0 0 2rem;line-height:1.5}@media screen and (min-width:750px){.quiz-card__subtitle{font-size:1.0625rem;margin-bottom:2.5rem}}.quiz-card__options{display:grid;gap:.75rem;max-width:100%;margin:0 auto}@media screen and (min-width:750px){.quiz-card__options{gap:.875rem}}.quiz-option{background:#fff;border:2px solid rgba(33,33,33,.1);border-radius:8px;padding:1.125rem 1.5rem;min-height:52px;text-align:left;cursor:pointer;transition:all .25s ease;position:relative;overflow:hidden;display:flex;align-items:center;gap:1rem;width:100%}@media screen and (min-width:750px){.quiz-option{padding:1.25rem 1.75rem;min-height:56px;gap:1.125rem}}.quiz-option:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:#ec9a6f;transform:scaleY(0);transition:transform .25s ease}.quiz-option:hover{background:#fff5ef;border-color:#ec9a6f4d;transform:translate(4px)}.quiz-option:hover:before{transform:scaleY(1)}.quiz-option--selected{background:#ec9a6f14;border-color:#ec9a6f;box-shadow:0 2px 8px #ec9a6f26}.quiz-option--selected:before{transform:scaleY(1)}.quiz-option__icon{width:10px;height:10px;border-radius:50%;background:#ec9a6f33;flex-shrink:0;transition:all .25s ease;border:2px solid transparent}.quiz-option:hover .quiz-option__icon{background:#ec9a6f66;border-color:#ec9a6f33}.quiz-option--selected .quiz-option__icon{background:#ec9a6f;border-color:#ec9a6f;box-shadow:0 0 0 3px #ec9a6f33}.quiz-option__content{flex:1;min-width:0}.quiz-option__label{display:block;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:600;color:#212121;margin-bottom:.125rem;line-height:1.3}@media screen and (min-width:750px){.quiz-option__label{font-size:1.0625rem}}.quiz-option__desc{display:block;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;color:#717171;line-height:1.4}@media screen and (min-width:750px){.quiz-option__desc{font-size:.9375rem}}.quiz-nav{display:flex;justify-content:center;margin-top:1.5rem}@media screen and (min-width:750px){.quiz-nav{margin-top:2rem}}.quiz-nav__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;min-height:44px;background:#fff;border:1px solid rgba(33,33,33,.15);border-radius:4px;color:#4a4a4a;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:500;letter-spacing:.02em;text-align:center;cursor:pointer;transition:all .25s ease}.quiz-nav__btn:hover{background:#fff5ef;border-color:#ec9a6f4d;color:#212121;transform:translate(-3px)}.quiz-nav__btn svg{width:14px;height:14px}.quiz-results{padding:1.5rem 0;max-width:1000px;margin:0 auto}@media screen and (min-width:750px){.quiz-results{padding:2rem 0}}.quiz-results__header{text-align:center;margin-bottom:2rem}@media screen and (min-width:750px){.quiz-results__header{margin-bottom:2.5rem}}.quiz-results__badge{display:inline-block;padding:.375rem 1.25rem;background:#ec9a6f1a;border:1px solid rgba(236,154,111,.2);border-radius:50px;font-family:DM Mono,Courier New,monospace;font-size:.6875rem;letter-spacing:.15em;text-transform:uppercase;color:#ec9a6f;margin-bottom:1rem}@media screen and (min-width:750px){.quiz-results__badge{font-size:.75rem;padding:.5rem 1.5rem;margin-bottom:1.25rem}}.quiz-results__heading{font-family:"Instrument Serif",Georgia,serif;font-size:2.25rem;font-weight:400;line-height:1.2;color:#212121;margin:0 0 .875rem}@media screen and (min-width:750px){.quiz-results__heading{font-size:3.5rem;margin-bottom:1.25rem}}.quiz-results__subheading{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9375rem;font-weight:300;color:#4a4a4a;max-width:600px;margin:0 auto;line-height:1.5}@media screen and (min-width:750px){.quiz-results__subheading{font-size:1.0625rem}}.quiz-results__products{display:grid;gap:1rem;margin-bottom:2rem}@media screen and (min-width:750px){.quiz-results__products{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;margin-bottom:2.5rem}}@media screen and (min-width:990px){.quiz-results__products{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}}.quiz-product-card{background:#fff;border:1px solid rgba(33,33,33,.1);border-radius:12px;padding:1.25rem;text-align:center;position:relative;transition:all .3s ease;animation:slideInUp .5s ease forwards;opacity:0;display:grid;grid-template-rows:auto auto 1fr auto auto auto;gap:0}@media screen and (min-width:750px){.quiz-product-card{padding:1.5rem}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.quiz-product-card:hover{border-color:#ec9a6f4d;transform:translateY(-4px);box-shadow:0 8px 20px #00000014}.quiz-product-card__number{position:absolute;top:.875rem;left:.875rem;width:28px;height:28px;background:#ec9a6f;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:DM Mono,Courier New,monospace;font-size:.75rem;font-weight:700;color:#fffdfb}@media screen and (min-width:750px){.quiz-product-card__number{width:32px;height:32px;font-size:.8125rem}}.quiz-product-card__image{width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover;border-radius:8px;margin-bottom:1rem;transition:transform .3s ease}.quiz-product-card:hover .quiz-product-card__image{transform:scale(1.03)}.quiz-product-card__title{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:600;color:#212121;margin:0 0 .5rem;line-height:1.3;min-height:2.6em;display:flex;align-items:center;justify-content:center}.quiz-product-card__reason{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:400;color:#717171;line-height:1.6;margin:0 0 .875rem;text-align:center;font-style:italic}@media screen and (min-width:750px){.quiz-product-card__reason{font-size:.9375rem}}@media screen and (min-width:750px){.quiz-product-card__title{font-size:.9375rem}}.quiz-product-card__price{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:700;color:#ec9a6f;margin:0 0 .875rem;align-self:end}@media screen and (min-width:750px){.quiz-product-card__price{font-size:1.0625rem}}.quiz-product-card__add{width:100%;padding:.875rem 1rem;min-height:48px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;background:#fff;border:2px solid #EC9A6F;color:#ec9a6f;border-radius:4px;cursor:pointer;transition:all .25s ease;text-align:center;display:flex;align-items:center;justify-content:center}@media screen and (min-width:750px){.quiz-product-card__add{font-size:.9375rem;min-height:52px}}.quiz-product-card__add:hover{background:#ec9a6f;color:#fffdfb}.quiz-urgency{background:linear-gradient(135deg,#fff5ef,#ffe8d9);border:2px solid #EC9A6F;border-radius:8px;padding:1rem 1.25rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{box-shadow:0 0 #ec9a6f66}50%{box-shadow:0 0 0 8px #ec9a6f00}}.quiz-urgency__icon{font-size:1.5rem;line-height:1}.quiz-urgency__content{flex:1;text-align:left}.quiz-urgency__text{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:500;color:#212121;margin:0 0 .25rem}@media screen and (min-width:750px){.quiz-urgency__text{font-size:.9375rem}}.quiz-urgency__timer{font-family:DM Mono,Courier New,monospace;font-size:1.5rem;font-weight:700;color:#ec9a6f;letter-spacing:.05em}@media screen and (min-width:750px){.quiz-urgency__timer{font-size:1.75rem}}.quiz-results__summary{background:#fff;border:1px solid rgba(33,33,33,.1);border-radius:12px;padding:2rem 1.5rem;text-align:center}@media screen and (min-width:750px){.quiz-results__summary{padding:2.5rem 3rem;border-radius:16px}}.quiz-results__pricing{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(33,33,33,.1)}@media screen and (min-width:750px){.quiz-results__pricing{margin-bottom:2.5rem}}.quiz-results__price-row{display:flex;justify-content:space-between;align-items:center;padding:.625rem 0;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;color:#4a4a4a}@media screen and (min-width:750px){.quiz-results__price-row{font-size:1.0625rem}}.quiz-results__price-row--featured{padding:1rem 0;margin:.75rem 0;border-top:1px solid rgba(33,33,33,.1);border-bottom:1px solid rgba(33,33,33,.1)}.quiz-results__price--strike{text-decoration:line-through;opacity:.5;font-size:.9375rem}.quiz-results__price--bundle{font-size:1.75rem;font-weight:700;color:#ec9a6f}@media screen and (min-width:750px){.quiz-results__price--bundle{font-size:2rem}}.quiz-results__savings{font-family:DM Mono,Courier New,monospace;font-size:.875rem;letter-spacing:.1em;text-transform:uppercase;color:#ec9a6f;margin-top:.75rem;text-align:center;display:block}@media screen and (min-width:750px){.quiz-results__savings{font-size:.9375rem}}.quiz-results__cta{width:100%;max-width:400px;margin:0 auto 1.25rem;display:inline-flex;align-items:center;justify-content:center;gap:.625rem;padding:1.125rem 2rem;min-height:52px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9375rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;background:#ec9a6f;color:#fffdfb;border:none;border-radius:4px;cursor:pointer;transition:all .25s ease;text-align:center}.quiz-results__cta:hover{background:#e58b5c;transform:translateY(-1px);box-shadow:0 4px 12px #ec9a6f4d}.quiz-results__email{display:flex;flex-direction:column;gap:.875rem;max-width:500px;margin:0 auto 1.25rem}@media screen and (min-width:750px){.quiz-results__email{flex-direction:row;gap:1rem}}.quiz-results__email-input{flex:1;padding:.875rem 1.25rem;min-height:48px;background:#fff;border:1px solid rgba(33,33,33,.15);border-radius:4px;color:#212121;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9375rem;transition:all .25s ease;text-align:center}.quiz-results__email-input::placeholder{color:#717171}.quiz-results__email-input:focus{outline:none;border-color:#ec9a6f;box-shadow:0 0 0 3px #ec9a6f1a}.quiz-results__email-btn{white-space:nowrap;padding:.875rem 1.75rem;min-height:48px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9375rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;background:#fff;border:2px solid #EC9A6F;color:#ec9a6f;border-radius:4px;cursor:pointer;transition:all .25s ease;text-align:center;display:inline-flex;align-items:center;justify-content:center}@media screen and (min-width:750px){.quiz-results__email-btn{font-size:1rem;min-height:52px}}.quiz-results__email-btn:hover{background:#ec9a6f;color:#fffdfb}.quiz-results__express{margin:1.5rem 0 1.25rem;padding-top:1.5rem;border-top:1px solid rgba(33,33,33,.1)}.quiz-results__express-label{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;color:#717171;margin:0 0 1rem;text-align:center}@media screen and (min-width:750px){.quiz-results__express-label{font-size:.9375rem}}.quiz-results__express-buttons{display:flex;flex-direction:column;gap:.75rem;max-width:400px;margin:0 auto}@media screen and (min-width:750px){.quiz-results__express-buttons{flex-direction:row;justify-content:center}}.quiz-express-button__shopify{width:100%;padding:.875rem 2rem;min-height:48px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9375rem;font-weight:600;letter-spacing:.02em;background:#5a31f4;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:all .25s ease;text-align:center;display:flex;align-items:center;justify-content:center}@media screen and (min-width:750px){.quiz-express-button__shopify{font-size:1rem;min-height:52px}}.quiz-express-button__shopify:hover{background:#4721d9;transform:translateY(-1px);box-shadow:0 4px 12px #5a31f44d}.quiz-results__restart{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:transparent;border:none;color:#717171;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.8125rem;font-weight:500;text-align:center;cursor:pointer;padding:.625rem 1.25rem;transition:all .25s ease}.quiz-results__restart:hover{color:#212121}.quiz-results__restart svg{width:14px;height:14px}.quiz-loading,.quiz-error{text-align:center;padding:2.5rem 1.5rem;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;color:#717171}.quiz-error{color:#ec9a6f}@media screen and (max-width:749px){.quiz-intro{padding:1.25rem 0}.quiz-card{padding:1.5rem 1rem}.quiz-option{padding:.875rem 1rem}.quiz-results__summary{padding:1.75rem 1.25rem}}@media screen and (min-width:750px)and (max-width:989px){.quiz-container{max-width:700px}.quiz-card{padding:2rem 2.5rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.quiz-option:focus-visible,.quiz-intro__cta:focus-visible,.quiz-nav__btn:focus-visible,.quiz-results__cta:focus-visible,.quiz-results__email-btn:focus-visible{outline:2px solid #EC9A6F;outline-offset:2px}
/*# sourceMappingURL=/cdn/shop/t/14/assets/section-vyudu-routine-quiz.css.map */
