/*
Theme Name: MAMAN VA BIEN — Final
Theme URI: https://example.invalid/
Author: MAMAN VA BIEN
Description: Conversion WordPress de la version HTML finale MAMAN VA BIEN.
Version: 1.2.14
Text Domain: maman-va-bien-final
*/
:root {
  --green: #087456;
  --green2: #0a8b65;
  --dark: #063c2d;
  --ink: #12251f;
  --muted: #62726c;
  --cream: #fbf6e9;
  --cream2: #f4ead2;
  --mint: #edf7f1;
  --line: #dce7e1;
  --white: #fff;
  --shadow: 0 18px 55px rgba(7, 54, 41, .11);
  --radius: 24px;
  --shell: 1180px
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased
}

img {
  display: block;
  max-width: 100%
}

a {
  color: inherit;
  text-decoration: none
}

button {
  font: inherit
}

.shell {
  width: min(var(--shell), calc(100% - 64px));
  margin: auto
}

.site-header {
  height: 82px;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(8, 116, 86, .08);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 20
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 32px;
  height: 100%
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: max-content
}

.brand span:last-child {
  display: flex;
  flex-direction: column;
  line-height: 1.08
}

.brand strong {
  font-size: 15px;
  letter-spacing: .03em
}

.brand small {
  font-size: 9px;
  color: #76857f;
  margin-top: 5px
}

.brand-mark {
  width: 38px;
  height: 38px;
  position: relative;
  display: block
}

.brand-mark i,
.brand-mark b {
  position: absolute;
  width: 21px;
  height: 28px;
  border-radius: 16px 16px 18px 18px;
  transform: rotate(38deg);
  top: 5px
}

.brand-mark i {
  background: var(--green);
  left: 5px
}

.brand-mark b {
  background: #e95348;
  right: 4px;
  transform: rotate(-38deg)
}

.brand-mark em {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  left: 15px;
  top: 10px;
  z-index: 2
}

.main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 27px;
  font-size: 14px;
  font-weight: 650;
  color: #3f504a
}

.main-nav a:hover {
  color: var(--green)
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px
}

.login {
  font-size: 14px;
  font-weight: 700
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 13px;
  padding: 14px 21px;
  background: linear-gradient(135deg, var(--green2), var(--green));
  color: #fff;
  font-weight: 780;
  box-shadow: 0 10px 24px rgba(8, 116, 86, .18);
  transition: .2s ease
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(8, 116, 86, .24)
}

.btn svg,
.text-link svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2
}

.btn-small {
  padding: 11px 17px;
  font-size: 13px;
  border-radius: 11px
}

.btn-large {
  padding: 16px 23px
}

.btn-light {
  background: #fff;
  color: var(--green);
  box-shadow: none
}

.btn.outline {
  background: transparent;
  color: var(--green);
  border: 1px solid #b8d0c6;
  box-shadow: none
}

.btn.outline:hover{
  background: transparent;
  color: var(--green);
  
}

.menu-toggle {
  display: none;
  margin-left: auto;
  border: 0;
  background: none;
  width: 42px;
  height: 42px
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--ink);
  margin: 6px auto
}

.hero {
  overflow: hidden;
  background: radial-gradient(circle at 17% 14%, #fffdf6 0, rgba(255, 253, 246, 0) 36%), linear-gradient(116deg, #fbf5e7 0%, #fff 55%, #edf7f1 100%)
}

.hero-grid {
  min-height: 610px;
  display: grid;
  grid-template-columns: .93fr 1.07fr;
  align-items: center;
  gap: 55px
}

.hero-copy {
  padding: 58px 0
}

.eyebrow {
  display: inline-block;
  color: var(--green);
  font-size: 11px;
  line-height: 1.3;
  font-weight: 850;
  letter-spacing: .14em
}

.eyebrow.light {
  color: #bce8d8
}

.hero h1 {
  font-size: clamp(50px, 5vw, 76px);
  line-height: .98;
  letter-spacing: -.055em;
  margin: 20px 0 25px;
  max-width: 650px
}

.hero h1 span {
  color: var(--green)
}

.hero h1 i {
  font-style: normal;
  color: #e9574c;
  font-size: .7em
}

.hero-copy>p {
  font-size: 18px;
  line-height: 1.7;
  color: #52635d;
  max-width: 580px;
  margin: 0 0 30px
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap
}

.quiet-link,
.text-link {
  color: var(--green);
  font-weight: 780;
  font-size: 14px
}

.trust {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 36px;
  color: #52635d;
  font-size: 12px;
  font-weight: 650
}

.trust span {
  display: flex;
  align-items: center;
  gap: 7px
}

.trust svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--green);
  stroke-width: 2
}

.hero-media {
  height: 510px;
  position: relative
}

.hero-media>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px 30px 30px 95px;
  position: relative;
  z-index: 2;
  box-shadow: var(--shadow)
}

.hero-halo {
  position: absolute;
  inset: -55px -100px -55px 15%;
  background: radial-gradient(circle, #b8e1cc 0, #e9f5ee 48%, rgba(233, 245, 238, 0) 72%);
  z-index: 0
}

.family-card,
.report-chip {
  position: absolute;
  z-index: 4;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 40px rgba(6, 60, 45, .16);
  backdrop-filter: blur(10px)
}

.family-card {
  left: -38px;
  bottom: 72px;
  border-radius: 16px;
  padding: 13px 16px;
  display: flex;
  align-items: center;
  gap: 11px
}

.avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f1c4a2, #a86f52);
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800
}

.family-card span:last-child {
  display: flex;
  flex-direction: column
}

.family-card small {
  font-size: 10px;
  color: #74827d
}

.family-card b {
  font-size: 14px
}

.family-card b i {
  color: var(--green);
  font-style: normal
}

.report-chip {
  right: -25px;
  top: 52px;
  border-radius: 15px;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  gap: 10px
}

.report-chip>span {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #e9f7ef;
  color: var(--green);
  display: grid;
  place-items: center;
  font-weight: 900
}

.report-chip div {
  display: flex;
  flex-direction: column
}

.report-chip b {
  font-size: 12px
}

.report-chip small {
  font-size: 10px;
  color: #788680
}

.confidence {
  background: var(--dark);
  color: #fff
}

.confidence-grid {
  min-height: 106px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px
}

.confidence-grid>div:first-child {
  display: flex;
  flex-direction: column
}

.confidence-grid small {
  font-size: 9px;
  letter-spacing: .14em;
  color: #9ed4c0;
  font-weight: 800
}

.confidence-grid strong {
  font-size: 17px
}

.confidence-items {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #d9eee6;
  font-size: 12px
}

.confidence-items span {
  display: flex;
  align-items: center;
  gap: 8px
}

.confidence-items b {
  color: #68c9a6;
  font-size: 11px
}

.section {
  padding: 94px 0
}

.section-head.split {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 43px
}

.section-head h2,
.center-head h2,
.faq h2 {
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -.04em;
  margin: 12px 0 0
}

.section-head p {
  color: var(--muted);
  margin: 0 0 12px
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px
}

.service-card {
  border: 1px solid #e5ece8;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(7, 54, 41, .05);
  transition: .25s
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow)
}

.service-image {
  height: 180px;
  position: relative;
  overflow: hidden
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .4s
}

.service-card:hover img {
  transform: scale(1.04)
}

.service-image span {
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: 39px;
  height: 39px;
  border-radius: 12px;
  background: var(--green);
  display: grid;
  place-items: center;
  box-shadow: 0 8px 20px rgba(5, 70, 51, .25)
}

.service-image svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.8
}

.service-card>div:last-child {
  padding: 18px 17px 21px
}

.service-card h3 {
  font-size: 16px;
  line-height: 1.25;
  margin: 0 0 8px
}

.service-card p {
  font-size: 12px;
  line-height: 1.55;
  color: var(--muted);
  margin: 0
}

