/* Help Me Choose v2. This stylesheet is deliberately isolated from the React bundle. */
.hmc-v2 {
  --hmc-gold: #d8ae5b;
  --hmc-gold-soft: #f0cf8a;
  --hmc-ink: #11110f;
  --hmc-panel: #1b1a17;
  --hmc-panel-2: #24221e;
  --hmc-line: rgba(237, 220, 177, 0.22);
  --hmc-muted: #b9b5aa;
  --hmc-white: #f8f6f0;
  color: var(--hmc-white);
}

.hmc-v2 *, .hmc-v2 *::before, .hmc-v2 *::after { box-sizing: border-box; }
.hmc-v2 button, .hmc-v2 input { font: inherit; }

.hmc-v2__shell {
  position: relative;
  overflow: hidden;
  width: min(calc(100% - 32px), 880px);
  margin: 0 auto;
  border: 1px solid var(--hmc-line);
  border-radius: 20px;
  background: linear-gradient(145deg, #1f1d19 0%, #131310 100%);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.24);
}

.hmc-v2__screen { padding: clamp(24px, 5vw, 54px); }
.hmc-v2__eyebrow, .hmc-v2__step, .hmc-v2__label {
  display: block;
  margin: 0 0 12px;
  color: var(--hmc-gold-soft);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}
.hmc-v2 h2, .hmc-v2 h3 { color: var(--hmc-white); margin: 0; }
.hmc-v2 h2 { font-size: clamp(1.8rem, 4vw, 3rem); letter-spacing: -0.04em; line-height: 1.06; }
.hmc-v2 h3 { font-size: clamp(1.35rem, 2.7vw, 2rem); letter-spacing: -0.03em; line-height: 1.12; }
.hmc-v2 p { color: var(--hmc-muted); line-height: 1.65; }
.hmc-v2__lead { max-width: 650px; margin: 18px 0 0; font-size: 1.04rem; }
.hmc-v2__disclaimer { margin: 22px 0 0; font-size: 0.84rem; }

.hmc-v2__button, .hmc-v2__link {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 19px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: var(--hmc-gold);
  color: #18130a;
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 140ms ease, background 140ms ease, border-color 140ms ease;
}
.hmc-v2__button:hover, .hmc-v2__link:hover { background: #e6bd6d; transform: translateY(-1px); }
.hmc-v2__button:focus-visible, .hmc-v2__link:focus-visible, .hmc-v2__option:focus-visible, .hmc-v2__field input:focus-visible { outline: 3px solid var(--hmc-gold-soft); outline-offset: 3px; }
.hmc-v2__button--secondary, .hmc-v2__link--secondary { background: transparent; border-color: rgba(238, 221, 179, 0.42); color: var(--hmc-white); }
.hmc-v2__button--secondary:hover, .hmc-v2__link--secondary:hover { background: rgba(255,255,255,0.07); border-color: var(--hmc-gold-soft); }
.hmc-v2__button[disabled] { cursor: not-allowed; opacity: .58; transform: none; }

.hmc-v2__progress-wrap { margin-bottom: 28px; }
.hmc-v2__progress-meta { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 9px; color: var(--hmc-muted); font-size: .82rem; }
.hmc-v2__progress { display: block; width: 100%; height: 7px; overflow: hidden; border-radius: 999px; background: rgba(255, 255, 255, .1); }
.hmc-v2__progress > span { display: block; height: 100%; width: 0; border-radius: inherit; background: var(--hmc-gold); transition: width 180ms ease; }

.hmc-v2__question { margin: 0 0 25px; }
.hmc-v2__options { display: grid; gap: 11px; }
.hmc-v2__option {
  width: 100%;
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px 17px;
  border: 1px solid var(--hmc-line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.025);
  color: var(--hmc-white);
  cursor: pointer;
  font-weight: 600;
  line-height: 1.35;
  text-align: left;
  transition: border-color 140ms ease, background 140ms ease, transform 140ms ease;
}
.hmc-v2__option:hover { border-color: rgba(240, 207, 138, .72); background: rgba(216,174,91,.09); }
.hmc-v2__option[aria-checked="true"] { border-color: var(--hmc-gold); background: rgba(216,174,91,.16); }
.hmc-v2__option-indicator { flex: 0 0 18px; width: 18px; height: 18px; border: 1px solid rgba(238, 221, 179, .64); border-radius: 50%; }
.hmc-v2__option[aria-checked="true"] .hmc-v2__option-indicator { border: 5px solid var(--hmc-gold); background: #13110c; }
.hmc-v2__validation { min-height: 1.35em; margin: 12px 0 0; color: #f0a3a3; font-size: .88rem; font-weight: 600; }
.hmc-v2__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

.hmc-v2__result-kicker { margin: 0 0 8px; color: var(--hmc-gold-soft); font-weight: 800; }
.hmc-v2__result-meta { margin: 13px 0 22px; color: var(--hmc-white); font-size: 1.04rem; font-weight: 700; }
.hmc-v2__result-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(190px, .72fr); gap: 18px; margin: 25px 0; }
.hmc-v2__result-card { padding: 19px; border: 1px solid var(--hmc-line); border-radius: 12px; background: rgba(255,255,255,.035); }
.hmc-v2__result-card h3 { margin-bottom: 11px; font-size: 1.05rem; letter-spacing: 0; }
.hmc-v2__result-card p { margin: 0; font-size: .92rem; }
.hmc-v2__result-list { padding: 0; margin: 0; list-style: none; }
.hmc-v2__result-list li { position: relative; padding-left: 19px; color: var(--hmc-muted); line-height: 1.55; }
.hmc-v2__result-list li + li { margin-top: 9px; }
.hmc-v2__result-list li::before { content: ""; position: absolute; left: 0; top: .62em; width: 7px; height: 7px; border-radius: 50%; background: var(--hmc-gold); }
.hmc-v2__alternate { margin: 0; padding: 15px 17px; border-left: 2px solid var(--hmc-gold); background: rgba(216,174,91,.08); color: var(--hmc-muted); font-size: .93rem; }
.hmc-v2__cta-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; margin-top: 25px; }
.hmc-v2__cta-grid .hmc-v2__button:last-child { grid-column: 1 / -1; justify-self: start; padding-inline: 0; min-height: 34px; border: 0; background: transparent; color: var(--hmc-gold-soft); text-decoration: underline; }
.hmc-v2__cta-grid .hmc-v2__button:last-child:hover { background: transparent; color: var(--hmc-white); }

.hmc-v2__email-panel { margin-top: 28px; padding-top: 28px; border-top: 1px solid var(--hmc-line); }
.hmc-v2__email-panel h3 { font-size: 1.25rem; }
.hmc-v2__email-panel > p { margin: 8px 0 18px; font-size: .92rem; }
.hmc-v2__form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.hmc-v2__field { display: grid; gap: 7px; color: var(--hmc-white); font-size: .88rem; font-weight: 700; }
.hmc-v2__field input[type="text"], .hmc-v2__field input[type="email"] { width: 100%; min-height: 47px; border: 1px solid var(--hmc-line); border-radius: 8px; background: #141310; color: var(--hmc-white); padding: 11px 12px; }
.hmc-v2__check { display: flex; align-items: flex-start; gap: 10px; margin-top: 14px; color: var(--hmc-muted); font-size: .88rem; line-height: 1.42; }
.hmc-v2__check input { flex: 0 0 auto; margin-top: 3px; accent-color: var(--hmc-gold); }
.hmc-v2__privacy { margin: 13px 0 0; font-size: .78rem; }
.hmc-v2__privacy a { color: var(--hmc-gold-soft); }
.hmc-v2__status { min-height: 1.45em; margin: 12px 0 0; color: var(--hmc-muted); font-size: .88rem; }
.hmc-v2__status[data-state="error"] { color: #f2a2a2; }
.hmc-v2__status[data-state="success"] { color: #a8d7ae; }
.hmc-v2__honeypot { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; border: 0 !important; }
.hmc-v2__guardian-note { margin: 20px 0 0; padding: 15px 17px; border: 1px solid rgba(240,163,163,.32); border-radius: 10px; background: rgba(166, 70, 70, .1); color: #ead2d2; font-size: .9rem; line-height: 1.5; }

@media (max-width: 600px) {
  .hmc-v2__screen { padding: 25px 19px; }
  .hmc-v2__result-grid, .hmc-v2__form-grid, .hmc-v2__cta-grid { grid-template-columns: 1fr; }
  .hmc-v2__cta-grid .hmc-v2__button:last-child { grid-column: auto; }
  .hmc-v2__actions .hmc-v2__button { flex: 1 1 150px; }
}

@media (prefers-reduced-motion: reduce) {
  .hmc-v2 *, .hmc-v2 *::before, .hmc-v2 *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
