/* features セクション専用 (R-NEXT-4 で landing-try-section.css から graph-card 関連を切り出し) */
.graph-card svg {
  width: 100%;
  max-width: 240px;
  margin-top: 10px;
}

.graph-card polyline {
  fill: none;
  stroke: #00D4FF;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.graph-card circle {
  fill: #7C3AED;
}
