
    .article_content_box:has(.agg-page) > .article_title.themes_box_title,
    .article_content_box:has(.agg-page) > .main_title.themes_box_title,
    .article_content_box:has(.agg-page) > .main_title{display:none!important}
    .agg-page {
      --ink: #1e2726;
      --muted: #63706e;
      --paper: #ffffff;
      --bg: #f6f8f6;
      --soft: #edf3f1;
      --line: #d9e2df;
      --green: #2d7666;
      --green-dark: #20594d;
      --coral: #bb604b;
      --amber: #c7a24b;
      color: var(--ink);
      background: var(--bg);
      font: 16px/1.62 Arial, Helvetica, sans-serif;
    }
    .agg-page *, .agg-page *::before, .agg-page *::after { box-sizing: border-box; }
    .agg-page a { color: inherit; text-decoration: none; }
    .agg-page img { display: block; width: 100%; height: auto; }
    .agg-page h1, .agg-page h2, .agg-page h3, .agg-page p { margin-top: 0; letter-spacing: 0; }
    .agg-page h1 { margin-bottom: 18px; font-size: 52px; line-height: 1.05; }
    .agg-page h2 { margin-bottom: 18px; font-size: 32px; line-height: 1.18; }
    .agg-page h3 { margin-bottom: 10px; font-size: 19px; line-height: 1.25; }
    .agg-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
    .agg-kicker { margin-bottom: 12px; color: var(--green); font-size: 13px; font-weight: 800; text-transform: uppercase; }
    .agg-hero { padding: 38px 0 52px; background: var(--paper); border-bottom: 1px solid var(--line); }
    .agg-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .94fr); gap: 34px; align-items: center; }
    .agg-lede { max-width: 720px; margin-bottom: 24px; color: var(--muted); font-size: 18px; }
    .agg-lede strong a { color: var(--green-dark); text-decoration: underline; text-underline-offset: 3px; }
    .agg-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 24px; }
    .agg-btn { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 0 18px; border: 1px solid transparent; border-radius: 6px; font-weight: 800; text-align: center; white-space: nowrap; }
    .agg-btn-primary { background: var(--green); color: #fff; }
    .agg-btn-primary:hover { background: var(--green-dark); }
    .agg-btn-secondary { border-color: var(--coral); color: var(--coral); background: #fff; }
    .agg-btn-secondary:hover { background: #fff0ec; }
    .agg-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; max-width: 820px; }
    .agg-fact { min-height: 84px; padding: 14px 16px; border: 1px solid var(--line); border-top: 4px solid var(--amber); border-radius: 8px; background: #fff; }
    .agg-fact span { display: block; color: var(--muted); font-size: 12px; text-transform: uppercase; }
    .agg-fact strong { display: block; margin-top: 8px; font-size: 17px; line-height: 1.2; }
    .agg-hero-media img, .agg-split-media img { max-height: 560px; object-fit: contain; border: 1px solid var(--line); border-radius: 8px; background: #f3f6f5; box-shadow: 0 16px 36px rgba(30,39,38,.12); }
    .agg-band { padding: 70px 0; background: var(--bg); }
    .agg-band.alt { background: var(--soft); }
    .agg-band-header { max-width: 760px; margin-bottom: 28px; }
    .agg-band-header p { max-width: 720px; color: var(--muted); margin-bottom: 0; }
    .agg-split { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 28px; align-items: start; }
    .agg-table-wrap { width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
    .agg-table { width: 100%; min-width: 0; table-layout: fixed; border-collapse: collapse; }
    .agg-table th, .agg-table td { padding: 13px 15px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; overflow-wrap: anywhere; word-break: break-word; }
    .agg-table th { width: 35%; background: #f7faf8; }
    .agg-table tr:last-child th, .agg-table tr:last-child td { border-bottom: 0; }
    .agg-choice-grid, .agg-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
    .agg-choice { min-height: 100%; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 8px 22px rgba(30,39,38,.06); }
    .agg-choice b { color: var(--green-dark); }
    .agg-choice p { color: var(--muted); margin-bottom: 0; }
    .agg-card { display: flex; min-height: 100%; flex-direction: column; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fff; box-shadow: 0 8px 22px rgba(30,39,38,.06); transition: transform .18s ease, box-shadow .18s ease; }
    .agg-card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(30,39,38,.12); }
    .agg-card-media { padding: 14px; background: #f3f6f5; }
    .agg-card-media img { aspect-ratio: 4 / 3; object-fit: contain; max-height: 280px; }
    .agg-article-card .agg-card-media img { aspect-ratio: 16 / 10; }
    .agg-card-body { display: flex; flex: 1; flex-direction: column; padding: 20px; }
    .agg-card-body p { color: var(--muted); margin-bottom: 0; }
    .agg-card-foot { margin-top: auto; padding-top: 12px; color: var(--green-dark); font-weight: 800; }
    .agg-faq-list { border-top: 1px solid var(--line); }
    .agg-faq-item { padding: 22px 0; border-bottom: 1px solid var(--line); }
    .agg-faq-item p { max-width: 850px; color: var(--muted); margin-bottom: 0; }
    @media (max-width: 980px) {
      .agg-hero-grid, .agg-split { grid-template-columns: 1fr; }
      .agg-page h1 { font-size: 42px; }
      .agg-page h2 { font-size: 28px; }
      .agg-facts, .agg-choice-grid, .agg-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }
    @media (max-width: 640px) {
      .agg-shell { width: min(100% - 24px, 1180px); }
      .agg-hero { padding: 26px 0 38px; }
      .agg-band { padding: 52px 0; }
      .agg-page h1 { font-size: 34px; }
      .agg-page h2 { font-size: 24px; }
      .agg-page h3 { font-size: 18px; }
      .agg-lede { font-size: 16px; }
      .agg-btn { width: 100%; white-space: normal; }
      .agg-facts, .agg-choice-grid, .agg-card-grid { grid-template-columns: 1fr; }
    }
  