/* Quiz engine styles */
.qz-wrap { font-family: var(--body-font, sans-serif); max-width: 480px; margin: 0 auto; }
.qz-progress { height: 3px; background: #e0d6cc; border-radius: 2px; margin-bottom: 28px; }
.qz-progress-bar { height: 100%; background: #C4826A; border-radius: 2px; transition: width .3s ease; }
.qz-question-num { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #C4826A; margin-bottom: 8px; }
.qz-question-text { font-family: Georgia, serif; font-size: 1.35rem; color: #2A1A14; line-height: 1.35; margin-bottom: 6px; }
.qz-question-sub { font-size: 12px; color: #888; margin-bottom: 20px; }
.qz-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.qz-chip { padding: 10px 18px; border: 1.5px solid #e0d6cc; border-radius: 999px; font-size: 13px; color: #2A1A14; background: #fff; cursor: pointer; transition: all .15s ease; user-select: none; }
.qz-chip:hover { border-color: #C4826A; }
.qz-chip.qz-chip-active { background: #C4826A; border-color: #C4826A; color: #fff; }
.qz-nav { display: flex; justify-content: space-between; align-items: center; margin-top: 28px; }
.qz-btn { padding: 12px 28px; border-radius: 999px; border: none; font-size: 13px; font-weight: 700; cursor: pointer; transition: opacity .15s; }
.qz-btn:disabled { opacity: .4; cursor: default; }
.qz-btn-primary { background: #2A1A14; color: #fff; }
.qz-btn-secondary { background: none; border: 1.5px solid #e0d6cc; color: #555; }
.qz-spinner { text-align: center; padding: 48px 0; color: #888; font-size: 14px; }
/* Result card */
.qz-result-card { background: #fff; border-radius: 14px; overflow: hidden; box-shadow: 0 4px 24px rgba(42,26,20,.10); }
.qz-result-hero { background: linear-gradient(135deg,#3D1F14,#6B3020); padding: 24px 22px 20px; position: relative; }
.qz-result-badge { position: absolute; top: 14px; right: 14px; background: rgba(255,255,255,.15); border-radius: 999px; padding: 4px 12px; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.8); }
.qz-result-icon { width: 60px; height: 60px; border-radius: 12px; background: rgba(255,255,255,.12); display: flex; align-items: center; justify-content: center; font-size: 28px; }
.qz-result-name { font-family: Georgia, serif; font-size: 1.4rem; font-weight: 600; color: #fff; line-height: 1.2; }
.qz-result-subtitle { font-size: 11px; color: rgba(255,255,255,.6); margin-top: 3px; }
.qz-result-reason { font-size: 12px; color: #6B3020; font-style: italic; line-height: 1.6; border-left: 2px solid #C4826A; padding-left: 12px; margin: 18px 20px 0; }
.qz-result-ritual-label { font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #C4826A; margin-bottom: 8px; }
.qz-result-ritual-copy { font-size: 12px; color: #555; line-height: 1.75; }
.qz-result-bundle { margin: 0 20px; background: #FAF7F2; border-radius: 10px; padding: 14px 16px; display: flex; justify-content: space-between; align-items: center; }
.qz-result-bundle-sub { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #888; margin-bottom: 3px; }
.qz-result-bundle-name { font-weight: 600; color: #2A1A14; font-size: 14px; }
.qz-result-bundle-note { font-size: 11px; color: #888; margin-top: 2px; }
.qz-result-price { font-family: Georgia, serif; font-size: 1.4rem; font-weight: 600; color: #2A1A14; text-align: right; }
/* Subscribe state bundle */
.qz-result-bundle-sub-state { background: #2A1A14; }
.qz-result-bundle-sub-state .qz-result-bundle-name { color: #fff; }
.qz-result-bundle-sub-state .qz-result-bundle-note { color: rgba(255,255,255,.55); }
.qz-result-bundle-sub-state .qz-result-price { color: #C4826A; }
.qz-result-ctas { padding: 16px 20px; display: flex; flex-direction: column; gap: 10px; }
.qz-btn-full { width: 100%; padding: 14px; border-radius: 999px; border: none; font-size: 13px; font-weight: 700; cursor: pointer; }
.qz-btn-add { background: #2A1A14; color: #fff; }
.qz-btn-subscribe { background: #C4826A; color: #fff; }
.qz-btn-outline { background: none; border: 1.5px solid #e0d6cc; border-radius: 999px; padding: 10px; font-size: 12px; color: #555; cursor: pointer; flex: 1; }
.qz-retake { text-align: center; padding: 12px 0 20px; }
.qz-retake button { background: none; border: none; font-size: 11px; color: #aaa; cursor: pointer; text-decoration: underline; }
