/* Transparent assets extracted from material-board.png. CSS supplies only layout surfaces. */
.hero-material {
  position: absolute;
  inset: 10px -8% 0;
  width: 116%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 18px 20px rgba(47, 101, 202, .08));
}

.hero-visual:before { display: none; }

.scene-card .scene-icon,
.partner-card .partner-icon,
.workflow-steps .step-icon,
.guarantee-grid img,
.arch-badge img,
.tag-row img {
  display: block;
  flex: none;
  object-fit: contain;
  object-position: center;
  background: transparent;
  border: 0;
  overflow: visible;
}

.scene-card .scene-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  flex-basis: 58px;
  padding: 8px;
  border-radius: 14px;
  background: #eef4ff;
}

.scene-card .scene-icon-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: transparent;
}

.partner-card .partner-icon {
  width: 58px;
  height: 58px;
  flex-basis: 58px;
}

.workflow-steps .step-icon {
  width: 54px;
  height: 54px;
  flex-basis: 54px;
  padding: 7px;
  border-radius: 50%;
  background: #edf4ff;
}

.guarantee-grid img {
  grid-row: span 2;
  width: 46px;
  height: 46px;
  padding: 5px;
  border-radius: 8px;
  background: #f0f5fe;
}

.arch-badge img {
  width: 44px;
  height: 44px;
  padding: 4px;
}

.tag-row span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  overflow: visible;
}

.tag-row span img {
  width: 24px;
  height: 24px;
}

/* Pseudo/background icon layers are intentionally disabled. */
.scene-card .scene-icon,
.partner-card .partner-icon,
.workflow-steps .step-icon,
.guarantee-grid span,
.arch-badge span,
.tag-row span::before {
  background-image: none !important;
}

.guarantee-grid span,
.arch-badge span,
.tag-row span::before {
  display: none !important;
}

@media (max-width: 760px) {
  .hero-material {
    inset: 0 -4% -15px;
    width: 108%;
  }

  .workflow-steps .step-icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    padding: 6px;
  }

  .guarantee-grid img {
    width: 46px;
    height: 46px;
  }

  .scene-card .scene-icon {
    padding: 7px;
    border-radius: 12px;
  }
}