.promise {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 540px;
  background: var(--dark);
  color: #fff
}

.promise-photo {
  position: relative;
  overflow: hidden
}

.promise-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 39, 29, .72), rgba(4, 39, 29, 0) 55%)
}

.promise-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.promise-photo>div {
  position: absolute;
  left: max(40px, calc((100vw - var(--shell))/2));
  bottom: 45px;
  z-index: 2
}

.promise-photo span {
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .15em
}

.promise-photo strong {
  display: block;
  font-size: 28px;
  line-height: 1.15;
  margin-top: 7px
}

.promise-copy {
  padding: 75px max(40px, calc((100vw - var(--shell))/2)) 70px 70px;
  background: radial-gradient(circle at 100% 0, #0e7356 0, rgba(14, 115, 86, 0) 50%), linear-gradient(135deg, #064332, #07543e)
}

.promise-copy h2,
.journey h2 {
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -.04em;
  margin: 14px 0 20px
}

.promise-copy>p,
.journey-copy>p {
  color: #c9e2d8;
  max-width: 550px
}

.promise-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 34px
}

.promise-list span {
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .06);
  border-radius: 14px;
  padding: 14px;
  font-size: 13px
}

.promise-list svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #7ee0bc;
  stroke-width: 1.8;
  flex: none
}

.center-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 55px
}

.center-head p {
  color: var(--muted);
  margin: 12px auto 0
}

.how {
  background: linear-gradient(180deg, #fff 0, #f7fbf8 100%)
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative
}

.steps:before {
  content: "";
  position: absolute;
  left: 12.5%;
  right: 12.5%;
  top: 36px;
  height: 1px;
  background: #cfe0d8
}

.steps article {
  text-align: center;
  padding: 0 25px;
  position: relative
}

.step-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green2), var(--green));
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
  position: relative;
  z-index: 2;
  box-shadow: 0 12px 26px rgba(8, 116, 86, .17)
}

.step-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.7
}

.steps small {
  font-weight: 850;
  color: #9bb5aa;
  font-size: 10px;
  letter-spacing: .1em
}

.steps h3 {
  font-size: 16px;
  margin: 5px 0 8px
}

.steps p {
  font-size: 13px;
  color: var(--muted);
  margin: 0
}

.journey {
  padding: 95px 0;
  background: radial-gradient(circle at 75% 30%, #0b7456 0, rgba(11, 116, 86, 0) 33%), linear-gradient(135deg, #052e23, #064936);
  color: #fff;
  overflow: hidden
}

.journey-grid {
  display: grid;
  grid-template-columns: 1fr .85fr;
  align-items: center;
  gap: 100px
}

.journey-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 28px;
  color: #d7eee5;
  font-size: 13px
}

.phone-card {
  background: #fff;
  color: var(--ink);
  border-radius: 25px;
  padding: 25px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .28);
  transform: rotate(1deg)
}

.phone-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding-bottom: 18px
}

.phone-top span {
  display: flex;
  flex-direction: column
}

.phone-top small {
  font-size: 9px;
  color: #87938e;
  font-weight: 800;
  letter-spacing: .1em
}

.phone-top b {
  font-size: 16px
}

.phone-top em {
  font-style: normal;
  background: #e8f7ef;
  color: var(--green);
  font-size: 10px;
  font-weight: 800;
  border-radius: 99px;
  padding: 7px 10px
}

.timeline {
  padding: 20px 4px 4px
}

.timeline>span {
  display: grid;
  grid-template-columns: 25px 1fr auto;
  align-items: center;
  min-height: 46px;
  position: relative
}

.timeline>span:not(:last-child):before {
  content: "";
  position: absolute;
  left: 9px;
  top: 29px;
  width: 1px;
  height: 30px;
  background: #d7e3dd
}

.timeline i {
  width: 19px;
  height: 19px;
  border: 2px solid #cbd8d2;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 10px;
  font-style: normal
}

.timeline .done i {
  background: var(--green);
  border-color: var(--green);
  color: #fff
}

.timeline .active i {
  border: 5px solid #8ed3b9
}

.timeline b {
  font-size: 12px
}

.timeline small {
  font-size: 9px;
  color: #8a9691
}

.pricing {
  background: radial-gradient(circle at 15% 15%, #fffdf7 0, rgba(255, 253, 247, 0) 38%), linear-gradient(145deg, #f8f0dd, #fbf7ed)
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch
}

.price-grid article {
  position: relative;
  background: #fff;
  border: 1px solid #e8e1d3;
  border-radius: 22px;
  padding: 31px;
  box-shadow: 0 12px 35px rgba(73, 57, 25, .05)
}

.price-grid .featured {
  border: 2px solid var(--green);
  transform: translateY(-10px);
  box-shadow: 0 20px 55px rgba(8, 116, 86, .13)
}

.popular {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--green);
  color: #fff;
  padding: 6px 13px;
  border-radius: 99px;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .09em;
  white-space: nowrap
}

.plan {
  font-size: 10px;
  color: var(--green);
  font-weight: 900;
  letter-spacing: .14em
}

.price-grid h3 {
  font-size: 20px;
  margin: 9px 0 8px
}

.price-grid strong {
  display: block;
  font-size: 27px;
  margin-bottom: 9px
}

.price-grid strong small {
  font-size: 12px;
  color: #7a8882
}

.price-grid p {
  font-size: 13px;
  color: var(--muted);
  min-height: 45px
}

.price-grid ul {
  list-style: none;
  padding: 0;
  margin: 22px 0 26px
}

.price-grid li {
  font-size: 13px;
  margin: 10px 0
}

.price-grid li:before {
  content: "✓";
  color: var(--green);
  font-weight: 900;
  margin-right: 9px
}

.price-grid .btn {
  width: 100%
}

.testimonial {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 390px;
  background: linear-gradient(135deg, #07543e, #063c2d);
  color: #fff
}

.testimonial-copy {
  padding: 75px 70px 65px max(40px, calc((100vw - var(--shell))/2))
}

.testimonial blockquote {
  font-size: clamp(31px, 3.5vw, 48px);
  line-height: 1.08;
  letter-spacing: -.04em;
  font-weight: 800;
  margin: 16px 0 20px
}

.testimonial-copy>p {
  color: #cce3da;
  max-width: 600px
}

.signature {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  color: #cce3da;
  font-size: 12px
}

.signature span {
  color: #ef6a5d
}

.testimonial-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.faq-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 90px;
  align-items: start
}

.faq-grid>div:first-child>p {
  color: var(--muted);
  max-width: 360px
}

.accordion {
  border-top: 1px solid var(--line)
}

.faq-item {
  border-bottom: 1px solid var(--line)
}

.faq-item button {
  width: 100%;
  border: 0;
  background: none;
  padding: 21px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  font-weight: 780;
  color: var(--ink);
  cursor: pointer
}

.faq-item button i {
  font-style: normal;
  font-size: 23px;
  color: var(--green);
  font-weight: 400
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: .25s
}

.faq-answer p {
  overflow: hidden;
  margin: 0;
  color: var(--muted);
  font-size: 14px
}

.faq-item.open .faq-answer {
  grid-template-rows: 1fr
}

.faq-item.open .faq-answer p {
  padding: 0 40px 20px 0
}

.final-cta {
  min-height: 430px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: #fff
}

.final-cta .shell {
  padding: 65px 0
}

.final-cta h2 {
  font-size: clamp(40px, 5vw, 62px);
  line-height: 1.03;
  letter-spacing: -.045em;
  margin: 15px 0 18px;
  max-width: 800px
}

.final-cta p {
  color: #e0eee9;
  margin: 0 0 27px
}

.site-footer {
  padding: 55px 0 20px;
  background: #fff
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr .6fr .6fr;
  gap: 70px
}

