/* ═════════════════════════════════════════════════════════════════
   MSC — DOMICILIATION : Custom CSS pour Divi (à importer)
   Date export : 2026-05-05 (rev. svc-card global → Base/style.css)
   ═════════════════════════════════════════════════════════════════ */
.chapter-mark { display: flex; align-items: baseline; gap: 14px; margin-bottom: 28px; }
.chapter-num {
  font-family: var(--msc-font-display);
  font-style: italic;
  font-size: 24px;
  color: var(--msc-red);
  line-height: 1;
}
.chapter-label {
  font-family: var(--msc-font);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: var(--msc-gray-900);
}
.chapter-rule { flex: 1; height: 1px; background: var(--msc-gray-200); margin-left: auto; }
.g-rating {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  animation: fu .8s var(--msc-ease-out) .55s forwards;
}
.g-rating-icon { width: 20px; height: 20px; flex-shrink: 0; }
.g-rating-stars { display: flex; gap: 1px; }
.g-rating-stars svg { width: 14px; height: 14px; }
.g-rating-text { font-size: 13px; color: var(--msc-white); }
.g-rating-text strong { color: var(--msc-white); font-weight: 700; }
.g-rating-text-black { font-size: 13px; color: var(--msc-black); }
.g-rating-text-black strong { color: var(--msc-black); font-weight: 700; }
.svc-hero {
  background: var(--msc-black);
  color: var(--msc-white);
  position: relative;
  overflow: hidden;
  padding: 140px 48px 120px !important;
}
.svc-hero::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 720px;
  height: 720px;
  background: radial-gradient(circle, rgba(227, 33, 27, .08) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}
.svc-hero::after {
  content: "";
  position: absolute;
  bottom: -300px;
  left: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(227, 33, 27, .05) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}
.svc-hero-in {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 88px;
  align-items: center;
  min-height: min(78vh, 720px);
}
.svc-hero-crumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-family: var(--msc-font);
  font-size: 11px;
  color: rgba(255, 255, 255, .35);
  margin-bottom: 32px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .1em;
  grid-column: 1 / -1;
  align-self: start;
}
.svc-hero-crumb a { color: rgba(255, 255, 255, .55); text-decoration: none; }
.svc-hero-crumb a:hover { color: var(--msc-red); }
.svc-hero-crumb svg { width: 10px; height: 10px; stroke: currentColor; stroke-width: 1.5; fill: none; flex-shrink: 0; }
.svc-hero-content { max-width: 640px; }
.svc-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  font-family: var(--msc-font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .55);
  animation: fu .8s var(--msc-ease-out) .1s both;
}
.svc-hero-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--msc-red);
  animation: svcPulse 2s ease-in-out infinite;
}
@keyframes svcPulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .5; transform: scale(1.3); } }
.svc-hero-in h1 {
  font-family: var(--msc-font-display);
  font-size: clamp(38px, 4.2vw, 60px);
  font-weight: 400;
  line-height: 1.08;
  color: var(--msc-white);
  letter-spacing: -.02em;
  margin: 0 0 24px;
  animation: fu .8s var(--msc-ease-out) .2s both;
}
.svc-hero-in h1 em { font-style: italic; color: var(--msc-red); }
.svc-hero-narrative { margin: 0 0 40px; max-width: 600px; animation: fu .8s var(--msc-ease-out) .35s both; }
.svc-hero-narrative p {
  font-family: var(--msc-font);
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, .68);
  margin: 0 0 16px;
}
.svc-hero-narrative p:first-child {
  font-family: var(--msc-font-display);
  font-size: 20px;
  line-height: 1.55;
  color: rgba(255, 255, 255, .85);
  font-style: italic;
  margin-bottom: 24px;
  letter-spacing: -.005em;
}
.svc-hero-narrative p:last-child { margin-bottom: 0; }
.svc-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  animation: fu .8s var(--msc-ease-out) .5s both;
}
.svc-hero-meta-item { display: flex; flex-direction: column; gap: 6px; }
.svc-hero-meta-label {
  font-family: var(--msc-font);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: rgba(255, 255, 255, .35);
}
.svc-hero-meta-value {
  font-family: var(--msc-font);
  font-size: 14px;
  font-weight: 600;
  color: var(--msc-white);
  line-height: 1.3;
}
.svc-hero-meta-value em { font-style: normal; color: var(--msc-red); }
.svc-hero-side { position: relative; animation: fu 1s var(--msc-ease-out) .35s both; }
.svc-hero-image {
  aspect-ratio: 4/5;
  background: var(--msc-gray-900);
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 255, 255, .08);
}
.svc-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.08) brightness(.72);
}
.svc-hero-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 10, 10, .15) 0%, rgba(10, 10, 10, .55) 100%);
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: multiply;
}
.svc-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 40%, rgba(227, 33, 27, .12) 100%);
  pointer-events: none;
  z-index: 1;
}
.svc-hero-brief-card {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(10, 10, 10, .78);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 20px 22px;
  font-family: var(--msc-font);
  font-size: 12px;
  color: rgba(255, 255, 255, .75);
  letter-spacing: .01em;
  border-left: 2px solid var(--msc-red);
  border-radius: 3px;
  line-height: 1.6;
}
.svc-hero-brief-card strong {
  color: var(--msc-white);
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.svc-hero-brief-card span { color: var(--msc-red); font-weight: 600; }
.h2 {
  font-family: var(--msc-font-display);
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.03em;
  color: var(--msc-gray-900);
  margin: 0 0 24px;
}
.h2 em { font-style: italic; font-weight: 400; color: var(--msc-red); }
.lead { font-size: 18px; line-height: 1.65; color: var(--msc-gray-600); margin-top: 24px; }
.section-head { max-width: 760px; margin-bottom: 80px; }
.hero-acts { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 28px; }
.svc-eeat { background: var(--msc-gray-100); }
.svc-eeat-head { margin-bottom: 56px; display: block; }
.svc-eeat-title {
  font-family: var(--msc-font-display);
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 400;
  line-height: 1;
  color: var(--msc-gray-900);
  letter-spacing: -.03em;
  margin: 0 0 24px;
}
.svc-eeat-title em { font-style: italic; color: var(--msc-red); }
.svc-eeat-intro {
  font-family: var(--msc-font);
  font-size: 16px;
  color: var(--msc-gray-700);
  line-height: 1.75;
  max-width: 100%;
  margin: 0;
}
.svc-eeat-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 2px solid var(--msc-gray-900);
  border-bottom: 2px solid var(--msc-gray-900);
  background: var(--msc-white);
}
.svc-eeat-stat { padding: 56px 32px 48px; position: relative; transition: background .3s; }
.svc-eeat-stat + .svc-eeat-stat { border-left: 1px solid var(--msc-gray-200); }
.svc-eeat-stat:hover { background: var(--msc-gray-50); }
.svc-eeat-stat-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  font-family: var(--msc-font);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: var(--msc-red);
}
.svc-eeat-stat-check svg { width: 14px; height: 14px; stroke: var(--msc-red); stroke-width: 2.5; fill: none; }
.svc-eeat-stat-num {
  font-family: var(--msc-font-display);
  font-size: clamp(42px, 4.4vw, 64px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.03em;
  color: var(--msc-gray-900);
  margin-bottom: 16px;
}
.svc-eeat-stat-num em { font-style: italic; color: var(--msc-red); font-size: .6em; margin-left: 4px; }
.svc-eeat-stat-num sup {
  font-size: .5em;
  font-style: italic;
  color: var(--msc-red);
  vertical-align: top;
  margin-left: 4px;
  top: .2em;
  position: relative;
}
.svc-eeat-stat-desc {
  font-family: var(--msc-font);
  font-size: 13px;
  line-height: 1.6;
  color: var(--msc-gray-700);
  max-width: 240px;
}
.svc-eeat-expert {
  margin-top: 72px;
  padding: 48px 56px;
  background: var(--msc-white);
  border: 1px solid var(--msc-gray-200);
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 40px;
  align-items: center;
}
.svc-eeat-expert-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  background-image: url("https://my-swiss-company.com/wp-content/uploads/2024/10/M.Taracido-director-Rister-Switzerland.jpg.webp");
  background-size: cover;
  background-position: center top;
  border: 3px solid var(--msc-white);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
  flex-shrink: 0;
}
.svc-eeat-expert-tag {
  font-family: var(--msc-font);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--msc-red);
  margin-bottom: 10px;
  display: block;
}
.svc-eeat-expert h3 {
  font-family: var(--msc-font-display);
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 400;
  color: var(--msc-gray-900);
  letter-spacing: -.01em;
  line-height: 1.15;
  margin: 0 0 12px;
}
.svc-eeat-expert h3 em { font-style: italic; color: var(--msc-red); }
.svc-eeat-expert p {
  font-family: var(--msc-font);
  font-size: 14px;
  line-height: 1.65;
  color: var(--msc-gray-700);
  margin: 0;
  max-width: 540px;
}
.svc-eeat-expert p strong { color: var(--msc-gray-900); font-weight: 600; }
.svc-eeat-expert-link {
  font-family: var(--msc-font);
  font-size: 11px;
  font-weight: 700;
  color: var(--msc-gray-900);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .14em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid var(--msc-gray-900);
  padding-bottom: 4px;
  transition: all .3s;
  white-space: nowrap;
}
.svc-eeat-expert-link:hover { color: var(--msc-red); border-color: var(--msc-red); gap: 12px; }
.svc-eeat-expert-link svg { width: 12px; height: 12px; stroke: currentColor; stroke-width: 2; fill: none; }
@media (max-width: 1024px) {
  .svc-eeat-stats { grid-template-columns: repeat(2, 1fr); }
  .svc-eeat-stat + .svc-eeat-stat { border-left: 1px solid var(--msc-gray-200); }
  .svc-eeat-stat:nth-child(3) { border-left: none; border-top: 1px solid var(--msc-gray-200); }
  .svc-eeat-stat:nth-child(4) { border-top: 1px solid var(--msc-gray-200); }
  .svc-eeat-expert { grid-template-columns: 1fr; text-align: center; padding: 32px 24px; }
  .svc-eeat-expert-avatar { margin: 0 auto; }
  .svc-eeat-expert p { max-width: 100%; }
}
@media (max-width: 640px) {
  .svc-eeat-stats { grid-template-columns: 1fr; }
  .svc-eeat-stat + .svc-eeat-stat { border-left: none !important; border-top: 1px solid var(--msc-gray-200); }
}
.svc-reviews { margin-top: 56px; padding-top: 40px; border-top: 1px solid var(--msc-gray-200); }
.svc-reviews-head { display: flex; align-items: baseline; gap: 16px; margin-bottom: 28px; }
.svc-reviews-head h3 {
  font-family: var(--msc-font-display);
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 400;
  color: var(--msc-gray-900);
  margin: 0;
  letter-spacing: -.01em;
}
.svc-reviews-head-score {
  font-family: var(--msc-font);
  font-size: 12px;
  color: var(--msc-gray-600);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.svc-reviews-head-score strong { color: var(--msc-red); font-weight: 700; }
.svc-reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.svc-review {
  padding: 24px;
  background: var(--msc-gray-50);
  border-left: 2px solid var(--msc-red);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.svc-review-stars { color: var(--gold); font-size: 13px; letter-spacing: 2px; }
.svc-review-quote {
  font-family: var(--msc-font-display);
  font-style: italic;
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--msc-gray-900);
  margin: 0;
}
.svc-review-author {
  font-family: var(--msc-font);
  font-size: 12px;
  color: var(--msc-gray-500);
  margin-top: auto;
  text-transform: uppercase;
  letter-spacing: .08em;
}
@media (max-width: 900px) {
  .svc-reviews-grid { grid-template-columns: 1fr; }
}
@media (max-width: 1024px) {
  .svc-hero { padding: 110px 32px 80px !important; }
  .svc-hero-in { grid-template-columns: 1fr; gap: 32px; min-height: auto; }
  .svc-hero-side { max-width: 520px; margin: 0 auto; width: 100%; order: -1; }
  .svc-hero-image { aspect-ratio: 16/10; }
  .svc-hero-meta { gap: 20px 28px; }
}
@media (max-width: 640px) {
  .svc-hero-side { display: none !important; }
  .svc-hero { padding: 96px 20px 64px !important; }
  .svc-hero-in h1 { font-size: clamp(30px, 8vw, 40px); }
  .svc-hero-meta { gap: 16px; flex-direction: column; align-items: flex-start; padding-top: 20px; }
  .svc-hero-crumb { margin-bottom: 0px; gap: 6px; }
  .svc-eeat-stat { padding: 40px 24px 32px; }
  .svc-eeat-stat-num { font-size: 42px; }
  .svc-eeat-title { font-size: clamp(26px, 7vw, 36px) !important; }
  .chapter-num { font-size: 20px; }
}
.h2 {
  font-family: var(--msc-font-display);
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.03em;
  color: var(--msc-gray-900);
  margin: 0 0 24px;
}
.h2 em { font-style: italic; font-weight: 400; color: var(--msc-red); }
.lead { font-size: 18px; line-height: 1.65; color: var(--msc-gray-600); margin-top: 24px; }
@keyframes pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.4); }
    50% { box-shadow: 0 0 0 8px rgba(74, 222, 128, 0); }
  }
