html {
  scroll-behavior: smooth;
}

.site-header {
  position: relative;
  z-index: 30;
  width: 100%;
  height: 118px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 16px;
}

.site-header a {
  display: inline-flex;
}

.site-logo {
  display: block;
  width: 94px;
  height: auto;
  object-fit: contain;
}

.hero {
  position: relative;
  z-index: 10;
  width: 100%;
  min-height: calc(100vh - 118px);
  padding: 62px 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
}

.hero-content {
  width: 100%;
  max-width: 1060px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 88px;
}

.method-badge,
.feedback-kicker,
.fit-kicker,
.section-kicker,
.final-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.026)),
    rgba(8, 17, 42, 0.72);
  border: 1px solid rgba(135, 178, 255, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.075),
    0 14px 34px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
}

.method-badge {
  height: 36px;
  padding: 0 20px;
  margin-bottom: 34px;
}

.method-badge::before {
  content: "";
  position: absolute;
  top: -40%;
  bottom: -40%;
  left: -55%;
  width: 42%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  transform: rotate(18deg);
  animation: badgeShine 3.4s ease-in-out infinite;
}

.method-badge__dot,
.final-pill span {
  position: relative;
  z-index: 2;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(235, 244, 255, 0.96);
  box-shadow:
    0 0 10px rgba(120, 170, 255, 0.65),
    0 0 22px rgba(120, 170, 255, 0.26);
}

.method-badge__dot {
  margin-right: 9px;
  animation: dotPulse 2.1s ease-in-out infinite;
}

.method-badge__text,
.final-pill em {
  position: relative;
  z-index: 2;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(235, 244, 255, 0.88);
  font-style: normal;
}

.feedback-kicker,
.fit-kicker,
.section-kicker {
  height: 30px;
  padding: 0 15px;
  margin-bottom: 16px;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: rgba(190, 210, 255, 0.92);
}

.hero-title,
.feedback-title,
.fit-title,
.section-title,
.final-cta-title {
  font-family: var(--font-main);
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}

.hero-title {
  width: 100%;
  max-width: 900px;
  font-size: clamp(28px, 2.95vw, 46px);
  line-height: 1.04;
  letter-spacing: -0.052em;
}

.title-line,
.feedback-title span,
.fit-title span,
.section-title span,
.final-cta-title span {
  display: block;
}

.title-line + .title-line {
  margin-top: 0.04em;
}

.title-final {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.22em;
  margin-top: 0.18em;
}

.money-frame {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.12em 0.22em;
  border-radius: 0.16em;
  color: #fff;
  line-height: 0.92;
  font-weight: 900;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.20), transparent 16%),
    linear-gradient(180deg, rgba(70, 140, 255, 0.92) 0%, rgba(22, 98, 238, 0.88) 54%, rgba(8, 72, 210, 0.90) 100%);
  border: 1px solid rgba(190, 220, 255, 0.26);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    inset 0 -8px 16px rgba(0, 24, 110, 0.22),
    0 0 18px rgba(55, 120, 255, 0.16),
    0 8px 22px rgba(0, 45, 160, 0.10);
}

.hero-subtitle {
  margin-top: 34px;
  max-width: 620px;
  font-size: clamp(13.5px, 0.88vw, 15px);
  font-weight: 400;
  line-height: 1.55;
  color: rgba(231, 237, 255, 0.52);
}

.vsl-wrapper {
  width: 100%;
  max-width: 880px;
  margin-top: 38px;
  display: flex;
  justify-content: center;
}

.vsl-frame {
  width: 100%;
  padding: 5px;
  border-radius: 24px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.014)),
    rgba(3, 7, 18, 0.88);
  border: 1px solid rgba(155, 185, 255, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(0, 0, 0, 0.34),
    0 22px 58px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.vsl-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  border-radius: 19px;
  background: #000;
  object-fit: cover;
}

.cta-block {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: rgba(5, 8, 18, 0.94);
  font-size: 14.6px;
  font-weight: 700;
  letter-spacing: -0.018em;
  line-height: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(214, 224, 242, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -8px 16px rgba(90, 110, 145, 0.14),
    0 10px 24px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.cta-button:hover {
  transform: translateY(-1px);
  background: linear-gradient(180deg, #fff, rgba(232, 239, 250, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -8px 16px rgba(90, 110, 145, 0.12),
    0 16px 32px rgba(0, 0, 0, 0.24);
}

.cta-button span {
  white-space: nowrap;
}

.application-section {
  width: 100%;
  max-width: 780px;
  margin-top: 64px;
  scroll-margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.application-head {
  margin-bottom: 16px;
  text-align: center;
}

.application-head span {
  display: inline-flex;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(130, 180, 255, 0.86);
}

.application-head p {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(231, 237, 255, 0.52);
}

.typeform-shell {
  width: 100%;
  min-height: 650px;
  border-radius: 24px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.040), rgba(255, 255, 255, 0.010)),
    rgba(3, 7, 18, 0.94);
  border: 1px solid rgba(155, 185, 255, 0.15);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 24px 64px rgba(0, 0, 0, 0.32);
}

.typeform-shell [data-tf-live],
.typeform-shell iframe {
  display: block !important;
  width: 100% !important;
  height: 650px !important;
  min-height: 650px !important;
  border: 0 !important;
  border-radius: 24px !important;
  overflow: hidden !important;
}

.section-block {
  position: relative;
  z-index: 4;
  align-self: stretch;
  width: calc(100% + 48px);
  margin-left: -24px;
  margin-right: -24px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(35, 90, 220, 0.10), transparent 34%),
    linear-gradient(180deg, rgba(3, 8, 23, 0.98), rgba(2, 6, 17, 0.98));
}

.section-block::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(105, 145, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(105, 145, 255, 0.026) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.006) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.006) 1px, transparent 1px);
  background-size: 52px 52px, 52px 52px, 13px 13px, 13px 13px;
  opacity: 0.34;
  mask-image: radial-gradient(circle at 50% 28%, black 0%, black 52%, transparent 92%);
}

.section-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1160px;
}

.feedback-inner,
.fit-inner,
.methods-inner,
.second-proof-inner,
.faq-inner,
.final-cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-head,
.feedback-head,
.fit-head {
  width: 100%;
  max-width: 800px;
  text-align: center;
  margin-bottom: 36px;
}

.feedback-title,
.fit-title,
.section-title {
  font-size: clamp(32px, 3.1vw, 52px);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.feedback-subtitle,
.section-subtitle,
.fit-subtitle {
  margin: 20px auto 0;
  max-width: 640px;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(231, 237, 255, 0.56);
}

.feedback-section {
  padding: 118px 24px 106px;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 78, 255, 0.20), transparent 36%),
    radial-gradient(circle at 18% 28%, rgba(0, 42, 150, 0.16), transparent 36%),
    linear-gradient(180deg, rgba(3, 8, 23, 0.98), rgba(2, 6, 17, 0.98));
}

.feedback-star {
  color: rgba(95, 155, 255, 1);
  font-size: 11px;
  text-shadow: 0 0 12px rgba(60, 130, 255, 0.75);
  animation: starPulse 2.4s ease-in-out infinite;
}

.feedback-star--right {
  animation-delay: 1.2s;
}

.feedback-wall {
  position: relative;
  width: 100%;
  columns: 4 225px;
  column-gap: 10px;
  max-height: 1260px;
  overflow: hidden;
  padding-bottom: 170px;
}

.feedback-wall::after {
  content: "";
  position: absolute;
  left: -12px;
  right: -12px;
  bottom: -2px;
  height: 520px;
  z-index: 8;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(2,6,17,0), rgba(2,6,17,0.34) 48%, rgba(2,6,17,0.92) 100%);
}

.proof-card,
.proof-strip-card {
  display: block;
  break-inside: avoid;
  margin: 0 0 10px;
  overflow: hidden;
  border-radius: 22px;
  background: rgba(2, 8, 24, 0.96);
  border: 1px solid rgba(120, 165, 255, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 20px 54px rgba(0, 0, 0, 0.30);
}

.proof-card img,
.proof-strip-card img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.98;
}

.feedback-footer {
  position: relative;
  z-index: 12;
  margin-top: -168px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  text-align: center;
}

.feedback-footer p {
  max-width: 540px;
  font-size: 13.5px;
  line-height: 1.55;
  color: rgba(231, 237, 255, 0.54);
}

.fit-section {
  padding: 108px 24px 112px;
}

.fit-cards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.fit-card {
  min-height: 245px;
  padding: 28px;
  border-radius: 24px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.012)),
    rgba(3, 9, 26, 0.92);
  border: 1px solid rgba(120, 165, 255, 0.13);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.055), 0 24px 60px rgba(0,0,0,0.24);
}

.fit-card--featured {
  background:
    radial-gradient(circle at 50% 0%, rgba(70, 130, 255, 0.14), transparent 44%),
    linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.014)),
    rgba(5, 13, 34, 0.96);
  border-color: rgba(150, 190, 255, 0.22);
}

.fit-card__number {
  display: block;
  margin-bottom: 38px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.18em;
  color: rgba(120, 170, 255, 0.82);
}

.fit-card h3 {
  margin-bottom: 14px;
  font-size: 21px;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.fit-card p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(231, 237, 255, 0.56);
}

.methods-section {
  padding: 104px 24px 118px;
  background:
    radial-gradient(circle at 50% 0%, rgba(35, 90, 220, 0.12), transparent 36%),
    radial-gradient(circle at 50% 52%, rgba(0, 40, 115, 0.08), transparent 44%),
    linear-gradient(180deg, rgba(3, 8, 23, 0.98), rgba(2, 6, 17, 0.98));
}

.methods-inner {
  max-width: 1180px;
}

.methods-intro {
  width: 100%;
  max-width: 850px;
  margin: 0 auto 48px;
  text-align: center;
}

.methods-title {
  max-width: 900px;
  margin: 0 auto;
  font-size: clamp(34px, 3.6vw, 62px);
  line-height: 0.94;
  letter-spacing: -0.07em;
}

.methods-blueprint {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.method-card {
  position: relative;
  min-height: 465px;
  display: grid;
  grid-template-rows: 168px 1fr;
  padding: 12px;
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.052), rgba(255,255,255,0.010)),
    rgba(3, 8, 24, 0.965);
  border: 1px solid rgba(130, 175, 255, 0.135);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.055), 0 28px 78px rgba(0,0,0,0.32);
}

.method-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.018), transparent 52%);
  pointer-events: none;
}

.method-card__visual {
  position: relative;
  z-index: 2;
  height: 168px;
  min-height: 168px;
  border-radius: 20px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.034), rgba(255,255,255,0.008)),
    #020817;
  border: 1px solid rgba(130, 180, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.050), inset 0 -22px 42px rgba(0,0,0,0.22);
}

.method-card__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(120,170,255,0.020) 1px, transparent 1px), linear-gradient(90deg, rgba(120,170,255,0.020) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.20;
  mask-image: radial-gradient(circle at 50% 42%, black 0%, transparent 76%);
}

.method-card__content {
  position: relative;
  z-index: 2;
  min-height: 0;
  padding: 22px 12px 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
}

.method-card__top {
  min-height: 32px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.method-number {
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.24em;
  color: rgba(95, 160, 255, 1);
  line-height: 1;
}

.method-tag {
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(85,145,255,0.18), rgba(85,145,255,0.065));
  border: 1px solid rgba(140,185,255,0.22);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(226,236,255,0.84);
}

.method-card h3 {
  margin-bottom: 11px;
  font-size: 21px;
  line-height: 1.02;
  letter-spacing: -0.052em;
}

.method-card p {
  font-size: 13.1px;
  line-height: 1.56;
  color: rgba(231, 237, 255, 0.58);
}

.foundation-visual,
.chatting-visual,
.scaling-visual,
.marketing-visual {
  padding: 14px;
}

.foundation-panel {
  position: relative;
  height: 100%;
  padding: 13px;
  border-radius: 17px;
  background: rgba(5, 13, 35, 0.88);
  border: 1px solid rgba(130, 180, 255, 0.16);
}

.foundation-line {
  height: 13px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
}

.foundation-line.large {
  width: 76%;
  margin-bottom: 12px;
}

.foundation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.foundation-grid span {
  min-height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(120, 165, 255, 0.048);
  border: 1px solid rgba(130, 180, 255, 0.14);
  font-size: 10px;
  font-weight: 800;
  color: rgba(236, 242, 255, 0.78);
}

