.banner-section {
    background-image: url(/static/image/banner-5.jpg);
    background-position: center 30%;

    &::before {
        background-color: rgba(19, 19, 19, 0.76);
    }
}

/* 自評問卷區塊（入口） */
.self-assessment-section {
    padding: 100px 0 120px;
    background-image: url(/static/image/design1.webp);
    background-size: cover;
    position: relative;

    &:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #f5f5f5;
        opacity: 0.9;
        z-index: 0;
    }
}

.self-assessment-section .section-sub-title {
    max-width: 960px;
    margin-bottom: 36px;
}

.self-assessment-action {
    text-align: center;
}

.self-assessment-start-btn.layui-btn {
    height: 52px;
    line-height: 52px;
    padding: 0 56px;
    border: none;
    border-radius: 999px;
    background: var(--orange-color);
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(245, 130, 32, 0.35);
}

.self-assessment-start-btn.layui-btn:hover {
    opacity: 0.92;
    transform: translateY(-2px);
}


.plan-target-section {
    background-image: none;
}