.section-head { max-width: 760px; margin-bottom: 80px; }
.section-head .lead { color: #555; }
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 2px solid var(--msc-black);
  counter-reset: steps;
}
.step {
  background: transparent;
  padding: 48px 36px 56px;
  border-right: 1px solid var(--msc-gray-200);
  position: relative;
  transition: background .4s var(--msc-ease-out), transform .4s var(--msc-ease-out);
  cursor: default;
  overflow: hidden;
}
.step:last-child { border-right: none; }
.step::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--msc-red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .55s cubic-bezier(.6, .1, .2, 1);
}
.step::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(227, 33, 27, .04) 100%);
  transition: height .45s var(--msc-ease-out);
  pointer-events: none;
}
.step:hover { background: var(--msc-white); transform: translateY(-2px); }
.step:hover::before { transform: scaleX(1); }
.step:hover::after { height: 60%; }
.steps.anim.show .step, .steps.show .step { animation: stepIn .7s var(--msc-ease-out) both; }
.steps.anim.show .step:nth-child(1), .steps.show .step:nth-child(1) { animation-delay: .05s; }
.steps.anim.show .step:nth-child(2), .steps.show .step:nth-child(2) { animation-delay: .2s; }
.steps.anim.show .step:nth-child(3), .steps.show .step:nth-child(3) { animation-delay: .35s; }
@keyframes stepIn {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: translateY(0); }
  }
.step-num {
  font-family: var(--msc-font-display);
  font-size: clamp(58px, 5.6vw, 78px);
  line-height: 1;
  color: var(--msc-gray-200);
  font-weight: 400;
  transition: color .4s var(--msc-ease-out), transform .4s var(--msc-ease-out);
  margin-bottom: 28px;
  letter-spacing: -0.03em;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.step:hover .step-num { color: var(--msc-red); transform: translateX(2px) scale(1.04); }
.step-title {
  font-family: var(--msc-font-display);
  font-size: clamp(20px, 1.8vw, 24px);
  font-weight: 400;
  color: var(--msc-gray-900);
  margin-bottom: 14px;
  letter-spacing: -0.01em;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
.step-body { font-size: 14px; line-height: 1.6; color: var(--msc-gray-600); margin-bottom: 14px; }
.step-body:last-child { margin-bottom: 0; }
.step-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.step-list li {
  position: relative;
  padding-left: 18px;
  font-family: var(--msc-font);
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--msc-gray-700);
}
.step-list li::before { content: "—"; position: absolute; left: 0; top: 0; color: var(--msc-red); font-weight: 700; }
.step-list li::marker { content: ""; }
.step-list li strong { color: var(--msc-gray-900); font-weight: 600; }
.hero-acts { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 28px; }
.svc-hero-in .hero-acts .btn-primary { background: var(--msc-white); color: var(--msc-dark); }
.svc-hero-in .hero-acts .btn-primary:hover { background: var(--msc-red); color: var(--msc-white); }
.procedure-in { max-width: 1280px; margin: 0 auto; padding: 0 64px; position: relative; }
@media (max-width: 1024px) {
  .procedure-in { padding: 0 32px; }
}
@media (max-width: 640px) {
  .procedure-in { padding: 0 20px; }
}
@media (max-width: 1024px) {
  /* Hero acts — empilement vertical sur petits écrans */
  .hero-acts { gap: 10px; }
  /* Section 01 — INTRO : grille 2 cols → 1 col, sticky désactivé */
  /* Section 02 — PROCEDURE : 4 cards → 2 cols puis 1 */
  .steps { grid-template-columns: repeat(2, 1fr); border-top: 2px solid var(--msc-black); }
  .step { padding: 32px 24px 36px; }
  .step:nth-child(odd) { border-right: 1px solid var(--msc-gray-200); }
  .step:nth-child(even) { border-right: none; }
  .step:nth-child(1), .step:nth-child(2) { border-bottom: 1px solid var(--msc-gray-200); }
  .step-num { font-size: 52px; margin-bottom: 24px; }
  /* Section 03 — APPROACH : critères 4 → 2 cols */
  /* Section 04 — COMPAR : chaque ligne devient une carte autonome (critère + 2 valeurs étiquetées) */
  /* Section 06 — SERVICES : 3 cols → 2 cols */
  /* Section 07 — DOMIC : 2 cols → 1 col */
}
@media (max-width: 768px) {
  /* Hero acts → bouton primaire pleine largeur */
  .hero-acts { width: 100%; }
  .hero-acts .btn-primary { flex: 1 1 100%; justify-content: center; }
  .hero-acts .btn-ghost { flex: 1 1 100%; justify-content: center; }
  /* Section 01 — INTRO */
  /* Section 02 — PROCEDURE */
  .steps { grid-template-columns: 1fr; border-top: 2px solid var(--msc-black); }
  .step { border-right: none !important; border-bottom: 1px solid var(--msc-gray-200); padding: 28px 20px 32px; }
  .step:last-child { border-bottom: none; }
  /* Section 03 — APPROACH */
  /* Section 06 — SERVICES */
  /* Section 07 — DOMIC */
  /* Compar — affiner padding */
}
@media (max-width: 640px) {
  /* Typographie réduite mobile */
  .h2 { font-size: clamp(28px, 7vw, 36px); }
  .lead { font-size: 15px; }
  /* Section 01 */
  /* Section 02 */
  .step-num { font-size: 44px; margin-bottom: 18px; }
  .step-title { font-size: 17px; }
  /* Section 04 */
  /* Section 06 */
  /* Domic image — proportions plus petites */
}
.section-head { max-width: none; }
.formules-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 56px; }
.formules-grid.three { grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; margin-bottom: 0; }
.formules-grid.three .formule-card { height: 100%; align-self: stretch; min-height: 0; }
.formules-grid.three .formule-card { padding: 36px 28px 30px; gap: 16px; }
.formules-grid.three .formule-title { font-size: clamp(24px, 2.2vw, 30px); }
.formules-grid.three .formule-price-amount { font-size: clamp(34px, 3.4vw, 44px); }
.formules-grid.three .formule-pitch { font-size: 13.5px; line-height: 1.55; }
.formule-card {
  position: relative;
  background: var(--msc-white);
  border: 1px solid var(--msc-gray-200);
  border-radius: 3px;
  padding: 36px 32px 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: border-color .25s var(--msc-ease-out), box-shadow .25s var(--msc-ease-out);
}
.formule-card:hover { border-color: var(--msc-gray-400); }
.formule-card.highlight {
  border-color: var(--msc-black);
  border-top: 4px solid var(--msc-red);
  padding-top: 32px;
  box-shadow: 0 18px 60px -25px rgba(0, 0, 0, .18);
}
.formule-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--msc-red);
  color: var(--msc-white);
  font-family: var(--msc-font);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 2px;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(227, 33, 27, .25);
}
.formule-card .chapter-mark { margin: 0 0 4px; }
.formules-grid.three .formule-title { min-height: 60px; }
.formules-grid.three .formule-pitch { min-height: 64px; }
.formules-grid.three .formule-price { min-height: 60px; }
.formules-grid.three .formule-target { margin-top: auto; }
.formules-grid.three .formule-cta { margin-top: 0; }

