.jimc-ps-scope { padding: 20px; border-radius: 12px; }

.jimc-ps {
  display: grid;
  grid-template-columns: 260px 1fr 1fr;
  gap: 30px;
  align-items: center;
  --jimc-hover: #FFD600;
}

.jimc-ps-title {
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.jimc-ps-acc { margin-bottom: 14px; }

.jimc-ps-acc-head {
  width: 100%;
  border: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  cursor: pointer;
}

.jimc-ps-chevron {
  font-size: 18px;
  transform: translateY(-1px);
  transition: transform 0.18s ease;
}

.jimc-ps-acc.open .jimc-ps-chevron { transform: rotate(90deg); }

.jimc-ps-acc-body {
  display: none;
  padding-left: 10px;
  margin-top: 10px;
}

.jimc-ps-item {
  display: block;
  text-decoration: none;
  margin: 0 0 8px 0;
}

.jimc-ps-item:hover,
.jimc-ps-item.active {
  color: var(--jimc-hover);
  font-weight: 700;
}

.jimc-ps-center { text-align: center; }

.jimc-ps-main-img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 25px 40px rgba(0,0,0,0.18));
}

.jimc-ps-main-title {
  margin: 0 0 14px 0;
  line-height: 1.1;
}

.jimc-ps-main-text {
  margin: 0 0 18px 0;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .jimc-ps {
    grid-template-columns: 1fr;
  }
  .jimc-ps-acc-body { padding-left: 0; }
}
