.aftersales-container {
    position: relative;
    z-index: 1;
    background-image: url('/static/theme/images/background.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.aftersales-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.95);
    z-index: -1;
}
.aftersales-banner {
    position: relative;
    height: 650px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
}
.aftersales-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0) 100%);
    z-index: 1;
}
.aftersales-banner-wrapper {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 2;
}
.aftersales-banner-content {
    text-align: left;
    color: white;
    max-width: 700px;
}
.aftersales-banner-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    line-height: 1.2;
    color: white !important;
}
.aftersales-banner-subtitle {
    font-size: 26px;
    color: #ffb600;
    font-weight: 600;
    margin-bottom: 15px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
.aftersales-banner-description {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 30px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.3);
    color: white !important;
}
.aftersales-banner-line {
    width: 80px;
    height: 4px;
    background-color: #ffb600;
    margin: 20px 0;
}
.aftersales-banner-actions {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}
.aftersales-btn-primary {
    display: inline-block;
    padding: 15px 40px;
    background-color: #ffb600;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.aftersales-btn-primary:hover {
    background-color: #e6a400;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.3);
    color: #222;
    text-decoration: none;
}
.aftersales-btn-secondary {
    display: inline-block;
    padding: 15px 40px;
    background-color: transparent;
    color: white;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}
.aftersales-btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-3px);
    text-decoration: none;
}
.aftersales-policy {
    max-width: 1500px;
    margin: 0 auto 80px;
    padding: 90px 30px 0;
    position: relative;
    z-index: 2;
}
.aftersales-header {
    text-align: center;
    margin-bottom: 80px;
}
.aftersales-main-title {
    font-size: 48px;
    color: #333;
    margin-bottom: 24px;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    padding-bottom: 24px;
}
.aftersales-main-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: #ffb600;
    border-radius: 2px;
}
.aftersales-subtitle {
    font-size: 20px;
    color: #666;
    line-height: 1.8;
    max-width: 1000px;
    margin: 0 auto;
}
.aftersales-commitment {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 100px;
    background: rgba(255,255,255,0.9);
    padding: 70px 60px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border-left: 8px solid #ffb600;
    position: relative;
    overflow: hidden;
}
.aftersales-commitment:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, rgba(255, 182, 0, 0.1) 0%, transparent 70%);
    border-radius: 0 0 0 100%;
}
.aftersales-commitment-content {
    flex: 1;
}
.aftersales-commitment-title {
    font-size: 36px;
    color: #333;
    margin-bottom: 24px;
    font-weight: 700;
    position: relative;
    padding-left: 60px;
}
.aftersales-commitment-title:before {
    content: "⭐";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #ffb600;
}
.aftersales-highlight {
    background: linear-gradient(120deg, #ffb600 0%, #ffcc33 100%);
    color: #333;
    font-weight: 700;
    padding: 5px 12px;
    display: inline-block;
    margin: 5px 0;
}
.aftersales-text {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}
.aftersales-commitment-image {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
}
.aftersales-commitment-image:hover {
    transform: scale(1.02);
}
.aftersales-commitment-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}
.aftersales-services {
    margin-bottom: 100px;
}
.aftersales-section-header {
    text-align: center;
    margin-bottom: 60px;
}
.aftersales-section-main-title {
    font-size: 40px;
    color: #333;
    font-weight: 700;
    padding-bottom: 24px;
    margin-bottom: 24px;
    position: relative;
}
.aftersales-section-main-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: #ffb600;
}
.aftersales-section-intro {
    font-size: 20px;
    color: #666;
    line-height: 1.8;
}
.aftersales-service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}
.aftersales-service-card {
    background: rgba(255,255,255,0.9);
    padding: 50px 35px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border-top: 6px solid #ffb600;
    height: 100%;
}
.aftersales-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}
.aftersales-service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #fff8e1 0%, #ffe082 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    font-size: 36px;
    color: #ffb600;
    transition: all 0.3s ease;
}
.aftersales-service-card:hover .aftersales-service-icon {
    transform: scale(1.1) rotate(5deg);
    background: #ffb600;
    color: white;
}
.aftersales-service-name {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 600;
}
.aftersales-service-desc {
    color: #666;
    line-height: 1.7;
    font-size: 16px;
}
.aftersales-image-showcase {
    margin: 80px 0 100px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.aftersales-showcase-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 300px;
}
.aftersales-showcase-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
.aftersales-showcase-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.aftersales-showcase-item:hover img {
    transform: scale(1.05);
}
.aftersales-showcase-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: white;
    padding: 20px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}