/* ════════════════════════════════════════════════════════════════════
   VERSION CLASSY — cartes élégantes sans liste de tâches (personnalisé)
   Plus de respiration, hiérarchie typographique forte, ligne épurée.
   ──────────────────────────────────────────────────────────────────── */
.formules-classy { gap: 20px; margin-top: 64px; }
.formule-classy {
  padding: 44px 36px 36px !important;
  gap: 0 !important;
  display: flex;
  flex-direction: column;
  position: relative;
  background: var(--msc-white);
  border: 1px solid var(--msc-gray-200);
  border-radius: 3px;
  transition: border-color .3s var(--msc-ease-out), box-shadow .3s var(--msc-ease-out), transform .3s var(--msc-ease-out);
}
.formule-classy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--msc-gray-200);
  transition: background .3s var(--msc-ease-out);
  z-index: 1;
}
.formule-classy:hover {
  border-color: var(--msc-gray-300);
  box-shadow: 0 18px 50px -20px rgba(0, 0, 0, .10);
  transform: translateY(-3px);
}
.formule-classy:hover::before { background: var(--msc-red); }
.formule-classy.highlight { border-color: var(--msc-black); box-shadow: 0 28px 70px -30px rgba(0, 0, 0, .18); }
.formule-classy.highlight::before { background: var(--msc-red); height: 3px; }

/* Chapter-mark dans la classy : numéro italique rouge (cohérence brand) */
.formule-classy .chapter-mark { margin: 0 0 28px; gap: 16px; }
.formule-classy .chapter-num { font-size: 22px; }
.formule-classy .chapter-label { font-size: 11px; letter-spacing: .22em; color: var(--msc-gray-900); }

/* Titre — plus aéré, italique sur le segment en em.
   IMPORTANT : pas de display:flex sur h3 (casse le wrap du texte + em). */
.formule-classy .formule-title {
  font-size: clamp(20px, 1.7vw, 24px);
  line-height: 1.3;
  margin: 0 0 18px;
  min-height: 96px;
  display: block;
  text-wrap: balance;
}
.formule-classy .formule-title em { font-style: italic; color: var(--msc-red); font-weight: 400; }
/* Pitch — paragraphe plus généreux, place de l'autorité */
.formule-classy .formule-pitch {
  font-family: var(--msc-font);
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--msc-gray-600);
  margin: 0 0 14px;
  flex: 1;
}

/* Bloc prix — séparation discrète par un divider, pas de double padding */
.formule-classy .formule-price { margin: 0 0 18px; padding-top: 14px; border-top: 1px solid var(--msc-gray-100); }

/* Profil typique — encadré gris clair, distinct du target classique */
.formule-classy .formule-target {
  padding: 18px 20px;
  background: var(--msc-gray-50);
  border-left: 2px solid var(--msc-red);
  border-radius: 2px;
  margin: 0 0 28px;
  min-height: 110px;
}
.formule-classy .formule-target-lbl {
  font-size: 10px;
  letter-spacing: .2em;
  color: var(--msc-red);
  margin-bottom: 8px;
}
.formule-classy .formule-target p { font-size: 13.5px; line-height: 1.6; }
/* CTA en pleine largeur, signature visuelle propre */
.formule-classy .formule-cta {
  margin-top: auto;
  width: 100%;
  justify-content: center;
  padding: 16px 20px;
  font-size: 11.5px;
  letter-spacing: .14em;
}
/* Highlight : prix légèrement plus marqué */
.formule-classy.highlight .formule-price-amount { color: var(--msc-red); }

/* Responsive — 3 cols stables ≥1100px, 2 cols 720-1099, 1 col mobile */
@media (max-width: 1100px) {
  .formule-classy { padding: 36px 28px 28px !important; }
  .formule-classy .formule-title { font-size: clamp(19px, 2.1vw, 22px); min-height: 88px; }
  .formule-classy .formule-pitch { font-size: 13.5px; min-height: 0; }
  .formule-classy .formule-target { min-height: 100px; }
}
@media (max-width: 768px) {
  .formules-classy { gap: 16px; margin-top: 40px; }
  .formule-classy { padding: 32px 26px 26px !important; }
  .formule-classy .formule-title { font-size: 20px; min-height: 0; margin-bottom: 14px; }
  .formule-classy .formule-pitch { margin-bottom: 12px; min-height: 0; }
  .formule-classy .formule-target { min-height: 0; }
  .formule-classy.highlight { order: -1; }
}

/* 4-col Comptabilité : équilibrage titres / pitches / prix + push CTA bas */
.formule-target {
  padding: 14px 16px;
  background: var(--msc-gray-50);
  border-left: 2px solid var(--msc-red);
  border-radius: 2px;
  margin: 0 0 4px;
}
.formule-target-lbl {
  display: block;
  font-family: var(--msc-font);
  font-size: 9.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: var(--msc-red);
  margin-bottom: 6px;
}
.formule-target p {
  font-family: var(--msc-font);
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--msc-gray-700);
  margin: 0;
}
.formule-target p strong { color: var(--msc-gray-900); font-weight: 600; }

/* Bloc "Cas concernés" — liste des situations couvertes par le forfait */
.formule-title {
  font-family: var(--msc-font-display);
  font-size: clamp(28px, 2.6vw, 36px);
  font-weight: 400;
  color: var(--msc-gray-900);
  letter-spacing: -.02em;
  line-height: 1.1;
  margin: 0;
}
.formule-title em { font-style: italic; color: var(--msc-red); }
.formule-pitch {
  font-family: var(--msc-font);
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--msc-gray-600);
  margin: 0;
}
.formule-price {
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 8px;
  padding: 18px 0 14px;
  border-bottom: 1px solid var(--msc-gray-200);
  white-space: nowrap;
}
.formule-price-from {
  order: 1;
  font-family: var(--msc-font);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--msc-gray-500);
}
.formule-price-currency {
  order: 2;
  font-family: var(--msc-font);
  font-size: 14px;
  font-weight: 700;
  color: var(--msc-red);
  letter-spacing: .08em;
}
.formule-price-amount {
  order: 3;
  font-family: var(--msc-font-display);
  font-size: clamp(36px, 3.6vw, 46px);
  font-weight: 400;
  color: var(--msc-black);
  letter-spacing: -.03em;
  line-height: 1;
}
.formule-price-unit { order: 4; font-family: var(--msc-font); font-size: 12px; color: var(--msc-gray-500); }
.formule-price-unit em { font-style: italic; }
.formule-cta {
  margin-top: auto;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 18px;
  font-family: var(--msc-font);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
  box-sizing: border-box;
  transition: background .25s var(--msc-ease-out), color .25s var(--msc-ease-out), border-color .25s var(--msc-ease-out);
}
.formule-cta.btn-ghost { background: var(--msc-white); color: var(--msc-black); border: 1px solid var(--msc-gray-300); }
.formule-cta.btn-ghost:hover { background: var(--msc-black); color: var(--msc-white); border-color: var(--msc-black); }
.formule-cta.btn-primary { background: var(--msc-black); color: var(--msc-white); border: 1px solid var(--msc-black); }
.formule-cta.btn-primary:hover { background: var(--msc-red); border-color: var(--msc-red); color: var(--msc-white); }
.formule-cta svg { width: 14px; height: 14px; stroke: currentColor; stroke-width: 1.8; fill: none; flex-shrink: 0; }
.faq-in { display: grid; grid-template-columns: 5fr 7fr; gap: 80px; align-items: start; }
.faq-left { position: sticky; top: 100px; }

/* .s-label, .s-title, .s-sub : définis dans style.css global — pas de redéfinition ici */
.s-title em { font-style: italic; color: var(--msc-red); }
.faq-questions { display: flex; flex-direction: column; gap: 14px; }
.targets-grid { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 40px; align-items: start; }
@media (min-width: 560px) {
  .targets-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
}
@media (min-width: 880px) {
  .targets-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1100px) {
  .targets-grid { grid-template-columns: repeat(5, 1fr); gap: 14px; }
}

/* Target card — format carré dépliable (icône + titre visibles, body collapsible)
   Mobile-first : 1 col, sur desktop 5 cards alignées en grille avec aspect-ratio 1:1. */
.target-card {
  position: relative;
  background: var(--msc-white);
  border: 1px solid var(--msc-gray-200);
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  transition: border-color .25s var(--msc-ease-out), box-shadow .25s var(--msc-ease-out), transform .25s var(--msc-ease-out);
  overflow: hidden;
}
.target-card:hover {
  border-color: var(--msc-red);
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .06);
}
.target-card.is-open {
  border-color: var(--msc-black);
  box-shadow: 0 16px 50px rgba(0, 0, 0, .08);
  transform: translateY(0);
}

