/* Campagne de rentrée — liste d'attente Yoovi */
.yoovi-waitlist-slot,
.yoovi-waitlist-slot *,
.yoovi-waitlist-slot::before,
.yoovi-waitlist-slot::after,
.yoovi-waitlist-slot *::before,
.yoovi-waitlist-slot *::after {
  box-sizing: border-box;
}

.yoovi-waitlist-slot {
  z-index: 1;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 122px 50px 52px;
  position: relative;
  background: linear-gradient(180deg, #f2ebff 0%, #fbf9ff 100%);
}

.yoovi-waitlist {
  --waitlist-purple: #5046e5;
  --waitlist-deep-purple: #351c9c;
  --waitlist-ink: #17131f;
  --waitlist-muted: #686477;
  --waitlist-pink: #f2e9ff;
  isolation: isolate;
  position: relative;
  width: min(100%, 940px);
  margin: 0 auto;
  padding: 1px;
  overflow: hidden;
  border-radius: 34px;
  background: linear-gradient(135deg, #d5c9ff 0%, #ffffff 42%, #cfe2ff 100%);
  box-shadow: 0 22px 60px rgba(79, 70, 229, .15), 0 4px 12px rgba(53, 28, 156, .08);
}

.yoovi-waitlist::before,
.yoovi-waitlist::after {
  position: absolute;
  z-index: -1;
  width: 280px;
  height: 280px;
  content: "";
  filter: blur(4px);
  border-radius: 999px;
  opacity: .65;
}

.yoovi-waitlist::before {
  top: -170px;
  left: -105px;
  background: #d5c8ff;
}

.yoovi-waitlist::after {
  right: -130px;
  bottom: -190px;
  background: #bcd7ff;
}

.yoovi-waitlist__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 246px;
  gap: 38px;
  align-items: center;
  min-height: 332px;
  padding: 38px 44px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 33px;
  background: linear-gradient(118deg, rgba(255, 255, 255, .94) 0%, rgba(249, 247, 255, .91) 100%);
  backdrop-filter: blur(14px);
}

.yoovi-waitlist__content {
  min-width: 0;
}

.yoovi-waitlist__eyebrow {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 7px 11px 7px 8px;
  color: var(--waitlist-purple);
  font-family: "Inter Display", Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  border: 1px solid rgba(80, 70, 229, .15);
  border-radius: 999px;
  background: rgba(238, 235, 255, .8);
}

.yoovi-waitlist__spark {
  display: grid;
  width: 20px;
  height: 20px;
  color: #fff;
  background: linear-gradient(135deg, #6c55ed, #ab7df8);
  border-radius: 50%;
  place-items: center;
  box-shadow: 0 3px 10px rgba(80, 70, 229, .28);
}

.yoovi-waitlist__spark svg {
  width: 12px;
  height: 12px;
}

.yoovi-waitlist h1 {
  max-width: 610px;
  margin: 17px 0 14px;
  color: var(--waitlist-ink);
  font-family: "Plus Jakarta Sans", "Inter Display", Inter, sans-serif;
  font-size: clamp(31px, 3.3vw, 48px);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: 1.03;
}

.yoovi-waitlist h1 span {
  color: var(--waitlist-purple);
}

.yoovi-waitlist__description {
  max-width: 590px;
  margin: 0;
  color: var(--waitlist-muted);
  font-family: "Plus Jakarta Sans", "Inter Display", Inter, sans-serif;
  font-size: 15px;
  letter-spacing: -.02em;
  line-height: 1.55;
}

.yoovi-waitlist__actions {
  display: flex;
  margin-top: 25px;
}

.yoovi-waitlist__submit {
  display: inline-flex;
  flex: none;
  gap: 9px;
  align-items: center;
  justify-content: center;
  min-height: 51px;
  padding: 0 17px;
  color: #fff;
  font-family: "Inter Display", Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.02em;
  cursor: pointer;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #5e50e8, #4437cb);
  box-shadow: 0 9px 19px rgba(80, 70, 229, .28), inset 0 1px 0 rgba(255, 255, 255, .22);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.yoovi-waitlist__submit:hover {
  box-shadow: 0 12px 24px rgba(80, 70, 229, .36), inset 0 1px 0 rgba(255, 255, 255, .22);
  transform: translateY(-1px);
}

.yoovi-waitlist__submit svg {
  width: 16px;
  height: 16px;
}

.yoovi-waitlist__note {
  margin: 12px 0 0;
  color: #7d788a;
  font-family: "Inter Display", Inter, sans-serif;
  font-size: 11px;
  line-height: 1.35;
}

.yoovi-waitlist__offer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  min-height: 255px;
  padding: 22px;
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 25px;
  background: linear-gradient(155deg, #7457ef 0%, #4d42d7 52%, #382baf 100%);
  box-shadow: 0 18px 30px rgba(64, 48, 183, .25), inset 0 1px 1px rgba(255, 255, 255, .3);
  transform: rotate(2.5deg);
}

.yoovi-waitlist__offer::before,
.yoovi-waitlist__offer::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
}

.yoovi-waitlist__offer::before {
  top: -85px;
  right: -73px;
  width: 218px;
  height: 218px;
}

.yoovi-waitlist__offer::after {
  bottom: -95px;
  left: -86px;
  width: 196px;
  height: 196px;
}

.yoovi-waitlist__offer-top,
.yoovi-waitlist__offer-bottom {
  position: relative;
  z-index: 1;
}

.yoovi-waitlist__offer-label {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: rgba(255, 255, 255, .85);
  font-family: "Inter Display", Inter, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.yoovi-waitlist__calendar {
  display: grid;
  width: 42px;
  height: 42px;
  margin-top: 17px;
  color: #5745d9;
  background: #fff;
  border-radius: 13px;
  place-items: center;
  box-shadow: 0 8px 16px rgba(36, 24, 129, .2);
}

.yoovi-waitlist__calendar svg {
  width: 22px;
  height: 22px;
}

.yoovi-waitlist__months {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Inter Display", Inter, sans-serif;
  font-size: 54px;
  font-weight: 700;
  letter-spacing: -.075em;
  line-height: .9;
}

.yoovi-waitlist__months span {
  display: block;
  margin-top: 8px;
  font-family: "Inter Display", Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 1;
}

.yoovi-waitlist__offer-caption {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .76);
  font-family: "Inter Display", Inter, sans-serif;
  font-size: 12px;
  letter-spacing: -.01em;
  line-height: 1.35;
}

.yoovi-waitlist__offer-badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 9px;
  margin-top: 17px;
  color: #fff;
  font-family: "Inter Display", Inter, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .03em;
  border: 1px solid rgba(255, 255, 255, .23);
  border-radius: 8px;
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(8px);
}

@media (max-width: 767.98px) {
  .yoovi-waitlist-slot {
    padding: 94px 20px 38px;
  }

  .yoovi-waitlist {
    width: 100%;
    border-radius: 27px;
  }

  .yoovi-waitlist__inner {
    grid-template-columns: 1fr;
    gap: 27px;
    min-height: 0;
    padding: 29px 22px 22px;
    border-radius: 26px;
  }

  .yoovi-waitlist h1 {
    margin: 14px 0 12px;
    font-size: clamp(29px, 9vw, 38px);
  }

  .yoovi-waitlist__description {
    font-size: 14px;
  }

  .yoovi-waitlist__actions {
    margin-top: 21px;
  }

  .yoovi-waitlist__submit {
    width: 100%;
  }

  .yoovi-waitlist__offer {
    min-height: 205px;
    padding: 20px;
    border-radius: 21px;
    transform: none;
  }

  .yoovi-waitlist__calendar {
    margin-top: 11px;
  }

  .yoovi-waitlist__months {
    font-size: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .yoovi-waitlist__submit {
    transition: none;
  }
}

/* Ajustements de la campagne de rentrée */
.framer-Y0xbN > .framer-1elr1wg-container,
[aria-label="Scroll progress bar"] {
  display: none !important;
}

.yoovi-waitlist-slot {
  z-index: 2;
  overflow: visible;
  padding: 116px 50px 72px;
  background: #fff;
}

.yoovi-waitlist-slot + .framer-s21oit,
.yoovi-waitlist-slot + .framer-Y0xbN .framer-s21oit {
  background: #fff;
}

.yoovi-waitlist {
  width: min(100%, 1060px);
  overflow: visible;
  border-radius: 38px;
  animation: yoovi-waitlist-reveal .6s cubic-bezier(.22, .8, .3, 1) both;
}

.yoovi-waitlist__inner {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1fr) 274px;
  gap: 54px;
  min-height: 392px;
  padding: 49px 52px 47px 145px;
  border-radius: 37px;
}

.yoovi-waitlist__avatar {
  position: absolute;
  z-index: 0;
  top: -116px;
  left: -210px;
  width: 330px;
  height: 495px;
  pointer-events: none;
  animation: yoovi-avatar-reveal .75s .12s cubic-bezier(.22, .8, .3, 1) both;
}

.yoovi-waitlist__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
  filter: drop-shadow(0 15px 16px rgba(47, 34, 106, .17));
}

