
.custom-hero-section {
  text-align: center;
  background-color: #ffffff;
}

.custom-hero-title {
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--brand-orange, #f96c05);
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}

@media (max-width: 768px) {
  .custom-hero-title {
    font-size: 1.75rem;
  }
}

.custom-hero-subtitle {
  font-size: 1.15rem;
  /* font-weight: 700; */
  /* color: #374151; */
  margin-bottom: 1.25rem;
}

.custom-hero-desc {
  font-size: 0.95rem;
  color: #6b7280;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto 2.5rem;
}

.custom-link-orange {
  color: var(--brand-orange, #f96c05);
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.2s ease;
}


@media (max-width: 768px) {
  .custom-link-orange {
    display: block;
  }
}

.custom-link-orange:hover {
  color: var(--brand-orange, #f96c05);
}

/* 2. 定制制造如何运作 */
.custom-work-section {
  text-align: center;
  margin-top: 2.5rem;
  /* margin-bottom: 3.5rem; */
}

.custom-work-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 0.75rem;
}

.custom-work-sub {
  font-size: 1rem;
  color: #6b7280;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.custom-work-line {
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #d1d5db;
}

/* 4步骤流程图微调 */
.process-item {
  transition: transform 0.3s ease;
}

.process-item:hover {
  transform: translateY(-4px);
}

.process-icon-circle {
  transition: all 0.3s ease;
}

.process-item:hover .process-icon-circle {
  box-shadow: 0 10px 20px -5px rgba(27, 42, 74, 0.15);
  border-color: #f96c05;
}

.process-item:hover .process-icon-circle stroke {
  stroke: #f96c05;
}
.process-item .process-number{
  color: #1E295A;
}
.process-desc-box{
  background-color: #f4f5f7;
  min-height: 70px;
}
/* 3. 在线定制信息多步骤表单 (Step 1 ~ Step 3) */
.custom-form-wrapper {
  background-color: #ffffff;
  max-width: 900px;
  margin: 0 auto 1rem;
}

.custom-form-header {
  text-align: center;
  margin-bottom: 2rem;
}

.custom-form-title {
  font-size: 1.75rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 0.5rem;
}

.custom-form-subtitle {
  font-size: 0.875rem;
  color: #6b7280;
}

/* 进度条 Track & Fill */
.custom-progress-box {
  margin-bottom: 2rem;
}

.custom-step-label {
  font-size: 0.8rem;
  color: #9ca3af;
  margin-bottom: 0.35rem;
}

.custom-progress-track {
  width: 100%;
  height: 14px;
  background-color: #e5e7eb;
  border-radius: 9999px;
  overflow: hidden;
  position: relative;
}

.custom-progress-bar {
  height: 100%;
  background-color: var(--brand-orange, #f96c05);
  border-radius: 9999px;
  transition: width 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 8px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
}

/* 步骤容器 Flow (统一高度与防止切换抖动) */
#multi-step-form {
  position: relative;
  min-height: 380px;
}

.custom-step-content {
  display: none;
  min-height: 380px;
  flex-direction: column;
  justify-content: space-between;
}

.custom-step-content.active {
  display: flex;
  animation: fadeIn 0.25s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0.3;
    transform: translateY(3px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 双栏 Input 组 */
.form-grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 640px) {
  .form-grid-2 {
    grid-template-columns: 1fr 1fr;
  }
}

.form-grid-3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .form-grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.custom-input-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.375rem;
  display: block;
}

.custom-input-text {
  width: 100%;
  padding: 0.625rem 0.875rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  background-color: #ffffff;
}

.custom-input-text:focus {
  border-color: var(--brand-orange, #f96c05);
  box-shadow: 0 0 0 3px rgba(249, 108, 5, 0.15);
}

/* 目标销售市场 Picker 下拉选择器 */
.custom-picker-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1.1rem 1.1rem;
  padding-right: 2.5rem;
  cursor: pointer;
  color: #374151;
}

.custom-picker-select option {
  color: #1f2937;
  padding: 0.5rem;
}

/* 多选框与上传 */
.custom-check-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.custom-check-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #374151;
  cursor: pointer;
  padding: 0.35rem 0;
}

/* LOGO 上传框 */
.upload-box {
  width: 100%;
  height: 48px;
  border: 1px dashed #d1d5db;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: #6b7280;
  cursor: pointer;
  background-color: #fafafa;
  transition: border-color 0.2s ease;
}
.upload-box:hover {
  border-color: var(--brand-orange, #f96c05);
  color: var(--brand-orange, #f96c05);
}

/* 按钮组 */
.custom-btn-group {
  text-align: center;
  margin-top: 2.5rem;
}

.btn-next-step {
  cursor: pointer;
  transition: all .3s;
}
.btn-next-step:hover {
  transform: translateY(-5px);
}

.btn-submit-final {
  cursor: pointer;
  transition: all 0.25s ease;
}
.btn-submit-final:hover {
  transform: translateY(-2px);
}

/* 更多定制能力解决方案 (5列) */
.custom-more-section {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.custom-notice-box {
  margin-bottom: 3.5rem;
}

.custom-notice-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #4b5563;
  margin-bottom: 0.5rem;
}

.custom-notice-desc {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.8;
}

.custom-solution-header {
  font-size: 1.5rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
}

.custom-grid-5 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .custom-grid-5 {
    grid-template-columns: repeat(5, 1fr);
    gap: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .custom-grid-5 {
    grid-template-columns: repeat(5, 1fr);
    gap: 1.25rem;
  }
}

.custom-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.custom-col-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0.75rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.custom-col-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-col-name {
  font-size: 0.95rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 1.25rem;
}

.custom-pill-list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  width: 100%;
}

.custom-pill-item {
  width: 100%;
  padding: 0.5rem 0.75rem;
  background-color: #f3f4f6;
  color: #4b5563;
  font-size: 0.8rem;
  font-weight: 500;
  border-radius: 0.375rem;
  text-align: center;
  transition: all 0.2s ease;
  cursor: pointer;
  user-select: none;
}
.custom-pill-item:hover {
  /* background-color: #e5e7eb;
  color: var(--brand-orange, #f96c05); */
}
