/* ============================================
   Services Page New Design - 综合医疗服务全新设计
   高端现代医疗风格
   ============================================ */

/* Hero Section - 全屏渐变 */
.services-hero-new {
  position: relative;
  height: 350px;
  margin-top: 80px;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 50%, #1e40af 100%);
  display: flex;
  align-items: center;
  overflow: hidden;
}

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

.services-hero-new::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

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

.services-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.services-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: #d4a853;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.services-hero-title {
  font-size: 56px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

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

.services-hero-desc {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  max-width: 600px;
  margin: 0 auto;
}

/* Services Intro Section */
.services-intro-new {
  padding: 100px 0;
  background: #fff;
}

.services-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.services-intro-left {
  position: relative;
}

.services-intro-image {
  width: 100%;
  height: 400px;
  background: linear-gradient(135deg, #f0f4f8 0%, #e2e8f0 100%);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.services-intro-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(26,54,93,0.05)" stroke-width="0.5"/></svg>');
  background-size: 30px 30px;
}

.services-intro-image i {
  font-size: 120px;
  color: rgba(26, 54, 93, 0.1);
}

.services-intro-badge {
  position: absolute;
  bottom: 30px;
  right: -20px;
  background: linear-gradient(135deg, #1a365d 0%, #2c5282 100%);
  color: #fff;
  padding: 20px 30px;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.services-intro-badge-number {
  font-size: 36px;
  font-weight: 700;
  color: #d4a853;
  display: block;
}

.services-intro-badge-text {
  font-size: 14px;
  opacity: 0.9;
}

.services-intro-right h2 {
  font-size: 36px;
  font-weight: 300;
  color: #1a202c;
  margin-bottom: 20px;
}

.services-intro-right h2 span {
  font-weight: 700;
  color: #1a365d;
}

.services-intro-right p {
  font-size: 16px;
  line-height: 1.8;
  color: #64748b;
  margin-bottom: 20px;
}

.services-intro-list {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}

.services-intro-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 15px;
  color: #1a365d;
}

.services-intro-list li i {
  width: 28px;
  height: 28px;
  background: rgba(212, 168, 83, 0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d4a853;
  font-size: 12px;
}

/* Services Cards Section */
.services-cards-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.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;
}

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

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

.service-card-large:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.service-card-header {
  padding: 32px;
  position: relative;
}

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

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

.service-card-large:nth-child(3) .service-card-header::before {
  background: linear-gradient(90deg, #276749, #38a169);
}

.service-card-large:nth-child(4) .service-card-header::before {
  background: linear-gradient(90deg, #1e40af, #3b82f6);
}

.service-card-large:nth-child(5) .service-card-header::before {
  background: linear-gradient(90deg, #991b1b, #b91c1c);
}

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

.service-card-icon {
  width: 72px;
  height: 72px;
  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: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a365d;
  font-size: 28px;
  margin-bottom: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.service-card-large:nth-child(2) .service-card-icon {
  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);
  color: #966f28;
}

.service-card-large:nth-child(3) .service-card-icon {
  background: linear-gradient(135deg, rgba(39, 103, 73, 0.1) 0%, rgba(56, 161, 105, 0.1) 100%);
  border-color: rgba(39, 103, 73, 0.2);
  color: #276749;
}

.service-card-tag {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(26, 54, 93, 0.08);
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  color: #1a365d;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.service-card-large h3 {
  font-size: 22px;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 12px;
}

.service-card-large p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 20px;
}

.service-card-body {
  padding: 0 32px 32px;
}

.service-features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.service-features-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 14px;
  color: #475569;
}

.service-features-list li:last-child {
  border-bottom: none;
}

.service-features-list li i {
  color: #d4a853;
  font-size: 12px;
}

.service-card-footer {
  display: flex;
  gap: 12px;
}

.btn-service {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 20px;
  background: linear-gradient(135deg, #1a365d 0%, #2c5282 100%);
  color: #fff !important;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-service:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(26, 54, 93, 0.3);
}

.btn-service-outline {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 20px;
  background: transparent;
  border: 2px solid #1a365d;
  color: #1a365d !important;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-service-outline:hover {
  background: #1a365d;
  color: #fff !important;
}

/* CTA Section */
.services-cta-new {
  padding: 100px 0;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 50%, #1e40af 100%);
  position: relative;
  overflow: hidden;
}

.services-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;
}

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

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

.services-cta-content h2 span {
  font-weight: 700;
  color: #d4a853;
}

.services-cta-content p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
  line-height: 1.7;
}

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

.btn-cta-primary {
  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:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(212, 168, 83, 0.4);
}

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

.btn-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: #fff;
  transform: translateY(-3px);
}

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

@media (max-width: 992px) {
  .services-hero-new {
    height: 350px;
  }
  .services-hero-title {
    font-size: 42px;
  }
  .services-intro-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .services-intro-image {
    height: 350px;
  }
  .services-intro-badge {
    right: 20px;
  }
  .section-title-new {
    font-size: 36px;
  }
  .services-cta-content h2 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .services-hero-new {
    height: 300px;
  }
  .services-hero-title {
    font-size: 32px;
  }
  .services-grid-new {
    grid-template-columns: 1fr;
  }
  .services-intro-image {
    height: 300px;
  }
  .services-intro-badge {
    padding: 16px 24px;
    right: 10px;
    bottom: 20px;
  }
  .services-intro-badge-number {
    font-size: 28px;
  }
  .section-title-new {
    font-size: 28px;
  }
  .services-cta-content h2 {
    font-size: 28px;
  }
  .services-cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  .btn-cta-primary,
  .btn-cta-secondary {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
  .service-card-footer {
    flex-direction: column;
  }
}
