
    .agg-body {
      margin: 0;
      background: #f5f7f6;
      color: #1d2428;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.6;
    }
    .agg-page, .agg-page * {
      box-sizing: border-box;
      letter-spacing: 0;
    }
    .agg-page {
      width: 100%;
      overflow-x: hidden;
      background: #f5f7f6;
    }
    .agg-page a {
      color: inherit;
      text-decoration-thickness: 1px;
      text-underline-offset: 3px;
    }
    .agg-page img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
    .agg-shell {
      width: min(1180px, calc(100% - 40px));
      margin: 0 auto;
    }
    .agg-topbar {
      position: sticky;
      top: 0;
      z-index: 30;
      background: rgba(245, 247, 246, 0.94);
      backdrop-filter: blur(8px);
      border-bottom: 1px solid #d7e0d9;
    }
    .agg-topbar-inner {
      min-height: 64px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
    }
    .agg-brand {
      font-size: 18px;
      font-weight: 800;
      text-decoration: none;
      color: #162127;
      white-space: nowrap;
    }
    .agg-nav {
      display: flex;
      align-items: center;
      gap: 18px;
      flex-wrap: wrap;
      justify-content: flex-end;
      font-size: 14px;
      font-weight: 700;
    }
    .agg-nav a {
      text-decoration: none;
    }
    .agg-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      padding: 11px 18px;
      border-radius: 6px;
      border: 1px solid #152127;
      text-decoration: none;
      font-size: 15px;
      font-weight: 700;
      transition: transform .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease;
      white-space: nowrap;
    }
    .agg-btn:hover {
      transform: translateY(-1px);
    }
    .agg-btn-primary {
      background: #1f5e50;
      border-color: #1f5e50;
      color: #fff !important;
    }
    .agg-btn-secondary {
      background: #fff;
      color: #1f5e50 !important;
      border-color: #adc0b8;
    }
    .agg-hero {
      padding: 52px 0 62px;
    }
    .agg-section {
      padding: 68px 0;
    }
    .agg-section-soft {
      background: #eef3ee;
    }
    .agg-grid-hero {
      display: grid;
      grid-template-columns: minmax(0, 1.02fr) minmax(320px, .98fr);
      gap: 44px;
      align-items: center;
    }
    .agg-kicker {
      margin: 0 0 14px;
      color: #296b5e;
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .02em;
    }
    .agg-h1 {
      margin: 0 0 18px;
      color: #152026;
      font-size: 48px;
      line-height: 1.12;
    }
    .agg-lede {
      margin: 0;
      max-width: 720px;
      color: #58666c;
      font-size: 18px;
    }
    .agg-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
    }
    .agg-facts {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 10px;
      margin-top: 28px;
    }
    .agg-fact {
      padding-top: 14px;
      border-top: 2px solid #1f5e50;
      min-height: 72px;
    }
    .agg-fact strong {
      display: block;
      font-size: 15px;
      margin-bottom: 4px;
    }
    .agg-fact span {
      color: #65757a;
      font-size: 13px;
    }
    .agg-media-card,
    .agg-card,
    .agg-read-card,
    .agg-panel {
      border-radius: 8px;
      background: #fff;
      border: 1px solid #d6ded8;
      box-shadow: 0 8px 24px rgba(21, 33, 39, .05);
    }
    .agg-hero-media {
      aspect-ratio: 4 / 3;
      overflow: hidden;
    }
    .agg-grid-2 {
      display: grid;
      grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
      gap: 28px;
      align-items: start;
    }
    .agg-section h2 {
      margin: 0 0 14px;
      font-size: 32px;
      line-height: 1.14;
      color: #152026;
    }
    .agg-section-lede {
      margin: 0;
      max-width: 760px;
      color: #5b676c;
      font-size: 17px;
    }
    .agg-port-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
      margin-top: 22px;
    }
    .agg-port-card {
      padding: 18px;
    }
    .agg-port-chip {
      display: inline-flex;
      margin-bottom: 12px;
      padding: 6px 10px;
      border-radius: 999px;
      background: #e7f1ee;
      color: #1f5e50;
      font-size: 12px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .03em;
    }
    .agg-port-card h3 {
      margin: 0 0 8px;
      font-size: 18px;
    }
    .agg-port-card p {
      margin: 0;
      color: #5f6c71;
      font-size: 15px;
    }
    .agg-snapshot {
      display: grid;
      grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
      gap: 26px;
      align-items: center;
    }
    .agg-snapshot-media {
      aspect-ratio: 4 / 3;
      overflow: hidden;
    }
    .agg-spec-table-wrap {
      overflow-x: auto;
      border: 1px solid #d6ded8;
      border-radius: 8px;
      background: #fff;
    }
    .agg-spec-table {
      width: 100%;
      min-width: 600px;
      border-collapse: collapse;
      text-align: left;
    }
    .agg-spec-table th,
    .agg-spec-table td {
      padding: 14px 16px;
      border-bottom: 1px solid #e2e8e4;
      vertical-align: top;
    }
    .agg-spec-table th {
      width: 34%;
      background: #f5f8f6;
      color: #152026;
      font-size: 14px;
    }
    .agg-spec-table td {
      color: #5b676c;
      font-size: 14px;
    }
    .agg-stack-3,
    .agg-related-grid,
    .agg-reading-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
      margin-top: 22px;
    }
    .agg-card {
      padding: 14px;
    }
    .agg-card-media {
      aspect-ratio: 4 / 3;
      overflow: hidden;
      margin-bottom: 14px;
      background: #f7faf8;
    }
    .agg-related-grid .agg-card-media {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .agg-related-grid .agg-card-media img {
      width: auto;
      height: auto;
      max-width: min(82%, 280px);
      max-height: 82%;
    }
    .agg-card h3,
    .agg-read-card h3 {
      margin: 0 0 8px;
      font-size: 18px;
      line-height: 1.2;
    }
    .agg-card p,
    .agg-read-card p {
      margin: 0 0 10px;
      color: #5f6c71;
      font-size: 15px;
    }
    .agg-text-link {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      color: #1f5e50 !important;
      font-weight: 700;
      text-decoration: none;
    }
    .agg-text-link:hover {
      text-decoration: underline;
    }
    .agg-read-card {
      padding: 18px;
      min-height: 210px;
    }
    .agg-read-card .agg-read-head {
      margin-bottom: 10px;
      color: #296b5e;
      font-size: 12px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .03em;
    }
    .agg-faq-wrap {
      max-width: 920px;
      margin: 0 auto;
    }
    .agg-faq-list {
      margin-top: 24px;
      border-top: 1px solid #d6ded8;
      background: #fff;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 8px 24px rgba(21, 33, 39, .05);
    }
    .agg-faq-item {
      padding: 20px 22px;
      border-bottom: 1px solid #e4eae6;
    }
    .agg-faq-item:last-child {
      border-bottom: 0;
    }
    .agg-faq-item h3 {
      margin: 0 0 8px;
      font-size: 18px;
      line-height: 1.2;
    }
    .agg-faq-item p {
      margin: 0;
      color: #5f6c71;
      font-size: 15px;
    }
    .agg-footer {
      padding: 30px 0 38px;
      color: #6b787d;
      font-size: 13px;
      text-align: center;
    }
    @media (max-width: 980px) {
      .agg-grid-hero,
      .agg-grid-2,
      .agg-snapshot {
        grid-template-columns: 1fr;
      }
      .agg-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .agg-port-grid,
      .agg-related-grid,
      .agg-reading-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .agg-stack-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
      }
    }
    @media (max-width: 720px) {
      .agg-shell {
        width: min(100% - 28px, 1180px);
      }
      .agg-topbar-inner {
        min-height: 58px;
      }
      .agg-nav {
        gap: 12px;
        font-size: 13px;
      }
      .agg-btn {
        min-height: 40px;
        padding: 8px 13px;
        font-size: 13px;
      }
      .agg-hero {
        padding: 34px 0 46px;
      }
      .agg-section {
        padding: 54px 0;
      }
      .agg-h1 {
        font-size: 34px;
      }
      .agg-lede,
      .agg-section-lede {
        font-size: 16px;
      }
      .agg-facts,
      .agg-port-grid,
      .agg-related-grid,
      .agg-reading-grid {
        grid-template-columns: 1fr;
      }
      .agg-section h2 {
        font-size: 27px;
      }
      .agg-spec-table {
        min-width: 560px;
      }
    }
  