/**
 * 数据治理实战指南购买页
 * 与 dg-guide.html 共用官网公共头尾及基础样式。
 */

.lsd-book-purchase {
    background: #F7FAFF;
}

.lsd-book-purchase-hero {
	position: relative;
    overflow: hidden;
    padding: 64px 0;
    color: #172B4D;
    background:
        linear-gradient(118deg, rgba(20, 105, 232, .12) 0%, rgba(255, 255, 255, .94) 37%, rgba(239, 247, 255, .95) 100%),
        #F4F8FF;
    border-bottom: 1px solid #E5EDF9;
}

.lsd-book-purchase-hero::before,
.lsd-book-purchase-hero::after {
    position: absolute;
    border: 1px solid rgba(29, 112, 235, .16);
    content: '';
    pointer-events: none;
}

.lsd-book-purchase-hero::before {
    top: -120px;
    left: -90px;
    width: 440px;
    height: 440px;
    transform: rotate(18deg);
    background: linear-gradient(135deg, rgba(18, 87, 208, .14), transparent 66%);
}

.lsd-book-purchase-hero::after {
    right: -110px;
    bottom: -220px;
    width: 560px;
    height: 420px;
    transform: rotate(-12deg);
    background: linear-gradient(135deg, rgba(245, 27, 145, .10), rgba(39, 114, 240, .06));
}

.lsd-book-purchase-hero-inner {
	position: relative;
	z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 92px;
    min-height: 440px;
}

.lsd-book-purchase-cover-wrap {
    position: relative;
    width: 260px;
    flex: 0 0 260px;
}

.lsd-book-purchase-cover {
    display: block;
    width: 100%;
}

.lsd-book-purchase-intro {
    max-width: 565px;
}

.lsd-book-purchase-eyebrow {
    display: inline-flex;
    align-items: center;
    height: 30px;
    padding: 0 13px;
    margin-bottom: 22px;
    border: 1px solid #C8D8EE;
    border-radius: 15px;
    background: #FFFFFF;
    color: #3062A4;
    font-size: 14px;
    letter-spacing: 1px;
}

.lsd-book-purchase-title {
    margin: 0;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.35;
}

.lsd-book-purchase-subtitle {
    margin: 16px 0 0;
    color: #0B58B9;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
}

.lsd-book-purchase-features {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
    padding: 0;
    margin: 25px 0 22px;
    list-style: none;
}

.lsd-book-purchase-features li {
    position: relative;
    padding-left: 17px;
    color: #40546F;
    font-size: 15px;
}

.lsd-book-purchase-features li::before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2ED8FF;
    content: '';
}

.lsd-book-purchase-authors {
    margin: 0;
    color: #71839A;
    font-size: 15px;
}

.lsd-book-status-section,
.lsd-book-notice-section {
    padding: 64px 0;
}

.lsd-book-status-card {
    padding: 42px 36px;
    border: 1px solid #E1E9F5;
    border-radius: 14px;
    background: #FFFFFF;
    box-shadow: 0 10px 30px rgba(31, 71, 140, .06);
    text-align: center;
}

.lsd-book-status-dot {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 8px;
    border-radius: 50%;
    background: #F5A623;
    box-shadow: 0 0 0 5px rgba(245, 166, 35, .13);
}

.lsd-book-status-label {
    color: #CE7D00;
    font-size: 16px;
    font-weight: 600;
}

.lsd-book-status-title {
    margin: 22px 0 12px;
    color: #172B4D;
    font-size: 26px;
    font-weight: 600;
}

.lsd-book-status-desc {
    max-width: 625px;
    margin: 0 auto;
    color: #5A6B82;
    font-size: 16px;
    line-height: 1.9;
}

.lsd-book-platform-list {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 30px;
}

.lsd-book-platform-item {
    width: 156px;
    padding: 16px;
    border: 1px dashed #D7E1EF;
    border-radius: 10px;
    background: #FAFCFF;
    color: #8A99AD;
    font-size: 15px;
}

.lsd-book-platform-item span {
    display: block;
    margin-top: 7px;
    color: #B0BDCC;
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    .lsd-book-purchase-hero {
        padding: 44px 0 48px;
    }

    .lsd-book-purchase-hero-inner {
        flex-direction: column;
        gap: 34px;
        min-height: 0;
        text-align: left;
    }

    .lsd-book-purchase-cover-wrap {
        width: 205px;
        flex-basis: auto;
    }

    .lsd-book-purchase-title {
        font-size: 26px;
    }

    .lsd-book-purchase-subtitle {
        font-size: 17px;
    }

    .lsd-book-status-section {
        padding: 42px 0;
    }

    .lsd-book-status-card {
        padding: 30px 18px;
    }

    .lsd-book-status-title {
        font-size: 22px;
    }

    .lsd-book-status-desc {
        font-size: 14px;
    }

    .lsd-book-platform-list {
        gap: 8px;
    }

    .lsd-book-platform-item {
        width: 31%;
        padding: 12px 3px;
        font-size: 14px;
    }

}
