
  @page {
    size: A4;
    margin: 18mm 15mm;
    background-color: #faf9f6;
  }
  *, *::before, *::after {
    box-sizing: border-box;
  }
  body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #2c302e;
    line-height: 1.68;
    font-size: 10.5pt;
  }
  .header-banner {
    background-color: #1f2924;
    color: #ffffff;
    margin: -18mm -15mm 25px -15mm;
    padding: 30px 20mm;
    border-bottom: 4px solid #4a7c59;
  }
  .header-banner h1 {
    font-size: 20pt;
    margin: 0 0 10px 0;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #f0f4f1;
    line-height: 1.25;
  }
  .header-banner .meta {
    font-size: 9pt;
    color: #9ab3a0;
  }
  .header-banner a {
    color: #78c091;
    text-decoration: none;
  }
  h2 {
    font-size: 13.5pt;
    color: #1f2924;
    margin-top: 26px;
    margin-bottom: 12px;
    padding-left: 10px;
    border-left: 4px solid #4a7c59;
    page-break-after: avoid;
  }
  h3 {
    font-size: 11pt;
    color: #3b6346;
    margin-top: 18px;
    margin-bottom: 8px;
    page-break-after: avoid;
  }
  p {
    margin-top: 0;
    margin-bottom: 12px;
    text-align: justify;
  }
  ul, ol {
    margin-top: 0;
    margin-bottom: 14px;
    padding-left: 20px;
  }
  li {
    margin-bottom: 5px;
  }
  .feature-box {
    background-color: #f0f4f1;
    border: 1px solid #d3e0d6;
    border-radius: 6px;
    padding: 14px 18px;
    margin: 18px 0;
    page-break-inside: avoid;
  }
  .feature-box h4 {
    margin: 0 0 8px 0;
    font-size: 10.5pt;
    color: #1f2924;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
    font-size: 9.5pt;
    page-break-inside: avoid;
  }
  th, td {
    padding: 9px 12px;
    text-align: left;
    border-bottom: 1px solid #e1e8e2;
  }
  th {
    background-color: #e2ece4;
    color: #1f2924;
    font-weight: 600;
  }
  .highlight-callout {
    background-color: #eaf2ec;
    border-left: 4px solid #4a7c59;
    padding: 12px 16px;
    margin: 16px 0;
    font-size: 10pt;
  }
