/* ===========================================
   C'PRINT — Site web 2026
   Charte CMJN : cyan #009FE3, magenta #D6006E, jaune #FFCC00, noir #111111
   Typos : Sora (titres), Space Grotesk (corps)
   =========================================== */

:root {
  --cyan: #009FE3;
  --magenta: #D6006E;
  --jaune: #FFCC00;
  --noir: #111111;
  --blanc: #FFFFFF;
  --creme: #F5E8D4;
  --gris: #666666;
  --gris-clair: #F5F5F5;
  --bordure: #E5E5E5;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 400;
  color: var(--noir);
  background: var(--blanc);
  line-height: 1.7;
  font-size: 17px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  color: var(--noir);
  line-height: 1.2;
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); letter-spacing: -0.02em; margin-bottom: 2rem; }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.5rem); margin-top: 1.5rem; margin-bottom: 1.8rem; }
h3 { font-size: 1.5rem; margin-top: 2rem; margin-bottom: 1rem; }
h4 { font-size: 1.2rem; margin-top: 1.5rem; }
p { margin-bottom: 1.3rem; }

a { color: var(--noir); text-decoration: none; transition: opacity 0.2s; }
a:hover { opacity: 0.7; }
img { max-width: 100%; height: auto; display: block; }

/* === LAYOUT === */
.container { max-width: 1240px; margin: 0 auto; padding: 0 2rem; }
section { padding: 6rem 0; }

/* === HEADER === */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--blanc);
  border-bottom: 1px solid var(--bordure);
  padding: 1.2rem 0;
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: nowrap;
}
.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  line-height: 1;
  gap: 5px;
  padding: 4px 0;
  flex-shrink: 0;
}
.logo-text {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 1.45rem;
  color: var(--noir);
  letter-spacing: 0.02em;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
}
.logo-pastilles { display: inline-flex; gap: 5px; margin: 2px 0; }
.logo-pastilles span { width: 11px; height: 11px; border-radius: 50%; display: block; }
.logo-pastilles .p-cyan { background: var(--cyan); }
.logo-pastilles .p-magenta { background: var(--magenta); }
.logo-pastilles .p-jaune { background: var(--jaune); }
.logo-pastilles .p-noir { background: var(--noir); }
.logo-baseline {
  display: block;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 0.58rem;
  color: var(--gris);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 5px;
  white-space: nowrap;
}

.main-nav ul {
  display: flex;
  gap: 2.2rem;
  list-style: none;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.main-nav a {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--noir);
  white-space: nowrap;
  letter-spacing: 0.01em;
}
.main-nav a:hover { color: var(--magenta); opacity: 1; }
.main-nav .cta-nav {
  background: var(--noir);
  color: var(--blanc);
  padding: 0.7rem 1.4rem;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.9rem;
}
.main-nav .cta-nav:hover { background: var(--magenta); color: var(--blanc); opacity: 1; }

.menu-toggle { display: none; background: none; border: none; cursor: pointer; font-size: 1.5rem; }