.footer-grid>div {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.footer-grid p {
  color: var(--muted);
  font-size: 13px;
  max-width: 340px
}

.footer-grid b {
  font-size: 12px;
  margin-bottom: 7px
}

.footer-grid>div>a:not(.brand) {
  font-size: 12px;
  color: #66756f
}

.footer-bottom {
  border-top: 1px solid var(--line);
  margin-top: 35px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  color: #87938e;
  font-size: 10px
}

.page-main {
  padding: 60px 0;
  min-height: 60vh
}

.page-shell {
  max-width: 1000px
}

.page-shell>article>h1 {
  font-size: 42px;
  line-height: 1.1
}

.page-shell input,
.page-shell select,
.page-shell textarea {
  max-width: 100%
}

@media(max-width:1050px) {
  .main-nav {
    display: none
  }

  .menu-toggle {
    display: block;
    order: 2
  }

  .header-actions {
    margin-left: 0
  }

  .hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px
  }

  .service-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .service-card:nth-child(4),
  .service-card:nth-child(5) {
    grid-column: span 1
  }

  .promise-copy {
    padding-left: 45px
  }

  .journey-grid {
    gap: 50px
  }

  .menu-open .main-nav {
    display: flex;
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 25px 32px;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: var(--shadow)
  }
}

@media(max-width:760px) {
  .shell {
    width: min(100% - 36px, var(--shell))
  }

  .site-header {
    height: 70px
  }

  .header-actions .login {
    display: none
  }

  .header-actions .btn {
    display: none
  }

  .brand strong {
    font-size: 13px
  }

  .hero-grid {
    display: block;
    min-height: auto
  }

  .hero-copy {
    padding: 55px 0 35px
  }

  .hero h1 {
    font-size: 50px
  }

  .hero-copy>p {
    font-size: 16px
  }

  .hero-media {
    height: 390px;
    margin: 0 0 42px
  }

  .hero-media>img {
    border-radius: 24px 24px 24px 65px
  }

  .family-card {
    left: 12px;
    bottom: 18px
  }

  .report-chip {
    right: 12px;
    top: 16px
  }

  .trust {
    gap: 12px;
    margin-top: 28px
  }

  .confidence-grid {
    padding: 25px 0;
    display: block
  }

  .confidence-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 18px
  }

  .section {
    padding: 70px 0
  }

  .section-head.split {
    display: block;
    margin-bottom: 30px
  }

  .section-head.split>div:last-child {
    margin-top: 18px
  }

  .section-head h2,
  .center-head h2,
  .faq h2 {
    font-size: 37px
  }

  .service-grid {
    grid-template-columns: 1fr 1fr
  }

  .service-grid .service-card:last-child {
    grid-column: 1/-1
  }

  .service-image {
    height: 165px
  }

  .promise {
    grid-template-columns: 1fr
  }

  .promise-photo {
    height: 380px
  }

  .promise-photo>div {
    left: 25px
  }

  .promise-copy {
    padding: 55px 25px
  }

  .promise-list {
    grid-template-columns: 1fr
  }

  .steps {
    grid-template-columns: 1fr 1fr;
    gap: 35px 10px
  }

  .steps:before {
    display: none
  }

  .journey {
    padding: 70px 0
  }

  .journey-grid {
    grid-template-columns: 1fr;
    gap: 38px
  }

  .journey-points {
    grid-template-columns: 1fr
  }

  .phone-card {
    transform: none
  }

  .price-grid {
    grid-template-columns: 1fr
  }

  .price-grid .featured {
    transform: none
  }

  .testimonial {
    grid-template-columns: 1fr
  }

  .testimonial-copy {
    padding: 60px 25px
  }

  .testimonial-photo {
    height: 330px
  }

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 35px
  }

  .final-cta {
    min-height: 500px;
    background-position: 60% center
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr
  }

  .footer-grid>div:first-child {
    grid-column: 1/-1
  }
}

@media(max-width:480px) {
  .hero h1 {
    font-size: 43px
  }

  .hero-actions {
    display: block
  }

  .hero-actions .quiet-link {
    display: inline-block;
    margin-top: 17px
  }

  .hero-media {
    height: 330px
  }

  .report-chip {
    display: none
  }

  .service-grid {
    grid-template-columns: 1fr
  }

  .service-grid .service-card:last-child {
    grid-column: auto
  }

  .service-image {
    height: 210px
  }

  .steps {
    grid-template-columns: 1fr
  }

  .center-head {
    margin-bottom: 38px
  }

  .price-grid article {
    padding: 26px
  }

  .footer-grid {
    grid-template-columns: 1fr
  }

  .footer-grid>div:first-child {
    grid-column: auto
  }

  .final-cta h2 {
    font-size: 40px
  }
}

/* === V6 refinement pass — hierarchy, breathing room, premium rhythm === */
:root {
  --shadow: 0 24px 70px rgba(7, 54, 41, .10);
  --shell: 1240px
}

body {
  font-size: 16px;
  line-height: 1.68;
  color: #17332a
}

.site-header {
  height: 88px
}

.header-inner {
  gap: 38px
}

.main-nav {
  gap: 30px;
  font-weight: 600
}

.brand strong {
  font-weight: 760
}

.btn {
  border-radius: 999px;
  padding: 14px 24px;
  font-weight: 700;
  box-shadow: 0 10px 25px rgba(8, 116, 86, .15)
}

.btn-large {
  padding: 17px 27px
}