.foundation-grid span::before {
  content: "✓";
  margin-right: 5px;
  color: rgba(95, 170, 255, 0.95);
}

.acquisition-visual {
  overflow: hidden;
}

.main-account,
.sub-account {
  position: absolute;
  border-radius: 18px;
  background: radial-gradient(circle at 32% 22%, rgba(255,255,255,0.28), transparent 30%), linear-gradient(135deg, #1d6fff 0%, #0643d8 48%, #02143e 100%);
  border: 1px solid rgba(180, 215, 255, 0.28);
}

.main-account {
  width: 60px;
  height: 60px;
  left: 50%;
  top: 48px;
  transform: translateX(-50%);
  box-shadow: 0 0 30px rgba(25,105,255,0.32), inset 0 1px 0 rgba(255,255,255,0.20);
}

.main-account::after {
  content: "MAIN";
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.16em;
  color: rgba(210,225,255,0.70);
}

.sub-account {
  width: 34px;
  height: 34px;
  box-shadow: 0 0 18px rgba(30,110,255,0.18);
}

.sub-one { left: 40px; top: 34px; }
.sub-two { right: 40px; top: 34px; }
.sub-three { left: 56px; bottom: 32px; }
.sub-four { right: 56px; bottom: 32px; }

.dm-line {
  position: absolute;
  height: 1px;
  opacity: 0.58;
  background: linear-gradient(90deg, transparent, rgba(78,150,255,0.62), transparent);
}

.line-one { width: 82px; left: 76px; top: 52px; transform: rotate(18deg); }
.line-two { width: 82px; right: 76px; top: 52px; transform: rotate(-18deg); }
.line-three { width: 84px; left: 86px; bottom: 56px; transform: rotate(-24deg); }
.line-four { width: 84px; right: 86px; bottom: 56px; transform: rotate(24deg); }

.onboarding-visual {
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.funnel-step {
  height: 30px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(4, 10, 28, 0.82);
  border: 1px solid rgba(130, 180, 255, 0.16);
  font-size: 10px;
  font-weight: 850;
  color: rgba(235, 241, 255, 0.70);
}

.funnel-step.active {
  color: #fff;
  background: linear-gradient(180deg, rgba(48,118,255,0.28), rgba(18,58,150,0.16)), rgba(4, 10, 28, 0.92);
  border-color: rgba(145,190,255,0.28);
}

.funnel-arrow {
  position: relative;
  width: 16px;
  height: 18px;
  margin: 4px auto;
}

.funnel-arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 1px;
  width: 2px;
  height: 13px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: rgba(92, 145, 245, 0.58);
}

.funnel-arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 7px;
  height: 7px;
  border-right: 2px solid rgba(92,145,245,0.62);
  border-bottom: 2px solid rgba(92,145,245,0.62);
  transform: translateX(-50%) rotate(45deg);
}

.onboarding-checklist {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.onboarding-checklist span,
.platform-row span,
.dashboard-metrics span {
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(4, 10, 28, 0.76);
  border: 1px solid rgba(120, 175, 255, 0.12);
  font-size: 9px;
  font-weight: 780;
  color: rgba(231, 237, 255, 0.64);
}

.onboarding-checklist span { height: 27px; }

.chat-window {
  position: relative;
  padding: 12px;
  height: 82px;
  border-radius: 15px;
  background: rgba(2, 7, 18, 0.78);
  border: 1px solid rgba(120, 165, 255, 0.13);
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 9px;
}

.chat-bubble {
  height: 15px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
}

.chat-bubble.left { width: 68%; }
.chat-bubble.right { width: 64%; align-self: flex-end; background: linear-gradient(90deg, rgba(45,105,255,0.48), rgba(25,82,215,0.42)); }
.chat-bubble.small { width: 46%; }

.spark-steps {
  display: grid;
  gap: 4px;
}

.spark-steps span {
  position: relative;
  height: 15px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(120,165,255,0.075);
  font-size: 7.6px;
  display: flex;
  align-items: center;
  padding-left: 9px;
  color: rgba(231,237,255,0.58);
}

.spark-steps span::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 68%;
  background: linear-gradient(90deg, rgba(55,130,255,0.26), transparent);
}

.spark-steps span:nth-child(2)::after { width: 76%; }
.spark-steps span:nth-child(3)::after { width: 58%; }
.spark-steps span:nth-child(4)::after { width: 84%; }
.spark-steps span:nth-child(5)::after { width: 64%; }

.content-card {
  position: absolute;
  width: 62px;
  height: 86px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255,255,255,0.105), rgba(255,255,255,0.026)), rgba(8,16,38,0.96);
  border: 1px solid rgba(130,180,255,0.19);
  box-shadow: 0 16px 30px rgba(0,0,0,0.24), inset 0 1px 0 rgba(255,255,255,0.08);
}

.content-card::before {
  content: "";
  position: absolute;
  left: 13px;
  right: 13px;
  top: 18px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255,255,255,0.13);
}

.content-card::after {
  content: "";
  position: absolute;
  left: 13px;
  right: 22px;
  top: 40px;
  height: 32px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(62,132,255,0.30), rgba(24,72,175,0.10));
  border: 1px solid rgba(130,180,255,0.08);
}

.card-one { left: 40px; top: 30px; transform: rotate(-8deg); }
.card-two { left: 50%; top: 22px; transform: translateX(-50%); z-index: 2; }
.card-three { right: 40px; top: 30px; transform: rotate(8deg); }

.platform-row {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 17px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.platform-row span { height: 25px; border-radius: 999px; font-size: 8px; font-weight: 900; }

.traffic-arrow {
  position: absolute;
  left: 50%;
  bottom: 52px;
  width: 110px;
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(80,155,255,0.46), transparent);
}

.dashboard-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-bottom: 12px;
}

.dashboard-top span {
  height: 34px;
  border-radius: 12px;
  background: rgba(120,165,255,0.052);
  border: 1px solid rgba(130,180,255,0.14);
}

.dashboard-chart {
  height: 62px;
  display: flex;
  align-items: flex-end;
  gap: 7px;
  padding: 10px;
  border-radius: 15px;
  background: rgba(2,7,18,0.74);
  border: 1px solid rgba(120,165,255,0.12);
}

.dashboard-chart i {
  flex: 1;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, rgba(105,180,255,0.70), rgba(35,95,215,0.20));
}

.dashboard-chart i:nth-child(1) { height: 36%; }
.dashboard-chart i:nth-child(2) { height: 58%; }
.dashboard-chart i:nth-child(3) { height: 78%; }
.dashboard-chart i:nth-child(4) { height: 64%; }
.dashboard-chart i:nth-child(5) { height: 92%; }

.dashboard-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-top: 10px;
}

.dashboard-metrics span { height: 21px; border-radius: 999px; font-size: 8px; }

.method-card--empire {
  grid-column: 1 / -1;
  min-height: 380px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  grid-template-rows: none;
  gap: 22px;
  padding: 14px;
  border-radius: 30px;
  background: radial-gradient(circle at 26% 44%, rgba(35,105,255,0.13), transparent 34%), linear-gradient(180deg, rgba(255,255,255,0.052), rgba(255,255,255,0.010)), rgba(4,10,28,0.98);
  border: 1px solid rgba(155,198,255,0.18);
}

.method-card--empire .method-card__visual {
  height: 100%;
  min-height: 100%;
}

.empire-visual {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: radial-gradient(circle at 46% 48%, rgba(43,116,255,0.16), transparent 42%), linear-gradient(180deg, rgba(8,17,42,0.96), rgba(2,7,18,0.98));
  border: 1px solid rgba(135,180,255,0.16);
}

.cash-scene {
  position: absolute;
  inset: 0;
}

.vault-box {
  position: absolute;
  right: 13%;
  top: 50%;
  width: 160px;
  height: 126px;
  transform: translateY(-50%);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(66,135,255,0.28), rgba(4,14,42,0.96));
  border: 1px solid rgba(155,205,255,0.24);
  box-shadow: 0 30px 64px rgba(0,0,0,0.34), 0 0 34px rgba(45,130,255,0.18), inset 0 1px 0 rgba(255,255,255,0.12);
}

.vault-box::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: -18px;
  height: 22px;
  border-radius: 999px;
  background: rgba(2, 8, 24, 0.96);
  border: 1px solid rgba(155,205,255,0.18);
}

.vault-box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 54%;
  width: 42px;
  height: 42px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: radial-gradient(circle at 50% 38%, rgba(175,220,255,0.34), transparent 36%), linear-gradient(180deg, rgba(62,132,255,0.42), rgba(8,35,110,0.76));
  border: 1px solid rgba(170,215,255,0.28);
}

.cash-card {
  position: absolute;
  width: 94px;
  height: 58px;
  border-radius: 14px;
  background: radial-gradient(circle at 22% 18%, rgba(255,255,255,0.28), transparent 30%), linear-gradient(135deg, rgba(110,185,255,0.58), rgba(24,84,215,0.76)), rgba(7,19,48,0.96);
  border: 1px solid rgba(175,225,255,0.30);
  box-shadow: 0 16px 34px rgba(0,0,0,0.28), 0 0 28px rgba(55,135,255,0.18), inset 0 1px 0 rgba(255,255,255,0.18);
}

.cash-card::before {
  content: "$";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(220,238,255,0.12);
  border: 1px solid rgba(230,244,255,0.18);
  font-size: 19px;
  font-weight: 950;
}

.cash-card::after {
  content: "";
  position: absolute;
  left: 52px;
  right: 13px;
  top: 17px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255,255,255,0.20);
  box-shadow: 0 13px 0 rgba(255,255,255,0.12);
}

.cash-card-1 { left: 12%; top: 32%; transform: rotate(-7deg); opacity: 0.76; }
.cash-card-2 { left: 26%; top: 48%; transform: rotate(4deg); opacity: 0.88; }
.cash-card-3 { left: 42%; top: 36%; transform: rotate(-3deg); opacity: 0.96; }
.cash-card-4 { left: 57%; top: 50%; transform: rotate(3deg); opacity: 0.42; }
.vault-glow { position: absolute; right: 8%; top: 50%; width: 250px; height: 180px; transform: translateY(-50%); background: radial-gradient(ellipse at center, rgba(95,170,255,0.18), transparent 70%); filter: blur(18px); }

.empire-content {
  height: 100%;
  justify-content: center;
  padding: 34px 28px;
}

.empire-content h3 {
  max-width: 450px;
  font-size: 31px;
  line-height: 0.98;
}

.empire-content p {
  max-width: 500px;
  font-size: 15px;
  line-height: 1.62;
}

.second-proof-section {
  padding: 110px 24px 124px;
}

.second-proof-inner {
  max-width: 1180px;
}

.proof-river {
  position: relative;
  z-index: 2;
  width: 100%;
  columns: 4 235px;
  column-gap: 14px;
}

.proof-strip-card {
  width: 100%;
  margin: 0 0 14px;
}

.about-section {
  padding: 116px 24px;
  background: linear-gradient(180deg, rgba(3,8,23,0.98), rgba(2,6,17,0.98));
}

.about-inner {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  gap: 48px;
  align-items: center;
}

.about-image-wrap {
  max-width: 360px;
  width: 100%;
  height: 540px;
  margin: 0 auto;
  border-radius: 30px;
  padding: 5px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.018)), rgba(2,8,24,0.94);
  border: 1px solid rgba(120,165,255,0.16);
  box-shadow: 0 26px 70px rgba(0,0,0,0.32);
}

.about-image {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 24px;
  object-fit: cover;
  object-position: center center;
}

.about-content p {
  max-width: 720px;
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.72;
  color: rgba(231, 237, 255, 0.58);
}

.about-title {
  max-width: 720px;
  font-size: clamp(32px, 3.1vw, 52px);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(2, 260px);
  gap: 12px;
  margin-top: 28px;
  width: fit-content;
  max-width: 100%;
}

.about-stats div {
  padding: 18px;
  border-radius: 18px;
  background: rgba(5,12,32,0.74);
  border: 1px solid rgba(120,165,255,0.13);
}

.about-stats strong {
  display: block;
  font-size: 22px;
  color: #fff;
  letter-spacing: -0.04em;
}

.about-stats span {
  display: block;
  margin-top: 5px;
  font-size: 12.5px;
  color: rgba(231,237,255,0.50);
}

