.qr-quiz{background:rgb(var(--bg-secondary));border:1px solid rgba(var(--gold-primary), .25);border-radius:12px;padding:1.5rem}@media (min-width:768px){.qr-quiz{padding:3rem}}.qr-quiz__progress{justify-content:center;gap:.5rem;margin-bottom:2rem;display:flex}.qr-quiz__progress-dot{background:rgb(var(--bg-tertiary));border-radius:9999px;width:32px;height:4px;transition:background .2s}.qr-quiz__progress-dot.is-active{background:rgb(var(--gold-primary))}.qr-quiz__step{flex-direction:column;gap:1.5rem;display:flex}.qr-quiz__question{font-family:var(--font-playfair);color:rgb(var(--text-primary));text-align:center;font-size:1.5rem;font-weight:600}@media (min-width:768px){.qr-quiz__question{font-size:2rem}}.qr-quiz__options{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:576px){.qr-quiz__options{grid-template-columns:1fr 1fr}}.qr-quiz__option{font-family:var(--font-inter);cursor:pointer;border:2px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1.5rem;font-size:1rem;font-weight:600;line-height:1.6;text-decoration:none;transition:all .3s;display:inline-flex}.qr-quiz__option:disabled{opacity:.5;cursor:not-allowed}.qr-quiz__option{background:rgb(var(--bg-tertiary));color:rgb(var(--text-primary));text-align:center;border:1px solid #0000;padding:1rem 1.5rem;font-size:1.125rem;font-weight:500;transition:border-color .15s,background .15s,transform .1s}.qr-quiz__option:hover{border-color:rgb(var(--gold-primary));transform:translateY(-2px)}.qr-quiz__option.is-selected{border-color:rgb(var(--gold-primary));background:rgba(var(--gold-primary), .12);color:rgb(var(--gold-primary))}.qr-quiz__back{font-family:var(--font-inter);cursor:pointer;border:2px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1.5rem;font-size:1rem;font-weight:600;line-height:1.6;text-decoration:none;transition:all .3s;display:inline-flex}.qr-quiz__back:disabled{opacity:.5;cursor:not-allowed}.qr-quiz__back{color:rgb(var(--text-secondary));background:0 0;align-self:center;padding:.25rem 1rem;font-size:.875rem}.qr-quiz__back:hover{color:rgb(var(--gold-primary))}.qr-quiz__step--ready{text-align:center;align-items:center}.qr-quiz__summary{flex-wrap:wrap;justify-content:center;gap:.5rem;padding:0;list-style:none;display:flex}.qr-quiz__summary li{background:rgb(var(--bg-tertiary));color:rgb(var(--gold-primary));border-radius:9999px;padding:.25rem 1rem;font-size:.875rem;font-weight:500}.qr-quiz__submit{font-family:var(--font-inter);cursor:pointer;border:2px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1.5rem;font-size:1rem;font-weight:600;line-height:1.6;text-decoration:none;transition:all .3s;display:inline-flex}.qr-quiz__submit:disabled{opacity:.5;cursor:not-allowed}.qr-quiz__submit{background-color:rgb(var(--gold-primary));color:rgb(var(--text-inverse));border-color:rgb(var(--gold-primary))}.qr-quiz__submit:hover:not(:disabled){background-color:rgb(var(--gold-bright));border-color:rgb(var(--gold-bright));color:rgb(var(--text-inverse));box-shadow:0 4px 16px rgba(var(--gold-primary), .2)}.qr-quiz__submit{padding:1rem 3rem;font-size:1.125rem}.qr-quiz__error{color:#ff6b6b;font-size:.875rem}.qr-quiz--loading{color:rgb(var(--text-secondary));flex-direction:column;align-items:center;gap:1rem;padding:4rem 1.5rem;display:flex}.qr-quiz__spinner{border:3px solid rgb(var(--bg-tertiary));border-top-color:rgb(var(--gold-primary));border-radius:50%;width:40px;height:40px;animation:.8s linear infinite qr-quiz-spin}.qr-quiz--result{flex-direction:column;gap:1.5rem;display:flex}.qr-quiz__result-title{font-family:var(--font-playfair);color:rgb(var(--gold-primary));text-align:center;font-size:2rem;font-weight:600}.qr-quiz__rationale{color:rgb(var(--text-primary));text-align:center;max-width:640px;margin:0 auto;font-size:1.125rem;line-height:1.8}.qr-quiz__products{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:576px){.qr-quiz__products{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.qr-quiz__products{grid-template-columns:repeat(3,1fr)}}.qr-quiz__restart{font-family:var(--font-inter);cursor:pointer;border:2px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1.5rem;font-size:1rem;font-weight:600;line-height:1.6;text-decoration:none;transition:all .3s;display:inline-flex}.qr-quiz__restart:disabled{opacity:.5;cursor:not-allowed}.qr-quiz__restart{color:rgb(var(--gold-primary));border-color:rgb(var(--gold-dark));background-color:#0000}.qr-quiz__restart:hover:not(:disabled){background-color:rgb(var(--gold-primary));color:rgb(var(--text-inverse));border-color:rgb(var(--gold-primary))}.qr-quiz__restart{align-self:center}@keyframes qr-quiz-spin{to{transform:rotate(360deg)}}
.qr-landing__hero{background:linear-gradient(180deg, rgba(var(--gold-primary), .08), transparent),rgb(var(--bg-primary));border-bottom:1px solid rgba(var(--gold-primary), .2);text-align:center;padding-block:3rem}@media (min-width:768px){.qr-landing__hero{padding-block:4rem}}.qr-landing__hero-inner{grid-template-columns:1fr;align-items:center;gap:2rem;display:grid}@media (min-width:768px){.qr-landing__hero-inner{text-align:left;grid-template-columns:1fr 1fr;gap:3rem}}.qr-landing__hero-media{order:-1}.qr-landing__hero-img{border:1px solid rgba(var(--gold-primary), .25);object-fit:cover;border-radius:12px;width:100%;height:auto;display:block;box-shadow:0 20px 50px #00000073}.qr-landing__eyebrow{text-transform:uppercase;letter-spacing:.12em;color:rgb(var(--gold-primary));margin-bottom:.5rem;font-size:.875rem;font-weight:600}.qr-landing__title{font-family:var(--font-playfair);color:rgb(var(--text-primary));max-width:720px;margin:0 auto 1rem;font-size:2.5rem;font-weight:700;line-height:1.2}@media (min-width:768px){.qr-landing__title{margin-inline:0;font-size:3rem}}.qr-landing__subtitle{color:rgb(var(--text-secondary));max-width:560px;margin:0 auto;font-size:1.125rem;line-height:1.6}@media (min-width:768px){.qr-landing__subtitle{margin-inline:0}}.qr-landing__quiz{max-width:860px;margin-inline:auto}.qr-landing__whatsapp{background:rgb(var(--bg-secondary));border-block:1px solid rgba(var(--gold-primary), .15);text-align:center;padding-block:3rem}.qr-landing__whatsapp .container{flex-direction:column;align-items:center;gap:1rem;display:flex}.qr-landing__whatsapp-title{font-family:var(--font-playfair);color:rgb(var(--text-primary));font-size:2rem;font-weight:600}.qr-landing__whatsapp-text{color:rgb(var(--text-secondary));max-width:520px}.qr-landing__whatsapp-btn{font-family:var(--font-inter);cursor:pointer;border:2px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1.5rem;font-size:1rem;font-weight:600;line-height:1.6;text-decoration:none;transition:all .3s;display:inline-flex}.qr-landing__whatsapp-btn:disabled{opacity:.5;cursor:not-allowed}.qr-landing__whatsapp-btn{background-color:rgb(var(--gold-primary));color:rgb(var(--text-inverse));border-color:rgb(var(--gold-primary))}.qr-landing__whatsapp-btn:hover:not(:disabled){background-color:rgb(var(--gold-bright));border-color:rgb(var(--gold-bright));color:rgb(var(--text-inverse));box-shadow:0 4px 16px rgba(var(--gold-primary), .2)}.qr-landing__whatsapp-btn{align-items:center;gap:.5rem;padding:1rem 3rem;font-size:1.125rem;text-decoration:none;display:inline-flex}.qr-landing__tips-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:576px){.qr-landing__tips-grid{grid-template-columns:1fr 1fr}}.qr-landing__tip{background:rgb(var(--bg-secondary));border:1px solid rgba(var(--gold-primary), .12);border-radius:12px;padding:1.5rem}.qr-landing__tip-title{color:rgb(var(--gold-primary));margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.qr-landing__tip-text{color:rgb(var(--text-secondary));font-size:.875rem;line-height:1.6}