/* Trigger — mobile : layout horizontal (icône | titre | toggle).
   Desktop ≥1100px : layout vertical carré (icône en haut, titre en bas). */
.target-card-trigger {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 22px 22px;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-family: var(--msc-font);
  color: inherit;
}
@media (min-width: 1100px) {
  .target-card-trigger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    aspect-ratio: 4 / 3;
    padding: 22px 22px 20px;
    gap: 14px;
    position: relative;
  }
}
.target-card-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: var(--msc-black);
  color: var(--msc-white);
  border-radius: 3px;
  flex-shrink: 0;
  transition: background .25s var(--msc-ease-out), transform .25s var(--msc-ease-out);
}
.target-card:hover .target-card-icon { background: var(--msc-red); }
.target-card.is-open .target-card-icon { background: var(--msc-red); }
.target-card-icon svg { width: 22px; height: 22px; }
.target-card h3 {
  font-family: var(--msc-font-display);
  font-size: 16px;
  font-weight: 400;
  color: var(--msc-gray-900);
  letter-spacing: -.01em;
  line-height: 1.3;
  margin: 0;
}
@media (min-width: 1100px) {
  .target-card h3 { font-size: 16px; line-height: 1.25; width: 100%; }
}
/* Toggle "+" / "-" — desktop carré : positionné en haut-droite */
.target-card-toggle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--msc-gray-200);
  display: grid;
  place-items: center;
  position: relative;
  flex-shrink: 0;
  transition: background .25s, border-color .25s;
}
@media (min-width: 1100px) {
  .target-card-toggle { position: absolute; top: 22px; right: 22px; width: 28px; height: 28px; }
  .target-card:hover .target-card-toggle { border-color: var(--msc-red); }
}
.target-card-toggle::before, .target-card-toggle::after {
  content: "";
  position: absolute;
  background: var(--msc-black);
  transition: transform .3s, background .25s;
}
.target-card-toggle::before { width: 11px; height: 1.5px; }
.target-card-toggle::after { width: 1.5px; height: 11px; }
.target-card.is-open .target-card-toggle { background: var(--msc-red); border-color: var(--msc-red); }
.target-card.is-open .target-card-toggle::before, .target-card.is-open .target-card-toggle::after {
  background: var(--msc-white);
}
.target-card.is-open .target-card-toggle::after { transform: scaleY(0); }
/* Body collapsible — animation grid-template-rows */
.target-card-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .4s cubic-bezier(.6, .1, .2, 1);
}
.target-card.is-open .target-card-body { grid-template-rows: 1fr; }
.target-card-body-inner { overflow: hidden; min-height: 0; }
.target-card-body-inner > p, .target-card-body-inner > .target-card-tag { padding-left: 22px; padding-right: 22px; }
.target-card-body-inner > p {
  font-family: var(--msc-font);
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--msc-gray-700);
  margin: 0 0 14px;
  padding-top: 14px;
  border-top: 1px solid var(--msc-gray-100);
}
.target-card-body-inner > p:first-of-type { margin-top: 0; }
.target-card-tag {
  display: block;
  font-family: var(--msc-font);
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--msc-red);
  padding-bottom: 16px;
}

/* CTA dans le body des target-cards : .svc-cta-btn (Base/style.css) noir → rouge au hover */
.target-card-cta.svc-cta-btn {
  display: inline-flex;
  margin: 4px 22px 22px;
  width: calc(100% - 44px);
  padding: 13px 18px;
  font-size: 12px;
  letter-spacing: .04em;
  justify-content: center;
  box-sizing: border-box;
  text-transform: uppercase;
}
.target-card-cta.svc-cta-btn svg { width: 13px; height: 13px; }
@media (max-width: 640px) {
  .target-card-body-inner > p, .target-card-body-inner > .target-card-tag { padding-left: 18px; padding-right: 18px; }
  .target-card-cta.svc-cta-btn {
    margin: 4px 18px 20px;
    width: calc(100% - 36px);
    padding: 12px 14px;
    font-size: 11.5px;
  }
}
.targets-not-for {
  margin-top: 40px;
  padding: 22px 28px;
  background: var(--msc-gray-50);
  border-left: 2px solid var(--msc-gray-300);
  font-family: var(--msc-font);
  font-size: 14px;
  line-height: 1.65;
  color: var(--msc-gray-600);
  font-style: italic;
}
.targets-not-for a {
  color: var(--msc-red);
  text-decoration: none;
  font-weight: 600;
  font-style: normal;
  border-bottom: 1px solid var(--msc-red);
}
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 56px; }
.benefit-card {
  position: relative;
  background: var(--msc-white);
  border: 1px solid var(--msc-gray-200);
  border-radius: 3px;
  padding: 32px 30px 28px;
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-template-rows: auto auto 1fr auto;
  grid-template-areas: "num num" "icon title" "desc desc" "proof proof";
  gap: 14px 18px;
  transition: border-color .25s var(--msc-ease-out), transform .25s var(--msc-ease-out), box-shadow .25s var(--msc-ease-out);
}
.benefit-card .benefit-num { grid-area: num; }
.benefit-card .benefit-icon { grid-area: icon; align-self: center; }
.benefit-card h3 {
  grid-area: title;
  align-self: stretch;
  min-height: 96px;
  display: flex;
  align-items: center;
  margin: 0;
}
.benefit-card p { grid-area: desc; align-self: start; }
.benefit-card .benefit-proof { grid-area: proof; align-self: end; }
.benefit-card:hover {
  border-color: var(--msc-red);
  transform: translateY(-3px);
  box-shadow: 0 14px 38px -10px rgba(0, 0, 0, .08);
}
.benefit-card:hover .benefit-icon { background: var(--msc-red); color: var(--msc-white); border-color: var(--msc-red); }
/* Numéro 01-06 en italique rouge — ancrage visuel */
.benefit-num {
  font-family: var(--msc-font-display);
  font-style: italic;
  font-size: 13px;
  font-weight: 400;
  color: var(--msc-red);
  letter-spacing: .04em;
  margin-bottom: 0;
}

/* Icône Lucide — carré arrondi, fond gris clair, devient rouge au hover */
.benefit-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: var(--msc-gray-50);
  border: 1px solid var(--msc-gray-200);
  border-radius: 6px;
  color: var(--msc-gray-900);
  transition: background .25s var(--msc-ease-out), color .25s var(--msc-ease-out), border-color .25s var(--msc-ease-out);
  margin-bottom: 4px;
}
.benefit-icon svg { width: 24px; height: 24px; }
/* Titre — promesse forte (aligné horizontalement avec l'icône) */
.benefit-card h3 {
  font-family: var(--msc-font-display);
  font-size: clamp(18px, 1.5vw, 21px);
  font-weight: 400;
  color: var(--msc-gray-900);
  letter-spacing: -.01em;
  line-height: 1.25;
  margin: 0;
  padding-top: 0;
  border-top: 0;
}

/* Description : barre de séparation au-dessus du paragraphe pour conserver le rythme visuel */
.benefit-card p { padding-top: 14px; border-top: 1px solid var(--msc-gray-100); }
.benefit-card p {
  font-family: var(--msc-font);
  font-size: 14px;
  line-height: 1.65;
  color: var(--msc-gray-700);
  margin: 0;
}
.benefit-card p strong { color: var(--msc-gray-900); font-weight: 600; }