.faq-section {
  padding: 108px 24px;
}

.faq-list {
  width: 100%;
  max-width: 860px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.040), rgba(255,255,255,0.012)), rgba(4,9,22,0.92);
  border: 1px solid rgba(120,165,255,0.13);
  box-shadow: 0 18px 48px rgba(0,0,0,0.22);
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 21px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { font-size: 16px; font-weight: 760; letter-spacing: -0.02em; }

.faq-item summary i {
  position: relative;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(120,165,255,0.08);
  border: 1px solid rgba(120,165,255,0.16);
}

.faq-item summary i::before,
.faq-item summary i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: rgba(220,232,255,0.88);
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
}

.faq-item summary i::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item[open] summary i::after { transform: translate(-50%, -50%) rotate(0deg); }
.faq-item p { padding: 0 24px 22px; font-size: 14px; line-height: 1.65; color: rgba(231,237,255,0.56); }

.final-cta-section {
  padding: 112px 24px 138px;
  background: radial-gradient(circle at 50% 20%, rgba(75,135,255,0.12), transparent 34%), linear-gradient(180deg, rgba(3,8,23,0.98), #020611);
}

.final-cta-card {
  position: relative;
  width: 100%;
  max-width: 900px;
  padding: 58px 38px;
  border-radius: 32px;
  text-align: center;
  overflow: hidden;
  background: radial-gradient(circle at 50% 0%, rgba(95,155,255,0.16), transparent 40%), linear-gradient(135deg, rgba(255,255,255,0.055), rgba(255,255,255,0.012)), rgba(4,10,28,0.94);
  border: 1px solid rgba(150,190,255,0.20);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.07), 0 34px 90px rgba(0,0,0,0.34);
}

.final-card-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(120,165,255,0.024) 1px, transparent 1px), linear-gradient(90deg, rgba(120,165,255,0.024) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.44;
  mask-image: radial-gradient(circle at 50% 34%, black 0%, transparent 74%);
}

.final-pill {
  z-index: 2;
  height: 32px;
  padding: 0 14px;
  margin-bottom: 18px;
}

.final-cta-title {
  position: relative;
  z-index: 2;
  max-width: 780px;
  margin: 0 auto;
  font-size: clamp(30px, 2.9vw, 46px);
  line-height: 0.98;
  letter-spacing: -0.058em;
}

.final-cta-card p {
  position: relative;
  z-index: 2;
  max-width: 560px;
  margin: 20px auto 28px;
  font-size: 15px;
  line-height: 1.62;
  color: rgba(231,237,255,0.58);
}

.final-cta-actions,
.final-cta-card .cta-button,
.final-note {
  position: relative;
  z-index: 2;
}

.final-note {
  display: block;
  margin-top: 16px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(190,210,255,0.58);
}

@keyframes badgeShine {
  0% { left: -55%; opacity: 0; }
  22% { opacity: 1; }
  48% { left: 115%; opacity: 0; }
  100% { left: 115%; opacity: 0; }
}

@keyframes dotPulse {
  0%, 100% { transform: scale(1); opacity: 0.78; }
  50% { transform: scale(1.28); opacity: 1; }
}

@keyframes starPulse {
  0%, 100% { transform: scale(1) rotate(0deg); opacity: 0.72; }
  50% { transform: scale(1.35) rotate(12deg); opacity: 1; }
}

/* PATCH FINAL — FOND SOMBRE HOMOGÈNE + GRILLE PLUS VISIBLE + TRANSITIONS BLEUES */

/* Grille globale 15%+ plus visible sans éclaircir le fond */
.page-bg .grid-layer {
  opacity: 0.56 !important;
  background-image:
    linear-gradient(rgba(105, 145, 255, 0.052) 1px, transparent 1px),
    linear-gradient(90deg, rgba(105, 145, 255, 0.052) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.010) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.010) 1px, transparent 1px) !important;
}

/* Toutes les sections gardent une base sombre, mais avec des nuances différentes */
.section-block {
  background:
    radial-gradient(circle at 50% 0%, rgba(38, 92, 220, 0.09), transparent 34%),
    linear-gradient(180deg, rgba(3, 8, 23, 0.96) 0%, rgba(2, 6, 17, 0.985) 100%) !important;
}

.section-block::before {
  display: block !important;
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(105, 145, 255, 0.033) 1px, transparent 1px),
    linear-gradient(90deg, rgba(105, 145, 255, 0.033) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.008) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.008) 1px, transparent 1px);
  background-size: 52px 52px, 52px 52px, 13px 13px, 13px 13px;
  opacity: 0.43;
  mask-image: radial-gradient(circle at 50% 35%, black 0%, black 58%, transparent 94%);
}

/* Belle transition bleue juste sous le form, puis arrivée dans les avis */
.feedback-section {
  padding-top: 132px;
  background:
    radial-gradient(ellipse at 50% -8%, rgba(32, 105, 255, 0.30), transparent 42%),
    radial-gradient(circle at 22% 18%, rgba(0, 68, 190, 0.16), transparent 34%),
    radial-gradient(circle at 82% 26%, rgba(0, 88, 220, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(4, 12, 34, 0.98) 0%, rgba(3, 10, 30, 0.985) 44%, rgba(2, 6, 17, 0.99) 100%) !important;
}

.feedback-section::after {
  display: block !important;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 260px;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(80, 145, 255, 0.18), transparent 62%),
    linear-gradient(180deg, rgba(6, 18, 48, 0.68), rgba(6, 18, 48, 0));
}

.feedback-inner { z-index: 3; }

.feedback-wall::after {
  height: 560px !important;
  background:
    linear-gradient(
      180deg,
      rgba(2, 6, 17, 0) 0%,
      rgba(2, 6, 17, 0.07) 20%,
      rgba(2, 6, 17, 0.30) 48%,
      rgba(2, 6, 17, 0.68) 76%,
      rgba(2, 6, 17, 0.96) 100%
    ) !important;
}

/* Alternance légère entre les sections pour éviter le rendu plat */
.fit-section {
  background:
    radial-gradient(circle at 50% 8%, rgba(42, 92, 210, 0.11), transparent 34%),
    radial-gradient(circle at 12% 80%, rgba(0, 54, 145, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(2, 6, 17, 0.99), rgba(3, 8, 24, 0.985) 48%, rgba(2, 6, 17, 0.99)) !important;
}

.methods-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(45, 100, 235, 0.14), transparent 36%),
    radial-gradient(circle at 50% 52%, rgba(0, 44, 130, 0.10), transparent 48%),
    linear-gradient(180deg, rgba(3, 8, 23, 0.99) 0%, rgba(4, 10, 30, 0.99) 50%, rgba(2, 6, 17, 0.99) 100%) !important;
}

.methods-section::after {
  display: block !important;
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 0%, rgba(70, 135, 255, 0.060), transparent 38%),
    linear-gradient(180deg, rgba(2, 3, 10, 0), rgba(2, 3, 10, 0.10));
}

.second-proof-section {
  background:
    radial-gradient(circle at 52% 0%, rgba(34, 86, 210, 0.15), transparent 36%),
    radial-gradient(circle at 18% 34%, rgba(0, 58, 150, 0.075), transparent 36%),
    linear-gradient(180deg, rgba(2, 6, 17, 0.99), rgba(3, 8, 24, 0.985) 52%, rgba(2, 6, 17, 0.99)) !important;
}

.second-proof-section::before {
  display: block !important;
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(105, 145, 255, 0.030) 1px, transparent 1px),
    linear-gradient(90deg, rgba(105, 145, 255, 0.030) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.008) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.008) 1px, transparent 1px);
  background-size: 52px 52px, 52px 52px, 13px 13px, 13px 13px;
  opacity: 0.42;
  pointer-events: none;
  mask-image: radial-gradient(circle at 50% 28%, black 0%, black 56%, transparent 92%);
}

.second-proof-section::after {
  display: block !important;
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 12%, rgba(80, 140, 255, 0.045), transparent 34%),
    linear-gradient(180deg, rgba(2, 6, 17, 0), rgba(2, 6, 17, 0.10) 72%, rgba(2, 6, 17, 0.26) 100%);
  pointer-events: none;
}

.about-section {
  background:
    radial-gradient(circle at 25% 32%, rgba(255, 255, 255, 0.028), transparent 24%),
    radial-gradient(circle at 78% 44%, rgba(55, 120, 255, 0.105), transparent 36%),
    linear-gradient(90deg, rgba(4, 8, 20, 0.99) 0%, rgba(3, 7, 18, 0.995) 42%, rgba(6, 11, 27, 0.99) 100%) !important;
}

.about-section::before {
  display: block !important;
  background:
    radial-gradient(circle at 25% 30%, rgba(255, 255, 255, 0.032), transparent 24%),
    radial-gradient(circle at 75% 45%, rgba(55, 120, 255, 0.105), transparent 34%) !important;
}

.faq-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(38, 90, 210, 0.08), transparent 38%),
    linear-gradient(180deg, rgba(2, 6, 17, 0.99), rgba(3, 8, 24, 0.985) 56%, rgba(2, 6, 17, 0.99)) !important;
}

.faq-section::before {
  display: block !important;
  background: radial-gradient(circle at 50% 100%, rgba(55, 120, 255, 0.08), transparent 44%) !important;
}

.final-cta-section {
  background:
    radial-gradient(circle at 50% 20%, rgba(75, 135, 255, 0.13), transparent 35%),
    radial-gradient(circle at 14% 74%, rgba(0, 58, 150, 0.06), transparent 32%),
    linear-gradient(180deg, rgba(3, 8, 23, 0.99), rgba(2, 6, 17, 0.995)) !important;
}

/* PATCH FINAL 2 — BLEU PLUS MARQUÉ + TRANSITIONS VARIÉES + FONDU AVIS */

/* Bleu plus visible sous le formulaire, mais sans barre brutale */
.feedback-section {
  background:
    radial-gradient(ellipse at 50% -4%, rgba(28, 105, 255, 0.34), transparent 42%),
    radial-gradient(circle at 15% 24%, rgba(0, 68, 210, 0.18), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(0, 116, 255, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(3, 8, 23, 0.98) 0%, rgba(4, 14, 42, 0.98) 34%, rgba(2, 6, 17, 0.99) 100%) !important;
}

.feedback-section::before,
.fit-section::before,
.methods-section::before {
  background-image:
    linear-gradient(rgba(115, 160, 255, 0.044) 1px, transparent 1px),
    linear-gradient(90deg, rgba(115, 160, 255, 0.044) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.010) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.010) 1px, transparent 1px) !important;
  opacity: 0.38 !important;
  mask-image: radial-gradient(circle at 50% 36%, black 0%, black 58%, transparent 94%) !important;
}

/* Fondu progressif sur les derniers avis de la première preuve */
.feedback-wall {
  position: relative;
}

.feedback-wall::after {
  height: 640px !important;
  background:
    linear-gradient(
      180deg,
      rgba(2, 6, 17, 0) 0%,
      rgba(2, 6, 17, 0.03) 14%,
      rgba(2, 6, 17, 0.18) 34%,
      rgba(2, 6, 17, 0.48) 58%,
      rgba(2, 6, 17, 0.82) 82%,
      #020611 100%
    ) !important;
}

/* Pour qui — fond plus neutre, bleu latéral discret */
.fit-section {
  background:
    radial-gradient(circle at 12% 22%, rgba(0, 84, 210, 0.13), transparent 36%),
    radial-gradient(circle at 88% 80%, rgba(26, 100, 255, 0.10), transparent 34%),
    linear-gradient(180deg, rgba(2, 6, 17, 0.99) 0%, rgba(3, 9, 28, 0.99) 48%, rgba(2, 6, 17, 0.99) 100%) !important;
}

/* Méthodes — bleu central plus assumé, transition différente */
.methods-section {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(36, 108, 255, 0.20), transparent 38%),
    radial-gradient(circle at 72% 42%, rgba(0, 60, 170, 0.12), transparent 42%),
    radial-gradient(circle at 20% 86%, rgba(0, 90, 220, 0.09), transparent 35%),
    linear-gradient(180deg, rgba(3, 8, 23, 0.99) 0%, rgba(4, 12, 36, 0.99) 46%, rgba(2, 6, 17, 0.99) 100%) !important;
}

