
    .article_content_box:has(> .article_content > .agg-page) > .article_title.themes_box_title {
      display: none !important;
    }
    .agg-page {
      --ink: #172126;
      --muted: #5d6971;
      --paper: #ffffff;
      --soft: #f4f6f4;
      --soft-2: #eef2ef;
      --line: #d8e1db;
      --green: #1f6f4a;
      --green-dark: #12462f;
      --orange: #b56c2d;
      width: 100%;
      overflow: hidden;
      background: var(--paper);
      color: var(--ink);
      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-decoration-thickness: 1px; text-underline-offset: 3px; }
    .agg-page img { display: block; max-width: 100%; height: auto; }
    .agg-shell { width: min(1180px, calc(100% - 40px)); margin: 0 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.16; }
    .agg-eyebrow { margin-bottom: 12px; color: var(--orange); font-size: 13px; font-weight: 800; text-transform: uppercase; }
    .agg-page h1 { max-width: 760px; margin-bottom: 18px; font-size: 46px; }
    .agg-page h2 { margin-bottom: 14px; font-size: 32px; }
    .agg-page h3 { margin-bottom: 9px; font-size: 19px; }
    .agg-lede { max-width: 700px; margin-bottom: 0; color: var(--muted); font-size: 18px; }
    .agg-section { padding: 76px 0; }
    .agg-section-soft { background: var(--soft); }
    .agg-hero { padding: 58px 0 62px; background: linear-gradient(90deg, #ffffff 0%, #ffffff 56%, var(--soft-2) 56%, var(--soft-2) 100%); }
    .agg-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .85fr); gap: 48px; align-items: center; }
    .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 18px; border: 1px solid var(--ink); border-radius: 4px; font-size: 15px; font-weight: 800; text-decoration: none; }
    .agg-btn-primary { color: #fff !important; background: var(--green); border-color: var(--green); }
    .agg-btn-primary:hover { background: var(--green-dark); border-color: var(--green-dark); }
    .agg-btn-secondary:hover { color: #fff !important; background: var(--ink); }
    .agg-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 32px; }
    .agg-fact { padding: 13px 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-media-frame { display: flex; min-height: 360px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 6px; background: #fff; box-shadow: 0 18px 42px rgba(23, 33, 38, .10); }
    .agg-media-frame img { width: 100%; max-height: 460px; object-fit: contain; padding: 18px; }
    .agg-center-head { max-width: 760px; margin: 0 auto 36px; text-align: center; }
    .agg-center-head 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: 6px; background: #fff; }
    .agg-card-body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
    .agg-card p { margin-bottom: 0; color: var(--muted); }
    .agg-card-kicker { margin-bottom: 10px; color: var(--green); font-size: 12px; font-weight: 800; text-transform: uppercase; }
    .agg-detail-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: 40px; align-items: start; }
    .agg-description { margin-top: 18px; padding: 20px; border-left: 4px solid var(--orange); background: #fff; }
    .agg-description p { margin-bottom: 0; color: var(--muted); }
    .agg-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
    .agg-page table { width: 100%; border-collapse: collapse; min-width: 560px; }
    .agg-page th, .agg-page td { padding: 12px 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
    .agg-page th { width: 32%; background: #f1f5f2; color: var(--ink); }
    .agg-page tr:last-child th, .agg-page tr:last-child td { border-bottom: 0; }
    .agg-highlight-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 24px; }
    .agg-highlight { padding: 18px; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
    .agg-highlight strong { display: block; margin-bottom: 4px; }
    .agg-highlight span { color: var(--muted); font-size: 14px; }
    .agg-checks { display: grid; gap: 12px; }
    .agg-check { display: grid; grid-template-columns: 190px minmax(0, 1fr) auto; gap: 18px; align-items: center; padding: 15px 0; border-bottom: 1px solid var(--line); }
    .agg-check strong { display: block; }
    .agg-check p { margin-bottom: 0; color: var(--muted); }
    .agg-text-link { color: var(--green) !important; font-weight: 800; white-space: nowrap; }
    .agg-reading-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
    .agg-article-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
    .agg-article-media { display: flex; aspect-ratio: 4 / 3; align-items: center; justify-content: center; background: #f6f8f6; }
    .agg-article-card img { width: 100%; height: 100%; object-fit: contain; padding: 14px; }
    .agg-article-copy { display: flex; flex: 1; flex-direction: column; padding: 22px; }
    .agg-article-copy p { color: var(--muted); }
    .agg-article-copy .agg-text-link { 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); }
    .agg-close { padding: 44px 0 14px; }
    .agg-close-box { padding: 24px 0 0; border-top: 1px solid var(--line); }
    .agg-close-box p { margin-bottom: 0; color: var(--muted); }
    .agg-footer { padding: 18px 0 26px; border-top: 1px solid var(--line); text-align: center; color: #374151; font-size: 13px; }
    @media (max-width: 980px) {
      .agg-page h1 { font-size: 39px; }
      .agg-page h2 { font-size: 28px; }
      .agg-hero { background: #fff; }
      .agg-hero-grid, .agg-detail-grid { grid-template-columns: 1fr; }
      .agg-card-grid, .agg-reading-grid, .agg-highlight-row { grid-template-columns: 1fr; }
      .agg-check { grid-template-columns: 1fr; gap: 6px; align-items: start; }
      .agg-text-link { white-space: normal; }
    }
    @media (max-width: 640px) {
      .agg-shell { width: min(100% - 28px, 1180px); }
      .agg-section { padding: 56px 0; }
      .agg-hero { padding: 40px 0 46px; }
      .agg-page h1 { font-size: 31px; }
      .agg-page h2 { font-size: 25px; }
      .agg-lede { font-size: 16px; }
      .agg-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .agg-fact { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
      .agg-media-frame { min-height: 280px; }
      .agg-media-frame img { max-height: 340px; padding: 14px; }
      .agg-btn { width: 100%; }
    }
  