    html.js body.page-test .reveal{ opacity: 1 !important; transform: none !important; }
    .hide{ display:none !important; }

    /* PROFESSIONAL UI UX UPGRADES */
    body.page-test #testForm .field-label-strong{
      font-weight: 500;
      font-size: 13px;
      line-height: 1.35;
      color: var(--text);
    }

    #testForm .field{
      padding: 12px;
      border-radius: 14px;
      background: #ffffff;
      border: 1px solid #e2e8f0;
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px -1px rgba(0, 0, 0, 0.02);
      transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
      display:grid;
      gap: 6px;
    }
    
    #testForm .field:focus-within {
      border-color: var(--primary);
      box-shadow: 0 10px 15px -3px rgba(0, 166, 136, 0.1), 0 4px 6px -2px rgba(0, 166, 136, 0.05);
      transform: translateY(-1px);
    }

    #testForm .field + .field{ margin-top: 10px; }

    .tn-item{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      height: 32px;
      padding: 0 12px;
      border-radius: 999px;
      border: 1px solid rgba(148,163,184,.45);
      background: #fff;
      font-weight: 700;
      font-size: 12px;
      color: var(--text);
      text-decoration: none;
    }

    .scale{ display:flex; flex-wrap:wrap; gap:8px; margin-top: 2px; }
    .chip-radio{
      position: relative;
      display:inline-flex;
      align-items:center;
      gap: 10px;
      padding: 7px 11px;
      border-radius: 999px;
      background:#fff;
      border:1px solid rgba(148,163,184,.32);
      font-size: 12px;
      font-weight: 500;
      cursor:pointer;
      user-select:none;
      transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-tap-highlight-color: transparent;
    }
    .chip-radio:hover{
      transform: translateY(-1px);
      border-color: rgba(0,166,136,.30);
      box-shadow: 0 4px 12px rgba(15,23,42,.06);
    }
    .chip-radio input{
      position:absolute;
      opacity:0;
      width:1px;
      height:1px;
      pointer-events:none;
    }
    .chip-radio .dot{
      width: 14px;
      height: 14px;
      border-radius: 999px;
      border: 1.5px solid rgba(148,163,184,.75);
      background:#fff;
      flex: 0 0 auto;
      transition: all 0.2s ease;
    }
    .chip-radio .chip-text{ font-weight: 500; transition: color 0.2s ease; }

    .chip-radio input:checked + .dot{
      border-color: var(--primary);
      background: var(--primary);
      box-shadow: inset 0 0 0 3.5px #fff;
      transform: scale(1.1);
    }
    .chip-radio input:checked + .dot + .chip-text{
      color: var(--primary-dark);
      font-weight: 600;
    }
    .chip-radio:focus-within{
      outline: 0;
      box-shadow: 0 0 0 4px rgba(0,166,136,.10);
      border-color: rgba(0,166,136,.28);
    }
    @media (max-width: 720px){
      .chip-radio{ width: 100%; justify-content: flex-start; }
      .chip-radio .chip-text{ flex: 1 1 auto; }
    }

    .range-row{ display:flex; align-items:center; gap:10px; }
    .range-pill{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding: 6px 10px;
      border-radius: 999px;
      border: 1px solid rgba(148,163,184,.45);
      background: #fff;
      color: var(--primary-dark);
      font-weight: 600;
      font-size: 12px;
      min-width: 110px;
      white-space: nowrap;
    }
    .range-row input[type="range"]{
      width: 220px;
      max-width: 100%;
      padding: 0 !important;
    }
    @media (max-width: 520px){
      .range-row{ flex-wrap: nowrap; }
      .range-row input[type="range"]{ flex: 1 1 auto; width: 100%; min-width: 0; }
      #d6label{ min-width: 92px; max-width: 120px; }
    }

    .result-box{
      background: linear-gradient(to bottom right, #f0fdfa, #ffffff);
      border: 1px solid #ccfbf1;
      border-radius: 16px;
      padding: 14px 16px;
      margin-top: 10px;
      box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.01);
    }
    .result-title{
      font-weight: 900;
      letter-spacing: -0.2px;
      margin-bottom: 8px;
      color: #0F5656;
    }

    .result-mainline{ font-weight: 800; line-height: 1.45; }
    .result-human{ margin-top: 8px; }
    .result-p{
      margin: 0;
      color: rgba(20,49,62,.92);
      line-height: 1.55;
      font-size: 13px;
    }

    .fact-grid{ display: grid; gap: 10px; margin-top: 12px; }
    @media (min-width: 860px){ .fact-grid{ grid-template-columns: 1fr 1fr 1fr; } }

    .fact{
      border: 1px solid rgba(148,163,184,.22);
      background: rgba(255,255,255,.86);
      border-radius: 14px;
      padding: 10px 12px;
    }
    .fact-k{
      font-size: 11px;
      letter-spacing: .06em;
      text-transform: uppercase;
      color: rgba(107,114,128,.95);
      font-weight: 800;
    }
    .fact-v{
      margin-top: 4px;
      font-size: 13px;
      font-weight: 800;
      color: var(--text);
    }

    .result-notes{
      margin-top: 12px;
      border-radius: 14px;
      border: 1px dashed rgba(148,163,184,.35);
      background: rgba(248,250,252,.95);
      padding: 10px 12px;
    }
    .notes-title{
      font-weight: 800;
      margin-bottom: 6px;
      color: var(--text);
      font-size: 13px;
    }
    .notes-list{
      margin: 0;
      padding-left: 18px;
      color: rgba(20,49,62,.90);
      font-size: 13px;
      line-height: 1.5;
    }

    .details-toggle{
      margin-top: 12px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 10px 12px;
      border-radius: 14px;
      border: 1px solid rgba(148,163,184,.45);
      background: #fff;
      color: var(--primary-dark);
      font-weight: 800;
      cursor: pointer;
    }
    .details-box{ margin-top: 12px; }

    .result-grid{ display:grid; gap: 10px; margin-top: 10px; }
    @media (min-width: 860px){ .result-grid{ grid-template-columns: 1fr 1fr 1fr; } }
    .metric{
      border: 1px solid rgba(148,163,184,.22);
      background: rgba(255,255,255,.86);
      border-radius: 14px;
      padding: 10px 12px;
    }
    .metric-k{
      font-size: 11px;
      letter-spacing: .06em;
      text-transform: uppercase;
      color: rgba(107,114,128,.95);
      font-weight: 800;
    }
    .metric-v{
      margin-top: 4px;
      font-size: 13px;
      font-weight: 900;
      color: #0f766e;
      font-family: 'Monaco', 'Consolas', monospace;
    }
    .note{
      margin-top: 10px;
      border-radius: 14px;
      border: 1px dashed rgba(148,163,184,.35);
      background: rgba(248,250,252,.95);
      padding: 10px 12px;
      font-size: 13px;
      line-height: 1.55;
      color: rgba(20,49,62,.90);
    }

    .actions{
      position: static;
      margin-top: 14px;
      background: transparent;
      border-top: 0;
      padding-top: 0;
    }

    @media (max-width: 720px){
      body.page-test #testForm .section-header{ align-items: flex-start; }
      body.page-test #testForm .section-header-bar{ margin-top: 2px; flex: 0 0 auto; }
    }

    .is-disabled{ opacity: .55; pointer-events: none; }

    .hero .lead .lead-block{
      display:block;
      margin-top: 10px;
    }
    .hero .lead .lead-block:first-child{
      margin-top: 0;
    }
    .hero .lead .lead-sign{
      display:block;
      margin-top: 14px;
      opacity: .9;
    }
/* Контейнер питання */
.field-label-strong {
    display: block;
    line-height: 1.5;
    margin-bottom: 12px;
    font-size: 1.05rem;
    color: #333;
}

/* Назва симптому (Заклопотаність і т.д.) */
.field-label-strong strong {
    font-weight: 600;
    display: inline-block;
    margin-right: 4px;
}

/* Текст самого питання */
.field-label-strong span {
    color: #555;
    font-weight: 400;
}

/* Ефект при наведенні на блок питання */
.field:hover .field-label-strong strong {
    text-decoration: underline;
}