/* Round 164: neutral placeholders for two reserved SFN product slots. */
.product-grid-coming-soon {
  background: #eef0ed;
}

.product-coming-soon-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
  background: linear-gradient(145deg, #dfe2df, #cdd1ce);
  color: #68706b;
}

.product-coming-soon-visual span {
  font-size: clamp(30px, 4vw, 60px);
  font-weight: 600;
  letter-spacing: .08em;
}

.product-coming-soon-panel {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  justify-content: center;
  background: #f3f4f2;
}

.product-coming-soon-panel h2 {
  margin-bottom: 16px;
  color: #4f5852;
}

.product-coming-soon-panel p {
  margin: 0;
  color: #7a817d;
}

.product-feature-group--placeholder {
  justify-content: center;
}

@media (max-width: 760px) {
  .product-coming-soon-visual,
  .product-coming-soon-panel {
    min-height: 300px;
  }
}