@media (max-width: 1100px) {
  .main-nav ul { gap: 1.4rem; }
  .main-nav a { font-size: 0.88rem; }
  .main-nav .cta-nav { padding: 0.6rem 1rem; font-size: 0.85rem; }
}
@media (max-width: 900px) {
  .main-nav { display: none; }
  .main-nav.open { display: block; position: absolute; top: 100%; left: 0; right: 0; background: var(--blanc); padding: 1.5rem 2rem; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
  .main-nav.open ul { flex-direction: column; gap: 1.2rem; align-items: flex-start; }
  .menu-toggle { display: block; }
}

/* === HERO CLASSIQUE === */
.hero {
  padding: 6rem 0 4rem;
  background: var(--blanc);
  position: relative;
  overflow: hidden;
}
.hero .container { max-width: 1240px; text-align: center; }
.hero h1 { font-size: clamp(2.4rem, 5vw, 3.8rem); margin-bottom: 2rem; }
.hero .lead {
  font-size: 1.3rem;
  color: var(--gris);
  margin-bottom: 2.5rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
.hero .cta-group { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.hero-tag {
  display: inline-block;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--magenta);
  background: rgba(214, 0, 110, 0.08);
  padding: 0.5rem 1.2rem;
  border-radius: 100px;
  margin-bottom: 1.5rem;
}

/* === HERO BANNER (image pleine largeur en bas) === */
.hero-banner {
  padding: 5rem 0 0;
  text-align: center;
  background: var(--blanc);
}
.hero-banner .container { max-width: 900px; margin-bottom: 4rem; }
.hero-banner-short { padding-bottom: 0; }
.hero-banner-image {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.hero-banner-image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  display: block;
}
.hero-banner-image-only { margin-top: 0; }
.hero-banner-image-only img { height: 380px; }
.filet-bas {
  height: 5px;
  background: linear-gradient(to right, var(--cyan) 0%, var(--cyan) 33%, var(--magenta) 33%, var(--magenta) 66%, var(--jaune) 66%, var(--jaune) 100%);
}
@media (max-width: 700px) {
  .hero-banner-image img, .hero-banner-image-only img { height: 280px; }
}

/* === HERO AVEC IMAGE (2 colonnes) === */
.hero-with-image {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 4rem;
  align-items: center;
  text-align: left;
}
.hero-with-image .hero-text { text-align: left; }
.hero-with-image h1 { text-align: left; }
.hero-with-image .lead { margin-left: 0; margin-right: 0; }
.hero-with-image .cta-group { justify-content: flex-start; }
.hero-with-image .hero-image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0,0,0,0.18);
  min-height: 400px;
}
.hero-with-image .hero-image img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
  display: block;
}
.hero-with-image .hero-image::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(to right, var(--cyan) 0%, var(--cyan) 33%, var(--magenta) 33%, var(--magenta) 66%, var(--jaune) 66%, var(--jaune) 100%);
}
.hero-with-image.reverse { grid-template-columns: 1fr 1.1fr; }
.hero-with-image.reverse .hero-text { order: 2; }
.hero-with-image.reverse .hero-image { order: 1; }
@media (max-width: 800px) {
  .hero-with-image { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero-with-image.reverse .hero-text { order: 1; }
  .hero-with-image.reverse .hero-image { order: 2; }
  .hero-with-image .hero-text { text-align: center; }
  .hero-with-image h1 { text-align: center; }
  .hero-with-image .lead { margin-left: auto; margin-right: auto; }
  .hero-with-image .cta-group { justify-content: center; }
}

/* === CTAs === */
.cta {
  display: inline-block;
  background: var(--noir);
  color: var(--blanc);
  padding: 1.1rem 2.2rem;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
  letter-spacing: 0.01em;
}
.cta:hover { background: var(--magenta); color: var(--blanc); opacity: 1; transform: translateY(-2px); }
.cta-secondary { background: transparent; color: var(--noir); border: 2px solid var(--noir); }
.cta-secondary:hover { background: var(--noir); color: var(--blanc); }
.cta-large { padding: 1.3rem 2.8rem; font-size: 1.1rem; }

.cta-group { display: flex; gap: 1rem; flex-wrap: wrap; }

/* === SECTIONS === */
.section { padding: 6rem 0; }
.section-alt { background: var(--gris-clair); }
.section-creme { background: var(--creme); }
.chiffres-section { background: var(--noir); color: var(--blanc); }
.chiffres-section h2 { color: var(--blanc); }
.chiffres-section .why-item p { color: rgba(255,255,255,0.85); }
.chiffres-section .why-item .num { color: var(--jaune); }

.section-title { text-align: center; max-width: 850px; margin: 0 auto 4rem; }
.section-title h2 { margin-top: 0; margin-bottom: 1.5rem; }
.section-title .lead { font-size: 1.2rem; color: var(--gris); line-height: 1.6; }

/* === PROBLEMATIQUES === */
.problematiques-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
  margin-top: 3rem;
}
.problematique-card {
  background: var(--blanc);
  border: 1px solid var(--bordure);
  border-radius: 10px;
  padding: 2rem;
  transition: all 0.2s;
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: inherit;
}
.problematique-card .card-image {
  margin: -2rem -2rem 1.5rem -2rem;
  height: 200px;
  overflow: hidden;
}
.problematique-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.problematique-card:hover .card-image img { transform: scale(1.05); }
.problematique-card:hover {
  border-color: var(--noir);
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0,0,0,0.1);
}
.problematique-card h3 { font-size: 1.3rem; margin-top: 0; margin-bottom: 0.7rem; }
.problematique-card .num {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 0.9rem;
  color: var(--magenta);
  letter-spacing: 0.1em;
  margin-bottom: 0.6rem;
  display: block;
}
.problematique-card p { color: var(--gris); font-size: 1rem; line-height: 1.65; }
.problematique-card a { display: inline-block; margin-top: 1.2rem; font-weight: 600; border-bottom: 1px solid; color: var(--noir); }
.card-cta {
  display: inline-block;
  margin-top: 1.2rem;
  font-weight: 700;
  color: var(--magenta);
  font-family: 'Sora', sans-serif;
  font-size: 0.95rem;
}