.hero {
  background: radial-gradient(circle at 18% 12%, #fffefa 0, rgba(255, 254, 250, 0) 40%), linear-gradient(112deg, #fbf4e5 0%, #fffdfa 48%, #e9f5ee 100%)
}

.hero-grid {
  min-height: 720px;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px
}

.hero-copy {
  padding: 78px 0
}

.hero h1 {
  font-size: clamp(56px, 5.2vw, 78px);
  font-weight: 720;
  line-height: 1.01;
  letter-spacing: -.05em;
  margin: 22px 0 28px
}

.hero-copy>p {
  font-size: 19px;
  line-height: 1.72;
  max-width: 590px
}

.hero-media {
  height: 590px
}

.hero-media>img {
  border-radius: 34px 34px 34px 120px
}

.family-card {
  left: -46px;
  bottom: 82px;
  padding: 15px 18px
}

.report-chip {
  right: -18px;
  top: 62px;
  padding: 14px 17px
}

.trust {
  margin-top: 40px;
  gap: 25px;
  font-size: 12.5px
}

.confidence-grid {
  min-height: 124px
}

.confidence-grid strong {
  font-size: 18px;
  font-weight: 650
}

.confidence-items {
  gap: 34px
}

.section {
  padding: 125px 0
}

.section-head.split {
  grid-template-columns: 1.1fr .9fr;
  gap: 110px;
  margin-bottom: 58px
}

.section-head h2,
.center-head h2,
.faq h2 {
  font-size: clamp(40px, 4vw, 56px);
  font-weight: 690;
  line-height: 1.08;
  letter-spacing: -.035em
}

.section-head p {
  font-size: 16px;
  line-height: 1.75
}

.eyebrow {
  font-size: 10.5px;
  letter-spacing: .16em
}

.service-grid {
  grid-template-columns: repeat(6, 1fr);
  gap: 22px
}

.service-card {
  grid-column: span 2;
  border-radius: 25px;
  box-shadow: 0 14px 40px rgba(7, 54, 41, .055)
}

.service-card:nth-child(4),
.service-card:nth-child(5) {
  grid-column: span 3
}

.service-image {
  height: 245px
}

.service-card:nth-child(4) .service-image,
.service-card:nth-child(5) .service-image {
  height: 280px
}

.service-card>div:last-child {
  padding: 23px 23px 27px
}

.service-card h3 {
  font-size: 19px;
  font-weight: 680;
  margin-bottom: 10px
}

.service-card p {
  font-size: 14px;
  line-height: 1.65
}

.service-image span {
  left: 20px;
  bottom: 20px;
  width: 46px;
  height: 46px;
  border-radius: 14px
}

.promise {
  min-height: 660px;
  grid-template-columns: 1.05fr .95fr
}

.promise-photo img {
  object-position: center 58%
}

.promise-photo>div {
  bottom: 58px
}

.promise-photo strong {
  font-size: 34px;
  font-weight: 680
}

.promise-copy {
  padding-top: 105px;
  padding-bottom: 95px;
  padding-left: 82px
}

.promise-copy h2,
.journey h2 {
  font-size: clamp(42px, 4vw, 58px);
  font-weight: 680;
  line-height: 1.08
}

.promise-copy>p,
.journey-copy>p {
  font-size: 16px;
  line-height: 1.75
}

.promise-list {
  gap: 16px;
  margin-top: 42px
}

.promise-list span {
  padding: 17px;
  border-radius: 16px;
  font-size: 13.5px
}

.center-head {
  max-width: 800px;
  margin-bottom: 70px
}

.center-head p {
  font-size: 16px
}

.how {
  background: linear-gradient(180deg, #fff 0, #f4faf6 100%)
}

.steps {
  gap: 22px
}

.steps:before {
  display: none
}

.steps article {
  text-align: left;
  padding: 32px 28px 30px;
  border: 1px solid #dfeae4;
  border-radius: 24px;
  background: rgba(255, 255, 255, .8);
  box-shadow: 0 12px 36px rgba(7, 54, 41, .045)
}

.step-icon {
  width: 62px;
  height: 62px;
  margin: 0 0 28px;
  border-radius: 18px
}

.steps small {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 12px
}

.steps h3 {
  font-size: 19px;
  font-weight: 680;
  margin: 0 0 10px
}

.steps p {
  font-size: 14px;
  line-height: 1.65
}

.journey {
  padding: 125px 0
}

.journey-grid {
  grid-template-columns: 1fr .92fr;
  gap: 120px
}

.journey h2 {
  margin-top: 18px
}

.journey-points {
  margin-top: 36px;
  gap: 16px;
  font-size: 14px
}

.phone-card {
  border-radius: 30px;
  padding: 32px;
  transform: rotate(.5deg);
  box-shadow: 0 35px 90px rgba(0, 0, 0, .3)
}

.phone-top b {
  font-size: 18px
}

.timeline {
  padding-top: 26px
}

.timeline>span {
  min-height: 56px
}

.timeline b {
  font-size: 13px
}

.timeline small {
  font-size: 10px
}

.pricing {
  background: radial-gradient(circle at 15% 10%, #fffdf8 0, rgba(255, 253, 248, 0) 42%), linear-gradient(145deg, #f6ecd6, #fcf8ef)
}

.price-grid {
  gap: 24px
}

.price-grid article {
  border-radius: 26px;
  padding: 40px 36px;
  box-shadow: 0 16px 45px rgba(73, 57, 25, .055)
}

.price-grid .featured {
  transform: translateY(-14px)
}

.price-grid h3 {
  font-size: 23px;
  font-weight: 680;
  margin-top: 12px
}

.price-grid strong {
  font-size: 31px
}

.price-grid p,
.price-grid li {
  font-size: 14px
}

.price-grid ul {
  margin: 28px 0 32px
}

.popular {
  top: -16px;
  padding: 8px 16px
}

.testimonial {
  min-height: 560px;
  grid-template-columns: .92fr 1.08fr
}

.testimonial-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 90px
}

.testimonial blockquote {
  font-size: clamp(38px, 3.8vw, 55px);
  font-weight: 680;
  line-height: 1.1;
  margin: 20px 0 25px
}

.testimonial-copy>p {
  font-size: 16px;
  line-height: 1.75
}

.testimonial-photo {
  min-height: 560px
}

.testimonial-photo img {
  object-position: center 46%
}

.faq {
  background: #fff
}

.faq-grid {
  grid-template-columns: .72fr 1.28fr;
  gap: 120px
}

.faq-grid>div:first-child {
  position: sticky;
  top: 115px
}

.faq-grid>div:first-child>p {
  font-size: 16px;
  line-height: 1.75
}

.accordion {
  border: 0;
  display: grid;
  gap: 12px
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0 22px;
  background: #fbfdfc
}

.faq-item button {
  padding: 22px 0;
  font-size: 15px
}

.faq-item.open {
  background: #fff;
  box-shadow: 0 14px 35px rgba(7, 54, 41, .06)
}

.final-cta {
  min-height: 560px;
  background-position: center 45%
}

.final-cta .shell {
  padding: 95px 0
}

.final-cta h2 {
  font-size: clamp(46px, 5vw, 68px);
  font-weight: 680;
  line-height: 1.04
}

.final-cta p {
  font-size: 17px
}

.site-footer {
  padding-top: 72px
}

.footer-grid {
  gap: 95px
}

.footer-grid p {
  font-size: 14px;
  line-height: 1.7
}

.footer-bottom {
  margin-top: 48px;
  padding-top: 22px
}

@media(max-width:1050px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .service-card,
  .service-card:nth-child(4),
  .service-card:nth-child(5) {
    grid-column: auto
  }

  .service-card:last-child {
    grid-column: 1/-1
  }

  .journey-grid {
    gap: 65px
  }

  .promise-copy {
    padding-left: 55px
  }
}

@media(max-width:760px) {
  .hero-grid {
    display: block
  }

  .hero-copy {
    padding: 65px 0 42px
  }

  .hero-media {
    height: 440px;
    margin-bottom: 50px
  }

  .section {
    padding: 85px 0
  }

  .service-grid {
    grid-template-columns: 1fr 1fr
  }

  .service-card:last-child {
    grid-column: 1/-1
  }

  .service-image,
  .service-card:nth-child(4) .service-image,
  .service-card:nth-child(5) .service-image {
    height: 205px
  }

  .promise {
    grid-template-columns: 1fr
  }

  .promise-photo {
    height: 480px
  }

  .promise-copy {
    padding: 70px 25px
  }

  .steps {
    grid-template-columns: 1fr 1fr
  }

  .journey {
    padding: 85px 0
  }

  .testimonial {
    grid-template-columns: 1fr;
    min-height: 0
  }

  .testimonial-copy {
    padding: 75px 25px
  }

  .testimonial-photo {
    height: 430px;
    min-height: 0
  }

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 45px
  }

  .faq-grid>div:first-child {
    position: static
  }

  .final-cta {
    min-height: 540px
  }
}

@media(max-width:480px) {
  .hero h1 {
    font-size: 46px
  }

  .hero-media {
    height: 360px
  }

  .service-grid,
  .steps {
    grid-template-columns: 1fr
  }

  .service-card:last-child {
    grid-column: auto
  }

  .service-image,
  .service-card:nth-child(4) .service-image,
  .service-card:nth-child(5) .service-image {
    height: 240px
  }

  .promise-photo {
    height: 390px
  }

  .promise-copy h2,
  .journey h2 {
    font-size: 38px
  }

  .price-grid article {
    padding: 32px 27px
  }

  .testimonial blockquote {
    font-size: 38px
  }

  .final-cta h2 {
    font-size: 42px
  }
}


/* === V6.1 finish pass — fixes from real browser capture === */
.hero-line {
  display: inline-block;
  white-space: nowrap
}

.hero-line i {
  display: inline-block;
  margin-left: .06em;
  transform: translateY(-.04em)
}

.hero-media {
  overflow: visible
}

.hero-media>img {
  object-position: center 48%;
  box-shadow: 0 28px 70px rgba(7, 54, 41, .14)
}

.family-card,
.report-chip {
  display: none !important
}

.services {
  background: linear-gradient(180deg, #fff 0%, #fbfdfc 100%)
}

.service-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px
}

.service-card,
.service-card:nth-child(4),
.service-card:nth-child(5) {
  grid-column: auto
}

.service-image,
.service-card:nth-child(4) .service-image,
.service-card:nth-child(5) .service-image {
  height: 205px
}

.service-card {
  min-width: 0
}

.service-card h3 {
  font-size: 17px
}

.service-card p {
  font-size: 13px
}

.how .steps article {
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease
}

.how .steps article:hover {
  transform: translateY(-4px);
  border-color: #c8ded4;
  box-shadow: 0 18px 44px rgba(7, 54, 41, .08)
}

.faq {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%)
}

