html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.slot-placeholder,
.bonus-slot-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  color: rgba(35, 31, 32, 0.72);
  text-align: center;
  font-weight: 700;
  background:
    linear-gradient(135deg, rgba(252, 232, 241, 0.96), rgba(234, 247, 244, 0.96));
  border: 1px dashed rgba(214, 51, 132, 0.45);
}

.slot-placeholder small,
.bonus-slot-placeholder small {
  display: block;
  max-width: 28ch;
  margin-top: 6px;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 600;
  color: rgba(35, 31, 32, 0.58);
}

.slot-placeholder--mockup {
  min-height: 260px;
  border-radius: 18px;
  padding: 24px;
}

body > section:first-of-type .mockup-wrap {
  width: min(760px, calc(100% - 18px));
}

body > section:first-of-type .slot-placeholder--mockup {
  min-height: 330px;
}

.slot-placeholder--page {
  height: 100%;
  padding: 16px;
  border: 0;
  border-radius: 0;
}

.bonus-slot-placeholder {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.bonus-placeholder-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  opacity: 1;
}

.hero-transformation-image,
.plan-mockup-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.hero-transformation-image {
  border-radius: 18px;
  box-shadow: 0 22px 55px rgba(58, 27, 9, 0.2);
}

.plan-mockup-image {
  max-width: 330px;
  margin-inline: auto;
}

.bonus-slot-placeholder > span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 22px rgba(35, 31, 32, 0.08);
}

.guarantee-seal {
  display: block;
  width: min(190px, 54vw);
  height: auto;
  margin: 0 auto 22px;
}

@media (max-width: 640px) {
  body > div:first-of-type {
    min-width: 0;
    white-space: normal;
    flex-wrap: wrap;
    text-align: center;
    font-size: 10px;
    line-height: 1.25;
  }

  .max-w-container,
  .max-w-container > *,
  .max-w-container li > span:last-child {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .max-w-container h1 {
    font-size: 28px;
    line-height: 1.08;
  }

  .max-w-container li {
    align-items: flex-start;
  }

  .slot-placeholder--mockup {
    min-height: 220px;
  }

  body > section:first-of-type .mockup-wrap {
    width: calc(100% - 18px);
  }

  body > section:first-of-type .slot-placeholder--mockup {
    min-height: 220px;
  }

  .bonus-slot-placeholder {
    width: min(100%, 348px);
    min-height: 0;
    margin-inline: auto;
  }

  .mockup-pulse {
    animation: mockup-pulse-mobile 1.6s ease-in-out infinite !important;
  }
}

@keyframes mockup-pulse-mobile {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.015); }
}