.methods-section::after {
  background:
    radial-gradient(circle at 50% 8%, rgba(85, 150, 255, 0.080), transparent 36%),
    linear-gradient(180deg, rgba(2, 3, 10, 0), rgba(2, 3, 10, 0.12) 100%) !important;
}

/* Encore des résultats — plus bleu en haut, fond moins plat */
.second-proof-section {
  background:
    radial-gradient(ellipse at 50% -2%, rgba(30, 110, 255, 0.24), transparent 42%),
    radial-gradient(circle at 14% 36%, rgba(0, 78, 210, 0.12), transparent 34%),
    radial-gradient(circle at 86% 72%, rgba(0, 64, 170, 0.10), transparent 38%),
    linear-gradient(180deg, rgba(2, 6, 17, 0.99) 0%, rgba(3, 10, 31, 0.99) 48%, rgba(2, 6, 17, 0.99) 100%) !important;
}

.second-proof-section::before {
  background-image:
    linear-gradient(rgba(115, 160, 255, 0.038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(115, 160, 255, 0.038) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.009) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.009) 1px, transparent 1px) !important;
  opacity: 0.46 !important;
  mask-image: radial-gradient(circle at 50% 32%, black 0%, black 58%, transparent 94%) !important;
}

.second-proof-section::after {
  background:
    radial-gradient(circle at 50% 12%, rgba(90, 155, 255, 0.060), transparent 34%),
    linear-gradient(180deg, rgba(2, 6, 17, 0), rgba(2, 6, 17, 0.04) 54%, rgba(2, 6, 17, 0.18) 100%) !important;
}

/* Fondu progressif sur les derniers avis de la deuxième preuve */
.proof-river--grid {
  position: relative;
}

.proof-river--grid::after {
  height: 420px !important;
  background:
    linear-gradient(
      180deg,
      rgba(2, 6, 17, 0) 0%,
      rgba(2, 6, 17, 0.04) 18%,
      rgba(2, 6, 17, 0.22) 42%,
      rgba(2, 6, 17, 0.58) 68%,
      rgba(2, 6, 17, 0.88) 88%,
      #020611 100%
    ) !important;
}

/* About — garde sombre mais moins coupé */
.about-section {
  background:
    radial-gradient(circle at 22% 28%, rgba(255, 255, 255, 0.030), transparent 24%),
    radial-gradient(circle at 74% 42%, rgba(55, 130, 255, 0.14), transparent 36%),
    radial-gradient(circle at 50% 100%, rgba(0, 70, 210, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(2, 6, 17, 0.99) 0%, rgba(4, 9, 26, 0.99) 50%, rgba(2, 6, 17, 0.99) 100%) !important;
}

.about-section::before {
  background:
    radial-gradient(circle at 25% 30%, rgba(255, 255, 255, 0.026), transparent 24%),
    radial-gradient(circle at 75% 45%, rgba(55, 120, 255, 0.105), transparent 34%) !important;
}

/* FAQ — variation très sobre */
.faq-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(42, 100, 230, 0.12), transparent 38%),
    radial-gradient(circle at 10% 70%, rgba(0, 55, 160, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(2, 6, 17, 0.99) 0%, rgba(3, 9, 27, 0.99) 54%, rgba(2, 6, 17, 0.99) 100%) !important;
}

.faq-section::before {
  background: radial-gradient(circle at 50% 100%, rgba(55, 120, 255, 0.10), transparent 44%) !important;
}

/* CTA final — bleu plus présent, titre/design gardé propre */
.final-cta-section {
  background:
    radial-gradient(ellipse at 50% 16%, rgba(70, 140, 255, 0.20), transparent 38%),
    radial-gradient(circle at 14% 74%, rgba(0, 70, 190, 0.11), transparent 34%),
    radial-gradient(circle at 88% 28%, rgba(0, 90, 230, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(3, 8, 23, 0.99) 0%, rgba(3, 10, 31, 0.99) 50%, #020611 100%) !important;
}

.final-cta-card {
  background:
    radial-gradient(circle at 50% 0%, rgba(105, 170, 255, 0.22), transparent 42%),
    linear-gradient(135deg, rgba(255,255,255,0.060), rgba(255,255,255,0.012)),
    rgba(4, 10, 28, 0.96) !important;
}


/* PATCH — FIN PROPRE DE LA 2E SECTION AVIS + SUPPRESSION CROP */
.second-proof-section {
  padding-bottom: 132px !important;
}

.second-proof-inner {
  max-width: 1180px !important;
}

.second-proof-section .proof-river {
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  columns: 4 235px !important;
  column-gap: 14px !important;
  max-height: 1240px !important;
  overflow: hidden !important;
  padding-bottom: 260px !important;
}

.second-proof-section .proof-river::after {
  content: "" !important;
  position: absolute !important;
  left: -24px !important;
  right: -24px !important;
  bottom: -2px !important;
  height: 430px !important;
  z-index: 8 !important;
  pointer-events: none !important;
  background:
    linear-gradient(
      180deg,
      rgba(2, 6, 17, 0) 0%,
      rgba(2, 6, 17, 0.08) 18%,
      rgba(2, 6, 17, 0.28) 42%,
      rgba(2, 6, 17, 0.64) 68%,
      rgba(2, 6, 17, 0.92) 88%,
      #020611 100%
    ) !important;
}

.second-proof-section .proof-strip-card {
  display: block !important;
  break-inside: avoid !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 0 14px !important;
  overflow: hidden !important;
  border-radius: 22px !important;
  transform: none !important;
}

.second-proof-section .proof-strip-card img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
  object-position: center top !important;
  opacity: 0.98 !important;
}

.second-proof-section .proof-strip-card:nth-child(4n + 2) {
  margin-top: 38px !important;
}

.second-proof-section .proof-strip-card:nth-child(4n + 3) {
  margin-top: 18px !important;
}

.second-proof-section .proof-strip-card:nth-child(4n + 4) {
  margin-top: 62px !important;
}

/* PATCH FINAL — 2E SECTION AVIS : MINIMUM 12 VISIBLES, SANS CROP */
.second-proof-section .proof-river.proof-river--clean {
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  columns: initial !important;
  column-gap: initial !important;
  max-height: 1240px !important;
  overflow: hidden !important;
  padding-bottom: 230px !important;
}

.second-proof-section .proof-river.proof-river--clean::after {
  content: "" !important;
  position: absolute !important;
  left: -24px !important;
  right: -24px !important;
  bottom: -2px !important;
  height: 390px !important;
  z-index: 8 !important;
  pointer-events: none !important;
  background:
    linear-gradient(
      180deg,
      rgba(2, 6, 17, 0) 0%,
      rgba(2, 6, 17, 0.06) 16%,
      rgba(2, 6, 17, 0.24) 40%,
      rgba(2, 6, 17, 0.58) 66%,
      rgba(2, 6, 17, 0.88) 88%,
      #020611 100%
    ) !important;
}

.second-proof-section .proof-river.proof-river--clean .proof-strip-card {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 315px !important;
  margin: 0 !important;
  break-inside: auto !important;
  overflow: hidden !important;
  border-radius: 22px !important;
  transform: none !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.040), rgba(255, 255, 255, 0.010)),
    rgba(2, 8, 24, 0.96) !important;
}

.second-proof-section .proof-river.proof-river--clean .proof-strip-card:nth-child(4n + 2) {
  height: 355px !important;
  margin-top: 22px !important;
}

.second-proof-section .proof-river.proof-river--clean .proof-strip-card:nth-child(4n + 3) {
  height: 295px !important;
  margin-top: 10px !important;
}

.second-proof-section .proof-river.proof-river--clean .proof-strip-card:nth-child(4n + 4) {
  height: 375px !important;
  margin-top: 34px !important;
}

.second-proof-section .proof-river.proof-river--clean .proof-strip-card:nth-child(n + 13) {
  opacity: 0.84 !important;
}

.second-proof-section .proof-river.proof-river--clean .proof-strip-card img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  display: block !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: rgba(2, 8, 24, 0.96) !important;
  opacity: 0.98 !important;
}


/* PATCH DEFINITIF — 2E SECTION AVIS : TOUS LES AVIS VISIBLES, 12+ MINIMUM, SANS CROP */
.second-proof-section .proof-river,
.second-proof-section .proof-river.proof-river--clean {
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  grid-auto-flow: row !important;
  gap: 14px !important;
  columns: initial !important;
  column-gap: initial !important;
  max-height: none !important;
  height: auto !important;
  overflow: visible !important;
  padding-bottom: 90px !important;
}

.second-proof-section .proof-river::after,
.second-proof-section .proof-river.proof-river--clean::after {
  content: "" !important;
  position: absolute !important;
  left: -24px !important;
  right: -24px !important;
  bottom: -2px !important;
  height: 260px !important;
  z-index: 8 !important;
  pointer-events: none !important;
  background:
    linear-gradient(
      180deg,
      rgba(2, 6, 17, 0) 0%,
      rgba(2, 6, 17, 0.04) 22%,
      rgba(2, 6, 17, 0.18) 48%,
      rgba(2, 6, 17, 0.54) 76%,
      rgba(2, 6, 17, 0.92) 100%
    ) !important;
}

.second-proof-section .proof-strip-card,
.second-proof-section .proof-river.proof-river--clean .proof-strip-card {
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 330px !important;
  margin: 0 !important;
  break-inside: auto !important;
  overflow: hidden !important;
  border-radius: 22px !important;
  transform: none !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.040), rgba(255, 255, 255, 0.010)),
    rgba(2, 8, 24, 0.96) !important;
  border: 1px solid rgba(120, 165, 255, 0.13) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.050),
    inset 0 -1px 0 rgba(0, 0, 0, 0.30),
    0 22px 58px rgba(0, 0, 0, 0.34) !important;
}

.second-proof-section .proof-strip-card:nth-child(4n + 1),
.second-proof-section .proof-river.proof-river--clean .proof-strip-card:nth-child(4n + 1) {
  height: 350px !important;
}

.second-proof-section .proof-strip-card:nth-child(4n + 2),
.second-proof-section .proof-river.proof-river--clean .proof-strip-card:nth-child(4n + 2) {
  height: 420px !important;
  margin-top: 24px !important;
}

.second-proof-section .proof-strip-card:nth-child(4n + 3),
.second-proof-section .proof-river.proof-river--clean .proof-strip-card:nth-child(4n + 3) {
  height: 340px !important;
  margin-top: 10px !important;
}

.second-proof-section .proof-strip-card:nth-child(4n + 4),
.second-proof-section .proof-river.proof-river--clean .proof-strip-card:nth-child(4n + 4) {
  height: 410px !important;
  margin-top: 38px !important;
}

.second-proof-section .proof-strip-card img,
.second-proof-section .proof-river.proof-river--clean .proof-strip-card img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  display: block !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: rgba(2, 8, 24, 0.96) !important;
  opacity: 0.98 !important;
}

/* FIX FINAL — 2E SECTION AVIS PROPRE, SANS GROS BLOCS VIDES */
.second-proof-section .proof-river.proof-river--clean {
  position: relative !important;
  width: 100% !important;
  display: block !important;
  columns: 4 225px !important;
  column-gap: 14px !important;
  max-height: 1180px !important;
  height: auto !important;
  overflow: hidden !important;
  padding-bottom: 210px !important;
}

.second-proof-section .proof-river.proof-river--clean::after {
  content: "" !important;
  position: absolute !important;
  left: -24px !important;
  right: -24px !important;
  bottom: -2px !important;
  height: 360px !important;
  z-index: 20 !important;
  pointer-events: none !important;
  background:
    linear-gradient(
      180deg,
      rgba(2, 6, 17, 0) 0%,
      rgba(2, 6, 17, 0.06) 18%,
      rgba(2, 6, 17, 0.28) 44%,
      rgba(2, 6, 17, 0.68) 72%,
      #020611 100%
    ) !important;
}

.second-proof-section .proof-river.proof-river--clean .proof-strip-card {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  break-inside: avoid !important;
  page-break-inside: avoid !important;
  overflow: hidden !important;
  border-radius: 22px !important;
  transform: none !important;
  background: rgba(2, 8, 24, 0.96) !important;
  border: 1px solid rgba(120, 165, 255, 0.13) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.050),
    inset 0 -1px 0 rgba(0, 0, 0, 0.30),
    0 22px 58px rgba(0, 0, 0, 0.34) !important;
}

