.pleach-mps-slider,
.pleach-mps-slider * {
  box-sizing: border-box;
}

.pleach-mps-slider {
  position: relative;
  width: 100%;
  min-height: 760px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
   
  background: #edf0e8;
  font-family: Arial, Helvetica, sans-serif;
}

.pleach-mps-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(245, 247, 242, 0.84), rgba(245, 247, 242, 0.84)), var(--pleach-mps-bg-image) center/cover no-repeat;
  filter: grayscale(15%);
  z-index: 0;
}

.pleach-mps-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.35);
  z-index: 1;
}

.pleach-mps-inner {
  position: relative;
  z-index: 3;
  width: min(100%, 100%);
  min-height: 600px;
}

.pleach-mps-title {
  text-align: center;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1;
  color: #263422;
  font-weight: 800;
  margin: 0 0 70px;
}

.pleach-mps-path-window {
  position: absolute;
  left: 0;
  top: 135px;
  width: 100%;
  height: 390px;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.pleach-mps-path-track {
  position: absolute;
  left: 0;
  top: 0;
  width: 2600px;
  height: 390px;
  transform: translateX(0);
  transition: none;
}

.pleach-mps-story-path {
  position: absolute;
  left: 0;
  top: 20px;
  width: 2600px;
  height: 330px;
  z-index: 1;
}

.pleach-mps-story-path path {
  fill: none;
  stroke: rgba(48, 58, 46, 0.55);
  stroke-width: 2.3;
  stroke-dasharray: 8 8;
  stroke-linecap: round;
}

.pleach-mps-circles {
  position: absolute;
  left: 0;
  top: 135px;
  width: 100%;
  height: 390px;
  z-index: 3;
  pointer-events: none;
}

.pleach-mps-circle {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  border: 7px solid #fff;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.16);
  background: linear-gradient(135deg, #f4efe2, #d7e6dd);
  cursor: pointer;
  z-index: 3;
  font-size: 0;
  color: transparent;
  pointer-events: auto;
  transform: translateX(0) scale(1);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
  padding: 0;
}

.pleach-mps-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pleach-mps-circle.active {
  border-color: #ff7034;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

.pleach-mps-circle:hover {
  border-color: #ff7034;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.24);
  transform: scale(1.08);
}

.pleach-path-line {
  stroke-dasharray: 10 12;
  animation: pleachLineMove 1.8s linear infinite;
}

@keyframes pleachLineMove {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -44;
  }
}

/* Responsive static circle placement - keeps all circles inside viewport */
.pleach-mps-circle-1 { width: clamp(145px, 11vw, 210px); height: clamp(145px, 11vw, 210px); left: clamp(18px, 3vw, 60px); top: 22px; }
.pleach-mps-circle-2 { width: clamp(95px, 7vw, 125px); height: clamp(95px, 7vw, 125px); left: 25%; top: 96px; }
.pleach-mps-circle-3 { width: clamp(90px, 6.5vw, 115px); height: clamp(90px, 6.5vw, 115px); left: 38%; top: 278px; }
.pleach-mps-circle-4 { width: clamp(78px, 5.5vw, 95px); height: clamp(78px, 5.5vw, 95px); left: 58%; top: 300px; }
.pleach-mps-circle-5 { width: clamp(115px, 8.5vw, 150px); height: clamp(115px, 8.5vw, 150px); right: 19%; top: 55px; }
.pleach-mps-circle-6 { width: clamp(88px, 6.2vw, 110px); height: clamp(88px, 6.2vw, 110px); right: clamp(18px, 4vw, 70px); top: 170px; }
.pleach-mps-circle-7 { width: clamp(105px, 7.5vw, 135px); height: clamp(105px, 7.5vw, 135px); right: 31%; top: 240px; }
.pleach-mps-circle-8 { width: clamp(82px, 5.8vw, 100px); height: clamp(82px, 5.8vw, 100px); left: 14%; top: 250px; }

.pleach-mps-card {
  position: relative;
  z-index: 5;
  width: min(590px, 92%);
  min-height: 330px;
  margin: 0 auto;
  padding: 46px 48px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(12px);
}

.pleach-mps-card-title {
  font-size: 27px;
  color: #101010;
  margin: 0 0 18px;
  font-weight: 800;
}

.pleach-mps-card-text {
  font-size: 17px;
  line-height: 1.7;
  color: #6b6b6b;
  max-width: 490px;
  margin: 0;
}

.pleach-mps-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 58px;
  padding: 7px 17px;
  background: #ff7034;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 17px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
}

.pleach-mps-button:hover {
  background: #e95d24;
  color: #fff;
  transform: translateY(-2px);
}

.pleach-mps-card.fade-in {
  animation: none;
}

.pleach-mps-scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 6;
  font-size: 14px;
  color: #4d574b;
  background: rgba(255, 255, 255, 0.75);
  padding: 8px 16px;
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(8px);
}

