/* 积分制管理咨询服务页面样式 */
:root {
    --points-primary: #7c3aed;
    --points-primary-light: #8b5cf6;
    --points-primary-dark: #6d28d9;
    --points-secondary: #f5f3ff;
    --points-accent: #ec4899;
    --points-text: #1f2937;
    --points-light-text: #6b7280;
    --points-background: #ffffff;
    --points-card-bg: #ffffff;
    --points-border: #f3f4f6;
    --points-shadow: rgba(0, 0, 0, 0.05);
}

.points-hero {
    background: linear-gradient(135deg, var(--points-primary) 0%, var(--points-primary-dark) 100%);
    color: white;
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}

/* 移除弧形底部设计 */

/* 新的背景装饰 */
.hero-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
    opacity: 0.7;
}

.hero-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: var(--points-primary-light);
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 0.2;
    z-index: 0;
}

.points-hero-content {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
}

.hero-text {
    flex: 1;
    min-width: 300px;
}

.hero-image {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.service-icon {
    font-size: 150px;
    color: white;
    opacity: 0.9;
    transition: transform 0.3s ease;
}

.hero-image:hover .service-icon {
    transform: rotate(5deg) scale(1.05);
}

.service-title {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 32px;
    line-height: 1.2;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.service-subtitle {
    font-size: 22px;
    max-width: 600px;
    margin-bottom: 40px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 300;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.primary-btn {
    background: var(--points-accent);
    color: white;
    border: none;
    padding: 18px 40px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
    display: inline-block;
    box-shadow: 0 6px 20px rgba(236, 72, 153, 0.3);
}

.primary-btn:hover {
    background: #db2777;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(236, 72, 153, 0.4);
}

.secondary-btn {
    background: transparent;
    color: white;
    border: 2px solid white;
    padding: 16px 38px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
    display: inline-block;
}

.secondary-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
}

/* 积分制简介 */
.points-intro {
    padding: 120px 0;
    background-color: var(--points-secondary);
}

.section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-header {
    text-align: center;
    margin-bottom: 80px;
}

.section-title {
    font-size: 40px;
    color: var(--points-text);
    margin-bottom: 24px;
    position: relative;
    display: inline-block;
    font-weight: 700;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, var(--points-primary), var(--points-primary-light));
    border-radius: 2px;
}

.section-description {
    color: var(--points-light-text);
    font-size: 20px;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.points-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
}

.points-text {
    flex: 1;
    min-width: 300px;
}

.points-text h3 {
    font-size: 32px;
    color: var(--points-primary);
    margin-bottom: 24px;
    font-weight: 600;
}

.points-text p {
    color: var(--points-light-text);
    line-height: 1.7;
    margin-bottom: 24px;
    font-size: 18px;
}

.points-image {
    flex: 1;
    min-width: 300px;
    background-color: white;
    border-radius: 16px;
    padding: 60px;
    text-align: center;
    box-shadow: 0 10px 40px var(--points-shadow);
    position: relative;
    overflow: hidden;
}

.points-image::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background-color: var(--points-primary);
    opacity: 0.05;
    border-radius: 0 0 0 150px;
}

.points-icon {
    font-size: 150px;
    color: var(--points-primary);
    opacity: 0.8;
}

/* 服务内容 */
.service-contents {
    padding: 120px 0;
    background-color: white;
}

.contents-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 36px;
    margin-top: 80px;
}

.content-card {
    background: var(--points-card-bg);
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 6px 30px var(--points-shadow);
    transition: all 0.3s ease;
    border: none;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.content-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(to bottom, var(--points-primary), var(--points-primary-light));
}

.content-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.content-icon {
    font-size: 48px;
    color: var(--points-primary);
    margin-bottom: 28px;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: var(--points-secondary);
    border-radius: 12px;
}

.content-title {
    font-size: 24px;
    color: var(--points-text);
    margin-bottom: 20px;
    font-weight: 600;
}

.content-description {
    color: var(--points-light-text);
    line-height: 1.7;
    font-size: 16px;
}

/* 企业痛点 */
.enterprise-pains {
    padding: 120px 0;
    background-color: var(--points-secondary);
    position: relative;
    overflow: hidden;
}

.enterprise-pains::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, var(--points-primary), var(--points-primary-light));
}

.pains-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 36px;
    margin-top: 80px;
}

