
  .aah-section {
    max-width: 980px;
    margin: 40px auto 16px;
    padding: 0 16px;
    font-family: inherit;
  }
  .aah-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 14px;
    padding: 22px 22px 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
  }
  .aah-kicker {
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(0,0,0,.55);
    margin: 0 0 8px;
  }
  .aah-title {
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 10px;
  }
  .aah-text {
    font-size: 15px;
    line-height: 1.75;
    color: rgba(0,0,0,.78);
    margin: 0 0 10px;
  }
  .aah-text:last-child { margin-bottom: 0; }

  .aah-divider {
    height: 1px;
    background: rgba(0,0,0,.08);
    margin: 14px 0 12px;
  }

  /* “chips” (kept from your current style) */
  .aah-highlight {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(0,0,0,.05);
    color: rgba(0,0,0,.8);
    font-size: 13px;
    margin-right: 8px;
    margin-top: 8px;
  }

  /* inline links inside paragraphs */
  .aah-link {
    color: inherit;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }
  .aah-link:hover { opacity: .85; }

  /* crawler-friendly text link lists */
  .aah-linklist {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.8;
    color: rgba(0,0,0,.72);
  }
  .aah-linklist strong {
    color: rgba(0,0,0,.82);
    font-weight: 600;
  }
  .aah-linklist a {
    color: rgba(0,0,0,.72);
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .aah-linklist a:hover { opacity: .85; }
