/* AI Web Freelancer Launch Lab — theme and product-specific modules */

.ai-workshop-page {
  --workshop-indigo: #7c5cff;
  --workshop-indigo-dark: #5138c9;
  --workshop-cyan: #28d7f5;
  --workshop-gold: #ffc64a;
  --workshop-gold-dark: #e7a918;
}

.ai-workshop-page .workshop-hero {
  background:
    radial-gradient(circle at 82% 16%, rgba(40, 215, 245, 0.2), transparent 28%),
    radial-gradient(circle at 12% 90%, rgba(124, 92, 255, 0.2), transparent 35%),
    linear-gradient(128deg, #050b19 0%, #0a1731 49%, #211149 100%);
}

.ai-workshop-page .workshop-hero h1 {
  font-size: clamp(2.85rem, 5.8vw, 5.35rem);
}

.ai-workshop-page .workshop-hero h1 span {
  background: linear-gradient(90deg, #31def8, #7fb9ff 48%, #bd82ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.ai-workshop-page .workshop-hero__image-wrap {
  background: #071329;
  transform: rotate(-1deg);
}

.ai-workshop-page .workshop-section--build {
  background:
    radial-gradient(circle at 88% 8%, rgba(40, 215, 245, 0.1), transparent 27%),
    radial-gradient(circle at 8% 92%, rgba(124, 92, 255, 0.08), transparent 30%),
    var(--workshop-cloud);
}

.ai-workshop-tools {
  color: #f8fafc;
  background:
    radial-gradient(circle at 12% 18%, rgba(40, 215, 245, 0.1), transparent 24%),
    linear-gradient(135deg, #070e1d, #111d38 58%, #21164c);
}

.ai-workshop-tools h2 {
  color: #ffffff;
}

.ai-workshop-tools .workshop-heading > p:last-child {
  color: #b7c5d9;
}

.ai-workshop-tools__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ai-workshop-tools__list li {
  display: grid;
  gap: 6px;
  min-height: 112px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
}

.ai-workshop-tools__list strong {
  color: #ffffff;
  font-size: 1.08rem;
}

.ai-workshop-tools__list span {
  color: #8fa5c1;
  font-size: 0.78rem;
}

.ai-workshop-tools__notice {
  max-width: 920px;
  margin: 24px 0 0 !important;
  padding-left: 18px;
  border-left: 2px solid rgba(255, 198, 74, 0.78);
  color: #8194af !important;
  font-size: 0.72rem;
  line-height: 1.65;
}

.ai-workshop-page .workshop-section--fit .workshop-fit__visual {
  background: #071329;
}

.ai-workshop-page .workshop-section--fit .workshop-fit__visual img {
  object-position: center;
}

.ai-workshop-page .workshop-final::before {
  background: linear-gradient(115deg, rgba(5, 11, 25, 0.95), rgba(12, 28, 55, 0.8));
}

@media (max-width: 860px) {
  .ai-workshop-tools__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ai-workshop-page .workshop-hero h1 {
    font-size: clamp(2.45rem, 11.8vw, 3.7rem);
  }

  .ai-workshop-tools__list {
    grid-template-columns: 1fr;
  }

  .ai-workshop-tools__list li {
    min-height: 0;
  }
}
