
    body { font-family: Arial, sans-serif; color: #222; line-height: 1.6; margin: 20px; }
    h1 { color: #F9690F; }
    h2 { color: #333; margin-top: 26px; }
    .lead { font-size: 1.05rem; color: #444; }
    ul { margin-left: 20px; }
    .feature { margin-bottom: 12px; }
    .compare-list { display: flex; flex-wrap: wrap; gap: 12px; }
    .compare-item { background: #f7f7f7; padding: 12px; border-radius: 6px; flex: 1 1 220px; }
    .cta { margin-top: 22px; }
    .notice { background: #fffbe6; border-left: 4px solid #F9690F; padding: 12px; border-radius: 4px; }
    table {
      border-collapse: collapse;
      width: 100%;
      margin-top: 26px;
      font-size: 0.95rem;
    }
    table thead {
      background-color: #F9690F;
      color: white;
    }
    table th, table td {
      border: 1px solid #ddd;
      padding: 10px 12px;
      text-align: center;
    }
    table th:first-child, table td:first-child {
      text-align: left;
    }
  