/* ========== 资产数字化管理平台样式 ========== */

/* Hero */
.am-hero {
    background: url('../static/asset-management/资产数字化管理平台.png') center center / cover no-repeat;
    height: 400px;
    padding: 0;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
}

.am-hero .container {
    position: relative;
    z-index: 1;
}

.am-hero-title {
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 16px;
}

.am-hero-subtitle {
    font-size: 22px;
    margin-bottom: 20px;
    opacity: 0.9;
    word-spacing: 0.5em;
}

.am-hero-desc {
    font-size: 16px;
    line-height: 1.8;
    max-width: 700px;
    margin-bottom: 32px;
    opacity: 0.9;
}

.am-hero-btn {
    display: inline-block;
    padding: 14px 40px;
    background: #176BF8;
    color: #fff;
    text-decoration: none;
    border-radius: 28px;
    font-size: 16px;
    font-weight: 600;
    word-spacing: 1em;
    transition: all 0.3s ease;
}

.am-hero-btn:hover {
    background: #0d5ce0;
    transform: translateY(-2px);
    color: #fff;
}

.am-hero-text {
    font-size: 22px;
    color: #fff;
    opacity: 1;
    font-weight: 500;
    word-spacing: 1em;
    letter-spacing: 1px;
}

/* 通用section */
.am-section {
    padding: 60px 0;
}

.am-section-gray {
    background: #F9FAFB;
}

.am-section-title {
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 48px;
}

.am-section-title-light {
    color: #fff;
}

/* 核心优势（6卡片3列 - 左文字右图标） */
.am-adv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.am-adv-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 28px;
    transition: all 0.3s ease;
    border: 1px solid #e8edf2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.am-adv-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(23, 107, 248, 0.12);
    border-color: #176BF8;
}

.am-adv-card-left {
    flex: 1;
}

.am-adv-card-left h5 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.am-adv-card-left p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.am-adv-card-icon {
    width: 112px;
    height: 112px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.am-adv-card-icon img {
    width: 112px;
    height: 112px;
    object-fit: contain;
}

/* 产品介绍 */
.am-intro-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
}

.am-intro-left {
    flex: 1;
}

.am-intro-label {
    display: inline-block;
    padding: 6px 16px;
    background: #005BAC;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.am-intro-title {
    font-size: 36px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 24px;
}

.am-intro-text p {
    font-size: 15px;
    color: #444;
    line-height: 2;
    margin: 0;
    text-align: justify;
    font-style: italic;
}

.am-intro-img {
    flex: 0 0 480px;
}

.am-intro-img img {
    width: 100%;
    border-radius: 12px;
    display: block;
}

/* 行业痛点 */
.am-pain-section {
    padding: 60px 0;
    background: url('../static/asset-management/行业管理痛点.png') center center / cover no-repeat;
    position: relative;
}

.am-pain-section .container {
    position: relative;
    z-index: 1;
}

.am-pain-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.am-pain-item {
    background: #fff;
    border-radius: 16px;
    padding: 32px 28px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: all 0.3s ease;
}

.am-pain-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.am-pain-icon {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.am-pain-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.am-pain-content {
    flex: 1;
}

.am-pain-content h5 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.am-pain-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* 核心功能 */
.am-core-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.am-core-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 28px;
    background: #F8FAFE;
    border-radius: 14px;
    border: 1px solid #e8edf2;
    transition: all 0.3s ease;
}

.am-core-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(23, 107, 248, 0.12);
    border-color: #176BF8;
}

.am-core-icon {
    width: 88px;
    height: 88px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.am-core-icon img {
    width: 88px;
    height: 88px;
    object-fit: contain;
}

.am-core-text {
    flex: 1;
}

.am-core-text h5 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.am-core-text p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin: 0;
}

/* 六大产品核心优势 */
.am-feat-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.am-feat-card {
    background: #fff;
    border-radius: 14px;
    padding: 32px 28px;
    border: 1px solid #e8edf2;
    transition: all 0.3s ease;
}

.am-feat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(23, 107, 248, 0.12);
    border-color: #176BF8;
}

.am-feat-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
}

.am-feat-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #005BAC;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700;
    flex-shrink: 0;
}

.am-feat-header h5 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.am-feat-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* 适用客户与典型应用场景 */
.am-scene-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 48px;
    background: #fff;
    border-radius: 16px;
    padding: 48px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.am-scene-title {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 24px;
    padding-left: 20px;
    border-left: 4px solid #005BAC;
}