/* === POURQUOI === */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 3rem;
  margin-top: 3rem;
}
.why-item { text-align: center; padding: 2rem 1.5rem; }
.why-item .num {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 3.2rem;
  color: var(--cyan);
  display: block;
  line-height: 1;
  margin-bottom: 0.7rem;
}
.why-item:nth-child(2) .num { color: var(--magenta); }
.why-item:nth-child(3) .num { color: var(--jaune); }
.why-item:nth-child(4) .num { color: var(--noir); }
.why-item h3 { font-size: 1.2rem; margin-top: 0.7rem; margin-bottom: 0.8rem; }
.why-item p { font-size: 1rem; color: var(--gris); line-height: 1.65; }

/* === METHOD === */
.method-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
@media (max-width: 900px) {
  .method-steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .method-steps { grid-template-columns: 1fr; }
}
.method-step {
  background: var(--blanc);
  border-left: 4px solid var(--noir);
  padding: 2rem 1.5rem 2rem 1.8rem;
  border-radius: 0 10px 10px 0;
  display: flex;
  flex-direction: column;
}
.method-step:nth-child(1) { border-left-color: var(--cyan); }
.method-step:nth-child(2) { border-left-color: var(--magenta); }
.method-step:nth-child(3) { border-left-color: var(--jaune); }
.method-step:nth-child(4) { border-left-color: var(--noir); }
.method-step .num {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 3.5rem;
  display: block;
  line-height: 1;
  margin-bottom: 0.6rem;
  letter-spacing: -2px;
}
.method-step:nth-child(1) .num { color: var(--cyan); }
.method-step:nth-child(2) .num { color: var(--magenta); }
.method-step:nth-child(3) .num { color: var(--jaune); -webkit-text-stroke: 0.5px var(--noir); text-stroke: 0.5px var(--noir); }
.method-step:nth-child(4) .num { color: var(--noir); }
.method-step h3 { margin-top: 0.7rem; margin-bottom: 1rem; }
.method-step p { color: var(--gris); line-height: 1.65; }

/* Bandeau numéroté "01 — 02 — 03 — 04" sur la même ligne */
.method-num-strip {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.6rem;
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 4rem;
  letter-spacing: -3px;
  margin-bottom: 2rem;
  line-height: 1;
}
.method-num-strip span:nth-child(1) { color: var(--cyan); }
.method-num-strip span:nth-child(2) { color: var(--magenta); }
.method-num-strip span:nth-child(3) { color: var(--jaune); -webkit-text-stroke: 1px var(--noir); text-stroke: 1px var(--noir); }
.method-num-strip span:nth-child(4) { color: var(--noir); }
@media (max-width: 600px) {
  .method-num-strip { font-size: 2.2rem; letter-spacing: -1px; }
}

