/* ==========================================================================
   BUYERWATCH REAL WORKSPACE SHOWCASE (100% REAL WINDOW SHOT, ZERO SLOP)
   ========================================================================== */

.workspace-showcase-section {
  padding: 60px 0 90px;
  position: relative;
  background: #ffffff;
  width: 100%;
}

/* Authentic Real Dashboard Window Frame */
.real-dashboard-frame {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  border-radius: 20px;
  background: #f8fafc;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 
    0 25px 70px -15px rgba(0, 0, 0, 0.12),
    0 4px 16px -4px rgba(0, 0, 0, 0.04),
    0 0 0 1px rgba(0, 0, 0, 0.02);
  overflow: hidden;
  line-height: 0;
}

.real-dashboard-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .real-dashboard-frame {
    border-radius: 14px;
    box-shadow: 0 12px 35px -10px rgba(0, 0, 0, 0.1);
  }
  .real-dashboard-img {
    border-radius: 14px;
  }
}
