.studio-hero {
  background: radial-gradient(circle at 50% 0%, #1e293b, #0f172a);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}

.studio-desc {
  max-width: 600px;
  color: #cbd5e1;
  font-size: 1.05rem;
}

.app-card {
  background-size: cover;
  background-position: center;
  min-height: 190px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.app-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.25);
}

.app-link {
  color: #38bdf8;
  font-weight: 500;
}

.app-link:hover {
  color: #7dd3fc;
  text-decoration: underline;
}

.studio-more-link {
  color: #64748b;
  font-size: 1rem;
}

.studio-more-link:hover {
  color: #0284c7;
}