.faq-grid {
  grid-template-columns: .86fr 1.14fr;
  gap: 72px;
  align-items: stretch
}

.faq-grid>div:first-child {
  position: static
}

.faq-intro-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid #dce8e1;
  border-radius: 30px;
  padding: 48px;
  background: radial-gradient(circle at 95% 5%, rgba(124, 208, 178, .26), transparent 34%), linear-gradient(145deg, #fbf5e8, #f2faf5);
  box-shadow: 0 18px 50px rgba(7, 54, 41, .06)
}

.faq-intro-panel:after {
  content: "?";
  position: absolute;
  right: 24px;
  bottom: -50px;
  font-size: 220px;
  line-height: 1;
  font-weight: 800;
  color: rgba(8, 116, 86, .055);
  pointer-events: none
}

.faq-intro-panel h2 {
  margin-top: 14px
}

.faq-intro-panel>p {
  max-width: 450px;
  color: #52635d;
  font-size: 16px;
  line-height: 1.75
}

.faq-checks {
  display: grid;
  gap: 10px;
  margin: 28px 0 32px;
  font-size: 13px;
  font-weight: 700;
  color: #315c4e
}

.faq-checks span {
  display: flex;
  align-items: center;
  gap: 9px
}

.faq-checks span::first-letter {
  color: var(--green)
}

.faq-intro-panel .btn {
  position: relative;
  z-index: 1
}

.accordion {
  align-self: center
}

.faq-item {
  background: #fff
}

.faq-item button {
  font-weight: 700
}

.faq-answer p {
  line-height: 1.7
}

.final-cta {
  position: relative;
  overflow: hidden;
  background-position: center center !important
}

.final-cta:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 42, 31, .18), transparent 48%);
  pointer-events: none
}

.final-cta .shell {
  position: relative;
  z-index: 1
}

.final-cta h2 {
  max-width: 760px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .12)
}

.site-footer {
  background: linear-gradient(180deg, #fff 0, #fbfdfc 100%)
}

.footer-grid {
  grid-template-columns: 1.7fr .62fr .72fr .85fr;
  gap: 64px
}

.footer-brand p {
  max-width: 430px
}

.footer-pill {
  display: inline-flex;
  align-items: center;
  width: max-content;
  border: 1px solid #d6e5de;
  background: #f4faf7;
  color: #436358;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700
}

.footer-note {
  font-size: 11px;
  color: #83918b;
  line-height: 1.5;
  margin-top: 5px
}

.footer-grid>div>a:not(.brand) {
  font-size: 13px;
  transition: .2s
}

.footer-grid>div>a:not(.brand):hover {
  color: var(--green);
  transform: translateX(2px)
}

@media(max-width:1180px) {
  .service-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .service-card:nth-child(4),
  .service-card:nth-child(5) {
    grid-column: auto
  }

  .service-card:nth-child(4) {
    grid-column: 1/2
  }

  .footer-grid {
    grid-template-columns: 1.4fr .6fr .7fr .8fr;
    gap: 38px
  }
}

@media(max-width:760px) {
  .hero-line {
    white-space: normal
  }

  .service-grid {
    grid-template-columns: 1fr 1fr
  }

  .service-card:nth-child(4) {
    grid-column: auto
  }

  .service-card:last-child {
    grid-column: 1/-1
  }

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .faq-intro-panel {
    padding: 34px 28px
  }

  .faq-intro-panel:after {
    font-size: 160px
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 38px
  }

  .footer-brand {
    grid-column: 1/-1
  }

  .final-cta {
    background-position: 64% center !important
  }
}

@media(max-width:480px) {
  .service-grid {
    grid-template-columns: 1fr
  }

  .service-card:last-child {
    grid-column: auto
  }

  .service-image,
  .service-card:nth-child(4) .service-image,
  .service-card:nth-child(5) .service-image {
    height: 235px
  }

  .faq-intro-panel {
    padding: 30px 24px
  }

  .footer-grid {
    grid-template-columns: 1fr
  }

  .footer-brand {
    grid-column: auto
  }
}

/* V6.1 responsive verification fixes */
.final-cta h2 {
  max-width: 1000px
}

@media(max-width:760px) {
  .journey-grid {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .phone-card {
    width: 100%;
    transform: none
  }
}

@media(max-width:480px) {
  .hero h1 {
    font-size: 42px;
    letter-spacing: -.045em
  }

  .hero-line {
    white-space: nowrap
  }

  .hero-line i {
    font-size: .62em
  }

  .final-cta h2 {
    font-size: 40px
  }
}


/* =========================================================
   MVB 6.2 — corrections visuelles suite au contrôle réel
   ========================================================= */

/* 1) Hero : photo nette, cadrage propre, pas d'éléments incrustés */
.hero-grid {
  grid-template-columns: .95fr 1.05fr;
  gap: 52px;
  min-height: 600px
}

.hero-media {
  height: 470px
}

.hero-media>img {
  object-fit: cover;
  object-position: center 47%;
  border-radius: 30px 30px 30px 82px;
  filter: saturate(1.015) contrast(1.015)
}

.hero-halo {
  inset: -45px -85px -45px 18%
}

/* 2) Bande de confiance : texte réellement lisible sur grand écran */
.confidence-grid {
  min-height: 154px;
  gap: 44px
}

.confidence-grid small {
  font-size: 12px;
  letter-spacing: .13em;
  margin-bottom: 6px
}

.confidence-grid strong {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 760
}

.confidence-items {
  gap: 34px;
  font-size: 15px;
  line-height: 1.3
}

.confidence-items b {
  font-size: 14px;
  min-width: 24px
}

/* 3) Services : sources HD, rendu net, suppression de l'effet zoom qui ramollissait les photos */
.service-grid {
  gap: 18px
}

.service-image {
  height: 205px;
  background: #eef4f0
}

.service-image img {
  object-fit: cover;
  object-position: center;
  transform: none !important;
  filter: saturate(1.035) contrast(1.025)
}

.service-card:hover .service-image img {
  transform: none !important
}

.service-image span {
  left: 16px;
  bottom: 16px;
  width: 44px;
  height: 44px;
  border-radius: 13px
}

.service-card h3 {
  font-size: 17px
}

.service-card p {
  font-size: 13px;
  line-height: 1.6
}

/* 4) Bloc engagement : photo non coupée, ratio adapté aux deux personnes */
.promise {
  min-height: 565px;
  grid-template-columns: 1fr 1fr
}

.promise-photo img {
  object-fit: cover;
  object-position: center center
}

.promise-photo>div {
  left: max(40px, calc((100vw - var(--shell))/2));
  bottom: 46px
}

.promise-copy {
  padding-top: 82px;
  padding-bottom: 76px;
  padding-left: 72px
}

.promise-copy h2 {
  font-size: clamp(40px, 3.8vw, 56px)
}

/* 5) Suivi intervention : suppression du chevauchement/rotation et alignement stable */
.journey {
  overflow: hidden
}

.journey-grid {
  grid-template-columns: 1fr .9fr;
  gap: 90px
}

.phone-card {
  width: 100%;
  max-width: 590px;
  justify-self: end;
  transform: none !important;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .24)
}

.timeline>span {
  grid-template-columns: 27px minmax(0, 1fr) auto;
  column-gap: 10px;
  min-height: 54px
}

.timeline b {
  font-size: 13px;
  line-height: 1.3
}

.timeline small {
  font-size: 10px;
  white-space: nowrap
}

/* 6) CTA Dakar : image nette à droite, zone texte en vert profond à gauche */
.final-cta {
  background-color: #063c2d;
  background-repeat: no-repeat;
  background-position: right center !important;
  background-size: auto 100% !important;
  isolation: isolate
}

.final-cta:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, #063c2d 0%, #063c2d 32%, rgba(6, 60, 45, .97) 46%, rgba(6, 60, 45, .78) 60%, rgba(6, 60, 45, .24) 82%, rgba(6, 60, 45, .06) 100%);
  pointer-events: none
}

