
    * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
      padding: 0;
      background: #ffffff;
      color: #333333;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.8;
      font-size: 18px;
    }

    .article-container {
      max-width: 760px;
      margin: 0 auto;
      padding: 45px 22px 70px;
    }

    .breadcrumb {
      font-size: 14px;
      color: #777777;
      margin-bottom: 24px;
    }

    .breadcrumb a {
      color: #2e6b30;
      text-decoration: none;
    }

    .article-title {
      font-family: Georgia, "Times New Roman", serif;
      font-size: 40px;
      line-height: 1.25;
      color: #222222;
      margin: 0 0 18px;
      font-weight: 700;
    }

    .article-meta {
      font-size: 14px;
      color: #777777;
      margin-bottom: 28px;
    }

    .lead {
      font-size: 20px;
      line-height: 1.75;
      color: #444444;
      margin-bottom: 30px;
    }

    .divider {
      height: 1px;
      background: #e5e5e5;
      margin: 32px 0;
    }

    h2 {
      font-family: Georgia, "Times New Roman", serif;
      font-size: 29px;
      line-height: 1.35;
      color: #222222;
      margin: 42px 0 18px;
    }

    h3 {
      font-family: Georgia, "Times New Roman", serif;
      font-size: 22px;
      line-height: 1.4;
      color: #2e6b30;
      margin: 30px 0 12px;
    }

    p {
      font-size: 18px;
      line-height: 1.8;
      margin: 0 0 18px;
    }

    ul,
    ol {
      margin: 10px 0 24px 22px;
      padding: 0;
    }

    li {
      font-size: 18px;
      line-height: 1.8;
      margin-bottom: 8px;
    }

    strong {
      color: #222222;
    }

    .product-section {
      border: 1px solid #d9d9d9;
      padding: 25px;
      margin: 38px 0;
      background: #ffffff;
    }

    .product-section h2 {
      margin-top: 0;
    }

    .product-link {
      display: inline-block;
      margin-top: 8px;
      color: #2e6b30;
      font-size: 18px;
      font-weight: 600;
      text-decoration: none;
      border-bottom: 1px solid #2e6b30;
    }

    .cta {
      margin-top: 45px;
      padding: 30px 0;
      border-top: 1px solid #2e6b30;
      border-bottom: 1px solid #2e6b30;
      text-align: center;
    }

    .cta h2 {
      margin-top: 0;
      color: #2e6b30;
    }

    .cta-button {
      display: inline-block;
      margin-top: 10px;
      padding: 11px 24px;
      background: #2e6b30;
      color: #ffffff;
      text-decoration: none;
      font-size: 18px;
      font-weight: 600;
      border-radius: 3px;
    }

    .faq-item {
      margin-bottom: 28px;
    }

    .faq-item h3 {
      color: #222222;
      margin-bottom: 8px;
    }

    .faq-item p {
      font-size: 18px;
      line-height: 1.8;
    }

    @media (max-width: 600px) {
      .article-container {
        padding: 30px 18px 50px;
      }

      .article-title {
        font-size: 32px;
      }

      .lead {
        font-size: 18px;
      }

      p,
      li,
      .faq-item p {
        font-size: 18px;
        line-height: 1.8;
      }

      h2 {
        font-size: 26px;
      }

      h3 {
        font-size: 21px;
      }

      .product-section {
        padding: 20px;
      }
    }
  