
    body:has([class*="agg"]) .main_title.themes_box_title { display: none !important; }
    body:has([class*="agg"]) .article_title.themes_box_title { display: none !important; }
    .agg-page {
      --ink: #172027;
      --muted: #5d6872;
      --line: #d7dde2;
      --paper: #ffffff;
      --panel: #f3f6f8;
      --blue: #22577a;
      --teal: #2a9d8f;
      --amber: #d98f2b;
      --deep: #0f2633;
      width: 100%;
      overflow: hidden;
      background: var(--paper);
      color: var(--ink);
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.6;
    }
    .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%;
    }
    .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(--teal);
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
    }
    .agg-btn {
      display: inline-flex;
      min-height: 46px;
      align-items: center;
      justify-content: center;
      padding: 11px 19px;
      border: 1px solid var(--ink);
      border-radius: 6px;
      font-size: 15px;
      font-weight: 800;
      text-decoration: none;
      transition: background-color .2s ease, color .2s ease, border-color .2s ease;
    }
    .agg-btn-primary {
      color: #fff !important;
      background: var(--blue);
      border-color: var(--blue);
    }
    .agg-btn-primary:hover {
      background: #173f59;
      border-color: #173f59;
    }
    .agg-btn-secondary:hover {
      color: #fff !important;
      background: var(--ink);
    }
    .agg-hero {
      padding: 58px 0 64px;
      background: #f7fafb;
    }
    .agg-hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(360px, .86fr);
      align-items: center;
      gap: 54px;
    }
    .agg-hero h1 {
      max-width: 760px;
      margin-bottom: 22px;
      font-size: 46px;
    }
    .agg-lede {
      max-width: 760px;
      color: var(--muted);
      font-size: 18px;
    }
    .agg-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
    }
    .agg-facts {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
      margin-top: 34px;
    }
    .agg-fact {
      padding: 14px 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 {
      padding: 18px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #fff;
      box-shadow: 0 18px 44px rgba(23, 32, 39, .12);
    }
    .agg-hero-media img {
      width: 100%;
      aspect-ratio: 16 / 10;
      object-fit: contain;
      border-radius: 6px;
      background: #f7f9fa;
    }
    .agg-section {
      padding: 76px 0;
    }
    .agg-section-soft {
      background: var(--panel);
    }
    .agg-section-dark {
      background: var(--deep);
      color: #fff;
    }
    .agg-section-dark .agg-muted {
      color: #c9d5db;
    }
    .agg-head {
      max-width: 760px;
      margin-bottom: 36px;
    }
    .agg-head-center {
      max-width: 780px;
      margin: 0 auto 38px;
      text-align: center;
    }
    .agg-head h2,
    .agg-head-center h2 {
      margin-bottom: 14px;
      font-size: 34px;
    }
    .agg-muted {
      color: var(--muted);
    }
    .agg-stage-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }
    .agg-stage {
      min-height: 270px;
      padding: 26px;
      border: 1px solid rgba(255,255,255,.22);
      border-radius: 8px;
      background: rgba(255,255,255,.06);
    }
    .agg-stage-num {
      display: inline-flex;
      width: 38px;
      height: 38px;
      align-items: center;
      justify-content: center;
      margin-bottom: 22px;
      border-radius: 50%;
      background: var(--teal);
      color: #fff;
      font-weight: 800;
    }
    .agg-stage p {
      color: #d7e2e7;
    }
    .agg-table-wrap {
      overflow-x: auto;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #fff;
    }
    .agg-table {
      width: 100%;
      min-width: 850px;
      border-collapse: collapse;
      text-align: left;
    }
    .agg-table th,
    .agg-table td {
      padding: 18px;
      border-bottom: 1px solid var(--line);
      vertical-align: top;
    }
    .agg-table th {
      background: #eaf0f3;
      color: var(--ink);
      font-size: 14px;
      text-transform: uppercase;
    }
    .agg-table tr:last-child td {
      border-bottom: 0;
    }
    .agg-scope-grid {
      display: grid;
      grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
      gap: 42px;
      align-items: center;
    }
    .agg-scope-image {
      padding: 18px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #fff;
    }
    .agg-scope-image img {
      width: 100%;
      aspect-ratio: 16 / 9;
      object-fit: contain;
      border-radius: 6px;
      background: #f7f9fa;
    }
    .agg-scope-list {
      display: grid;
      gap: 12px;
      padding: 0;
      list-style: none;
    }
    .agg-scope-list li {
      padding: 16px 18px;
      border-left: 4px solid var(--amber);
      background: #fff;
      color: var(--ink);
    }
    .agg-card-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }
    .agg-service-card,
    .agg-article-card {
      display: flex;
      flex-direction: column;
      border: 1px solid var(--line);
      border-radius: 8px;
      overflow: hidden;
      background: #fff;
    }
    .agg-service-card img {
      width: 100%;
      aspect-ratio: 16 / 9;
      object-fit: contain;
      background: #f4f7f8;
    }
    .agg-card-body {
      display: flex;
      flex: 1;
      flex-direction: column;
      align-items: flex-start;
      padding: 22px;
    }
    .agg-card-body p {
      color: var(--muted);
    }
    .agg-card-link {
      margin-top: auto;
      color: var(--blue) !important;
      font-weight: 800;
    }
    .agg-article-card {
      padding: 24px;
    }
    .agg-article-card p {
      color: var(--muted);
    }
    .agg-faq-list {
      max-width: 880px;
      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: 19px;
    }
    .agg-faq-item p {
      margin-bottom: 0;
      color: var(--muted);
    }
    @media (max-width: 900px) {
      .agg-hero-grid,
      .agg-scope-grid {
        grid-template-columns: 1fr;
      }
      .agg-hero h1 {
        font-size: 40px;
      }
      .agg-stage-grid,
      .agg-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .agg-card-grid .agg-service-card:last-child,
      .agg-card-grid .agg-article-card:last-child {
        grid-column: 1 / -1;
      }
    }
    @media (max-width: 640px) {
      .agg-shell {
        width: min(100% - 28px, 1180px);
      }
      .agg-hero {
        padding: 42px 0 50px;
      }
      .agg-hero h1 {
        font-size: 34px;
      }
      .agg-lede {
        font-size: 16px;
      }
      .agg-facts,
      .agg-stage-grid,
      .agg-card-grid {
        grid-template-columns: 1fr;
      }
      .agg-card-grid .agg-service-card:last-child,
      .agg-card-grid .agg-article-card:last-child {
        grid-column: auto;
      }
      .agg-section {
        padding: 58px 0;
      }
      .agg-head h2,
      .agg-head-center h2 {
        font-size: 28px;
      }
      .agg-actions .agg-btn {
        width: 100%;
      }
    }
  