
    body { font-family: Arial, sans-serif; line-height: 1.6; color: #222; margin: 20px; }
    .container { max-width: 800px; margin: 0 auto; }
    h1 { color: #0D3B66; }
    h2 { color: #F9690F; }
    ul { margin-left: 1.2em; }
    .cta { margin-top: 24px; }
    .note { background: #FFF4E6; border-left: 4px solid #F9690F; padding: 12px; margin-top: 18px; }
    .compare-table { border-collapse: collapse; width: 100%; margin-top: 12px; }
    .compare-table th, .compare-table td { text-align: left; padding: 8px; border-bottom: 1px solid #eee; }
    img.header-image {
      width: 100%;
      height: auto;
      margin-bottom: 20px;
      border-radius: 6px;
      object-fit: cover;
    }
  