/* ============================================
   Women Page - 女性体检页面样式
   ============================================ */

/* ── Hero Section New Design ────────────────────────────────────────── */
.women-hero-new {
  position: relative;
  height: 350px;
  margin-top: 80px;
  background: linear-gradient(135deg, #fef2f2 0%, #fce7f3 30%, #f3e8ff 70%, #ede9fe 100%);
  display: flex;
  align-items: center;
  overflow: hidden;
}

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

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

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

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

.women-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  background: rgba(236, 72, 153, 0.12);
  border: 1px solid rgba(236, 72, 153, 0.25);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: #be185d;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 28px;
}

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

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

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

.women-hero-features {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.women-hero-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50px;
  border: 1px solid rgba(236, 72, 153, 0.12);
}

.women-hero-feature i {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.15) 0%, rgba(251, 113, 133, 0.15) 100%);
  border: 1px solid rgba(236, 72, 153, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #db2777;
}

.women-hero-feature span {
  font-size: 14px;
  font-weight: 600;
  color: #1a365d;
}

/* 旧Hero样式保留兼容 */
.unified-hero {
  position: relative;
  min-height: 350px;
  display: flex;
  align-items: center;
  background: linear-gradient(160deg, var(--primary-dark) 0%, var(--primary-mid) 100%);
  overflow: hidden;
  margin-top: 70px;
}

.unified-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(0,0,0,.4) 0%, rgba(0,64,128,.35) 100%);
  z-index: 1;
}

.unified-hero .container { 
  position: relative; 
  z-index: 2; 
}

.unified-hero .hero-content { 
  padding: 60px 0; 
}

