
    .agg-page .main_title, .main_title { display: none !important; }
    .agg-page {
      --ink: #1f241f;
      --muted: #687060;
      --paper: #ffffff;
      --soft: #f6f4ef;
      --line: #ded8cc;
      --green: #355846;
      --green-dark: #243c30;
      --red: #9f3f2f;
      --gold: #c49a4f;
      width: 100%;
      overflow: hidden;
      color: var(--ink);
      background: var(--paper);
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.62;
    }
    .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%; }
    .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: 13px; color: var(--red); font-size: 13px; font-weight: 800; text-transform: uppercase; }
    .agg-lede { color: var(--muted); font-size: 18px; }
    .agg-btn { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 11px 20px; border: 1px solid var(--green); border-radius: 6px; font-size: 15px; font-weight: 800; text-decoration: none; }
    .agg-btn-primary { color: #fff !important; background: var(--green); border-color: var(--green); }
    .agg-btn-primary:hover { background: var(--green-dark); border-color: var(--green-dark); }
    .agg-btn-secondary { color: var(--green) !important; background: #fff; }
    .agg-btn-secondary:hover { color: #fff !important; background: var(--ink); border-color: var(--ink); }
    .agg-hero { padding: 58px 0 64px; background: #f7f2ea; }
    .agg-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(350px, .82fr); align-items: center; gap: 56px; }
    .agg-hero h1 { max-width: 760px; margin-bottom: 20px; font-size: 48px; }
    .agg-hero .agg-lede { max-width: 780px; }
    .agg-hero strong a { color: var(--green); }
    .agg-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
    .agg-quick { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 34px; }
    .agg-quick div { padding: 14px; border-top: 3px solid var(--gold); background: rgba(255,255,255,.76); }
    .agg-quick strong { display: block; font-size: 16px; }
    .agg-quick span { color: var(--muted); font-size: 13px; }
    .agg-hero-media { display: flex; aspect-ratio: 1 / 1; max-height: 560px; align-items: center; justify-content: center; padding: 16px; border: 1px solid rgba(31,36,31,.12); border-radius: 8px; background: #fff; box-shadow: 0 18px 42px rgba(31,36,31,.13); overflow: hidden; }
    .agg-hero-media img { width: 100%; height: 100%; object-fit: contain; border-radius: 6px; }
    .agg-section { padding: 76px 0; }
    .agg-section-soft { background: var(--soft); }
    .agg-center { max-width: 780px; margin: 0 auto 36px; text-align: center; }
    .agg-center h2,.agg-split h2 { margin-bottom: 14px; font-size: 34px; }
    .agg-center p { margin-bottom: 0; color: var(--muted); }
    .agg-split { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: 46px; align-items: center; }
    .agg-media-box { display: flex; aspect-ratio: 1 / 1; align-items: center; justify-content: center; padding: 14px; border: 1px solid var(--line); border-radius: 8px; background: #fff; overflow: hidden; }
    .agg-media-box img { width: 100%; height: 100%; object-fit: contain; border-radius: 6px; }
    .agg-criteria { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 26px; }
    .agg-criterion { min-height: 150px; padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
    .agg-criterion strong { display: block; margin-bottom: 8px; color: var(--green); font-size: 18px; }
    .agg-criterion p { margin-bottom: 0; color: var(--muted); }
    .agg-gift-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 34px; align-items: center; }
    .agg-gift-list { display: grid; gap: 12px; margin: 22px 0 0; padding: 0; list-style: none; }
    .agg-gift-list li { padding: 14px 16px; border-left: 3px solid var(--red); background: #fff; }
    .agg-timeline { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
    .agg-step { min-height: 210px; padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
    .agg-step span { display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; margin-bottom: 16px; border-radius: 50%; color: #fff; background: var(--green); font-weight: 800; }
    .agg-step h3 { margin-bottom: 8px; font-size: 20px; }
    .agg-step p { margin-bottom: 0; color: var(--muted); }
    .agg-product-grid,.agg-reading-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
    .agg-product-card,.agg-reading-card { display: flex; min-height: 100%; flex-direction: column; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fff; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
    .agg-product-card:hover,.agg-reading-card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(31,36,31,.1); }
    .agg-product-card img { width: 100%; height: 260px; object-fit: contain; padding: 14px; background: #fbfaf7; }
    .agg-reading-card img { width: 100%; height: 260px; object-fit: contain; padding: 14px; background: #fbfaf7; }
    .agg-product-card div,.agg-reading-card div { display: flex; flex: 1; flex-direction: column; padding: 20px; }
    .agg-reading-card div { padding-top: 18px; }
    .agg-product-card h3,.agg-reading-card h3 { margin-bottom: 8px; font-size: 20px; }
    .agg-product-card p,.agg-reading-card p { color: var(--muted); margin-bottom: 0; }
    .agg-product-card span { margin-top: auto; color: var(--green); font-weight: 800; }
    .agg-reading-card span { display: inline-flex; width: fit-content; margin-top: auto; padding: 10px 14px; border: 1px solid var(--green); border-radius: 6px; color: var(--green); font-weight: 800; background: #f7fbf8; }
    .agg-faq-list { max-width: 900px; margin: 0 auto; border-top: 1px solid var(--line); }
    .agg-faq-item { padding: 24px 0; border-bottom: 1px solid var(--line); }
    .agg-faq-item h3 { margin-bottom: 8px; font-size: 20px; }
    .agg-faq-item p { margin-bottom: 0; color: var(--muted); }
    @media (max-width: 1020px) {
      .agg-hero-grid,.agg-split,.agg-gift-grid { grid-template-columns: 1fr; }
      .agg-timeline,.agg-product-grid,.agg-reading-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }
    @media (max-width: 640px) {
      .agg-shell { width: min(100% - 24px, 1180px); }
      .agg-hero { padding: 36px 0 46px; }
      .agg-hero h1 { font-size: 34px; }
      .agg-center h2,.agg-split h2 { font-size: 28px; }
      .agg-lede { font-size: 16px; }
      .agg-actions { flex-direction: column; }
      .agg-btn { width: 100%; }
      .agg-quick,.agg-criteria,.agg-timeline,.agg-product-grid,.agg-reading-grid { grid-template-columns: 1fr; }
      .agg-section { padding: 56px 0; }
      .agg-product-card img { height: 230px; }
      .agg-reading-card img { height: 230px; }
    }
  