.final-cta .shell {
  position: relative;
  z-index: 1
}

.final-cta h2 {
  max-width: 900px
}

@media(max-width:1180px) {
  .confidence-grid {
    padding: 28px 0;
    display: block
  }

  .confidence-items {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px
  }

  .promise {
    min-height: 540px
  }
}

@media(max-width:760px) {
  .hero-media {
    height: 405px
  }

  .confidence-grid strong {
    font-size: 22px
  }

  .confidence-items {
    grid-template-columns: 1fr 1fr;
    font-size: 14px
  }

  .promise {
    grid-template-columns: 1fr
  }

  .promise-photo {
    height: 430px
  }

  .promise-photo img {
    object-position: center center
  }

  .promise-copy {
    padding: 58px 25px
  }

  .journey-grid {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .phone-card {
    justify-self: stretch;
    max-width: none;
    padding: 24px
  }

  .final-cta {
    background-position: 72% center !important;
    background-size: auto 100% !important
  }
}

@media(max-width:480px) {
  .hero-media {
    height: 350px
  }

  .confidence-items {
    grid-template-columns: 1fr
  }

  .service-image {
    height: 230px
  }

  .promise-photo {
    height: 360px
  }

  .phone-card {
    padding: 21px;
    border-radius: 24px
  }

  .timeline>span {
    grid-template-columns: 25px minmax(0, 1fr);
    row-gap: 2px
  }

  .timeline small {
    grid-column: 2/3;
    padding-top: 1px
  }

  .final-cta {
    background-position: 78% center !important
  }
}

/* v6.3 — corrections demandées 23/09/2026 */
.site-header {
  height: 108px
}

.brand-logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto
}

.brand-logo img {
  width: 285px;
  height: 100px;
  object-fit: contain;
  object-position: left center
}

.main-nav {
  font-size: 16px;
  gap: 32px
}

.login {
  font-size: 16px
}

.btn-small {
  font-size: 15px;
  padding: 14px 22px
}

/* Services: deux rangées, cartes moins larges pour ne plus étirer les visuels */
.services .shell {
  max-width: 1220px
}

.service-grid {
  grid-template-columns: repeat(6, 1fr);
  gap: 22px
}

.service-card {
  grid-column: span 2
}

.service-card:nth-child(4) {
  grid-column: 2/span 2
}

.service-card:nth-child(5) {
  grid-column: 4/span 2
}

.service-image {
  height: 190px
}

.service-image img {
  image-rendering: auto;
  object-position: center center
}

.service-card h3 {
  font-size: 19px
}

.service-card p {
  font-size: 14px
}

/* Timeline: les traits commencent après un rond et s'arrêtent avant le suivant */
.phone-card {
  transform: none
}

.timeline>span {
  min-height: 64px;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  column-gap: 10px
}

.timeline>span:not(:last-child):before {
  left: 11px;
  top: calc(50% + 12px);
  height: calc(100% - 24px);
  background: #cbded5;
  width: 2px
}

.timeline i {
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 2;
  background: #fff
}

.timeline .done i {
  background: var(--green)
}

.timeline .active i {
  background: #fff;
  border-width: 6px
}

.timeline b {
  font-size: 15px
}

.timeline small {
  font-size: 12px
}

/* CTA Dakar: netteté perçue, pas de blur CSS */
.final-cta {
  min-height: 620px;
  background-size: cover;
  background-position: center 48%;
  position: relative;
  isolation: isolate
}

.final-cta:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(3, 54, 40, .94) 0%, rgba(3, 54, 40, .77) 38%, rgba(3, 54, 40, .18) 72%, rgba(3, 54, 40, .08) 100%)
}

.final-cta h2 {
  font-size: clamp(54px, 5vw, 78px);
  max-width: 1000px
}

.final-cta p {
  font-size: 20px
}

/* Footer plus lisible + vrai logo */
.site-footer {
  padding-top: 78px
}

.footer-grid {
  grid-template-columns: 1.8fr .65fr .72fr .9fr;
  gap: 70px
}

.footer-logo img {
  width: 330px;
  height: 115px
}

.footer-grid p {
  font-size: 16px;
  max-width: 480px
}

.footer-grid b {
  font-size: 15px
}

.footer-grid>div>a:not(.brand) {
  font-size: 15px
}

.footer-pill,
.footer-note {
  font-size: 13px
}

.footer-bottom {
  font-size: 13px;
  padding-bottom: 8px
}

