
    .agg-page {
      --ink: #15191f;
      --muted: #68717c;
      --paper: #ffffff;
      --panel: #f2f5f6;
      --line: #dce3e7;
      --signal: #d8a53d;
      --blue: #205d70;
      --night: #111820;
      --green: #4c7a58;
      width: 100%;
      overflow: hidden;
      color: var(--ink);
      background: var(--paper);
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.6;
    }
    .agg-page,
    .agg-page * {
      box-sizing: border-box;
      letter-spacing: 0;
    }
    .agg-page a {
      color: inherit;
      text-underline-offset: 3px;
      text-decoration-thickness: 1px;
    }
    .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.14;
    }
    .agg-shell {
      width: min(1160px, calc(100% - 40px));
      margin: 0 auto;
    }
    .agg-eyebrow {
      margin-bottom: 12px;
      color: var(--signal);
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
    }
    .agg-lede {
      color: var(--muted);
      font-size: 17px;
    }
    .agg-btn {
      display: inline-flex;
      min-height: 44px;
      align-items: center;
      justify-content: center;
      padding: 10px 18px;
      border: 1px solid var(--signal);
      border-radius: 4px;
      font-size: 15px;
      font-weight: 800;
      text-decoration: none;
    }
    .agg-btn-primary {
      color: #111820 !important;
      background: var(--signal);
    }
    .agg-btn-secondary {
      color: #ffffff !important;
      background: transparent;
      border-color: #6e7d89;
    }
    .agg-hero {
      padding: 56px 0 58px;
      color: #ffffff;
      background: var(--night);
    }
    .agg-hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(340px, .86fr);
      gap: 50px;
      align-items: center;
    }
    .agg-hero h1 {
      max-width: 760px;
      margin-bottom: 20px;
      font-size: 46px;
      color: #ffffff;
    }
    .agg-hero-copy {
      max-width: 720px;
      margin-bottom: 0;
      color: #d9e2e7;
      font-size: 18px;
    }
    .agg-hero-copy strong {
      color: #ffffff;
      font-weight: 800;
    }
    .agg-hero-copy a {
      color: #ffffff;
    }
    .agg-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 26px;
    }
    .agg-stat-row {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 10px;
      margin-top: 32px;
    }
    .agg-stat {
      padding: 14px 12px;
      border: 1px solid #303c47;
      border-radius: 8px;
      background: #17212b;
    }
    .agg-stat strong {
      display: block;
      color: #ffffff;
      font-size: 15px;
    }
    .agg-stat span {
      color: #b9c6cf;
      font-size: 13px;
    }
    .agg-hero-media {
      padding: 16px;
      border: 1px solid #303c47;
      background: #ffffff;
    }
    .agg-hero-media img,
    .agg-product-frame img,
    .agg-card-media img {
      width: 100%;
      aspect-ratio: 1 / 1;
      object-fit: contain;
      background: #ffffff;
    }
    .agg-section {
      padding: 74px 0;
    }
    .agg-section-soft {
      background: var(--panel);
    }
    .agg-section h2 {
      margin-bottom: 16px;
      font-size: 34px;
    }
    .agg-section-head {
      max-width: 760px;
      margin: 0 auto 34px;
      text-align: center;
    }
    .agg-section-head .agg-lede {
      margin-bottom: 0;
    }
    .agg-split {
      display: grid;
      grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
      gap: 46px;
      align-items: start;
    }
    .agg-product-frame {
      padding: 16px;
      border: 1px solid var(--line);
      background: #ffffff;
    }
    .agg-role-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
      margin-top: 22px;
    }
    .agg-role {
      min-height: 150px;
      padding: 20px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #ffffff;
    }
    .agg-role h3 {
      margin-bottom: 8px;
      color: var(--blue);
      font-size: 19px;
    }
    .agg-role p {
      margin-bottom: 0;
      color: var(--muted);
    }
    .agg-table-wrap {
      width: 100%;
      overflow-x: auto;
      border: 1px solid var(--line);
      background: #ffffff;
    }
    .agg-table {
      width: 100%;
      min-width: 720px;
      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: 30%;
      color: var(--blue);
      background: #edf4f6;
      font-weight: 800;
    }
    .agg-table tr:last-child th,
    .agg-table tr:last-child td {
      border-bottom: 0;
    }
    .agg-use-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }
    .agg-use {
      min-height: 260px;
      padding: 24px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #ffffff;
    }
    .agg-use strong {
      display: block;
      margin-bottom: 8px;
      color: var(--green);
      font-size: 13px;
      text-transform: uppercase;
    }
    .agg-use h3 {
      margin-bottom: 10px;
      font-size: 21px;
    }
    .agg-use p {
      margin-bottom: 0;
      color: var(--muted);
    }
    .agg-card-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }
    .agg-card {
      display: flex;
      min-height: 100%;
      flex-direction: column;
      border: 1px solid var(--line);
      border-radius: 8px;
      overflow: hidden;
      background: #ffffff;
    }
    .agg-card-media {
      display: flex;
      min-height: 244px;
      align-items: center;
      justify-content: center;
      padding: 14px;
      background: #ffffff;
    }
    .agg-card-body {
      display: flex;
      flex: 1;
      flex-direction: column;
      padding: 22px;
    }
    .agg-card-body h3 {
      margin-bottom: 10px;
      font-size: 20px;
    }
    .agg-card-body p {
      margin-bottom: 18px;
      color: var(--muted);
    }
    .agg-text-link {
      margin-top: auto;
      color: var(--blue) !important;
      font-weight: 800;
    }
    .agg-faq-list {
      max-width: 880px;
      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: 900px) {
      .agg-hero-grid,
      .agg-split {
        grid-template-columns: 1fr;
      }
      .agg-hero h1 {
        font-size: 38px;
      }
      .agg-section h2 {
        font-size: 30px;
      }
      .agg-stat-row,
      .agg-card-grid,
      .agg-use-grid,
      .agg-role-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .agg-card-grid .agg-card:last-child,
      .agg-use-grid .agg-use:last-child {
        grid-column: 1 / -1;
      }
    }
    @media (max-width: 640px) {
      .agg-shell {
        width: min(100% - 28px, 1160px);
      }
      .agg-hero {
        padding: 38px 0 44px;
      }
      .agg-hero h1 {
        font-size: 32px;
      }
      .agg-hero-copy,
      .agg-lede {
        font-size: 16px;
      }
      .agg-actions {
        flex-direction: column;
      }
      .agg-btn {
        width: 100%;
      }
      .agg-stat-row,
      .agg-card-grid,
      .agg-use-grid,
      .agg-role-grid {
        grid-template-columns: 1fr;
      }
      .agg-card-grid .agg-card:last-child,
      .agg-use-grid .agg-use:last-child {
        grid-column: auto;
      }
      .agg-section {
        padding: 56px 0;
      }
      .agg-card-media {
        min-height: 210px;
      }
    }
  