
    .agg-page {
      --ink: #1e2620;
      --muted: #5f6a62;
      --soft: #f4f6f1;
      --paper: #ffffff;
      --line: #dce2d7;
      --line-strong: #bcc6b4;
      --olive: #47614e;
      --olive-dark: #31463a;
      --sand: #d4b981;
      --card: #fbfcfa;
      font-family: Arial, Helvetica, sans-serif;
      color: var(--ink);
      background: var(--paper);
      width: 100%;
      overflow: hidden;
    }
    .agg-page * {
      box-sizing: border-box;
      letter-spacing: 0;
    }
    .agg-page a {
      color: inherit;
      text-decoration-thickness: 1px;
      text-underline-offset: 2px;
    }
    .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.15;
    }
    .agg-shell {
      width: min(1180px, calc(100% - 40px));
      margin: 0 auto;
    }
    .agg-eyebrow {
      margin: 0 0 14px;
      color: var(--olive);
      font-size: 13px;
      font-weight: 800;
      letter-spacing: .06em;
      text-transform: uppercase;
    }
    .agg-lede {
      color: var(--muted);
      font-size: 18px;
      line-height: 1.7;
    }
    .agg-hero {
      padding: 52px 0 56px;
      background: var(--paper);
    }
    .agg-hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
      gap: 44px;
      align-items: center;
    }
    .agg-hero-copy h1 {
      font-size: 46px;
      margin-bottom: 18px;
    }
    .agg-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin: 24px 0 26px;
    }
    .agg-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      padding: 11px 18px;
      border: 1px solid var(--ink);
      border-radius: 6px;
      font-size: 15px;
      font-weight: 700;
      text-decoration: none;
      white-space: nowrap;
      transition: background-color .2s ease, color .2s ease, border-color .2s ease;
    }
    .agg-btn-primary {
      color: #fff !important;
      background: var(--olive);
      border-color: var(--olive);
    }
    .agg-btn-primary:hover {
      background: var(--olive-dark);
      border-color: var(--olive-dark);
    }
    .agg-btn-secondary:hover {
      color: #fff !important;
      background: var(--ink);
    }
    .agg-hero-media {
      position: relative;
    }
    .agg-hero-media::after {
      content: "";
      position: absolute;
      right: -12px;
      bottom: -12px;
      width: 30%;
      height: 30%;
      border-right: 7px solid var(--sand);
      border-bottom: 7px solid var(--sand);
      z-index: 0;
    }
    .agg-hero-media img {
      position: relative;
      z-index: 1;
      width: 100%;
      aspect-ratio: 4 / 3;
      object-fit: contain;
      padding: 20px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #f9faf7;
      box-shadow: 0 18px 42px rgba(30, 38, 32, .12);
    }
    .agg-facts {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      margin-top: 32px;
    }
    .agg-fact {
      padding-top: 14px;
      border-top: 2px solid var(--ink);
    }
    .agg-fact strong {
      display: block;
      font-size: 15px;
      margin-bottom: 2px;
    }
    .agg-fact span {
      color: var(--muted);
      font-size: 13px;
      line-height: 1.5;
    }
    .agg-section {
      padding: 74px 0;
    }
    .agg-soft {
      background: var(--soft);
    }
    .agg-center {
      max-width: 760px;
      margin: 0 auto 32px;
      text-align: center;
    }
    .agg-center h2 {
      font-size: 32px;
      margin-bottom: 12px;
    }
    .agg-center p {
      color: var(--muted);
      font-size: 17px;
      line-height: 1.7;
    }
    .agg-table-wrap {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    .agg-table {
      width: 100%;
      min-width: 760px;
      border-collapse: collapse;
      background: #fff;
    }
    .agg-table th,
    .agg-table td {
      padding: 13px 14px;
      border: 1px solid var(--line);
      text-align: left;
      vertical-align: top;
      font-size: 14px;
      line-height: 1.55;
    }
    .agg-table th {
      width: 220px;
      background: #f6f8f3;
      color: var(--ink);
    }
    .agg-table td {
      color: var(--muted);
    }
    .agg-two-col {
      display: grid;
      grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
      gap: 32px;
      align-items: start;
    }
    .agg-media-card,
    .agg-copy-card,
    .agg-panel,
    .agg-card {
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #fff;
    }
    .agg-media-card img {
      width: 100%;
      aspect-ratio: 4 / 3;
      object-fit: contain;
      padding: 18px;
      background: #f9faf7;
      border-bottom: 1px solid var(--line);
    }
    .agg-copy-card {
      padding: 22px;
      margin-top: 18px;
      border-left: 4px solid var(--sand);
    }
    .agg-copy-card h3,
    .agg-copy-card p {
      margin-bottom: 10px;
    }
    .agg-copy-card p,
    .agg-note,
    .agg-card p,
    .agg-faq p {
      color: var(--muted);
      line-height: 1.7;
    }
    .agg-feature-list {
      margin: 16px 0 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 10px;
    }
    .agg-feature-list li {
      padding: 12px 14px;
      border-left: 3px solid var(--olive);
      background: #fbfcf8;
      line-height: 1.55;
    }
    .agg-feature-list strong {
      display: block;
      margin-bottom: 2px;
    }
    .agg-link {
      color: var(--olive) !important;
      font-weight: 700;
      white-space: nowrap;
    }
    .agg-check-table {
      width: 100%;
      min-width: 820px;
      border-collapse: collapse;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 8px;
      overflow: hidden;
    }
    .agg-check-table th,
    .agg-check-table td {
      padding: 14px 16px;
      border-bottom: 1px solid var(--line);
      border-right: 1px solid var(--line);
      text-align: left;
      vertical-align: top;
      font-size: 14px;
      line-height: 1.6;
    }
    .agg-check-table th {
      background: #f6f8f3;
      color: var(--ink);
      font-weight: 700;
      width: 180px;
    }
    .agg-check-table td {
      color: var(--muted);
    }
    .agg-check-table tr:last-child th,
    .agg-check-table tr:last-child td {
      border-bottom: 0;
    }
    .agg-check-table th:last-child,
    .agg-check-table td:last-child {
      border-right: 0;
      white-space: nowrap;
      width: 180px;
    }
    .agg-spec-head {
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      gap: 20px;
      margin-bottom: 14px;
    }
    .agg-spec-head h2 {
      font-size: 30px;
      margin-bottom: 0;
    }
    .agg-spec-layout {
      display: grid;
      grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
      gap: 30px;
      align-items: start;
    }
    .agg-spec-hero {
      overflow: hidden;
    }
    .agg-spec-hero img {
      width: 100%;
      aspect-ratio: 4 / 3;
      object-fit: contain;
      padding: 18px;
      background: #f9faf7;
      border-bottom: 1px solid var(--line);
    }
    .agg-spec-block {
      padding: 22px;
    }
    .agg-spec-block h3 {
      margin-bottom: 10px;
    }
    .agg-spec-block p {
      color: var(--muted);
      line-height: 1.7;
    }
    .agg-mini-table {
      width: 100%;
      min-width: 620px;
      border-collapse: collapse;
      margin-top: 14px;
    }
    .agg-mini-table th,
    .agg-mini-table td {
      padding: 11px 12px;
      border: 1px solid var(--line);
      text-align: left;
      vertical-align: top;
      font-size: 14px;
      line-height: 1.5;
    }
    .agg-mini-table th {
      width: 180px;
      background: #f6f8f3;
    }
    .agg-article-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }
    .agg-card {
      display: flex;
      flex-direction: column;
      min-height: 240px;
      padding: 22px;
    }
    .agg-card h3 {
      margin-bottom: 8px;
      font-size: 19px;
    }
    .agg-card p {
      margin-bottom: 14px;
    }
    .agg-card .agg-link {
      margin-top: auto;
    }
    .agg-matrix-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
    }
    .agg-product-card {
      display: flex;
      flex-direction: column;
      border: 1px solid var(--line);
      border-radius: 8px;
      overflow: hidden;
      background: #fff;
      min-height: 100%;
    }
    .agg-product-card img {
      width: 100%;
      aspect-ratio: 4 / 3;
      object-fit: cover;
      background: #f7f8f4;
      border-bottom: 1px solid var(--line);
    }
    .agg-product-body {
      display: flex;
      flex: 1;
      flex-direction: column;
      padding: 20px;
    }
    .agg-product-body h3 {
      margin-bottom: 8px;
      font-size: 20px;
    }
    .agg-product-body p {
      color: var(--muted);
      line-height: 1.7;
      margin-bottom: 14px;
    }
    .agg-product-body .agg-link {
      margin-top: auto;
    }
    .agg-faq-list {
      max-width: 900px;
      margin: 0 auto;
      border-top: 1px solid var(--line);
    }
    .agg-faq {
      padding: 22px 0;
      border-bottom: 1px solid var(--line);
    }
    .agg-faq h3 {
      margin-bottom: 8px;
      font-size: 18px;
    }
    .agg-footer {
      padding: 26px 20px;
      text-align: center;
      border-top: 1px solid var(--line);
      background: #fff;
      color: #677068;
      font-size: 14px;
    }
    @media (max-width: 960px) {
      .agg-hero-grid,
      .agg-two-col,
      .agg-spec-layout {
        grid-template-columns: 1fr;
      }
      .agg-article-grid,
      .agg-matrix-grid {
        grid-template-columns: 1fr 1fr;
      }
      .agg-check-item {
        grid-template-columns: 1fr;
      }
      .agg-check-item .agg-link {
        white-space: normal;
      }
      .agg-hero-copy h1 {
        font-size: 40px;
      }
      .agg-center h2,
      .agg-spec-head h2 {
        font-size: 28px;
      }
    }
    @media (max-width: 640px) {
      .agg-shell {
        width: min(100% - 28px, 1180px);
      }
      .agg-hero {
        padding: 38px 0 44px;
      }
      .agg-hero-copy h1 {
        font-size: 34px;
      }
      .agg-lede,
      .agg-center p {
        font-size: 16px;
      }
      .agg-facts {
        grid-template-columns: 1fr;
      }
      .agg-section {
        padding: 56px 0;
      }
      .agg-article-grid,
      .agg-matrix-grid {
        grid-template-columns: 1fr;
      }
      .agg-product-body h3,
      .agg-card h3 {
        font-size: 18px;
      }
    }
  