
    h1.article_title.themes_box_title {
      display: none !important;
    }
    .agg-page,
    .agg-page * {
      box-sizing: border-box;
      letter-spacing: 0;
    }
    .agg-page {
      --ink: #17232b;
      --muted: #5f6e75;
      --paper: #ffffff;
      --soft: #f2f6f5;
      --soft-blue: #edf3f5;
      --line: #d7e1e2;
      --teal: #176b72;
      --teal-dark: #0e4e55;
      --orange: #d76f38;
      width: 100%;
      overflow: hidden;
      color: var(--ink);
      background: var(--paper);
      font-family: Arial, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 1.65;
    }
    .agg-page a {
      color: inherit;
      text-underline-offset: 3px;
      text-decoration-thickness: 1px;
    }
    .agg-page h1,
    .agg-page h2,
    .agg-page h3,
    .agg-page p,
    .agg-page dl,
    .agg-page ul {
      margin-top: 0;
    }
    .agg-page h1,
    .agg-page h2,
    .agg-page h3 {
      line-height: 1.15;
    }
    .agg-page h1 {
      margin-bottom: 20px;
      font-size: 48px;
    }
    .agg-page h2 {
      margin-bottom: 14px;
      font-size: 34px;
    }
    .agg-page h3 {
      margin-bottom: 8px;
      font-size: 19px;
    }
    .agg-shell {
      width: min(1180px, calc(100% - 40px));
      margin: 0 auto;
    }
    .agg-section {
      padding: 82px 0;
    }
    .agg-section-soft {
      background: var(--soft);
    }
    .agg-section-blue {
      background: var(--soft-blue);
    }
    .agg-kicker {
      margin-bottom: 12px;
      color: var(--orange);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
    }
    .agg-lede {
      max-width: 740px;
      color: var(--muted);
      font-size: 18px;
    }
    .agg-center-head {
      max-width: 760px;
      margin: 0 auto 38px;
      text-align: center;
    }
    .agg-center-head .agg-lede {
      margin-right: auto;
      margin-left: auto;
    }
    .agg-btn-row {
      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: 10px 18px;
      border: 1px solid var(--ink);
      border-radius: 4px;
      font-size: 14px;
      font-weight: 800;
      text-decoration: none;
    }
    .agg-btn-primary {
      color: #ffffff !important;
      background: var(--teal);
      border-color: var(--teal);
    }
    .agg-btn-primary:hover {
      background: var(--teal-dark);
      border-color: var(--teal-dark);
    }
    .agg-btn-secondary {
      background: transparent;
    }
    .agg-btn-secondary:hover {
      color: #ffffff !important;
      background: var(--ink);
    }
    .agg-hero {
      padding: 62px 0 54px;
      background: #ffffff;
    }
    .agg-hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.02fr) minmax(360px, .8fr);
      align-items: center;
      gap: 64px;
    }
    .agg-hero-copy strong {
      color: var(--teal-dark);
    }
    .agg-hero-copy strong a {
      text-decoration-color: var(--orange);
    }
    .agg-hero-media {
      position: relative;
      padding: 20px;
      background: var(--soft-blue);
      border: 1px solid var(--line);
      border-radius: 8px;
    }
    .agg-hero-media::before {
      position: absolute;
      top: -12px;
      left: -12px;
      width: 74px;
      height: 74px;
      border-top: 6px solid var(--orange);
      border-left: 6px solid var(--orange);
      content: "";
    }
    .agg-hero-media img,
    .agg-product-media img {
      display: block;
      width: 100%;
      height: auto;
      object-fit: contain;
      border-radius: 4px;
      background: #ffffff;
    }
    .agg-facts {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 12px;
      margin-top: 34px;
    }
    .agg-fact {
      padding: 14px 0;
      border-top: 2px solid var(--ink);
    }
    .agg-fact strong {
      display: block;
      margin-bottom: 3px;
      font-size: 15px;
    }
    .agg-fact span {
      display: block;
      color: var(--muted);
      font-size: 13px;
    }
    .agg-boundary {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 110px minmax(0, 1fr) 110px minmax(0, 1fr);
      align-items: stretch;
      gap: 12px;
      margin-top: 34px;
    }
    .agg-boundary-node {
      min-height: 210px;
      padding: 24px;
      border: 1px solid var(--line);
      background: #ffffff;
    }
    .agg-boundary-node--accent {
      color: #ffffff;
      background: var(--teal);
      border-color: var(--teal);
    }
    .agg-boundary-node .agg-node-label {
      display: block;
      margin-bottom: 24px;
      color: var(--orange);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
    }
    .agg-boundary-node--accent .agg-node-label {
      color: #f4c5a4;
    }
    .agg-boundary-node p {
      margin-bottom: 0;
      color: var(--muted);
    }
    .agg-boundary-node--accent p {
      color: #e7f3f4;
    }
    .agg-boundary-arrow {
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--orange);
      font-size: 32px;
      font-weight: 800;
    }
    .agg-boundary-note {
      max-width: 850px;
      margin: 26px auto 0;
      padding: 16px 18px;
      border-left: 4px solid var(--orange);
      color: var(--muted);
      background: #ffffff;
    }
    .agg-facts-grid {
      display: grid;
      grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr);
      align-items: start;
      gap: 54px;
    }
    .agg-product-media {
      max-width: 100%;
      margin: 0;
      padding: 18px;
      background: #ffffff;
      border: 1px solid var(--line);
      border-radius: 8px;
    }
    .agg-product-media figcaption {
      padding: 14px 2px 0;
      color: var(--muted);
      font-size: 13px;
    }
    .agg-table-wrap {
      width: 100%;
      max-width: 100%;
      overflow-x: auto;
    }
    .agg-table {
      width: 100%;
      min-width: 620px;
      border-collapse: collapse;
      background: #ffffff;
    }
    .agg-table th,
    .agg-table td {
      padding: 13px 15px;
      border: 1px solid var(--line);
      text-align: left;
      vertical-align: top;
    }
    .agg-table th {
      width: 34%;
      color: var(--teal-dark);
      background: #edf4f3;
      font-size: 14px;
    }
    .agg-checks {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
      margin-top: 26px;
    }
    .agg-check {
      padding: 16px;
      border: 1px solid var(--line);
      background: #ffffff;
    }
    .agg-check strong {
      display: block;
      margin-bottom: 4px;
      color: var(--teal-dark);
    }
    .agg-check span {
      display: block;
      color: var(--muted);
      font-size: 14px;
    }
    .agg-matrix {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }
    .agg-matrix-card {
      display: flex;
      min-width: 0;
      flex-direction: column;
      border: 1px solid var(--line);
      border-radius: 8px;
      overflow: hidden;
      background: #ffffff;
    }
    .agg-matrix-card img {
      display: block;
      width: 100%;
      aspect-ratio: 1 / 1;
      object-fit: contain;
      background: #ffffff;
    }
    .agg-matrix-body {
      display: flex;
      flex: 1;
      flex-direction: column;
      align-items: flex-start;
      padding: 22px;
    }
    .agg-matrix-body p {
      margin-bottom: 18px;
      color: var(--muted);
      font-size: 14px;
    }
    .agg-text-link {
      margin-top: auto;
      color: var(--teal-dark) !important;
      font-weight: 800;
    }
    .agg-article-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }
    .agg-article-card {
      display: flex;
      min-height: 270px;
      flex-direction: column;
      padding: 24px;
      border: 1px solid var(--line);
      border-top: 4px solid var(--teal);
      border-radius: 8px;
      background: #ffffff;
    }
    .agg-article-card p {
      color: var(--muted);
      font-size: 14px;
    }
    .agg-article-card .agg-text-link {
      margin-top: auto;
    }
    .agg-rfq-grid {
      display: grid;
      grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
      align-items: start;
      gap: 52px;
    }
    .agg-rfq-list {
      display: grid;
      gap: 10px;
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .agg-rfq-list li {
      display: grid;
      grid-template-columns: 38px 1fr;
      gap: 14px;
      align-items: start;
      padding: 14px 0;
      border-bottom: 1px solid var(--line);
    }
    .agg-rfq-list b {
      display: inline-flex;
      width: 30px;
      height: 30px;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      background: var(--teal);
      border-radius: 50%;
      font-size: 13px;
    }
    .agg-rfq-list span {
      color: var(--muted);
    }
    .agg-rfq-panel {
      padding: 28px;
      border-left: 5px solid var(--orange);
      background: var(--soft-blue);
    }
    .agg-rfq-panel p {
      color: var(--muted);
    }
    .agg-faq {
      max-width: 900px;
      margin: 0 auto;
      border-top: 1px solid var(--line);
    }
    .agg-faq-item {
      padding: 22px 0;
      border-bottom: 1px solid var(--line);
    }
    .agg-faq-item h3 {
      margin-bottom: 8px;
    }
    .agg-faq-item p {
      margin-bottom: 0;
      color: var(--muted);
    }
    .agg-quiet-link {
      color: var(--teal-dark) !important;
      font-weight: 700;
    }
    @media (max-width: 980px) {
      .agg-page h1 {
        font-size: 40px;
      }
      .agg-hero-grid,
      .agg-facts-grid,
      .agg-rfq-grid {
        grid-template-columns: 1fr;
        gap: 36px;
      }
      .agg-hero-grid > *,
      .agg-facts-grid > *,
      .agg-rfq-grid > * {
        min-width: 0;
      }
      .agg-hero-media {
        max-width: 640px;
      }
      .agg-matrix,
      .agg-article-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .agg-article-card:last-child {
        grid-column: 1 / -1;
      }
    }
    @media (max-width: 680px) {
      .agg-shell {
        width: min(100% - 28px, 1180px);
      }
      .agg-section {
        padding: 60px 0;
      }
      .agg-hero {
        padding: 40px 0 48px;
      }
      .agg-page h1 {
        font-size: 34px;
      }
      .agg-page h2 {
        font-size: 28px;
      }
      .agg-lede {
        font-size: 16px;
      }
      .agg-facts {
        display: none;
      }
      .agg-boundary {
        grid-template-columns: 1fr;
        gap: 8px;
      }
      .agg-boundary-node {
        min-height: auto;
      }
      .agg-boundary-arrow {
        min-height: 34px;
        transform: rotate(90deg);
      }
      .agg-checks,
      .agg-matrix,
      .agg-article-grid {
        grid-template-columns: 1fr;
      }
      .agg-article-card:last-child {
        grid-column: auto;
      }
      .agg-btn-row {
        flex-direction: column;
        align-items: stretch;
      }
      .agg-btn {
        width: 100%;
      }
      .agg-rfq-panel {
        padding: 22px;
      }
    }
  