.nav-logo { text-decoration: none; font-size: 0.85rem; font-weight: 600; color: var(--dark); }

/* HERO */
.hero {
  min-height: 55vh;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 10rem 3.5rem 5rem;
  background: var(--dark);
  position: relative; overflow: hidden;
}
.hero::after {
  content: 'services';
  position: absolute; bottom: -2rem; right: 2rem;
  font-size: clamp(6rem, 14vw, 16rem); font-weight: 800;
  color: rgba(255,255,255,0.03); line-height: 1;
  pointer-events: none; user-select: none;
}
.hero-eyebrow { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--coral); margin-bottom: 1.5rem; display: flex; align-items: center; gap: 0.8rem; }
.hero-eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--coral); display: inline-block; }
.hero-title { font-size: clamp(2.8rem, 5.5vw, 6rem); font-weight: 800; line-height: 0.95; color: #fff; margin-bottom: 1.5rem; }
.hero-title em { color: var(--yellow); font-style: normal; }
.hero-desc { font-size: 1rem; font-weight: 300; line-height: 1.8; color: rgba(255,255,255,0.5); max-width: 600px; }

/* NAV SERVICES (ancres) */
.services-nav {
  background: var(--yellow);
  padding: 0 3.5rem;
  display: flex; gap: 0; border-bottom: 1px solid rgba(26,26,26,0.1);
  position: sticky; top: 62px; z-index: 90;
}
.services-nav .wp-block-button {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: lowercase;
  color: var(--dark); text-decoration: none; padding: 1rem 1.5rem;
  border-right: 1px solid rgba(26,26,26,0.1);
  transition: background 0.2s;
}
.services-nav .wp-block-button:hover { background: rgba(26,26,26,0.08); }

/* SECTION BASE */
.service-section { padding: 7rem 3.5rem; }
.service-section.alt { background: #fff; }
.section-num { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--coral); margin-bottom: 0.5rem; }
.service-title { font-size: clamp(2.2rem, 4vw, 3.8rem); font-weight: 800; line-height: 1; color: var(--dark); margin-bottom: 1.5rem; }
.service-intro { font-size: 1rem; font-weight: 300; line-height: 1.9; color: var(--mid); max-width: 680px; margin-bottom: 4rem; }

/* DEUX COLONNES */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.two-col-wide { display: grid; grid-template-columns: 1.2fr 1fr; gap: 5rem; align-items: start; }

/* PROCESSUS */
.process-list { display: flex; flex-direction: column; gap: 1px; background: var(--light); }
.process-step {
  background: var(--ivory);
  padding: 2rem 2.5rem;
  display: grid; grid-template-columns: 44px 1fr;
  gap: 1.2rem; align-items: start;
  transition: background 0.25s;
}
.service-section.alt .process-step { background: #fff; }
.process-step:hover { background: var(--dark); }
.process-step:hover .step-num { background: var(--coral); color: white; }
.process-step:hover .step-title { color: #fff; }
.process-step:hover .step-desc { color: rgba(255,255,255,0.5); }
.step-num {
  width: 32px; height: 32px; background: var(--yellow); color: var(--dark);
  font-size: 0.65rem; font-weight: 800; display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; transition: all 0.25s;
}
.step-title { font-size: 0.95rem; font-weight: 700; color: var(--dark); margin-bottom: 0.4rem; transition: color 0.25s; }
.step-desc { font-size: 0.82rem; font-weight: 300; line-height: 1.8; color: var(--mid); transition: color 0.25s; }

/* INCLUDED BOX */
.included-box { margin-top: 3rem; }
.included-title { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--coral); margin-bottom: 1.2rem; }
.included-list { display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--light); }
.included-list > li { display: flex; align-items: flex-start; gap: 0.8rem; padding: 0.9rem 0; border-bottom: 1px solid var(--light); font-size: 0.85rem; font-weight: 400; color: var(--dark); }
.included-list > li::before { content: '✦'; color: var(--yellow); font-size: 0.6rem; margin-top: 3px; flex-shrink: 0; }

/* FORMATION TEASER BOX */
.formation-teaser {
  margin-top: 3rem;
  background: var(--dark); padding: 2rem 2.5rem;
  display: flex; justify-content: space-between; align-items: center; gap: 2rem; flex-wrap: wrap;
}
.formation-teaser p { font-size: 0.88rem; font-weight: 400; color: rgba(255,255,255,0.7); max-width: 460px; line-height: 1.7; }
.formation-teaser p strong { color: var(--yellow); }
.btn-teaser {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: lowercase;
  color: var(--yellow); text-decoration: none; white-space: nowrap; border: 1px solid var(--yellow);
  padding: 0.7rem 1.4rem; transition: all 0.25s; flex-shrink: 0;
}
.btn-teaser:hover { background: var(--yellow); color: var(--dark); }

/* COPYWRITING SKILLS */
.skills-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--light); margin-bottom: 3rem; }
.skill-card { background: #fff; padding: 2rem; }
.skill-title { font-size: 0.88rem; font-weight: 700; color: var(--dark); margin-bottom: 0.5rem; }
.skill-desc { font-size: 0.8rem; font-weight: 300; line-height: 1.8; color: var(--mid); }

/* IA BOX */
.ia-box {
  background: var(--ivory); border-left: 3px solid var(--yellow);
  padding: 1.5rem 2rem; margin-top: 3rem;
}
.ia-box p { font-size: 0.85rem; font-weight: 300; line-height: 1.9; color: var(--dark); }
.ia-box strong { font-weight: 700; }

/* OFFRE SUR MESURE */
.offre-box {
  margin: 0 3.5rem 5rem;
  background: var(--yellow); padding: 2rem 2.5rem;
  display: flex; justify-content: space-between; align-items: center; gap: 2rem; flex-wrap: wrap;
}
.offre-box p { font-size: 0.95rem; font-weight: 700; color: var(--dark); max-width: 560px; line-height: 1.6; }
.btn-offre {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: lowercase;
  background: var(--dark); color: var(--ivory); text-decoration: none;
  padding: 0.85rem 1.8rem; white-space: nowrap; flex-shrink: 0; transition: background 0.25s;
}
.btn-offre:hover { background: var(--coral); }

/* CTA FINAL */
.cta-final {
  padding: 7rem 3.5rem; background: var(--dark);
  display: flex; flex-direction: column; align-items: center; text-align: center;
}
.cta-final h2 { font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 800; color: #fff; line-height: 1; margin-bottom: 1.5rem; }
.cta-final h2 em { color: var(--yellow); font-style: normal; }
.cta-final p { font-size: 0.95rem; font-weight: 300; color: rgba(255,255,255,0.5); max-width: 480px; line-height: 1.8; margin-bottom: 3rem; }
.btn-cta-big {
  padding: 1.1rem 3rem; background: var(--yellow); color: var(--dark);
  font-size: 0.85rem; font-weight: 800; letter-spacing: 0.06em; text-transform: lowercase;
  text-decoration: none; transition: all 0.25s;
}
.btn-cta-big:hover { background: var(--coral); color: #fff; }

footer { background: var(--dark); border-top: 1px solid rgba(255,255,255,0.06); padding: 1.75rem 3.5rem; display: flex; justify-content: space-between; align-items: center; }
.footer-name { font-size: 0.7rem; color: rgba(255,255,255,0.25); }
.footer-back { font-size: 0.7rem; color: var(--yellow); text-decoration: none; }
.footer-back:hover { color: #fff; }

@media (max-width: 768px) {
  .hero { padding: 8rem 1.5rem 4rem; }
  .services-nav { padding: 0 1.5rem; top: 58px; overflow-x: auto; }
  .service-section { padding: 4rem 1.5rem; }
  .two-col, .two-col-wide { grid-template-columns: 1fr; gap: 3rem; }
  .skills-grid { grid-template-columns: 1fr; }
  .offre-box { margin: 0 1.5rem 3rem; flex-direction: column; }
  .formation-teaser { flex-direction: column; }
  .cta-final { padding: 5rem 1.5rem; }
  footer { padding: 1.5rem; flex-direction: column; gap: 0.5rem; text-align: center; }
}

/* Images (bloc Image = <figure> autour de <img>) */
.wp-block-image { margin: 0; }

/* ── Styles issus des attributs style="" du site d'origine ── */
.col-label { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--coral); margin-bottom: 1.5rem; }
.step-badge { background: var(--yellow); color: var(--dark); font-size: 0.6rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.15rem 0.5rem; margin-left: 0.4rem; vertical-align: middle; }
.text-soft { font-size: 0.9rem; font-weight: 300; line-height: 1.9; color: var(--mid); }
.text-soft p + p { margin-top: 1.5rem; }
.mt-2 .wp-block-button { margin-top: 2rem; }
.btn-dark { display: inline-block; padding: 0.9rem 2rem; background: var(--dark); color: var(--ivory); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: lowercase; text-decoration: none; transition: background 0.25s; }
.btn-dark:hover { background: var(--coral); }
/* Barre d'ancres = bloc Boutons */
.wp-block-buttons.services-nav { display: flex !important; flex-wrap: nowrap; align-items: stretch; }
/* Listes « inclus » = bloc Liste */
.included-list { list-style: none; }
