
    .agg-page, .agg-page * {
      box-sizing: border-box;
      letter-spacing: 0;
    }
    .agg-page {
      --agg-ink: #18212a;
      --agg-muted: #5d6875;
      --agg-soft: #f4f7f5;
      --agg-paper: #ffffff;
      --agg-line: #dce3de;
      --agg-red: #b7352f;
      --agg-steel: #22323d;
      --agg-gold: #d7a647;
      width: 100%;
      overflow: hidden;
      color: var(--agg-ink);
      background: var(--agg-paper);
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.62;
    }
    .agg-page a {
      color: inherit;
      text-decoration-thickness: 1px;
      text-underline-offset: 3px;
    }
    .agg-page img {
      display: block;
      max-width: 100%;
    }
    .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-hero {
      padding: 62px 0 58px;
      background: var(--agg-steel);
      color: #fff;
    }
    .agg-hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.82fr);
      gap: 48px;
      align-items: center;
    }
    .agg-eyebrow {
      margin-bottom: 14px;
      color: #f5c56f;
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
    }
    .agg-page h1 {
      max-width: 720px;
      margin-bottom: 18px;
      font-size: 50px;
    }
    .agg-lede {
      max-width: 720px;
      margin-bottom: 0;
      color: #e4edf2;
      font-size: 18px;
    }
    .agg-lede strong a {
      color: #fff;
      font-weight: 800;
    }
    .agg-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 26px;
    }
    .agg-btn {
      display: inline-flex;
      min-height: 46px;
      align-items: center;
      justify-content: center;
      padding: 11px 18px;
      border: 1px solid #fff;
      border-radius: 4px;
      font-size: 15px;
      font-weight: 700;
      text-decoration: none;
    }
    .agg-btn-primary {
      color: #1a1f24 !important;
      background: #fff;
      border-color: #fff;
    }
    .agg-btn-secondary {
      color: #fff !important;
      background: transparent;
    }
    .agg-hero-facts {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
      margin-top: 30px;
    }
    .agg-hero-fact {
      padding-top: 12px;
      border-top: 2px solid rgba(255,255,255,.72);
    }
    .agg-hero-fact strong {
      display: block;
      font-size: 15px;
    }
    .agg-hero-fact span {
      display: block;
      color: #d6e0e5;
      font-size: 13px;
    }
    .agg-hero-media {
      border: 1px solid rgba(255,255,255,.24);
      border-radius: 8px;
      background: #f7f8f7;
      padding: 16px;
    }
    .agg-hero-media img {
      width: 100%;
      aspect-ratio: 1 / 1;
      object-fit: contain;
    }
    .agg-section {
      padding: 72px 0;
      background: #fff;
    }
    .agg-section-soft {
      background: var(--agg-soft);
    }
    .agg-head {
      max-width: 760px;
      margin: 0 auto 34px;
      text-align: center;
    }
    .agg-head h2,
    .agg-split-copy h2 {
      margin-bottom: 12px;
      font-size: 34px;
    }
    .agg-head p,
    .agg-split-copy p,
    .agg-card p,
    .agg-table-note,
    .agg-faq-item p {
      color: var(--agg-muted);
    }
    .agg-decision-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }
    .agg-card,
    .agg-reading-card,
    .agg-product-card {
      display: flex;
      min-width: 0;
      flex-direction: column;
      border: 1px solid var(--agg-line);
      border-radius: 8px;
      background: #fff;
    }
    .agg-card {
      padding: 24px;
    }
    .agg-card h3,
    .agg-reading-card h3,
    .agg-product-card h3 {
      margin-bottom: 9px;
      font-size: 21px;
    }
    .agg-card p,
    .agg-reading-card p,
    .agg-product-card p {
      margin-bottom: 0;
    }
    .agg-number {
      display: inline-flex;
      width: 34px;
      height: 34px;
      align-items: center;
      justify-content: center;
      margin-bottom: 18px;
      border-radius: 50%;
      color: #fff;
      background: var(--agg-red);
      font-weight: 800;
    }
    .agg-split {
      display: grid;
      grid-template-columns: minmax(300px, .82fr) minmax(0, 1fr);
      gap: 44px;
      align-items: start;
    }
    .agg-media-frame {
      border: 1px solid var(--agg-line);
      border-radius: 8px;
      background: #fff;
      padding: 16px;
    }
    .agg-media-frame img {
      width: 100%;
      aspect-ratio: 1 / 1;
      object-fit: contain;
    }
    .agg-table-wrap {
      overflow-x: auto;
      border: 1px solid var(--agg-line);
      border-radius: 8px;
      background: #fff;
    }
    .agg-table {
      width: 100%;
      min-width: 620px;
      border-collapse: collapse;
      text-align: left;
    }
    .agg-table th,
    .agg-table td {
      padding: 14px 16px;
      border-bottom: 1px solid var(--agg-line);
      vertical-align: top;
    }
    .agg-table th {
      width: 32%;
      background: #f8faf8;
      color: var(--agg-steel);
      font-weight: 800;
    }
    .agg-table tr:last-child th,
    .agg-table tr:last-child td {
      border-bottom: 0;
    }
    .agg-table-note {
      margin: 14px 0 0;
      font-size: 14px;
    }
    .agg-product-grid,
    .agg-reading-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }
    .agg-product-card,
    .agg-reading-card {
      overflow: hidden;
    }
    .agg-product-media,
    .agg-reading-media {
      display: flex;
      aspect-ratio: 1 / 1;
      align-items: center;
      justify-content: center;
      background: #f7f8f7;
    }
    .agg-product-media img,
    .agg-reading-media img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      padding: 12px;
    }
    .agg-card-body {
      display: flex;
      flex: 1;
      flex-direction: column;
      align-items: flex-start;
      padding: 22px;
    }
    .agg-text-link {
      margin-top: auto;
      color: var(--agg-red) !important;
      font-weight: 800;
    }
    .agg-check-list {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      gap: 14px;
      padding: 0;
      margin: 0;
      list-style: none;
    }
    .agg-check-list li {
      padding: 18px;
      border: 1px solid var(--agg-line);
      border-radius: 8px;
      background: #fff;
    }
    .agg-check-list strong {
      display: block;
      margin-bottom: 4px;
    }
    .agg-faq-list {
      max-width: 920px;
      margin: 0 auto;
      border-top: 1px solid var(--agg-line);
    }
    .agg-faq-item {
      padding: 22px 0;
      border-bottom: 1px solid var(--agg-line);
    }
    .agg-faq-item h3 {
      margin-bottom: 7px;
      font-size: 20px;
    }
    .agg-faq-item p {
      margin-bottom: 0;
    }
    .agg-footer-note {
      padding: 24px 0;
      border-top: 1px solid var(--agg-line);
      background: #fff;
      color: var(--agg-muted);
      font-size: 14px;
      text-align: center;
    }
    @media (max-width: 920px) {
      .agg-page h1 {
        font-size: 40px;
      }
      .agg-head h2,
      .agg-split-copy h2 {
        font-size: 30px;
      }
      .agg-hero-grid,
      .agg-split {
        grid-template-columns: 1fr;
      }
      .agg-hero-media,
      .agg-media-frame {
        max-width: 560px;
      }
      .agg-decision-grid,
      .agg-product-grid,
      .agg-reading-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .agg-reading-card:last-child,
      .agg-product-card:last-child {
        grid-column: 1 / -1;
      }
    }
    @media (max-width: 640px) {
      .agg-shell {
        width: min(100% - 28px, 1180px);
      }
      .agg-hero {
        padding: 42px 0 48px;
      }
      .agg-page h1 {
        font-size: 33px;
      }
      .agg-head h2,
      .agg-split-copy h2 {
        font-size: 27px;
      }
      .agg-lede {
        font-size: 16px;
      }
      .agg-hero-facts,
      .agg-decision-grid,
      .agg-product-grid,
      .agg-reading-grid,
      .agg-check-list {
        grid-template-columns: 1fr;
      }
      .agg-reading-card:last-child,
      .agg-product-card:last-child {
        grid-column: auto;
      }
      .agg-section {
        padding: 54px 0;
      }
      .agg-btn {
        width: 100%;
      }
    }
  