/* === EXPERTISES === */
.expertises-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
  margin-top: 3rem;
}
.expertise-card {
  background: var(--blanc);
  border: 1px solid var(--bordure);
  border-radius: 10px;
  padding: 0;
  transition: all 0.2s;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: block;
}
.expertise-card .card-image { height: 200px; overflow: hidden; }
.expertise-card .card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.expertise-card:hover .card-image img { transform: scale(1.05); }
.expertise-card:hover { border-color: var(--noir); transform: translateY(-3px); box-shadow: 0 12px 36px rgba(0,0,0,0.1); }
.expertise-card > * { padding: 0 2rem; }
.expertise-card > *:first-child { padding-top: 2rem; }
.expertise-card > *:last-child { padding-bottom: 2rem; }
.expertise-card .num {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 0.9rem;
  color: var(--cyan);
  letter-spacing: 0.1em;
  margin-bottom: 0.6rem;
  display: block;
}
.expertise-card h3 { font-size: 1.3rem; margin-top: 0.4rem; margin-bottom: 1rem; }
.expertise-card p { color: var(--gris); line-height: 1.65; }
.expertise-card .meta {
  display: flex;
  gap: 1.2rem;
  margin-top: 1.2rem;
  font-size: 0.9rem;
  color: var(--gris);
  flex-wrap: wrap;
}
.expertise-card .meta strong { color: var(--noir); }

/* === FAQ === */
.faq { max-width: 850px; margin: 3rem auto 0; }
.faq-item { border-bottom: 1px solid var(--bordure); padding: 2rem 0; }
.faq-item h3 { font-size: 1.2rem; margin: 0 0 0.7rem; cursor: pointer; }
.faq-item p { color: var(--gris); margin: 0; line-height: 1.65; }

/* === REFERENCES === */
.ref-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
  margin-top: 3rem;
}
.ref-card {
  background: var(--blanc);
  border: 1px solid var(--bordure);
  border-radius: 10px;
  padding: 2rem;
  transition: all 0.2s;
}
.ref-card:hover { border-color: var(--noir); transform: translateY(-3px); box-shadow: 0 12px 36px rgba(0,0,0,0.1); }
.ref-card .sector {
  font-size: 0.85rem;
  color: var(--magenta);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 0.7rem;
  display: block;
}
.ref-card h3 { font-size: 1.2rem; margin: 0.7rem 0 1rem; }
.ref-card p { font-size: 1rem; color: var(--gris); line-height: 1.65; }
.ref-card .ref-qty { font-size: 0.9rem; color: var(--noir); margin-top: 1rem; }
.ref-header { display: flex; align-items: center; gap: 1rem; margin-bottom: 0.5rem; }

/* === LOGOS CLIENTS === */
.clients-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}
.client-logo {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--blanc);
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  transition: all 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.client-logo:hover { transform: scale(1.05); }
.client-logo span { text-shadow: 0 1px 3px rgba(0,0,0,0.3); }

/* === TESTIMONIALS === */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}
.testimonial {
  background: var(--blanc);
  border-left: 4px solid var(--noir);
  padding: 2rem;
  margin: 0;
  border-radius: 0 10px 10px 0;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
}
.testimonial p { font-style: italic; margin-bottom: 0.8rem; line-height: 1.65; }
.testimonial cite { font-size: 0.95rem; color: var(--gris); font-style: normal; font-weight: 500; }

/* === CHECK LIST === */
.check-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}
.check-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.8rem;
  line-height: 1.6;
  color: var(--gris);
}
.check-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--magenta);
  font-weight: 800;
  font-size: 1.2rem;
  line-height: 1.6;
}