.second-proof-section .proof-river.proof-river--clean .proof-strip-card:nth-child(n) {
  height: auto !important;
  min-height: 0 !important;
  margin-top: 0 !important;
  transform: none !important;
}

.second-proof-section .proof-river.proof-river--clean .proof-strip-card img {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: none !important;
  display: block !important;
  object-fit: initial !important;
  object-position: initial !important;
  background: transparent !important;
  opacity: 0.98 !important;
}

.second-proof-section .proof-river.proof-river--clean .proof-strip-card:nth-child(4n + 2) {
  margin-top: 34px !important;
}

.second-proof-section .proof-river.proof-river--clean .proof-strip-card:nth-child(4n + 3) {
  margin-top: 16px !important;
}

.second-proof-section .proof-river.proof-river--clean .proof-strip-card:nth-child(4n + 4) {
  margin-top: 54px !important;
}

/* FIX PROPRE — 2E SECTION AVIS EN COLONNES MANUELLES, 12+ VISIBLES, SANS CROP NI GROS BLOCS VIDES */
.second-proof-section {
  padding: 112px 24px 132px !important;
  overflow: hidden !important;
}

.second-proof-section .second-proof-inner {
  max-width: 1180px !important;
}

.second-proof-section .proof-river,
.second-proof-section .proof-river.proof-river--clean,
.second-proof-section .proof-river.proof-river--manual {
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  columns: initial !important;
  column-gap: initial !important;
  max-height: none !important;
  height: auto !important;
  overflow: visible !important;
  padding-bottom: 56px !important;
}

.second-proof-section .proof-river::after,
.second-proof-section .proof-river.proof-river--clean::after,
.second-proof-section .proof-river.proof-river--manual::after {
  content: "" !important;
  position: absolute !important;
  left: -24px !important;
  right: -24px !important;
  bottom: -2px !important;
  height: 180px !important;
  z-index: 20 !important;
  pointer-events: none !important;
  background: linear-gradient(
    180deg,
    rgba(2, 6, 17, 0) 0%,
    rgba(2, 6, 17, 0.06) 26%,
    rgba(2, 6, 17, 0.24) 58%,
    rgba(2, 6, 17, 0.70) 86%,
    #020611 100%
  ) !important;
}

.second-proof-section .proof-column {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  min-width: 0 !important;
}

.second-proof-section .proof-column--down-1 { padding-top: 32px !important; }
.second-proof-section .proof-column--down-2 { padding-top: 14px !important; }
.second-proof-section .proof-column--down-3 { padding-top: 48px !important; }

.second-proof-section .proof-strip-card,
.second-proof-section .proof-river.proof-river--clean .proof-strip-card,
.second-proof-section .proof-river.proof-river--manual .proof-strip-card {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 22px !important;
  transform: none !important;
  background: rgba(2, 8, 24, 0.96) !important;
  border: 1px solid rgba(120, 165, 255, 0.13) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.050),
    inset 0 -1px 0 rgba(0, 0, 0, 0.30),
    0 22px 58px rgba(0, 0, 0, 0.34) !important;
}

.second-proof-section .proof-strip-card:nth-child(n),
.second-proof-section .proof-river.proof-river--clean .proof-strip-card:nth-child(n),
.second-proof-section .proof-river.proof-river--manual .proof-strip-card:nth-child(n) {
  height: auto !important;
  min-height: 0 !important;
  margin-top: 0 !important;
  transform: none !important;
}

.second-proof-section .proof-strip-card img,
.second-proof-section .proof-river.proof-river--clean .proof-strip-card img,
.second-proof-section .proof-river.proof-river--manual .proof-strip-card img {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: none !important;
  display: block !important;
  object-fit: initial !important;
  object-position: initial !important;
  background: transparent !important;
  opacity: 0.98 !important;
}

/* PATCH FINAL — AÉRATION 2E SECTION AVIS */
.second-proof-section .second-proof-head {
  margin-bottom: 72px !important;
}

.second-proof-section .proof-river,
.second-proof-section .proof-river.proof-river--clean,
.second-proof-section .proof-river.proof-river--manual {
  max-width: 1100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  gap: 28px !important;
  padding-bottom: 86px !important;
}

.second-proof-section .proof-column {
  gap: 26px !important;
}

.second-proof-section .proof-column--down-1 {
  padding-top: 46px !important;
}

.second-proof-section .proof-column--down-2 {
  padding-top: 22px !important;
}

.second-proof-section .proof-column--down-3 {
  padding-top: 68px !important;
}

.second-proof-section .proof-strip-card,
.second-proof-section .proof-river.proof-river--clean .proof-strip-card,
.second-proof-section .proof-river.proof-river--manual .proof-strip-card {
  border-radius: 24px !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.050),
    inset 0 -1px 0 rgba(0, 0, 0, 0.30),
    0 18px 46px rgba(0, 0, 0, 0.30) !important;
}

.second-proof-section .proof-river::after,
.second-proof-section .proof-river.proof-river--clean::after,
.second-proof-section .proof-river.proof-river--manual::after {
  height: 210px !important;
}

/* PATCH FINAL — ALIGNEMENT DES AVIS AVEC “RÉSULTATS MEMBRES” */
.feedback-head .section-kicker {
  margin-bottom: 16px !important;
}

.second-proof-section .second-proof-head {
  margin-bottom: 34px !important;
}

.second-proof-section .proof-river,
.second-proof-section .proof-river.proof-river--manual,
.second-proof-section .proof-river.proof-river--clean {
  max-width: 1160px !important;
  gap: 10px !important;
  padding-bottom: 150px !important;
}

.second-proof-section .proof-column {
  gap: 10px !important;
}

.second-proof-section .proof-column--down-1 {
  padding-top: 0 !important;
}

.second-proof-section .proof-column--down-2 {
  padding-top: 0 !important;
}

.second-proof-section .proof-column--down-3 {
  padding-top: 0 !important;
}

.second-proof-section .proof-strip-card,
.second-proof-section .proof-river.proof-river--manual .proof-strip-card,
.second-proof-section .proof-river.proof-river--clean .proof-strip-card {
  border-radius: 22px !important;
  margin: 0 !important;
}

.second-proof-section .proof-river::after,
.second-proof-section .proof-river.proof-river--manual::after,
.second-proof-section .proof-river.proof-river--clean::after {
  height: 460px !important;
  background:
    linear-gradient(
      180deg,
      rgba(2, 6, 17, 0) 0%,
      rgba(2, 6, 17, 0.10) 12%,
      rgba(2, 6, 17, 0.34) 34%,
      rgba(2, 6, 17, 0.72) 62%,
      #020611 88%,
      #020611 100%
    ) !important;
}

/* PATCH — KICKERS ANIMÉS POUR LES SECTIONS AVIS */
.animated-kicker {
  padding: 0 16px;
  gap: 8px;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.024)),
    rgba(8, 17, 42, 0.78);
  border-color: rgba(135, 178, 255, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.10),
    inset 0 -10px 18px rgba(0, 0, 0, 0.14),
    0 0 0 1px rgba(75, 135, 255, 0.035),
    0 14px 34px rgba(0, 0, 0, 0.22),
    0 0 34px rgba(60, 130, 255, 0.10);
}

.animated-kicker::before {
  content: "";
  position: absolute;
  top: -45%;
  bottom: -45%;
  left: -62%;
  width: 42%;
  z-index: -1;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  transform: rotate(18deg);
  animation: kickerShine 3.6s ease-in-out infinite;
}

.animated-kicker::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 0%, rgba(105, 165, 255, 0.22), transparent 58%),
    linear-gradient(90deg, transparent, rgba(80, 140, 255, 0.08), transparent);
}

.animated-kicker span:not(.kicker-star) {
  position: relative;
  z-index: 2;
}

.kicker-star {
  position: relative;
  z-index: 2;
  font-size: 10px;
  color: rgba(105, 165, 255, 1);
  text-shadow:
    0 0 10px rgba(90, 150, 255, 0.85),
    0 0 22px rgba(90, 150, 255, 0.35);
  animation: kickerStarPulse 2.4s ease-in-out infinite;
}

.kicker-star--right {
  animation-delay: 1.2s;
}

@keyframes kickerShine {
  0% { left: -62%; opacity: 0; }
  20% { opacity: 1; }
  48% { left: 118%; opacity: 0; }
  100% { left: 118%; opacity: 0; }
}

@keyframes kickerStarPulse {
  0%, 100% { transform: scale(1) rotate(0deg); opacity: 0.72; }
  50% { transform: scale(1.36) rotate(12deg); opacity: 1; }
}

/* PATCH — BLEU FEEDBACK PLUS PREMIUM / MOINS FLUO */
.feedback-section {
  background:
    radial-gradient(ellipse at 50% -8%, rgba(34, 86, 185, 0.18), transparent 44%),
    radial-gradient(circle at 18% 20%, rgba(12, 42, 105, 0.18), transparent 34%),
    radial-gradient(circle at 84% 22%, rgba(9, 54, 130, 0.13), transparent 36%),
    linear-gradient(180deg, rgba(2, 6, 17, 0.99) 0%, rgba(4, 12, 30, 0.99) 42%, rgba(2, 6, 17, 1) 100%) !important;
}

.feedback-section::after {
  height: 250px !important;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(70, 125, 235, 0.085), transparent 64%),
    linear-gradient(180deg, rgba(5, 14, 34, 0.54), rgba(5, 14, 34, 0)) !important;
}

.feedback-section::before {
  background-image:
    linear-gradient(rgba(105, 145, 255, 0.034) 1px, transparent 1px),
    linear-gradient(90deg, rgba(105, 145, 255, 0.034) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.007) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.007) 1px, transparent 1px) !important;
  opacity: 0.30 !important;
  mask-image: radial-gradient(circle at 50% 34%, black 0%, black 52%, transparent 92%) !important;
}

/* PATCH FINAL — FIN PROPRE 2E SECTION AVIS */
.second-proof-section .proof-river.proof-river--manual {
  position: relative !important;
  max-width: 1160px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
  padding-bottom: 0 !important;
  overflow: hidden !important;
  max-height: 1450px !important;
}

.second-proof-section .proof-column {
  gap: 10px !important;
}

.second-proof-section .proof-column--down-1,
.second-proof-section .proof-column--down-2,
.second-proof-section .proof-column--down-3 {
  padding-top: 0 !important;
}

.second-proof-section .proof-river.proof-river--manual::after {
  content: "" !important;
  position: absolute !important;
  left: -28px !important;
  right: -28px !important;
  bottom: -2px !important;
  height: 520px !important;
  z-index: 30 !important;
  pointer-events: none !important;
  background:
    linear-gradient(
      180deg,
      rgba(2, 6, 17, 0) 0%,
      rgba(2, 6, 17, 0.06) 12%,
      rgba(2, 6, 17, 0.24) 34%,
      rgba(2, 6, 17, 0.62) 62%,
      rgba(2, 6, 17, 0.92) 84%,
      #020611 100%
    ) !important;
}

.second-proof-section .proof-strip-card {
  background: transparent !important;
  border-radius: 22px !important;
}

.second-proof-section .proof-strip-card img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  object-fit: unset !important;
}

/* PATCH — 2E SECTION AVIS : +1 LIGNE WHATSAPP, FIN SUR DISCORD */
.second-proof-section .proof-river.proof-river--manual.proof-river--rows {
  max-width: 1160px !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  padding-bottom: 210px !important;
  overflow: hidden !important;
}

.second-proof-section .proof-river--rows .proof-column {
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
}

.second-proof-section .proof-river--rows .proof-column--down-1,
.second-proof-section .proof-river--rows .proof-column--down-2,
.second-proof-section .proof-river--rows .proof-column--down-3 {
  padding-top: 0 !important;
}

.second-proof-section .proof-river--rows .proof-strip-card {
  border-radius: 22px !important;
  background: rgba(2, 8, 24, 0.94) !important;
}

.second-proof-section .proof-river--rows .proof-strip-card img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

.second-proof-section .proof-river--rows::after {
  height: 520px !important;
  bottom: -2px !important;
  background: linear-gradient(
    180deg,
    rgba(2, 6, 17, 0) 0%,
    rgba(2, 6, 17, 0.08) 16%,
    rgba(2, 6, 17, 0.32) 38%,
    rgba(2, 6, 17, 0.72) 66%,
    #020611 92%,
    #020611 100%
  ) !important;
}