/* Preuve concrète — pied de card, italique gris foncé, séparateur */
.benefit-proof {
  display: block;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px dashed var(--msc-gray-200);
  font-family: var(--msc-font);
  font-style: italic;
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--msc-gray-500);
}
.benefits-foot {
  margin-top: 48px;
  padding: 28px 36px;
  background: var(--msc-black);
  color: var(--msc-white);
  border-radius: 3px;
}
.benefits-foot p {
  font-family: var(--msc-font);
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, .85);
  margin: 0;
}
.benefits-foot p strong { color: var(--msc-white); font-weight: 600; }
.cantons-slider-wrap { margin-top: 56px; position: relative; }
.cantons-grid.cantons-slider {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding: 0;
  padding: 4px 0 20px;
  margin: 0;
  scrollbar-width: none;
}
.cantons-grid.cantons-slider::-webkit-scrollbar { display: none; }
.cantons-grid.cantons-slider .canton-card {
  flex: 0 0 calc((100% - 80px) / 3);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.cantons-grid:not(.cantons-slider) {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 56px;
}
.cantons-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  padding-top: 18px;
  border-top: 1px solid var(--msc-gray-200);
}
.cantons-nav-info {
  flex: 1;
  font-family: var(--msc-font);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--msc-gray-500);
}
.cantons-arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--msc-gray-300);
  background: var(--msc-white);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--msc-gray-700);
  transition: all .25s var(--msc-ease-out);
}
.cantons-arrow:hover { border-color: var(--msc-red); color: var(--msc-red); background: var(--msc-gray-50); }
.cantons-arrow svg { width: 16px; height: 16px; fill: none; }
.canton-card {
  background: var(--msc-white);
  border: 1px solid var(--msc-gray-200);
  border-radius: 3px;
  padding: 28px 26px 26px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: border-color .25s var(--msc-ease-out), transform .25s var(--msc-ease-out);
}
.canton-card:hover { border-color: var(--msc-red); transform: translateY(-2px); }
.canton-card.highlight { border-top: 4px solid var(--msc-red); padding-top: 24px; }
.canton-card-head { display: flex; align-items: center; gap: 14px; }
.canton-card-flag {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  background: var(--msc-black);
  color: var(--msc-white);
  font-family: var(--msc-font);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  border-radius: 3px;
  aspect-ratio: 1 / 1;
}
.canton-card.highlight .canton-card-flag { background: var(--msc-red); }
.canton-card h3 {
  font-family: var(--msc-font-display);
  font-size: 22px;
  font-weight: 400;
  color: var(--msc-gray-900);
  letter-spacing: -.01em;
  line-height: 1.15;
  margin: 0;
}
.canton-card-pitch {
  font-family: var(--msc-font);
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--msc-gray-600);
  margin: 0;
}
.canton-card-meta {
  list-style: none;
  margin: 4px 0;
  padding: 16px 0;
  border-top: 1px solid var(--msc-gray-100);
  border-bottom: 1px solid var(--msc-gray-100);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.canton-card-meta li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  font-family: var(--msc-font);
  font-size: 12.5px;
  line-height: 1.4;
}
.canton-card-meta li span {
  color: var(--msc-gray-500);
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  flex-shrink: 0;
}
.canton-card-meta li strong { color: var(--msc-gray-900); font-weight: 600; text-align: right; }
.canton-card-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--msc-font);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--msc-red);
  text-decoration: none;
  border-top: 1px dashed var(--msc-gray-200);
  padding-top: 14px;
}
.canton-card-link svg { width: 14px; height: 14px; stroke: currentColor; stroke-width: 1.6; fill: none; }
.canton-card-link:hover { color: var(--msc-black); }
@media (max-width: 1024px) {
  .faq-in { padding: 0 40px; grid-template-columns: 1fr; gap: 40px; }
  .faq-left { position: static; }
  .formules-grid { grid-template-columns: 1fr; gap: 24px; }
  .formules-grid.three { grid-template-columns: 1fr; gap: 24px; }
  .formule-card.highlight { order: -1; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .cantons-grid:not(.cantons-slider) { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .cantons-grid.cantons-slider .canton-card { flex: 0 0 calc((100% - 32px) / 2); }
}
@media (max-width: 768px) {
  .faq-in { padding: 0 24px; }
  /* Tarifs bureaux : empile en cartes verticales */
  .formule-card { padding: 32px 24px 28px; }
  .formule-price-amount { font-size: 36px; }
  .formule-price { gap: 6px; }
  .formule-price-from, .formule-price-currency { font-size: 10px; }
  .formule-price-unit { font-size: 11px; }
  .formules-grid.three { grid-template-columns: 1fr; gap: 18px; }
  .formules-grid.three .formule-target, .formules-grid.three .formule-title, .formules-grid.three .formule-pitch, .formules-grid.three .formule-price {
    min-height: 0;
  }
  .target-card-trigger { padding: 18px 18px; gap: 12px; }
  .target-card-icon { width: 38px; height: 38px; }
  .target-card-icon svg { width: 18px; height: 18px; }
  .target-card h3 { font-size: 15.5px; }
  .target-card-body-inner > p, .target-card-body-inner > .target-card-tag { padding-left: 18px; padding-right: 18px; }
  .target-card-body-inner > p { font-size: 13px; padding-bottom: 0; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefit-card { padding: 28px 24px 26px; }
  .benefits-foot { padding: 24px 24px; }
  .cantons-grid:not(.cantons-slider) { grid-template-columns: 1fr; }
  .cantons-grid.cantons-slider .canton-card { flex: 0 0 calc(100% - 50px); }
  .cantons-grid.cantons-slider { gap: 14px; }
}

/* ═══════════════════════════════════════════════════════════════════
   REFUS — Cas limites de mandat (3 cartes teaser fade)
   Pattern : aperçu visible + dégradé fondu + bouton "Voir plus"
   ═══════════════════════════════════════════════════════════════════ */
/* Détail derrière fade — partiellement visible */
/* Bouton Voir plus */

/* Responsive */

/* ====================================================================
   ADDITIONS SPÉCIFIQUES PAGE TVA
   ==================================================================== */

/* .plus-tag : badge "+" sur la ligne includes du forfait supérieur */

/* .services-complement : wrapper section pour 5 missions complémentaires
   Réutilise .benefits-grid et .benefit-card mais sur fond clair */

/* ════════════════════════════════════════════════════════════════════
   ⚠️ TEMPORAIRE — À SUPPRIMER AVANT EXPORT DIVI ⚠️
   ────────────────────────────────────────────────────────────────────
   Marges/padding pour visualisation standalone (hors Divi).
   Divi gère ces espacements via Section/Row settings dans le builder.
   Toute la zone entre les marqueurs DIVI-STRIP-START / DIVI-STRIP-END
   doit être retirée lors de la conversion msc-divi-converter.
   ════════════════════════════════════════════════════════════════════ */
/* DIVI-STRIP-START */

/* Toutes les <section> top-level : padding + largeur centrée.
   Divi gère l'équivalent via Section/Row settings — donc à supprimer
   intégralement avant export. Tout est appliqué directement sur la
   section, AUCUN wrapper enfant. */
section.svc-hero, section.targets, section.formules, section.svc-eeat, section.benefits, section.cantons, section.procedure, section.cas-pratiques, section.scope-out, section.apres-immat, section#faq, section.msc-services {
  padding: 120px 48px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
/* Hero conserve son padding-top spécifique (header overlap) */
section.svc-hero { padding: 140px 48px 120px !important; }
@media (max-width: 1024px) {
  section.svc-hero, section.targets, section.formules, section.svc-eeat, section.benefits, section.cantons, section.procedure, section.cas-pratiques, section.scope-out, section.apres-immat, section#faq, section.msc-services {
    padding: 80px 32px;
  }
  section.svc-hero { padding: 110px 32px 80px !important; }
}
@media (max-width: 640px) {
  section.svc-hero, section.targets, section.formules, section.svc-eeat, section.benefits, section.cantons, section.procedure, section.cas-pratiques, section.scope-out, section.apres-immat, section#faq, section.msc-services {
    padding: 56px 20px;
  }
  section.svc-hero { padding: 96px 20px 64px !important; }
}
/* ════════════════════════════════════════════════════════════════════
   SECTION 07 — CAS PRATIQUES : accordéon plein-largeur
   ──────────────────────────────────────────────────────────────────── */
.cas-pratiques { background: var(--msc-white); }
.cas-stack { margin-top: 48px; display: flex; flex-direction: column; gap: 14px; }
.cas-card {
  background: var(--msc-white);
  border: 1px solid var(--msc-gray-200);
  border-radius: 4px;
  transition: border-color .25s, box-shadow .25s;
}
.cas-card:hover { border-color: var(--msc-gray-300); }
.cas-card.is-open { border-color: var(--msc-black); box-shadow: 0 18px 50px rgba(0, 0, 0, .06); }
/* Trigger : numéro + tag/titre + toggle */
.cas-card-trigger {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 26px 32px;
  background: var(--msc-white);
  border: 0;
  cursor: pointer;
  text-align: left;
  font-family: var(--msc-font);
  color: inherit;
}
/* Icône Cas pratiques — même style que target-card-icon */
.cas-card-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: var(--msc-black);
  color: var(--msc-white);
  border-radius: 3px;
  flex-shrink: 0;
  transition: background .25s var(--msc-ease-out);
}
.cas-card-icon svg { width: 24px; height: 24px; }
.cas-card:hover .cas-card-icon { background: var(--msc-red); }
.cas-card.is-open .cas-card-icon { background: var(--msc-red); }
.cas-card-heading { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.cas-card-tag {
  font-family: var(--msc-font);
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--msc-red);
}
.cas-card-title {
  font-family: var(--msc-font-display);
  font-size: clamp(17px, 1.7vw, 22px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -.01em;
  color: var(--msc-gray-900);
}
.cas-card-toggle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--msc-gray-200);
  display: grid;
  place-items: center;
  position: relative;
  flex-shrink: 0;
  transition: background .25s, border-color .25s;
}
.cas-card-toggle::before, .cas-card-toggle::after {
  content: "";
  position: absolute;
  background: var(--msc-black);
  transition: transform .3s, background .25s;
}
.cas-card-toggle::before { width: 14px; height: 1.5px; }
.cas-card-toggle::after { width: 1.5px; height: 14px; }
.cas-card.is-open .cas-card-toggle { background: var(--msc-red); border-color: var(--msc-red); }
.cas-card.is-open .cas-card-toggle::before, .cas-card.is-open .cas-card-toggle::after { background: var(--msc-white); }
.cas-card.is-open .cas-card-toggle::after { transform: scaleY(0); }
/* Body collapsible */
.cas-card-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .45s cubic-bezier(.6, .1, .2, 1);
}
.cas-card.is-open .cas-card-body { grid-template-rows: 1fr; }
.cas-card-body-inner { overflow: hidden; min-height: 0; }
.cas-card-content { padding: 28px 32px 36px 32px; border-top: 1px solid var(--msc-gray-100); margin-top: 0; }
/* Paragraphes courants (texte de contexte) */
.cas-card-content > p {
  font-family: var(--msc-font);
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--msc-gray-700);
  margin: 0 0 14px;
}
.cas-card-content > p strong { color: var(--msc-gray-900); font-weight: 600; }

/* Lead phrases : paragraphes qui annoncent une liste (terminent par ':')
   → visuellement distincts grâce à :has(+ ul) — accent rouge à gauche, font plus marquée */
.cas-card-content > p:has(+ ul) {
  font-family: var(--msc-font);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
  color: var(--msc-gray-900);
  margin: 18px 0 12px;
  padding: 8px 0 8px 16px;
  border-left: 3px solid var(--msc-red);
  letter-spacing: -.005em;
}

