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

.rh-ex { width: 100%; background: #f7f7f7; }
.rh-ex-wrap { max-width: 1600px; margin: 0 auto; padding: 56px 80px; }
.rh-ex-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }

/* FORM */
.rh-ex-form { background: #ffffff; border-radius: 20px; padding: 40px; }
.rh-ex-eyebrow { font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #99AD8F; display: block; margin: 0 0 6px 0; }
.rh-ex-title  { font-size: 19px; font-weight: 700; color: #262626; display: block; margin-bottom: 8px; }
.rh-ex-sub    { font-size: 12.5px; font-weight: 600; color: #808080; display: block; margin-bottom: 28px; line-height: 1.55; }

.rh-ex-q      { margin: 0 0 22px 0; }
.rh-ex-q-text { font-size: 13px; font-weight: 700; color: #262626; display: block; margin: 0 0 4px 0; }
.rh-ex-q-hint { font-size: 11px; font-weight: 600; color: #b3b3b3; display: block; margin: 0 0 10px 0; }

.rh-ex-toggle-row { display: flex; gap: 8px; }
.rh-ex-toggle { flex: 1; text-align: center; background: #f5f5f5; border-radius: 12px; padding: 14px; cursor: pointer; border: 2px solid transparent; transition: all 0.15s; font-size: 13px; font-weight: 600; color: #262626; }
.rh-ex-toggle:hover    { background: #DFECD9; border-color: #BFD8B3; }
.rh-ex-toggle.selected { background: #262626; border-color: #262626; color: #fff; }

.rh-ex-pills { display: flex; gap: 8px; flex-wrap: wrap; }
.rh-ex-pill  { background: #f5f5f5; border-radius: 100px; padding: 10px 18px; cursor: pointer; border: 2px solid transparent; transition: all 0.15s; font-size: 12.5px; font-weight: 600; color: #262626; }
.rh-ex-pill:hover    { background: #DFECD9; border-color: #BFD8B3; }
.rh-ex-pill.selected { background: #262626; border-color: #262626; color: #fff; }

.rh-ex-btn { width: 100%; font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; background: #262626; color: #ffffff; border: none; padding: 15px 28px; border-radius: 100px; cursor: pointer; transition: all 0.15s; margin-top: 6px; }
.rh-ex-btn:hover { background: #464646; }

/* RESULT */
.rh-ex-result { background: #262626; border-radius: 20px; padding: 40px; position: sticky; top: 24px; min-height: 520px; display: flex; flex-direction: column; }

.rh-ex-empty { flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; }
.rh-ex-empty-text { font-size: 12px; font-weight: 600; color: #585858; max-width: 230px; line-height: 1.6; }

.rh-ex-filled { display: none; flex-direction: column; height: 100%; }

.rh-ex-score-label { font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #99AD8F; display: block; margin: 0 0 12px 0; }

.rh-ex-gauge-wrap { display: flex; align-items: flex-end; gap: 12px; margin-bottom: 8px; }
.rh-ex-score-big  { font-size: 52px; font-weight: 700; line-height: 1; }
.rh-ex-score-max  { font-size: 18px; font-weight: 600; color: #585858; padding-bottom: 8px; }

.rh-ex-bar-wrap { background: rgba(255,255,255,0.06); border-radius: 6px; height: 10px; overflow: hidden; margin-bottom: 8px; }
.rh-ex-bar-fill { height: 100%; border-radius: 6px; transition: width 0.7s ease; }

.rh-ex-zone-label { font-size: 12px; font-weight: 700; display: block; margin-bottom: 18px; }

/* Visibility level */
.rh-ex-visibility { background: rgba(255,255,255,0.04); border-radius: 12px; padding: 16px 18px; margin-bottom: 14px; }
.rh-ex-vis-label  { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #A3A3A3; display: block; margin-bottom: 6px; }
.rh-ex-vis-value  { font-size: 15px; font-weight: 700; color: #ffffff; }
.rh-ex-vis-sub    { font-size: 12px; font-weight: 600; color: #808080; display: block; margin-top: 4px; line-height: 1.5; }

/* Risks */
.rh-ex-risk-title { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #f7f7f7; display: block; margin-bottom: 10px; }
.rh-ex-risks { display: flex; flex-direction: column; gap: 8px; margin-bottom: 14px; }
.rh-ex-risk-row { display: flex; align-items: flex-start; gap: 10px; }
.rh-ex-risk-dot  { width: 8px; height: 8px; border-radius: 50%; margin-top: 4px; flex-shrink: 0; }
.rh-ex-risk-text { font-size: 12.5px; font-weight: 600; color: #A3A3A3; line-height: 1.5; }
.rh-ex-risk-text b { color: #ffffff; }

/* What others see */
.rh-ex-serp { background: rgba(191,216,179,0.08); border: 1px solid rgba(191,216,179,0.14); border-radius: 12px; padding: 16px 18px; margin-bottom: 16px; }
.rh-ex-serp-title { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #99AD8F; display: block; margin-bottom: 8px; }
.rh-ex-serp-text  { font-size: 12.5px; font-weight: 600; color: #BFD8B3; line-height: 1.55; }
.rh-ex-serp-text b { color: #ffffff; }

/* Sources */
.rh-ex-sources { margin-top: auto; padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.06); }
.rh-ex-src-toggle { font-size: 10px; font-weight: 600; color: #585858; cursor: pointer; user-select: none; }
.rh-ex-src-toggle:hover { color: #808080; }
.rh-ex-src-list { display: none; font-size: 10px; font-weight: 600; color: #585858; line-height: 1.85; margin-top: 8px; }
.rh-ex-src-list.open { display: block; }

@media (max-width: 860px) {
  .rh-ex-wrap  { padding: 32px 20px; }
  .rh-ex-inner { grid-template-columns: 1fr; }
  .rh-ex-result { position: static; min-height: auto; }
  .rh-ex-form  { padding: 28px 22px; }
}
@media (max-width: 960px) {
  .rh-ex-wrap { padding-left: 40px; padding-right: 40px; }
}
