
    body { font-family: Arial, sans-serif; line-height: 1.6; color: #222; padding: 24px; background: #f9f9f9; }
    .container { max-width: 900px; margin: 0 auto; background: #fff; padding: 28px; border-radius: 8px; box-shadow: 0 6px 18px rgba(0,0,0,0.06); }
    h1 { color: #F9690F; margin-bottom: 6px; }
    h2 { color: #333; margin-top: 20px; }
    p.lead { color: #444; margin-bottom: 14px; }
    ul { margin-left: 18px; }
    .feature { margin-bottom: 12px; }
    .cta { margin-top: 22px; }
    .btn { display: inline-block; background-color: #F9690F; color: white; padding: 10px 20px; text-decoration: none; border-radius: 5px; font-family: Arial, sans-serif; font-size: 16px; }
    .note { font-size: 13px; color: #666; margin-top: 8px; }
    .small { font-size: 13px; color: #666; }
    .comparison-list { margin-left: 18px; }
    table { width: 100%; border-collapse: collapse; margin-top: 16px; }
    table, th, td { border: 1px solid #ccc; }
    th, td { padding: 10px; text-align: center; }
    th { background-color: #F9690F; color: white; }
  