.production-hero {
  padding-bottom: 80px;
}

.production-pool-split {
  align-items: stretch;
}

.production-pool-card {
  border: 1px solid var(--uc-rule);
  border-radius: 8px;
  background: var(--uc-card-strong);
  overflow: hidden;
  font-family: var(--uc-mono);
}

.production-pool-slider {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 24px 28px;
  border-bottom: 1px solid var(--uc-rule);
}

.production-pool-slider input {
  flex: 1;
  min-width: 100px;
  accent-color: var(--uc-ink);
}

.production-pool-slider output {
  min-width: 230px;
  font-size: 15px;
  font-weight: 600;
  color: var(--uc-ink);
  white-space: nowrap;
}

.production-pool-body {
  padding: 34px 48px 40px;
}

.production-pool-body h3 {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 600;
}

.production-pool-price {
  margin-bottom: 20px;
  font-size: clamp(38px, 6vw, 54px);
  font-weight: 600;
  letter-spacing: -0.04em;
}

.production-pool-price span {
  margin-left: 3px;
  color: var(--uc-ink-soft);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
}

.production-pool-body ul {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.production-pool-body li {
  position: relative;
  padding: 6px 0 6px 20px;
  color: var(--uc-ink-soft);
  font-size: 14px;
}

.production-pool-body li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--uc-ink-mute);
}

body.use-case .production-pool-contact {
  color: var(--uc-accent-strong);
  font-size: 15px;
  border-bottom: 0;
}

.production-feature-grid .uc-feature {
  min-height: 120px;
}

@media (max-width: 1100px) {
  .production-pool-split {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 800px) {
  .production-hero {
    padding-bottom: 56px;
  }

  .production-pool-slider {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
    padding: 22px;
  }

  .production-pool-slider output {
    min-width: 0;
    font-size: 13px;
  }

  .production-pool-body {
    padding: 28px 22px 32px;
  }
}
