
* { box-sizing: border-box; font-family: 'Mont', 'Montserrat', sans-serif; margin: 0; padding: 0; }

.rh-rt { width: 100%; background: #f7f7f7; }
.rh-rt-wrap { max-width: 1600px; margin: 0 auto; padding: 56px 80px; }

/* ── STEP WIZARD (before result) ── */
.rh-rt-wizard { background: #ffffff; border-radius: 20px; padding: 48px 56px; max-width: 980px; margin: 0 auto; }
.rh-rt-step-meta { display: flex; justify-content: space-between; align-items: center; margin: 0 0 8px 0; }
.rh-rt-step-label { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #99AD8F; }
.rh-rt-step-count { font-size: 11px; font-weight: 600; color: #A3A3A3; }
.rh-rt-progress-bar { height: 4px; background: #f0f0f0; border-radius: 2px; overflow: hidden; margin: 0 0 32px 0; }
.rh-rt-progress-fill { height: 100%; background: linear-gradient(to right, #BFD8B3, #99AD8F); border-radius: 2px; transition: width 0.4s ease; }

.rh-rt-q-title { font-size: 20px; font-weight: 700; color: #262626; margin: 0 0 22px 0; line-height: 1.3; }

.rh-rt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 8px; }
.rh-rt-opt { background: #f5f5f5; border-radius: 12px; padding: 22px 22px; cursor: pointer; border: 2px solid transparent; transition: all 0.15s; }
.rh-rt-opt:hover { background: #DFECD9; border-color: #BFD8B3; }
.rh-rt-opt.selected { background: #DFECD9; border-color: #99AD8F; }
.rh-rt-opt-text { font-size: 13.5px; font-weight: 700; color: #262626; display: block; }
.rh-rt-opt-sub { font-size: 11px; font-weight: 600; color: #939393; display: block; margin-top: 3px; }

.rh-rt-grid-3 { grid-template-columns: 1fr 1fr 1fr; }
.rh-rt-grid-2col { grid-template-columns: 1fr 1fr; }

.rh-rt-toggle-row { display: flex; gap: 10px; }
.rh-rt-toggle { flex: 1; text-align: center; background: #f5f5f5; border-radius: 12px; padding: 22px 16px; cursor: pointer; border: 2px solid transparent; transition: all 0.15s; }
.rh-rt-toggle:hover { background: #DFECD9; border-color: #BFD8B3; }
.rh-rt-toggle.selected { background: #262626; border-color: #262626; }
.rh-rt-toggle-text { font-size: 14px; font-weight: 700; color: #262626; }
.rh-rt-toggle.selected .rh-rt-toggle-text { color: #ffffff; }

.rh-rt-nav { display: flex; gap: 10px; margin-top: 28px; }
.rh-rt-btn-back { font-size: 12px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; background: #f0f0f0; color: #808080; border: none; padding: 13px 22px; border-radius: 100px; cursor: pointer; transition: all 0.15s; }
.rh-rt-btn-back:hover { background: #e0e0e0; }
.rh-rt-btn-next { font-size: 12px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; background: #262626; color: #ffffff; border: none; padding: 13px 28px; border-radius: 100px; cursor: pointer; transition: all 0.15s; flex: 1; opacity: 0.4; pointer-events: none; }
.rh-rt-btn-next.active { opacity: 1; pointer-events: auto; }
.rh-rt-btn-next:hover.active { background: #464646; }

/* ── RESULT VIEW ── */
.rh-rt-result { display: none; }
.rh-rt-result-head { text-align: center; margin: 0 0 32px 0; }
.rh-rt-result-label { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #99AD8F; display: block; margin: 0 0 10px 0; }
.rh-rt-result-range { font-size: 48px; font-weight: 700; color: #262626; line-height: 1; }
.rh-rt-result-range span { color: #99AD8F; }
.rh-rt-result-sub { font-size: 13px; font-weight: 600; color: #808080; margin-top: 8px; }

/* timeline */
.rh-rt-timeline-card { background: #262626; border-radius: 20px; padding: 36px 40px; margin: 0 0 24px 0; }
.rh-rt-timeline-title { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #f7f7f7; display: block; margin: 0 0 24px 0; }

.rh-rt-phases { display: flex; gap: 4px; height: 14px; border-radius: 8px; overflow: hidden; margin: 0 0 18px 0; }
.rh-rt-phase-bar { height: 100%; transition: width 1s ease; }
.rh-rt-phase-bar.p1 { background: #CB817D; }
.rh-rt-phase-bar.p2 { background: #D4A857; }
.rh-rt-phase-bar.p3 { background: #99AD8F; }

.rh-rt-phase-labels { display: flex; gap: 4px; }
.rh-rt-phase-label-block { display: flex; flex-direction: column; gap: 4px; }
.rh-rt-phase-dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; margin-right: 6px; }
.rh-rt-phase-name { font-size: 12.5px; font-weight: 700; color: #ffffff; }
.rh-rt-phase-dur { font-size: 11px; font-weight: 600; color: #808080; margin-top: 2px; }

.rh-rt-phase-detail { margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.08); display: flex; flex-direction: column; gap: 14px; }
.rh-rt-phase-row { display: flex; gap: 12px; align-items: flex-start; }
.rh-rt-phase-row-dot { width: 10px; height: 10px; border-radius: 50%; margin-top: 4px; flex-shrink: 0; }
.rh-rt-phase-row-text { font-size: 13px; font-weight: 600; color: #A3A3A3; line-height: 1.55; }
.rh-rt-phase-row-text b { color: #ffffff; }

/* speed/effectiveness note */
.rh-rt-speed-note { background: rgba(203,129,125,0.08); border: 1px solid rgba(203,129,125,0.2); border-radius: 14px; padding: 18px 22px; margin: 0 0 24px 0; }
.rh-rt-speed-title { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #b56560; display: block; margin: 0 0 8px 0; }
.rh-rt-speed-text { font-size: 13px; font-weight: 600; color: #5c5c5c; line-height: 1.6; }
.rh-rt-speed-text b { color: #262626; }

/* top 3 steps */
.rh-rt-steps-title { font-size: 16px; font-weight: 700; color: #262626; margin: 0 0 16px 0; }
.rh-rt-steps-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; margin-bottom: 28px; }
.rh-rt-step-card { background: #ffffff; border: 1px solid #ECECEC; border-radius: 14px; padding: 20px; }
.rh-rt-step-num { font-size: 22px; font-weight: 700; color: #BFD8B3; display: block; margin-bottom: 8px; }
.rh-rt-step-card-title { font-size: 13.5px; font-weight: 700; color: #262626; display: block; margin-bottom: 6px; }
.rh-rt-step-card-text { font-size: 12px; font-weight: 600; color: #808080; line-height: 1.55; }

.rh-rt-restart { text-align: center; }
.rh-rt-restart-btn { font-size: 12px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; background: #f0f0f0; color: #808080; border: none; padding: 12px 24px; border-radius: 100px; cursor: pointer; }
.rh-rt-restart-btn:hover { background: #e0e0e0; }

.rh-rt-sources { margin-top: 18px; text-align: center; }
.rh-rt-sources-toggle { font-size: 10px; font-weight: 600; color: #b0b0b0; cursor: pointer; display: inline-block; }
.rh-rt-sources-toggle:hover { color: #808080; }
.rh-rt-sources-list { display: none; font-size: 10px; font-weight: 600; color: #b0b0b0; line-height: 1.85; margin-top: 10px; max-width: 600px; margin-left: auto; margin-right: auto; }
.rh-rt-sources-list.open { display: block; }

@media (max-width: 960px) {
  .rh-rt-wrap { padding-left: 40px; padding-right: 40px; }
  .rh-rt-grid-3 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .rh-rt-wrap { padding: 32px 20px; }
  .rh-rt-wizard { padding: 28px 22px; }
  .rh-rt-grid, .rh-rt-grid-3, .rh-rt-grid-2col { grid-template-columns: 1fr; }
  .rh-rt-steps-grid { grid-template-columns: 1fr; }
  .rh-rt-timeline-card { padding: 26px 22px; }
  .rh-rt-phase-labels { flex-direction: column; gap: 10px; }
  .rh-rt-result-range { font-size: 36px; }
}
