
.morry-dj-card {
  box-sizing: border-box;
  width: 100%;
  max-width: 510px;
  margin: 0 auto;
  padding: 28px 26px 24px;
  text-align: center;
  background: rgba(255, 255, 255, 0.97);
  border: 2px solid transparent;
  border-radius: 28px;
  background-image:
    linear-gradient(#fff, #fff),
    linear-gradient(135deg, #61d7ff 0%, #8d6cff 50%, #ff63b8 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 12px 28px rgba(111, 84, 180, 0.14);
  color: #3e3550;
  font-family: "vdl-logomarujr-pop-futoline", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.morry-dj-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 31px;
  background: linear-gradient(135deg, #8fe8ff 0%, #a98aff 52%, #ff8cca 100%);
  box-shadow: 0 6px 16px rgba(130, 96, 220, 0.22);
}

.morry-dj-title {
  margin: 0 0 12px;
  font-size: clamp(24px, 3.3vw, 34px);
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-family: "vdl-logomarujr-pop-futoline", sans-serif;
  background: linear-gradient(90deg, #33c8f4 0%, #7f63f4 50%, #f34ca8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.morry-dj-lead {
  margin: 0 auto 20px;
  max-width: 420px;
  font-size: 16px;
  line-height: 1.8;
  color: #554c67;
  font-family: "vdl-logomarujr-pop-futoline", sans-serif;
}

.morry-dj-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(100%, 360px);
  min-height: 54px;
  padding: 13px 22px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #4fd6f7 0%, #8768f5 52%, #f45caf 100%);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: 400;
  font-family: "vdl-logomarujr-pop-futoline", sans-serif;
  box-shadow: 0 8px 18px rgba(126, 94, 220, 0.24);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.morry-dj-button:hover,
.morry-dj-button:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.04) saturate(1.06);
  box-shadow: 0 11px 24px rgba(126, 94, 220, 0.30);
}

.morry-dj-note {
  margin: 13px 0 0;
  font-size: 13px;
  color: #756b83;
  font-family: "vdl-logomarujr-pop-futoline", sans-serif;
}

@media (max-width: 640px) {
  .morry-dj-card {
    padding: 24px 18px 21px;
    border-radius: 24px;
  }

  .morry-dj-title {
    font-size: 26px;
  }

  .morry-dj-lead {
    font-size: 15px;
  }

  .morry-dj-button {
    width: 100%;
    font-size: 17px;
  }
}
