
    .agg-page {
      --ink: #142026;
      --muted: #5d6870;
      --paper: #ffffff;
      --soft: #f4f7f8;
      --panel: #e9f0f2;
      --line: #d8e1e5;
      --blue: #165b8f;
      --blue-dark: #0f3f63;
      --copper: #b96a36;
      --green: #607d3b;
      width: 100%;
      overflow: hidden;
      color: var(--ink);
      background: var(--paper);
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.6;
    }
    .agg-page * { box-sizing: border-box; letter-spacing: 0; }
    .article_content_box:has(.agg-page) > .article_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.16; }
    .agg-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
    .agg-eyebrow { margin-bottom: 14px; color: var(--copper); font-size: 13px; font-weight: 800; text-transform: uppercase; }
    .agg-lede { color: var(--muted); font-size: 18px; }
    .agg-btn { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 11px 20px; border: 1px solid var(--blue); border-radius: 6px; font-size: 15px; font-weight: 800; text-decoration: none; }
    .agg-btn-primary { color: #fff !important; background: var(--blue); border-color: var(--blue); }
    .agg-btn-primary:hover { background: var(--blue-dark); border-color: var(--blue-dark); }
    .agg-btn-secondary { color: var(--blue) !important; background: #fff; }
    .agg-btn-secondary:hover { color: #fff !important; background: var(--ink); border-color: var(--ink); }
    .agg-hero { padding: 58px 0 64px; background: linear-gradient(135deg, #eef4f7 0%, #ffffff 55%, #f4eee8 100%); }
    .agg-hero-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(340px, .78fr); align-items: center; gap: 54px; }
    .agg-hero h1 { max-width: 760px; margin-bottom: 20px; font-size: 48px; }
    .agg-hero .agg-lede { max-width: 760px; }
    .agg-hero strong a { color: var(--blue); }
    .agg-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
    .agg-quick { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 34px; }
    .agg-quick div { padding: 14px; border-top: 3px solid var(--blue); background: rgba(255,255,255,.74); }
    .agg-quick strong { display: block; font-size: 17px; }
    .agg-quick span { color: var(--muted); font-size: 13px; }
    .agg-hero-media { padding: 18px; border: 1px solid rgba(20,32,38,.12); border-radius: 8px; background: #fff; box-shadow: 0 18px 46px rgba(20,32,38,.13); }
    .agg-hero-media img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; }
    .agg-section { padding: 76px 0; }
    .agg-section-soft { background: var(--soft); }
    .agg-center { max-width: 760px; margin: 0 auto 36px; text-align: center; }
    .agg-center h2,.agg-split h2 { margin-bottom: 14px; font-size: 34px; }
    .agg-center p { margin-bottom: 0; color: var(--muted); }
    .agg-split { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 46px; align-items: center; }
    .agg-media-box { padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
    .agg-media-box img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; }
    .agg-power-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 26px; }
    .agg-power { min-height: 170px; padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
    .agg-power strong { display: block; margin-bottom: 8px; color: var(--blue); font-size: 25px; }
    .agg-power p { margin-bottom: 0; color: var(--muted); }
    .agg-surface-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
    .agg-surface { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fff; }
    .agg-surface img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
    .agg-surface div { padding: 20px; }
    .agg-surface h3 { margin-bottom: 8px; font-size: 20px; }
    .agg-surface p { margin-bottom: 0; color: var(--muted); }
    .agg-spec-rfq { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: 36px; align-items: start; }
    .agg-spec-rfq > * { min-width: 0; }
    .agg-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
    .agg-table { width: 100%; min-width: 680px; border-collapse: collapse; text-align: left; }
    .agg-table th,.agg-table td { padding: 13px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
    .agg-table th { width: 34%; background: var(--panel); font-weight: 800; }
    .agg-rfq-card { padding: 26px; border-radius: 8px; background: var(--ink); color: #fff; }
    .agg-rfq-card h2 { margin-bottom: 14px; font-size: 30px; }
    .agg-rfq-card p { color: #d7e2e7; }
    .agg-rfq-card img { width: 100%; height: auto; margin-bottom: 18px; border-radius: 8px; background: #fff; object-fit: contain; }
    .agg-rfq-list { display: grid; gap: 10px; margin: 20px 0 0; padding: 0; list-style: none; }
    .agg-rfq-list li { padding: 12px 14px; border-left: 3px solid var(--copper); background: rgba(255,255,255,.08); }
    .agg-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
    .agg-product-card { display: flex; min-height: 100%; flex-direction: column; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
    .agg-product-card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(20,32,38,.1); }
    .agg-product-card img { width: 100%; max-width: 300px; height: 260px; margin: 0 auto; object-fit: contain; padding: 16px; background: #fbfcfd; }
    .agg-product-card div { display: flex; flex: 1; flex-direction: column; padding: 20px; }
    .agg-product-card h3 { margin-bottom: 8px; font-size: 20px; }
    .agg-product-card p { margin-bottom: 14px; color: var(--muted); }
    .agg-product-action { display: inline-flex; width: fit-content; margin-top: auto; color: var(--blue); font-weight: 800; text-decoration: none; }
    .agg-product-action:hover { color: var(--blue-dark); text-decoration: underline; text-underline-offset: 3px; }
    .agg-reading-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
    .agg-reading-card { display: flex; min-height: 100%; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: #fff; text-decoration: none; }
    .agg-reading-card h3 { margin-bottom: 10px; font-size: 20px; }
    .agg-reading-card p { color: var(--muted); }
    .agg-reading-card span { margin-top: auto; color: var(--blue); font-weight: 800; }
    .agg-faq-list { max-width: 900px; 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: 1020px) {
      .agg-hero-grid,.agg-split,.agg-spec-rfq { grid-template-columns: 1fr; }
      .agg-power-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .agg-product-grid,.agg-reading-grid,.agg-surface-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }
    @media (max-width: 640px) {
      .agg-shell { width: min(100% - 24px, 1180px); }
      .agg-hero { padding: 36px 0 46px; }
      .agg-hero h1 { font-size: 34px; }
      .agg-center h2,.agg-split h2 { font-size: 28px; }
      .agg-lede { font-size: 16px; }
      .agg-actions { flex-direction: column; }
      .agg-btn { width: 100%; }
      .agg-quick,.agg-power-grid,.agg-product-grid,.agg-reading-grid,.agg-surface-grid { grid-template-columns: 1fr; }
      .agg-section { padding: 56px 0; }
      .agg-rfq-card h2 { font-size: 26px; }
    }
  