/* PATCH FINAL — 2E SECTION AVIS EN DÉFILEMENT PROPRE */
.second-proof-section {
  padding: 102px 24px 122px !important;
  overflow: hidden !important;
}

.second-proof-section .second-proof-inner {
  max-width: 1240px !important;
}

.second-proof-section .second-proof-head {
  margin-bottom: 42px !important;
}

.proof-scroll {
  position: relative;
  z-index: 3;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  overflow: hidden;
  padding: 8px 0 92px;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    black 8%,
    black 92%,
    transparent 100%
  );
}

.proof-scroll::after {
  content: "";
  position: absolute;
  left: -32px;
  right: -32px;
  bottom: 0;
  height: 210px;
  z-index: 6;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(2, 6, 17, 0) 0%,
    rgba(2, 6, 17, 0.12) 24%,
    rgba(2, 6, 17, 0.48) 56%,
    rgba(2, 6, 17, 0.84) 82%,
    #020611 100%
  );
}

.proof-scroll-row {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.proof-scroll-track {
  width: max-content;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  will-change: transform;
  animation: proofScrollLeft 44s linear infinite;
}

.proof-scroll-track--reverse {
  animation-name: proofScrollRight;
  animation-duration: 38s;
}

.proof-scroll:hover .proof-scroll-track {
  animation-play-state: paused;
}

.proof-scroll-card {
  position: relative;
  flex: 0 0 auto;
  height: 330px;
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: rgba(2, 8, 24, 0.96);
  border: 1px solid rgba(120, 165, 255, 0.13);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.050),
    inset 0 -1px 0 rgba(0, 0, 0, 0.30),
    0 18px 46px rgba(0, 0, 0, 0.30);
}

.proof-scroll-card img {
  width: auto;
  height: 100%;
  max-width: none;
  display: block;
  object-fit: contain;
  object-position: center center;
  opacity: 0.985;
}

.proof-scroll-card--whatsapp {
  height: 340px;
}

.proof-scroll-card--discord {
  height: 260px;
}

.proof-scroll-row--discord {
  padding-left: 7%;
}

@keyframes proofScrollLeft {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@keyframes proofScrollRight {
  from { transform: translate3d(-50%, 0, 0); }
  to { transform: translate3d(0, 0, 0); }
}

/* PATCH — DÉFILEMENT AVIS PLUS LENT + WHATSAPP PLUS GROS */
.proof-scroll {
  gap: 22px !important;
  padding-bottom: 104px !important;
}

.proof-scroll-track {
  gap: 18px !important;
  animation-duration: 86s !important;
  animation-play-state: running !important;
}

.proof-scroll-track--reverse {
  animation-duration: 78s !important;
  animation-play-state: running !important;
}

.proof-scroll:hover .proof-scroll-track,
.proof-scroll:hover .proof-scroll-track--reverse {
  animation-play-state: running !important;
}

.proof-scroll-card--whatsapp {
  height: 410px !important;
}

.proof-scroll-card--discord {
  height: 285px !important;
}

.proof-scroll-card {
  border-radius: 24px !important;
}

/* PATCH — centrage propre du cadran +350K$/mois */
.money-frame {
  padding: 0.08em 0.22em 0.13em;
  line-height: 0.88;
  min-width: 0;
  align-items: center;
  transform: translateY(0.015em);
}

.title-final {
  align-items: center;
}

/* PATCH — centrage vertical du slash dans +350K$/mois */
.money-frame {
  padding: 0.055em 0.22em 0.17em;
  line-height: 0.98;
  min-width: 0;
  align-items: center;
  justify-content: center;
  transform: translateY(0);
}

.title-final {
  align-items: center;
}


/* PATCH — slash +350K$/mois aligné proprement */
.money-frame {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0.085em 0.23em 0.11em;
  line-height: 0.86;
  transform: translateY(0.01em);
}

.money-frame .money-part,
.money-frame .money-slash {
  display: inline-block;
  line-height: 0.86;
}

.money-frame .money-slash {
  transform: translateY(-0.075em);
  margin: 0 0.015em;
}

/* PATCH — cadran +350K$/mois plus haut en haut et en bas */
.money-frame {
  padding: 0.145em 0.245em 0.175em;
  line-height: 0.86;
  align-items: center;
  justify-content: center;
  transform: translateY(0.01em);
}

.money-frame .money-part,
.money-frame .money-slash {
  display: inline-block;
  line-height: 0.86;
}

.money-frame .money-slash {
  transform: translateY(-0.055em);
  margin: 0 0.015em;
}


/* FOOTER + LEGAL PAGES */

.site-footer {
  position: relative;
  z-index: 8;
  width: 100%;
  padding: 76px 24px 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(55, 120, 255, 0.10), transparent 34%),
    linear-gradient(180deg, rgba(3, 8, 23, 0.98) 0%, #02030a 100%);
  border-top: 1px solid rgba(120, 165, 255, 0.10);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(105, 145, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(105, 145, 255, 0.022) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.006) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.006) 1px, transparent 1px);
  background-size: 52px 52px, 52px 52px, 13px 13px, 13px 13px;
  opacity: 0.42;
  mask-image: linear-gradient(180deg, transparent 0%, black 22%, black 100%);
}

.site-footer__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr 1.1fr;
  gap: 42px;
  align-items: start;
}

.site-footer__logo {
  width: 86px;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

.site-footer p,
.site-footer a,
.site-footer span {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(231, 237, 255, 0.56);
}

.site-footer__brand p {
  max-width: 330px;
}

.site-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.site-footer__nav div,
.site-footer__legal {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.site-footer strong,
.site-footer__nav strong {
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.90);
}

.site-footer a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.site-footer a:hover {
  color: #ffffff;
}

.site-footer__legal {
  padding: 20px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.038), rgba(255, 255, 255, 0.010)),
    rgba(4, 10, 28, 0.72);
  border: 1px solid rgba(120, 165, 255, 0.12);
}

.site-footer__legal p {
  margin: 0;
}

.site-footer__bottom {
  position: relative;
  z-index: 2;
  max-width: 1160px;
  margin: 34px auto 0;
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(120, 165, 255, 0.10);
}

.legal-page {
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 78px 24px 110px;
  display: flex;
  justify-content: center;
}

.legal-document {
  width: 100%;
  max-width: 920px;
  padding: 42px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.042), rgba(255, 255, 255, 0.012)),
    rgba(3, 8, 24, 0.92);
  border: 1px solid rgba(120, 165, 255, 0.13);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 28px 78px rgba(0, 0, 0, 0.34);
}

.legal-eyebrow {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 14px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: rgba(120, 165, 255, 0.08);
  border: 1px solid rgba(120, 165, 255, 0.15);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(190, 210, 255, 0.88);
}

.legal-document h1 {
  margin: 0 0 18px;
  font-family: var(--font-main);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 0.96;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  color: #ffffff;
}

.legal-updated {
  margin: 0 0 34px;
  font-size: 14px;
  color: rgba(231, 237, 255, 0.52);
}

.legal-document section {
  padding: 26px 0;
  border-top: 1px solid rgba(120, 165, 255, 0.10);
}

.legal-document h2 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -0.035em;
  color: #ffffff;
}

.legal-document p,
.legal-document li {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(231, 237, 255, 0.62);
}

.legal-document p {
  margin: 0 0 12px;
}

.legal-document ul {
  margin: 0;
  padding-left: 18px;
}

.legal-document a {
  color: rgba(180, 210, 255, 0.95);
  text-decoration: none;
}

.legal-document a:hover {
  color: #ffffff;
}

.legal-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  margin-top: 26px;
  border-radius: 12px;
  color: rgba(5, 8, 18, 0.92) !important;
  font-size: 14px;
  font-weight: 700;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(214, 224, 242, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.70);
}


/* FOOTER CLEAN — VERSION SOBRE */
.site-footer {
  position: relative;
  z-index: 8;
  width: 100%;
  padding: 64px 24px 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(42, 92, 190, 0.075), transparent 34%),
    linear-gradient(180deg, rgba(3, 8, 23, 0.98) 0%, #02030a 100%);
  border-top: 1px solid rgba(120, 165, 255, 0.085);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(105, 145, 255, 0.016) 1px, transparent 1px),
    linear-gradient(90deg, rgba(105, 145, 255, 0.016) 1px, transparent 1px);
  background-size: 52px 52px;
  opacity: 0.45;
  mask-image: linear-gradient(180deg, transparent 0%, black 28%, black 100%);
}

.site-footer__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 70px;
  align-items: start;
}

.site-footer__logo {
  width: 92px;
  height: auto;
  display: block;
  margin: 0;
}

.site-footer p,
.site-footer a,
.site-footer span {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(231, 237, 255, 0.52);
}

.site-footer__brand p,
.site-footer__legal {
  display: none !important;
}

.site-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(160px, 1fr));
  gap: 58px;
}

.site-footer__nav div {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.site-footer strong,
.site-footer__nav strong {
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}

.site-footer a {
  width: fit-content;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.site-footer a:hover {
  color: #ffffff;
  transform: translateX(2px);
}

.site-footer__bottom {
  position: relative;
  z-index: 2;
  max-width: 1060px;
  margin: 44px auto 0;
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  border-top: 1px solid rgba(120, 165, 255, 0.085);
}

.site-footer__bottom span:nth-child(n+2) {
  display: none !important;
}


/* FOOTER + LEGAL PAGES — CLEAN FINAL */
.site-footer {
  position: relative;
  z-index: 8;
  width: 100%;
  padding: 58px 24px 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(30, 75, 170, 0.075), transparent 34%),
    linear-gradient(180deg, rgba(3, 8, 23, 0.98) 0%, #02030a 100%);
  border-top: 1px solid rgba(120, 165, 255, 0.075);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(105, 145, 255, 0.016) 1px, transparent 1px),
    linear-gradient(90deg, rgba(105, 145, 255, 0.016) 1px, transparent 1px);
  background-size: 52px 52px;
  opacity: 0.35;
  mask-image: linear-gradient(180deg, transparent 0%, black 28%, black 100%);
}

.site-footer__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 70px;
  align-items: start;
}

.site-footer__logo {
  width: 92px;
  height: auto;
  display: block;
}

.site-footer p,
.site-footer a,
.site-footer span {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(231, 237, 255, 0.52);
}

.site-footer__brand p,
.site-footer__legal {
  display: none !important;
}

.site-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(160px, 1fr));
  gap: 58px;
}

.site-footer__nav div {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.site-footer strong,
.site-footer__nav strong {
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}

.site-footer a {
  width: fit-content;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.site-footer a:hover {
  color: #ffffff;
  transform: translateX(2px);
}

.site-footer__disclaimer {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1060px;
  margin: 38px auto 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(120, 165, 255, 0.075);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.site-footer__disclaimer p {
  margin: 0;
  font-size: 11.5px;
  line-height: 1.65;
  color: rgba(231, 237, 255, 0.42);
}

.site-footer__bottom {
  position: relative;
  z-index: 2;
  max-width: 1060px;
  margin: 26px auto 0;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-top: 1px solid rgba(120, 165, 255, 0.055);
}

.site-footer__bottom span:nth-child(n+2) {
  display: none !important;
}

.legal-page {
  overflow: hidden;
}

.legal-site-header {
  height: 96px;
  padding-bottom: 10px;
}

.legal-document {
  position: relative;
  z-index: 5;
  width: calc(100% - 48px);
  max-width: 960px;
  margin: 50px auto 90px;
  padding: 48px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 0%, rgba(70, 135, 255, 0.13), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,0.050), rgba(255,255,255,0.012)),
    rgba(3, 8, 23, 0.92);
  border: 1px solid rgba(135, 180, 255, 0.15);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.055),
    0 34px 90px rgba(0,0,0,0.34);
}

.legal-eyebrow {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(120, 165, 255, 0.08);
  border: 1px solid rgba(120, 165, 255, 0.16);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: rgba(210, 226, 255, 0.82);
}

.legal-document h1 {
  margin: 0;
  font-family: var(--font-main);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.95;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  color: #fff;
}

.legal-updated {
  margin: 18px 0 38px;
  color: rgba(231, 237, 255, 0.50);
}

.legal-document section {
  padding: 26px 0;
  border-top: 1px solid rgba(120, 165, 255, 0.08);
}

