
    .agg-page {
      --ink: #17201b;
      --muted: #5b665f;
      --line: #d9dfd8;
      --paper: #ffffff;
      --soft: #f5f7f3;
      --wash: #e6eee8;
      --steel: #63736b;
      --accent: #a94d33;
      --accent-dark: #813923;
      --shadow: 0 16px 38px rgba(23,32,27,.09);
      width: 100%;
      overflow: hidden;
      color: var(--ink);
      background: var(--paper);
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.58;
      letter-spacing: 0;
    }
    .agg-page * { box-sizing: border-box; letter-spacing: 0; }
    .agg-page a { color: inherit; text-underline-offset: 3px; }
    .agg-page img { display: block; max-width: 100%; height: auto; }
    .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.16; }
    .agg-shell {
      width: min(1180px, calc(100% - 40px));
      margin: 0 auto;
    }
    .agg-eyebrow {
      margin-bottom: 12px;
      color: var(--accent);
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
    }
    .agg-hero {
      display: flex;
      justify-content: center;
      padding: 58px 0;
      background:
        linear-gradient(90deg, rgba(245,247,243,.98) 0%, rgba(245,247,243,.95) 42%, rgba(230,238,232,.78) 100%);
    }
    .agg-hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(340px, 520px);
      gap: 54px;
      align-items: center;
    }
    .agg-hero h1 {
      max-width: 720px;
      margin-bottom: 20px;
      font-size: 46px;
    }
    .agg-lede {
      max-width: 760px;
      color: var(--muted);
      font-size: 18px;
    }
    .agg-lede strong a {
      color: var(--accent-dark);
      font-weight: 800;
    }
    .agg-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
    }
    .agg-btn {
      display: inline-flex;
      min-height: 46px;
      align-items: center;
      justify-content: center;
      padding: 11px 18px;
      border: 1px solid var(--accent);
      border-radius: 4px;
      background: var(--accent);
      color: #fff !important;
      font-size: 15px;
      font-weight: 800;
      text-decoration: none;
    }
    .agg-btn.secondary {
      background: transparent;
      color: var(--accent-dark) !important;
    }
    .agg-hero-media {
      justify-self: end;
      width: min(100%, 520px);
      padding: 18px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #fff;
      box-shadow: var(--shadow);
    }
    .agg-hero-media img {
      width: 100%;
      max-width: 640px;
      max-height: 430px;
      margin: 0 auto;
      object-fit: contain;
    }
    .agg-metrics {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      margin-top: 30px;
    }
    .agg-metric {
      padding: 14px 15px;
      border: 1px solid var(--line);
      border-radius: 6px;
      background: rgba(255,255,255,.78);
    }
    .agg-metric strong {
      display: block;
      font-size: 18px;
    }
    .agg-metric span {
      color: var(--muted);
      font-size: 13px;
    }
    .agg-section {
      display: flex;
      justify-content: center;
      padding: 74px 0;
      background: var(--paper);
    }
    .agg-section.soft { background: var(--soft); }
    .agg-head {
      max-width: 760px;
      margin-bottom: 34px;
    }
    .agg-head.center {
      margin-right: auto;
      margin-left: auto;
      text-align: center;
    }
    .agg-head h2 {
      margin-bottom: 12px;
      font-size: 34px;
    }
    .agg-head p {
      color: var(--muted);
      font-size: 17px;
    }
    .agg-decision-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }
    .agg-decision-card {
      min-height: 210px;
      padding: 24px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #fff;
    }
    .agg-num {
      display: inline-flex;
      width: 34px;
      height: 34px;
      align-items: center;
      justify-content: center;
      margin-bottom: 18px;
      border-radius: 50%;
      background: var(--wash);
      color: var(--accent-dark);
      font-weight: 800;
    }
    .agg-decision-card h3,
    .agg-product-card h3,
    .agg-article-card h3 {
      margin-bottom: 10px;
      font-size: 20px;
    }
    .agg-decision-card p,
    .agg-product-card p,
    .agg-article-card p {
      color: var(--muted);
    }
    .agg-spec-grid {
      display: grid;
      grid-template-columns: minmax(300px, 440px) minmax(0, 1fr);
      gap: 42px;
      align-items: start;
    }
    .agg-spec-grid > * {
      min-width: 0;
    }
    .agg-spec-media {
      padding: 16px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #fff;
      box-shadow: var(--shadow);
    }
    .agg-spec-media img {
      width: 100%;
      max-width: 640px;
      max-height: 320px;
      margin: 0 auto;
      object-fit: contain;
    }
    .agg-table-wrap {
      max-width: 100%;
      overflow-x: auto;
    }
    .agg-table {
      width: 100%;
      min-width: 680px;
      border-collapse: collapse;
      background: #fff;
      font-size: 15px;
    }
    .agg-table th,
    .agg-table td {
      padding: 13px 14px;
      border: 1px solid var(--line);
      text-align: left;
      vertical-align: top;
    }
    .agg-table th {
      background: var(--wash);
      font-weight: 800;
    }
    .agg-highlight {
      margin-top: 18px;
      padding: 18px 20px;
      border-left: 4px solid var(--accent);
      background: #fff;
      color: var(--muted);
    }
    .agg-flow {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 12px;
      align-items: stretch;
    }
    .agg-flow-card {
      position: relative;
      padding: 20px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #fff;
      min-height: 190px;
    }
    .agg-flow-card strong {
      display: block;
      margin-bottom: 8px;
      color: var(--accent-dark);
    }
    .agg-product-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
    }
    .agg-product-card {
      display: flex;
      min-height: 100%;
      flex-direction: column;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #fff;
      overflow: hidden;
    }
    .agg-product-media {
      display: flex;
      height: 210px;
      align-items: center;
      justify-content: center;
      padding: 14px;
      background: #f8faf7;
    }
    .agg-product-media img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
    .agg-product-body {
      display: flex;
      flex: 1;
      flex-direction: column;
      padding: 20px;
    }
    .agg-text-link {
      margin-top: auto;
      color: var(--accent-dark) !important;
      font-weight: 800;
    }
    .agg-article-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }
    .agg-article-card {
      display: flex;
      min-height: 260px;
      flex-direction: column;
      padding: 24px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #fff;
    }
    .agg-article-card .agg-text-link { margin-top: auto; }
    .agg-faq {
      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;
      font-size: 20px;
    }
    .agg-faq-item p {
      margin-bottom: 0;
      color: var(--muted);
    }
    @media (max-width: 980px) {
      .agg-hero-grid,
      .agg-spec-grid {
        grid-template-columns: 1fr;
      }
      .agg-hero-media { justify-self: start; }
      .agg-decision-grid,
      .agg-article-grid {
        grid-template-columns: 1fr;
      }
      .agg-flow,
      .agg-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }
    @media (max-width: 640px) {
      .agg-shell {
        width: min(100% - 28px, 1180px);
      }
      .agg-hero {
        padding: 40px 0 48px;
      }
      .agg-hero h1 {
        font-size: 34px;
      }
      .agg-head h2 {
        font-size: 28px;
      }
      .agg-lede,
      .agg-head p {
        font-size: 16px;
      }
      .agg-actions {
        flex-direction: column;
      }
      .agg-btn {
        width: 100%;
      }
      .agg-metrics,
      .agg-flow,
      .agg-product-grid {
        grid-template-columns: 1fr;
      }
      .agg-section {
        padding: 56px 0;
      }
      .agg-product-media {
        height: 190px;
      }
    }
  