.section {
  padding: 100px 40px;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.section-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(20px, 5vw, 42px);
  font-weight: 800;
  color: var(--text);
  text-align: center;
  margin-bottom: 12px;
  letter-spacing: -1px;
}

.section-title span {
  color: var(--accent);
}

.section-subtitle {
  font-size: 13px;
  color: var(--muted);
  text-align: center;
  margin-bottom: 64px;
  letter-spacing: 1px;
}

.tag-chip {
  display: inline-flex;
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 12px;
  border: 1px solid var(--border);
  color: var(--muted);
  background: rgba(255,255,255,0.03);
}

.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
  opacity: 0.15;
}

.blob-1 { width: 500px; height: 500px; background: var(--accent);  top: -200px; right: -100px; }
.blob-2 { width: 350px; height: 350px; background: var(--accent2); bottom: -100px; left: -80px; }