/* ============================================================
   Service Detail Page Styles - Optimized for Sogou SEO
   天均安洁家政服务 - 服务详情页专用样式
   ============================================================ */

/* 面包屑导航 */
.service-breadcrumb {
    background: linear-gradient(to right, #fff8f3, #fafafa);
    border-radius: 10px;
    padding: 14px 20px;
    margin-bottom: 24px;
    font-size: 13px;
}

.service-breadcrumb a {
    color: #e8783a;
    text-decoration: none;
}

.service-breadcrumb a:hover {
    text-decoration: underline;
}

/* 服务图片区 */
.service-image-wrapper {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    position: relative;
}

.service-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.service-image-wrapper:hover .service-image {
    transform: scale(1.03);
}

/* 服务保障卡片 */
.service-guarantee {
    background: white;
    border-radius: 14px;
    padding: 24px;
    margin-top: 20px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
    border: 1px solid #f5f0ec;
}

.service-guarantee-title {
    font-weight: 700;
    font-size: 16px;
    color: #2c3e50;
    margin-bottom: 16px;
}

.service-guarantee-title i {
    color: #28a745;
    margin-right: 8px;
}

.guarantee-item {
    display: flex;
    align-items: center;
    padding: 8px 0;
}

.guarantee-item i {
    color: #28a745;
    margin-right: 8px;
    font-size: 14px;
}

.guarantee-item span {
    font-size: 14px;
    color: #4a5568;
}

/* 服务信息区 */
.service-info {
    padding-left: 20px;
}

.service-title {
    font-size: 30px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 16px;
}

/* 评分区 */
.service-rating {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 10px;
}

.service-rating .stars {
    color: #ffa726;
}

.service-rating .score {
    font-weight: 600;
    color: #4a5568;
}

.service-rating .divider {
    color: #e0e0e0;
}

.service-rating .review-count {
    color: #9aa8b8;
    font-size: 14px;
}

/* 价格区 */
.service-price-box {
    background: linear-gradient(135deg, #fff8f3, #fff0e6);
    border-radius: 14px;
    padding: 24px;
    margin-bottom: 24px;
    border: 1px solid #f5dcc8;
}

.service-price-box .price {
    font-size: 32px;
    font-weight: 700;
    color: #e8783a;
}

.service-price-box .unit {
    background: #e8783a;
    color: white;
    border-radius: 15px;
    padding: 5px 14px;
    font-size: 13px;
    margin-left: 12px;
}

/* 优惠活动 */
.service-activity {
    border: 2px solid #ff6b6b;
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #fff5f5, #fff0f0);
}

.service-activity .activity-badge {
    background: #ff6b6b;
    color: white;
    border-radius: 12px;
    padding: 4px 12px;
    font-size: 12px;
    margin-right: 8px;
}

.service-activity .activity-desc {
    font-size: 13px;
    color: #ff6b6b;
}

.service-activity .activity-price {
    font-size: 28px;
    font-weight: 700;
    color: #ff6b6b;
}

.service-activity .original-price {
    font-size: 18px;
    color: #b0b8c4;
    text-decoration: line-through;
    margin-left: 8px;
}

.service-activity .discount-badge {
    background: #ff6b6b;
    color: white;
    border-radius: 10px;
    padding: 3px 10px;
    font-size: 12px;
    margin-left: 8px;
}

/* 服务介绍 */
.service-section {
    margin-bottom: 28px;
}

.service-section-title {
    font-weight: 700;
    font-size: 16px;
    color: #2c3e50;
    margin-bottom: 14px;
    padding-left: 14px;
    border-left: 4px solid #e8783a;
}

.service-desc-text {
    color: #5a6c7d;
    line-height: 2;
    font-size: 15px;
}

/* 服务特点标签 */
.service-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.service-feature-tag {
    background: #f8f9fa;
    border: 1px solid #e8e8e8;
    border-radius: 15px;
    padding: 6px 16px;
    font-size: 13px;
    color: #4a5568;
}

.service-feature-tag i {
    color: #e8783a;
    margin-right: 5px;
}

/* CTA按钮 */
.service-cta {
    display: grid;
    gap: 12px;
    margin-top: 28px;
}

.service-cta .btn-book {
    background: #e8783a;
    border: none;
    color: white;
    border-radius: 25px;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
}

.service-cta .btn-book:hover {
    background: #d5683a;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(232, 120, 58, 0.3);
}

.service-cta .btn-call {
    border: 2px solid #e8783a;
    color: #e8783a;
    background: transparent;
    border-radius: 25px;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
}

.service-cta .btn-call:hover {
    background: #fff5ed;
}

/* 服务流程 */
.service-flow {
    margin-top: 56px;
    padding-top: 48px;
}

.flow-step {
    text-align: center;
    padding: 20px;
}

.flow-step-number {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e8783a, #f0a060);
    color: white;
    font-size: 24px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    box-shadow: 0 4px 12px rgba(232, 120, 58, 0.25);
}

.flow-step h5 {
    font-weight: 700;
    margin-bottom: 8px;
    color: #2c3e50;
}

.flow-step p {
    color: #7a8a9a;
    font-size: 14px;
    margin: 0;
}

/* 客户评价 */
.service-reviews {
    margin-top: 56px;
    padding-top: 48px;
}

.review-card {
    background: white;
    border-radius: 14px;
    padding: 28px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s;
    height: 100%;
}

.review-card:hover {
    border-color: #f5dcc8;
    box-shadow: 0 4px 20px rgba(232, 120, 58, 0.08);
}

.review-stars {
    color: #ffa726;
    margin-bottom: 14px;
}

.review-text {
    color: #5a6c7d;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
    font-style: italic;
}

.review-user {
    display: flex;
    align-items: center;
}

.review-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 12px;
}

.review-user-name {
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
    font-size: 15px;
}

.review-date {
    color: #b0b8c4;
    font-size: 13px;
}

/* 相关服务 */
.related-services {
    margin-top: 56px;
    padding-top: 48px;
}

.related-service-card {
    background: white;
    border-radius: 14px;
    padding: 24px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s;
    height: 100%;
    text-align: center;
}

.related-service-card:hover {
    border-color: #f5dcc8;
    box-shadow: 0 4px 20px rgba(232, 120, 58, 0.08);
    transform: translateY(-3px);
}

.related-service-card h5 {
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
}

.related-service-card .price {
    color: #e8783a;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 16px;
}

.related-service-card .btn {
    border: 1px solid #e8783a;
    color: #e8783a;
    border-radius: 20px;
    width: 100%;
    transition: all 0.2s;
}

.related-service-card .btn:hover {
    background: #e8783a;
    color: white;
}

/* 响应式 */
@media (max-width: 768px) {
    .service-title {
        font-size: 24px;
    }

    .service-info {
        padding-left: 0;
        margin-top: 24px;
    }

    .service-image {
        height: 260px;
    }
}