/* Premier lead phrase d'une card : pas de marge top (collé au border-top de content) */
.cas-card-content > p:first-child:has(+ ul) { margin-top: 0; }

/* Sous-titre hérité (italique rouge — rare, pour compatibilité) */
/* Listes à puces tiret rouge */
.cas-card-content ul { list-style: none; padding: 0; margin: 0 0 18px; display: grid; gap: 8px; }
.cas-card-content ul li {
  position: relative;
  padding-left: 22px;
  font-family: var(--msc-font);
  font-size: 14px;
  line-height: 1.6;
  color: var(--msc-gray-700);
}
.cas-card-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 12px;
  height: 1.5px;
  background: var(--msc-red);
}
.cas-card-content ul li strong { color: var(--msc-gray-900); font-weight: 600; }
.cas-card-content ul ul { margin: 8px 0 0 0; padding-left: 4px; }

/* ─── DESKTOP : layout 2 colonnes internes (≥ 980px) ───────────── */
@media (min-width: 980px) {
  .cas-card-content { column-count: 2; column-gap: 48px; column-rule: 1px solid var(--msc-gray-100); }
  /* Empêche les blocs critiques d'être coupés entre les 2 colonnes */
  .cas-card-content > p, .cas-card-content > ul { break-inside: avoid; page-break-inside: avoid; }
  /* Le lead phrase + sa liste restent solidaires (toujours dans la même colonne) */
  .cas-card-content > p:has(+ ul) { margin-bottom: 0; page-break-after: avoid; break-after: avoid; }
  .cas-card-content > p:has(+ ul) + ul { margin-top: 12px; page-break-before: avoid; break-before: avoid; }
}

/* Élargir la zone de stack en desktop pour profiter pleinement du 2-cols */
@media (min-width: 980px) {
  .cas-stack { max-width: 1140px; }
}
@media (max-width: 768px) {
  .cas-card-trigger { padding: 20px 22px; gap: 18px; }
  .cas-card-icon { width: 40px; height: 40px; }
  .cas-card-icon svg { width: 20px; height: 20px; }
  .cas-card-toggle { width: 34px; height: 34px; }
  .cas-card-content { padding: 22px 22px 28px; }
}
@media (max-width: 480px) {
  .cas-card-trigger { padding: 18px 18px; gap: 14px; }
  .cas-card-tag { font-size: 9.5px; }
  .cas-card-title { font-size: 15.5px; }
}

/* ════════════════════════════════════════════════════════════════════
   SECTION 08 — APRÈS L'IMMATRICULATION : checklist post-AFC
   ──────────────────────────────────────────────────────────────────── */
.apres-immat { background: var(--msc-white); }
.apres-stack { margin-top: 56px; display: flex; flex-direction: column; gap: 0; }
.apres-step {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 32px;
  padding: 32px 0;
  border-top: 1px solid var(--msc-gray-200);
  transition: padding .35s var(--msc-ease-out), background .25s var(--msc-ease-out);
}
.apres-step:last-child { border-bottom: 1px solid var(--msc-gray-200); }
.apres-step.is-active {
  padding: 40px 0 44px;
  background: linear-gradient(180deg, transparent 0%, var(--msc-gray-50) 100%);
}
.apres-step-num {
  font-family: var(--msc-font-display);
  font-style: italic;
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 400;
  line-height: 1;
  color: var(--msc-gray-200);
  letter-spacing: -.02em;
  transition: color .35s var(--msc-ease-out);
}
.apres-step.is-active .apres-step-num { color: var(--msc-red); }
.apres-step-content { display: grid; gap: 14px; }
.apres-step-title {
  font-family: var(--msc-font-display);
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 400;
  line-height: 1.25;
  color: var(--msc-gray-900);
  letter-spacing: -.015em;
  margin: 0;
  cursor: pointer;
}

/* Toggle button (visible mobile/tablette uniquement, masqué desktop ≥980px) */
.apres-step-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  margin-top: 4px;
  width: fit-content;
  background: var(--msc-white);
  border: 1px solid var(--msc-gray-300);
  border-radius: 999px;
  cursor: pointer;
  font-family: var(--msc-font);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--msc-gray-900);
  transition: background .25s, color .25s, border-color .25s;
}
.apres-step-toggle svg { width: 12px; height: 12px; transition: transform .35s var(--msc-ease-out); }
.apres-step-toggle:hover { background: var(--msc-black); color: var(--msc-white); border-color: var(--msc-black); }
.apres-step.is-active .apres-step-toggle {
  background: var(--msc-red);
  color: var(--msc-white);
  border-color: var(--msc-red);
}
.apres-step.is-active .apres-step-toggle svg { transform: rotate(180deg); }
/* Swap label : "Voir le détail" → "Masquer le détail" */
.apres-step.is-active .apres-step-toggle .apres-step-toggle-text { font-size: 0; line-height: 0; }
.apres-step.is-active .apres-step-toggle .apres-step-toggle-text::after {
  content: "Masquer le détail";
  font-size: 11.5px;
  line-height: normal;
}
/* Body collapsible : grid-template-rows pour animation smooth */

/* Body : preview de ~2 lignes visibles avec fondu, expansion complète au hover/active */
.apres-step-body {
  position: relative;
  max-height: 56px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 35%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 35%, transparent 100%);
  transition: max-height .55s cubic-bezier(.6, .1, .2, 1), -webkit-mask-image .35s ease-out, mask-image .35s ease-out;
}
.apres-step-body-inner { min-height: 0; }
/* Active (mobile click) : déploiement complet, masque retiré */
.apres-step.is-active .apres-step-body {
  max-height: 2400px;
  -webkit-mask-image: none;
  mask-image: none;
  transition: max-height .8s cubic-bezier(.4, 0, .1, 1), -webkit-mask-image .25s ease-in, mask-image .25s ease-in;
}

/* Desktop ≥980px : preview au repos, expansion au hover (pure CSS) */
@media (hover: hover) and (min-width: 980px) {
  .apres-step-toggle { display: none; }
  .apres-step-title { cursor: default; }
  /* Hover sur le step → état "is-active" complet */
  .apres-step:hover {
    padding: 40px 0 44px;
    background: linear-gradient(180deg, transparent 0%, var(--msc-gray-50) 100%);
  }
  .apres-step:hover .apres-step-num { color: var(--msc-red); }
  .apres-step:hover .apres-step-body {
    max-height: 2400px;
    -webkit-mask-image: none;
    mask-image: none;
    transition: max-height .8s cubic-bezier(.4, 0, .1, 1), -webkit-mask-image .25s ease-in, mask-image .25s ease-in;
  }
}

/* Tablet/mobile sans capacité hover : interaction par click sur titre/bouton (gérée en JS) */
@media (hover: none), (max-width: 979px) {
  .apres-step-title { cursor: pointer; }
}
.apres-step-content p {
  font-family: var(--msc-font);
  font-size: 15px;
  line-height: 1.7;
  color: var(--msc-gray-700);
  margin: 0;
}
.apres-step-content p strong { color: var(--msc-gray-900); font-weight: 600; }
/* Listes à puces tiret rouge */
.apres-list { list-style: none; padding: 0; margin: 4px 0; display: grid; gap: 8px; }
.apres-list li {
  position: relative;
  padding-left: 22px;
  font-family: var(--msc-font);
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--msc-gray-700);
}
.apres-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 12px;
  height: 1.5px;
  background: var(--msc-red);
}
.apres-list li strong { color: var(--msc-gray-900); font-weight: 600; }

/* Bloc "À retenir" / "Important" — fond rouge clair, border-left rouge */
.apres-warning {
  margin-top: 8px;
  padding: 18px 22px;
  background: rgba(227, 33, 27, .05);
  border-left: 3px solid var(--msc-red);
  border-radius: 0 3px 3px 0;
  display: grid;
  gap: 6px;
}
.apres-warning-tag {
  font-family: var(--msc-font);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--msc-red);
}
.apres-warning p {
  font-family: var(--msc-font);
  font-size: 14px;
  line-height: 1.65;
  color: var(--msc-gray-800);
  margin: 0;
}
/* Tableau calendrier décomptes */
.apres-table-caption { font-weight: 600; color: var(--msc-gray-900) !important; margin-top: 8px !important; }
.apres-table-wrap { margin: 8px 0; overflow-x: auto; border: 1px solid var(--msc-gray-200); border-radius: 3px; }
.apres-table { width: 100%; border-collapse: collapse; font-family: var(--msc-font); font-size: 14px; }
.apres-table thead { background: var(--msc-black); }
.apres-table th {
  padding: 14px 18px;
  text-align: left;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--msc-white);
  border-bottom: 2px solid var(--msc-red);
}
.apres-table td {
  padding: 14px 18px;
  border-top: 1px solid var(--msc-gray-100);
  color: var(--msc-gray-700);
  line-height: 1.5;
}
.apres-table td strong { color: var(--msc-gray-900); font-weight: 600; }
.apres-table tbody tr:nth-child(even) { background: var(--msc-gray-50); }
.apres-table tbody tr:hover { background: rgba(227, 33, 27, .04); }
.apres-table sup { font-size: .65em; vertical-align: super; }
.apres-table-foot { font-size: 13px !important; color: var(--msc-gray-500) !important; }
/* Conclusion : card highlight fond gris, border-top rouge */
.apres-conclusion {
  margin-top: 56px;
  padding: 40px 44px;
  background: var(--msc-gray-50);
  border-top: 4px solid var(--msc-red);
  border-radius: 0 0 4px 4px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 14px;
}
.apres-conclusion-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--msc-font);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--msc-red);
}
.apres-conclusion-tag::before { content: ""; width: 24px; height: 1px; background: var(--msc-red); }
.apres-conclusion-title {
  font-family: var(--msc-font-display);
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 400;
  line-height: 1.2;
  color: var(--msc-gray-900);
  letter-spacing: -.015em;
  margin: 0 0 6px;
}
.apres-conclusion-title em { font-style: italic; color: var(--msc-red); }
.apres-conclusion p {
  font-family: var(--msc-font);
  font-size: 15px;
  line-height: 1.7;
  color: var(--msc-gray-700);
  margin: 0;
}
.apres-conclusion-final {
  margin-top: 8px !important;
  padding-top: 16px;
  border-top: 1px solid var(--msc-gray-200);
  color: var(--msc-gray-900) !important;
  font-size: 15.5px !important;
}
.apres-conclusion-final strong { color: var(--msc-gray-900); font-weight: 600; }