.unified-hero .hero-badge {
  display: inline-block;
  padding: 5px 16px;
  background: rgba(230,126,34,.2);
  border: 1px solid rgba(230,126,34,.4);
  color: var(--accent);
  border-radius: var(--r-full);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.unified-hero .hero-title {
  font-size: 52px;
  font-weight: 900;
  letter-spacing: -2px;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.1;
}

.unified-hero .hero-description {
  font-size: 18px;
  color: rgba(255,255,255,.8);
  max-width: 520px;
  line-height: 1.7;
  margin-bottom: 32px;
}

/* ── Page Content ────────────────────────────────────────── */
.page-content {
  padding: 80px 0;
}

.page-content:nth-child(even) {
  background: var(--gray-50);
}

/* ── Section Title & Description ─────────────────────────── */
.section-header {
  margin-bottom: 48px;
}

.section-title {
  font-size: 32px;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 16px;
}

.section-description {
  color: var(--text-secondary);
  font-size: 16px;
}

.header-accent-line {
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  border-radius: 2px;
  margin-bottom: 20px;
}

.section-header.text-center .header-accent-line {
  margin-left: auto;
  margin-right: auto;
}

/* ── Grid System 网格系统 ──────────────────────────────── */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.col-lg-6,
.col-lg-3,
.col-lg-4,
.col-lg-2,
.col-md-6,
.col-md-4,
.col-sm-6 {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

@media (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  
  .col-lg-4 {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
  
  .col-lg-3 {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  
  .col-lg-2 {
    flex: 0 0 16.666667% !important;
    max-width: 16.666667% !important;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  
  .col-md-4 {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
}

@media (min-width: 576px) {
  .col-sm-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

.row.g-4 {
  margin-right: -16px;
  margin-left: -16px;
}

.row.g-4 > .col-lg-6,
.row.g-4 > .col-lg-3,
.row.g-4 > .col-lg-4,
.row.g-4 > .col-lg-2,
.row.g-4 > .col-md-6,
.row.g-4 > .col-md-4,
.row.g-4 > .col-sm-6 {
  padding-right: 16px;
  padding-left: 16px;
}

/* ── Package Card (Type 1 - with header) ─────────────────── */
.package-card {
  background: #fff;
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--gray-100);
  transition: var(--transition);
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.package-card:hover { 
  transform: translateY(-4px); 
  box-shadow: var(--shadow-md); 
  border-color: var(--primary); 
}

.package-card-header {
  text-align: center;
  padding: 32px 24px 24px;
  background: linear-gradient(135deg, var(--primary), var(--primary-mid));
  color: #fff;
  border-radius: var(--r-lg) var(--r-lg) 0 0;
}

.package-card-header .package-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.package-card-header .package-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.package-card-header .package-subtitle {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 12px;
}

.package-card-header .package-price {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -1px;
}

.package-card-body {
  padding: 24px;
  flex: 1;
}

.package-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.package-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  font-size: 14px;
  color: var(--text-secondary);
  border-bottom: 1px solid var(--gray-100);
}

.package-checklist li:last-child {
  border-bottom: none;
}

.package-checklist li i {
  color: var(--success);
  margin-top: 2px;
  flex-shrink: 0;
}

.package-checklist li .fa-angle-right {
  color: var(--primary);
}

.package-note {
  font-size: 12px;
  color: var(--text-muted);
  font-style: italic;
  line-height: 1.6;
  margin: 0;
  padding: 12px;
  background: var(--gray-50);
  border-radius: var(--r-sm);
  border-left: 3px solid var(--accent);
}

.package-card-footer {
  padding: 0 24px 24px;
}

.btn-package {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  color: #fff;
  border-radius: var(--r-full);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: var(--transition);
  box-shadow: 0 4px 12px rgba(230, 126, 34, 0.25);
  border: none;
  cursor: pointer;
  width: 100%;
}

.btn-package:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(230, 126, 34, 0.35);
  color: #fff;
}

/* ── Package Card (Type 2 - inner style) ────────────────── */
.package-card-inner {
  padding: 0;
  background: #fff;
  border-radius: var(--r-lg);
  height: 100%;
  transition: var(--transition);
  border: 1px solid rgba(0,0,0,.04);
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow);
}

.package-card:hover .package-card-inner { 
  transform: translateY(-8px); 
  box-shadow: var(--shadow-lg); 
  border-color: rgba(0,51,102,.1); 
}

.package-header {
  padding: 28px 24px 20px;
  background: linear-gradient(135deg, var(--primary), var(--primary-mid));
  color: #fff;
  position: relative;
  border-radius: var(--r-lg) var(--r-lg) 0 0;
}

.package-badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: var(--r-full);
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 12px;
  position: absolute;
  top: 16px;
  right: 16px;
}

.package-badge.new {
  background: var(--accent);
  color: #fff;
}

.package-header .package-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--r);
  background: rgba(255,255,255,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  margin-bottom: 14px;
}

.package-header .package-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
  line-height: 1.4;
}

.package-header .package-price {
  font-size: 20px;
  font-weight: 800;
  color: rgba(255,255,255,.95);
}

.package-divider { 
  height: 1px; 
  background: var(--gray-100); 
}

.package-body { 
  padding: 20px 24px; 
  flex: 1; 
}

.package-description { 
  color: var(--text-secondary); 
  font-size: 13px; 
  line-height: 1.7; 
  margin: 0; 
}

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 991.98px) {
  .unified-hero .hero-title { 
    font-size: 40px; 
  }
}

@media (max-width: 767.98px) {
  .unified-hero { 
    min-height: 350px; 
  }
  
  .unified-hero .hero-title { 
    font-size: 32px; 
    letter-spacing: -0.5px; 
  }
  
  .unified-hero .hero-description { 
    font-size: 16px; 
  }
  
  .page-content {
    padding: 60px 0;
  }
  
  .section-title {
    font-size: 26px;
  }
  
  .package-card-header {
    padding: 24px 20px 20px;
  }
  
  .package-card-header .package-price {
    font-size: 24px;
  }
  
  .package-card-body {
    padding: 20px;
  }
}

@media (max-width: 575.98px) {
  .unified-hero .hero-title { 
    font-size: 26px; 
  }
}

/* ── 追加项目 - 现代化卡片设计 ─────────────────────────────── */
.addon-section {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%);
  padding: 100px 0;
}

.addon-grid {
  position: relative;
  z-index: 1;
}

.addon-grid .row {
  display: flex;
  flex-wrap: wrap;
}

