
    .agg-page, .agg-page * { box-sizing: border-box; }
    .article_content_box:has(.agg-page) > h1.article_title.themes_box_title,
    .article_content_box:has(.agg-page) > h1.main_title.themes_box_title {
      display: none !important;
    }
    .agg-page {
      color: #1d241d;
      background: #f4f6ef;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.55;
    }
    .agg-page a { color: inherit; text-decoration: none; }
    .agg-page img { display: block; width: 100%; height: auto; }
    .agg-shell {
      width: min(1160px, calc(100% - 32px));
      margin: 0 auto;
    }
    .agg-top {
      padding: 18px 0 0;
    }
    .agg-topbar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding-bottom: 10px;
      border-bottom: 1px solid rgba(40, 55, 39, .12);
      font-size: 13px;
    }
    .agg-brand {
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0;
      color: #233020;
    }
    .agg-toplinks {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      color: #50604f;
    }
    .agg-toplinks a:hover,
    .agg-link:hover,
    .agg-textlink:hover,
    .agg-btn:hover {
      opacity: .86;
    }
    .agg-hero {
      padding: 40px 0 60px;
      background: linear-gradient(180deg, #f7f8f2 0%, #eef2e8 100%);
    }
    .agg-hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
      gap: 52px;
      align-items: center;
    }
    .agg-eyebrow {
      margin: 0 0 14px;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0;
      text-transform: uppercase;
      color: #6b7b67;
    }
    .agg-page h1,
    .agg-page h2,
    .agg-page h3,
    .agg-page p,
    .agg-page ul,
    .agg-page ol,
    .agg-page dl,
    .agg-page dt,
    .agg-page dd {
      margin: 0;
    }
    .agg-hero h1 {
      font-size: 48px;
      line-height: 1.06;
      letter-spacing: 0;
      color: #172017;
      max-width: 11ch;
    }
    .agg-lede {
      margin-top: 18px;
      font-size: 18px;
      color: #334033;
      max-width: 58ch;
    }
    .agg-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 24px;
    }
    .agg-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: 0 18px;
      border: 1px solid #253626;
      border-radius: 8px;
      font-size: 14px;
      font-weight: 700;
      line-height: 1;
      letter-spacing: 0;
      transition: opacity .18s ease, transform .18s ease, background-color .18s ease, color .18s ease;
    }
    .agg-page .agg-btn-primary {
      background: #243528;
      color: #fff;
    }
    .agg-page .agg-btn-primary:hover {
      color: #fff;
    }
    .agg-page .agg-btn-secondary {
      background: transparent;
      color: #243528;
    }
    .agg-page .agg-btn-secondary:hover {
      color: #243528;
    }
    .agg-keyword {
      font-weight: 700;
      text-decoration: underline;
      text-underline-offset: 3px;
    }
    .agg-btn:hover { transform: translateY(-1px); }
    .agg-facts {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      margin-top: 24px;
    }
    .agg-fact {
      padding: 16px 14px;
      border: 1px solid rgba(38, 52, 38, .14);
      border-radius: 8px;
      background: rgba(255,255,255,.86);
    }
    .agg-fact strong {
      display: block;
      font-size: 18px;
      color: #1d281f;
    }
    .agg-fact span {
      display: block;
      margin-top: 4px;
      font-size: 13px;
      color: #59675a;
    }
    .agg-media {
      position: relative;
      background: #fff;
      border: 1px solid rgba(38, 52, 38, .12);
      border-radius: 8px;
      padding: 14px;
      box-shadow: 0 18px 48px rgba(31, 39, 34, .10);
    }
    .agg-media::after {
      content: "";
      position: absolute;
      inset: auto 10px 10px auto;
      width: 28%;
      height: 28%;
      border-right: 6px solid #8eac62;
      border-bottom: 6px solid #8eac62;
      pointer-events: none;
    }
    .agg-media img {
      aspect-ratio: 4 / 5;
      object-fit: contain;
      background: #fff;
      border-radius: 6px;
    }
    .agg-section {
      padding: 64px 0;
    }
    .agg-section-soft {
      background: #e9eee3;
    }
    .agg-section-head {
      max-width: 760px;
      margin-bottom: 24px;
    }
    .agg-section-head h2 {
      font-size: 32px;
      line-height: 1.14;
      color: #172017;
    }
    .agg-section-head p {
      margin-top: 10px;
      color: #50604f;
      font-size: 17px;
      max-width: 70ch;
    }
    .agg-path {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }
    .agg-card {
      border: 1px solid rgba(38, 52, 38, .14);
      border-radius: 8px;
      background: #fff;
      padding: 22px;
    }
    .agg-card h3 {
      font-size: 18px;
      line-height: 1.18;
      color: #1c261d;
      margin-bottom: 10px;
    }
    .agg-card p,
    .agg-card li {
      color: #50604f;
      font-size: 15px;
    }
    .agg-card ul {
      padding-left: 18px;
      margin-top: 10px;
    }
    .agg-table-wrap {
      overflow-x: auto;
      border: 1px solid rgba(38, 52, 38, .14);
      border-radius: 8px;
      background: #fff;
    }
    .agg-table {
      width: 100%;
      min-width: 760px;
      border-collapse: collapse;
      text-align: left;
    }
    .agg-table th,
    .agg-table td {
      padding: 14px 16px;
      border-bottom: 1px solid rgba(38, 52, 38, .10);
      border-right: 1px solid rgba(38, 52, 38, .10);
      vertical-align: top;
    }
    .agg-table th {
      width: 26%;
      background: #f3f5ee;
      color: #1d281f;
      font-size: 14px;
    }
    .agg-table td {
      color: #475447;
      font-size: 14px;
    }
    .agg-table tr:last-child th,
    .agg-table tr:last-child td {
      border-bottom: 0;
    }
    .agg-table tr th:last-child,
    .agg-table tr td:last-child {
      border-right: 0;
    }
    .agg-product-grid,
    .agg-article-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }
    .agg-product-card,
    .agg-article-card {
      display: flex;
      flex-direction: column;
      min-height: 100%;
      border: 1px solid rgba(38, 52, 38, .14);
      border-radius: 8px;
      background: #fff;
      overflow: hidden;
    }
    .agg-product-card img,
    .agg-article-card img {
      width: 100%;
      height: auto;
      aspect-ratio: auto;
      object-fit: contain;
      background: #fff;
      border-bottom: 1px solid rgba(38, 52, 38, .10);
    }
    .agg-card-body {
      display: flex;
      flex: 1;
      flex-direction: column;
      padding: 20px;
    }
    .agg-card-body h3 {
      font-size: 19px;
      line-height: 1.18;
      color: #172017;
    }
    .agg-card-body p {
      margin-top: 10px;
      color: #50604f;
      font-size: 15px;
      flex: 1;
    }
    .agg-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-top: 18px;
      color: #243528;
      font-size: 14px;
      font-weight: 700;
    }
    .agg-link::after {
      content: "→";
      font-weight: 700;
    }
    .agg-checklist {
      display: grid;
      grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
      gap: 18px;
      align-items: start;
    }
    .agg-checklist .agg-card {
      height: 100%;
    }
    .agg-bullets {
      display: grid;
      gap: 12px;
    }
    .agg-bullet {
      padding: 14px 16px;
      border-radius: 8px;
      background: #f7f9f3;
      border: 1px solid rgba(38, 52, 38, .10);
    }
    .agg-bullet strong {
      display: block;
      margin-bottom: 4px;
      color: #1c261d;
      font-size: 15px;
    }
    .agg-bullet span {
      color: #4d5b4e;
      font-size: 14px;
    }
    .agg-faq-list {
      display: grid;
      gap: 12px;
    }
    .agg-faq-item {
      padding: 18px 20px;
      border: 1px solid rgba(38, 52, 38, .14);
      border-radius: 8px;
      background: #fff;
    }
    .agg-faq-item h3 {
      font-size: 18px;
      line-height: 1.24;
      color: #172017;
      margin-bottom: 8px;
    }
    .agg-faq-item p {
      color: #50604f;
      font-size: 15px;
    }
    .agg-close {
      padding: 36px 0 56px;
    }
    .agg-close-box {
      padding: 22px 24px;
      border: 1px solid rgba(38, 52, 38, .14);
      border-radius: 8px;
      background: #eef2e8;
      color: #233020;
    }
    .agg-close-box p {
      font-size: 16px;
      color: #324033;
    }
    .agg-footer {
      padding: 18px 0 36px;
      border-top: 1px solid rgba(38, 52, 38, .10);
      color: #637063;
      font-size: 13px;
    }
    .agg-footer a {
      color: #233020;
      font-weight: 700;
    }
    .agg-muted {
      color: #5f6d5f;
    }
    .agg-center {
      text-align: center;
    }
    .agg-kicker {
      display: inline-flex;
      align-items: center;
      min-height: 30px;
      padding: 0 10px;
      border-radius: 999px;
      background: #dde8c7;
      color: #2b3929;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0;
      margin-bottom: 14px;
    }
    .agg-small {
      font-size: 14px;
    }
    .agg-inline-note {
      margin-top: 14px;
      color: #5a685a;
      font-size: 14px;
    }
    @media (max-width: 980px) {
      .agg-hero-grid,
      .agg-checklist {
        grid-template-columns: 1fr;
      }
      .agg-hero h1 {
        max-width: none;
      }
      .agg-path,
      .agg-product-grid,
      .agg-article-grid,
      .agg-facts {
        grid-template-columns: 1fr;
      }
    }
    @media (max-width: 640px) {
      .agg-topbar {
        flex-direction: column;
        align-items: flex-start;
      }
      .agg-hero {
        padding: 30px 0 50px;
      }
      .agg-hero h1 {
        font-size: 34px;
      }
      .agg-lede {
        font-size: 16px;
      }
      .agg-section {
        padding: 48px 0;
      }
      .agg-section-head h2 {
        font-size: 27px;
      }
      .agg-card,
      .agg-card-body,
      .agg-faq-item,
      .agg-close-box {
        padding-left: 16px;
        padding-right: 16px;
      }
      .agg-table {
        min-width: 640px;
      }
    }
  