.legal-document h2 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.18;
  letter-spacing: -0.035em;
  color: #fff;
}

.legal-document p,
.legal-document li {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(231, 237, 255, 0.60);
}

.legal-document p {
  margin: 0 0 10px;
}

.legal-document ul {
  margin: 0;
  padding-left: 18px;
}

.legal-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 18px;
  padding: 0 20px;
  border-radius: 12px;
  text-decoration: none;
  color: rgba(5, 8, 18, 0.92);
  font-size: 14px;
  font-weight: 700;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(214, 224, 242, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.72);
}

@media (max-width: 760px) {
  .site-footer {
    padding: 44px 18px 28px;
  }

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

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

  .site-footer__disclaimer {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .legal-document {
    width: calc(100% - 28px);
    margin: 32px auto 64px;
    padding: 30px 20px;
    border-radius: 24px;
  }
}


/* FOOTER + PAGES LÉGALES — VERSION PROPRE */
.site-footer {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 74px 24px 38px;
  margin-top: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(35, 92, 210, 0.10), transparent 38%),
    linear-gradient(180deg, rgba(2, 6, 17, 0.82) 0%, rgba(2, 4, 12, 0.98) 100%);
  border-top: 1px solid rgba(120, 165, 255, 0.08);
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(105, 145, 255, 0.020) 1px, transparent 1px),
    linear-gradient(90deg, rgba(105, 145, 255, 0.020) 1px, transparent 1px);
  background-size: 52px 52px;
  opacity: 0.32;
  mask-image: radial-gradient(circle at 50% 0%, black 0%, transparent 82%);
}

.site-footer__shell {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.site-footer__top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 80px;
  align-items: start;
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(120, 165, 255, 0.09);
}

.site-footer__brand {
  display: inline-flex;
  width: max-content;
  text-decoration: none;
}

.site-footer__logo {
  width: 92px;
  height: auto;
  display: block;
  object-fit: contain;
  opacity: 0.98;
}

.site-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(130px, 1fr));
  gap: 64px;
}

.site-footer__nav div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}

.site-footer strong,
.site-footer__nav strong {
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(235, 242, 255, 0.88);
}

.site-footer a,
.site-footer p,
.site-footer span {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(222, 231, 255, 0.48);
}

.site-footer a {
  text-decoration: none;
  transition: color 0.18s ease, opacity 0.18s ease;
}

.site-footer a:hover {
  color: rgba(255, 255, 255, 0.92);
}

.site-footer__disclaimer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  padding: 34px 0 30px;
  border-bottom: 1px solid rgba(120, 165, 255, 0.08);
}

.site-footer__disclaimer p {
  margin: 0;
  max-width: none;
  font-size: 11.5px;
  line-height: 1.72;
  color: rgba(222, 231, 255, 0.38);
}

.site-footer__bottom {
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.site-footer__bottom span,
.site-footer__bottom a {
  font-size: 12px;
  color: rgba(222, 231, 255, 0.44);
}

.legal-page {
  overflow: hidden;
  display: block;
  min-height: 100vh;
}

.legal-header {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 104px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 24px 18px;
}

.legal-hero {
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 58px 24px 106px;
  display: flex;
  justify-content: center;
}

.legal-card {
  position: relative;
  width: 100%;
  max-width: 900px;
  padding: 54px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 0%, rgba(80, 135, 255, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.050), rgba(255,255,255,0.012)),
    rgba(4, 10, 28, 0.94);
  border: 1px solid rgba(135, 175, 255, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.060),
    0 34px 100px rgba(0,0,0,0.36);
  overflow: hidden;
}

.legal-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(120, 165, 255, 0.020) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 165, 255, 0.020) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: 0.45;
  mask-image: radial-gradient(circle at 50% 0%, black 0%, transparent 78%);
}

.legal-card > * {
  position: relative;
  z-index: 2;
}

.legal-card h1 {
  max-width: 760px;
  margin: 0 0 18px;
  font-family: var(--font-main);
  font-size: clamp(38px, 4.4vw, 68px);
  line-height: 0.92;
  letter-spacing: -0.07em;
  text-transform: uppercase;
  color: #ffffff;
}

.legal-updated {
  margin: 0 0 32px !important;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(120, 165, 255, 0.10);
  font-size: 13px !important;
  color: rgba(225, 235, 255, 0.48) !important;
}

.legal-content {
  margin-top: 30px;
}

.legal-content h2,
.legal-content h3 {
  margin: 34px 0 12px;
  font-family: var(--font-main);
  color: #ffffff;
  letter-spacing: -0.035em;
}

.legal-content h2 {
  font-size: 23px;
  line-height: 1.08;
}

.legal-content h3 {
  font-size: 19px;
  line-height: 1.14;
}

.legal-content p,
.legal-content li {
  font-size: 14.5px;
  line-height: 1.82;
  color: rgba(231, 237, 255, 0.58);
}

.legal-content p {
  margin: 0 0 16px;
}

.legal-content ul {
  margin: 0 0 20px 18px;
  padding: 0;
}

.legal-content li {
  margin-bottom: 8px;
}

.legal-back {
  margin-top: 30px;
}

@media (max-width: 860px) {
  .site-footer {
    padding: 54px 18px 30px;
  }

  .site-footer__top {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-bottom: 32px;
  }

  .site-footer__nav {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .site-footer__disclaimer {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .legal-hero {
    padding: 42px 16px 76px;
  }

  .legal-card {
    padding: 34px 22px;
    border-radius: 24px;
  }
}

@media (max-width: 560px) {
  .site-footer__nav {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   FINAL PATCH — FOOTER SOBRE + PAGES LÉGALES PROPRES
   ========================================================= */

.legal-page {
  overflow-x: hidden;
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 0%, rgba(18, 45, 115, 0.10), transparent 36%),
    linear-gradient(135deg, #01030a 0%, #02050f 52%, #030713 100%);
}

.legal-page .grid-layer {
  opacity: 0.24;
}

.legal-header {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 104px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 24px 18px;
}

.legal-hero {
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 42px 24px 96px;
  display: flex;
  justify-content: center;
}

.legal-card {
  position: relative;
  width: 100%;
  max-width: 900px;
  padding: 54px;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(42, 87, 190, 0.085), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.030), rgba(255,255,255,0.007)),
    rgba(2, 6, 17, 0.975);
  border: 1px solid rgba(120, 165, 255, 0.105);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.035),
    0 34px 100px rgba(0,0,0,0.48);
}

.legal-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(120, 165, 255, 0.014) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 165, 255, 0.014) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.24;
  mask-image: radial-gradient(circle at 50% 0%, black 0%, transparent 72%);
}

.legal-card > * {
  position: relative;
  z-index: 2;
}

.legal-card h1 {
  max-width: 800px;
  margin: 0 0 16px;
  font-family: var(--font-main);
  font-size: clamp(36px, 4vw, 62px);
  line-height: 0.94;
  letter-spacing: -0.068em;
  text-transform: uppercase;
  color: #fff;
}

.legal-updated {
  margin: 0 0 32px !important;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(120, 165, 255, 0.09);
  font-size: 13px !important;
  color: rgba(225, 235, 255, 0.46) !important;
}

.legal-content {
  margin-top: 30px;
}

.legal-block {
  margin: 0;
  padding: 24px 0;
  border-bottom: 1px solid rgba(120, 165, 255, 0.055);
}

.legal-block:first-child {
  padding-top: 0;
}

.legal-content h2,
.legal-content h3 {
  margin: 0 0 12px;
  font-family: var(--font-main);
  color: #ffffff;
  letter-spacing: -0.035em;
}

.legal-content h2 {
  font-size: 23px;
  line-height: 1.08;
}

.legal-content h3 {
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.14;
}

.legal-content p,
.legal-content li {
  font-size: 14.5px;
  line-height: 1.82;
  color: rgba(231, 237, 255, 0.58);
}

.legal-content p {
  margin: 0 0 14px;
}

.legal-content ul {
  margin: 0 0 16px 18px;
  padding: 0;
}

.legal-content li {
  margin-bottom: 7px;
  padding-left: 4px;
}

.legal-back {
  margin-top: 34px;
}

.site-footer {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 58px 24px 30px;
  background:
    radial-gradient(circle at 50% 0%, rgba(18, 52, 138, 0.08), transparent 38%),
    linear-gradient(180deg, rgba(2, 6, 17, 0.70) 0%, rgba(1, 3, 9, 0.98) 100%);
  border-top: 1px solid rgba(120, 165, 255, 0.07);
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(105, 145, 255, 0.016) 1px, transparent 1px),
    linear-gradient(90deg, rgba(105, 145, 255, 0.016) 1px, transparent 1px);
  background-size: 52px 52px;
  opacity: 0.22;
  mask-image: radial-gradient(circle at 50% 0%, black 0%, transparent 84%);
}

.site-footer__shell {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.site-footer__main {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) minmax(360px, 0.72fr);
  gap: 72px;
  align-items: start;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(120, 165, 255, 0.08);
}

.site-footer__brand {
  display: inline-flex;
  width: max-content;
  text-decoration: none;
}

.site-footer__logo {
  width: 92px;
  height: auto;
  display: block;
  object-fit: contain;
  opacity: 0.98;
}

.site-footer__menus {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  gap: 52px;
}

.site-footer__menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.site-footer__menu strong {
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(235, 242, 255, 0.82);
}

.site-footer a,
.site-footer p,
.site-footer span {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(222, 231, 255, 0.43);
}

.site-footer a {
  text-decoration: none;
  transition: color 0.18s ease, opacity 0.18s ease;
}

.site-footer a:hover {
  color: rgba(255, 255, 255, 0.90);
}

.site-footer__notices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  padding: 30px 0 28px;
  border-bottom: 1px solid rgba(120, 165, 255, 0.065);
}

.site-footer__notices p {
  margin: 0;
  max-width: none;
  font-size: 11.5px;
  line-height: 1.72;
  color: rgba(222, 231, 255, 0.34);
}

.site-footer__bottom {
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.site-footer__bottom span {
  font-size: 12px;
  color: rgba(222, 231, 255, 0.38);
}

@media (max-width: 860px) {
  .legal-hero { padding: 36px 16px 78px; }
  .legal-card { padding: 34px 22px; border-radius: 24px; }
  .site-footer { padding: 48px 18px 28px; }
  .site-footer__main { grid-template-columns: 1fr; gap: 34px; }
  .site-footer__menus { grid-template-columns: 1fr 1fr; gap: 28px; }
  .site-footer__notices { grid-template-columns: 1fr; gap: 16px; }
}

@media (max-width: 560px) {
  .site-footer__menus { grid-template-columns: 1fr; }
}


/* =========================================================
   FINAL OVERRIDE — FOOTER SOBRE + PAGES LÉGALES PLUS SOMBRES
   ========================================================= */

.legal-page {
  background:
    radial-gradient(circle at 50% 0%, rgba(10, 26, 76, 0.08), transparent 38%),
    linear-gradient(135deg, #000105 0%, #01030a 50%, #01040b 100%) !important;
}

.legal-page .grid-layer {
  opacity: 0.14 !important;
}

.legal-hero {
  padding: 42px 24px 92px !important;
}

.legal-card {
  background:
    radial-gradient(circle at 50% 0%, rgba(25, 60, 145, 0.045), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.016), rgba(255,255,255,0.004)),
    rgba(1, 4, 13, 0.992) !important;
  border-color: rgba(105, 145, 255, 0.070) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.020),
    0 34px 100px rgba(0,0,0,0.66) !important;
}

.legal-card::before {
  opacity: 0.12 !important;
}

.legal-content p,
.legal-content li {
  color: rgba(222, 231, 255, 0.56) !important;
}

.site-footer {
  position: relative !important;
  z-index: 10 !important;
  width: 100% !important;
  padding: 72px 24px 34px !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(28, 70, 170, 0.055), transparent 38%),
    linear-gradient(180deg, rgba(1, 4, 12, 0.97) 0%, #000105 100%) !important;
  border: 0 !important;
}

.site-footer::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background-image:
    linear-gradient(rgba(105, 145, 255, 0.010) 1px, transparent 1px),
    linear-gradient(90deg, rgba(105, 145, 255, 0.010) 1px, transparent 1px) !important;
  background-size: 52px 52px !important;
  opacity: 0.18 !important;
  mask-image: radial-gradient(circle at 50% 0%, black 0%, transparent 76%) !important;
}

