
    .ly_article_1:has(.agg-page) .article_content_box > h1.main_title.themes_box_title {
      display: none !important;
    }
    .agg-page {
      --agg-ink: #1f2430;
      --agg-muted: #646b78;
      --agg-soft: #f7f3ee;
      --agg-paper: #ffffff;
      --agg-rose: #a34f5f;
      --agg-plum: #4c2f45;
      --agg-gold: #b78a40;
      --agg-line: #e5ded5;
      --agg-mist: #eef4f5;
      width: 100%;
      overflow: hidden;
      color: var(--agg-ink);
      background: var(--agg-paper);
      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-underline-offset: 3px;
      text-decoration-thickness: 1px;
    }
    .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(1160px, calc(100% - 40px));
      margin: 0 auto;
    }
    .agg-eyebrow {
      margin-bottom: 12px;
      color: var(--agg-rose);
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
    }
    .agg-lede {
      color: var(--agg-muted);
      font-size: 17px;
    }
    .agg-btn {
      display: inline-flex;
      min-height: 44px;
      align-items: center;
      justify-content: center;
      padding: 10px 18px;
      border: 1px solid var(--agg-plum);
      border-radius: 4px;
      font-size: 15px;
      font-weight: 700;
      text-decoration: none;
    }
    .agg-btn-primary {
      color: #ffffff !important;
      background: var(--agg-plum);
    }
    .agg-btn-secondary {
      color: var(--agg-plum) !important;
      background: #ffffff;
    }
    .agg-hero {
      padding: 54px 0 58px;
      background: var(--agg-soft);
    }
    .agg-hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.04fr) minmax(330px, .86fr);
      gap: 48px;
      align-items: center;
    }
    .agg-hero h1 {
      max-width: 760px;
      margin-bottom: 20px;
      font-size: 46px;
    }
    .agg-hero-copy {
      max-width: 710px;
      margin-bottom: 0;
      color: #414852;
      font-size: 18px;
    }
    .agg-hero-copy strong {
      font-weight: 800;
    }
    .agg-hero-copy a {
      color: var(--agg-plum);
    }
    .agg-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 26px;
    }
    .agg-mini-facts {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
      margin-top: 30px;
    }
    .agg-mini-fact {
      padding: 14px 0 0;
      border-top: 2px solid var(--agg-plum);
    }
    .agg-mini-fact strong {
      display: block;
      color: var(--agg-ink);
      font-size: 15px;
    }
    .agg-mini-fact span {
      color: var(--agg-muted);
      font-size: 13px;
    }
    .agg-hero-media {
      padding: 16px;
      border: 1px solid var(--agg-line);
      background: #fff;
    }
    .agg-hero-media img {
      width: 100%;
      aspect-ratio: 1 / 1;
      object-fit: contain;
      background: #fff;
    }
    .agg-section {
      padding: 74px 0;
    }
    .agg-section-soft {
      background: var(--agg-mist);
    }
    .agg-section h2 {
      margin-bottom: 16px;
      font-size: 34px;
    }
    .agg-section-head {
      max-width: 720px;
      margin: 0 auto 34px;
      text-align: center;
    }
    .agg-section-head .agg-lede {
      margin-bottom: 0;
    }
    .agg-split {
      display: grid;
      grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
      gap: 46px;
      align-items: start;
    }
    .agg-product-frame {
      padding: 16px;
      border: 1px solid var(--agg-line);
      background: #ffffff;
    }
    .agg-product-frame img {
      width: 100%;
      aspect-ratio: 1 / 1;
      object-fit: contain;
      background: #fff;
    }
    .agg-note {
      margin: 16px 0 0;
      padding: 16px;
      border-left: 4px solid var(--agg-gold);
      background: #fffaf2;
      color: #4d4336;
    }
    .agg-structure-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
      margin-top: 22px;
    }
    .agg-structure-item {
      min-height: 142px;
      padding: 20px;
      border: 1px solid var(--agg-line);
      border-radius: 8px;
      background: #ffffff;
    }
    .agg-structure-item h3 {
      margin-bottom: 8px;
      color: var(--agg-plum);
      font-size: 19px;
    }
    .agg-structure-item p {
      margin-bottom: 0;
      color: var(--agg-muted);
    }
    .agg-table-wrap {
      width: 100%;
      overflow-x: auto;
      border: 1px solid var(--agg-line);
      background: #ffffff;
    }
    .agg-table {
      width: 100%;
      min-width: 690px;
      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%;
      color: var(--agg-plum);
      background: #fbf7f1;
      font-weight: 800;
    }
    .agg-table tr:last-child th,
    .agg-table tr:last-child td {
      border-bottom: 0;
    }
    .agg-choice-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }
    .agg-choice {
      min-height: 238px;
      padding: 24px;
      border-radius: 8px;
      background: #ffffff;
      border: 1px solid var(--agg-line);
    }
    .agg-choice strong {
      display: block;
      margin-bottom: 8px;
      color: var(--agg-rose);
      font-size: 13px;
      text-transform: uppercase;
    }
    .agg-choice h3 {
      margin-bottom: 10px;
      font-size: 21px;
    }
    .agg-choice p {
      margin-bottom: 0;
      color: var(--agg-muted);
    }
    .agg-related-grid,
    .agg-reading-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(--agg-line);
      border-radius: 8px;
      overflow: hidden;
      background: #ffffff;
    }
    .agg-card-media {
      display: flex;
      min-height: 244px;
      align-items: center;
      justify-content: center;
      padding: 14px;
      background: #fff;
    }
    .agg-card-media img {
      width: 100%;
      aspect-ratio: 1 / 1;
      object-fit: contain;
    }
    .agg-card-body {
      display: flex;
      flex: 1;
      flex-direction: column;
      padding: 22px;
    }
    .agg-card-body h3 {
      margin-bottom: 10px;
      font-size: 20px;
    }
    .agg-card-body p {
      margin-bottom: 18px;
      color: var(--agg-muted);
    }
    .agg-text-link {
      margin-top: auto;
      color: var(--agg-rose) !important;
      font-weight: 800;
    }
    .agg-dark-band {
      padding: 74px 0;
      color: #ffffff;
      background: var(--agg-plum);
    }
    .agg-dark-band .agg-eyebrow {
      color: #f4cbb9;
    }
    .agg-dark-band h2,
    .agg-dark-band h3 {
      color: #ffffff;
    }
    .agg-dark-band .agg-lede,
    .agg-dark-band p {
      color: #efe5eb;
    }
    .agg-dark-band .agg-card {
      background: #ffffff;
      color: var(--agg-ink);
    }
    .agg-dark-band .agg-card p {
      color: var(--agg-muted);
    }
    .agg-dark-band .agg-card h3 {
      color: var(--agg-ink);
    }
    .agg-faq-list {
      max-width: 880px;
      margin: 0 auto;
      border-top: 1px solid var(--agg-line);
    }
    .agg-faq-item {
      padding: 24px 0;
      border-bottom: 1px solid var(--agg-line);
    }
    .agg-faq-item h3 {
      margin-bottom: 8px;
      font-size: 20px;
    }
    .agg-faq-item p {
      margin-bottom: 0;
      color: var(--agg-muted);
    }
    @media (max-width: 900px) {
      .agg-hero-grid,
      .agg-split {
        grid-template-columns: 1fr;
      }
      .agg-hero h1 {
        font-size: 38px;
      }
      .agg-section h2 {
        font-size: 30px;
      }
      .agg-related-grid,
      .agg-reading-grid,
      .agg-choice-grid,
      .agg-structure-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .agg-choice-grid .agg-choice:last-child,
      .agg-reading-grid .agg-card:last-child,
      .agg-related-grid .agg-card:last-child {
        grid-column: 1 / -1;
      }
    }
    @media (max-width: 640px) {
      .agg-shell {
        width: min(100% - 28px, 1160px);
      }
      .agg-hero {
        padding: 38px 0 44px;
      }
      .agg-hero h1 {
        font-size: 32px;
      }
      .agg-hero-copy,
      .agg-lede {
        font-size: 16px;
      }
      .agg-actions {
        flex-direction: column;
      }
      .agg-btn {
        width: 100%;
      }
      .agg-mini-facts,
      .agg-related-grid,
      .agg-reading-grid,
      .agg-choice-grid,
      .agg-structure-list {
        grid-template-columns: 1fr;
      }
      .agg-choice-grid .agg-choice:last-child,
      .agg-reading-grid .agg-card:last-child,
      .agg-related-grid .agg-card:last-child {
        grid-column: auto;
      }
      .agg-section,
      .agg-dark-band {
        padding: 56px 0;
      }
      .agg-card-media {
        min-height: 210px;
      }
    }
  