.ac-timeline-card {
  padding: 1.35rem 1.5rem;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.07);
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015));
}

.ac-timeline-chip {
  background: rgba(0, 212, 255, 0.12) !important;
  color: var(--accent-primary) !important;
  border: 1px solid rgba(0, 212, 255, 0.22) !important;
}

.ac-mud-timeline {
  padding-inline: 0.25rem;
}

.ac-case-result {
  border-left: 3px solid var(--accent-primary);
  padding-left: 1rem;
  margin-top: 0.75rem;
}

.ac-pain-card,
.ac-precio-sidebar {
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.07);
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015));
}

.ac-cta-intermedio {
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0, 212, 255, 0.05));
}

/* Pipeline de 8 capas — card grid */
.ac-pipeline-card {
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.07);
  background: linear-gradient(160deg, rgba(0, 212, 255, 0.04) 0%, rgba(255,255,255,0.02) 50%, rgba(255,255,255,0.01) 100%);
  padding: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.ac-pipeline-card:hover {
  border-color: rgba(0, 212, 255, 0.28);
  box-shadow: 0 8px 36px rgba(0, 212, 255, 0.1);
  transform: translateY(-2px);
}

.ac-pipeline-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 212, 255, 0.2), rgba(0, 212, 255, 0.06));
  border: 1px solid rgba(0, 212, 255, 0.3);
  color: var(--accent-primary);
  font-size: 0.72rem;
  font-weight: 700;
  font-family: 'Space Grotesk', sans-serif;
  margin-bottom: 0.85rem;
  flex-shrink: 0;
}

.ac-pipeline-result {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1.25rem 1.75rem;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(74, 210, 149, 0.08), rgba(0, 212, 255, 0.05));
  border: 1px solid rgba(74, 210, 149, 0.2);
}
