/* Correctif SEO + conversion DocumentFacile */
.df-section-kicker {
  color: #0f766e;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.df-home-focus,
.df-doc-seo-enrich,
.df-generator-static-seo {
  max-width: 1140px;
  margin: 44px auto;
  padding: clamp(22px, 4vw, 34px);
  border-radius: 30px;
  border: 1px solid rgba(228, 231, 236, .95);
  background: radial-gradient(circle at top right, rgba(15,118,110,.08), transparent 22rem), #fff;
  box-shadow: 0 18px 55px rgba(15,23,42,.055);
}

.df-home-focus h2,
.df-doc-seo-enrich h2,
.df-generator-static-seo h2 {
  margin: 0 0 18px;
  color: #0f172a;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
  letter-spacing: -.055em;
}

.df-home-focus-grid,
.df-doc-seo-grid,
.df-generator-static-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.df-home-focus-grid article,
.df-doc-seo-grid article,
.df-generator-static-grid article {
  padding: 22px;
  border-radius: 22px;
  background: #f8fafc;
  border: 1px solid rgba(228,231,236,.95);
}

.df-home-focus-grid span {
  display: inline-flex;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: #0f766e;
  color: #fff;
  font-weight: 950;
  margin-bottom: 12px;
}

.df-home-focus h3,
.df-doc-seo-enrich h3,
.df-generator-static-seo h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 20px;
}

.df-home-focus p,
.df-doc-seo-enrich p,
.df-generator-static-seo p,
.df-doc-seo-enrich li {
  color: #475467;
  line-height: 1.65;
}

.df-doc-seo-enrich ul {
  margin: 0;
  padding-left: 20px;
}

.df-doc-seo-example,
.df-doc-related-clean {
  margin-top: 16px;
  padding: 18px;
  border-radius: 20px;
  background: #ecfdf5;
  border: 1px solid rgba(15,118,110,.18);
  color: #0f766e;
  line-height: 1.6;
}

.df-doc-related-clean div,
.df-generator-static-grid article {
  display: grid;
  gap: 8px;
}

.df-doc-related-clean a,
.df-generator-static-grid a {
  color: #0f766e;
  font-weight: 900;
  text-decoration: none;
}

.df-doc-seo-cta,
.df-home-focus-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.df-generator-static-seo {
  margin-top: 28px;
}

#dfgReady[hidden],
.dfg-ready[hidden],
.generator-ready-message[hidden] {
  display: none !important;
}

.df-seo-hidden-duplicate {
  display: none !important;
}

@media (max-width: 900px) {
  .df-home-focus-grid,
  .df-doc-seo-grid,
  .df-generator-static-grid {
    grid-template-columns: 1fr;
  }

  .df-doc-seo-cta .btn,
  .df-home-focus-actions .btn {
    width: 100%;
  }
}