
    .agg-page {
      --ink: #17211c;
      --muted: #5d6861;
      --paper: #ffffff;
      --soft: #f4f8f6;
      --line: #d9e2dd;
      --teal: #14756d;
      --teal-dark: #0d514b;
      --clay: #a44f32;
      --amber: #d8a336;
      width: 100%;
      overflow: hidden;
      background: var(--paper);
      color: var(--ink);
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.58;
    }
    .agg-page * {
      box-sizing: border-box;
      letter-spacing: 0;
    }
    .article_content_box:has(.agg-page) > h1.article_title.themes_box_title,
    .article_content_box:has(.agg-page) > h1.main_title.themes_box_title {
      display: none !important;
    }
    .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.15;
    }
    .agg-page h1 {
      margin-bottom: 20px;
      font-size: 46px;
    }
    .agg-page h2 {
      margin-bottom: 14px;
      font-size: 34px;
    }
    .agg-page h3 {
      margin-bottom: 10px;
      font-size: 20px;
    }
    .agg-shell {
      width: min(1180px, calc(100% - 40px));
      margin: 0 auto;
    }
    .agg-header {
      border-bottom: 1px solid var(--line);
      background: #fff;
    }
    .agg-nav {
      display: flex;
      min-height: 66px;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }
    .agg-brand {
      font-size: 18px;
      font-weight: 800;
      text-decoration: none;
      text-transform: uppercase;
    }
    .agg-nav-links {
      display: flex;
      align-items: center;
      gap: 20px;
      font-size: 14px;
      font-weight: 700;
    }
    .agg-nav-links a {
      text-decoration: none;
    }
    .agg-hero {
      padding: 58px 0 64px;
      background: #fff;
    }
    .agg-hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
      align-items: center;
      gap: 54px;
    }
    .agg-hero-grid > *,
    .agg-spec-grid > *,
    .agg-card-grid > *,
    .agg-line-grid > *,
    .agg-reading-grid > *,
    .agg-step-list > * {
      min-width: 0;
    }
    .agg-eyebrow {
      margin-bottom: 14px;
      color: var(--clay);
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
    }
    .agg-lede {
      max-width: 720px;
      color: var(--muted);
      font-size: 18px;
    }
    .agg-lede strong a {
      color: var(--teal-dark);
    }
    .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 20px;
      border: 1px solid var(--ink);
      border-radius: 4px;
      font-size: 15px;
      font-weight: 800;
      text-decoration: none;
      transition: background-color .2s ease, color .2s ease, border-color .2s ease;
    }
    .agg-btn-primary {
      border-color: var(--teal);
      background: var(--teal);
      color: #fff !important;
    }
    .agg-btn-primary:hover {
      border-color: var(--teal-dark);
      background: var(--teal-dark);
    }
    .agg-btn-secondary:hover {
      background: var(--ink);
      color: #fff !important;
    }
    .agg-facts {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
      margin-top: 34px;
    }
    .agg-fact {
      padding: 14px 0 0;
      border-top: 2px solid var(--ink);
    }
    .agg-fact strong {
      display: block;
      font-size: 15px;
    }
    .agg-fact span {
      color: var(--muted);
      font-size: 13px;
    }
    .agg-hero-media,
    .agg-spec-media,
    .agg-product-media {
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #f8fbfa;
      overflow: hidden;
    }
    .agg-hero-media {
      min-height: 360px;
      padding: 18px;
      box-shadow: 0 18px 44px rgba(23, 33, 28, .12);
    }
    .agg-hero-media img {
      width: 100%;
      max-height: 500px;
      object-fit: contain;
    }
    .agg-section {
      padding: 74px 0;
    }
    .agg-section-soft {
      background: var(--soft);
    }
    .agg-section-head {
      max-width: 760px;
      margin: 0 auto 36px;
      text-align: center;
    }
    .agg-section-head p {
      margin-bottom: 0;
      color: var(--muted);
      font-size: 17px;
    }
    .agg-card-grid,
    .agg-line-grid,
    .agg-reading-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }
    .agg-fit-card,
    .agg-step-card,
    .agg-reading-card {
      display: flex;
      min-height: 100%;
      flex-direction: column;
      padding: 24px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #fff;
    }
    .agg-fit-card small,
    .agg-step-card small,
    .agg-reading-card small {
      margin-bottom: 12px;
      color: var(--clay);
      font-size: 12px;
      font-weight: 800;
      text-transform: uppercase;
    }
    .agg-fit-card p,
    .agg-step-card p,
    .agg-reading-card p {
      color: var(--muted);
    }
    .agg-spec-grid {
      display: grid;
      grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
      gap: 42px;
      align-items: start;
    }
    .agg-spec-media {
      min-height: 360px;
      padding: 16px;
    }
    .agg-spec-media img {
      width: 100%;
      max-height: 460px;
      object-fit: contain;
    }
    .agg-table-wrap {
      width: 100%;
      overflow-x: auto;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #fff;
    }
    .agg-page table {
      width: 100%;
      min-width: 640px;
      border-collapse: collapse;
      text-align: left;
    }
    .agg-page th,
    .agg-page td {
      padding: 13px 14px;
      border-bottom: 1px solid var(--line);
      vertical-align: top;
    }
    .agg-page th {
      width: 32%;
      background: #edf5f2;
      color: var(--ink);
      font-weight: 800;
    }
    .agg-page tr:last-child th,
    .agg-page tr:last-child td {
      border-bottom: 0;
    }
    .agg-note {
      margin-top: 16px;
      padding-left: 14px;
      border-left: 3px solid var(--amber);
      color: var(--muted);
    }
    .agg-step-list {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
      counter-reset: config;
    }
    .agg-step-card {
      position: relative;
      padding-top: 56px;
    }
    .agg-step-card::before {
      counter-increment: config;
      content: counter(config);
      position: absolute;
      left: 24px;
      top: 22px;
      display: grid;
      width: 28px;
      height: 28px;
      place-items: center;
      border-radius: 50%;
      background: var(--teal);
      color: #fff;
      font-size: 13px;
      font-weight: 800;
    }
    .agg-metric {
      margin-top: auto;
      padding-top: 14px;
      border-top: 1px solid var(--line);
      color: var(--ink);
      font-weight: 800;
    }
    .agg-line-card {
      display: flex;
      min-height: 100%;
      flex-direction: column;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #fff;
      color: inherit;
      overflow: hidden;
      text-decoration: none;
      transition: box-shadow .2s ease, transform .2s ease;
    }
    .agg-line-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 12px 28px rgba(23, 33, 28, .1);
    }
    .agg-product-media {
      aspect-ratio: 16 / 10;
      border: 0;
      border-bottom: 1px solid var(--line);
      border-radius: 0;
      padding: 12px;
    }
    .agg-product-media img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
    .agg-line-body {
      display: flex;
      flex: 1;
      flex-direction: column;
      padding: 22px;
    }
    .agg-line-body p {
      color: var(--muted);
    }
    .agg-text-link {
      margin-top: auto;
      color: var(--teal-dark) !important;
      font-weight: 800;
    }
    .agg-reading-card {
      background: #fbfcfb;
    }
    .agg-reading-card .agg-text-link {
      display: inline-block;
      margin-top: auto;
    }
    .agg-faq-list {
      max-width: 900px;
      margin: 0 auto;
      border-top: 1px solid var(--line);
    }
    .agg-faq-item {
      padding: 23px 0;
      border-bottom: 1px solid var(--line);
    }
    .agg-faq-item p {
      margin-bottom: 0;
      color: var(--muted);
    }
    @media (max-width: 920px) {
      .agg-page h1 {
        font-size: 40px;
      }
      .agg-page h2 {
        font-size: 30px;
      }
      .agg-hero-grid,
      .agg-spec-grid {
        grid-template-columns: 1fr;
      }
      .agg-hero-media,
      .agg-spec-media {
        min-height: 280px;
      }
      .agg-card-grid,
      .agg-line-grid,
      .agg-reading-grid,
      .agg-step-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }
    @media (max-width: 640px) {
      .agg-shell {
        width: min(100% - 28px, 1180px);
      }
      .agg-nav {
        min-height: 58px;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        padding: 12px 0;
      }
      .agg-nav-links {
        width: 100%;
        flex-wrap: wrap;
        gap: 12px;
      }
      .agg-hero {
        padding: 40px 0 48px;
      }
      .agg-page h1 {
        font-size: 34px;
      }
      .agg-page h2 {
        font-size: 27px;
      }
      .agg-lede {
        font-size: 16px;
      }
      .agg-facts,
      .agg-card-grid,
      .agg-line-grid,
      .agg-reading-grid,
      .agg-step-list {
        grid-template-columns: 1fr;
      }
      .agg-section {
        padding: 58px 0;
      }
      .agg-actions .agg-btn {
        width: 100%;
      }
      .agg-page table {
        min-width: 0;
      }
      .agg-page tr {
        display: grid;
        grid-template-columns: 1fr;
      }
      .agg-page th,
      .agg-page td {
        display: block;
        width: 100%;
      }
      .agg-page th {
        border-bottom: 0;
      }
    }
  