/* DaiMa.html - 洛阳代妈页面样式 */

/* 顶部联系方式栏 */
.top-contact-bar { background: #0f3460; padding: 8px 0; color: #fff; font-size: 14px; }
.top-contact-bar a { color: #e94560; text-decoration: none; font-weight: bold; }
.top-contact-bar .contact-info { display: flex; align-items: center; justify-content: space-between; }
.top-contact-bar .contact-left { display: flex; align-items: center; gap: 20px; }

/* Logo */
.logo-text { font-size: 16px; font-weight: bold; color: #0f3460; text-decoration: none; display: block; line-height: 1.3; max-width: 300px; }
.logo-text:hover { color: #e94560; }

/* 页面头部 */
.page-header { background: linear-gradient(135deg, #0f3460 0%, #1a1a2e 100%); padding: 60px 0; color: #fff; }
.page-header h1 { font-size: 36px; margin-bottom: 15px; }
.page-header h1 span { color: #e94560; }
.page-header p { font-size: 16px; line-height: 1.8; opacity: 0.9; }

/* 技术标签 */
.tech-badge { display: inline-block; padding: 5px 15px; background: #f0f4ff; color: #0f3460; border-radius: 20px; font-size: 13px; margin: 5px; }

/* 服务详情卡片 */
.service-detail { padding: 40px 30px; background: #fff; border-radius: 8px; box-shadow: 0 3px 15px rgba(0,0,0,0.08); margin-bottom: 30px; transition: all 0.3s; }
.service-detail:hover { box-shadow: 0 8px 25px rgba(0,0,0,0.15); transform: translateY(-3px); }
.service-detail .icon-wrap { width: 70px; height: 70px; background: linear-gradient(135deg, #0f3460, #1a1a2e); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; color: #fff; font-size: 28px; }
.service-detail h3 { font-size: 22px; color: #0f3460; margin-bottom: 15px; }
.service-detail p { color: #555; line-height: 1.8; }
.service-detail ul { list-style: none; padding: 0; }
.service-detail ul li { padding: 8px 0; border-bottom: 1px solid #eee; color: #555; }
.service-detail ul li:last-child { border-bottom: none; }
.service-detail ul li:before { content: "✓"; color: #e94560; margin-right: 10px; font-weight: bold; }

/* CTA区域 */
.cta-section { background: linear-gradient(135deg, #e94560, #c73e54); padding: 60px 0; color: #fff; text-align: center; }
.cta-section h2 { font-size: 28px; margin-bottom: 20px; }
.cta-section p { font-size: 16px; margin-bottom: 30px; opacity: 0.9; }

/* CTA按钮 */
.cta-btn { display: inline-block; padding: 12px 40px; background: #fff; color: #e94560; text-decoration: none; border-radius: 4px; font-weight: bold; transition: all 0.3s; }
.cta-btn:hover { background: #0f3460; color: #fff; }

/* 底部栏 */
.footer-bar { background: #1a1a2e; padding: 30px 0; color: #fff; text-align: center; }
.footer-bar a { color: #e94560; text-decoration: none; }

/* 导航激活状态 */
.nav-active { background: #e94560 !important; color: #fff !important; }

/* 通用样式 */
.mb-40 { margin-bottom: 40px; }
.mb-30 { margin-bottom: 30px; }
.mb-20 { margin-bottom: 20px; }
.mb-15 { margin-bottom: 15px; }
.mt-20 { margin-top: 20px; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.padding-top-20 { padding-top: 20px; }
.padding-60-0 { padding: 60px 0; }
.color-primary { color: #0f3460; }
.color-muted { color: #666; }
.bg-light { background: #f8f9fa; }
.bg-white { background: #fff; }
.font-size-28 { font-size: 28px; }
.font-size-64 { font-size: 64px; }
.opacity-2 { opacity: 0.2; }
.opacity-3 { opacity: 0.3; }
.opacity-9 { opacity: 0.9; }
