/* Zelor360 v84 — ícones Soft Glass extraídos do preview aprovado */
.problem-grid {
  gap: 14px;
}

.problem-card {
  position: relative;
  min-height: 278px;
  padding: 28px 22px 27px;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 4%, rgba(111, 79, 225, 0.2), transparent 37%),
    linear-gradient(145deg, rgba(44, 50, 106, 0.78), rgba(10, 18, 59, 0.9));
  border: 1px solid rgba(199, 188, 255, 0.42);
  border-radius: 19px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -18px 42px rgba(0, 4, 35, 0.22),
    0 19px 46px rgba(0, 0, 0, 0.18);
  -webkit-backdrop-filter: blur(13px) saturate(128%);
  backdrop-filter: blur(13px) saturate(128%);
}

.problem-card > .problem-number {
  position: relative;
  z-index: 2;
  display: inline-flex;
  width: auto;
  height: auto;
  padding: 0;
  color: #8d68ff;
  background: transparent;
  border-radius: 0;
  font-family: Montserrat, Inter, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 0 20px rgba(119, 74, 255, 0.32);
}

.problem-card > .problem-icon {
  position: absolute;
  z-index: 1;
  top: 18px;
  right: 18px;
  height: 64px;
  width: auto;
  max-width: 78px;
  object-fit: contain;
  filter: none;
}

.problem-card h3 {
  max-width: calc(100% - 6px);
  margin: 30px 0 15px;
  color: rgba(255, 255, 255, 0.98);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.24;
}

.problem-card p {
  max-width: 100%;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.55;
}

@media (width <= 1040px) {
  .problem-grid {
    gap: 16px;
  }

  .problem-card {
    min-height: 252px;
  }
}

@media (width <= 780px) {
  .problem-grid {
    gap: 14px;
  }

  .problem-card {
    min-height: 234px;
    padding: 24px 21px 25px;
  }

  .problem-card > .problem-number {
    font-size: 29px;
  }

  .problem-card > .problem-icon {
    top: 16px;
    right: 17px;
    height: 61px;
    width: auto;
    max-width: 75px;
  }

  .problem-card h3 {
    max-width: calc(100% - 64px);
    margin-top: 27px;
    font-size: 18px;
  }

  .problem-card p {
    max-width: 96%;
    font-size: 15px;
  }
}

@media (width <= 360px) {
  .problem-card {
    padding-inline: 19px;
  }

  .problem-card > .problem-icon {
    right: 14px;
    height: 58px;
    width: auto;
    max-width: 72px;
  }
}
