
    .responsive-table { width: 100%; border-collapse: collapse; margin: 1em 0; font-size: 1em; min-width: 300px; }
    .responsive-table th, .responsive-table td { border: 1px solid #ddd; padding: 0.75em 1em; text-align: center; }
    .responsive-table th { background-color: #f5f5f7; color: #222; font-weight: bold; }
    .responsive-table tr:nth-child(even) { background-color: #fafafc; }
    @media (max-width: 800px) {
      .responsive-table thead { display: none; }
      .responsive-table, .responsive-table tbody, .responsive-table tr, .responsive-table td { display: block; width: 100%; }
      .responsive-table tr { margin-bottom: 1.5em; border: 2px solid #eee; border-radius: 0.6em; background: #fff; box-shadow: 0 2px 10px 0 #eee; }
      .responsive-table td { text-align: left; padding: 0.7em 1em; position: relative; padding-left: 50%; border: none; border-bottom: 1px solid #eee; }
      .responsive-table td::before { content: attr(data-label); position: absolute; left: 1em; top: 0.7em; font-weight: bold; color: #444; width: 45%; text-align: left; white-space: nowrap; }
    }
    /* Optional: colored check/cross icons */
    .yes { color: #15b66a; font-weight: bold; }
    .no { color: #ca2222; font-weight: bold; }
    .deal-note { font-family: Arial, Helvetica, sans-serif; margin: .6em 0 1.2em; color: #222; }
    .deal-cta { display:inline-block; background:#0b63d6; color:#fff; padding:.5em .9em; border-radius:.35em; text-decoration:none; font-weight:600; margin-top:.4em; }
    .lead-image { width:100%; max-width:1200px; height:auto; display:block; margin:0 auto 1rem; border-radius:6px; }
    article { max-width:980px; margin:1.25rem auto; padding:0 1rem; font-family: Arial, Helvetica, sans-serif; color:#111; line-height:1.6; }
    header h1 { margin:.4rem 0 .6rem; font-size:1.8rem; }
    header p { margin:0 0 1rem; color:#333; }
    section h2 { margin-top:1.1rem; font-size:1.25rem; }
    footer { margin-top:1.25rem; padding-top:1rem; border-top:1px solid #eee; color:#444; font-size:.95rem; }
    a { color:#0b63d6; }
  