@media(max-width:1180px) {
  .brand-logo img {
    width: 230px;
    height: 72px
  }

  .main-nav {
    font-size: 14px;
    gap: 20px
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .service-card,
  .service-card:nth-child(4),
  .service-card:nth-child(5) {
    grid-column: auto
  }

  .service-card:last-child {
    grid-column: 1/-1
  }

  .footer-grid {
    grid-template-columns: 1.4fr .7fr .8fr .9fr;
    gap: 35px
  }
}

@media(max-width:760px) {
  .site-header {
    height: 82px
  }

  .brand-logo img {
    width: 205px;
    height: 66px
  }

  .service-grid {
    grid-template-columns: 1fr 1fr
  }

  .service-card:last-child {
    grid-column: 1/-1
  }

  .service-image {
    height: 180px
  }

  .timeline>span {
    grid-template-columns: 32px minmax(0, 1fr);
    min-height: 70px
  }

  .timeline small {
    grid-column: 2
  }

  .footer-logo img {
    width: 270px;
    height: 95px
  }

  .footer-grid p {
    font-size: 15px
  }

  .final-cta {
    min-height: 560px
  }

  .final-cta h2 {
    font-size: 44px
  }
}

@media(max-width:480px) {
  .brand-logo img {
    width: 175px;
    height: 58px
  }

  .service-grid {
    grid-template-columns: 1fr
  }

  .service-card:last-child {
    grid-column: auto
  }

  .service-image {
    height: 210px
  }

  .footer-logo img {
    width: 245px;
    height: 88px
  }
}

/* v6.4 — palette officielle du logo + services 2 x 5 */
:root {
  --green: #247653;
  --green2: #16865f;
  --dark: #0d4b39;
  --coral: #e86552;
  --yellow: #f6b51d;
  --cream: #fff8ea;
  --cream2: #f8edd2;
  --mint: #eef8f2;
}

.btn {
  background: linear-gradient(135deg, var(--green2), var(--green));
  box-shadow: 0 12px 28px rgba(36, 118, 83, .20)
}

.btn:hover {
  background: linear-gradient(135deg, #1a9469, #226d4f)
}

.eyebrow,
.text-link,
.plan {
  color: var(--green)
}

.hero-line i,
.signature span {
  color: var(--coral)
}

.confidence {
  background: linear-gradient(100deg, #0d4b39 0%, #17644a 58%, #247653 100%)
}

.promise-copy,
.journey {
  background: linear-gradient(145deg, #0d4b39, #17664b)
}

.popular {
  background: var(--coral)
}

.featured {
  border-color: rgba(232, 101, 82, .38) !important
}

.services {
  background: radial-gradient(circle at 10% 10%, rgba(246, 181, 29, .08), transparent 26%), linear-gradient(180deg, #fff 0%, #fffaf0 100%)
}

.services .shell {
  max-width: 1540px
}

.service-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 20px !important
}

.service-card,
.service-card:nth-child(4),
.service-card:nth-child(5),
.service-card:last-child {
  grid-column: auto !important;
  border-radius: 22px;
  overflow: hidden
}

.service-image,
.service-card:nth-child(4) .service-image,
.service-card:nth-child(5) .service-image {
  height: 170px !important
}

.service-card>div:last-child {
  padding: 19px 19px 22px
}

.service-card h3 {
  font-size: 17px !important;
  margin-bottom: 7px
}

.service-card p {
  font-size: 12.5px !important;
  line-height: 1.55
}

.service-icon {
  background: linear-gradient(145deg, var(--green2), var(--green)) !important;
  box-shadow: 0 8px 22px rgba(36, 118, 83, .2)
}

.service-picto-bg {
  height: 100%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 75% 20%, rgba(246, 181, 29, .25), transparent 30%), linear-gradient(145deg, #f5fbf7, #e5f4eb)
}

.service-big-icon {
  width: 76px;
  height: 76px;
  border-radius: 24px;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--green);
  box-shadow: 0 15px 36px rgba(36, 118, 83, .13)
}

.service-big-icon svg {
  width: 38px;
  height: 38px
}

.service-card-picto:nth-child(even) .service-picto-bg {
  background: radial-gradient(circle at 80% 20%, rgba(232, 101, 82, .16), transparent 34%), linear-gradient(145deg, #fffaf4, #f7eee0)
}

.final-cta {
  background-size: cover !important;
  background-position: center 46% !important
}

.final-cta:before {
  background: linear-gradient(90deg, rgba(13, 75, 57, .98) 0%, rgba(13, 75, 57, .92) 30%, rgba(13, 75, 57, .68) 52%, rgba(13, 75, 57, .22) 78%, rgba(13, 75, 57, .05) 100%)
}

@media(max-width:1180px) {
  .service-grid {
    grid-template-columns: repeat(3, 1fr) !important
  }
}

@media(max-width:760px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr) !important
  }

  .service-image {
    height: 170px !important
  }
}

@media(max-width:480px) {
  .service-grid {
    grid-template-columns: 1fr !important
  }

  .service-image {
    height: 210px !important
  }
}

/* WordPress integration — does not alter homepage design */
.admin-bar .site-header{top:0}
.mvb-page-content{width:min(var(--shell),calc(100% - 64px));margin:0 auto;padding:64px 0 96px}
.mvb-page-content .entry-title{margin:0 0 28px;font-size:clamp(36px,5vw,64px);line-height:1.05}
@media(max-width:700px){.mvb-page-content{width:min(100% - 32px,var(--shell));padding:40px 0 64px}}

/* v1.2.0 — entrée publique prestataires */
.provider-nav-link{font-weight:750!important;color:#087a55!important}
.provider-join{padding-top:26px;padding-bottom:82px;background:#fff}
.provider-join-inner{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:28px;align-items:stretch}
.provider-join-copy,.provider-join-action{border:1px solid #e4ebe7;border-radius:24px;padding:34px;background:#fbfdfc}
.provider-join-copy h2{font-size:clamp(28px,3.2vw,44px);line-height:1.08;margin:10px 0 14px;color:#16352c}
.provider-join-copy p,.provider-join-action p{color:#6f807a;line-height:1.65;margin:0}
.provider-join-points{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:22px;color:#275f4d;font-size:13px;font-weight:750}
.provider-join-action{background:#087a55;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.provider-join-action .provider-join-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.14);font-size:21px;margin-bottom:17px}
.provider-join-action b{font-size:21px;margin-bottom:8px}.provider-join-action p{color:rgba(255,255,255,.84);font-size:14px;margin-bottom:20px}
.provider-join-action .btn{background:#fff!important;color:#087a55!important;border-color:#fff!important}
@media(max-width:850px){.provider-join-inner{grid-template-columns:1fr}.provider-join{padding-bottom:58px}.provider-join-copy,.provider-join-action{padding:26px}}


/* v1.2.1 — passe mobile: navigation, hero et footer */
.mobile-account-links{display:none}
@media(max-width:760px){
  html,body{max-width:100%;overflow-x:hidden}
  .hero,.site-footer{max-width:100%;overflow-x:hidden}
  .hero .shell,.site-footer .shell{max-width:calc(100% - 32px);width:calc(100% - 32px)}
  .hero-copy{min-width:0;width:100%}
  .hero h1{font-size:clamp(38px,11.5vw,48px)!important;line-height:1.02;letter-spacing:-.045em;max-width:100%;overflow-wrap:normal}
  .hero-line{white-space:normal!important;display:inline}
  .hero-actions{width:100%;gap:14px}
  .hero-actions .btn{max-width:100%;box-sizing:border-box;text-align:center}
  .menu-open .main-nav{top:70px;max-height:calc(100vh - 70px);overflow-y:auto;padding:20px 22px 24px;gap:0}
  .menu-open .main-nav>a,.mobile-account-links>a{display:block;width:100%;box-sizing:border-box;padding:12px 0;border-bottom:1px solid #edf1ef;font-size:15px}
  .mobile-account-links{display:block;width:100%;margin-top:8px;padding-top:6px;border-top:1px solid #dfe9e4}
  .mobile-account-links .mobile-logout{color:#b7473b;font-weight:800;border-bottom:0}
  .footer-grid{display:grid!important;grid-template-columns:1fr!important;gap:28px!important;width:100%;min-width:0}
  .footer-grid>div,.footer-brand{grid-column:auto!important;min-width:0;width:100%;box-sizing:border-box}
  .footer-logo img{width:min(245px,100%)!important;height:auto!important;max-width:100%}
  .footer-grid p{max-width:100%;overflow-wrap:anywhere}
  .footer-bottom{display:flex;flex-direction:column;align-items:flex-start;gap:8px;min-width:0}
}
@media(max-width:390px){
  .hero h1{font-size:38px!important}
  .hero-actions .btn{width:100%}
}


/* v1.2.2 — correctif header mobile: hamburger toujours dans le viewport */
@media(max-width:760px){
  .site-header{width:100%;max-width:100%;overflow:visible}
  .site-header .header-inner{
    width:100%;
    max-width:100%;
    padding-left:18px;
    padding-right:18px;
    margin:0;
    box-sizing:border-box;
    gap:16px;
    min-width:0;
  }
  .site-header .brand-logo{min-width:0;max-width:calc(100% - 58px);flex:0 1 auto}
  .site-header .brand-logo img{max-width:100%;height:auto;object-fit:contain}
  .site-header .menu-toggle{
    flex:0 0 42px;
    width:42px;
    min-width:42px;
    margin-left:auto;
    margin-right:0;
    padding:0;
    box-sizing:border-box;
    position:relative;
    right:auto;
    transform:none;
  }
  .site-header .header-actions{display:none}
  .menu-open .main-nav{left:0;right:0;width:100%;box-sizing:border-box}
}

/* v1.2.3 — logo mobile maîtrisé + bouton retour en haut */
@media(max-width:760px){
  .site-header .brand-logo{
    flex:0 1 205px;
    width:205px;
    max-width:calc(100% - 62px);
    height:66px;
    overflow:hidden;
  }
  .site-header .brand-logo img{
    display:block;
    width:205px!important;
    max-width:100%!important;
    height:66px!important;
    object-fit:contain!important;
    object-position:left center!important;
  }
}
.mvb-back-to-top{
  position:fixed;
  right:18px;
  bottom:22px;
  width:46px;
  height:46px;
  border:0;
  border-radius:50%;
  background:#087456;
  color:#fff;
  font-size:24px;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 8px 24px rgba(6,60,45,.22);
  z-index:999;
  cursor:pointer;
  opacity:0;
  visibility:hidden;
  transform:translateY(10px);
  transition:opacity .2s ease,transform .2s ease,visibility .2s ease;
}
.mvb-back-to-top.is-visible{opacity:1;visibility:visible;transform:none}
.mvb-back-to-top:focus-visible{outline:3px solid rgba(8,116,86,.25);outline-offset:3px}
@media(min-width:761px){.mvb-back-to-top{right:28px;bottom:28px}}


/* Contact section — v1.2.4 */
.contact-section{background:linear-gradient(135deg,#edf7f1 0%,#fbf6e9 100%)}
.contact-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:64px;align-items:center}
.contact-copy h2{font-size:clamp(38px,5vw,68px);line-height:.98;margin:18px 0 22px;color:var(--dark)}
.contact-copy>p{font-size:20px;line-height:1.65;color:var(--muted);max-width:580px}
.contact-details{display:flex;flex-direction:column;gap:10px;margin-top:28px;font-weight:800}
.contact-details a,.contact-details span{color:var(--green);text-decoration:none}
.contact-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:32px;box-shadow:var(--shadow)}
.contact-form{display:grid;gap:18px}
.contact-form label{display:grid;gap:8px;font-weight:800;color:var(--dark)}
.contact-form input,.contact-form textarea{width:100%;box-sizing:border-box;border:1px solid #cfddd6;border-radius:14px;padding:15px 16px;font:inherit;color:var(--ink);background:#fff;outline:none}
.contact-form textarea{resize:vertical;min-height:130px}
.contact-form input:focus,.contact-form textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(8,116,86,.10)}
.contact-form .btn{border:0;cursor:pointer;justify-content:center}
.contact-notice{padding:14px 16px;border-radius:14px;margin-bottom:18px;font-weight:700}
.contact-notice.success{background:#e8f7ef;color:#087456}.contact-notice.error{background:#fff0ed;color:#9a3e31}
@media(max-width:760px){.contact-grid{grid-template-columns:1fr;gap:28px}.contact-copy h2{font-size:42px}.contact-copy>p{font-size:17px}.contact-card{padding:22px;border-radius:22px}.contact-form .btn{width:100%}}

/* Contact section — v1.2.5: coordonnées uniquement */
.contact-section .contact-grid{grid-template-columns:1fr;max-width:900px}
.contact-section .contact-copy{max-width:760px}
.contact-section .contact-details{gap:14px}
.contact-section .contact-details a,.contact-section .contact-details span{display:flex;align-items:center;gap:10px;width:max-content;max-width:100%;font-size:18px}
@media(max-width:760px){.contact-section .contact-grid{display:block}.contact-section .contact-details a,.contact-section .contact-details span{font-size:16px;overflow-wrap:anywhere}}


/* Legal / information pages — 1.2.8 */
.mvb-page-content{width:min(920px,calc(100% - 40px));margin:0 auto;padding:72px 0 88px}.mvb-page-content .entry-title{font-size:clamp(2rem,5vw,3.6rem);line-height:1.05;color:var(--dark);margin:0 0 34px}.mvb-page-content .entry-content{font-size:1.04rem;line-height:1.8;color:var(--ink)}.mvb-page-content .entry-content h2{font-size:1.45rem;line-height:1.25;color:var(--dark);margin:38px 0 12px}.mvb-page-content .entry-content p{margin:0 0 18px}.legal-lead{font-size:1.35rem;font-weight:700;color:var(--green)}.legal-updated{font-size:.92rem;color:var(--muted);margin-top:-18px!important}.legal-draft-note{margin-top:34px!important;padding:18px 20px;border:1px solid var(--line);border-radius:16px;background:var(--mint)}@media(max-width:700px){.mvb-page-content{width:min(100% - 28px,920px);padding:44px 0 64px}.mvb-page-content .entry-title{margin-bottom:26px}}


/* =========================================================
   v1.2.12 — Harmonisation visuelle de la page d'accueil
   Base: v1.2.10. Header/navigation inchangés.
   ========================================================= */
@media (min-width: 851px) {
  .home .section { padding-top: 96px; padding-bottom: 96px; }

  /* Tarifs : conserver la densité, améliorer la lisibilité */
  .home .pricing .center-head { max-width: 800px; margin-left: auto; margin-right: auto; }
  .home .pricing .center-head h2 { font-size: clamp(38px, 3.5vw, 52px); }
  .home .pricing .center-head > p { font-size: 16px; line-height: 1.65; }

  /* Prestataires : plus présent, sans créer un grand vide */
  .home .provider-join { padding-top: 64px; padding-bottom: 72px; }
  .home .provider-join-inner {
    grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
    gap: 22px;
  }
  .home .provider-join-copy,
  .home .provider-join-action { padding: 30px 32px; border-radius: 22px; }
  .home .provider-join-copy h2 { font-size: clamp(30px, 3vw, 40px); margin: 8px 0 12px; }
  .home .provider-join-copy p { font-size: 15px; line-height: 1.6; }
  .home .provider-join-points { margin-top: 18px; gap: 8px 16px; font-size: 13px; }
  .home .provider-join-action b { font-size: 22px; }
  .home .provider-join-action p { line-height: 1.55; margin-bottom: 16px; }

  /* FAQ : deux colonnes de poids visuel comparable */
  .home .faq { padding-top: 88px; padding-bottom: 88px; }
  .home .faq-grid { grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 42px; align-items: center; }
  .home .faq-intro-panel { padding: 36px 38px; border-radius: 24px; }
  .home .faq-intro-panel h2 { font-size: clamp(36px, 3.4vw, 48px); margin-bottom: 14px; }
  .home .faq-intro-panel > p { font-size: 15px; line-height: 1.65; }
  .home .faq-checks { margin: 20px 0 24px; }
  .home .faq-item button { min-height: 66px; padding: 18px 0; font-size: 15px; }

  /* Contact : volontairement court car il n'y a pas de formulaire */
  .home .contact-section { padding-top: 64px; padding-bottom: 64px; }
  .home .contact-section .contact-grid { max-width: var(--shell); }
  .home .contact-section .contact-copy { max-width: 820px; }
  .home .contact-copy h2 { font-size: clamp(38px, 4vw, 52px); margin: 10px 0 14px; }
  .home .contact-copy > p { font-size: 17px; line-height: 1.6; max-width: 700px; }
  .home .contact-section .contact-details { flex-direction: row; flex-wrap: wrap; gap: 12px 28px; margin-top: 20px; }
  .home .contact-section .contact-details a,
  .home .contact-section .contact-details span { font-size: 16px; }

  /* Footer : lisible sans devenir une nouvelle grosse section */
  .site-footer { padding-top: 58px; }
  .footer-grid { gap: 48px; }
  .footer-logo img { width: 285px; height: auto; }
  .footer-grid p { font-size: 14px; line-height: 1.65; }
  .footer-grid b { font-size: 14px; }
  .footer-grid > div > a:not(.brand) { font-size: 14px; line-height: 1.55; }
  .footer-pill, .footer-note, .footer-bottom { font-size: 12px; }
}

@media (max-width: 850px) {
  .home .section { padding-top: 68px; padding-bottom: 68px; }
  .home .provider-join { padding-top: 48px; padding-bottom: 56px; }
  .home .provider-join-inner { gap: 16px; }
  .home .provider-join-copy, .home .provider-join-action { padding: 25px; }
  .home .faq { padding-top: 64px; padding-bottom: 64px; }
  .home .faq-grid { gap: 24px; }
  .home .faq-intro-panel { padding: 28px; }
  .home .contact-section { padding-top: 54px; padding-bottom: 54px; }
  .home .contact-copy h2 { margin: 10px 0 14px; }
  .home .contact-section .contact-details { margin-top: 20px; }
}
