/* Our Progress — dashboard charts + video embed */
.zero-progress {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.zero-progress__dashboard {
  margin-bottom: 2.75rem;
}

.zero-progress__dashboard:last-of-type {
  margin-bottom: 0;
}

.zero-progress__dashboard .wp-block-heading {
  margin: 0 0 1rem;
}

.zero-progress__figure {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #f4f6f8;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 12px 32px rgba(0, 0, 0, 0.08);
}

.zero-progress__figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: auto;
}

.zero-progress__video {
  margin-top: 3rem;
  padding-top: 2.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.zero-progress__video-label {
  margin: 0 0 1.25rem;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: inherit;
}

.zero-progress__video-frame {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 16px 40px rgba(0, 0, 0, 0.12);
}

.zero-progress__video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 782px) {
  .zero-progress__dashboard {
    margin-bottom: 2rem;
  }

  .zero-progress__video {
    margin-top: 2.25rem;
    padding-top: 2rem;
  }
}
