.offer-bundle--integrated {
  display: block;
  width: min(1120px, 100%);
  margin-inline: auto;
}

.offer-integrated {
  position: relative;
  padding: clamp(26px, 4vw, 52px);
  border: 1px solid rgba(90, 159, 146, 0.34);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 14px 18px 0 rgba(129, 202, 191, 0.16), 0 22px 54px rgba(51, 93, 88, 0.1);
}

.offer-integrated__head {
  max-width: 720px;
  margin-bottom: 28px;
}

.offer-integrated__head .offer-showcase__eyebrow {
  margin: 0 0 8px;
}

.offer-integrated__head .offer-details__title {
  margin: 0;
}

.offer-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.offer-benefit {
  display: grid;
  grid-template-rows: 230px 1fr;
  overflow: hidden;
  border: 1px solid rgba(90, 159, 146, 0.22);
  background: #fff;
  box-shadow: 0 12px 28px rgba(51, 93, 88, 0.08);
}

.offer-benefit__visual {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin: 0;
  background: #81cabf;
}

.offer-benefit__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offer-benefit__visual--movie img {
  object-position: 50% 0;
  transform: scale(1.24);
  transform-origin: 50% 0;
  filter: contrast(1.03) saturate(0.96);
}

.offer-benefit__visual--movie {
  border: 8px solid #fff;
  outline: 1px solid rgba(90, 159, 146, 0.42);
  outline-offset: -1px;
  background: #dcebe8;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9);
}

.offer-benefit__visual--diagnosis img,
.offer-benefit__visual--planning img {
  object-fit: contain;
}

.offer-benefit__visual--planning {
  background: #81cabf;
}

.offer-benefit__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 68px;
  border: 3px solid rgba(255, 255, 255, 0.96);
  border-radius: 50%;
  background: rgba(90, 159, 146, 0.9);
  box-shadow: 0 10px 30px rgba(27, 50, 47, 0.3);
  transform: translate(-50%, -50%);
  z-index: 3;
}

.offer-benefit__play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 18px solid #fff;
  transform: translate(-50%, -50%);
}

.offer-benefit__scrubber {
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 14px;
  left: 18px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 1px 5px rgba(27, 50, 47, 0.28);
}

.offer-benefit__scrubber i {
  position: absolute;
  top: 50%;
  left: 18%;
  width: 9px;
  height: 9px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #e26098;
  transform: translate(-50%, -50%);
}

.offer-benefit__visual--consultation {
  border: 8px solid #fff;
  outline: 1px solid rgba(90, 159, 146, 0.34);
  outline-offset: -1px;
  background: linear-gradient(135deg, #f8fcfb 0%, #dcefeb 100%);
}

.offer-benefit__visual--consultation img {
  object-fit: contain;
  object-position: 50% 100%;
  filter: saturate(0.92) brightness(1.04);
}

.offer-benefit__copy {
  position: relative;
  padding: 22px 24px 25px;
}

.offer-benefit__number {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 10px;
  color: #5a9f92;
  font-family: 'Noto Sans JP', sans-serif;
}

.offer-benefit__number b {
  color: #e26098;
  font-size: 24px;
}

.offer-benefit__number span {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.offer-benefit__copy h3 {
  margin: 0 0 9px;
  font-size: clamp(16px, 1.7vw, 21px);
  font-weight: 500;
  line-height: 1.7;
}

.offer-benefit__copy > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.95;
}

.offer-integrated__cta {
  max-width: 720px;
  margin: 34px auto 0;
  text-align: center;
}

.offer-integrated__cta > p {
  margin: 0 0 16px;
  color: var(--ink);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.offer-integrated__cta > p span {
  display: inline-block;
  margin-right: 9px;
  padding: 5px 8px;
  background: #e26098;
  color: #fff;
}

.offer-integrated__seal {
  position: absolute;
  top: -34px;
  right: 34px;
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: #fff56b;
  box-shadow: 0 8px 0 rgba(236, 115, 168, 0.7);
  color: var(--ink);
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
}

.offer-integrated__seal b,
.offer-integrated__seal span {
  grid-area: 1 / 1;
}

.offer-integrated__seal b {
  margin-top: -23px;
  font-size: 43px;
}

.offer-integrated__seal span {
  margin-top: 45px;
  font-size: 10px;
  font-weight: 700;
}

@media (max-width: 759px) {
  .offer-integrated {
    padding: 24px 14px 28px;
  }

  .offer-integrated__head {
    margin-bottom: 22px;
    padding-right: 54px;
  }

  .offer-integrated__head .offer-details__title {
    font-size: 18px;
  }

  .offer-benefit-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .offer-benefit {
    grid-template-rows: auto 1fr;
  }

  .offer-benefit__visual {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .offer-benefit__visual--movie {
    aspect-ratio: 16 / 9;
  }

  .offer-benefit__visual--diagnosis {
    aspect-ratio: 1040 / 941;
  }

  .offer-benefit__visual--planning {
    aspect-ratio: 40 / 27;
  }

  .offer-benefit__copy {
    padding: 18px 18px 21px;
  }

  .offer-benefit__copy h3 {
    font-size: 17px;
  }

  .offer-benefit__copy > p:last-child {
    font-size: 11px;
  }

  .offer-benefit__play {
    width: 60px;
    height: 60px;
  }

  .offer-integrated__seal {
    top: -24px;
    right: -5px;
    width: 76px;
    height: 76px;
  }

  .offer-integrated__seal b {
    margin-top: -17px;
    font-size: 33px;
  }

  .offer-integrated__seal span {
    margin-top: 34px;
    font-size: 8px;
  }

  .offer-integrated__cta {
    margin-top: 26px;
  }

  .offer-integrated__cta > p {
    font-size: 10px;
    line-height: 1.8;
  }
}
