/* ============================================
   Breastfeeding Page New Design - 母乳喂养咨询全新设计
   ============================================ */

/* Hero Section - 温馨渐变 */
.breastfeeding-hero-new {
  position: relative;
  height: 350px;
  margin-top: 80px;
  background: linear-gradient(135deg, #fdf2f8 0%, #fce7f3 30%, #e0e7ff 70%, #dbeafe 100%);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.breastfeeding-hero-new::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -10%;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 168, 83, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.breastfeeding-hero-new::after {
  content: '';
  position: absolute;
  bottom: -40%;
  left: -15%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(26, 54, 93, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.breastfeeding-hero-content {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 0 20px;
}

.breastfeeding-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.breastfeeding-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  background: rgba(212, 168, 83, 0.15);
  border: 1px solid rgba(212, 168, 83, 0.3);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: #966f28;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.breastfeeding-hero-title {
  font-size: 52px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 20px;
  color: #1a365d;
}

.breastfeeding-hero-title span {
  font-weight: 700;
  color: #d4a853;
}

.breastfeeding-hero-desc {
  font-size: 18px;
  line-height: 1.8;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}

/* Breastfeeding Section */
.breastfeeding-section-new {
  padding: 100px 0;
  background: #fff;
}

.section-header-new {
  text-align: center;
  margin-bottom: 60px;
}

.section-label-new {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(212, 168, 83, 0.1);
  border: 1px solid rgba(212, 168, 83, 0.2);
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  color: #966f28;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.section-title-new {
  font-size: 42px;
  font-weight: 300;
  color: #1a202c;
  margin-bottom: 16px;
}

.section-title-new span {
  font-weight: 700;
  color: #1a365d;
}

.section-subtitle-new {
  font-size: 17px;
  color: #64748b;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
}

/* 主服务卡片 */
.main-service-card-new {
  background: linear-gradient(135deg, #fff 0%, #fafbfc 100%);
  border-radius: 32px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.main-service-header-new {
  padding: 48px 48px 32px;
  text-align: center;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  position: relative;
}

.main-service-header-new::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #d4a853, #e8c878);
}

.main-service-icon-new {
  width: 100px;
  height: 100px;
  margin: 0 auto 24px;
  background: linear-gradient(135deg, rgba(212, 168, 83, 0.15) 0%, rgba(232, 200, 120, 0.15) 100%);
  border: 1px solid rgba(212, 168, 83, 0.2);
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.main-service-icon-new i {
  font-size: 42px;
  color: #d4a853;
}

.main-service-header-new h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1a365d;
  margin-bottom: 12px;
}

.main-service-header-new .subtitle {
  font-size: 16px;
  color: #64748b;
  margin: 0;
}

/* 问题区域 */
.problems-section-new {
  padding: 40px 48px 48px;
}

.problems-section-new h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1a365d;
  margin-bottom: 28px;
  text-align: center;
}

.problems-grid-new {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}

.problem-tag-new {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px 20px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(26, 54, 93, 0.08);
  transition: all 0.3s ease;
}

.problem-tag-new:hover {
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
  border-color: rgba(212, 168, 83, 0.3);
}

.problem-tag-num-new {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #d4a853, #c49a4b);
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}

.problem-tag-text-new {
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}

/* 总结区域 */
.summary-section-new {
  background: linear-gradient(135deg, rgba(26, 54, 93, 0.03) 0%, rgba(212, 168, 83, 0.05) 100%);
  border-radius: 20px;
  padding: 28px 32px;
  margin-bottom: 24px;
  border: 1px solid rgba(26, 54, 93, 0.06);
}

.summary-section-new p {
  font-size: 15px;
  color: #475569;
  line-height: 1.8;
  margin: 0;
  text-align: center;
}

/* 提示区域 */
.notice-section-new {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 20px;
  background: rgba(212, 168, 83, 0.06);
  border-radius: 12px;
  border-left: 3px solid #d4a853;
}

.notice-section-new i {
  font-size: 20px;
  color: #d4a853;
  margin-top: 2px;
  flex-shrink: 0;
}

.notice-section-new p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.7;
  margin: 0;
}

/* Services Grid */
.services-grid-new {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 60px;
}

.service-card-new {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: all 0.4s ease;
}

.service-card-new:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
}

.service-card-header-new {
  padding: 32px 28px 24px;
  text-align: center;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  position: relative;
}

.service-card-header-new::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #1a365d, #2c5282);
}

