/* Production page */
.production-hero {
  position: relative;
  overflow: hidden;
  background: #eef4f9;
}

.production-hero.image-hero {
  line-height: 0;
}

.production-hero .hero-full-image {
  width: 100%;
  height: auto;
  display: block;
}

.workflow-section {
  padding-top: 24px;
}

.workflow-panel {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  padding: 22px 24px 24px;
}

.workflow-panel h2 {
  font-size: 20px;
  line-height: 1.12;
  letter-spacing: -.032em;
  margin-bottom: 18px;
  font-weight: 850;
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  position: relative;
}

.workflow-step {
  position: relative;
  overflow: hidden;
  min-height: 112px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: #fff;
  display: grid;
  grid-template-rows: 32px 16px auto;
  align-items: center;
  justify-items: center;
  text-align: center;
  padding: 17px 8px 14px;
  box-shadow: none;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.workflow-step:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 87, 216, .22);
  box-shadow: var(--shadow-hover);
}

.workflow-step::before,
.workflow-step::after {
  pointer-events: none;
}

.workflow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  width: 18px;
  height: 1px;
  background: #9db8de;
  transform: translateY(-50%);
  z-index: 3;
}

.workflow-step:not(:last-child)::before {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #9db8de;
  border-right: 1px solid #9db8de;
  transform: translateY(-50%) rotate(45deg);
  z-index: 4;
  background: transparent;
}

.workflow-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: var(--blue-2);
  margin: 0;
}

.workflow-icon svg {
  width: 23px;
  height: 23px;
  stroke: currentColor;
  stroke-width: 1.85;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.workflow-step .num {
  display: block;
  color: var(--blue-2);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  margin: 0;
}

.workflow-step h3 {
  max-width: 118px;
  font-size: 11.6px;
  line-height: 1.16;
  letter-spacing: -.014em;
  font-weight: 800;
  color: #0a1c34;
}

.factory-section {
  padding-top: 31px;
}

.section-left {
  margin-bottom: 17px;
}

.section-left h2,
.readiness-content h2,
.validation-card h2,
.production-bottom-cta h2 {
  font-size: clamp(24px, 2.2vw, 30px);
  line-height: 1.15;
  letter-spacing: -.035em;
}

.factory-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.factory-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.factory-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 87, 216, .22);
  box-shadow: var(--shadow-hover);
}

.factory-image {
  aspect-ratio: 12 / 5;
  background: linear-gradient(135deg, #eaf3ff 0%, #dceaf6 100%);
  overflow: hidden;
}

.factory-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.factory-content {
  min-height: 104px;
  padding: 17px 20px 18px;
}

.factory-content h3 {
  font-size: 15.8px;
  line-height: 1.15;
  letter-spacing: -.018em;
  font-weight: 830;
}

.factory-content p {
  margin-top: 7px;
  font-size: 12.4px;
  line-height: 1.48;
  color: #53677b;
  font-weight: 500;
}

.quality-section {
  padding-top: 31px;
}

.quality-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.quality-card {
  min-height: 116px;
  padding: 20px 22px;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 17px;
  align-items: center;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.quality-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 87, 216, .22);
  box-shadow: var(--shadow-hover);
}

.quality-card .icon-badge {
  width: 46px;
  height: 46px;
}

.quality-card .icon-badge svg {
  width: 22px;
  height: 22px;
}

.quality-card h3 {
  font-size: 14.5px;
  line-height: 1.15;
  letter-spacing: -.015em;
  font-weight: 850;
}

.quality-card p {
  margin-top: 5px;
  font-size: 12.2px;
  line-height: 1.46;
  color: #5c6d7f;
  font-weight: 500;
}

.production-proof-section {
  padding-top: 28px;
}

.production-split {
  display: grid;
  grid-template-columns: 1.15fr .95fr;
  gap: 18px;
  align-items: stretch;
}

.readiness-card {
  overflow: hidden;
  position: relative;
  min-height: 0;
  padding: 0;
  border-radius: var(--radius-md);
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
}

.readiness-card-image img {
  width: 100%;
  height: auto;
  display: block;
}

.validation-card {
  min-height: 238px;
  padding: 28px 30px;
  border-radius: var(--radius-md);
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.validation-card p {
  margin-top: 12px;
  font-size: 13.2px;
  line-height: 1.52;
  color: #53677b;
  font-weight: 500;
  max-width: 580px;
}

.validation-metrics {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.validation-metric {
  min-height: 72px;
  border: 1px solid #e5eef9;
  border-radius: var(--radius-sm);
  background: #fbfdff;
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 10px;
  padding: 13px;
}

.metric-icon {
  width: 34px;
  height: 34px;
  color: var(--blue);
  display: grid;
  place-items: center;
}

.metric-icon svg {
  width: 27px;
  height: 27px;
  stroke: currentColor;
  stroke-width: 1.9;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.validation-metric strong {
  display: block;
  font-size: 19px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.035em;
  color: #0b1b2e;
}

.validation-metric span {
  display: block;
  margin-top: 4px;
  font-size: 10.8px;
  line-height: 1.12;
  color: #5d6e80;
  font-weight: 650;
}

.production-cta-section {
  padding-top: 24px;
}

.production-bottom-cta {
  min-height: 116px;
  border: 1px solid #dce9fb;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--soft-2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 28px 44px;
  position: relative;
  box-shadow: var(--shadow-soft);
}

.production-bottom-cta::before {
  content: "";
  position: absolute;
  left: -58px;
  top: -75px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 1px solid rgba(0, 87, 216, .09);
  box-shadow: 0 0 0 30px rgba(0, 87, 216, .025), 0 0 0 64px rgba(0, 87, 216, .018);
}

.production-bottom-cta p {
  margin-top: 8px;
  font-size: 13.4px;
  color: #5e7186;
  font-weight: 500;
}

.production-bottom-cta .btn {
  position: relative;
  z-index: 2;
  min-width: 0;
  flex: 0 0 auto;
}

@media (max-width: 1280px) {
  .workflow-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .workflow-step:nth-child(4)::after,
  .workflow-step:nth-child(4)::before {
    display: none;
  }

  .factory-grid,
  .quality-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .production-split {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 760px) {
  .production-hero {
    min-height: 220px;
  }

  .production-hero .hero-full-image {
    min-height: 220px;
    object-fit: cover;
    object-position: center center;
  }

  .workflow-panel {
    padding: 20px 16px;
  }

  .workflow-grid,
  .factory-grid,
  .quality-grid {
    grid-template-columns: 1fr;
  }

  .workflow-step::before,
  .workflow-step::after {
    display: none !important;
  }

  .workflow-step h3 {
    max-width: 100%;
  }


  .validation-card {
    padding: 22px;
  }

  .validation-metrics {
    grid-template-columns: 1fr;
  }

  .production-bottom-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }

  .production-bottom-cta h2 {
    font-size: 26px;
  }

  .production-bottom-cta .btn {
    width: 100%;
    white-space: normal;
    text-align: center;
    min-height: 46px;
    padding: 12px 18px;
  }
}