.aftersales-showcase-item:hover .aftersales-showcase-caption {
    transform: translateY(0);
}
.aftersales-showcase-title {
    font-size: 18px;
    margin-bottom: 5px;
    color: #ffb600;
    font-weight: 600;
    text-align: center;
}
.aftersales-showcase-text {
    font-size: 14px;
    opacity: 0.9;
    text-align: center;
}
.aftersales-process {
    margin-bottom: 100px;
    padding: 70px 60px;
    background: rgba(248,249,250,0.9);
    position: relative;
    overflow: hidden;
}
.aftersales-process:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    opacity: 0.1;
    border-radius: 0 0 0 100%;
}
.aftersales-process-header {
    text-align: center;
    margin-bottom: 60px;
}
.aftersales-process-title {
    font-size: 40px;
    color: #333;
    font-weight: 700;
    margin-bottom: 24px;
    padding-bottom: 24px;
    position: relative;
}
.aftersales-process-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: #ffb600;
}
.aftersales-process-intro {
    font-size: 20px;
    color: #666;
    line-height: 1.8;
}
.aftersales-process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative;
}
.aftersales-process-step {
    background: rgba(255,255,255,0.95);
    padding: 40px 25px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}
.aftersales-process-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}
.aftersales-step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ffb600 0%, #ffcc33 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto 25px;
}
.aftersales-step-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #ffb600;
}
.aftersales-step-title {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}
.aftersales-step-desc {
    color: #666;
    line-height: 1.6;
    font-size: 15px;
}
.aftersales-policy-details {
    margin-bottom: 100px;
    padding: 70px 60px;
    background: rgba(255,255,255,0.95);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
}
.aftersales-policy-details:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, rgba(255, 182, 0, 0.05) 0%, transparent 70%);
    border-radius: 0 0 0 100%;
}
.aftersales-policy-header {
    text-align: center;
    margin-bottom: 60px;
}
.aftersales-policy-main-title {
    font-size: 40px;
    color: #333;
    font-weight: 700;
    margin-bottom: 24px;
    padding-bottom: 24px;
    position: relative;
}
.aftersales-policy-main-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: #ffb600;
}
.aftersales-policy-intro {
    font-size: 20px;
    color: #666;
    line-height: 1.8;
}
.aftersales-policy-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}
.aftersales-policy-item {
    display: flex;
    gap: 20px;
    padding: 30px;
    background: rgba(248,249,250,0.9);
    transition: all 0.3s ease;
    border-left: 4px solid #ffb600;
}
.aftersales-policy-item:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    background: rgba(255,248,225,0.95);
}
.aftersales-policy-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #fff8e1 0%, #ffecb3 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ffb600;
}
.aftersales-policy-name {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
}
.aftersales-policy-desc {
    color: #666;
    line-height: 1.6;
    font-size: 15px;
}
@media (max-width: 1200px) {
    .aftersales-commitment {
        flex-direction: column;
        gap: 40px;
    }
    .aftersales-process-steps {
        grid-template-columns: repeat(2, 1fr);
    }
    .aftersales-policy-grid {
        grid-template-columns: 1fr;
    }
    .aftersales-image-showcase {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .aftersales-banner {
        height: auto;
        padding: 100px 0;
    }
    .aftersales-banner-title {
        font-size: 36px;
    }
    .aftersales-main-title {
        font-size: 32px;
    }
    .aftersales-commitment,
    .aftersales-process,
    .aftersales-policy-details {
        padding: 40px 20px;
    }
    .aftersales-service-grid,
    .aftersales-process-steps,
    .aftersales-image-showcase {
        grid-template-columns: 1fr;
    }
    .aftersales-section-main-title,
    .aftersales-process-title,
    .aftersales-policy-main-title {
        font-size: 28px;
    }
}
/* ====================== 售后服务页 - 全套动态入场动画 ====================== */
@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============= 1. Banner 文字动画 ============= */
.aftersales-banner-subtitle,
.aftersales-banner-title,
.aftersales-banner-line,
.aftersales-banner-description,
.aftersales-banner-actions {
    opacity: 0;
    animation: fadeUp 0.9s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
.aftersales-banner-subtitle { animation-delay: 0.2s; }
.aftersales-banner-title { animation-delay: 0.4s; }
.aftersales-banner-line { animation-delay: 0.6s; }
.aftersales-banner-description { animation-delay: 0.8s; }
.aftersales-banner-actions { animation-delay: 1.0s; }

/* ============= 2. 顶部标题动画 ============= */
.aftersales-main-title,
.aftersales-subtitle {
    opacity: 0;
    animation: fadeUp 0.9s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
.aftersales-main-title { animation-delay: 0.3s; }
.aftersales-subtitle { animation-delay: 0.5s; }

/* ============= 3. 服务承诺模块 ============= */
.aftersales-commitment {
    opacity: 0;
    animation: fadeUp 1s ease forwards;
    animation-delay: 0.4s;
}
.aftersales-commitment-title,
.aftersales-text,
.aftersales-commitment-image {
    opacity: 0;
    animation: fadeUp 0.9s ease forwards;
}
.aftersales-commitment-title { animation-delay: 0.6s; }
.aftersales-text { animation-delay: 0.8s; }
.aftersales-commitment-image { animation-delay: 1s; }

/* ============= 4. 服务卡片 依次动画 ============= */
.aftersales-service-card {
    opacity: 0;
    animation: fadeUp 0.9s ease forwards;
}
.aftersales-service-card:nth-child(1) { animation-delay: 0.4s; }
.aftersales-service-card:nth-child(2) { animation-delay: 0.6s; }
.aftersales-service-card:nth-child(3) { animation-delay: 0.8s; }
.aftersales-service-card:nth-child(4) { animation-delay: 1.0s; }

/* ============= 5. 流程步骤 依次动画 ============= */
.aftersales-process-step {
    opacity: 0;
    animation: fadeUp 0.9s ease forwards;
}
.aftersales-process-step:nth-child(1) { animation-delay: 0.4s; }
.aftersales-process-step:nth-child(2) { animation-delay: 0.6s; }
.aftersales-process-step:nth-child(3) { animation-delay: 0.8s; }
.aftersales-process-step:nth-child(4) { animation-delay: 1.0s; }

/* ============= 6. 政策条款 依次动画 ============= */
.aftersales-policy-item {
    opacity: 0;
    animation: fadeUp 0.9s ease forwards;
}
.aftersales-policy-item:nth-child(1) { animation-delay: 0.4s; }
.aftersales-policy-item:nth-child(2) { animation-delay: 0.6s; }
.aftersales-policy-item:nth-child(3) { animation-delay: 0.8s; }
.aftersales-policy-item:nth-child(4) { animation-delay: 1.0s; }

/* ============= 7. 图片展示 依次动画 ============= */
.aftersales-showcase-item {
    opacity: 0;
    animation: fadeUp 0.9s ease forwards;
}
.aftersales-showcase-item:nth-child(1) { animation-delay: 0.4s; }
.aftersales-showcase-item:nth-child(2) { animation-delay: 0.6s; }
.aftersales-showcase-item:nth-child(3) { animation-delay: 0.8s; }