/* ─── Coming-Soon Komponente ──────────────────────────────────────────── */

.coming-soon {
  max-width: 900px;
  margin: 0 auto;
  animation: csFadeIn 0.3s ease;
}

@keyframes csFadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Hero */
.cs-hero {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.15), rgba(236, 72, 153, 0.08) 80%);
  border: 1px solid rgba(99, 102, 241, 0.25);
  border-radius: 18px;
  padding: 28px;
  margin-bottom: 18px;
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.cs-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 90% 20%, rgba(236, 72, 153, 0.15), transparent 60%);
  pointer-events: none;
}
.cs-icon-wrap {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.cs-icon {
  width: 76px;
  height: 76px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.25), rgba(139, 92, 246, 0.15));
  border: 1px solid rgba(99, 102, 241, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.2);
}
.cs-hero-body {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
}
.cs-eta {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f0abfc;
  background: rgba(236, 72, 153, 0.15);
  border: 1px solid rgba(236, 72, 153, 0.3);
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 8px;
}
.cs-title {
  font-size: 1.7rem;
  font-weight: 800;
  margin: 0 0 6px;
  background: linear-gradient(90deg, #fff, #c7d2fe);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}
.cs-subtitle {
  font-size: 0.95rem;
  color: var(--color-text);
  margin: 0;
  line-height: 1.5;
  opacity: 0.85;
}

/* Features */
.cs-features {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  padding: 20px 24px;
  margin-bottom: 14px;
}
.cs-section-title {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: 14px;
}
.cs-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cs-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.9rem;
  color: var(--color-text);
  line-height: 1.55;
}
.cs-feature-list li strong {
  color: #fff;
  font-weight: 700;
}
.cs-feature-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(99, 102, 241, 0.15);
  border: 1px solid rgba(99, 102, 241, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
}

/* Preview (optional — z.B. Bot-Templates) */
.cs-preview {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  padding: 18px 24px;
  margin-bottom: 14px;
}
.cs-templates {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  margin-top: 4px;
}
.cs-template {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  padding: 12px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.cs-template-icon {
  font-size: 1.2rem;
  line-height: 1;
  flex-shrink: 0;
  padding-top: 1px;
}
.cs-template strong {
  display: block;
  font-size: 0.85rem;
  color: var(--color-text);
  margin-bottom: 2px;
}
.cs-template span {
  display: block;
  font-size: 0.72rem;
  color: var(--color-text-muted);
  line-height: 1.45;
}

/* Footer / Access-Banner */
.cs-footer {
  margin-top: 14px;
}
.cs-access {
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.5;
}
.cs-access.ok {
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.25);
  color: #a7f3d0;
}
.cs-access.ok span:first-child {
  font-size: 1.1rem;
  color: #10b981;
  font-weight: 700;
  flex-shrink: 0;
}
.cs-access.ok strong {
  color: #6ee7b7;
}
.cs-access.warn {
  background: rgba(251, 191, 36, 0.08);
  border: 1px solid rgba(251, 191, 36, 0.25);
  color: #fde68a;
}
.cs-access.warn span:first-child {
  font-size: 1.1rem;
  flex-shrink: 0;
}
.cs-access.warn strong {
  color: #fbbf24;
}

/* Responsive */
@media (max-width: 640px) {
  .cs-hero { padding: 20px; flex-direction: column; text-align: center; }
  .cs-title { font-size: 1.3rem; }
  .cs-features, .cs-preview { padding: 16px; }
  .cs-templates { grid-template-columns: 1fr; }
  .cs-access { flex-direction: column; align-items: flex-start; text-align: left; }
}