.service-card-new:nth-child(2) .service-card-header-new::before {
  background: linear-gradient(90deg, #d4a853, #e8c878);
}

.service-card-new:nth-child(3) .service-card-header-new::before {
  background: linear-gradient(90deg, #7c3aed, #8b5cf6);
}

.service-card-new:nth-child(4) .service-card-header-new::before {
  background: linear-gradient(90deg, #059669, #10b981);
}

.service-card-new:nth-child(5) .service-card-header-new::before {
  background: linear-gradient(90deg, #dc2626, #ef4444);
}

.service-icon-new {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  background: linear-gradient(135deg, rgba(26, 54, 93, 0.1) 0%, rgba(44, 82, 130, 0.1) 100%);
  border: 1px solid rgba(26, 54, 93, 0.15);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.service-icon-new i {
  font-size: 26px;
  color: #1a365d;
}

.service-card-new:nth-child(2) .service-icon-new {
  background: linear-gradient(135deg, rgba(212, 168, 83, 0.1) 0%, rgba(232, 200, 120, 0.1) 100%);
  border-color: rgba(212, 168, 83, 0.2);
}

.service-card-new:nth-child(2) .service-icon-new i {
  color: #d4a853;
}

.service-card-header-new h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 8px;
  line-height: 1.4;
}

.service-card-header-new .subtitle {
  font-size: 13px;
  color: #64748b;
  margin: 0;
}

/* 服务卡片内容 */
.service-card-content-new {
  padding: 24px 24px 20px;
}

.feature-item-new {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.feature-item-new:last-child {
  border-bottom: none;
}

.feature-num-new {
  width: 22px;
  height: 22px;
  background: rgba(26, 54, 93, 0.08);
  color: #1a365d;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
}

.feature-check-new {
  width: 22px;
  height: 22px;
  background: rgba(212, 168, 83, 0.15);
  color: #d4a853;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
}

.feature-text-new {
  font-size: 13px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* 价格区域 */
.service-price-new {
  padding: 0 24px 24px;
  text-align: center;
}

.price-tag-new {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(135deg, #1a365d 0%, #2c5282 100%);
  color: #fff;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.price-note-new {
  font-size: 12px;
  color: #94a3b8;
  margin-bottom: 12px;
}

.team-badge-new {
  display: inline-block;
  font-size: 11px;
  color: #1a365d;
  background: rgba(26, 54, 93, 0.06);
  padding: 6px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.notice-box-new {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 12px 14px;
  background: rgba(212, 168, 83, 0.06);
  border-radius: 10px;
  margin-bottom: 8px;
  text-align: left;
}

.notice-box-new:last-child {
  margin-bottom: 0;
}

.notice-box-new i {
  font-size: 14px;
  color: #d4a853;
  margin-top: 2px;
  flex-shrink: 0;
}

.notice-box-new p {
  font-size: 12px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* CTA Section */
.breastfeeding-cta-new {
  padding: 100px 0;
  background: linear-gradient(135deg, #fdf2f8 0%, #fce7f3 50%, #e0e7ff 100%);
  position: relative;
  overflow: hidden;
}

.breastfeeding-cta-new::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 168, 83, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.breastfeeding-cta-content {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.breastfeeding-cta-content h2 {
  font-size: 42px;
  font-weight: 300;
  color: #1a202c;
  margin-bottom: 20px;
}

.breastfeeding-cta-content h2 span {
  font-weight: 700;
  color: #1a365d;
}

.breastfeeding-cta-content p {
  font-size: 17px;
  color: #64748b;
  margin-bottom: 40px;
  line-height: 1.7;
}

.cta-buttons-new {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.btn-cta-primary-new {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 40px;
  background: linear-gradient(135deg, #d4a853 0%, #c49a4b 100%);
  color: #fff !important;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  box-shadow: 0 4px 20px rgba(212, 168, 83, 0.3);
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-cta-primary-new:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(212, 168, 83, 0.4);
}

.btn-cta-secondary-new {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 40px;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #1a365d;
  color: #1a365d !important;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-cta-secondary-new:hover {
  background: #1a365d;
  color: #fff !important;
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 1200px) {
  .services-grid-new {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .breastfeeding-hero-new {
    height: 350px;
  }
  
  .breastfeeding-hero-title {
    font-size: 40px;
  }
  
  .problems-grid-new {
    grid-template-columns: 1fr;
  }
  
  .main-service-header-new,
  .problems-section-new {
    padding: 32px;
  }
  
  .section-title-new {
    font-size: 36px;
  }
  
  .breastfeeding-cta-content h2 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .breastfeeding-hero-new {
    height: 350px;
  }
  
  .breastfeeding-hero-title {
    font-size: 32px;
  }
  
  .services-grid-new {
    grid-template-columns: 1fr;
  }
  
  .main-service-header-new h2 {
    font-size: 24px;
  }
  
  .problem-tag-new {
    padding: 14px 16px;
  }
  
  .service-card-header-new,
  .service-card-content-new,
  .service-price-new {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .section-title-new {
    font-size: 28px;
  }
  
  .breastfeeding-cta-content h2 {
    font-size: 28px;
  }
  
  .cta-buttons-new {
    flex-direction: column;
    align-items: center;
  }
  
  .btn-cta-primary-new,
  .btn-cta-secondary-new {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}
