/* 全人发展理念页面专用样式 */
:root {
    --primary-blue: #1677ff;
    --accent-blue: #3D8BFF;
    --accent-purple: #8A4FFF;
    --accent-gold: #C9A063;
    --accent-cyan: #00DBDE;
    --light-bg: #F8FAFF;
    --card-bg: #fff;
    --text-dark: #222;
}

body {
    background: linear-gradient(135deg, #f8faff 0%, #eaf2fb 100%);
    color: var(--text-dark);
    overflow-x: hidden;
    min-height: 100vh;
    padding-top: 90px;
}

.all-round-main {
    max-width: 1400px;
    margin: 60px auto 0 auto;
    padding: 0 20px;
}

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

.content-wrapper {
    display: flex;
    gap: 50px;
    margin-bottom: 80px;
    align-items: stretch;
    height: 100%;
}

.left-side,
.right-side {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    height: auto;
    flex: 1;
}

.left-side {
    min-width: 320px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 8px 24px rgba(22, 119, 255, 0.08);
    background: linear-gradient(135deg, #eaf2fb 0%, #f8faff 100%);
    align-items: stretch;
    justify-content: stretch;
}

.image-container {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    overflow: hidden;
    background: transparent;
}

.allround-img-bg {
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
    background: #fff;
    display: block;
}

.book-info-overlay {
    position: absolute;
    left: 50%;
    top: 14%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.82);
    padding: 40px 32px 40px 32px;
    text-align: center;
    border-radius: 16px;
    box-shadow: 0 2px 24px rgba(61, 139, 255, 0.10);
    min-width: 228px;
    width: 80%;
}

.book-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 35px;
    letter-spacing: 2px;
    position: relative;
}

.book-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background: var(--accent-gold);
}

.book-content {
    font-size: 1.1rem;
    color: #555;
    letter-spacing: 2px;
}

.highlight-blue {
    color: var(--primary-blue);
    font-weight: 600;
}

.highlight-gold {
    color: var(--accent-gold);
    font-weight: 600;
}

.right-side {
    min-width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

.main-title {
    font-size: 3.1rem;
    margin-bottom: 18px;
    background: linear-gradient(90deg, var(--primary-blue), var(--accent-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 12px rgba(61, 139, 255, 0.08);
    font-weight: 700;
    text-align: left;
}

.sub-title {
    font-size: 1.9rem;
    color: var(--accent-gold);
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: 1px;
    position: relative;
}

.sub-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 25%;
    transform: translateX(-50%);
    width: 150px;
    height: 3px;
    background: linear-gradient(90deg, var(--accent-cyan), var(--accent-purple));
    border-radius: 3px;
}

.steps {
    margin-top: 10px;
    display: grid;
    gap: 28px;
}

.step {
    background: var(--card-bg);
    border-radius: 12px;
    padding: 25px 30px;
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-left: 4px solid var(--accent-gold);
    box-shadow: 0 4px 18px rgba(61, 139, 255, 0.06);
}

.step:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 10px 25px rgba(22, 119, 255, 0.13);
}

.step-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.step-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--accent-gold);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    font-weight: 700;
    margin-right: 15px;
    flex-shrink: 0;
    box-shadow: 0 0 16px rgba(201, 160, 99, 0.18);
    border: 2px solid #fff;
}

.step-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 2px;
}

.step-subtitle {
    font-size: 1.05rem;
    color: var(--accent-blue);
    font-weight: 500;
    margin-bottom: 0;
}

.step-content {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #444;
    padding-left: 59px;
}

.step-content .highlight-blue {
    color: var(--primary-blue);
    font-weight: 600;
}

.step-content .highlight-gold {
    color: var(--accent-gold);
    font-weight: 600;
}

.tech-bg-decor {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    background: none;
}

.tech-bg-decor::before {
    content: '';
    position: absolute;
    left: 5vw;
    top: 10vh;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, #eaf2fb 0%, #b3d1ff 80%, transparent 100%);
    opacity: 0.5;
    filter: blur(8px);
    z-index: 0;
}

.tech-bg-decor::after {
    content: '';
    position: absolute;
    right: 8vw;
    bottom: 8vh;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, #dbefff 0%, #b3d1ff 80%, transparent 100%);
    opacity: 0.4;
    filter: blur(10px);
    z-index: 0;
}

@media (max-width: 900px) {
    .content-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .image-container {
        height: 260px;
    }

    .main-title {
        font-size: 1.5rem;
    }

    .step {
        padding: 18px 12px;
    }

    .step-content {
        padding-left: 0;
    }

    .left-side,
    .right-side {
        height: auto;
    }
}

.gold-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.particle {
    position: absolute;
    width: 6px;
    height: 6px;
    background: var(--accent-gold);
    border-radius: 50%;
    box-shadow: 0 0 15px var(--accent-gold), 0 0 30px var(--accent-gold);
    opacity: 0.6;
}

.old-monitor {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    /* height: 140px; */
    background: hsl(205deg 20% 94% / 47%);
    /* border: 8px solid #333; */
    /* border-radius: 8px; */
    z-index: 1;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.monitor-screen {
    width: 100%;
    height: 70px;
    background: hsl(205deg 20% 94% / 13%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.monitor-content {
    color: #fff;
    font-family: monospace;
    font-size: 0.9rem;
    padding: 15px;
    font-weight: 600;
    ;
}


@media (max-width: 600px) {
    .all-round-main {
        margin-top: 20px;
    }

    .main-title {
        font-size: 1.1rem;
    }

    .book-title {
        font-size: 1.2rem;
    }

    .book-content {
        font-size: 0.95rem;
    }

    .step-icon {
        width: 36px;
        height: 36px;
        font-size: 1rem;
    }

}

/* Gold particles animation */
@keyframes float {
    0% {
        transform: translateY(0) translateX(0) rotate(0);
    }

    100% {
        transform: translateY(-300px) translateX(20px) rotate(180deg);
    }
}

/* Monitor screen animation */
@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes blink-caret {

    from,
    to {
        border-color: transparent;
    }

    50% {
        border-color: #0f0;
    }
}