.fyoghp {
  --fyoghp-bg: #fbf7ff;
  --fyoghp-bg-soft: #f4eafe;
  --fyoghp-bg-deep: #24113d;
  --fyoghp-purple: #7c3aed;
  --fyoghp-purple-deep: #4c1d95;
  --fyoghp-purple-soft: #c4b5fd;
  --fyoghp-lilac: #ede9fe;
  --fyoghp-pink: #f0abfc;
  --fyoghp-text: #251b33;
  --fyoghp-muted: #6d607c;
  --fyoghp-white: #ffffff;
  --fyoghp-border: rgba(124, 58, 237, .16);
  --fyoghp-shadow: 0 24px 70px rgba(76, 29, 149, .16);
  --fyoghp-radius-xl: 34px;
  --fyoghp-radius-lg: 24px;
  --fyoghp-radius-md: 18px;
  --fyoghp-transition: 220ms ease;

  position: relative;
  overflow: hidden;
  color: var(--fyoghp-text);
  background:
    radial-gradient(circle at 12% 8%, rgba(196, 181, 253, .42), transparent 32%),
    radial-gradient(circle at 92% 14%, rgba(240, 171, 252, .24), transparent 34%),
    linear-gradient(180deg, #fff 0%, var(--fyoghp-bg) 38%, #fff 100%);
  font-size: 16px;
  line-height: 1.7;
}

.fyoghp *,
.fyoghp *::before,
.fyoghp *::after {
  box-sizing: border-box;
}

.fyoghp a {
  color: inherit;
}

.fyoghp-wrap {
  width: min(1160px, calc(100% - 36px));
  margin-inline: auto;
}

.fyoghp h1,
.fyoghp h2,
.fyoghp h3 {
  margin: 0;
  color: var(--fyoghp-text);
  line-height: 1.12;
  letter-spacing: -.035em;
}

.fyoghp h1 {
  max-width: 820px;
  font-size: clamp(2.35rem, 6vw, 5.45rem);
}

.fyoghp h2 {
  font-size: clamp(2rem, 4vw, 3.45rem);
}

.fyoghp h3 {
  font-size: clamp(1.25rem, 2vw, 1.55rem);
}

.fyoghp p {
  margin: 0;
}

.fyoghp-hero {
  position: relative;
  min-height: 760px;
  padding: 92px 0 70px;
  isolation: isolate;
}

.fyoghp-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
  gap: 48px;
  align-items: center;
}

.fyoghp-eyebrow,
.fyoghp-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 14px;
  border: 1px solid var(--fyoghp-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, .68);
  color: var(--fyoghp-purple-deep);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.fyoghp-lead {
  max-width: 720px;
  margin-top: 24px;
  color: var(--fyoghp-muted);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.fyoghp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.fyoghp-actions-center {
  justify-content: center;
}

.fyoghp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 850;
  line-height: 1.1;
  text-decoration: none;
  transition:
    transform var(--fyoghp-transition),
    box-shadow var(--fyoghp-transition),
    background var(--fyoghp-transition),
    border-color var(--fyoghp-transition);
}

.fyoghp-btn:hover {
  transform: translateY(-3px);
}

.fyoghp-btn-primary {
  border: 1px solid rgba(255, 255, 255, .28);
  background: linear-gradient(135deg, var(--fyoghp-purple), var(--fyoghp-purple-deep));
  color: #fff;
  box-shadow: 0 18px 40px rgba(124, 58, 237, .32);
}

.fyoghp-btn-primary:hover {
  box-shadow: 0 24px 54px rgba(124, 58, 237, .4);
}

.fyoghp-btn-secondary {
  border: 1px solid var(--fyoghp-border);
  background: rgba(255, 255, 255, .76);
  color: var(--fyoghp-purple-deep);
  backdrop-filter: blur(14px);
}

.fyoghp-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 680px;
  margin-top: 42px;
}

.fyoghp-proof div {
  padding: 18px;
  border: 1px solid var(--fyoghp-border);
  border-radius: 22px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 16px 40px rgba(76, 29, 149, .08);
  backdrop-filter: blur(16px);
}

.fyoghp-proof strong,
.fyoghp-proof span {
  display: block;
}

.fyoghp-proof strong {
  color: var(--fyoghp-purple-deep);
  font-size: 1.08rem;
}

.fyoghp-proof span {
  color: var(--fyoghp-muted);
  font-size: .92rem;
}

