.seo-page {
  --s-bg: #0b0b0f;
  --s-bg2: #0f0f16;
  --s-accent: #3e8ffee0;
  --s-ar: 62, 143, 254;
  --s-text: #f0ede8;
  --s-muted: rgba(240, 237, 232, 0.45);
  --s-border: rgba(255, 255, 255, 0.07);
  --s-radius: 16px;
}
.seo-page *,
.seo-page *::before,
.seo-page *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.seo-page {
  background: var(--s-bg);
  color: var(--s-text);
  overflow: hidden;
}
.postid-188 ul {
    margin: 0 !important;
}
.postid-1898 h2 {
    margin-bottom: 0rem !important;
}
.postid-1898 h2::after {
    display: none !important;
}
.seo-inner {
  max-width: 1300px;
  margin: 0 auto;
}
.seo-ew {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--s-accent);
}
.seo-ew::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--s-accent);
  opacity: 0.6;
  flex-shrink: 0;
}
.seo-reveal {
  opacity: 0;
  translate: 0 22px;
  transition:
    opacity 0.65s ease,
    translate 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
.seo-reveal.is-visible {
  opacity: 1;
  translate: 0 0;
}
@media (prefers-reduced-motion: reduce) {
  .seo-reveal {
    transition: none;
    opacity: 1;
    translate: 0;
  }
}

/* ════════ 1. PROBLÈME – ranking visuel ════════ */
.seo-problem {
  padding: 6rem 5vw;
  border-bottom: 1px solid var(--s-border);
}
.seo-problem .seo-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem 7rem;
  align-items: center;
}
.seo-problem-left {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.seo-problem-title {
  font-size: clamp(1.9rem, 3.2vw, 2.8rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
}
.seo-problem-title em {
  font-style: italic;
  font-weight: 400;
  color: var(--s-accent);
}
.seo-problem-desc {
  font-size: 0.97rem;
  line-height: 1.85;
  color: var(--s-muted);
}
.seo-problem-desc strong {
  color: rgba(240, 237, 232, 0.75);
  font-weight: 600;
}

/* Fausse SERP Google */
.seo-serp {
  background: var(--s-bg2);
  border: 1px solid var(--s-border);
  border-radius: var(--s-radius);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.seo-serp-title {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--s-muted);
  margin-bottom: 0.3rem;
}
.seo-serp-result {
  border-radius: 10px;
  padding: 0.9rem 1rem;
  border: 1px solid transparent;
  transition:
    border-color 0.3s,
    background 0.3s;
}
.seo-serp-result.active {
  background: rgba(var(--s-ar), 0.06);
  border-color: rgba(var(--s-ar), 0.2);
}
.seo-serp-result.faded {
  opacity: 0.35;
}
.seo-serp-pos {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: rgba(var(--s-ar), 0.5);
  margin-bottom: 0.25rem;
}
.seo-serp-result.active .seo-serp-pos {
  color: var(--s-accent);
}
.seo-serp-url {
  font-size: 0.72rem;
  color: rgba(62, 163, 80, 0.8);
  margin-bottom: 0.2rem;
}
.seo-serp-snippet-title {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--s-text);
  margin-bottom: 0.15rem;
}
.seo-serp-snippet {
  font-size: 0.72rem;
  color: var(--s-muted);
  line-height: 1.4;
}
.seo-serp-badge {
  display: inline-block;
  font-size: 0.58rem;
  font-weight: 700;
  background: var(--s-accent);
  color: #0b0b0f;
  border-radius: 4px;
  padding: 0.15rem 0.5rem;
  margin-left: 0.5rem;
  vertical-align: middle;
}

/* ════════ 2. SOLUTION ════════ */
.seo-solution {
  background: var(--s-bg2);
  padding: 6rem 5vw;
  border-bottom: 1px solid var(--s-border);
  position: relative;
  overflow: hidden;
}
.seo-solution::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(var(--s-ar), 0.05) 0%,
    transparent 65%
  );
  left: -200px;
  top: 50%;
  translate: 0 -50%;
  pointer-events: none;
}
.seo-solution .seo-inner {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 4rem 7rem;
  align-items: center;
  position: relative;
}
.seo-sol-content {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.seo-sol-title {
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
}
.seo-sol-title em {
  font-style: italic;
  font-weight: 400;
  color: var(--s-accent);
}
.seo-sol-desc {
  font-size: 0.97rem;
  line-height: 1.85;
  color: var(--s-muted);
}
.seo-sol-desc strong {
  color: rgba(240, 237, 232, 0.75);
  font-weight: 600;
}
.seo-check {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.seo-check li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-size: 0.87rem;
  color: var(--s-muted);
  line-height: 1.55;
  transition: color 0.25s;
}
.seo-check li:hover {
  color: var(--s-text);
}
.seo-check li::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(var(--s-ar), 0.1)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M2.5 5l2 2 3-3' stroke='%233e8fff' stroke-width='1.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center/10px no-repeat;
  border: 1px solid rgba(var(--s-ar), 0.3);
  flex-shrink: 0;
  margin-top: 1px;
}

