/* ===== 双鸭山助孕酒行 - 自定义样式 ===== */

/* 顶部联系方式栏 */
.top-contact-bar { background: #2b3945; color: #fff; padding: 8px 0; font-size: 14px; }
.top-contact-bar a { color: #fff; text-decoration: none; }
.top-contact-bar .container { display: flex; justify-content: space-between; align-items: center; }
.top-contact-bar .contact-left span { margin-right: 20px; }
.top-contact-bar .contact-right a:hover { color: #009688; }

/* 导航栏品牌文字 */
.navbar-brand-text { font-size: 1.2em !important; line-height: 1.3; letter-spacing: 1px; }
.navbar-brand-text span.sub-text { font-size: 12px; display: block; color: #009688; letter-spacing: 2px; font-weight: 600; }

/* 首页 - 业务卡片 */
.business-card { border: 1px solid #eee; border-radius: 8px; padding: 25px; text-align: center; transition: 0.3s; margin-bottom: 20px; }
.business-card:hover { box-shadow: 0 4px 15px rgba(0,0,0,0.1); transform: translateY(-3px); }
.business-card .card-icon { font-size: 3em; color: #009688; margin-bottom: 15px; }
.business-card h4 { font-size: 1.2em; margin-bottom: 10px; }
.business-card p { color: #666; font-size: 0.95em; }

/* 首页 - 统计 */
.stats-box { text-align: center; padding: 30px 15px; }
.stats-box h3 { font-size: 2.5em; color: #009688; font-weight: 700; }
.stats-box p { font-size: 1em; color: #555; margin-top: 8px; }

/* 代妈页 - 服务卡片 */
.service-card { border: 1px solid #eee; border-radius: 8px; padding: 25px; margin-bottom: 30px; transition: 0.3s; }
.service-card:hover { box-shadow: 0 4px 15px rgba(0,0,0,0.1); transform: translateY(-3px); }
.service-card h4 { color: #009688; margin-bottom: 15px; font-size: 1.3em; }
.service-card ul { list-style: none; padding: 0; }
.service-card ul li { padding: 8px 0; border-bottom: 1px solid #f5f5f5; }
.service-card ul li:last-child { border-bottom: none; }
.service-card ul li span { color: #009688; margin-right: 10px; }

/* 代妈页 - 品牌区域 */
.brand-section { background: #f8f9fa; padding: 40px 0; margin: 30px 0; }
.brand-section h3 { text-align: center; margin-bottom: 30px; color: #333; }

/* 代怀页 - 啤酒卡片 */
.beer-card { background: #fff; border-radius: 10px; padding: 30px; margin-bottom: 30px; box-shadow: 0 2px 10px rgba(0,0,0,0.08); transition: 0.3s; }
.beer-card:hover { transform: translateY(-5px); box-shadow: 0 5px 20px rgba(0,0,0,0.15); }
.beer-card h4 { color: #009688; font-size: 1.4em; margin-bottom: 15px; border-bottom: 2px solid #009688; padding-bottom: 10px; }
.beer-type { display: inline-block; background: #009688; color: #fff; padding: 5px 15px; border-radius: 20px; font-size: 0.9em; margin-bottom: 10px; }

/* 代生页 - 葡萄酒画廊 */
.wine-gallery { margin-bottom: 30px; }
.wine-gallery .image-block { position: relative; overflow: hidden; border-radius: 8px; }
.wine-gallery .image-block img { transition: 0.3s; }
.wine-gallery .image-block:hover img { transform: scale(1.1); }
.wine-gallery .image-block .overlay { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,0.7); color: #fff; padding: 15px; opacity: 0; transition: 0.3s; }
.wine-gallery .image-block:hover .overlay { opacity: 1; }
.wine-gallery .image-block .overlay h5 { margin-bottom: 5px; }
.wine-gallery .image-block .overlay p { font-size: 0.9em; }

/* 代母页 - 特色网格 */
.feature-grid { background: #fff; border: 1px solid #eee; border-radius: 10px; padding: 30px; text-align: center; transition: 0.3s; height: 100%; }
.feature-grid:hover { box-shadow: 0 5px 20px rgba(0,0,0,0.1); transform: translateY(-5px); }
.feature-grid .icon { font-size: 3em; color: #009688; margin-bottom: 20px; }
.feature-grid h4 { font-size: 1.3em; margin-bottom: 15px; color: #333; }
.feature-grid p { color: #666; line-height: 1.6; }

/* 代母页 - 产品卡片 */
.product-card { background: #f8f9fa; border-radius: 10px; padding: 25px; margin-bottom: 25px; }
.product-card h5 { color: #009688; font-size: 1.2em; margin-bottom: 10px; }
.product-card .price { color: #e74c3c; font-weight: bold; font-size: 1.1em; }
.product-card .origin { color: #888; font-size: 0.9em; margin-bottom: 10px; }

/* 代母页 - 礼盒区域 */
.gift-section { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: #fff; padding: 60px 0; margin: 40px 0; border-radius: 10px; }
.gift-section h3 { color: #fff; text-align: center; margin-bottom: 30px; }
.gift-section .gift-item { background: rgba(255,255,255,0.1); padding: 20px; border-radius: 8px; margin-bottom: 20px; }
.gift-section .gift-item h5 { color: #fff; margin-bottom: 10px; }
.gift-section .gift-item p { color: rgba(255,255,255,0.9); }

/* 助孕页 - 服务盒子 */
.service-box { background: #fff; border-radius: 10px; padding: 30px; margin-bottom: 30px; box-shadow: 0 2px 10px rgba(0,0,0,0.08); transition: 0.3s; height: 100%; }
.service-box:hover { transform: translateY(-5px); box-shadow: 0 5px 20px rgba(0,0,0,0.15); }
.service-box .icon { font-size: 3em; color: #009688; margin-bottom: 20px; }
.service-box h4 { font-size: 1.3em; margin-bottom: 15px; color: #333; }
.service-box p { color: #666; line-height: 1.6; margin-bottom: 15px; }
.service-box ul { list-style: none; padding: 0; }
.service-box ul li { padding: 8px 0; border-bottom: 1px solid #f5f5f5; color: #555; }
.service-box ul li:last-child { border-bottom: none; }
.service-box ul li span { color: #009688; margin-right: 10px; }

/* 助孕页 - 联系信息盒子 */
.contact-info-box { background: #f8f9fa; border-radius: 10px; padding: 30px; margin-bottom: 25px; }
.contact-info-box h5 { color: #009688; margin-bottom: 10px; }
.contact-info-box p { color: #555; }

/* 助孕页 - CTA区域 */
.cta-section { background: linear-gradient(135deg, #009688 0%, #00796b 100%); color: #fff; padding: 60px 0; border-radius: 10px; margin: 40px 0; }
.cta-section h3 { color: #fff; text-align: center; margin-bottom: 20px; }
.cta-section p { text-align: center; color: rgba(255,255,255,0.9); margin-bottom: 30px; }
.cta-section .btn-cta { background: #fff; color: #009688; padding: 12px 30px; border-radius: 30px; font-weight: bold; display: inline-block; transition: 0.3s; }
.cta-section .btn-cta:hover { background: #333; color: #fff; }

/* 通用 - 图标样式 */
.icon-lg { font-size: 3em; color: #009688; margin-bottom: 15px; }
.icon-md { font-size: 2em; color: #009688; float: left; margin-right: 15px; }
.check-icon { color: #009688; margin-right: 10px; }

/* 通用 - 列表样式 */
.custom-list { list-style: none; padding: 0; }
.custom-list li { padding: 8px 0; border-bottom: 1px solid #f5f5f5; }
.custom-list li:last-child { border-bottom: none; }
.custom-list-sm li { padding: 5px 0; border-bottom: none; }

/* 代妈页 - 品牌区域图标 */
.brand-icon { font-size: 3em; color: #009688; margin-bottom: 15px; display: block; }

/* 助孕页 - 流程步骤 */
.bg-light-custom { background: #f8f9fa; }
.step-circle { width: 80px; height: 80px; background: #009688; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2em; margin: 0 auto 20px; }

/* 助孕页 - 表单样式 */
.contact-left-bg { background: #f8f9fa; border-radius: 10px; }
.form-select-custom { height: 45px; border-radius: 5px; }
.form-textarea-custom { width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 5px; min-height: 120px; margin-bottom: 15px; }
.btn-submit-custom { background: #009688; color: #fff; padding: 12px 30px; border: none; border-radius: 5px; cursor: pointer; font-size: 1em; }
.btn-submit-custom:hover { background: #00796b; }
