
    .article_title.themes_box_title { display: none !important; }
    .agg-page {
      --bg: #f6f8f7;
      --panel: #ffffff;
      --panel-soft: #eef4f2;
      --line: #d8e1dd;
      --text: #1b2621;
      --muted: #5f6c67;
      --accent: #0f6a65;
      --accent-2: #d9822b;
      --shadow: 0 14px 34px rgba(19, 35, 30, .08);
      font-family: Inter, Arial, Helvetica, sans-serif;
      color: var(--text);
      background: var(--bg);
      line-height: 1.55;
    }
    .agg-page,
    .agg-page * {
      box-sizing: border-box;
    }
    .agg-page a {
      color: inherit;
      text-decoration: none;
    }
    .agg-page a:focus-visible {
      outline: 3px solid rgba(15, 106, 101, .25);
      outline-offset: 2px;
    }
    .agg-page img {
      display: block;
      width: 100%;
      height: auto;
    }
    .agg-page .shell {
      width: min(1180px, calc(100% - 32px));
      margin: 0 auto;
    }
    .agg-page .topbar {
      padding: 18px 0 0;
    }
    .agg-page .brandline {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      align-items: center;
      padding: 4px 0 16px;
      color: var(--muted);
      font-size: 13px;
      letter-spacing: 0;
    }
    .agg-page .brandline strong {
      color: var(--text);
      font-size: 14px;
    }
    .agg-page .hero {
      padding: 0 0 28px;
    }
    .agg-page .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
      gap: 30px;
      align-items: center;
      background: linear-gradient(180deg, #fbfcfc 0%, #f4f8f6 100%);
      border: 1px solid var(--line);
      border-radius: 8px;
      padding: 26px;
      box-shadow: var(--shadow);
    }
    .agg-page .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--accent);
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: .12em;
      margin: 0 0 10px;
    }
    .agg-page h1,
    .agg-page h2,
    .agg-page h3,
    .agg-page p {
      margin: 0;
    }
    .agg-page h1 {
      font-size: 44px;
      line-height: 1.08;
      letter-spacing: 0;
      max-width: 12ch;
      margin-bottom: 14px;
    }
    .agg-page .lede {
      color: var(--muted);
      font-size: 16px;
      max-width: 62ch;
    }
    .agg-page .lede strong {
      color: var(--text);
      font-weight: 700;
    }
    .agg-page .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 22px;
    }
    .agg-page .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: 0 18px;
      border-radius: 8px;
      border: 1px solid var(--line);
      background: #fff;
      color: var(--text);
      font-weight: 700;
      font-size: 14px;
      white-space: nowrap;
    }
    .agg-page .btn-primary {
      background: var(--accent);
      color: #fff;
      border-color: var(--accent);
    }
    .agg-page .btn-secondary {
      background: #fff;
    }
    .agg-page .fact-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
      margin-top: 22px;
    }
    .agg-page .fact {
      border: 1px solid var(--line);
      border-radius: 8px;
      background: var(--panel);
      padding: 14px 15px;
    }
    .agg-page .fact strong {
      display: block;
      font-size: 18px;
      color: var(--accent);
      margin-bottom: 4px;
    }
    .agg-page .fact span {
      color: var(--muted);
      font-size: 13px;
    }
    .agg-page .hero-media {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 8px;
      padding: 18px;
      box-shadow: 0 12px 26px rgba(19, 35, 30, .06);
    }
    .agg-page .hero-media .frame,
    .agg-page .card-media {
      aspect-ratio: 1 / 1;
      display: grid;
      place-items: center;
      background: #fff;
      border: 1px solid #edf1ef;
      border-radius: 8px;
      overflow: hidden;
    }
    .agg-page .hero-media img,
    .agg-page .card-media img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center;
    }
    .agg-page .section {
      padding: 22px 0;
    }
    .agg-page .section.soft {
      background: #eef3f1;
      margin: 0;
      padding: 28px 0;
    }
    .agg-page .section-head {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      align-items: end;
      margin-bottom: 16px;
    }
    .agg-page .section-head h2 {
      font-size: 28px;
      line-height: 1.15;
      letter-spacing: 0;
    }
    .agg-page .section-head p {
      color: var(--muted);
      max-width: 64ch;
      font-size: 14px;
    }
    .agg-page .three-up {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
    }
    .agg-page .four-up {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
    }
    .agg-page .card,
    .agg-page .note,
    .agg-page .faq-item {
      border: 1px solid var(--line);
      border-radius: 8px;
      background: var(--panel);
      box-shadow: 0 10px 22px rgba(19, 35, 30, .04);
    }
    .agg-page .card-body,
    .agg-page .note,
    .agg-page .faq-item {
      padding: 16px;
    }
    .agg-page .card h3,
    .agg-page .faq-item h3 {
      font-size: 18px;
      line-height: 1.2;
      margin-bottom: 8px;
    }
    .agg-page .card p,
    .agg-page .note p,
    .agg-page .faq-item p {
      color: var(--muted);
      font-size: 14px;
    }
    .agg-page .meta-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 12px;
    }
    .agg-page .tag {
      display: inline-flex;
      align-items: center;
      padding: 5px 9px;
      border-radius: 999px;
      background: #edf5f3;
      color: var(--accent);
      font-size: 12px;
      font-weight: 700;
    }
    .agg-page .spec-wrap {
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #fff;
      overflow: auto;
      box-shadow: 0 10px 22px rgba(19, 35, 30, .04);
    }
    .agg-page .spec-grid {
      display: grid;
      grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
      gap: 14px;
      align-items: stretch;
    }
    .agg-page .spec-visual {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 8px;
      padding: 16px;
      box-shadow: 0 10px 22px rgba(19, 35, 30, .04);
    }
    .agg-page .spec-visual .frame {
      aspect-ratio: 1 / 1;
      display: grid;
      place-items: center;
      background: #fff;
      border: 1px solid #edf1ef;
      border-radius: 8px;
      overflow: hidden;
    }
    .agg-page .spec-visual p {
      margin-top: 10px;
      color: var(--muted);
      font-size: 13px;
    }
    .agg-page .spec-table {
      width: 100%;
      border-collapse: collapse;
      min-width: 0;
    }
    .agg-page .spec-table th,
    .agg-page .spec-table td {
      border-bottom: 1px solid var(--line);
      padding: 14px 16px;
      text-align: left;
      vertical-align: top;
      font-size: 14px;
    }
    .agg-page .spec-table th {
      width: 24%;
      background: #f8fbfa;
      color: var(--text);
    }
    .agg-page .spec-table td {
      color: var(--muted);
    }
    .agg-page .spec-table tr:last-child th,
    .agg-page .spec-table tr:last-child td {
      border-bottom: 0;
    }
    .agg-page .product-card,
    .agg-page .article-card {
      display: flex;
      flex-direction: column;
      min-height: 100%;
      overflow: hidden;
    }
    .agg-page .product-card .card-body,
    .agg-page .article-card .card-body {
      display: flex;
      flex-direction: column;
      flex: 1;
    }
    .agg-page .product-card .card-body p,
    .agg-page .article-card .card-body p {
      margin-bottom: 12px;
    }
    .agg-page .inline-link {
      margin-top: auto;
      color: var(--accent);
      font-weight: 700;
      text-decoration: underline;
      text-underline-offset: 3px;
    }
    .agg-page .flow-note {
      margin-top: 14px;
      color: var(--muted);
      font-size: 14px;
    }
    .agg-page .faq-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
    }
    .agg-page .faq-item h3 {
      margin-bottom: 10px;
    }
    .agg-page .footer-gap {
      height: 24px;
    }
    .agg-page .lead-link {
      text-decoration: underline;
      text-underline-offset: 3px;
    }
    @media (max-width: 1024px) {
      .agg-page .hero-grid {
        grid-template-columns: 1fr;
      }
      .agg-page .four-up {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }
    @media (max-width: 760px) {
      .agg-page .shell {
        width: min(100% - 24px, 1180px);
      }
      .agg-page h1 {
        font-size: 34px;
        max-width: none;
      }
      .agg-page .section-head {
        flex-direction: column;
        align-items: flex-start;
      }
      .agg-page .section-head h2 {
        font-size: 24px;
      }
      .agg-page .spec-grid {
        grid-template-columns: 1fr;
      }
      .agg-page .three-up,
      .agg-page .four-up,
      .agg-page .faq-grid {
        grid-template-columns: 1fr;
      }
      .agg-page .fact-grid {
        grid-template-columns: 1fr;
      }
      .agg-page .hero-grid {
        padding: 20px;
      }
      .agg-page .hero-media {
        padding: 14px;
      }
    }
  