@keyframes pleachMpsFadeInUp {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1200px) {
  .pleach-mps-slider { min-height: 700px; padding: 70px 18px; }
  .pleach-mps-inner { min-height: 540px; }
  .pleach-mps-title { margin-bottom: 48px; }
  .pleach-mps-card { width: min(520px, 62%); padding: 38px 40px; min-height: 300px; }
  .pleach-mps-path-window,
  .pleach-mps-circles { top: 125px; height: 360px; }
  .pleach-mps-circle { border-width: 6px; }
  .pleach-mps-circle-1 { left: 20px; top: 42px; }
  .pleach-mps-circle-2 { left: 22%; top: 102px; }
  .pleach-mps-circle-3 { left: 36%; top: 270px; }
  .pleach-mps-circle-4 { left: 59%; top: 280px; }
  .pleach-mps-circle-5 { right: 17%; top: 70px; }
  .pleach-mps-circle-6 { right: 24px; top: 175px; }
  .pleach-mps-circle-7 { right: 29%; top: 248px; }
  .pleach-mps-circle-8 { left: 12%; top: 255px; }
}

@media (max-width: 1024px) {
  .pleach-mps-slider { min-height: 680px; }
  .pleach-mps-inner { min-height: 520px; }
  .pleach-mps-card { width: min(500px, 66%); }
  .pleach-mps-story-path path { stroke-width: 2; opacity: 0.75; }
  .pleach-mps-circle-1 { width: 145px; height: 145px; left: 18px; top: 58px; }
  .pleach-mps-circle-2 { width: 96px; height: 96px; left: 21%; top: 108px; }
  .pleach-mps-circle-3 { width: 92px; height: 92px; left: 35%; top: 270px; }
  .pleach-mps-circle-4 { width: 78px; height: 78px; left: 60%; top: 286px; }
  .pleach-mps-circle-5 { width: 118px; height: 118px; right: 16%; top: 86px; }
  .pleach-mps-circle-6 { width: 90px; height: 90px; right: 18px; top: 180px; }
  .pleach-mps-circle-7 { width: 105px; height: 105px; right: 28%; top: 258px; }
  .pleach-mps-circle-8 { width: 82px; height: 82px; left: 11%; top: 252px; }
}

@media (max-width: 768px) {
  .pleach-mps-slider {
    min-height: auto;
    padding: 55px 16px 70px;
  }

  .pleach-mps-inner {
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .pleach-mps-title { margin-bottom: 28px; }
  .pleach-mps-path-window { display: none; }

  .pleach-mps-circles {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 25px;
    overflow: visible;
    width: 100%;
    height: auto;
    justify-content: center;
    padding: 6px 0 14px;
    pointer-events: auto;
  }

  .pleach-mps-circle,
  .pleach-mps-circle-1,
  .pleach-mps-circle-2,
  .pleach-mps-circle-3,
  .pleach-mps-circle-4,
  .pleach-mps-circle-5,
  .pleach-mps-circle-6,
  .pleach-mps-circle-7,
  .pleach-mps-circle-8 {
    position: static;
    flex: 0 0 auto;
    width: 86px;
    height: 86px;
    border-width: 4px;
    transform: none;
  }

  .pleach-mps-circle:hover {
    transform: scale(1.08);
  }

  .pleach-mps-card {
    width: 100%;
    padding: 30px 24px;
    border-radius: 22px;
    min-height: auto;
  }

  .pleach-mps-card-title { font-size: 23px; }
  .pleach-mps-card-text { font-size: 15px; }
  .pleach-mps-button { margin-top: 30px; }
  .pleach-mps-scroll-hint { display: none; }
}


@media (max-width: 480px) {
  .pleach-mps-slider {
    padding: 42px 12px 52px;
  }

  .pleach-mps-title {
    font-size: clamp(32px, 11vw, 44px);
    line-height: 1.05;
    margin-bottom: 22px;
  }

  .pleach-mps-circles {
    gap: 10px;
    margin-bottom: 20px;
  }

  .pleach-mps-circle,
  .pleach-mps-circle-1,
  .pleach-mps-circle-2,
  .pleach-mps-circle-3,
  .pleach-mps-circle-4,
  .pleach-mps-circle-5,
  .pleach-mps-circle-6,
  .pleach-mps-circle-7,
  .pleach-mps-circle-8 {
    width: 68px;
    height: 68px;
    border-width: 3px;
  }

  .pleach-mps-card {
    padding: 24px 18px;
    border-radius: 18px;
  }

  .pleach-mps-card-title {
    font-size: 21px;
    line-height: 1.2;
  }

  .pleach-mps-card-text {
    font-size: 14px;
    line-height: 1.65;
  }

  .pleach-mps-button {
    margin-top: 24px;
    font-size: 15px;
    padding: 8px 16px;
  }
}
