[data-theme=mend] .bundle-wrap{max-width:var(--maxw);margin:0 auto;padding:0 var(--gutter) clamp(80px,9vw,120px)}[data-theme=mend] .bundle-title{font-family:var(--disp);font-weight:500;font-size:clamp(28px,2.8vw,40px);line-height:1.1}[data-theme=mend] .bundle-p{font-size:14.5px;line-height:1.6;color:var(--ink-70);max-width:44ch}[data-theme=mend] .pdp-label{font-family:var(--brand);font-size:11px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-70)}@keyframes pdp-in{0%{opacity:0;transform:translateY(16px) rotate(-3deg)}to{opacity:1;transform:none}}[data-theme=mend] .quiz{border-radius:36px;border:1px solid var(--line-soft);background:var(--milk);display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);overflow:hidden}[data-theme=mend] .quiz-left{padding:clamp(28px,4vw,52px);display:flex;flex-direction:column;gap:16px;border-right:1px solid var(--line-soft)}[data-theme=mend] .quiz-right{padding:clamp(28px,4vw,52px);background:var(--cream)}[data-theme=mend] .quiz-dots{display:flex;gap:7px;margin-top:auto;padding-top:18px}[data-theme=mend] .qdot{width:9px;height:9px;border-radius:50%;background:var(--line);transition:background .25s ease,transform .25s var(--spring)}[data-theme=mend] .qdot-on{background:var(--moss);transform:scale(1.2)}[data-theme=mend] .quiz-step{display:flex;flex-direction:column;gap:14px;animation:pdp-in .45s var(--ease-out)}[data-theme=mend] .quiz-q{font-family:var(--disp);font-weight:500;font-size:clamp(22px,2.2vw,29px);line-height:1.2}[data-theme=mend] .quiz-as{display:flex;flex-direction:column;gap:9px}[data-theme=mend] .quiz-a{text-align:left;padding:13px 18px;border-radius:16px;border:1px solid var(--line);background:var(--milk);font-size:14.5px;font-weight:600;transition:border-color .18s ease,transform .2s var(--spring),background .18s ease}[data-theme=mend] .quiz-a:hover{border-color:var(--moss);background:var(--moss-soft);transform:translateX(3px)}[data-theme=mend] .quiz-win{display:flex;align-items:center;gap:18px}[data-theme=mend] .quiz-win img{width:76px;transform-origin:50% 92%;animation:wave-hello .9s var(--ease-out) .2s;filter:drop-shadow(0 12px 20px rgba(61,43,23,.2))}[data-theme=mend] .quiz-win .card-name{font-size:21px}[data-theme=mend] .quiz-win-meta{display:flex;flex-direction:column;gap:4px}[data-theme=mend] .quiz-sub{font-size:13.5px;color:var(--ink-70);line-height:1.55}[data-theme=mend] .quiz-ctas{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:6px}@media (max-width:880px){[data-theme=mend] .quiz{grid-template-columns:1fr}[data-theme=mend] .quiz-left{border-right:none;border-bottom:1px solid var(--line-soft)}}