.pain-card {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 6px 25px var(--points-shadow);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: none;
    height: 100%;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.pain-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: var(--points-primary);
}

.pain-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.pain-icon {
    font-size: 32px;
    color: var(--points-primary);
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--points-secondary);
    border-radius: 8px;
}

.pain-title {
    font-size: 20px;
    color: var(--points-text);
    margin-bottom: 8px;
    font-weight: 600;
    margin-top: 0;
}

.pain-description {
    color: var(--points-light-text);
    line-height: 1.7;
    font-size: 16px;
}

/* 实施流程 */
.implementation-process {
    padding: 120px 0;
    background-color: white;
}

.process-steps {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 80px;
}

/* 垂直时间线 */
.process-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    width: 3px;
    background: linear-gradient(to bottom, var(--points-primary), var(--points-primary-light));
}

.process-step {
    position: relative;
    margin-bottom: 60px;
    padding-left: 80px;
}

.process-step:last-child {
    margin-bottom: 0;
}

.step-number {
    position: absolute;
    left: 20px;
    top: 0;
    width: 32px;
    height: 32px;
    background: white;
    border: 4px solid var(--points-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--points-primary);
    font-weight: bold;
    z-index: 1;
    font-size: 16px;
}

.step-content {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 6px 25px var(--points-shadow);
    transition: transform 0.3s ease;
    border: none;
}

.step-content:hover {
    transform: translateX(15px);
}

.step-title {
    font-size: 24px;
    color: var(--points-text);
    margin-bottom: 16px;
    font-weight: 600;
}

.step-description {
    color: var(--points-light-text);
    line-height: 1.7;
    font-size: 16px;
}

/* 积分制优势 */
.points-advantages {
    padding: 120px 0;
    background: linear-gradient(135deg, var(--points-secondary) 0%, #ede9fe 100%);
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 36px;
    margin-top: 80px;
}

.advantage-card {
    background: white;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 6px 30px var(--points-shadow);
    text-align: center;
    transition: all 0.3s ease;
    border: none;
    position: relative;
    height: 100%;
}

.advantage-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, var(--points-primary), var(--points-primary-light));
}

.advantage-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.advantage-icon {
    font-size: 48px;
    color: var(--points-primary);
    margin-bottom: 24px;
}

.advantage-title {
    font-size: 22px;
    color: var(--points-text);
    margin-bottom: 18px;
    font-weight: 600;
}

.advantage-description {
    color: var(--points-light-text);
    line-height: 1.7;
    font-size: 16px;
}

/* 成功案例 */
.success-cases {
    padding: 120px 0;
    background-color: white;
}

.case-studies {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 36px;
    margin-top: 80px;
}

.case-card {
    background: white;
    border-radius: 12px;
    padding: 45px;
    box-shadow: 0 8px 30px var(--points-shadow);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: none;
    height: 100%;
}

.case-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, var(--points-primary), var(--points-primary-light));
}

.case-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.case-title {
    font-size: 24px;
    color: var(--points-primary);
    margin-bottom: 24px;
    font-weight: 600;
}

.case-result {
    background-color: var(--points-secondary);
    padding: 16px 20px;
    border-radius: 8px;
    margin-bottom: 16px;
    color: var(--points-text);
    font-size: 16px;
    position: relative;
    padding-left: 40px;
    transition: transform 0.3s ease;
}

.case-result::before {
    content: '✓';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--points-primary);
    font-weight: bold;
    font-size: 18px;
}

.case-result:hover {
    transform: translateX(8px);
}

.case-result:last-child {
    margin-bottom: 0;
}

/* 积分制应用场景 */
.application-scenarios {
    padding: 120px 0;
    background-color: var(--points-secondary);
}

.scenarios-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 36px;
    margin-top: 80px;
}

.scenario-card {
    background: white;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 6px 25px var(--points-shadow);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: none;
    height: 100%;
    text-align: center;
}

.scenario-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: var(--points-primary);
}

.scenario-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.scenario-icon {
    font-size: 48px;
    color: var(--points-primary);
    margin-bottom: 24px;
    display: inline-block;
}

.scenario-title {
    font-size: 22px;
    color: var(--points-text);
    margin-bottom: 18px;
    font-weight: 600;
}

.scenario-description {
    color: var(--points-light-text);
    line-height: 1.7;
    font-size: 16px;
}