/* === LE SAVIEZ-VOUS === */
.saviez-vous {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3rem;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2.5rem 3rem;
  background: var(--blanc);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.06);
  border-left: 6px solid var(--magenta);
}
.sv-stat {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: clamp(3rem, 8vw, 5.5rem);
  color: var(--magenta);
  line-height: 1;
  letter-spacing: -0.04em;
}
.sv-content { display: flex; flex-direction: column; gap: 0.6rem; }
.sv-tag {
  display: inline-block;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--noir);
  background: var(--jaune);
  padding: 0.3rem 0.9rem;
  border-radius: 100px;
  align-self: flex-start;
}
.sv-text {
  font-size: 1.2rem;
  color: var(--noir);
  line-height: 1.5;
  margin: 0;
  font-weight: 500;
}
.sv-conseil {
  font-size: 1rem;
  color: var(--gris);
  line-height: 1.5;
  margin: 0;
  padding-top: 0.5rem;
  border-top: 1px solid var(--bordure);
}
@media (max-width: 700px) {
  .saviez-vous {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    text-align: center;
    padding: 2rem 1.5rem;
  }
  .sv-tag { align-self: center; }
  .sv-stat { font-size: 3.5rem; }
}

/* === STORYTELLING (Accueil) === */
.storytelling-section {
  background: var(--blanc);
  position: relative;
}
.storytelling-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2.5rem;
  margin: 3rem 0;
}
.story-item {
  background: var(--blanc);
  border: 1px solid var(--bordure);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.2s;
}
.story-item:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(0,0,0,0.1); border-color: var(--noir); }
.story-image {
  height: 220px;
  overflow: hidden;
}
.story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.story-item:hover .story-image img { transform: scale(1.05); }
.story-item .num {
  display: block;
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 0.9rem;
  color: var(--magenta);
  letter-spacing: 0.1em;
  margin: 1.5rem 1.8rem 0.5rem;
}
.story-item h3 {
  font-size: 1.25rem;
  margin: 0.5rem 1.8rem 1rem;
}
.story-item p {
  font-size: 1rem;
  color: var(--gris);
  line-height: 1.65;
  margin: 0 1.8rem 1.8rem;
}
.story-quote {
  max-width: 800px;
  margin: 3rem auto 2rem;
  padding: 2.5rem;
  background: var(--creme);
  border-radius: 12px;
  text-align: center;
  position: relative;
}
.story-quote::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 20px;
  font-family: 'Sora', sans-serif;
  font-size: 6rem;
  color: var(--magenta);
  line-height: 1;
  font-weight: 800;
}
.story-quote p {
  font-family: 'Sora', sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--noir);
  line-height: 1.4;
  margin-bottom: 1rem;
  font-style: italic;
}
.story-quote cite {
  font-size: 0.95rem;
  color: var(--gris);
  font-style: normal;
  font-weight: 500;
}
.story-final {
  font-size: 1.15rem;
  color: var(--noir);
  max-width: 700px;
  margin: 2rem auto 0;
}

/* === BLOG ONGLETS === */
.blog-tabs {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--bordure);
}
.tab-btn {
  background: transparent;
  border: 2px solid var(--bordure);
  padding: 0.7rem 1.4rem;
  border-radius: 100px;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  color: var(--noir);
  transition: all 0.2s;
}
.tab-btn:hover { border-color: var(--noir); }
.tab-btn.active {
  background: var(--noir);
  color: var(--blanc);
  border-color: var(--noir);
}
.tab-content { display: none; }
.tab-content.active { display: block; }

.article-card { text-decoration: none; color: inherit; }
.article-card:hover { border-color: var(--noir); }
.read-more {
  margin-top: 1rem;
  font-weight: 700;
  color: var(--magenta);
  font-family: 'Sora', sans-serif;
  font-size: 0.95rem;
}

/* === FORM === */
.form-card {
  max-width: 700px;
  margin: 2rem auto;
  background: var(--blanc);
  border: 1px solid var(--bordure);
  border-radius: 10px;
  padding: 3rem;
}
.form-group { margin-bottom: 1.8rem; }
.form-group label {
  display: block;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 0.6rem;
}
.form-group label .req { color: var(--magenta); }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.85rem;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  border: 1px solid var(--bordure);
  border-radius: 4px;
  background: var(--blanc);
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--noir);
  box-shadow: 0 0 0 3px rgba(17,17,17,0.1);
}
.form-group textarea { min-height: 140px; resize: vertical; }
.form-help { font-size: 0.9rem; color: var(--gris); margin-top: 0.6rem; line-height: 1.5; }