.addon-grid .col-lg-4 {
  flex: 0 0 33.333333% !important;
  max-width: 33.333333% !important;
  width: 33.333333% !important;
  box-sizing: border-box;
  padding: 0 16px;
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .addon-grid .col-lg-4 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
  }
}

@media (max-width: 767px) {
  .addon-grid .col-lg-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}

.addon-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 51, 102, 0.08);
  border: 1px solid rgba(0, 51, 102, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  padding: 32px 24px;
}

.addon-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 51, 102, 0.12);
  border-color: rgba(0, 51, 102, 0.12);
}

.addon-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: linear-gradient(135deg, #ec4899, #be185d);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.addon-icon-wrapper {
  margin-bottom: 20px;
}

.addon-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.1) 0%, rgba(190, 24, 93, 0.1) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.addon-icon i {
  font-size: 28px;
  color: #ec4899;
}

.addon-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.addon-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 12px;
  line-height: 1.4;
}

.addon-price {
  font-size: 28px;
  font-weight: 800;
  color: #ec4899;
  margin-bottom: 12px;
  letter-spacing: -1px;
}

.addon-description {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* ── 健康体检咨询与预约 ──────────────────────────────────── */
.consultation-section {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  padding: 100px 0;
}

.consultation-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

/* 左侧信息卡片 */
.consultation-info-card {
  background: #fff;
  border-radius: 24px;
  padding: 48px;
  box-shadow: 0 20px 60px rgba(0, 51, 102, 0.1);
  height: 100%;
}

.consultation-header {
  margin-bottom: 32px;
}

.consultation-header .section-title {
  font-size: 32px;
  font-weight: 800;
  color: var(--primary);
  margin: 0;
}

/* 步骤列表 */
.consultation-steps {
  margin-bottom: 32px;
}

.step-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}

.step-number {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--primary), var(--primary-mid));
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}

.step-content {
  flex: 1;
  padding-top: 6px;
}