.fyoghp-hero-visual {
  position: relative;
  min-height: 500px;
}

.fyoghp-breathing-orb {
  position: absolute;
  inset: 20px 30px auto auto;
  width: min(420px, 86vw);
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, .96) 0 20%, rgba(237, 233, 254, .88) 21% 42%, rgba(124, 58, 237, .28) 43% 100%);
  box-shadow:
    inset 0 0 60px rgba(255, 255, 255, .8),
    0 38px 90px rgba(76, 29, 149, .22);
  animation: fyoghp-breathe 6s ease-in-out infinite;
}

.fyoghp-breathing-orb span {
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(124, 58, 237, .2);
  border-radius: inherit;
  animation: fyoghp-pulse 5s ease-in-out infinite;
}

.fyoghp-breathing-orb span:nth-child(2) {
  inset: 28%;
  animation-delay: .7s;
}

.fyoghp-breathing-orb span:nth-child(3) {
  inset: 42%;
  animation-delay: 1.4s;
}

.fyoghp-face-card {
  position: absolute;
  right: 0;
  bottom: 26px;
  width: min(390px, 90%);
  min-height: 270px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: var(--fyoghp-radius-xl);
  background: rgba(255, 255, 255, .68);
  box-shadow: var(--fyoghp-shadow);
  backdrop-filter: blur(22px);
  animation: fyoghp-float 7s ease-in-out infinite;
}

.fyoghp-face-card p {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 26px;
  color: var(--fyoghp-purple-deep);
  font-weight: 800;
}

.fyoghp-face-line {
  position: absolute;
  border: 3px solid rgba(124, 58, 237, .38);
  border-color: rgba(124, 58, 237, .38) transparent transparent rgba(124, 58, 237, .38);
  border-radius: 60% 40% 60% 40%;
}

.fyoghp-face-line-one {
  top: 46px;
  left: 72px;
  width: 132px;
  height: 152px;
  transform: rotate(-22deg);
}

.fyoghp-face-line-two {
  top: 78px;
  right: 70px;
  width: 104px;
  height: 88px;
  transform: rotate(18deg);
}

.fyoghp-face-line-three {
  top: 146px;
  left: 148px;
  width: 92px;
  height: 42px;
  border-width: 2px;
  transform: rotate(3deg);
}

.fyoghp-aurora {
  position: absolute;
  z-index: 1;
  width: 420px;
  aspect-ratio: 1;
  border-radius: 999px;
  filter: blur(30px);
  opacity: .42;
  pointer-events: none;
}

.fyoghp-aurora-one {
  top: 90px;
  left: -130px;
  background: var(--fyoghp-purple-soft);
  animation: fyoghp-drift-one 11s ease-in-out infinite;
}

.fyoghp-aurora-two {
  right: -160px;
  bottom: 100px;
  background: var(--fyoghp-pink);
  animation: fyoghp-drift-two 13s ease-in-out infinite;
}

.fyoghp-quicknav {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 12px 0;
  background: rgba(255, 255, 255, .76);
  border-top: 1px solid var(--fyoghp-border);
  border-bottom: 1px solid var(--fyoghp-border);
  backdrop-filter: blur(18px);
}

.fyoghp-quicknav-grid {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.fyoghp-quicknav a {
  flex: 0 0 auto;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--fyoghp-purple-deep);
  font-size: .92rem;
  font-weight: 800;
  text-decoration: none;
  transition: background var(--fyoghp-transition), transform var(--fyoghp-transition);
}

.fyoghp-quicknav a:hover {
  background: var(--fyoghp-lilac);
  transform: translateY(-2px);
}

.fyoghp-section {
  padding: 86px 0;
}

.fyoghp-soft {
  background:
    radial-gradient(circle at 18% 12%, rgba(196, 181, 253, .36), transparent 30%),
    linear-gradient(180deg, rgba(244, 234, 254, .62), rgba(255, 255, 255, .78));
}

.fyoghp-section-head {
  max-width: 820px;
  margin: 0 auto 44px;
  text-align: center;
}

.fyoghp-section-head p:not(.fyoghp-kicker) {
  margin-top: 18px;
  color: var(--fyoghp-muted);
  font-size: 1.08rem;
}

.fyoghp-section-head-light h2,
.fyoghp-section-head-light p,
.fyoghp-section-head-light .fyoghp-kicker {
  color: #fff;
}

.fyoghp-section-head-light .fyoghp-kicker {
  border-color: rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .14);
}

