.seo-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.65rem;
    font-weight: 300;
    color: #1A1A2E;
    margin-top: 2.75rem;
    margin-bottom: 1rem;
    line-height: 1.3;
  }
  .seo-content h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.02rem;
    font-weight: 500;
    color: #1A1A2E;
    margin-top: 1.85rem;
    margin-bottom: 0.65rem;
  }
  .seo-content p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.85;
    color: rgba(26,26,46,0.72);
    margin-bottom: 1.1rem;
  }
  .seo-content ul { margin: 0 0 1.4rem 0; padding-left: 1.1rem; }
  .seo-content li {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(26,26,46,0.72);
    margin-bottom: 0.5rem;
    list-style: none;
    position: relative;
    padding-left: 1.1rem;
  }
  .seo-content li::before {
    content: '';
    position: absolute;
    left: 0; top: 0.72em;
    width: 5px; height: 5px;
    background-color: #D4AF37;
    transform: rotate(45deg);
  }
  .seo-content a { color: #B8923F; text-decoration: underline; text-underline-offset: 2px; }
  .seo-content a:hover { opacity: 0.72; }
  .seo-content strong { color: #1A1A2E; font-weight: 500; }