.yoovi-waitlist__content {
  position: relative;
  z-index: 3;
}

.yoovi-waitlist h1 {
  max-width: 610px;
  margin: 0 0 17px;
  font-size: clamp(34px, 3.65vw, 54px);
}

.yoovi-waitlist__description {
  max-width: 590px;
  font-size: 15.5px;
}

.yoovi-waitlist__benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 16px;
  padding: 0;
  margin: 19px 0 0;
  color: #5f5a70;
  font-family: "Inter Display", Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  list-style: none;
}

.yoovi-waitlist__benefits li {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

.yoovi-waitlist__benefits span {
  display: grid;
  width: 17px;
  height: 17px;
  color: #5145df;
  font-size: 11px;
  line-height: 1;
  border-radius: 50%;
  background: #ece9ff;
  place-items: center;
}

.yoovi-waitlist__actions {
  margin-top: 24px;
}

.yoovi-waitlist__offer {
  z-index: 3;
  min-height: 286px;
  padding: 25px;
  border-radius: 29px;
  transform: rotate(2.5deg) translateY(1px);
}

.yoovi-waitlist__confetti {
  position: absolute;
  z-index: 4;
  inset: -22px -16px;
  overflow: hidden;
  pointer-events: none;
}

.yoovi-waitlist__confetti i {
  position: absolute;
  top: -18px;
  left: var(--x, 50%);
  display: block;
  width: var(--w, 8px);
  height: var(--h, 15px);
  border-radius: 4px;
  background: var(--color, #ffd95a);
  box-shadow: 0 2px 4px rgba(47, 30, 126, .12);
  animation: yoovi-confetti 3.9s linear infinite;
  animation-delay: var(--delay, 0s);
}

.yoovi-waitlist__confetti i:nth-child(1) { --x: 8%; --w: 7px; --h: 14px; --color: #ffd95a; --delay: -2.7s; }
.yoovi-waitlist__confetti i:nth-child(2) { --x: 22%; --w: 9px; --h: 8px; --color: #ff91bd; --delay: -.4s; }
.yoovi-waitlist__confetti i:nth-child(3) { --x: 38%; --w: 6px; --h: 16px; --color: #9ff2e2; --delay: -1.8s; }
.yoovi-waitlist__confetti i:nth-child(4) { --x: 54%; --w: 10px; --h: 7px; --color: #fff; --delay: -3.4s; }
.yoovi-waitlist__confetti i:nth-child(5) { --x: 69%; --w: 7px; --h: 15px; --color: #ffc36c; --delay: -1.1s; }
.yoovi-waitlist__confetti i:nth-child(6) { --x: 85%; --w: 8px; --h: 9px; --color: #8cc6ff; --delay: -2.2s; }
.yoovi-waitlist__confetti i:nth-child(7) { --x: 14%; --w: 6px; --h: 13px; --color: #f5a7ff; --delay: -3.1s; }
.yoovi-waitlist__confetti i:nth-child(8) { --x: 78%; --w: 7px; --h: 14px; --color: #ffea8a; --delay: -.8s; }
.yoovi-waitlist__confetti i:nth-child(9) { --x: 47%; --w: 8px; --h: 8px; --color: #c8ff8c; --delay: -2.9s; }

@keyframes yoovi-waitlist-reveal {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes yoovi-avatar-reveal {
  from { opacity: 0; transform: translate(-10px, 18px) rotate(-3deg); }
  to { opacity: 1; transform: translate(0, 0) rotate(0); }
}

@keyframes yoovi-confetti {
  0% { opacity: 0; transform: translate3d(0, -16px, 0) rotate(0deg); }
  10% { opacity: 1; }
  84% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(24px, 330px, 0) rotate(480deg); }
}

@media (max-width: 767.98px) {
  .yoovi-waitlist-slot {
    padding: 107px 20px 48px;
  }

  .yoovi-waitlist {
    border-radius: 27px;
  }

  .yoovi-waitlist__inner {
    gap: 27px;
    min-height: 0;
    padding: 37px 22px 22px;
    border-radius: 26px;
  }

  .yoovi-waitlist__avatar {
    top: -87px;
    left: -53px;
    width: 177px;
    height: 265px;
    opacity: .55;
  }

  .yoovi-waitlist h1 {
    margin: 0 0 12px;
    font-size: clamp(29px, 9vw, 38px);
  }

  .yoovi-waitlist__benefits {
    gap: 8px 12px;
    margin-top: 16px;
    font-size: 11px;
  }

  .yoovi-waitlist__offer {
    min-height: 215px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .yoovi-waitlist,
  .yoovi-waitlist__avatar,
  .yoovi-waitlist__confetti i {
    animation: none;
  }
}

/* Titre de lancement et derniers ajustements de composition */
.yoovi-waitlist-slot {
  flex-direction: column;
  align-items: center;
  padding-top: 170px;
}

.yoovi-waitlist-intro {
  position: relative;
  z-index: 1;
  width: min(100%, 1180px);
  min-height: 74px;
  padding: 0 18px;
  margin: 0 auto 175px;
  text-align: center;
}

.yoovi-waitlist-intro::after {
  position: absolute;
  color: #765cf0;
  content: "✦";
  font-size: 21px;
  line-height: 1;
  text-shadow: 0 0 15px rgba(111, 88, 238, .48);
  animation: yoovi-intro-sparkle 2.4s ease-in-out infinite;
}

.yoovi-waitlist-intro::after {
  right: 6%;
  bottom: 3px;
  color: #a88aff;
  font-size: 16px;
  animation-delay: -1.15s;
}

.yoovi-waitlist-intro__title {
  padding: 0;
  margin: 0;
  white-space: nowrap;
  color: #1b1727;
  font-family: "Plus Jakarta Sans", "Inter Display", Inter, sans-serif;
  font-size: clamp(32px, 4.35vw, 61px);
  font-weight: 700;
  letter-spacing: -.06em;
  line-height: 1.08;
}

.yoovi-waitlist-intro__title span {
  display: inline-block;
  width: auto;
  max-width: 0;
  overflow: hidden;
  vertical-align: bottom;
  white-space: nowrap;
  color: transparent;
  background: linear-gradient(105deg, #201a30 5%, #5449e4 38%, #c3f3ff 50%, #5449e4 61%, #201a30 92%);
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: yoovi-intro-type 8s steps(43, end) infinite, yoovi-intro-shine 2.1s linear infinite;
}

.yoovi-waitlist-intro__mobile-break {
  display: none;
}

.yoovi-waitlist-intro__title::after {
  display: inline-block;
  width: 3px;
  height: .88em;
  margin: 0 0 .08em 5px;
  vertical-align: bottom;
  content: "";
  background: #6456e8;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(100, 86, 232, .58);
  animation: yoovi-intro-caret .82s steps(1, end) infinite;
}

.yoovi-waitlist__avatar {
  z-index: 0;
  top: -185px;
  left: 20px;
  width: 173px;
  height: 260px;
  clip-path: none;
}

.yoovi-waitlist__inner {
  z-index: 1;
}

.yoovi-waitlist h2 {
  max-width: 610px;
  margin: 0 0 17px;
  color: var(--waitlist-ink);
  font-family: "Plus Jakarta Sans", "Inter Display", Inter, sans-serif;
  font-size: clamp(34px, 3.65vw, 54px);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: 1.03;
}

.yoovi-waitlist h2 span {
  color: var(--waitlist-purple);
}

.yoovi-waitlist__confetti i:nth-child(10) { --x: 31%; --w: 7px; --h: 12px; --color: #ffde76; --delay: -3.55s; }
.yoovi-waitlist__confetti i:nth-child(11) { --x: 62%; --w: 6px; --h: 15px; --color: #b9a3ff; --delay: -1.45s; }
.yoovi-waitlist__confetti i:nth-child(12) { --x: 92%; --w: 9px; --h: 7px; --color: #ffb0cf; --delay: -2.55s; }
.yoovi-waitlist__confetti i:nth-child(13) { --x: 3%; --w: 8px; --h: 8px; --color: #b5f7ff; --delay: -.15s; }
.yoovi-waitlist__confetti i:nth-child(14) { --x: 43%; --w: 7px; --h: 15px; --color: #ffad79; --delay: -2.05s; }
.yoovi-waitlist__confetti i:nth-child(15) { --x: 73%; --w: 6px; --h: 13px; --color: #e6ff9d; --delay: -3.75s; }
.yoovi-waitlist__confetti i:nth-child(16) { --x: 17%; --w: 9px; --h: 8px; --color: #fff; --delay: -1.25s; }
.yoovi-waitlist__confetti i:nth-child(17) { --x: 57%; --w: 7px; --h: 14px; --color: #84d7ff; --delay: -2.35s; }
.yoovi-waitlist__confetti i:nth-child(18) { --x: 88%; --w: 6px; --h: 16px; --color: #ffe185; --delay: -.65s; }

@keyframes yoovi-intro-type {
  0%, 9% { max-width: 0; }
  38%, 62% { max-width: 100%; }
  86%, 100% { max-width: 0; }
}

@keyframes yoovi-intro-shine {
  from { background-position: 200% 50%; }
  to { background-position: -40% 50%; }
}

@keyframes yoovi-intro-caret {
  50% { opacity: 0; }
}

@keyframes yoovi-intro-sparkle {
  0%, 100% { opacity: .25; transform: scale(.65) rotate(0); }
  50% { opacity: 1; transform: scale(1.15) rotate(26deg); }
}

@media (max-width: 767.98px) {
  .yoovi-waitlist-slot {
    padding-top: 132px;
  }

  .yoovi-waitlist-intro {
    min-height: 66px;
    padding: 0;
    margin-bottom: 96px;
  }

  .yoovi-waitlist-intro::after {
    right: 1%;
  }

  .yoovi-waitlist-intro__title {
    font-size: clamp(25px, 7vw, 31px);
    white-space: normal;
  }

  .yoovi-waitlist-intro__title span {
    width: auto;
    max-width: none;
    white-space: normal;
    animation: yoovi-intro-shine 2.1s linear infinite;
  }

  .yoovi-waitlist-intro__title::after {
    display: none;
  }

  .yoovi-waitlist__avatar {
    top: -125px;
    left: 10px;
    width: 121px;
    height: 182px;
    clip-path: none;
    opacity: 1;
  }

  .yoovi-waitlist h2 {
    margin: 0 0 12px;
    font-size: clamp(29px, 9vw, 38px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .yoovi-waitlist-intro__title span {
    width: auto;
    max-width: none;
    animation: none;
  }

  .yoovi-waitlist-intro__title::after,
  .yoovi-waitlist-intro::after {
    animation: none;
  }
}

/* Mise en page tablette : deux colonnes conservées sans écraser le texte. */
@media (min-width: 768px) and (max-width: 1199.98px) {
  .yoovi-waitlist-slot {
    padding: 148px 32px 64px;
  }

  .yoovi-waitlist-intro {
    width: 100%;
    min-height: 66px;
    padding: 0 8px;
    margin-bottom: 116px;
  }

  .yoovi-waitlist-intro__title {
    font-size: clamp(26px, 4.1vw, 47px);
  }

  .yoovi-waitlist__inner {
    grid-template-columns: minmax(0, 1fr) minmax(190px, 224px);
    gap: 28px;
    min-height: 360px;
    padding: 42px 30px 40px 84px;
    border-radius: 32px;
  }

  .yoovi-waitlist__avatar {
    top: -145px;
    left: 16px;
    width: 150px;
    height: 225px;
  }

  .yoovi-waitlist h2 {
    max-width: 100%;
    font-size: clamp(31px, 4.25vw, 45px);
  }

  .yoovi-waitlist__description {
    font-size: 14px;
  }

  .yoovi-waitlist__offer {
    min-height: 250px;
    padding: 20px;
    border-radius: 24px;
  }

  .yoovi-waitlist__months {
    font-size: 48px;
  }

  .yoovi-waitlist__months span {
    font-size: 17px;
  }
}

/* Téléphone : empilement, marges fluides et aucun débordement horizontal. */
@media (max-width: 767.98px) {
  .yoovi-waitlist-slot {
    width: 100%;
    padding: 124px 16px 44px;
  }

  .yoovi-waitlist-intro {
    width: 100%;
    min-height: 0;
    margin-bottom: 74px;
  }

  .yoovi-waitlist-intro__title {
    width: 100%;
    font-size: clamp(23px, 7vw, 32px);
    line-height: 1.12;
  }

  .yoovi-waitlist-intro__title span {
    display: inline;
  }

  .yoovi-waitlist {
    width: 100%;
    border-radius: 25px;
  }

  .yoovi-waitlist__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 25px;
    min-height: 0;
    padding: 34px 18px 21px;
    border-radius: 24px;
  }

  .yoovi-waitlist__avatar {
    top: -116px;
    left: 9px;
    width: 112px;
    height: 168px;
  }

  .yoovi-waitlist h2 {
    max-width: 100%;
    font-size: clamp(28px, 9.2vw, 38px);
    line-height: 1.04;
  }

  .yoovi-waitlist__description {
    font-size: 13.5px;
    line-height: 1.5;
  }

  .yoovi-waitlist__benefits {
    gap: 8px 10px;
    margin-top: 15px;
    font-size: 10.5px;
  }

  .yoovi-waitlist__actions {
    margin-top: 20px;
  }

  .yoovi-waitlist__submit {
    min-height: 49px;
    padding: 0 14px;
    font-size: 13px;
  }

  .yoovi-waitlist__note {
    font-size: 10px;
  }

  .yoovi-waitlist__offer {
    width: 100%;
    min-height: 214px;
    padding: 20px;
    border-radius: 21px;
    transform: rotate(1deg);
  }

  .yoovi-waitlist__offer-label {
    font-size: 10px;
  }

  .yoovi-waitlist__calendar {
    width: 38px;
    height: 38px;
    margin-top: 11px;
    border-radius: 11px;
  }

  .yoovi-waitlist__calendar svg {
    width: 20px;
    height: 20px;
  }

  .yoovi-waitlist__months {
    font-size: clamp(43px, 14vw, 52px);
  }

  .yoovi-waitlist__offer-caption {
    max-width: 180px;
    font-size: 11px;
  }

  .yoovi-waitlist__offer-badge {
    padding: 6px 8px;
    margin-top: 14px;
    font-size: 9px;
  }

  .yoovi-waitlist__confetti {
    inset: -18px -12px;
  }
}

@media (max-width: 374px) {
  .yoovi-waitlist-slot {
    padding-right: 12px;
    padding-left: 12px;
  }

  .yoovi-waitlist-intro {
    margin-bottom: 62px;
  }

  .yoovi-waitlist__inner {
    padding-right: 15px;
    padding-left: 15px;
  }

  .yoovi-waitlist__benefits {
    display: grid;
  }

  .yoovi-waitlist__offer {
    padding: 18px;
  }
}

/* Finition mobile : priorité à la campagne et à sa lisibilité au premier écran. */
@media (max-width: 767.98px) {
  html,
  body,
  #main {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .yoovi-waitlist-slot {
    display: flex !important;
    flex: 0 0 auto;
    align-self: stretch;
    visibility: visible !important;
    width: 100%;
    max-width: 100%;
    padding: 142px 10px 58px;
    overflow-x: clip;
    overflow-y: visible;
    opacity: 1 !important;
  }

  /* Ces halos dépassaient de plus de 100 px et élargissaient tout le document. */
  .yoovi-waitlist::before,
  .yoovi-waitlist::after {
    display: none;
  }

  .yoovi-waitlist-intro {
    width: 100vw;
    max-width: none;
    padding: 0 0 0 14px;
    margin-right: calc(50% - 50vw);
    margin-bottom: 156px;
    margin-left: calc(50% - 50vw);
    text-align: left;
  }

  .yoovi-waitlist-intro__mobile-break {
    display: block;
  }

  .yoovi-waitlist-intro__title {
    width: 100%;
    max-width: none;
    font-size: clamp(30px, 8.8vw, 36px);
    letter-spacing: -.065em;
    line-height: 1.04;
    text-align: left;
  }

  .yoovi-waitlist-intro::after {
    display: none;
  }

  .yoovi-waitlist {
    width: 100%;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .yoovi-waitlist__inner {
    gap: 29px;
    padding: 38px 20px 23px;
  }

  .yoovi-waitlist__avatar {
    top: -137px;
    left: 14px;
    width: 130px;
    height: 195px;
  }
}
