
    .agg-page {
      --ink: #16201d;
      --muted: #5f6d67;
      --paper: #ffffff;
      --soft: #f4f7f5;
      --line: #dbe3de;
      --forest: #214038;
      --forest-dark: #16302a;
      --sage: #4f7258;
      --teal: #3f6d75;
      --gold: #b98a37;
      width: 100%;
      overflow: hidden;
      background: var(--paper);
      color: var(--ink);
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.6;
    }
    .agg-page * { box-sizing: border-box; letter-spacing: 0; }
    .agg-page a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
    .agg-page img { display: block; max-width: 100%; }
    .agg-page h1, .agg-page h2, .agg-page h3, .agg-page p { margin-top: 0; }
    .agg-page h1, .agg-page h2, .agg-page h3 { line-height: 1.14; }
    .agg-page h1 { font-size: 46px; margin-bottom: 22px; }
    .agg-page h2 { font-size: 32px; margin-bottom: 16px; }
    .agg-page h3 { font-size: 20px; margin-bottom: 10px; }
    .agg-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
    .agg-eyebrow { margin-bottom: 12px; color: var(--gold); font-size: 13px; font-weight: 700; text-transform: uppercase; }
    .agg-lede { max-width: 760px; color: var(--muted); font-size: 18px; }
    .agg-btn { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 11px 20px; border: 1px solid var(--forest); border-radius: 4px; font-size: 15px; font-weight: 700; text-decoration: none; white-space: nowrap; }
    .agg-btn-primary { color: #fff !important; background: var(--forest); border-color: var(--forest); }
    .agg-btn-secondary { color: var(--forest) !important; background: #fff; }
    .agg-btn-primary:hover { background: var(--forest-dark); border-color: var(--forest-dark); }
    .agg-btn-secondary:hover { color: #fff !important; background: var(--ink); }
    .agg-hero { padding: 58px 0 62px; background: linear-gradient(180deg, #203a34 0%, #1d2f2b 100%); color: #fff; }
    .agg-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .82fr); gap: 54px; align-items: center; }
    .agg-hero .agg-lede { color: #d6e2de; }
    .agg-hero a { color: #fff; }
    .agg-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
    .agg-hero-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 34px; }
    .agg-hero-fact { padding: 14px 12px; border-top: 2px solid rgba(255,255,255,.65); }
    .agg-hero-fact strong { display: block; font-size: 16px; }
    .agg-hero-fact span { color: #d6e2de; font-size: 13px; }
    .agg-hero-media { padding: 16px; border-radius: 8px; background: #fff; box-shadow: 0 20px 40px rgba(0,0,0,.15); }
    .agg-hero-media img { width: 100%; height: auto; max-height: 560px; object-fit: contain; background: #fff; }
    .agg-section { padding: 74px 0; }
    .agg-section-soft { background: var(--soft); }
    .agg-split { display: grid; grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr); gap: 44px; align-items: start; }
    .agg-panel { padding: 22px; border-left: 4px solid var(--gold); background: #fff; color: var(--muted); }
    .agg-stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 20px; }
    .agg-stat { padding: 14px 16px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
    .agg-stat strong { display: block; margin-bottom: 4px; color: var(--ink); }
    .agg-stat span { color: var(--muted); font-size: 13px; }
    .agg-table-wrap { width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
    .agg-table { width: 100%; min-width: 740px; border-collapse: collapse; text-align: left; }
    .agg-table th, .agg-table td { padding: 14px 16px; border-bottom: 1px solid var(--line); vertical-align: top; }
    .agg-table th { width: 28%; color: #fff; background: var(--forest); }
    .agg-table tr:last-child th, .agg-table tr:last-child td { border-bottom: 0; }
    .agg-center { max-width: 760px; margin: 0 auto 36px; text-align: center; }
    .agg-process-grid, .agg-article-grid, .agg-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
    .agg-process-card, .agg-article-card, .agg-product-item { border: 1px solid var(--line); border-radius: 8px; background: #fff; overflow: hidden; }
    .agg-process-card { padding: 22px; }
    .agg-process-card p, .agg-article-card p, .agg-product-item p, .agg-faq-item p { color: var(--muted); }
    .agg-product-media { padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
    .agg-product-media img { width: 100%; height: auto; max-height: 500px; object-fit: contain; }
    .agg-criteria { display: grid; gap: 12px; padding: 0; margin: 0; list-style: none; }
    .agg-criteria li { padding: 14px 16px; border-left: 4px solid var(--sage); background: #fff; }
    .agg-criteria strong { display: block; margin-bottom: 2px; }
    .agg-product-item { display: flex; flex-direction: column; }
    .agg-card-body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 22px; }
    .agg-card-body p { margin-bottom: 12px; }
    .agg-card-body .agg-btn, .agg-text-link { margin-top: auto; }
    .agg-text-link { color: var(--sage); font-weight: 700; }
    .agg-product-grid .agg-product-item .agg-card-body p { margin-bottom: 0; }
    .agg-product-list { width: 100%; border-collapse: collapse; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fff; }
    .agg-product-list th, .agg-product-list td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
    .agg-product-list th { width: 24%; background: #edf4f0; color: var(--forest); }
    .agg-product-list tr:last-child th, .agg-product-list tr:last-child td { border-bottom: 0; }
    .agg-faq-list { max-width: 900px; margin: 0 auto; border-top: 1px solid var(--line); }
    .agg-faq-item { padding: 24px 0; border-bottom: 1px solid var(--line); }
    .agg-faq-item h3 { margin-bottom: 8px; }
    .agg-footer { padding: 30px 20px; text-align: center; background: #15221f; color: #d6e2de; }
    @media (max-width: 900px) {
      .agg-page h1 { font-size: 38px; }
      .agg-page h2 { font-size: 28px; }
      .agg-hero-grid, .agg-split { grid-template-columns: 1fr; }
      .agg-hero-media { max-width: 560px; }
      .agg-process-grid, .agg-article-grid, .agg-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .agg-article-grid .agg-article-card:last-child, .agg-product-grid .agg-product-item:last-child { grid-column: 1 / -1; }
    }
    @media (max-width: 640px) {
      .agg-shell { width: min(100% - 28px, 1180px); }
      .agg-page h1 { font-size: 32px; }
      .agg-page h2 { font-size: 25px; }
      .agg-hero { padding: 42px 0 48px; }
      .agg-section { padding: 56px 0; }
      .agg-hero-facts, .agg-process-grid, .agg-article-grid, .agg-product-grid, .agg-stats { grid-template-columns: 1fr; }
      .agg-article-grid .agg-article-card:last-child, .agg-product-grid .agg-product-item:last-child { grid-column: auto; }
      .agg-actions { flex-direction: column; }
      .agg-btn { width: 100%; }
    }
  