/* === FOOTER === */
.site-footer {
  background: var(--noir);
  color: var(--blanc);
  padding: 4rem 0 2rem;
  margin-top: 5rem;
}
.site-footer h4 {
  color: var(--blanc);
  font-size: 1.05rem;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 2.5rem;
}
.footer-brand .logo-text { color: var(--blanc); font-size: 1.45rem; }
.footer-brand p { font-size: 0.95rem; opacity: 0.8; line-height: 1.6; }
.footer-links ul { list-style: none; }
.footer-links li { margin-bottom: 0.7rem; }
.footer-links a { color: var(--blanc); opacity: 0.8; font-size: 0.95rem; }
.footer-links a:hover { opacity: 1; }
.footer-contact { font-size: 0.95rem; opacity: 0.8; line-height: 1.7; }
.footer-contact p { margin-bottom: 0.5rem; }
.footer-contact a { color: var(--blanc); }
.filet-tricolore {
  height: 5px;
  background: linear-gradient(to right,
    var(--cyan) 0%, var(--cyan) 33%,
    var(--magenta) 33%, var(--magenta) 66%,
    var(--jaune) 66%, var(--jaune) 100%);
  margin: 1.5rem 0 2.5rem;
}
.footer-bottom {
  text-align: center;
  font-size: 0.9rem;
  opacity: 0.7;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.1);
}

@media (max-width: 800px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .hero { padding: 4rem 0 3rem; }
  .hero-banner { padding-top: 3rem; }
  section { padding: 4rem 0; }
  .container { padding: 0 1.5rem; }
  h1 { font-size: 2.2rem !important; }
  h2 { font-size: 1.7rem !important; }
  .form-card { padding: 2rem 1.5rem; }
}
@media (max-width: 500px) {
  .footer-grid { grid-template-columns: 1fr; }
  .hero { padding: 3rem 0 2rem; }
  section { padding: 3.5rem 0; }
}

/* === UTILITIES === */
.text-center { text-align: center; }
.mt-2 { margin-top: 2rem; }
.mt-3 { margin-top: 3rem; }
.mb-2 { margin-bottom: 2rem; }
.cta-final {
  text-align: center;
  background: var(--creme);
  padding: 6rem 0;
}
.cta-final h2 { margin-top: 0; margin-bottom: 1.5rem; }
.cta-final p { font-size: 1.2rem; margin-bottom: 2.5rem; }
.cta-final .cta-group { justify-content: center; }
.cta-final .cta { margin: 0; }

/* === PRINT STYLES === */
@media print {
  .site-header, .site-footer, .cta, .cta-group { display: none; }
  body { color: var(--noir); background: white; }
}

/* === ENQUÊTE MULTI-ÉTAPES === */
.enquete-progress {
  display: flex;
  justify-content: space-between;
  max-width: 850px;
  margin: 0 auto 3rem;
  position: relative;
  gap: 0.5rem;
}
.enquete-progress::before {
  content: '';
  position: absolute;
  top: 18px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: var(--bordure);
  z-index: 0;
}
.enquete-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  color: var(--gris);
  position: relative;
  z-index: 1;
  flex: 1;
  text-align: center;
}
.enquete-step span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--blanc);
  border: 2px solid var(--bordure);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: var(--gris);
  transition: all 0.2s;
}
.enquete-step.active span {
  background: var(--noir);
  border-color: var(--noir);
  color: var(--blanc);
  transform: scale(1.1);
}
.enquete-step.active { color: var(--noir); font-weight: 700; }

.enquete-panel { display: none; }
.enquete-panel.active { display: block; animation: fadeIn 0.4s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 600px) { .form-row { grid-template-columns: 1fr; } }

/* === PANEL INTRO (enquête) === */
.panel-intro {
  text-align: center;
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--bordure);
}
.panel-tag {
  display: inline-block;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--magenta);
  background: rgba(214, 0, 110, 0.08);
  padding: 0.4rem 1rem;
  border-radius: 100px;
  margin-bottom: 1rem;
}
.panel-intro h3 {
  font-size: 2rem;
  margin-top: 0.5rem;
  margin-bottom: 0.8rem;
}
.panel-intro p {
  font-size: 1.1rem;
  color: var(--gris);
  max-width: 600px;
  margin: 0 auto;
}

