.gzq {
  --gzq-ink: #11100f;
  --gzq-paper: #f7f4ef;
  --gzq-muted: #756f68;
  --gzq-violet: #836cf4;
  width: min(1120px, calc(100% - 32px));
  padding: 84px 0 110px;
  margin: 0 auto;
  color: var(--gzq-ink);
  font-family: "DM Sans", system-ui, sans-serif;
}
.gzq-intro { max-width: 780px; margin: 0 auto 48px; text-align: center; }
.gzq-eyebrow { margin: 0 0 13px; color: var(--gzq-violet); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.gzq h1 { margin: 0 0 20px; font: 700 clamp(46px, 7vw, 78px)/1 "Manrope", sans-serif; letter-spacing: -.055em; }
.gzq-intro > p:last-child { max-width: 610px; margin: 0 auto; color: var(--gzq-muted); font-size: 18px; }
.gzq-shell { overflow: hidden; border: 1px solid rgba(17,16,15,.08); border-radius: 28px; background: #fff; box-shadow: 0 24px 80px rgba(39,30,19,.08); }
.gzq-progress { display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 12px; width: min(560px, calc(100% - 52px)); padding: 34px 0 0; margin: 0 auto; }
.gzq-progress span { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid #ded8d0; border-radius: 50%; color: #9a938c; font-size: 10px; font-weight: 800; }
.gzq-progress span.is-active { border-color: var(--gzq-violet); background: var(--gzq-violet); color: #fff; }
.gzq-progress span.is-complete::after { content: "✓"; font-size: 13px; }
.gzq-progress span.is-complete { font-size: 0; }
.gzq-progress i { height: 1px; background: #e4ded6; }
.gzq-step { min-width: 0; padding: 48px 64px 60px; margin: 0; border: 0; }
.gzq-step legend { width: 100%; padding: 0; text-align: center; font: 700 clamp(30px, 4vw, 46px)/1.12 "Manrope", sans-serif; letter-spacing: -.04em; }
.gzq-helper { margin: 12px 0 34px; color: var(--gzq-muted); text-align: center; }
.gzq-options { counter-reset: option; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gzq-options-compact { grid-template-columns: repeat(2, 1fr); }
.gzq-option { counter-increment: option; min-height: 126px; display: flex; align-items: flex-start; gap: 14px; padding: 22px; border: 1px solid #e4ded6; border-radius: 16px; background: #fbfaf8; cursor: pointer; transition: .2s ease; }
.gzq-option:hover { border-color: #bdb3ff; transform: translateY(-2px); }
.gzq-option.is-selected { border-color: var(--gzq-violet); background: #f1edff; box-shadow: inset 0 0 0 1px var(--gzq-violet); }
.gzq-option input { position: absolute; opacity: 0; pointer-events: none; }
.gzq-option-number::before { content: counter(option, decimal-leading-zero); color: var(--gzq-violet); font-size: 10px; font-weight: 800; }
.gzq-option strong { display: block; margin-bottom: 7px; font: 700 17px "Manrope", sans-serif; }
.gzq-option small { display: block; color: var(--gzq-muted); font-size: 13px; line-height: 1.5; }
.gzq-next, .gzq-submit, .gzq-shop { min-width: 190px; min-height: 50px; display: inline-grid; place-items: center; padding: 12px 23px; border: 1px solid var(--gzq-ink); border-radius: 999px; background: var(--gzq-ink); color: #fff; font: 700 13px "DM Sans", sans-serif; cursor: pointer; }
.gzq-step > .gzq-next { display: grid; margin: 34px auto 0; }
.gzq-next:disabled, .gzq-submit:disabled { opacity: .32; cursor: not-allowed; }
.gzq-controls { display: flex; justify-content: center; gap: 12px; margin-top: 34px; }
.gzq-back, .gzq-restart { min-height: 50px; padding: 12px 25px; border: 1px solid #d8d1c8; border-radius: 999px; background: transparent; color: var(--gzq-ink); font-weight: 700; cursor: pointer; }
.gzq-result { --result-accent: #836cf4; min-height: 580px; display: grid; grid-template-columns: .9fr 1.1fr; background: #0d0d0f; color: #fff; }
.gzq-result[hidden] { display: none; }
.gzq-result-aura { position: relative; overflow: hidden; display: grid; place-items: center; background: radial-gradient(circle at center, color-mix(in srgb, var(--result-accent) 75%, white) 0, var(--result-accent) 24%, #15121a 64%, #0d0d0f 100%); }
.gzq-result-aura:not(.has-image)::before, .gzq-result-aura:not(.has-image)::after { position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; content: ""; }
.gzq-result-aura::before { width: 290px; height: 390px; transform: rotate(18deg); }
.gzq-result-aura::after { width: 210px; height: 330px; transform: rotate(-25deg); }
.gzq-result-aura span { width: 92px; height: 230px; border: 1px solid rgba(255,255,255,.45); border-radius: 22px 22px 30px 30px; background: linear-gradient(180deg, rgba(10,10,14,.88), color-mix(in srgb, var(--result-accent) 65%, transparent)); box-shadow: 0 30px 60px rgba(0,0,0,.38); }
.gzq-result-aura.has-image span { display: none; }
.gzq-result-image { width: 100%; height: 100%; display: block; object-fit: cover; }
.gzq-result-image[hidden] { display: none; }
.gzq-result-copy { display: flex; flex-direction: column; justify-content: center; padding: 64px; }
.gzq-result-copy h2 { margin: 0 0 12px; font: 700 clamp(48px, 6vw, 76px)/.98 "Manrope", sans-serif; letter-spacing: -.055em; }
.gzq-result-mood { color: var(--result-accent); font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.gzq-result-description { max-width: 520px; margin: 20px 0 30px; color: #c4beba; font-size: 18px; line-height: 1.7; }
.gzq-result-actions { display: flex; align-items: center; gap: 12px; }
.gzq-shop { border-color: #fff; background: #fff; color: #111; text-decoration: none; }
.gzq-restart { border-color: #4c4743; color: #fff; }
.gzq-result-copy > small { margin-top: 26px; color: #827c77; }
@media (max-width: 760px) {
  .gzq { width: min(100% - 24px, 1120px); padding: 58px 0 80px; }
  .gzq-intro { margin-bottom: 32px; }
  .gzq-intro > p:last-child { font-size: 16px; }
  .gzq-shell { border-radius: 20px; }
  .gzq-progress { width: calc(100% - 38px); padding-top: 24px; }
  .gzq-step { padding: 38px 18px 34px; }
  .gzq-options, .gzq-options-compact { grid-template-columns: 1fr; }
  .gzq-option { min-height: 0; }
  .gzq-result { min-height: 0; grid-template-columns: 1fr; }
  .gzq-result-aura { min-height: 390px; }
  .gzq-result-copy { padding: 42px 22px; }
  .gzq-result-actions { align-items: stretch; flex-direction: column; }
  .gzq-result-actions > * { width: 100%; }
}