.am-customer-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.am-customer-item {
    background: #F5F8FC;
    border-radius: 10px;
    padding: 20px 16px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    transition: all 0.3s ease;
}

.am-customer-item:hover {
    background: #005BAC;
    color: #fff;
    transform: translateY(-2px);
}

.am-scene-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.am-scene-list li {
    padding-left: 32px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.am-scene-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.am-scene-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 20px;
    height: 20px;
    background: #005BAC;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
}

.am-scene-list li h5 {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 6px 0;
}

.am-scene-list li p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* 标杆案例 */
.am-case-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.am-case-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    display: flex;
    transition: all 0.3s ease;
}

.am-case-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(23, 107, 248, 0.15);
}

.am-case-card .am-case-img {
    width: 45%;
    flex-shrink: 0;
    margin: 16px;
}

.am-case-card .am-case-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.am-case-info {
    flex: 1;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.am-case-info h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.am-case-info p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
}

.am-case-link {
    display: inline-flex;
    align-items: center;
    color: #005BAC;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
    align-self: flex-start;
}

.am-case-link:hover {
    color: #003d8f;
}

/* 应用价值 */
.am-value-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.am-value-card {
    background: #F5F8FC;
    border-radius: 16px;
    padding: 36px 32px;
    transition: all 0.3s ease;
    border: 1px solid #e8edf2;
}

.am-value-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(23, 107, 248, 0.12);
    border-color: #176BF8;
}

.am-value-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.am-value-icon {
    flex-shrink: 0;
}

.am-value-icon img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.am-value-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.am-value-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin: 0;
}

/* CTA */
.am-cta {
    padding: 28px 0;
    background: url('../static/asset-management/即刻开启全域资产.png') center/cover no-repeat;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.am-cta-images {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 64px;
}

.am-cta-item {
    flex: 1;
    max-width: 360px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.am-cta-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.am-cta-btn {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    width: fit-content;
    padding: 18px 64px;
    background: #fff;
    color: #005BAC;
    text-decoration: none;
    border-radius: 28px;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 120px;
}

.am-cta-btn:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
    color: #005BAC;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

/* 响应式 */
@media (max-width: 992px) {
    .am-adv-grid,
    .am-value-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .am-pain-grid,
    .am-core-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .am-feat-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .am-hero-title {
        font-size: 32px;
    }

    .am-intro-wrapper {
        flex-direction: column;
        gap: 32px;
    }

    .am-intro-img {
        flex: none;
        width: 100%;
        max-width: 400px;
    }

    .am-intro-title {
        font-size: 28px;
    }

    .am-case-list {
        grid-template-columns: 1fr;
    }

    .am-case-card {
        flex-direction: column;
    }

    .am-case-card .am-case-img {
        width: 100%;
        height: 200px;
    }

    .am-scene-wrapper {
        grid-template-columns: 1fr;
        padding: 32px;
    }
}

@media (max-width: 768px) {
    .am-section,
    .am-pain-section,
    .am-cta {
        padding: 20px 0;
    }

    .am-cta-images {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .am-cta-item {
        flex: none;
        max-width: none;
        width: 100%;
        aspect-ratio: 1;
    }

    .am-cta-item img {
        width: 100%;
        height: 100%;
    }

    .am-adv-grid,
    .am-pain-grid,
    .am-core-grid,
    .am-value-grid,
    .am-feat-cards,
    .am-case-list {
        grid-template-columns: 1fr;
    }

    .am-adv-card {
        padding: 20px;
        gap: 12px;
    }

    .am-adv-card-icon,
    .am-adv-card-icon img {
        width: 72px;
        height: 72px;
    }

    .am-case-card {
        flex-direction: column;
    }

    .am-case-card .am-case-img {
        width: auto;
        margin: 16px;
        height: 200px;
    }

    .am-hero {
        height: 240px;
        padding: 0;
    }

    .am-hero-title {
        font-size: 26px;
    }

    .am-hero-subtitle {
        font-size: 18px;
    }

    .am-hero-desc,
    .am-hero-text {
        display: none;
    }

    .am-section-title {
        font-size: 22px;
        margin-bottom: 24px;
    }

    .am-core-card {
        padding: 20px;
    }

    .am-core-icon {
        width: 72px;
        height: 72px;
    }

    .am-core-icon img {
        width: 72px;
        height: 72px;
    }

    .am-scene-wrapper {
        padding: 24px;
    }

    .am-scene-title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .am-scene-list li {
        font-size: 14px;
    }
}