/* === PANEL CTA + HINT === */
.panel-cta {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--bordure);
  text-align: center;
}
.panel-cta-row {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.panel-hint {
  font-size: 0.9rem;
  color: var(--gris);
  margin-top: 0.5rem;
  font-style: italic;
}

/* === CHECKBOX TILE (cases alignées, type tuile) === */
.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
  margin-top: 0.8rem;
}
.checkbox-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.checkbox-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 700px) {
  .checkbox-grid, .checkbox-grid.cols-3, .checkbox-grid.cols-4 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .checkbox-grid, .checkbox-grid.cols-3, .checkbox-grid.cols-4 { grid-template-columns: 1fr; }
}
.checkbox-tile {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.9rem 1rem;
  background: var(--blanc);
  border: 2px solid var(--bordure);
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.92rem;
  line-height: 1.3;
  transition: all 0.15s;
  margin: 0;
}
.checkbox-tile:hover {
  border-color: var(--noir);
  background: var(--gris-clair);
}
.checkbox-tile input[type="checkbox"],
.checkbox-tile input[type="radio"] {
  width: auto !important;
  margin: 0;
  flex-shrink: 0;
  accent-color: var(--magenta);
  transform: scale(1.15);
}
.checkbox-tile:has(input:checked) {
  border-color: var(--magenta);
  background: rgba(214, 0, 110, 0.05);
  color: var(--noir);
  font-weight: 600;
}
.checkbox-tile span {
  display: inline;
  white-space: normal;
}

/* === CRM MAPPING (details) === */
.crm-mapping {
  background: var(--gris-clair);
  border: 1px solid var(--bordure);
  border-radius: 10px;
  padding: 1.5rem 2rem;
  font-size: 0.95rem;
  max-width: 850px;
  margin: 2rem auto 0;
}
.crm-mapping summary {
  cursor: pointer;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: var(--noir);
  padding: 0.5rem 0;
}
.crm-mapping summary:hover { color: var(--magenta); }
.crm-mapping[open] summary { margin-bottom: 1rem; }
.mapping-benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin: 1.5rem 0;
}
@media (max-width: 600px) { .mapping-benefits { grid-template-columns: 1fr; } }
.mapping-benefit {
  background: var(--blanc);
  border-left: 3px solid var(--magenta);
  padding: 0.8rem 1rem;
  border-radius: 0 6px 6px 0;
  font-size: 0.9rem;
  line-height: 1.4;
}
.mapping-benefit strong { color: var(--noir); }
.mapping-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  font-size: 0.9rem;
}
.mapping-table th, .mapping-table td {
  text-align: left;
  padding: 0.6rem 0.8rem;
  border-bottom: 1px solid var(--bordure);
}
.mapping-table th {
  background: var(--noir);
  color: var(--blanc);
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.mapping-table tbody tr:hover { background: var(--blanc); }
.mapping-table code {
  background: var(--noir);
  color: var(--jaune);
  padding: 0.15rem 0.5rem;
  border-radius: 3px;
  font-size: 0.85rem;
  font-family: 'Courier New', monospace;
}

/* === CTA STORYTELLING === */
.storytelling-cta {
  background: var(--noir);
  color: var(--blanc);
  padding: 4rem 0;
  text-align: center;
}
.storytelling-cta h2 { color: var(--blanc); margin-top: 0; }
.storytelling-cta p { color: rgba(255,255,255,0.85); font-size: 1.1rem; margin-bottom: 2rem; }
.storytelling-cta .cta { background: var(--jaune); color: var(--noir); }
.storytelling-cta .cta:hover { background: var(--cyan); color: var(--noir); }
.storytelling-cta .cta-secondary { background: transparent; color: var(--blanc); border-color: var(--blanc); }
.storytelling-cta .cta-secondary:hover { background: var(--blanc); color: var(--noir); }
