
      .ea-seo-fais-section {
        padding: 5rem 0 4rem 0;
        margin-top: 2.5rem;
        position: relative;
      }
      .ea-seo-fais-section::before {
        content: '';
        position: absolute; top: 0; left: 50%; transform: translateX(-50%);
        width: 60px; height: 4px;
        background: #1f7a3a; border-radius: 999px;
      }
      .ea-seo-fais-intro { max-width: 820px; margin: 0 auto 2rem auto; text-align: left; }
      .ea-seo-fais-intro p { font-size: 1.02rem; line-height: 1.65; color: #4a5060; margin: 0 0 1rem 0; }
      .ea-seo-fais-motif {
        background: #fff8e1; border-left: 3px solid #f59e0b;
        padding: 0.85rem 1rem; border-radius: 4px;
        font-size: 0.92rem; color: #5a4500;
      }
      .ea-seo-fais-motif-label { font-weight: 700; }

      .ea-seo-fais-gen-recap { max-width: 820px; margin: 0 auto 2.5rem auto; }
      .ea-seo-fais-gen-recap h3 {
        text-align: center; color: #0D1144;
        font-size: 1.05rem; margin-bottom: 1rem;
        font-family: 'Manrope', system-ui, sans-serif;
      }
      .ea-seo-fais-gen-recap-table {
        background: #fff; border: 1px solid #e1e3eb; border-radius: 10px;
        overflow: hidden;
      }
      .ea-seo-fais-gen-recap-row {
        display: grid; grid-template-columns: 100px 130px 1fr;
        padding: 0.7rem 1rem; font-size: 0.92rem;
        border-bottom: 1px solid #f0f2f8;
      }
      .ea-seo-fais-gen-recap-row:last-child { border-bottom: 0; }
      .ea-seo-fais-gen-recap-head {
        background: #f7f8fb; font-weight: 700; color: #0D1144; font-size: 0.78rem;
        text-transform: uppercase; letter-spacing: 0.04em;
      }
      .ea-seo-fais-gen-recap-row > div:first-child { font-weight: 700; color: #0D1144; }
      .ea-seo-fais-gen-recap-row > div:nth-child(2) { color: #6b7280; }
      .ea-seo-fais-gen-recap-row > div:last-child { font-weight: 600; }
      .ea-seo-fais-gen-recap-ok > div:last-child { color: #1f7a3a; }
      .ea-seo-fais-gen-recap-warn > div:last-child { color: #b45309; }
      .ea-seo-fais-gen-recap-spec > div:last-child { color: #b91c1c; }
      .ea-seo-fais-gen-recap-neutral > div:last-child { color: #6b7280; }
      @media (max-width: 540px) {
        .ea-seo-fais-gen-recap-row { grid-template-columns: 70px 100px 1fr; font-size: 0.85rem; padding: 0.6rem 0.75rem; }
      }

      .ea-seo-fais-comparison {
        display: grid; gap: 1.5rem; grid-template-columns: 1fr 1fr;
        max-width: 1080px; margin: 0 auto;
      }
      @media (max-width: 720px) { .ea-seo-fais-comparison { grid-template-columns: 1fr; } }

      .ea-seo-fais-col {
        position: relative;
        background: #fff; border: 2px solid #e1e3eb; border-radius: 14px;
        padding: 1.75rem 1.5rem;
      }
      .ea-seo-fais-col.is-recommended { border-color: #1f7a3a; box-shadow: 0 0 0 0px transparent; }
      .ea-seo-fais-badge-reco {
        position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
        background: #1f7a3a; color: #fff;
        padding: 5px 14px; border-radius: 999px;
        font-size: 0.7rem; font-weight: 700; letter-spacing: 0.06em;
        white-space: nowrap;
      }
      .ea-seo-fais-col-head { text-align: center; margin-bottom: 1.25rem; padding-bottom: 1rem; border-bottom: 1px solid #f0f2f8; }
      .ea-seo-fais-col-icon { font-size: 2rem; display: block; margin-bottom: 0.5rem; }
      .ea-seo-fais-col-head h3 { font-size: 1.15rem; margin: 0; color: #0D1144; font-family: 'Manrope', system-ui, sans-serif; }
      .ea-seo-fais-col-tag { display: inline-block; margin-top: 0.4rem; font-size: 0.78rem; color: #6b7280; }
      .ea-seo-fais-ref-badge {
        background: #f0f2f8; padding: 6px 12px; border-radius: 6px;
        font-size: 0.85rem; color: #0D1144; text-align: center; margin-bottom: 1rem;
      }
      .ea-seo-fais-col-feats { list-style: none; padding: 0; margin: 0; }
      .ea-seo-fais-col-feats li {
        display: flex; align-items: flex-start; gap: 8px;
        padding: 8px 0; font-size: 0.92rem; color: #4a5060; line-height: 1.5;
      }
      .ea-seo-fais-tick { color: #1f7a3a; font-weight: 700; flex: 0 0 auto; }

      .ea-seo-fais-verdict {
        max-width: 820px; margin: 2rem auto;
        padding: 1.5rem; background: #f0f7f3; border-left: 4px solid #1f7a3a;
        border-radius: 8px; display: flex; gap: 1rem; align-items: flex-start;
      }
      .ea-seo-fais-verdict-icon { font-size: 1.7rem; flex: 0 0 auto; }
      .ea-seo-fais-verdict-body h4 { margin: 0 0 0.5rem 0; font-size: 1rem; color: #0D1144; }
      .ea-seo-fais-verdict-body p { margin: 0; font-size: 0.97rem; line-height: 1.6; color: #2a4030; }

      .ea-seo-fais-microcopy {
        max-width: 820px; margin: 1.5rem auto 0 auto; text-align: center;
        font-size: 0.85rem; color: #6b7280; line-height: 1.55;
      }
      .ea-seo-fais-microcopy-icon { color: #f59e0b; margin-right: 6px; }
    