.fyoghp-two-cols {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .7fr);
  gap: 38px;
  align-items: center;
}

.fyoghp-two-cols-reverse {
  grid-template-columns: minmax(300px, .76fr) minmax(0, 1fr);
}

.fyoghp-two-cols p {
  color: var(--fyoghp-muted);
  font-size: 1.05rem;
}

.fyoghp-two-cols p + p {
  margin-top: 18px;
}

.fyoghp-note,
.fyoghp-panel,
.fyoghp-quote-card {
  border: 1px solid var(--fyoghp-border);
  border-radius: var(--fyoghp-radius-xl);
  background: rgba(255, 255, 255, .78);
  box-shadow: var(--fyoghp-shadow);
  backdrop-filter: blur(18px);
}

.fyoghp-note {
  padding: 30px;
  transform: rotate(1deg);
}

.fyoghp-note span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--fyoghp-purple-deep);
  font-weight: 900;
}

.fyoghp-panel {
  padding: clamp(28px, 5vw, 48px);
}

.fyoghp-quote-card {
  position: relative;
  padding: clamp(30px, 5vw, 52px);
  background:
    radial-gradient(circle at 20% 20%, rgba(240, 171, 252, .2), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, .82), rgba(237, 233, 254, .82));
}

.fyoghp-quote-card::before {
  content: "";
  display: block;
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
  border-radius: 999px;
  background:
    radial-gradient(circle, #fff 0 28%, transparent 29%),
    linear-gradient(135deg, var(--fyoghp-purple), var(--fyoghp-pink));
  box-shadow: 0 18px 42px rgba(124, 58, 237, .2);
}

.fyoghp-quote-card p {
  color: var(--fyoghp-purple-deep);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 850;
  line-height: 1.35;
}

.fyoghp-card-grid {
  display: grid;
  gap: 20px;
}

.fyoghp-card-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fyoghp-card-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fyoghp-card,
.fyoghp-product-card,
.fyoghp-target,
.fyoghp-step {
  position: relative;
  border: 1px solid var(--fyoghp-border);
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 18px 52px rgba(76, 29, 149, .1);
  transition:
    transform var(--fyoghp-transition),
    box-shadow var(--fyoghp-transition),
    border-color var(--fyoghp-transition);
}

.fyoghp-card:hover,
.fyoghp-product-card:hover,
.fyoghp-target:hover,
.fyoghp-step:hover {
  transform: translateY(-7px);
  border-color: rgba(124, 58, 237, .3);
  box-shadow: 0 28px 70px rgba(76, 29, 149, .16);
}

.fyoghp-card {
  padding: 30px;
  border-radius: var(--fyoghp-radius-lg);
}

.fyoghp-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--fyoghp-purple), var(--fyoghp-purple-deep));
  color: #fff;
  font-weight: 900;
}

.fyoghp-card p,
.fyoghp-product-card p,
.fyoghp-target p,
.fyoghp-step p {
  margin-top: 14px;
  color: var(--fyoghp-muted);
}

.fyoghp-timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.fyoghp-step {
  padding: 26px;
  border-radius: var(--fyoghp-radius-lg);
}

.fyoghp-step span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--fyoghp-lilac);
  color: var(--fyoghp-purple-deep);
  font-size: .82rem;
  font-weight: 900;
}