/* Responsive */
@media (max-width: 768px) {
  .apres-step { grid-template-columns: 64px 1fr; gap: 18px; padding: 32px 0; }
  .apres-step-num { font-size: 38px; }
  .apres-step-title { font-size: 19px; }
  .apres-conclusion { padding: 32px 26px; }
  .apres-table th, .apres-table td { padding: 12px 14px; font-size: 13px; }
  .apres-table th { font-size: 10px; }
}
@media (max-width: 480px) {
  .apres-step { grid-template-columns: 1fr; gap: 8px; }
  .apres-step-num { font-size: 32px; }
  .apres-warning { padding: 14px 16px; }
}

/* ════════════════════════════════════════════════════════════════════
   SECTION 04 — ACTIVITÉS HORS PÉRIMÈTRE (refus transparent)
   ──────────────────────────────────────────────────────────────────── */
.scope-out { background: var(--msc-white); }
.scope-out-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.scope-out-card {
  background: var(--msc-gray-50);
  border: 1px solid var(--msc-gray-200);
  border-radius: 3px;
  padding: 26px 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: border-color .25s var(--msc-ease-out), background .25s var(--msc-ease-out), transform .25s var(--msc-ease-out);
  position: relative;
}
.scope-out-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 2px;
  background: var(--msc-gray-300);
  transition: background .25s var(--msc-ease-out), width .25s var(--msc-ease-out);
}
.scope-out-card:hover { border-color: var(--msc-gray-300); background: var(--msc-white); transform: translateY(-2px); }
.scope-out-card:hover::before { background: var(--msc-red); width: 56px; }
.scope-out-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: var(--msc-white);
  border: 1px solid var(--msc-gray-200);
  border-radius: 3px;
  color: var(--msc-gray-700);
  margin-bottom: 4px;
  transition: border-color .25s, color .25s;
}
.scope-out-icon svg { width: 20px; height: 20px; }
.scope-out-card:hover .scope-out-icon { border-color: var(--msc-red); color: var(--msc-red); }
.scope-out-card h3 {
  font-family: var(--msc-font-display);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -.005em;
  color: var(--msc-gray-900);
  margin: 0;
}
.scope-out-card p {
  font-family: var(--msc-font);
  font-size: 13px;
  line-height: 1.6;
  color: var(--msc-gray-600);
  margin: 0;
}
.scope-out-card p strong { color: var(--msc-gray-900); font-weight: 600; }

/* Responsive */
@media (max-width: 1100px) {
  .scope-out-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 880px) {
  .scope-out-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .scope-out-card { padding: 22px 20px 20px; }
}
@media (max-width: 560px) {
  .scope-out-grid { grid-template-columns: 1fr; }
  .scope-out-card h3 { font-size: 16px; }
}

/* ══════════════════════════════════════════════════════════════════
   AJOUTS PAGE ASSOCIATION : steps en 3 colonnes + tableau comparatif
   ══════════════════════════════════════════════════════════════════ */

/* Procédure de constitution : 3 étapes — override du .steps 4 cols natif (hérité de Domiciliation) */
.procedure .steps { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 979px) {
  .procedure .steps { grid-template-columns: repeat(2, 1fr); }
  .procedure .steps .step:nth-child(2n) { border-right: none; }
  .procedure .steps .step:nth-child(odd) { border-right: 1px solid var(--msc-gray-200); }
}
@media (max-width: 640px) {
  .procedure .steps { grid-template-columns: 1fr; }
  .procedure .steps .step, .procedure .steps .step:nth-child(odd) {
    border-right: none;
    border-bottom: 1px solid var(--msc-gray-200);
  }
  .procedure .steps .step:last-child { border-bottom: none; }
}
/* Tableau comparatif Association vs Fondation */
.compare { margin-top: 80px; padding-top: 64px; border-top: 1px solid var(--msc-gray-100); }
.compare-head { max-width: 760px; margin-bottom: 36px; }
.compare-tag {
  display: inline-block;
  font-family: var(--msc-font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--msc-red);
  margin-bottom: 16px;
}
.compare-title {
  font-family: var(--msc-font-display);
  font-size: clamp(26px, 2.4vw, 34px);
  font-weight: 400;
  line-height: 1.15;
  color: var(--msc-gray-900);
  letter-spacing: -0.01em;
  margin: 0 0 14px;
}
.compare-intro {
  font-family: var(--msc-font);
  font-size: 15px;
  line-height: 1.65;
  color: var(--msc-gray-700);
  margin: 0;
}
.compare-table th:first-child, .compare-table td:first-child { width: 36%; }
.compare-table th:nth-child(2), .compare-table td:nth-child(2) { color: var(--msc-red); }
.compare-table tbody tr:hover td:nth-child(2) { color: var(--msc-red); font-weight: 600; }
@media (max-width: 640px) {
  .compare { margin-top: 56px; padding-top: 40px; }
  .compare-table th:first-child, .compare-table td:first-child { width: auto; }
}

/* ══════════════════════════════════════════════════════════════════
   REDESIGN COMPACT — Section 03 Pourquoi Genève
   Header full-width + grille 2-col (photo+stats | 6 atouts 3×2)
   Target : 1 écran de hauteur sur desktop
   ══════════════════════════════════════════════════════════════════ */