.site-footer__shell {
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  max-width: 1120px !important;
  margin: 0 auto !important;
}

.site-footer__main {
  display: grid !important;
  grid-template-columns: minmax(320px, 1fr) minmax(360px, 0.72fr) !important;
  gap: 84px !important;
  align-items: start !important;
  padding: 0 !important;
  border: 0 !important;
}

.site-footer__brandBlock {
  max-width: 560px !important;
}

.site-footer__brand {
  display: inline-flex !important;
  width: max-content !important;
  text-decoration: none !important;
  margin-bottom: 28px !important;
}

.site-footer__logo {
  width: 94px !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
  opacity: 0.98 !important;
}

.site-footer__noticeText {
  margin: 0 !important;
  max-width: 610px !important;
  font-size: 11.6px !important;
  line-height: 1.78 !important;
  color: rgba(222, 231, 255, 0.36) !important;
}

.site-footer__menus {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(145px, 1fr)) !important;
  gap: 58px !important;
  justify-content: end !important;
}

.site-footer__menu {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 10px !important;
}

.site-footer__menu strong {
  margin: 0 0 12px !important;
  font-size: 9.5px !important;
  font-weight: 900 !important;
  letter-spacing: 0.26em !important;
  text-transform: uppercase !important;
  color: rgba(239, 244, 255, 0.82) !important;
}

.site-footer a,
.site-footer p,
.site-footer span {
  font-size: 13px !important;
  line-height: 1.65 !important;
  color: rgba(222, 231, 255, 0.42) !important;
}

.site-footer a {
  text-decoration: none !important;
  transition: color 0.18s ease, opacity 0.18s ease !important;
}

.site-footer a:hover {
  color: rgba(255, 255, 255, 0.90) !important;
}

.site-footer__notices {
  display: none !important;
}

.site-footer__bottom {
  padding-top: 48px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  border: 0 !important;
}

.site-footer__bottom span {
  font-size: 12.5px !important;
  color: rgba(222, 231, 255, 0.38) !important;
}

@media (max-width: 860px) {
  .site-footer {
    padding: 56px 18px 28px !important;
  }

  .site-footer__main {
    grid-template-columns: 1fr !important;
    gap: 38px !important;
  }

  .site-footer__menus {
    grid-template-columns: 1fr 1fr !important;
    gap: 30px !important;
  }

  .site-footer__noticeText {
    max-width: 100% !important;
  }

  .site-footer__bottom {
    padding-top: 38px !important;
  }
}

@media (max-width: 520px) {
  .site-footer__menus {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
}

/* =========================================================
   PATCH FINAL — HOME HOMOGÈNE + PAGES LÉGALES SOMBRES + FOOTER CLEAN
   ========================================================= */

/* Home : même ambiance de fond sur toutes les sections, sans transitions brusques */
.feedback-section,
.fit-section,
.methods-section,
.second-proof-section,
.about-section,
.faq-section,
.final-cta-section {
  background:
    radial-gradient(circle at 52% 0%, rgba(16, 56, 150, 0.105), transparent 36%),
    radial-gradient(circle at 18% 72%, rgba(0, 40, 110, 0.050), transparent 34%),
    linear-gradient(180deg, rgba(2, 5, 15, 0.988) 0%, rgba(3, 7, 18, 0.992) 50%, rgba(2, 5, 15, 0.99) 100%) !important;
}

.feedback-section::before,
.fit-section::before,
.methods-section::before,
.second-proof-section::before,
.about-section::before,
.faq-section::before,
.final-cta-section::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  background-image:
    linear-gradient(rgba(105, 145, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(105, 145, 255, 0.028) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.007) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.007) 1px, transparent 1px) !important;
  background-size: 52px 52px, 52px 52px, 13px 13px, 13px 13px !important;
  opacity: 0.36 !important;
  mask-image: radial-gradient(circle at 50% 38%, black 0%, black 56%, transparent 94%) !important;
}

/* On garde uniquement les effets utiles déjà présents, sans gros blocs de transition */
.methods-section::after,
.second-proof-section::after,
.feedback-section::after,
.faq-section::after,
.final-cta-section::after {
  background: none !important;
  opacity: 0 !important;
}

/* Le header/hero garde le fond global, les sections ne doivent plus créer de bandes visibles */
.feedback-section { padding-top: 118px !important; }
.fit-section,
.methods-section,
.second-proof-section,
.about-section,
.faq-section,
.final-cta-section {
  border-top: 0 !important;
}

/* Pages légales : fond du texte beaucoup plus sombre et lisible */
.legal-page {
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 30, 100, 0.045), transparent 34%),
    linear-gradient(135deg, #000105 0%, #01030a 48%, #000208 100%) !important;
}

.legal-page .grid-layer {
  opacity: 0.12 !important;
}

.legal-page .noise-layer {
  opacity: 0.84 !important;
}

.legal-hero {
  flex: 1 0 auto !important;
  padding: 42px 24px 76px !important;
}

.legal-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.010), rgba(255, 255, 255, 0.003)),
    rgba(0, 3, 11, 0.996) !important;
  border-color: rgba(105, 145, 255, 0.060) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.016),
    0 40px 110px rgba(0,0,0,0.72) !important;
}

.legal-card::before {
  opacity: 0.06 !important;
}

.legal-content p,
.legal-content li {
  color: rgba(222, 231, 255, 0.58) !important;
}

/* Footer : sobre, sans traits, compact, sans espace vide en dessous */
.site-footer {
  position: relative !important;
  z-index: 10 !important;
  width: 100% !important;
  flex-shrink: 0 !important;
  padding: 62px 24px 26px !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 42, 130, 0.040), transparent 38%),
    linear-gradient(180deg, rgba(1, 3, 10, 0.992) 0%, #000105 100%) !important;
  border: 0 !important;
}

.site-footer::before,
.site-footer::after {
  display: none !important;
}

.site-footer__shell {
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  max-width: 1120px !important;
  margin: 0 auto !important;
}

.site-footer__main {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 92px !important;
  align-items: start !important;
  padding: 0 !important;
  border: 0 !important;
}

.site-footer__brandBlock {
  max-width: 610px !important;
}

.site-footer__brand {
  display: inline-flex !important;
  width: max-content !important;
  margin: 0 0 24px !important;
  text-decoration: none !important;
}

.site-footer__logo {
  width: 94px !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
  opacity: 0.98 !important;
}

.site-footer__noticeText {
  margin: 0 !important;
  max-width: 620px !important;
  font-size: 12px !important;
  line-height: 1.72 !important;
  color: rgba(222, 231, 255, 0.38) !important;
}

.site-footer__menus {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(140px, 1fr)) !important;
  gap: 58px !important;
  justify-content: end !important;
}

.site-footer__menu {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 10px !important;
}

.site-footer__menu strong {
  margin: 0 0 12px !important;
  font-size: 9.5px !important;
  font-weight: 900 !important;
  letter-spacing: 0.26em !important;
  text-transform: uppercase !important;
  color: rgba(239, 244, 255, 0.84) !important;
}

.site-footer a,
.site-footer p,
.site-footer span {
  font-size: 13px !important;
  line-height: 1.62 !important;
  color: rgba(222, 231, 255, 0.42) !important;
}

.site-footer a {
  text-decoration: none !important;
  transition: color 0.18s ease, opacity 0.18s ease !important;
}

.site-footer a:hover {
  color: rgba(255, 255, 255, 0.92) !important;
}

.site-footer__notices {
  display: none !important;
}

.site-footer__bottom {
  padding: 46px 0 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  border: 0 !important;
}

.site-footer__bottom span {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  font-size: 12.5px !important;
  color: rgba(222, 231, 255, 0.36) !important;
}

.legal-page .site-footer {
  margin-top: 0 !important;
  padding-bottom: 22px !important;
}

@media (max-width: 860px) {
  .site-footer {
    padding: 52px 18px 24px !important;
  }

  .site-footer__main {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
  }

  .site-footer__menus {
    grid-template-columns: 1fr 1fr !important;
    gap: 30px !important;
  }

  .site-footer__noticeText {
    max-width: 100% !important;
  }

  .site-footer__bottom {
    padding-top: 34px !important;
  }
}

@media (max-width: 520px) {
  .site-footer__menus {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
  }
}

/* PATCH FINAL — supprime la barre / l'espace visuel sous le footer des pages légales */

.legal-page,
.legal-page.page-bg {
  margin: 0 !important;
  padding-bottom: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background-color: #000105 !important;
}

.legal-page .site-footer {
  margin: 0 !important;
  padding-bottom: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.legal-page .site-footer__shell,
.legal-page .site-footer__bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border: 0 !important;
}

.legal-page::after,
.legal-page.page-bg::after,
.legal-page .site-footer::after,
.legal-page .site-footer__shell::after {
  content: none !important;
  display: none !important;
}

/* PATCH FINAL — même taille de footer sur les pages légales que sur la homepage */
.legal-page .site-footer {
  padding: 56px 24px 34px !important;
  min-height: auto !important;
  height: auto !important;
  border-radius: 0 !important;
}

.legal-page .site-footer__shell {
  max-width: 1120px !important;
  min-height: 0 !important;
}

.legal-page .site-footer__main {
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 92px !important;
  align-items: start !important;
}

.legal-page .site-footer__brandBlock {
  max-width: 610px !important;
}

.legal-page .site-footer__brand {
  margin: 0 0 20px !important;
}

.legal-page .site-footer__logo {
  width: 94px !important;
}

.legal-page .site-footer__noticeText {
  max-width: 620px !important;
  font-size: 12px !important;
  line-height: 1.72 !important;
}

.legal-page .site-footer__menus {
  grid-template-columns: repeat(2, minmax(140px, 1fr)) !important;
  gap: 58px !important;
}

.legal-page .site-footer__menu {
  gap: 10px !important;
}

.legal-page .site-footer__menu strong {
  margin-bottom: 12px !important;
  font-size: 9.5px !important;
}

.legal-page .site-footer a,
.legal-page .site-footer p,
.legal-page .site-footer span {
  font-size: 13px !important;
  line-height: 1.62 !important;
}

.legal-page .site-footer__bottom {
  padding-top: 40px !important;
  margin: 0 !important;
  justify-content: center !important;
}

.legal-page .site-footer__bottom span {
  font-size: 12.5px !important;
}

@media (max-width: 860px) {
  .legal-page .site-footer {
    padding: 52px 18px 24px !important;
  }

  .legal-page .site-footer__main {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
  }

  .legal-page .site-footer__menus {
    grid-template-columns: 1fr 1fr !important;
    gap: 30px !important;
  }
}

@media (max-width: 520px) {
  .legal-page .site-footer__menus {
    grid-template-columns: 1fr !important;
  }
}

/* VSL WISTIA FIX */

.vsl-video.vsl-wistia {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  overflow: hidden;
  border-radius: 19px;
  background: #000;
}

.vsl-video.vsl-wistia iframe {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
  border: 0 !important;
}

/* MOBILE AVIS FIX */

.feedback-mobile-scroll {
  display: none;
}

@media (max-width: 768px) {
  .feedback-wall {
    display: none !important;
  }

  .feedback-mobile-scroll {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    overflow: hidden;
    padding: 18px 0 34px;
  }

  .feedback-mobile-row {
    width: 100%;
    overflow: hidden;
  }

  .feedback-mobile-track {
    display: flex;
    align-items: stretch;
    gap: 14px;
    width: max-content;
    animation: feedbackMobileMove 46s linear infinite;
    will-change: transform;
  }

  .feedback-mobile-track--reverse {
    animation-name: feedbackMobileMoveReverse;
  }

  .feedback-mobile-track:hover,
  .feedback-mobile-track--reverse:hover {
    animation-play-state: running !important;
  }

  .feedback-mobile-card {
    flex: 0 0 auto;
    width: 300px;
    height: 470px;
    margin: 0;
    overflow: hidden;
    border-radius: 22px;
    background: rgba(2, 8, 24, 0.96);
    border: 1px solid rgba(120, 165, 255, 0.16);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.30);
  }

  .feedback-mobile-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top center;
  }

  .feedback-mobile-card--discord {
    width: 330px;
    height: 315px;
  }

  .feedback-mobile-card--whatsapp {
    width: 300px;
    height: 470px;
  }
}

@keyframes feedbackMobileMove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes feedbackMobileMoveReverse {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}
