
    .main_title.themes_box_title,
    .article_title.themes_box_title { display: none !important; }
    .agg-page {
      --ink: #202124;
      --muted: #62656b;
      --paper: #ffffff;
      --mist: #f6f2f0;
      --rose: #eebec4;
      --plum: #5b3449;
      --teal: #315d5a;
      --amber: #c78355;
      --line: #e3d7d2;
      width: 100%;
      overflow: hidden;
      color: var(--ink);
      background: var(--paper);
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.58;
    }
    .agg-page * { box-sizing: border-box; letter-spacing: 0; }
    .agg-page a { color: inherit; text-underline-offset: 3px; }
    .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.14; }
    .agg-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
    .agg-section { padding: 76px 0; }
    .agg-section-soft { background: var(--mist); }
    .agg-eyebrow { margin-bottom: 13px; color: var(--amber); font-size: 13px; font-weight: 800; text-transform: uppercase; }
    .agg-lede { max-width: 760px; color: var(--muted); font-size: 18px; }
    .agg-hero { padding: 54px 0 62px; background: linear-gradient(100deg, #fff 0%, #f9eeee 54%, #e7f0ee 100%); }
    .agg-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr); gap: 56px; align-items: center; }
    .agg-hero h1 { max-width: 720px; margin-bottom: 20px; font-size: 48px; }
    .agg-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
    .agg-btn { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 11px 20px; border: 1px solid var(--plum); border-radius: 6px; font-size: 15px; font-weight: 800; text-decoration: none; }
    .agg-btn-primary { color: #fff !important; background: var(--plum); border-color: var(--plum); }
    .agg-btn-secondary { color: var(--plum); background: #fff; }
    .agg-hero-media { position: relative; }
    .agg-hero-media::before { content: ""; position: absolute; inset: 22px -18px -18px 28px; border-radius: 8px; background: var(--rose); z-index: 0; }
    .agg-hero-media img { position: relative; z-index: 1; width: 100%; aspect-ratio: 1 / 1; object-fit: contain; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 18px 44px rgba(32, 33, 36, .14); }
    .agg-mini-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 32px; }
    .agg-mini-facts div { padding-top: 13px; border-top: 2px solid var(--plum); }
    .agg-mini-facts strong { display: block; font-size: 15px; }
    .agg-mini-facts span { color: var(--muted); font-size: 13px; }
    .agg-two-col { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 52px; align-items: start; }
    .agg-two-col > *, .agg-map > * { min-width: 0; }
    .agg-media-card { padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
    .agg-media-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; background: #fff; }
    .agg-table-wrap { width: 100%; overflow-x: auto; }
    .agg-page table { width: 100%; min-width: 620px; border-collapse: collapse; background: #fff; text-align: left; }
    .agg-page th, .agg-page td { padding: 13px 15px; border: 1px solid var(--line); vertical-align: top; }
    .agg-page th { width: 32%; background: #f1dce0; color: var(--plum); }
    .agg-note { margin-top: 18px; padding: 20px; border-left: 4px solid var(--teal); background: #fff; }
    .agg-note p { margin-bottom: 0; color: var(--muted); }
    .agg-map { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 34px; align-items: center; }
    .agg-map img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
    .agg-effect-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
    .agg-effect { padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
    .agg-effect p { margin-bottom: 0; color: var(--muted); }
    .agg-center { max-width: 770px; margin: 0 auto 38px; text-align: center; }
    .agg-checks { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
    .agg-check { padding: 23px 22px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
    .agg-check strong { display: block; margin-bottom: 7px; color: var(--teal); }
    .agg-check p { margin-bottom: 0; color: var(--muted); }
    .agg-products, .agg-reading { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
    .agg-card { display: flex; min-height: 100%; flex-direction: column; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fff; }
    .agg-card-media { aspect-ratio: 1 / 1; background: #fff; }
    .agg-card-media img { width: 100%; height: 100%; object-fit: contain; }
    .agg-card-body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 22px; }
    .agg-card-body p { color: var(--muted); }
    .agg-text-link { margin-top: auto; color: var(--plum) !important; font-weight: 800; }
    .agg-faq { display: grid; gap: 12px; max-width: 900px; margin: 0 auto; }
    .agg-faq article { padding: 22px 24px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
    .agg-faq p { margin-bottom: 0; color: var(--muted); }
    @media (max-width: 900px) {
      .agg-hero h1 { font-size: 40px; }
      .agg-hero-grid, .agg-two-col, .agg-map { grid-template-columns: 1fr; }
      .agg-products, .agg-reading, .agg-checks { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }
    @media (max-width: 640px) {
      .agg-shell { width: min(100% - 28px, 1180px); }
      .agg-section { padding: 56px 0; }
      .agg-hero { padding: 42px 0 50px; }
      .agg-hero h1 { font-size: 34px; }
      .agg-lede { font-size: 16px; }
      .agg-mini-facts, .agg-products, .agg-reading, .agg-checks, .agg-effect-grid { grid-template-columns: 1fr; }
      .agg-btn { width: 100%; }
      .agg-hero-media::before { inset: 14px -10px -10px 18px; }
      .agg-page table { min-width: 0; }
      .agg-page tr, .agg-page th, .agg-page td { display: block; width: 100%; }
      .agg-page th { border-bottom: 0; }
    }
  