.fyoghp-center {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.fyoghp-gradient {
  background:
    radial-gradient(circle at 12% 18%, rgba(240, 171, 252, .28), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(196, 181, 253, .26), transparent 34%),
    linear-gradient(135deg, #4c1d95 0%, #6d28d9 48%, #2e1065 100%);
}

.fyoghp-gradient h2,
.fyoghp-gradient h3,
.fyoghp-gradient p {
  color: #fff;
}

.fyoghp-target-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.fyoghp-target {
  min-height: 230px;
  padding: 28px;
  border-color: rgba(255, 255, 255, .22);
  border-radius: var(--fyoghp-radius-lg);
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(18px);
}

.fyoghp-target p {
  color: rgba(255, 255, 255, .78);
}

.fyoghp-target a {
  display: inline-flex;
  margin-top: 22px;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.fyoghp-target a::after {
  content: "→";
  margin-left: 8px;
  transition: transform var(--fyoghp-transition);
}

.fyoghp-target a:hover::after {
  transform: translateX(5px);
}

.fyoghp-checklist {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.fyoghp-checklist li {
  position: relative;
  padding-left: 34px;
  color: var(--fyoghp-muted);
}

.fyoghp-checklist li::before {
  content: "";
  position: absolute;
  top: .42em;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background:
    linear-gradient(135deg, var(--fyoghp-purple), var(--fyoghp-pink));
  box-shadow: 0 8px 18px rgba(124, 58, 237, .24);
}

.fyoghp-product-card {
  display: flex;
  min-height: 260px;
  padding: 28px;
  border-radius: var(--fyoghp-radius-lg);
  flex-direction: column;
}

.fyoghp-product-card a {
  margin-top: auto;
  padding-top: 22px;
  color: var(--fyoghp-purple-deep);
  font-weight: 900;
  text-decoration: none;
}

.fyoghp-product-card a::after {
  content: " →";
}

.fyoghp-link-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 13px;
}

.fyoghp-link-cloud a {
  padding: 13px 17px;
  border: 1px solid var(--fyoghp-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  color: var(--fyoghp-purple-deep);
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(76, 29, 149, .08);
  transition:
    transform var(--fyoghp-transition),
    background var(--fyoghp-transition),
    box-shadow var(--fyoghp-transition);
}

.fyoghp-link-cloud a:hover {
  transform: translateY(-4px);
  background: var(--fyoghp-lilac);
  box-shadow: 0 22px 44px rgba(76, 29, 149, .14);
}

.fyoghp-routine-banner {
  padding-block: 64px;
}

.fyoghp-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(30px, 5vw, 54px);
  border-radius: var(--fyoghp-radius-xl);
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 255, 255, .26), transparent 30%),
    linear-gradient(135deg, var(--fyoghp-bg-deep), var(--fyoghp-purple-deep));
  box-shadow: var(--fyoghp-shadow);
}

.fyoghp-banner h2,
.fyoghp-banner p {
  color: #fff;
}

.fyoghp-banner p:not(.fyoghp-kicker) {
  max-width: 780px;
  margin-top: 16px;
  color: rgba(255, 255, 255, .78);
}

.fyoghp-banner .fyoghp-kicker {
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.fyoghp-faq-wrap {
  max-width: 900px;
}

.fyoghp-faq {
  display: grid;
  gap: 14px;
}

.fyoghp-faq details {
  border: 1px solid var(--fyoghp-border);
  border-radius: 20px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 14px 34px rgba(76, 29, 149, .08);
  overflow: hidden;
}

.fyoghp-faq summary {
  cursor: pointer;
  padding: 20px 24px;
  color: var(--fyoghp-purple-deep);
  font-weight: 900;
  list-style: none;
}

.fyoghp-faq summary::-webkit-details-marker {
  display: none;
}

.fyoghp-faq summary::after {
  content: "+";
  float: right;
  font-size: 1.3rem;
  line-height: 1;
}

.fyoghp-faq details[open] summary::after {
  content: "–";
}

.fyoghp-faq details p {
  padding: 0 24px 22px;
  color: var(--fyoghp-muted);
}

.fyoghp-final {
  padding-top: 42px;
}

.fyoghp-final-card {
  position: relative;
  padding: clamp(34px, 6vw, 72px);
  border: 1px solid var(--fyoghp-border);
  border-radius: var(--fyoghp-radius-xl);
  background:
    radial-gradient(circle at 80% 0%, rgba(240, 171, 252, .2), transparent 30%),
    rgba(255, 255, 255, .82);
  box-shadow: var(--fyoghp-shadow);
  text-align: center;
  overflow: hidden;
}

.fyoghp-final-card p:not(.fyoghp-kicker) {
  max-width: 780px;
  margin: 18px auto 0;
  color: var(--fyoghp-muted);
  font-size: 1.08rem;
}

@keyframes fyoghp-breathe {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.045);
  }
}

@keyframes fyoghp-pulse {
  0%,
  100% {
    opacity: .34;
    transform: scale(.94);
  }

  50% {
    opacity: .9;
    transform: scale(1.04);
  }
}

@keyframes fyoghp-float {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }

  50% {
    transform: translateY(-16px) rotate(1deg);
  }
}

@keyframes fyoghp-drift-one {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(80px, 42px);
  }
}

@keyframes fyoghp-drift-two {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(-90px, -36px);
  }
}

