/* Pages SEO piliers & marques */
.seo-page .seo-main {
  max-width: 800px;
}

.seo-breadcrumbs {
  font-size: 0.8125rem;
  color: var(--text-muted, #6e6e6e);
  margin-bottom: 16px;
}

.seo-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.seo-breadcrumbs a:hover {
  text-decoration: underline;
}

.seo-cta {
  display: inline-flex;
  margin: 8px 0 20px;
  text-decoration: none;
}

.seo-brand-links a,
.seo-closing a {
  font-weight: 600;
}

.seo-footer {
  text-align: center;
  padding: 24px 16px 40px;
  font-size: 0.8125rem;
  color: var(--text-muted, #6e6e6e);
}

.seo-footer nav {
  margin-bottom: 10px;
  line-height: 1.8;
}

.seo-footer a {
  color: inherit;
}

.seo-table-wrap {
  overflow-x: auto;
  margin: 16px 0 24px;
  border: 1px solid var(--border, #e5e5e0);
  border-radius: 12px;
  background: #fff;
}

.seo-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.seo-table th,
.seo-table td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid var(--border, #e5e5e0);
}

.seo-table th {
  background: #f3f3f0;
  font-weight: 600;
  color: var(--text, #141414);
}

.seo-table tr:last-child td {
  border-bottom: none;
}

.seo-brand-grid {
  display: grid;
  gap: 16px;
  margin: 24px 0 32px;
}

@media (min-width: 640px) {
  .seo-brand-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.seo-brand-card {
  padding: 18px;
  border: 1px solid var(--border, #e5e5e0);
  border-radius: 14px;
  background: #fff;
}

.seo-brand-card h2 {
  font-size: 1.15rem;
  margin: 0 0 8px;
}

.seo-brand-card p {
  margin-bottom: 8px;
}

/* Bloc SEO embarqué sur l'accueil */
.seo-home-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 24px 24px;
}

.seo-home-content h2 {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 1.75rem;
  font-weight: 400;
  margin-bottom: 12px;
}

.seo-home-content h3 {
  font-size: 1.05rem;
  margin: 20px 0 8px;
}

.seo-home-content p,
.seo-home-content li {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--text-muted, #6e6e6e);
}

.seo-home-content ul {
  padding-left: 1.2rem;
  margin-bottom: 12px;
}

.seo-home-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 16px;
  font-size: 0.9rem;
}

.seo-home-links a {
  font-weight: 600;
}
