/* Plotline case study — project-specific styles */

.pl-graph-hero {
  background:
    radial-gradient(ellipse 80% 60% at 62% 42%, rgba(99, 102, 241, 0.14), transparent 65%),
    radial-gradient(ellipse 55% 45% at 78% 72%, rgba(167, 139, 250, 0.1), transparent 60%);
}

.pl-concept-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 32px;
}

.pl-concept-item--wide {
  grid-column: 1 / -1;
}

.pl-concept-layout figure.pl-concept-item {
  margin: 0;
  overflow: visible;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.pl-concept-layout figure.pl-concept-item .ev-expandable-shot > .shot {
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #0e1018;
  box-shadow: none;
}

.pl-concept-layout figure.pl-concept-item .shot--bare img {
  border-radius: 0;
}

.pl-concept-layout figure.pl-concept-item figcaption {
  margin-top: 10px;
  padding: 0 4px 4px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.45;
  overflow: visible;
}

.pl-concept-layout .shot--sketch img {
  display: block;
  width: 100%;
  height: auto;
}

.pl-design-shot .ev-expandable-shot > .shot {
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #0e1018;
}

.pl-design-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.pl-demo-video .pl-video-wrap {
  border-radius: 14px;
  overflow: hidden;
  background: #1a1d27;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.pl-demo-video video {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

.pl-lockup-wrap {
  --font: "DM Sans", system-ui, sans-serif;
  --logo-knockout: #0e1018;
  --text-muted: var(--muted);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(32px, 6vw, 64px);
  background: radial-gradient(ellipse 70% 60% at 50% 50%, #1a1d35, #0a0b10);
  border-radius: 14px;
  color: var(--text);
}

.pl-lockup-wrap .login-logo {
  display: block;
  width: min(280px, 72%);
  height: auto;
}

.features .ic svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 720px) {
  .pl-concept-layout {
    grid-template-columns: 1fr;
  }
  .pl-concept-item--wide {
    grid-column: auto;
  }
}