/* Piliers SEO - visuel droite */
.seo-pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.seo-pillar {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--s-border);
  border-radius: var(--s-radius);
  padding: 1.4rem 1.3rem;
  transition:
    border-color 0.35s,
    background 0.35s,
    transform 0.35s;
  position: relative;
  overflow: hidden;
}
.seo-pillar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--s-accent);
  opacity: 0;
  transition: opacity 0.35s;
}
.seo-pillar:hover {
  border-color: rgba(var(--s-ar), 0.22);
  background: rgba(var(--s-ar), 0.03);
  transform: translateY(-3px);
}
.seo-pillar:hover::after {
  opacity: 0.6;
}
.seo-pillar-icon {
  font-size: 1.3rem;
  margin-bottom: 0.7rem;
  display: block;
}
.seo-pillar-name {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--s-text);
  margin-bottom: 0.3rem;
}
.seo-pillar-text {
  font-size: 0.74rem;
  color: var(--s-muted);
  line-height: 1.5;
}

/* ════════ 3. PRESTATIONS ════════ */
.seo-prestations {
  padding: 6rem 5vw;
  border-bottom: 1px solid var(--s-border);
}
.seo-prest-hd {
  margin-bottom: 3.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 600px;
}
.seo-prest-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
}
.seo-prest-title em {
  font-style: italic;
  font-weight: 400;
  color: var(--s-accent);
}
.seo-prest-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
.seo-pcard {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--s-border);
  border-radius: var(--s-radius);
  padding: 1.8rem;
  transition:
    border-color 0.35s,
    background 0.35s,
    transform 0.35s;
  position: relative;
}
.seo-pcard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--s-accent);
  opacity: 0;
  transition: opacity 0.35s;
  border-radius: var(--s-radius) var(--s-radius) 0 0;
}
.seo-pcard:hover {
  border-color: rgba(var(--s-ar), 0.2);
  background: rgba(var(--s-ar), 0.03);
  transform: translateY(-3px);
}
.seo-pcard:hover::before {
  opacity: 0.7;
}
.seo-pcard-tag {
  display: inline-block;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(var(--s-ar), 0.6);
  background: rgba(var(--s-ar), 0.08);
  border: 1px solid rgba(var(--s-ar), 0.15);
  border-radius: 100px;
  padding: 0.25rem 0.75rem;
  margin-bottom: 1.2rem;
}
.seo-pcard-name {
  font-size: 1rem;
  font-weight: 700;
  color: var(--s-text);
  margin-bottom: 0.7rem;
  letter-spacing: -0.015em;
}
.seo-pcard-desc {
  font-size: 0.83rem;
  line-height: 1.75;
  color: var(--s-muted);
}
.seo-pcard-list {
  list-style: none;
  margin-top: 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.seo-pcard-list li {
  font-size: 0.76rem;
  color: var(--s-muted);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.seo-pcard-list li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--s-accent);
  opacity: 0.7;
  flex-shrink: 0;
}

/* ════════ 4. POURQUOI MOI – bandes ════════ */
.seo-why {
  background: var(--s-bg2);
  padding: 6rem 5vw;
  border-bottom: 1px solid var(--s-border);
}
.seo-why-hd {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 560px;
}
.seo-why-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
}
.seo-why-title em {
  font-style: italic;
  font-weight: 400;
  color: var(--s-accent);
}
.seo-why-list {
  list-style: none;
}
.seo-why-item {
  display: grid;
  grid-template-columns: 3.5rem 1fr auto;
  align-items: center;
  gap: 0 2.5rem;
  padding: 2rem 0;
  border-top: 1px solid var(--s-border);
  transition: padding-left 0.35s;
  cursor: default;
}
.seo-why-item:last-child {
  border-bottom: 1px solid var(--s-border);
}
.seo-why-item:hover {
  padding-left: 1rem;
}
.seo-why-n {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: rgba(var(--s-ar), 0.35);
  transition: color 0.3s;
}
.seo-why-item:hover .seo-why-n {
  color: var(--s-accent);
}
.seo-why-name {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--s-text);
  margin-bottom: 0.25rem;
}
.seo-why-desc {
  font-size: 0.83rem;
  color: var(--s-muted);
  line-height: 1.6;
}
.seo-why-badge {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(var(--s-ar), 0.5);
  background: rgba(var(--s-ar), 0.07);
  border: 1px solid rgba(var(--s-ar), 0.14);
  border-radius: 100px;
  padding: 0.3rem 0.8rem;
  white-space: nowrap;
  transition: all 0.3s;
}
.seo-why-item:hover .seo-why-badge {
  background: rgba(var(--s-ar), 0.13);
  color: var(--s-accent);
  border-color: rgba(var(--s-ar), 0.28);
}