@media (max-width: 1040px) {
  .fyoghp-hero {
    min-height: auto;
  }

  .fyoghp-hero-grid,
  .fyoghp-two-cols,
  .fyoghp-two-cols-reverse,
  .fyoghp-banner {
    grid-template-columns: 1fr;
  }

  .fyoghp-hero-visual {
    min-height: 430px;
  }

  .fyoghp-card-grid-four,
  .fyoghp-target-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fyoghp-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .fyoghp-wrap {
    width: min(100% - 26px, 1160px);
  }

  .fyoghp-hero {
    padding-top: 56px;
  }

  .fyoghp-proof,
  .fyoghp-card-grid-three,
  .fyoghp-card-grid-four,
  .fyoghp-target-grid,
  .fyoghp-timeline {
    grid-template-columns: 1fr;
  }

  .fyoghp-section {
    padding: 58px 0;
  }

  .fyoghp-hero-visual {
    min-height: 360px;
  }

  .fyoghp-breathing-orb {
    right: 50%;
    transform: translateX(50%);
    width: min(330px, 86vw);
  }

  .fyoghp-face-card {
    right: 50%;
    bottom: 0;
    transform: translateX(50%);
    width: min(330px, 92vw);
  }

  .fyoghp-actions,
  .fyoghp-actions-center {
    align-items: stretch;
    flex-direction: column;
  }

  .fyoghp-btn {
    width: 100%;
  }

  .fyoghp-note {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fyoghp *,
  .fyoghp *::before,
  .fyoghp *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* =========================================================
   HOTFIX RESPONSIVE / ANTI-DÉBORDEMENT - HOMEPAGE FYOGHP
   À coller tout en bas de /css3/fyoghp.css
   ========================================================= */

.fyoghp {
  container-type: inline-size !important;
}

.fyoghp,
.fyoghp *,
.fyoghp *::before,
.fyoghp *::after {
  min-width: 0 !important;
}

.fyoghp h1,
.fyoghp h2,
.fyoghp h3,
.fyoghp h4,
.fyoghp p,
.fyoghp li,
.fyoghp a,
.fyoghp span,
.fyoghp strong,
.fyoghp summary,
.fyoghp td,
.fyoghp th {
  max-width: 100% !important;
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: normal !important;
  white-space: normal !important;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
}

.fyoghp li {list-style:none!important;}

/* Sécurité générale sur les cartes */
.fyoghp .fyoghp-card,
.fyoghp .fyoghp-product-card,
.fyoghp .fyoghp-target,
.fyoghp .fyoghp-step,
.fyoghp .fyoghp-note,
.fyoghp .fyoghp-panel,
.fyoghp .fyoghp-quote-card,
.fyoghp .fyoghp-final-card,
.fyoghp .fyoghp-banner,
.fyoghp .fyoghp-faq details {
  overflow: hidden !important;
}

/* Les grilles deviennent fluides au lieu de rester figées */
.fyoghp .fyoghp-card-grid-three,
.fyoghp .fyoghp-card-grid-four,
.fyoghp .fyoghp-target-grid,
.fyoghp .fyoghp-timeline {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)) !important;
  gap: 18px !important;
}

.fyoghp .fyoghp-proof {
  width: 100% !important;
  max-width: 760px !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr)) !important;
}

.fyoghp .fyoghp-two-cols,
.fyoghp .fyoghp-two-cols-reverse {
  grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr) !important;
}

.fyoghp .fyoghp-banner {
  grid-template-columns: minmax(0, 1fr) auto !important;
}

.fyoghp .fyoghp-step,
.fyoghp .fyoghp-card,
.fyoghp .fyoghp-product-card,
.fyoghp .fyoghp-target {
  min-height: 0 !important;
}

/* Kicker : contraste forcé */
.fyoghp .fyoghp-kicker,
.fyoghp .fyoghp-eyebrow {
  background: rgba(255, 255, 255, .94) !important;
  color: #4c1d95 !important;
  border-color: rgba(76, 29, 149, .18) !important;
  box-shadow: 0 10px 28px rgba(76, 29, 149, .10) !important;
  text-shadow: none !important;
}

.fyoghp .fyoghp-gradient .fyoghp-kicker,
.fyoghp .fyoghp-banner .fyoghp-kicker,
.fyoghp .fyoghp-section-head-light .fyoghp-kicker {
  background: #ffffff !important;
  color: #4c1d95 !important;
  border-color: rgba(255, 255, 255, .86) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .18) !important;
}

/* Les cards sur fond violet doivent rester lisibles */
.fyoghp .fyoghp-gradient h2,
.fyoghp .fyoghp-gradient h3,
.fyoghp .fyoghp-gradient p,
.fyoghp .fyoghp-gradient a {
  color: #ffffff !important;
}

