
    .article_content_box:has(.agg-page)>h1.article_title.themes_box_title { display: none !important; }

    .agg-page {
      width: 100%;
      overflow: hidden;
      background: #ffffff;
      color: #172126;
      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-underline-offset: 3px;
      text-decoration-thickness: 1px;
    }
    .agg-page img {
      display: block;
      max-width: 100%;
      height: 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;
      color: #102028;
    }
    .agg-shell {
      width: min(1180px, calc(100% - 40px));
      margin: 0 auto;
    }
    .agg-kicker {
      margin-bottom: 12px;
      color: #7a3f1c;
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
    }
    .agg-hero {
      padding: 58px 0;
      background: #f5f7f6;
    }
    .agg-hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(360px, .85fr);
      gap: 48px;
      align-items: center;
    }
    .agg-hero h1 {
      max-width: 720px;
      margin-bottom: 18px;
      font-size: 46px;
    }
    .agg-lede {
      max-width: 700px;
      margin-bottom: 0;
      color: #43505a;
      font-size: 18px;
    }
    .agg-lede strong a {
      color: #0d4c67;
      font-weight: 800;
    }
    .agg-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
    }
    .agg-button {
      display: inline-flex;
      min-height: 46px;
      align-items: center;
      justify-content: center;
      padding: 11px 18px;
      border: 1px solid #12394a;
      border-radius: 4px;
      color: #12394a !important;
      font-size: 15px;
      font-weight: 800;
      text-decoration: none;
    }
    .agg-button-primary {
      background: #12394a;
      color: #ffffff !important;
    }
    .agg-button:hover {
      background: #0b2a39;
      border-color: #0b2a39;
      color: #ffffff !important;
    }
    .agg-quick {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
      margin-top: 34px;
    }
    .agg-quick div {
      padding-top: 14px;
      border-top: 2px solid #12394a;
    }
    .agg-quick strong {
      display: block;
      font-size: 15px;
    }
    .agg-quick span {
      color: #5b6872;
      font-size: 13px;
    }
    .agg-hero-media {
      padding: 14px;
      border: 1px solid #d6dde0;
      border-radius: 8px;
      background: #ffffff;
      box-shadow: 0 18px 42px rgba(18, 57, 74, .12);
    }
    .agg-hero-media img {
      width: 100%;
      max-height: 620px;
      object-fit: contain;
      border-radius: 4px;
      background: #f7f8f8;
    }
    .agg-section {
      padding: 72px 0;
    }
    .agg-section-alt {
      background: #f7f3ed;
    }
    .agg-head {
      max-width: 760px;
      margin: 0 auto 32px;
      text-align: center;
    }
    .agg-head h2 {
      margin-bottom: 12px;
      font-size: 33px;
    }
    .agg-head p {
      margin-bottom: 0;
      color: #53616b;
      font-size: 17px;
    }
    .agg-triad {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }
    .agg-card {
      display: flex;
      min-width: 0;
      flex-direction: column;
      border: 1px solid #d9e0e3;
      border-radius: 8px;
      background: #ffffff;
    }
    .agg-card-body {
      display: flex;
      flex: 1;
      flex-direction: column;
      padding: 22px;
    }
    .agg-card h3 {
      margin-bottom: 8px;
      font-size: 20px;
    }
    .agg-card p {
      margin-bottom: 0;
      color: #53616b;
    }
    .agg-spec-grid {
      display: grid;
      grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
      gap: 44px;
      align-items: start;
    }
    .agg-spec-media {
      padding: 14px;
      border: 1px solid #d9e0e3;
      border-radius: 8px;
      background: #ffffff;
    }
    .agg-spec-media img {
      width: 100%;
      max-height: 520px;
      object-fit: contain;
      border-radius: 4px;
      background: #f7f8f8;
    }
    .agg-fact-list {
      display: grid;
      gap: 10px;
      margin-top: 18px;
    }
    .agg-fact-list div {
      padding: 13px 15px;
      border-left: 3px solid #b35b24;
      background: #fff9f2;
    }
    .agg-table-wrap {
      overflow-x: auto;
      border: 1px solid #d9e0e3;
      border-radius: 8px;
      background: #ffffff;
    }
    .agg-table {
      width: 100%;
      min-width: 720px;
      border-collapse: collapse;
      font-size: 14px;
    }
    .agg-table th,
    .agg-table td {
      padding: 13px 14px;
      border-bottom: 1px solid #d9e0e3;
      text-align: left;
      vertical-align: top;
    }
    .agg-table th {
      background: #12394a;
      color: #ffffff;
      font-weight: 800;
    }
    .agg-table tr:last-child td {
      border-bottom: 0;
    }
    .agg-path {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 34px;
      align-items: start;
    }
    .agg-path-list {
      display: grid;
      gap: 14px;
    }
    .agg-path-item {
      padding: 18px;
      border: 1px solid #d9e0e3;
      border-radius: 8px;
      background: #ffffff;
    }
    .agg-path-item h3 {
      margin-bottom: 6px;
      font-size: 19px;
    }
    .agg-products {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
    }
    .agg-product-card {
      overflow: hidden;
    }
    .agg-product-card img {
      width: 100%;
      aspect-ratio: 4 / 5;
      object-fit: contain;
      background: #f6f7f7;
    }
    .agg-product-card .agg-card-body {
      padding: 18px;
    }
    .agg-text-link {
      margin-top: auto;
      color: #0d4c67 !important;
      font-weight: 800;
    }
    .agg-read-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }
    .agg-read-card {
      min-height: 248px;
    }
    .agg-read-card .agg-card-body {
      gap: 10px;
    }
    .agg-read-card small {
      color: #7a3f1c;
      font-weight: 800;
      text-transform: uppercase;
    }
    .agg-faq {
      max-width: 900px;
      margin: 0 auto;
      border-top: 1px solid #d9e0e3;
    }
    .agg-faq-item {
      padding: 22px 0;
      border-bottom: 1px solid #d9e0e3;
    }
    .agg-faq-item h3 {
      margin-bottom: 7px;
      font-size: 19px;
    }
    .agg-faq-item p {
      margin-bottom: 0;
      color: #53616b;
    }
    .agg-mini-note {
      margin-top: 26px;
      padding: 18px 20px;
      border: 1px solid #d9e0e3;
      border-radius: 8px;
      background: #ffffff;
      color: #43505a;
    }
    @media (max-width: 980px) {
      .agg-hero-grid,
      .agg-spec-grid,
      .agg-path {
        grid-template-columns: 1fr;
      }
      .agg-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .agg-triad,
      .agg-read-grid {
        grid-template-columns: 1fr;
      }
      .agg-hero h1 {
        font-size: 38px;
      }
    }
    @media (max-width: 560px) {
      .agg-shell {
        width: min(100% - 28px, 1180px);
      }
      .agg-hero,
      .agg-section {
        padding: 48px 0;
      }
      .agg-hero h1 {
        font-size: 32px;
      }
      .agg-head h2 {
        font-size: 27px;
      }
      .agg-lede,
      .agg-head p {
        font-size: 16px;
      }
      .agg-quick,
      .agg-products {
        grid-template-columns: 1fr;
      }
      .agg-actions {
        flex-direction: column;
      }
      .agg-button {
        width: 100%;
      }
    }
  