/* 联系表单 */
.contact-section {
    padding: 120px 0;
    background-color: var(--points-secondary);
    position: relative;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, var(--points-primary), var(--points-primary-light));
}

.contact-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-form {
    background: white;
    border-radius: 16px;
    padding: 60px;
    box-shadow: 0 10px 40px var(--points-shadow);
    position: relative;
    overflow: hidden;
}

.contact-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, var(--points-primary), var(--points-primary-light));
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-bottom: 30px;
}

.form-group {
    flex: 0 0 calc(50% - 30px);
    margin: 0 15px;
    margin-bottom: 30px;
}

.form-group.full-width {
    flex: 0 0 calc(100% - 30px);
}

.form-label {
    display: block;
    margin-bottom: 12px;
    color: var(--points-text);
    font-weight: 600;
    font-size: 16px;
}

.form-input,
.form-textarea {
    width: 100%;
    padding: 16px 20px;
    border: 2px solid var(--points-border);
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    background-color: white;
}

.form-input:focus,
.form-textarea:focus {
    outline: none;
    border-color: var(--points-primary);
    box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.1);
}

.form-textarea {
    resize: vertical;
    min-height: 180px;
}

.form-submit {
    background: linear-gradient(135deg, var(--points-primary) 0%, var(--points-primary-light) 100%);
    color: white;
    border: none;
    padding: 18px 40px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
    box-shadow: 0 6px 20px rgba(124, 58, 237, 0.3);
}

.form-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(124, 58, 237, 0.4);
}

/* 响应式设计 */
@media (max-width: 992px) {
    .points-hero-content {
        flex-direction: column;
        text-align: center;
    }
    
    .hero-text {
        padding-right: 0;
        margin-bottom: 50px;
    }
    
    .hero-image {
        width: 100%;
    }
    
    .service-icon {
        font-size: 120px;
    }
    
    .process-step {
        padding-left: 70px;
    }
}

@media (max-width: 768px) {
    .points-hero {
        padding: 100px 0 80px;
        text-align: center;
    }
    
    .service-title {
        font-size: 40px;
    }
    
    .service-subtitle {
        font-size: 20px;
        margin-bottom: 32px;
    }
    
    .cta-buttons {
        justify-content: center;
    }
    
    .primary-btn, .secondary-btn {
        padding: 16px 36px;
        font-size: 17px;
    }
    
    .section-title {
        font-size: 32px;
    }
    
    .section-description {
        font-size: 18px;
    }
    
    .points-content {
        flex-direction: column;
        gap: 40px;
    }
    
    .process-step {
        padding-left: 60px;
    }
    
    .process-line {
        left: 25px;
    }
    
    .step-number {
        left: 15px;
        width: 28px;
        height: 28px;
        font-size: 14px;
    }
    
    .contents-grid,
    .pains-grid,
    .advantages-grid,
    .case-studies,
    .scenarios-grid {
        gap: 28px;
    }
    
    .pain-card {
        padding: 25px;
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        gap: 15px;
    }
    
    .pain-icon {
        width: 45px;
        height: 45px;
        font-size: 28px;
    }
    
    .form-group {
        flex: 0 0 calc(100% - 30px);
    }
    
    .contact-form {
        padding: 50px 35px;
    }
}

@media (max-width: 576px) {
    .pains-grid {
        grid-template-columns: 1fr;
    }
    
    .pain-card {
        padding: 20px;
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        gap: 12px;
    }
    
    .pain-icon {
        width: 35px;
        height: 35px;
        font-size: 20px;
        flex-shrink: 0;
    }
    
    .pain-title {
        font-size: 17px;
        margin-bottom: 6px;
    }
    
    .pain-description {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .service-title {
        font-size: 32px;
    }
    
    .service-subtitle {
        font-size: 18px;
    }
    
    .cta-buttons {
        flex-direction: column;
    }
    
    .primary-btn, .secondary-btn {
        width: 100%;
        text-align: center;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .section-description {
        font-size: 16px;
    }
    
    .points-image {
        padding: 40px;
    }
    
    .points-icon {
        font-size: 100px;
    }
    
    .content-card,
    .pain-card,
    .advantage-card,
    .case-card,
    .scenario-card {
        padding: 35px 25px;
    }
    
    .content-icon,
    .pain-icon,
    .advantage-icon,
    .scenario-icon {
        font-size: 40px;
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    
    .contact-form {
        padding: 40px 25px;
    }
}