
    .agg-page {
      --ink: #151c24;
      --muted: #637079;
      --paper: #ffffff;
      --soft: #f5f8f7;
      --tint: #e8f3f0;
      --line: #d8e2df;
      --accent: #0f766e;
      --accent-dark: #0b4f4a;
      --warm: #bd7b2c;
      width: 100%;
      overflow: hidden;
      background: var(--paper);
      color: var(--ink);
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.6;
    }
    .agg-page, .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%; 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; }
    .agg-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
    .agg-eyebrow { margin-bottom: 12px; color: var(--warm); font-size: 13px; font-weight: 800; text-transform: uppercase; }
    .agg-page h1 { max-width: 720px; margin-bottom: 20px; font-size: 46px; }
    .agg-page h2 { margin-bottom: 15px; font-size: 32px; }
    .agg-page h3 { margin-bottom: 9px; font-size: 19px; }
    .agg-lede { max-width: 690px; margin-bottom: 0; color: var(--muted); font-size: 18px; }
    .agg-section { padding: 76px 0; }
    .agg-section-soft { background: var(--soft); }
    .agg-hero { padding: 58px 0 62px; background: linear-gradient(90deg, #ffffff 0%, #ffffff 48%, var(--tint) 48%, var(--tint) 100%); }
    .agg-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .82fr); gap: 54px; align-items: center; }
    .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 19px; border: 1px solid var(--ink); border-radius: 4px; font-size: 15px; font-weight: 800; text-decoration: none; }
    .agg-btn-primary { color: #fff !important; background: var(--accent); border-color: var(--accent); }
    .agg-btn-primary:hover { background: var(--accent-dark); border-color: var(--accent-dark); }
    .agg-btn-secondary:hover { color: #fff !important; background: var(--ink); }
    .agg-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 34px; }
    .agg-fact { padding: 13px 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-media-frame { display: flex; min-height: 360px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 6px; background: #fff; box-shadow: 0 18px 44px rgba(21, 28, 36, .1); }
    .agg-media-frame img { width: 100%; max-height: 460px; object-fit: contain; padding: 22px; }
    .agg-center-head { max-width: 760px; margin: 0 auto 36px; text-align: center; }
    .agg-center-head p { margin-bottom: 0; color: var(--muted); }
    .agg-card-grid { 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: 6px; background: #fff; }
    .agg-card-body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
    .agg-card p { margin-bottom: 0; color: var(--muted); }
    .agg-card-kicker { margin-bottom: 10px; color: var(--accent); font-size: 12px; font-weight: 800; text-transform: uppercase; }
    .agg-detail-grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: 42px; align-items: start; }
    .agg-description { margin-top: 18px; padding: 20px; border-left: 4px solid var(--warm); background: #fff; }
    .agg-description p { margin-bottom: 0; color: var(--muted); }
    .agg-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
    .agg-page table { width: 100%; border-collapse: collapse; min-width: 560px; }
    .agg-page th, .agg-page td { padding: 12px 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
    .agg-page th { width: 34%; background: #f0f5f3; color: var(--ink); }
    .agg-page tr:last-child th, .agg-page tr:last-child td { border-bottom: 0; }
    .agg-advantage-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 26px; }
    .agg-advantage { padding: 19px; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
    .agg-advantage strong { display: block; margin-bottom: 4px; }
    .agg-advantage span { color: var(--muted); font-size: 14px; }
    .agg-checks { display: grid; gap: 13px; }
    .agg-check { display: grid; grid-template-columns: 190px minmax(0, 1fr) auto; gap: 18px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line); }
    .agg-check strong { display: block; }
    .agg-check p { margin-bottom: 0; color: var(--muted); }
    .agg-text-link { color: var(--accent) !important; font-weight: 800; white-space: nowrap; }
    .agg-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
    .agg-product-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
    .agg-product-card .agg-product-media { display: flex; aspect-ratio: 4 / 3; align-items: center; justify-content: center; background: #f7faf9; }
    .agg-product-card img { width: 100%; height: 100%; object-fit: contain; padding: 14px; }
    .agg-product-copy { display: flex; flex: 1; flex-direction: column; padding: 18px; }
    .agg-product-copy p { color: var(--muted); }
    .agg-product-copy .agg-text-link { margin-top: auto; }
    .agg-reading-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
    .agg-article-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
    .agg-article-card .agg-article-media { display: flex; aspect-ratio: 16 / 10; align-items: center; justify-content: center; background: #f7faf9; }
    .agg-article-card img { width: 100%; height: 100%; object-fit: contain; padding: 14px; }
    .agg-article-copy { display: flex; flex: 1; flex-direction: column; padding: 22px; }
    .agg-article-copy p { color: var(--muted); }
    .agg-article-copy .agg-text-link { margin-top: auto; }
    .agg-faq-list { max-width: 900px; margin: 0 auto; border-top: 1px solid var(--line); }
    .agg-faq-item { padding: 23px 0; border-bottom: 1px solid var(--line); }
    .agg-faq-item p { margin-bottom: 0; color: var(--muted); }
    .agg-close { padding: 52px 0; border-top: 1px solid var(--line); background: #ffffff; }
    .agg-close-box { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, .38fr); gap: 28px; align-items: center; padding: 28px; border: 1px solid var(--line); border-radius: 6px; background: var(--soft); }
    .agg-close-box p { margin-bottom: 0; color: var(--muted); }
    .agg-close-note { color: var(--accent-dark); font-weight: 800; }
    @media (max-width: 980px) {
      .agg-page h1 { font-size: 39px; }
      .agg-page h2 { font-size: 29px; }
      .agg-hero { background: #fff; }
      .agg-hero-grid, .agg-detail-grid, .agg-close-box { grid-template-columns: 1fr; }
      .agg-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .agg-card-grid, .agg-reading-grid, .agg-advantage-row { grid-template-columns: 1fr; }
      .agg-check { grid-template-columns: 1fr; gap: 6px; align-items: start; }
      .agg-text-link { white-space: normal; }
    }
    @media (max-width: 640px) {
      .agg-shell { width: min(100% - 28px, 1180px); }
      .agg-section { padding: 58px 0; }
      .agg-hero { padding: 42px 0 48px; }
      .agg-page h1 { font-size: 32px; }
      .agg-page h2 { font-size: 26px; }
      .agg-lede { font-size: 16px; }
      .agg-facts, .agg-product-grid { grid-template-columns: 1fr; }
      .agg-fact { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
      .agg-media-frame { min-height: 280px; }
      .agg-media-frame img { max-height: 340px; padding: 16px; }
      .agg-btn { width: 100%; }
      .agg-close-box { padding: 22px; }
    }
  