.why-geneva {
  position: relative;
  padding: 96px 4vw 96px;
  background: radial-gradient(900px 500px at -10% 5%, rgba(227, 33, 27, .03), transparent 60%), var(--msc-white);
  overflow: hidden;
}
.why-geneva-header { max-width: 1280px; margin: 0 auto 56px; }
.why-geneva-title {
  font-family: var(--msc-font-display);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 400;
  line-height: 1.08;
  color: var(--msc-gray-900);
  letter-spacing: -0.02em;
  margin: 24px 0 20px;
  max-width: 22ch;
  text-wrap: balance;
}
.why-geneva-title em { font-style: italic; color: var(--msc-red); }
.why-geneva-leads { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; max-width: 1100px; }
.why-geneva-lead {
  font-family: var(--msc-font);
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--msc-gray-700);
  margin: 0;
}
.why-geneva-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 48px;
  align-items: start;
}
.why-geneva-visual { display: flex; flex-direction: column; gap: 0; }
.why-geneva-figure {
  position: relative;
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--msc-black);
}
.why-geneva-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.02) saturate(.92);
  transition: transform 1s cubic-bezier(.2, .7, .2, 1);
}
.why-geneva-figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(165deg, transparent 55%, rgba(0, 0, 0, .55) 100%);
  pointer-events: none;
}
.why-geneva-visual:hover .why-geneva-figure img { transform: scale(1.03); }
.why-geneva-figure figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 2;
  color: var(--msc-white);
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.why-geneva-place {
  font-family: var(--msc-font-display);
  font-size: 24px;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.01em;
}
.why-geneva-sub {
  font-family: var(--msc-font);
  font-size: 10.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .85);
}
.why-geneva-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  margin: 0;
  border-bottom: 1px solid var(--msc-gray-200);
}
.why-geneva-stat {
  padding: 14px 10px 12px;
  border-right: 1px solid var(--msc-gray-100);
  transition: background .3s ease;
}
.why-geneva-stat:last-child { border-right: none; }
.why-geneva-stat:hover { background: rgba(227, 33, 27, .04); }
.why-geneva-stat dt {
  font-family: var(--msc-font-display);
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  color: var(--msc-gray-900);
  margin: 0 0 4px;
  letter-spacing: -0.02em;
}
.why-geneva-stat dt span { color: var(--msc-red); font-style: italic; }
.why-geneva-stat dd {
  font-family: var(--msc-font);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--msc-gray-500);
  margin: 0;
  line-height: 1.3;
}
.why-geneva-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--msc-gray-200);
  border-left: 1px solid var(--msc-gray-200);
}
.why-geneva-item {
  position: relative;
  padding: 22px 22px 24px;
  border-right: 1px solid var(--msc-gray-200);
  border-bottom: 1px solid var(--msc-gray-200);
  background: var(--msc-white);
  transition: background .35s ease;
}
.why-geneva-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--msc-red);
  transition: width .5s cubic-bezier(.6, .1, .2, 1);
}
.why-geneva-item:hover { background: var(--msc-gray-50); }
.why-geneva-item:hover::before { width: 100%; }
.why-geneva-item:hover .why-geneva-num { color: var(--msc-red); }
.why-geneva-num {
  display: block;
  font-family: var(--msc-font-display);
  font-style: italic;
  font-size: 26px;
  line-height: 1;
  color: var(--msc-gray-300);
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  transition: color .35s;
}
.why-geneva-item h3 {
  font-family: var(--msc-font-display);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: var(--msc-gray-900);
  margin: 0 0 8px;
  letter-spacing: -0.005em;
}
.why-geneva-item p {
  font-family: var(--msc-font);
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--msc-gray-700);
  margin: 0 0 10px;
}
.why-geneva-tag {
  display: inline-block;
  font-family: var(--msc-font);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--msc-red);
  padding-top: 6px;
  border-top: 1px solid currentColor;
}
.why-geneva-foot {
  max-width: 1280px;
  margin: 40px auto 0;
  padding: 20px 28px;
  background: var(--msc-gray-50);
  border-left: 2px solid var(--msc-red);
  font-family: var(--msc-font);
  font-size: 14px;
  line-height: 1.6;
  color: var(--msc-gray-800);
  font-style: italic;
}
@media (max-width: 1080px) {
  .why-geneva-grid { grid-template-columns: 280px 1fr; gap: 32px; }
  .why-geneva-list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .why-geneva { padding: 64px 5vw 64px; }
  .why-geneva-grid { grid-template-columns: 1fr; }
  .why-geneva-figure { aspect-ratio: 16 / 10; }
  .why-geneva-leads { grid-template-columns: 1fr; gap: 14px; }
  .why-geneva-list { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════════════════════════════════
   REDESIGN COMPACT — Section 07 LBA approfondie (fond clair)
   Header + grille 3×2 compacte de fiches référencées
   ══════════════════════════════════════════════════════════════════ */
.lba-deep { position: relative; padding: 96px 4vw 96px; background: var(--msc-gray-50); overflow: hidden; }
.lba-deep::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(700px 400px at 100% 0%, rgba(227, 33, 27, .04), transparent 55%), radial-gradient(500px 300px at 0% 100%, rgba(0, 0, 0, .025), transparent 55%);
  pointer-events: none;
}
.lba-deep-grain { display: none; }
.lba-deep-in { position: relative; max-width: 1280px; margin: 0 auto; }
.lba-deep-head { max-width: 900px; margin-bottom: 48px; }
.lba-deep-meta { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; flex-wrap: wrap; }
.lba-deep-stamp {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 12px;
  border: 1px solid var(--msc-red);
  color: var(--msc-red);
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 600;
  background: var(--msc-white);
}
.lba-deep-stamp::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--msc-red);
  box-shadow: 0 0 6px var(--msc-red);
  animation: lbaPulse 2.4s ease-in-out infinite;
}
@keyframes lbaPulse { 0%,100% { opacity: 1 } 50% { opacity: .35 } }
.lba-deep-ref {
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--msc-gray-500);
}
.lba-deep-title {
  font-family: var(--msc-font-display);
  font-size: clamp(28px, 2.8vw, 40px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 18px 0 16px;
  color: var(--msc-gray-900);
  text-wrap: balance;
}
.lba-deep-title em { color: var(--msc-red); font-style: italic; }
.lba-deep-lead {
  font-family: var(--msc-font);
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--msc-gray-700);
  margin: 0;
  max-width: 78ch;
}
.lba-deep-lead strong { color: var(--msc-gray-900); }
.lba-deep-files {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--msc-gray-200);
  border-left: 1px solid var(--msc-gray-200);
}
.lba-file {
  position: relative;
  padding: 22px 22px 24px;
  border-right: 1px solid var(--msc-gray-200);
  border-bottom: 1px solid var(--msc-gray-200);
  background: var(--msc-white);
  transition: background .35s ease;
  overflow: hidden;
}
.lba-file:hover { background: var(--msc-gray-50); }
.lba-file-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--msc-red);
  transition: width .5s cubic-bezier(.6, .1, .2, 1);
}
.lba-file:hover .lba-file-bar { width: 100%; }
.lba-file-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; gap: 10px; }
.lba-file-ref {
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--msc-red);
  font-weight: 600;
}
.lba-file-class {
  font-family: var(--msc-font);
  font-size: 9.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--msc-gray-500);
  font-weight: 600;
}
.lba-file-title {
  font-family: var(--msc-font-display);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: var(--msc-gray-900);
  margin: 0 0 10px;
  letter-spacing: -0.005em;
}
.lba-file-body {
  font-family: var(--msc-font);
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--msc-gray-700);
  margin: 0 0 12px;
}
.lba-file-tags {
  display: inline-block;
  font-family: var(--msc-font);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--msc-red);
  padding-top: 8px;
  border-top: 1px dashed rgba(227, 33, 27, .4);
}
.lba-deep-foot {
  margin-top: 36px;
  padding: 22px 28px;
  background: var(--msc-white);
  border: 1px solid var(--msc-gray-200);
  border-left: 3px solid var(--msc-red);
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  align-items: center;
}
.lba-deep-foot-seal {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1.5px solid var(--msc-red);
  color: var(--msc-red);
}
.lba-deep-foot-seal svg { width: 20px; height: 20px; }
.lba-deep-foot p {
  font-family: var(--msc-font);
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--msc-gray-800);
  margin: 0;
}
.lba-deep-foot strong { color: var(--msc-gray-900); }
@media (max-width: 1080px) {
  .lba-deep-files { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .lba-deep { padding: 64px 5vw 64px; }
  .lba-deep-files { grid-template-columns: 1fr; }
  .lba-deep-foot { grid-template-columns: 1fr; padding: 20px 22px; }
}

/* ══════════════════════════════════════════════════════════════════
   RESPONSIVE AMÉLIORÉ — Tableau des prix (.formules-grid.three .formule-classy)
   Progression : 3 cols (desktop) → 3 cols compactés (1280px)
                 → 2+1 highlight pleine largeur (980px)
                 → 1 col avec highlight en premier (720px)
   ══════════════════════════════════════════════════════════════════ */
/* Desktop intermédiaire : on garde 3 cols mais on resserre */
@media (max-width: 1280px) {
  .formules-grid.three { gap: 14px; }
  .formules-classy .formule-classy { padding: 38px 28px 30px !important; }
  .formules-classy .formule-title { font-size: clamp(22px, 2.2vw, 26px) !important; }
  .formules-classy .formule-pitch { font-size: 13px; line-height: 1.55; }
}

/* Tablette large : 2 cols + carte recommandée pleine largeur en bas */
@media (max-width: 980px) and (min-width: 721px) {
  .formules-grid.three, .formules-grid.three.formules-classy {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
  }
  .formules-grid.three .formule-card.highlight, .formules-grid.three .formule-classy.highlight {
    grid-column: 1 / -1;
    order: -1;
    margin-bottom: 8px;
  }
  /* la carte recommandée passe en layout horizontal pour économiser de la hauteur */
  .formules-classy.highlight {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 28px;
    align-items: start;
    padding: 36px 32px !important;
  }
  .formules-classy.highlight .chapter-mark, .formules-classy.highlight .formule-title, .formules-classy.highlight .formule-pitch {
    grid-column: 1;
  }
  .formules-classy.highlight .formule-price, .formules-classy.highlight .formule-target, .formules-classy.highlight .formule-cta {
    grid-column: 2;
  }
  .formules-classy.highlight .formule-badge { top: -12px; left: 28px; transform: none; }
  .formules-classy.highlight .formule-title { min-height: 0; }
  .formules-classy.highlight .formule-pitch { min-height: 0; margin: 0; }
}
/* Mobile : 1 col, recommandée en haut, contenu condensé */
@media (max-width: 720px) {
  .formules-grid.three, .formules-grid.three.formules-classy {
    grid-template-columns: 1fr !important;
    gap: 14px;
    margin-top: 32px;
  }
  .formules-grid.three .formule-card.highlight, .formules-grid.three .formule-classy.highlight { order: -1; }
  .formules-classy .formule-classy { padding: 28px 22px 24px !important; }
  .formules-classy .formule-title {
    font-size: clamp(20px, 5vw, 24px) !important;
    min-height: 0 !important;
    margin-bottom: 10px;
  }
  .formules-classy .formule-pitch {
    font-size: 13.5px;
    line-height: 1.6;
    min-height: 0 !important;
    margin-bottom: 14px;
  }
  .formules-classy .formule-price { min-height: 0 !important; gap: 6px; margin-bottom: 14px; }
  .formules-classy .formule-price-amount { font-size: 34px !important; }
  .formules-classy .formule-price-currency, .formules-classy .formule-price-unit, .formules-classy .formule-price-from {
    font-size: 11px !important;
  }
  .formules-classy .formule-target { padding: 14px 16px !important; min-height: 0 !important; }
  .formules-classy .formule-target p { font-size: 12.5px; line-height: 1.55; }
  .formules-classy .formule-target-lbl { font-size: 10px; margin-bottom: 6px; }
  .formules-classy .formule-cta { margin-top: 18px; padding: 12px 18px !important; font-size: 13px !important; }
  .formules-classy .formule-badge { font-size: 9.5px; padding: 6px 12px; }
}
/* Très petits écrans : ajustements ultimes */
@media (max-width: 380px) {
  .formules-classy .formule-classy { padding: 24px 18px 22px !important; }
  .formules-classy .formule-title { font-size: 19px !important; }
  .formules-classy .formule-price-amount { font-size: 30px !important; }
}

/* ── Procédure : override 3-col scopé à .procedure-in (le wrapper <section class="procedure"> devient [et_pb_section] sans classe en Divi) ── */
.procedure-in .steps { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 979px) {
  .procedure-in .steps { grid-template-columns: repeat(2, 1fr); }
  .procedure-in .steps .step:nth-child(2n) { border-right: none; }
  .procedure-in .steps .step:nth-child(odd) { border-right: 1px solid var(--msc-gray-200); }
}
@media (max-width: 640px) {
  .procedure-in .steps { grid-template-columns: 1fr; }
  .procedure-in .steps .step, .procedure-in .steps .step:nth-child(odd) {
    border-right: none;
    border-bottom: 1px solid var(--msc-gray-200);
  }
  .procedure-in .steps .step:last-child { border-bottom: none; }
}
