
<!-- Мини-CSS для FAQ/кнопок хаба (если не хочешь — перенеси в styles.css) -->
  <style>
    .hub_btn{
      display:inline-block; padding:10px 12px; border-radius:10px;
      background:#f3f4f6; color:#111; text-decoration:none;
      border:1px solid rgba(0,0,0,.08); font-size:14px;
    }
    .hub_btn:hover{ background:#ededed; }
    .section_box{ margin:18px 0; padding:16px 14px; background:#fff; border-radius:12px; box-shadow:0 6px 18px rgba(0,0,0,.06); }
    .disclaimer{ font-size:15px; line-height:1.6; color:#222; }
    .simple_list{ margin:0; padding-left:18px; }
    .simple_list li{ margin:6px 0; font-size:15px; line-height:1.55; }
    .simple_steps{ margin:0; padding-left:20px; }
    .simple_steps li{ margin:6px 0; font-size:15px; line-height:1.55; }
    .soft_note{ margin-top:10px; padding:12px; border-radius:10px; background:#f6f7f9; border:1px solid rgba(0,0,0,.06); font-size:14px; line-height:1.55; }
    .faq_item{ border:1px solid rgba(0,0,0,.08); border-radius:10px; padding:0px 12px; margin:10px 0; background:#fafafa; }
    .faq_item summary{ cursor:pointer; font-weight:700; }
    .faq_item p{ margin:8px 0 0; font-size:15px; line-height:1.55; }
  </style>