.fyoghp .fyoghp-target p {
  color: rgba(255, 255, 255, .82) !important;
}

/* Link cloud plus propre */
.fyoghp .fyoghp-link-cloud {
  width: 100% !important;
  max-width: 1040px !important;
  margin-inline: auto !important;
  gap: 12px !important;
}

.fyoghp .fyoghp-link-cloud a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  max-width: 100% !important;
  padding: 12px 17px !important;
  line-height: 1.2 !important;
  text-align: center !important;
  white-space: normal !important;
}

/* Tablette */
@media (max-width: 1040px) {
  .fyoghp .fyoghp-hero-grid,
  .fyoghp .fyoghp-two-cols,
  .fyoghp .fyoghp-two-cols-reverse,
  .fyoghp .fyoghp-banner {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }

  .fyoghp .fyoghp-card-grid-three,
  .fyoghp .fyoghp-card-grid-four,
  .fyoghp .fyoghp-target-grid,
  .fyoghp .fyoghp-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .fyoghp .fyoghp-note {
    transform: none !important;
  }

  .fyoghp .fyoghp-banner {
    text-align: left !important;
  }
}

/* Mobile */
@media (max-width: 760px) {
  .fyoghp {
    font-size: 15px !important;
  }

  .fyoghp .fyoghp-wrap {
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
    margin-inline: auto !important;
  }

  .fyoghp .fyoghp-hero {
    min-height: auto !important;
    padding: 44px 0 48px !important;
  }

  .fyoghp .fyoghp-section {
    padding: 50px 0 !important;
  }

  .fyoghp h1 {
    font-size: clamp(2rem, 12vw, 3.15rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -.045em !important;
  }

  .fyoghp h2 {
    font-size: clamp(1.55rem, 8vw, 2.35rem) !important;
    line-height: 1.12 !important;
    letter-spacing: -.04em !important;
  }

  .fyoghp h3 {
    font-size: clamp(1.1rem, 5.6vw, 1.35rem) !important;
    line-height: 1.18 !important;
  }

  .fyoghp .fyoghp-lead,
  .fyoghp .fyoghp-section-head p:not(.fyoghp-kicker),
  .fyoghp p,
  .fyoghp li,
  .fyoghp summary {
    font-size: .96rem !important;
    line-height: 1.58 !important;
  }

  .fyoghp .fyoghp-eyebrow,
  .fyoghp .fyoghp-kicker {
    max-width: 100% !important;
    padding: 7px 10px !important;
    font-size: .68rem !important;
    line-height: 1.2 !important;
    letter-spacing: .055em !important;
  }

  .fyoghp .fyoghp-hero-grid,
  .fyoghp .fyoghp-two-cols,
  .fyoghp .fyoghp-two-cols-reverse,
  .fyoghp .fyoghp-banner,
  .fyoghp .fyoghp-proof,
  .fyoghp .fyoghp-card-grid-three,
  .fyoghp .fyoghp-card-grid-four,
  .fyoghp .fyoghp-target-grid,
  .fyoghp .fyoghp-timeline {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .fyoghp .fyoghp-actions,
  .fyoghp .fyoghp-actions-center {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-top: 24px !important;
  }

  .fyoghp .fyoghp-btn,
  .fyoghp a.fyoghp-btn {
    width: 100% !important;
    min-height: 48px !important;
    padding: 13px 16px !important;
    font-size: .92rem !important;
  }

  .fyoghp .fyoghp-proof {
    margin-top: 26px !important;
  }

  .fyoghp .fyoghp-proof div,
  .fyoghp .fyoghp-card,
  .fyoghp .fyoghp-product-card,
  .fyoghp .fyoghp-target,
  .fyoghp .fyoghp-step,
  .fyoghp .fyoghp-note,
  .fyoghp .fyoghp-panel,
  .fyoghp .fyoghp-quote-card,
  .fyoghp .fyoghp-banner,
  .fyoghp .fyoghp-final-card {
    min-height: 0 !important;
    padding: 20px !important;
    border-radius: 18px !important;
  }

  .fyoghp .fyoghp-product-card a,
  .fyoghp .fyoghp-target a {
    margin-top: 16px !important;
    padding-top: 0 !important;
  }

  .fyoghp .fyoghp-hero-visual {
    min-height: 330px !important;
  }

  .fyoghp .fyoghp-breathing-orb {
    top: 12px !important;
    right: 50% !important;
    width: min(280px, 76vw) !important;
    transform: translateX(50%) !important;
  }

  .fyoghp .fyoghp-face-card {
    right: 50% !important;
    bottom: 0 !important;
    width: min(320px, 92vw) !important;
    min-height: 220px !important;
    padding: 22px !important;
    border-radius: 22px !important;
    transform: translateX(50%) !important;
  }

  .fyoghp .fyoghp-face-card p {
    left: 22px !important;
    right: 22px !important;
    bottom: 20px !important;
    font-size: .92rem !important;
    line-height: 1.35 !important;
  }

  .fyoghp .fyoghp-face-line-one {
    top: 38px !important;
    left: 58px !important;
    width: 104px !important;
    height: 126px !important;
  }

  .fyoghp .fyoghp-face-line-two {
    top: 66px !important;
    right: 54px !important;
    width: 82px !important;
    height: 72px !important;
  }

  .fyoghp .fyoghp-face-line-three {
    top: 128px !important;
    left: 118px !important;
    width: 74px !important;
    height: 34px !important;
  }

  .fyoghp .fyoghp-quicknav {
    position: relative !important;
    top: auto !important;
    padding: 10px 0 !important;
  }

  .fyoghp .fyoghp-quicknav-grid {
    display: flex !important;
    gap: 8px !important;
    overflow-x: auto !important;
    padding-bottom: 2px !important;
  }

  .fyoghp .fyoghp-quicknav a {
    flex: 0 0 auto !important;
    max-width: 78vw !important;
    padding: 9px 11px !important;
    font-size: .82rem !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
  }

  .fyoghp .fyoghp-link-cloud {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .fyoghp .fyoghp-link-cloud a {
    width: 100% !important;
    min-height: 48px !important;
    padding: 12px 14px !important;
    border-radius: 16px !important;
    font-size: .92rem !important;
  }

  .fyoghp .fyoghp-faq summary {
    padding: 16px 18px !important;
    font-size: .95rem !important;
    line-height: 1.35 !important;
  }

  .fyoghp .fyoghp-faq details p {
    padding: 0 18px 18px !important;
  }
}

/* Container query : utile si le bloc est injecté dans une colonne étroite */
@container (max-width: 760px) {
  .fyoghp .fyoghp-hero-grid,
  .fyoghp .fyoghp-two-cols,
  .fyoghp .fyoghp-two-cols-reverse,
  .fyoghp .fyoghp-banner,
  .fyoghp .fyoghp-proof,
  .fyoghp .fyoghp-card-grid-three,
  .fyoghp .fyoghp-card-grid-four,
  .fyoghp .fyoghp-target-grid,
  .fyoghp .fyoghp-timeline {
    grid-template-columns: 1fr !important;
  }
}

/* =========================================================
   HOTFIX CMS OVERRIDES - HN + CTA - HOMEPAGE FYOGHP
   À coller tout en bas de /css3/fyoghp.css
   ========================================================= */

/* Reset agressif des titres dans le bloc homepage */
.fyoghp h1,
.fyoghp h2,
.fyoghp h3,
.fyoghp h4,
.fyoghp h5,
.fyoghp h6 {
  display: block !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  text-decoration: none !important;
  color: var(--fyoghp-text) !important;
  font-family: inherit !important;
  font-weight: 900 !important;
}

/* Les titres sur fond violet restent blancs */
.fyoghp .fyoghp-gradient h1,
.fyoghp .fyoghp-gradient h2,
.fyoghp .fyoghp-gradient h3,
.fyoghp .fyoghp-gradient h4,
.fyoghp .fyoghp-gradient h5,
.fyoghp .fyoghp-gradient h6,
.fyoghp .fyoghp-banner h1,
.fyoghp .fyoghp-banner h2,
.fyoghp .fyoghp-banner h3,
.fyoghp .fyoghp-banner h4,
.fyoghp .fyoghp-banner h5,
.fyoghp .fyoghp-banner h6 {
  color: #ffffff !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

/* Reset agressif des CTA et liens stylisés */
.fyoghp a.fyoghp-btn,
.fyoghp .fyoghp-btn,
.fyoghp .fyoghp-actions a,
.fyoghp .fyoghp-center a,
.fyoghp .fyoghp-final-card a,
.fyoghp .fyoghp-banner a {
  border-radius: 999px !important;
  text-decoration: none !important;
  background-image: none;
  box-shadow: none;
  text-shadow: none !important;
  outline: none;
}

/* CTA primaire : priorité absolue sur le CMS */
.fyoghp a.fyoghp-btn-primary,
.fyoghp .fyoghp-btn-primary,
.fyoghp .fyoghp-actions a.fyoghp-btn-primary,
.fyoghp .fyoghp-center a.fyoghp-btn-primary,
.fyoghp .fyoghp-final-card a.fyoghp-btn-primary,
.fyoghp .fyoghp-banner a.fyoghp-btn-primary {
  border: 1px solid rgba(255, 255, 255, .28) !important;
  background: linear-gradient(135deg, var(--fyoghp-purple), var(--fyoghp-purple-deep)) !important;
  background-color: var(--fyoghp-purple) !important;
  background-image: linear-gradient(135deg, var(--fyoghp-purple), var(--fyoghp-purple-deep)) !important;
  color: #ffffff !important;
  box-shadow: 0 18px 40px rgba(124, 58, 237, .32) !important;
}

/* CTA secondaire : priorité absolue sur le CMS */
.fyoghp a.fyoghp-btn-secondary,
.fyoghp .fyoghp-btn-secondary,
.fyoghp .fyoghp-actions a.fyoghp-btn-secondary,
.fyoghp .fyoghp-final-card a.fyoghp-btn-secondary {
  border: 1px solid var(--fyoghp-border) !important;
  background: rgba(255, 255, 255, .86) !important;
  background-color: rgba(255, 255, 255, .86) !important;
  background-image: none !important;
  color: var(--fyoghp-purple-deep) !important;
  box-shadow: 0 16px 38px rgba(76, 29, 149, .10) !important;
}

/* Hover CTA */
.fyoghp a.fyoghp-btn-primary:hover,
.fyoghp .fyoghp-btn-primary:hover {
  color: #ffffff !important;
  background-image: linear-gradient(135deg, var(--fyoghp-purple), var(--fyoghp-purple-deep)) !important;
  box-shadow: 0 24px 54px rgba(124, 58, 237, .40) !important;
}

.fyoghp a.fyoghp-btn-secondary:hover,
.fyoghp .fyoghp-btn-secondary:hover {
  color: var(--fyoghp-purple-deep) !important;
  background: #ffffff !important;
  box-shadow: 0 20px 48px rgba(76, 29, 149, .14) !important;
}

/* Liens cartes : empêche les backgrounds bouton du CMS */
.fyoghp .fyoghp-target a,
.fyoghp .fyoghp-product-card a,
.fyoghp .fyoghp-link-cloud a,
.fyoghp .fyoghp-quicknav a {
  background-image: none !important;
  text-decoration: none !important;
  text-shadow: none !important;
}

/* Link cloud : style forcé */
.fyoghp .fyoghp-link-cloud a {
  background: rgba(255, 255, 255, .86) !important;
  background-color: rgba(255, 255, 255, .86) !important;
  color: var(--fyoghp-purple-deep) !important;
  border: 1px solid var(--fyoghp-border) !important;
  box-shadow: 0 14px 30px rgba(76, 29, 149, .08) !important;
}

/* Quicknav : style forcé */
.fyoghp .fyoghp-quicknav a {
  background: transparent !important;
  color: var(--fyoghp-purple-deep) !important;
  border: 0 !important;
  box-shadow: none !important;
}

.fyoghp .fyoghp-quicknav a:hover {
  background: var(--fyoghp-lilac) !important;
}

/* Cartes gradient : liens blancs, sans fond CMS */
.fyoghp .fyoghp-gradient .fyoghp-target a {
  background: transparent !important;
  background-image: none !important;
  color: #ffffff !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Kicker : contraste stable */
.fyoghp .fyoghp-kicker,
.fyoghp .fyoghp-eyebrow {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  color: #4c1d95 !important;
  border: 1px solid rgba(76, 29, 149, .18) !important;
  box-shadow: 0 10px 28px rgba(76, 29, 149, .10) !important;
  text-shadow: none !important;
}

/* Kicker sur fond violet : blanc solide + texte violet */
.fyoghp .fyoghp-gradient .fyoghp-kicker,
.fyoghp .fyoghp-banner .fyoghp-kicker,
.fyoghp .fyoghp-section-head-light .fyoghp-kicker {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  color: #4c1d95 !important;
  border-color: rgba(255, 255, 255, .88) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .18) !important;
}