.step-content .section-description {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

/* 通知框 */
.consult-notice-box {
  background: linear-gradient(135deg, #fff9e6 0%, #fff3cd 100%);
  border-left: 4px solid #f59e0b;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
}

.notice-icon {
  width: 36px;
  height: 36px;
  background: #f59e0b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.notice-icon i {
  color: #fff;
  font-size: 16px;
}

.notice-content p {
  margin: 0 0 6px 0;
  font-size: 13px;
  color: #92400e;
  line-height: 1.5;
}

.notice-content p:last-child {
  margin-bottom: 0;
}

/* 操作按钮 */
.consultation-actions {
  display: flex;
  gap: 16px;
}

.btn-consult-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 40px;
  background: linear-gradient(135deg, #ec4899, #be185d);
  color: #fff;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(236, 72, 153, 0.25);
}

.btn-consult-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(236, 72, 153, 0.35);
  color: #fff;
}

/* 右侧联系卡片 */
.contact-card {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  border-radius: 24px;
  padding: 40px;
  color: #fff;
  height: 100%;
  box-shadow: 0 20px 60px rgba(0, 51, 102, 0.2);
}

.contact-card-header {
  text-align: center;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-icon-wrapper {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.contact-icon-wrapper i {
  font-size: 36px;
  color: #fff;
}

.contact-card-header h4 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

/* 联系列表 */
.contact-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.contact-item:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateX(4px);
}

.contact-icon {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-icon i {
  font-size: 18px;
  color: #fff;
}

.contact-icon.whatsapp {
  background: #25d366;
}

.contact-icon.email {
  background: #ea4335;
}

.contact-icon.clock {
  background: #f59e0b;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.contact-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-value {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
}

/* ── 全套体检套餐所包含的支持服务 ───────────────────────────── */
.support-services-section {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  padding: 100px 0;
}

.support-services-section .section-description {
  color: var(--text-secondary);
  font-size: 16px;
  margin-top: 12px;
}

/* 服务时间线卡片 */
.services-timeline {
  margin-bottom: 60px;
}

.services-timeline .col-lg-2,
.services-timeline .col-md-4,
.services-timeline .col-sm-6 {
  margin-bottom: 24px;
}

.service-timeline-card {
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 51, 102, 0.08);
  border: 1px solid rgba(0, 51, 102, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.service-timeline-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 51, 102, 0.12);
  border-color: rgba(0, 51, 102, 0.12);
}

.service-number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 48px;
  font-weight: 800;
  color: rgba(236, 72, 153, 0.08);
  line-height: 1;
}

.service-icon-wrapper {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.1) 0%, rgba(190, 24, 93, 0.1) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.service-icon-wrapper i {
  font-size: 28px;
  color: #ec4899;
}

.service-content h5 {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 12px;
}

.service-content p {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* 服务底部区域 */
.services-footer {
  max-width: 800px;
  margin: 0 auto;
}

.notice-box {
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  border-left: 3px solid #f59e0b;
}

.notice-box i {
  color: #f59e0b;
  font-size: 20px;
}

.notice-box p {
  margin: 0;
  font-size: 14px;
  color: #92400e;
}

.custom-service-box {
  background: linear-gradient(135deg, #ec4899 0%, #be185d 100%);
  border-radius: 16px;
  padding: 28px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
}

.custom-icon {
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.custom-icon i {
  font-size: 24px;
  color: #fff;
}

.custom-content p {
  margin: 0 0 4px 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
}

.custom-content p:last-child {
  margin-bottom: 0;
}

/* ── 为什么选择我们 ──────────────────────────────────────── */
.why-choose-section {
  background: linear-gradient(135deg, #fdf2f8 0%, #fce7f3 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.why-choose-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 200%;
  background: radial-gradient(ellipse, rgba(236, 72, 153, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

.why-choose-section .section-description {
  color: var(--text-secondary);
  font-size: 16px;
  margin-top: 12px;
}

.why-choose-grid {
  position: relative;
  z-index: 1;
}

.why-choose-grid .col-lg-3,
.why-choose-grid .col-md-6 {
  margin-bottom: 24px;
}

/* 为什么选择卡片 */
.why-choose-card {
  background: #fff;
  border-radius: 24px;
  padding: 40px 28px;
  text-align: center;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 51, 102, 0.08);
  border: 1px solid rgba(0, 51, 102, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.why-choose-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 24px 48px rgba(0, 51, 102, 0.12);
}

.card-glow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.card-doctor .card-glow {
  background: linear-gradient(90deg, #ec4899, #f472b6);
}

.card-equipment .card-glow {
  background: linear-gradient(90deg, #8b5cf6, #a78bfa);
}

.card-privacy .card-glow {
  background: linear-gradient(90deg, #06b6d4, #22d3ee);
}

.card-consult .card-glow {
  background: linear-gradient(90deg, #10b981, #34d399);
}

.why-choose-card:hover .card-glow {
  opacity: 1;
}

.why-choose-icon {
  margin-bottom: 24px;
}

.icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.card-doctor .icon-circle {
  background: linear-gradient(135deg, #fce7f3 0%, #fbcfe8 100%);
  box-shadow: 0 8px 24px rgba(236, 72, 153, 0.2);
}

.card-doctor .icon-circle i {
  color: #ec4899;
  font-size: 32px;
}

.card-equipment .icon-circle {
  background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%);
  box-shadow: 0 8px 24px rgba(139, 92, 246, 0.2);
}

.card-equipment .icon-circle i {
  color: #8b5cf6;
  font-size: 32px;
}

.card-privacy .icon-circle {
  background: linear-gradient(135deg, #cffafe 0%, #a5f3fc 100%);
  box-shadow: 0 8px 24px rgba(6, 182, 212, 0.2);
}

.card-privacy .icon-circle i {
  color: #06b6d4;
  font-size: 32px;
}

.card-consult .icon-circle {
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.2);
}

.card-consult .icon-circle i {
  color: #10b981;
  font-size: 32px;
}

.why-choose-content h5 {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 12px;
}

.why-choose-content p {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

.card-decoration {
  margin-top: 20px;
}

.decoration-line {
  display: block;
  width: 40px;
  height: 3px;
  border-radius: 2px;
  margin: 0 auto;
}

.card-doctor .decoration-line {
  background: linear-gradient(90deg, #ec4899, #f472b6);
}

.card-equipment .decoration-line {
  background: linear-gradient(90deg, #8b5cf6, #a78bfa);
}

.card-privacy .decoration-line {
  background: linear-gradient(90deg, #06b6d4, #22d3ee);
}

.card-consult .decoration-line {
  background: linear-gradient(90deg, #10b981, #34d399);
}

/* ── CTA Banner 现代化设计 ───────────────────────────────── */
.cta-banner-modern {
  background: linear-gradient(135deg, #ec4899 0%, #be185d 50%, #9d174d 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.cta-banner-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 80%, rgba(255,255,255,0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(255,255,255,0.08) 0%, transparent 40%);
  pointer-events: none;
}

.cta-banner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  position: relative;
  z-index: 1;
}

.cta-content {
  flex: 1;
}

.cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 16px;
  border-radius: 30px;
  margin-bottom: 20px;
}

.cta-badge i {
  color: #fff;
  font-size: 14px;
}

.cta-badge span {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cta-title {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}

.cta-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.cta-actions {
  display: flex;
  gap: 16px;
  flex-shrink: 0;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-btn-primary {
  background: #fff;
  color: #ec4899;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.cta-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
  color: #ec4899;
}

.cta-btn-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.4);
}

.cta-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
}

.btn-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-icon i {
  font-size: 14px;
}

/* 响应式 */
@media (max-width: 991.98px) {
  .addon-section,
  .consultation-section,
  .support-services-section,
  .why-choose-section {
    padding: 60px 0;
  }
  
  .consultation-info-card {
    padding: 32px;
  }
  
  .consultation-header .section-title {
    font-size: 28px;
  }
  
  .contact-card {
    padding: 32px;
  }
  
  .service-timeline-card {
    padding: 24px;
  }
  
  .service-number {
    font-size: 36px;
  }
  
  .custom-service-box {
    flex-direction: column;
    text-align: center;
    padding: 24px;
  }
  
  .cta-banner-wrapper {
    flex-direction: column;
    text-align: center;
  }
  
  .cta-title {
    font-size: 28px;
  }
  
  .cta-actions {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .addon-card {
    padding: 24px;
  }
  
  .consultation-info-card {
    padding: 24px;
  }
  
  .consultation-header .section-title {
    font-size: 24px;
  }
  
  .step-item {
    gap: 12px;
  }
  
  .step-number {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  
  .btn-consult-primary {
    width: 100%;
    justify-content: center;
  }
  
  .contact-card {
    padding: 24px;
  }
  
  .why-choose-card {
    padding: 32px 24px;
  }
  
  .icon-circle {
    width: 72px;
    height: 72px;
  }
  
  .icon-circle i {
    font-size: 28px;
  }
  
  .cta-banner-modern {
    padding: 60px 0;
  }
  
  .cta-title {
    font-size: 24px;
  }
  
  .cta-actions {
    flex-direction: column;
    width: 100%;
  }
  
  .cta-btn {
    width: 100%;
    justify-content: center;
  }
}

/* ── 妇科体检项目 - 现代化套餐卡片 ─────────────────────────── */
.women-health-section {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%);
  padding: 100px 0;
  position: relative;
}

.women-health-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 400px;
  background: linear-gradient(180deg, rgba(0,51,102,0.03) 0%, transparent 100%);
  pointer-events: none;
}

.women-packages-grid {
  position: relative;
  z-index: 1;
}

.women-packages-grid .col-lg-6 {
  margin-bottom: 24px;
}

/* 套餐卡片主样式 */
.women-package-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 24px rgba(0, 51, 102, 0.08);
  border: 1px solid rgba(0, 51, 102, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.women-package-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 24px 48px rgba(0, 51, 102, 0.15);
}

/* 推荐卡片特殊样式 */
.women-package-card.featured {
  border: 2px solid var(--accent);
  box-shadow: 0 8px 32px rgba(230, 126, 34, 0.15);
}

.women-package-card.featured:hover {
  box-shadow: 0 24px 48px rgba(230, 126, 34, 0.2);
}

/* 角标 */
.card-ribbon {
  position: absolute;
  top: 16px;
  right: -28px;
  background: linear-gradient(135deg, #e74c3c, #c0392b);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 32px;
  transform: rotate(45deg);
  z-index: 2;
  box-shadow: 0 2px 8px rgba(231, 76, 60, 0.3);
}

.card-ribbon.premium {
  background: linear-gradient(135deg, var(--accent), #d35400);
  box-shadow: 0 2px 8px rgba(230, 126, 34, 0.3);
}

.card-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: linear-gradient(135deg, #6366f1, #4f46e5);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(99, 102, 241, 0.3);
}

/* 卡片顶部区域 */
.package-card-top {
  padding: 40px 24px 28px;
  text-align: center;
  position: relative;
}

/* 不同卡片的顶部渐变 */
.card-cervical .package-card-top {
  background: linear-gradient(135deg, #ec4899 0%, #be185d 100%);
}

.card-breast .package-card-top {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.card-basic .package-card-top {
  background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
}

.card-premium .package-card-top {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}

/* 图标包装器 */
.package-icon-wrapper {
  margin-bottom: 20px;
}

.package-icon {
  width: 72px;
  height: 72px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 3px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(4px);
}

.package-icon i {
  font-size: 32px;
  color: #fff;
}

/* 标题样式 */
.package-card-top .package-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.4;
}

.package-card-top .package-subtitle {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 16px;
}

/* 价格样式 */
.package-price {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
}

.package-price .currency {
  font-size: 20px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 4px;
}

.package-price .amount {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  letter-spacing: -1px;
}

/* 卡片内容区域 */
.package-card-body {
  padding: 28px 24px;
  flex: 1;
}

.package-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.package-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(0, 51, 102, 0.1);
}

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

.feature-icon {
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, rgba(0,51,102,0.08) 0%, rgba(0,51,102,0.04) 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-icon i {
  font-size: 13px;
  color: var(--primary);
}

.feature-icon.sub {
  background: transparent;
  width: 20px;
}

.feature-icon.sub i {
  color: var(--success);
  font-size: 11px;
}

.feature-text {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.6;
  padding-top: 3px;
}

/* 子项目 */
.feature-group {
  font-weight: 600;
}

.feature-sub {
  padding-left: 8px;
}

.feature-sub .feature-text {
  color: var(--text-primary);
}

/* 提示框 */
.package-note-box {
  background: linear-gradient(135deg, #fff9e6 0%, #fff3cd 100%);
  border-radius: 12px;
  padding: 16px;
  margin-top: 20px;
  display: flex;
  gap: 12px;
  border-left: 3px solid #f59e0b;
}

.package-note-box i {
  color: #f59e0b;
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}

.package-note-box p {
  margin: 0;
  font-size: 13px;
  color: #92400e;
  line-height: 1.6;
}

/* 卡片底部 */
.package-card-footer {
  padding: 0 24px 28px;
}

/* 现代化按钮 */
.btn-package-modern {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 24px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-mid) 100%);
  color: #fff;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(0, 51, 102, 0.25);
}

.btn-package-modern:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 51, 102, 0.35);
  color: #fff;
}

.btn-package-modern i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.btn-package-modern:hover i {
  transform: translateX(4px);
}

.btn-package-modern.btn-highlight {
  background: linear-gradient(135deg, var(--accent) 0%, #d35400 100%);
  box-shadow: 0 4px 16px rgba(230, 126, 34, 0.3);
}

.btn-package-modern.btn-highlight:hover {
  box-shadow: 0 8px 24px rgba(230, 126, 34, 0.4);
}

/* 响应式 */
@media (max-width: 991.98px) {
  .women-health-section {
    padding: 60px 0;
  }
  
  .package-card-top {
    padding: 32px 20px 24px;
  }
  
  .package-price .amount {
    font-size: 36px;
  }
  
  .package-icon {
    width: 64px;
    height: 64px;
  }
  
  .package-icon i {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  .women-package-card {
    margin-bottom: 20px;
  }
  
  .package-card-body {
    padding: 20px;
  }
  
  .feature-text {
    font-size: 13px;
  }
}