/* ════════ 5. BÉNÉFICES ════════ */
.seo-benefits {
  padding: 6rem 5vw;
  border-bottom: 1px solid var(--s-border);
}
.seo-benefits .seo-inner {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 4rem 7rem;
  align-items: start;
}
.seo-ben-left {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.seo-ben-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
}
.seo-ben-title em {
  font-style: italic;
  font-weight: 400;
  color: var(--s-accent);
}
.seo-ben-desc {
  font-size: 0.92rem;
  line-height: 1.8;
  color: var(--s-muted);
}
.seo-ben-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.seo-ben-item {
  border: 1px solid var(--s-border);
  border-radius: var(--s-radius);
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.015);
  transition:
    border-color 0.3s,
    background 0.3s,
    transform 0.35s;
}
.seo-ben-item:hover {
  border-color: rgba(var(--s-ar), 0.2);
  background: rgba(var(--s-ar), 0.03);
  transform: translateY(-2px);
}
.seo-ben-icon {
  font-size: 1.3rem;
  margin-bottom: 0.7rem;
  display: block;
}
.seo-ben-name {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--s-text);
  margin-bottom: 0.3rem;
}
.seo-ben-text {
  font-size: 0.78rem;
  color: var(--s-muted);
  line-height: 1.6;
}

/* ════════ 6. PROCESS ════════ */
.seo-process {
  background: var(--s-bg2);
  padding: 6rem 5vw;
  border-bottom: 1px solid var(--s-border);
}
.seo-process-hd {
  margin-bottom: 3.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 560px;
}
.seo-process-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
}
.seo-process-title em {
  font-style: italic;
  font-weight: 400;
  color: var(--s-accent);
}
.seo-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  position: relative;
}
.seo-steps::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(var(--s-ar), 0.3),
    transparent
  );
}
.seo-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  padding: 0 1rem;
}
.seo-step-dot {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: var(--s-bg2);
  border: 1px solid rgba(var(--s-ar), 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--s-accent);
  position: relative;
  z-index: 1;
  transition:
    background 0.35s,
    border-color 0.35s,
    transform 0.35s;
}
.seo-step:hover .seo-step-dot {
  background: rgba(var(--s-ar), 0.1);
  border-color: rgba(var(--s-ar), 0.5);
  transform: scale(1.1);
}
.seo-step-name {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--s-text);
  margin-bottom: 0.3rem;
}
.seo-step-desc {
  font-size: 0.74rem;
  color: var(--s-muted);
  line-height: 1.55;
}

/* ════════ 7. CTA ════════ */
.seo-cta {
  padding: 7rem 5vw;
  position: relative;
  overflow: hidden;
}
.seo-cta::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(var(--s-ar), 0.07) 0%,
    transparent 65%
  );
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  pointer-events: none;
}
.seo-cta .seo-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  position: relative;
  max-width: 680px;
}
.seo-cta-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
.seo-cta-title em {
  font-style: italic;
  font-weight: 400;
  color: var(--s-accent);
}
.seo-cta-desc {
  font-size: 0.97rem;
  line-height: 1.8;
  color: var(--s-muted);
  max-width: 500px;
}
.seo-cta-actions {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.5rem;
}
.seo-guarantees {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.seo-guarantee {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.72rem;
  color: rgba(240, 237, 232, 0.28);
  letter-spacing: 0.04em;
}
.seo-guarantee::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(var(--s-ar), 0.08)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M2.5 5l2 2 3-3' stroke='%233e8fff' stroke-width='1.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center/9px no-repeat;
  flex-shrink: 0;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .seo-problem .seo-inner,
  .seo-solution .seo-inner,
  .seo-benefits .seo-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .seo-prest-grid {
    grid-template-columns: 1fr 1fr;
  }
  .seo-steps {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .seo-steps::before {
    display: none;
  }
  .seo-pillars {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .seo-problem,
  .seo-solution,
  .seo-prestations,
  .seo-why,
  .seo-benefits,
  .seo-process,
  .seo-cta {
    padding: 4rem 5vw;
  }
  .seo-prest-grid,
  .seo-ben-grid,
  .seo-pillars {
    grid-template-columns: 1fr;
  }
  .seo-steps {
    grid-template-columns: 1fr;
  }
  .seo-why-item {
    grid-template-columns: 2.5rem 1fr;
  }
  .seo-why-badge {
    display: none;
  }
}
