/* 叙事式通用样式 */
.narrative-section {
    padding: 1rem 1rem;
    margin: 2rem 0;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}

.narrative-card {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.section-icon {
    font-size: 2.5rem;
    position: absolute;
    left: -60px;
    top: 15px;
    color: var(--primary);
}

.highlight-box {
    background: rgba(7, 193, 96, 0.08);
    border-left: 4px solid var(--primary);
    padding: 1.5rem;
    margin: 1.5rem 0;
    border-radius: 0 8px 8px 0;
}

/* 特殊列表样式 */
.diamond-list li::before {
    content: '◆';
    color: #ff6b6b;
    margin-right: 1rem;
}

.check-list li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    color: #07c160;
    margin-right: 1rem;
}

/* 差异化样式 */
.pain-section {
    background: linear-gradient(15deg, #fff5f5, #ffffff);
    border: 1px solid #ffebee;
}

.solution-section {
    background: linear-gradient(15deg, #f5fbff, #ffffff);
    border: 1px solid #ebf5ff;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .section-icon {
        position: static;
        display: block;
        margin-bottom: 1rem;
    }

    .narrative-section {
        margin: 1rem;
        padding: 1rem 1rem;
    }
}

/* 第七部分特殊样式 */
#professional-team {
    background: #1a1a2e;
    color: white;

    .highlight-box {
        background: rgba(255, 255, 255, 0.1);
        border-color: #4a90e2;
    }

    .section-icon {
        color: #4a90e2;
    }
}

/* 2nd try */

/* 完整CSS样式 */
.narrative-section {
    padding: 1rem 1rem;
    margin: 2rem auto;
    border-radius: 16px;
    max-width: 1200px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.narrative-card {
    position: relative;
    padding: 2rem;
}

.section-icon {
    font-size: 2.5rem;
    position: absolute;
    left: -60px;
    top: 15px;
    color: var(--primary);
}

.highlight-box {
    background: rgba(7, 193, 96, 0.08);
    border-left: 4px solid var(--primary);
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 0 8px 8px 0;
}

/* 差异化样式 */
.pain-section {
    background: linear-gradient(15deg, #fff5f5, #ffffff);
    border: 1px solid #ffebee;
}

.solution-section {
    background: linear-gradient(15deg, #f5fbff, #ffffff);
    border: 1px solid #ebf5ff;
}

.challenge-section {
    background: linear-gradient(15deg, #fff9e6, #ffffff);
    border: 1px solid #ffeeba;
}

.tech-section {
    background: linear-gradient(15deg, #e6f9ff, #ffffff);
    border: 1px solid #b3e5fc;
}

.limit-section {
    background: linear-gradient(15deg, #f8f9fa, #ffffff);
    border: 1px solid #dee2e6;
}

.os-section {
    background: linear-gradient(15deg, #e6ffe6, #ffffff);
    border: 1px solid #c8e6c9;
}

/* 列表样式 */
/* .diamond-list li::before {
    content: '◆';
    color: #ff6b6b;
    margin-right: 1rem;
}

.check-list li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    color: #07c160;
}

.warning-list li::before {
    content: '\f071';
    font-family: 'Font Awesome 5 Free';
    color: #ffc107;
} */

/* .cross-list li::before {
    content: '\f057';
    font-family: 'Font Awesome 5 Free';
    color: #dc3545;
}

.gear-list li::before {
    content: '\f085';
    font-family: 'Font Awesome 5 Free';
    color: #4a90e2;
}

.star-list li::before {
    content: '\f005';
    font-family: 'Font Awesome 5 Free';
    color: #ff9f43;
} */

/* 专业团队特殊样式 */
.team-section {
    background: #ddddfc !important;
    color: white;
    border: none !important;

    .highlight-box {
        background: rgba(255, 255, 255, 0.1);
        border-color: #4a90e2;
    }

    .section-icon {
        color: #4a90e2;
    }

    ul::before {
        color: rgba(255, 255, 255, 0.2);
    }
}

/* 响应式设计 */
@media (max-width: 768px) {
    .narrative-section {
        margin: 1rem;
        padding: 1rem 1rem;
    }


    .section-icon {
        position: static;
        display: block;
        margin-bottom: 1.5rem;
        font-size: 2rem;
    }

    .highlight-box {
        margin: 1.5rem -1rem;
        border-radius: 0;
    }
}

/* 文字强调 */
strong {
    color: var(--primary);
    font-weight: 600;
}

.tech-chip {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: rgba(7, 193, 96, 0.1);
    border-radius: 20px;
    margin: 0.25rem;
    font-weight: 500;
}

.section-icon {
    font-size: 2.5rem;
    position: absolute;
    /* 修改定位逻辑 */
    left: calc(-1 * (60px + 3vw));
    /* 动态计算左侧间距 */
    top: 15px;
    color: var(--primary);
    transition: left 0.3s ease;
    /* 添加过渡动画 */
}

/* 宽屏适配 */
@media (min-width: 1600px) {
    .narrative-card {
        padding-left: calc(60px + 3vw);
        /* 为图标预留动态空间 */
    }

    .section-icon {
        left: calc(-1 * (40px + 2vw));
        /* 调整超大屏偏移量 */
    }
}

/* 中屏微调 */
@media (min-width: 1200px) and (max-width: 1599px) {
    .section-icon {
        left: -70px;
        /* 固定偏移量 */
    }

    .narrative-card {
        padding-left: 80px;
        /* 固定留白 */
    }
}

/* 保持原有移动端样式 */
@media (max-width: 1199px) {
    .section-icon {
        position: static;
        display: block;
        margin-bottom: 1.5rem;
        font-size: 2rem;
    }

    .narrative-card {
        padding-left: 1rem;
    }
}


/* 调整第七部分背景色 */
#professional-team {
    background: #e6eef7;
    /* 柔和的蓝灰色 */
    border: 1px solid rgba(7, 193, 96, 0.2);
    /* 使用主色透明度边框 */
}

/* 配套调整高亮框 */
#professional-team .highlight-box {
    border-color: var(--primary);
    background: rgba(7, 193, 96, 0.06);
}

/* 调整文字颜色 */
#professional-team {
    color: #2d3748;
    /* 深灰色文字 */
}

#professional-team .section-icon {
    color: var(--primary);
    /* 图标颜色与主色统一 */
}


/* 要点变为小卡片 */

/* 新增卡片样式 */
.highlight-box ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 0.5rem;
    list-style: none;
    padding: 0;
}

.card-item {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(7, 193, 96, 0.15);
    transition: transform 0.2s ease;
}

/* 不同部分的卡片配色 */
.pain-section .card-item {
    border-left: 4px solid #ff6b6b;
}

.solution-section .card-item {
    border-left: 4px solid #07c160;
}

.challenge-section .card-item {
    border-left: 4px solid #ffc107;
}

.tech-section .card-item {
    border-left: 4px solid #4a90e2;
}

.limit-section .card-item {
    border-left: 4px solid #dc3545;
}

.os-section .card-item {
    border-left: 4px solid #2d8cf0;
}

.team-section .card-item {
    border-left: 4px solid #a52df0;
}

/* 移除原有列表符号 */
.diamond-list li::before,
.check-list li::before,
.warning-list li::before {
    content: none;
}

/* 卡片内部文字优化 */
.card-item strong {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1.1em;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .card-item {
        margin-bottom: 1rem;
    }
}
